.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

a {
  color: #0178ff;
  text-decoration: none;
}

.con {
  display: block;
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.section {
  padding: 40px 20px;
  font-family: Inter, sans-serif;
}

.calculator-output-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.ui-slider-handle {
  position: absolute;
  top: -150%;
  right: auto;
  width: 20px;
  height: 20px;
  margin-right: -10px;
  margin-left: -10px;
  border-radius: 11px;
  background-color: #323331;
  color: #333;
  text-decoration: none;
  cursor: ew-resize;
}

.ui-widget-content {
  position: relative;
  display: block;
  width: 100%;
  height: 5px;
  margin-top: 20px;
  float: none;
  border: 0px none #1b2128;
  border-radius: 5px;
  background-color: #e5e5e5;
  background-image: -webkit-gradient(linear, left top, right top, from(#f7941e), color-stop(0%, #e5e5e5));
  background-image: linear-gradient(90deg, #f7941e, #e5e5e5 0%);
}

.grey-line {
  display: inline-block;
  width: 1px;
  height: 100px;
  margin-right: 40px;
  float: left;
  background-color: #e5e5e5;
}

.input-slider {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 0%;
  float: right;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.25);
  background-color: transparent;
  font-size: 14px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

.input-slider.info {
  width: auto;
  padding-left: 10px;
  border-color: transparent;
}

.calculator-slider-input {
  display: none;
}

.calculator-slide-block {
  display: -ms-grid;
  display: grid;
  width: 100%;
  float: left;
  grid-auto-columns: 1fr;
  grid-column-gap: 41px;
  grid-row-gap: 11px;
  -ms-grid-columns: 1fr 1fr 0.75fr;
  grid-template-columns: 1fr 1fr 0.75fr;
  -ms-grid-rows: auto minmax(auto, 0.5fr) auto minmax(auto, 0.5fr);
  grid-template-rows: auto minmax(auto, 0.5fr) auto minmax(auto, 0.5fr);
  text-align: left;
}

.calculator-form {
  padding: 40px;
  background-color: #fafafa;
}

.field-label {
  display: inline-block;
  height: 36px;
  float: left;
  clear: none;
  border-bottom: 1px none #000;
  font-size: 14px;
  line-height: 36px;
  font-weight: 400;
}

.field-label.total {
  height: 20px;
  line-height: 20px;
}

.field-label.solid {
  display: block;
  float: none;
}

.field-label.qtd-atendentes {
  border-bottom: 2px dashed rgba(32, 32, 202, 0.72);
}

.field-label.qtd-atendentes.tippy {
  margin-bottom: 5px;
  border: 1px none #000;
}

.icon {
  position: relative;
  z-index: 102;
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #999;
  font-size: 16px;
  text-decoration: none;
}

.icon:hover {
  color: #00bf54;
}

.icon.tooltip-trigger {
  display: inline-block;
}

.body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.div-block-info {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
}

.div-block-2 {
  position: relative;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  cursor: pointer;
}

.min {
  display: inline-block;
  float: left;
  color: #666;
}

.max {
  display: inline-block;
  float: right;
  color: #666;
}

.name-form {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.name-form.total {
  margin-bottom: 0px;
}

.left-svitch-div {
  position: relative;
  display: inline-block;
  overflow: visible;
  padding-left: 0px;
  float: left;
  color: #003;
  line-height: 20px;
  cursor: pointer;
}

.left-svitch-div._2 {
  position: relative;
  display: block;
  float: none;
}

.svitch-button {
  display: block;
  overflow: hidden;
  width: 34px;
  height: 20px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 2px;
  border-radius: 40px;
  background-color: #f7941e;
}

.cerkl-button-svitch {
  position: relative;
  width: 16px;
  height: 16px;
  float: right;
  border-radius: 10px;
  background-color: #fff;
}

.radio-button-field {
  display: inline-block;
}

.radio-button-field-2 {
  position: relative;
  z-index: 11;
  display: block;
  width: 100%;
  height: 30px;
  margin-right: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  clear: none;
}

.calculator-revenue-2 {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #00bf54;
  font-size: 23px;
  line-height: 30px;
  font-weight: 700;
}

.check-triger {
  position: absolute;
  z-index: 100;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  float: none;
  opacity: 0;
  cursor: pointer;
}

.div-for-svitch {
  float: left;
}

.radio-button {
  position: relative;
  z-index: 10;
}

.radio-button-label {
  position: relative;
}

.text-block {
  display: inline-block;
  height: 36px;
  line-height: 36px;
}

.copyright-to-jivo {
  display: block;
  margin: 40px auto -40px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #e5e5e5;
  text-align: center;
  text-decoration: none;
}

.paragraph {
  font-size: 14px;
}

.div-logo {
  margin-bottom: 3%;
}

.button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding: 15px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  background-color: #00bf54;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ui-slider-handle {
    border-radius: 60px;
    -webkit-transition: box-shadow 200ms ease-in-out, background-color 200ms ease-in-out, height 200ms ease-in-out, width 200ms ease-in-out;
    transition: box-shadow 200ms ease-in-out, background-color 200ms ease-in-out, height 200ms ease-in-out, width 200ms ease-in-out;
  }

  .ui-slider-handle:hover {
    top: -400%;
    width: 40px;
    height: 40px;
    border-radius: 60px;
    background-color: #f7941e;
    box-shadow: 0 2px 4px -3px #000;
  }

  .calculator-slide-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .calculator-form {
    padding-right: 20px;
    padding-left: 20px;
  }

  .field-label.solid {
    display: block;
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .calculator-slide-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }

  .div-slide-input {
    padding-top: 40px;
    border-top: 1px solid #e6e6e6;
  }

  .name-form {
    text-align: center;
  }

  .div-block-3 {
    padding-top: 40px;
    border-top: 1px solid #e6e6e6;
  }

  .div-logo {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding: 2% 0px;
  }

  .ui-widget-content {
    background-color: #e5e5e5;
  }

  .grey-line {
    margin-right: 20px;
  }

  .calculator-form {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .field-label.solid {
    float: none;
  }

  .name-form {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .left-svitch-div {
    display: block;
    float: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .radio-button-field {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .calculator-revenue-2 {
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 30px;
  }

  .div-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-4 {
    margin-top: 10%;
    margin-bottom: 10%;
  }
}

#w-node-bc7b6700-7740-c215-cd57-00c0dd725f12-5f9683d7 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_0309e1c5-d219-423a-e4fa-5b9365f6202f-5f9683d7 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 3;
  grid-row-end: 5;
}

#w-node-c91513db-57dc-1481-0f82-ef7b7f0bec49-5f9683d7 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_9e12c6f8-a07f-d9bb-f546-8cc553be97b5-5f9683d7 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-ae16952c-b734-c58f-4fc4-5c32da6ea903-5f9683d7 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_411ca525-b1de-1bae-b66d-e371edb26814-5f9683d7 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-bc7b6700-7740-c215-cd57-00c0dd725f12-5f9683d7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_0309e1c5-d219-423a-e4fa-5b9365f6202f-5f9683d7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
  }

  #w-node-c91513db-57dc-1481-0f82-ef7b7f0bec49-5f9683d7 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_9e12c6f8-a07f-d9bb-f546-8cc553be97b5-5f9683d7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-ae16952c-b734-c58f-4fc4-5c32da6ea903-5f9683d7 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
  }

  #w-node-_411ca525-b1de-1bae-b66d-e371edb26814-5f9683d7 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bc7b6700-7740-c215-cd57-00c0dd725f12-5f9683d7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_0309e1c5-d219-423a-e4fa-5b9365f6202f-5f9683d7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 2;
    grid-row-end: 9;
  }

  #w-node-c91513db-57dc-1481-0f82-ef7b7f0bec49-5f9683d7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_9e12c6f8-a07f-d9bb-f546-8cc553be97b5-5f9683d7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 2;
    grid-row-end: 5;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-ae16952c-b734-c58f-4fc4-5c32da6ea903-5f9683d7 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 2;
    grid-row-end: 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0309e1c5-d219-423a-e4fa-5b9365f6202f-5f9683d7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
  }

  #w-node-ae16952c-b734-c58f-4fc4-5c32da6ea903-5f9683d7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }

  #w-node-_411ca525-b1de-1bae-b66d-e371edb26814-5f9683d7 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}