@charset "UTF-8";
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html,
body {
  height: 100%;
  min-width: 50rem; }

/*

/**
 * 1. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */ }

/**
 * 1. Correct font properties not being inherited.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */ }

hr {
  height: 1px;
  margin: 1em 0;
  border: none;
  color: transparent;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12); }

a[href]:not([tabindex='-1']),
area[href]:not([tabindex='-1']),
input:not([disabled]):not(.disabled):not([tabindex='-1']),
select:not([disabled]):not(.disabled):not([tabindex='-1']),
textarea:not([disabled]):not(.disabled):not([tabindex='-1']),
button:not([disabled]):not(.disabled):not([tabindex='-1']),
iframe:not([tabindex='-1']),
[tabindex]:not([tabindex='-1']),
[contenteditable]:not([contenteditable=false]):not([tabindex='-1']),
.is-focusable:not([disabled]):not(.disabled):not([tabindex='-1']),
a.btn:not([disabled]):not(.disabled):not([tabindex='-1']),
span.btn:not([disabled]):not(.disabled):not([tabindex='-1']),
div.btn:not([disabled]):not(.disabled):not([tabindex='-1']) {
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1); }
  a[href]:not([tabindex='-1']):focus,
  area[href]:not([tabindex='-1']):focus,
  input:not([disabled]):not(.disabled):not([tabindex='-1']):focus,
  select:not([disabled]):not(.disabled):not([tabindex='-1']):focus,
  textarea:not([disabled]):not(.disabled):not([tabindex='-1']):focus,
  button:not([disabled]):not(.disabled):not([tabindex='-1']):focus,
  iframe:not([tabindex='-1']):focus,
  [tabindex]:not([tabindex='-1']):focus,
  [contenteditable]:not([contenteditable=false]):not([tabindex='-1']):focus,
  .is-focusable:not([disabled]):not(.disabled):not([tabindex='-1']):focus,
  a.btn:not([disabled]):not(.disabled):not([tabindex='-1']):focus,
  span.btn:not([disabled]):not(.disabled):not([tabindex='-1']):focus,
  div.btn:not([disabled]):not(.disabled):not([tabindex='-1']):focus {
    outline: transparent solid .25rem;
    -webkit-box-shadow: 0 0 0 0.25rem #5b9dd9;
    -moz-box-shadow: 0 0 0 0.25rem #5b9dd9;
    box-shadow: 0 0 0 0.25rem #5b9dd9; }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  p:first-letter,
  div:first-letter,
  blockquote:first-letter,
  li:first-letter,
  p:first-line,
  div:first-line,
  blockquote:first-line,
  li:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 1em;
  padding-left: 1em; }
  @media screen and (max-width: 49.999rem) {
    .container {
      min-width: 50rem;
      max-width: 50rem; } }
  @media screen and (min-width: 50rem) and (max-width: 61.999rem) {
    .container {
      width: 50rem; } }
  @media screen and (min-width: 62rem) and (max-width: 74.999rem) {
    .container {
      width: 60rem; } }
  @media screen and (min-width: 75rem) {
    .container {
      width: 71.25rem; } }

.container-fluid {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1em;
  padding-left: 1em; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  color: #333;
  background-color: #f0f0f0; }
  @media screen and (max-width: 49.999rem) {
    body {
      font-size: 0.875em; } }

/**
 * Reset and set headers and remove default margin top
 */
h1, h2, h3, h4, h5, h6, .text-h1, .text-h2, .text-h3 {
  margin: 1.5em 0 1em;
  padding: 0;
  font-weight: 500; }

h1,
.text-h1 {
  font-size: 2.143em;
  font-weight: 300; }
  @media screen and (max-width: 49.999rem) {
    h1,
    .text-h1 {
      font-size: 2.143em; } }

h2,
.text-h2 {
  font-size: 1.714em;
  font-weight: 700; }
  @media screen and (max-width: 49.999rem) {
    h2,
    .text-h2 {
      font-size: 1.714em; } }

h3,
.text-h3 {
  font-size: 1.286em;
  font-weight: 700; }
  @media screen and (max-width: 49.999rem) {
    h3,
    .text-h3 {
      font-size: 1.286em; } }

h4 {
  font-size: 1.125em; }
  @media screen and (max-width: 49.999rem) {
    h4 {
      font-size: 1em; } }

h5 {
  font-size: 1em; }
  @media screen and (max-width: 49.999rem) {
    h5 {
      font-size: 0.875em; } }

h6 {
  font-size: 0.875em; }
  @media screen and (max-width: 49.999rem) {
    h6 {
      font-size: 0.75em; } }

p {
  margin: 0 0 1em;
  padding: 0; }

.text-subhead {
  font-size: 1em;
  margin: 0 0 1em;
  color: rgba(0, 0, 0, 0.54);
  font-style: italic;
  font-weight: 700; }
  @media screen and (max-width: 49.999rem) {
    .text-subhead {
      font-size: 0.875em; } }

.text-default {
  font-size: 1rem;
  font-weight: 500; }
  @media screen and (max-width: 49.999rem) {
    .text-default {
      font-size: 0.875rem; } }

.text-caption {
  font-size: 0.875em;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.54); }
  @media screen and (max-width: 49.999rem) {
    .text-caption {
      font-size: 0.75em; } }

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

.text-right {
  text-align: right; }
  [dir="rtl"] .text-right {
    text-align: left; }

.text-left {
  text-align: left; }
  [dir="rtl"] .text-left {
    text-align: right; }

.text-justify {
  text-align: justify; }

.block-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.text-uppercase {
  text-transform: uppercase; }

.text-lowercase {
  text-transform: lowercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-underline {
  text-decoration: underline; }

.text-disabled {
  color: rgba(0, 0, 0, 0.26); }

.text-regular {
  font-weight: 500; }

strong,
b,
.text-bold {
  font-weight: 700; }

.text-light {
  font-weight: 300; }

code,
kbd,
pre,
samp,
.text-mono {
  font-family: Monaco, Consolas, "Courier New", monospace; }

.text-serif {
  font-family: Georgia, "Times New Roman", Times, serif; }

.text-truncate, .edit-frame .edit-frame-toolbar .edit-frame-toolbar-main h1, .list-item .list-item-info label,
.list-item-flat .list-item-info label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

code {
  padding: 0 0.25em;
  background-color: #f6f8fa;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0.143em;
  color: rgba(0, 0, 0, 0.54);
  white-space: nowrap; }

pre {
  background-color: #f6f8fa;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0.143em;
  color: rgba(0, 0, 0, 0.54);
  overflow: auto;
  font-size: 0.875em;
  padding: 1em;
  line-height: 1.5em; }
  pre code {
    padding: 0;
    background-color: transparent;
    border: none;
    white-space: pre; }

.btn {
  max-width: 100%;
  padding: 0.571em;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
  border: none;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 1, 1), color 0.2s cubic-bezier(0.4, 0, 1, 1); }
  .btn:not(.btn-multiline) {
    height: 2.571em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .btn:not(.btn-link) {
    min-width: 6.286em;
    text-transform: uppercase;
    border-radius: 0.143em; }
  .btn:hover:not([disabled]), .btn:focus:not([disabled]), .btn:active:not([disabled]) {
    background-color: rgba(0, 0, 0, 0.12); }
  .btn[disabled], .btn.disabled {
    background-color: rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.26);
    cursor: not-allowed;
    box-shadow: none; }
    .btn[disabled] svg, .btn.disabled svg {
      fill: rgba(0, 0, 0, 0.26); }
  .btn.btn-primary:not([disabled]):not(.btn-flat) {
    color: #fff;
    background-color: #373c3e;
    box-shadow: 0 0.063em 0.188em 0 rgba(0, 0, 0, 0.2), 0 0.063em 0.063em 0 rgba(0, 0, 0, 0.14), 0 0.125em 0.063em -0.063em rgba(0, 0, 0, 0.12); }
    .btn.btn-primary:not([disabled]):not(.btn-flat):hover:not(:active), .btn.btn-primary:not([disabled]):not(.btn-flat):focus:not(:active), .btn.btn-primary:not([disabled]):not(.btn-flat):active {
      color: #fff;
      background-color: #000; }
    .btn.btn-primary:not([disabled]):not(.btn-flat) svg {
      fill: #fff; }
  .btn.btn-primary:not([disabled]).btn-flat {
    color: #373c3e; }
    .btn.btn-primary:not([disabled]).btn-flat:hover:not(:active), .btn.btn-primary:not([disabled]).btn-flat:focus:not(:active), .btn.btn-primary:not([disabled]).btn-flat:active {
      color: #000; }
    .btn.btn-primary:not([disabled]).btn-flat svg {
      fill: #373c3e; }
  .btn.btn-secondary:not([disabled]):not(.btn-flat) {
    color: #fff;
    background-color: #727779;
    box-shadow: 0 0.063em 0.188em 0 rgba(0, 0, 0, 0.2), 0 0.063em 0.063em 0 rgba(0, 0, 0, 0.14), 0 0.125em 0.063em -0.063em rgba(0, 0, 0, 0.12); }
    .btn.btn-secondary:not([disabled]):not(.btn-flat):hover:not(:active), .btn.btn-secondary:not([disabled]):not(.btn-flat):focus:not(:active), .btn.btn-secondary:not([disabled]):not(.btn-flat):active {
      color: #fff;
      background-color: #4c5356; }
    .btn.btn-secondary:not([disabled]):not(.btn-flat) svg {
      fill: #fff; }
  .btn.btn-secondary:not([disabled]).btn-flat {
    color: #727779; }
    .btn.btn-secondary:not([disabled]).btn-flat:hover:not(:active), .btn.btn-secondary:not([disabled]).btn-flat:focus:not(:active), .btn.btn-secondary:not([disabled]).btn-flat:active {
      color: #4c5356; }
    .btn.btn-secondary:not([disabled]).btn-flat svg {
      fill: #727779; }
  .btn.btn-brand:not([disabled]):not(.btn-flat) {
    box-shadow: 0 0.063em 0.188em 0 rgba(0, 0, 0, 0.2), 0 0.063em 0.063em 0 rgba(0, 0, 0, 0.14), 0 0.125em 0.063em -0.063em rgba(0, 0, 0, 0.12); }
    .btn.btn-brand:not([disabled]):not(.btn-flat):not(.btn-inverse) {
      color: #fff;
      background-color: #68154a; }
      .btn.btn-brand:not([disabled]):not(.btn-flat):not(.btn-inverse):hover:not(:active), .btn.btn-brand:not([disabled]):not(.btn-flat):not(.btn-inverse):focus:not(:active), .btn.btn-brand:not([disabled]):not(.btn-flat):not(.btn-inverse):active {
        color: #fff;
        background-color: #68154a; }
      .btn.btn-brand:not([disabled]):not(.btn-flat):not(.btn-inverse) svg {
        fill: #fff; }
    .btn.btn-brand:not([disabled]):not(.btn-flat).btn-inverse {
      color: #68154a;
      background-color: #fff; }
      .btn.btn-brand:not([disabled]):not(.btn-flat).btn-inverse:hover:not(:active), .btn.btn-brand:not([disabled]):not(.btn-flat).btn-inverse:focus:not(:active), .btn.btn-brand:not([disabled]):not(.btn-flat).btn-inverse:active {
        color: #68154a;
        background-color: #fff; }
      .btn.btn-brand:not([disabled]):not(.btn-flat).btn-inverse svg {
        fill: #68154a; }
  .btn.btn-brand:not([disabled]).btn-flat:not(.btn-inverse) {
    color: #68154a; }
    .btn.btn-brand:not([disabled]).btn-flat:not(.btn-inverse):hover:not(:active), .btn.btn-brand:not([disabled]).btn-flat:not(.btn-inverse):focus:not(:active), .btn.btn-brand:not([disabled]).btn-flat:not(.btn-inverse):active {
      color: #68154a; }
    .btn.btn-brand:not([disabled]).btn-flat:not(.btn-inverse) svg {
      fill: #68154a; }
  .btn.btn-brand:not([disabled]).btn-flat.btn-inverse {
    color: #fff; }
    .btn.btn-brand:not([disabled]).btn-flat.btn-inverse:hover:not(:active), .btn.btn-brand:not([disabled]).btn-flat.btn-inverse:focus:not(:active), .btn.btn-brand:not([disabled]).btn-flat.btn-inverse:active {
      color: #fff; }
    .btn.btn-brand:not([disabled]).btn-flat.btn-inverse svg {
      fill: #fff; }
  .btn.btn-icon {
    min-width: 3em; }
  .btn.btn-block {
    width: 100%; }
  .btn.btn-link {
    height: auto;
    padding: 0;
    color: #68154a;
    text-decoration: underline; }
    .btn.btn-link svg {
      fill: #68154a; }
    .btn.btn-link:hover:not([disabled]) {
      color: #68154a;
      background-color: rgba(158, 158, 158, 0.2);
      text-decoration: none; }
      .btn.btn-link:hover:not([disabled]) svg {
        fill: #68154a; }
    .btn.btn-link:focus {
      color: #68154a;
      background-color: rgba(0, 0, 0, 0.12); }
      .btn.btn-link:focus svg {
        fill: #68154a; }
    .btn.btn-link[disabled], .btn.btn-link.disabled {
      background-color: rgba(0, 0, 0, 0.12);
      color: rgba(0, 0, 0, 0.26);
      cursor: not-allowed; }
      .btn.btn-link[disabled]:hover, .btn.btn-link[disabled]:focus, .btn.btn-link.disabled:hover, .btn.btn-link.disabled:focus {
        text-decoration: underline; }
      .btn.btn-link[disabled] svg, .btn.btn-link.disabled svg {
        fill: rgba(0, 0, 0, 0.26); }

a.btn,
span.btn,
div.btn {
  display: inline-block;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer; }

.card {
  width: 100%;
  margin-bottom: 1.5em;
  border-radius: 0.143em;
  background-color: white;
  box-shadow: 0 0.063em 0.188em 0 rgba(0, 0, 0, 0.2), 0 0.063em 0.063em 0 rgba(0, 0, 0, 0.14), 0 0.125em 0.063em -0.063em rgba(0, 0, 0, 0.12); }
  .card .card-header:first-child {
    padding-top: 2em; }

.card-rich-media {
  padding: 0;
  overflow: hidden; }

.card-header {
  padding: 1.143em; }
  .card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6 {
    margin: 0; }

.card-content {
  padding: 1.143em; }

.card-actions {
  margin: 0 -0.286em;
  padding: 0.571em; }
  .card-actions.has-border-top:before {
    content: '';
    display: block;
    margin: 0 -0.313em;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    transform: translateY(-0.571em); }
  .card-actions.has-border-bottom:after {
    content: '';
    display: block;
    margin: 0 -0.313em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    transform: translateY(0.571em); }
  .card-actions > * {
    margin-right: 0.286em;
    margin-left: 0.286em; }

.card-separator {
  height: 1px;
  margin: 1em 0;
  border: none;
  color: transparent;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12); }
  .card-header > .card-separator,
  .card-content > .card-separator {
    margin: 1em -1.143em; }
  .card-actions > .card-separator {
    margin: 1em -0.313em; }

a {
  color: #68154a;
  text-decoration: underline; }
  a:hover:not(.is-disabled) {
    color: #68154a;
    background-color: rgba(158, 158, 158, 0.2);
    text-decoration: none; }
  a:focus {
    color: #68154a;
    background-color: rgba(0, 0, 0, 0.12); }
  a.is-disabled {
    color: rgba(0, 0, 0, 0.26);
    cursor: not-allowed; }
    a.is-disabled:hover, a.is-disabled:focus {
      text-decoration: underline; }

li {
  margin: 0.25em 0; }

.list-unstyled, .list-ordered,
.list-unordered {
  margin: 0;
  padding: 0;
  list-style: none; }
  .list-unstyled li, .list-ordered li, .list-unordered li {
    margin: 0; }

dd {
  margin-bottom: 1em; }

.datatable {
  display: block;
  max-width: 100%;
  overflow-y: auto; }
  .datatable td, .datatable th {
    text-align: left; }
    [dir="rtl"] .datatable td, [dir="rtl"] .datatable th {
      text-align: right; }
  .datatable table {
    width: 100%;
    border-collapse: collapse; }
    .datatable table > thead {
      background-color: #e8eaf6; }
      .datatable table > thead .table-sort {
        height: auto;
        padding: 0;
        background: transparent;
        border: none; }
        @media screen and (-ms-high-contrast: active) {
          .datatable table > thead .table-sort svg path {
            fill: white; } }
        .datatable table > thead .table-sort:hover {
          color: #68154a;
          background-color: rgba(158, 158, 158, 0.2); }
          .datatable table > thead .table-sort:hover svg path {
            fill: #68154a; }
            @media screen and (-ms-high-contrast: active) {
              .datatable table > thead .table-sort:hover svg path {
                fill: white; } }
        .datatable table > thead .table-sort:focus {
          color: #68154a;
          background-color: rgba(0, 0, 0, 0.12); }
          .datatable table > thead .table-sort:focus svg path {
            fill: #68154a; }
            @media screen and (-ms-high-contrast: active) {
              .datatable table > thead .table-sort:focus svg path {
                fill: white; } }
    .datatable table > tfoot {
      font-weight: 700;
      border-top: 1px dashed rgba(0, 0, 0, 0.12); }
    .datatable table > tbody > tr {
      border-top: 1px solid rgba(0, 0, 0, 0.12);
      transition: background-color 0.2s cubic-bezier(0.4, 0, 1, 1); }
      .datatable table > tbody > tr.is-selected {
        background-color: #edeff5; }
    .datatable table td,
    .datatable table th {
      padding: 0.759em 0.5em;
      vertical-align: top;
      font-weight: normal; }
      .datatable table td.no-stretch,
      .datatable table th.no-stretch {
        width: 1em; }
      .datatable table td.no-wrap,
      .datatable table th.no-wrap {
        white-space: nowrap; }
    .datatable table .has-checkbox,
    .datatable table .has-radio {
      width: 2.375em;
      padding-right: 0; }
      [dir="rtl"] .datatable table .has-checkbox, [dir="rtl"]
      .datatable table .has-radio {
        padding-right: .5em;
        padding-left: 0; }
      .datatable table .has-checkbox .form-checkbox,
      .datatable table .has-checkbox .form-radio,
      .datatable table .has-radio .form-checkbox,
      .datatable table .has-radio .form-radio {
        margin: 0; }
    .datatable table tbody .has-actions {
      white-space: nowrap;
      width: 1em;
      padding-top: .188em;
      padding-bottom: .188em; }
    .datatable table.table-striped > tbody > tr:nth-child(odd):not(.is-selected) {
      background-color: #f9f9f9; }
    .datatable table.table-hover > tbody > tr:hover:not(.is-selected) {
      background-color: #f5f5f5; }
  @media screen and (max-width: 49.999rem) {
    .datatable.datatable-adaptive table {
      display: block;
      width: 100%; }
      .datatable.datatable-adaptive table > thead,
      .datatable.datatable-adaptive table > tfoot {
        position: fixed;
        width: 1px;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0; }
      .datatable.datatable-adaptive table > tbody {
        display: block; }
        .datatable.datatable-adaptive table > tbody tr {
          position: relative;
          display: block;
          padding: 0.759em 0.5em 0.759em 2.875em; }
          [dir="rtl"] .datatable.datatable-adaptive table > tbody tr {
            padding: 0.759em 2.875em 0.759em 0.5em; }
          .datatable.datatable-adaptive table > tbody tr:first-child {
            border-top: none; }
        .datatable.datatable-adaptive table > tbody td:not(.has-checkbox):not(.has-radio) {
          display: block;
          margin-bottom: 0.25em;
          padding: 0; }
          .datatable.datatable-adaptive table > tbody td:not(.has-checkbox):not(.has-radio):before {
            content: attr(data-title);
            font-size: 0.75em;
            color: rgba(0, 0, 0, 0.54); }
          .datatable.datatable-adaptive table > tbody td:not(.has-checkbox):not(.has-radio):last-child {
            margin-bottom: 0; }
        .datatable.datatable-adaptive table > tbody .has-checkbox,
        .datatable.datatable-adaptive table > tbody .has-radio {
          position: absolute;
          top: 0;
          left: 0;
          width: 2.875em;
          padding: 1em 0 0.759em 1em; }
          [dir="rtl"] .datatable.datatable-adaptive table > tbody .has-checkbox, [dir="rtl"]
          .datatable.datatable-adaptive table > tbody .has-radio {
            right: 0;
            left: auto;
            padding: 1em 1em 0.759em 0; }
        .datatable.datatable-adaptive table > tbody .has-actions {
          white-space: normal;
          width: 100%; } }

.fsxxs {
  font-size: 0.66992rem; }

.fsxs {
  font-size: 0.76562rem; }

.fss {
  font-size: 0.875rem; }

.fsn {
  font-size: 1rem; }

.fsm {
  font-size: 1.125rem; }

.fsl {
  font-size: 1.26562rem; }

.fsxl {
  font-size: 1.42383rem; }

.fsxxl {
  font-size: 1.60181rem; }

/**
 * `hide-gt-sm show-gt-lg` should hide from breakpoint-sm to breakpoint-lg
 * `show-md hide-gt-sm` should show in sm and hide above breakpoint-md
 * `hide-gt-md show-gt-sm` should show everywhere (show overrides hide)`
 */
@media screen and (max-width: 49.999rem) {
  .hide-sm:not(.show-sm):not(.show),
  .hide:not(.show-sm):not(.show) {
    display: none; } }

@media screen and (min-width: 50rem) and (max-width: 61.999rem) {
  .hide:not(.show-gt-sm):not(.show-md):not(.show),
  .hide-gt-sm:not(.show-gt-sm):not(.show-md):not(.show) {
    display: none; }
  .hide-md:not(.show-md):not(.show) {
    display: none; } }

@media screen and (min-width: 62rem) and (max-width: 74.999rem) {
  .hide:not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show),
  .hide-gt-sm:not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show),
  .hide-gt-md:not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show) {
    display: none; }
  .hide-lg:not(.show-lg):not(.show) {
    display: none; } }

@media screen and (min-width: 75rem) {
  .hide-gt-sm:not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show),
  .hide-gt-md:not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show),
  .hide-gt-lg:not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show),
  .hide:not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show) {
    display: none; } }

.d-block {
  display: block; }

.d-inline {
  display: inline; }

.d-inline-block {
  display: inline-block; }

.d-table {
  display: table; }

.d-table-row {
  display: table-row; }

.d-table-cell {
  display: table-cell; }

.p-relative {
  position: relative; }

.p-absolute,
.p-top,
.p-end,
.p-bottom,
.p-start {
  position: absolute; }

.p-top {
  top: 0; }

.p-end {
  right: 0; }
  [dir="rtl"] .p-end {
    left: 0; }
    [dir="rtl"] .p-end:not(.p-start) {
      right: auto; }

.p-bottom {
  bottom: 0; }

.p-start {
  left: 0; }
  [dir="rtl"] .p-start {
    right: 0; }
    [dir="rtl"] .p-start:not(.p-end) {
      left: auto; }

.ptn, .pvn, .pan {
  padding-top: 0; }

.pts, .pvs, .pas {
  padding-top: 0.5em; }

.ptm, .pvm, .pam {
  padding-top: 1em; }

.ptl, .pvl, .pal {
  padding-top: 2em; }

.prn, .phn, .pan {
  padding-right: 0; }

.prs, .phs, .pas {
  padding-right: 0.5em; }

.prm, .phm, .pam {
  padding-right: 1em; }

.prl, .phl, .pal {
  padding-right: 2em; }

.pbn, .pvn, .pan {
  padding-bottom: 0; }

.pbs, .pvs, .pas {
  padding-bottom: 0.5em; }

.pbm, .pvm, .pam {
  padding-bottom: 1em; }

.pbl, .pvl, .pal {
  padding-bottom: 2em; }

.pln, .phn, .pan {
  padding-left: 0; }

.pls, .phs, .pas {
  padding-left: 0.5em; }

.plm, .phm, .pam {
  padding-left: 1em; }

.pll, .phl, .pal {
  padding-left: 2em; }

.mtn, .mvn, .man {
  margin-top: 0; }

.mts, .mvs, .mas {
  margin-top: 0.5em; }

.mtm, .mvm, .mam {
  margin-top: 1em; }

.mtl, .mvl, .mal {
  margin-top: 2em; }

.mrn, .mhn, .man {
  margin-right: 0; }

.mrs, .mhs, .mas {
  margin-right: 0.5em; }

.mrm, .mhm, .mam {
  margin-right: 1em; }

.mrl, .mhl, .mal {
  margin-right: 2em; }

.mbn, .mvn, .man {
  margin-bottom: 0; }

.mbs, .mvs, .mas {
  margin-bottom: 0.5em; }

.mbm, .mvm, .mam {
  margin-bottom: 1em; }

.mbl, .mvl, .mal {
  margin-bottom: 2em; }

.mln, .mhn, .man {
  margin-left: 0; }

.mls, .mhs, .mas {
  margin-left: 0.5em; }

.mlm, .mhm, .mam {
  margin-left: 1em; }

.mll, .mhl, .mal {
  margin-left: 2em; }

.w-0 {
  width: 0%; }

.h-0 {
  height: 0%; }

.w-5 {
  width: 5%; }

.h-5 {
  height: 5%; }

.w-10 {
  width: 10%; }

.h-10 {
  height: 10%; }

.w-15 {
  width: 15%; }

.h-15 {
  height: 15%; }

.w-20 {
  width: 20%; }

.h-20 {
  height: 20%; }

.w-25 {
  width: 25%; }

.h-25 {
  height: 25%; }

.w-30 {
  width: 30%; }

.h-30 {
  height: 30%; }

.w-35 {
  width: 35%; }

.h-35 {
  height: 35%; }

.w-40 {
  width: 40%; }

.h-40 {
  height: 40%; }

.w-45 {
  width: 45%; }

.h-45 {
  height: 45%; }

.w-50 {
  width: 50%; }

.h-50 {
  height: 50%; }

.w-55 {
  width: 55%; }

.h-55 {
  height: 55%; }

.w-60 {
  width: 60%; }

.h-60 {
  height: 60%; }

.w-65 {
  width: 65%; }

.h-65 {
  height: 65%; }

.w-70 {
  width: 70%; }

.h-70 {
  height: 70%; }

.w-75 {
  width: 75%; }

.h-75 {
  height: 75%; }

.w-80 {
  width: 80%; }

.h-80 {
  height: 80%; }

.w-85 {
  width: 85%; }

.h-85 {
  height: 85%; }

.w-90 {
  width: 90%; }

.h-90 {
  height: 90%; }

.w-95 {
  width: 95%; }

.h-95 {
  height: 95%; }

.w-100 {
  width: 100%; }

.h-100 {
  height: 100%; }

.w-33 {
  width: 33.33333%; }

.w-66 {
  width: 66.66667%; }

.h-33 {
  height: 33.33333%; }

.h-66 {
  height: 66.66667%; }

.bt, .bv, .ba {
  border-top: 1px solid rgba(0, 0, 0, 0.12); }

.br, .bh, .ba {
  border-right: 1px solid rgba(0, 0, 0, 0.12); }

.bb, .bv, .ba {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.bl, .bh, .ba {
  border-left: 1px solid rgba(0, 0, 0, 0.12); }

.text-primary {
  color: #373c3e; }

.text-secondary {
  color: #727779; }

.text-brand {
  color: #68154a; }

.bg-primary {
  color: #fff;
  background-color: #373c3e; }

.bg-secondary {
  color: #fff;
  background-color: #727779; }

.bg-brand {
  color: #fff;
  background-color: #68154a; }

.text-columns-2 {
  columns: 2; }

.text-columns-3 {
  columns: 3; }

.text-columns-4 {
  columns: 4; }

.text-columns-5 {
  columns: 5; }

.text-columns-6 {
  columns: 6; }

.inline-separator {
  display: inline;
  margin: 0 0.5em;
  border: none; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.sr-only {
  position: fixed;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
  .sr-only:not(.sr-only-focusable) {
    padding: 0; }
  .sr-only.sr-only-focusable:active, .sr-only.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto; }

.scroll-horizontal {
  display: block;
  max-width: 100%;
  overflow-y: auto; }

.layout-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.layout-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.layout-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.layout-fill {
  margin: 0;
  min-height: 100%;
  width: 100%; }

@-moz-document url-prefix() {
  .layout-fill {
    margin: 0;
    width: 100%;
    min-height: auto;
    height: inherit; } }

.layout-grid {
  width: auto;
  margin: 0 -0.5em; }
  .layout-grid > * {
    padding: 0.5em; }

.layout-grid-h {
  width: auto;
  margin: 0 -0.5em; }
  .layout-grid-h > * {
    padding: 0 0.5em; }

.layout-grid-v {
  width: auto;
  margin: 0; }
  .layout-grid-v > * {
    padding: 0.5em 0; }

.flex {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.flex-0 {
  -webkit-flex: 0 0 0%;
  -ms-flex: 0 0 0%;
  flex: 0 0 0%; }

.layout-row > .flex-0 {
  max-width: 0%; }

.layout-column > .flex-0 {
  max-height: 0%; }

.flex-5 {
  -webkit-flex: 0 0 5%;
  -ms-flex: 0 0 5%;
  flex: 0 0 5%; }

.layout-row > .flex-5 {
  max-width: 5%; }

.layout-column > .flex-5 {
  max-height: 5%; }

.flex-10 {
  -webkit-flex: 0 0 10%;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%; }

.layout-row > .flex-10 {
  max-width: 10%; }

.layout-column > .flex-10 {
  max-height: 10%; }

.flex-15 {
  -webkit-flex: 0 0 15%;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%; }

.layout-row > .flex-15 {
  max-width: 15%; }

.layout-column > .flex-15 {
  max-height: 15%; }

.flex-20 {
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%; }

.layout-row > .flex-20 {
  max-width: 20%; }

.layout-column > .flex-20 {
  max-height: 20%; }

.flex-25 {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%; }

.layout-row > .flex-25 {
  max-width: 25%; }

.layout-column > .flex-25 {
  max-height: 25%; }

.flex-30 {
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%; }

.layout-row > .flex-30 {
  max-width: 30%; }

.layout-column > .flex-30 {
  max-height: 30%; }

.flex-35 {
  -webkit-flex: 0 0 35%;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%; }

.layout-row > .flex-35 {
  max-width: 35%; }

.layout-column > .flex-35 {
  max-height: 35%; }

.flex-40 {
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%; }

.layout-row > .flex-40 {
  max-width: 40%; }

.layout-column > .flex-40 {
  max-height: 40%; }

.flex-45 {
  -webkit-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%; }

.layout-row > .flex-45 {
  max-width: 45%; }

.layout-column > .flex-45 {
  max-height: 45%; }

.flex-50 {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

.layout-row > .flex-50 {
  max-width: 50%; }

.layout-column > .flex-50 {
  max-height: 50%; }

.flex-55 {
  -webkit-flex: 0 0 55%;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%; }

.layout-row > .flex-55 {
  max-width: 55%; }

.layout-column > .flex-55 {
  max-height: 55%; }

.flex-60 {
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%; }

.layout-row > .flex-60 {
  max-width: 60%; }

.layout-column > .flex-60 {
  max-height: 60%; }

.flex-65 {
  -webkit-flex: 0 0 65%;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%; }

.layout-row > .flex-65 {
  max-width: 65%; }

.layout-column > .flex-65 {
  max-height: 65%; }

.flex-70 {
  -webkit-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%; }

.layout-row > .flex-70 {
  max-width: 70%; }

.layout-column > .flex-70 {
  max-height: 70%; }

.flex-75 {
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%; }

.layout-row > .flex-75 {
  max-width: 75%; }

.layout-column > .flex-75 {
  max-height: 75%; }

.flex-80 {
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%; }

.layout-row > .flex-80 {
  max-width: 80%; }

.layout-column > .flex-80 {
  max-height: 80%; }

.flex-85 {
  -webkit-flex: 0 0 85%;
  -ms-flex: 0 0 85%;
  flex: 0 0 85%; }

.layout-row > .flex-85 {
  max-width: 85%; }

.layout-column > .flex-85 {
  max-height: 85%; }

.flex-90 {
  -webkit-flex: 0 0 90%;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%; }

.layout-row > .flex-90 {
  max-width: 90%; }

.layout-column > .flex-90 {
  max-height: 90%; }

.flex-95 {
  -webkit-flex: 0 0 95%;
  -ms-flex: 0 0 95%;
  flex: 0 0 95%; }

.layout-row > .flex-95 {
  max-width: 95%; }

.layout-column > .flex-95 {
  max-height: 95%; }

.flex-100 {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

.layout-row > .flex-100 {
  max-width: 100%; }

.layout-column > .flex-100 {
  max-height: 100%; }

.flex-33,
.flex-34 {
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%; }

.flex-66,
.flex-67 {
  -webkit-flex: 0 0 66.66%;
  -ms-flex: 0 0 66.66%;
  flex: 0 0 66.66%; }

.layout-row > .flex-33,
.layout-row > .flex-34 {
  max-width: 33.33%; }

.layout-row > .flex-66,
.layout-row > .flex-67 {
  max-width: 66.66%; }

.layout-column > .flex-33,
.layout-column > .flex-34 {
  max-height: 33.33%; }

.layout-column > .flex-66,
.layout-column > .flex-67 {
  max-height: 66.66%; }

.layout-align-center,
.layout-align-center-center,
.layout-align-center-start,
.layout-align-center-end {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.layout-align-end,
.layout-align-end-center,
.layout-align-end-start,
.layout-align-end-end {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.layout-align-space-around,
.layout-align-space-around-center,
.layout-align-space-around-start,
.layout-align-space-around-end {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.layout-align-space-between,
.layout-align-space-between-center,
.layout-align-space-between-start,
.layout-align-space-between-end {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.layout-align-center-center,
.layout-align-start-center,
.layout-align-end-center,
.layout-align-space-between-center,
.layout-align-space-around-center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.layout-align-center-start,
.layout-align-start-start,
.layout-align-end-start,
.layout-align-space-between-start,
.layout-align-space-around-start {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.layout-align-center-end,
.layout-align-start-end,
.layout-align-end-end,
.layout-align-space-between-end,
.layout-align-space-around-end {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.flex-order-0 {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0; }

.flex-order-1 {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.flex-order-2 {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

.flex-order-3 {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3; }

.flex-order-4 {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4; }

.flex-order-5 {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5; }

.flex-order-6 {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6; }

.flex-order-7 {
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7; }

.flex-order-8 {
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8; }

.flex-order-9 {
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9; }

.offset-5 {
  margin-left: 5%; }

.offset-10 {
  margin-left: 10%; }

.offset-15 {
  margin-left: 15%; }

.offset-20 {
  margin-left: 20%; }

.offset-25 {
  margin-left: 25%; }

.offset-30 {
  margin-left: 30%; }

.offset-35 {
  margin-left: 35%; }

.offset-40 {
  margin-left: 40%; }

.offset-45 {
  margin-left: 45%; }

.offset-50 {
  margin-left: 50%; }

.offset-55 {
  margin-left: 55%; }

.offset-60 {
  margin-left: 60%; }

.offset-65 {
  margin-left: 65%; }

.offset-70 {
  margin-left: 70%; }

.offset-75 {
  margin-left: 75%; }

.offset-80 {
  margin-left: 80%; }

.offset-85 {
  margin-left: 85%; }

.offset-90 {
  margin-left: 90%; }

.offset-95 {
  margin-left: 95%; }

.offset-33,
.offset-34 {
  margin-left: 33.33%; }

.offset-66,
.offset-67 {
  margin-left: 66.66%; }

@media screen and (max-width: 49.999rem) {
  .flex-order-sm-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .flex-order-sm-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .flex-order-sm-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .flex-order-sm-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .flex-order-sm-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .flex-order-sm-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .flex-order-sm-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .flex-order-sm-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .flex-order-sm-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .flex-order-sm-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .layout-align-sm-center,
  .layout-align-sm-center-center,
  .layout-align-sm-center-start,
  .layout-align-sm-center-end {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .layout-align-sm-end,
  .layout-align-sm-end-center,
  .layout-align-sm-end-start,
  .layout-align-sm-end-end {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .layout-align-sm-space-around,
  .layout-align-sm-space-around-center,
  .layout-align-sm-space-around-start,
  .layout-align-sm-space-around-end {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .layout-align-sm-space-between,
  .layout-align-sm-space-between-center,
  .layout-align-sm-space-between-start,
  .layout-align-sm-space-between-end {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .layout-align-sm-center-center,
  .layout-align-sm-start-center,
  .layout-align-sm-end-center,
  .layout-align-sm-space-between-center,
  .layout-align-sm-space-around-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .layout-align-sm-center-start,
  .layout-align-sm-start-start,
  .layout-align-sm-end-start,
  .layout-align-sm-space-between-start,
  .layout-align-sm-space-around-start {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .layout-align-sm-center-end,
  .layout-align-sm-start-end,
  .layout-align-sm-end-end,
  .layout-align-sm-space-between-end,
  .layout-align-sm-space-around-end {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .layout-sm-column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .layout-sm-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .offset-sm-5 {
    margin-left: 5%; }
  .offset-sm-10 {
    margin-left: 10%; }
  .offset-sm-15 {
    margin-left: 15%; }
  .offset-sm-20 {
    margin-left: 20%; }
  .offset-sm-25 {
    margin-left: 25%; }
  .offset-sm-30 {
    margin-left: 30%; }
  .offset-sm-35 {
    margin-left: 35%; }
  .offset-sm-40 {
    margin-left: 40%; }
  .offset-sm-45 {
    margin-left: 45%; }
  .offset-sm-50 {
    margin-left: 50%; }
  .offset-sm-55 {
    margin-left: 55%; }
  .offset-sm-60 {
    margin-left: 60%; }
  .offset-sm-65 {
    margin-left: 65%; }
  .offset-sm-70 {
    margin-left: 70%; }
  .offset-sm-75 {
    margin-left: 75%; }
  .offset-sm-80 {
    margin-left: 80%; }
  .offset-sm-85 {
    margin-left: 85%; }
  .offset-sm-90 {
    margin-left: 90%; }
  .offset-sm-95 {
    margin-left: 95%; }
  .offset-sm-33,
  .offset-sm-34 {
    margin-left: 33.33%; }
  .offset-sm-66,
  .offset-sm-67 {
    margin-left: 66.66%; }
  .flex-sm {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .flex-sm-0 {
    -webkit-flex: 0 0 0%;
    -ms-flex: 0 0 0%;
    flex: 0 0 0%; }
  .layout-row > .flex-sm-0 {
    max-width: 0%; }
  .layout-column > .flex-sm-0 {
    max-height: 0%; }
  .flex-sm-5 {
    -webkit-flex: 0 0 5%;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%; }
  .layout-row > .flex-sm-5 {
    max-width: 5%; }
  .layout-column > .flex-sm-5 {
    max-height: 5%; }
  .flex-sm-10 {
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%; }
  .layout-row > .flex-sm-10 {
    max-width: 10%; }
  .layout-column > .flex-sm-10 {
    max-height: 10%; }
  .flex-sm-15 {
    -webkit-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%; }
  .layout-row > .flex-sm-15 {
    max-width: 15%; }
  .layout-column > .flex-sm-15 {
    max-height: 15%; }
  .flex-sm-20 {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%; }
  .layout-row > .flex-sm-20 {
    max-width: 20%; }
  .layout-column > .flex-sm-20 {
    max-height: 20%; }
  .flex-sm-25 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }
  .layout-row > .flex-sm-25 {
    max-width: 25%; }
  .layout-column > .flex-sm-25 {
    max-height: 25%; }
  .flex-sm-30 {
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%; }
  .layout-row > .flex-sm-30 {
    max-width: 30%; }
  .layout-column > .flex-sm-30 {
    max-height: 30%; }
  .flex-sm-35 {
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%; }
  .layout-row > .flex-sm-35 {
    max-width: 35%; }
  .layout-column > .flex-sm-35 {
    max-height: 35%; }
  .flex-sm-40 {
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%; }
  .layout-row > .flex-sm-40 {
    max-width: 40%; }
  .layout-column > .flex-sm-40 {
    max-height: 40%; }
  .flex-sm-45 {
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%; }
  .layout-row > .flex-sm-45 {
    max-width: 45%; }
  .layout-column > .flex-sm-45 {
    max-height: 45%; }
  .flex-sm-50 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .layout-row > .flex-sm-50 {
    max-width: 50%; }
  .layout-column > .flex-sm-50 {
    max-height: 50%; }
  .flex-sm-55 {
    -webkit-flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%; }
  .layout-row > .flex-sm-55 {
    max-width: 55%; }
  .layout-column > .flex-sm-55 {
    max-height: 55%; }
  .flex-sm-60 {
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%; }
  .layout-row > .flex-sm-60 {
    max-width: 60%; }
  .layout-column > .flex-sm-60 {
    max-height: 60%; }
  .flex-sm-65 {
    -webkit-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%; }
  .layout-row > .flex-sm-65 {
    max-width: 65%; }
  .layout-column > .flex-sm-65 {
    max-height: 65%; }
  .flex-sm-70 {
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%; }
  .layout-row > .flex-sm-70 {
    max-width: 70%; }
  .layout-column > .flex-sm-70 {
    max-height: 70%; }
  .flex-sm-75 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%; }
  .layout-row > .flex-sm-75 {
    max-width: 75%; }
  .layout-column > .flex-sm-75 {
    max-height: 75%; }
  .flex-sm-80 {
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%; }
  .layout-row > .flex-sm-80 {
    max-width: 80%; }
  .layout-column > .flex-sm-80 {
    max-height: 80%; }
  .flex-sm-85 {
    -webkit-flex: 0 0 85%;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%; }
  .layout-row > .flex-sm-85 {
    max-width: 85%; }
  .layout-column > .flex-sm-85 {
    max-height: 85%; }
  .flex-sm-90 {
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%; }
  .layout-row > .flex-sm-90 {
    max-width: 90%; }
  .layout-column > .flex-sm-90 {
    max-height: 90%; }
  .flex-sm-95 {
    -webkit-flex: 0 0 95%;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%; }
  .layout-row > .flex-sm-95 {
    max-width: 95%; }
  .layout-column > .flex-sm-95 {
    max-height: 95%; }
  .flex-sm-100 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .layout-row > .flex-sm-100 {
    max-width: 100%; }
  .layout-column > .flex-sm-100 {
    max-height: 100%; }
  .flex-sm-33,
  .flex-sm-34 {
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%; }
  .flex-sm-66,
  .flex-sm-67 {
    -webkit-flex: 0 0 66.66%;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%; }
  .layout-row > .flex-sm-33,
  .layout-row > .flex-sm-34 {
    max-width: 33.33%; }
  .layout-row > .flex-sm-66,
  .layout-row > .flex-sm-67 {
    max-width: 66.66%; }
  .layout-column > .flex-sm-33,
  .layout-column > .flex-sm-34 {
    max-height: 33.33%; }
  .layout-column > .flex-sm-66,
  .layout-column > .flex-sm-67 {
    max-height: 66.66%; } }

@media screen and (min-width: 50rem) {
  .flex-order-gt-sm-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .flex-order-gt-sm-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .flex-order-gt-sm-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .flex-order-gt-sm-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .flex-order-gt-sm-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .flex-order-gt-sm-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .flex-order-gt-sm-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .flex-order-gt-sm-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .flex-order-gt-sm-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .flex-order-gt-sm-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .layout-align-gt-sm-center,
  .layout-align-gt-sm-center-center,
  .layout-align-gt-sm-center-start,
  .layout-align-gt-sm-center-end {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .layout-align-gt-sm-end,
  .layout-align-gt-sm-end-center,
  .layout-align-gt-sm-end-start,
  .layout-align-gt-sm-end-end {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .layout-align-gt-sm-space-around,
  .layout-align-gt-sm-space-around-center,
  .layout-align-gt-sm-space-around-start,
  .layout-align-gt-sm-space-around-end {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .layout-align-gt-sm-space-between,
  .layout-align-gt-sm-space-between-center,
  .layout-align-gt-sm-space-between-start,
  .layout-align-gt-sm-space-between-end {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .layout-align-gt-sm-center-center,
  .layout-align-gt-sm-start-center,
  .layout-align-gt-sm-end-center,
  .layout-align-gt-sm-space-between-center,
  .layout-align-gt-sm-space-around-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .layout-align-gt-sm-center-start,
  .layout-align-gt-sm-start-start,
  .layout-align-gt-sm-end-start,
  .layout-align-gt-sm-space-between-start,
  .layout-align-gt-sm-space-around-start {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .layout-align-gt-sm-center-end,
  .layout-align-gt-sm-start-end,
  .layout-align-gt-sm-end-end,
  .layout-align-gt-sm-space-between-end,
  .layout-align-gt-sm-space-around-end {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .layout-gt-sm-column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .layout-gt-sm-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .offset-gt-sm-5 {
    margin-left: 5%; }
  .offset-gt-sm-10 {
    margin-left: 10%; }
  .offset-gt-sm-15 {
    margin-left: 15%; }
  .offset-gt-sm-20 {
    margin-left: 20%; }
  .offset-gt-sm-25 {
    margin-left: 25%; }
  .offset-gt-sm-30 {
    margin-left: 30%; }
  .offset-gt-sm-35 {
    margin-left: 35%; }
  .offset-gt-sm-40 {
    margin-left: 40%; }
  .offset-gt-sm-45 {
    margin-left: 45%; }
  .offset-gt-sm-50 {
    margin-left: 50%; }
  .offset-gt-sm-55 {
    margin-left: 55%; }
  .offset-gt-sm-60 {
    margin-left: 60%; }
  .offset-gt-sm-65 {
    margin-left: 65%; }
  .offset-gt-sm-70 {
    margin-left: 70%; }
  .offset-gt-sm-75 {
    margin-left: 75%; }
  .offset-gt-sm-80 {
    margin-left: 80%; }
  .offset-gt-sm-85 {
    margin-left: 85%; }
  .offset-gt-sm-90 {
    margin-left: 90%; }
  .offset-gt-sm-95 {
    margin-left: 95%; }
  .offset-gt-sm-33,
  .offset-gt-sm-34 {
    margin-left: 33.33%; }
  .offset-gt-sm-66,
  .offset-gt-sm-67 {
    margin-left: 66.66%; }
  .flex-gt-sm {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .flex-gt-sm-0 {
    -webkit-flex: 0 0 0%;
    -ms-flex: 0 0 0%;
    flex: 0 0 0%; }
  .layout-row > .flex-gt-sm-0 {
    max-width: 0%; }
  .layout-column > .flex-gt-sm-0 {
    max-height: 0%; }
  .flex-gt-sm-5 {
    -webkit-flex: 0 0 5%;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%; }
  .layout-row > .flex-gt-sm-5 {
    max-width: 5%; }
  .layout-column > .flex-gt-sm-5 {
    max-height: 5%; }
  .flex-gt-sm-10 {
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%; }
  .layout-row > .flex-gt-sm-10 {
    max-width: 10%; }
  .layout-column > .flex-gt-sm-10 {
    max-height: 10%; }
  .flex-gt-sm-15 {
    -webkit-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%; }
  .layout-row > .flex-gt-sm-15 {
    max-width: 15%; }
  .layout-column > .flex-gt-sm-15 {
    max-height: 15%; }
  .flex-gt-sm-20 {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%; }
  .layout-row > .flex-gt-sm-20 {
    max-width: 20%; }
  .layout-column > .flex-gt-sm-20 {
    max-height: 20%; }
  .flex-gt-sm-25 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }
  .layout-row > .flex-gt-sm-25 {
    max-width: 25%; }
  .layout-column > .flex-gt-sm-25 {
    max-height: 25%; }
  .flex-gt-sm-30 {
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%; }
  .layout-row > .flex-gt-sm-30 {
    max-width: 30%; }
  .layout-column > .flex-gt-sm-30 {
    max-height: 30%; }
  .flex-gt-sm-35 {
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%; }
  .layout-row > .flex-gt-sm-35 {
    max-width: 35%; }
  .layout-column > .flex-gt-sm-35 {
    max-height: 35%; }
  .flex-gt-sm-40 {
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%; }
  .layout-row > .flex-gt-sm-40 {
    max-width: 40%; }
  .layout-column > .flex-gt-sm-40 {
    max-height: 40%; }
  .flex-gt-sm-45 {
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%; }
  .layout-row > .flex-gt-sm-45 {
    max-width: 45%; }
  .layout-column > .flex-gt-sm-45 {
    max-height: 45%; }
  .flex-gt-sm-50 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .layout-row > .flex-gt-sm-50 {
    max-width: 50%; }
  .layout-column > .flex-gt-sm-50 {
    max-height: 50%; }
  .flex-gt-sm-55 {
    -webkit-flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%; }
  .layout-row > .flex-gt-sm-55 {
    max-width: 55%; }
  .layout-column > .flex-gt-sm-55 {
    max-height: 55%; }
  .flex-gt-sm-60 {
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%; }
  .layout-row > .flex-gt-sm-60 {
    max-width: 60%; }
  .layout-column > .flex-gt-sm-60 {
    max-height: 60%; }
  .flex-gt-sm-65 {
    -webkit-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%; }
  .layout-row > .flex-gt-sm-65 {
    max-width: 65%; }
  .layout-column > .flex-gt-sm-65 {
    max-height: 65%; }
  .flex-gt-sm-70 {
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%; }
  .layout-row > .flex-gt-sm-70 {
    max-width: 70%; }
  .layout-column > .flex-gt-sm-70 {
    max-height: 70%; }
  .flex-gt-sm-75 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%; }
  .layout-row > .flex-gt-sm-75 {
    max-width: 75%; }
  .layout-column > .flex-gt-sm-75 {
    max-height: 75%; }
  .flex-gt-sm-80 {
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%; }
  .layout-row > .flex-gt-sm-80 {
    max-width: 80%; }
  .layout-column > .flex-gt-sm-80 {
    max-height: 80%; }
  .flex-gt-sm-85 {
    -webkit-flex: 0 0 85%;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%; }
  .layout-row > .flex-gt-sm-85 {
    max-width: 85%; }
  .layout-column > .flex-gt-sm-85 {
    max-height: 85%; }
  .flex-gt-sm-90 {
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%; }
  .layout-row > .flex-gt-sm-90 {
    max-width: 90%; }
  .layout-column > .flex-gt-sm-90 {
    max-height: 90%; }
  .flex-gt-sm-95 {
    -webkit-flex: 0 0 95%;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%; }
  .layout-row > .flex-gt-sm-95 {
    max-width: 95%; }
  .layout-column > .flex-gt-sm-95 {
    max-height: 95%; }
  .flex-gt-sm-100 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .layout-row > .flex-gt-sm-100 {
    max-width: 100%; }
  .layout-column > .flex-gt-sm-100 {
    max-height: 100%; }
  .flex-gt-sm-33,
  .flex-gt-sm-34 {
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%; }
  .flex-gt-sm-66,
  .flex-gt-sm-67 {
    -webkit-flex: 0 0 66.66%;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%; }
  .layout-row > .flex-gt-sm-33,
  .layout-row > .flex-gt-sm-34 {
    max-width: 33.33%; }
  .layout-row > .flex-gt-sm-66,
  .layout-row > .flex-gt-sm-67 {
    max-width: 66.66%; }
  .layout-column > .flex-gt-sm-33,
  .layout-column > .flex-gt-sm-34 {
    max-height: 33.33%; }
  .layout-column > .flex-gt-sm-66,
  .layout-column > .flex-gt-sm-67 {
    max-height: 66.66%; } }

@media screen and (min-width: 50rem) and (max-width: 61.999rem) {
  .flex-order-md-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .flex-order-md-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .flex-order-md-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .flex-order-md-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .flex-order-md-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .flex-order-md-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .flex-order-md-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .flex-order-md-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .flex-order-md-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .flex-order-md-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .layout-align-md-center,
  .layout-align-md-center-center,
  .layout-align-md-center-start,
  .layout-align-md-center-end {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .layout-align-md-end,
  .layout-align-md-end-center,
  .layout-align-md-end-start,
  .layout-align-md-end-end {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .layout-align-md-space-around,
  .layout-align-md-space-around-center,
  .layout-align-md-space-around-start,
  .layout-align-md-space-around-end {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .layout-align-md-space-between,
  .layout-align-md-space-between-center,
  .layout-align-md-space-between-start,
  .layout-align-md-space-between-end {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .layout-align-md-center-center,
  .layout-align-md-start-center,
  .layout-align-md-end-center,
  .layout-align-md-space-between-center,
  .layout-align-md-space-around-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .layout-align-md-center-start,
  .layout-align-md-start-start,
  .layout-align-md-end-start,
  .layout-align-md-space-between-start,
  .layout-align-md-space-around-start {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .layout-align-md-center-end,
  .layout-align-md-start-end,
  .layout-align-md-end-end,
  .layout-align-md-space-between-end,
  .layout-align-md-space-around-end {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .layout-md-column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .layout-md-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .offset-md-5 {
    margin-left: 5%; }
  .offset-md-10 {
    margin-left: 10%; }
  .offset-md-15 {
    margin-left: 15%; }
  .offset-md-20 {
    margin-left: 20%; }
  .offset-md-25 {
    margin-left: 25%; }
  .offset-md-30 {
    margin-left: 30%; }
  .offset-md-35 {
    margin-left: 35%; }
  .offset-md-40 {
    margin-left: 40%; }
  .offset-md-45 {
    margin-left: 45%; }
  .offset-md-50 {
    margin-left: 50%; }
  .offset-md-55 {
    margin-left: 55%; }
  .offset-md-60 {
    margin-left: 60%; }
  .offset-md-65 {
    margin-left: 65%; }
  .offset-md-70 {
    margin-left: 70%; }
  .offset-md-75 {
    margin-left: 75%; }
  .offset-md-80 {
    margin-left: 80%; }
  .offset-md-85 {
    margin-left: 85%; }
  .offset-md-90 {
    margin-left: 90%; }
  .offset-md-95 {
    margin-left: 95%; }
  .offset-md-33,
  .offset-md-34 {
    margin-left: 33.33%; }
  .offset-md-66,
  .offset-md-67 {
    margin-left: 66.66%; }
  .flex-md {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .flex-md-0 {
    -webkit-flex: 0 0 0%;
    -ms-flex: 0 0 0%;
    flex: 0 0 0%; }
  .layout-row > .flex-md-0 {
    max-width: 0%; }
  .layout-column > .flex-md-0 {
    max-height: 0%; }
  .flex-md-5 {
    -webkit-flex: 0 0 5%;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%; }
  .layout-row > .flex-md-5 {
    max-width: 5%; }
  .layout-column > .flex-md-5 {
    max-height: 5%; }
  .flex-md-10 {
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%; }
  .layout-row > .flex-md-10 {
    max-width: 10%; }
  .layout-column > .flex-md-10 {
    max-height: 10%; }
  .flex-md-15 {
    -webkit-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%; }
  .layout-row > .flex-md-15 {
    max-width: 15%; }
  .layout-column > .flex-md-15 {
    max-height: 15%; }
  .flex-md-20 {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%; }
  .layout-row > .flex-md-20 {
    max-width: 20%; }
  .layout-column > .flex-md-20 {
    max-height: 20%; }
  .flex-md-25 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }
  .layout-row > .flex-md-25 {
    max-width: 25%; }
  .layout-column > .flex-md-25 {
    max-height: 25%; }
  .flex-md-30 {
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%; }
  .layout-row > .flex-md-30 {
    max-width: 30%; }
  .layout-column > .flex-md-30 {
    max-height: 30%; }
  .flex-md-35 {
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%; }
  .layout-row > .flex-md-35 {
    max-width: 35%; }
  .layout-column > .flex-md-35 {
    max-height: 35%; }
  .flex-md-40 {
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%; }
  .layout-row > .flex-md-40 {
    max-width: 40%; }
  .layout-column > .flex-md-40 {
    max-height: 40%; }
  .flex-md-45 {
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%; }
  .layout-row > .flex-md-45 {
    max-width: 45%; }
  .layout-column > .flex-md-45 {
    max-height: 45%; }
  .flex-md-50 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .layout-row > .flex-md-50 {
    max-width: 50%; }
  .layout-column > .flex-md-50 {
    max-height: 50%; }
  .flex-md-55 {
    -webkit-flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%; }
  .layout-row > .flex-md-55 {
    max-width: 55%; }
  .layout-column > .flex-md-55 {
    max-height: 55%; }
  .flex-md-60 {
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%; }
  .layout-row > .flex-md-60 {
    max-width: 60%; }
  .layout-column > .flex-md-60 {
    max-height: 60%; }
  .flex-md-65 {
    -webkit-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%; }
  .layout-row > .flex-md-65 {
    max-width: 65%; }
  .layout-column > .flex-md-65 {
    max-height: 65%; }
  .flex-md-70 {
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%; }
  .layout-row > .flex-md-70 {
    max-width: 70%; }
  .layout-column > .flex-md-70 {
    max-height: 70%; }
  .flex-md-75 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%; }
  .layout-row > .flex-md-75 {
    max-width: 75%; }
  .layout-column > .flex-md-75 {
    max-height: 75%; }
  .flex-md-80 {
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%; }
  .layout-row > .flex-md-80 {
    max-width: 80%; }
  .layout-column > .flex-md-80 {
    max-height: 80%; }
  .flex-md-85 {
    -webkit-flex: 0 0 85%;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%; }
  .layout-row > .flex-md-85 {
    max-width: 85%; }
  .layout-column > .flex-md-85 {
    max-height: 85%; }
  .flex-md-90 {
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%; }
  .layout-row > .flex-md-90 {
    max-width: 90%; }
  .layout-column > .flex-md-90 {
    max-height: 90%; }
  .flex-md-95 {
    -webkit-flex: 0 0 95%;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%; }
  .layout-row > .flex-md-95 {
    max-width: 95%; }
  .layout-column > .flex-md-95 {
    max-height: 95%; }
  .flex-md-100 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .layout-row > .flex-md-100 {
    max-width: 100%; }
  .layout-column > .flex-md-100 {
    max-height: 100%; }
  .flex-md-33,
  .flex-md-34 {
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%; }
  .flex-md-66,
  .flex-md-67 {
    -webkit-flex: 0 0 66.66%;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%; }
  .layout-row > .flex-md-33,
  .layout-row > .flex-md-34 {
    max-width: 33.33%; }
  .layout-row > .flex-md-66,
  .layout-row > .flex-md-67 {
    max-width: 66.66%; }
  .layout-column > .flex-md-33,
  .layout-column > .flex-md-34 {
    max-height: 33.33%; }
  .layout-column > .flex-md-66,
  .layout-column > .flex-md-67 {
    max-height: 66.66%; } }

@media screen and (min-width: 62rem) {
  .flex-order-gt-md-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .flex-order-gt-md-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .flex-order-gt-md-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .flex-order-gt-md-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .flex-order-gt-md-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .flex-order-gt-md-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .flex-order-gt-md-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .flex-order-gt-md-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .flex-order-gt-md-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .flex-order-gt-md-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .layout-align-gt-md-center,
  .layout-align-gt-md-center-center,
  .layout-align-gt-md-center-start,
  .layout-align-gt-md-center-end {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .layout-align-gt-md-end,
  .layout-align-gt-md-end-center,
  .layout-align-gt-md-end-start,
  .layout-align-gt-md-end-end {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .layout-align-gt-md-space-around,
  .layout-align-gt-md-space-around-center,
  .layout-align-gt-md-space-around-start,
  .layout-align-gt-md-space-around-end {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .layout-align-gt-md-space-between,
  .layout-align-gt-md-space-between-center,
  .layout-align-gt-md-space-between-start,
  .layout-align-gt-md-space-between-end {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .layout-align-gt-md-center-center,
  .layout-align-gt-md-start-center,
  .layout-align-gt-md-end-center,
  .layout-align-gt-md-space-between-center,
  .layout-align-gt-md-space-around-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .layout-align-gt-md-center-start,
  .layout-align-gt-md-start-start,
  .layout-align-gt-md-end-start,
  .layout-align-gt-md-space-between-start,
  .layout-align-gt-md-space-around-start {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .layout-align-gt-md-center-end,
  .layout-align-gt-md-start-end,
  .layout-align-gt-md-end-end,
  .layout-align-gt-md-space-between-end,
  .layout-align-gt-md-space-around-end {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .layout-gt-md-column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .layout-gt-md-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .offset-gt-md-5 {
    margin-left: 5%; }
  .offset-gt-md-10 {
    margin-left: 10%; }
  .offset-gt-md-15 {
    margin-left: 15%; }
  .offset-gt-md-20 {
    margin-left: 20%; }
  .offset-gt-md-25 {
    margin-left: 25%; }
  .offset-gt-md-30 {
    margin-left: 30%; }
  .offset-gt-md-35 {
    margin-left: 35%; }
  .offset-gt-md-40 {
    margin-left: 40%; }
  .offset-gt-md-45 {
    margin-left: 45%; }
  .offset-gt-md-50 {
    margin-left: 50%; }
  .offset-gt-md-55 {
    margin-left: 55%; }
  .offset-gt-md-60 {
    margin-left: 60%; }
  .offset-gt-md-65 {
    margin-left: 65%; }
  .offset-gt-md-70 {
    margin-left: 70%; }
  .offset-gt-md-75 {
    margin-left: 75%; }
  .offset-gt-md-80 {
    margin-left: 80%; }
  .offset-gt-md-85 {
    margin-left: 85%; }
  .offset-gt-md-90 {
    margin-left: 90%; }
  .offset-gt-md-95 {
    margin-left: 95%; }
  .offset-gt-md-33,
  .offset-gt-md-34 {
    margin-left: 33.33%; }
  .offset-gt-md-66,
  .offset-gt-md-67 {
    margin-left: 66.66%; }
  .flex-gt-md {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .flex-gt-md-0 {
    -webkit-flex: 0 0 0%;
    -ms-flex: 0 0 0%;
    flex: 0 0 0%; }
  .layout-row > .flex-gt-md-0 {
    max-width: 0%; }
  .layout-column > .flex-gt-md-0 {
    max-height: 0%; }
  .flex-gt-md-5 {
    -webkit-flex: 0 0 5%;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%; }
  .layout-row > .flex-gt-md-5 {
    max-width: 5%; }
  .layout-column > .flex-gt-md-5 {
    max-height: 5%; }
  .flex-gt-md-10 {
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%; }
  .layout-row > .flex-gt-md-10 {
    max-width: 10%; }
  .layout-column > .flex-gt-md-10 {
    max-height: 10%; }
  .flex-gt-md-15 {
    -webkit-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%; }
  .layout-row > .flex-gt-md-15 {
    max-width: 15%; }
  .layout-column > .flex-gt-md-15 {
    max-height: 15%; }
  .flex-gt-md-20 {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%; }
  .layout-row > .flex-gt-md-20 {
    max-width: 20%; }
  .layout-column > .flex-gt-md-20 {
    max-height: 20%; }
  .flex-gt-md-25 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }
  .layout-row > .flex-gt-md-25 {
    max-width: 25%; }
  .layout-column > .flex-gt-md-25 {
    max-height: 25%; }
  .flex-gt-md-30 {
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%; }
  .layout-row > .flex-gt-md-30 {
    max-width: 30%; }
  .layout-column > .flex-gt-md-30 {
    max-height: 30%; }
  .flex-gt-md-35 {
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%; }
  .layout-row > .flex-gt-md-35 {
    max-width: 35%; }
  .layout-column > .flex-gt-md-35 {
    max-height: 35%; }
  .flex-gt-md-40 {
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%; }
  .layout-row > .flex-gt-md-40 {
    max-width: 40%; }
  .layout-column > .flex-gt-md-40 {
    max-height: 40%; }
  .flex-gt-md-45 {
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%; }
  .layout-row > .flex-gt-md-45 {
    max-width: 45%; }
  .layout-column > .flex-gt-md-45 {
    max-height: 45%; }
  .flex-gt-md-50 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .layout-row > .flex-gt-md-50 {
    max-width: 50%; }
  .layout-column > .flex-gt-md-50 {
    max-height: 50%; }
  .flex-gt-md-55 {
    -webkit-flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%; }
  .layout-row > .flex-gt-md-55 {
    max-width: 55%; }
  .layout-column > .flex-gt-md-55 {
    max-height: 55%; }
  .flex-gt-md-60 {
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%; }
  .layout-row > .flex-gt-md-60 {
    max-width: 60%; }
  .layout-column > .flex-gt-md-60 {
    max-height: 60%; }
  .flex-gt-md-65 {
    -webkit-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%; }
  .layout-row > .flex-gt-md-65 {
    max-width: 65%; }
  .layout-column > .flex-gt-md-65 {
    max-height: 65%; }
  .flex-gt-md-70 {
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%; }
  .layout-row > .flex-gt-md-70 {
    max-width: 70%; }
  .layout-column > .flex-gt-md-70 {
    max-height: 70%; }
  .flex-gt-md-75 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%; }
  .layout-row > .flex-gt-md-75 {
    max-width: 75%; }
  .layout-column > .flex-gt-md-75 {
    max-height: 75%; }
  .flex-gt-md-80 {
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%; }
  .layout-row > .flex-gt-md-80 {
    max-width: 80%; }
  .layout-column > .flex-gt-md-80 {
    max-height: 80%; }
  .flex-gt-md-85 {
    -webkit-flex: 0 0 85%;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%; }
  .layout-row > .flex-gt-md-85 {
    max-width: 85%; }
  .layout-column > .flex-gt-md-85 {
    max-height: 85%; }
  .flex-gt-md-90 {
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%; }
  .layout-row > .flex-gt-md-90 {
    max-width: 90%; }
  .layout-column > .flex-gt-md-90 {
    max-height: 90%; }
  .flex-gt-md-95 {
    -webkit-flex: 0 0 95%;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%; }
  .layout-row > .flex-gt-md-95 {
    max-width: 95%; }
  .layout-column > .flex-gt-md-95 {
    max-height: 95%; }
  .flex-gt-md-100 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .layout-row > .flex-gt-md-100 {
    max-width: 100%; }
  .layout-column > .flex-gt-md-100 {
    max-height: 100%; }
  .flex-gt-md-33,
  .flex-gt-md-34 {
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%; }
  .flex-gt-md-66,
  .flex-gt-md-67 {
    -webkit-flex: 0 0 66.66%;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%; }
  .layout-row > .flex-gt-md-33,
  .layout-row > .flex-gt-md-34 {
    max-width: 33.33%; }
  .layout-row > .flex-gt-md-66,
  .layout-row > .flex-gt-md-67 {
    max-width: 66.66%; }
  .layout-column > .flex-gt-md-33,
  .layout-column > .flex-gt-md-34 {
    max-height: 33.33%; }
  .layout-column > .flex-gt-md-66,
  .layout-column > .flex-gt-md-67 {
    max-height: 66.66%; } }

@media screen and (min-width: 62rem) and (max-width: 74.999rem) {
  .flex-order-lg-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .flex-order-lg-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .flex-order-lg-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .flex-order-lg-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .flex-order-lg-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .flex-order-lg-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .flex-order-lg-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .flex-order-lg-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .flex-order-lg-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .flex-order-lg-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .layout-align-lg-center,
  .layout-align-lg-center-center,
  .layout-align-lg-center-start,
  .layout-align-lg-center-end {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .layout-align-lg-end,
  .layout-align-lg-end-center,
  .layout-align-lg-end-start,
  .layout-align-lg-end-end {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .layout-align-lg-space-around,
  .layout-align-lg-space-around-center,
  .layout-align-lg-space-around-start,
  .layout-align-lg-space-around-end {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .layout-align-lg-space-between,
  .layout-align-lg-space-between-center,
  .layout-align-lg-space-between-start,
  .layout-align-lg-space-between-end {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .layout-align-lg-center-center,
  .layout-align-lg-start-center,
  .layout-align-lg-end-center,
  .layout-align-lg-space-between-center,
  .layout-align-lg-space-around-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .layout-align-lg-center-start,
  .layout-align-lg-start-start,
  .layout-align-lg-end-start,
  .layout-align-lg-space-between-start,
  .layout-align-lg-space-around-start {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .layout-align-lg-center-end,
  .layout-align-lg-start-end,
  .layout-align-lg-end-end,
  .layout-align-lg-space-between-end,
  .layout-align-lg-space-around-end {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .layout-lg-column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .layout-lg-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .offset-lg-5 {
    margin-left: 5%; }
  .offset-lg-10 {
    margin-left: 10%; }
  .offset-lg-15 {
    margin-left: 15%; }
  .offset-lg-20 {
    margin-left: 20%; }
  .offset-lg-25 {
    margin-left: 25%; }
  .offset-lg-30 {
    margin-left: 30%; }
  .offset-lg-35 {
    margin-left: 35%; }
  .offset-lg-40 {
    margin-left: 40%; }
  .offset-lg-45 {
    margin-left: 45%; }
  .offset-lg-50 {
    margin-left: 50%; }
  .offset-lg-55 {
    margin-left: 55%; }
  .offset-lg-60 {
    margin-left: 60%; }
  .offset-lg-65 {
    margin-left: 65%; }
  .offset-lg-70 {
    margin-left: 70%; }
  .offset-lg-75 {
    margin-left: 75%; }
  .offset-lg-80 {
    margin-left: 80%; }
  .offset-lg-85 {
    margin-left: 85%; }
  .offset-lg-90 {
    margin-left: 90%; }
  .offset-lg-95 {
    margin-left: 95%; }
  .offset-lg-33,
  .offset-lg-34 {
    margin-left: 33.33%; }
  .offset-lg-66,
  .offset-lg-67 {
    margin-left: 66.66%; }
  .flex-lg {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .flex-lg-0 {
    -webkit-flex: 0 0 0%;
    -ms-flex: 0 0 0%;
    flex: 0 0 0%; }
  .layout-row > .flex-lg-0 {
    max-width: 0%; }
  .layout-column > .flex-lg-0 {
    max-height: 0%; }
  .flex-lg-5 {
    -webkit-flex: 0 0 5%;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%; }
  .layout-row > .flex-lg-5 {
    max-width: 5%; }
  .layout-column > .flex-lg-5 {
    max-height: 5%; }
  .flex-lg-10 {
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%; }
  .layout-row > .flex-lg-10 {
    max-width: 10%; }
  .layout-column > .flex-lg-10 {
    max-height: 10%; }
  .flex-lg-15 {
    -webkit-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%; }
  .layout-row > .flex-lg-15 {
    max-width: 15%; }
  .layout-column > .flex-lg-15 {
    max-height: 15%; }
  .flex-lg-20 {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%; }
  .layout-row > .flex-lg-20 {
    max-width: 20%; }
  .layout-column > .flex-lg-20 {
    max-height: 20%; }
  .flex-lg-25 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }
  .layout-row > .flex-lg-25 {
    max-width: 25%; }
  .layout-column > .flex-lg-25 {
    max-height: 25%; }
  .flex-lg-30 {
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%; }
  .layout-row > .flex-lg-30 {
    max-width: 30%; }
  .layout-column > .flex-lg-30 {
    max-height: 30%; }
  .flex-lg-35 {
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%; }
  .layout-row > .flex-lg-35 {
    max-width: 35%; }
  .layout-column > .flex-lg-35 {
    max-height: 35%; }
  .flex-lg-40 {
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%; }
  .layout-row > .flex-lg-40 {
    max-width: 40%; }
  .layout-column > .flex-lg-40 {
    max-height: 40%; }
  .flex-lg-45 {
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%; }
  .layout-row > .flex-lg-45 {
    max-width: 45%; }
  .layout-column > .flex-lg-45 {
    max-height: 45%; }
  .flex-lg-50 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .layout-row > .flex-lg-50 {
    max-width: 50%; }
  .layout-column > .flex-lg-50 {
    max-height: 50%; }
  .flex-lg-55 {
    -webkit-flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%; }
  .layout-row > .flex-lg-55 {
    max-width: 55%; }
  .layout-column > .flex-lg-55 {
    max-height: 55%; }
  .flex-lg-60 {
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%; }
  .layout-row > .flex-lg-60 {
    max-width: 60%; }
  .layout-column > .flex-lg-60 {
    max-height: 60%; }
  .flex-lg-65 {
    -webkit-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%; }
  .layout-row > .flex-lg-65 {
    max-width: 65%; }
  .layout-column > .flex-lg-65 {
    max-height: 65%; }
  .flex-lg-70 {
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%; }
  .layout-row > .flex-lg-70 {
    max-width: 70%; }
  .layout-column > .flex-lg-70 {
    max-height: 70%; }
  .flex-lg-75 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%; }
  .layout-row > .flex-lg-75 {
    max-width: 75%; }
  .layout-column > .flex-lg-75 {
    max-height: 75%; }
  .flex-lg-80 {
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%; }
  .layout-row > .flex-lg-80 {
    max-width: 80%; }
  .layout-column > .flex-lg-80 {
    max-height: 80%; }
  .flex-lg-85 {
    -webkit-flex: 0 0 85%;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%; }
  .layout-row > .flex-lg-85 {
    max-width: 85%; }
  .layout-column > .flex-lg-85 {
    max-height: 85%; }
  .flex-lg-90 {
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%; }
  .layout-row > .flex-lg-90 {
    max-width: 90%; }
  .layout-column > .flex-lg-90 {
    max-height: 90%; }
  .flex-lg-95 {
    -webkit-flex: 0 0 95%;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%; }
  .layout-row > .flex-lg-95 {
    max-width: 95%; }
  .layout-column > .flex-lg-95 {
    max-height: 95%; }
  .flex-lg-100 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .layout-row > .flex-lg-100 {
    max-width: 100%; }
  .layout-column > .flex-lg-100 {
    max-height: 100%; }
  .flex-lg-33,
  .flex-lg-34 {
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%; }
  .flex-lg-66,
  .flex-lg-67 {
    -webkit-flex: 0 0 66.66%;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%; }
  .layout-row > .flex-lg-33,
  .layout-row > .flex-lg-34 {
    max-width: 33.33%; }
  .layout-row > .flex-lg-66,
  .layout-row > .flex-lg-67 {
    max-width: 66.66%; }
  .layout-column > .flex-lg-33,
  .layout-column > .flex-lg-34 {
    max-height: 33.33%; }
  .layout-column > .flex-lg-66,
  .layout-column > .flex-lg-67 {
    max-height: 66.66%; } }

@media screen and (min-width: 75rem) {
  .flex-order-gt-lg-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .flex-order-gt-lg-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .flex-order-gt-lg-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .flex-order-gt-lg-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .flex-order-gt-lg-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .flex-order-gt-lg-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .flex-order-gt-lg-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .flex-order-gt-lg-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7; }
  .flex-order-gt-lg-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8; }
  .flex-order-gt-lg-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9; }
  .layout-align-gt-lg-center,
  .layout-align-gt-lg-center-center,
  .layout-align-gt-lg-center-start,
  .layout-align-gt-lg-center-end {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .layout-align-gt-lg-end,
  .layout-align-gt-lg-end-center,
  .layout-align-gt-lg-end-start,
  .layout-align-gt-lg-end-end {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .layout-align-gt-lg-space-around,
  .layout-align-gt-lg-space-around-center,
  .layout-align-gt-lg-space-around-start,
  .layout-align-gt-lg-space-around-end {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .layout-align-gt-lg-space-between,
  .layout-align-gt-lg-space-between-center,
  .layout-align-gt-lg-space-between-start,
  .layout-align-gt-lg-space-between-end {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .layout-align-gt-lg-center-center,
  .layout-align-gt-lg-start-center,
  .layout-align-gt-lg-end-center,
  .layout-align-gt-lg-space-between-center,
  .layout-align-gt-lg-space-around-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .layout-align-gt-lg-center-start,
  .layout-align-gt-lg-start-start,
  .layout-align-gt-lg-end-start,
  .layout-align-gt-lg-space-between-start,
  .layout-align-gt-lg-space-around-start {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .layout-align-gt-lg-center-end,
  .layout-align-gt-lg-start-end,
  .layout-align-gt-lg-end-end,
  .layout-align-gt-lg-space-between-end,
  .layout-align-gt-lg-space-around-end {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .layout-gt-lg-column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .layout-gt-lg-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .offset-gt-lg-5 {
    margin-left: 5%; }
  .offset-gt-lg-10 {
    margin-left: 10%; }
  .offset-gt-lg-15 {
    margin-left: 15%; }
  .offset-gt-lg-20 {
    margin-left: 20%; }
  .offset-gt-lg-25 {
    margin-left: 25%; }
  .offset-gt-lg-30 {
    margin-left: 30%; }
  .offset-gt-lg-35 {
    margin-left: 35%; }
  .offset-gt-lg-40 {
    margin-left: 40%; }
  .offset-gt-lg-45 {
    margin-left: 45%; }
  .offset-gt-lg-50 {
    margin-left: 50%; }
  .offset-gt-lg-55 {
    margin-left: 55%; }
  .offset-gt-lg-60 {
    margin-left: 60%; }
  .offset-gt-lg-65 {
    margin-left: 65%; }
  .offset-gt-lg-70 {
    margin-left: 70%; }
  .offset-gt-lg-75 {
    margin-left: 75%; }
  .offset-gt-lg-80 {
    margin-left: 80%; }
  .offset-gt-lg-85 {
    margin-left: 85%; }
  .offset-gt-lg-90 {
    margin-left: 90%; }
  .offset-gt-lg-95 {
    margin-left: 95%; }
  .offset-gt-lg-33,
  .offset-gt-lg-34 {
    margin-left: 33.33%; }
  .offset-gt-lg-66,
  .offset-gt-lg-67 {
    margin-left: 66.66%; }
  .flex-gt-lg {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .flex-gt-lg-0 {
    -webkit-flex: 0 0 0%;
    -ms-flex: 0 0 0%;
    flex: 0 0 0%; }
  .layout-row > .flex-gt-lg-0 {
    max-width: 0%; }
  .layout-column > .flex-gt-lg-0 {
    max-height: 0%; }
  .flex-gt-lg-5 {
    -webkit-flex: 0 0 5%;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%; }
  .layout-row > .flex-gt-lg-5 {
    max-width: 5%; }
  .layout-column > .flex-gt-lg-5 {
    max-height: 5%; }
  .flex-gt-lg-10 {
    -webkit-flex: 0 0 10%;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%; }
  .layout-row > .flex-gt-lg-10 {
    max-width: 10%; }
  .layout-column > .flex-gt-lg-10 {
    max-height: 10%; }
  .flex-gt-lg-15 {
    -webkit-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%; }
  .layout-row > .flex-gt-lg-15 {
    max-width: 15%; }
  .layout-column > .flex-gt-lg-15 {
    max-height: 15%; }
  .flex-gt-lg-20 {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%; }
  .layout-row > .flex-gt-lg-20 {
    max-width: 20%; }
  .layout-column > .flex-gt-lg-20 {
    max-height: 20%; }
  .flex-gt-lg-25 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }
  .layout-row > .flex-gt-lg-25 {
    max-width: 25%; }
  .layout-column > .flex-gt-lg-25 {
    max-height: 25%; }
  .flex-gt-lg-30 {
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%; }
  .layout-row > .flex-gt-lg-30 {
    max-width: 30%; }
  .layout-column > .flex-gt-lg-30 {
    max-height: 30%; }
  .flex-gt-lg-35 {
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%; }
  .layout-row > .flex-gt-lg-35 {
    max-width: 35%; }
  .layout-column > .flex-gt-lg-35 {
    max-height: 35%; }
  .flex-gt-lg-40 {
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%; }
  .layout-row > .flex-gt-lg-40 {
    max-width: 40%; }
  .layout-column > .flex-gt-lg-40 {
    max-height: 40%; }
  .flex-gt-lg-45 {
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%; }
  .layout-row > .flex-gt-lg-45 {
    max-width: 45%; }
  .layout-column > .flex-gt-lg-45 {
    max-height: 45%; }
  .flex-gt-lg-50 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .layout-row > .flex-gt-lg-50 {
    max-width: 50%; }
  .layout-column > .flex-gt-lg-50 {
    max-height: 50%; }
  .flex-gt-lg-55 {
    -webkit-flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%; }
  .layout-row > .flex-gt-lg-55 {
    max-width: 55%; }
  .layout-column > .flex-gt-lg-55 {
    max-height: 55%; }
  .flex-gt-lg-60 {
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%; }
  .layout-row > .flex-gt-lg-60 {
    max-width: 60%; }
  .layout-column > .flex-gt-lg-60 {
    max-height: 60%; }
  .flex-gt-lg-65 {
    -webkit-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%; }
  .layout-row > .flex-gt-lg-65 {
    max-width: 65%; }
  .layout-column > .flex-gt-lg-65 {
    max-height: 65%; }
  .flex-gt-lg-70 {
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%; }
  .layout-row > .flex-gt-lg-70 {
    max-width: 70%; }
  .layout-column > .flex-gt-lg-70 {
    max-height: 70%; }
  .flex-gt-lg-75 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%; }
  .layout-row > .flex-gt-lg-75 {
    max-width: 75%; }
  .layout-column > .flex-gt-lg-75 {
    max-height: 75%; }
  .flex-gt-lg-80 {
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%; }
  .layout-row > .flex-gt-lg-80 {
    max-width: 80%; }
  .layout-column > .flex-gt-lg-80 {
    max-height: 80%; }
  .flex-gt-lg-85 {
    -webkit-flex: 0 0 85%;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%; }
  .layout-row > .flex-gt-lg-85 {
    max-width: 85%; }
  .layout-column > .flex-gt-lg-85 {
    max-height: 85%; }
  .flex-gt-lg-90 {
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%; }
  .layout-row > .flex-gt-lg-90 {
    max-width: 90%; }
  .layout-column > .flex-gt-lg-90 {
    max-height: 90%; }
  .flex-gt-lg-95 {
    -webkit-flex: 0 0 95%;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%; }
  .layout-row > .flex-gt-lg-95 {
    max-width: 95%; }
  .layout-column > .flex-gt-lg-95 {
    max-height: 95%; }
  .flex-gt-lg-100 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .layout-row > .flex-gt-lg-100 {
    max-width: 100%; }
  .layout-column > .flex-gt-lg-100 {
    max-height: 100%; }
  .flex-gt-lg-33,
  .flex-gt-lg-34 {
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%; }
  .flex-gt-lg-66,
  .flex-gt-lg-67 {
    -webkit-flex: 0 0 66.66%;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%; }
  .layout-row > .flex-gt-lg-33,
  .layout-row > .flex-gt-lg-34 {
    max-width: 33.33%; }
  .layout-row > .flex-gt-lg-66,
  .layout-row > .flex-gt-lg-67 {
    max-width: 66.66%; }
  .layout-column > .flex-gt-lg-33,
  .layout-column > .flex-gt-lg-34 {
    max-height: 33.33%; }
  .layout-column > .flex-gt-lg-66,
  .layout-column > .flex-gt-lg-67 {
    max-height: 66.66%; } }

.form-group {
  border: 0;
  margin: 0 0 1em;
  padding: 0; }
  .form-group .form-legend {
    margin: 0 0 0.5em;
    font-weight: 700; }

.form-control {
  margin: 0.5em 0;
  min-width: 1.875em;
  min-height: 1.25em;
  padding: 0;
  position: relative; }

.form-label {
  display: inline-block;
  font-weight: 700;
  padding: 0.5em 0;
  transition: color 0.2s cubic-bezier(0.4, 0, 1, 1);
  cursor: pointer; }
  .form-label.is-disabled {
    color: rgba(0, 0, 0, 0.54);
    cursor: default; }

.form-info {
  color: rgba(0, 0, 0, 0.54);
  font-size: 0.875em;
  margin-bottom: 0; }
  @media screen and (max-width: 49.999rem) {
    .form-info {
      font-size: 0.75em; } }

.form-error,
.form-warning {
  display: block;
  margin: 0.25em 0;
  font-size: 0.875em;
  font-weight: 500; }
  @media screen and (max-width: 49.999rem) {
    .form-error,
    .form-warning {
      font-size: 0.75em; } }
  .form-error svg,
  .form-warning svg {
    vertical-align: middle; }

.form-error {
  color: #963939; }
  .form-error svg {
    fill: #963939; }

.form-warning {
  color: #8d4832; }
  .form-warning svg {
    fill: #8d4832; }

input[type='checkbox'] {
  position: absolute;
  z-index: 2002;
  top: 0;
  left: 0;
  width: 1.25em;
  height: 1.25em;
  opacity: 0;
  cursor: pointer; }
  input[type='checkbox'] + .form-label {
    padding: 0 0 0 1.75em;
    font-weight: 500; }
    input[type='checkbox'] + .form-label:before {
      content: '';
      position: absolute;
      z-index: 2000;
      top: 0;
      left: 0;
      width: 1.25em;
      height: 1.25em;
      border-radius: 0.188em;
      border-width: 0.125em;
      border-style: solid;
      border-color: rgba(0, 0, 0, 0.87);
      transition: background-color 0.2s cubic-bezier(0.4, 0, 1, 1), border-color 0.2s cubic-bezier(0.4, 0, 1, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1); }
    input[type='checkbox'] + .form-label:after {
      content: '';
      position: absolute;
      z-index: 2001;
      top: .313em;
      left: .25em;
      width: .75em;
      height: .375em;
      border-top: none;
      border-right: none;
      border-left: 0.125em solid #fff;
      border-bottom: 0.125em solid #fff;
      transform: scale(0) rotate(-45deg);
      transition: transform 0.2s cubic-bezier(0.4, 0, 1, 1); }

input[type='checkbox']:focus + .form-label:before {
  border-color: #373c3e;
  outline: transparent solid .25rem;
  -webkit-box-shadow: 0 0 0 0.25rem #5b9dd9;
  -moz-box-shadow: 0 0 0 0.25rem #5b9dd9;
  box-shadow: 0 0 0 0.25rem #5b9dd9; }

input[type='checkbox']:checked + .form-label:before {
  background-color: #373c3e;
  border-color: #373c3e; }

input[type='checkbox']:checked + .form-label:after {
  transform: scale(1) rotate(-45deg); }

input[type='checkbox'][disabled],
input[type='checkbox'].disabled {
  cursor: default; }
  input[type='checkbox'][disabled] + .form-label,
  input[type='checkbox'].disabled + .form-label {
    color: rgba(0, 0, 0, 0.54);
    cursor: default; }
    input[type='checkbox'][disabled] + .form-label:before,
    input[type='checkbox'].disabled + .form-label:before {
      border-color: rgba(0, 0, 0, 0.26); }

input[type='checkbox'][disabled]:checked + .form-label:before,
input[type='checkbox'].disabled:checked + .form-label:before {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: transparent; }

input[type='checkbox'][disabled]:checked + .form-label:after,
input[type='checkbox'].disabled:checked + .form-label:after {
  color: rgba(255, 255, 255, 0.87); }

[dir="rtl"] input[type='checkbox'] {
  left: auto;
  right: 0; }
  [dir="rtl"] input[type='checkbox'] + .form-label {
    padding: 0 1.75em 0 0; }
    [dir="rtl"] input[type='checkbox'] + .form-label:before {
      left: auto;
      right: 0; }
    [dir="rtl"] input[type='checkbox'] + .form-label:after {
      left: auto;
      right: .25em; }

input[type='radio'] {
  position: absolute;
  z-index: 2002;
  top: 0;
  left: 0;
  width: 1.25em;
  height: 1.25em;
  opacity: 0;
  cursor: pointer; }
  input[type='radio'] + .form-label {
    padding: 0 0 0 1.75em;
    font-weight: 500; }
    input[type='radio'] + .form-label:before {
      content: '';
      position: absolute;
      z-index: 2000;
      top: 0;
      left: 0;
      width: 1.25em;
      height: 1.25em;
      border-radius: 50%;
      border-width: 0.125em;
      border-style: solid;
      border-color: rgba(0, 0, 0, 0.87);
      transition: background-color 0.2s cubic-bezier(0.4, 0, 1, 1), border-color 0.2s cubic-bezier(0.4, 0, 1, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1); }
    input[type='radio'] + .form-label:after {
      content: '';
      position: absolute;
      z-index: 2001;
      top: 0;
      left: 0;
      width: 1.25em;
      height: 1.25em;
      border-radius: 50%;
      background-color: #373c3e;
      transform: scale(0);
      transition: transform 0.2s cubic-bezier(0.4, 0, 1, 1); }

input[type='radio']:focus + .form-label:before {
  border-color: #373c3e;
  outline: transparent solid .25rem;
  -webkit-box-shadow: 0 0 0 0.25rem #5b9dd9;
  -moz-box-shadow: 0 0 0 0.25rem #5b9dd9;
  box-shadow: 0 0 0 0.25rem #5b9dd9; }

input[type='radio']:checked + .form-label:before {
  border-color: #373c3e; }

input[type='radio']:checked + .form-label:after {
  transform: scale(0.6); }

input[type='radio'][disabled],
input[type='radio'].disabled {
  cursor: default; }
  input[type='radio'][disabled] + .form-label,
  input[type='radio'].disabled + .form-label {
    color: rgba(0, 0, 0, 0.54);
    cursor: default; }
    input[type='radio'][disabled] + .form-label:before,
    input[type='radio'].disabled + .form-label:before {
      border-color: rgba(0, 0, 0, 0.26); }

input[type='radio'][disabled]:checked + .form-label:before,
input[type='radio'].disabled:checked + .form-label:before {
  border-color: rgba(0, 0, 0, 0.26); }

input[type='radio'][disabled]:checked + .form-label:after,
input[type='radio'].disabled:checked + .form-label:after {
  background-color: rgba(0, 0, 0, 0.26); }

[dir="rtl"] input[type='radio'] {
  left: auto;
  right: 0; }
  [dir="rtl"] input[type='radio'] + .form-label {
    padding: 0 1.75em 0 0; }
    [dir="rtl"] input[type='radio'] + .form-label:before {
      left: auto;
      right: 0; }
    [dir="rtl"] input[type='radio'] + .form-label:after {
      left: auto;
      right: 0; }

select {
  width: 100%;
  height: 2.571em;
  margin-bottom: 0.5em;
  border: 1px solid #333;
  transition: border-color 0.2s cubic-bezier(0.4, 0, 1, 1), color 0.2s cubic-bezier(0.4, 0, 1, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1); }
  select[disabled], select.disabled {
    color: rgba(0, 0, 0, 0.54);
    border-color: rgba(0, 0, 0, 0.26);
    cursor: not-allowed; }

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.26); }

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.26); }

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.26); }

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
.form-control-static {
  width: 100%;
  height: 2.571em;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
  border: 1px solid #333;
  transition: border-color 0.2s cubic-bezier(0.4, 0, 1, 1), color 0.2s cubic-bezier(0.4, 0, 1, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1); }
  input[type="email"][disabled], input[type="email"].disabled,
  input[type="number"][disabled],
  input[type="number"].disabled,
  input[type="password"][disabled],
  input[type="password"].disabled,
  input[type="search"][disabled],
  input[type="search"].disabled,
  input[type="tel"][disabled],
  input[type="tel"].disabled,
  input[type="text"][disabled],
  input[type="text"].disabled,
  input[type="url"][disabled],
  input[type="url"].disabled,
  .form-control-static[disabled],
  .form-control-static.disabled {
    color: rgba(0, 0, 0, 0.54);
    border-color: rgba(0, 0, 0, 0.26);
    cursor: not-allowed; }
  .has-error input[type="email"], .has-error
  input[type="number"], .has-error
  input[type="password"], .has-error
  input[type="search"], .has-error
  input[type="tel"], .has-error
  input[type="text"], .has-error
  input[type="url"], .has-error
  .form-control-static {
    border-color: #963939;
    box-shadow: inset 1px 1px 0px #963939, inset -1px -1px 0px #963939; }
  .has-warning input[type="email"], .has-warning
  input[type="number"], .has-warning
  input[type="password"], .has-warning
  input[type="search"], .has-warning
  input[type="tel"], .has-warning
  input[type="text"], .has-warning
  input[type="url"], .has-warning
  .form-control-static {
    border-color: #8d4832;
    box-shadow: inset 1px 1px 0px #8d4832, inset -1px -1px 0px #8d4832; }

.form-control-static {
  border-color: transparent;
  padding: 0;
  line-height: 2.571em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

textarea {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 5.142em;
  margin-bottom: 0.5em;
  padding: 0.5em;
  background-color: white;
  border: 1px solid #333;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 1, 1), border-color 0.2s cubic-bezier(0.4, 0, 1, 1), color 0.2s cubic-bezier(0.4, 0, 1, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), max-height 0.2s cubic-bezier(0.4, 0, 1, 1); }
  textarea[disabled], textarea.disabled {
    color: rgba(0, 0, 0, 0.54);
    border-color: rgba(0, 0, 0, 0.26);
    background-color: transparent;
    cursor: not-allowed; }
  .has-error textarea {
    border-color: #963939;
    box-shadow: inset 1px 1px 0px #963939, inset -1px -1px 0px #963939; }
  .has-warning textarea {
    border-color: #8d4832;
    box-shadow: inset 1px 1px 0px #8d4832, inset -1px -1px 0px #8d4832; }

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.26); }

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.26); }

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.26); }

.switch-container {
  cursor: pointer;
  position: relative;
  width: 2.125em;
  display: inline-block;
  height: 0.875em;
  border-radius: 0.5em;
  transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
  margin: 0 0.313em;
  /*Theme*/
  background-color: #ccc;
  /*Thumb*/ }
  .switch-container:before {
    content: "";
    top: -0.250em;
    left: -0.188em;
    transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
    position: absolute;
    height: 1.250em;
    width: 1.250em;
    border-radius: 50%;
    box-shadow: 0 0.063em 0.188em 0 rgba(0, 0, 0, 0.2), 0 0.063em 0.063em 0 rgba(0, 0, 0, 0.14), 0 0.125em 0.063em -0.063em rgba(0, 0, 0, 0.12);
    /*Theme*/
    background-color: #ccc; }
  .switch-container.switch-checked {
    background-color: #8d979a; }
    .switch-container.switch-checked:before {
      transform: translate3d(100%, 0, 0);
      background-color: #373c3e; }
  .switch-container.switch-disabled {
    opacity: .5; }
    .switch-container.switch-disabled + .form-label {
      color: rgba(0, 0, 0, 0.54);
      cursor: default; }
  .switch-container input {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: -0.250em;
    width: calc(100% + 0.5em); }

/**
 * ------------------------------------------------------------------------
 * Loading Spinner
 * ------------------------------------------------------------------------
 */
.panel-spinner {
  display: none;
  height: 0;
  width: 0;
  position: fixed;
  z-index: 11999;
  right: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, 0);
  text-align: center;
  -webkit-transition: background-color .15s linear;
  transition: background-color .15s linear; }
  .panel-spinner .panel-spinner-message {
    font-size: 1rem;
    position: relative;
    top: 50%;
    margin-top: -0.5rem; }
  .loading .panel-spinner {
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white; }

.loading {
  overflow: hidden !important; }

.file-upload input[type=file] {
  display: none;
  margin: 10px; }
  .file-upload input[type=file] + label {
    display: inline-block;
    margin: 20px;
    padding: 4px 32px;
    background-color: #2D6C7A;
    border: solid 1px #666F77;
    border-radius: 6px;
    color: #666F77; }
  .file-upload input[type=file]:active + label {
    background-image: none;
    background-color: #2D6C7A;
    color: #FFFFFF; }

.br-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em; }
  .br-icon svg {
    width: 100%;
    height: 100%; }

.wizard-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden; }

.wizard-step {
  position: absolute;
  z-index: 2000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2em;
  overflow-y: auto;
  overflow-x: hidden;
  transform: translateX(0%); }
  .wizard-step:not(.passive) {
    transition: transform 0.2s cubic-bezier(0.4, 0, 1, 1); }
  .wizard-step.next-position {
    transform: translateX(100%); }
  .wizard-step.prev-position {
    transform: translateX(-100%); }

[dir="rtl"] .wizard-step.next-position {
  transform: translateX(-100%); }

[dir="rtl"] .wizard-step.prev-position {
  transform: translateX(100%); }

.alert-positioner {
  display: block;
  height: 0;
  text-align: center;
  background-color: pink; }

.alert-wrapper {
  display: inline-block;
  position: relative;
  z-index: 3200;
  overflow: hidden;
  max-width: 90%;
  top: 7.5em; }
  .edit-mode .alert-wrapper {
    top: 4.5em; }

.alert {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0.5em 1em 1em;
  padding: 0.5em 1em;
  color: rgba(0, 0, 0, 0.87);
  box-shadow: 0 0.188em 0.313em -0.063em rgba(0, 0, 0, 0.2), 0 0.375em 0.625em 0 rgba(0, 0, 0, 0.14), 0 0.063em 1.125em 0 rgba(0, 0, 0, 0.12);
  transition: transform .2s ease-out; }
  .alert.ng-enter {
    transform: translateY(calc(-100% - .7em)); }
    .alert.ng-enter.ng-enter-active {
      transform: translateY(0); }
  .alert.ng-leave {
    transform: translateY(0); }
    .alert.ng-leave.ng-leave-active {
      transform: translateY(calc(-100% - .7em)); }
  .alert .alert-text {
    white-space: pre-line;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 2em 0 1em; }
    [dir="rtl"] .alert .alert-text {
      padding: 0 1em 0 2em; }
  .alert .alert-close .btn {
    width: 2em;
    height: 2em;
    min-width: auto;
    padding: .5em;
    text-align: center; }
    .alert .alert-close .btn .br-icon {
      width: 100%;
      height: 100%; }
  .alert.alert-info {
    background-color: #d9e3e9;
    color: #2d6990; }
    .alert.alert-info svg {
      fill: #2d6990; }
    .alert.alert-info a,
    .alert.alert-info .form-control .form-label {
      color: #2d6990; }
  .alert.alert-success {
    background-color: #dee9e1;
    color: #3d614c; }
    .alert.alert-success svg {
      fill: #3d614c; }
    .alert.alert-success a,
    .alert.alert-success .form-control .form-label {
      color: #3d614c; }
  .alert.alert-warning {
    background-color: #ffcc80;
    color: #8d4832; }
    .alert.alert-warning svg {
      fill: #8d4832; }
    .alert.alert-warning a,
    .alert.alert-warning .form-control .form-label {
      color: #8d4832; }
  .alert.alert-error {
    background-color: #efd8d7;
    color: #963939; }
    .alert.alert-error svg {
      fill: #963939; }
    .alert.alert-error a,
    .alert.alert-error .form-control .form-label {
      color: #963939; }
  .alert.alert--highlight {
    margin: 1em 0 3em;
    border-left: 5px solid; }
    [dir="rtl"] .alert.alert--highlight {
      border-left: 0;
      border-right: 5px solid; }

.alert-test-mode-dashboard {
  text-align: center;
  z-index: 2001;
  left: 0;
  transition: all ease-in .3s, color ease-in .01s; }
  .alert-test-mode-dashboard.visible {
    padding: 0.625em; }
  .alert-test-mode-dashboard.alert-active {
    background-color: #8f2c3b;
    color: white;
    width: 100%;
    position: fixed;
    padding: 0.625em; }
    .alert-test-mode-dashboard.alert-active .switch-container.switch-checked {
      background: #efefef; }
      .alert-test-mode-dashboard.alert-active .switch-container.switch-checked:before {
        background-color: #ffffff; }

.alert-info {
  color: #2d6990; }

.breadcrumb-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 4.571em;
  background-color: #fff;
  color: #333;
  font-size: .875em; }
  .breadcrumb-wrapper .breadcrumb {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    list-style: none;
    padding: 1em;
    margin: 0; }
    .breadcrumb-wrapper .breadcrumb .breadcrumb-item {
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      min-width: 4.286em;
      margin: 0;
      padding: 0 2em 0 0; }
      [dir="rtl"] .breadcrumb-wrapper .breadcrumb .breadcrumb-item {
        padding: 0 0 0 2em; }
      .breadcrumb-wrapper .breadcrumb .breadcrumb-item:not(.is-dropdown) {
        overflow: hidden; }
      .breadcrumb-wrapper .breadcrumb .breadcrumb-item > *:not(.breadcrumb-icon) {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 100%; }
      .breadcrumb-wrapper .breadcrumb .breadcrumb-item .breadcrumb-icon-root span.br-icon {
        vertical-align: middle;
        height: 1.8em;
        width: 1.8em; }
      .breadcrumb-wrapper .breadcrumb .breadcrumb-item .breadcrumb-icon-root span.br-icon svg {
        fill: #68154a; }
      .breadcrumb-wrapper .breadcrumb .breadcrumb-item .breadcrumb-icon-root:hover, .breadcrumb-wrapper .breadcrumb .breadcrumb-item .breadcrumb-icon-root:focus {
        box-shadow: none; }
    .breadcrumb-wrapper .breadcrumb .breadcrumb-icon {
      position: absolute;
      right: 0;
      top: 50%;
      height: 1.5em;
      width: 1.5em;
      margin: -.75em 0 0; }
      [dir="rtl"] .breadcrumb-wrapper .breadcrumb .breadcrumb-icon {
        left: 0;
        right: auto; }
      .breadcrumb-wrapper .breadcrumb .breadcrumb-icon span.br-icon {
        vertical-align: middle; }
  .breadcrumb-wrapper a {
    color: #620844; }

.btn.btn-link[disabled], .btn.btn-link.disabled {
  background-color: transparent; }

.btn.btn-show-details .br-icon {
  transition: all .5s ease; }

.btn.btn-tertiary {
  min-width: auto;
  height: auto;
  padding: 0.25em 1em; }
  .btn.btn-tertiary:not([disabled]) {
    background-color: #fff;
    border-color: #333; }
  .btn.btn-tertiary:hover {
    opacity: 0.8; }

.btn.btn-has-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .btn.btn-has-icon .br-icon {
    margin: 0 0.5em;
    width: 1.313em;
    height: 1.313em;
    min-width: 1.313em;
    min-height: 1.313em; }

.btn.btn-pin {
  height: 2.25em;
  width: 2.25em;
  min-width: 2.25em;
  padding: .375em;
  color: #373c3e; }
  .btn.btn-pin .br-icon {
    width: 100%;
    height: 100%; }
  .btn.btn-pin svg {
    fill: #373c3e; }
  .btn.btn-pin[disabled], .btn.btn-pin.disabled {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.26);
    cursor: not-allowed; }
    .btn.btn-pin[disabled] svg, .btn.btn-pin.disabled svg {
      fill: rgba(0, 0, 0, 0.26); }

.btn.btn-collapse .br-icon {
  transition: transform .5s ease;
  transform: rotate(180deg); }

.btn.btn-collapse.collapsed .br-icon {
  transform: rotate(0deg); }

.btn.btn-card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  box-shadow: 0 0.063em 0.188em 0 rgba(0, 0, 0, 0.2), 0 0.063em 0.063em 0 rgba(0, 0, 0, 0.14), 0 0.125em 0.063em -0.063em rgba(0, 0, 0, 0.12);
  height: 100%;
  padding: 1em;
  border-radius: 0.143em;
  color: #333;
  text-decoration: none;
  text-transform: none; }
  .btn.btn-card:not([disabled]):not(.disabled):not([tabindex='-1']) {
    background-color: white;
    transition: transform 0.2s cubic-bezier(0.4, 0, 1, 1); }
    .btn.btn-card:not([disabled]):not(.disabled):not([tabindex='-1']):hover, .btn.btn-card:not([disabled]):not(.disabled):not([tabindex='-1']):focus {
      color: #333;
      transform: scale(1.05); }
  .btn.btn-card.is-disabled, .btn.btn-card[disabled] {
    background-color: rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.12);
    text-decoration: none; }
    .btn.btn-card.is-disabled svg, .btn.btn-card[disabled] svg {
      fill: rgba(0, 0, 0, 0.12); }
  .btn.btn-card .br-icon {
    width: 3em;
    height: 3em;
    margin: 0; }

.btn.btn-hollow {
  background-color: transparent;
  cursor: default; }

.card-grid {
  display: grid;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  padding: 0;
  list-style: none; }
  .card-grid--2 {
    grid-template-columns: repeat(2, calc((100% / 2) - (1em / 2))); }
  .card-grid--3 {
    grid-template-columns: repeat(3, calc((100% / 3) - (2em / 3))); }
  .card-grid--4 {
    grid-template-columns: repeat(4, calc((100% / 4) - (3em / 4))); }
  .card-grid--5 {
    grid-template-columns: repeat(5, calc((100% / 5) - (4em / 5))); }
  @media screen and (min-width: 62rem) {
    .card-grid--gt-md-3 {
      grid-template-columns: repeat(3, calc((100% / 3) - (2em / 3))); } }
  @media screen and (min-width: 62rem) {
    .card-grid--gt-md-4 {
      grid-template-columns: repeat(4, calc(25% - (3em / 4))); } }
  @media screen and (min-width: 75rem) {
    .card-grid--gt-lg-5 {
      grid-template-columns: repeat(5, calc(20% - (4em / 5))); } }
  .card-grid > * {
    margin: 0; }
  .card-grid .btn-card {
    min-height: 10em; }

.chip {
  display: inline-block;
  background-color: #d2d2d2;
  color: #565b5d;
  padding: 0.5em 1em;
  font-size: .875em;
  border-radius: 1em;
  line-height: 1em; }
  .chip.is-on {
    background-color: #58e68c;
    color: #333; }
  .chip.is-off {
    background-color: #ff8181;
    color: #333; }

.btn-collapsible {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .btn-collapsible .br-icon {
    width: 1.125em;
    height: 1.125em;
    margin: 0 0 0 0.5em;
    transition: transform .5s ease-out; }
    [dir="rtl"] .btn-collapsible .br-icon {
      margin: 0 0.5em 0 0; }
  .btn-collapsible.collapsed .br-icon {
    transform: scaleY(-1); }

.collapsible {
  opacity: 0;
  overflow: hidden;
  transition: all .5s ease-out; }
  .collapsible.is-open {
    opacity: 1; }

.color-picker-wrapper {
  margin: 1em 0; }
  .color-picker-wrapper .color-picker {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    margin: 0 -0.5em; }
    .color-picker-wrapper .color-picker > * {
      padding: 0 0.5em; }
    .color-picker-wrapper .color-picker .form-label {
      font-family: "latobold", "latoregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
      width: 40%; }
      @media screen and (max-width: 49.999rem) {
        .color-picker-wrapper .color-picker .form-label {
          width: 50%; } }
    .color-picker-wrapper .color-picker .form-control {
      width: 7.5em;
      min-width: 7.5em;
      margin-top: 0;
      margin-bottom: 0; }
      .color-picker-wrapper .color-picker .form-control input {
        margin-bottom: 0; }
    .color-picker-wrapper .color-picker .form-control-picker input[type="color"] {
      height: 2.571em;
      font-size: 1.125em; }
  .color-picker-wrapper .color-picker-error {
    display: block;
    padding: 0 0 0 40%; }
    [dir="rtl"] .color-picker-wrapper .color-picker-error {
      padding: 0 40% 0 0; }
    @media screen and (max-width: 49.999rem) {
      .color-picker-wrapper .color-picker-error {
        padding: 0 0 0 50%; }
        [dir="rtl"] .color-picker-wrapper .color-picker-error {
          padding: 0 50% 0 0; } }

.dashboard-entity ul li,
.dashboard-entity ol li {
  margin-top: 0.25em;
  margin-bottom: 0.25em; }

.dashboard-entity .dashboard-entity-question .card-separator {
  margin: 1em -1.143em; }

multilang-values {
  display: block; }

.multilang-values {
  margin: 0;
  padding: 0;
  list-style: none; }
  .multilang-values .language-name {
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.54);
    width: 10.375em;
    min-width: 10.375em; }

/* 
 * angular-table-resize does not support rtl direction
 * rz-handle will be removed from UI
 */
.datatable {
  font-size: 0.875rem;
  min-height: 22em; }
  .datatable th,
  .datatable td {
    white-space: nowrap;
    height: 2.5em;
    width: 10em;
    min-width: 3em; }
    .datatable th .column-label,
    .datatable td .column-label {
      text-transform: uppercase; }
  .datatable thead > tr[ng-repeat],
  .datatable tbody > tr[ng-repeat] {
    transition: none; }

.datatable thead th,
.datatable thead td {
  background-color: #e8eaf6; }
  .datatable thead th .btn:hover:not([disabled]):not(.btn-primary):not(.btn-secondary), .datatable thead th .btn:focus:not([disabled]):not(.btn-primary):not(.btn-secondary), .datatable thead th .btn:active:not([disabled]):not(.btn-primary):not(.btn-secondary),
  .datatable thead td .btn:hover:not([disabled]):not(.btn-primary):not(.btn-secondary),
  .datatable thead td .btn:focus:not([disabled]):not(.btn-primary):not(.btn-secondary),
  .datatable thead td .btn:active:not([disabled]):not(.btn-primary):not(.btn-secondary) {
    background-color: #d6daef; }
  .datatable thead th .btn:focus:not([disabled]):not(.btn-primary):not(.btn-secondary):not(.btn-link), .datatable thead th .btn:active:not([disabled]):not(.btn-primary):not(.btn-secondary):not(.btn-link),
  .datatable thead td .btn:focus:not([disabled]):not(.btn-primary):not(.btn-secondary):not(.btn-link),
  .datatable thead td .btn:active:not([disabled]):not(.btn-primary):not(.btn-secondary):not(.btn-link) {
    box-shadow: inset 0 0 0 0.25rem #5b9dd9; }

.datatable-wrapper {
  position: relative;
  min-height: 0; }
  .datatable-wrapper .loading-data-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1999;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 4em;
    background-color: rgba(255, 255, 255, 0.95); }
    .datatable-wrapper .loading-data-container h2,
    .datatable-wrapper .loading-data-container .text-h2 {
      margin: 1em 0 1em;
      color: rgba(0, 0, 0, 0.54); }
    .datatable-wrapper .loading-data-container .br-icon {
      width: 2em;
      height: 2em; }
      .datatable-wrapper .loading-data-container .br-icon svg {
        fill: rgba(0, 0, 0, 0.54); }
  .datatable-wrapper table {
    position: relative;
    z-index: 2000; }
  .datatable-wrapper .tbody,
  .datatable-wrapper .loading-data-container {
    transition: opacity .2s ease-out; }
  .datatable-wrapper .tbody {
    opacity: 1; }
  .datatable-wrapper .loading-data-container {
    opacity: 0;
    z-index: -1; }
  .datatable-wrapper.is-loading {
    min-height: 12.5em; }
    .datatable-wrapper.is-loading .tbody {
      opacity: 0; }
    .datatable-wrapper.is-loading .loading-data-container {
      opacity: 1;
      z-index: 2002; }

.datatable-wrapper tbody.body-data-no-results td {
  padding: 2em 1em;
  text-align: center; }

.datatable-wrapper.has-customizable-columns {
  position: relative; }
  .datatable-wrapper.has-customizable-columns .customize-columns {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2001;
    width: 3em;
    height: 2.5rem;
    background-color: #e8eaf6;
    border: 0 solid #c8cce8;
    border-left-width: 1px;
    box-shadow: -1px 0px 0px white; }
    [dir="rtl"] .datatable-wrapper.has-customizable-columns .customize-columns {
      top: 0;
      right: auto;
      left: 0;
      border-right-width: 1px;
      border-left-width: 0;
      box-shadow: 1px 0px 0px white; }
  .datatable-wrapper.has-customizable-columns .dropdown-menu {
    max-height: 21.625em;
    min-width: 9.25em;
    overflow-y: auto; }
  .datatable-wrapper.has-customizable-columns .column-selector {
    padding: 0.25em 0.5em; }
    [dir="rtl"] .datatable-wrapper.has-customizable-columns .column-selector {
      text-align: right; }
    .datatable-wrapper.has-customizable-columns .column-selector.is-parent {
      border-top: 1px solid rgba(0, 0, 0, 0.12); }
    .datatable-wrapper.has-customizable-columns .column-selector.is-child {
      padding: 0.25em 0.5em 0.25em 1em; }
      [dir="rtl"] .datatable-wrapper.has-customizable-columns .column-selector.is-child {
        padding: 0.25em 1em 0.25em 0.5em; }
    .datatable-wrapper.has-customizable-columns .column-selector.is-last-child {
      border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
  .datatable-wrapper.has-customizable-columns thead th:last-child,
  .datatable-wrapper.has-customizable-columns thead td:last-child {
    padding-right: 3.429em;
    padding-left: .5em; }
    [dir="rtl"] .datatable-wrapper.has-customizable-columns thead th:last-child, [dir="rtl"]
    .datatable-wrapper.has-customizable-columns thead td:last-child {
      padding-right: .5em;
      padding-left: 3.429em; }

.datatable-wrapper.has-sorteable-columns thead td.is-sorteable,
.datatable-wrapper.has-sorteable-columns thead th.is-sorteable {
  padding: 0;
  min-width: 6.5em; }
  .datatable-wrapper.has-sorteable-columns thead td.is-sorteable .btn-sorteable,
  .datatable-wrapper.has-sorteable-columns thead th.is-sorteable .btn-sorteable {
    width: 100%;
    min-width: 0;
    height: auto;
    padding: 0.759em 0.5em;
    border-radius: 0; }
  .datatable-wrapper.has-sorteable-columns thead td.is-sorteable .caret,
  .datatable-wrapper.has-sorteable-columns thead th.is-sorteable .caret {
    margin: 0 0 0 0.5em;
    transition: transform 0.2s cubic-bezier(0.4, 0, 1, 1); }
    [dir="rtl"] .datatable-wrapper.has-sorteable-columns thead td.is-sorteable .caret, [dir="rtl"]
    .datatable-wrapper.has-sorteable-columns thead th.is-sorteable .caret {
      margin: 0 0.5em 0 0; }
  .datatable-wrapper.has-sorteable-columns thead td.is-sorteable .order-desc .caret,
  .datatable-wrapper.has-sorteable-columns thead th.is-sorteable .order-desc .caret {
    transform: rotate(180deg); }
  .datatable-wrapper.has-sorteable-columns thead td.is-sorteable .not-ordered .caret svg,
  .datatable-wrapper.has-sorteable-columns thead th.is-sorteable .not-ordered .caret svg {
    fill: rgba(0, 0, 0, 0.26); }

.datatable-wrapper.has-density .density-1 td,
.datatable-wrapper.has-density .density-1 th {
  padding: 0.25047em 0.165em; }

.datatable-wrapper.has-density .density-2 td,
.datatable-wrapper.has-density .density-2 th {
  padding: 0.50094em 0.33em; }

.datatable-wrapper.has-density .density-3 td,
.datatable-wrapper.has-density .density-3 th {
  padding: 0.759em 0.5em; }

/*
 * angular-table-resize
 * https://github.com/tympanix/angular-table-resize
 * - minimal stylesheet
 */
.datatable-wrapper.has-resizable-columns .rz-table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100% !important; }
  .datatable-wrapper.has-resizable-columns .rz-table thead td,
  .datatable-wrapper.has-resizable-columns .rz-table thead th {
    position: relative; }
    .datatable-wrapper.has-resizable-columns .rz-table thead td .column-label,
    .datatable-wrapper.has-resizable-columns .rz-table thead th .column-label {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis; }
    .datatable-wrapper.has-resizable-columns .rz-table thead td .rz-handle,
    .datatable-wrapper.has-resizable-columns .rz-table thead th .rz-handle {
      width: .714em;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2000;
      cursor: ew-resize !important;
      border: 0 solid #c8cce8;
      border-right-width: 1px;
      box-shadow: 1px 0px 0px white; }
      .datatable-wrapper.has-resizable-columns .rz-table thead td .rz-handle.rz-handle-active,
      .datatable-wrapper.has-resizable-columns .rz-table thead th .rz-handle.rz-handle-active {
        border-style: dotted;
        border-color: #373c3e; }
  .datatable-wrapper.has-resizable-columns .rz-table tbody th,
  .datatable-wrapper.has-resizable-columns .rz-table tbody td {
    text-overflow: ellipsis;
    overflow: hidden; }

.datatable-wrapper:not(.has-resizable-columns) table {
  width: 100% !important; }

.datatable-wrapper.has-filterable-columns thead td.is-filterable,
.datatable-wrapper.has-filterable-columns thead th.is-filterable {
  position: relative;
  padding: 0 3.428em 0 0;
  min-width: 1em; }
  [dir="rtl"] .datatable-wrapper.has-filterable-columns thead td.is-filterable, [dir="rtl"]
  .datatable-wrapper.has-filterable-columns thead th.is-filterable {
    padding: 0 0 0 3.428em; }
  .datatable-wrapper.has-filterable-columns thead td.is-filterable .dropdown-filterable,
  .datatable-wrapper.has-filterable-columns thead th.is-filterable .dropdown-filterable {
    position: absolute;
    top: 0;
    right: 0; }
    [dir="rtl"] .datatable-wrapper.has-filterable-columns thead td.is-filterable .dropdown-filterable, [dir="rtl"]
    .datatable-wrapper.has-filterable-columns thead th.is-filterable .dropdown-filterable {
      right: auto;
      left: 0; }
    .datatable-wrapper.has-filterable-columns thead td.is-filterable .dropdown-filterable .btn-filter-by,
    .datatable-wrapper.has-filterable-columns thead th.is-filterable .dropdown-filterable .btn-filter-by {
      width: 3.428em;
      height: 2.5rem;
      min-width: auto;
      padding: 0 .714em; }
      .datatable-wrapper.has-filterable-columns thead td.is-filterable .dropdown-filterable .btn-filter-by .br-icon,
      .datatable-wrapper.has-filterable-columns thead th.is-filterable .dropdown-filterable .btn-filter-by .br-icon {
        margin: 0 auto; }
    .datatable-wrapper.has-filterable-columns thead td.is-filterable .dropdown-filterable .dropdown-filter-by-wrapper,
    .datatable-wrapper.has-filterable-columns thead th.is-filterable .dropdown-filterable .dropdown-filter-by-wrapper {
      top: 2.188rem;
      margin: 0 -.5em;
      padding: .5em;
      background-color: transparent;
      border: none;
      border-radius: 0;
      box-shadow: none; }
      .datatable-wrapper.has-filterable-columns thead td.is-filterable .dropdown-filterable .dropdown-filter-by-wrapper .dropdown-filter-by,
      .datatable-wrapper.has-filterable-columns thead th.is-filterable .dropdown-filterable .dropdown-filter-by-wrapper .dropdown-filter-by {
        padding: 1em;
        background-color: #d6daef;
        border: 1px solid #d6daef;
        border-radius: 0.143em;
        box-shadow: 0 0.063em 0.5em 0 rgba(0, 0, 0, 0.2), 0 0.188em 0.25em 0 rgba(0, 0, 0, 0.14), 0 0.188em 0.188em -0.125em rgba(0, 0, 0, 0.12); }
      .datatable-wrapper.has-filterable-columns thead td.is-filterable .dropdown-filterable .dropdown-filter-by-wrapper .filter-by-list,
      .datatable-wrapper.has-filterable-columns thead th.is-filterable .dropdown-filterable .dropdown-filter-by-wrapper .filter-by-list {
        max-height: 11em;
        overflow: auto;
        background: white;
        margin: -0.5em -0.5em 0 -0.5em;
        padding: 0.5em;
        box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.54);
        border-radius: 0.143em; }
        .datatable-wrapper.has-filterable-columns thead td.is-filterable .dropdown-filterable .dropdown-filter-by-wrapper .filter-by-list .no-options-fallback,
        .datatable-wrapper.has-filterable-columns thead th.is-filterable .dropdown-filterable .dropdown-filter-by-wrapper .filter-by-list .no-options-fallback {
          display: none; }
          .datatable-wrapper.has-filterable-columns thead td.is-filterable .dropdown-filterable .dropdown-filter-by-wrapper .filter-by-list .no-options-fallback:first-child,
          .datatable-wrapper.has-filterable-columns thead th.is-filterable .dropdown-filterable .dropdown-filter-by-wrapper .filter-by-list .no-options-fallback:first-child {
            display: list-item; }
      .datatable-wrapper.has-filterable-columns thead td.is-filterable .dropdown-filterable .dropdown-filter-by-wrapper .filter-filter,
      .datatable-wrapper.has-filterable-columns thead th.is-filterable .dropdown-filterable .dropdown-filter-by-wrapper .filter-filter {
        margin: 0 -0.5em 0.5em; }
        .datatable-wrapper.has-filterable-columns thead td.is-filterable .dropdown-filterable .dropdown-filter-by-wrapper .filter-filter input,
        .datatable-wrapper.has-filterable-columns thead th.is-filterable .dropdown-filterable .dropdown-filter-by-wrapper .filter-filter input {
          border-color: rgba(0, 0, 0, 0.26); }
    .datatable-wrapper.has-filterable-columns thead td.is-filterable .dropdown-filterable.open:before,
    .datatable-wrapper.has-filterable-columns thead th.is-filterable .dropdown-filterable.open:before {
      content: '';
      width: 0;
      height: 0;
      border-left: .5em solid transparent;
      border-right: .5em solid transparent;
      border-bottom: 0.5em solid #d6daef;
      position: absolute;
      top: 2.25rem;
      left: 1.063em;
      z-index: 3001; }

.datatable-wrapper thead td.is-filterable.is-sorteable,
.datatable-wrapper thead th.is-filterable.is-sorteable {
  min-width: 4em; }
  .datatable-wrapper thead td.is-filterable.is-sorteable > .table-header-wrapper .btn.btn-sorteable,
  .datatable-wrapper thead th.is-filterable.is-sorteable > .table-header-wrapper .btn.btn-sorteable {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.datatable-wrapper thead td.is-filterable:not(.is-sorteable),
.datatable-wrapper thead th.is-filterable:not(.is-sorteable) {
  padding: 0.759em 3.428em 0.759em 0.5em; }
  [dir="rtl"] .datatable-wrapper thead td.is-filterable:not(.is-sorteable), [dir="rtl"]
  .datatable-wrapper thead th.is-filterable:not(.is-sorteable) {
    padding: 0.759em 0.5em 0.759em 3.428em; }

.datatable-wrapper.has-customizable-columns.has-resizable-columns .rz-table thead td:last-child,
.datatable-wrapper.has-customizable-columns.has-resizable-columns .rz-table thead th:last-child {
  width: 10.643em;
  min-width: 10.643em;
  padding-right: 3.429em;
  padding-left: .5em; }
  [dir="rtl"] .datatable-wrapper.has-customizable-columns.has-resizable-columns .rz-table thead td:last-child, [dir="rtl"]
  .datatable-wrapper.has-customizable-columns.has-resizable-columns .rz-table thead th:last-child {
    padding-right: .5em;
    padding-left: 3.429em; }
  .datatable-wrapper.has-customizable-columns.has-resizable-columns .rz-table thead td:last-child .rz-handle,
  .datatable-wrapper.has-customizable-columns.has-resizable-columns .rz-table thead th:last-child .rz-handle {
    right: 3.429em; }
    [dir="rtl"] .datatable-wrapper.has-customizable-columns.has-resizable-columns .rz-table thead td:last-child .rz-handle, [dir="rtl"]
    .datatable-wrapper.has-customizable-columns.has-resizable-columns .rz-table thead th:last-child .rz-handle {
      right: 0; }

.datatable-wrapper.has-customizable-columns.has-resizable-columns .rz-table thead td.is-sorteable:last-child,
.datatable-wrapper.has-customizable-columns.has-resizable-columns .rz-table thead th.is-sorteable:last-child {
  padding: 0 3.429em 0 0; }
  [dir="rtl"] .datatable-wrapper.has-customizable-columns.has-resizable-columns .rz-table thead td.is-sorteable:last-child, [dir="rtl"]
  .datatable-wrapper.has-customizable-columns.has-resizable-columns .rz-table thead th.is-sorteable:last-child {
    padding-right: 0;
    padding: 0 0 0 3.429em; }

.datatable-wrapper.has-customizable-columns.has-filterable-columns thead td.is-filterable:last-child,
.datatable-wrapper.has-customizable-columns.has-filterable-columns thead th.is-filterable:last-child {
  padding-right: 6.857em;
  padding-left: .5em; }
  [dir="rtl"] .datatable-wrapper.has-customizable-columns.has-filterable-columns thead td.is-filterable:last-child, [dir="rtl"]
  .datatable-wrapper.has-customizable-columns.has-filterable-columns thead th.is-filterable:last-child {
    padding: 0.759em 0.5em 0.759em 6.856em; }
  .datatable-wrapper.has-customizable-columns.has-filterable-columns thead td.is-filterable:last-child .dropdown-filterable,
  .datatable-wrapper.has-customizable-columns.has-filterable-columns thead th.is-filterable:last-child .dropdown-filterable {
    right: 3.429em; }
    [dir="rtl"] .datatable-wrapper.has-customizable-columns.has-filterable-columns thead td.is-filterable:last-child .dropdown-filterable, [dir="rtl"]
    .datatable-wrapper.has-customizable-columns.has-filterable-columns thead th.is-filterable:last-child .dropdown-filterable {
      right: auto;
      left: 3.429em; }

.datatable-wrapper.has-customizable-columns.has-filterable-columns thead td.is-filterable.is-sorteable:last-child,
.datatable-wrapper.has-customizable-columns.has-filterable-columns thead th.is-filterable.is-sorteable:last-child {
  padding: 0 6.857em 0 0; }
  [dir="rtl"] .datatable-wrapper.has-customizable-columns.has-filterable-columns thead td.is-filterable.is-sorteable:last-child, [dir="rtl"]
  .datatable-wrapper.has-customizable-columns.has-filterable-columns thead th.is-filterable.is-sorteable:last-child {
    padding: 0 0 0 6.856em; }

.datatable-iterable-ee > .datatable-iterable-e {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.12); }
  .density-1 .datatable-iterable-ee > .datatable-iterable-e {
    margin: 0 -0.165em;
    padding: 0.0825em 0.165em; }
  .density-2 .datatable-iterable-ee > .datatable-iterable-e {
    margin: 0 -0.33em;
    padding: 0.165em 0.33em; }
  .density-3 .datatable-iterable-ee > .datatable-iterable-e {
    margin: 0 -0.5em;
    padding: 0.25em 0.5em; }

.datatable-iterable-ee:first-child > .datatable-iterable-e:first-child {
  padding-top: 0; }

.datatable-iterable-ee:last-child > .datatable-iterable-e:last-child {
  border-bottom-width: 0; }

.datatable.datatable-flat {
  min-height: 0; }
  .datatable.datatable-flat table {
    margin-bottom: 1em; }
    .datatable.datatable-flat table > thead {
      background-color: transparent;
      border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
      .datatable.datatable-flat table > thead th,
      .datatable.datatable-flat table > thead td {
        height: auto;
        padding: 0 0.5em 0.5em;
        vertical-align: bottom; }
    .datatable.datatable-flat table > tbody tr {
      border-width: 0; }
      .datatable.datatable-flat table > tbody tr td:first-child {
        padding: 0.759em 0.5em 0.759em 2em; }
        [dir="rtl"] .datatable.datatable-flat table > tbody tr td:first-child {
          padding: 0.759em 2em 0.759em 0.5em; }
    .datatable.datatable-flat table > thead th,
    .datatable.datatable-flat table > thead td,
    .datatable.datatable-flat table > tbody th,
    .datatable.datatable-flat table > tbody td {
      white-space: normal; }
      [dir="rtl"] .datatable.datatable-flat table > thead th, [dir="rtl"]
      .datatable.datatable-flat table > thead td, [dir="rtl"]
      .datatable.datatable-flat table > tbody th, [dir="rtl"]
      .datatable.datatable-flat table > tbody td {
        text-align: right; }

.filter-chip {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0.25em; }
  .filter-chip .btn-clear-filter {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-width: auto;
    padding: 0;
    margin: 0 0 0 1em; }
    [dir="rtl"] .filter-chip .btn-clear-filter {
      margin: 0 1em 0 0; }
    .filter-chip .btn-clear-filter svg {
      fill: rgba(0, 0, 0, 0.54); }

.selectable-item {
  cursor: pointer; }

.selected-item {
  padding: 0.7em;
  background-color: #5b9dd9;
  color: white; }

.has-error .datetimepicker-container .form-control div.form-error {
  display: block; }

.datetimepicker-container {
  position: relative; }
  .datetimepicker-container .input-container {
    position: relative; }
    .datetimepicker-container .input-container .form-control input[type="text"] {
      max-height: 3em;
      padding: 0 3em 0 0;
      min-height: 3em; }
      [dir="rtl"] .datetimepicker-container .input-container .form-control input[type="text"][dir="ltr"] {
        text-align: right; }
      [dir="rtl"] .datetimepicker-container .input-container .form-control input[type="text"] {
        padding: 0 0 0 3em; }
    .datetimepicker-container .input-container .actions-container {
      position: absolute;
      background: white;
      top: 2.375em;
      right: 0.2em; }
      [dir="rtl"] .datetimepicker-container .input-container .actions-container {
        right: auto;
        left: 0.2em; }
      .datetimepicker-container .input-container .actions-container .btn {
        background-color: #727779; }
        .datetimepicker-container .input-container .actions-container .btn svg {
          fill: #fff; }
        .datetimepicker-container .input-container .actions-container .btn.is-active {
          background-color: #373c3e; }
  .datetimepicker-container .datetimepicker-popup-container {
    position: absolute;
    width: 20em;
    right: 0;
    top: 6em;
    min-width: 20em;
    z-index: 3000;
    box-shadow: 0 0.375em 0.375em -0.188em rgba(0, 0, 0, 0.2), 0 0.625em 0.875em 0.063em rgba(0, 0, 0, 0.14), 0 0.25em 1.125em 0.188em rgba(0, 0, 0, 0.12);
    border-top: 1px solid #68154a; }
    [dir="rtl"] .datetimepicker-container .datetimepicker-popup-container {
      right: auto;
      left: 0; }
    .datetimepicker-container .datetimepicker-popup-container::before {
      content: '';
      position: absolute;
      top: -.6em;
      z-index: -1;
      width: 0;
      height: 0;
      border-left: .6em solid transparent;
      border-right: .6em solid transparent;
      border-bottom: 0.6em solid #68154a;
      right: 1.125em; }
      [dir="rtl"] .datetimepicker-container .datetimepicker-popup-container::before {
        right: auto;
        left: 1.125em; }
    .datetimepicker-container .datetimepicker-popup-container .datetimepicker-content table {
      width: 100%;
      border-collapse: collapse;
      border-spacing: 0;
      table-layout: fixed; }
      .datetimepicker-container .datetimepicker-popup-container .datetimepicker-content table thead tr {
        background-color: white;
        color: rgba(0, 0, 0, 0.87); }
      .datetimepicker-container .datetimepicker-popup-container .datetimepicker-content table tbody {
        background: #f3f3f3;
        border-bottom: 1px solid #dbdbdb;
        border-top: 1px solid #dbdbdb; }
        .datetimepicker-container .datetimepicker-popup-container .datetimepicker-content table tbody tr td p {
          margin: 0; }
        .datetimepicker-container .datetimepicker-popup-container .datetimepicker-content table tbody tr td:hover {
          cursor: pointer; }
        .datetimepicker-container .datetimepicker-popup-container .datetimepicker-content table tbody tr td .current-day {
          border-radius: 100px;
          color: #fff;
          background: #68154a; }
        .datetimepicker-container .datetimepicker-popup-container .datetimepicker-content table tbody tr td .next-month,
        .datetimepicker-container .datetimepicker-popup-container .datetimepicker-content table tbody tr td .prev-month {
          opacity: 0.6; }
    .datetimepicker-container .datetimepicker-popup-container .datetimepicker-footer {
      background: white; }
      .datetimepicker-container .datetimepicker-popup-container .datetimepicker-footer button.btn {
        transition: none; }
  .datetimepicker-container .header {
    background: #dbdbdb;
    color: rgba(0, 0, 0, 0.87);
    border-top: 1px solid #68154a; }
    .datetimepicker-container .header .btn {
      color: rgba(0, 0, 0, 0.87);
      text-transform: none; }
      .datetimepicker-container .header .btn span svg {
        fill: rgba(0, 0, 0, 0.87); }
  .datetimepicker-container .calendar-header {
    margin-top: 0.5em; }
    [dir="rtl"] .datetimepicker-container .calendar-header .br-icon {
      transform: rotate(180deg); }
  .datetimepicker-container .datetimepicker-time .form-control input[type="number"] {
    font-size: 1.5em;
    text-align: center; }
  .datetimepicker-container .datetimepicker-format {
    white-space: nowrap; }

.dropdown {
  position: relative;
  padding: 0; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 3000;
  min-width: 100%;
  padding: 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 0.143em;
  overflow-y: auto;
  max-height: 25em;
  box-shadow: 0 0.063em 0.5em 0 rgba(0, 0, 0, 0.2), 0 0.188em 0.25em 0 rgba(0, 0, 0, 0.14), 0 0.188em 0.188em -0.125em rgba(0, 0, 0, 0.12);
  background-clip: padding-box;
  display: none;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  left: 0; }
  [dir="rtl"] .dropdown-menu {
    left: auto;
    right: 0; }
  .dropdown-menu.align-end {
    right: 0;
    left: auto; }
    [dir="rtl"] .dropdown-menu.align-end {
      left: 0;
      right: auto; }
  .dropdown-menu .divider {
    height: 2px;
    margin: 0 1em;
    overflow: hidden;
    background-color: #d9d9d9; }
  .dropdown-menu .dropdown-item {
    margin: 0; }
    .dropdown-menu .dropdown-item > a,
    .dropdown-menu .dropdown-item > .btn {
      display: block;
      width: 100%;
      padding: .571em;
      color: #7d7d7d;
      white-space: nowrap;
      text-decoration: none;
      text-transform: none;
      text-align: left; }
      [dir="rtl"] .dropdown-menu .dropdown-item > a, .dropdown-menu .dropdown-item > a[dir="rtl"], [dir="rtl"]
      .dropdown-menu .dropdown-item > .btn,
      .dropdown-menu .dropdown-item > .btn[dir="rtl"] {
        text-align: right; }
    .dropdown-menu .dropdown-item.has-icon {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 0.5em; }
    .dropdown-menu .dropdown-item ul,
    .dropdown-menu .dropdown-item ol {
      list-style: none;
      padding: 0; }
      .dropdown-menu .dropdown-item ul a,
      .dropdown-menu .dropdown-item ul .btn,
      .dropdown-menu .dropdown-item ol a,
      .dropdown-menu .dropdown-item ol .btn {
        padding: .571em .571em .571em 1.5em; }
        [dir="rtl"] .dropdown-menu .dropdown-item ul a, [dir="rtl"]
        .dropdown-menu .dropdown-item ul .btn, [dir="rtl"]
        .dropdown-menu .dropdown-item ol a, [dir="rtl"]
        .dropdown-menu .dropdown-item ol .btn {
          padding: .571em 1.5em .571em .571em; }
  .dropdown-menu .dropdown-label {
    display: inline-block;
    padding: .571em;
    color: rgba(0, 0, 0, 0.54);
    font-size: .875em; }

.dropdown-menu .dropdown-item > a:hover, .dropdown-menu .dropdown-item > a:focus,
.dropdown-menu .dropdown-item > .btn:hover,
.dropdown-menu .dropdown-item > .btn:focus {
  text-decoration: none;
  color: #7d7d7d;
  background-color: #efefef; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus,
.dropdown-menu > .active > .btn,
.dropdown-menu > .active > .btn:hover,
.dropdown-menu > .active > .btn:focus {
  color: #7d7d7d;
  text-decoration: none;
  outline: 0;
  background-color: #efefef; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > .btn,
.dropdown-menu > .disabled > .btn:hover,
.dropdown-menu > .disabled > .btn:focus,
.dropdown-menu .btn[disabled],
.dropdown-menu .btn[disabled]:hover,
.dropdown-menu .btn[disabled]:focus,
.dropdown-menu a[disabled],
.dropdown-menu a[disabled]:hover,
.dropdown-menu a[disabled]:focus {
  color: rgba(125, 125, 125, 0.5);
  cursor: not-allowed;
  background-color: transparent; }

.open .dropdown-menu {
  display: block;
  -webkit-animation: dropdownAnimation .2s .1s ease-out forwards;
  -ms-animation: dropdownAnimation .2s .1s ease-out forwards;
  -o-animation: dropdownAnimation .2s .1s ease-out forwards;
  -moz-animation: dropdownAnimation .2s .1s ease-out forwards;
  animation: dropdownAnimation .2s .1s ease-out forwards; }

.open > a,
.open > .btn {
  outline: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 0.875rem;
  color: #333;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2990; }

@keyframes dropdownAnimation {
  to {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1); } }

.edit-frame .edit-frame-toolbar {
  position: relative;
  z-index: 2100;
  width: 100%;
  max-width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #620844;
  color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12); }
  .edit-frame .edit-frame-toolbar .btn,
  .edit-frame .edit-frame-toolbar a.btn {
    height: 100%;
    min-height: 4em;
    min-width: 4em;
    padding: 0;
    color: #fff;
    border-radius: 0;
    max-width: 20%;
    box-sizing: content-box; }
    .edit-frame .edit-frame-toolbar .btn .btn-main-content,
    .edit-frame .edit-frame-toolbar a.btn .btn-main-content {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .edit-frame .edit-frame-toolbar .btn.btn-raised,
    .edit-frame .edit-frame-toolbar a.btn.btn-raised {
      min-width: 8em;
      padding: 0 1em;
      background-color: #fff;
      color: #333;
      transition: none; }
      .edit-frame .edit-frame-toolbar .btn.btn-raised:hover:not([disabled]), .edit-frame .edit-frame-toolbar .btn.btn-raised:focus:not([disabled]),
      .edit-frame .edit-frame-toolbar a.btn.btn-raised:hover:not([disabled]),
      .edit-frame .edit-frame-toolbar a.btn.btn-raised:focus:not([disabled]) {
        background-color: rgba(255, 255, 255, 0.87); }
      .edit-frame .edit-frame-toolbar .btn.btn-raised svg,
      .edit-frame .edit-frame-toolbar a.btn.btn-raised svg {
        fill: #333; }
    .edit-frame .edit-frame-toolbar .btn[disabled],
    .edit-frame .edit-frame-toolbar a.btn[disabled] {
      background: #d8d8d8;
      color: #9a9a9a; }
      .edit-frame .edit-frame-toolbar .btn[disabled] svg,
      .edit-frame .edit-frame-toolbar a.btn[disabled] svg {
        fill: #9a9a9a; }
    .edit-frame .edit-frame-toolbar .btn:focus:not([disabled]),
    .edit-frame .edit-frame-toolbar a.btn:focus:not([disabled]) {
      outline: transparent solid .25rem;
      -webkit-box-shadow: inset 0 0 0 0.25rem #5b9dd9;
      -moz-box-shadow: inset 0 0 0 0.25rem #5b9dd9;
      box-shadow: inset 0 0 0 0.25rem #5b9dd9; }
  .edit-frame .edit-frame-toolbar .br-icon {
    width: 1em;
    height: 1em;
    color: #fff; }
    .edit-frame .edit-frame-toolbar .br-icon svg {
      fill: #fff; }
  .edit-frame .edit-frame-toolbar .edit-frame-toolbar-main {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5em 1em;
    overflow: hidden; }
    .edit-frame .edit-frame-toolbar .edit-frame-toolbar-main h1 {
      margin: 0;
      font-size: 1em; }
    .edit-frame .edit-frame-toolbar .edit-frame-toolbar-main .edit-frame-toolbar-breadcrumb {
      margin-bottom: 0.5em;
      margin: 0 0 .5em;
      font-size: 0.875em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .edit-frame .edit-frame-toolbar .edit-frame-toolbar-main .edit-frame-toolbar-details-container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: auto;
      margin: 0 -0.5em;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .edit-frame .edit-frame-toolbar .edit-frame-toolbar-main .edit-frame-toolbar-details-container > * {
        padding: 0 0.5em; }
    .edit-frame .edit-frame-toolbar .edit-frame-toolbar-main > *:first-child:not(.edit-frame-toolbar-breadcrumb) {
      margin-top: 1.188em; }

.edit-frame .edit-frame-form {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 4em 2rem 2em;
  overflow-y: auto; }
  .edit-frame .edit-frame-form.contains-steps {
    position: relative;
    padding: 0;
    overflow: hidden; }
    .edit-frame .edit-frame-form.contains-steps .btn-step-next,
    .edit-frame .edit-frame-form.contains-steps .btn-step-prev {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2500;
      font-size: 1.26562rem; }
      .edit-frame .edit-frame-form.contains-steps .btn-step-next:not(:hover) svg,
      .edit-frame .edit-frame-form.contains-steps .btn-step-prev:not(:hover) svg {
        fill: rgba(0, 0, 0, 0.12); }
    .edit-frame .edit-frame-form.contains-steps .btn-step-next {
      right: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
      [dir="rtl"] .edit-frame .edit-frame-form.contains-steps .btn-step-next {
        right: auto;
        left: 0;
        border-top-right-radius: 0.143em;
        border-bottom-right-radius: 0.143em;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        [dir="rtl"] .edit-frame .edit-frame-form.contains-steps .btn-step-next .br-icon {
          transform: rotate(180deg); }
    .edit-frame .edit-frame-form.contains-steps .btn-step-prev {
      left: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
      [dir="rtl"] .edit-frame .edit-frame-form.contains-steps .btn-step-prev {
        right: 0;
        left: auto;
        border-top-left-radius: 0.143em;
        border-bottom-left-radius: 0.143em;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        [dir="rtl"] .edit-frame .edit-frame-form.contains-steps .btn-step-prev .br-icon {
          transform: rotate(180deg); }

.wizard-current {
  padding: 0 0.5em;
  color: #620844;
  background-color: #fff;
  border-radius: 0.4em; }

.form-control-wrapper {
  width: 70%;
  margin: 0 auto 3em; }

#answer-options .form-control-wrapper {
  width: 90%;
  margin: 0 auto 2em; }

.form-group {
  min-inline-size: auto; }

.empty-list-container,
.empty-datatable-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .empty-list-container h2,
  .empty-list-container .text-h2,
  .empty-datatable-container h2,
  .empty-datatable-container .text-h2 {
    color: rgba(0, 0, 0, 0.54); }
  .empty-list-container .br-icon svg,
  .empty-datatable-container .br-icon svg {
    fill: rgba(0, 0, 0, 0.54); }

.empty-list-container .br-icon,
.empty-datatable-container .br-icon {
  width: 5em;
  height: 5em; }

.empty-datatable-container {
  margin-top: 5em; }

.export-file-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 4.696em;
  padding: 1em;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.26); }
  .export-file-wrapper .icon-spinner {
    font-size: 1.125em; }

.file-uploader-panel {
  position: relative;
  border: 1px dashed #cdcdcd;
  padding: 1em;
  background-color: #fff; }
  .file-uploader-panel.drag-enter {
    border-style: solid; }
  .file-uploader-panel input[type="file"] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    z-index: 2000; }
  .file-uploader-panel.with-button input[type="file"] {
    z-index: -1; }
  .file-uploader-panel.file-uploader-panel--info {
    border-style: solid; }
  .file-uploader-panel.has-previous-content {
    background-color: #cdcdcd; }

.form-translatable {
  border: 0;
  margin: 0 auto 3em;
  padding: 0; }
  .form-translatable .form-translatable-legend {
    width: 100%;
    margin: 0 auto;
    padding: 0 15%;
    line-height: 1.833em;
    font-size: .75em;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.54); }
  .form-translatable .form-translatable-error {
    width: 100%;
    margin: 0 auto;
    padding: 0 15%;
    transform: translateY(-1.125em); }
    .form-translatable .form-translatable-error .form-error {
      font-size: inherit; }
  .form-translatable .form-translatable-box.has-translations {
    position: relative;
    margin: 0.5em -1px;
    padding: 0;
    box-shadow: none;
    border-color: transparent;
    border-style: solid;
    border-width: 0;
    border-width: 1px;
    transition: all .2s ease-out; }
    .form-translatable .form-translatable-box.has-translations .form-translatable-collapsibler {
      position: absolute;
      top: 0;
      right: 0;
      font-size: 0.66992rem;
      display: none; }
    .form-translatable .form-translatable-box.has-translations .form-control.has-icon-translatable [icon="languages"] {
      position: absolute;
      left: 0;
      top: .75em;
      background: #777;
      padding: .188em .375em;
      border-radius: .750em;
      width: 2.375em;
      opacity: 1;
      transition: opacity .1s ease-out; }
      [dir="rtl"] .form-translatable .form-translatable-box.has-translations .form-control.has-icon-translatable [icon="languages"] {
        left: auto;
        right: 0; }
      .form-translatable .form-translatable-box.has-translations .form-control.has-icon-translatable [icon="languages"] svg {
        fill: #fff; }
    .form-translatable .form-translatable-box.has-translations .form-control.has-icon-translatable input,
    .form-translatable .form-translatable-box.has-translations .form-control.has-icon-translatable textarea,
    .form-translatable .form-translatable-box.has-translations .form-control.has-icon-translatable .form-control-static {
      padding-left: 2.556em;
      transition: padding .2s ease-out; }
      [dir="rtl"] .form-translatable .form-translatable-box.has-translations .form-control.has-icon-translatable input, [dir="rtl"]
      .form-translatable .form-translatable-box.has-translations .form-control.has-icon-translatable textarea, [dir="rtl"]
      .form-translatable .form-translatable-box.has-translations .form-control.has-icon-translatable .form-control-static {
        padding-right: 2.556em;
        padding-left: 0; }
    .form-translatable .form-translatable-box.has-translations .form-control.has-icon-translatable.form-primary [icon="languages"] {
      top: 1.5em; }
    .form-translatable .form-translatable-box.has-translations .form-control.has-icon-translatable.form-primary input,
    .form-translatable .form-translatable-box.has-translations .form-control.has-icon-translatable.form-primary textarea,
    .form-translatable .form-translatable-box.has-translations .form-control.has-icon-translatable.form-primary .form-control-static {
      padding-left: 1.643em; }
      [dir="rtl"] .form-translatable .form-translatable-box.has-translations .form-control.has-icon-translatable.form-primary input, [dir="rtl"]
      .form-translatable .form-translatable-box.has-translations .form-control.has-icon-translatable.form-primary textarea, [dir="rtl"]
      .form-translatable .form-translatable-box.has-translations .form-control.has-icon-translatable.form-primary .form-control-static {
        padding-right: 1.643em;
        padding-left: 0; }
  .form-translatable .form-translatable-box:not(.has-translations) .form-translatable-collapsibler,
  .form-translatable .form-translatable-box:not(.has-translations) [icon="languages"] {
    display: none; }
  .form-translatable.is-open .form-translatable-box.has-translations {
    background-color: #f3f3f3;
    padding: 2em 0 1em;
    box-shadow: 0 0.063em 0.5em 0 rgba(0, 0, 0, 0.2), 0 0.188em 0.25em 0 rgba(0, 0, 0, 0.14), 0 0.188em 0.188em -0.125em rgba(0, 0, 0, 0.12); }
    .form-translatable.is-open .form-translatable-box.has-translations .form-translatable-collapsibler {
      display: inline-block; }
      [dir="rtl"] .form-translatable.is-open .form-translatable-box.has-translations .form-translatable-collapsibler {
        right: auto;
        left: 0; }
    .form-translatable.is-open .form-translatable-box.has-translations .form-control.has-icon-translatable [icon="languages"] {
      opacity: 0; }
    .form-translatable.is-open .form-translatable-box.has-translations .form-control.has-icon-translatable input,
    .form-translatable.is-open .form-translatable-box.has-translations .form-control.has-icon-translatable textarea,
    .form-translatable.is-open .form-translatable-box.has-translations .form-control.has-icon-translatable .form-control-static {
      padding-left: 0;
      padding-right: 0; }
  .form-translatable .form-error {
    width: 100%;
    margin: 0 auto;
    font-size: inherit;
    opacity: 1;
    transition: opacity .2s ease-out; }
    .form-translatable .form-error.invisible {
      opacity: 0; }
  .form-translatable .form-control-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0; }
    .form-translatable .form-control-wrapper .form-control {
      width: 70%; }
  .form-translatable .form-translatable-aside {
    width: 15%;
    overflow: hidden;
    padding: 1em;
    padding-top: 1.9em;
    font-size: .75em;
    color: rgba(0, 0, 0, 0.54); }
    .form-translatable .form-translatable-aside:first-child {
      text-align: right; }
      [dir="rtl"] .form-translatable .form-translatable-aside:first-child {
        text-align: left; }
    .form-translatable .form-translatable-aside.form-translatable-aside--primary {
      padding-top: 3.2em; }
    .form-translatable .form-translatable-aside .btn {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: left; }
      [dir="rtl"] .form-translatable .form-translatable-aside .btn {
        text-align: right; }
      .form-translatable .form-translatable-aside .btn .br-icon {
        min-width: 1.5em; }
      .form-translatable .form-translatable-aside .btn > *:not(.br-icon) {
        margin: 0 0.5em; }
  .form-translatable.is-invalid.is-open .form-translatable-box {
    border-color: #963939; }
  .form-translatable.is-invalid:not(.is-open) .has-icon-translatable input[type="email"],
  .form-translatable.is-invalid:not(.is-open) .has-icon-translatable input[type="number"],
  .form-translatable.is-invalid:not(.is-open) .has-icon-translatable input[type="password"],
  .form-translatable.is-invalid:not(.is-open) .has-icon-translatable input[type="search"],
  .form-translatable.is-invalid:not(.is-open) .has-icon-translatable input[type="tel"],
  .form-translatable.is-invalid:not(.is-open) .has-icon-translatable input[type="text"],
  .form-translatable.is-invalid:not(.is-open) .has-icon-translatable input[type="url"],
  .form-translatable.is-invalid:not(.is-open) .has-icon-translatable .form-control-static {
    border-color: #963939;
    box-shadow: inset 0px -1px 0px #963939; }

.translatable-field-error {
  width: 70%;
  margin: 0 auto;
  font-size: inherit;
  transform: translateY(-4em);
  transition: transform .2s ease-out; }
  .translatable-field-error.is-open {
    transform: translateY(-2em); }

#question_rules_options_display_order .form-control .form-label {
  display: inline-block;
  font-size: 1em; }

.edit-frame .form-control .form-label {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  font-size: .75em;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.54); }
  .edit-frame .form-control .form-label.form-label--radio, .edit-frame .form-control .form-label.form-label--checkbox {
    font-size: 1em; }

.edit-frame .form-control input[type="email"],
.edit-frame .form-control input[type="number"],
.edit-frame .form-control input[type="password"],
.edit-frame .form-control input[type="search"],
.edit-frame .form-control input[type="tel"],
.edit-frame .form-control input[type="text"],
.edit-frame .form-control input[type="url"],
.edit-frame .form-control textarea,
.edit-frame .form-control [contenteditable],
.edit-frame .form-control .form-control-static {
  padding: 0;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
  font-size: 1.125em; }
  .edit-frame .form-control input[type="email"][placeholder],
  .edit-frame .form-control input[type="number"][placeholder],
  .edit-frame .form-control input[type="password"][placeholder],
  .edit-frame .form-control input[type="search"][placeholder],
  .edit-frame .form-control input[type="tel"][placeholder],
  .edit-frame .form-control input[type="text"][placeholder],
  .edit-frame .form-control input[type="url"][placeholder],
  .edit-frame .form-control textarea[placeholder],
  .edit-frame .form-control [contenteditable][placeholder],
  .edit-frame .form-control .form-control-static[placeholder] {
    text-overflow: ellipsis; }

.edit-frame .form-control textarea {
  resize: none;
  min-height: 49px;
  height: 49px;
  padding: 10px 0 6px; }

.edit-frame .form-control.has-error input[type="email"],
.edit-frame .form-control.has-error input[type="number"],
.edit-frame .form-control.has-error input[type="password"],
.edit-frame .form-control.has-error input[type="search"],
.edit-frame .form-control.has-error input[type="tel"],
.edit-frame .form-control.has-error input[type="text"],
.edit-frame .form-control.has-error input[type="url"],
.edit-frame .form-control.has-error .form-control-static {
  border-color: #963939;
  box-shadow: inset 0px -1px 0px #963939; }

.edit-frame .form-control.has-button {
  min-height: 40px; }
  .edit-frame .form-control.has-button input[type="text"] {
    padding: 0 3em 0 0; }

.edit-frame .form-control.has-extras input[type="email"],
.edit-frame .form-control.has-extras input[type="number"],
.edit-frame .form-control.has-extras input[type="password"],
.edit-frame .form-control.has-extras input[type="search"],
.edit-frame .form-control.has-extras input[type="tel"],
.edit-frame .form-control.has-extras input[type="text"],
.edit-frame .form-control.has-extras input[type="url"],
.edit-frame .form-control.has-extras .form-control-static {
  flex: 2;
  text-overflow: ellipsis; }
  .edit-frame .form-control.has-extras input[type="email"] + div,
  .edit-frame .form-control.has-extras input[type="number"] + div,
  .edit-frame .form-control.has-extras input[type="password"] + div,
  .edit-frame .form-control.has-extras input[type="search"] + div,
  .edit-frame .form-control.has-extras input[type="tel"] + div,
  .edit-frame .form-control.has-extras input[type="text"] + div,
  .edit-frame .form-control.has-extras input[type="url"] + div,
  .edit-frame .form-control.has-extras .form-control-static + div {
    flex: 1;
    align-items: center;
    display: flex; }

.edit-frame .form-control.has-icon-translatable [icon="languages"] {
  position: relative;
  left: 35px;
  top: .75em;
  background: #777;
  padding: .188em .375em;
  border-radius: .750em;
  width: 2.375em;
  opacity: 1;
  transition: opacity .1s ease-out; }
  [dir="rtl"] .edit-frame .form-control.has-icon-translatable [icon="languages"] {
    left: auto;
    right: 0; }
  .edit-frame .form-control.has-icon-translatable [icon="languages"] svg {
    fill: #fff; }

.edit-frame .form-control.has-icon-translatable input,
.edit-frame .form-control.has-icon-translatable textarea,
.edit-frame .form-control.has-icon-translatable .form-control-static {
  padding-left: 2.556em;
  transition: padding .2s ease-out; }
  [dir="rtl"] .edit-frame .form-control.has-icon-translatable input, [dir="rtl"]
  .edit-frame .form-control.has-icon-translatable textarea, [dir="rtl"]
  .edit-frame .form-control.has-icon-translatable .form-control-static {
    padding-right: 2.556em;
    padding-left: 0; }

.edit-frame .form-control.has-icon-translatable.form-primary [icon="languages"] {
  top: 1.5em; }

.edit-frame .form-control.has-icon-translatable.form-primary input,
.edit-frame .form-control.has-icon-translatable.form-primary textarea,
.edit-frame .form-control.has-icon-translatable.form-primary .form-control-static {
  padding-left: 1.643em; }
  [dir="rtl"] .edit-frame .form-control.has-icon-translatable.form-primary input, [dir="rtl"]
  .edit-frame .form-control.has-icon-translatable.form-primary textarea, [dir="rtl"]
  .edit-frame .form-control.has-icon-translatable.form-primary .form-control-static {
    padding-right: 1.643em;
    padding-left: 0; }

.edit-frame .form-control.inline {
  display: flex;
  justify-content: space-between; }
  .edit-frame .form-control.inline * {
    flex: 1; }

.edit-frame .form-control input:not([disabled]):not(.disabled):not([tabindex='-1']),
.edit-frame .form-control textarea:not([disabled]):not(.disabled):not([tabindex='-1']) {
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), padding 0.2s cubic-bezier(0.4, 0, 1, 1); }
  .edit-frame .form-control input:not([disabled]):not(.disabled):not([tabindex='-1']):focus,
  .edit-frame .form-control textarea:not([disabled]):not(.disabled):not([tabindex='-1']):focus {
    outline: transparent solid .25rem;
    -webkit-box-shadow: 0 0.25rem 0 0 #5b9dd9;
    -moz-box-shadow: 0 0.25rem 0 0 #5b9dd9;
    box-shadow: 0 0.25rem 0 0 #5b9dd9; }

.edit-frame .form-control.form-primary input[type="email"],
.edit-frame .form-control.form-primary input[type="number"],
.edit-frame .form-control.form-primary input[type="password"],
.edit-frame .form-control.form-primary input[type="search"],
.edit-frame .form-control.form-primary input[type="tel"],
.edit-frame .form-control.form-primary input[type="text"],
.edit-frame .form-control.form-primary input[type="url"],
.edit-frame .form-control.form-primary textarea,
.edit-frame .form-control.form-primary [contenteditable],
.edit-frame .form-control.form-primary .form-control-static {
  font-size: 1.75em; }

.edit-frame .form-info__radio,
.edit-frame .form-info__checkbox {
  margin: 0.5em 0 2em;
  padding: 0 0 0 2.571em; }
  [dir="rtl"] .edit-frame .form-info__radio, [dir="rtl"]
  .edit-frame .form-info__checkbox {
    padding: 0 2.571em 0 0; }

.edit-frame .form-legend {
  display: inline-flex;
  align-items: center;
  font-size: .75em;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.54); }

.edit-frame .text-columns-2 .form-control,
.edit-frame .text-columns-3 .form-control,
.edit-frame .text-columns-4 .form-control {
  margin: .25em 0;
  padding: .25em 0; }
  .edit-frame .text-columns-2 .form-control:first-child,
  .edit-frame .text-columns-3 .form-control:first-child,
  .edit-frame .text-columns-4 .form-control:first-child {
    margin-top: 0; }
  .edit-frame .text-columns-2 .form-control input[type='checkbox'] + .form-label:before,
  .edit-frame .text-columns-3 .form-control input[type='checkbox'] + .form-label:before,
  .edit-frame .text-columns-4 .form-control input[type='checkbox'] + .form-label:before {
    top: .25em; }
  .edit-frame .text-columns-2 .form-control input[type='checkbox'] + .form-label:after,
  .edit-frame .text-columns-3 .form-control input[type='checkbox'] + .form-label:after,
  .edit-frame .text-columns-4 .form-control input[type='checkbox'] + .form-label:after {
    top: 0.563em; }

.form-error,
.form-warning {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: inherit; }
  .form-error .form-error-list,
  .form-error .form-warning-text,
  .form-warning .form-error-list,
  .form-warning .form-warning-text {
    padding: 0.063em 0.5em 0; }
  .form-error svg,
  .form-warning svg {
    width: inherit; }

.form-card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  box-shadow: 0 0.063em 0.188em 0 rgba(0, 0, 0, 0.2), 0 0.063em 0.063em 0 rgba(0, 0, 0, 0.14), 0 0.125em 0.063em -0.063em rgba(0, 0, 0, 0.12);
  position: relative;
  height: 100%;
  border-radius: 0.143em;
  color: #333;
  text-decoration: none;
  text-transform: none; }
  .form-card .form-card-label {
    background-color: white;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 1rem;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
    cursor: pointer; }
    .form-card .form-card-label .form-card-label-title {
      display: block; }
    .form-card .form-card-label .form-card-label-info {
      display: block;
      opacity: 0;
      transition: opacity 0.2s cubic-bezier(0.4, 0, 1, 1); }
      .form-card .form-card-label .form-card-label-info.is-shown {
        opacity: 1; }
  .form-card .br-icon {
    width: 3rem;
    height: 3rem; }
  .form-card input[type='radio'].checked + .form-card-label,
  .form-card input[type='checkbox'].checked + .form-card-label {
    box-shadow: inset 0 0 0 0.25em #68154a; }

.footer {
  background-color: #dbdbdb;
  color: #565656;
  font-size: 0.857em; }
  .footer a {
    color: #2b5eb3;
    text-decoration: none; }

.home-container a.card {
  text-decoration: none;
  color: black;
  transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -ms-transition: all .2s ease;
  min-height: 15em;
  margin: 1em 0; }
  .home-container a.card span:not(.br-icon) {
    text-align: center; }
  .home-container a.card .br-icon {
    font-size: 3em; }
  .home-container a.card.is-disabled {
    background-color: rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.12); }
    .home-container a.card.is-disabled .br-icon svg {
      fill: rgba(0, 0, 0, 0.12); }
  .home-container a.card:not([disabled]):hover {
    color: #68154a;
    background: white;
    transform: scale(1.1); }
    .home-container a.card:not([disabled]):hover .br-icon svg {
      fill: #68154a; }

[dir="rtl"] .br-icon[icon="arrow-right"], [dir="rtl"] .br-icon[icon="arrow-left"] {
  transform: rotate(180deg); }

.img-base64-preview-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  border: 1px dashed #cdcdcd;
  padding: 1em;
  background-color: #eee; }
  .img-base64-preview-container .img-base64-preview-details {
    margin: 0 1em;
    flex-grow: 2; }
  .img-base64-preview-container img {
    max-height: 150px;
    max-width: 150px; }

.img-base64 {
  display: inline-block; }
  .img-base64.has-error .img-base64-wrapper {
    box-shadow: 0 0 0px 1px #963939; }
  .img-base64.has-error p {
    color: #963939; }

.img-base64-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.12);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAIAAAACUFjqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTIzMUFDRkQ4QUI5MTFFOUJEQTVCODczQTRGMTNGQzkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTIzMUFDRkU4QUI5MTFFOUJEQTVCODczQTRGMTNGQzkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMjMxQUNGQjhBQjkxMUU5QkRBNUI4NzNBNEYxM0ZDOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMjMxQUNGQzhBQjkxMUU5QkRBNUI4NzNBNEYxM0ZDOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ppc6YS4AAAApSURBVHjaYnz27BkDEpCUlETmMjHgBTSVZvz//z8y//nz54PFaQABBgDf1wjC3IDU9wAAAABJRU5ErkJggg=="); }
  .img-base64-wrapper img {
    display: block; }
  .logo-base64-desktop .img-base64-wrapper {
    max-width: 456px;
    max-height: 96px;
    overflow: hidden; }
  .logo-base64-mobile .img-base64-wrapper {
    max-width: 236px;
    max-height: 56px;
    overflow: hidden; }

.input-masked {
  position: relative;
  margin-bottom: 0.5em; }
  .input-masked .form-label {
    display: inline-block; }
  .input-masked input {
    position: absolute;
    z-index: 2000;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2.571em;
    margin: 0;
    opacity: 0; }
  .input-masked input:focus + .input-masked-viewer-wrapper {
    outline: transparent solid .25rem;
    -webkit-box-shadow: 0 0 0 0.25rem #5b9dd9;
    -moz-box-shadow: 0 0 0 0.25rem #5b9dd9;
    box-shadow: 0 0 0 0.25rem #5b9dd9; }
    .input-masked input:focus + .input-masked-viewer-wrapper .input-masked-char.has-caret {
      animation: blink 1s linear infinite; }
      [dir="rtl"] .input-masked input:focus + .input-masked-viewer-wrapper .input-masked-char.has-caret {
        animation: blink-rtl 1s linear infinite; }
    .input-masked input:focus + .input-masked-viewer-wrapper .input-masked-char.has-caret-last {
      animation: blink-last 1s linear infinite; }
      [dir="rtl"] .input-masked input:focus + .input-masked-viewer-wrapper .input-masked-char.has-caret-last {
        animation: blink-last-rtl 1s linear infinite; }
    .input-masked input:focus + .input-masked-viewer-wrapper .input-masked-char.has-selection {
      background-color: #b2d7fe; }
  .input-masked .input-masked-viewer-wrapper {
    position: relative;
    z-index: 2001;
    width: 100%;
    height: 2.571em;
    line-height: 1.7em;
    padding: 0 0.5em;
    background-color: #fff;
    border: 1px solid #333;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1); }
    .input-masked .input-masked-viewer-wrapper.has-show-password-button {
      padding: 0 3em 0 0.5em; }
      [dir="rtl"] .input-masked .input-masked-viewer-wrapper.has-show-password-button {
        padding: 0 0.5em 0 3em; }
    .input-masked .input-masked-viewer-wrapper .input-masked-viewer {
      display: flex;
      align-items: center;
      height: 100%;
      overflow: auto;
      cursor: text; }
    .input-masked .input-masked-viewer-wrapper .btn {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 2003;
      height: auto; }
      [dir="rtl"] .input-masked .input-masked-viewer-wrapper .btn {
        right: auto;
        left: 0; }
      .input-masked .input-masked-viewer-wrapper .btn:hover {
        background-color: transparent; }
  .input-masked .input-masked-char {
    margin: 0 2px;
    width: .8em;
    min-width: .8em;
    height: 1.7em;
    display: inline-block;
    text-align: center;
    border: 1px solid transparent;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none; }
    .input-masked .input-masked-char:not(.has-value) {
      border-bottom-color: rgba(0, 0, 0, 0.54); }
    .input-masked .input-masked-char.input-masked-separator:not(:last-child) {
      margin: 0 1em 0 2px; }
      [dir="rtl"] .input-masked .input-masked-char.input-masked-separator:not(:last-child) {
        margin: 0 2px 0 1em; }

input[disabled] + .input-masked-viewer-wrapper,
input.disabled + .input-masked-viewer-wrapper {
  color: rgba(0, 0, 0, 0.54);
  border-color: rgba(0, 0, 0, 0.26);
  cursor: not-allowed; }

.has-error .input-masked-viewer-wrapper {
  border-color: #963939;
  box-shadow: inset 1px 1px 0px #963939, inset -1px -1px 0px #963939; }

.has-warning .input-masked-viewer-wrapper {
  border-color: #8d4832;
  box-shadow: inset 1px 1px 0px #8d4832, inset -1px -1px 0px #8d4832; }

@keyframes blink {
  0% {
    border-left-color: #000; }
  50% {
    border-left-color: #000; }
  51% {
    border-left-color: transparent; }
  100% {
    border-left-color: transparent; } }

@keyframes blink-last {
  0% {
    border-right-color: #000; }
  50% {
    border-right-color: #000; }
  51% {
    border-right-color: transparent; }
  100% {
    border-right-color: transparent; } }

@keyframes blink-rtl {
  0% {
    border-left-color: transparent;
    border-right-color: #000; }
  50% {
    border-left-color: transparent;
    border-right-color: #000; }
  51% {
    border-left-color: transparent;
    border-right-color: transparent; }
  100% {
    border-left-color: transparent;
    border-right-color: transparent; } }

@keyframes blink-last-rtl {
  0% {
    border-right-color: transparent;
    border-left-color: #000; }
  50% {
    border-right-color: transparent;
    border-left-color: #000; }
  51% {
    border-right-color: transparent;
    border-left-color: transparent; }
  100% {
    border-right-color: transparent;
    border-left-color: transparent; } }

.item-collapsible .item-collapsible__title {
  max-width: 100%; }
  .item-collapsible .item-collapsible__title > * {
    vertical-align: middle; }

.item-collapsible .btn-collapse {
  min-width: 2em;
  height: 1.5em;
  padding: 0; }
  .item-collapsible .btn-collapse .br-icon {
    transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
    transform: rotate(360deg);
    width: 1em;
    height: 1em;
    vertical-align: middle; }

.item-collapsible.collapsed .btn-collapse .br-icon {
  transform: rotate(180deg); }

.label-item, .label-list .label-list-item,
.label-list .label-list-item-secondary {
  display: inline-block;
  padding: 0.2em 0.5em;
  border-radius: 0.5em;
  margin: 0 0.5em;
  text-transform: uppercase;
  font-size: .75em;
  white-space: nowrap; }

.label-list {
  display: inline-block;
  list-style-type: none;
  margin-left: 0;
  padding: 0;
  margin: 0 0.5em;
  vertical-align: bottom; }
  .label-list .label-list-item,
  .label-list .label-list-item-secondary {
    margin: 0 0.5em 0 0; }
    .label-list .label-list-item:last-child,
    .label-list .label-list-item-secondary:last-child {
      margin-right: 0; }
    [dir="rtl"] .label-list .label-list-item, [dir="rtl"]
    .label-list .label-list-item-secondary {
      margin: 0 0 0 0.5em; }
      [dir="rtl"] .label-list .label-list-item:last-child, [dir="rtl"]
      .label-list .label-list-item-secondary:last-child {
        margin-left: 0; }
  .label-list .label-list-item {
    background-color: #d2d2d2;
    color: #565b5d;
    border: 1px solid #d2d2d2; }
  .label-list .label-list-item-secondary {
    background-color: transparent;
    color: #565b5d;
    border: 1px solid #d2d2d2; }
  #drop-options .label-list {
    position: absolute;
    left: -45px;
    display: flex;
    flex-direction: row;
    height: 80px;
    width: 70px;
    justify-content: flex-end;
    align-items: center; }
  [dir="rtl"] #drop-options .label-list {
    position: relative;
    left: 0; }

html.fixed {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%; }

body {
  overflow-y: hidden;
  min-height: 12.5rem; }

ui-view {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; }
  ui-view header {
    position: relative;
    z-index: 2100;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12); }
  ui-view .page-wrapper {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    ui-view .page-wrapper > main {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }

.template-wrapper {
  position: relative;
  width: 100%;
  height: 100%; }
  .template-wrapper .edit-frame,
  .template-wrapper .main-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: transform .3s ease-out; }
    .template-wrapper .edit-frame > main,
    .template-wrapper .main-frame > main {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      overflow: auto; }
  .template-wrapper .edit-frame {
    z-index: 2001;
    transform: translateY(-100%); }
  .template-wrapper .main-frame {
    z-index: 2000; }
  .template-wrapper.edit-mode .edit-frame {
    transform: translateY(0); }
  .template-wrapper.edit-mode .main-frame {
    transform: translateY(100%); }
  .template-wrapper.edit-mode:not(.is-opening) .main-frame {
    visibility: hidden; }

.is-disabled svg, .is-disabledsvg {
  fill: rgba(0, 0, 0, 0.26); }

.list-ordered > li,
.list-unordered > li {
  position: relative;
  padding-left: 2em;
  margin: 0.5em 0; }
  [dir="rtl"] .list-ordered > li, [dir="rtl"]
  .list-unordered > li {
    padding-left: 0;
    padding-right: 2em; }
  .list-ordered > li:before,
  .list-unordered > li:before {
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
    width: 2em;
    color: rgba(0, 0, 0, 0.54);
    font-family: "latolight", "latoregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 0.5em 0 0; }
    [dir="rtl"] .list-ordered > li:before, [dir="rtl"]
    .list-unordered > li:before {
      left: auto;
      right: 0;
      text-align: left;
      padding: 0 0 0 0.5em; }

.list-ordered {
  counter-reset: section;
  padding: 0; }
  .list-ordered > li:before {
    counter-increment: section;
    content: counter(section) ". ";
    height: 1.5em;
    padding-top: .063em; }

.list-unordered {
  counter-reset: section; }
  .list-unordered > li:before {
    content: "·"; }

.list-answers .list-answers-condensed {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.list-answers .list-answer-item {
  margin: 0 0 2em; }

.list-answers .list-answers-item-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 0 -0.5em;
  margin-bottom: 1em;
  min-height: 1.5em; }
  .list-answers .list-answers-item-header > * {
    padding: 0 0.5em; }
  .list-answers .list-answers-item-header .list-answers-item-image {
    min-width: 10.375em; }
    .list-answers .list-answers-item-header .list-answers-item-image img {
      max-width: 100%; }
  .list-answers .list-answers-item-header .list-answers-item-title {
    display: inline-block;
    height: 1.5em;
    font-family: "latobold", "latoregular", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.list-answers .list-answers-counter {
  align-self: center;
  white-space: nowrap;
  font-size: .75em;
  margin: 0 .5em;
  color: rgba(0, 0, 0, 0.54); }

.list-item,
.list-item-flat {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1em 0;
  transition: all .5s ease; }
  .list-item .list-item-check,
  .list-item-flat .list-item-check {
    padding: 1.563em 0 1em 1em;
    background-color: white; }
    [dir="rtl"] .list-item .list-item-check, [dir="rtl"]
    .list-item-flat .list-item-check {
      padding: 1.563em 1em 1em 0; }
    .list-item .list-item-check .form-control,
    .list-item-flat .list-item-check .form-control {
      min-width: 1.25em;
      width: 1.25em;
      height: 1.25em;
      margin: 0; }
  .list-item .list-item-icon-preview,
  .list-item-flat .list-item-icon-preview {
    -webkit-flex: 0 0 5%;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #68154a;
    min-width: 5em; }
    .list-item .list-item-icon-preview .br-icon,
    .list-item-flat .list-item-icon-preview .br-icon {
      width: 2em;
      height: 2em;
      fill: white; }
  .list-item.second-level .list-item-icon-preview,
  .list-item-flat.second-level .list-item-icon-preview {
    background-color: white;
    border: 10px solid #68154a; }
    .list-item.second-level .list-item-icon-preview .br-icon,
    .list-item-flat.second-level .list-item-icon-preview .br-icon {
      fill: black; }
  .list-item.third-level .list-item-icon-preview,
  .list-item-flat.third-level .list-item-icon-preview {
    background-color: white;
    border-right: 5px solid #68154a;
    border-left: 5px solid #68154a; }
    .list-item.third-level .list-item-icon-preview .br-icon,
    .list-item-flat.third-level .list-item-icon-preview .br-icon {
      fill: black; }
  .list-item.fourth-level .list-item-icon-preview,
  .list-item-flat.fourth-level .list-item-icon-preview {
    background-color: white; }
    .list-item.fourth-level .list-item-icon-preview .br-icon,
    .list-item-flat.fourth-level .list-item-icon-preview .br-icon {
      fill: black; }
  .list-item .list-item-info,
  .list-item-flat .list-item-info {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    background-color: white;
    padding: 1em;
    overflow: hidden; }
    .list-item .list-item-info .item-header,
    .list-item-flat .list-item-info .item-header {
      margin: 0;
      text-decoration: none;
      max-width: 100%;
      color: #68154a;
      font-size: 1.5em;
      font-weight: bold;
      padding-right: .1em; }
      [dir="rtl"] .list-item .list-item-info .item-header, [dir="rtl"]
      .list-item-flat .list-item-info .item-header {
        padding-right: 0;
        padding-left: .1em; }
    .list-item .list-item-info label,
    .list-item-flat .list-item-info label {
      cursor: pointer;
      max-width: 100%; }
  .list-item .list-item-optional-info,
  .list-item-flat .list-item-optional-info {
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    background-color: white;
    padding: 1em;
    overflow: hidden;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    max-width: 25em; }
    .list-item .list-item-optional-info p,
    .list-item-flat .list-item-optional-info p {
      margin: 0; }
  .list-item .list-item-actions,
  .list-item-flat .list-item-actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: white; }
    .list-item .list-item-actions svg,
    .list-item-flat .list-item-actions svg {
      fill: #727779; }
    .list-item .list-item-actions .btn.btn-show-details .br-icon,
    .list-item-flat .list-item-actions .btn.btn-show-details .br-icon {
      transform: rotate(180deg); }
    .list-item .list-item-actions .btn,
    .list-item-flat .list-item-actions .btn {
      margin: 0 0.5em; }
    .list-item .list-item-actions .btn.btn-dashboard,
    .list-item-flat .list-item-actions .btn.btn-dashboard {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%;
      border-left: 1px solid rgba(0, 0, 0, 0.12);
      border-right: 1px solid rgba(0, 0, 0, 0.12);
      padding: 0 1em;
      color: #68154a;
      font-weight: bold;
      font-size: .875em; }
      .list-item .list-item-actions .btn.btn-dashboard:not([disabled]):not(.disabled):not([tabindex='-1']):focus,
      .list-item-flat .list-item-actions .btn.btn-dashboard:not([disabled]):not(.disabled):not([tabindex='-1']):focus {
        outline: transparent solid .25rem;
        -webkit-box-shadow: inset 0 0 0 0.25rem #5b9dd9;
        -moz-box-shadow: inset 0 0 0 0.25rem #5b9dd9;
        box-shadow: inset 0 0 0 0.25rem #5b9dd9; }
      .list-item .list-item-actions .btn.btn-dashboard .br-icon,
      .list-item-flat .list-item-actions .btn.btn-dashboard .br-icon {
        width: 2.2em;
        height: 2.2em;
        margin-right: 1em; }
        .list-item .list-item-actions .btn.btn-dashboard .br-icon svg,
        .list-item-flat .list-item-actions .btn.btn-dashboard .br-icon svg {
          fill: #68154a; }
        [dir="rtl"] .list-item .list-item-actions .btn.btn-dashboard .br-icon, [dir="rtl"]
        .list-item-flat .list-item-actions .btn.btn-dashboard .br-icon {
          margin-right: 0;
          margin-left: 1em; }
      .list-item .list-item-actions .btn.btn-dashboard[disabled],
      .list-item-flat .list-item-actions .btn.btn-dashboard[disabled] {
        color: rgba(0, 0, 0, 0.26); }
        .list-item .list-item-actions .btn.btn-dashboard[disabled] .text-secondary,
        .list-item-flat .list-item-actions .btn.btn-dashboard[disabled] .text-secondary {
          color: rgba(0, 0, 0, 0.26); }
        .list-item .list-item-actions .btn.btn-dashboard[disabled] svg,
        .list-item-flat .list-item-actions .btn.btn-dashboard[disabled] svg {
          fill: rgba(0, 0, 0, 0.26); }
  .list-item .list-item-collapsible,
  .list-item-flat .list-item-collapsible {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    opacity: 0;
    width: 100%;
    background-color: #e4e4e4;
    transition: all .5s ease; }
    @media screen and (min-width: 62rem) {
      .list-item .list-item-collapsible,
      .list-item-flat .list-item-collapsible {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
    .list-item .list-item-collapsible.collapsed .btn-collapse .br-icon,
    .list-item-flat .list-item-collapsible.collapsed .btn-collapse .br-icon {
      transform: rotate(180deg); }
  .list-item .list-item-section,
  .list-item-flat .list-item-section {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    background-color: #e4e4e4;
    padding: 1em 1em 0;
    max-width: 50%;
    border-top: 1px solid #d0d0d0; }
    @media screen and (min-width: 62rem) {
      .list-item .list-item-section,
      .list-item-flat .list-item-section {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1; } }
    .list-item .list-item-section:not(:last-child), .list-item .list-item-section:only-child,
    .list-item-flat .list-item-section:not(:last-child),
    .list-item-flat .list-item-section:only-child {
      border-right: 1px solid #d0d0d0; }
      [dir="rtl"] .list-item .list-item-section:not(:last-child), [dir="rtl"] .list-item .list-item-section:only-child, [dir="rtl"]
      .list-item-flat .list-item-section:not(:last-child), [dir="rtl"]
      .list-item-flat .list-item-section:only-child {
        border-right: none;
        border-left: 1px solid #d0d0d0; }
    .list-item .list-item-section.full-width,
    .list-item-flat .list-item-section.full-width {
      min-width: 100%;
      margin-left: 0; }
    .list-item .list-item-section h1,
    .list-item .list-item-section h2,
    .list-item .list-item-section h3,
    .list-item .list-item-section h4,
    .list-item-flat .list-item-section h1,
    .list-item-flat .list-item-section h2,
    .list-item-flat .list-item-section h3,
    .list-item-flat .list-item-section h4 {
      margin: 0; }
    .list-item .list-item-section .text-secondary,
    .list-item-flat .list-item-section .text-secondary {
      color: #626769; }
  .list-item.show-collapsed:not(.show-collapsed-add-active) .list-item-collapsible,
  .list-item-flat.show-collapsed:not(.show-collapsed-add-active) .list-item-collapsible {
    overflow: visible; }
  .list-item.show-collapsed .btn.btn-show-details .br-icon,
  .list-item-flat.show-collapsed .btn.btn-show-details .br-icon {
    transform: rotate(360deg); }
  .list-item.show-collapsed .list-item-collapsible,
  .list-item-flat.show-collapsed .list-item-collapsible {
    opacity: 1; }
  .list-item .list-item-section__header,
  .list-item-flat .list-item-section__header {
    align-items: center;
    font-size: 1.35em;
    font-family: "latolight", "latoregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 0; }
    .list-item .list-item-section__header:not(.is-disabled),
    .list-item-flat .list-item-section__header:not(.is-disabled) {
      color: #333; }
    .list-item .list-item-section__header.is-disabled:hover,
    .list-item-flat .list-item-section__header.is-disabled:hover {
      text-decoration: none; }
    .list-item .list-item-section__header .item-counter,
    .list-item-flat .list-item-section__header .item-counter {
      font-size: 1.45em;
      margin-right: .1em; }
  .list-item .list-item-section__action,
  .list-item-flat .list-item-section__action {
    margin-top: .3em;
    min-width: 4.688em; }

.list-item-flat {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white; }
  .list-item-flat .list-item-info {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .list-item-flat .list-item-actions {
    padding: 0;
    background-color: transparent; }

.list-item-child {
  transition: all .5s ease;
  width: calc(100% + 4em);
  position: relative;
  left: -64px; }

.modal-open {
  overflow: hidden;
  padding: 0 !important; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 7000 !important;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-content {
    transform: translate(0, -25%);
    transition: .3s ease-out; }
  .modal.in .modal-content {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  display: inline-block;
  position: relative;
  width: auto;
  margin: 2em 1em;
  max-width: calc(100% - 2em); }

.modal-content {
  background-color: #fff;
  border-radius: 0.1em;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left; }
  [dir="rtl"] .modal-content {
    text-align: right; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6999 !important;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.in {
    opacity: 0.5; }

.modal-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5em; }
  .modal-header .br-icon {
    width: 1.2em;
    height: 1.2em; }
  .modal-header:not(.without-header) {
    color: #fff;
    background-color: #68154a; }
    .modal-header:not(.without-header) .br-icon svg {
      fill: #fff; }

.modal-title {
  margin: 0; }

.modal-body {
  padding: 0.5em; }

.modal-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: "space-between";
  -ms-flex-pack: justify;
  justify-content: "space-between";
  -webkit-align-items: "center";
  -ms-flex-align: "center";
  align-items: "center";
  border: 1px 0px 0px 0px solid #999; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.modal.modal-image .modal-header {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.modal.modal-image .modal-body {
  padding-top: 0; }

.modal.modal-image img {
  max-width: 100%; }

.modal.modal-confirm .modal-header {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.modal.modal-info {
  padding: 2rem;
  margin: 0; }
  .modal.modal-info .modal-header {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

.modal.modal-answer .modal-dialog {
  width: 50em; }

.modal.modal-answer .modal-header {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  word-break: break-all; }

.modal-voter-details-parent.modal-open {
  position: relative;
  z-index: 1999;
  overflow: visible; }
  .modal-voter-details-parent.modal-open .modal {
    position: absolute;
    min-height: 31.25em; }
  .modal-voter-details-parent.modal-open .modal-backdrop {
    position: absolute;
    background: #f0f0f0;
    opacity: .7; }

.modal-voter-details-parent .modal-dialog {
  margin: 0;
  position: absolute;
  top: 3.25em;
  bottom: 0;
  right: 0;
  width: 28.125em;
  padding: 0.5em 0 0.5em 0.5em; }
  [dir="rtl"] .modal-voter-details-parent .modal-dialog {
    padding: 0.5em 0.5em 0.5em 0; }
  .modal-voter-details-parent .modal-dialog .modal-content {
    border-radius: 0;
    height: 100%; }
    .modal-voter-details-parent .modal-dialog .modal-content table > thead th,
    .modal-voter-details-parent .modal-dialog .modal-content table > thead td {
      padding: 0.5em 0.4em;
      white-space: pre;
      vertical-align: middle; }

.modal-voter-details-parent .modal.fade .modal-content {
  transform: translate(100%, 0);
  transition: .3s ease-out;
  overflow-y: auto;
  overflow-x: hidden; }

.modal-voter-details-parent .modal.in .modal-content {
  transform: translate(0, 0); }

.modal-voter-details-parent .voter-credentials-details {
  margin: 0 -0.5em 2em;
  padding: 0.5em;
  background-color: rgba(0, 0, 0, 0.06); }

.progress-bar-wrapper {
  position: relative;
  width: 100%;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.26); }

.progress-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #2196f3;
  transition: width 0.2s cubic-bezier(0.4, 0, 1, 1); }
  [dir="rtl"] .progress-bar {
    left: auto;
    right: auto; }

.question-rules-grid {
  display: grid;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-columns: 16.5em auto;
  padding: 0; }
  .question-rules-grid > * {
    align-self: center; }
  .question-rules-grid--min-max-answers {
    grid-template-columns: 18.5em 4em auto; }
  .question-rules-grid--combobox {
    grid-template-columns: 16.5em auto 1fr; }

.pagination-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.pagination-limit-selector {
  min-width: 3.429em;
  margin: 0;
  border-color: rgba(0, 0, 0, 0.12); }

.pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  border-radius: 0.143em;
  list-style: none;
  font-size: .875em; }
  .pagination > li {
    display: inline;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-right-width: 0; }
    .pagination > li:first-child {
      border-top-left-radius: 0.143em;
      border-bottom-left-radius: 0.143em; }
      [dir="rtl"] .pagination > li:first-child {
        border-right-width: 1px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0.143em;
        border-bottom-right-radius: 0.143em; }
    .pagination > li:last-child {
      border-right-width: 1px;
      border-top-right-radius: 0.143em;
      border-bottom-right-radius: 0.143em; }
      [dir="rtl"] .pagination > li:last-child {
        border-right-width: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 0.143em;
        border-bottom-left-radius: 0.143em; }
    .pagination > li a {
      display: inline-block;
      padding: 0.5em 1em;
      line-height: 1.5;
      background: #fff;
      color: #68154a;
      text-decoration: none; }
    .pagination > li.active a {
      background: #727779;
      color: #fff; }
    .pagination > li.disabled a {
      background-color: rgba(0, 0, 0, 0.05);
      color: #666666;
      cursor: not-allowed; }

@keyframes icon-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.icon-spinner {
  animation: icon-spin 2s infinite linear; }

.steps-path {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 6em;
  overflow: hidden;
  border-left: 1px solid white; }
  [dir="rtl"] .steps-path {
    border-right: 1px solid white;
    border-left: none; }
  .steps-path .steps-path-step {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden; }
    .steps-path .steps-path-step > * {
      white-space: nowrap; }
      .steps-path .steps-path-step > *:not([icon]) {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        overflow: hidden;
        text-overflow: ellipsis; }
    .steps-path .steps-path-step .steps-path-current {
      padding: 0 0.5em;
      color: #620844;
      background-color: #fff;
      border-radius: 0.4em; }

.switch--active .switch-container.switch-checked {
  background: #A5D6A7; }
  .switch--active .switch-container.switch-checked:before {
    background-color: #2E7D32; }

[dir="rtl"] .switch-container:before {
  left: auto;
  right: 0; }

[dir="rtl"] .switch-container.switch-checked:before {
  transform: translate3d(-0.875em, 0, 0); }

@font-face {
  font-family: 'latoregular';
  src: url("../assets/fonts/lato-regular.woff2") format("woff2"), url("../assets/fonts/lato-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latobold';
  src: url("../assets/fonts/lato-bold.woff2") format("woff2"), url("../assets/fonts/lato-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latolight';
  src: url("../assets/fonts/lato-light.woff2") format("woff2"), url("../assets/fonts/lato-light.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: "latoregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857; }

h1,
.text-h1 {
  font-family: "latolight", "latoregular", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h2,
.text-h2 {
  font-family: "latolight", "latoregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500; }

h3,
.text-h3 {
  font-family: "latolight", "latoregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500; }

h5,
.text-h5 {
  font-size: 1em;
  font-family: "latobold", "latoregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500; }

.text-regular {
  font-family: "latoregular", "Helvetica Neue", Helvetica, Arial, sans-serif; }

strong,
b,
.text-bold {
  font-family: "latobold", "latoregular", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.text-light {
  font-family: "latolight", "latoregular", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.text-muted {
  color: rgba(0, 0, 0, 0.54); }
  .text-muted svg, .text-mutedsvg {
    fill: rgba(0, 0, 0, 0.54); }

.text-error {
  color: #efd8d7; }
  .text-error svg, .text-errorsvg {
    fill: #efd8d7; }

.text-error-contrast {
  color: #963939; }
  .text-error-contrast svg, .text-error-contrastsvg {
    fill: #963939; }

.text-success {
  color: #dee9e1; }
  .text-success svg, .text-successsvg {
    fill: #dee9e1; }

.text-success-contrast {
  color: #3d614c; }
  .text-success-contrast svg, .text-success-contrastsvg {
    fill: #3d614c; }

.text-warning {
  color: #ffcc80; }
  .text-warning svg, .text-warningsvg {
    fill: #ffcc80; }

.text-strike {
  text-decoration: line-through; }

.text-created {
  color: #0077c2; }
  .text-created svg, .text-createdsvg {
    fill: #0077c2; }

.noselectable {
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */ }

.no-wrap {
  white-space: nowrap; }

.direction-ltr {
  direction: ltr; }

.direction-rtl {
  direction: rtl; }

.toolbar {
  background-color: #620844;
  color: #fff; }
  .toolbar button.btn {
    text-transform: none; }
  .toolbar .toolbar-actions .dropdown-menu {
    right: 0;
    left: auto; }
    [dir="rtl"] .toolbar .toolbar-actions .dropdown-menu {
      right: auto;
      left: 0; }

.tooltip {
  position: absolute;
  z-index: 3400;
  display: block;
  font-size: 0.875rem;
  opacity: 0; }
  .tooltip.in {
    opacity: 0.9; }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.143em; }

.tooltip-text-left .tooltip-inner {
  text-align: left; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.view-dashboard {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1em 0 5em; }
  .view-dashboard .view-dashboard-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2em; }
    .view-dashboard .view-dashboard-header .view-dashboard-header-icon {
      -webkit-flex: 0 0 5%;
      -ms-flex: 0 0 5%;
      flex: 0 0 5%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0.5em 0.5em 0 0; }
      [dir="rtl"] .view-dashboard .view-dashboard-header .view-dashboard-header-icon {
        padding: 0.5em 0 0 0.5em; }
      .view-dashboard .view-dashboard-header .view-dashboard-header-icon .br-icon {
        width: 2.5em;
        height: 2.5em; }
    .view-dashboard .view-dashboard-header .view-dashboard-header-title {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      min-width: 0; }
      .view-dashboard .view-dashboard-header .view-dashboard-header-title .dropdown {
        display: inline-block; }
    .view-dashboard .view-dashboard-header .view-dashboard-header-title {
      margin: 0; }
    .view-dashboard .view-dashboard-header .view-dashboard-header-sort {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0 1em;
      padding: 0 1em;
      border-left: 1px solid rgba(0, 0, 0, 0.87); }
      .view-dashboard .view-dashboard-header .view-dashboard-header-sort select {
        width: auto;
        margin: 0 0.5em; }
      [dir="rtl"] .view-dashboard .view-dashboard-header .view-dashboard-header-sort {
        border-right: 1px solid rgba(0, 0, 0, 0.87);
        border-left: none; }
    .view-dashboard .view-dashboard-header .view-dashboard-header-separator {
      width: 1px;
      height: 100%;
      padding: 0;
      margin: 0 1em;
      box-shadow: 1px 0 rgba(0, 0, 0, 0.26); }
  .view-dashboard .view-dashboard-operations-actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 0.5em;
    width: auto;
    margin: 0 -0.5em;
    position: relative;
    padding-bottom: 1em; }
    .view-dashboard .view-dashboard-operations-actions > * {
      padding: 0 0.5em; }
    .view-dashboard .view-dashboard-operations-actions .dashboard-btn-wrapper {
      margin: 0 1em; }
    .view-dashboard .view-dashboard-operations-actions .dashboard-btn-publish-wrapper {
      margin-right: 3em; }
  .view-dashboard.with-test-mode-btn {
    padding-top: 0; }
    .view-dashboard.with-test-mode-btn .view-dashboard-header {
      transform: translateY(-2.5em); }
  .view-dashboard.test-mode .view-dashboard-header {
    transform: none;
    margin-top: 1em; }
  .view-dashboard.test-mode .tabs-content-container {
    padding: 0; }
  .view-dashboard .view-dashboard-counting-wrapper {
    position: relative;
    overflow: hidden; }
    .view-dashboard .view-dashboard-counting-wrapper h2 {
      font-family: "latobold", "latoregular", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .view-dashboard .view-dashboard-counting-wrapper h2,
    .view-dashboard .view-dashboard-counting-wrapper h3 {
      margin: 0;
      font-size: .875em;
      text-transform: uppercase; }
    .view-dashboard .view-dashboard-counting-wrapper .view-dashboard-counting {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: auto;
      margin: 0 -0.5em;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .view-dashboard .view-dashboard-counting-wrapper .view-dashboard-counting > * {
        padding: 0.5em; }
      .view-dashboard .view-dashboard-counting-wrapper .view-dashboard-counting .view-dashboard-counting-ballot-box {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1; }
      .view-dashboard .view-dashboard-counting-wrapper .view-dashboard-counting .view-dashboard-counting-process {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .view-dashboard .view-dashboard-counting-wrapper .view-dashboard-counting .view-dashboard-counting-reports {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1; }
      @media screen and (min-width: 62rem) {
        .view-dashboard .view-dashboard-counting-wrapper .view-dashboard-counting .view-dashboard-counting-ballot-box {
          -webkit-flex: 0 1 auto;
          -ms-flex: 0 1 auto;
          flex: 0 1 auto; }
        .view-dashboard .view-dashboard-counting-wrapper .view-dashboard-counting .view-dashboard-counting-process {
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
        .view-dashboard .view-dashboard-counting-wrapper .view-dashboard-counting .view-dashboard-counting-reports {
          -webkit-flex: 0 1 auto;
          -ms-flex: 0 1 auto;
          flex: 0 1 auto; } }
    .view-dashboard .view-dashboard-counting-wrapper .report-item {
      min-width: 50%; }
  .view-dashboard .dashboard-process-step {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 33.33333%;
    margin: 1em 0; }
    @media screen and (min-width: 62rem) {
      .view-dashboard .dashboard-process-step {
        margin: 0; } }
    .view-dashboard .dashboard-process-step .dashboard-progress-positioner {
      width: calc(100% - 64px);
      transform: translate(calc(50% + 32px), 34px);
      margin-top: -4px; }
      [dir="rtl"] .view-dashboard .dashboard-process-step .dashboard-progress-positioner {
        transform: translate(calc(-50% - 32px), 34px); }
  .view-dashboard .dashboard-btn-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center; }
  .view-dashboard .dashboard-btn-label {
    max-width: 100%;
    margin-top: 1em;
    text-transform: uppercase;
    font-size: .625em;
    overflow: hidden;
    text-overflow: ellipsis; }
  .view-dashboard .btn.dashboard-btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4em;
    height: 4em;
    min-width: auto;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.87); }
    .view-dashboard .btn.dashboard-btn[disabled] {
      border-color: rgba(0, 0, 0, 0.26);
      color: rgba(0, 0, 0, 0.26);
      background-color: transparent; }
    .view-dashboard .btn.dashboard-btn.is-done {
      border-color: #2196f3; }
      .view-dashboard .btn.dashboard-btn.is-done svg {
        fill: #2196f3; }
    .view-dashboard .btn.dashboard-btn .br-icon {
      font-size: 1.5em; }

.view-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1em 0 5em; }
  .view-list .view-list-ancestor-wrapper {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background: white;
    margin: -1em 0 1em;
    padding: 1em 0; }
    .view-list .view-list-ancestor-wrapper .view-list-ancestor {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: auto;
      margin: 0 -0.5em; }
      .view-list .view-list-ancestor-wrapper .view-list-ancestor > * {
        padding: 0.5em; }
    .view-list .view-list-ancestor-wrapper .view-list-ancestor-title {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .view-list .view-list-ancestor-wrapper .view-list-ancestor-logo {
      -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      text-align: right; }
      .view-list .view-list-ancestor-wrapper .view-list-ancestor-logo img {
        max-width: 100%; }
  .view-list .view-list-content {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 3em;
    padding-left: 3em; }
  .view-list .view-list-search-box {
    margin: 1em 0;
    padding: 1em;
    background: #e4e4e4;
    box-shadow: 0 0.063em 0.5em 0 rgba(0, 0, 0, 0.2), 0 0.188em 0.25em 0 rgba(0, 0, 0, 0.14), 0 0.188em 0.188em -0.125em rgba(0, 0, 0, 0.12); }
  .view-list .list-item-section--question {
    flex-wrap: wrap; }
    .view-list .list-item-section--question > .flex {
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
      @media screen and (min-width: 62rem) {
        .view-list .list-item-section--question > .flex {
          max-width: 33%;
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1; } }

.view-list-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5em; }
  .view-list-header .view-list-header-left-content {
    -webkit-flex: 0 0 5%;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5em 0.5em 0 0; }
    [dir="rtl"] .view-list-header .view-list-header-left-content {
      padding: 0.5em 0 0 0.5em; }
    .view-list-header .view-list-header-left-content .br-icon {
      width: 2.5em;
      height: 2.5em; }
  .view-list-header .view-list-header-central-content {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0; }
    .view-list-header .view-list-header-central-content h2 {
      padding-left: 0.2em;
      padding-right: 0.5em; }
    .view-list-header .view-list-header-central-content .dropdown {
      display: inline-block; }
  .view-list-header .view-list-header-right-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0.5em; }
    .view-list-header .view-list-header-right-content > *:not(:last-child) {
      margin-right: 1em; }
      [dir="rtl"] .view-list-header .view-list-header-right-content > *:not(:last-child) {
        margin-right: 0;
        margin-left: 1em; }
  .view-list-header .view-list-header-title {
    margin: 0; }
  .view-list-header .view-list-header-sort {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 1em;
    padding: 0 1em;
    border-left: 1px solid rgba(0, 0, 0, 0.87); }
    .view-list-header .view-list-header-sort select {
      width: auto;
      margin: 0 0.5em; }
    [dir="rtl"] .view-list-header .view-list-header-sort {
      border-right: 1px solid rgba(0, 0, 0, 0.87);
      border-left: none; }

.view-login {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%; }
  .view-login .login-box {
    max-width: 29em;
    margin: 0 auto 2em; }

button.btn.scroll-to-top {
  position: fixed;
  z-index: 2000;
  bottom: 4em;
  right: 1em;
  min-width: 0;
  padding: .3em .25em; }
  [dir="rtl"] button.btn.scroll-to-top {
    right: auto;
    left: 2em; }

.wizard-step {
  padding: 4em 2rem 2em;
  transform: none; }

.drop-area {
  min-height: 18em;
  position: relative;
  border: 1px dashed #cdcdcd;
  padding: 1em;
  background-color: #fff; }
  .drop-area.drop-area-over {
    border: 2px solid #000; }

.element-to-drop:hover .hidden-element {
  visibility: visible;
  flex: 1; }

.element-to-drop:hover .show-element {
  visibility: hidden;
  -webkit-flex: 0 0 0%;
  -ms-flex: 0 0 0%;
  flex: 0 0 0%;
  max-width: 0%; }

.element-to-drop .hidden-element {
  border-style: dashed;
  border-color: rgba(0, 0, 0, 0.54);
  background-color: rgba(255, 255, 255, 0.87);
  visibility: hidden;
  cursor: pointer; }

.element-to-drop .show-element {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 0.875rem; }

.element-to-drop .show-element::before, .element-to-drop .show-element::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.12); }

.element-to-drop .show-element::before {
  margin-right: 1em; }

.element-to-drop .show-element::after {
  margin-left: 1em; }

.drag {
  opacity: 0.3; }

.drag-over {
  transform: scale(1.05, 1.05); }

#drop-options .no-border {
  border: 0; }

#answer-options .label-list-child {
  height: 80px;
  position: relative;
  left: 32px; }

.drag-position-target {
  height: 10px;
  width: 50%;
  background-color: #cdcdcd;
  border: 1px dashed rgba(0, 0, 0, 0.87);
  visibility: hidden; }
  .drag-position-target.show-element {
    visibility: visible; }

.tabs .tab {
  display: inline-block; }
  .tabs .tab:not(.active):not(.disabled) {
    cursor: pointer; }
    .tabs .tab:not(.active):not(.disabled):hover {
      color: #68154a;
      transition: color 0.2s cubic-bezier(0.4, 0, 1, 1); }
  .tabs .tab.active {
    background-color: #68154a;
    color: #fff;
    transition: background-color 0.2s cubic-bezier(0.4, 0, 1, 1); }

.tabs .tabs-content-container {
  border: 1px solid #68154a;
  padding: 1em 2em 2em 2em; }
  .tabs .tabs-content-container .view-dashboard-counting-wrapper {
    padding: 1em;
    background-color: #fff; }

.horizontal-separator {
  display: block;
  margin: 2em 0;
  border: none;
  box-shadow: none; }

.max-width {
  max-width: 100%; }

.line-height-m {
  line-height: 1.875rem; }

.no-animate {
  transition: none !important; }

.cursor-default {
  cursor: default; }

.cursor-pointer {
  cursor: pointer; }

.input-radio-background {
  background-color: #fff;
  padding: 0.5em;
  margin-bottom: 0.5em; }

.fsxxs {
  font-size: 0.66992rem; }

.fsxs {
  font-size: 0.76562rem; }

.fss {
  font-size: 0.875rem; }

.fsn {
  font-size: 1rem; }

.fsm {
  font-size: 1.125rem; }

.fsl {
  font-size: 1.26562rem; }

.fsxl {
  font-size: 1.42383rem; }

.fsxxl {
  font-size: 1.60181rem; }

/**
 * `hide-gt-sm show-gt-lg` should hide from breakpoint-sm to breakpoint-lg
 * `show-md hide-gt-sm` should show in sm and hide above breakpoint-md
 * `hide-gt-md show-gt-sm` should show everywhere (show overrides hide)`
 */
@media screen and (max-width: 49.999rem) {
  .hide-sm:not(.show-sm):not(.show),
  .hide:not(.show-sm):not(.show) {
    display: none; } }

@media screen and (min-width: 50rem) and (max-width: 61.999rem) {
  .hide:not(.show-gt-sm):not(.show-md):not(.show),
  .hide-gt-sm:not(.show-gt-sm):not(.show-md):not(.show) {
    display: none; }
  .hide-md:not(.show-md):not(.show) {
    display: none; } }

@media screen and (min-width: 62rem) and (max-width: 74.999rem) {
  .hide:not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show),
  .hide-gt-sm:not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show),
  .hide-gt-md:not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show) {
    display: none; }
  .hide-lg:not(.show-lg):not(.show) {
    display: none; } }

@media screen and (min-width: 75rem) {
  .hide-gt-sm:not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show),
  .hide-gt-md:not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show),
  .hide-gt-lg:not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show),
  .hide:not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show) {
    display: none; } }

.d-block {
  display: block; }

.d-inline {
  display: inline; }

.d-inline-block {
  display: inline-block; }

.d-table {
  display: table; }

.d-table-row {
  display: table-row; }

.d-table-cell {
  display: table-cell; }

.p-relative {
  position: relative; }

.p-absolute,
.p-top,
.p-end,
.p-bottom,
.p-start {
  position: absolute; }

.p-top {
  top: 0; }

.p-end {
  right: 0; }
  [dir="rtl"] .p-end {
    left: 0; }
    [dir="rtl"] .p-end:not(.p-start) {
      right: auto; }

.p-bottom {
  bottom: 0; }

.p-start {
  left: 0; }
  [dir="rtl"] .p-start {
    right: 0; }
    [dir="rtl"] .p-start:not(.p-end) {
      left: auto; }

.ptn, .pvn, .pan {
  padding-top: 0; }

.pts, .pvs, .pas {
  padding-top: 0.5em; }

.ptm, .pvm, .pam {
  padding-top: 1em; }

.ptl, .pvl, .pal {
  padding-top: 2em; }

.prn, .phn, .pan {
  padding-right: 0; }

.prs, .phs, .pas {
  padding-right: 0.5em; }

.prm, .phm, .pam {
  padding-right: 1em; }

.prl, .phl, .pal {
  padding-right: 2em; }

.pbn, .pvn, .pan {
  padding-bottom: 0; }

.pbs, .pvs, .pas {
  padding-bottom: 0.5em; }

.pbm, .pvm, .pam {
  padding-bottom: 1em; }

.pbl, .pvl, .pal {
  padding-bottom: 2em; }

.pln, .phn, .pan {
  padding-left: 0; }

.pls, .phs, .pas {
  padding-left: 0.5em; }

.plm, .phm, .pam {
  padding-left: 1em; }

.pll, .phl, .pal {
  padding-left: 2em; }

.mtn, .mvn, .man {
  margin-top: 0; }

.mts, .mvs, .mas {
  margin-top: 0.5em; }

.mtm, .mvm, .mam {
  margin-top: 1em; }

.mtl, .mvl, .mal {
  margin-top: 2em; }

.mrn, .mhn, .man {
  margin-right: 0; }

.mrs, .mhs, .mas {
  margin-right: 0.5em; }

.mrm, .mhm, .mam {
  margin-right: 1em; }

.mrl, .mhl, .mal {
  margin-right: 2em; }

.mbn, .mvn, .man {
  margin-bottom: 0; }

.mbs, .mvs, .mas {
  margin-bottom: 0.5em; }

.mbm, .mvm, .mam {
  margin-bottom: 1em; }

.mbl, .mvl, .mal {
  margin-bottom: 2em; }

.mln, .mhn, .man {
  margin-left: 0; }

.mls, .mhs, .mas {
  margin-left: 0.5em; }

.mlm, .mhm, .mam {
  margin-left: 1em; }

.mll, .mhl, .mal {
  margin-left: 2em; }

.w-0 {
  width: 0%; }

.h-0 {
  height: 0%; }

.w-5 {
  width: 5%; }

.h-5 {
  height: 5%; }

.w-10 {
  width: 10%; }

.h-10 {
  height: 10%; }

.w-15 {
  width: 15%; }

.h-15 {
  height: 15%; }

.w-20 {
  width: 20%; }

.h-20 {
  height: 20%; }

.w-25 {
  width: 25%; }

.h-25 {
  height: 25%; }

.w-30 {
  width: 30%; }

.h-30 {
  height: 30%; }

.w-35 {
  width: 35%; }

.h-35 {
  height: 35%; }

.w-40 {
  width: 40%; }

.h-40 {
  height: 40%; }

.w-45 {
  width: 45%; }

.h-45 {
  height: 45%; }

.w-50 {
  width: 50%; }

.h-50 {
  height: 50%; }

.w-55 {
  width: 55%; }

.h-55 {
  height: 55%; }

.w-60 {
  width: 60%; }

.h-60 {
  height: 60%; }

.w-65 {
  width: 65%; }

.h-65 {
  height: 65%; }

.w-70 {
  width: 70%; }

.h-70 {
  height: 70%; }

.w-75 {
  width: 75%; }

.h-75 {
  height: 75%; }

.w-80 {
  width: 80%; }

.h-80 {
  height: 80%; }

.w-85 {
  width: 85%; }

.h-85 {
  height: 85%; }

.w-90 {
  width: 90%; }

.h-90 {
  height: 90%; }

.w-95 {
  width: 95%; }

.h-95 {
  height: 95%; }

.w-100 {
  width: 100%; }

.h-100 {
  height: 100%; }

.w-33 {
  width: 33.33333%; }

.w-66 {
  width: 66.66667%; }

.h-33 {
  height: 33.33333%; }

.h-66 {
  height: 66.66667%; }

.bt, .bv, .ba {
  border-top: 1px solid rgba(0, 0, 0, 0.12); }

.br, .bh, .ba {
  border-right: 1px solid rgba(0, 0, 0, 0.12); }

.bb, .bv, .ba {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.bl, .bh, .ba {
  border-left: 1px solid rgba(0, 0, 0, 0.12); }

.text-primary {
  color: #373c3e; }

.text-secondary {
  color: #727779; }

.text-brand {
  color: #68154a; }

.bg-primary {
  color: #fff;
  background-color: #373c3e; }

.bg-secondary {
  color: #fff;
  background-color: #727779; }

.bg-brand {
  color: #fff;
  background-color: #68154a; }

.text-columns-2 {
  columns: 2; }

.text-columns-3 {
  columns: 3; }

.text-columns-4 {
  columns: 4; }

.text-columns-5 {
  columns: 5; }

.text-columns-6 {
  columns: 6; }

.inline-separator {
  display: inline;
  margin: 0 0.5em;
  border: none; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.sr-only {
  position: fixed;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
  .sr-only:not(.sr-only-focusable) {
    padding: 0; }
  .sr-only.sr-only-focusable:active, .sr-only.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto; }

.scroll-horizontal {
  display: block;
  max-width: 100%;
  overflow-y: auto; }
