@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
.bg-primary {
  background-color: #3a6e85;
}
.text-primary {
  color: #3a6e85;
}
.bg-secondary {
  background-color: #1d485a;
}
.text-secondary {
  color: #1d485a;
}
.bg-accent {
  background-color: #57eba4;
}
.text-accent {
  color: #57eba4;
}
.bg-danger {
  background-color: #ff2525;
}
.text-danger {
  color: #ff2525;
}
.pie-bg-principal {
  background-color: #f70404;
}
.pie-text-principal {
  color: #f70404;
}
.pie-bg-interest {
  background-color: #57eba4;
}
.pie-text-interest {
  color: #57eba4;
}
.pie-bg-property-tax {
  background-color: #18cd76;
}
.pie-text-property-tax {
  color: #18cd76;
}
.pie-bg-home-insurance {
  background-color: #26586c;
}
.pie-text-home-insurance {
  color: #26586c;
}
.pie-bg-pmi {
  background-color: #1d485a;
}
.pie-text-pmi {
  color: #1d485a;
}
.grid-row {
  margin-right: -10px;
  margin-left: -10px;
  display: flex;
  flex-direction: row;
}
.grid-col {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
}
.grid-col-1 {
  flex: calc((1 / 12) * 100%);
}
.grid-col-2 {
  flex: calc((2 / 12) * 100%);
}
.grid-col-3 {
  flex: calc((3 / 12) * 100%);
}
.grid-col-4 {
  flex: calc((4 / 12) * 100%);
}
.grid-col-5 {
  flex: calc((5 / 12) * 100%);
}
.grid-col-6 {
  flex: calc((6 / 12) * 100%);
}
.grid-col-7 {
  flex: calc((7 / 12) * 100%);
}
.grid-col-8 {
  flex: calc((8 / 12) * 100%);
}
.grid-col-9 {
  flex: calc((9 / 12) * 100%);
}
.grid-col-10 {
  flex: calc((10 / 12) * 100%);
}
.grid-col-11 {
  flex: calc((11 / 12) * 100%);
}
.grid-col-12 {
  flex: calc((12 / 12) * 100%);
}
@media screen and (max-width: 767px) {
  .grid-row {
    flex-direction: column;
  }
}
.immc-wrapper {
  width: 100%;
  color: #ffffff;
  background-color: #3a6e85;
  background-image: url(./../img/wave.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 40px 30px;
  font-family: "Montserrat", sans-serif;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}
.immc-title {
  font-family: inherit;
}
.immc-fields {
  border: 0;
  display: flex;
  flex-direction: column;
}
.immc-footer {
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.immc-footer a {
  color: #57eba4;
}
.immc-footer a:visited {
  color: inherit;
}
.chart {
  position: relative;
}
.chart__center-label {
  width: 100%;
  max-width: 175px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.chart .ct-chart {
  width: unset;
  max-height: 410px;
  margin: 35px auto;
}
.chart .ct-chart-donut {
  margin: 0 auto;
  right: 0;
}
.chart .ct-chart-pie {
  position: relative;
}
.chart .ct-series-a path {
  fill: #f70404 !important;
}
.chart .ct-series-b path {
  fill: #57eba4 !important;
}
.chart .ct-series-c path {
  fill: #18cd76 !important;
}
.chart .ct-series-d path {
  fill: #26586c !important;
}
.chart .ct-series-e path {
  fill: #1d485a !important;
}
.chart .ct-label {
  fill: #ffffff;
}
@media (max-width: 767px) {
  .chart__center-label {
    max-width: 200px;
  }
  .chart .ct-chart {
    max-height: 320px;
  }
}
@media (max-width: 479px) {
  .chart__center-label {
    max-width: 150px;
  }
  .chart .ct-chart {
    max-height: 275px;
  }
}
.field {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.field:last-child {
  margin-bottom: 0;
}
.field ::-webkit-input-placeholder {
  color: #57eba4;
  font-weight: 600;
}
.field ::-moz-placeholder {
  color: #57eba4;
  font-weight: 600;
}
.field__label {
  margin-bottom: 5px;
  font-size: 16px;
  display: block;
}
.field__input {
  color: #57eba4;
  background-color: transparent;
  padding: 5px 10px;
  border: 1px solid #ffffff;
  border-radius: 3px;
  line-height: 1.4;
}
.field__input--readonly {
  padding: 5px 0;
  border: 0;
}
.field__input--lg {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .field__input--lg {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .field__input--lg {
    font-size: 18px;
  }
}
.field__radios {
  display: flex;
}
.field__radio {
  margin-right: 10px;
}
.field__radio input {
  display: none;
}
.field__radio input + label {
  padding: 5px 0 5px 30px;
  font-size: 16px;
  line-height: 1;
  position: relative;
  cursor: pointer;
}
.field__radio input + label:checked + label {
  color: #57eba4;
}
.field__radio input + label:checked + label::after {
  opacity: 1;
}
.field__radio input + label::before, .field__radio input + label::after {
  content: "";
  width: 24px;
  height: 24px;
  margin: 3px 0;
  border: 1px solid;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.field__radio input + label::after {
  width: 16px;
  height: 16px;
  background-color: #57eba4;
  margin: 7px 4px;
  border: 0;
  opacity: 0;
}
.field__addon {
  font-size: 14px;
  position: absolute;
  bottom: 8px;
  opacity: 0.5;
}
.field__addon--start {
  left: 10px;
}
.field__addon--end {
  right: 10px;
}
.field__button {
  color: #3a6e85;
  background-color: #57eba4;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.field__error {
  color: #ffffff;
  background: #ff2525;
  padding: 5px 10px;
  border-radius: 3px;
  margin-top: 15px;
  font-size: 14px;
  display: none;
}
.range-result {
  margin-bottom: 15px;
}
.range .rangeslider__fill {
  background: #57eba4;
}
.range .rangeslider--horizontal {
  height: 5px;
  box-shadow: none;
}
.range .rangeslider--horizontal .rangeslider__handle {
  width: 18px;
  height: 18px;
  top: -7px;
}
.range .rangeslider--horizontal .rangeslider__handle::after {
  display: none;
}
.range .value-suffix {
  opacity: 0.6;
  text-transform: uppercase;
  font-size: 0.7em;
  margin-left: 10px;
}
.legend {
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 1.2;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.legend__item {
  width: 100%;
  display: flex;
  align-items: center;
}
.legend__color {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .legend {
    font-size: 15px;
    display: block;
  }
  .legend__item {
    margin: 0 0 10px;
  }
  .legend__color {
    width: 16px;
    height: 16px;
  }
}
.modal__close {
  color: #57eba4;
  background-color: transparent;
  padding: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal__container {
  width: 100%;
  max-width: 480px;
  color: #ffffff;
  background-color: #3a6e85;
  background-image: url(./../img/wave.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 30px 20px;
  border-radius: 15px;
  font-family: "Montserrat", sans-serif;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  position: relative;
}
.modal__content {
  margin: 0;
}
@media (min-width: 768px) {
  .modal__container {
    max-width: 750px;
    padding: 50px 30px;
    border-radius: 20px;
  }
}
.value-box {
  margin-bottom: 20px;
  line-height: 1;
}
.value-box:last-child {
  margin-bottom: 0;
}
.value-box__label {
  font-size: 14px;
  display: block;
}
.value-box__label--sm {
  font-size: 12px;
}
.value-box__value {
  color: #57eba4;
  margin-bottom: 8px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}
.value-box__value--box {
  background-color: #1d485a;
  padding: 5px 15px;
  margin-bottom: 5px;
  border: 1px solid #6497ad;
  border-radius: 3px;
  font-size: 20px;
}
.value-box--lg .value-box__value--box {
  margin-bottom: 7px;
  font-size: 25px;
}
@media (min-width: 768px) {
  .value-box__label {
    font-size: 16px;
  }
  .value-box__value {
    font-size: 36px;
  }
  .value-box__value--box {
    font-size: 23px;
  }
  .value-box--lg .value-box__value--box {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .value-box__label {
    font-size: 17px;
  }
  .value-box__value {
    font-size: 40px;
  }
  .value-box__value--box {
    border-width: 2px;
    font-size: 26px;
  }
  .value-box--lg .value-box__value--box {
    font-size: 32px;
  }
}
/*# sourceMappingURL=style.css.map */