.row.pb-4{max-width:980px;margin-left:auto;margin-right:auto}.home-button-tile{aspect-ratio:1/1;border:0;border-radius:1rem;overflow:hidden;color:#f7f3ea}.home-button-tile.disabled{opacity:.35;pointer-events:none}.home-button-tile .card-body{height:100%}.home-button-icon{margin-bottom:1rem;color:#f7f3ea}.home-button-title{margin-bottom:.5rem;color:#fffaf1;font-weight:700}.home-button-text{margin-bottom:0;color:rgba(255,250,241,.88);line-height:1.35}ul.home-buttons{list-style-type:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);height:var(--activity-height)}ul.home-buttons li{display:flex;flex-direction:column;justify-content:center}ul.home-buttons li a{height:calc(100% - 20px);width:calc(100% - 20px);align-self:center;position:relative;overflow:hidden;border:1px solid #c7c7c7;box-shadow:0 0 7px #b3b3b3}ul.home-buttons li a>*{position:absolute;left:0;width:100%}ul.home-buttons li a .background{top:0;height:100%;transition:all .5s;background-size:cover;background-position:50%}ul.home-buttons li a .label{display:flex;flex-direction:column;justify-content:center;text-align:center;bottom:0;height:60px;color:#000;font-size:1.3em;z-index:1}ul.home-buttons li a .label:before{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;background:#fff;opacity:.85;z-index:-1}ul.home-buttons li a:hover .background{transform:scale(1.05)}ul.home-buttons li a.disabled{opacity:.3;pointer-events:none}@media screen and (max-width:470px){ul.home-buttons{grid-template-columns:1fr;grid-template-rows:repeat(3,1fr)}ul.home-buttons .btn{height:calc(100% - 20px)}}@media only screen and (max-width:427px){.home-buttons-body{padding:.85rem!important}.home-button-title{font-size:1rem}.home-button-text{font-size:.875rem}}@media only screen and (min-width:1200px){.row.pb-4{max-width:900px}}