/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

  /**
 * Remove the inner border and padding in Firefox.
 */
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }

  /**
 * Restore the focus styles unset by the previous rule.
 */
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

  /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.sr-only {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.bg-white {
  background-color: #ffffff !important;
}

.text-center {
  text-align: center !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.no-border {
  border: none !important;
}

.no-border-bottom {
  border-bottom: none !important;
}

.weight-normal {
  font-weight: 400 !important;
}

.weight-bold {
  font-weight: 700 !important;
}

.text-underline {
  text-decoration: underline;
}

.font-small {
  font-size: 0.938rem;
}

@media (max-width: 767px) {
  .on-desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .on-mobile {
    display: none;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

  *:focus {
    outline: none;
  }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input,
select,
textarea {
  -webkit-tap-highlight-color: rgba(201, 224, 253, 0.8);
}

  /* Firefox */
  input[type=number] {
    -moz-appearance: textfield;
  }

input {
  -webkit-appearance: none;
  border-radius: 0;
}

body {
  font-size: 18px;
  font-family: 'Migdal', 'Open Sans', 'sans-serif';
  color: #0e2d6d;
}

@media (max-width: 1199px) {
  body {
    background-color: #f7f3f0 !important;
  }
}

h1, h2, h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

h1 {
  font-size: 3rem;
}

@media (max-width: 1366px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 2.75rem;
}

@media (max-width: 1199px) {
  h2 {
    font-size: 1.5555555556rem;
  }
}

h3 {
  font-size: 2.25rem;
}

p {
  width: 100%;
}

a {
  color: #0060ff;
  text-decoration: none;
}

.subtitle {
  font-size: 2.125rem;
}

.sm-subtitle {
  margin-top: 0;
  font-size: 1.125rem;
  font-weight: 300;
}

.fixed-inner {
  max-width: 70rem;
  padding: 0 1.3333333333rem;
  margin: auto;
}

.app-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .app-wrapper {
    display: block;
  }
}

.app-top {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 49px -14px rgba(103, 92, 73, 0.29);
  box-shadow: 0 2px 49px -14px rgba(103, 92, 73, 0.29);
  z-index: 100;
}

@media (max-width: 1199px) {
  .app-top {
    border-radius: 0 0 0.6111111111rem 0.6111111111rem;
    -webkit-box-shadow: 0 2px 9px -7px #57667f;
    box-shadow: 0 2px 9px -7px #57667f;
  }
}

@media (max-width: 767px) {
  .app-main.front .column-full {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .app-main.front .column-full img {
    max-width: 35%;
  }
}

@media (max-width: 1199px) {
  .app-main.step-2-0 h2 {
    padding-bottom: 1.1111111111rem;
    padding-left: 1.4444444444rem;
    padding-right: 1.4444444444rem;
    margin-left: -1rem;
    margin-right: -1rem;
    border-bottom: 1px solid #e3e0dd;
  }
}

@media (max-width: 575px) {
  .app-main.step-2-0 .column-left {
    padding: 1rem 2.0555555556rem;
  }
}

@media (max-width: 575px) {
  .app-main.step-2-0 .column-left img {
    max-width: 60%;
  }
}

.app-main.step-2-0 .column-right .right-grid {
  padding-top: 1rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .app-main.step-2-0 .column-right .right-grid .right-col:nth-child(2) {
    display: block;
    min-height: 14rem;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 1600px), (-ms-high-contrast: none) and (max-width: 1600px) {
  .app-main.step-2-0 .column-right .right-grid .right-col:nth-child(2) {
    min-height: 9.5rem;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 1439px), (-ms-high-contrast: none) and (max-width: 1439px) {
  .app-main.step-2-0 .column-right .right-grid .right-col:nth-child(2) {
    min-height: 7rem;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 1366px), (-ms-high-contrast: none) and (max-width: 1366px) {
  .app-main.step-2-0 .column-right .right-grid .right-col:nth-child(2) {
    min-height: 10rem;
  }
}

.app-main.step-3-0 .sm-subtitle {
  margin-bottom: 7.875rem;
}

@media (max-width: 1366px) {
  .app-main.step-3-0 .sm-subtitle {
    margin-bottom: 1rem;
  }
}

@media (max-width: 1199px) {
  .app-main.step-3-0 .sm-subtitle {
    margin-bottom: 1rem;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .app-main.step-3-0 .sm-subtitle {
    margin-bottom: 0;
  }
}

@media (max-width: 1199px) {
  .app-main.step-3-0 .sm-subtitle br {
    display: none;
  }
}

.app-main.step-3-0 .input-item {
  margin: calc(5.75rem / 2) 0;
}

@media (max-width: 1366px) {
  .app-main.step-3-0 .input-item {
    margin: 0 0 calc(4rem / 2) 0;
  }
}

@media (max-width: 1199px) {
  .app-main.step-3-0 .input-item {
    margin: calc(1rem / 2) 0;
  }
}

@media (max-width: 575px) {
  .app-main.step-3-0 .input-item {
    margin: 0 0;
  }
}

@media (max-width: 575px) {
  .app-main.step-3-0 .column-left {
    padding: 1rem 2.0555555556rem;
  }
}

.app-main.step-3-0 .column-left img {
  margin-top: -20rem;
}

@media (max-width: 1366px) {
  .app-main.step-3-0 .column-left img {
    margin-top: -8rem;
  }
}

@media (max-width: 1199px) {
  .app-main.step-3-0 .column-left img {
    margin-top: -6rem;
  }
}

@media (max-width: 575px) {
  .app-main.step-3-0 .column-left img {
    max-width: 60%;
    margin-top: 0;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .app-main.step-3-0 .column-right .right-grid .right-col:nth-child(2) {
    min-height: 28rem;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 1366px), (-ms-high-contrast: none) and (max-width: 1366px) {
  .app-main.step-3-0 .column-right .right-grid .right-col:nth-child(2) {
    min-height: 24rem;
  }
}

@media (max-width: 1199px) {
  .app-main.step-3-0 .column-right .right-grid .right-col:nth-child(2) {
    margin-bottom: 1.2rem;
  }
}

@media (max-width: 1366px) {
  .app-main.step-3-0 .bottom-buttons {
    padding-top: 0;
  }
}

@media (max-width: 575px) {
  .app-main.step-3-0 .bottom-buttons {
    padding-top: 1.4rem;
  }
}

.app-main.step-4-0 h2 {
  margin-bottom: 3rem;
}

@media (max-width: 1199px) {
  .app-main.step-4-0 h2 {
    margin-bottom: 0;
  }
}

@media (max-width: 1199px) {
  .app-main.step-4-0 .column-left {
    display: none;
  }
}

@media (max-width: 1199px) {
  .app-main.step-4-0 .column-right {
    border-radius: 0;
    background-color: #f7f3f0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 1199px) {
  .app-main.step-4-0 .inner-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 1.4444444444rem;
    padding-right: 1.4444444444rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

@media (max-width: 1199px) {
  .app-main.step-4-0 .inner-row > div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .app-main.step-4-0 .inner-row > div:first-child {
    margin-top: 1.8888888889rem;
    padding-left: 0;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 1199px) {
  .app-main.step-4-0 .radio-default-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 1199px) {
  .app-main.step-4-0 .radio-default-items > div {
    margin: 0 calc(0.9rem / 2);
  }
}

@media (max-width: 1199px) {
  .app-main.step-4-0 .btn-long {
    max-width: 13.3333333333rem;
    margin: auto;
  }
}

@media (max-width: 1199px) {
  .app-main.step-4-0 .sub-label {
    max-width: 23rem;
    margin: auto;
  }
}

.app-main.step-4-0 .smoking-days-input > div:last-child > div {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .app-main.step-4-0 .smoking-days-input > div:last-child > div {
    margin-top: 0;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 1199px) {
  .app-main.step-4-0 .smoking-days-input > div:first-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}

.app-main.step-4-0 .smoking-days-input input {
  font-size: 2.25rem;
  width: 10rem;
  text-align: center;
}

.app-main.step-5-0 h2 {
  margin-bottom: 13.25rem;
}

@media (max-width: 1440px) {
  .app-main.step-5-0 h2 {
    margin-bottom: 7.25rem;
  }
}

@media (max-width: 1199px) {
  .app-main.step-5-0 h2 {
    padding-bottom: 1.1111111111rem;
    padding-left: 1.4444444444rem;
    padding-right: 1.4444444444rem;
    margin-bottom: 0;
    margin-left: -1rem;
    margin-right: -1rem;
    border-bottom: 1px solid #e3e0dd;
  }
}

@media (max-width: 575px) {
  .app-main.step-5-0 h2 {
    padding-bottom: 0.5555555556rem;
  }
}

.app-main.step-5-0 .radio-default-items {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1199px) {
  .app-main.step-5-0 .radio-default-items {
    max-width: 27.7777777778rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    margin-top: 1.7777777778rem;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .app-main.step-5-0 .radio-default-items {
    min-height: 15rem;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 1366px), (-ms-high-contrast: none) and (max-width: 1366px) {
  .app-main.step-5-0 .radio-default-items {
    min-height: 13rem;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 1280px), (-ms-high-contrast: none) and (max-width: 1280px) {
  .app-main.step-5-0 .radio-default-items {
    min-height: 8rem;
  }
}

.app-main.step-5-0 .radio-default-items > div {
  margin: 0 calc(0.625rem / 2);
}

@media (max-width: 1199px) {
  .app-main.step-5-0 .radio-default-items > div {
    margin: 0 0 1.2rem;
    width: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}

@media (max-width: 575px) {
  .app-main.step-5-0 .radio-default-items > div {
    margin: 0 0 0.6rem;
  }
}

.app-main.step-5-0 .radio-default-items .btn {
  font-size: 2.125rem;
  font-weight: 300;
}

@media (max-width: 1199px) {
  .app-main.step-5-0 .radio-default-items .btn {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .app-main.step-5-0 .column-right .right-col {
    padding: 0 !important;
  }
}

@media (max-width: 575px) {
  .app-main.step-5-0 .column-right .right-grid {
    padding: 1rem 1.1111111111rem 1.66rem;
  }
}

@media (max-width: 575px) {
  .app-main.step-5-0 .column-left {
    padding: 1rem 2rem;
  }
}

@media (max-width: 575px) {
  .app-main.step-5-0 .column-left img {
    max-width: 60%;
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .app-main.step-5-0 .bottom-buttons {
    padding-top: 1rem;
  }
}

@media (max-width: 1199px) {
  .app-main.step-5-0 .font-small {
    margin: auto;
    margin-bottom: 0;
    margin-top: 1rem;
    max-width: 27.7777777778rem;
  }
}

@media (max-width: 575px) {
  .app-main.step-5-0 .font-small {
    margin-top: 0.5rem;
  }
}

.app-main.step-5-2 .inner-row:not(.no-border) > div:last-child {
  -ms-flex-preferred-size: 58%;
  flex-basis: 58%;
  width: 58%;
}

.app-main.step-5-2 .inner-row:not(.no-border) > div:first-child {
  -ms-flex-preferred-size: 42%;
  flex-basis: 42%;
  width: 42%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .app-main.step-5-2 .inner-row.inner-row-full > div {
    min-height: 4.2rem;
  }
}

.app-main.step-5-2 .inner-row.no-border > div {
  margin: 2.075rem 0 1.767rem;
}

.app-main.step-5-2 .inner-row .label {
  display: inline;
}

.app-main.step-5-2 .input-item {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .app-main.step-5-2 .inner-row {
    border: none;
    position: relative;
  }
}

@media (max-width: 1199px) {
  .app-main.step-5-2 .inner-row .label-tooltip {
    position: absolute;
    left: 0;
  }
}

@media (max-width: 1199px) {
  .app-main.step-5-2 .column-left {
    display: none;
  }
}

@media (max-width: 1199px) {
  .app-main.step-5-2 .column-right {
    border-radius: 0;
    background-color: #f7f3f0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .app-main.step-5-2 .column-right .right-grid :nth-child(2).right-col :last-child.inner-row > div {
    margin-top: 2.075rem !important;
  }
}

@media (max-width: 1199px) {
  .app-main.step-5-2 .inner-row:not(.no-border) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 1199px) {
  .app-main.step-5-2 .inner-row:not(.no-border) {
    max-width: 60%;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .app-main.step-5-2 .inner-row:not(.no-border) {
    max-width: 100%;
    margin: auto;
  }
}

@media (max-width: 1199px) {
  .app-main.step-5-2 .inner-row:not(.no-border) > div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .app-main.step-5-2 .inner-row:not(.no-border) > div:first-child {
    margin-top: 1rem;
    padding-left: 0;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 1199px) {
  .app-main.step-5-2 .inner-row.no-border > div {
    margin: 2rem 0 0 0;
  }
}

@media (max-width: 1199px) {
  .app-main.step-5-2 .inner-row.no-border > div:first-child {
    padding-left: 0.8rem;
  }
}

@media (max-width: 1199px) {
  .app-main.step-5-2 .radio-default-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 1199px) {
  .app-main.step-5-2 .radio-default-items > div {
    margin: 0 calc(0.5rem / 2);
  }
}

@media (max-width: 1199px) {
  .app-main.step-5-2 .tooltip {
    left: 8px;
    right: unset;
  }
}

@media (max-width: 1199px) {
  .app-main.step-5-2 .tooltip:after {
    left: 0;
    right: unset;
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%);
  }
}

@media (max-width: 1199px) {
  .app-main.step-5-2 .column-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 0;
    background-color: #f7f3f0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 1199px) {
  .app-main.step-5-2 .column-right .right-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.app-main.step-6-0-0 h2 {
  margin-bottom: 17rem;
}

@media (max-width: 1440px) {
  .app-main.step-6-0-0 h2 {
    margin-bottom: 9.25rem;
  }
}

@media (max-width: 1199px) {
  .app-main.step-6-0-0 h2 {
    padding-bottom: 1.1111111111rem;
    padding-left: 1.4444444444rem;
    padding-right: 1.4444444444rem;
    margin-bottom: 0;
    margin-left: -1rem;
    margin-right: -1rem;
    border-bottom: 1px solid #e3e0dd;
  }
}

.app-main.step-6-0-0 .radio-default-items {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1199px) {
  .app-main.step-6-0-0 .radio-default-items {
    max-width: 27.7777777778rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    margin-top: 1.7777777778rem;
  }
}

.app-main.step-6-0-0 .radio-default-items > div {
  margin: 0 calc(0.625rem / 2);
}

@media (max-width: 1199px) {
  .app-main.step-6-0-0 .radio-default-items > div {
    margin: 0 0 0;
    width: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}

.app-main.step-6-0-0 .radio-default-items .btn {
  font-weight: 300;
}

@media (max-width: 1199px) {
  .app-main.step-6-0-0 .radio-default-items .btn {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .app-main.step-6-0-0 .column-left {
    padding: 1rem 2.0555555556rem;
  }
}

@media (max-width: 575px) {
  .app-main.step-6-0-0 .column-left img {
    max-width: 60%;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .app-main.step-6-0-0 .right-col:nth-child(2) {
    display: block;
    min-height: 14rem;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 1600px), (-ms-high-contrast: none) and (max-width: 1600px) {
  .app-main.step-6-0-0 .right-col:nth-child(2) {
    min-height: 9.5rem;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 1439px), (-ms-high-contrast: none) and (max-width: 1439px) {
  .app-main.step-6-0-0 .right-col:nth-child(2) {
    min-height: 7rem;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 1366px), (-ms-high-contrast: none) and (max-width: 1366px) {
  .app-main.step-6-0-0 .right-col:nth-child(2) {
    min-height: 10rem;
  }
}

.app-main.step-6-0-1 h2 {
  margin-bottom: 1rem;
}

@media (max-width: 1199px) {
  .app-main.step-6-0-1 h2 {
    padding-bottom: 1.1111111111rem;
    padding-left: 1.4444444444rem;
    padding-right: 1.4444444444rem;
    margin-bottom: 0;
    margin-left: -1rem;
    margin-right: -1rem;
    border-bottom: 1px solid #e3e0dd;
  }
}

.app-main.step-6-0-1 .radio-default-items {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1199px) {
  .app-main.step-6-0-1 .radio-default-items {
    max-width: 27.7777777778rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    margin-top: 1.7777777778rem;
  }
}

.app-main.step-6-0-1 .radio-default-items > div {
  margin: 0 calc(0.625rem / 2);
}

@media (max-width: 1199px) {
  .app-main.step-6-0-1 .radio-default-items > div {
    margin: 0 0 1.2rem;
    width: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}

.app-main.step-6-0-1 .radio-default-items .btn {
  font-weight: 300;
}

@media (max-width: 1199px) {
  .app-main.step-6-0-1 .radio-default-items .btn {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .app-main.step-6-0-1 .bottom-buttons {
    border-top: 1px solid #e3e0dd;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 0;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .app-main.step-6-0-1 .right-col:nth-child(2) {
    display: block;
    min-height: 36rem;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 1600px), (-ms-high-contrast: none) and (max-width: 1600px) {
  .app-main.step-6-0-1 .right-col:nth-child(2) {
    min-height: 32rem;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 1366px), (-ms-high-contrast: none) and (max-width: 1366px) {
  .app-main.step-6-0-1 .right-col:nth-child(2) {
    min-height: 26rem;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 1280px), (-ms-high-contrast: none) and (max-width: 1280px) {
  .app-main.step-6-0-1 .right-col:nth-child(2) {
    min-height: 22rem;
  }
}

.app-main.step-6-0-2 .inner-row:not(.no-border) > div:last-child {
  -ms-flex-preferred-size: 58%;
  flex-basis: 58%;
  width: 58%;
}

.app-main.step-6-0-2 .inner-row:not(.no-border) > div:first-child {
  -ms-flex-preferred-size: 42%;
  flex-basis: 42%;
  width: 42%;
}

.app-main.step-6-0-2 .input-item {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .app-main.step-6-0-2 .inner-row {
    border: none;
    position: relative;
  }
}

@media (max-width: 1199px) {
  .app-main.step-6-0-2 .inner-row .label-tooltip {
    position: absolute;
    left: 0;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .app-main.step-6-0-2 .inner-row:nth-child(2) {
    min-height: 10rem;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .app-main.step-6-0-2 .inner-row:nth-child(3) {
    min-height: 11rem;
  }
}

.app-main.step-6-0-2 .column-left img {
  max-width: 80%;
}

@media (max-width: 1199px) {
  .app-main.step-6-0-2 .column-left {
    display: none;
  }
}

@media (max-width: 1199px) {
  .app-main.step-6-0-2 .column-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 0;
    background-color: #f7f3f0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 1199px) {
  .app-main.step-6-0-2 .column-right .right-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (max-width: 1199px) {
  .app-main.step-6-0-2 .inner-row:not(.no-border) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 1199px) {
  .app-main.step-6-0-2 .inner-row:not(.no-border) > div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .app-main.step-6-0-2 .inner-row:not(.no-border) > div:first-child {
    margin-top: 1rem;
    padding-left: 0;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.app-main.step-6-0-2 .radio-default-items {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1199px) {
  .app-main.step-6-0-2 .radio-default-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.app-main.step-6-0-2 .radio-default-items > div {
  margin: 0 0.8rem;
}

@media (max-width: 1199px) {
  .app-main.step-6-0-2 .radio-default-items > div {
    margin: 0.6rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.app-main.step-6-0-2 .radio-default-items > div .btn {
  width: 100% !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1199px) {
  .app-main.step-6-0-2 .radio-default-items > div .btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 2rem;
  }
}

@media (max-width: 1199px) {
  .app-main.step-6-0-2 .radio-default-items > div .btn.btn-xlong {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1rem;
  }
}

.app-main.step-6-0-2 .tooltip {
  left: 8px;
  right: unset;
  bottom: 1.6rem;
  text-align: right;
}

  .app-main.step-6-0-2 .tooltip:after {
    left: 0;
    right: unset;
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%);
  }

.app-main.step-6-0-2 .label {
  display: block;
  width: 100%;
  margin-bottom: 1.33rem;
  font-size: 1.167rem;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 1199px) {
  .app-main.step-6-0-2 .inner-row.no-border > div {
    margin: 2rem 0 0 0;
  }
}

@media (max-width: 1199px) {
  .app-main.step-6-0-2 .inner-row.no-border > div:first-child {
    padding-left: 0.8rem;
  }
}

.app-main.step-6-0-2 .inner-row.no-border.inner-row-full .input-item {
  padding-top: 0;
  min-height: 1rem;
}

@media (max-width: 1199px) {
  .app-main.step-6-0-2 .inner-row.no-border.inner-row-full:nth-child(3) .label {
    text-align: right;
  }
}

.app-main.step-6-0-2 .inner-row.no-border.inner-row-full input {
  font-size: 1.556rem;
  text-align: center;
}

@media (max-width: 1199px) {
  .app-main.step-6-0-2 .inner-row.no-border.inner-row-full input {
    text-align: right;
    font-size: 1.2rem;
  }
}

.app-main.step-6-0-2 .font-small {
  text-align: center;
  max-width: 20.167rem;
  margin: auto;
  margin-top: 0;
}

.app-main.step-7-0-0 h2 {
  padding-bottom: 1.1111111111rem;
  padding-left: 1.4444444444rem;
  padding-right: 1.4444444444rem;
  margin-left: -4.375rem;
  margin-right: -4.375rem;
  border-bottom: 1px solid #DAD8DE;
}

@media (max-width: 1199px) {
  .app-main.step-7-0-0 h2 {
    padding-bottom: 1.1111111111rem;
    padding-left: 1.4444444444rem;
    padding-right: 1.4444444444rem;
    margin-bottom: 0;
    margin-left: -1rem;
    margin-right: -1rem;
    border-bottom: 1px solid #e3e0dd;
  }
}

@media (max-width: 1199px) {
  .app-main.step-7-0-0 .proposal-list-extended td:last-child {
    text-align: left;
  }
}

@media (max-width: 1199px) {
  .app-main.step-7-0-0 .proposal-list-extended .info-string td {
    border-bottom: none !important;
    padding-top: 2rem !important;
  }
}

@media (max-width: 1199px) {
  .app-main.step-7-0-0 .proposal-list-extended .info-string td span {
    text-align: center;
  }
}

@media (max-width: 1199px) {
  .app-main.step-7-0-0 .accordion-body .green-radio-btn span {
    font-size: 0.9rem !important;
    text-align: right;
  }
}

.app-main.step-7-0-0 .column-left img {
  max-width: 85%;
}

@media (max-width: 1199px) {
  .app-main.step-7-0-0 .column-left img {
    max-width: 60%;
  }
}

.app-main.step-8-0-0 h2 {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .app-main.step-8-0-0 h2 {
    padding-bottom: 0;
    padding-left: 1.4444444444rem;
    padding-right: 1.4444444444rem;
    margin-bottom: 0;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.app-main.step-8-0-0 .radio-default-items {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1199px) {
  .app-main.step-8-0-0 .radio-default-items {
    max-width: 27.7777777778rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    margin-top: 1.7777777778rem;
  }
}

.app-main.step-8-0-0 .radio-default-items > div {
  margin: 0 calc(0.325rem / 2);
  width: 30% !important;
  -ms-flex-preferred-size: 30% !important;
  flex-basis: 30% !important;
}

@media (max-width: 1199px) {
  .app-main.step-8-0-0 .radio-default-items > div {
    margin: 0 0 0;
    width: 48% !important;
    -ms-flex-preferred-size: 48% !important;
    flex-basis: 48% !important;
  }
}

.app-main.step-8-0-0 .radio-default-items .btn {
  font-weight: 300;
}

@media (max-width: 1199px) {
  .app-main.step-8-0-0 .radio-default-items .btn {
    width: 100%;
  }
}

.app-main.step-8-0-0 .inner-row {
  text-align: center;
}

@media (max-width: 1199px) {
  .app-main.step-8-0-0 .inner-row {
    border-bottom: solid 1px #e3e0dd !important;
    padding-left: 1.4444444444rem;
    padding-right: 1.4444444444rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .app-main.step-8-0-0 .inner-row {
    min-height: 10rem;
  }
}

.app-main.step-8-0-0 .inner-row .label {
  width: 100%;
}

.app-main.step-8-0-0 .inner-row .font-small {
  margin-top: 0;
  margin-bottom: 1.333rem;
}

@media (max-width: 1199px) {
  .app-main.step-8-0-0 .inner-row .font-small {
    margin-bottom: 0;
    opacity: 0.7;
  }
}

@media (max-width: 1199px) {
  .app-main.step-8-0-0 .right-col > p {
    font-size: 1.2rem;
    font-weight: 600;
    text-align: right !important;
    margin-top: 2rem !important;
  }
}

@media (max-width: 1199px) {
  .app-main.step-8-0-0 .column-left {
    display: none;
  }
}

@media (max-width: 1199px) {
  .app-main.step-8-0-0 .column-right {
    border-radius: 0;
    background-color: #f7f3f0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 1199px) {
  .app-main.step-8-0-0 .column-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 0;
    background-color: #f7f3f0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 1199px) {
  .app-main.step-8-0-0 .column-right .right-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (max-width: 1199px) {
  .app-main.step-10-0-0 h2 {
    padding-bottom: 1.1111111111rem;
    padding-left: 1.4444444444rem;
    padding-right: 1.4444444444rem;
    margin-bottom: 0;
    margin-left: -1rem;
    margin-right: -1rem;
    border-bottom: 1px solid #e3e0dd;
  }
}

.app-main.step-10-0-0 .inner-row > div:last-child {
  margin: 0.5rem 0 0.5rem;
}

.app-main.step-10-0-0 .inner-row:not(.no-border) > div:last-child {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  width: 70%;
}

@media (max-width: 1199px) {
  .app-main.step-10-0-0 .inner-row:not(.no-border) > div:last-child {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.app-main.step-10-0-0 .inner-row:not(.no-border) > div:first-child {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  width: 30%;
}

.app-main.step-10-0-0 .choices {
  max-width: 100%;
}

.app-main.step-10-0-0 .input-item {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .app-main.step-10-0-0 .inner-row:nth-child(5) {
    padding-top: 1.5rem;
  }
}

@media (max-width: 1199px) {
  .app-main.step-10-0-0 .inner-row:nth-child(7) > div {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0;
    text-align: center;
  }

    .app-main.step-10-0-0 .inner-row:nth-child(7) > div span {
      display: block;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      width: 100%;
    }
}

@media (max-width: 1199px) {
  .app-main.step-10-0-0 .inner-row:nth-child(8) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 1199px) {
  .app-main.step-10-0-0 .inner-row:nth-child(8) > div {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0;
  }
}

@media (max-width: 1199px) {
  .app-main.step-10-0-0 .inner-row:not(.no-border) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 1199px) {
  .app-main.step-10-0-0 .inner-row:not(.no-border) > div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .app-main.step-10-0-0 .inner-row:not(.no-border) > div:first-child {
    margin-top: 1.8888888889rem;
    padding-left: 0;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 1199px) {
  .app-main.step-10-0-0 .radio-default-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1rem;
  }
}

@media (max-width: 1199px) {
  .app-main.step-10-0-0 .radio-default-items > div {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}

@media (max-width: 1199px) {
  .app-main.step-10-0-0 .radio-default-items > div .btn {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.app-main.step-10-0-0 .select-wrapper {
  max-width: 100%;
}

  .app-main.step-10-0-0 .select-wrapper label.is-focused {
    bottom: 45px;
  }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .app-main.step-10-0-0 .bottom-buttons {
    margin-top: 12rem;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 1366px), (-ms-high-contrast: none) and (max-width: 1366px) {
  .app-main.step-10-0-0 .bottom-buttons {
    margin-top: 0;
  }
}

@media (max-width: 1199px) {
  .app-main.step-6-0 .proposal-list {
    margin-top: 1.5rem;
  }
}

@media (max-width: 1199px) {
  .app-main.step-6-0 .proposal-list tr td {
    padding: 0.513rem 0 0.513rem 0;
  }
}

@media (max-width: 1199px) {
  .app-main.step-6-0 .proposal-list tr:first-child td, .app-main.step-6-0 .proposal-list tr:last-child td {
    padding: 1.513rem 0 0.513rem 0;
  }
}

@media (max-width: 1199px) {
  .app-main.step-6-0 .proposal-list tr:nth-child(4) td {
    padding: 0.513rem 0 1.513rem 0;
  }
}

@media (max-width: 1199px) {
  .app-main.step-6-0 .proposal-list tr:not(:last-child) td {
    border: none;
  }
}

@media (max-width: 1199px) {
  .app-main.step-6-0 .proposal-list tr:last-child td {
    border-top: solid 3px #0d2d6d;
  }
}

@media (max-width: 1199px) {
  .app-main.step-7-0 h2 {
    padding-bottom: 1.1111111111rem;
    padding-left: 1.4444444444rem;
    padding-right: 1.4444444444rem;
    margin-bottom: 0.8888888889rem;
    margin-left: -1rem;
    margin-right: -1rem;
    border-bottom: 1px solid #DAD8DE;
  }
}

.app-main.step-7-0 .align-left {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

  .app-main.step-7-0 .align-left .btn {
    margin-right: 0.5rem;
  }

.app-main.step-7-0 .inner-row.inner-row-full {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.app-main.step-7-0 .inner-row > div:last-child {
  margin: 3.127rem 0 3.127rem;
}

@media (max-width: 1199px) {
  .app-main.step-7-0 .radio-default-items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 500px;
    margin: auto;
  }
}

@media (max-width: 1199px) {
  .app-main.step-7-0 .column-left {
    display: none;
  }
}

@media (max-width: 1199px) {
  .app-main.step-7-0 .column-right {
    border-radius: 0;
    background-color: #f7f3f0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 1199px) {
  .app-main.step-7-0 .inner-row:not(.no-border) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 1199px) {
  .app-main.step-7-0 .inner-row:not(.no-border) > div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .app-main.step-7-0 .inner-row:not(.no-border) > div:first-child {
    margin-top: 1.8888888889rem;
    padding-left: 0;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 1199px) {
  .app-main.step-7-0 .inner-row:first-child {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (max-width: 1199px) {
  .app-main.step-7-0 .inner-row:first-child > div {
    text-align: right !important;
  }
}

@media (max-width: 1919px) {
  .app-main.step-7-0 .inner-row:nth-child(2) .radio-default-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

    .app-main.step-7-0 .inner-row:nth-child(2) .radio-default-items .btn {
      margin: 0.5rem;
      margin-left: 0;
    }
}

@media (max-width: 1199px) {
  .app-main.step-7-0 .inner-row:nth-child(2) .radio-default-items {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 1199px) {
  .app-main.step-7-0 .inner-row:nth-child(2) .radio-default-items .btn {
    margin: 0.2rem;
    margin-left: 0.2rem;
  }
}

@media (max-width: 359px) {
  .app-main.step-7-0 .inner-row:nth-child(2) .radio-default-items .btn {
    width: 5.25rem;
  }
}

@media (max-width: 1199px) {
  .app-main.step-7-0 .inner-row:nth-child(3) > div:last-child .radio-default-items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 500px;
    margin: auto;
  }
}

@media (max-width: 1199px) {
  .app-main.step-7-0 .inner-row:nth-child(3) > div:last-child .radio-default-items > div {
    width: 47%;
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
  }

    .app-main.step-7-0 .inner-row:nth-child(3) > div:last-child .radio-default-items > div .btn {
      width: 100%;
      margin: 0;
    }
}

@media (max-width: 1199px) {
  .app-main.step-7-0 .column-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 0;
    background-color: #f7f3f0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 1199px) {
  .app-main.step-7-0 .column-right .right-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.app-main.step-8-0 .inner-row > div:last-child {
  margin: 0.5rem 0 0.5rem;
}

.app-main.step-8-0 .inner-row:not(.no-border) > div:last-child {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  width: 70%;
}

.app-main.step-8-0 .inner-row:not(.no-border) > div:first-child {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  width: 30%;
}

.app-main.step-8-0 .column-left img {
  margin-top: -15rem;
}

.app-main.step-8-0 .input-item {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .app-main.step-9-0 h2 {
    padding-bottom: 1.1111111111rem;
    padding-left: 1.4444444444rem;
    padding-right: 1.4444444444rem;
    margin-bottom: 0.8888888889rem;
    margin-left: -1rem;
    margin-right: -1rem;
    border-bottom: 1px solid #DAD8DE;
  }
}

.app-main.step-9-0 .radio-default-items {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

  .app-main.step-9-0 .radio-default-items .btn {
    margin-right: 0.5rem;
  }

.app-main.step-9-0 .inner-row > div:first-child {
  -ms-flex-preferred-size: 85%;
  flex-basis: 85%;
  padding-left: 0.6rem;
}

  .app-main.step-9-0 .inner-row > div:first-child span {
    display: block;
    width: 100%;
    font-size: 1.125rem;
  }

@media (max-width: 1199px) {
  .app-main.step-9-0 .inner-row > div:first-child span {
    font-size: 1.225rem;
  }
}

@media (max-width: 1199px) {
  .app-main.step-9-0 .inner-row > div:first-child {
    margin-top: 1.1111111111rem;
    padding-left: 0;
  }
}

@media (max-width: 1199px) {
  .app-main.step-9-0 .inner-row.inner-row-full.no-border > div {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (max-width: 1919px) {
  .app-main.step-9-0 .inner-row.inner-row-full .radio-default-items {
    max-width: 27.7777777778rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    margin-top: 1.7777777778rem;
    min-height: 8rem;
  }
}

@media (max-width: 1919px) {
  .app-main.step-9-0 .inner-row.inner-row-full .radio-default-items > div {
    margin: 0 0 1.2rem;
    width: 48% !important;
    -ms-flex-preferred-size: 48% !important;
    flex-basis: 48% !important;
  }
}

@media (max-width: 1919px) {
  .app-main.step-9-0 .inner-row.inner-row-full .radio-default-items .btn {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 1199px) {
  .app-main.step-9-0 .inner-row .weight-bold {
    margin-bottom: 0;
    text-align: center;
  }
}

.app-main.step-9-0 .inner-row > div:last-child {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

@media (max-width: 1280px) {
  .app-main.step-9-0 .inner-row > div:last-child {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
}

.app-main.step-9-0 .column-left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 1199px) {
  .app-main.step-9-0 .column-left {
    display: none;
  }
}

.app-main.step-9-0 .column-left img {
  margin-top: 15rem;
}

@media (max-width: 1366px) {
  .app-main.step-9-0 .column-left img {
    margin-top: 8rem;
  }
}

.app-main.step-9-0 .inner-row-triple {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 1rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .app-main.step-9-0 .inner-row-triple {
    padding-top: 2rem;
  }
}

@media (max-width: 1919px) {
  .app-main.step-9-0 .inner-row-triple {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: none;
    padding-bottom: 0.5rem;
  }
}

@media (max-width: 1199px) {
  .app-main.step-9-0 .inner-row-triple + div {
    border: none;
  }
}

.app-main.step-9-0 .inner-row-triple > div {
  margin: 0;
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
}

@media (max-width: 1919px) {
  .app-main.step-9-0 .inner-row-triple > div {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}

.app-main.step-9-0 .inner-row-triple > div:last-child {
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
}

@media (max-width: 1919px) {
  .app-main.step-9-0 .inner-row-triple > div:last-child {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}

.app-main.step-9-0 .inner-row-triple > div:first-child {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

@media (max-width: 1919px) {
  .app-main.step-9-0 .inner-row-triple > div:first-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0;
    margin-top: 0;
  }
}

@media (max-width: 1199px) {
  .app-main.step-9-0 .column-right {
    border-radius: 0;
    background-color: #f7f3f0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .app-main.step-9-0 .green-radio-btn {
    min-height: 1rem;
  }
}

.app-main.step-9-0 .green-radio-btn > span span {
  display: inline !important;
}

@media (max-width: 1199px) {
  .app-main.step-9-0 .green-radio-btn > span {
    display: block;
    padding-top: 0.3888888889rem;
  }
}

@media (max-width: 1199px) {
  .app-main.step-9-0 .green-radio-btn span {
    font-size: 1rem !important;
  }
}

.app-main.step-10-0 .inner-row > div:last-child {
  margin: 0.5rem 0 0.5rem;
}

.app-main.step-10-0 .inner-row:not(.no-border) > div:last-child {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  width: 70%;
}

@media (max-width: 1199px) {
  .app-main.step-10-0 .inner-row:not(.no-border) > div:last-child {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.app-main.step-10-0 .inner-row:not(.no-border) > div:first-child {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  width: 30%;
}

@media (max-width: 1199px) {
  .app-main.step-10-0 .column-left {
    display: none;
  }
}

@media (max-width: 1199px) {
  .app-main.step-10-0 .choices {
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .app-main.step-10-0 .column-right {
    border-radius: 0;
    background-color: #f7f3f0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.app-main.step-10-0 .input-item {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .app-main.step-10-0 .inner-row:nth-child(4), .app-main.step-10-0 .inner-row:nth-child(5) {
    border-bottom: solid 1px #e3e0dd !important;
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 1199px) {
  .app-main.step-10-0 .inner-row:nth-child(5) {
    padding-top: 1.5rem;
  }
}

@media (max-width: 1199px) {
  .app-main.step-10-0 .inner-row:nth-child(7) > div {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0;
    text-align: center;
  }

    .app-main.step-10-0 .inner-row:nth-child(7) > div span {
      display: block;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      width: 100%;
    }
}

@media (max-width: 1199px) {
  .app-main.step-10-0 .inner-row:nth-child(8) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 1199px) {
  .app-main.step-10-0 .inner-row:nth-child(8) > div {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0;
  }
}

@media (max-width: 1199px) {
  .app-main.step-10-0 .inner-row:not(.no-border) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 1199px) {
  .app-main.step-10-0 .inner-row:not(.no-border) > div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .app-main.step-10-0 .inner-row:not(.no-border) > div:first-child {
    margin-top: 1.8888888889rem;
    padding-left: 0;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 1199px) {
  .app-main.step-10-0 .radio-default-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1rem;
  }
}

@media (max-width: 1199px) {
  .app-main.step-10-0 .radio-default-items > div {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}

@media (max-width: 1199px) {
  .app-main.step-10-0 .radio-default-items > div .btn {
    width: 100%;
    margin-bottom: 1rem;
  }
}

@media (max-width: 1199px) {
  .app-main.step-10-0-long .inner-row {
    padding-left: 1.4444444444rem;
    padding-right: 1.4444444444rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .app-main.step-10-0-long .inner-row.inner-row-full.no-border {
    height: 5.3rem;
  }
}

.app-main.step-10-0-long .inner-row:nth-child(7) {
  padding-top: 1.5rem;
}

@media (max-width: 1199px) {
  .app-main.step-10-0-long .inner-row:nth-child(7) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.app-main.step-10-0-long .inner-row:nth-child(7) > div:first-child {
  -ms-flex-preferred-size: 66% !important;
  flex-basis: 66% !important;
}

@media (max-width: 1199px) {
  .app-main.step-10-0-long .inner-row:nth-child(7) > div:first-child {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    width: 100% !important;
  }
}

.app-main.step-10-0-long .inner-row:nth-child(7) > div:last-child {
  -ms-flex-preferred-size: 34% !important;
  flex-basis: 34% !important;
}

@media (max-width: 1199px) {
  .app-main.step-10-0-long .inner-row:nth-child(7) > div:last-child {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    width: 100% !important;
  }
}

@media (max-width: 1199px) {
  .app-main.step-10-0-long .column-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 0;
    background-color: #f7f3f0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 1199px) {
  .app-main.step-10-0-long .column-right .right-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.app-main.step-10-0-long .inner-row.no-border .is-select-box .select-wrapper {
  max-width: 100%;
  margin: 0.5rem 0 0.5rem;
}

  .app-main.step-10-0-long .inner-row.no-border .is-select-box .select-wrapper label.is-focused {
    bottom: 45px;
  }

  .app-main.step-10-0-long .inner-row.no-border .is-select-box .select-wrapper .input-item .choices {
    max-width: 100%;
  }

@media (max-width: 1199px) {
  .app-main.step-12-0 .sm-subtitle {
    display: none;
  }
}

@media (max-width: 1199px) {
  .app-main.step-12-0 .inner-row:first-child img {
    max-width: 11.7777777778rem;
  }
}

.app-main.step-12-0 .inner-row:nth-child(4) {
  margin-top: 6rem;
}

@media (max-width: 1199px) {
  .app-main.step-12-0 .inner-row:nth-child(2) .font-small {
    font-size: 1.1rem;
  }
}

@media (max-width: 1199px) {
  .app-main.step-12-0 h2 {
    padding-bottom: 1.1111111111rem;
    padding-left: 1.4444444444rem;
    padding-right: 1.4444444444rem;
    margin-bottom: 0.8888888889rem;
    margin-left: -1rem;
    margin-right: -1rem;
    border-bottom: 1px solid #DAD8DE;
  }
}

.app-main.step-12-0 .radio-default-items {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 9.063em 0 0.263rem;
  min-height: 13rem;
}

@media (max-width: 1440px) {
  .app-main.step-12-0 .radio-default-items {
    margin-top: 6rem;
  }
}

@media (max-width: 1366px) {
  .app-main.step-12-0 .radio-default-items {
    margin-top: 1rem;
  }
}

@media (max-width: 1199px) {
  .app-main.step-12-0 .radio-default-items {
    margin: 0 0 3.6111111111rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.app-main.step-12-0 .radio-default-items > div {
  -ms-flex-preferred-size: 33% !important;
  flex-basis: 33% !important;
  width: 33% !important;
  margin: calc(1.35rem / 2) 0;
  text-align: center;
}

@media (max-width: 767px) {
  .app-main.step-12-0 .radio-default-items > div {
    -ms-flex-preferred-size: 48% !important;
    flex-basis: 48% !important;
    width: 48% !important;
  }
}

.app-main.step-12-0 .radio-default-items > div .btn {
  margin: auto;
}

@media (max-width: 1919px) {
  .app-main.step-12-0 .radio-default-items > div .btn {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .app-main.step-12-0 .radio-default-items > div .btn {
    width: 100%;
    max-width: 98%;
  }
}

.app-main.step-12-0 .right-col:nth-child(2) {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media (max-width: 1199px) {
  .app-main.step-12-0 .right-col:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1199px) {
  .app-main.step-12-0 .column-left {
    display: none;
  }
}

@media (max-width: 1199px) {
  .app-main.step-12-0 .column-right {
    border-radius: 0;
    background-color: #f7f3f0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.app-main.step-12-0 .font-small {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .app-main.step-12-0 .font-small {
    margin: 0 auto;
  }
}

@media (max-width: 1199px) {
  .app-main.step-12-0 .column-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 0;
    background-color: #f7f3f0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 1199px) {
  .app-main.step-12-0 .column-right .right-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .app-main.step-12-0-1 .is-select-box .select-wrapper {
    min-height: 2.5rem;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .app-main.step-12-0-1 .bottom-buttons {
    margin-top: 5rem;
  }
}

.app-main.step-13-0 .right-col:nth-child(2) {
  margin-top: 6rem;
}

@media (max-width: 1199px) {
  .app-main.step-13-0 .right-col:nth-child(2) {
    margin-top: 0;
  }
}

@media (max-width: 1199px) {
  .app-main.step-13-0 .column-left {
    display: none;
  }
}

@media (max-width: 1199px) {
  .app-main.step-13-0 .column-right {
    border-radius: 0;
    background-color: #f7f3f0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 1199px) {
  .app-main.step-13-0 h2 {
    padding-bottom: 1.1111111111rem;
    padding-left: 1.4444444444rem;
    padding-right: 1.4444444444rem;
    margin-bottom: 2rem;
    margin-left: -1rem;
    margin-right: -1rem;
    border-bottom: 1px solid #DAD8DE;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .app-main.step-13-0 .is-select-box .select-wrapper {
    min-height: 2.5rem;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .app-main.step-13-0 .bottom-buttons {
    margin-top: 17rem;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 1366px), (-ms-high-contrast: none) and (max-width: 1366px) {
  .app-main.step-13-0 .bottom-buttons {
    margin-top: 9rem;
  }
}

@media (max-width: 1199px) {
  .app-main.step-13-0 .column-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 0;
    background-color: #f7f3f0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 1199px) {
  .app-main.step-13-0 .column-right .right-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.app-main.step-14-0 .right-col:nth-child(2) {
  margin-top: 5rem;
}

@media (max-width: 1199px) {
  .app-main.step-14-0 .right-col:nth-child(2) {
    margin-top: 0;
  }
}

.app-main.step-14-0 .inner-row > div {
  margin: 0 !important;
}

@media (max-width: 1199px) {
  .app-main.step-14-0 .inner-row:nth-child(1) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 1199px) {
  .app-main.step-14-0 .inner-row:nth-child(1) > div {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0;
  }
}

@media (max-width: 1199px) {
  .app-main.step-14-0 .inner-row:nth-child(1) > div:last-child > div {
    margin-top: 0;
  }
}

.app-main.step-14-0 .inner-row:nth-child(2) .ending {
  display: none;
  bottom: 1.5rem;
}

@media (max-width: 1199px) {
  .app-main.step-14-0 .inner-row:nth-child(2) .ending {
    display: block;
    background-color: transparent;
  }
}

@media (max-width: 1199px) {
  .app-main.step-14-0 .inner-row:nth-child(4) {
    margin-top: 3rem;
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 0 1rem;
    border-radius: 1.9444444444rem 1.9444444444rem 0 0;
    -webkit-box-shadow: 0 -2px 30px 3px rgba(206, 200, 197, 0.67);
    box-shadow: 0 -2px 30px 3px rgba(206, 200, 197, 0.67);
    background-color: #fff;
    border-bottom: 1px solid #e3e0dd !important;
  }
}

@media (max-width: 1199px) {
  .app-main.step-14-0 .inner-row:nth-child(5) {
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 0 1rem;
    background-color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.app-main.step-14-0 .total-outer {
  min-height: 8rem;
}

@media (max-width: 1199px) {
  .app-main.step-14-0 .total-outer {
    min-height: 0;
  }
}

@media (max-width: 1199px) {
  .app-main.step-14-0 .tooltip {
    width: 13rem;
  }
}

.app-main.step-14-0 .bottom-buttons {
  min-height: 7rem;
}

@media (max-width: 1199px) {
  .app-main.step-14-0 .bottom-buttons {
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 0 1rem 2rem;
    background-color: #fff;
  }
}

@media (max-width: 575px) {
  .app-main.step-14-0 .bottom-buttons {
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.app-main.step-14-0 .total {
  margin-top: 9rem;
}

@media (max-width: 1199px) {
  .app-main.step-14-0 .total {
    margin-top: 1rem;
    border: none;
  }
}

@media (max-width: 1199px) {
  .app-main.step-14-0 .total > div:last-child {
    -ms-flex-preferred-size: 60% !important;
    flex-basis: 60% !important;
  }
}

@media (max-width: 1199px) {
  .app-main.step-14-0 .important-note {
    margin-bottom: 2rem;
  }

    .app-main.step-14-0 .important-note span {
      display: none;
    }
}

@media (max-width: 1199px) and (max-width: 1199px) {
  .app-main.step-14-0 .important-note div:first-child {
    display: none;
  }
}

@media (max-width: 1199px) and (max-width: 1199px) {
  .app-main.step-14-0 .important-note div:last-child {
    width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    text-align: center;
  }
}

@media (max-width: 1199px) {
  .app-main.step-14-0 .column-left {
    display: none;
  }
}

@media (max-width: 1199px) {
  .app-main.step-14-0 .column-right {
    border-radius: 0;
    background-color: #f7f3f0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 1199px) {
  .app-main.step-14-0 .right-grid {
    padding-bottom: 0 !important;
  }
}

.app-main.step-14-0-1 .total {
  margin-top: 0;
  border-top: solid 1px #e3e0dd;
  border-bottom: solid 1px #e3e0dd;
  padding: 0.8rem 0;
}

  .app-main.step-14-0-1 .total:first-child {
    border-bottom: none;
  }

@media (max-width: 1199px) {
  .app-main.step-14-0-1 .total:first-child {
    border-top: solid 3px #25316d;
  }
}

.app-main.step-14-0-1 .total small {
  font-size: 1.111rem;
}

@media (max-width: 1199px) {
  .app-main.step-14-0-1 .important-note div:first-child {
    display: block !important;
    margin-bottom: 2rem;
    opacity: 0.7;
  }
}

.app-main.step-14-0-1 .inner-row-shadow {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 4.5rem;
  padding-top: 1.5rem;
  margin-left: -4.375rem !important;
  margin-right: -4.375rem !important;
  padding-left: 4.375rem !important;
  padding-right: 4.375rem !important;
  border-radius: 35px 35px 0 0;
  -webkit-box-shadow: 0 -2px 30px 3px rgba(152, 135, 117, 0.29);
  box-shadow: 0 -2px 30px 3px rgba(152, 135, 117, 0.29);
}

@media (max-width: 1199px) {
  .app-main.step-14-0-1 .inner-row-shadow {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
    padding-left: 1.3rem !important;
    padding-right: 1.3rem !important;
  }
}

.app-main.step-14-0-1 .inner-row-shadow .bottom-buttons {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.app-main.step-14-0-1 .inner-row-shadow .important-note {
  margin-top: 1.097rem !important;
}

.app-main.step-14-0-1 .inner-row-shadow > p {
  margin-top: 0;
  font-size: 1.333rem;
  font-weight: bold;
}

@media (max-width: 1199px) {
  .app-main.step-14-0-1 .inner-row-shadow > p {
    margin-top: 1.4rem;
    text-align: center;
  }
}

@media (max-width: 1199px) {
  .app-main.step-14-0-1 .inner-row-shadow .total > div:last-child strong {
    font-size: 1.3333333333rem;
  }
}

@media (max-width: 1199px) {
  .app-main.step-14-0-1 .inner-row:nth-child(4) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    border-bottom: 0 !important;
    margin-top: 0rem;
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    margin-left: 0rem;
    margin-right: 0rem;
    padding: 0 0rem;
  }
}

@media (max-width: 1199px) {
  .app-main.step-14-0-1 .inner-row:nth-child(4) > div {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .app-main.step-14-0-1 .inner-row.inner-row-full.no-border .input-item {
    min-height: 4.4rem;
  }
}

@media (max-width: 1199px) {
  .app-main.step-14-0-1 .choices {
    max-width: 100%;
  }
}

.app-main.step-14-0-1 .is-select-box {
  width: 48%;
}

  .app-main.step-14-0-1 .is-select-box .select-wrapper {
    padding-left: 0.8rem;
  }

  .app-main.step-14-0-1 .is-select-box .choices, .app-main.step-14-0-1 .is-select-box .select-wrapper {
    max-width: 100% !important;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .app-main.step-14-0-1 .is-select-box label.is-focused {
    bottom: 45px;
  }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .app-main.step-14-0-1 .is-select-box {
    width: 50%;
  }
}

@media (max-width: 1199px) {
  .app-main.step-14-0-1 .column-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 0;
    background-color: #f7f3f0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 1199px) {
  .app-main.step-14-0-1 .column-right .right-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (max-width: 1199px) {
  .app-main.step-15-0 .inner-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 1199px) {
  .app-main.step-15-0 .inner-row:first-child {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
    padding-left: 1rem;
    padding-right: 1rem;
    border-top: solid 1px #e3e0dd !important;
  }
}

@media (max-width: 1199px) {
  .app-main.step-15-0 .inner-row:nth-last-child(2) > div {
    margin-bottom: 0;
    margin-top: 1rem;
  }
}

@media (max-width: 1199px) {
  .app-main.step-15-0 .inner-row:last-child {
    margin-top: 0 !important;
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
}

@media (max-width: 1199px) {
  .app-main.step-15-0 .inner-row:last-child > div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    padding: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 1199px) {
  .app-main.step-15-0 .inner-row:last-child > div:first-child {
    border-bottom: 1px solid #e3e0dd;
    padding-bottom: 1.2rem;
  }

    .app-main.step-15-0 .inner-row:last-child > div:first-child span {
      display: none;
    }
}

@media (max-width: 1199px) {
  .app-main.step-15-0 .inner-row:last-child > div:first-child .important-note {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .app-main.step-15-0 .inner-row:last-child > div:first-child .important-note > div:first-child {
    display: none;
  }
}

@media (max-width: 1199px) {
  .app-main.step-15-0 .inner-row:last-child > div:first-child .important-note > div:last-child {
    width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    text-align: center;
  }
}

@media (max-width: 1199px) {
  .app-main.step-15-0 .inner-row:last-child > div:last-child {
    margin: 0;
  }
}

@media (max-width: 1199px) {
  .app-main.step-15-0 .contact-note {
    padding: 0;
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .app-main.step-15-0 .contact-note p {
    position: static;
  }
}

@media (max-width: 1199px) {
  .app-main.step-15-0 .contact-note a {
    text-decoration: none;
    font-weight: bold;
    color: inherit;
    font-size: 0.938rem;
    margin-bottom: 0.5rem;
  }
}

.app-main.step-15-0 .contact-note a > span:nth-child(2) {
  display: none;
  font-weight: 400;
}

@media (max-width: 1199px) {
  .app-main.step-15-0 .contact-note a > span:nth-child(2) {
    display: inline;
    font-size: 0.938rem;
  }
}

@media (max-width: 1199px) {
  .app-main.step-15-0 .contact-note > span {
    display: none;
  }
}

@media (max-width: 575px) {
  .app-main.step-15-0 .column-left {
    padding: 1rem 2.0555555556rem;
  }
}

.app-main.step-15-0 .column-left img {
  max-width: 90%;
}

@media (max-width: 575px) {
  .app-main.step-15-0 .column-left img {
    max-width: 60%;
  }
}

.app-main .total {
  min-height: 4rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .app-main .column-right .right-grid .right-col:nth-child(2) .inner-row:last-child > div {
    margin-top: 14rem;
    min-height: 1rem;
  }
}

.choices {
  max-width: 19.813rem;
  margin: auto;
}

.choices__inner {
  font-size: 1rem !important;
  font-weight: 300;
  background-color: transparent !important;
  border: none !important;
  border-bottom: solid 1px #25316d !important;
  border-radius: 0 !important;
  padding: 0;
  padding-bottom: 0 !important;
  min-height: auto !important;
}

@media (max-width: 1199px) {
  .choices__inner {
    background-color: transparent;
    font-size: 1rem;
  }
}

.choices__placeholder {
  opacity: 1;
}

.choices__list--dropdown {
  border-radius: 5px !important;
  -webkit-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.28);
  box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.28);
  background-color: #ffffff !important;
  border: none !important;
  margin-top: 0 !important;
}

.choices[data-type*=select-one]:after {
  height: 0.556rem !important;
  width: 1rem !important;
  left: 0 !important;
  margin-top: 1px !important;
  border: 1px solid transparent !important;
  background: url("../images/arrow.svg") no-repeat center;
}

.choices__list--dropdown .choices__list {
  max-height: 190px !important;
}

@media (max-width: 1199px) {
  .choices__list--dropdown .choices__list {
    max-height: 180px !important;
  }
}

.choices__placeholder {
  opacity: 1 !important;
}

.choices__inner {
  padding-right: 0 !important;
}

.choices__list--single {
  min-height: 26px;
  font-size: 1.125rem;
  line-height: 1.438rem;
  font-weight: 400;
}

.choices__list--dropdown .choices__item {
  font-size: 1rem !important;
  font-weight: 300;
}

.choices__placeholder {
  display: none !important;
}

.select-wrapper {
  position: relative;
  max-width: 19.813rem;
  margin: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .select-wrapper {
    min-height: 5.3rem;
  }
}

.select-wrapper label {
  position: absolute;
  bottom: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

  .select-wrapper label.is-focused {
    font-size: 0.938rem;
    bottom: 32px;
  }

.is-select-box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 0.5rem !important;
  opacity: 0.3 !important;
  border-radius: 5.5px !important;
  background-color: #0e2d6d !important;
}

.app-preloader {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.82);
}

.app-preloader-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

  .app-preloader-inner img {
    display: block;
    width: 51px;
    height: auto;
  }
