.employees-carousel__main-wrapper{display:flex;flex-direction:column}@media screen and (min-width:1023px){.employees-carousel__main-wrapper{display:grid;grid-template-areas:"ctrl-L panel ctrl-R" "ctrl-L nav ctrl-R";grid-template-columns:3rem 1fr 3rem;grid-template-rows:auto 3rem;margin-inline:auto;max-width:120rem}}.employees-carousel__panel{display:flex;flex-direction:column;gap:2.5rem;list-style:none;margin:0;padding:0}@media screen and (min-width:1023px){.employees-carousel__panel{flex-direction:row;flex-wrap:nowrap;gap:0;grid-area:ctrl-L/ctrl-L/ctrl-R/ctrl-R;overflow-x:scroll;-ms-overflow-style:none;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.employees-carousel__panel::-webkit-scrollbar{display:none}}.employees-carousel__slide{display:grid;gap:1.5rem;grid-template-areas:"image" "content";grid-template-columns:1fr;grid-template-rows:auto 1fr}@media screen and (min-width:1023px){.employees-carousel__slide{aspect-ratio:16/9;flex:0 0 100%;gap:0;grid-template-areas:"extra-top extra-top" "top-l top-r" "bottom-l bottom-r" "extra-bottom extra-bottom";grid-template-columns:1fr 1fr;grid-template-rows:3rem 1fr 1fr 3rem;position:relative}}.employees-carousel__slide:nth-child(odd){background:var(--blue-200);border-radius:0 .75rem .75rem 0;margin-inline-end:1rem;padding:1rem}@media screen and (min-width:1023px){.employees-carousel__slide:nth-child(odd){background:none;border-radius:0;margin-inline-end:0;padding:0}}.employees-carousel__slide:nth-child(2n){border-block:.0625rem solid var(--blue-200);border-inline-start:.0625rem solid var(--blue-200);border-radius:.75rem 0 0 .75rem;margin-inline-start:1rem;padding:1rem}@media screen and (min-width:1023px){.employees-carousel__slide:nth-child(2n){background:none;border:none;border-radius:0;margin-inline-start:0;padding:0}}.employees-carousel__slide:nth-child(odd) .employees-carousel__description p,.employees-carousel__slide:nth-child(odd) .employees-carousel__job,.employees-carousel__slide:nth-child(odd) .employees-carousel__name{color:var(--white)}@media screen and (min-width:1023px){.employees-carousel__slide:nth-child(odd) .employees-carousel__description p,.employees-carousel__slide:nth-child(odd) .employees-carousel__job,.employees-carousel__slide:nth-child(odd) .employees-carousel__name{color:var(--blue-900)}}.employees-carousel__image{border:.375rem solid var(--white);border-radius:.75rem;box-shadow:0 .625rem .875rem rgba(0,0,0,.08);grid-area:image;height:100%;object-fit:cover;width:100%}@media screen and (min-width:1023px){.employees-carousel__image{border:none;border-radius:0;box-shadow:none;grid-area:extra-top/extra-top/extra-bottom/extra-bottom;height:100%;object-fit:cover;width:100%}}.employees-carousel__slide-info{display:flex;flex-direction:column;gap:1.5rem;grid-area:content}@media screen and (min-width:1023px){.employees-carousel__slide-info{background:var(--white);border-radius:1.75rem;gap:1.5rem;grid-area:bottom-l;justify-self:center;margin-block-end:0;margin-inline-start:0;max-height:fit-content;max-width:30.75rem;padding:1.5rem;z-index:1}}@media screen and (min-width:1366px){.employees-carousel__slide-info{gap:2rem;padding:2rem}}@media screen and (min-width:1023px){.employees-carousel__slide-info--top-l{align-self:end;grid-area:top-l}.employees-carousel__slide-info--top-r{align-self:end;grid-area:top-r}.employees-carousel__slide-info--bottom-l{grid-area:bottom-l}.employees-carousel__slide-info--bottom-r{grid-area:bottom-r}}.employees-carousel__job,.employees-carousel__name{font-size:1rem;margin:0;text-align:right}@media screen and (min-width:1366px){.employees-carousel__job,.employees-carousel__name{font-size:1.25rem}}.employees-carousel__description p{font-size:.875rem;margin:0}@media screen and (min-width:1023px){.employees-carousel__description p{font-size:.875rem}}@media screen and (min-width:1366px){.employees-carousel__description p{font-size:1rem}}.employees-carousel__navigation{display:none}@media screen and (min-width:1023px){.employees-carousel__navigation{display:flex;gap:1.5rem;grid-area:nav;justify-content:center;list-style:none;margin:0;padding:0;z-index:1}}.employees-carousel__nav-btn,.employees-carousel__nav-btn:focus,.employees-carousel__nav-btn:hover{padding:0 .5rem}.employees-carousel__nav-icon{background:var(--white);border-radius:1.25rem;display:inline-block;height:.5rem;transition:background .3s ease-in-out;width:.5rem}.employees-carousel__navigation [data-active=true] .employees-carousel__nav-icon{background:var(--blue-200)}.employees-carousel__left-control{display:none}@media screen and (min-width:1023px){.employees-carousel__left-control{align-items:center;align-self:center;display:flex;grid-area:ctrl-L;justify-content:center;order:1;z-index:1}}.employees-carousel__left-control:focus svg path,.employees-carousel__left-control:hover svg path,.employees-carousel__right-control:focus svg path,.employees-carousel__right-control:hover svg path{fill:var(--blue-200)}.employees-carousel__right-control{display:none}@media screen and (min-width:1023px){.employees-carousel__right-control{align-items:center;align-self:center;display:flex;grid-area:ctrl-R;justify-content:center;order:1;z-index:1}}