@import"https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@300;600&display=swap";.card{width:100%;height:100%;overflow:hidden;display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative}.card *{user-select:none}.bg{position:absolute;width:100%;height:100px;top:0;border-radius:4px 4px 0 0;transition:all .4s ease;background:linear-gradient(140deg,#4776E6,#8E54E9);z-index:1}.more{width:24px;height:24px;position:absolute;z-index:2;right:20px;top:20px;display:flex;justify-content:center;align-items:center;cursor:pointer;transform:rotate(0);transition:all .4s ease;border-radius:100%}.more:before{width:16px;height:2px;background-color:#fff;content:"";position:absolute;border-radius:4px;transition:all .4s ease}.more:after{width:16px;height:2px;background-color:#fff;content:"";position:absolute;border-radius:4px;transform:rotate(90deg);transition:all .4s ease}.more:hover{transform:scale(1.1);background-color:#fff3}.swiper-slide{background-color:#fff;width:280px!important;height:320px;border-radius:.5rem;box-shadow:inset 0 0 0 1px #edeef4;position:relative;transition:all .4s ease}.swiper-slide:hover{transform:translateY(3px)}.swiper-slide:hover .photo{transform:translateY(-4px)}.swiper-wrapper{display:grid;grid-template-columns:repeat(3,1fr);position:relative;width:100%;height:100%;z-index:1;gap:2rem;font-family:"Source Code Pro",monospace}@media only screen and (max-width: 768px){.swiper-wrapper{grid-template-columns:none;grid-template-rows:repeat(3,1fr)}}.photo{width:120px;height:120px;border-radius:100%;overflow:hidden;z-index:1;position:absolute;top:40px;border:3px solid #FFFFFF;transition:all .4s ease;box-shadow:0 4px 10px #6f70734d,inset 0 0 20px #fff}.photo:before{background:#403E3E;z-index:1;width:100%;height:100px;border-radius:4px;content:"";position:absolute;transition:all .4s ease;opacity:0;left:0;top:0}.photo:after{width:100%;height:100px;border-radius:4px;content:"";position:absolute;transition:all .4s ease;opacity:0;left:0;top:0;background:linear-gradient(140deg,#D45B7A,#FDA576);z-index:2}.photo img{background:rgba(255,255,255,.5);width:100%;height:100%;object-fit:cover;margin:0;padding:0;list-style:none;border:0;-webkit-tap-highlight-color:transparent;text-decoration:none;color:inherit}.text{z-index:3;display:flex;justify-content:center;align-items:center;flex-direction:column;position:absolute;transform:translateY(50px);transition:all .3s ease}.name{font-size:20px;color:#6f7073;font-weight:300;letter-spacing:-1px}.role{font-size:14px;font-weight:600;color:#cbcbcb;letter-spacing:.8px;margin-top:5px}.desc{color:#fff;display:none;margin-top:20px;font-size:16px;letter-spacing:.6px;text-align:center;padding:0 40px;font-weight:400;line-height:22px}.social{z-index:1;display:flex;align-items:center;background-color:#eaeaea80;box-shadow:inset 0 11px 13px -20px #6f7073;width:100%;position:absolute;bottom:0;height:50px;padding:0 20px;box-sizing:border-box;border-radius:0 0 4px 4px;transition:all .4s ease}.social:hover .pointer{opacity:1;bottom:45px}.social:hover .pointer:before{content:"";width:100%;height:100%;position:absolute;background-color:#fff;transform:rotate(45deg)}.pointer{display:block;width:10px;height:10px;z-index:2;bottom:50px;position:absolute;transform:translate(25px);transition:all .4s ease;opacity:0}.icons{width:100%;display:flex;align-items:center;justify-content:space-around;color:#000}.icon-social{width:25%;height:24px;opacity:.3;transition:all .4s ease}.icon-social:hover{opacity:.6}.icon-social img{width:100%;height:100%}.show-more .card{overflow:hidden}.show-more .card .more{transform:rotate(45deg) scale(1)}.show-more .card .more:hover{transform:rotate(45deg) scale(1.1)}@media screen and (max-width: 799px){.show-more .card .more:hover{transform:rotate(45deg) scale(1)}}.show-more .card .social{transform:translateY(55px)}.show-more .card .text{color:#fff;transform:translateY(0);transition:all .6s ease}.show-more .card .text .name,.show-more .card .text .role{color:#fff}.show-more .card .text .desc{display:block}.show-more .card .photo{width:100%;height:100%;top:0px;border:solid 0px transparent;border-radius:4px;box-shadow:0 4px 10px #6f707300;transform:translateY(0);transition:all .4s ease}.show-more .card .photo:before{height:100%;opacity:.5}.show-more .card .photo:after{height:100%;opacity:.8;border-radius:4px}.show-more .card .photo img{filter:grayscale(100%)}.show-more .card .photo:hover{transform:translateY(0)}.show-more .card .bg{width:100%;height:100%;border-radius:4px}.show-more .card .bg:before{opacity:.5}.show-more .card .bg:after{opacity:.8}.main-container{margin:8rem 0}@media only screen and (max-width: 768px){.hide{animation:float-to-right .2s cubic-bezier(.68,-.55,.27,1.55) forwards;display:none}}.show{animation:float-from-right .2s cubic-bezier(.68,-.55,.27,1.55) forwards}@keyframes float-from-right{0%{transform:translate(200px)}to{transform:translate(0)}}@keyframes float-to-right{0%{transform:translate(0)}to{transform:translate(200px)}}
