/* Quorum Universal Style Repo bundle - DO NOT EDIT */
.q-wizard.material,
.q-wizard .material {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.q-wizard--main {
  overflow: hidden;
}
@media (min-width: 801px) {
  .q-wizard.material {
    height: 100%;
  }
}
.q-wizard--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #d8e3eb;
  width: 100%;
  min-height: 4rem;
}
.q-wizard--header .summary-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.2rem;
}
.q-wizard--header p {
  margin: auto;
}
.q-wizard--header .row p {
  padding-left: 1.2rem;
}
.q-wizard--header h2 {
  font-size: 1.6rem;
  margin-right: 2.4rem;
  margin-left: 1.2rem;
}
@media (max-width: 800px) {
  .q-wizard--header {
    display: block;
    height: auto;
  }
  .q-wizard--header p {
    text-align: center;
  }
}
.q-wizard--body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.q-wizard--end,
.q-wizard--start {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  display: none;
}
.q-wizard--end.q-wizard--end--active,
.q-wizard--start.q-wizard--start--active {
  position: relative;
  z-index: 1;
  opacity: 1;
  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%;
}
.q-wizard--option {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  opacity: 0;
  border-right: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.q-wizard--option:not(last-child) {
  border-right: 1px solid #d8e3eb;
}
.q-wizard--option:nth-child(1) {
  border-left: none;
}
.q-wizard--option:last-child {
  border-right: none;
}
.q-wizard--option:hover {
  cursor: pointer;
  background-color: #ffffff;
}
.q-wizard--option .q-wizard--icon {
  background-color: #047bc1;
  padding: 2rem;
  border-radius: 2rem;
  width: 4rem;
  height: 4rem;
  margin: 0.7rem auto;
}
.q-wizard--option .q-wizard--icon h3 {
  font-size: 1.4rem;
}
.q-wizard--option .q-wizard--icon .q-icon:before {
  position: relative;
  top: -0.7rem;
  right: 0.8rem;
}
.q-wizard--option h3,
.q-wizard--option p,
.q-wizard--option a {
  text-align: center;
  display: block;
}
.q-wizard--option p {
  margin-top: 4rem;
}
.q-wizard--option--inner h3 {
  color: #333333;
  font-weight: normal;
}
.q-wizard--intro--active .q-wizard--option:not(.q-wizard--option--success) {
  height: 100%;
}
.q-wizard--end .q-wizard--option:not(.q-wizard--option--success):not(.q-wizard--option--noresult) {
  height: 100%;
  border-top: 1px solid #d8e3eb;
}
@media (max-height: 484px) {
  .q-wizard--end .q-wizard--option:not(.q-wizard--option--success):not(.q-wizard--option--noresult) {
    padding: 4rem 2rem;
    min-height: auto;
    height: auto;
  }
  .q-wizard--end.q-wizard--intro--active .q-wizard--option:not(.q-wizard--option--success):not(.q-wizard--option--noresult) {
    padding: 4rem 2rem;
    min-height: auto;
    height: auto;
  }
  .q-wizard--intro--active .q-wizard--option:not(.q-wizard--option--success) {
    height: auto;
    padding: 2rem 1rem;
  }
  .q-wizard--option:not(.q-wizard--option--success) {
    height: auto;
    padding: 2rem 1rem;
  }
}
@media (max-width: 800px) {
  .q-wizard--intro--active .q-wizard--option:not(.q-wizard--option--success),
  .q-wizard--intro--active .q-wizard--option:not(.q-wizard--option--success) {
    padding: 1.2rem;
    height: auto;
  }
  .q-wizard--body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: auto !important;
  }
  .q-wizard--option {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    padding: 2rem;
    height: auto;
    border-left: none;
    border-top: none;
  }
  .q-wizard--option:active, .q-wizard--option:focus {
    background-color: #ffffff;
  }
  .q-wizard--option p {
    margin-top: 1rem;
  }
  .q-wizard--header {
    border-bottom: 1px solid #edf3f6;
  }
  .q-wizard--end .q-wizard--option:not(.q-wizard--option--success):not(.q-wizard--option--noresult) {
    padding: 4rem 2rem;
    height: auto;
  }
  .q-wizard--end.q-wizard--intro--active .q-wizard--option:not(.q-wizard--option--success):not(.q-wizard--option--noresult) {
    padding: 4rem 2rem;
    height: auto;
  }
}
.q-wizard--start.q-wizard--start--active .q-wizard--option,
.q-wizard--end.q-wizard--end--active .q-wizard--option {
  opacity: 1;
}
.q-wizard--option--success {
  width: 100%;
  margin-bottom: 0;
  height: 100%;
  min-height: auto;
  padding: 4rem 0;
  border: 0;
}
.q-wizard--option--success:hover {
  cursor: default;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  position: relative;
  bottom: 0rem;
  right: 0rem;
}
.q-wizard--option--success p {
  margin-top: 1rem;
}
.q-wizard--option--success a {
  color: #047bc1;
}
.q-wizard--option--success .q-wizard--icon {
  background-color: #4caf50;
}
@media (max-width: 800px) {
  .q-wizard--option--success {
    border-bottom: 1px solid #d8e3eb;
  }
}
.q-wizard--info {
  position: absolute;
  z-index: 0;
  top: 0;
  display: none;
}
.q-wizard--info .q-wizard--header {
  border-bottom: 1px solid #edf3f6;
}
.q-wizard--info .q-wizard--header h1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 30rem;
}
.q-wizard--info .q-wizard--header h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 27rem;
  font-size: 1.5rem;
  margin-right: 0;
  -webkit-transition: width 0.25s linear;
  transition: width 0.25s linear;
}
.q-wizard--info .q-wizard--header p {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  text-overflow: ellipsis;
  max-width: 40rem;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
}
.q-wizard--info .q-wizard--body,
.q-wizard--info .q-wizard--header {
  opacity: 0;
}
.q-wizard--info .q-wizard--body {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
}
.q-wizard--info .q-wizard--main {
  opacity: 0;
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.q-wizard--info .q-wizard--main--active {
  opacity: 1;
}
.q-wizard--info .q-wizard--main--gray {
  background-color: #d8e3eb;
}
.q-wizard--info .q-wizard--sidebar {
  position: relative;
  left: -30rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 30rem;
  max-width: 30rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #d8e3eb;
  overflow: hidden;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.q-wizard--info .q-wizard--sidebar .q-wizard--header {
  max-width: 30rem;
  max-height: 4rem;
}
.q-wizard--info .q-wizard--sidebar .q-wizard--header .icon {
  height: 1.4rem;
  margin: auto 1rem auto 1.5rem;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0.27;
}
.q-wizard--info .q-wizard--sidebar .q-wizard--header .icon:hover {
  opacity: 0.87;
  cursor: pointer;
}
.q-wizard--info .q-wizard--sidebar--collapsed {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  width: 3.8rem !important;
  min-width: 3.8rem !important;
  overflow: visible;
}
.q-wizard--info .q-wizard--sidebar--collapsed .text {
  opacity: 0;
}
.q-wizard--info .q-wizard--sidebar--collapsed .q-wizard--header {
  background-color: #d8e3eb;
}
.q-wizard--info .q-wizard--sidebar--collapsed .q-wizard--header h2 {
  width: 0;
  font-size: 1.6rem;
}
.q-wizard--info .q-wizard--sidebar--collapsed .q-wizard--header .icon {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  margin-left: 0 !important;
}
.q-wizard--info .q-wizard--sidebar--collapsed ul {
  overflow: hidden;
  overflow-y: auto;
}
.q-wizard--info.q-wizard--info--active {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.q-wizard--info.q-wizard--info--active .q-wizard--body,
.q-wizard--info.q-wizard--info--active .q-wizard--header {
  opacity: 1;
}
.q-wizard--info.q-wizard--info--active .q-wizard--main .q-wizard--header {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.q-wizard--header--inactive {
  display: none;
}
.q-wizard--info.q-wizard--info--active .q-wizard--sidebar {
  left: 0;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.q-wizard--sidebar ul,
.q-wizard--section {
  list-style: none;
  padding: 0;
  background-color: #d8e3eb;
  overflow-x: hidden;
  overflow-y: auto;
  border: none;
  margin-bottom: 0;
  -webkit-transition: height 1s linear;
  transition: height 1s linear;
  margin-top: 0 !important;
}
.q-wizard--sidebar ul > li,
.q-wizard--sidebar ul .q-wizard--header--mobile,
.q-wizard--section > li,
.q-wizard--section .q-wizard--header--mobile {
  display: none;
  padding: 0.6rem 0.6rem 0.3rem 0.6rem;
  border: 0;
  border-bottom: 1px solid #edf3f6;
  min-width: 30rem;
  color: #333333;
  -webkit-transition: background 0.25s linear;
  transition: background 0.25s linear;
}
.q-wizard--sidebar ul > li:last-child,
.q-wizard--sidebar ul .q-wizard--header--mobile:last-child,
.q-wizard--section > li:last-child,
.q-wizard--section .q-wizard--header--mobile:last-child {
  border-bottom: 0;
}
.q-wizard--sidebar ul > li .icon,
.q-wizard--sidebar ul .q-wizard--header--mobile .icon,
.q-wizard--section > li .icon,
.q-wizard--section .q-wizard--header--mobile .icon {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 4rem;
  padding: 0.5rem 0.4rem 0.3rem 0.7rem;
  background-color: #c3d2dd;
  margin-right: 0.6rem;
  display: inline-block;
}
.q-wizard--sidebar ul > li .icon:before,
.q-wizard--sidebar ul .q-wizard--header--mobile .icon:before,
.q-wizard--section > li .icon:before,
.q-wizard--section .q-wizard--header--mobile .icon:before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-style: solid;
  border-width: 0 0.1rem 0.1rem 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-color: #ffffff;
  margin: 0.1rem 0.3rem 0 0.2rem;
}
.q-wizard--sidebar ul > li:hover,
.q-wizard--sidebar ul .q-wizard--header--mobile:hover,
.q-wizard--section > li:hover,
.q-wizard--section .q-wizard--header--mobile:hover {
  cursor: default;
}
.q-wizard--sidebar ul .q-wizard--header--mobile .text,
.q-wizard--sidebar ul li .text,
.q-wizard--section .q-wizard--header--mobile .text,
.q-wizard--section li .text {
  font-size: 1.4rem;
  color: #333333;
  opacity: 1;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  position: absolute;
  margin-top: 0.4rem;
}
.q-wizard--sidebar ul li.active,
.q-wizard--sidebar ul .q-wizard--header--mobile.active,
.q-wizard--section li.active,
.q-wizard--section .q-wizard--header--mobile.active {
  font-weight: 600;
  background-color: #edf3f6 !important;
}
.q-wizard--sidebar ul li.active .icon:before,
.q-wizard--sidebar ul .q-wizard--header--mobile.active .icon:before,
.q-wizard--section li.active .icon:before,
.q-wizard--section .q-wizard--header--mobile.active .icon:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0.3rem 0 0 0;
}
.q-wizard--sidebar ul li.valid .icon:before,
.q-wizard--sidebar ul .q-wizard--header--mobile.valid .icon:before,
.q-wizard--section li.valid .icon:before,
.q-wizard--section .q-wizard--header--mobile.valid .icon:before {
  width: 1.1rem;
  height: 0.5rem;
  border-width: 0 0 0.1rem 0.1rem;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0.4rem 0 0 0;
}
.q-wizard--sidebar ul li.error .icon:before,
.q-wizard--sidebar ul .q-wizard--header--mobile.error .icon:before,
.q-wizard--section li.error .icon:before,
.q-wizard--section .q-wizard--header--mobile.error .icon:before {
  width: 1rem;
  height: 0.1rem;
  border-width: 0 0 0.1rem 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0.6rem 0 0 0.1rem;
}
.q-wizard--sidebar ul li.error .icon:after,
.q-wizard--sidebar ul .q-wizard--header--mobile.error .icon:after,
.q-wizard--section li.error .icon:after,
.q-wizard--section .q-wizard--header--mobile.error .icon:after {
  display: block;
  content: "";
  width: 1rem;
  height: 0.1rem;
  border-width: 0 0 0.1rem 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: -0.1rem 0 0 0.1rem;
  border-color: #ffffff;
  border-style: solid;
}
.q-wizard--sidebar ul .q-wizard--header--mobile.active,
.q-wizard--sidebar ul .q-wizard--header--mobile.visited,
.q-wizard--sidebar ul .q-wizard--header--mobile.valid,
.q-wizard--sidebar ul .q-wizard--header--mobile.error,
.q-wizard--sidebar ul li.active,
.q-wizard--sidebar ul li.visited,
.q-wizard--sidebar ul li.valid,
.q-wizard--sidebar ul li.error,
.q-wizard--section .q-wizard--header--mobile.active,
.q-wizard--section .q-wizard--header--mobile.visited,
.q-wizard--section .q-wizard--header--mobile.valid,
.q-wizard--section .q-wizard--header--mobile.error,
.q-wizard--section li.active,
.q-wizard--section li.visited,
.q-wizard--section li.valid,
.q-wizard--section li.error {
  border-right: 0;
  background-color: #d8e3eb;
  opacity: 1;
  color: #333333;
}
.q-wizard--sidebar ul .q-wizard--header--mobile.active .text,
.q-wizard--sidebar ul .q-wizard--header--mobile.visited .text,
.q-wizard--sidebar ul .q-wizard--header--mobile.valid .text,
.q-wizard--sidebar ul .q-wizard--header--mobile.error .text,
.q-wizard--sidebar ul li.active .text,
.q-wizard--sidebar ul li.visited .text,
.q-wizard--sidebar ul li.valid .text,
.q-wizard--sidebar ul li.error .text,
.q-wizard--section .q-wizard--header--mobile.active .text,
.q-wizard--section .q-wizard--header--mobile.visited .text,
.q-wizard--section .q-wizard--header--mobile.valid .text,
.q-wizard--section .q-wizard--header--mobile.error .text,
.q-wizard--section li.active .text,
.q-wizard--section li.visited .text,
.q-wizard--section li.valid .text,
.q-wizard--section li.error .text {
  color: #333333;
}
.q-wizard--sidebar ul li.error,
.q-wizard--section li.error {
  color: #333333 !important;
}
.q-wizard--sidebar ul li.visited:hover,
.q-wizard--sidebar ul li.active:hover,
.q-wizard--section li.visited:hover,
.q-wizard--section li.active:hover {
  cursor: pointer;
}
.q-wizard--sidebar ul li.active .icon,
.q-wizard--section li.active .icon {
  background-color: #047bc1;
}
.q-wizard--sidebar ul li.valid .icon,
.q-wizard--section li.valid .icon {
  background-color: #4caf50;
}
.q-wizard--sidebar ul li.error .icon,
.q-wizard--section li.error .icon {
  background-color: #fc364e;
}
.q-wizard--section {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
.q-wizard--section .q-wizard--section--inputs {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 1.2rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.q-wizard--section .q-wizard--section--inputs .q-wizard-navigation {
  display: none;
}
.q-wizard--intro--active {
  background-color: #edf3f6;
}
@media (max-height: 500px) and (min-width: 799px) {
  .q-wizard--section .q-wizard--section--inputs {
    height: auto;
  }
}
.q-wizard--section.q-wizard--section--active {
  opacity: 1;
  display: block;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  background-color: transparent !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.q-wizard-navigation {
  width: 100%;
  padding: 0 1.2rem 1.2rem 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 !important;
}
.q-wizard-navigation button {
  background-color: #047bc1;
  color: #ffffff;
}
.q-wizard-navigation button button:hover {
  background-color: #125c92;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.q-wizard-navigation button button:focus {
  background-color: transparent !important;
}
@media (max-width: 800px) {
  .q-wizard--section .gridholder,
  .q-wizard--section .q-wrapper-grid {
    overflow: scroll;
  }
  .q-wizard--option:not(:last-child) {
    border-bottom: 1px solid #d8e3eb;
  }
  .q-wizard--info .q-wizard--main {
    opacity: 1;
    padding: 0;
    max-width: 100%;
  }
  .q-wizard--info .q-wizard--main--gray {
    background-color: #d8e3eb;
  }
  .q-wizard--info .q-wizard--main--gray .q-wizard--section--gray {
    background-color: #d8e3eb;
  }
  .q-wizard--section.q-wizard--section--active {
    opacity: 1;
    display: block;
    -webkit-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
  }
  .q-wizard--section {
    display: block;
    opacity: 1;
  }
  .q-wizard--section .q-wizard--section--inputs,
  .q-wizard--section .q-wizard--section--inputs.hide {
    display: none;
    height: 0;
    -webkit-transition: height 1s linear;
    transition: height 1s linear;
  }
  .q-wizard--section.q-wizard--section--active .q-wizard--section--inputs {
    display: block;
    height: auto;
    padding: 1.2rem;
    position: relative;
    margin: 0;
    overflow: hidden;
  }
  .q-wizard-navigation {
    display: none;
  }
  .q-wizard--section .q-wizard--section--inputs .q-wizard-navigation {
    display: block;
    padding: 1.2rem;
    left: 0;
  }
  .q-wizard--section--active .q-wizard--header--mobile {
    border-bottom: 1px solid #edf3f6;
  }
  .q-wizard--header--mobile {
    padding: 1.2rem;
    border-top: 1px solid #d8e3eb;
  }
  .q-wizard--header--mobile .icon {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 4rem;
    display: inline-block;
    padding: 0.5rem 0.4rem 0.3rem 0.7rem;
    background-color: #a6b1c0;
    margin-right: 1rem;
  }
  .q-wizard--header--mobile .text {
    color: #333333;
  }
  .q-wizard--header--mobile.active {
    opacity: 1;
  }
  .q-wizard--header--mobile.active,
  .q-wizard--header--mobile.visited,
  .q-wizard--header--mobile.error,
  .q-wizard--header--mobile.valid {
    background-color: #edf3f6;
    opacity: 1;
  }
  .q-wizard--header--mobile.active .text,
  .q-wizard--header--mobile.visited .text,
  .q-wizard--header--mobile.error .text,
  .q-wizard--header--mobile.valid .text {
    color: #333333;
  }
  .q-wizard--header--mobile.error {
    color: #333333 !important;
  }
  .q-wizard--header--mobile.active .icon {
    background-color: #047bc1;
  }
  .q-wizard--header--mobile.valid .icon {
    background-color: #4caf50;
  }
  .q-wizard--header--mobile.error .icon {
    background-color: #fc364e;
  }
  .q-wizard--info .q-wizard--sidebar {
    display: none;
  }
  .q-wizard--sidebar.q-wizard--sidebar--active {
    height: 12rem;
  }
  .q-wizard--info.q-wizard--info--active .q-wizard--sidebar {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .q-wizard--main {
    opacity: 1;
    overflow: visible;
  }
  .q-wizard--main .q-wizard--header {
    display: none;
  }
}
.q-wizard--section .fullwindow {
  width: calc(100vw - 300px);
}
.q-wizard--sidebar--collapsed + .q-wizard--main .q-wizard--section .fullwindow {
  width: calc(100vw - 40px);
}
/*# sourceMappingURL=wizard.css.map */