@font-face {
  font-family: "NotoSans-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/NotoSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "NotoSans-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/font/NotoSans-Medium.woff2") format("woff2");
}
:root {
  --header-height: 64px;
}

.form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.form__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 34px 0;
  width: 100%;
}
.form__item.-parent-invalid .form__requirement {
  opacity: 1;
  visibility: visible;
}
.form__item.-chat {
  flex: 0 0 auto;
  margin: 0 0 16px 0;
}
.form__item.-hidden {
  display: none;
}
.form__label {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 8px 0;
  padding: 0;
  width: 100%;
  color: #13a2e8;
  font-family: "NotoSans-Medium";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-weight: 500;
  font-style: normal;
}
.form__label.-hidden {
  display: none;
}
.form__input.-invalid {
  border: 1px solid #f00;
}
.form__input.-upload {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.form__input.-currency {
  padding-right: 55px;
}
.form__select.-invalid {
  border: 1px solid #f00;
}
.form__textarea.-invalid {
  border: 1px solid #f00;
}
.form__requirement {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  bottom: -20px;
  display: none;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  color: #eb1212;
  font-family: "NotoSans-Regular";
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 17.6px;
  line-height: 1.1rem;
  font-weight: 400;
  font-style: normal;
}
.form__captcha-warning {
  position: absolute;
  bottom: -22px;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 200px;
  color: #eb1212;
  font-family: "NotoSans-Regular";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 400;
  font-style: normal;
}
.form__captcha-warning.-hide {
  display: none;
}
.form__text {
  margin: 10px 0 0 0;
  color: #617bac;
  font-family: "NotoSans-Regular";
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 15px;
  line-height: 0.9375rem;
  font-weight: 400;
  font-style: normal;
}
.form__currency {
  z-index: 1;
  position: absolute;
  top: 26px;
  right: 24px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 56px;
  color: #13a2e8;
  font-family: "NotoSans-Medium";
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  font-weight: 500;
  font-style: normal;
}
.form__button {
  margin: 10px 0 0 0;
  width: 100%;
}
.form__radio {
  display: grid;
  grid-row-gap: 10px;
  margin: 10px 0 0 0;
  width: 100%;
}
.form__radio__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.form__radio__item.-parent-invalid .form__radio-box {
  border: 1px solid #f00;
}
.form__radio-input {
  display: none;
  margin: 0 0;
  width: 0;
  height: 0;
}
.form__radio-input:checked ~ .form__radio-box::before {
  opacity: 1;
}
.form__radio-box {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 10px 0 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #dde7f1;
  background-color: #fff;
  cursor: pointer;
}
.form__radio-box:before {
  content: "";
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #13a2e8;
  transition: opacity 0.2s;
}
.form__radio-text {
  color: #114980;
  font-family: "NotoSans-Regular";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 400;
  font-style: normal;
}
.form__radio .form__requirement {
  display: none;
}
.form__radio.-tick .form__radio-box:before {
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url("/assets/svg/icon-tick-blue.svg");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center center;
}
.form__radio.-rightholders {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.form__radio.-survey {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.form__radio.-survey p {
  margin: 0 0 0 38px;
  color: #13a2e8;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 600;
  font-style: normal;
}
.form__radio.-survey p::before {
  content: attr(question-number);
  position: absolute;
  top: 5px;
  left: 0;
  padding: 3px 9px;
  background-color: #164194;
  color: #fff;
  border-radius: 100%;
  font-family: "NotoSans-Regular";
  font-size: 14px;
  font-weight: 800;
  width: 26px;
  height: 26px;
}
.form__radio.-survey span {
  color: #114980;
}
.form__checkbox {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  cursor: pointer;
}
.form__checkbox.-parent-invalid .form__checkbox-box {
  border: 1px solid #f00;
}
.form__checkbox-input {
  display: none;
  margin: 0 0;
  width: 0;
  height: 0;
}
.form__checkbox-input:checked ~ .form__checkbox-box::before {
  opacity: 1;
}
.form__checkbox-box {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 15px 0 0;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  border: 1px solid #dde7f1;
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
}
.form__checkbox-box:before {
  content: "";
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  background-image: url("/assets/svg/icon-tick-blue.svg");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center center;
  transition: opacity 0.2s;
}
.form__checkbox-text {
  padding: 5px 0 0 0;
  color: #114980;
  font-family: "NotoSans-Regular";
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 400;
  font-style: normal;
}
.form__checkbox-text p, .form__checkbox-text a {
  color: #114980;
  font-family: "NotoSans-Regular";
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 400;
  font-style: normal;
}
.form__checkbox-text a {
  color: #13a2e8;
  text-decoration: none;
  transition: color 0.3s ease;
  color: #114980;
  font-weight: bold;
}
.form__checkbox-text a:active,
.form__checkbox-text a:visited {
  color: #114980;
}
.form__checkbox-text a:hover,
.form__checkbox-text a:focus {
  color: #13a2e8;
}
.form__checkbox .form__requirement {
  display: none;
}

.risk-profile {
  padding: 40px 0 40px 0;
}
.risk-profile__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 24px;
  width: 100%;
}
.risk-profile__entry-text p {
  margin: 0 0 30px 0;
}

.survey-results {
  padding: 80px 0;
  width: 100%;
  background-color: #f7fafd;
}
.survey-results.-hide {
  display: none;
}
.survey-results__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 24px;
  width: 100%;
}
.survey-results__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 100%;
}
.survey-results__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 4px;
  padding: 24px 25px;
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}
.survey-results__item__key {
  color: #114980;
  font-family: "NotoSans-Regular";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 400;
  font-style: normal;
}
.survey-results__value {
  color: #164194;
  font-family: "NotoSans-Medium";
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 600;
  font-style: normal;
}
.survey-results__value.-larger {
  color: #13a2e8;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 50px;
  line-height: 3.125rem;
}
.survey-results__value.-hidden {
  display: none;
}
.survey-results__title {
  width: 100%;
  color: #114980;
  font-family: "NotoSans-Regular";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
.survey-results__title.-larger {
  color: #164194;
  font-family: "NotoSans-Medium";
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 600;
}
.survey-results__description {
  margin: 17px 0 0 0;
  width: 100%;
  text-align: center;
}
.survey-results__description p {
  margin: 0 0 20px 0;
  color: #617bac;
  font-family: "NotoSans-Regular";
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 15px;
  line-height: 0.9375rem;
  font-weight: 500;
  font-style: normal;
}
.survey-results__description h3 {
  margin: 0 0 10px 0;
  color: #114980;
  font-family: "NotoSans-Regular";
  font-size: 16px;
  font-size: 1rem;
  line-height: 29px;
  line-height: 1.8125rem;
  font-weight: 500;
  font-style: normal;
}
.survey-results__description.-hide {
  display: none;
}
@media only screen and (min-width: 640px) {
  .form__button {
    padding: 0 70px;
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .form__item {
    margin: 0 0 30px 0;
  }
  .form__radio {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 20px;
    grid-column-gap: 24px;
  }
  .risk-profile__content {
    width: 740px;
  }
  .survey-results {
    margin: 40px 0 0 0;
    padding: 80px 0;
  }
  .survey-results__content {
    align-self: center;
    margin: 0;
    width: 592px;
    text-align: center;
  }
  .survey-results__items {
    flex-direction: row;
  }
  .survey-results__item {
    padding: 0 56px;
    height: 128px;
  }
  .survey-results__value.-larger {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 50px;
    line-height: 3.125rem;
  }
}
@media only screen and (min-width: 1024px) {
  :root {
    --header-height: 104px;
  }
  .form__requirement {
    bottom: 14px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20.8px;
    line-height: 1.3rem;
  }
  .form__currency {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20.8px;
    line-height: 1.3rem;
  }
  .risk-profile {
    padding: 77px 0 10px 0;
  }
  .risk-profile__content {
    padding: 0;
    width: 788px;
  }
}