.elementor-23422 .elementor-element.elementor-element-57e1472{--display:flex;}.elementor-23422 .elementor-element.elementor-element-85dfa31{--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;}/* Start custom CSS for text-editor, class: .elementor-element-7902f2b */.cs-calculator {
    --cs-orange: #ffae00;
    --cs-orange-dark: #e59400;
    --cs-green: #009b13;
    --cs-green-dark: #007f10;
    --cs-ink: #1f2733;
    --cs-muted: #687382;
    --cs-line: #dfe4ea;
    --cs-bg: #f4f6f8;
    --cs-input: #eef0f3;
    --cs-white: #ffffff;
    color: var(--cs-ink);
    display: block;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.45;
    margin: 24px auto;
    max-width: 100%;
    overflow-x: hidden;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    width: 100%;
  }

  .cs-calculator,
  .cs-calculator *,
  .cs-calculator *::before,
  .cs-calculator *::after {
    box-sizing: border-box;
  }

  .cs-calculator button,
  .cs-calculator input,
  .cs-calculator select,
  .cs-calculator textarea {
    font-family: inherit;
  }

  .cs-calculator__wrap {
    background: var(--cs-white);
    border: 1px solid rgba(31, 39, 51, 0.1);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(31, 39, 51, 0.12);
    margin: 0 auto;
    max-width: 940px;
    padding: 22px 22px 8px;
  }

  .cs-calculator__intro {
    margin-bottom: 14px;
  }

  .cs-steps {
    align-items: stretch;
    counter-reset: step;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
  }

  .cs-steps__item {
    align-items: center;
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fb 100%);
    border: 1px solid var(--cs-line);
    border-radius: 10px;
    color: var(--cs-muted);
    display: grid;
    gap: 8px;
    grid-template-columns: 32px minmax(0, 1fr);
    height: 54px;
    min-height: 54px;
    min-width: 0;
    padding: 10px 12px;
    position: relative;
    user-select: none;
    width: 100%;
  }

  .cs-steps__item::after {
    display: none;
  }

  .cs-steps__item:last-child::after {
    display: none;
  }

  .cs-steps__item.is-clickable {
    cursor: pointer;
  }

  .cs-steps__item.is-clickable:hover,
  .cs-steps__item.is-clickable:focus {
    border-color: rgba(0, 155, 19, 0.35);
    box-shadow: 0 10px 22px rgba(31, 39, 51, 0.08);
  }

  .cs-steps__item span {
    align-items: center;
    background: var(--cs-bg);
    border: 1px solid var(--cs-line);
    border-radius: 10px;
    color: var(--cs-muted);
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    height: 32px;
    justify-content: center;
    min-width: 0;
    width: 32px;
  }

  .cs-steps__item strong {
    color: inherit;
    display: block;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.15;
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .cs-steps__item.is-active {
    background: linear-gradient(180deg, rgba(0, 155, 19, 0.12) 0%, #ffffff 100%);
    border-color: rgba(0, 155, 19, 0.45);
    box-shadow: 0 12px 26px rgba(0, 155, 19, 0.12);
    color: var(--cs-ink);
  }

  .cs-steps__item.is-active span {
    background: var(--cs-green);
    border-color: var(--cs-green);
    color: var(--cs-white);
  }

  .cs-eyebrow {
    color: var(--cs-green);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 6px;
    text-transform: uppercase;
  }

  .cs-calculator h2 {
    color: var(--cs-ink);
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 6px;
  }

  .cs-calculator p {
    color: var(--cs-muted);
    font-size: 15px;
    line-height: 1.42;
    margin: 0;
  }

  .cs-grid,
  .cs-lead-form {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
  }

  .cs-wizard {
    overflow: hidden;
    width: 100%;
  }

  .cs-wizard-track {
    align-items: flex-start;
    display: flex;
    margin-left: 0;
    transition: margin-left 620ms cubic-bezier(0.22, 1, 0.36, 1);
    width: 300%;
  }

  .cs-wizard[data-step="1"] .cs-wizard-track {
    margin-left: 0;
  }

  .cs-wizard[data-step="2"] .cs-wizard-track {
    margin-left: -100%;
  }

  .cs-wizard[data-step="3"] .cs-wizard-track {
    margin-left: -200%;
  }

  .cs-wizard-pane {
    flex: 0 0 33.3333%;
    height: 0;
    min-width: 0;
    opacity: 0.35;
    overflow: hidden;
    padding: 1px;
    pointer-events: none;
    transition: opacity 360ms ease;
  }

  .cs-wizard[data-step="1"] .cs-wizard-pane:nth-child(1),
  .cs-wizard[data-step="2"] .cs-wizard-pane:nth-child(2),
  .cs-wizard[data-step="3"] .cs-wizard-pane:nth-child(3) {
    height: auto;
    opacity: 1;
    overflow: visible;
    pointer-events: auto;
  }

  .cs-sr-only {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .cs-step-panel {
    background: linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%);
    border: 1px solid var(--cs-line);
    border-radius: 8px;
    padding: 14px 14px 8px;
  }

  .cs-wizard-pane > .cs-step-panel,
  .cs-wizard-pane > .cs-estimate {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
  }

  .cs-fieldset {
    border: 1px solid var(--cs-line);
    border-radius: 8px;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    padding: 14px;
  }

  .cs-fieldset-title {
    align-items: center;
    color: var(--cs-green);
    display: flex;
    font-size: 15px;
    font-weight: 900;
    gap: 8px;
    line-height: 1.2;
    margin: 0 0 6px 0;
    padding: 0;
    width: 100%;
    grid-column: 1 / -1;
  }

  .cs-section-icon {
    align-items: center;
    background: rgba(0, 155, 19, 0.12);
    border: 1px solid rgba(0, 155, 19, 0.24);
    border-radius: 999px;
    color: var(--cs-green);
    display: inline-flex;
    flex: 0 0 28px;
    font-size: 15px;
    font-weight: 900;
    height: 28px;
    justify-content: center;
    line-height: 1;
    max-height: 28px;
    max-width: 28px;
    min-height: 28px;
    min-width: 28px;
    width: 28px;
  }

  .cs-section-icon svg {
    display: block;
    fill: currentColor;
    flex: 0 0 18px;
    height: 18px !important;
    max-height: 18px !important;
    max-width: 18px !important;
    min-height: 18px !important;
    min-width: 18px !important;
    overflow: hidden;
    width: 18px !important;
  }

  .cs-section-icon svg,
  .cs-section-icon svg path {
    fill: #009b13 !important;
  }

  .cs-section-text {
    color: var(--cs-ink);
  }

  .cs-field-wide {
    align-self: start;
    grid-column: 1 / -1;
  }

  .cs-google-hidden {
    display: none !important;
  }

  .cs-form label,
  .cs-lead-form label {
    color: var(--cs-ink);
    display: grid;
    font-size: 14px;
    font-weight: 700;
    gap: 7px;
  }

  .cs-fieldset > label + label {
    margin-top: 0;
  }

  .cs-form input,
  .cs-form select,
  .cs-lead-form input,
  .cs-lead-form select {
    appearance: none;
    background: var(--cs-input);
    border: 1px solid var(--cs-line);
    border-radius: 6px;
    color: var(--cs-ink);
    font: inherit;
    height: 42px;
    line-height: 1.2;
    min-height: 42px;
    padding: 8px 12px;
    vertical-align: middle;
    width: 100%;
  }

  .cs-form select {
    appearance: auto;
    -moz-appearance: auto;
    -webkit-appearance: menulist;
    background-image: none;
    padding-right: 34px;
  }

  .cs-lead-form select {
    appearance: auto;
    -moz-appearance: auto;
    -webkit-appearance: menulist;
    background-image: none;
  }

  .cs-form input:focus,
  .cs-form select:focus,
  .cs-lead-form input:focus,
  .cs-lead-form select:focus {
    border-color: var(--cs-orange);
    box-shadow: 0 0 0 3px rgba(255, 168, 0, 0.22);
    outline: none;
  }

  .cs-button {
    align-items: center;
    background: var(--cs-orange);
    border: 0;
    border-radius: 6px;
    color: #000000;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-weight: 800;
    height: 44px;
    justify-content: center;
    line-height: 1.1;
    margin-top: 18px;
    min-height: 44px;
    min-width: 0;
    padding: 10px 18px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    box-shadow: 0 10px 20px rgba(255, 174, 0, 0.25);
  }

  .cs-step-panel .cs-button {
    grid-column: 1 / -1;
  }

  #calculateShippingPrice {
    color: #000000;
  }

  #calculateShippingPrice:hover,
  #calculateShippingPrice:focus {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
  }

  .cs-payment-actions .cs-button,
  .cs-payment-actions .cs-payment-link {
    color: #000000;
  }

  .cs-payment-actions .cs-button:hover,
  .cs-payment-actions .cs-button:focus,
  .cs-payment-actions .cs-payment-link:hover,
  .cs-payment-actions .cs-payment-link:focus {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
  }

  .cs-button:hover,
  .cs-button:focus {
    background: var(--cs-orange-dark);
    color: #000000;
  }

  .cs-button--dark {
    background: var(--cs-green);
    grid-column: 1 / -1;
    margin-top: 0;
  }

  .cs-button--dark:hover,
  .cs-button--dark:focus {
    background: var(--cs-green-dark);
  }

  .cs-button--back {
    background: var(--cs-white);
    border: 1px solid var(--cs-line);
    box-shadow: none;
    color: var(--cs-ink);
    margin-top: 0;
  }

  .cs-button--back:hover,
  .cs-button--back:focus {
    background: var(--cs-bg);
  }

  .cs-estimate {
    background: var(--cs-bg);
    border: 1px solid var(--cs-line);
    border-radius: 8px;
    margin-top: 22px;
    padding: 22px;
  }

  .cs-estimate__label {
    color: var(--cs-white);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .cs-estimate__price {
    color: var(--cs-white);
    font-size: 36px;
    font-weight: 900;
    line-height: 1.1;
    margin-top: 4px;
  }

  .cs-estimate__range {
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
    font-weight: 700;
    margin-top: 6px;
  }

  .cs-price-box {
    background: var(--cs-green);
    border: 1px solid var(--cs-green-dark);
    border-radius: 8px;
    box-shadow: 0 16px 32px rgba(0, 155, 19, 0.22);
    display: grid;
    justify-items: center;
    margin-bottom: 14px;
    overflow: visible;
    padding: 18px;
    scroll-margin-top: 110px;
    text-align: center;
    width: 100%;
  }

  .cs-price-box .cs-estimate__label,
  .cs-price-box .cs-estimate__price,
  .cs-price-box .cs-estimate__range {
    color: var(--cs-white);
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    overflow: visible;
    text-align: center;
    width: 100%;
  }

  .cs-price-box .cs-estimate__label {
    font-size: 14px;
  }

  .cs-price-box .cs-estimate__price {
    font-size: 42px;
    line-height: 1.08;
  }

  .cs-price-box .cs-estimate__range {
    font-size: 15px;
  }

  .cs-estimate__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 14px 0;
  }

  .cs-estimate__meta span {
    background: var(--cs-white);
    border: 1px solid var(--cs-line);
    border-radius: 999px;
    color: var(--cs-ink);
    font-size: 14px;
    font-weight: 700;
    padding: 7px 11px;
  }

  .cs-note {
    border-top: 1px solid var(--cs-line);
    margin-top: 16px;
    padding-top: 16px;
  }

  .cs-lead-form {
    border-top: 1px solid var(--cs-line);
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr;
    margin-top: 18px;
    padding-top: 18px;
  }

  .cs-lead-row {
    display: grid;
    gap: 14px;
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cs-step-title {
    align-items: center;
    display: flex;
    gap: 10px;
    grid-column: 1 / -1;
    margin-top: 2px;
  }

  .cs-step-title span {
    background: var(--cs-green);
    border-radius: 999px;
    color: var(--cs-white);
    font-size: 13px;
    font-weight: 900;
    padding: 6px 10px;
  }

  .cs-step-title h3 {
    color: var(--cs-ink);
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
  }

  .cs-step-title--payment {
    border-top: 1px solid var(--cs-line);
    margin-top: 4px;
    padding-top: 18px;
  }

  .cs-payment-summary {
    background: var(--cs-white);
    border: 1px solid var(--cs-line);
    border-radius: 8px;
    display: grid;
    gap: 14px;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 16px;
  }

  .cs-payment-summary p {
    color: var(--cs-muted);
    font-size: 14px;
    font-weight: 800;
    margin: 0 0 4px;
  }

  .cs-payment-summary strong {
    color: var(--cs-ink);
    display: block;
    font-size: 24px;
    line-height: 1.15;
  }

  .cs-payment-disclaimer {
    background: var(--cs-green);
    border: 1px solid var(--cs-green);
    border-radius: 8px;
    display: grid;
    gap: 10px;
    margin: 16px 0;
    padding: 16px;
  }

  .cs-payment-disclaimer p {
    color: var(--cs-white);
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
  }

  .pac-container {
    z-index: 999999 !important;
    border-radius: 8px;
    box-shadow: 0 18px 40px rgba(31, 39, 51, 0.18);
    font-family: inherit;
  }

  #pickupAddress,
  #deliveryAddress {
    font-size: 16px;
    touch-action: manipulation;
  }

  .cs-checkbox {
    align-items: start;
    display: flex !important;
    gap: 10px !important;
    grid-column: 1 / -1;
    line-height: 1.35;
  }

  .cs-checkbox input {
    appearance: auto;
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox;
    flex: 0 0 18px;
    height: 18px;
    margin: 2px 0 0;
    min-height: 18px;
    padding: 0;
    width: 18px;
  }

  .cs-payment-actions {
    display: grid;
    gap: 12px;
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cs-payment-actions .cs-button,
  .cs-payment-actions .cs-payment-link {
    box-sizing: border-box;
    height: 48px;
    margin-top: 0;
    min-height: 48px;
  }

  .cs-payment-link {
    align-items: center;
    background: var(--cs-orange);
    border-radius: 6px;
    color: #000000;
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
    height: 48px;
    line-height: 1;
    padding: 12px 18px;
    text-align: center;
    text-decoration: none;
  }

  .cs-payment-link:hover,
  .cs-payment-link:focus {
    background: var(--cs-orange-dark);
    color: #000000;
  }

  .cs-lead-message {
    color: var(--cs-green);
    font-size: 14px;
    font-weight: 700;
    grid-column: 1 / -1;
    min-height: 20px;
  }

  @media (max-width: 760px) {
    .cs-calculator__wrap {
      padding: 20px;
    }

    .cs-calculator h2 {
      font-size: 24px;
    }

    .cs-steps {
      gap: 8px;
    }

    .cs-steps__item {
      align-items: center;
      justify-content: center;
      min-height: 52px;
      padding: 10px 8px;
    }

    .cs-steps__item strong {
      font-size: 13px;
    }

    .cs-steps__item span {
      flex-basis: 28px;
      height: 28px;
      width: 28px;
    }

    .cs-grid,
    .cs-fieldset,
    .cs-lead-row,
    .cs-lead-form,
    .cs-payment-summary,
    .cs-payment-actions {
      grid-template-columns: 1fr;
    }

    .cs-estimate__price {
      font-size: 30px;
    }
  }

  @media (max-width: 980px) {
    .cs-calculator {
      margin: 12px 0 !important;
      max-width: 100% !important;
      overflow-x: hidden !important;
      padding: 0 12px !important;
      width: 100% !important;
    }

    .cs-calculator__wrap {
      border-radius: 8px !important;
      box-shadow: 0 10px 28px rgba(31, 39, 51, 0.1) !important;
      max-width: 100% !important;
      overflow: hidden !important;
      padding: 16px !important;
      width: 100% !important;
    }

    .cs-calculator h2 {
      font-size: 24px !important;
      line-height: 1.18 !important;
    }

    .cs-calculator p {
      font-size: 15px !important;
    }

    .cs-steps {
      gap: 6px !important;
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
      margin-bottom: 16px !important;
      width: 100% !important;
    }

    .cs-steps__item {
      flex-direction: column !important;
      gap: 5px !important;
      min-height: 56px !important;
      padding: 8px 4px !important;
      text-align: center !important;
    }

    .cs-steps__item::after {
      display: none !important;
    }

    .cs-steps__item span {
      flex: 0 0 28px !important;
      height: 28px !important;
      width: 28px !important;
    }

    .cs-steps__item strong {
      font-size: 12px !important;
      line-height: 1.1 !important;
    }

    .cs-wizard {
      max-width: 100% !important;
      overflow: hidden !important;
      width: 100% !important;
    }

    .cs-wizard-track {
      align-items: stretch !important;
      display: block !important;
      margin-left: 0 !important;
      transition: none !important;
      width: 100% !important;
    }

    .cs-wizard-pane {
      display: none !important;
      flex: none !important;
      height: auto !important;
      max-width: 100% !important;
      min-width: 0 !important;
      overflow: visible !important;
      padding: 1px 0 !important;
      width: 100% !important;
    }

    .cs-wizard[data-step="1"] .cs-wizard-pane:nth-child(1),
    .cs-wizard[data-step="2"] .cs-wizard-pane:nth-child(2),
    .cs-wizard[data-step="3"] .cs-wizard-pane:nth-child(3) {
      display: block !important;
      height: auto !important;
      opacity: 1 !important;
      overflow: visible !important;
    }

    .cs-grid,
    .cs-fieldset,
    .cs-lead-row,
    .cs-lead-form,
    .cs-payment-summary,
    .cs-payment-actions {
      display: grid !important;
      grid-template-columns: 1fr !important;
      width: 100% !important;
    }

    .cs-fieldset {
      display: block !important;
      gap: 12px !important;
      padding: 14px !important;
    }

    .cs-fieldset-title {
      margin-bottom: 12px !important;
      max-width: 100% !important;
    }

    .cs-fieldset > label + label {
      margin-top: 12px !important;
    }

    .cs-field-wide {
      grid-column: 1 / -1 !important;
    }

    .cs-form input,
    .cs-form select,
    .cs-lead-form input,
    .cs-lead-form select,
    .cs-button,
    .cs-payment-link {
      box-sizing: border-box !important;
      height: 46px !important;
      max-width: 100% !important;
      min-height: 46px !important;
      width: 100% !important;
    }

    .cs-button,
    .cs-payment-link {
      height: 48px !important;
      min-height: 48px !important;
    }

    .cs-payment-actions .cs-button,
    .cs-payment-actions .cs-payment-link {
      height: 48px !important;
      min-height: 48px !important;
    }

    .cs-estimate {
      padding: 16px !important;
    }

    .cs-payment-disclaimer {
      padding: 14px !important;
    }

    .pac-container {
      left: 12px !important;
      max-width: calc(100vw - 24px) !important;
      width: calc(100vw - 24px) !important;
      z-index: 999999 !important;
    }
  }

  @media (max-width: 600px) {
    .cs-calculator {
      margin: 0 auto 18px !important;
      overflow-x: hidden !important;
      padding: 0 10px !important;
      width: 100% !important;
    }

    .cs-calculator__wrap {
      border-radius: 8px !important;
      margin: 0 auto !important;
      max-width: 430px !important;
      padding: 10px !important;
      width: 100% !important;
    }

    .cs-calculator__intro {
      margin-bottom: 8px !important;
    }

    .cs-calculator h2 {
      font-size: 21px !important;
      line-height: 1.12 !important;
      margin-bottom: 0 !important;
    }

    .cs-calculator__intro > p:not(.cs-eyebrow) {
      display: none !important;
    }

    .cs-steps {
      align-items: stretch !important;
      gap: 6px !important;
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
      margin: 0 0 8px !important;
      width: 100% !important;
    }

    .cs-steps__item {
      align-items: center !important;
      border-radius: 12px !important;
      display: grid !important;
      gap: 5px !important;
      grid-template: 28px 15px / minmax(0, 1fr) !important;
      justify-items: center !important;
      height: 62px !important;
      min-height: 62px !important;
      min-width: 0 !important;
      padding: 8px 4px !important;
      text-align: center !important;
      width: 100% !important;
    }

    .cs-steps__item span {
      border-radius: 12px !important;
      flex: none !important;
      font-size: 14px !important;
      grid-column: 1 !important;
      grid-row: 1 !important;
      height: 28px !important;
      justify-self: center !important;
      width: 28px !important;
    }

    .cs-steps__item strong {
      display: block !important;
      font-size: 11px !important;
      grid-column: 1 !important;
      grid-row: 2 !important;
      line-height: 1.15 !important;
      max-width: 100% !important;
      min-width: 0 !important;
      overflow-wrap: normal !important;
      text-align: center !important;
      white-space: nowrap !important;
      width: 100% !important;
      word-break: normal !important;
    }

    .cs-step-panel,
    .cs-estimate {
      border-radius: 8px !important;
      box-sizing: border-box !important;
      margin-left: auto !important;
      margin-right: auto !important;
      margin-top: 0 !important;
      max-width: min(100%, 744px) !important;
      padding: 8px !important;
      width: 100% !important;
    }

    .cs-wizard-pane > .cs-step-panel,
    .cs-wizard-pane > .cs-estimate {
      transform: translateX(0) !important;
    }

    #estimatePanel,
    .cs-payment-pane {
      padding-left: 12px !important;
      padding-right: 12px !important;
    }

    .cs-grid,
    .cs-lead-form {
      gap: 6px !important;
      width: 100% !important;
    }

    .cs-fieldset,
    .cs-lead-row,
    .cs-payment-summary,
    .cs-payment-actions {
      display: grid !important;
      gap: 6px !important;
      margin: 0 !important;
      width: 100% !important;
    }

    .cs-fieldset {
      border-radius: 8px !important;
      display: grid !important;
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      padding: 8px !important;
    }

    .cs-fieldset > label:first-of-type {
      grid-column: 1 / -1 !important;
    }

    .cs-lead-row,
    .cs-payment-summary,
    .cs-payment-actions {
      grid-template-columns: 1fr !important;
    }

    .cs-fieldset-title {
      align-items: center !important;
      display: flex !important;
      gap: 10px !important;
      grid-column: 1 / -1 !important;
      margin: 0 0 2px !important;
      min-height: 24px !important;
      width: 100% !important;
    }

    .cs-section-icon {
      flex: 0 0 24px !important;
      height: 24px !important;
      min-height: 24px !important;
      min-width: 24px !important;
      width: 24px !important;
    }

    .cs-section-text {
      font-size: 15px !important;
      line-height: 1.2 !important;
    }

    .cs-form label,
    .cs-lead-form label {
      font-size: 14px !important;
      gap: 3px !important;
      width: 100% !important;
    }

    .cs-form input,
    .cs-form select,
    .cs-lead-form input,
    .cs-lead-form select {
      font-size: 15px !important;
      height: 38px !important;
      min-height: 38px !important;
      padding: 7px 10px !important;
      width: 100% !important;
    }

    .cs-button,
    .cs-payment-link {
      height: 40px !important;
      min-height: 40px !important;
      width: 100% !important;
    }

    .cs-checkbox {
      align-items: start !important;
      display: grid !important;
      gap: 10px !important;
      grid-template-columns: 18px minmax(0, 1fr) !important;
      line-height: 1.35 !important;
      width: 100% !important;
    }

    .cs-checkbox input {
      height: 18px !important;
      margin: 2px 0 0 !important;
      min-height: 18px !important;
      width: 18px !important;
    }

    .cs-price-box {
      display: grid !important;
      justify-items: center !important;
      margin-left: auto !important;
      margin-bottom: 8px !important;
      margin-right: auto !important;
      max-width: 100% !important;
      overflow: visible !important;
      padding: 12px !important;
      scroll-margin-top: 120px !important;
      text-align: center !important;
      width: 100% !important;
    }

    .cs-estimate__meta,
    .cs-note,
    .cs-lead-form,
    .cs-step-title,
    .cs-payment-actions,
    .cs-lead-message {
      box-sizing: border-box !important;
      margin-left: auto !important;
      margin-right: auto !important;
      max-width: 100% !important;
      width: 100% !important;
    }

    .cs-price-box .cs-estimate__label {
      color: #ffffff !important;
      display: block !important;
      font-size: 13px !important;
    }

    .cs-price-box .cs-estimate__price {
      color: #ffffff !important;
      display: block !important;
      font-size: 32px !important;
      line-height: 1.08 !important;
      margin-top: 2px !important;
      overflow: visible !important;
    }

    .cs-price-box .cs-estimate__range {
      color: rgba(255, 255, 255, 0.94) !important;
      display: block !important;
      font-size: 13px !important;
      line-height: 1.3 !important;
      margin-top: 4px !important;
    }
  }
  @media (max-width: 1180px) {
    html,
    body {
      overflow-x: hidden !important;
    }

    .cs-calculator {
      box-sizing: border-box !important;
      display: block !important;
      margin-left: auto !important;
      margin-right: auto !important;
      max-width: 100% !important;
      overflow: visible !important;
      padding-left: max(14px, env(safe-area-inset-left)) !important;
      padding-right: max(14px, env(safe-area-inset-right)) !important;
      transform: none !important;
      width: 100% !important;
    }

    .cs-calculator__wrap {
      box-sizing: border-box !important;
      margin-left: auto !important;
      margin-right: auto !important;
      max-width: 760px !important;
      overflow: visible !important;
      padding-left: 12px !important;
      padding-right: 12px !important;
      transform: none !important;
      width: 100% !important;
    }

    .cs-wizard {
      box-sizing: border-box !important;
      margin-left: auto !important;
      margin-right: auto !important;
      max-width: 100% !important;
      overflow: visible !important;
      transform: none !important;
      width: 100% !important;
    }

    .cs-wizard-track {
      display: block !important;
      margin-left: 0 !important;
      transform: none !important;
      transition: none !important;
      width: 100% !important;
    }

    .cs-wizard-pane {
      box-sizing: border-box !important;
      display: none !important;
      float: none !important;
      height: auto !important;
      margin-left: auto !important;
      margin-right: auto !important;
      max-width: 100% !important;
      min-width: 0 !important;
      opacity: 1 !important;
      overflow: visible !important;
      padding: 0 !important;
      position: static !important;
      transform: none !important;
      width: 100% !important;
    }

    .cs-wizard[data-step="1"] .cs-wizard-pane:nth-child(1),
    .cs-wizard[data-step="2"] .cs-wizard-pane:nth-child(2),
    .cs-wizard[data-step="3"] .cs-wizard-pane:nth-child(3) {
      display: block !important;
    }

    .cs-wizard-pane > .cs-step-panel,
    .cs-wizard-pane > .cs-estimate,
    #estimatePanel,
    .cs-payment-pane {
      box-sizing: border-box !important;
      margin-left: auto !important;
      margin-right: auto !important;
      max-width: 100% !important;
      overflow: visible !important;
      padding-left: 12px !important;
      padding-right: 12px !important;
      transform: none !important;
      width: 100% !important;
    }

    .cs-price-box,
    .cs-estimate__meta,
    .cs-note,
    .cs-lead-form,
    .cs-lead-row,
    .cs-step-title,
    .cs-payment-actions,
    .cs-lead-message {
      box-sizing: border-box !important;
      margin-left: auto !important;
      margin-right: auto !important;
      max-width: 100% !important;
      transform: none !important;
      width: 100% !important;
    }

    .cs-lead-form input,
    .cs-lead-form select,
    .cs-lead-form button,
    .cs-payment-actions .cs-button,
    .cs-payment-actions .cs-payment-link {
      box-sizing: border-box !important;
      max-width: 100% !important;
      width: 100% !important;
    }
  }
  .cs-calculator,
  .cs-calculator__wrap,
  .cs-wizard,
  .cs-wizard-track,
  .cs-wizard-pane,
  .cs-wizard-pane > .cs-step-panel,
  .cs-wizard-pane > .cs-estimate {
    box-sizing: border-box !important;
  }

  .cs-calculator {
    overflow-x: hidden !important;
  }

  .cs-wizard {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
    overflow: visible !important;
    transform: none !important;
    width: 100% !important;
  }

  .cs-wizard-track {
    display: block !important;
    margin-left: 0 !important;
    transform: none !important;
    transition: none !important;
    width: 100% !important;
  }

  .cs-wizard-pane {
    display: none !important;
    float: none !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    opacity: 1 !important;
    overflow: visible !important;
    padding: 0 !important;
    position: static !important;
    transform: none !important;
    width: 100% !important;
  }

  .cs-wizard[data-step="1"] .cs-wizard-pane:nth-child(1),
  .cs-wizard[data-step="2"] .cs-wizard-pane:nth-child(2),
  .cs-wizard[data-step="3"] .cs-wizard-pane:nth-child(3) {
    display: block !important;
  }

  .cs-wizard-pane > .cs-step-panel,
  .cs-wizard-pane > .cs-estimate,
  #estimatePanel,
  .cs-payment-pane {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
    overflow: visible !important;
    transform: none !important;
    width: 100% !important;
  }

  #estimatePanel {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .cs-price-box,
  .cs-estimate__meta,
  .cs-note,
  .cs-lead-form,
  .cs-lead-row,
  .cs-step-title,
  .cs-payment-actions,
  .cs-lead-message {
    box-sizing: border-box !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
    transform: none !important;
    width: 100% !important;
  }

  @media (min-width: 981px) {
    #estimatePanel {
      padding-left: 34px !important;
      padding-right: 34px !important;
    }
  }/* End custom CSS */