@keyframes spinme{to{transform:rotate(-1turn)}}.mtt-employees__grid{display:flex;flex-wrap:wrap;margin:-12px}@media only screen and (max-width:500px){.mtt-employees__grid{margin:-16px 0}}.mtt-employees__text{margin-bottom:32px}.mtt-employees__title-wrap{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.mtt-employees__title-wrap h2{margin-right:56px}@media only screen and (max-width:500px){.mtt-employees__title-wrap{display:block}.mtt-employees__title-wrap h2{margin-right:0}}.mtt-employees__filter{padding-top:16px;margin:-4px -8px;display:flex;flex-wrap:wrap}@media only screen and (max-width:500px){.mtt-employees__filter{display:none}}.mtt-employees__filter button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;padding:0;cursor:pointer;transition:color .2s ease;margin:4px 8px;font-weight:700;color:var(--c_prim);font-size:16px;font-size:1.0666666667rem}.mtt-employees__filter button:hover:not(.active){opacity:.7}.mtt-employees__filter button.active{color:var(--c_secondary);text-decoration:underline}.mtt-employees #employee-dropdown{background-color:var(--c_light);display:none;margin-top:16px;background-image:url(../../../img/icons/down-arrow-dark.svg);background-size:17px 10px;background-repeat:no-repeat;background-position-x:calc(100% - 16px);background-position-y:23px;width:100%;height:56px;box-sizing:border-box;border:1px solid var(--c_white);border-radius:4px;color:var(--c_text0);padding:17px 40px 17px 16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:16px;font-size:1.0666666667rem}@media only screen and (max-width:500px){.mtt-employees #employee-dropdown{display:block}}.mtt-employees .mtt-employee-card{margin:12px;width:calc(33.33333% - 24px)}@media only screen and (max-width:800px){.mtt-employees .mtt-employee-card{width:calc(50% - 24px)}}@media only screen and (max-width:500px){.mtt-employees .mtt-employee-card{width:100%;margin:16px 0}}.mtt-employee-card__image{position:relative;height:0;width:100%;padding-bottom:107%;display:block;border-top-left-radius:80px;overflow:hidden}@media only screen and (max-width:500px){.mtt-employee-card__image{border-top-left-radius:64px}}.mtt-employee-card__image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.15}.mtt-employee-card__image--default:before{background-color:var(--c_prim)}.mtt-employee-card__image--secondary:before{background-color:var(--c_secondary)}.mtt-employee-card__image--secondary .open-btn svg line{stroke:var(--c_secondary)}.mtt-employee-card__image--justicase:before{background-color:var(--c_justicase)}.mtt-employee-card__image--justicase .open-btn svg line{stroke:var(--c_justicase)}.mtt-employee-card__image--uhabi:before{background-color:var(--c_uhabi)}.mtt-employee-card__image--uhabi .open-btn svg line{stroke:var(--c_uhabi)}.mtt-employee-card__image--habicen:before{background-color:var(--c_habicen)}.mtt-employee-card__image--habicen .open-btn svg line{stroke:var(--c_habicen)}.mtt-employee-card__image--advosys:before{background-color:var(--c_advosys)}.mtt-employee-card__image--advosys .open-btn svg line{stroke:var(--c_advosys)}.mtt-employee-card__image--lightgrey{background-color:#f9f9f9;opacity:1}.mtt-employee-card__image--lightgrey .open-btn svg line{stroke:var(--c_text0)}.mtt-employee-card__image-inner{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:flex-end;justify-content:center}.mtt-employee-card__image-inner img{max-width:100%;max-height:100%;width:auto;height:auto;display:block}.mtt-employee-card__name{margin-top:24px;display:block;color:var(--c_text0);font-weight:700;font-size:20px;font-size:1.3333333333rem}@media only screen and (max-width:500px){.mtt-employee-card__name{padding-top:16px}}.mtt-employee-card__position{color:var(--c_text0);font-weight:500;font-size:16px;font-size:1.0666666667rem}.mtt-employee-card__contact-wrap,.mtt-employee-card__story-text{margin-top:16px}.mtt-employee-card__contact{color:var(--c_text0);font-size:16px;font-size:1.0666666667rem}.mtt-employee-card__contact a{color:var(--c_text0)}.mtt-employee-card__contact a:hover{text-decoration:underline}.mtt-employee-card.hidden{display:none}