@media screen and (max-width:990px){.u-textCenter--xs{text-align:center}}.no-wrap{white-space:nowrap}#calculator-container .calculator{gap:16px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width:768px){#calculator-container .calculator{gap:24px}}@media screen and (min-width:1024px){#calculator-container .calculator{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media screen and (min-width:1200px){#calculator-container .calculator{gap:32px}}#calculator-container .calculator--result-box,#calculator-container .calculator-controls{-webkit-box-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1}@media screen and (min-width:768px){#calculator-container .calculator-controls{-webkit-box-flex:2;-moz-box-flex:2;-ms-flex:2;flex:2}}#calculator-container .calculator--result-box{padding:16px;border-radius:8px}@media screen and (min-width:1024px){#calculator-container .calculator--result-box{max-width:244px}}@media screen and (min-width:1200px){#calculator-container .calculator--result-box{max-width:275px}}#calculator-container .calculator-controls{display:-ms-grid;display:grid;grid-template-columns:repeat(auto-fill,minmax(148px,1fr));-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px;row-gap:16px}@media screen and (min-width:768px){#calculator-container .calculator-controls{gap:24px}}@media screen and (min-width:1024px){#calculator-container .calculator-controls{gap:16px;grid-template-columns:repeat(auto-fill,minmax(212px,1fr))}}@media screen and (min-width:1200px){#calculator-container .calculator-controls{grid-template-columns:repeat(auto-fill,minmax(248px,1fr));-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:16px}}#calculator-container .calculator-button{border:1px solid #000;border-radius:16px;width:100%;min-height:32px}@media screen and (min-width:992px){#calculator-container .calculator-button{width:100%;max-width:74px}}#calculator-container .calculator--item{background-color:#fff;border-radius:8px;min-height:158px;gap:12px;text-align:center;height:auto!important;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width:1024px){#calculator-container .calculator--item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}#calculator-container .calculator--item p{max-width:158px;text-align:left}}@media screen and (min-width:991px){#calculator-container .calculator--item{min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content}}#calculator-container .calculator-button--icon{width:16px}