body {
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.money-format {
  height: 70px;
  margin-bottom: 0px;
  border-style: none none dashed;
  border-width: 1px 1px 2px;
  border-color: #000 #000 rgba(43, 43, 43, 0.32);
  font-family: Manrope, sans-serif;
  font-size: 48px;
  line-height: 24px;
  font-weight: 300;
}

.money-format::-webkit-input-placeholder {
  font-size: 48px;
  line-height: 64px;
  font-weight: 300;
}

.money-format:-ms-input-placeholder {
  font-size: 48px;
  line-height: 64px;
  font-weight: 300;
}

.money-format::-ms-input-placeholder {
  font-size: 48px;
  line-height: 64px;
  font-weight: 300;
}

.money-format::placeholder {
  font-size: 48px;
  line-height: 64px;
  font-weight: 300;
}

.amount-container {
  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;
  border-radius: 8px;
  background-color: #fff;
}

.calculator__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.calculator__title {
  max-width: 640px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  line-height: 44px;
  font-weight: 500;
  text-align: left;
}

.result-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 88px;
  padding-top: 16px;
  padding-bottom: 8px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  background-color: #fff;
  font-family: Manrope, sans-serif;
}

.input__result {
  margin-bottom: 10px;
}

.submit-button {
  display: none;
}

.calculator {
  margin-top: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.invest_output_result {
  color: #ff9f00;
  font-size: 48px;
  line-height: 72px;
  font-weight: 600;
}

.calculator__fields-container {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.input-container {
  width: 100%;
  margin-bottom: 32px;
}

.input-title {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
}

.content-container {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.content-container.in-header {
  width: 100%;
}

.page-wrapper {
  min-height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.calulator__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #2b2b2b;
}

.persent-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 2px solid #2b2b2b;
}

.percent-details__number {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 48px;
  line-height: 56px;
  font-weight: 300;
  text-align: left;
}

.calculator__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 24px;
  padding-right: 20px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-width: 2px;
  border-bottom-color: #000;
}

.percent-details__description {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.persent-container {
  margin-right: auto;
  margin-left: auto;
}

.explanantion {
  display: none;
  color: #fff;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 88px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.brand-logo {
  width: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.heading {
  font-family: Manrope, sans-serif;
}

.heading.hero-heading {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 64px;
  font-weight: 600;
}

.paragraph {
  font-size: 16px;
  line-height: 24px;
}

.paragraph.paragraph-large {
  font-family: Manrope, sans-serif;
  font-size: 24px;
  line-height: 38px;
  font-weight: 600;
}

.paragraph.paragraph-large.in-hero {
  max-width: 740px;
}

.paragraph.paragraph-large._2 {
  font-size: 20px;
}

.paragraph.paragraph-large._3 {
  font-size: 16px;
  font-weight: 300;
}

.section-headline.in-hero {
  max-width: 800px;
}

.button {
  padding-right: 24px;
  padding-left: 24px;
  border: 1px solid #000;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #2b2b2b;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.button:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.footer {
  padding-top: 32px;
  padding-bottom: 40px;
}

.body {
  font-family: Manrope, sans-serif;
}

@media screen and (min-width: 1280px) {
  .content-container {
    max-width: 1100px;
  }

  .page-wrapper {
    min-height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 1440px) {
  .content-container {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1920px) {
  .page-wrapper {
    padding-top: 56px;
  }
}

@media screen and (max-width: 991px) {
  .money-format {
    height: 72px;
    font-size: 40px;
    line-height: 48px;
  }

  .money-format::-webkit-input-placeholder {
    font-size: 40px;
    line-height: 48px;
  }

  .money-format:-ms-input-placeholder {
    font-size: 40px;
    line-height: 48px;
  }

  .money-format::-ms-input-placeholder {
    font-size: 40px;
    line-height: 48px;
  }

  .money-format::placeholder {
    font-size: 40px;
    line-height: 48px;
  }

  .calculator__title {
    font-size: 24px;
    line-height: 32px;
  }

  .result-container {
    height: 72px;
  }

  .invest_output_result {
    font-size: 40px;
    line-height: 48px;
  }

  .content-container {
    max-width: none;
    margin-right: 32px;
    margin-left: 32px;
  }

  .page-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .persent-details {
    height: auto;
  }

  .percent-details__number {
    font-size: 60px;
    line-height: 72px;
  }

  .header {
    height: 72px;
  }

  .brand-logo {
    max-width: 160px;
  }

  .heading.hero-heading {
    font-size: 40px;
    line-height: 56px;
  }
}

@media screen and (max-width: 767px) {
  .money-format {
    height: 64px;
  }

  .money-format::-webkit-input-placeholder {
    font-size: 40px;
  }

  .money-format:-ms-input-placeholder {
    font-size: 40px;
  }

  .money-format::-ms-input-placeholder {
    font-size: 40px;
  }

  .money-format::placeholder {
    font-size: 40px;
  }

  .calculator__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .calculator__title {
    font-size: 22px;
    line-height: 30px;
  }

  .result-container {
    height: 64px;
  }

  .invest_output_result {
    font-size: 40px;
    line-height: 40px;
  }

  .input-title {
    font-weight: 500;
  }

  .content-container {
    margin-right: 16px;
    margin-left: 16px;
  }

  .persent-details {
    width: 160px;
  }

  .percent-details__number {
    font-size: 40px;
    line-height: 56px;
  }

  .percent-details__description {
    font-size: 14px;
    line-height: 20px;
  }

  .header {
    height: 64px;
  }

  .section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .brand-logo {
    max-width: 140px;
  }

  .paragraph.paragraph-large {
    font-size: 18px;
    line-height: 32px;
  }

  .section-headline.in-hero {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .money-format {
    height: 60px;
    font-size: 32px;
    line-height: 40px;
  }

  .money-format::-webkit-input-placeholder {
    font-size: 32px;
    line-height: 40px;
  }

  .money-format:-ms-input-placeholder {
    font-size: 32px;
    line-height: 40px;
  }

  .money-format::-ms-input-placeholder {
    font-size: 32px;
    line-height: 40px;
  }

  .money-format::placeholder {
    font-size: 32px;
    line-height: 40px;
  }

  .calculator__title {
    max-width: none;
  }

  .result-container {
    height: 60px;
    padding-left: 0px;
    border-style: none;
  }

  .output-container {
    width: 100%;
  }

  .invest_output_result {
    font-size: 32px;
  }

  .invest_output_result.dollar {
    padding-right: 3px;
  }

  .calculator__fields-container {
    padding-left: 0px;
  }

  .input-container {
    width: 100%;
  }

  .calulator__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom-width: 1px;
  }

  .persent-details {
    width: 100%;
    height: 100px;
    border-left-style: none;
  }

  .percent-details__number {
    width: 80%;
  }

  .calculator__header {
    padding-left: 20px;
  }

  .persent-container {
    margin-right: 0px;
    margin-left: 0px;
  }

  .heading.hero-heading {
    font-size: 32px;
    line-height: 44px;
  }

  .paragraph.paragraph-large {
    font-weight: 600;
  }

  .body {
    font-family: Manrope, sans-serif;
  }
}

@font-face {
  font-family: 'Neuemachina';
  src: url('../fonts/NeueMachina-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemachina';
  src: url('../fonts/NeueMachina-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}