@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");.recruitment-card{background:linear-gradient(90deg,#34b1c5,#7bbd4c);border-radius:clamp(6px,1.2vh,10px);box-shadow:0 clamp(2px,.5vh,4px) clamp(4px,1vh,8px) rgba(0,0,0,.1);color:#fff;cursor:pointer;display:flex;flex-direction:column;font-family:Open Sans,sans-serif;justify-content:space-between;max-height:25vh;max-width:clamp(300px,50vh,400px);padding:clamp(15px,3vh,25px);position:relative;width:100%}.recruitment-card-mobile-container{position:relative}.recruitment-card__title{color:#fff;font-size:clamp(14px,min(6vw,3vh),24px);font-weight:600;line-height:clamp(1.1,1.15,1.2);margin:0 0 clamp(8px,1.8vh,15px)}.recruitment-card__description{font-size:clamp(10px,min(4vw,2vh),16px);line-height:clamp(1.2,1.3,1.4);margin:0 0 clamp(10px,2.4vh,20px);opacity:.9}.recruitment-card__arrow{color:#fff!important;display:inline-block;font-size:clamp(18px,2.9vh,24px);text-decoration:none;transition:transform .2s ease-in-out}.recruitment-card__arrow:hover{transform:translateX(5px)}.recruitment-card__link-row{color:#fff!important;display:flex;flex-direction:column}.recruitment-card-close{display:none}@media screen and (max-height:600px){.recruitment-card{max-height:35vh;padding:15px}.recruitment-card__title{margin-bottom:8px}.recruitment-card__description{margin-bottom:10px}}@media screen and (max-width:768px){.recruitment-card-close{cursor:pointer;display:block!important;height:16px;left:-5%;position:absolute;top:-8px;width:16px;z-index:1001}.recruitment-card{align-items:center;border-radius:0;bottom:0;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;left:0;margin:0;max-height:clamp(150px,30vh,200px);max-width:100%;padding:clamp(15px,2vh,25px);position:fixed;right:0;width:100%;z-index:2000}.container-fluid{z-index:0}.recruitment-card__title{font-family:Open Sans;font-size:clamp(14px,2vh,16px);font-weight:700;letter-spacing:0;line-height:clamp(20px,3.6vh,30px);text-align:center}.recruitment-card__description{font-family:Open Sans;font-size:clamp(12px,1.7vh,14px);font-weight:500;letter-spacing:0;line-height:clamp(18px,2.9vh,24px)}.recruitment-card__link-row{flex-direction:row;gap:clamp(2px,.5vh,4px)}}@media screen and (max-width:768px) and (max-height:500px){.recruitment-card{max-height:40vh;padding:10px}.recruitment-card__title{font-size:14px;line-height:18px;margin-bottom:5px}.recruitment-card__description{font-size:12px;line-height:16px;margin-bottom:8px}.recruitment-card-close{height:24px;padding:5px;width:24px}}