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

.vv-pollution-calculator {
  --vv-pc-blue: #5dabff;
  --vv-pc-blue-hover: #3596ff;
  --vv-pc-black: #0f0f0f;
  --vv-pc-text-grey: #59637a;
  --vv-pc-ui-grey: #8c94a8;
  --vv-pc-border-grey: #d3d6de;
  --vv-pc-soft-grey: #e9ebf2;
  --vv-pc-hover-grey: #f3f5fa;
  --vv-pc-error: #e0185b;
  display: block;
  width: 100%;
  color: var(--vv-pc-black);
  background: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-style: normal;
}


.vv-pollution-calculator [hidden] {
  display: none !important;
}

.vv-pollution-calculator__header,
.vv-pollution-calculator__main {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.vv-pollution-calculator__header {
  padding: 64px 24px 40px;
}

.vv-pollution-calculator__title {
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 0;
  color: var(--vv-pc-black);
  font-family: inherit;
  font-size: 37.3px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -0.0371094em;
}

.vv-pollution-calculator__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  padding: 0 24px 144px;
}

.vv-pollution-calculator__section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 31.9px;
  width: 100%;
  margin: 0;
}

.vv-pollution-calculator__section-title {
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 0;
  color: var(--vv-pc-black);
  font-family: inherit;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28.8px;
  letter-spacing: -0.000976562em;
}

.vv-pollution-calculator__section[data-section-id="specific"]
  .vv-pollution-calculator__section-title {
  letter-spacing: -0.00878906em;
}

.vv-pollution-calculator__section-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 24px;
  width: 100%;
}

.vv-pollution-calculator__rows {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 24px;
  width: 100%;
}

.vv-pollution-calculator__row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-self: stretch;
  gap: 24px;
  width: 100%;
}

.vv-pollution-calculator__field {
  display: flex;
  flex: 0 0 400px;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  width: 400px;
  min-width: 0;
}

.vv-pollution-calculator__label {
  display: flex;
  align-items: center;
  min-height: 16px;
  margin: 0;
  color: var(--vv-pc-text-grey);
  font-family: inherit;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.vv-pollution-calculator__required {
  margin-left: 0;
  color: var(--vv-pc-error);
  font-weight: 500;
  letter-spacing: 0.02em;
}

.vv-pollution-calculator__control {
  appearance: none;
  width: 100%;
  height: 52px;
  margin: 0;
  border: 1px solid var(--vv-pc-ui-grey);
  border-radius: 8px;
  color: #000;
  background-color: #fff;
  box-shadow: none;
  font-family: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.vv-pollution-calculator__select {
  appearance: none;
  padding: 8px 48px 8px 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg transform='rotate(180 12 12)'%3E%3Cpath fill='%2359637A' d='M17.5336 14.5508C18.0221 14.8085 18.6274 14.6213 18.8852 14.1328C19.1429 13.6444 18.9556 13.039 18.4672 12.7813L12.4672 9.61526C12.1754 9.46146 11.8264 9.46147 11.5346 9.61526L5.53363 12.7813L5.44574 12.834C5.02371 13.1146 4.87407 13.6749 5.11566 14.1328C5.3573 14.5908 5.90454 14.7839 6.37445 14.5938L6.46722 14.5508L12.0004 11.6309L17.5336 14.5508Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 24px 24px;
}

.vv-pollution-calculator__select:focus,
.vv-pollution-calculator__select:focus-visible {
  outline: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%2359637A' d='M17.5336 14.5508C18.0221 14.8085 18.6274 14.6213 18.8852 14.1328C19.1429 13.6444 18.9556 13.039 18.4672 12.7813L12.4672 9.61526C12.1754 9.46146 11.8264 9.46147 11.5346 9.61526L5.53363 12.7813L5.44574 12.834C5.02371 13.1146 4.87407 13.6749 5.11566 14.1328C5.3573 14.5908 5.90454 14.7839 6.37445 14.5938L6.46722 14.5508L12.0004 11.6309L17.5336 14.5508Z'/%3E%3C/svg%3E");
}

.vv-pollution-calculator__input-shell {
  position: relative;
  width: 100%;
  height: 52px;
}

.vv-pollution-calculator__search-icon {
  position: absolute;
  top: 14px;
  left: 16px;
  z-index: 1;
  display: block;
  width: 24px;
  height: 24px;
  color: var(--vv-pc-text-grey);
  pointer-events: none;
}

.vv-pollution-calculator__search-icon svg {
  display: block;
  width: 24px;
  height: 24px;
}

.vv-pollution-calculator__input {
  padding: 8px 16px 8px 48px;
}

.vv-pollution-calculator__input {
  padding-right: 80px;
}

.vv-pollution-calculator__input-unit {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 52px;
  padding: 0 8px;
  border: 1px solid var(--vv-pc-ui-grey);
  border-radius: 0 8px 8px 0;
  box-sizing: border-box;
  color: var(--vv-pc-text-grey);
  background: var(--vv-pc-soft-grey);
  font-family: inherit;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  pointer-events: none;
}

.vv-pollution-calculator__input-shell:focus-within .vv-pollution-calculator__input-unit {
  border-color: var(--vv-pc-blue);
  background: var(--vv-pc-hover-grey);
}

.vv-pollution-calculator__input-shell:has(.vv-pollution-calculator__control--error)
  .vv-pollution-calculator__input-unit {
  border-color: var(--vv-pc-error);
}

.vv-pollution-calculator__input::placeholder {
  color: var(--vv-pc-text-grey);
  opacity: 1;
}

.vv-pollution-calculator__control:hover:not(:disabled):not(:focus) {
  background-color: var(--vv-pc-hover-grey);
}

.vv-pollution-calculator__control:focus,
.vv-pollution-calculator__control:focus-visible {
  outline: 0;
  border-color: var(--vv-pc-blue);
  background-color: var(--vv-pc-hover-grey);
  box-shadow: 0 0 0 2px rgb(93 171 255 / 25%);
}

.vv-pollution-calculator__control--error,
.vv-pollution-calculator__control--error:focus,
.vv-pollution-calculator__control--error:focus-visible {
  border-color: var(--vv-pc-error);
}

.vv-pollution-calculator__error {
  width: 100%;
  min-height: 16px;
  margin: 0;
  color: var(--vv-pc-error);
  font-family: inherit;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.vv-pollution-calculator__add-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 48px;
  padding-top: 8px;
}

.vv-pollution-calculator__add {
  appearance: none;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 40px;
  padding: 0;
  border: 0;
  color: var(--vv-pc-text-grey);
  background: transparent;
  box-shadow: none;
  font-family: inherit;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  cursor: pointer;
}

.vv-pollution-calculator__add-icon {
  display: flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--vv-pc-border-grey);
  border-radius: 9999px;
  color: var(--vv-pc-black);
  background: var(--vv-pc-soft-grey);
  transition: background-color 150ms ease, border-color 150ms ease;
}

.vv-pollution-calculator__add:hover {
  color: var(--vv-pc-black);
}

.vv-pollution-calculator__add:hover .vv-pollution-calculator__add-icon,
.vv-pollution-calculator__add:focus-visible .vv-pollution-calculator__add-icon {
  border-color: var(--vv-pc-ui-grey);
  background: var(--vv-pc-hover-grey);
}

.vv-pollution-calculator__add:focus-visible {
  outline: 2px solid var(--vv-pc-blue);
  outline-offset: 4px;
  border-radius: 4px;
}

.vv-pollution-calculator__submit-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 75px;
  padding-top: 16px;
}

.vv-pollution-calculator__submit {
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 182px;
  min-height: 59px;
  padding: 16px 48px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--vv-pc-blue);
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
  font-family: inherit;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -0.0078125em;
  text-align: center;
  cursor: pointer;
  transition: background-color 150ms ease, box-shadow 150ms ease;
}

.vv-pollution-calculator__submit:hover {
  background: var(--vv-pc-blue-hover);
}

.vv-pollution-calculator__submit:focus-visible {
  outline: 2px solid var(--vv-pc-black);
  outline-offset: 3px;
}

.vv-pollution-calculator__divider {
  align-self: stretch;
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  background: var(--vv-pc-border-grey);
}

.vv-pollution-calculator__section--multiple-rows
  + .vv-pollution-calculator__result-wrap:not([hidden]) {
  margin-top: -16px;
}

.vv-pollution-calculator__result-wrap {
  display: flex;
  align-items: flex-start;
  width: 432px;
  max-width: 100%;
  height: 198px;
  padding: 16px 16px 35px;
  background: #fff;
}

.vv-pollution-calculator__result-card {
  display: flex;
  flex-direction: column;
  width: 400px;
  max-width: 100%;
  height: 147px;
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--vv-pc-border-grey);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
}

.vv-pollution-calculator__result-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: 100%;
  flex: 0 0 143px;
  height: 143px;
  min-height: 0;
  padding: 24px;
}

.vv-pollution-calculator__result-label {
  align-self: stretch;
  min-height: 21px;
  color: var(--vv-pc-text-grey);
  font-family: inherit;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.35px;
  text-transform: uppercase;
}

.vv-pollution-calculator__result-amount {
  align-self: stretch;
  min-height: 44px;
  color: var(--vv-pc-black);
  font-family: inherit;
  font-size: 31.2188px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

.vv-pollution-calculator__result-supporting {
  align-self: stretch;
  min-height: 18px;
  padding-top: 4px;
  color: var(--vv-pc-text-grey);
  font-family: inherit;
  font-size: 12.1875px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.vv-pollution-calculator__result-accent {
  display: block;
  flex: 0 0 4px;
  align-self: stretch;
  width: 100%;
  height: 4px;
  background: var(--vv-pc-blue);
}

.vv-pollution-calculator__visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 900px) {
  .vv-pollution-calculator__header {
    padding: 48px 16px 32px;
  }

  .vv-pollution-calculator__main {
    padding: 0 16px 96px;
  }

  .vv-pollution-calculator__row {
    flex-direction: column;
  }

  .vv-pollution-calculator__field {
    flex-basis: auto;
    width: min(400px, 100%);
  }
}

@media (max-width: 560px) {
  .vv-pollution-calculator__header {
    padding-top: 40px;
  }

  .vv-pollution-calculator__title {
    font-size: 32px;
    line-height: 38px;
  }

  .vv-pollution-calculator__main {
    gap: 40px;
    padding-bottom: 72px;
  }

  .vv-pollution-calculator__section {
    gap: 28px;
  }

  .vv-pollution-calculator__section-title {
    font-size: 22px;
    line-height: 27px;
  }

  .vv-pollution-calculator__field,
  .vv-pollution-calculator__result-wrap,
  .vv-pollution-calculator__result-card,
  .vv-pollution-calculator__submit-wrap,
  .vv-pollution-calculator__submit {
    width: 100%;
  }

  .vv-pollution-calculator__result-card {
    height: auto;
    min-height: 147px;
  }

  .vv-pollution-calculator__result-content {
    flex-basis: auto;
    height: auto;
    min-height: 143px;
  }

  .vv-pollution-calculator__result-wrap {
    height: auto;
    min-height: auto;
    padding: 0 0 24px;
  }

  .vv-pollution-calculator__result-amount {
    font-size: 28px;
    line-height: 40px;
    overflow-wrap: anywhere;
  }
}

.vv-pollution-calculator__editor-error {
  box-sizing: border-box;
  width: min(100%, 1152px);
  margin: 24px auto;
  padding: 16px;
  border: 1px solid #e0185b;
  border-radius: 8px;
  background: #fff;
  color: #0f0f0f;
  font-family: inherit;
}

.vv-pollution-calculator__editor-error p {
  margin: 0;
}
