#header ::-webkit-scrollbar{width:6px}.hover-item{position:relative}.hover-item:after{content:"";height:2px;width:0;background-color:#ef1797;position:absolute;left:0;bottom:-2px;transition:.5s ease-in-out;pointer-events:none}li:hover:after{width:100%}.bento{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:10px;max-width:1800px;margin:0 auto}.bento-item{padding:40px;border-radius:20px;color:var(--Background-Color);display:flex;flex-direction:column;justify-content:space-between}.bento-item h3{margin-bottom:10px}.icon{align-self:flex-end}.bottom{display:flex;justify-content:space-between}.partners h4{margin-bottom:10px}.partners li{opacity:.8}.bento-item.one{grid-row:1/3;background-color:#416569}.bento-item.two{grid-row:3/-1;grid-column:1/3;background-color:#bb6b5b}.bento-item.three{background-color:#8c926b;grid-column:2/-1}.bento-item.four{background-color:#e7954b;grid-row:2/3;grid-column:2/3}.bento-item.five{background-color:#ac947a;grid-row:2/3;grid-column:3/-1}.bento-item.six{background-color:#7b9499;grid-row:3/-1;grid-column:3/-1}@media (max-width:1400px){.bento{grid-template-columns:1fr 1fr;grid-template-rows:repeat(4,1fr)}.bento-item.one{grid-row:1/3;background-color:#416569}.bento-item.two{grid-row:4/-1;grid-column:1/-1;background-color:#bb6b5b}.bento-item.three{background-color:#8c926b;grid-column:2/-1}.bento-item.four{background-color:#e7954b;grid-row:2/3;grid-column:2/-1}.bento-item.five{background-color:#ac947a;grid-row:3/4;grid-column:2/-1}.bento-item.six{background-color:#7b9499;grid-row:3/4;grid-column:1/2}}@media (max-width:920px){.bento{display:flex;flex-direction:column;align-items:stretch}.bento-item{height:450px;position:sticky;top:70px;padding:20px}.bento-item.two{transform:translateY(15px)!important}.bento-item.three{transform:translateY(30px)!important}.bento-item.four{transform:translateY(45px)!important}.bento-item.five{transform:translateY(60px)!important}.bento-item.six{transform:translateY(75px)!important}}@media (max-width:500px){.bento-item{height:620px}.bento-item:first-child{height:620px;justify-content:start!important;gap:40px!important}.bottom .icon{margin-bottom:40px}.icon{margin-bottom:80px}}