#rec1481269751 * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

#rec1481269751 *::before,
#rec1481269751 *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#rec1481269751 *:focus {
  outline: none;
}

#rec1481269751 *::-moz-selection {
  color: white;
  background: #2578ED;
}

#rec1481269751 *::selection {
  color: white;
  background: #2578ED;
}

#rec1481269751 ::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

#rec1481269751 textarea::-moz-placeholder,
#rec1481269751 input::-moz-placeholder {
  color: #616A7E;
}

#rec1481269751 textarea::-webkit-input-placeholder,
#rec1481269751 input::-webkit-input-placeholder {
  color: #616A7E;
}

#rec1481269751 textarea:-ms-input-placeholder,
#rec1481269751 input:-ms-input-placeholder {
  color: #616A7E;
}

#rec1481269751 textarea::-ms-input-placeholder,
#rec1481269751 input::-ms-input-placeholder {
  color: #616A7E;
}

#rec1481269751 textarea::-webkit-input-placeholder, #rec1481269751 input::-webkit-input-placeholder {
  color: #616A7E;
}

#rec1481269751 textarea::-moz-placeholder, #rec1481269751 input::-moz-placeholder {
  color: #616A7E;
}

#rec1481269751 textarea:-ms-input-placeholder, #rec1481269751 input:-ms-input-placeholder {
  color: #616A7E;
}

#rec1481269751 textarea::-ms-input-placeholder, #rec1481269751 input::-ms-input-placeholder {
  color: #616A7E;
}

#rec1481269751 textarea::placeholder,
#rec1481269751 input::placeholder {
  color: #616A7E;
}

#rec1481269751 input {
  -webkit-appearance: none;
}

#rec1481269751 input[type=number] {
  -moz-appearance: textfield;
}

#rec1481269751 input[type=number]::-webkit-inner-spin-button,
#rec1481269751 input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#rec1481269751 textarea,
#rec1481269751 input {
  font-family: "Manrope", "Helvetica", sans-serif;
  font-size: 14px;
  line-height: 14px;
}

#rec1481269751 html {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: -moz-scrollbars-none;
}

#rec1481269751 div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#rec1481269751 section {
  position: relative;
}

#rec1481269751 body {
  min-width: 360px;
  background-color: white;
  color: black;
  scroll-behavior: smooth;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  font-family: "Manrope", "Helvetica", sans-serif;
}

#rec1481269751 h2,
#rec1481269751 .h2 {
  font-family: "Manrope", "Helvetica", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  -spacing: -0.96px;
}
@media (max-width: 960px) {
  #rec1481269751 h2,
  #rec1481269751 .h2 {
    font-size: 2.75rem;
  }
}
@media (max-width: 480px) {
  #rec1481269751 h2,
  #rec1481269751 .h2 {
    font-size: 2rem;
  }
}

#rec1481269751 h3,
#rec1481269751 .h3 {
  font-family: "Manrope", "Helvetica", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.64px;
}
@media (max-width: 960px) {
  #rec1481269751 h3,
  #rec1481269751 .h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 480px) {
  #rec1481269751 h3,
  #rec1481269751 .h3 {
    font-size: 1.375rem;
  }
}

#rec1481269751 t1,
#rec1481269751 .t1 {
  font-family: "Manrope", "Helvetica", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 960px) {
  #rec1481269751 t1,
  #rec1481269751 .t1 {
    font-size: 0.875rem;
  }
}
@media (max-width: 480px) {
  #rec1481269751 t1,
  #rec1481269751 .t1 {
    font-size: 0.875rem;
  }
}

#rec1481269751 .container {
  width: 100%;
  margin: auto;
}

#rec1481269751 .sectionBox.__blue {
  color: #ffffff;
  background-color: #ECF6FF;
}
#rec1481269751 .sectionBox .sectionBox__head {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 960px) {
  #rec1481269751 .sectionBox .sectionBox__head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  #rec1481269751 .sectionBox .sectionBox__head {
    margin-bottom: 1rem;
    gap: 1.5rem;
  }
}
#rec1481269751 .sectionBox .sectionBox__head .sectionBox__head_title {
  max-width: 660px;
  color: #2578ED;
}
#rec1481269751 .sectionBox .sectionBox__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 480px) {
  #rec1481269751 .sectionBox .sectionBox__inner {
    gap: 1.5rem;
  }
}
#rec1481269751 .sectionBox .sectionBox__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media (max-width: 480px) {
  #rec1481269751 .sectionBox .sectionBox__row {
    gap: 1rem;
  }
}

#rec1481269751 .whiteTile {
  background-color: #ffffff;
  border-radius: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  padding: 2rem;
  color: #212429;
  width: 100%;
}
@media (max-width: 480px) {
  #rec1481269751 .whiteTile {
    padding: 1.5rem;
	width: 100%;
  }
}

#rec1481269751 .sideCol {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  max-width: 560px;
}
@media (max-width: 960px) {
  #rec1481269751 .sideCol {
    max-width: none;
  }
}

#rec1481269751 .calculator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#rec1481269751 .calculator .calculator__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
#rec1481269751 .calculator .calculator__box .calculator__box_title {
  font-family: "Manrope", "Helvetica", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.16px;
}
@media (max-width: 960px) {
  #rec1481269751 .calculator .calculator__box .calculator__box_title {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  #rec1481269751 .calculator .calculator__box .calculator__box_title {
    font-size: 1rem;
  }
}
#rec1481269751 .calculator .calculator__range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
#rec1481269751 .calculator .calculator__range .calculator__range_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  position: relative;
}
#rec1481269751 .calculator .calculator__range .calculator__range_value {
  width: 100%;
  font-family: "Manrope", "Helvetica", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.64px;
}
@media (max-width: 960px) {
  #rec1481269751 .calculator .calculator__range .calculator__range_value {
    font-size: 1.75rem;
  }
}
@media (max-width: 480px) {
  #rec1481269751 .calculator .calculator__range .calculator__range_value {
    font-size: 1.375rem;
  }
}
#rec1481269751 .calculator .calculator__range .calculator__range_value.__hidden {
  display: none;
}
#rec1481269751 .calculator .calculator__range .calculator__range_value input {
  width: 100%;
}
#rec1481269751 .calculator .calculator__range .calculator__range_valinput {
  width: 100%;
}
#rec1481269751 .calculator .calculator__range .calculator__range_valinput input {
  font-family: "Manrope", "Helvetica", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.64px;
  border: none;
  width: 100%;
  line-height: 1;
}
@media (max-width: 960px) {
  #rec1481269751 .calculator .calculator__range .calculator__range_valinput input {
    font-size: 1.75rem;
  }
}
@media (max-width: 480px) {
  #rec1481269751 .calculator .calculator__range .calculator__range_valinput input {
    font-size: 1.375rem;
  }
}
#rec1481269751 .calculator .calculator__range .calculator__range_bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -0.5rem;
}
#rec1481269751 .calculator .calculator__range .calculator__range_bot .calculator__range_bot_col {
  font-family: "Manrope", "Helvetica", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.12px;
  text-align: center;
  position: relative;
  padding-top: 0.75rem;
  color: #616A7E;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media (max-width: 960px) {
  #rec1481269751 .calculator .calculator__range .calculator__range_bot .calculator__range_bot_col {
    font-size: 0.75rem;
  }
}
@media (max-width: 480px) {
  #rec1481269751 .calculator .calculator__range .calculator__range_bot .calculator__range_bot_col {
    font-size: 0.75rem;
  }
}
#rec1481269751 .calculator .calculator__range .calculator__range_bot .calculator__range_bot_col:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 1px;
  height: 0.4rem;
  margin: auto;
  background-color: #616A7E;
}
#rec1481269751 .calculator .calculator__range .calculator__range_bot .calculator__range_bot_col:first-child {
  text-align: left;
}
#rec1481269751 .calculator .calculator__range .calculator__range_bot .calculator__range_bot_col:first-child:before {
  right: auto;
}
#rec1481269751 .calculator .calculator__range .calculator__range_bot .calculator__range_bot_col:last-child {
  text-align: right;
}
#rec1481269751 .calculator .calculator__range .calculator__range_bot .calculator__range_bot_col:last-child:before {
  left: auto;
}
#rec1481269751 .calculator .calculator__range_info {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#rec1481269751 .calculator .calculator__range_input input {
  position: absolute;
  opacity: 0;
  left: -9999px;
}
#rec1481269751 .calculator .calculator__range_input .calculator__range_inputImit {
  width: 100%;
  height: 1.5rem;
  position: relative;
}
#rec1481269751 .calculator .calculator__range_input .calculator__range_inputImit:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0.65rem;
  bottom: 0.65rem;
  background-color: #D8E4FE;
}
#rec1481269751 .calculator .calculator__range_input .calculator__range_inputProgress {
  position: absolute;
  left: 0;
  top: 0.65rem;
  bottom: 0.65rem;
  background-color: #2578ED;
}
#rec1481269751 .calculator .calculator__range_input .calculator__range_inputTrigger {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 2rem;
  border: 3px solid #ffffff;
  background-color: #2578ED;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 20;
  -webkit-user-drag: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: -webkit-grab;
  cursor: grab;
}
@media (max-width: 960px) {
  #rec1481269751 .calculator .sectionBox__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
		gap: 1rem;
  }
}
@media (max-width: 480px) {
  #rec1481269751 .calculator .sectionBox__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
		gap: 0.5rem;
  }
}

#rec1481269751 .calculator__info {
  margin-top: auto;
}

#rec1481269751 .icon {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#rec1481269751 .icon img {
  width: 100%;
  height: 100%;
}

#rec1481269751 .__color_white {
  color: #ffffff;
}
#rec1481269751 .__color_blue {
  color: #2578ED;
}
#rec1481269751 .__color_gray_500 {
  color: #616A7E;
}

#rec1481269751 body.__grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
#rec1481269751 body.__grabbing .calculator__range_inputTrigger {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}

@media (max-width: 960px) {
  #rec1481269751 .__tablet_hidden {
    display: none !important;
  }
}

@media (max-width: 480px) {
  #rec1481269751 .__mobile_hidden {
    display: none !important;
  }
}