.custom-grid{width:100%;max-width:1200px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:4rem 2rem}.custom-grid .bg-white{transition:all .3s ease;box-shadow:10px 10px 20px #0000001a}.custom-grid .bg-white img{width:50px;height:50px}.selector-grid{display:grid;grid-template-columns:repeat(6,auto)}.team-grid{display:grid;gap:10px;padding:30px 0;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.selector-grid .selectors,.team-grid .team-mate{display:flex;flex-direction:column;gap:4px;align-items:center;text-align:center;align-self:baseline}.selector-grid .selectors:nth-of-type(odd){grid-row:2/4}.selector-grid .selectors:nth-of-type(even){grid-row:1/3}.team-mate .flex{transition:all .3s ease}.arrow{position:absolute;display:none;opacity:0;visibility:hidden;transition:all .3s ease-in}.team-mate .flex:hover .arrow{position:relative;opacity:1;display:block;visibility:visible}.selector-grid .selector1 .variant{width:70%}.selector-grid:has(.selector1:hover)+.custom-grid .tab1,.selector-grid:has(.selector2:hover)+.custom-grid .tab2,.selector-grid:has(.selector3:hover)+.custom-grid .tab3,.selector-grid:has(.selector4:hover)+.custom-grid .tab4,.selector-grid:has(.selector5:hover)+.custom-grid .tab5{transform:translateY(-20px);box-shadow:5px 5px 20px #fc670b4d}.overflow-y-auto::-webkit-scrollbar{width:4px}.overflow-y-auto::-webkit-scrollbar-track{background:#dadadb}.overflow-y-auto::-webkit-scrollbar-thumb{background:#b2b3b4;border-radius:20px}@media only screen and (min-width: 600px){.team-grid{display:grid;grid-template-columns:repeat(6,auto)}.team-mate{min-width:150px;min-height:250px}.mate1,.mate2,.mate3{grid-column:span 2}.mate4{margin-left:34%}.mate5{margin-right:34%}.mate4,.mate5{grid-column:span 3}}
