.table_grid{width:100%;display:block}.table_grid .tbody,.table_grid .thead{display:flex;flex-direction:column}.table_grid .thead{text-align:left}.table_grid .tr{width:100%;border-bottom:1px solid #ccc;display:grid;grid-template-columns:1fr}.table_grid .td{display:flex;justify-content:space-between;align-items:center;font-size:0.8rem}.table_grid .tbody .tr:last-child{border:0}.table_grid .tbody{max-height:565px;overflow-y:hidden}.table_grid .tbody::-webkit-scrollbar{display:none}.table_grid .tbody.expand{max-height:1000vh}.table_grid .td,.table_grid .th{padding:0.5rem 1rem}.table_grid .thead{display:none}@media screen and (min-width:768px){.table_grid .tr{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:980px){.table_grid .tbody{max-height:335px;overflow-y:auto}.table_grid .tr{grid-template-columns:repeat(8,1fr)}.t_column{display:none}.table_grid .thead{display:grid}}.table_grid .tbody::-webkit-scrollbar{display:block!important}@media screen and (min-width:48rem){.table_grid .tr{grid-template-columns:repeat(10,1fr)}}@media screen and (min-width:980px){.table_grid .tr{grid-template-columns:repeat(10,1fr)}}.table_grid .td{align-items:flex-end;white-space:nowrap}.span2{grid-column:span 2}.mortage\:header{width:100%;height:300px;position:relative;background:#000000;color:#FFFFFF}.mortage\:header img{width:100%;height:100%;object-fit:cover;object-position:top center;opacity:0.7;z-index:1;pointer-events:none}.mortage\:header .mortage\:content{position:absolute;top:0;left:0;width:100%;height:100%}@media screen and (min-width:64rem){.mortage\:header{height:450px}}#mortageapp{padding:4rem 2rem;pointer-events:none;opacity:0;background-color:#FFFFFF;color:#000000}@media screen and (min-width:48rem){#mortageapp{border:1px solid #ccc;border-radius:10px}}#mortageapp.loaded{opacity:1;pointer-events:all}#totalmortage{position:relative;min-width:250px;min-height:250px;width:250px;height:250px;border-radius:100%;box-shadow:inset 0 0 0 5px #E0E0E0}@media screen and (min-width:48rem){#totalmortage{min-width:350px;min-height:350px;width:350px;height:350px}}#totalmortage:before{content:"";display:block;pointer-events:none;width:100%;height:100%;border-radius:100%;border:5px solid #000000;border-right-color:transparent;border-left-color:transparent;position:absolute;animation:mortage 3s ease-in-out infinite}@keyframes mortage{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}