@charset "UTF-8";
[disabled] ~ _ {
  font-weight: inherit;
}
.wq-x-suspended,
.wq-x-suspended body {
  overflow: hidden;
}
.wq-Form .wq-Image,
.wq-Form .wq-Option,
.wq-Form .wq-Option > .wq--label {
  box-sizing: border-box;
  display: block;
  flex: 0 0 auto;
  font-size: 16px;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}
.wq-Form .wq-Option,
.wq-Form .wq-Option > .wq--label > .wq--main,
.wq-Form .wq-Option > .wq--label > .wq--media,
.wq-Form .wq-Quantity > .wq--head > .wq--media,
.wq-Form .wq-Selector > .wq--body,
.wq-Form .wq-Selector > .wq--head > .wq--media,
.wq-Form .wq-Slider > .wq--head > .wq--media {
  align-items: stretch;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.wq-Form .wq-Quantity,
.wq-Form .wq-Selector,
.wq-Form .wq-Slider {
  border: 1px solid hsla(0, 0%, 7%, 0.26);
  display: flex;
  flex-direction: column;
}
.wq-Form .wq-Quantity > .wq--head,
.wq-Form .wq-Selector > .wq--head,
.wq-Form .wq-Slider > .wq--head {
  align-items: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid hsla(0, 0%, 7%, 0.26);
  color: #121212;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  padding: 10px;
  position: relative;
}
.wq-Form .wq-Quantity > .wq--head > .wq--main,
.wq-Form .wq-Selector > .wq--head > .wq--main,
.wq-Form .wq-Slider > .wq--head > .wq--main {
  display: flex;
  flex-basis: auto;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}
.wq-Form .wq-Quantity > .wq--head > .wq--main > .wq--note,
.wq-Form .wq-Selector > .wq--head > .wq--main > .wq--note,
.wq-Form .wq-Slider > .wq--head > .wq--main > .wq--note {
  color: hsla(0, 0%, 7%, 0.6);
  font-size: 14px;
  line-height: 1.3;
}
.wq-Form .wq-Quantity > .wq--head > .wq--message,
.wq-Form .wq-Selector > .wq--head > .wq--message,
.wq-Form .wq-Slider > .wq--head > .wq--message {
  background: transparent;
  position: absolute;
  right: 10px;
  top: 10px;
}
.wq-Form .wq-is-invalid.wq-Quantity,
.wq-Form .wq-is-invalid.wq-Selector,
.wq-Form .wq-is-invalid.wq-Slider {
  border-color: #dd4522;
}
.wq-Form .wq-belongs-hnavigator.wq-Quantity,
.wq-Form .wq-belongs-hnavigator.wq-Selector,
.wq-Form .wq-belongs-hnavigator.wq-Slider {
  border-radius: 0;
  overflow: hidden;
}
.wq-Form .wq-belongs-wnavigator.wq-Quantity,
.wq-Form .wq-belongs-wnavigator.wq-Selector,
.wq-Form .wq-belongs-wnavigator.wq-Slider {
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.wq-Form .wq-belongs-wnavigator.wq-Quantity > .wq--head,
.wq-Form .wq-belongs-wnavigator.wq-Selector > .wq--head,
.wq-Form .wq-belongs-wnavigator.wq-Slider > .wq--head {
  flex: 0 0 auto;
}
.wq-Form .wq-TextArea,
.wq-Form .wq-TextInput {
  background: #fff;
  border: 1px solid hsla(0, 0%, 7%, 0.26);
  border-radius: 0;
  box-sizing: border-box;
  color: #121212;
  display: block;
  font-size: 16px;
  height: auto;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  outline: none;
  padding: 7px;
  position: relative;
  transition:
    box-shadow 0.1s linear,
    border-color 0.1s linear;
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .wq-Form .wq-TextArea:hover,
  .wq-Form .wq-TextInput:hover {
    box-shadow: 0 0 0 4px rgba(235, 66, 102, 0.2);
    z-index: 2;
  }
}
.wq-Form .wq-TextArea:focus,
.wq-Form .wq-TextInput:focus {
  animation: explosion 0.6s;
  border: 1px solid hsla(0, 0%, 7%, 0.26);
  box-shadow: 0 0 0 4px rgba(235, 66, 102, 0.4);
  outline: none;
  z-index: 2;
}
.wq-Form .wq-is-invalid.wq-TextArea:not(:focus),
.wq-Form .wq-is-invalid.wq-TextInput:not(:focus) {
  border-color: #dd4522;
}
.wq-Form .wq-TextArea::placeholder,
.wq-Form .wq-TextInput::placeholder {
  color: hsla(0, 0%, 7%, 0.35);
  font-size: 16px;
}
.wq-Form .wq-TextArea:-ms-input-placeholder,
.wq-Form .wq-TextInput:-ms-input-placeholder {
  color: hsla(0, 0%, 7%, 0.35);
  font-size: 16px;
}
.wq-Form .wq-TextArea::-ms-input-placeholder,
.wq-Form .wq-TextInput::-ms-input-placeholder {
  color: hsla(0, 0%, 7%, 0.35);
  font-size: 16px;
}
@keyframes explosion {
  0% {
    box-shadow:
      0 0 0 4px rgba(235, 66, 102, 0.2),
      0 0 0 0 rgba(235, 66, 102, 0.2);
  }
  15% {
    box-shadow:
      0 0 0 4px rgba(235, 66, 102, 0.3),
      0 0 6px 10px rgba(235, 66, 102, 0.2);
  }
  30% {
    box-shadow:
      0 0 0 4px rgba(235, 66, 102, 0.4),
      0 0 8px 17px rgba(235, 66, 102, 0.1);
  }
  to {
    box-shadow:
      0 0 0 4px rgba(235, 66, 102, 0.4),
      0 0 12px 25px rgba(235, 66, 102, 0);
  }
}
.wq-Form .wq-Checkbox,
.wq-Form .wq-Radio {
  border: none;
  box-sizing: border-box;
  color: #121212;
  display: block;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  outline: none;
  padding: 0;
}
.wq-Form .wq-Checkbox > input,
.wq-Form .wq-Radio > input {
  display: block;
  opacity: 0;
  position: absolute;
}
.wq-Form .wq-Checkbox > label,
.wq-Form .wq-Radio > label {
  background: #fff;
  border: 1px solid hsla(0, 0%, 7%, 0.26);
  border-radius: 100px;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  padding: 0 15px 0 7px;
  position: relative;
  transition:
    box-shadow 0.1s linear,
    border-color 0.1s linear;
  white-space: nowrap;
}
.wq-Form .wq-Checkbox > input.wq-is-invalid + label,
.wq-Form .wq-Radio > input.wq-is-invalid + label {
  border-color: #dd4522;
  z-index: 2;
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .wq-Form .wq-Checkbox > label:hover,
  .wq-Form .wq-Radio > label:hover {
    box-shadow: 0 0 0 4px rgba(235, 66, 102, 0.2);
    z-index: 10;
  }
}
.wq-Form .wq-Control > .wq--body > .wq--message,
.wq-Form .wq-Quantity > .wq--head > .wq--message,
.wq-Form .wq-Selector > .wq--head > .wq--message,
.wq-Form .wq-Slider > .wq--head > .wq--message,
.wq-Form .wq-WNavigator > .wq--base .wq--message {
  color: #dd4522;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-top: 0 !important;
  max-width: 100%;
  width: auto;
}
.wq-Form .wq-Control > .wq--body > .wq--message:before,
.wq-Form .wq-Quantity > .wq--head > .wq--message:before,
.wq-Form .wq-Selector > .wq--head > .wq--message:before,
.wq-Form .wq-Slider > .wq--head > .wq--message:before,
.wq-Form .wq-WNavigator > .wq--base .wq--message:before {
  content: "";
  display: inline-block;
  font-family: dashicons;
  line-height: 1;
  margin-right: 1px;
  vertical-align: -2px;
}
.wq-Form .wq-Control > .wq--body > .wq-is-run.wq-for-removed.wq--message,
.wq-Form .wq-Quantity > .wq--head > .wq-is-run.wq-for-removed.wq--message,
.wq-Form .wq-Selector > .wq--head > .wq-is-run.wq-for-removed.wq--message,
.wq-Form .wq-Slider > .wq--head > .wq-is-run.wq-for-removed.wq--message,
.wq-Form .wq-WNavigator > .wq--base .wq-is-run.wq-for-removed.wq--message {
  transition: opacity 0.2s linear;
}
.wq-Form .wq-Control > .wq--body > .wq-is-removed.wq--message,
.wq-Form .wq-Quantity > .wq--head > .wq-is-removed.wq--message,
.wq-Form .wq-Selector > .wq--head > .wq-is-removed.wq--message,
.wq-Form .wq-Slider > .wq--head > .wq-is-removed.wq--message,
.wq-Form .wq-WNavigator > .wq--base .wq-is-removed.wq--message {
  opacity: 0;
}
.wq-Form .wq-Control > .wq--body > .wq-is-run.wq-for-created.wq--message,
.wq-Form .wq-Quantity > .wq--head > .wq-is-run.wq-for-created.wq--message,
.wq-Form .wq-Selector > .wq--head > .wq-is-run.wq-for-created.wq--message,
.wq-Form .wq-Slider > .wq--head > .wq-is-run.wq-for-created.wq--message,
.wq-Form .wq-WNavigator > .wq--base .wq-is-run.wq-for-created.wq--message {
  animation-iteration-count: 1;
  animation: rejection 0.3s;
}
@keyframes rejection {
  0% {
    transform: translateX(0.25em);
  }
  15% {
    transform: translateX(-0.25em);
  }
  30% {
    transform: translateX(0.125em);
  }
  50% {
    transform: translateX(-0.125em);
  }
  70% {
    transform: translateX(0.0625em);
  }
  90% {
    transform: translateX(-0.0625em);
  }
}
.wq-Form .wq-Image {
  background-position: 50%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.wq-Form .wq-Image.wq-scaling-center {
  background-image: none !important;
  position: relative;
}
.wq-Form .wq-Image.wq-scaling-center > .wq--img {
  border: none;
  display: block;
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  min-height: 1px;
  min-width: 1px;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
.wq-Form .wq-Image.wq-scaling-cover {
  background-size: cover;
}
.wq-Form .wq-Image.wq-scaling-cover > .wq--img {
  display: block;
  opacity: 0;
  pointer-events: none;
}
.wq-Form .wq-Image.wq-scaling-contain {
  background-size: contain;
}
.wq-Form .wq-Image.wq-scaling-contain > .wq--img {
  display: block;
  opacity: 0;
  pointer-events: none;
}
.wq-Form .wq-Image.wq-belongs-option.wq-belongs-hnavigator {
  height: 100px;
  width: 130px;
}
@media screen and (min-width: 782.001px) {
  .wq-Form .wq-Image.wq-belongs-option.wq-belongs-hnavigator {
    height: 100px;
    width: 130px;
  }
}
.wq-Form .wq-Image.wq-belongs-option.wq-belongs-wnavigator {
  height: 100px;
  width: 100px;
}
@media screen and (min-width: 782.001px) {
  .wq-Form .wq-Image.wq-belongs-option.wq-belongs-wnavigator {
    height: 100px;
    width: 100px;
  }
}
.wq-Form .wq-Image.wq-belongs-quantity,
.wq-Form .wq-Image.wq-belongs-selector,
.wq-Form .wq-Image.wq-belongs-slider {
  height: 30px;
  margin-right: 4px;
  width: 30px;
}
.wq-Form .wq-Image.wq-belongs-quantity.wq-src-empty,
.wq-Form .wq-Image.wq-belongs-selector.wq-src-empty,
.wq-Form .wq-Image.wq-belongs-slider.wq-src-empty {
  display: none;
}
.wq-Form .wq-Image.wq-belongs-file {
  height: 78px;
  width: 78px;
}
.wq-Form .wq-Option {
  align-self: stretch;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 150px;
}
@media screen and (min-width: 782.001px) {
  .wq-Form .wq-Option {
    width: 150px;
  }
}
.wq-Form .wq-Option > .wq--input {
  height: 1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 100px;
  width: 1px;
}
@media screen and (min-width: 782.001px) {
  .wq-Form .wq-Option > .wq--input {
    top: 100px;
  }
}
.wq-Form .wq-Option > .wq--input:before {
  content: none;
}
.wq-Form .wq-Option > .wq--select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  bottom: 0;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  height: auto;
  left: 0;
  margin: 0;
  max-height: 1000px;
  max-width: 1000px;
  opacity: 0;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media (-ms-high-contrast: none) {
  .wq-Form .wq-Option > .wq--select:focus {
    bottom: 10px;
    left: 10px;
    max-height: auto;
    opacity: 1;
    outline: auto;
    right: 10px;
    top: auto;
    width: calc(100% - 20px);
  }
}
.wq-Form .wq-Option > .wq--label {
  background: #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-basis: 0;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  max-width: 100%;
  overflow: hidden;
  padding: 10px;
  transition: background-color 0.2s linear;
  width: 100%;
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .wq-Form .wq-Option > .wq--label:hover {
    background-color: rgba(235, 66, 102, 0.2);
  }
}
.wq-Form .wq-Option > .wq--label > .wq--media {
  flex: 0 0 auto;
  justify-content: center;
  margin-bottom: 6px;
}
.wq-Form .wq-Option > .wq--label > .wq--main {
  flex: 1 1 auto;
  flex-direction: column;
  line-height: 1.5;
  max-width: 100%;
  position: relative;
}
.wq-Form .wq-Option > .wq--label > .wq--main > .wq--name {
  flex: 0 0 auto;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 100%;
  text-align: center;
}
.wq-Form .wq-Option > .wq--label > .wq--main > .wq--note {
  color: hsla(0, 0%, 7%, 0.6);
  flex: 1 0 auto;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 1.3;
  max-width: 100%;
  text-align: center;
}
.wq-Form .wq-Option > .wq--label > .wq--main > .wq--prices {
  line-height: 1;
  max-width: 100%;
  padding: 4px 0 0;
  text-align: center;
}
.wq-Form .wq-Option > .wq--label > .wq--main > .wq--prices > .wq--normalPrice {
  padding-right: 4px;
  text-decoration: line-through;
}
.wq-Form .wq-Option > .wq--label > .wq--main > .wq--prices > .wq--price {
  color: #000;
  font-size: 20px;
}
.wq-Form .wq-Option > .wq--label > .wq--main > .wq--quantity {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  position: absolute;
  right: 0;
  top: -27px;
}
.wq-Form .wq-Option > .wq--label > .wq--main > .wq--quantity:before {
  content: "x";
  display: inline;
}
.wq-Form .wq-Option > .wq--label > .wq--ribbon.wq-ribbon-1 {
  background: red;
  border-radius: 100px;
  color: #ff0;
  display: block;
  font-size: 11px;
  height: 40px;
  left: 6px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 70px;
  width: 40px;
}
@media screen and (min-width: 782.001px) {
  .wq-Form .wq-Option > .wq--label > .wq--ribbon.wq-ribbon-1 {
    top: 70px;
  }
}
.wq-Form .wq-Option > .wq--label > .wq--ribbon.wq-ribbon-2 {
  background-color: #15155b;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  height: 16px;
  left: -25px;
  line-height: 16px;
  position: absolute;
  text-align: center;
  top: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 90px;
}
.wq-Form .wq-Option > .wq--label > .wq--ribbon.wq-ribbon-3 {
  background: red;
  border-radius: 100px;
  color: #ff0;
  display: block;
  font-size: 11px;
  height: 40px;
  left: 50px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 70px;
  width: 40px;
}
@media screen and (min-width: 782.001px) {
  .wq-Form .wq-Option > .wq--label > .wq--ribbon.wq-ribbon-3 {
    top: 70px;
  }
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .wq-Form .wq-Option > .wq--select:not(:disabled):hover + .wq--label {
    background-color: rgba(235, 66, 102, 0.2);
  }
}
.wq-Form .wq-Option > .wq--input:checked + .wq--label,
.wq-Form .wq-Option > .wq--select.wq-is-selected + .wq--label {
  background: rgba(235, 66, 102, 0.4);
}
.wq-Form .wq-Option > .wq--input:disabled + .wq--label,
.wq-Form .wq-Option > .wq--select:disabled + .wq--label {
  opacity: 0.3;
  pointer-events: none;
}
.wq-Form .wq-Option > .wq-type-checkbox + label:after {
  box-sizing: border-box;
  color: hsla(0, 0%, 7%, 0.35);
  content: "";
  display: block;
  font-family: dashicons;
  font-size: 48px;
  line-height: 48px;
  position: absolute;
  right: 0;
  top: 0;
}
.wq-Form .wq-Option > .wq-type-checkbox:checked + label:after {
  animation: spin 0.3s;
  color: #fff;
  transform: scale(1.2);
}
.wq-Form .wq-Option.wq-belongs-wnavigator {
  align-self: stretch;
  min-width: 1px;
  width: auto;
}
.wq-Form .wq-Option.wq-belongs-wnavigator > .wq--label {
  flex-direction: row;
}
.wq-Form .wq-Option.wq-belongs-wnavigator > .wq--label > .wq--media {
  margin-bottom: 0;
  margin-right: 10px;
}
.wq-Form .wq-Option.wq-belongs-wnavigator > .wq--label > .wq--main {
  justify-content: center;
}
.wq-Form .wq-Option.wq-belongs-wnavigator > .wq--label > .wq--main > .wq--name {
  flex: 0 0 auto;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 24px;
  text-align: left;
}
.wq-Form .wq-Option.wq-belongs-wnavigator > .wq--label > .wq--main > .wq--note,
.wq-Form
  .wq-Option.wq-belongs-wnavigator
  > .wq--label
  > .wq--main
  > .wq--prices {
  padding-right: 24px;
  text-align: left;
}
.wq-Form
  .wq-Option.wq-belongs-wnavigator
  > .wq--label
  > .wq--main
  > .wq--quantity {
  bottom: 0;
  top: auto;
}
@keyframes spin {
  0% {
    color: hsla(0, 0%, 7%, 0.35);
    transform: rotate(0) scale(1);
  }
  60% {
    color: #fff;
    transform: rotate(375deg) scale(1.2);
  }
  70% {
    transform: rotate(348deg) scale(1.2);
  }
  80% {
    transform: rotate(368deg) scale(1.2);
  }
  90% {
    transform: rotate(354deg) scale(1.2);
  }
  to {
    transform: rotate(1turn) scale(1.2);
  }
}
.wq-Form .wq-Selector {
  box-sizing: border-box;
}
.wq-Form .wq-Selector > .wq--body {
  flex-direction: row;
  overflow: auto;
}
.wq-Form .wq-Selector.wq-belongs-wnavigator > .wq--body {
  align-self: stretch;
  flex-basis: auto;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow: auto;
  width: 100%;
}
.wq-Form .wq-Selector.wq-belongs-hnavigator.wq-is-run {
  max-height: 300px;
  overflow: hidden;
  transition:
    max-height 0.2s ease-in,
    opacity 0.2s linear;
}
.wq-Form .wq-Selector.wq-belongs-hnavigator.wq-is-created,
.wq-Form .wq-Selector.wq-belongs-hnavigator.wq-is-removed {
  max-height: 0;
  opacity: 0;
}
.wq-Form .wq-Quantity > .wq--body,
.wq-Form .wq-Slider > .wq--body {
  box-sizing: border-box;
  padding: 10px;
}
.wq-Form .wq-Quantity > .wq--body .wq--suffix,
.wq-Form .wq-Slider > .wq--body .wq--suffix {
  font-size: 16px;
}
.wq-Form .wq-Quantity.wq-belongs-wnavigator > .wq--body,
.wq-Form .wq-Slider.wq-belongs-wnavigator > .wq--body {
  align-self: stretch;
  flex-basis: auto;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}
.wq-Form .wq-Quantity.wq-belongs-hnavigator.wq-is-run,
.wq-Form .wq-Slider.wq-belongs-hnavigator.wq-is-run {
  max-height: 300px;
  overflow: hidden;
  transition:
    max-height 0.2s ease-in,
    opacity 0.2s linear;
}
.wq-Form .wq-Quantity.wq-belongs-hnavigator.wq-is-created,
.wq-Form .wq-Quantity.wq-belongs-hnavigator.wq-is-removed,
.wq-Form .wq-Slider.wq-belongs-hnavigator.wq-is-created,
.wq-Form .wq-Slider.wq-belongs-hnavigator.wq-is-removed {
  max-height: 0;
  opacity: 0;
}
.wq-Form .wq-NavBar.wq-belongs-hnavigator {
  display: none;
}
.wq-Form .wq-NavBar.wq-belongs-wnavigator {
  background: #fff;
  color: #121212;
  display: flex;
}
.wq-Form .wq-NavBar.wq-belongs-wnavigator > .wq--progress {
  display: block;
  flex: 1 1 auto;
}
.wq-Form .wq-NavBar.wq-belongs-wnavigator > .wq--progress > .wq--current,
.wq-Form .wq-NavBar.wq-belongs-wnavigator > .wq--progress > .wq--max,
.wq-Form .wq-NavBar.wq-belongs-wnavigator > .wq--progress > .wq--min,
.wq-Form .wq-NavBar.wq-belongs-wnavigator > .wq--progress > .wq--percentage {
  display: none;
}
.wq-Form .wq-NavBar.wq-belongs-wnavigator > .wq--progress > .wq--bar {
  background-color: hsla(0, 0%, 7%, 0.26);
  height: 4px;
  padding: 0;
  width: 100%;
}
.wq-Form
  .wq-NavBar.wq-belongs-wnavigator
  > .wq--progress
  > .wq--bar
  > .wq--bar-content {
  background-color: #000;
  height: 100% !important;
  transition: width 0.2s ease-in-out;
}
.wq-Form .wq-NavBar.wq-belongs-wnavigator > .wq--commands,
.wq-Form .wq-NavBar.wq-belongs-wnavigator > .wq--summary {
  display: none;
}
.wq-Form .wq-WNavigator {
  order: 20;
}
.wq-Form .wq-WNavigator > .wq--base {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  height: 160px;
  justify-content: center;
  position: relative;
  width: 100%;
}
.wq-Form .wq-WNavigator > .wq--base .wq--message {
  left: 0;
  position: absolute;
  text-align: center;
  top: 42px;
  width: 100%;
}
.wq-Form .wq-WNavigator > .wq--overlay {
  background: #fff;
  bottom: 0;
  display: block;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.wq-Form .wq-WNavigator > .wq--overlay.wq-is-run {
  transition: opacity 0.3s linear;
}
.wq-Form .wq-WNavigator > .wq--overlay.wq-is-run > .wq--dialog {
  transition:
    transform 0.3s linear,
    opacity 0.3s linear;
}
.wq-Form .wq-WNavigator > .wq--overlay.wq-is-created,
.wq-Form .wq-WNavigator > .wq--overlay.wq-is-removed {
  opacity: 0;
}
.wq-Form .wq-WNavigator > .wq--overlay.wq-is-created > .wq--dialog,
.wq-Form .wq-WNavigator > .wq--overlay.wq-is-removed > .wq--dialog {
  opacity: 0;
  transform: scale(0.8);
}
.wq-Form .wq-WNavigator > .wq--overlay > .wq--dialog {
  background: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-sizing: border-box;
  color: #121212;
  display: flex;
  flex-direction: column;
  height: calc(100% - 64px);
  margin: 32px auto;
  max-width: calc(100% - 2em);
  overflow: hidden;
  position: relative;
  width: 480px;
}
.wq-Form .wq-WNavigator > .wq--overlay > .wq--dialog > .wq--main {
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  height: calc(100% - 4px);
  overflow: hidden;
  position: relative;
  width: 100%;
}
.wq-Form .wq-WNavigator > .wq--overlay > .wq--dialog > .wq--main > .wq--slide {
  height: 100%;
  overflow: auto;
}
.wq-Form
  .wq-WNavigator
  > .wq--overlay
  > .wq--dialog
  > .wq--main
  > .wq--slide.wq-is-run {
  transition:
    transform 0.3s ease-in-out,
    opacity 0.3s linear;
}
.wq-Form
  .wq-WNavigator
  > .wq--overlay
  > .wq--dialog
  > .wq--main
  > .wq--slide.wq-is-run.wq-for-removed {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.wq-Form
  .wq-WNavigator
  > .wq--overlay
  > .wq--dialog
  > .wq--main
  > .wq--slide.wq-is-removed {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: translateX(-120vw);
  width: 100%;
}
.wq-Form
  .wq-WNavigator
  > .wq--overlay
  > .wq--dialog
  > .wq--main
  > .wq--slide.wq-is-run.wq-for-created {
  position: relative;
  transition-delay: 0.1s;
}
.wq-Form
  .wq-WNavigator
  > .wq--overlay
  > .wq--dialog
  > .wq--main
  > .wq--slide.wq-is-created {
  opacity: 0;
  transform: translateX(120vw);
}
.wq-Form
  .wq-WNavigator
  > .wq--overlay
  > .wq--dialog
  > .wq--main.wq-is-flipped
  > .wq--slide.wq-is-removed {
  transform: translateX(120vw);
}
.wq-Form
  .wq-WNavigator
  > .wq--overlay
  > .wq--dialog
  > .wq--main.wq-is-flipped
  > .wq--slide.wq-is-created {
  transform: translateX(-120vw);
}
.wq-Form .wq-WNavigator > .wq--overlay > .wq--dialog > .wq--action {
  background: #f0f0f0;
  border: 1px solid hsla(0, 0%, 7%, 0.26);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top: 0 solid hsla(0, 0%, 7%, 0.26);
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-end;
  padding: 4px;
}
.wq-Form
  .wq-WNavigator
  > .wq--overlay
  > .wq--dialog
  > .wq--action
  > .wq--spacer {
  flex: 1 1 auto;
}
.wq-Form
  .wq-WNavigator
  > .wq--overlay
  > .wq--dialog
  > .wq--action
  > :not(:last-child) {
  margin-right: 4px;
}
.wq-Form .wq-Monitor {
  color: #121212;
  font-size: 16px;
  order: 21;
}
.wq-Form .wq-Monitor > .wq--header {
  background: #fff;
  display: none;
}
.wq-Form .wq-Monitor > .wq--header > .wq--title {
  color: #121212;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  padding: 10px 0;
}
.wq-Form .wq-Monitor > .wq--header > .wq--menu {
  display: none;
}
.wq-Form .wq-Monitor > .wq--entries {
  background: #fff;
  border: 1px solid hsla(0, 0%, 7%, 0.26);
  border-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.wq-Form .wq-Monitor > .wq--entries > .wq--entry {
  align-items: center;
  display: flex;
}
.wq-Form .wq-Monitor > .wq--entries > .wq--entry.wq-for-header {
  border-bottom: 1px solid hsla(0, 0%, 7%, 0.26);
  flex-wrap: nowrap;
  font-size: 14px;
}
.wq-Form .wq-Monitor > .wq--entries > .wq--entry:nth-child(2n) {
  background: #f0f0f0;
}
.wq-Form .wq-Monitor > .wq--entries > .wq--entry > .wq--prop {
  padding: 10px;
}
.wq-Form .wq-Monitor > .wq--entries > .wq--entry > .wq-for-no {
  display: none;
  flex: 10 10 3.8461538462%;
  order: 10;
}
.wq-Form
  .wq-Monitor
  > .wq--entries
  > .wq--entry:not(.wq-for-header)
  > .wq-for-no {
  color: hsla(0, 0%, 7%, 0.6);
  font-size: 14px;
}
.wq-Form .wq-Monitor > .wq--entries > .wq--entry > .wq-for-category {
  display: block;
  flex: 50 50 19.2307692308%;
  order: 30;
}
.wq-Form
  .wq-Monitor
  > .wq--entries
  > .wq--entry:not(.wq-for-header)
  > .wq-for-category {
  color: hsla(0, 0%, 7%, 0.6);
  font-size: 14px;
}
.wq-Form .wq-Monitor > .wq--entries > .wq--entry > .wq-for-entry {
  flex: 70 70 26.9230769231%;
  order: 40;
}
.wq-Form .wq-Monitor > .wq--entries > .wq--entry > .wq-for-normalUnitPrice {
  display: none;
  flex: 30 30 11.5384615385%;
  order: 60;
  text-align: right;
}
.wq-Form
  .wq-Monitor
  > .wq--entries
  > .wq--entry:not(.wq-for-header)
  > .wq-for-normalUnitPrice {
  color: hsla(0, 0%, 7%, 0.6);
  font-size: 14px;
  text-decoration: line-through;
}
.wq-Form .wq-Monitor > .wq--entries > .wq--entry > .wq-for-unitPrice {
  display: block;
  flex: 30 30 11.5384615385%;
  order: 70;
  text-align: right;
}
.wq-Form
  .wq-Monitor
  > .wq--entries
  > .wq--entry:not(.wq-for-header)
  > .wq-for-unitPrice {
  color: hsla(0, 0%, 7%, 0.6);
  font-size: 14px;
}
.wq-Form .wq-Monitor > .wq--entries > .wq--entry > .wq-for-quantity {
  display: block;
  flex: 20 20 7.6923076923%;
  order: 80;
  text-align: right;
}
.wq-Form
  .wq-Monitor
  > .wq--entries
  > .wq--entry
  > .wq-for-quantity
  > .wq--independentDisplay {
  display: none;
}
.wq-Form .wq-Monitor > .wq--entries > .wq--entry > .wq-for-price {
  display: block;
  flex: 30 30 11.5384615385%;
  order: 100;
  text-align: right;
}
.wq-Form .wq-Monitor > .wq--entries > .wq--entry > .wq-for-taxClass {
  display: block;
  flex: 20 20 7.6923076923%;
  order: 110;
  text-align: center;
}
.wq-Form
  .wq-Monitor
  > .wq--entries
  > .wq--entry:not(.wq-for-header)
  > .wq-for-taxClass {
  font-size: 10px;
}
.wq-Form .wq-Monitor > .wq--entries > .wq--entry.wq-is-run {
  max-height: 100px;
  overflow: hidden;
  transition:
    max-height 0.2s linear,
    opacity 0.2s linear;
}
.wq-Form .wq-Monitor > .wq--entries > .wq--entry.wq-is-created,
.wq-Form .wq-Monitor > .wq--entries > .wq--entry.wq-is-removed {
  max-height: 0;
  opacity: 0;
}
.wq-Form .wq-Monitor > .wq--footer {
  background: #fff;
  margin-left: auto;
  max-width: 20em;
}
.wq-Form .wq-Monitor > .wq--footer > .wq--entry {
  align-items: center;
  border: 1px solid hsla(0, 0%, 7%, 0.26);
  display: flex;
  font-weight: 700;
}
.wq-Form .wq-Monitor > .wq--footer > .wq--entry > .wq--prop {
  padding: 10px;
}
.wq-Form .wq-Monitor > .wq--footer > .wq--entry > .wq--prop.wq-for-name {
  box-sizing: border-box;
  flex: 1 1 8em;
}
.wq-Form .wq-Monitor > .wq--footer > .wq--entry > .wq--prop.wq-for-normalValue {
  box-sizing: border-box;
  display: none;
  flex: 1 1 7em;
  overflow: hidden;
  text-align: right;
  text-decoration: line-through;
}
.wq-Form .wq-Monitor > .wq--footer > .wq--entry > .wq--prop.wq-for-value {
  box-sizing: border-box;
  flex: 1 1 7em;
  line-height: 1.5em;
  overflow: hidden;
  text-align: right;
}
.wq-Form .wq-Monitor > .wq--footer > .wq--entry > .wq--prop.wq-for-value span {
  display: inline-block;
  height: 1.5em;
  max-height: 1.5em;
  position: relative;
}
.wq-Form
  .wq-Monitor
  > .wq--footer
  > .wq--entry
  > .wq--prop.wq-for-value
  span
  span {
  display: block;
  position: relative;
}
.wq-Form
  .wq-Monitor
  > .wq--footer
  > .wq--entry
  > .wq--prop.wq-for-value
  span
  span.wq-is-run {
  transition: transform 0.3s ease-in-out;
}
.wq-Form
  .wq-Monitor
  > .wq--footer
  > .wq--entry
  > .wq--prop.wq-for-value
  span
  span.wq-is-run.wq-for-removed {
  position: absolute;
  top: 0;
}
.wq-Form
  .wq-Monitor
  > .wq--footer
  > .wq--entry
  > .wq--prop.wq-for-value
  span
  span.wq-is-created {
  opacity: 1;
  transform: translateY(-4em);
}
.wq-Form
  .wq-Monitor
  > .wq--footer
  > .wq--entry
  > .wq--prop.wq-for-value
  span
  span.wq-is-removed {
  position: absolute;
  top: 0;
  transform: translateY(4em);
}
.wq-Form .wq-Monitor > .wq--footer > .wq--entry.wq-for-total {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.wq-Form .wq-Monitor > .wq--footer > .wq--entry.wq-for-total > .wq-for-value {
  color: #000;
  font-size: 20px;
}
.wq-Form
  .wq-Monitor
  > .wq--footer
  > .wq--entry.wq-for-tax
  > .wq--prop.wq-for-normalValue,
.wq-Form
  .wq-Monitor
  > .wq--footer
  > .wq--entry.wq-for-total
  > .wq--prop.wq-for-normalValue {
  display: none;
}
.wq-Form .wq-Monitor > .wq--footer > .wq--entry.wq-for-subtotal span {
  transition-delay: 0.2s !important;
}
.wq-Form .wq-Monitor > .wq--footer > .wq--entry.wq-for-tax span {
  transition-delay: 0.28s !important;
}
.wq-Form .wq-Monitor > .wq--footer > .wq--entry.wq-for-total span {
  transition-delay: 0.36s !important;
}
@media screen and (min-width: 782.001px) {
  .wq-Form .wq-Monitor.wq-is-sidebar {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 1000;
  }
  .wq-Form .wq-Monitor.wq-is-sidebar.wq-sticks-top {
    bottom: auto;
    position: absolute;
    top: 0;
  }
  .wq-Form .wq-Monitor.wq-is-sidebar.wq-sticks-bottom {
    bottom: 0;
    position: absolute;
    top: auto;
  }
  .wq-Form .wq-Monitor.wq-is-sidebar.wq-sticks-screen {
    bottom: auto;
    position: fixed;
    top: 0;
  }
  .wq-Form .wq-Monitor.wq-is-sidebar > .wq--header {
    display: none;
  }
  .wq-Form .wq-Monitor.wq-is-sidebar .wq--entries {
    border-bottom-left-radius: 0;
    display: flex;
    flex-basis: auto;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    max-height: 60vh;
    min-height: 1px;
    overflow: auto;
  }
  .wq-Form .wq-Monitor.wq-is-sidebar .wq--entries > .wq--entry {
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 10px 5px;
  }
  .wq-Form .wq-Monitor.wq-is-sidebar .wq--entries > .wq--entry > .wq--prop {
    box-sizing: border-box;
    line-height: 1.3;
    padding: 0 5px;
  }
  .wq-Form .wq-Monitor.wq-is-sidebar .wq--entries > .wq--entry > .wq-for-no {
    display: none;
    flex: 0 0 auto;
    order: 10;
  }
  .wq-Form
    .wq-Monitor.wq-is-sidebar
    .wq--entries
    > .wq--entry.wq-for-header
    > .wq-for-no {
    display: none;
  }
  .wq-Form
    .wq-Monitor.wq-is-sidebar
    .wq--entries
    > .wq--entry:not(.wq-for-header)
    > .wq-for-no {
    color: hsla(0, 0%, 7%, 0.6);
    font-size: 10px;
  }
  .wq-Form
    .wq-Monitor.wq-is-sidebar
    .wq--entries
    > .wq--entry
    > .wq-for-category {
    display: block;
    flex: 1 1 51%;
    order: 30;
  }
  .wq-Form
    .wq-Monitor.wq-is-sidebar
    .wq--entries
    > .wq--entry.wq-for-header
    > .wq-for-category {
    display: none;
  }
  .wq-Form
    .wq-Monitor.wq-is-sidebar
    .wq--entries
    > .wq--entry:not(.wq-for-header)
    > .wq-for-category {
    color: hsla(0, 0%, 7%, 0.6);
    font-size: 10px;
  }
  .wq-Form .wq-Monitor.wq-is-sidebar .wq--entries > .wq--entry > .wq-for-entry {
    flex: 1 1 100%;
    order: 40;
  }
  .wq-Form
    .wq-Monitor.wq-is-sidebar
    .wq--entries
    > .wq--entry.wq-for-header
    > .wq-for-entry {
    flex: 1 1 50%;
  }
  .wq-Form
    .wq-Monitor.wq-is-sidebar
    .wq--entries
    > .wq--entry
    > .wq-for-normalUnitPrice {
    display: none;
    flex: 1 1 50px;
    order: 60;
  }
  .wq-Form
    .wq-Monitor.wq-is-sidebar
    .wq--entries
    > .wq--entry.wq-for-header
    > .wq-for-normalUnitPrice {
    display: none;
  }
  .wq-Form
    .wq-Monitor.wq-is-sidebar
    .wq--entries
    > .wq--entry:not(.wq-for-header)
    > .wq-for-normalUnitPrice {
    color: hsla(0, 0%, 7%, 0.6);
    font-size: 10px;
    text-decoration: line-through;
  }
  .wq-Form
    .wq-Monitor.wq-is-sidebar
    .wq--entries
    > .wq--entry
    > .wq-for-unitPrice {
    display: block;
    flex: 1 1 50px;
    order: 70;
  }
  .wq-Form
    .wq-Monitor.wq-is-sidebar
    .wq--entries
    > .wq--entry.wq-for-header
    > .wq-for-unitPrice {
    display: none;
  }
  .wq-Form
    .wq-Monitor.wq-is-sidebar
    .wq--entries
    > .wq--entry:not(.wq-for-header)
    > .wq-for-unitPrice {
    color: hsla(0, 0%, 7%, 0.6);
    font-size: 10px;
  }
  .wq-Form
    .wq-Monitor.wq-is-sidebar
    .wq--entries
    > .wq--entry
    > .wq-for-quantity {
    display: block;
    flex: 1 1 30px;
    order: 80;
  }
  .wq-Form
    .wq-Monitor.wq-is-sidebar
    .wq--entries
    > .wq--entry.wq-for-header
    > .wq-for-quantity {
    display: none;
  }
  .wq-Form
    .wq-Monitor.wq-is-sidebar
    .wq--entries
    > .wq--entry:not(.wq-for-header)
    > .wq-for-quantity {
    color: hsla(0, 0%, 7%, 0.6);
    font-size: 10px;
  }
  .wq-Form
    .wq-Monitor.wq-is-sidebar
    .wq--entries
    > .wq--entry:not(.wq-for-header)
    > .wq-for-quantity
    > .wq--simpleDisplay {
    display: none;
  }
  .wq-Form
    .wq-Monitor.wq-is-sidebar
    .wq--entries
    > .wq--entry:not(.wq-for-header)
    > .wq-for-quantity
    > .wq--independentDisplay {
    display: inline;
  }
  .wq-Form
    .wq-Monitor.wq-is-sidebar
    .wq--entries
    > .wq--entry
    > .wq-for-taxClass {
    display: block;
    flex: 1 1 50px;
    order: 90;
  }
  .wq-Form
    .wq-Monitor.wq-is-sidebar
    .wq--entries
    > .wq--entry.wq-for-header
    > .wq-for-taxClass {
    display: none;
  }
  .wq-Form
    .wq-Monitor.wq-is-sidebar
    .wq--entries
    > .wq--entry:not(.wq-for-header)
    > .wq-for-taxClass {
    color: hsla(0, 0%, 7%, 0.6);
    font-size: 10px;
  }
  .wq-Form .wq-Monitor.wq-is-sidebar .wq--entries > .wq--entry > .wq-for-price {
    display: block;
    flex: 10 10 60px;
    order: 100;
    text-align: right;
  }
  .wq-Form .wq-Monitor.wq-is-sidebar > .wq--footer {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    width: 100%;
  }
  .wq-Form
    .wq-Monitor.wq-is-sidebar
    > .wq--footer
    > .wq--entry
    > .wq--prop.wq-for-name {
    flex-basis: 7em;
    font-size: 14px;
  }
  .wq-Form
    .wq-Monitor.wq-is-sidebar
    > .wq--footer
    > .wq--entry.wq-for-subtotal
    > .wq--prop.wq-for-normalValue {
    display: none;
  }
}
@media screen and (max-width: 782px) {
  .wq-Form .wq-Monitor > .wq--entries > .wq--entry {
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 10px 5px;
  }
  .wq-Form .wq-Monitor > .wq--entries > .wq--entry > .wq--prop {
    box-sizing: border-box;
    line-height: 1.3;
    padding: 0 5px;
  }
  .wq-Form .wq-Monitor > .wq--entries > .wq--entry > .wq-for-no {
    display: none;
    flex: 0 0 auto;
    order: 10;
  }
  .wq-Form .wq-Monitor > .wq--entries > .wq--entry.wq-for-header > .wq-for-no {
    display: none;
  }
  .wq-Form
    .wq-Monitor
    > .wq--entries
    > .wq--entry:not(.wq-for-header)
    > .wq-for-no {
    color: hsla(0, 0%, 7%, 0.6);
    font-size: 10px;
  }
  .wq-Form .wq-Monitor > .wq--entries > .wq--entry > .wq-for-category {
    display: block;
    flex: 1 1 51%;
    order: 30;
  }
  .wq-Form
    .wq-Monitor
    > .wq--entries
    > .wq--entry.wq-for-header
    > .wq-for-category {
    display: none;
  }
  .wq-Form
    .wq-Monitor
    > .wq--entries
    > .wq--entry:not(.wq-for-header)
    > .wq-for-category {
    color: hsla(0, 0%, 7%, 0.6);
    font-size: 10px;
  }
  .wq-Form .wq-Monitor > .wq--entries > .wq--entry > .wq-for-entry {
    flex: 1 1 100%;
    order: 40;
  }
  .wq-Form
    .wq-Monitor
    > .wq--entries
    > .wq--entry.wq-for-header
    > .wq-for-entry {
    flex: 1 1 50%;
  }
  .wq-Form .wq-Monitor > .wq--entries > .wq--entry > .wq-for-normalUnitPrice {
    display: none;
    flex: 1 1 50px;
    order: 60;
  }
  .wq-Form
    .wq-Monitor
    > .wq--entries
    > .wq--entry.wq-for-header
    > .wq-for-normalUnitPrice {
    display: none;
  }
  .wq-Form
    .wq-Monitor
    > .wq--entries
    > .wq--entry:not(.wq-for-header)
    > .wq-for-normalUnitPrice {
    color: hsla(0, 0%, 7%, 0.6);
    font-size: 10px;
    text-decoration: line-through;
  }
  .wq-Form .wq-Monitor > .wq--entries > .wq--entry > .wq-for-unitPrice {
    display: block;
    flex: 1 1 50px;
    order: 70;
  }
  .wq-Form
    .wq-Monitor
    > .wq--entries
    > .wq--entry.wq-for-header
    > .wq-for-unitPrice {
    display: none;
  }
  .wq-Form
    .wq-Monitor
    > .wq--entries
    > .wq--entry:not(.wq-for-header)
    > .wq-for-unitPrice {
    color: hsla(0, 0%, 7%, 0.6);
    font-size: 10px;
  }
  .wq-Form .wq-Monitor > .wq--entries > .wq--entry > .wq-for-quantity {
    display: block;
    flex: 1 1 30px;
    order: 80;
  }
  .wq-Form
    .wq-Monitor
    > .wq--entries
    > .wq--entry.wq-for-header
    > .wq-for-quantity {
    display: none;
  }
  .wq-Form
    .wq-Monitor
    > .wq--entries
    > .wq--entry:not(.wq-for-header)
    > .wq-for-quantity {
    color: hsla(0, 0%, 7%, 0.6);
    font-size: 10px;
  }
  .wq-Form
    .wq-Monitor
    > .wq--entries
    > .wq--entry:not(.wq-for-header)
    > .wq-for-quantity
    > .wq--simpleDisplay {
    display: none;
  }
  .wq-Form
    .wq-Monitor
    > .wq--entries
    > .wq--entry:not(.wq-for-header)
    > .wq-for-quantity
    > .wq--independentDisplay {
    display: inline;
  }
  .wq-Form .wq-Monitor > .wq--entries > .wq--entry > .wq-for-taxClass {
    display: block;
    flex: 1 1 50px;
    order: 90;
  }
  .wq-Form
    .wq-Monitor
    > .wq--entries
    > .wq--entry.wq-for-header
    > .wq-for-taxClass {
    display: none;
  }
  .wq-Form
    .wq-Monitor
    > .wq--entries
    > .wq--entry:not(.wq-for-header)
    > .wq-for-taxClass {
    color: hsla(0, 0%, 7%, 0.6);
    font-size: 10px;
  }
  .wq-Form .wq-Monitor > .wq--entries > .wq--entry > .wq-for-price {
    display: block;
    flex: 10 10 60px;
    order: 100;
    text-align: right;
  }
  .wq-Form .wq-Monitor > .wq--footer > .wq--entry > .wq--prop.wq-for-name {
    flex-basis: 7em;
    font-size: 14px;
  }
}
.wq-Form #wq-informer {
  top: 0;
}
.wq-Form .wq-Control {
  align-items: flex-start;
  color: #121212;
  display: flex;
  font-size: 16px;
  justify-content: flex-start;
  line-height: 1.5;
}
.wq-Form .wq-Control.wq-for-action {
  order: 40;
}
.wq-Form .wq-Control > .wq--header {
  align-items: flex-start;
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  padding: 9px 0;
  width: 10em;
}
.wq-Form .wq-Control > .wq--header > .wq--label {
  flex: 0 1 auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
.wq-Form .wq-Control > .wq--header > .wq--required {
  color: #eb4266;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.wq-Form .wq-Control > .wq--header.wq-content-empty > .wq--required,
.wq-Form .wq-Control > .wq--header > .wq--required.wq-is-optional {
  display: none;
}
.wq-Form .wq-Control > .wq--header > :not(:last-child) {
  margin-right: 4px;
}
.wq-Form .wq-Control > .wq--body {
  flex: 1 1 auto;
  position: relative;
}
.wq-Form .wq-Control > .wq--body > :not(:first-child) {
  margin-top: 4px;
}
.wq-Form .wq-Control > .wq--body .wq--note {
  display: block;
  font-size: 14px;
  margin-left: 4px;
  margin-top: 4px;
  opacity: 0.6;
}
.wq-Form .wq-Control > .wq--body > .wq--message {
  left: 4px;
  position: absolute;
  top: -18px;
}
.wq-Form .wq-Control.wq-is-run.wq-for-removed {
  display: none;
}
@media screen and (max-width: 782px) {
  .wq-Form .wq-Control {
    flex-direction: column;
  }
  .wq-Form .wq-Control > .wq--header {
    margin-bottom: 4px;
    padding: 0;
    width: 100%;
  }
  .wq-Form .wq-Control > .wq--header.wq-content-empty {
    display: none;
  }
  .wq-Form .wq-Control > .wq--body {
    width: 100%;
  }
  .wq-Form .wq-Control > .wq--body .wq--message {
    left: auto;
    right: 4px;
  }
}
.wq-Form .wq-TextInput.wq-size-full {
  width: 100%;
}
.wq-Form .wq-TextInput.wq-size-nano {
  width: calc(3em + 16px);
}
.wq-Form .wq-TextInput.wq-size-mini {
  width: calc(5em + 16px);
}
.wq-Form .wq-TextInput.wq-size-small {
  width: calc(8em + 16px);
}
.wq-Form .wq-TextInput.wq-size-normal {
  width: calc(13em + 16px);
}
.wq-Form .wq-TextArea {
  height: 160px;
  width: 100%;
}
.wq-Form .wq-TextArea.wq-size-full {
  height: 256px;
}
.wq-Form .wq-TextArea.wq-size-normal {
  height: 160px;
}
.wq-Form .wq-TextArea.wq-size-small {
  height: 112px;
}
.wq-Form .wq-TextArea.wq-size-mini {
  height: 88px;
}
.wq-Form .wq-TextArea.wq-size-nano {
  height: 64px;
}
.wq-Form .wq-InputGroup {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.wq-Form .wq-InputGroup > :not(:last-child) {
  margin-right: 4px;
}
.wq-Form .wq-Checkbox > label:before {
  color: hsla(0, 0%, 7%, 0.35);
  content: "";
  display: inline-block;
  font-family: dashicons;
  font-size: 24px;
  line-height: 24px;
  vertical-align: -25%;
}
.wq-Form .wq-Checkbox > input:checked + label:before {
  animation: spin2 0.3s;
  color: #000;
  transform: scale(1.2);
}
@keyframes spin2 {
  0% {
    transform: rotate(0) scale(1);
  }
  60% {
    transform: rotate(375deg) scale(1.2);
  }
  70% {
    transform: rotate(348deg) scale(1.2);
  }
  80% {
    transform: rotate(368deg) scale(1.2);
  }
  90% {
    transform: rotate(354deg) scale(1.2);
  }
  to {
    transform: rotate(1turn) scale(1.2);
  }
}
.wq-Form .wq-Radio > label:before {
  background: hsla(0, 0%, 7%, 0.35);
  border-radius: 100px;
  content: "";
  display: inline-block;
  height: 12.8px;
  margin-right: 4px;
  vertical-align: 0;
  width: 12.8px;
}
.wq-Form .wq-Radio > input:checked + label:before {
  animation: jump 0.3s;
  background: #000;
  transform: scale(1.2);
}
@keyframes jump {
  0% {
    animation-timing-function: ease-out;
    transform: translateY(0) scale(1);
  }
  30% {
    animation-timing-function: ease-in;
    transform: translateY(-8px) scale(1.1);
  }
  60% {
    animation-timing-function: ease-out;
    transform: translateY(0) scale(1.2);
  }
  75% {
    animation-timing-function: ease-in;
    transform: translateY(-4px) scale(1.2);
  }
  90% {
    animation-timing-function: ease-out;
    transform: translateY(0) scale(1.2);
  }
  95% {
    animation-timing-function: ease-in;
    transform: translateY(-2px) scale(1.2);
  }
  to {
    animation-timing-function: ease-in;
    transform: translateY(0) scale(1.2);
  }
}
.wq-Form .wq-Select {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  width: auto;
}
.wq-Form .wq-Select > .wq--input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid hsla(0, 0%, 7%, 0.26);
  border-radius: 0;
  box-sizing: border-box;
  color: #121212;
  display: block;
  font-size: 16px;
  height: auto;
  line-height: 1.5;
  margin: 0;
  outline: none;
  padding: 7px 27px 7px 7px;
  transition:
    box-shadow 0.1s linear,
    border-color 0.1s linear;
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .wq-Form .wq-Select > .wq--input:hover {
    box-shadow: 0 0 0 4px rgba(235, 66, 102, 0.2);
    z-index: 2;
  }
}
.wq-Form .wq-Select > .wq--input:focus {
  animation: explosion 0.6s;
  border: 1px solid hsla(0, 0%, 7%, 0.26);
  box-shadow: 0 0 0 4px rgba(235, 66, 102, 0.4);
  outline: none;
  z-index: 2;
}
.wq-Form .wq-Select > .wq--input.wq-is-invalid:not(:focus) {
  border-color: #dd4522;
}
.wq-Form .wq-Select > .wq--input::-ms-expand {
  display: none;
}
.wq-Form .wq-Select:after {
  content: "";
  display: block;
  font-family: dashicons;
  font-size: 16px;
  pointer-events: none;
  position: absolute;
  right: 4px;
  top: 7px;
}
.wq-Form .wq-Range {
  box-sizing: border-box;
  display: flex;
  margin: 0;
  max-width: 100%;
  padding: 0;
  position: relative;
}
.wq-Form .wq-Range.wq-size-nano {
  width: 80px;
}
.wq-Form .wq-Range.wq-size-mini {
  width: 120px;
}
.wq-Form .wq-Range.wq-size-small {
  width: 160px;
}
.wq-Form .wq-Range.wq-size-medium {
  width: 240px;
}
.wq-Form .wq-Range.wq-size-large {
  width: 360px;
}
.wq-Form .wq-Range.wq-size-xlarge {
  width: auto;
}
.wq-Form .wq-Range > .wq--input {
  -webkit-appearance: none;
  background-color: inherit;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  height: 40px;
  margin: 0 4px;
  overflow: visible;
  padding: 18px 4px 2px;
  position: relative;
  transition: box-shadow 0.1s linear;
  width: 100%;
}
@media (hover: none) {
  .wq-Form .wq-Range > .wq--input {
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
  }
}
.wq-Form .wq-Range > .wq--input:focus {
  outline: none;
}
.wq-Form .wq-Range > .wq--input::-webkit-slider-runnable-track {
  background: hsla(0, 0%, 7%, 0.26);
  background-clip: content-box;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  cursor: pointer;
  height: 20px;
  padding: 8px 0;
  width: 100%;
}
.wq-Form .wq-Range > .wq--input::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-clip: border-box;
  background: #fff;
  border: 1px solid hsla(0, 0%, 7%, 0.26);
  border-radius: 20px;
  cursor: pointer;
  height: 20px;
  margin-top: -8px;
  transition: box-shadow 0.1s linear;
  width: 20px;
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .wq-Form .wq-Range > .wq--input:hover::-webkit-slider-thumb {
    box-shadow: 0 0 0 4px rgba(235, 66, 102, 0.2);
    z-index: 2;
  }
}
@supports (-ms-ime-align: auto) {
  .wq-Form .wq-Range > .wq--input::-webkit-slider-thumb {
    margin-top: 0 !important;
  }
  .wq-Form .wq-Range > .wq--input:hover::-webkit-slider-thumb {
    box-shadow: none;
  }
}
.wq-Form .wq-Range > .wq--input::-moz-range-track {
  background: hsla(0, 0%, 7%, 0.26);
  background-clip: content-box;
  box-sizing: border-box;
  cursor: pointer;
  height: 20px;
  padding: 8px 0;
  width: 100%;
}
.wq-Form .wq-Range > .wq--input::-moz-range-thumb {
  background-clip: border-box;
  background: #fff;
  border: 1px solid hsla(0, 0%, 7%, 0.26);
  border-radius: 20px;
  cursor: pointer;
  height: 20px;
  transition: box-shadow 0.1s linear;
  width: 20px;
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .wq-Form .wq-Range > .wq--input:hover::-moz-range-thumb {
    box-shadow: 0 0 0 4px rgba(235, 66, 102, 0.2);
    z-index: 2;
  }
}
.wq-Form .wq-Range > .wq--input::-ms-track {
  animate: 0.2s;
  background: transparent;
  background-clip: content-box;
  border-color: transparent;
  border-width: 8px 0;
  box-sizing: border-box;
  color: transparent;
  cursor: pointer;
  height: 20px;
  overflow: visible;
  width: 100%;
}
.wq-Form .wq-Range > .wq--input::-ms-fill-lower,
.wq-Form .wq-Range > .wq--input::-ms-fill-upper {
  background: hsla(0, 0%, 7%, 0.26);
}
.wq-Form .wq-Range > .wq--input::-ms-thumb {
  background-color: #fff;
  border: 1px solid hsla(0, 0%, 7%, 0.26);
  border-radius: 20px;
  box-sizing: border-box;
  cursor: pointer;
  height: 20px;
  transition: background-color 0.1s linear;
  width: 20px;
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .wq-Form .wq-Range > .wq--input:hover::-ms-thumb {
    background-color: #000;
  }
}
.wq-Form .wq-Range > .wq--input::-ms-tooltip {
  display: none;
}
.wq-Form .wq-Range > .wq--label {
  align-self: stretch;
  box-sizing: border-box;
  color: hsla(0, 0%, 7%, 0.6);
  display: block;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 14px;
  margin: 0;
  padding: 17.5px 0 1.5px;
}
.wq-Form .wq-Range > .wq--state {
  font-size: 14px;
  left: 50%;
  line-height: 1.3;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translate(-50%);
  width: 100px;
}
.wq-Form .wq-Echo {
  box-sizing: border-box;
  display: block;
  line-height: 1.5;
  padding: 8px 0;
}
.wq-Form .wq-FileInput {
  box-sizing: border-box;
  display: block;
  position: relative;
}
.wq-Form .wq-FileInput > .wq--input {
  height: 1px;
  position: absolute;
  width: 1px;
  z-index: -1;
}
.wq-Form .wq-FileInput > .wq--label {
  align-items: center;
  background-color: #cec5c7;
  border: 1px solid hsla(0, 0%, 7%, 0.26);
  border-radius: 0;
  box-sizing: border-box;
  color: #121212;
  display: flex;
  height: 80px;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  padding: 7px;
  transition:
    background-color 0.1s linear,
    border-color 0.1s linear;
  width: 80px;
}
.wq-Form .wq-FileInput > .wq--label > .wq--text {
  font-feature-settings: "palt";
  color: #121212;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}
.wq-Form .wq-FileInput > .wq--label:active,
.wq-Form .wq-FileInput > .wq--label:hover {
  background-color: #b1a5a8;
}
.wq-Form .wq-FileInput > .wq--input:focus + .wq--label {
  background-color: #cec5c7;
  color: inherit;
  outline: none;
  z-index: 2;
}
.wq-Form .wq-FileInput.wq-is-invalid > .wq--label {
  border-color: #dd4522;
}
.wq-Form .wq-FileInput.wq-is-dragging > .wq--label {
  animation: inhale 1s linear;
  animation-iteration-count: infinite;
  background-color: #b1a5a8;
  box-shadow: 0 0 0 4px rgba(235, 66, 102, 0.2);
}
@keyframes inhale {
  0% {
    box-shadow: 0 0 0 4px rgba(235, 66, 102, 0.2);
  }
  70% {
    box-shadow: 0 0 0 4px rgba(235, 66, 102, 0.4);
  }
  to {
    box-shadow: 0 0 0 4px rgba(235, 66, 102, 0.2);
  }
}
.wq-Form .wq-File {
  align-items: center;
  background: #fff;
  border: 1px solid hsla(0, 0%, 7%, 0.26);
  border-radius: 0;
  box-sizing: border-box;
  color: #121212;
  display: flex;
  flex-direction: row;
  height: 80px;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  position: relative;
  transition: opacity 0.2s linear;
  width: 80px;
}
.wq-Form .wq-File > .wq--filename {
  box-sizing: border-box;
  flex-basis: 78px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 1.3;
  max-height: 78px;
  max-width: 78px;
  overflow: hidden;
  padding: 7px;
  text-overflow: ellipsis;
  width: 78px;
  word-break: break-all;
}
.wq-Form .wq-File.wq-is-viewable > .wq--filename {
  display: none;
}
.wq-Form .wq-File.wq-is-loading > .wq--filename {
  animation: blink 1s linear;
  animation-iteration-count: infinite;
}
.wq-Form .wq-File > .wq--actions {
  display: flex;
  position: absolute;
  right: -4px;
  top: -4px;
  z-index: 10;
}
.wq-Form .wq-File.wq-is-run {
  transition: opacity 0.2s linear;
}
.wq-Form .wq-File.wq-is-created,
.wq-Form .wq-File.wq-is-removed {
  opacity: 0;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0.5;
  }
  67% {
    opacity: 0.5;
  }
  to {
    opacity: 0;
  }
}
.wq-Dialog .wq-Button,
.wq-Form .wq-Button {
  background-clip: border-box;
  background-color: #cec5c7;
  border: 1px solid hsla(0, 0%, 7%, 0.26);
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  outline: none;
  overflow: hidden;
  padding: 7px 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition:
    box-shadow 0.1s linear,
    background-color 0.1s linear,
    background-image 0.1s,
    opacity 0.1s linear;
  white-space: nowrap;
}
.wq-Dialog .wq-Button:disabled,
.wq-Form .wq-Button:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.wq-Dialog .wq-Button:not(:hover):not(:active),
.wq-Form .wq-Button:not(:hover):not(:active) {
  background-color: #cec5c7;
  color: inherit;
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .wq-Dialog .wq-Button:hover,
  .wq-Form .wq-Button:hover {
    background-color: #b1a5a8;
    color: inherit;
  }
}
.wq-Dialog .wq-Button:focus,
.wq-Form .wq-Button:focus {
  background-color: #cec5c7;
  box-shadow: 0 0 0 4px rgba(235, 66, 102, 0.4);
  color: inherit;
  outline: none;
  z-index: 2;
}
.wq-Dialog .wq-Button:active,
.wq-Form .wq-Button:active {
  background-color: #b1a5a8;
  color: inherit;
}
.wq-Dialog .wq-Button.wq-type-primary,
.wq-Form .wq-Button.wq-type-primary {
  background-color: #000;
  color: #fff;
  min-width: 180px;
  padding-left: 23px;
  padding-right: 23px;
}
.wq-Dialog .wq-Button.wq-type-primary:not(:hover):not(:active),
.wq-Form .wq-Button.wq-type-primary:not(:hover):not(:active) {
  background-color: #000;
  color: #fff;
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .wq-Dialog .wq-Button.wq-type-primary:hover,
  .wq-Form .wq-Button.wq-type-primary:hover {
    background-color: #fff;
    color: #000;
  }
}
.wq-Dialog .wq-Button.wq-type-primary:focus,
.wq-Form .wq-Button.wq-type-primary:focus {
  background-color: #000;
}
.wq-Dialog .wq-Button.wq-type-primary:active,
.wq-Form .wq-Button.wq-type-primary:active {
  background-color: #fff;
  color: #000;
}
.wq-Dialog .wq-Button.wq-for-closewizard,
.wq-Form .wq-Button.wq-for-closewizard {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.wq-Dialog .wq-Button.wq-for-closewizard:not(:hover):not(:active),
.wq-Form .wq-Button.wq-for-closewizard:not(:hover):not(:active) {
  background-color: transparent;
  background-image: none;
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .wq-Dialog .wq-Button.wq-for-closewizard:hover,
  .wq-Form .wq-Button.wq-for-closewizard:hover {
    background-color: #b1a5a8;
    background-image: none;
  }
}
.wq-Dialog .wq-Button.wq-for-closewizard:focus,
.wq-Form .wq-Button.wq-for-closewizard:focus {
  background-color: transparent;
  background-image: none;
}
.wq-Dialog .wq-Button.wq-for-forwardwizard:after,
.wq-Form .wq-Button.wq-for-forwardwizard:after {
  content: "";
  display: inline-block;
  font-family: dashicons;
  margin-left: 4px;
  vertical-align: top;
}
.wq-Dialog .wq-Button.wq-for-back:before,
.wq-Dialog .wq-Button.wq-for-backwizard:before,
.wq-Form .wq-Button.wq-for-back:before,
.wq-Form .wq-Button.wq-for-backwizard:before {
  content: "";
  display: inline-block;
  font-family: dashicons;
  margin-right: 4px;
  vertical-align: top;
}
.wq-Dialog .wq-Button.wq-for-link,
.wq-Dialog .wq-Button.wq-for-link:not(:hover):not(:active),
.wq-Form .wq-Button.wq-for-link,
.wq-Form .wq-Button.wq-for-link:not(:hover):not(:active) {
  background-color: #000;
  color: #fff;
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .wq-Dialog .wq-Button.wq-for-link:hover,
  .wq-Form .wq-Button.wq-for-link:hover {
    background-color: #dd234b;
  }
}
.wq-Dialog .wq-Button.wq-for-link:focus,
.wq-Form .wq-Button.wq-for-link:focus {
  background-color: #000;
}
.wq-Dialog .wq-Button.wq-for-link:active,
.wq-Form .wq-Button.wq-for-link:active {
  background-color: #dd234b;
}
.wq-Dialog .wq-Button.wq-belongs-file.wq-for-delete,
.wq-Form .wq-Button.wq-belongs-file.wq-for-delete {
  background-color: transparent;
  background-image: none;
  border-width: 0;
  height: 40px;
  padding-left: 0;
  padding-right: 0;
  width: 40px;
}
.wq-Dialog .wq-Button.wq-belongs-file.wq-for-delete:before,
.wq-Form .wq-Button.wq-belongs-file.wq-for-delete:before {
  background-color: #cec5c7;
  background-image: none;
  border-radius: 100px;
  color: #121212;
  content: "";
  display: inline-block;
  font-family: dashicons;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  transition: background-color 0.2s linear;
  vertical-align: middle;
  width: 20px;
}
.wq-Dialog .wq-Button.wq-belongs-file.wq-for-delete:hover,
.wq-Form .wq-Button.wq-belongs-file.wq-for-delete:hover {
  background-color: transparent;
  background-image: none;
}
.wq-Dialog .wq-Button.wq-belongs-file.wq-for-delete:hover:before,
.wq-Form .wq-Button.wq-belongs-file.wq-for-delete:hover:before {
  background-color: #b1a5a8;
  background-image: none;
}
.wq-Dialog .wq-Button.wq-belongs-file.wq-for-delete:focus,
.wq-Form .wq-Button.wq-belongs-file.wq-for-delete:focus {
  background-image: none;
  box-shadow: none;
}
.wq-Dialog .wq-Button.wq-belongs-file.wq-for-delete:focus:before,
.wq-Form .wq-Button.wq-belongs-file.wq-for-delete:focus:before {
  background-image: none;
  box-shadow: 0 0 0 4px rgba(235, 66, 102, 0.4);
}
@media screen and (max-width: 782px) {
  .wq-Form .wq-Button.wq-type-primary {
    width: 100%;
  }
}
.wq-Form .wq-HNavigator {
  order: 20;
}
.wq-Form .wq-HNavigator > .wq--items > :not(:last-child) {
  margin-bottom: 28px;
}
.wq-Form .wq-Attributes {
  order: 30;
}
.wq-Form .wq-Attributes > :not(:last-child) {
  margin-bottom: 28px;
}
.wq-Form {
  background-color: #fff;
  color: #121212;
  display: flex;
  flex-direction: column;
  padding: 0;
  position: relative;
}
.wq-Form > .wq--lead {
  order: 10;
}
.wq-Form > .wq--lead > .wq--leadText {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
.wq-Form > :not(:last-child) {
  margin-bottom: 40px;
}
.wq-Dialog {
  background-color: hsla(0, 0%, 7%, 0.3);
  bottom: 0;
  display: none;
  left: 0;
  margin: 0 !important;
  max-height: none !important;
  max-width: none !important;
  opacity: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.2s linear;
  z-index: 1000;
}
.wq-Dialog > .wq--frame {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  color: #121212;
  display: block;
  font-size: 16px;
  left: 0;
  margin: auto;
  max-width: 80%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 32px;
  transform: translateY(10vh);
  transition:
    transform 0.2s ease-out,
    opacity 0.3s linear;
  width: 30em;
}
.wq-Dialog > .wq--frame > .wq--message {
  color: #121212;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 10px;
}
.wq-Dialog > .wq--frame > .wq--actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 10px;
}
.wq-Dialog > .wq--frame > .wq--actions > * {
  margin-left: 4px;
}
.wq-Dialog.wq-is-shown {
  display: block;
  opacity: 1;
}
.wq-Dialog.wq-is-shown > .wq--frame {
  opacity: 1;
  transform: translateY(0);
}
/*# sourceMappingURL=front.css.map */
