.sm-grid{display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width:768px){.sm-grid--2,.sm-grid--3,.sm-grid--4{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.sm-grid--3{grid-template-columns:repeat(3,1fr)}.sm-grid--4{grid-template-columns:repeat(4,1fr)}}@media (min-width:1200px){.sm-grid--4{grid-template-columns:repeat(4,1fr)}}.sm-grid--auto{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.sm-sidebar-layout{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:992px){.sm-sidebar-layout{grid-template-columns:1fr 300px}.sm-sidebar-layout--left{grid-template-columns:300px 1fr}.sm-sidebar-layout__aside--sticky{position:sticky;top:1rem;height:fit-content}}.sm-truncate-1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sm-truncate-2,.sm-truncate-3{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.sm-truncate-2{-webkit-line-clamp:2}.sm-truncate-3{-webkit-line-clamp:3}.sm-hide-mobile{display:none}@media (min-width:768px){.sm-hide-mobile{display:block}.sm-show-mobile{display:none}}.sm-skip-to-main{position:absolute;left:-9999px;top:0;z-index:1070;padding:.75rem 1rem;background:#fff;color:#66451c;border:2px solid #66451c;border-radius:4px}.sm-skip-to-main:focus{left:.5rem;top:.5rem}.sm-touch-target{min-height:44px;min-width:44px}@media (prefers-reduced-motion:reduce){.sm-grid,.sm-sidebar-layout,.sm-skip-to-main{transition:none!important;animation:none!important}}.sm-responsive-media{max-width:100%;height:auto}