@media only screen and (max-width:1023px){.people-with-modal{margin-bottom:40px;margin-top:30px}}@media only screen and (max-width:768px){.people-with-modal{margin:0}}.people-with-modal>div{border-radius:28px;margin:0 20px;padding-bottom:60px;padding-top:60px}@media only screen and (max-width:1440px){.people-with-modal>div{margin:0 20px}}@media only screen and (max-width:1023px){.people-with-modal>div{padding-bottom:40px;padding-top:40px}}@media only screen and (max-width:768px){.people-with-modal>div{margin:0 20px;padding-bottom:20px;padding-top:20px}}.people-with-modal .text-top-wrapper{margin:0 auto;max-width:850px;text-align:center}.people-with-modal .people-with-modal__wrapper{display:grid;gap:28px;grid-template-columns:repeat(4,1fr);margin-top:60px}@media only screen and (max-width:1023px){.people-with-modal .people-with-modal__wrapper{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:768px){.people-with-modal .people-with-modal__wrapper{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:600px){.people-with-modal .people-with-modal__wrapper{grid-template-columns:repeat(1,1fr)}}.people-with-modal .card{background-color:#fff;border-radius:28px;display:grid;gap:0;grid-row:span 4;grid-template-rows:subgrid;padding:20px;text-align:center}@media only screen and (max-width:600px){.people-with-modal .card{display:block}}.people-with-modal .card .avatar-wrapper{aspect-ratio:1.188;background-position:top;background-size:cover;border-radius:28px;margin-bottom:24px}.people-with-modal .card .name-wrapper span{font-size:20px;font-style:normal;font-weight:500;line-height:30px}.people-with-modal .card .position-wrapper span{font-size:15px;font-style:normal;font-weight:400;line-height:22p}.people-with-modal .card .more-button-wrapper span{color:#0ca3a8;cursor:pointer;font-size:15px;font-style:normal;font-weight:500;line-height:22px;text-decoration-line:underline}.people-with-modal .card .more-button-wrapper .modal-data{display:none}.people-with-modal__modal{align-items:center;background-color:rgba(15,35,60,.8);display:flex;height:0;justify-content:center;left:0;opacity:0;overflow:hidden;pointer-events:none;position:fixed;top:0;transition:opacity .3s linear;width:100vw;z-index:999991}.people-with-modal__modal.show{height:100vh;opacity:1;pointer-events:all}.people-with-modal__modal .inner-wrapper{display:inline-flex;max-height:80vh;max-width:90vw;position:relative}.people-with-modal__modal .inner-wrapper .close-btn{pointer-events:none;position:absolute;right:-35px;top:0}@media only screen and (max-width:600px){.people-with-modal__modal .inner-wrapper .close-btn{right:0;top:-35px}}.people-with-modal__modal .content-holder{background:#fff;border-radius:28px;max-width:844px;min-height:540px;padding:32px;width:100vw}.people-with-modal__modal .modal-data{align-items:flex-start;display:flex;gap:28px;height:100%;overflow-y:auto}@media only screen and (max-width:768px){.people-with-modal__modal .modal-data{flex-direction:column}}.people-with-modal__modal .modal-data .avatar-wrapper{flex-shrink:0}.people-with-modal__modal .modal-data .avatar-wrapper img{border-radius:28px;height:100%;max-width:350px;width:100%}.people-with-modal__modal .modal-data .content-wrapper{display:flex;flex-direction:column}.people-with-modal__modal .modal-data .content-wrapper .position>span{background:#f6f8fa;border:1px solid #e2e8f0;border-radius:12px;display:inline-block;font-size:15px;font-style:normal;font-weight:500;line-height:22px;margin-bottom:24px;padding:8px 16px;text-align:center}.people-with-modal__modal .modal-data .content-wrapper .title>span{font-family:Epilogue;font-size:32px;font-style:normal;font-weight:500;line-height:120%}.people-with-modal__modal .modal-data .content-wrapper .extra-info span,.people-with-modal__modal .modal-data .content-wrapper .shares-information{color:#97a2af;font-size:15px;font-style:normal;font-weight:500;line-height:22px}.people-with-modal__modal .modal-data .content-wrapper .shares-information{margin-top:5px}.people-with-modal__modal .modal-data .content-wrapper .description *{font-size:15px;font-style:normal;font-weight:400;line-height:22px}.people-with-modal__modal .modal-data .content-wrapper .description-additional{margin-bottom:12px}.people-with-modal__modal .modal-data .content-wrapper .description-additional *{font-size:15px;font-style:normal;font-weight:400;line-height:22px}.people-with-modal__modal .modal-data .content-wrapper .description-additional p{color:#97a2af}.people-with-modal__modal .modal-data .content-wrapper .social-wrapper{display:flex;flex-wrap:wrap;gap:8px}.people-with-modal__modal .modal-data .content-wrapper .social-wrapper a{align-items:center;background-color:#e2e8f0;border-radius:6px;display:flex;height:30px;justify-content:center;width:30px}.people-with-modal__modal .modal-data .content-wrapper .social-wrapper a svg{transform:translateY(2px);width:16px}.people-with-modal__modal .modal-data .content-wrapper .social-wrapper a svg path{fill:#97a2af}