.four-cards-grid{padding:5.2rem 0;background-color:#F0EEE9}@media (min-width:768px){.four-cards-grid{padding:7.2rem 0}}@media (min-width:992px){.four-cards-grid{padding:9.6rem 0 12rem}}.four-cards-grid .four-cards-grid-wrapper .four-cards-grid-info{text-align:center;margin-bottom:5.6rem;max-width:824px;margin-inline:auto}.four-cards-grid .four-cards-grid-wrapper .four-cards-grid-info .four-cards-grid-title{margin-bottom:1.6rem}.four-cards-grid .four-cards-grid-wrapper .four-cards-grid-box{display:grid;grid-template-columns:repeat(1,1fr);gap:2.4rem}@media (min-width:768px){.four-cards-grid .four-cards-grid-wrapper .four-cards-grid-box{grid-template-columns:repeat(2,1fr)}}@media (min-width:1265px){.four-cards-grid .four-cards-grid-wrapper .four-cards-grid-box{grid-template-columns:repeat(4,1fr)}}.four-cards-grid .four-cards-grid-wrapper .four-cards-grid-box .grid-card{min-height:41.7rem;border-radius:1.6rem;position:relative;overflow:hidden;padding:1.8rem 1.8rem 2.4rem;display:flex;flex-direction:column}@media (min-width:992px){.four-cards-grid .four-cards-grid-wrapper .four-cards-grid-box .grid-card{min-height:35rem}}.four-cards-grid .four-cards-grid-wrapper .four-cards-grid-box .grid-card .grid-card-img,.four-cards-grid .four-cards-grid-wrapper .four-cards-grid-box .grid-card .grid-card-overlay{position:absolute;inset:0}.four-cards-grid .four-cards-grid-wrapper .four-cards-grid-box .grid-card .grid-card-img{z-index:1}.four-cards-grid .four-cards-grid-wrapper .four-cards-grid-box .grid-card .grid-card-img img{width:100%;height:100%;object-fit:cover;object-position:center center}.four-cards-grid .four-cards-grid-wrapper .four-cards-grid-box .grid-card .grid-card-overlay{z-index:2;border-radius:16px;background:linear-gradient(0deg,rgb(0 0 0 / .8) 21.06%,#fff0 100%)}.four-cards-grid .four-cards-grid-wrapper .four-cards-grid-box .grid-card .grid-card-button{position:absolute;z-index:6;top:1.8rem;right:1.8rem;cursor:pointer;width:4.6rem;height:4.6rem;display:flex;align-items:center;justify-content:center;margin-left:auto;border-radius:50%;background-color:#2D3846;transition:0.4s ease-in-out}.four-cards-grid .four-cards-grid-wrapper .four-cards-grid-box .grid-card .grid-card-button.active{background-color:rgb(255 255 255 / .1)}.four-cards-grid .four-cards-grid-wrapper .four-cards-grid-box .grid-card .grid-card-button.active .grid-card-button-icon.plus{display:none}.four-cards-grid .four-cards-grid-wrapper .four-cards-grid-box .grid-card .grid-card-button.active .grid-card-button-icon.minus{display:flex}.four-cards-grid .four-cards-grid-wrapper .four-cards-grid-box .grid-card .grid-card-button .grid-card-button-icon{display:flex}.four-cards-grid .four-cards-grid-wrapper .four-cards-grid-box .grid-card .grid-card-button .grid-card-button-icon.minus{display:none}.four-cards-grid .four-cards-grid-wrapper .four-cards-grid-box .grid-card .grid-card-wrapper{position:relative;z-index:3;display:flex;flex-direction:column;flex:1}.four-cards-grid .four-cards-grid-wrapper .four-cards-grid-box .grid-card .grid-card-info.short{margin-top:auto}.four-cards-grid .four-cards-grid-wrapper .four-cards-grid-box .grid-card .grid-card-info.big{position:absolute;inset:0;background-color:#2D3846;z-index:4;padding:1.8rem 1.8rem 2.4rem;display:flex;flex-direction:column;justify-content:flex-end;transition:0.4s ease-in-out;opacity:0;border-radius:1.6rem;overflow:hidden}.four-cards-grid .four-cards-grid-wrapper .four-cards-grid-box .grid-card .grid-card-info.big.active{opacity:1}.four-cards-grid .four-cards-grid-wrapper .four-cards-grid-box .grid-card .grid-card-info .grid-card-title{color:#fff;font-size:1.8rem;font-weight:600;line-height:1.2;letter-spacing:-.36px;margin-bottom:1.2rem}.four-cards-grid .four-cards-grid-wrapper .four-cards-grid-box .grid-card .grid-card-info .grid-card-short-desc{font-size:1.4rem;font-weight:400;line-height:157.14%;letter-spacing:-.28px;color:#fff;margin-bottom:0}