@import url(https://use.typekit.net/aye0vsg.css);@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-1rem)}}.employees-grid .grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);grid-gap:2rem;gap:2rem}.employees-grid .title{grid-column:1/span 12;grid-row:1/span 2}.employees-grid .title h1 span,.employees-grid .title h2 span,.employees-grid .title h3 span{display:block;color:inherit;transform:translateX(10rem)}.employees-grid .text{grid-column:4/span 7;grid-row:4/span 2}.employees-grid .buttons{grid-column:4/span 7;grid-row:7/span 1}.employees-grid .employee{position:relative}.employees-grid .employee .image{position:relative;width:100%;aspect-ratio:1/1.4;overflow:hidden}.employees-grid .employee .name{padding:1rem 0;font-size:1.6rem;font-family:freight-text-pro,sans-serif}.employees-grid .employee{grid-column:auto/span 4;grid-row:auto/span 7}.employees-grid .employee:nth-child(1 of .employee){grid-column-start:17;grid-row-start:4}.employees-grid .employee:nth-child(2 of .employee){grid-column-start:1;grid-row-start:11}.employees-grid .employee:nth-child(3 of .employee){grid-column-start:7;grid-row-start:9}.employees-grid .employee:nth-child(4 of .employee){grid-column-start:13;grid-row-start:12}@media only screen and (max-width:768px){.employees-grid .grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-rows:auto;grid-gap:4rem;gap:4rem}.employees-grid .buttons,.employees-grid .text,.employees-grid .title{grid-column:auto/span 2;grid-row:auto/auto}.employees-grid .employee{grid-column:auto/span 1;grid-row:auto/auto}.employees-grid .employee:nth-child(1 of .employee),.employees-grid .employee:nth-child(2 of .employee),.employees-grid .employee:nth-child(3 of .employee),.employees-grid .employee:nth-child(4 of .employee){grid-column-start:auto;grid-row-start:auto}}@media only screen and (max-width:576px){.employees-grid .grid{grid-template-columns:minmax(0,1fr)}.employees-grid .buttons,.employees-grid .text,.employees-grid .title{grid-column:auto/span 1;grid-row:auto/auto}.employees-grid .buttons h1 span,.employees-grid .buttons h2 span,.employees-grid .buttons h3 span,.employees-grid .text h1 span,.employees-grid .text h2 span,.employees-grid .text h3 span,.employees-grid .title h1 span,.employees-grid .title h2 span,.employees-grid .title h3 span{display:block;color:inherit;transform:translateX(0)}.employees-grid .employee{grid-column:auto/span 1;grid-row:auto/auto}.employees-grid .employee:nth-child(1 of .employee),.employees-grid .employee:nth-child(2 of .employee),.employees-grid .employee:nth-child(3 of .employee),.employees-grid .employee:nth-child(4 of .employee){grid-column-start:auto;grid-row-start:auto}}