/*rgba(245, 130, 32, 0.05)*/
.content-wrapper.calc-roi .intetics__wrap {
  position: relative;
}
.content-wrapper.calc-roi .intetics__wrap {
  width: 100%;
}
.content-wrapper.calc-roi .intetics__wrap .content-inner-wraper {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  max-height: 28.7em;
}
.content-wrapper.calc-roi .intetics__wrap .content-inner-wraper .inner-wraper {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  flex: 1;
  width: auto;
  margin-right: 1.77778em;
}
.content-wrapper.calc-roi .intetics__wrap .content-inner-wraper .inner-wraper .heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.4em;
  margin: 0;
}
.content-wrapper.calc-roi .intetics__wrap .content-inner-wraper .inner-wraper .heading .page-title {
  font-size: 2em;
  margin-bottom: 0;
}
.content-wrapper.calc-roi .intetics__wrap .content-inner-wraper .inner-wraper .heading .intetics__desc {
  margin: 0;
  font-size: 0.8em;
  line-height: 1.714;
}
.content-wrapper.calc-roi .intetics__wrap .content-inner-wraper .inner-wraper .calc-fields {
  display: flex;
  flex-direction: column;
  gap: 0.4em;
}
.content-wrapper.calc-roi .intetics__wrap .content-inner-wraper .inner-wraper .calc-field {
  display: flex;
  flex-direction: column;
}
.content-wrapper.calc-roi .intetics__wrap .content-inner-wraper .inner-wraper .calc-field__label {
  font-size: 0.92em;
}
.content-wrapper.calc-roi .intetics__wrap .content-inner-wraper .inner-wraper .calc-field__control {
  display: flex;
  justify-content: space-between;
  gap: 1.4em;
  align-items: center;
}
.content-wrapper.calc-roi .intetics__wrap .content-inner-wraper .inner-wraper .calc-field .calc-range {
  width: 100%;
  accent-color: #5EB2F7;
  /* Input type range styles */
  -webkit-appearance: none;
  appearance: none;
  height: 22px;
  background: transparent;
  outline: none;
  margin: 0;
  cursor: pointer;
  --track: #E5E8E9;
  --fill: #5EB2F7;
  --thumb: #5EB2F7;
  --p: 50%;
  /* WebKit track */
  /* WebKit thumb */
  /* hover/active */
  /* Firefox */
}
.content-wrapper.calc-roi .intetics__wrap .content-inner-wraper .inner-wraper .calc-field .calc-range::-webkit-slider-runnable-track {
  height: 0.66em;
  border-radius: 999px;
  background: linear-gradient(to right, var(--fill) 0%, var(--fill) var(--p), var(--track) var(--p), var(--track) 100%);
}
.content-wrapper.calc-roi .intetics__wrap .content-inner-wraper .inner-wraper .calc-field .calc-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 2.2em;
  height: 2.2em;
  border-radius: 50%;
  background: #fff;
  border: 0.4em solid var(--thumb);
  margin-top: -0.77em;
}
.content-wrapper.calc-roi .intetics__wrap .content-inner-wraper .inner-wraper .calc-field .calc-range:hover::-webkit-slider-thumb {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}
.content-wrapper.calc-roi .intetics__wrap .content-inner-wraper .inner-wraper .calc-field .calc-range:active::-webkit-slider-thumb {
  transform: scale(0.98);
}
.content-wrapper.calc-roi .intetics__wrap .content-inner-wraper .inner-wraper .calc-field .calc-range::-moz-range-track {
  height: 6px;
  border-radius: 999px;
  background: var(--track);
}
.content-wrapper.calc-roi .intetics__wrap .content-inner-wraper .inner-wraper .calc-field .calc-range::-moz-range-progress {
  height: 6px;
  border-radius: 999px;
  background: var(--fill);
}
.content-wrapper.calc-roi .intetics__wrap .content-inner-wraper .inner-wraper .calc-field .calc-range::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid var(--thumb);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}
.content-wrapper.calc-roi .intetics__wrap .content-inner-wraper .inner-wraper .calc-field .calc-range::-moz-focus-outer {
  border: 0;
}
.content-wrapper.calc-roi .intetics__wrap .content-inner-wraper .inner-wraper .calc-field .calc-stepper {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #FFFFFF;
  border: 1px solid #E5E8E9;
  border-radius: 12px;
  padding: 6px;
}
.content-wrapper.calc-roi .intetics__wrap .content-inner-wraper .inner-wraper .calc-field .calc-stepper__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  border-radius: 0.4em;
  border: 1px solid var(--border);
  background: #fff;
  cursor: pointer;
  font-size: 1em;
  line-height: 0;
}
.content-wrapper.calc-roi .intetics__wrap .content-inner-wraper .inner-wraper .calc-field .calc-stepper__btn span {
  font-size: 1.8em;
  color: #F58220;
}
.content-wrapper.calc-roi .intetics__wrap .content-inner-wraper .inner-wraper .calc-field .calc-stepper__btn:active {
  transform: translateY(1px);
}
.content-wrapper.calc-roi .intetics__wrap .content-inner-wraper .inner-wraper .calc-field .calc-stepper__input {
  width: 4.2em;
  flex: 1;
  border: 0;
  outline: none;
  text-align: center;
  font-size: 0.91em;
  line-height: 1.5;
  font-weight: 600;
  background: transparent;
}
.content-wrapper.calc-roi .intetics__wrap .content-inner-wraper .inner-wraper .calc-note {
  display: flex;
  flex-direction: row;
  gap: 1em;
  align-items: center;
  padding: 0.5em 1em;
  background: #fdf3e9;
  border: 0;
  border-radius: 0.4em;
}
.content-wrapper.calc-roi .intetics__wrap .content-inner-wraper .inner-wraper .calc-note__icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.4em;
  height: 100%;
  position: relative;
}
.content-wrapper.calc-roi .intetics__wrap .content-inner-wraper .inner-wraper .calc-note__icon-wrapper:before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.8011 9.99999C22.2578 12.2413 21.9323 14.5714 20.879 16.6018C19.8256 18.6322 18.108 20.24 16.0126 21.1573C13.9172 22.0746 11.5707 22.2458 9.3644 21.6424C7.15807 21.0389 5.22529 19.6974 3.88838 17.8414C2.55146 15.9854 1.89122 13.7272 2.01776 11.4434C2.14431 9.15952 3.04998 6.98808 4.58375 5.29116C6.11752 3.59424 8.18668 2.47442 10.4462 2.11844C12.7056 1.76247 15.0189 2.19185 17.0001 3.33499' stroke='%23F58220' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 11L12 14L22 4' stroke='%23F58220' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
}
.content-wrapper.calc-roi .intetics__wrap .content-inner-wraper .inner-wraper .calc-note__text {
  font-size: 0.8em;
  line-height: 1.714;
}
.content-wrapper.calc-roi .intetics__wrap .content-inner-wraper .inner-wraper .calc-note__text b {
  color: #F58220;
}
.content-wrapper.calc-roi .intetics__wrap .content-inner-wraper .inner-wraper .calc-note__text strong {
  font-weight: 700;
}
.content-wrapper.calc-roi .intetics__wrap .content-inner-wraper .inner-wraper .calc-currency {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-left: 0.4em;
  /*&:after {
    content: "";
    position: absolute;
    right: 2px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-60%) rotate(45deg);
    pointer-events: none;
    opacity: 0.9;
  }*/
}
.content-wrapper.calc-roi .intetics__wrap .content-inner-wraper .inner-wraper .calc-currency select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  background: transparent;
  padding: 0 1em 0 0;
  font: inherit;
  font-weight: 700;
  color: inherit;
  cursor: pointer;
  line-height: 1.1;
}
.content-wrapper.calc-roi .intetics__wrap .content-inner-wraper .inner-wraper .calc-currency .custom-select .custom-select__button {
  background: none;
  border: none;
  padding-left: 0;
}
.content-wrapper.calc-roi .intetics__wrap .content-inner-wraper .inner-wraper .calc-currency .custom-select .custom-select__dropdown .custom-select__option {
  min-width: 7.2em;
}
.content-wrapper.calc-roi .intetics__wrap .content-inner-wraper .inner-wraper .wpcf7 {
  margin-top: 0;
}
.content-wrapper.calc-roi .intetics__calc_sidebar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 34%;
  height: 100%;
  position: relative;
  padding: 0;
  border-radius: 0.4em;
  overflow: hidden;
  border: 1px solid #F58220;
}
.content-wrapper.calc-roi .intetics__calc_sidebar .calc__summary {
  display: flex;
  flex-direction: column;
  gap: 0.4em;
  flex: 1;
  width: 100%;
  color: #FFFFFF;
  padding: 1.1em;
  font-size: 0.95em;
  border-radius: 0.4em 0.4em 0 0;
  background: linear-gradient(160.56deg, #F58220 1.87%, #EA580C 99.64%);
  /*.calc__subtitle {
    font-size: 0.7em;
    line-height: 1.3333;
    margin: 0.8em 0;
    &:first-child {
      margin-top: 0;
    }
  }
  .calc__tiles {
    display: flex;
    flex-direction: column;
    gap: 0.8em;
    .item-tile {
      padding: 0.4em 0.8em;
      background: $white;
      border-style: dashed;
      border-color: $orange;
      border-width: 0.05em;
      border-radius: 0.1em;
      .text {
        font-size: 0.6em;
        line-height: 1.6;
      }
      &:hover {
        color: $orange;
        border-style: solid;
        cursor: pointer;
      }
    }
  }*/
}
.content-wrapper.calc-roi .intetics__calc_sidebar .calc__summary .calc-panel {
  display: flex;
  flex-direction: column;
  gap: 0.4em;
  flex: 1;
  width: 100%;
  height: 100%;
}
.content-wrapper.calc-roi .intetics__calc_sidebar .calc__summary .calc-panel__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1em;
  width: 100%;
  padding: 0.5em 0 0.6em 0;
}
.content-wrapper.calc-roi .intetics__calc_sidebar .calc__summary .calc-panel__top .calc-panel__bigVal {
  font-size: 2.3em;
  line-height: 1;
  text-align: right;
}
.content-wrapper.calc-roi .intetics__calc_sidebar .calc__summary .calc-panel__top .calc-panel__bigLbl {
  font-size: 0.95em;
  line-height: 1;
  text-transform: uppercase;
  text-align: left;
}
.content-wrapper.calc-roi .intetics__calc_sidebar .calc__summary .calc-panel__benefits, .content-wrapper.calc-roi .intetics__calc_sidebar .calc__summary .calc-panel .calc-pill {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  padding: 0.9em;
  border-radius: 0.4em;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #f28230;
}
.content-wrapper.calc-roi .intetics__calc_sidebar .calc__summary .calc-panel__benefits {
  gap: 1em;
  width: 100%;
  padding: 0.9em;
}
.content-wrapper.calc-roi .intetics__calc_sidebar .calc__summary .calc-panel__benefits .calc-panel__benefitsLbl {
  font-size: 0.84em;
  line-height: 1.714;
}
.content-wrapper.calc-roi .intetics__calc_sidebar .calc__summary .calc-panel__benefits .calc-panel__benefitsVal {
  font-size: 1.4em;
  line-height: 1;
}
.content-wrapper.calc-roi .intetics__calc_sidebar .calc__summary .calc-panel__pills {
  display: flex;
  flex-direction: row;
  gap: 0.4em;
  width: 100%;
}
.content-wrapper.calc-roi .intetics__calc_sidebar .calc__summary .calc-panel__pills .calc-pill {
  gap: 0.4em;
  flex: 1;
  padding: 0.6em 0.9em;
}
.content-wrapper.calc-roi .intetics__calc_sidebar .calc__summary .calc-panel__pills .calc-pill__lbl {
  font-size: 0.84em;
  line-height: 1.714;
}
.content-wrapper.calc-roi .intetics__calc_sidebar .calc__summary .calc-panel__pills .calc-pill__val {
  font-size: 0.91em;
  line-height: 1;
}
.content-wrapper.calc-roi .intetics__calc_sidebar .calc__summary .calc-panel__rows {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-self: flex-end;
  margin-top: auto;
}
.content-wrapper.calc-roi .intetics__calc_sidebar .calc__summary .calc-panel__rows .calc-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0.4em 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.25);
  border-width: 0;
  border-bottom-width: 1px;
}
.content-wrapper.calc-roi .intetics__calc_sidebar .calc__summary .calc-panel__rows .calc-row:last-child {
  border: none;
}
.content-wrapper.calc-roi .intetics__calc_sidebar .calc__summary .calc-panel__rows .calc-row__lbl {
  flex: 1;
  font-size: 0.82em;
  line-height: 1.23;
}
.content-wrapper.calc-roi .intetics__calc_sidebar .calc__summary .calc-panel__rows .calc-row__val {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
}
.content-wrapper.calc-roi .intetics__calc_sidebar .calc__summary .calc-panel__rows .calc-row__strong {
  font-size: 0.91em;
  line-height: 1.25;
}
.content-wrapper.calc-roi .intetics__calc_sidebar .calc__summary .calc-panel__rows .calc-row__muted {
  font-size: 0.82em;
  line-height: 1.23;
  opacity: 0.75;
}
.content-wrapper.calc-roi .intetics__calc_sidebar .calc__form {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1em 1.2em 0 1.2em;
  font-size: 0.95em;
  border-radius: 0 0 0.4em 0.4em;
  background-color: #FFFFFF;
}
.content-wrapper.calc-roi .intetics__form-desc {
  padding: 0;
  position: relative;
  font-size: 1em;
  color: #4A4A4A;
}
.content-wrapper.calc-roi .intetics__form-desc .text {
  font-size: 0.8em;
  line-height: 1.4285714;
}
.content-wrapper.calc-roi .intetics__form-desc--info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 1.2em;
}
.content-wrapper.calc-roi .intetics__form-desc--bottom {
  font-size: 0.66667em;
  line-height: 133%;
}
.content-wrapper.calc-roi .intetics__form-desc .info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1em;
  height: 1.1em;
  position: absolute;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.3335 8.00024L0.833497 8.00027L0.833497 8.00024L1.3335 8.00024ZM8.00049 14.6663L8.00051 15.1663L8.00049 15.1663L8.00049 14.6663ZM14.6665 8.00024L15.1665 8.00024L15.1665 8.00027L14.6665 8.00024ZM8.00049 1.33325L8.00049 0.833252L8.00051 0.833252L8.00049 1.33325ZM1.3335 8.00024L1.8335 8.00022C1.83366 11.4058 4.59477 14.1663 8.00049 14.1663L8.00049 14.6663L8.00049 15.1663C4.04263 15.1663 0.833685 11.9582 0.833497 8.00027L1.3335 8.00024ZM8.00049 14.6663L8.00046 14.1663C11.406 14.1661 14.1663 11.4057 14.1665 8.00022L14.6665 8.00024L15.1665 8.00027C15.1663 11.958 11.9583 15.1661 8.00051 15.1663L8.00049 14.6663ZM14.6665 8.00024L14.1665 8.00024C14.1665 4.59453 11.406 1.83342 8.00047 1.83325L8.00049 1.33325L8.00051 0.833252C11.9585 0.833442 15.1665 4.04238 15.1665 8.00024L14.6665 8.00024ZM8.00049 1.33325L8.00049 1.83325C4.59473 1.83325 1.8335 4.59449 1.8335 8.00024L1.3335 8.00024L0.833497 8.00024C0.833496 4.0422 4.04245 0.833252 8.00049 0.833252L8.00049 1.33325Z' fill='%23F58220'/%3E%3Cpath d='M8 11.3333L8 7.5' stroke='%23F58220' stroke-width='1.25' stroke-linecap='round'/%3E%3Ccircle cx='8' cy='5' r='1' fill='%23F58220'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}
.content-wrapper.calc-roi .intetics__form-desc .info .info-description {
  display: none;
  min-width: 15.2em;
  padding: 0.4em 0.8em;
  border-radius: 0.4em;
  background-color: #5EB2F7;
  color: #FFFFFF;
  position: absolute;
  right: -0.4em;
  bottom: calc(100% + 0.4em);
}
.content-wrapper.calc-roi .intetics__form-desc .info .info-description:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0.3em 0 0.3em;
  border-color: #5EB2F7 transparent transparent transparent;
  position: absolute;
  top: 100%;
  right: 0.7em;
}
.content-wrapper.calc-roi .intetics__form-desc .info:hover .info-description {
  display: flex;
}
.content-wrapper.calc-roi .intetics__form-wrap {
  margin-bottom: 0.3em;
}
.content-wrapper.calc-roi .intetics__form-bottom {
  display: flex;
  flex-direction: row;
  gap: 0.5em;
  margin: 0;
}
.content-wrapper.calc-roi .intetics__form-row {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.9em;
}
.content-wrapper.calc-roi .intetics__form-row.intetics__form-input {
  flex: 1;
}
.content-wrapper.calc-roi .intetics__form-row .wpcf7-form-control-wrap {
  position: relative;
}
.content-wrapper.calc-roi .intetics__form-row .wpcf7-form-control-wrap input {
  font-weight: 500;
  padding: 0.63em 3.2em 0.63em 1.5em;
  border-radius: 0.4em;
}
.content-wrapper.calc-roi .intetics__form-row .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fef9f4;
}
.content-wrapper.calc-roi .intetics__form-row .wpcf7-form-control-wrap .wpcf7-not-valid-tip:nth-child(2 of .wpcf7-not-valid-tip) {
  /*margin-top: 1em;*/
}
.content-wrapper.calc-roi .intetics__form-row.intetics__form-button-wrap {
  flex: 1;
}
.content-wrapper.calc-roi .intetics__form-row.intetics__form-button-wrap .btn-simple {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.077em;
  margin: 0;
  padding: 0;
  font-size: 0.72em;
  line-height: 1.4285714;
  text-align: center;
  background-color: #F58220;
  color: #FFFFFF;
  border: 0;
  border-radius: 0.4em;
  clip-path: none;
}
.content-wrapper.calc-roi .intetics__form-row.intetics__form-button-wrap .btn-simple:disabled, .content-wrapper.calc-roi .intetics__form-row.intetics__form-button-wrap .btn-simple.disabled {
  background-color: #E5E8E9;
  color: #939598;
  cursor: not-allowed;
}
.content-wrapper.calc-roi .intetics__form-row.full {
  font-size: 1em;
}
.content-wrapper.calc-roi .intetics__form-button-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  position: relative;
  margin-bottom: 0.9em;
}
.content-wrapper.calc-roi .intetics__form-button-wrap .wpcf7-spinner {
  margin-left: 0;
  margin-right: 10px;
  min-width: 24px;
  position: absolute;
  right: 0;
}
.content-wrapper.calc-roi .intetics__form-button-wrap .turnstile-error {
  position: absolute;
  left: auto !important;
  right: 0;
  top: calc(100% + 0.1em);
  font-size: 0.6em;
  white-space: nowrap;
}

/*# sourceMappingURL=calc-roi.css.map */
