.team-core{margin-bottom:30px}.team-core__title{margin-bottom:20px;font-family:Gotham Medium;font-size:18px;font-weight:500;line-height:120%;text-align:left;text-transform:uppercase;color:#000}.team-core__layout{display:flex;flex-direction:column;gap:32px;padding:20px;background:#f1f5fe;border-radius:20px}.team-core__thumbs{display:flex;flex-direction:row;justify-content:space-evenly;gap:10px;order:3;width:100%;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.team-core__thumbs::-webkit-scrollbar{display:none}.team-core__thumb{position:relative;flex-shrink:0;width:64px;height:64px;min-width:64px;padding:0;background:#f1f5f9;border:0;border-radius:12px;overflow:hidden;opacity:.4;cursor:pointer;transition:opacity .25s ease,transform .25s ease,box-shadow .25s ease}.team-core__thumb:before{content:"";position:absolute;inset:0;border-radius:12px;transition:border-color .25s ease}.team-core__thumb:hover:not(.team-core__thumb_active){opacity:.7;transform:translateY(-2px)}.team-core__thumb_active{opacity:1;box-shadow:0 4px 12px rgba(0,0,0,.08)}.team-core__thumb_active:before{border-color:#e2e8f0}.team-core__thumb_no-image{background:#c4c4c4}.team-core__thumb-image{display:block;width:64px;height:64px;object-fit:cover}.team-core__thumb-image-placeholder{width:64px;height:64px;background:#c4c4c4;border-radius:12px}.team-core__content{display:grid;grid-template-columns:1fr;grid-gap:20px;gap:20px;order:1;width:100%}.team-core__photo{position:relative;width:100%;height:280px;order:1;overflow:hidden;background:#c4c4c4;border-radius:16px}.team-core__photo-image{object-fit:cover}.team-core__card{display:flex;flex-direction:column;order:2;padding:0}.team-core__name{margin:0;font-family:Gotham Medium;font-size:16px;font-weight:500;line-height:140%;text-transform:uppercase;color:#36486a}.team-core__role{line-height:120%;text-transform:uppercase}.team-core__quote,.team-core__role{margin-top:12px;font-family:Gotham Book;font-size:14px;font-weight:400;color:#36486a}.team-core__quote{line-height:160%}@media(min-width:576px){.team-core{margin-bottom:40px}.team-core__title{margin-bottom:24px;font-size:20px}.team-core__photo{height:360px}.team-core__name{font-size:18px}.team-core__quote{font-size:16px}}@media(min-width:768px){.team-core__title{margin-bottom:28px;font-size:22px}.team-core__layout{display:grid;grid-template-columns:54px 1fr;align-items:center;grid-gap:32px;gap:32px;min-height:240px;padding:18px;border-radius:12px}.team-core__thumbs{flex-direction:column;justify-content:space-between;align-self:stretch;gap:10px;order:0;width:auto}.team-core__thumb{min-width:54px}.team-core__thumb,.team-core__thumb-image{width:54px;height:54px}.team-core__thumb-image-placeholder{width:54px;height:54px;min-width:54px}.team-core__content{grid-template-columns:1fr 200px;align-items:center;gap:18px;order:0}.team-core__card{gap:16px;order:1}.team-core__photo{width:200px;height:200px;align-self:center;justify-self:center;order:2;border-radius:10px}.team-core__name{font-size:18px;color:#000}.team-core__role{margin-top:0;font-size:15px;color:#000}.team-core__quote{margin-top:0;font-size:14px;line-height:130%}}@media(min-width:992px){.team-core{margin-bottom:50px}.team-core__title{margin-bottom:28px;font-size:24px}.team-core__layout{min-height:292px}.team-core__thumbs{gap:13px}.team-core__content{grid-template-columns:1fr 256px;gap:22px}.team-core__card{gap:24px}.team-core__photo{width:256px;height:256px;border-radius:11px}.team-core__name{font-size:20px}.team-core__role{font-size:18px}.team-core__quote{font-size:18px;line-height:120%}}@media(min-width:1200px){.team-core__title{margin-bottom:32px;font-size:28px}.team-core__layout{grid-template-columns:72px 1fr;min-height:unset;padding:20px;border-radius:16px}.team-core__thumbs{gap:13px}.team-core__thumb{width:72px;height:72px;min-width:72px}.team-core__thumb,.team-core__thumb:before{border-radius:14px}.team-core__thumb-image{width:72px;height:72px}.team-core__thumb-image-placeholder{width:72px;height:72px;min-width:72px;border-radius:14px}.team-core__content{grid-template-columns:1fr 280px;gap:20px;min-height:280px}.team-core__card{gap:0}.team-core__photo{width:280px;height:280px;border-radius:12px}.team-core__name{font-size:20px}.team-core__role{margin-top:16px;font-size:18px}.team-core__quote{margin-top:12px;font-size:17px;color:#000}}@media(min-width:1400px){.team-core{margin-bottom:60px}.team-core__title{margin-bottom:40px;font-size:32px}.team-core__layout{grid-template-columns:82px 1fr;gap:32px;padding:28px;border-radius:20px}.team-core__thumbs{gap:16px}.team-core__thumb{width:82px;height:82px;min-width:82px}.team-core__thumb,.team-core__thumb:before{border-radius:16px}.team-core__thumb-image{width:82px;height:82px}.team-core__thumb-image-placeholder{width:82px;height:82px;min-width:82px;border-radius:16px}.team-core__content{grid-template-columns:660px 1fr;align-items:start;gap:32px;min-height:382px}.team-core__card{height:100%;padding:32px 28px;border-radius:20px}.team-core__photo{width:382px;height:382px;align-self:center;justify-self:center;border-radius:20px}.team-core__name{font-size:32px;line-height:120%}.team-core__role{margin-top:20px;font-size:24px}.team-core__quote{margin-top:16px;font-size:20px;line-height:130%}}@keyframes aCoreTeamFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.team-core__card,.team-core__photo{animation:aCoreTeamFadeIn .35s ease}.culture{margin-bottom:30px}.culture__header{display:none}.culture__intro-text{margin:0 auto;padding:0 16px;font-family:Gotham Medium;font-size:14px;font-weight:500;font-style:normal;line-height:130%;text-align:center;text-transform:uppercase;color:#000}.culture__rows{display:flex;flex-direction:column;gap:30px;margin-top:120px}.culture-row{display:flex;flex-direction:column;align-items:stretch;gap:16px;width:100%}.culture-row__text{flex:none;display:flex;flex-direction:column;gap:12px;width:100%}.culture-row__title{margin:0;font-family:Gotham Medium;font-size:16px;font-weight:500;line-height:120%;text-transform:uppercase;color:#000}.culture-row__paragraph{margin:0;font-family:Gotham Book;font-size:14px;font-weight:400;line-height:140%;color:#36486a}.culture-row__media{order:-1;width:100%;max-width:none}.culture-row__image{display:block;width:100%;height:auto;aspect-ratio:710/522;background:#9d9d9d;border-radius:12px;object-fit:cover}@media(min-width:576px){.culture{margin-bottom:40px}.culture__rows{gap:40px}.culture-row{gap:20px}.culture-row__text{gap:16px}.culture-row__title{font-size:18px}.culture-row__paragraph{font-size:15px;line-height:130%}.culture-row__image{border-radius:14px}}@media(min-width:768px){.culture__rows{gap:50px}.culture-row{flex-direction:row;align-items:center;justify-content:space-between;gap:40px}.culture-row_text-on-right{flex-direction:row-reverse}.culture-row__media{flex:1 1 auto;order:0;max-width:480px;min-width:0}.culture-row__text{flex-shrink:0;gap:20px;width:320px}.culture-row__text_align-right{width:320px}.culture-row__title{font-size:20px}.culture-row__paragraph{font-size:18px;line-height:120%}.culture-row__image{border-radius:18px}}@media(min-width:992px){.culture,.culture__header{margin-bottom:50px}.culture__header{display:flex;justify-content:center;align-items:center}.culture__intro-text{max-width:750px;padding:0 20px;font-size:18px;line-height:120%}.culture__rows{gap:50px;margin-top:0;padding:0}.culture-row__media{max-width:480px}.culture-row__text,.culture-row__text_align-right{width:320px}.culture-row__title{font-size:20px}}@media(min-width:1200px){.culture__header{margin-bottom:60px}.culture__intro-text{max-width:950px;padding:0;font-size:20px}.culture__rows{gap:60px}.culture-row{gap:50px}.culture-row__media{max-width:580px}.culture-row__text,.culture-row__text_align-right{width:380px}.culture-row__title{font-size:22px}.culture-row__paragraph{font-size:16px}}@media(min-width:1400px){.culture{margin-bottom:60px}.culture__header{margin-bottom:80px;padding:0 20px}.culture__intro-text{max-width:1239px;font-size:24px;line-height:120%}.culture__rows{gap:80px}.culture-row_text-on-left{gap:82px}.culture-row_text-on-right{gap:99px}.culture-row__media{max-width:710px}.culture-row__text{gap:24px;width:448px}.culture-row__text_align-right{width:433px}.culture-row__title{font-size:24px}.culture-row__paragraph{font-size:18px;line-height:120%}}