* {
  box-sizing: border-box;
}

.container {
  margin: 0 auto;
}

.app-container {
  height: 100%;
  min-height: 100%;
  width: 100%;
  min-width: 630px;
}
@media screen and (min-width: 1024px) {
  .app-container {
    display: flex;
    flex-flow: row wrap;
  }
}

.col-2 {
  width: 50%;
}

a {
  text-decoration: none;
}

/** Font */
/** Spacing */
@font-face {
  font-family: "Montserrat Alternates";
  src: url(fonts/a14e717fce35ec36a170808323572faa.ttf);
}
@font-face {
  font-family: Montserrat;
  src: url(fonts/3cd786652b8a2e9d41f210cb1a527ff6.ttf);
}
.checklist {
  font-family: "Montserrat Alternates";
  font-weight: 700;
  font-size: 1.125rem;
}

.font__mont-base {
  font-family: "Montserrat";
  font-size: 1rem;
  font-weight: 400;
}

.radiobox, .step__caption, .contact__privacy .privacy__caption, .button, .select, .header, .quote .author__role, .quote__text {
  font-family: "Montserrat";
  font-size: 1rem;
  font-weight: 400;
}

.loading, .checkbox__label, .slider__label, .form__error, .form__label {
  font-family: "Montserrat";
  font-size: 0.875rem;
  font-weight: 400;
}

.form__element {
  font-family: "Montserrat";
  font-size: 1.3125rem;
  font-weight: 400;
}

.quote .author__name {
  font-family: "Montserrat Alternates";
  font-weight: 700;
  font-size: 1rem;
}

.investment__question {
  font-family: "Montserrat Alternates";
  font-weight: 700;
  font-size: 1.3125rem;
}

.step__title, .contact__privacy .privacy__title {
  font-family: "Montserrat Alternates";
  font-weight: 700;
  font-size: 1.75rem;
}

.flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.spacing {
  margin: 0;
  border: 0;
}
.spacing--lg {
  padding-bottom: 6rem;
}
.spacing--2 {
  padding-bottom: 2rem;
}
.spacing--3 {
  padding-bottom: 3rem;
}

.sidebar {
  background-color: #35a0ee;
}
.sidebar__container {
  padding: 20px 40px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .sidebar__container {
    padding: 20px 40px;
    width: 30%;
  }
}
.logo__container {
  max-width: 250px;
  margin-top: 20px;
}
.logo__img {
  width: 100%;
}

.main {
  width: 100%;
  height: 100vh;
}
.main__container {
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (min-width: 1024px) {
  .main {
    width: 70%;
  }
  .main__container {
    padding-left: 117px;
    padding-right: 148px;
  }
}
.checklist {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #fff;
}
.checklist .checkbox__container {
  width: 28px;
  display: inline-block;
  margin-right: 6px;
}
.checklist .checkbox__border {
  width: 28px;
  height: 28px;
  border: 3px solid #fff;
  border-radius: 4px;
  position: relative;
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  margin: 2px 0;
}
.checklist .checkbox__box {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 2px;
}
.checklist__line {
  width: 4px;
  height: 9px;
  display: block;
  background: #fff;
  border-radius: 1px;
  margin: 6px 12px;
}
.checklist li {
  opacity: 0.5;
}
.checklist li.active {
  opacity: 1;
}

.quote {
  margin-bottom: 32px;
  max-width: 360px;
  margin-left: 17px;
}
.quote__container {
  box-shadow: 0 8 20px rgba(3, 17, 6, 0.03);
  border-radius: 4px;
  position: relative;
  background: linear-gradient(165deg, #70b9ee 0%, white 16%);
}
.quote__marks {
  width: 56px;
  height: 56px;
  background: #fff;
  box-shadow: 16px 12px 56px rgba(11, 29, 46, 0.15);
  border-radius: 3px;
  position: absolute;
  top: -24px;
  left: -17px;
}
.quote__content {
  padding: 48px 40px 32px;
}
.quote__text {
  font-style: italic;
  color: #a4aeb4;
  padding-bottom: 20px;
}
.quote .author__name {
  color: #07111b;
}
.quote .author__role {
  color: #a4aeb4;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.header {
  color: #a4aeb4;
}

.select {
  width: 100%;
  height: 32px;
  border: none;
  outline: none;
  border-bottom: 1px solid #d5d9dc;
}
.select:focus {
  border-bottom: 1px solid #2696e8;
}

.button {
  cursor: pointer;
  border: none;
  outline: none;
  padding: 0;
}

.link {
  color: #2696e8;
  background: none;
}

.btn {
  width: 154px;
  height: 48px;
  justify-content: center;
  border-radius: 4px;
}
.btn__next {
  margin-left: 16px;
  color: #fff;
  background: #35a0ee;
  box-shadow: 0 0 20px rgba(53, 160, 238, 0.25);
}
.btn__skip {
  margin-left: 16px;
  color: #2696e8;
  background: rgba(53, 160, 238, 0.1);
}

[class*=icon] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}
[class*=icon]::after, [class*=icon]::before {
  content: "";
  box-sizing: border-box;
}

[class*=icon-arrow] {
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
[class*=icon-arrow]::before {
  right: 0;
  top: -3px;
  position: absolute;
  height: 4px;
  box-shadow: inset 0 0 0 32px;
  transform: rotate(-45deg);
  width: 15px;
  transform-origin: right top;
}
[class*=icon-arrow][class*=-left] {
  transform: rotate(45deg);
  margin-left: 15px;
}
[class*=icon-arrow][class*=-right] {
  transform: rotate(-135deg);
  margin-right: 15px;
}
[class*=icon-arrow][class*=-up] {
  transform: rotate(-45deg);
}
[class*=icon-arrow][class*=-down] {
  transform: rotate(135deg);
}

.step {
  padding-bottom: 46px;
}
.step__title, .contact__privacy .privacy__title {
  padding-bottom: 12px;
}
.step__caption, .contact__privacy .privacy__caption {
  font-weight: 400;
  color: #a4aeb4;
  line-height: 24px;
}

.form__item {
  margin-bottom: 36px;
}
.form__label {
  color: #a4aeb4;
}
.form__label[focus-within] {
  color: #2696e8;
}
.form__label:focus-within {
  color: #2696e8;
}
.form__element {
  width: 100%;
  height: 32px;
  border: none;
  outline: none;
  border-bottom: 1px solid #d5d9dc;
}
.form__element:focus {
  border-bottom: 1px solid #2696e8;
}
.form__input {
  margin-top: 4px;
  padding: 0;
}
.form__name {
  padding-right: 20px;
}
.form__error {
  color: red;
}

.contact__form {
  padding-bottom: 56px;
}
.contact__privacy .privacy__title {
  font-size: 1.3125rem;
}
.contact__privacy .privacy__caption {
  padding-bottom: 12px;
}

.investment__question {
  margin-bottom: 20px;
}

.radiobox {
  border: 1px solid #a4aeb4;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 12px 54px 12px 16px;
  margin-right: 20px;
}
.radiobox__input {
  margin-right: 16px;
}
.radiobox[focus-within] {
  border: 1px solid #35a0ee;
  color: #35a0ee;
  background-color: white;
}
.radiobox:focus-within {
  border: 1px solid #35a0ee;
  color: #35a0ee;
  background-color: white;
}

.slider {
  width: 100%;
  position: relative;
  padding-top: 16px;
}
.slider--background {
  position: absolute;
  width: 100%;
  display: flex;
}
.slider__line {
  flex-basis: 20%;
  width: 20%;
  height: 4px;
  background-color: #e9f0f5;
  position: relative;
}
.slider__line::before {
  height: 14px;
  width: 4px;
  background: #e9f0f5;
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
}
.slider__line:last-child::after {
  height: 14px;
  width: 4px;
  background-color: #eaf0f6;
  content: "";
  position: absolute;
  top: -5px;
  right: 0;
}
.slider__active-bar {
  position: absolute;
  width: 100%;
  display: flex;
}
.slider--active {
  background-color: #35a0ee;
}
.slider--active::before {
  background-color: #35a0ee;
}
.slider__line--active {
  flex-basis: 20%;
  width: 20%;
  height: 4px;
  position: relative;
  background-color: #35a0ee;
}
.slider__line--active::before {
  height: 14px;
  width: 4px;
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  background-color: #35a0ee;
}
.slider__line--active:first-child::before {
  height: 14px;
  width: 14px;
  background-color: #35a0ee;
  content: "";
  position: absolute;
  top: -5px;
  left: -6px;
}
.slider__line--active:last-child::after {
  height: 14px;
  width: 14px;
  background-color: #35a0ee;
  content: "";
  position: absolute;
  top: -5px;
  right: -6px;
}
.slider__label {
  display: flex;
  width: 120%;
  padding-top: 32px;
  color: #a1afb8;
}
.slider__label span {
  flex-basis: 20%;
}
.slider__label--active {
  color: #35a0ee;
}

.checkbox {
  border: 1.5px solid #d5d9dc;
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(213, 217, 220, 0.05);
  border-radius: 4px;
  padding: 16px;
  width: 136px;
  height: 148px;
}
.checkbox[focus-within] {
  border: 1.5px solid #35a0ee;
  color: #35a0ee;
  background-color: #f6fbff;
}
.checkbox:focus-within {
  border: 1.5px solid #35a0ee;
  color: #35a0ee;
  background-color: #f6fbff;
}

.pref__row {
  margin-bottom: 20px;
  grid-row-gap: 20px;
  row-gap: 20px;
  grid-column-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.loading {
  visibility: hidden;
  word-wrap: break-word;
}

.display {
  visibility: visible;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 50px;
  z-index: 1000;
  border-radius: 5px;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
