.team-block .team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(22rem,1fr));grid-column-gap:4.3rem;grid-row-gap:5.3rem;grid-template-columns:repeat(12,1fr);grid-column-gap:2rem;grid-row-gap:2rem;max-width:960px;margin:0 auto}@media only screen and (max-width: 2000px) and (min-width: 1599px){.team-block .team-grid{grid-column-gap:3rem;grid-row-gap:3rem;max-width:1300px}}@media only screen and (max-width: 1024px){.team-block .team-grid{grid-column-gap:3rem;grid-row-gap:3rem}}@media only screen and (max-width: 768px){.team-block .team-grid{grid-template-columns:1fr 1fr;grid-column-gap:2rem;grid-row-gap:2rem}}@media only screen and (max-width: 480px){.team-block .team-grid{grid-template-columns:1fr}}.team-card{position:relative;border-radius:.8rem;overflow:hidden;transition:transform .5s ease-in-out;cursor:pointer;grid-column:span 6;-ms-grid-column-span:6;width:100%;max-width:30rem;margin:0 auto}@media only screen and (max-width: 2000px) and (min-width: 1599px){.team-card{border-radius:1rem;max-width:40rem}}@media only screen and (max-width: 768px){.team-card{grid-column:span 12;-ms-grid-column-span:12;max-width:35rem}}.team-card:hover .team-card__initial{transform:rotateY(-360deg)}@media only screen and (max-width: 768px){.team-card:hover .team-card__initial{transform:rotateY(0)}}.team-card:hover .team-card__initial .team-card__info{opacity:0}@media only screen and (max-width: 768px){.team-card:hover .team-card__initial .team-card__info{opacity:1}}.team-card:hover .team-card__hover{transform:rotateY(0)}.team-card:first-child,.team-card:last-child{grid-column:1/-1}@media only screen and (max-width: 768px){.team-card:first-child,.team-card:last-child{grid-column:span 12;-ms-grid-column-span:12}}.team-card:first-child{margin-bottom:-24%}@media only screen and (max-width: 768px){.team-card:first-child{margin-bottom:0}}.team-card:last-child{margin-top:-24%}@media only screen and (max-width: 768px){.team-card:last-child{margin-top:0}}.team-card:nth-child(2){margin-left:0}@media only screen and (max-width: 768px){.team-card:nth-child(2){margin-left:auto}}.team-card:nth-child(3){margin-right:0}@media only screen and (max-width: 768px){.team-card:nth-child(3){margin-right:auto}}.team-card p.team-card__info-text{color:#fff;text-align:center;font-weight:600;margin:0;padding:1rem}.team-card__main{position:relative;border-radius:.8rem;overflow:hidden}@media only screen and (max-width: 2000px) and (min-width: 1599px){.team-card__main{border-radius:1rem}}.team-card__initial{display:flex;flex-direction:column;width:100%;backface-visibility:hidden;background-position:50%;background-size:cover;transform-style:preserve-3d;transition:transform .5s ease-in-out;z-index:2;transform:rotateY(0)}.team-card__initial:after{content:"";background:#ffffff url(/wp-content/uploads/2025/07/green-arrow.svg) no-repeat;background-size:1.8rem;background-position:center;width:3rem;height:3rem;position:absolute;bottom:0;right:0;display:flex;align-items:center;justify-content:center;border-top-left-radius:10px}@media only screen and (max-width: 768px){.team-card__initial:after{display:none}}.team-card__hover{position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem;background:linear-gradient(180deg,rgba(6,10,5,.8) 0%,rgb(66,92,57) 100%);color:#bac7b5;z-index:9;backface-visibility:hidden;background-position:50%;background-size:cover;transform-style:preserve-3d;transition:transform .5s ease-in-out;transform:rotateY(180deg)}@media only screen and (max-width: 2000px) and (min-width: 1599px){.team-card__hover{padding:2.5rem}}@media only screen and (max-width: 768px){.team-card__hover{display:none}}.team-card__image{flex:1;position:relative;overflow:hidden}.team-card__image .team-member-image{display:block;width:100%}.team-card__info{position:absolute;top:0;right:-1px;bottom:-1px;left:-1px;background:linear-gradient(transparent 50%,#111111 100%);padding:2rem 1.5rem;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;transition:transform .5s ease-in-out}@media only screen and (max-width: 2000px) and (min-width: 1599px){.team-card__info{padding:2.3rem 1.5rem}}.team-card__name{font-size:1.76rem;margin:0 0 2px;line-height:1.2}@media only screen and (max-width: 2000px) and (min-width: 1599px){.team-card__name{font-size:2.2rem;margin:0 0 4px}}@media only screen and (max-width: 480px){.team-card__name{font-size:2.2rem}}.team-card__hover .team-card__name{margin-bottom:6px;font-weight:500;color:#fff}.team-card__position{margin:0;line-height:1.3;font-weight:400;color:#e4b389}.team-card__hover .team-card__position{margin-bottom:1rem}@media only screen and (max-width: 2000px) and (min-width: 1599px){.team-card__hover .team-card__position{margin-bottom:2rem}}.team-card__short-text{margin-bottom:2rem;font-weight:400}@media only screen and (max-width: 480px){.team-card__short-text{margin-bottom:1rem}}.team-card__read-more{background:transparent;color:#fff;border:none;padding:0;border-radius:0;font-size:1.6rem;cursor:pointer;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;letter-spacing:.12px;display:flex;gap:5px;align-items:center}@media only screen and (max-width: 2000px) and (min-width: 1599px){.team-card__read-more{font-size:2rem}}.team-card__read-more svg{width:1.6rem;height:auto}@media only screen and (max-width: 2000px) and (min-width: 1599px){.team-card__read-more svg{width:2rem}}.team-card__read-more svg path{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.team-card__read-more:hover{color:#e4b389}.team-card__read-more:hover svg path{stroke:#e4b389}.team-card__read-more2nd{display:none;margin:0 auto;color:#61994b}@media only screen and (max-width: 768px){.team-card__read-more2nd{display:flex}}.team-show-more{display:flex;justify-content:center;margin-top:5.4rem}@media only screen and (max-width: 2000px) and (min-width: 1599px){.team-show-more{margin-top:6.8rem}}@media only screen and (max-width: 768px){.team-show-more{margin-top:3rem}}.team-show-more__btn{border:0;border-radius:100vw;background:linear-gradient(90deg,rgb(29,168,228) 0%,rgb(0,132,189) 100%);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;color:#fff;font-size:1.36rem;font-weight:500;padding:1.3rem 2.5rem;max-width:fit-content;margin:0 auto;cursor:pointer}.team-show-more__btn svg{width:1.2rem;height:auto;vertical-align:middle;margin-left:5px}@media only screen and (max-width: 2000px) and (min-width: 1599px){.team-show-more__btn svg{width:1.4rem;margin-left:8px}}@media only screen and (max-width: 2000px) and (min-width: 1599px){.team-show-more__btn{font-size:1.7rem;padding:1.6rem 3.1rem;gap:8px}}@media only screen and (max-width: 768px){.team-show-more__btn{padding:1rem 2rem}}.team-show-more__btn:hover{background:linear-gradient(90deg,rgb(135,184,4) 0%,rgb(92,157,1) 100%)}.team-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:none;align-items:center;justify-content:center;opacity:0;visibility:hidden;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.team-modal.active{opacity:1;visibility:visible}.team-modal[style*="display: flex"]{display:flex!important;opacity:1;visibility:visible}.team-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3)}.team-modal__content{position:relative;background:white;border-radius:1.6rem;max-width:108.3rem;width:calc(100% - 4rem);max-height:calc(100vh - 4rem);overflow-y:auto;transform:scale(.9) translateY(20px);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media only screen and (max-width: 2000px) and (min-width: 1599px){.team-modal__content{border-radius:2rem;max-width:135.3rem}}@media only screen and (max-width: 768px){.team-modal__content{border-radius:1.2rem}}.team-modal.active .team-modal__content{transform:scale(1) translateY(0)}.team-modal__close{position:absolute;top:1.5rem;right:1.5rem;background:transparent;border:none;cursor:pointer;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;z-index:10;padding:0}@media only screen and (max-width: 768px){.team-modal__close{top:1rem;right:1rem}}@media only screen and (max-width: 768px){.team-modal__close svg{width:1.2rem}}.team-modal__close svg path{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.team-modal__close:hover{background:transparent}.team-modal__close:hover svg path{stroke:#5c9d01}.team-modal__body{display:flex;align-items:center;gap:2rem;padding:2rem}@media only screen and (max-width: 2000px) and (min-width: 1599px){.team-modal__body{gap:2.5rem;padding:2.5rem}}@media only screen and (max-width: 768px){.team-modal__body{flex-direction:column;padding:3rem 2rem}}.team-modal__image{width:30%}@media only screen and (max-width: 768px){.team-modal__image{width:100%}}.team-modal__image .modal-member-image{width:100%;display:block;border-radius:.8rem}@media only screen and (max-width: 2000px) and (min-width: 1599px){.team-modal__image .modal-member-image{border-radius:1rem}}.team-modal__info{padding-right:2%;flex:1}@media only screen and (max-width: 768px){.team-modal__info{padding-right:0}}.team-modal__info .modal-name{background:linear-gradient(90deg,#111 48.4%,#61994B 88%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;max-width:fit-content;margin:0 0 1.5rem}@media only screen and (max-width: 768px){.team-modal__info .modal-name{margin:0 0 .5rem}}.team-modal__info .modal-position{font-size:1.92rem;line-height:normal;color:#775539;margin:0 0 1.5rem}@media only screen and (max-width: 2000px) and (min-width: 1599px){.team-modal__info .modal-position{font-size:2.4rem}}@media only screen and (max-width: 768px){.team-modal__info .modal-position{margin:0 0 .5rem;font-size:1.6rem}}.team-modal__info .modal-full-text{max-height:242.1px;overflow:auto;scrollbar-width:thin;scrollbar-color:#D9D9D9 transparent;padding-right:1.2rem}@media only screen and (max-width: 2000px) and (min-width: 1599px){.team-modal__info .modal-full-text{max-height:302.85px}}@media only screen and (max-width: 768px){.team-modal__info .modal-full-text{max-height:100%;padding-right:0}}.team-modal__info .modal-full-text p{line-height:26.9px;color:#111;margin:0 0 2rem}@media only screen and (max-width: 2000px) and (min-width: 1599px){.team-modal__info .modal-full-text p{line-height:33.65px;margin:0 0 2.5rem}}@media only screen and (max-width: 768px){.team-modal__info .modal-full-text p{margin:0 0 1rem;font-size:1.4rem;line-height:24px}}.team-modal__info .modal-full-text p:last-child{margin-bottom:0}.team-modal__info .modal-full-text p mark{color:#61994b;background:transparent}.team-modal__info .modal-full-text p.highlighted{background:#fff3cd;padding:15px;border-radius:8px;border-left:4px solid #ffc107;margin:20px 0}.team-modal__info .modal-full-text .connectbtn{display:flex;align-items:center;font-weight:600;margin-top:2.8rem;gap:1.5rem}@media only screen and (max-width: 2000px) and (min-width: 1599px){.team-modal__info .modal-full-text .connectbtn{margin-top:3.5rem;gap:2rem}}@media only screen and (max-width: 768px){.team-modal__info .modal-full-text .connectbtn{flex-direction:column}}.team-modal__info .modal-full-text .connectbtn a{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;padding:1.3rem 2.6rem;border-radius:100vw;background:linear-gradient(90deg,#537447 0%,#649950 100%);letter-spacing:.544px;text-transform:uppercase;font-size:1.36rem;color:#fff;display:flex;align-items:center;gap:.8rem}@media only screen and (max-width: 2000px) and (min-width: 1599px){.team-modal__info .modal-full-text .connectbtn a{font-size:1.7rem;gap:1rem;padding:1.9rem 3.3rem}}@media only screen and (max-width: 768px){.team-modal__info .modal-full-text .connectbtn a{font-size:1.2rem}}.team-modal__info .modal-full-text .connectbtn a img{width:7.3rem;height:auto;margin-top:-2px}@media only screen and (max-width: 2000px) and (min-width: 1599px){.team-modal__info .modal-full-text .connectbtn a img{width:9.1rem}}@media only screen and (max-width: 768px){.team-modal__info .modal-full-text .connectbtn a img{width:6.3rem}}.team-modal__info .modal-full-text .connectbtn a:hover{background:linear-gradient(90deg,#9D7A5A 0%,#AD8F73 100%)}.team-modal__info .modal-full-text .connectbtn a:hover svg path.intext{fill:#aa8b6e}
