html{margin:0;min-height:100%;padding:0}
.alert-success{color:#263126;background-color:#64BA7B;border-color:#d6e9c6;width:78%;text-align:center}
.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}
.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1;margin-top:20px;text-align:center;padding:10px;max-width:630px;box-sizing:border-box;width:100%;font-size:10px}
label.error{color:red!important}
body{margin:0;min-height:100%;font-family:'Open Sans',sans-serif;padding:0;position:relative}
h1,h2,p{font-weight:400;margin:0}
input[type=text]{border:1px solid #dbdbdb;border-radius:4px;box-sizing:border-box;padding:8px 12px;font-size:16px}
select{border:1px solid #dbdbdb;border-radius:4px;box-sizing:border-box;padding:8px 12px;font-size:16px;width:218px}
input[type=text]:focus{outline:none}
.hs-wrapper{width:880px;margin:0 auto}
@media (max-width: 1023px) {
.hs-wrapper{width:100%}
}
.hs-header{background-color:#fff;display:block;height:140px;width:100%}
.hs-header .hs-header-logo{height:50px;margin-top:70px}
@media (max-width: 1023px) {
.hs-header{height:60px}
.hs-header .hs-header-logo{height:30px;margin:15px 0 0 15px}
}
.hs-hero{background:#3b4559 url(../img/bg-hero.png) center;background-size:cover;box-sizing:border-box;display:block;padding:0 20px;height:265px;width:100%}
.hs-hero .hs-wrapper{display:flex;height:100%;flex-direction:column;align-content:center;justify-content:center}
.hs-hero h1{font-size:34px}
.hs-hero h2{font-size:24px}
@media (max-width: 789px) {
.hs-hero h1{font-size:32px}
.hs-hero h2{font-size:22px}
}
@media (max-width: 479px) {
.hs-hero h1{font-size:24px}
.hs-hero h2{font-size:18px}
}
.hs-calculator-container{height:600px;position:relative}
@media (max-width: 1023px) {
.hs-calculator-container{height:auto}
}
.hs-calculator{background-color:#64ba7b;box-sizing:border-box;left:50%;height:320px;position:absolute;max-width:880px;transform:translate(-50%,-50px);width:100%;box-shadow:0 0 20px 0 rgba(0,0,0,0.25)}
@media (max-width: 1023px) {
.hs-calculator{position:relative;left:0;transform:none;max-width:100%;height:auto;padding-bottom:30px;box-shadow:none}
}
.hs-calculator form{display:flex;flex-direction:column;align-items:center;height:100%}
.hs-calculator-form-row{display:flex;flex-direction:row}
.hs-calculator-form-row:first-of-type{margin:25px 0}
@media (max-width: 789px) {
.hs-calculator{padding-top:20px}
.hs-calculator-form-row{flex-direction:column;width:100%}
.hs-calculator-form-row,.hs-calculator-form-row:first-of-type{margin:0}
}
.hs-calculator-form-row .hs-calculator-form-column{display:flex;flex:1;flex-direction:column;justify-content:center;align-items:center;margin:0 25px;box-sizing:border-box}
.hs-calculator-form-row .hs-calculator-form-column label{font-weight:700;margin-bottom:10px;font-size:14px;text-align:center;position:relative;width:100%;pointer-events:none}
.hs-calculator-form-row .hs-calculator-form-column label:after{position:absolute;display:inline-block;content:'i';width:14px;height:14px;background-color:#fff;border-radius:50%;color:#64ba7b;font-size:10px;font-family:'Roboto Slab',serif;text-align:center;line-height:15px;margin-left:10px;top:50%;right:0;transform:translate(0,-50%);cursor:pointer;pointer-events:auto}
.hs-calculator-form-row .hs-calculator-form-column label:before{position:absolute;content:attr(tooltip);border-radius:8px;background-color:#fff;padding:10px;box-sizing:border-box;max-width:250px;width:100%;font-size:10px;font-weight:400;color:#3b4559;text-align:left;box-shadow:0 0 8px 4px rgba(0,0,0,0.15);left:105%;top:25px;display:none;transition:all 100ms ease-in}
.hs-calculator-form-row .hs-calculator-form-column label:hover:before{display:block}
.hs-calculator-form-row .hs-calculator-form-column input{width:100%;text-align:center}
@media (max-width: 789px) {
.hs-calculator-form-row .hs-calculator-form-column{align-items:flex-start;margin:10px 0;width:100%;padding:0 20px}
.hs-calculator-form-row .hs-calculator-form-column label{text-align:left}
.hs-calculator-form-row .hs-calculator-form-column label br{display:none}
.hs-calculator-form-row .hs-calculator-form-column label:after{right:auto}
.hs-calculator-form-row .hs-calculator-form-column label:before{left:50%;right:0;top:0}
}
.hs-result{background-color:#dbdbdb;box-sizing:border-box;box-shadow:0 0 20px 0 rgba(0,0,0,0.15);left:50%;height:400px;position:absolute;max-width:630px;transform:translate(-50%,200px);width:100%}
@media (max-width: 1023px) {
.hs-result{position:relative;left:0;transform:none;max-width:100%;box-shadow:none}
}
@media (max-width: 789px) {
.hs-result{height:320px}
}
@media (max-width: 479px) {
.hs-result{height:290px}
}
.hs-result .wrapper{display:flex;height:100%;flex-direction:column;align-content:center}
.hs-result h2{font-size:32px;margin:20px 0 0}
.hs-result .hs-amount{font-size:80px;font-weight:400}
.hs-result .hs-message{font-size:18px;font-weight:400;margin:0 0 25px}
@media (max-width: 789px) {
.hs-result h2{font-size:28px}
.hs-result .hs-amount{font-size:50px}
}
@media (max-width: 479px) {
.hs-result h2{font-size:24px}
.hs-result .hs-amount{font-size:46px}
.hs-result .hs-message{font-size:14px;font-weight:400;margin:0}
}
.blueBtn{max-width:300px;width:100%;display:block;padding:10px 50px 10px 65px;background:#0fa2d1;color:#fff;font-size:16px;position:relative;text-align:center;margin:0 auto 10px;text-decoration:none;box-sizing:border-box;height:70px;line-height:22px;font-family:'Roboto Slab',serif}
.blueBtn b{display:block;clear:both;font-size:20px}
.blueBtn:before{content:"";position:absolute}
.blueBtn.first-dcBtn{background:url(../img/btn_icon1.png) 20px 23px no-repeat #0fa2d1}
.blueBtn.second-dcBtn{background:url(../img/btn_icon2.png) 20px 23px no-repeat #0fa2d1}
.hs-result .hs-graph-container{display:flex;flex-direction:row;justify-content:center;align-items:center;margin:20px 0 0}
.hs-result .hs-graph-container .hs-graph{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 30px}
.hs-result .hs-graph-container .hs-graph img{margin:0 0 10px;width:95px}
.hs-full-report-form{box-sizing:border-box;padding:10px;margin:20px 0 100px}
@media (max-width: 1023px) {
.hs-full-report-form{width:100%}
}
.hs-full-report-form form{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:30px 0 0}
.hs-full-report-form form label{color:#3c455a;font-size:12px;font-weight:700;margin:0 0 5px}
.hs-form-row{display:flex;flex-direction:row;margin:0 0 20px}
.hs-form-row .hs-form-column{display:flex;flex-direction:column;margin:0 25px}
@media (max-width: 479px) {
.hs-full-report-form form{margin:20px 0}
.hs-form-row{flex-direction:column;margin:0}
.hs-form-row .hs-form-column{margin:10px 0 0}
}
.hs-full-report-form form input[type=submit]{background-color:#0ea3d1;border:none;border-radius:4px;box-sizing:border-box;color:#fff;font-size:14px;margin:10px 0 0;max-width:200px;padding:10px 30px;text-transform:uppercase}
@media (max-width: 479px) {
.hs-full-report-form form input[type=submit]{margin:20px 0 0}
}
.hs-full-report-form h2{font-size:30px}
.hs-full-report-form p{font-size:18px}
@media (max-width: 479px) {
.hs-full-report-form h2{font-size:24px}
}
.hs-footer{background-color:#f4f4f4;display:flex;flex-direction:column;justify-content:center;align-items:center;height:80px;width:100%}
.hs-footer .hs-footer-logo{height:25px;margin-bottom:10px}
.hs-footer p{font-size:10px}
.hs-text.primary{font-family:'Open Sans',sans-serif}
.hs-text.secondary{font-family:'Roboto Slab',serif}
.hs-text.white{color:#fff}
.hs-text.blue-gray{color:#3c455a}
.hs-text.center{text-align:center}
.hs-text.uppercase{text-transform:uppercase}
.hbspt-form{ display: none;}