.M-HM_Grid_C1{display:grid;gap:20px;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1200px;padding:20px;width:100%}.M-HM_Grid_C1_Item{align-items:center;background:linear-gradient(135deg,#0d2a81,#001c71 80%);border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1);display:flex;flex-direction:column;height:325px;justify-content:center;overflow:hidden;padding:20px;position:relative;text-align:center;transition:all .3s ease-in-out}.M-HM_Grid_C1_Item:hover{background:#001c71}.M-HM_Grid_C1_Item_Content{align-items:center;display:flex;flex-direction:column;justify-content:center;max-height:100%;overflow-y:hidden;width:100%}.M-HM_Grid_C1_Item:hover .M-HM_Grid_C1_Item_Content{justify-content:flex-start;overflow-y:hidden;padding-bottom:20px;padding-top:20px}.M-HM_Grid_C1_Item_Content::-webkit-scrollbar{width:4px}.M-HM_Grid_C1_Item_Content::-webkit-scrollbar-track{background:transparent}.M-HM_Grid_C1_Item_Content::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.5);border-radius:2px}.M-HM_Grid_Icon{filter:brightness(0) invert(1);flex-shrink:0;height:auto;margin-bottom:15px;transition:filter .3s ease-in-out;width:60px}.M-HM_Grid_C1_Item:hover .M-HM_Grid_Icon{filter:brightness(0) saturate(100%) invert(36%) sepia(96%) saturate(1639%) hue-rotate(202deg) brightness(115%) contrast(130%)}.M-HM_Grid_Title{color:#fff;display:-webkit-box;font-size:1.1rem;font-weight:700;-webkit-line-clamp:2;margin:0;transition:color .3s ease-in-out;-webkit-box-orient:vertical;flex-shrink:0;overflow:hidden;text-overflow:ellipsis}.M-HM_Grid_C1_Item:hover .M-HM_Grid_Title{color:#fff}.M-HM_Grid_HoverText{margin-top:0;max-height:0;opacity:0;overflow:hidden;text-align:left;transition:max-height .3s ease-in-out,opacity .3s ease-in-out,margin-top .3s ease-in-out;width:100%}.M-HM_Grid_C1_Item:hover .M-HM_Grid_HoverText{margin-top:10px;max-height:500px;opacity:1;overflow:visible}.M-HM_Grid_HoverText ul{color:#fff;font-size:.9rem;line-height:1.4;list-style-type:disc;margin:0;padding-left:20px}.M-HM_Grid_HoverText li{margin-bottom:5px}@media (max-width:991px){.M-HM_Grid_C1{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.M-HM_Grid_C1{grid-template-columns:1fr}}