.profile-card{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:500px;background-color:#fff;border-radius:var(--border-radius-default);box-shadow:var(--box-shadow-default);transition:all .3s cubic-bezier(.2,.5,.3,1);position:relative}.profile-card:hover{transform:translateY(-5px)}.profile-card__body{padding:var(--padding-smaller);padding-left:var(--padding-smallest);padding-bottom:var(--padding-smallest);display:flex;flex-direction:row}.profile-card__footer{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;padding:var(--padding-smaller);padding-bottom:calc(var(--padding-smaller) - .375rem);background-color:var(--accent-color-1);border-bottom-left-radius:var(--border-radius-default);border-bottom-right-radius:var(--border-radius-default)}.profile-card__avatar{text-align:center;min-width:100px;flex:0 0 20%;margin:0 30px 0 15px}.profile-card__avatar img{display:unset;border-radius:100%;border:4px solid #d8cdcd;max-height:100%}.profile-card__text{flex:1 1 65%}.profile-card__title{font-size:1.5rem}.profile-card__job-title{display:block;margin-bottom:.75rem}.profile-card__job-count{display:inline-block;background-color:var(--brand-color-1);color:#fff;padding:.5rem .8rem;font-weight:600;font-size:.7rem;border-radius:4px;padding-left:2rem;background-image:url(../img/star.c0e17adc.svg);background-repeat:no-repeat;background-position:9px}.profile-card__tag{color:#fff;padding:.5rem .8rem;font-weight:600;font-size:.7rem;border-radius:4px;border:2px solid #fff;margin:0 .375rem .5rem .375rem}.profile-card__tag:first-child{margin-left:0}