.elementor-288 .elementor-element.elementor-element-42cb2da{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;border-style:solid;--border-style:solid;border-width:5px 5px 5px 5px;--border-top-width:5px;--border-right-width:5px;--border-bottom-width:5px;--border-left-width:5px;border-color:#C8AE7D;--border-color:#C8AE7D;--border-radius:20px 20px 20px 20px;}#elementor-popup-modal-288{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-288 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-288 .dialog-close-button{display:flex;}#elementor-popup-modal-288 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-894f5b7 */.calculator {
      background: #fff;
      padding: 20px;
      width: 100%;
    }
    h5 {
      font-family: "Inter", Sans-serif;
  font-size: 28px;
      text-align: center;
      margin-bottom: 15px;
    }
    label {
      font-weight: bold;
      display: block;
      margin-bottom: 5px;
    }
    input {
      width: 100%;
      padding: 8px;
      margin-bottom: 15px;
      border: 1px solid #ccc;
      border-radius: 5px;
    }
    button {
      width: 100%;
      padding: 10px;
      background-color: #005C53;
      color: #fff;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }
    button:hover {
      background-color: #000000;
    }
    .result {
      margin-top: 15px;
      font-weight: bold;
      text-align: center;
      font-size: 18px;
    }/* End custom CSS */