.fbdc-cards__row{align-items:self-start;display:grid;gap:24px;grid-template-columns:repeat(1,1fr);justify-content:space-between}.fbdc-cards__col{cursor:pointer;position:relative;transition:all .3s}.fbdc-cards__link{inset:0;position:absolute;z-index:1}.fbdc-cards__title{font-weight:400;letter-spacing:.5px;margin:10px 0 2px}.fbdc-cards__position{letter-spacing:.5px;line-height:24px;margin-bottom:5px;transition:.3s}.fbdc-cards__img{transition:all .3s}.fbdc-cards__col:hover .fbdc-cards__img{filter:unset}.fbdc-teams__modal{background-color:rgba(0,0,0,.5);height:100%;left:0;opacity:0;position:fixed;top:0;transform:scale(1.1);transition:visibility 0s linear .25s,opacity .25s 0s,transform .25s;visibility:hidden;width:100%;z-index:9999}.fbdc-teams__modal-wrap{align-items:center;display:flex;height:100%;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% - 20px)}.fbdc-teams__modal-content{background-color:#fff;border-radius:12px;max-width:600px;position:relative}.fbdc-teams__modal-body{max-height:550px;overflow:auto;padding:20px}.fbdc-teams__modal-content *{font-weight:300}.fbdc-teams__close-button{align-items:center;background:#f9f9f9;border-radius:50%;cursor:pointer;display:flex;height:30px;justify-content:center;position:absolute;right:-10px;text-align:center;top:-10px;transition:all .3s;width:30px}.fbdc-teams__close-button svg{height:24px;width:24px}.fbdc-teams__close-button:hover{background-color:#f1f1f1}.show-modal{opacity:1;transform:scale(1);transition:visibility 0s linear 0s,opacity .25s 0s,transform .25s;visibility:visible}@media (min-width:500px){.fbdc-cards__row{grid-template-columns:repeat(2,1fr)}}