
/* /prixite_website/static/src/scss/tokens.scss */
 

/* /prixite_website/static/src/scss/career.scss */
 .pr-cr-hero{padding-block: 50px 0;}.pr-cr-hero__card{position: relative; overflow: hidden; border-radius: 20px; min-height: 620px; display: flex; align-items: center; padding: 0 100px; background: url("/prixite_website/static/src/scss/../img/career/banner_img.webp") center center/cover no-repeat;}.pr-cr-hero__card::before{content: ""; position: absolute; inset: 0; background: rgba(5, 71, 62, 0.45);}.pr-cr-hero__title{position: relative; z-index: 1; font-family: sans-serif; font-weight: 700; font-size: 64px; line-height: 1.1; color: #FFFFFF; margin: 0; max-width: 520px;}.pr-cr-hero__intro{max-width: 900px; margin: 50px auto 0; text-align: center;}.pr-cr-hero__lead{font-family: sans-serif; font-weight: 400; font-size: 16px; line-height: 26px; color: #1E463E; margin: 0 0 20px;}.pr-btn.pr-cr-hero__btn{margin-top: 20px;}.pr-cr-benefits{padding-block: 100px 0;}.pr-cr-eyebrow{display: block; font-family: sans-serif; font-weight: 600; font-size: 16px; line-height: 19.2px; color: #05473E; text-transform: uppercase; margin: 0 0 20px;}.pr-cr-benefits__title{font-family: sans-serif; font-weight: 700; font-size: 36px; line-height: 43.2px; color: #05473E; margin: 0 0 60px; max-width: 420px;}.pr-cr-benefits__grid{display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px 40px;}.pr-cr-benefit__icon{display: block; margin: 0 0 24px;}.pr-cr-benefit__icon img{width: 51px; height: 51px; display: block;}.pr-cr-benefit__title{font-family: sans-serif; font-weight: 600; font-size: 20px; line-height: 26px; color: #1E463E; margin: 0 0 14px;}.pr-cr-benefit__text{font-family: sans-serif; font-weight: 400; font-size: 15px; line-height: 24px; color: rgba(30, 70, 62, 0.8); margin: 0;}.pr-cr-apply{padding-block: 120px 0;}.pr-cr-apply__row{display: flex; gap: 70px; align-items: center;}.pr-cr-apply__media{flex: 0 0 46%; display: flex; gap: 20px;}.pr-cr-apply__media img{border-radius: 15px; display: block;}.pr-cr-apply__img--tall{width: 44%; height: auto; object-fit: cover; align-self: stretch;}.pr-cr-apply__stack{display: flex; flex-direction: column; gap: 20px; flex: 1 1 auto;}.pr-cr-apply__stack img{width: 100%; height: auto;}.pr-cr-apply__text{flex: 1 1 auto;}.pr-cr-apply__title{font-family: sans-serif; font-weight: 700; font-size: 36px; line-height: 44px; color: #1E463E; margin: 0 0 30px;}@media (max-width: 1023.98px){.pr-cr-hero__card{min-height: 420px; padding: 0 40px;}.pr-cr-hero__title{font-size: 44px;}.pr-cr-benefits__grid{grid-template-columns: 1fr 1fr;}.pr-cr-apply__row{flex-direction: column; gap: 40px;}.pr-cr-apply__media, .pr-cr-apply__text{flex: 1 1 auto; width: 100%;}}@media (max-width: 599.98px){.pr-cr-benefits__grid{grid-template-columns: 1fr;}}