:root{--apply-orange:#ff6f15;--apply-teal:#004b58;--apply-beige:#eeece9}.apply-module{background-color:var(--apply-orange);border-radius:25px;margin:0;width:100%}.apply-container{display:flex;flex-direction:column;gap:30px;padding:40px}.apply-content-row{gap:30px}.apply-content-row,.apply-images{align-items:center;display:flex}.apply-img-circle{background-color:var(--apply-beige);border-radius:50%;height:clamp(60px,10vw,90px);margin-right:-25px;overflow:hidden;position:relative;transition:transform .3s ease;width:clamp(60px,10vw,90px)}.apply-img-circle img{height:100%;object-fit:cover;width:100%}.apply-body{color:var(--apply-teal);font-size:clamp(.8125rem,.78rem + .15vw,.9375rem);font-weight:700;line-height:1.4;margin:0 0 0 25px;max-width:400px}.apply-footer{display:flex;justify-content:flex-end}.btn{align-items:center;border:none;border-radius:999px;cursor:pointer;display:inline-flex;font-size:clamp(.875rem,.85rem + .25vw,1rem);font-weight:600;justify-content:center;line-height:1;padding:clamp(.65rem,.6rem + .25vw,.8rem) clamp(1.1rem,1rem + .5vw,1.4rem);text-decoration:none;transition:transform .14s ease-out,background-color .14s ease-out,color .14s ease-out;white-space:nowrap;will-change:transform,background-color}.btn:focus-visible,.btn:hover{transform:scale(.96)}.btn:active{transform:scale(.94)}.btn--deep-teal{background-color:#0e5f6a}.btn--deep-teal:hover{background-color:#0b4f58}.btn--deep-teal:active{background-color:#093f46}.text--light-beige{color:#eeece9}@media (max-width:767px){.apply-container{padding:30px 20px}.apply-content-row{gap:15px}.apply-img-circle{height:70px;margin-right:-20px;width:70px}}