/* line 2, calculator.scss */
body {
  padding: 0;
  margin: 0;
  background: #f9f9f9;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 12, calculator.scss */
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 18, calculator.scss */
.mT20 {
  margin-top: 20px;
}

/* line 21, calculator.scss */
.mB20 {
  margin-bottom: 20px;
}

/* line 24, calculator.scss */
.mT60 {
  margin-top: 60px;
}

/* line 27, calculator.scss */
.mB60 {
  margin-bottom: 60px;
}

/* line 31, calculator.scss */
.f-left {
  float: left;
}

/* line 35, calculator.scss */
.f-right {
  float: right;
  padding-right: 20px;
}

/* line 40, calculator.scss */
.calculators.topband {
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  display: table;
  width: 100%;
  background: #2F2723;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.brand--log{
  max-height: 29px;
}
/* line 52, calculator.scss */
.calculators.topband h1 {
  font-size: 19px;
  margin: 0;
  margin-right: 20px;
  float: left;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 400;
  color: #fff;
}
/* line 62, calculator.scss */
.calculators.topband h1 i {
  color: #ff712a;
  font-size: 21px;
  margin-right: 12px;
  vertical-align: text-top;
}
/* line 70, calculator.scss */
.calculators.topband .signup {
  color: #fff;
  text-decoration: none;
  margin-top: 8px;
  float: right;
}
/* line 77, calculator.scss */
.calculators.topband .f-right {
  padding: 0;
}
/* line 81, calculator.scss */
.calculators.topband td {
  font-size: 15px;
  color: #fff;
}

/* line 87, calculator.scss */
.pagetitle {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: table;
  width: 100%;
  padding: 3px 0 3px 20px;
}
/* line 93, calculator.scss */
.pagetitle h1 {
  margin: 0;
  font-size: 16px;
}
/* line 98, calculator.scss */
.pagetitle .social-but {
  border: 1px solid #00c97d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  padding: 2px 6px;
  margin-left: 4px;
  color: #00c97d;
}
/* line 109, calculator.scss */
.pagetitle .social-but:hover {
  background: rgba(0, 0, 0, 0.2);
}
/* line 114, calculator.scss */
.pagetitle .f-right {
  margin-top: 8px;
}
/* line 118, calculator.scss */
.pagetitle img {
  display: block;
}

/* line 123, calculator.scss */
.signup-but {
  width: 237px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 10000;
}
/* line 130, calculator.scss */
.signup-but h1 {
  color: #2F2723;
  text-align: center;
  display: block;
  font-size: 13px;
  text-align: center;
}
/* line 138, calculator.scss */
.signup-but .s-button {
  background: #00c97d;
  color: #fff;
  text-align: center;
  padding: 12px 20px;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 155, calculator.scss */
.signup-but .s-button:hover {
  background: #0fc17e;
}
/* line 160, calculator.scss */
.signup-but .r-link {
  margin-top: 8px;
  text-align: center;
  color: rgba(0, 0, 0, 0.54);
}
/* line 165, calculator.scss */
.signup-but .r-link a {
  color: rgba(0, 0, 0, 0.54);
}

/* line 171, calculator.scss */
.error-text {
  color: #e23c40;
}

/* line 175, calculator.scss */
.calculators-holder {
  width: 100%;
  height: 100vh;
  position: fixed;
}
/* line 180, calculator.scss */
.calculators-holder .cal-left {
  width: 300px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  height: 100vh;
  float: left;
  padding-top: 30px;
}
/* line 187, calculator.scss */
.calculators-holder .cal-left .cal-left-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  padding: 10px 40px;
  display: table;
  width: 100%;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
}
/* line 200, calculator.scss */
.calculators-holder .cal-left .cal-left-item * {
  cursor: pointer;
}
/* line 204, calculator.scss */
.calculators-holder .cal-left .cal-left-item:hover {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
/* line 211, calculator.scss */
.calculators-holder .cal-left .cal-left-item h4, .calculators-holder .cal-left .cal-left-item p {
  margin: 0;
}
/* line 215, calculator.scss */
.calculators-holder .cal-left .cal-left-item h4 {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
/* line 222, calculator.scss */
.calculators-holder .cal-left .cal-left-item p {
  color: rgba(0, 0, 0, 0.54);
  text-decoration: none;
}
/* line 228, calculator.scss */
.calculators-holder .cal-left .cal-left-item.active {
  background: white;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 233, calculator.scss */
.calculators-holder .cal-left .cal-left-item.active h4 {
  color: #00c97d;
}
/* line 239, calculator.scss */
.calculators-holder .cal-right {
  width: 100%;
  padding-left: 300px;
}
/* line 243, calculator.scss */
.calculators-holder .cal-right .cal-right-body {
  padding: 40px;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  padding-bottom: 300px;
}
/* line 250, calculator.scss */
.calculators-holder .cal-right .cal-right-body .error-text {
  margin-left: 3px;
}
/* line 254, calculator.scss */
.calculators-holder .cal-right .cal-right-body input {
  height: 35px;
  width: 70px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 3px 10px;
  margin-right: 10px;
  text-align: right;
  font-size: 18px;
}
/* line 264, calculator.scss */
.calculators-holder .cal-right .cal-right-body .cal-vari-tit {
  font-size: 13px;
  margin: 0;
  margin-bottom: 7px;
}
/* line 270, calculator.scss */
.calculators-holder .cal-right .cal-right-body .cal-tit {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
}
/* line 276, calculator.scss */
.calculators-holder .cal-right .cal-right-body .cal-des {
  color: rgba(0, 0, 0, 0.54);
}

/* line 284, calculator.scss */
.footer-band {
  padding-left: 300px;
  bottom: 0px;
  left: 0;
  position: absolute;
  width: 100%;
}
/* line 292, calculator.scss */
.footer-band .f-holder {
  background: #1d1332;
  min-height: 110px;
  padding: 10px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 302, calculator.scss */
.footer-band h3, .footer-band h1 {
  margin: 0;
  margin-right: 20px;
}
/* line 307, calculator.scss */
.footer-band h3 {
  color: white;
  margin-top: 15px;
  font-size: 23px;
  font-weight: 300;
}
/* line 314, calculator.scss */
.footer-band h1 {
  color: #00cb74;
  margin-top: 10px;
  font-size: 34px;
  font-weight: 300;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
.zgt-resource{
  padding-left: 8px;
  position: relative;
  top: -3px;
  font-size: 16px !important;
  font-weight: 400;
}