/*! 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 {
  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 */
  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 {
  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"] {
  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;
}
body {
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-size: 14px;
  background-color: #fcfcfc;
  overflow: scroll ;
  /* Show scrollbars */
  overflow-x: hidden;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
p {
  line-height: 155%;
}
hr {
  border: 0;
  margin: 32px 0;
  border-top: 1px solid #ddd;
}
#orderFlow {
  position: relative;
}
#orderFlow #orderFlowModal {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  text-align: center;
  align-content: initial;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.order-flow-wrapper {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  max-width: 1000px;
  position: relative;
  margin: 32px auto;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  contain: paint;
}
.order-flow-wrapper #orderflowLogo {
  background-color: #F0FAFE;
  padding: 16px;
  border-bottom: 1px solid #ddd;
}
.order-flow-wrapper #orderflowLogo > img {
  height: 40px;
}
.order-flow-wrapper #orderFlowProgressbar {
  position: -webkit-sticky;
  position: sticky;
  top: -2px;
  z-index: 999;
  border-bottom: 1px solid #ddd;
}
.order-flow-wrapper #orderFlowProgressbar > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.order-flow-wrapper #orderFlowProgressbar > ul[data-stuck] {
  opacity: 0.9;
}
.order-flow-wrapper #orderFlowProgressbar > ul > li {
  flex: 1 1 0;
  list-style: none;
  margin: 0;
  padding: 16px;
  text-align: center;
  cursor: default;
  position: relative;
  background-color: #f5f5f5;
  border-right: 3px solid #fff;
  color: #ccc;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}
.order-flow-wrapper #orderFlowProgressbar > ul > li:after {
  content: " ";
  position: absolute;
  right: -10px;
  height: 15px;
  width: 15px;
  background-color: #f5f5f5;
  transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  z-index: 2;
}
.order-flow-wrapper #orderFlowProgressbar > ul > li:last-child {
  border-right: none;
}
.order-flow-wrapper #orderFlowProgressbar > ul > li:last-child:after {
  display: none;
}
.order-flow-wrapper #orderFlowProgressbar > ul > li.active {
  background-color: #01579b;
  color: #fff;
  font-weight: 700;
}
.order-flow-wrapper #orderFlowProgressbar > ul > li.active:after {
  background-color: #01579b;
}
.order-flow-wrapper #orderFlowProgressbar > ul > li.done {
  background-color: #b3e5fc;
  color: #01579b;
}
.order-flow-wrapper #orderFlowProgressbar > ul > li.done:before {
  content: '\2713';
  font-weight: 700;
  margin-right: 5px;
  color: green;
}
.order-flow-wrapper #orderFlowProgressbar > ul > li.done:after {
  background-color: #b3e5fc;
}
.order-flow-wrapper .order-flow-body {
  margin: 0;
  scroll-behavior: smooth;
}
.order-flow-wrapper #orderFlowFooter {
  width: 100%;
  display: flex;
  padding: 16px;
  justify-content: space-between;
  background-color: #F0FAFE;
  position: sticky;
  bottom: -2px;
  border-top: 1px solid #ddd;
}
.order-flow-wrapper #orderFlowFooter[data-stuck] {
  opacity: 0.9;
}
.order-flow-wrapper #orderFlowFooter button {
  padding: 16px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: 0.2s transform ease-in;
}
.order-flow-wrapper #orderFlowFooter button:hover {
  transform: scale(1.2);
}
.order-flow-wrapper #orderFlowFooter button.btn-next,
.order-flow-wrapper #orderFlowFooter button.btn-finalize {
  background-color: #01579b;
  color: #fff;
}
.order-flow-wrapper #orderFlowFooter button.btn-prev {
  background-color: #fff;
  color: #225EFF;
}
.order-flow-step .order-flow-step-header,
.order-flow-success .order-flow-step-header,
.order-flow-error .order-flow-step-header {
  border-bottom: 1px solid #ddd;
  padding: 16px 32px;
  background-color: #F0FAFE;
}
.order-flow-step .order-flow-step-header.subheader,
.order-flow-success .order-flow-step-header.subheader,
.order-flow-error .order-flow-step-header.subheader {
  border-top: 1px solid #ddd;
}
.order-flow-step .order-flow-step-header.subheader h2,
.order-flow-success .order-flow-step-header.subheader h2,
.order-flow-error .order-flow-step-header.subheader h2 {
  font-size: 24px;
}
.order-flow-step .order-flow-step-header h2,
.order-flow-success .order-flow-step-header h2,
.order-flow-error .order-flow-step-header h2 {
  font-weight: 300;
  font-size: 32px;
  margin: 0;
  padding: 0;
  color: #01579b;
}
.order-flow-step .order-flow-step-header h2 + p,
.order-flow-success .order-flow-step-header h2 + p,
.order-flow-error .order-flow-step-header h2 + p {
  margin-top: 8px;
}
.order-flow-step .order-flow-step-header p,
.order-flow-success .order-flow-step-header p,
.order-flow-error .order-flow-step-header p {
  margin: 0;
  padding: 0;
  color: #666666;
}
.order-flow-step .order-flow-step-body,
.order-flow-success .order-flow-step-body,
.order-flow-error .order-flow-step-body {
  padding: 32px;
}
.order-flow-step .order-flow-step-body + .order-flow-step-body,
.order-flow-success .order-flow-step-body + .order-flow-step-body,
.order-flow-error .order-flow-step-body + .order-flow-step-body {
  border-top: 1px solid #ddd;
}
.order-flow-error {
  display: none;
}
.order-flow-error .order-flow-step-header {
  border-bottom: 1px solid #ddd;
  padding: 16px 32px;
  background-color: #ffcdd2;
}
.order-flow-error .order-flow-step-header h2 {
  color: #b71c1c;
}
.order-flow-error #orderFlowErrorResponse {
  background-color: #f5f5f5;
  color: #ccc;
  padding: 18px;
  border-radius: 8px;
}
.order-flow-success {
  display: none;
}
.order-flow-success .order-flow-step-header {
  border-bottom: 1px solid #ddd;
  padding: 16px 32px;
  background-color: #b9f6ca;
}
.order-flow-success .order-flow-step-header h2 {
  color: #1b5e20;
}
.order-flow-success #successTimer {
  text-align: center;
  font-size: 170px;
  font-weight: 700;
  color: #ddd;
}
form {
  max-width: 1000px;
  margin: 0 auto;
}
label {
  font-size: 16px;
  font-weight: 500;
}
.form-group {
  display: flex;
}
.form-group + .form-group,
.form-group + .form-row {
  margin-top: 32px;
}
.form-group .form-row {
  flex-grow: 1;
}
.form-group .form-row.form-row-small {
  flex-grow: 0;
}
.form-group .form-row + .form-row {
  margin-top: 0;
  margin-left: 16px;
}
.add-input {
  margin: 8px 0;
  width: 100%;
  cursor: pointer;
  display: flex;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: transparent;
  align-items: center;
}
.add-input:before {
  content: '+';
  display: block;
  font-weight: 700;
  color: #ddd;
  font-size: 24px;
  margin-right: 16px;
  border-right: 1px solid #ddd;
  padding: 8px;
}
.add-input:hover {
  border: 1px solid #01579b;
  outline: none;
  -webkit-box-shadow: 0 0 0 4px rgba(1, 87, 155, 0.2);
  box-shadow: 0 0 0 4px rgba(1, 87, 155, 0.2);
  background-color: #fff;
}
.add-input:hover:before {
  border-right: 1px solid #01579b;
  color: #01579b;
}
.form-row + .form-row,
.form-row + .form-group {
  margin-top: 32px;
}
.form-row.check-row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.form-row.check-row > label {
  font-weight: 300;
  line-height: 155%;
  font-size: 14px;
}
.form-row.required > label:after {
  content: '*';
  display: inline-block;
  color: #ff3737;
}
.form-row > h3 {
  margin: 16px 8px;
}
.form-row > label {
  margin: 8px 8px;
  display: block;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}
.form-row .input-group {
  display: flex;
}
.form-row .input-group > .input-prefix {
  border: 1px solid #ddd;
  padding: 12px;
  border-radius: 8px 0 0 8px;
  background-color: #f5f5f5;
  color: #c4c4c4;
}
.form-row .input-group > .input-prefix + input {
  border-radius: 0 8px 8px 0;
  border-left: none;
}
.form-row input[type="text"],
.form-row select,
.form-row textarea {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  padding: 12px;
  border-radius: 8px;
  background-color: #f5f5f5;
}
.form-row input[type="text"]:focus,
.form-row select:focus,
.form-row textarea:focus {
  border: 1px solid #01579b;
  outline: none;
  -webkit-box-shadow: 0 0 0 4px rgba(1, 87, 155, 0.2);
  box-shadow: 0 0 0 4px rgba(1, 87, 155, 0.2);
  background-color: #fff;
}
.form-row input[type="text"] + p,
.form-row select + p,
.form-row textarea + p {
  font-size: 12px;
  margin: 5px 8px;
  color: #aaa;
}
.form-row input[type="text"] + input[type="text"] {
  margin-top: 8px;
}
.form-row input[type=file] {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 3px;
  cursor: pointer;
  width: 100%;
}
.form-row input[type=file]:hover {
  border: 1px solid #01579b;
  outline: none;
  -webkit-box-shadow: 0 0 0 4px rgba(1, 87, 155, 0.2);
  box-shadow: 0 0 0 4px rgba(1, 87, 155, 0.2);
  background-color: #fff;
}
.form-row input[type=file] + p {
  font-size: 12px;
  margin: 5px 8px;
  color: #aaa;
}
.form-row input[type=file]::file-selector-button {
  border: 1px solid #ddd;
  padding: 12px;
  border-radius: 8px;
  background-color: #f5f5f5;
}
.form-row textarea {
  min-height: 100px;
}
.input-image-radiobutton {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.input-image-radiobutton input {
  display: none;
}
.input-image-radiobutton > .input-image-radiobutton-item {
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  flex: 1 1 0;
  position: relative;
}
.input-image-radiobutton > .input-image-radiobutton-item + .input-image-radiobutton-item {
  margin-left: 16px;
}
.input-image-radiobutton > .input-image-radiobutton-item:hover {
  border: 1px solid #616161;
}
.input-image-radiobutton > .input-image-radiobutton-item.selected {
  border: 1px solid #01579b;
  -webkit-box-shadow: 0 0 0 4px rgba(1, 87, 155, 0.2);
  box-shadow: 0 0 0 4px rgba(1, 87, 155, 0.2);
}
.input-image-radiobutton > .input-image-radiobutton-item.selected:after {
  content: '\2713';
  background-color: green;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 14px;
  right: 10px;
}
.input-image-radiobutton > .input-image-radiobutton-item .input-image-radiobutton-header img {
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.input-image-radiobutton > .input-image-radiobutton-item .input-image-radiobutton-body .headline {
  padding: 12px;
  border-bottom: 1px solid #ddd;
  color: #01579b;
}
.input-image-radiobutton > .input-image-radiobutton-item .input-image-radiobutton-body .content {
  padding: 12px;
}
.input-image-radiobutton > .input-image-radiobutton-item .input-image-radiobutton-body h1,
.input-image-radiobutton > .input-image-radiobutton-item .input-image-radiobutton-body h2,
.input-image-radiobutton > .input-image-radiobutton-item .input-image-radiobutton-body h3,
.input-image-radiobutton > .input-image-radiobutton-item .input-image-radiobutton-body h4,
.input-image-radiobutton > .input-image-radiobutton-item .input-image-radiobutton-body h5,
.input-image-radiobutton > .input-image-radiobutton-item .input-image-radiobutton-body h6 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
}
.input-image-radiobutton > .input-image-radiobutton-item .input-image-radiobutton-body p {
  font-size: 14px;
  color: #666666;
}
.input-image-radiobutton > .input-image-radiobutton-item .input-image-radiobutton-body ul {
  padding-left: 16px;
}
.input-image-radiobutton > .input-image-radiobutton-item .input-image-radiobutton-body li {
  color: #666666;
}
.input-image-radiobutton > .input-image-radiobutton-item .input-image-radiobutton-body li + li {
  margin-top: 8px;
}
.input-image-radiobutton > .input-image-radiobutton-item .input-image-radiobutton-footer {
  border-top: 1px solid #ddd;
  padding: 12px;
}
.input-image-radiobutton > .input-image-radiobutton-item .input-image-radiobutton-footer .pricing {
  color: #666666;
}
.input-image-radiobutton > .input-image-radiobutton-item .input-image-radiobutton-footer .pricing > strong {
  font-size: 22px;
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
}
.input-image-radiobutton > .input-image-radiobutton-item .input-image-radiobutton-footer .pricing > span {
  display: block;
}
.hidden {
  display: none;
}
.video-container {
  background-color: #c4c4c4;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-container:before {
  content: '\25BA';
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  color: #c4c4c4;
  cursor: pointer;
}
.order-flow-crawler {
  position: relative;
}
.form-row-crawler .crawler-input {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
}
.form-row-crawler .crawler-input .prefix {
  display: block;
  border: 1px solid #ddd;
  padding: 12px;
  border-radius: 8px 0 0 8px;
  background-color: #ddd;
  border-right: none;
  color: #939393;
}
.form-row-crawler .crawler-input input {
  display: block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 12px;
  border-radius: 0;
  background-color: #f5f5f5;
  width: auto;
  flex-grow: 1;
}
.form-row-crawler .crawler-input button {
  border-radius: 0 8px 8px 0;
  background-color: #01579b;
  border: 1px solid #01579b;
  color: #fff;
  cursor: pointer;
  padding: 12px;
  transition: 0.2s transform ease-in;
}
.form-row-crawler .crawler-input button:hover {
  transform: scale(1.2);
  image-rendering: pixelated;
}
.button-choice {
  display: flex;
}
.button-choice .button-choice-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f5f5f5;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.button-choice .button-choice-item[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.button-choice .button-choice-item[disabled] > span {
  cursor: not-allowed;
}
.button-choice .button-choice-item[disabled]:hover {
  border: 1px solid #ddd;
  cursor: not-allowed;
}
.button-choice .button-choice-item[disabled]:hover > svg {
  border-right: 1px solid #ddd;
  fill: #ddd;
}
.button-choice .button-choice-item + .button-choice-item {
  margin-left: 16px;
}
.button-choice .button-choice-item > svg {
  height: 40px;
  padding: 8px;
  border-right: 1px solid #ddd;
  flex-grow: 1;
  fill: #ddd;
}
.button-choice .button-choice-item.selected {
  border: 1px solid #01579b;
  -webkit-box-shadow: 0 0 0 4px rgba(1, 87, 155, 0.2);
  box-shadow: 0 0 0 4px rgba(1, 87, 155, 0.2);
}
.button-choice .button-choice-item.selected > svg {
  border-right: 1px solid #01579b;
  fill: #01579b;
}
.button-choice .button-choice-item:hover {
  border: 1px solid #01579b;
}
.button-choice .button-choice-item:hover > svg {
  border-right: 1px solid #01579b;
  fill: #01579b;
}
.button-choice .button-choice-item > span {
  padding: 12px;
  background: none;
  border: none;
  cursor: pointer;
}
.asterisk {
  color: #ccc;
  font-size: 12px;
  vertical-align: super;
  margin-left: 2px;
}
.multiple-choice-list .multiple-choice-list-row + .multiple-choice-list-row {
  margin-top: 8px;
}
.multiple-choice-list .multiple-choice-list-row .multiple-choice-list-item {
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  flex: 1 1 0;
  background-color: #f5f5f5;
  display: flex;
}
.multiple-choice-list .multiple-choice-list-row .multiple-choice-list-item > .check-mark {
  border-right: 1px solid #ddd;
  padding: 16px;
  cursor: pointer;
}
.multiple-choice-list .multiple-choice-list-row .multiple-choice-list-item > label {
  padding: 16px;
  cursor: pointer;
  flex-grow: 1;
  user-select: none;
}
.multiple-choice-list .multiple-choice-list-row .multiple-choice-list-item.selected {
  border: 1px solid #01579b;
  -webkit-box-shadow: 0 0 0 4px rgba(1, 87, 155, 0.2);
  box-shadow: 0 0 0 4px rgba(1, 87, 155, 0.2);
}
.multiple-choice-list .multiple-choice-list-row .multiple-choice-list-item.selected > .check-mark {
  border-right: 1px solid #01579b;
}
.multiple-choice-list .multiple-choice-list-row .multiple-choice-list-item.selected + .multiple-choice-list-childs {
  display: block;
}
.multiple-choice-list .multiple-choice-list-row .multiple-choice-list-childs {
  margin: 8px 0 32px 32px;
  display: none;
}
.multiple-choice-list .multiple-choice-list-row .multiple-choice-list-childs > .multiple-choice-list-header {
  margin: 16px 8px;
}
.preview-file-selector {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0;
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: stretch;
}
.preview-file-selector:hover {
  border: 1px solid #01579b;
  outline: none;
  -webkit-box-shadow: 0 0 0 4px rgba(1, 87, 155, 0.2);
  box-shadow: 0 0 0 4px rgba(1, 87, 155, 0.2);
  background-color: #fff;
}
.preview-file-selector + p {
  font-size: 12px;
  margin: 5px 8px;
  color: #aaa;
}
.preview-file-selector > .preview-file-selector-image {
  height: 100px;
  padding: 5px;
  display: flex;
}
.preview-file-selector > .preview-file-selector-filepicker {
  flex-grow: 1;
  display: flex;
}
.preview-file-selector input[type="file"] {
  border: none;
}
.preview-file-selector input[type="file"]::file-selector-button {
  height: 100%;
}
.preview-file-selector input[type="file"]:hover {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.image-preview {
  margin-top: 10px;
  color: #848484;
  display: flex;
  align-items: end;
}
.image-preview:hover {
  color: #01579b;
}
.image-preview:hover > svg {
  fill: #01579b;
}
.image-preview > svg {
  height: 14px;
  fill: #848484;
  margin-right: 8px;
}
.image-modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-modal > img {
  height: 90vh;
}
.lds-roller {
  /* change color here */
  color: #1c4c5b;
}
.lds-roller,
.lds-roller div,
.lds-roller div:after {
  box-sizing: border-box;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7.2px;
  height: 7.2px;
  border-radius: 50%;
  background: currentColor;
  margin: -3.6px 0 0 -3.6px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 62.62742px;
  left: 62.62742px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 67.71281px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 70.90963px;
  left: 48.28221px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 70.90963px;
  left: 31.71779px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 67.71281px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 62.62742px;
  left: 17.37258px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12.28719px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*# sourceMappingURL=main.css.map */