.elementor-3044 .elementor-element.elementor-element-53c0cd1{--display:flex;}.elementor-3044 .elementor-element.elementor-element-cc267a8{margin:50px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS */.VisiCalcClass {
  width: 100%;
  border: 0;
  display: block;
}

/* Desktop */
@media (min-width: 600px) {
  .VisiCalcClass {
    height: 680px;
  }
}

/* Tablet */
@media (max-width: 1023px) and (min-width: 768px) {
  .VisiCalcClass {
    height: 1100px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .VisiCalcClass {
    height: 1670px;
  }
}/* End custom CSS */