/*!
 * Bootstrap compatibility layer for the realestate theme.
 * Provides the grid, gutter, and collapse utilities used by the theme.
 */
*,::after,::before{box-sizing:border-box}.row{display:flex;flex-wrap:wrap;margin-left:calc(-.5 * var(--bs-gutter-x,1.5rem));margin-right:calc(-.5 * var(--bs-gutter-x,1.5rem));margin-top:calc(-1 * var(--bs-gutter-y,0))}.row>*{flex-shrink:0;max-width:100%;padding-left:calc(var(--bs-gutter-x,1.5rem) * .5);padding-right:calc(var(--bs-gutter-x,1.5rem) * .5);margin-top:var(--bs-gutter-y,0);width:100%}.g-4{--bs-gutter-x:1.5rem;--bs-gutter-y:1.5rem}.align-items-start{align-items:flex-start}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .25s ease}.show{display:block}@media (min-width:992px){.col-lg-6{flex:0 0 auto;width:50%}}
