
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.basic-table {
  width: 100%;
  position: relative;
  scroll-margin-top: var(--top-offset);
  scroll-margin-left: 1rem;
}
.basic-table th, .basic-table td {
  padding: 0.5em 0.5rem;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
}
.basic-table th.basic-table__row-identifier, .basic-table td.basic-table__row-identifier {
  white-space: normal;
}
@media (min-width: 667px) {
  .basic-table th.basic-table__row-identifier, .basic-table td.basic-table__row-identifier {
    white-space: nowrap;
  }
}
.basic-table th.left-aligned, .basic-table td.left-aligned {
  text-align: left;
}
.basic-table th.text-center, .basic-table td.text-center {
  text-align: center;
}
.basic-table th {
  font-size: 0.75em;
  line-height: 1.6em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(0, 0, 0, 0.7);
}
.basic-table tbody td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.basic-table tfoot tr:first-child td,
.basic-table tfoot tr:last-child td {
  border-top: 1px solid #000;
}
.basic-table__row-identifier {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  left: 0;
  background: #fff;
}
.basic-table__row-identifier:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 6rem;
  box-shadow: 4px 2px 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 500ms;
  z-index: -1;
}
.basic-table--borderless th, .basic-table--borderless td {
  padding: 0 0.5rem 0.6em;
}
.basic-table--borderless tbody td {
  border-top: none;
}
.basic-table--borderless tfoot tr:first-child td,
.basic-table--borderless tfoot tr:last-child td {
  padding-top: 0.6em;
}
.basic-table--sortable th {
  cursor: pointer;
}
.basic-table--with-fancy-header th {
  font-size: 1em;
  background: #444;
  color: #fff;
  letter-spacing: 0;
  line-height: inherit;
}
.basic-table--with-fancy-header.basic-table--sortable th:hover {
  background: #000;
}
.basic-table--with-fancy-header.basic-table--sortable th:after {
  display: none;
  content: "▲";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  margin-left: -10px;
  background: #000;
  text-align: center;
  font-size: 0.9em;
}
.basic-table--with-fancy-header[data-sort-position="0"] th:nth-child(1) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="0"] th:nth-child(1):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="0"][data-sort-order=desc] th:nth-child(1):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="1"] th:nth-child(2) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="1"] th:nth-child(2):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="1"][data-sort-order=desc] th:nth-child(2):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="2"] th:nth-child(3) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="2"] th:nth-child(3):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="2"][data-sort-order=desc] th:nth-child(3):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="3"] th:nth-child(4) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="3"] th:nth-child(4):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="3"][data-sort-order=desc] th:nth-child(4):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="4"] th:nth-child(5) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="4"] th:nth-child(5):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="4"][data-sort-order=desc] th:nth-child(5):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="5"] th:nth-child(6) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="5"] th:nth-child(6):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="5"][data-sort-order=desc] th:nth-child(6):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="6"] th:nth-child(7) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="6"] th:nth-child(7):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="6"][data-sort-order=desc] th:nth-child(7):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="7"] th:nth-child(8) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="7"] th:nth-child(8):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="7"][data-sort-order=desc] th:nth-child(8):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="8"] th:nth-child(9) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="8"] th:nth-child(9):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="8"][data-sort-order=desc] th:nth-child(9):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="9"] th:nth-child(10) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="9"] th:nth-child(10):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="9"][data-sort-order=desc] th:nth-child(10):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="10"] th:nth-child(11) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="10"] th:nth-child(11):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="10"][data-sort-order=desc] th:nth-child(11):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="11"] th:nth-child(12) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="11"] th:nth-child(12):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="11"][data-sort-order=desc] th:nth-child(12):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="12"] th:nth-child(13) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="12"] th:nth-child(13):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="12"][data-sort-order=desc] th:nth-child(13):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="13"] th:nth-child(14) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="13"] th:nth-child(14):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="13"][data-sort-order=desc] th:nth-child(14):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="14"] th:nth-child(15) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="14"] th:nth-child(15):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="14"][data-sort-order=desc] th:nth-child(15):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="15"] th:nth-child(16) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="15"] th:nth-child(16):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="15"][data-sort-order=desc] th:nth-child(16):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="16"] th:nth-child(17) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="16"] th:nth-child(17):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="16"][data-sort-order=desc] th:nth-child(17):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="17"] th:nth-child(18) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="17"] th:nth-child(18):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="17"][data-sort-order=desc] th:nth-child(18):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="18"] th:nth-child(19) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="18"] th:nth-child(19):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="18"][data-sort-order=desc] th:nth-child(19):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="19"] th:nth-child(20) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="19"] th:nth-child(20):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="19"][data-sort-order=desc] th:nth-child(20):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="20"] th:nth-child(21) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="20"] th:nth-child(21):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="20"][data-sort-order=desc] th:nth-child(21):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="21"] th:nth-child(22) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="21"] th:nth-child(22):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="21"][data-sort-order=desc] th:nth-child(22):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="22"] th:nth-child(23) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="22"] th:nth-child(23):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="22"][data-sort-order=desc] th:nth-child(23):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="23"] th:nth-child(24) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="23"] th:nth-child(24):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="23"][data-sort-order=desc] th:nth-child(24):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="24"] th:nth-child(25) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="24"] th:nth-child(25):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="24"][data-sort-order=desc] th:nth-child(25):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="25"] th:nth-child(26) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="25"] th:nth-child(26):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="25"][data-sort-order=desc] th:nth-child(26):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="26"] th:nth-child(27) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="26"] th:nth-child(27):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="26"][data-sort-order=desc] th:nth-child(27):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="27"] th:nth-child(28) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="27"] th:nth-child(28):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="27"][data-sort-order=desc] th:nth-child(28):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="28"] th:nth-child(29) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="28"] th:nth-child(29):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="28"][data-sort-order=desc] th:nth-child(29):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="29"] th:nth-child(30) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="29"] th:nth-child(30):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="29"][data-sort-order=desc] th:nth-child(30):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="30"] th:nth-child(31) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="30"] th:nth-child(31):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="30"][data-sort-order=desc] th:nth-child(31):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="31"] th:nth-child(32) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="31"] th:nth-child(32):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="31"][data-sort-order=desc] th:nth-child(32):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="32"] th:nth-child(33) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="32"] th:nth-child(33):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="32"][data-sort-order=desc] th:nth-child(33):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="33"] th:nth-child(34) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="33"] th:nth-child(34):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="33"][data-sort-order=desc] th:nth-child(34):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="34"] th:nth-child(35) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="34"] th:nth-child(35):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="34"][data-sort-order=desc] th:nth-child(35):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="35"] th:nth-child(36) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="35"] th:nth-child(36):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="35"][data-sort-order=desc] th:nth-child(36):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="36"] th:nth-child(37) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="36"] th:nth-child(37):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="36"][data-sort-order=desc] th:nth-child(37):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="37"] th:nth-child(38) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="37"] th:nth-child(38):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="37"][data-sort-order=desc] th:nth-child(38):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="38"] th:nth-child(39) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="38"] th:nth-child(39):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="38"][data-sort-order=desc] th:nth-child(39):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="39"] th:nth-child(40) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="39"] th:nth-child(40):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="39"][data-sort-order=desc] th:nth-child(40):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="40"] th:nth-child(41) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="40"] th:nth-child(41):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="40"][data-sort-order=desc] th:nth-child(41):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="41"] th:nth-child(42) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="41"] th:nth-child(42):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="41"][data-sort-order=desc] th:nth-child(42):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="42"] th:nth-child(43) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="42"] th:nth-child(43):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="42"][data-sort-order=desc] th:nth-child(43):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="43"] th:nth-child(44) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="43"] th:nth-child(44):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="43"][data-sort-order=desc] th:nth-child(44):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="44"] th:nth-child(45) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="44"] th:nth-child(45):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="44"][data-sort-order=desc] th:nth-child(45):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="45"] th:nth-child(46) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="45"] th:nth-child(46):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="45"][data-sort-order=desc] th:nth-child(46):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="46"] th:nth-child(47) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="46"] th:nth-child(47):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="46"][data-sort-order=desc] th:nth-child(47):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="47"] th:nth-child(48) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="47"] th:nth-child(48):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="47"][data-sort-order=desc] th:nth-child(48):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="48"] th:nth-child(49) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="48"] th:nth-child(49):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="48"][data-sort-order=desc] th:nth-child(49):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="49"] th:nth-child(50) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="49"] th:nth-child(50):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="49"][data-sort-order=desc] th:nth-child(50):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="50"] th:nth-child(51) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="50"] th:nth-child(51):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="50"][data-sort-order=desc] th:nth-child(51):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="51"] th:nth-child(52) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="51"] th:nth-child(52):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="51"][data-sort-order=desc] th:nth-child(52):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="52"] th:nth-child(53) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="52"] th:nth-child(53):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="52"][data-sort-order=desc] th:nth-child(53):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="53"] th:nth-child(54) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="53"] th:nth-child(54):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="53"][data-sort-order=desc] th:nth-child(54):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="54"] th:nth-child(55) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="54"] th:nth-child(55):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="54"][data-sort-order=desc] th:nth-child(55):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="55"] th:nth-child(56) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="55"] th:nth-child(56):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="55"][data-sort-order=desc] th:nth-child(56):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="56"] th:nth-child(57) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="56"] th:nth-child(57):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="56"][data-sort-order=desc] th:nth-child(57):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="57"] th:nth-child(58) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="57"] th:nth-child(58):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="57"][data-sort-order=desc] th:nth-child(58):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="58"] th:nth-child(59) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="58"] th:nth-child(59):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="58"][data-sort-order=desc] th:nth-child(59):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="59"] th:nth-child(60) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="59"] th:nth-child(60):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="59"][data-sort-order=desc] th:nth-child(60):after {
  content: "▼";
}
.basic-table--with-fancy-header[data-sort-position="60"] th:nth-child(61) {
  background: #000;
}
.basic-table--with-fancy-header[data-sort-position="60"] th:nth-child(61):after {
  display: inline;
}
.basic-table--with-fancy-header[data-sort-position="60"][data-sort-order=desc] th:nth-child(61):after {
  content: "▼";
}
.basic-table--with-sticky-header th {
  position: relative;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  top: var(--top-offset);
  z-index: 2;
}
.basic-table--with-sticky-header th:first-child {
  z-index: 3;
}
.basic-table--with-sticky-footer tfoot,
.basic-table--with-sticky-footer tfoot td {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  bottom: var(--bottom-navbar-height);
  z-index: 1;
  background: #fff;
}
.basic-table--with-linked-cells tbody td > a {
  display: block;
  padding: 0.5em 0.5em;
  margin: -0.5em -0.5em;
}
.basic-table--with-linked-cells tbody td.left-aligned > a {
  padding-left: 0.5em;
}
.basic-table--with-linked-cells tbody tr:hover td {
  background: #f3f3f3;
}
.basic-table--with-linked-cells tbody tr:hover td > a {
  color: var(--tw-cyan-600);
  text-decoration: underline;
}

.breadcrumbs a {
  display: block;
}
.breadcrumbs h2 {
  margin-bottom: 0;
}
.breadcrumbs h2 a {
  padding-bottom: 0.8em;
}

.button {
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  line-height: 1.9rem;
  background: #fff;
  border: 1px solid #ccc;
  font-weight: 600;
  font-size: 0.9em;
  border-radius: 2px;
}
.button.primary {
  background: var(--tw-lime-600);
  border-color: var(--tw-lime-600);
  color: #fff;
}
.button.primary:active:not(.submitting):not(:disabled) {
  background: var(--tw-lime-700);
  border-color: var(--tw-lime-700);
}
.button.secondary {
  background: var(--tw-cyan-600);
  border-color: var(--tw-cyan-600);
  color: #fff;
}
.button.secondary:active:not(.submitting):not(:disabled) {
  background: var(--tw-cyan-700);
  border-color: var(--tw-cyan-700);
}
.button.tertiary {
  background: #111;
  border-color: #111;
  color: #fff;
}
.button.tertiary:active:not(.submitting):not(:disabled) {
  background: #000;
  border-color: #000;
}
.button.warning {
  background: var(--tw-red-500);
  border-color: var(--tw-red-500);
  color: #fff;
}
.button.warning:active:not(.submitting):not(:disabled) {
  background: var(--tw-red-600);
  border-color: var(--tw-red-600);
}
.button--big {
  padding: 1rem 2rem;
  font-size: 1em;
}
.button:disabled {
  cursor: default;
}

.chart__title {
  margin-bottom: 0.25em;
  text-align: center;
}

.chart__description {
  margin-bottom: 0.75em;
  font-size: 0.8em;
  line-height: 1.4em;
  color: rgba(0, 0, 0, 0.65);
}

.chart__plot-container {
  height: 13rem;
}

.chart__plot {
  height: 13rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: visible !important;
}

.chart--with-preferred-level .chart__plot {
  left: 1.75rem;
}
@media (min-width: 768px) {
  .chart--with-preferred-level .chart__plot {
    left: 0;
    right: 0;
  }
}

.chart__plot .highcharts-point {
  fill: var(--tw-cyan-200);
  stroke: #fff;
  stroke-width: 1px;
}
.chart__plot .highcharts-point.last-twelve-months-point, .chart__plot .highcharts-point.next-twelve-months-point {
  fill: var(--tw-cyan-600);
}
.chart__plot .highcharts-xaxis {
  stroke: #666;
}
.chart__plot .highcharts-xaxis-labels {
  font-size: 0.475em;
  line-height: 1.4em;
  color: #333;
  text-align: center;
}
@media (min-width: 667px) {
  .chart__plot .highcharts-xaxis-labels {
    font-size: 0.65em;
  }
}
@media (min-width: 768px) {
  .chart__plot .highcharts-xaxis-labels {
    font-size: 0.5em;
  }
}
@media (min-width: 992px) {
  .chart__plot .highcharts-xaxis-labels {
    font-size: 0.6em;
  }
}
.chart__plot .highcharts-xaxis-labels b {
  color: #000;
}
.chart__plot .highcharts-data-label {
  font-size: 0.475em;
  color: #333;
  line-height: 1.2em;
}
.chart__plot .highcharts-data-label > span {
  background: #fff;
}
@media (min-width: 992px) {
  .chart__plot .highcharts-data-label > span {
    padding: 0 2px;
  }
}
.chart__plot .highcharts-data-label.negative > span {
  margin-top: 4px !important;
}
@media (min-width: 667px) {
  .chart__plot .highcharts-data-label {
    font-size: 0.65em;
  }
}
@media (min-width: 768px) {
  .chart__plot .highcharts-data-label {
    font-size: 0.5em;
  }
}
@media (min-width: 992px) {
  .chart__plot .highcharts-data-label {
    font-size: 0.6em;
  }
}
.chart__plot .highcharts-data-label.last-twelve-months-point, .chart__plot .highcharts-data-label.next-twelve-months-point {
  color: #000;
  font-weight: bold;
}
.chart__plot .highcharts-plot-line {
  stroke: var(--tw-cyan-800);
  stroke-dasharray: 4;
  stroke-width: 1px;
}
.chart__plot .highcharts-plot-line-label {
  left: -1.75rem !important;
  width: 1.25rem;
  text-align: right;
  color: var(--tw-cyan-800);
  font-size: 0.475em;
}
@media (min-width: 667px) {
  .chart__plot .highcharts-plot-line-label {
    font-size: 0.65em;
  }
}
@media (min-width: 768px) {
  .chart__plot .highcharts-plot-line-label {
    font-size: 0.5em;
  }
}
@media (min-width: 992px) {
  .chart__plot .highcharts-plot-line-label {
    font-size: 0.6em;
  }
}

.admin-charts .chart__description {
  display: none;
}

.chart--unconverted-earnings-per-share .chart__plot .highcharts-point.highcharts-negative,
.chart--unconverted-adjusted-ffo-per-share .chart__plot .highcharts-point.highcharts-negative,
.chart--unconverted-distributable-cash-per-share .chart__plot .highcharts-point.highcharts-negative,
.chart--unconverted-free-cash-flow-per-share .chart__plot .highcharts-point.highcharts-negative,
.chart--unconverted-earnings-per-share-growth .chart__plot .highcharts-point.highcharts-negative,
.chart--unconverted-adjusted-ffo-per-share-growth .chart__plot .highcharts-point.highcharts-negative,
.chart--unconverted-distributable-cash-per-share-growth .chart__plot .highcharts-point.highcharts-negative,
.chart--sales-growth .chart__plot .highcharts-point.highcharts-negative {
  fill: var(--tw-yellow-300);
}
.chart--unconverted-earnings-per-share .chart__plot .highcharts-point.highcharts-negative.last-twelve-months-point,
.chart--unconverted-earnings-per-share .chart__plot .highcharts-point.highcharts-negative.next-twelve-months-point,
.chart--unconverted-adjusted-ffo-per-share .chart__plot .highcharts-point.highcharts-negative.last-twelve-months-point,
.chart--unconverted-adjusted-ffo-per-share .chart__plot .highcharts-point.highcharts-negative.next-twelve-months-point,
.chart--unconverted-distributable-cash-per-share .chart__plot .highcharts-point.highcharts-negative.last-twelve-months-point,
.chart--unconverted-distributable-cash-per-share .chart__plot .highcharts-point.highcharts-negative.next-twelve-months-point,
.chart--unconverted-free-cash-flow-per-share .chart__plot .highcharts-point.highcharts-negative.last-twelve-months-point,
.chart--unconverted-free-cash-flow-per-share .chart__plot .highcharts-point.highcharts-negative.next-twelve-months-point,
.chart--unconverted-earnings-per-share-growth .chart__plot .highcharts-point.highcharts-negative.last-twelve-months-point,
.chart--unconverted-earnings-per-share-growth .chart__plot .highcharts-point.highcharts-negative.next-twelve-months-point,
.chart--unconverted-adjusted-ffo-per-share-growth .chart__plot .highcharts-point.highcharts-negative.last-twelve-months-point,
.chart--unconverted-adjusted-ffo-per-share-growth .chart__plot .highcharts-point.highcharts-negative.next-twelve-months-point,
.chart--unconverted-distributable-cash-per-share-growth .chart__plot .highcharts-point.highcharts-negative.last-twelve-months-point,
.chart--unconverted-distributable-cash-per-share-growth .chart__plot .highcharts-point.highcharts-negative.next-twelve-months-point,
.chart--sales-growth .chart__plot .highcharts-point.highcharts-negative.last-twelve-months-point,
.chart--sales-growth .chart__plot .highcharts-point.highcharts-negative.next-twelve-months-point {
  fill: var(--tw-yellow-500);
}

.chart--quarterly .chart__plot .highcharts-point {
  fill: var(--tw-cyan-600);
}
.chart--quarterly .chart__plot .highcharts-point.highcharts-negative {
  fill: var(--tw-yellow-500);
}

.chart--with-future-years .chart__plot .highcharts-xaxis-labels {
  font-size: 0.475em;
}
.chart--with-future-years .chart__plot .highcharts-data-label {
  font-size: 0.475em;
}

[data-controller~=columns] th,
[data-controller~=columns] td {
  display: none;
}
[data-controller~=columns][data-columns-visible-columns-value*='"account"'] th[data-column=account],
[data-controller~=columns][data-columns-visible-columns-value*='"account"'] td[data-column=account] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"adjusted_net_debt_to_capital"'] th[data-column=adjusted_net_debt_to_capital],
[data-controller~=columns][data-columns-visible-columns-value*='"adjusted_net_debt_to_capital"'] td[data-column=adjusted_net_debt_to_capital] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"balance"'] th[data-column=balance],
[data-controller~=columns][data-columns-visible-columns-value*='"balance"'] td[data-column=balance] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"best_available_adjusted_net_debt_to_ebitda"'] th[data-column=best_available_adjusted_net_debt_to_ebitda],
[data-controller~=columns][data-columns-visible-columns-value*='"best_available_adjusted_net_debt_to_ebitda"'] td[data-column=best_available_adjusted_net_debt_to_ebitda] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"beta"'] th[data-column=beta],
[data-controller~=columns][data-columns-visible-columns-value*='"beta"'] td[data-column=beta] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"cost"'] th[data-column=cost],
[data-controller~=columns][data-columns-visible-columns-value*='"cost"'] td[data-column=cost] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"cost_per_share"'] th[data-column=cost_per_share],
[data-controller~=columns][data-columns-visible-columns-value*='"cost_per_share"'] td[data-column=cost_per_share] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"credit_rating"'] th[data-column=credit_rating],
[data-controller~=columns][data-columns-visible-columns-value*='"credit_rating"'] td[data-column=credit_rating] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"dividend_growth_rate"'] th[data-column=dividend_growth_rate],
[data-controller~=columns][data-columns-visible-columns-value*='"dividend_growth_rate"'] td[data-column=dividend_growth_rate] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"dividend_growth_streak"'] th[data-column=dividend_growth_streak],
[data-controller~=columns][data-columns-visible-columns-value*='"dividend_growth_streak"'] td[data-column=dividend_growth_streak] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"dividend_yield"'] th[data-column=dividend_yield],
[data-controller~=columns][data-columns-visible-columns-value*='"dividend_yield"'] td[data-column=dividend_yield] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"ex_dividend"'] th[data-column=ex_dividend],
[data-controller~=columns][data-columns-visible-columns-value*='"ex_dividend"'] td[data-column=ex_dividend] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"ex_dividend_on"'] th[data-column=ex_dividend_on],
[data-controller~=columns][data-columns-visible-columns-value*='"ex_dividend_on"'] td[data-column=ex_dividend_on] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"expense_ratio"'] th[data-column=expense_ratio],
[data-controller~=columns][data-columns-visible-columns-value*='"expense_ratio"'] td[data-column=expense_ratio] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"fifty_two_week_range"'] th[data-column=fifty_two_week_range],
[data-controller~=columns][data-columns-visible-columns-value*='"fifty_two_week_range"'] td[data-column=fifty_two_week_range] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"five_year_dividend_growth_rate"'] th[data-column=five_year_dividend_growth_rate],
[data-controller~=columns][data-columns-visible-columns-value*='"five_year_dividend_growth_rate"'] td[data-column=five_year_dividend_growth_rate] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"forward_price_multiple"'] th[data-column=forward_price_multiple],
[data-controller~=columns][data-columns-visible-columns-value*='"forward_price_multiple"'] td[data-column=forward_price_multiple] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"free_cash_flow_years_positive"'] th[data-column=free_cash_flow_years_positive],
[data-controller~=columns][data-columns-visible-columns-value*='"free_cash_flow_years_positive"'] td[data-column=free_cash_flow_years_positive] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"income_weight"'] th[data-column=income_weight],
[data-controller~=columns][data-columns-visible-columns-value*='"income_weight"'] td[data-column=income_weight] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"leverage"'] th[data-column=leverage],
[data-controller~=columns][data-columns-visible-columns-value*='"leverage"'] td[data-column=leverage] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"market_cap"'] th[data-column=market_cap],
[data-controller~=columns][data-columns-visible-columns-value*='"market_cap"'] td[data-column=market_cap] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"name"'] th[data-column=name],
[data-controller~=columns][data-columns-visible-columns-value*='"name"'] td[data-column=name] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"nii_coverage"'] th[data-column=nii_coverage],
[data-controller~=columns][data-columns-visible-columns-value*='"nii_coverage"'] td[data-column=nii_coverage] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"note"'] th[data-column=note],
[data-controller~=columns][data-columns-visible-columns-value*='"note"'] td[data-column=note] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"payout_frequency"'] th[data-column=payout_frequency],
[data-controller~=columns][data-columns-visible-columns-value*='"payout_frequency"'] td[data-column=payout_frequency] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"payout_ratio"'] th[data-column=payout_ratio],
[data-controller~=columns][data-columns-visible-columns-value*='"payout_ratio"'] td[data-column=payout_ratio] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"payout_schedule"'] th[data-column=payout_schedule],
[data-controller~=columns][data-columns-visible-columns-value*='"payout_schedule"'] td[data-column=payout_schedule] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"percentage_profit"'] th[data-column=percentage_profit],
[data-controller~=columns][data-columns-visible-columns-value*='"percentage_profit"'] td[data-column=percentage_profit] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"premium_to_nav"'] th[data-column=premium_to_nav],
[data-controller~=columns][data-columns-visible-columns-value*='"premium_to_nav"'] td[data-column=premium_to_nav] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"price"'] th[data-column=price],
[data-controller~=columns][data-columns-visible-columns-value*='"price"'] td[data-column=price] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"profit"'] th[data-column=profit],
[data-controller~=columns][data-columns-visible-columns-value*='"profit"'] td[data-column=profit] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"projected_annual_payout"'] th[data-column=projected_annual_payout],
[data-controller~=columns][data-columns-visible-columns-value*='"projected_annual_payout"'] td[data-column=projected_annual_payout] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"quantity"'] th[data-column=quantity],
[data-controller~=columns][data-columns-visible-columns-value*='"quantity"'] td[data-column=quantity] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"recession_dividend"'] th[data-column=recession_dividend],
[data-controller~=columns][data-columns-visible-columns-value*='"recession_dividend"'] td[data-column=recession_dividend] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"recession_return"'] th[data-column=recession_return],
[data-controller~=columns][data-columns-visible-columns-value*='"recession_return"'] td[data-column=recession_return] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"return_on_capital"'] th[data-column=return_on_capital],
[data-controller~=columns][data-columns-visible-columns-value*='"return_on_capital"'] td[data-column=return_on_capital] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"score"'] th[data-column=score],
[data-controller~=columns][data-columns-visible-columns-value*='"score"'] td[data-column=score] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"sector"'] th[data-column=sector],
[data-controller~=columns][data-columns-visible-columns-value*='"sector"'] td[data-column=sector] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"stock_portfolio_weight"'] th[data-column=stock_portfolio_weight],
[data-controller~=columns][data-columns-visible-columns-value*='"stock_portfolio_weight"'] td[data-column=stock_portfolio_weight] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"tax_situation"'] th[data-column=tax_situation],
[data-controller~=columns][data-columns-visible-columns-value*='"tax_situation"'] td[data-column=tax_situation] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"ten_year_dividend_growth_rate"'] th[data-column=ten_year_dividend_growth_rate],
[data-controller~=columns][data-columns-visible-columns-value*='"ten_year_dividend_growth_rate"'] td[data-column=ten_year_dividend_growth_rate] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"ticker"'] th[data-column=ticker],
[data-controller~=columns][data-columns-visible-columns-value*='"ticker"'] td[data-column=ticker] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"timeliness"'] th[data-column=timeliness],
[data-controller~=columns][data-columns-visible-columns-value*='"timeliness"'] td[data-column=timeliness] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"total_return"'] th[data-column=total_return],
[data-controller~=columns][data-columns-visible-columns-value*='"total_return"'] td[data-column=total_return] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"uninterrupted_dividends_streak"'] th[data-column=uninterrupted_dividends_streak],
[data-controller~=columns][data-columns-visible-columns-value*='"uninterrupted_dividends_streak"'] td[data-column=uninterrupted_dividends_streak] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"volatility"'] th[data-column=volatility],
[data-controller~=columns][data-columns-visible-columns-value*='"volatility"'] td[data-column=volatility] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"weight"'] th[data-column=weight],
[data-controller~=columns][data-columns-visible-columns-value*='"weight"'] td[data-column=weight] {
  display: table-cell;
}
[data-controller~=columns][data-columns-visible-columns-value*='"yield_on_cost"'] th[data-column=yield_on_cost],
[data-controller~=columns][data-columns-visible-columns-value*='"yield_on_cost"'] td[data-column=yield_on_cost] {
  display: table-cell;
}

.dividend-cuts {
  position: relative;
}
.dividend-cuts:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 8px solid rgba(0, 0, 0, 0.3);
  transform: translate(-50%);
}
.dividend-cuts__header {
  position: relative;
  z-index: 1;
  background: #fff;
  padding-bottom: 0.5em;
  margin-bottom: 1.5em;
}

.dividend-cut {
  position: relative;
  padding: 1em;
  margin-bottom: 1.5em;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 1;
}
.dividend-cut__anchor {
  position: relative;
  width: 0;
  height: 0;
  left: 0;
  top: -2rem;
}
@media (min-width: 992px) {
  .dividend-cut__anchor {
    top: -8rem;
  }
}
.dividend-cut__date {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  margin-bottom: 0.75em;
}
.dividend-cut__score {
  margin-bottom: 0.75em;
  text-align: center;
}
@media (min-width: 667px) {
  .dividend-cut {
    padding: 1.5em 1.5em 1.5em 6.5em;
  }
  .dividend-cut__date {
    margin-bottom: 1em;
    text-align: left;
  }
  .dividend-cut__score {
    position: absolute;
    left: 1.5em;
    top: 1.5em;
  }
}

[data-behavior~=expandable] > .expanded_content {
  display: none;
}
[data-behavior~=expandable].expanded > .collapsed_content {
  display: none;
}
[data-behavior~=expandable].expanded > .expanded_content {
  display: inherit;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
}

.text-input {
  height: 3em;
  padding: 0 1rem;
  font-family: inherit;
}

.text-area-input {
  padding: 1rem;
  line-height: 1.4em;
  resize: none;
}

.text-input,
.text-area-input {
  width: 100%;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.text-input.error,
.text-area-input.error {
  border: 1px solid var(--tw-red-600);
}
.text-input::-webkit-input-placeholder,
.text-area-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.text-input:-ms-input-placeholder,
.text-area-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.text-input::placeholder,
.text-area-input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

select {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1.4em;
  line-height: 3em;
  font-family: inherit;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  background: #fff url(https://2.simplysafedividends.com/assets/updown-fb70e8971ea8074a6f01c0784a454d1b320f2f4997ce9953aa4d0165db6e6433.svg) no-repeat right 0.4em center;
  background-size: 0.5em;
  border-radius: 0;
  border-color: rgba(0, 0, 0, 0.2);
  border-width: 1px;
}

label.radio-button,
label.check-box {
  display: block;
  margin-bottom: 0.2em;
  cursor: pointer;
  position: relative;
  padding-left: 1.6rem;
}
label.radio-button input[type=radio],
label.radio-button input[type=checkbox],
label.check-box input[type=radio],
label.check-box input[type=checkbox] {
  vertical-align: 2px;
  margin-right: 0.3em;
  position: absolute;
  left: 0;
  top: 0.4rem;
}

.submitting:not(.button) {
  padding-left: 2em;
  position: relative;
  cursor: default;
}
.submitting:not(.button):before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  -webkit-animation: rotation 0.6s infinite linear;
  -moz-animation: rotation 0.6s infinite linear;
  -o-animation: rotation 0.6s infinite linear;
  animation: rotation 0.6s infinite linear;
  border-left: 3px solid rgba(0, 0, 0, 0.1);
  border-right: 3px solid rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  border-top: 3px solid #666;
  border-radius: 100%;
  left: 0;
  top: calc(50% - 10px);
}
.submitting:not(.button) i {
  display: none;
}
.submitting:not(.button).decorated {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
}

.menu--dark .submitting:not(.button) {
  padding-left: 2.85em;
}
.menu--dark .submitting:not(.button):before {
  left: 1em;
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  -webkit-animation: rotation 0.6s infinite linear;
  -moz-animation: rotation 0.6s infinite linear;
  -o-animation: rotation 0.6s infinite linear;
  animation: rotation 0.6s infinite linear;
  border-left: 3px solid rgba(255, 255, 255, 0.3);
  border-right: 3px solid rgba(255, 255, 255, 0.3);
  border-bottom: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid #fff;
  border-radius: 100%;
}

.button.submitting {
  padding-left: 2.8em;
  position: relative;
  cursor: default;
}
.button.submitting:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  -webkit-animation: rotation 0.6s infinite linear;
  -moz-animation: rotation 0.6s infinite linear;
  -o-animation: rotation 0.6s infinite linear;
  animation: rotation 0.6s infinite linear;
  border-left: 3px solid rgba(0, 0, 0, 0.1);
  border-right: 3px solid rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  border-top: 3px solid #666;
  border-radius: 100%;
  left: 1em;
  margin-top: 0.3rem;
}
.button.submitting.primary:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  -webkit-animation: rotation 0.6s infinite linear;
  -moz-animation: rotation 0.6s infinite linear;
  -o-animation: rotation 0.6s infinite linear;
  animation: rotation 0.6s infinite linear;
  border-left: 3px solid rgba(255, 255, 255, 0.3);
  border-right: 3px solid rgba(255, 255, 255, 0.3);
  border-bottom: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid #fff;
  border-radius: 100%;
}
.button.submitting.warning:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  -webkit-animation: rotation 0.6s infinite linear;
  -moz-animation: rotation 0.6s infinite linear;
  -o-animation: rotation 0.6s infinite linear;
  animation: rotation 0.6s infinite linear;
  border-left: 3px solid rgba(255, 255, 255, 0.3);
  border-right: 3px solid rgba(255, 255, 255, 0.3);
  border-bottom: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid #fff;
  border-radius: 100%;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
}

h1, h2, h3 {
  line-height: 1.2em;
}

button {
  font-family: inherit !important;
  margin: 0;
  border: 0;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-size: inherit;
}

dl {
  margin: 0;
}

dd {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
a.decorated {
  color: var(--tw-cyan-600);
  text-decoration: underline;
}

p {
  margin: 0 0 1em;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.backlink {
  margin-bottom: 1em;
  color: var(--tw-cyan-600);
  text-decoration: underline;
}
@media (min-width: 768px) {
  .backlink {
    text-align: left;
    margin: -2em 0 2em -1.5em;
  }
}

.panel {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.panel--wide {
  max-width: 950px;
}

.panel--full-screen {
  max-width: none;
}

.panel__header {
  padding: 0 1em;
  position: relative;
}
@media (min-width: 768px) {
  .panel__header {
    padding: 0 2em;
  }
}

.border--bottom {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.border--top {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.break {
  z-index: 0;
  position: relative;
}
.break:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.break > span {
  display: inline-block;
  padding: 0 0.5em;
  background: #f7f2de;
}

.break--white-background > span {
  background: #fff;
}

.decorated-list {
  counter-reset: li;
  list-style: none;
  padding-left: 0;
}
.decorated-list > li {
  margin-bottom: 1em;
}
.decorated-list > li > div {
  position: relative;
  padding-left: 45px;
}
.decorated-list > li > div:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: 0;
  top: -3px;
  background: var(--tw-cyan-600);
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.positive {
  color: var(--tw-lime-600);
}

.negative {
  color: var(--tw-red-600);
}

.turbo-progress-bar {
  background: var(--tw-cyan-600);
}

html[data-demo-mode=true] .turbo-progress-bar {
  background: var(--tw-cyan-700);
}

.anchor {
  position: relative;
  width: 0;
  height: 0;
  left: 0;
  top: -2rem;
}

.highcharts-container {
  position: relative;
}

.highcharts-background {
  fill: transparent;
}

.highcharts-plot-border,
.highcharts-plot-background {
  fill: none;
}

.highcharts-data-label-box {
  fill: none;
}

.highcharts-series {
  fill: none;
}

.highcharts-credits {
  display: none;
}

.highcharts-strong {
  font-weight: bold;
}

.highcharts-legend-box {
  fill: none;
}

.infinite-page--loading {
  position: relative;
}
.infinite-page--loading:after {
  position: absolute;
  content: "";
  height: 3rem;
  width: 3rem;
  -webkit-animation: rotation 0.6s infinite linear;
  -moz-animation: rotation 0.6s infinite linear;
  -o-animation: rotation 0.6s infinite linear;
  animation: rotation 0.6s infinite linear;
  border-left: 6px solid rgba(0, 0, 0, 0.1);
  border-right: 6px solid rgba(0, 0, 0, 0.1);
  border-bottom: 6px solid rgba(0, 0, 0, 0.1);
  border-top: 6px solid #666;
  border-radius: 100%;
  left: 50%;
  margin-left: -1.5rem;
  margin-top: 2rem;
}

.label {
  display: inline-block;
  padding: 0em 0.3rem;
  color: var(--tw-cyan-600);
  border: 1px solid var(--tw-cyan-600);
  font-size: 0.8rem;
  line-height: 1.1rem;
  border-radius: 2px;
}

.growth-label--very-fast {
  color: var(--tw-lime-700);
}

.growth-label--fast {
  color: var(--tw-lime-600);
}

.growth-label--average {
  color: #a4c14a;
}

.growth-label--slow {
  color: var(--tw-yellow-600);
}

.growth-label--very-slow {
  color: var(--tw-red-600);
}

.growth-label--negative {
  color: var(--tw-red-600);
}

.menu {
  display: inline-block;
  position: relative;
}
.menu__toggle:before, .menu__toggle:after {
  display: none;
  bottom: -8px;
  left: 50%;
  border: solid rgba(255, 255, 255, 0);
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 3;
}
.menu__toggle:before {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #bbb;
  border-width: 11px;
  margin-left: -11px;
}
.menu__toggle:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.menu.expanded .menu__toggle:before, .menu.expanded .menu__toggle:after {
  display: block;
}
.menu__content {
  position: absolute;
  top: 32px;
  right: 0;
  width: 260px;
  z-index: 2;
  background: #fff;
  color: #000;
  border: 1px solid #bbb;
  box-shadow: 0 4px 16px -1px rgba(0, 0, 0, 0.3), 0 2px 4px -2px rgba(0, 0, 0, 0.3);
  text-align: left;
}
.menu__action {
  display: block;
  padding: 0.5em 1em;
  border-bottom: 1px solid #ddd;
  font-size: 0.9em;
  text-align: left;
}
.menu__action:first-child {
  border-radius: 0.2rem 0.2rem 0 0;
}
.menu__action:hover {
  background: #eee;
}
.menu__action:last-child {
  border-bottom: none;
  border-radius: 0 0 0.2rem 0.2rem;
}
.menu--button .menu__content {
  top: 48px;
}
.menu--button .menu__toggle:before, .menu--button .menu__toggle:after {
  display: none !important;
}
.menu--dark .menu__toggle:after {
  border-bottom-color: var(--tw-cyan-600);
}
.menu--dark .menu__toggle:before {
  border-bottom-color: var(--tw-cyan-600);
}
.menu--dark .menu__content {
  background: var(--tw-cyan-600);
  border: none;
  color: #fff;
}
.menu--dark .menu__action {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.menu--dark .menu__action:hover {
  background: var(--tw-cyan-800);
}
.menu--top .menu__toggle:before, .menu--top .menu__toggle:after {
  top: -8px;
}
.menu--top .menu__toggle:before {
  border-bottom-color: transparent;
  border-top-color: #bbb;
}
.menu--top .menu__toggle:after {
  border-bottom-color: transparent;
  border-top-color: #fff;
}
.menu--dark.menu--top .menu__toggle:after {
  border-top-color: var(--tw-cyan-600);
}
.menu--dark.menu--top .menu__toggle:before {
  border-top-color: var(--tw-cyan-600);
}
.menu--top .menu__content {
  top: auto;
  bottom: 32px;
}

.metrics {
  display: -ms-grid;
  display: grid;
}
.metrics--1x1 {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
.metrics--1x1 .metric:nth-child(1) {
  display: block;
  grid-column: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.metrics--1x1 .metric:nth-child(n+2) {
  display: none;
}
.metrics--1x1 .metric:nth-child(n) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.metrics--1x1 .metric:nth-child(-n+1) {
  border-top: none;
}
.metrics--1x1 .metric:nth-child(1n) {
  border-right: none;
}
.metrics--2x1 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.metrics--2x1 .metric:nth-child(1) {
  display: block;
  grid-column: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.metrics--2x1 .metric:nth-child(2) {
  display: block;
  grid-column: 2;
  grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
.metrics--2x1 .metric:nth-child(n+3) {
  display: none;
}
.metrics--2x1 .metric:nth-child(n) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.metrics--2x1 .metric:nth-child(-n+2) {
  border-top: none;
}
.metrics--2x1 .metric:nth-child(2n) {
  border-right: none;
}
.metrics--3x1 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.metrics--3x1 .metric:nth-child(1) {
  display: block;
  grid-column: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.metrics--3x1 .metric:nth-child(2) {
  display: block;
  grid-column: 2;
  grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
.metrics--3x1 .metric:nth-child(3) {
  display: block;
  grid-column: 3;
  grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}
.metrics--3x1 .metric:nth-child(n+4) {
  display: none;
}
.metrics--3x1 .metric:nth-child(n) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.metrics--3x1 .metric:nth-child(-n+3) {
  border-top: none;
}
.metrics--3x1 .metric:nth-child(3n) {
  border-right: none;
}
.metrics--3x2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.metrics--3x2 .metric:nth-child(1) {
  display: block;
  grid-column: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.metrics--3x2 .metric:nth-child(2) {
  display: block;
  grid-column: 2;
  grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
.metrics--3x2 .metric:nth-child(3) {
  display: block;
  grid-column: 1;
  grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
.metrics--3x2 .metric:nth-child(4) {
  display: block;
  grid-column: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-row: 2;
}
.metrics--3x2 .metric:nth-child(5) {
  display: block;
  grid-column: 1;
  grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}
.metrics--3x2 .metric:nth-child(6) {
  display: block;
  grid-column: 2;
  grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-row: 3;
}
.metrics--3x2 .metric:nth-child(n+7) {
  display: none;
}
.metrics--3x2 .metric:nth-child(n) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.metrics--3x2 .metric:nth-child(-n+2) {
  border-top: none;
}
.metrics--3x2 .metric:nth-child(2n) {
  border-right: none;
}
@media (min-width: 667px) {
  .metrics--3x2 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .metrics--3x2 .metric:nth-child(1) {
    display: block;
    grid-column: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .metrics--3x2 .metric:nth-child(2) {
    display: block;
    grid-column: 2;
    grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .metrics--3x2 .metric:nth-child(3) {
    display: block;
    grid-column: 3;
    grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .metrics--3x2 .metric:nth-child(4) {
    display: block;
    grid-column: 1;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
  .metrics--3x2 .metric:nth-child(5) {
    display: block;
    grid-column: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }
  .metrics--3x2 .metric:nth-child(6) {
    display: block;
    grid-column: 3;
    grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-row: 2;
  }
  .metrics--3x2 .metric:nth-child(n+7) {
    display: none;
  }
  .metrics--3x2 .metric:nth-child(n) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .metrics--3x2 .metric:nth-child(-n+3) {
    border-top: none;
  }
  .metrics--3x2 .metric:nth-child(3n) {
    border-right: none;
  }
}
.metrics--3x3 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.metrics--3x3 .metric:nth-child(1) {
  display: block;
  grid-column: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.metrics--3x3 .metric:nth-child(2) {
  display: block;
  grid-column: 2;
  grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
.metrics--3x3 .metric:nth-child(3) {
  display: block;
  grid-column: 1;
  grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
.metrics--3x3 .metric:nth-child(4) {
  display: block;
  grid-column: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-row: 2;
}
.metrics--3x3 .metric:nth-child(5) {
  display: block;
  grid-column: 1;
  grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}
.metrics--3x3 .metric:nth-child(6) {
  display: block;
  grid-column: 2;
  grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-row: 3;
}
.metrics--3x3 .metric:nth-child(7) {
  display: block;
  grid-column: 1;
  grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-row: 4;
}
.metrics--3x3 .metric:nth-child(8) {
  display: block;
  grid-column: 2;
  grid-row: 4;
  -ms-grid-column: 2;
  -ms-grid-row: 4;
}
.metrics--3x3 .metric:nth-child(9) {
  display: block;
  grid-column: 1;
  grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-row: 5;
}
.metrics--3x3 .metric:nth-child(10) {
  display: block;
  grid-column: 2;
  grid-row: 5;
  -ms-grid-column: 2;
  -ms-grid-row: 5;
}
.metrics--3x3 .metric:nth-child(n+11) {
  display: none;
}
.metrics--3x3 .metric:nth-child(n) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.metrics--3x3 .metric:nth-child(-n+2) {
  border-top: none;
}
.metrics--3x3 .metric:nth-child(2n) {
  border-right: none;
}
@media (min-width: 667px) {
  .metrics--3x3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .metrics--3x3 .metric:nth-child(1) {
    display: block;
    grid-column: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .metrics--3x3 .metric:nth-child(2) {
    display: block;
    grid-column: 2;
    grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .metrics--3x3 .metric:nth-child(3) {
    display: block;
    grid-column: 3;
    grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .metrics--3x3 .metric:nth-child(4) {
    display: block;
    grid-column: 1;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
  .metrics--3x3 .metric:nth-child(5) {
    display: block;
    grid-column: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }
  .metrics--3x3 .metric:nth-child(6) {
    display: block;
    grid-column: 3;
    grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-row: 2;
  }
  .metrics--3x3 .metric:nth-child(7) {
    display: block;
    grid-column: 1;
    grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .metrics--3x3 .metric:nth-child(8) {
    display: block;
    grid-column: 2;
    grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-row: 3;
  }
  .metrics--3x3 .metric:nth-child(9) {
    display: block;
    grid-column: 3;
    grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-row: 3;
  }
  .metrics--3x3 .metric:nth-child(n+10) {
    display: none;
  }
  .metrics--3x3 .metric:nth-child(n) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .metrics--3x3 .metric:nth-child(-n+3) {
    border-top: none;
  }
  .metrics--3x3 .metric:nth-child(3n) {
    border-right: none;
  }
}
.metrics--4x1 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.metrics--4x1 .metric:nth-child(1) {
  display: block;
  grid-column: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.metrics--4x1 .metric:nth-child(2) {
  display: block;
  grid-column: 2;
  grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
.metrics--4x1 .metric:nth-child(3) {
  display: block;
  grid-column: 1;
  grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
.metrics--4x1 .metric:nth-child(4) {
  display: block;
  grid-column: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-row: 2;
}
.metrics--4x1 .metric:nth-child(n+5) {
  display: none;
}
.metrics--4x1 .metric:nth-child(n) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.metrics--4x1 .metric:nth-child(-n+2) {
  border-top: none;
}
.metrics--4x1 .metric:nth-child(2n) {
  border-right: none;
}
@media (min-width: 667px) {
  .metrics--4x1 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .metrics--4x1 .metric:nth-child(1) {
    display: block;
    grid-column: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .metrics--4x1 .metric:nth-child(2) {
    display: block;
    grid-column: 2;
    grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .metrics--4x1 .metric:nth-child(3) {
    display: block;
    grid-column: 3;
    grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .metrics--4x1 .metric:nth-child(4) {
    display: block;
    grid-column: 4;
    grid-row: 1;
    -ms-grid-column: 4;
    -ms-grid-row: 1;
  }
  .metrics--4x1 .metric:nth-child(n+5) {
    display: none;
  }
  .metrics--4x1 .metric:nth-child(n) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .metrics--4x1 .metric:nth-child(-n+4) {
    border-top: none;
  }
  .metrics--4x1 .metric:nth-child(4n) {
    border-right: none;
  }
}
.metrics--4x2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.metrics--4x2 .metric:nth-child(1) {
  display: block;
  grid-column: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.metrics--4x2 .metric:nth-child(2) {
  display: block;
  grid-column: 2;
  grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
.metrics--4x2 .metric:nth-child(3) {
  display: block;
  grid-column: 1;
  grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
.metrics--4x2 .metric:nth-child(4) {
  display: block;
  grid-column: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-row: 2;
}
.metrics--4x2 .metric:nth-child(5) {
  display: block;
  grid-column: 1;
  grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}
.metrics--4x2 .metric:nth-child(6) {
  display: block;
  grid-column: 2;
  grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-row: 3;
}
.metrics--4x2 .metric:nth-child(7) {
  display: block;
  grid-column: 1;
  grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-row: 4;
}
.metrics--4x2 .metric:nth-child(8) {
  display: block;
  grid-column: 2;
  grid-row: 4;
  -ms-grid-column: 2;
  -ms-grid-row: 4;
}
.metrics--4x2 .metric:nth-child(n+9) {
  display: none;
}
.metrics--4x2 .metric:nth-child(n) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.metrics--4x2 .metric:nth-child(-n+2) {
  border-top: none;
}
.metrics--4x2 .metric:nth-child(2n) {
  border-right: none;
}
@media (min-width: 667px) {
  .metrics--4x2 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .metrics--4x2 .metric:nth-child(1) {
    display: block;
    grid-column: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .metrics--4x2 .metric:nth-child(2) {
    display: block;
    grid-column: 2;
    grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .metrics--4x2 .metric:nth-child(3) {
    display: block;
    grid-column: 3;
    grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .metrics--4x2 .metric:nth-child(4) {
    display: block;
    grid-column: 1;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
  .metrics--4x2 .metric:nth-child(5) {
    display: block;
    grid-column: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }
  .metrics--4x2 .metric:nth-child(6) {
    display: block;
    grid-column: 3;
    grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-row: 2;
  }
  .metrics--4x2 .metric:nth-child(7) {
    display: block;
    grid-column: 1;
    grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .metrics--4x2 .metric:nth-child(8) {
    display: block;
    grid-column: 2;
    grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-row: 3;
  }
  .metrics--4x2 .metric:nth-child(9) {
    display: block;
    grid-column: 3;
    grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-row: 3;
  }
  .metrics--4x2 .metric:nth-child(n+10) {
    display: none;
  }
  .metrics--4x2 .metric:nth-child(n) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .metrics--4x2 .metric:nth-child(-n+3) {
    border-top: none;
  }
  .metrics--4x2 .metric:nth-child(3n) {
    border-right: none;
  }
}
@media (min-width: 992px) {
  .metrics--4x2 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .metrics--4x2 .metric:nth-child(1) {
    display: block;
    grid-column: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .metrics--4x2 .metric:nth-child(2) {
    display: block;
    grid-column: 2;
    grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .metrics--4x2 .metric:nth-child(3) {
    display: block;
    grid-column: 3;
    grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .metrics--4x2 .metric:nth-child(4) {
    display: block;
    grid-column: 4;
    grid-row: 1;
    -ms-grid-column: 4;
    -ms-grid-row: 1;
  }
  .metrics--4x2 .metric:nth-child(5) {
    display: block;
    grid-column: 1;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
  .metrics--4x2 .metric:nth-child(6) {
    display: block;
    grid-column: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }
  .metrics--4x2 .metric:nth-child(7) {
    display: block;
    grid-column: 3;
    grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-row: 2;
  }
  .metrics--4x2 .metric:nth-child(8) {
    display: block;
    grid-column: 4;
    grid-row: 2;
    -ms-grid-column: 4;
    -ms-grid-row: 2;
  }
  .metrics--4x2 .metric:nth-child(n+9) {
    display: none;
  }
  .metrics--4x2 .metric:nth-child(n) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .metrics--4x2 .metric:nth-child(-n+4) {
    border-top: none;
  }
  .metrics--4x2 .metric:nth-child(4n) {
    border-right: none;
  }
}
.metrics--5x1 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.metrics--5x1 .metric:nth-child(1) {
  display: block;
  grid-column: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.metrics--5x1 .metric:nth-child(2) {
  display: block;
  grid-column: 2;
  grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
.metrics--5x1 .metric:nth-child(3) {
  display: block;
  grid-column: 1;
  grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
.metrics--5x1 .metric:nth-child(4) {
  display: block;
  grid-column: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-row: 2;
}
.metrics--5x1 .metric:nth-child(5) {
  display: block;
  grid-column: 1;
  grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}
.metrics--5x1 .metric:nth-child(6) {
  display: block;
  grid-column: 2;
  grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-row: 3;
}
.metrics--5x1 .metric:nth-child(n+7) {
  display: none;
}
.metrics--5x1 .metric:nth-child(n) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.metrics--5x1 .metric:nth-child(-n+2) {
  border-top: none;
}
.metrics--5x1 .metric:nth-child(2n) {
  border-right: none;
}
@media (min-width: 667px) {
  .metrics--5x1 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .metrics--5x1 .metric:nth-child(1) {
    display: block;
    grid-column: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .metrics--5x1 .metric:nth-child(2) {
    display: block;
    grid-column: 2;
    grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .metrics--5x1 .metric:nth-child(3) {
    display: block;
    grid-column: 3;
    grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .metrics--5x1 .metric:nth-child(4) {
    display: block;
    grid-column: 1;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
  .metrics--5x1 .metric:nth-child(5) {
    display: block;
    grid-column: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }
  .metrics--5x1 .metric:nth-child(6) {
    display: block;
    grid-column: 3;
    grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-row: 2;
  }
  .metrics--5x1 .metric:nth-child(n+7) {
    display: none;
  }
  .metrics--5x1 .metric:nth-child(n) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .metrics--5x1 .metric:nth-child(-n+3) {
    border-top: none;
  }
  .metrics--5x1 .metric:nth-child(3n) {
    border-right: none;
  }
}
@media (min-width: 768px) {
  .metrics--5x1 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
  .metrics--5x1 .metric:nth-child(1) {
    display: block;
    grid-column: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .metrics--5x1 .metric:nth-child(2) {
    display: block;
    grid-column: 2;
    grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .metrics--5x1 .metric:nth-child(3) {
    display: block;
    grid-column: 3;
    grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .metrics--5x1 .metric:nth-child(4) {
    display: block;
    grid-column: 4;
    grid-row: 1;
    -ms-grid-column: 4;
    -ms-grid-row: 1;
  }
  .metrics--5x1 .metric:nth-child(5) {
    display: block;
    grid-column: 5;
    grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-row: 1;
  }
  .metrics--5x1 .metric:nth-child(n+6) {
    display: none;
  }
  .metrics--5x1 .metric:nth-child(n) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .metrics--5x1 .metric:nth-child(-n+5) {
    border-top: none;
  }
  .metrics--5x1 .metric:nth-child(5n) {
    border-right: none;
  }
}
.metrics--5x2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.metrics--5x2 .metric:nth-child(1) {
  display: block;
  grid-column: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.metrics--5x2 .metric:nth-child(2) {
  display: block;
  grid-column: 2;
  grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
.metrics--5x2 .metric:nth-child(3) {
  display: block;
  grid-column: 1;
  grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
.metrics--5x2 .metric:nth-child(4) {
  display: block;
  grid-column: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-row: 2;
}
.metrics--5x2 .metric:nth-child(5) {
  display: block;
  grid-column: 1;
  grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}
.metrics--5x2 .metric:nth-child(6) {
  display: block;
  grid-column: 2;
  grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-row: 3;
}
.metrics--5x2 .metric:nth-child(7) {
  display: block;
  grid-column: 1;
  grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-row: 4;
}
.metrics--5x2 .metric:nth-child(8) {
  display: block;
  grid-column: 2;
  grid-row: 4;
  -ms-grid-column: 2;
  -ms-grid-row: 4;
}
.metrics--5x2 .metric:nth-child(9) {
  display: block;
  grid-column: 1;
  grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-row: 5;
}
.metrics--5x2 .metric:nth-child(10) {
  display: block;
  grid-column: 2;
  grid-row: 5;
  -ms-grid-column: 2;
  -ms-grid-row: 5;
}
.metrics--5x2 .metric:nth-child(n+11) {
  display: none;
}
.metrics--5x2 .metric:nth-child(n) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.metrics--5x2 .metric:nth-child(-n+2) {
  border-top: none;
}
.metrics--5x2 .metric:nth-child(2n) {
  border-right: none;
}
@media (min-width: 667px) {
  .metrics--5x2 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .metrics--5x2 .metric:nth-child(1) {
    display: block;
    grid-column: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .metrics--5x2 .metric:nth-child(2) {
    display: block;
    grid-column: 2;
    grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .metrics--5x2 .metric:nth-child(3) {
    display: block;
    grid-column: 3;
    grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .metrics--5x2 .metric:nth-child(4) {
    display: block;
    grid-column: 1;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
  .metrics--5x2 .metric:nth-child(5) {
    display: block;
    grid-column: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }
  .metrics--5x2 .metric:nth-child(6) {
    display: block;
    grid-column: 3;
    grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-row: 2;
  }
  .metrics--5x2 .metric:nth-child(7) {
    display: block;
    grid-column: 1;
    grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .metrics--5x2 .metric:nth-child(8) {
    display: block;
    grid-column: 2;
    grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-row: 3;
  }
  .metrics--5x2 .metric:nth-child(9) {
    display: block;
    grid-column: 3;
    grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-row: 3;
  }
  .metrics--5x2 .metric:nth-child(10) {
    display: block;
    grid-column: 1;
    grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-row: 4;
  }
  .metrics--5x2 .metric:nth-child(11) {
    display: block;
    grid-column: 2;
    grid-row: 4;
    -ms-grid-column: 2;
    -ms-grid-row: 4;
  }
  .metrics--5x2 .metric:nth-child(12) {
    display: block;
    grid-column: 3;
    grid-row: 4;
    -ms-grid-column: 3;
    -ms-grid-row: 4;
  }
  .metrics--5x2 .metric:nth-child(n+13) {
    display: none;
  }
  .metrics--5x2 .metric:nth-child(n) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .metrics--5x2 .metric:nth-child(-n+3) {
    border-top: none;
  }
  .metrics--5x2 .metric:nth-child(3n) {
    border-right: none;
  }
  .metrics--5x2 .metric:nth-child(10) {
    display: block;
    grid-column: 2;
    grid-row: 4;
    -ms-grid-column: 2;
    -ms-grid-row: 4;
  }
  .metrics--5x2 .metric:nth-child(11) {
    display: block;
    grid-column: 1;
    grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-row: 4;
  }
  .metrics--5x2 .metric:nth-child(12) {
    display: block;
    grid-column: 3;
    grid-row: 4;
    -ms-grid-column: 3;
    -ms-grid-row: 4;
  }
}
@media (min-width: 768px) {
  .metrics--5x2 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .metrics--5x2 .metric:nth-child(1) {
    display: block;
    grid-column: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .metrics--5x2 .metric:nth-child(2) {
    display: block;
    grid-column: 2;
    grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .metrics--5x2 .metric:nth-child(3) {
    display: block;
    grid-column: 3;
    grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .metrics--5x2 .metric:nth-child(4) {
    display: block;
    grid-column: 4;
    grid-row: 1;
    -ms-grid-column: 4;
    -ms-grid-row: 1;
  }
  .metrics--5x2 .metric:nth-child(5) {
    display: block;
    grid-column: 1;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
  .metrics--5x2 .metric:nth-child(6) {
    display: block;
    grid-column: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }
  .metrics--5x2 .metric:nth-child(7) {
    display: block;
    grid-column: 3;
    grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-row: 2;
  }
  .metrics--5x2 .metric:nth-child(8) {
    display: block;
    grid-column: 4;
    grid-row: 2;
    -ms-grid-column: 4;
    -ms-grid-row: 2;
  }
  .metrics--5x2 .metric:nth-child(9) {
    display: block;
    grid-column: 1;
    grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .metrics--5x2 .metric:nth-child(10) {
    display: block;
    grid-column: 2;
    grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-row: 3;
  }
  .metrics--5x2 .metric:nth-child(11) {
    display: block;
    grid-column: 3;
    grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-row: 3;
  }
  .metrics--5x2 .metric:nth-child(12) {
    display: block;
    grid-column: 4;
    grid-row: 3;
    -ms-grid-column: 4;
    -ms-grid-row: 3;
  }
  .metrics--5x2 .metric:nth-child(n+13) {
    display: none;
  }
  .metrics--5x2 .metric:nth-child(n) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .metrics--5x2 .metric:nth-child(-n+4) {
    border-top: none;
  }
  .metrics--5x2 .metric:nth-child(4n) {
    border-right: none;
  }
  .metrics--5x2 .metric:nth-child(9) {
    display: block;
    grid-column: 2;
    grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-row: 3;
  }
  .metrics--5x2 .metric:nth-child(10) {
    display: block;
    grid-column: 3;
    grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-row: 3;
  }
  .metrics--5x2 .metric:nth-child(11) {
    display: block;
    grid-column: 1;
    grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .metrics--5x2 .metric:nth-child(12) {
    display: block;
    grid-column: 4;
    grid-row: 3;
    -ms-grid-column: 4;
    -ms-grid-row: 3;
  }
}
@media (min-width: 992px) {
  .metrics--5x2 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
  .metrics--5x2 .metric:nth-child(1) {
    display: block;
    grid-column: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .metrics--5x2 .metric:nth-child(2) {
    display: block;
    grid-column: 2;
    grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .metrics--5x2 .metric:nth-child(3) {
    display: block;
    grid-column: 3;
    grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .metrics--5x2 .metric:nth-child(4) {
    display: block;
    grid-column: 4;
    grid-row: 1;
    -ms-grid-column: 4;
    -ms-grid-row: 1;
  }
  .metrics--5x2 .metric:nth-child(5) {
    display: block;
    grid-column: 5;
    grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-row: 1;
  }
  .metrics--5x2 .metric:nth-child(6) {
    display: block;
    grid-column: 1;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
  .metrics--5x2 .metric:nth-child(7) {
    display: block;
    grid-column: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }
  .metrics--5x2 .metric:nth-child(8) {
    display: block;
    grid-column: 3;
    grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-row: 2;
  }
  .metrics--5x2 .metric:nth-child(9) {
    display: block;
    grid-column: 4;
    grid-row: 2;
    -ms-grid-column: 4;
    -ms-grid-row: 2;
  }
  .metrics--5x2 .metric:nth-child(10) {
    display: block;
    grid-column: 5;
    grid-row: 2;
    -ms-grid-column: 5;
    -ms-grid-row: 2;
  }
  .metrics--5x2 .metric:nth-child(n+11) {
    display: none;
  }
  .metrics--5x2 .metric:nth-child(n) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .metrics--5x2 .metric:nth-child(-n+5) {
    border-top: none;
  }
  .metrics--5x2 .metric:nth-child(5n) {
    border-right: none;
  }
}
.metrics--horizontally-spacious .metric {
  padding-left: 1em;
  padding-right: 1em;
}

.metric {
  padding: 1em 0.5em;
  text-align: center;
  background: #fff;
}
.metric__name {
  font-size: 0.8em;
  line-height: 1.4em;
  margin-bottom: 0.4em;
}
.metric__description {
  margin-top: 0.4em;
  padding: 0 0.3em;
  font-size: 0.8em;
  line-height: 1.4em;
  color: rgba(0, 0, 0, 0.4);
}

.report {
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  background: #fff;
  position: relative;
}
@media (min-width: 667px) {
  .report {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 768px) {
  .report {
    padding: 3rem;
  }
}

.report__inner-wrapper {
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
}

.scorecard {
  display: inline-block;
}
.scorecard.very-unsafe .scorecard__score {
  border-color: var(--tw-red-600);
}
.scorecard.very-unsafe .scorecard__label {
  background: var(--tw-red-600);
}
.scorecard.unsafe .scorecard__score {
  border-color: var(--tw-yellow-500);
}
.scorecard.unsafe .scorecard__label {
  background: var(--tw-yellow-500);
}
.scorecard.borderline .scorecard__score, .scorecard.borderline-safe .scorecard__score {
  border-color: #b9da55;
}
.scorecard.borderline .scorecard__label, .scorecard.borderline-safe .scorecard__label {
  background: #b9da55;
}
.scorecard.safe .scorecard__score {
  border-color: var(--tw-lime-600);
}
.scorecard.safe .scorecard__label {
  background: var(--tw-lime-600);
}
.scorecard.very-safe .scorecard__score {
  border-color: var(--tw-lime-800);
}
.scorecard.very-safe .scorecard__label {
  background: var(--tw-lime-800);
}

.scorecard__score {
  width: 4.4rem;
  height: 2.8rem;
  line-height: 2.8rem;
  border: 2px solid #666;
  border-bottom: none;
  border-radius: 0.3rem 0.3rem 0 0;
  font-size: 1rem;
  text-align: center;
  background: #fff;
}

.scorecard__label {
  line-height: 1.6rem;
  font-size: 0.65rem;
  border-radius: 0 0 0.3rem 0.3rem;
  background: #666;
  color: #fff;
  text-align: center;
}

.scorecard--big .scorecard__score {
  width: 6rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.2rem;
  border-width: 3px;
}
.scorecard--big .scorecard__label {
  line-height: 2rem;
  font-size: 0.7rem;
}

.scorecard--small .scorecard__score {
  width: 3.5rem;
  height: 2.2105rem;
  line-height: 2.1rem;
  font-size: 0.875rem;
  border-width: 2px;
}
.scorecard--small .scorecard__label {
  line-height: 1.3rem;
  font-size: 0.55rem;
}

.score-action {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.score-action__score, .score-action__separator {
  display: table-cell;
  vertical-align: middle;
}
.score-action__score:nth-child(1):not(:only-child) .scorecard {
  margin-right: 0.6rem;
}
.score-action__score:nth-child(1):not(:only-child) .scorecard--big {
  margin-right: 1rem;
}
.score-action__score:nth-child(1):not(:only-child) .scorecard--small {
  margin-right: 0.4rem;
}
.score-action__score:nth-child(3):not(:only-child) .scorecard {
  margin-left: 0.6rem;
}
.score-action__score:nth-child(3):not(:only-child) .scorecard--big {
  margin-left: 1rem;
}
.score-action__score:nth-child(3):not(:only-child) .scorecard--small {
  margin-left: 0.4rem;
}
.score-action__separator {
  font-size: 1.2rem;
}

.search-results {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
  list-style: none;
  background: #fff;
  text-align: left;
  z-index: 100000;
  border-radius: 4px;
}
@media (min-width: 667px) {
  .search-results {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    min-width: 300px;
  }
}
@media (min-width: 992px) {
  .search-results {
    min-width: none;
  }
}

.search-result__wrapper {
  position: relative;
  padding: 0.5rem 1rem 0.5rem 6rem;
  cursor: pointer;
}
.search-result__wrapper.ui-state-active {
  background: var(--tw-cyan-600);
}
.search-result__wrapper.ui-state-active .search-result__ticker {
  color: #fff;
}
.search-result__wrapper.ui-state-active .search-result__name {
  color: #fff;
}

.search-result__ticker {
  position: absolute;
  left: 1rem;
  font-size: 0.8em;
  color: #777;
}

.ui-helper-hidden-accessible {
  display: none;
}

@media (min-width: 667px) {
  .slider {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.slider__bar {
  position: relative;
  height: 0.3rem;
  background: #ddd;
}
.slider .ui-slider-handle {
  position: absolute;
  z-index: 30;
  top: -0.6rem;
  margin-left: -0.75rem;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 100%;
  background: var(--tw-cyan-600);
  outline: none;
  cursor: grab;
  outline: 0px transparent;
  -webkit-transition: background 150ms ease, outline 150ms ease;
  transition: background 150ms ease, outline 150ms ease;
}
.slider .ui-slider-handle.ui-state-active {
  background: var(--tw-cyan-800);
  cursor: grabbing;
  outline: 5px #d4d4d490 solid;
}
.slider .ui-slider-handle:before {
  content: "";
  position: absolute;
  top: -0.7rem;
  left: -0.7rem;
  width: 3rem;
  height: 3rem;
}
@media (hover: hover) {
  .slider .ui-slider-handle:hover {
    outline: 5px #d4d4d490 solid;
  }
}
.slider .ui-slider-range {
  position: absolute;
  z-index: 10;
  display: block;
  background: var(--tw-cyan-600);
  height: 100%;
  right: 0;
}

.table {
  width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  scroll-margin-top: var(--top-offset);
  scroll-margin-left: 1rem;
}
.table[data-sort-position="0"] .table__header:nth-child(1) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="0"] .table__header:nth-child(1):after {
  display: inline;
}
.table[data-sort-position="0"][data-sort-order=desc] .table__header:nth-child(1):after {
  content: "▼";
}
.table[data-sort-position="0"] .table__cell:nth-child(1),
.table[data-sort-position="0"] .table__footer:nth-child(1) {
  background: #f7f7f7;
}
.table[data-sort-position="1"] .table__header:nth-child(2) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="1"] .table__header:nth-child(2):after {
  display: inline;
}
.table[data-sort-position="1"][data-sort-order=desc] .table__header:nth-child(2):after {
  content: "▼";
}
.table[data-sort-position="1"] .table__cell:nth-child(2),
.table[data-sort-position="1"] .table__footer:nth-child(2) {
  background: #f7f7f7;
}
.table[data-sort-position="2"] .table__header:nth-child(3) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="2"] .table__header:nth-child(3):after {
  display: inline;
}
.table[data-sort-position="2"][data-sort-order=desc] .table__header:nth-child(3):after {
  content: "▼";
}
.table[data-sort-position="2"] .table__cell:nth-child(3),
.table[data-sort-position="2"] .table__footer:nth-child(3) {
  background: #f7f7f7;
}
.table[data-sort-position="3"] .table__header:nth-child(4) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="3"] .table__header:nth-child(4):after {
  display: inline;
}
.table[data-sort-position="3"][data-sort-order=desc] .table__header:nth-child(4):after {
  content: "▼";
}
.table[data-sort-position="3"] .table__cell:nth-child(4),
.table[data-sort-position="3"] .table__footer:nth-child(4) {
  background: #f7f7f7;
}
.table[data-sort-position="4"] .table__header:nth-child(5) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="4"] .table__header:nth-child(5):after {
  display: inline;
}
.table[data-sort-position="4"][data-sort-order=desc] .table__header:nth-child(5):after {
  content: "▼";
}
.table[data-sort-position="4"] .table__cell:nth-child(5),
.table[data-sort-position="4"] .table__footer:nth-child(5) {
  background: #f7f7f7;
}
.table[data-sort-position="5"] .table__header:nth-child(6) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="5"] .table__header:nth-child(6):after {
  display: inline;
}
.table[data-sort-position="5"][data-sort-order=desc] .table__header:nth-child(6):after {
  content: "▼";
}
.table[data-sort-position="5"] .table__cell:nth-child(6),
.table[data-sort-position="5"] .table__footer:nth-child(6) {
  background: #f7f7f7;
}
.table[data-sort-position="6"] .table__header:nth-child(7) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="6"] .table__header:nth-child(7):after {
  display: inline;
}
.table[data-sort-position="6"][data-sort-order=desc] .table__header:nth-child(7):after {
  content: "▼";
}
.table[data-sort-position="6"] .table__cell:nth-child(7),
.table[data-sort-position="6"] .table__footer:nth-child(7) {
  background: #f7f7f7;
}
.table[data-sort-position="7"] .table__header:nth-child(8) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="7"] .table__header:nth-child(8):after {
  display: inline;
}
.table[data-sort-position="7"][data-sort-order=desc] .table__header:nth-child(8):after {
  content: "▼";
}
.table[data-sort-position="7"] .table__cell:nth-child(8),
.table[data-sort-position="7"] .table__footer:nth-child(8) {
  background: #f7f7f7;
}
.table[data-sort-position="8"] .table__header:nth-child(9) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="8"] .table__header:nth-child(9):after {
  display: inline;
}
.table[data-sort-position="8"][data-sort-order=desc] .table__header:nth-child(9):after {
  content: "▼";
}
.table[data-sort-position="8"] .table__cell:nth-child(9),
.table[data-sort-position="8"] .table__footer:nth-child(9) {
  background: #f7f7f7;
}
.table[data-sort-position="9"] .table__header:nth-child(10) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="9"] .table__header:nth-child(10):after {
  display: inline;
}
.table[data-sort-position="9"][data-sort-order=desc] .table__header:nth-child(10):after {
  content: "▼";
}
.table[data-sort-position="9"] .table__cell:nth-child(10),
.table[data-sort-position="9"] .table__footer:nth-child(10) {
  background: #f7f7f7;
}
.table[data-sort-position="10"] .table__header:nth-child(11) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="10"] .table__header:nth-child(11):after {
  display: inline;
}
.table[data-sort-position="10"][data-sort-order=desc] .table__header:nth-child(11):after {
  content: "▼";
}
.table[data-sort-position="10"] .table__cell:nth-child(11),
.table[data-sort-position="10"] .table__footer:nth-child(11) {
  background: #f7f7f7;
}
.table[data-sort-position="11"] .table__header:nth-child(12) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="11"] .table__header:nth-child(12):after {
  display: inline;
}
.table[data-sort-position="11"][data-sort-order=desc] .table__header:nth-child(12):after {
  content: "▼";
}
.table[data-sort-position="11"] .table__cell:nth-child(12),
.table[data-sort-position="11"] .table__footer:nth-child(12) {
  background: #f7f7f7;
}
.table[data-sort-position="12"] .table__header:nth-child(13) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="12"] .table__header:nth-child(13):after {
  display: inline;
}
.table[data-sort-position="12"][data-sort-order=desc] .table__header:nth-child(13):after {
  content: "▼";
}
.table[data-sort-position="12"] .table__cell:nth-child(13),
.table[data-sort-position="12"] .table__footer:nth-child(13) {
  background: #f7f7f7;
}
.table[data-sort-position="13"] .table__header:nth-child(14) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="13"] .table__header:nth-child(14):after {
  display: inline;
}
.table[data-sort-position="13"][data-sort-order=desc] .table__header:nth-child(14):after {
  content: "▼";
}
.table[data-sort-position="13"] .table__cell:nth-child(14),
.table[data-sort-position="13"] .table__footer:nth-child(14) {
  background: #f7f7f7;
}
.table[data-sort-position="14"] .table__header:nth-child(15) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="14"] .table__header:nth-child(15):after {
  display: inline;
}
.table[data-sort-position="14"][data-sort-order=desc] .table__header:nth-child(15):after {
  content: "▼";
}
.table[data-sort-position="14"] .table__cell:nth-child(15),
.table[data-sort-position="14"] .table__footer:nth-child(15) {
  background: #f7f7f7;
}
.table[data-sort-position="15"] .table__header:nth-child(16) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="15"] .table__header:nth-child(16):after {
  display: inline;
}
.table[data-sort-position="15"][data-sort-order=desc] .table__header:nth-child(16):after {
  content: "▼";
}
.table[data-sort-position="15"] .table__cell:nth-child(16),
.table[data-sort-position="15"] .table__footer:nth-child(16) {
  background: #f7f7f7;
}
.table[data-sort-position="16"] .table__header:nth-child(17) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="16"] .table__header:nth-child(17):after {
  display: inline;
}
.table[data-sort-position="16"][data-sort-order=desc] .table__header:nth-child(17):after {
  content: "▼";
}
.table[data-sort-position="16"] .table__cell:nth-child(17),
.table[data-sort-position="16"] .table__footer:nth-child(17) {
  background: #f7f7f7;
}
.table[data-sort-position="17"] .table__header:nth-child(18) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="17"] .table__header:nth-child(18):after {
  display: inline;
}
.table[data-sort-position="17"][data-sort-order=desc] .table__header:nth-child(18):after {
  content: "▼";
}
.table[data-sort-position="17"] .table__cell:nth-child(18),
.table[data-sort-position="17"] .table__footer:nth-child(18) {
  background: #f7f7f7;
}
.table[data-sort-position="18"] .table__header:nth-child(19) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="18"] .table__header:nth-child(19):after {
  display: inline;
}
.table[data-sort-position="18"][data-sort-order=desc] .table__header:nth-child(19):after {
  content: "▼";
}
.table[data-sort-position="18"] .table__cell:nth-child(19),
.table[data-sort-position="18"] .table__footer:nth-child(19) {
  background: #f7f7f7;
}
.table[data-sort-position="19"] .table__header:nth-child(20) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="19"] .table__header:nth-child(20):after {
  display: inline;
}
.table[data-sort-position="19"][data-sort-order=desc] .table__header:nth-child(20):after {
  content: "▼";
}
.table[data-sort-position="19"] .table__cell:nth-child(20),
.table[data-sort-position="19"] .table__footer:nth-child(20) {
  background: #f7f7f7;
}
.table[data-sort-position="20"] .table__header:nth-child(21) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="20"] .table__header:nth-child(21):after {
  display: inline;
}
.table[data-sort-position="20"][data-sort-order=desc] .table__header:nth-child(21):after {
  content: "▼";
}
.table[data-sort-position="20"] .table__cell:nth-child(21),
.table[data-sort-position="20"] .table__footer:nth-child(21) {
  background: #f7f7f7;
}
.table[data-sort-position="21"] .table__header:nth-child(22) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="21"] .table__header:nth-child(22):after {
  display: inline;
}
.table[data-sort-position="21"][data-sort-order=desc] .table__header:nth-child(22):after {
  content: "▼";
}
.table[data-sort-position="21"] .table__cell:nth-child(22),
.table[data-sort-position="21"] .table__footer:nth-child(22) {
  background: #f7f7f7;
}
.table[data-sort-position="22"] .table__header:nth-child(23) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="22"] .table__header:nth-child(23):after {
  display: inline;
}
.table[data-sort-position="22"][data-sort-order=desc] .table__header:nth-child(23):after {
  content: "▼";
}
.table[data-sort-position="22"] .table__cell:nth-child(23),
.table[data-sort-position="22"] .table__footer:nth-child(23) {
  background: #f7f7f7;
}
.table[data-sort-position="23"] .table__header:nth-child(24) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="23"] .table__header:nth-child(24):after {
  display: inline;
}
.table[data-sort-position="23"][data-sort-order=desc] .table__header:nth-child(24):after {
  content: "▼";
}
.table[data-sort-position="23"] .table__cell:nth-child(24),
.table[data-sort-position="23"] .table__footer:nth-child(24) {
  background: #f7f7f7;
}
.table[data-sort-position="24"] .table__header:nth-child(25) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="24"] .table__header:nth-child(25):after {
  display: inline;
}
.table[data-sort-position="24"][data-sort-order=desc] .table__header:nth-child(25):after {
  content: "▼";
}
.table[data-sort-position="24"] .table__cell:nth-child(25),
.table[data-sort-position="24"] .table__footer:nth-child(25) {
  background: #f7f7f7;
}
.table[data-sort-position="25"] .table__header:nth-child(26) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="25"] .table__header:nth-child(26):after {
  display: inline;
}
.table[data-sort-position="25"][data-sort-order=desc] .table__header:nth-child(26):after {
  content: "▼";
}
.table[data-sort-position="25"] .table__cell:nth-child(26),
.table[data-sort-position="25"] .table__footer:nth-child(26) {
  background: #f7f7f7;
}
.table[data-sort-position="26"] .table__header:nth-child(27) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="26"] .table__header:nth-child(27):after {
  display: inline;
}
.table[data-sort-position="26"][data-sort-order=desc] .table__header:nth-child(27):after {
  content: "▼";
}
.table[data-sort-position="26"] .table__cell:nth-child(27),
.table[data-sort-position="26"] .table__footer:nth-child(27) {
  background: #f7f7f7;
}
.table[data-sort-position="27"] .table__header:nth-child(28) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="27"] .table__header:nth-child(28):after {
  display: inline;
}
.table[data-sort-position="27"][data-sort-order=desc] .table__header:nth-child(28):after {
  content: "▼";
}
.table[data-sort-position="27"] .table__cell:nth-child(28),
.table[data-sort-position="27"] .table__footer:nth-child(28) {
  background: #f7f7f7;
}
.table[data-sort-position="28"] .table__header:nth-child(29) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="28"] .table__header:nth-child(29):after {
  display: inline;
}
.table[data-sort-position="28"][data-sort-order=desc] .table__header:nth-child(29):after {
  content: "▼";
}
.table[data-sort-position="28"] .table__cell:nth-child(29),
.table[data-sort-position="28"] .table__footer:nth-child(29) {
  background: #f7f7f7;
}
.table[data-sort-position="29"] .table__header:nth-child(30) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="29"] .table__header:nth-child(30):after {
  display: inline;
}
.table[data-sort-position="29"][data-sort-order=desc] .table__header:nth-child(30):after {
  content: "▼";
}
.table[data-sort-position="29"] .table__cell:nth-child(30),
.table[data-sort-position="29"] .table__footer:nth-child(30) {
  background: #f7f7f7;
}
.table[data-sort-position="30"] .table__header:nth-child(31) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="30"] .table__header:nth-child(31):after {
  display: inline;
}
.table[data-sort-position="30"][data-sort-order=desc] .table__header:nth-child(31):after {
  content: "▼";
}
.table[data-sort-position="30"] .table__cell:nth-child(31),
.table[data-sort-position="30"] .table__footer:nth-child(31) {
  background: #f7f7f7;
}
.table[data-sort-position="31"] .table__header:nth-child(32) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="31"] .table__header:nth-child(32):after {
  display: inline;
}
.table[data-sort-position="31"][data-sort-order=desc] .table__header:nth-child(32):after {
  content: "▼";
}
.table[data-sort-position="31"] .table__cell:nth-child(32),
.table[data-sort-position="31"] .table__footer:nth-child(32) {
  background: #f7f7f7;
}
.table[data-sort-position="32"] .table__header:nth-child(33) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="32"] .table__header:nth-child(33):after {
  display: inline;
}
.table[data-sort-position="32"][data-sort-order=desc] .table__header:nth-child(33):after {
  content: "▼";
}
.table[data-sort-position="32"] .table__cell:nth-child(33),
.table[data-sort-position="32"] .table__footer:nth-child(33) {
  background: #f7f7f7;
}
.table[data-sort-position="33"] .table__header:nth-child(34) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="33"] .table__header:nth-child(34):after {
  display: inline;
}
.table[data-sort-position="33"][data-sort-order=desc] .table__header:nth-child(34):after {
  content: "▼";
}
.table[data-sort-position="33"] .table__cell:nth-child(34),
.table[data-sort-position="33"] .table__footer:nth-child(34) {
  background: #f7f7f7;
}
.table[data-sort-position="34"] .table__header:nth-child(35) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="34"] .table__header:nth-child(35):after {
  display: inline;
}
.table[data-sort-position="34"][data-sort-order=desc] .table__header:nth-child(35):after {
  content: "▼";
}
.table[data-sort-position="34"] .table__cell:nth-child(35),
.table[data-sort-position="34"] .table__footer:nth-child(35) {
  background: #f7f7f7;
}
.table[data-sort-position="35"] .table__header:nth-child(36) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="35"] .table__header:nth-child(36):after {
  display: inline;
}
.table[data-sort-position="35"][data-sort-order=desc] .table__header:nth-child(36):after {
  content: "▼";
}
.table[data-sort-position="35"] .table__cell:nth-child(36),
.table[data-sort-position="35"] .table__footer:nth-child(36) {
  background: #f7f7f7;
}
.table[data-sort-position="36"] .table__header:nth-child(37) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="36"] .table__header:nth-child(37):after {
  display: inline;
}
.table[data-sort-position="36"][data-sort-order=desc] .table__header:nth-child(37):after {
  content: "▼";
}
.table[data-sort-position="36"] .table__cell:nth-child(37),
.table[data-sort-position="36"] .table__footer:nth-child(37) {
  background: #f7f7f7;
}
.table[data-sort-position="37"] .table__header:nth-child(38) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="37"] .table__header:nth-child(38):after {
  display: inline;
}
.table[data-sort-position="37"][data-sort-order=desc] .table__header:nth-child(38):after {
  content: "▼";
}
.table[data-sort-position="37"] .table__cell:nth-child(38),
.table[data-sort-position="37"] .table__footer:nth-child(38) {
  background: #f7f7f7;
}
.table[data-sort-position="38"] .table__header:nth-child(39) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="38"] .table__header:nth-child(39):after {
  display: inline;
}
.table[data-sort-position="38"][data-sort-order=desc] .table__header:nth-child(39):after {
  content: "▼";
}
.table[data-sort-position="38"] .table__cell:nth-child(39),
.table[data-sort-position="38"] .table__footer:nth-child(39) {
  background: #f7f7f7;
}
.table[data-sort-position="39"] .table__header:nth-child(40) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="39"] .table__header:nth-child(40):after {
  display: inline;
}
.table[data-sort-position="39"][data-sort-order=desc] .table__header:nth-child(40):after {
  content: "▼";
}
.table[data-sort-position="39"] .table__cell:nth-child(40),
.table[data-sort-position="39"] .table__footer:nth-child(40) {
  background: #f7f7f7;
}
.table[data-sort-position="40"] .table__header:nth-child(41) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="40"] .table__header:nth-child(41):after {
  display: inline;
}
.table[data-sort-position="40"][data-sort-order=desc] .table__header:nth-child(41):after {
  content: "▼";
}
.table[data-sort-position="40"] .table__cell:nth-child(41),
.table[data-sort-position="40"] .table__footer:nth-child(41) {
  background: #f7f7f7;
}
.table[data-sort-position="41"] .table__header:nth-child(42) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="41"] .table__header:nth-child(42):after {
  display: inline;
}
.table[data-sort-position="41"][data-sort-order=desc] .table__header:nth-child(42):after {
  content: "▼";
}
.table[data-sort-position="41"] .table__cell:nth-child(42),
.table[data-sort-position="41"] .table__footer:nth-child(42) {
  background: #f7f7f7;
}
.table[data-sort-position="42"] .table__header:nth-child(43) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="42"] .table__header:nth-child(43):after {
  display: inline;
}
.table[data-sort-position="42"][data-sort-order=desc] .table__header:nth-child(43):after {
  content: "▼";
}
.table[data-sort-position="42"] .table__cell:nth-child(43),
.table[data-sort-position="42"] .table__footer:nth-child(43) {
  background: #f7f7f7;
}
.table[data-sort-position="43"] .table__header:nth-child(44) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="43"] .table__header:nth-child(44):after {
  display: inline;
}
.table[data-sort-position="43"][data-sort-order=desc] .table__header:nth-child(44):after {
  content: "▼";
}
.table[data-sort-position="43"] .table__cell:nth-child(44),
.table[data-sort-position="43"] .table__footer:nth-child(44) {
  background: #f7f7f7;
}
.table[data-sort-position="44"] .table__header:nth-child(45) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="44"] .table__header:nth-child(45):after {
  display: inline;
}
.table[data-sort-position="44"][data-sort-order=desc] .table__header:nth-child(45):after {
  content: "▼";
}
.table[data-sort-position="44"] .table__cell:nth-child(45),
.table[data-sort-position="44"] .table__footer:nth-child(45) {
  background: #f7f7f7;
}
.table[data-sort-position="45"] .table__header:nth-child(46) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="45"] .table__header:nth-child(46):after {
  display: inline;
}
.table[data-sort-position="45"][data-sort-order=desc] .table__header:nth-child(46):after {
  content: "▼";
}
.table[data-sort-position="45"] .table__cell:nth-child(46),
.table[data-sort-position="45"] .table__footer:nth-child(46) {
  background: #f7f7f7;
}
.table[data-sort-position="46"] .table__header:nth-child(47) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="46"] .table__header:nth-child(47):after {
  display: inline;
}
.table[data-sort-position="46"][data-sort-order=desc] .table__header:nth-child(47):after {
  content: "▼";
}
.table[data-sort-position="46"] .table__cell:nth-child(47),
.table[data-sort-position="46"] .table__footer:nth-child(47) {
  background: #f7f7f7;
}
.table[data-sort-position="47"] .table__header:nth-child(48) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="47"] .table__header:nth-child(48):after {
  display: inline;
}
.table[data-sort-position="47"][data-sort-order=desc] .table__header:nth-child(48):after {
  content: "▼";
}
.table[data-sort-position="47"] .table__cell:nth-child(48),
.table[data-sort-position="47"] .table__footer:nth-child(48) {
  background: #f7f7f7;
}
.table[data-sort-position="48"] .table__header:nth-child(49) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="48"] .table__header:nth-child(49):after {
  display: inline;
}
.table[data-sort-position="48"][data-sort-order=desc] .table__header:nth-child(49):after {
  content: "▼";
}
.table[data-sort-position="48"] .table__cell:nth-child(49),
.table[data-sort-position="48"] .table__footer:nth-child(49) {
  background: #f7f7f7;
}
.table[data-sort-position="49"] .table__header:nth-child(50) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="49"] .table__header:nth-child(50):after {
  display: inline;
}
.table[data-sort-position="49"][data-sort-order=desc] .table__header:nth-child(50):after {
  content: "▼";
}
.table[data-sort-position="49"] .table__cell:nth-child(50),
.table[data-sort-position="49"] .table__footer:nth-child(50) {
  background: #f7f7f7;
}
.table[data-sort-position="50"] .table__header:nth-child(51) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="50"] .table__header:nth-child(51):after {
  display: inline;
}
.table[data-sort-position="50"][data-sort-order=desc] .table__header:nth-child(51):after {
  content: "▼";
}
.table[data-sort-position="50"] .table__cell:nth-child(51),
.table[data-sort-position="50"] .table__footer:nth-child(51) {
  background: #f7f7f7;
}
.table[data-sort-position="51"] .table__header:nth-child(52) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="51"] .table__header:nth-child(52):after {
  display: inline;
}
.table[data-sort-position="51"][data-sort-order=desc] .table__header:nth-child(52):after {
  content: "▼";
}
.table[data-sort-position="51"] .table__cell:nth-child(52),
.table[data-sort-position="51"] .table__footer:nth-child(52) {
  background: #f7f7f7;
}
.table[data-sort-position="52"] .table__header:nth-child(53) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="52"] .table__header:nth-child(53):after {
  display: inline;
}
.table[data-sort-position="52"][data-sort-order=desc] .table__header:nth-child(53):after {
  content: "▼";
}
.table[data-sort-position="52"] .table__cell:nth-child(53),
.table[data-sort-position="52"] .table__footer:nth-child(53) {
  background: #f7f7f7;
}
.table[data-sort-position="53"] .table__header:nth-child(54) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="53"] .table__header:nth-child(54):after {
  display: inline;
}
.table[data-sort-position="53"][data-sort-order=desc] .table__header:nth-child(54):after {
  content: "▼";
}
.table[data-sort-position="53"] .table__cell:nth-child(54),
.table[data-sort-position="53"] .table__footer:nth-child(54) {
  background: #f7f7f7;
}
.table[data-sort-position="54"] .table__header:nth-child(55) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="54"] .table__header:nth-child(55):after {
  display: inline;
}
.table[data-sort-position="54"][data-sort-order=desc] .table__header:nth-child(55):after {
  content: "▼";
}
.table[data-sort-position="54"] .table__cell:nth-child(55),
.table[data-sort-position="54"] .table__footer:nth-child(55) {
  background: #f7f7f7;
}
.table[data-sort-position="55"] .table__header:nth-child(56) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="55"] .table__header:nth-child(56):after {
  display: inline;
}
.table[data-sort-position="55"][data-sort-order=desc] .table__header:nth-child(56):after {
  content: "▼";
}
.table[data-sort-position="55"] .table__cell:nth-child(56),
.table[data-sort-position="55"] .table__footer:nth-child(56) {
  background: #f7f7f7;
}
.table[data-sort-position="56"] .table__header:nth-child(57) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="56"] .table__header:nth-child(57):after {
  display: inline;
}
.table[data-sort-position="56"][data-sort-order=desc] .table__header:nth-child(57):after {
  content: "▼";
}
.table[data-sort-position="56"] .table__cell:nth-child(57),
.table[data-sort-position="56"] .table__footer:nth-child(57) {
  background: #f7f7f7;
}
.table[data-sort-position="57"] .table__header:nth-child(58) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="57"] .table__header:nth-child(58):after {
  display: inline;
}
.table[data-sort-position="57"][data-sort-order=desc] .table__header:nth-child(58):after {
  content: "▼";
}
.table[data-sort-position="57"] .table__cell:nth-child(58),
.table[data-sort-position="57"] .table__footer:nth-child(58) {
  background: #f7f7f7;
}
.table[data-sort-position="58"] .table__header:nth-child(59) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="58"] .table__header:nth-child(59):after {
  display: inline;
}
.table[data-sort-position="58"][data-sort-order=desc] .table__header:nth-child(59):after {
  content: "▼";
}
.table[data-sort-position="58"] .table__cell:nth-child(59),
.table[data-sort-position="58"] .table__footer:nth-child(59) {
  background: #f7f7f7;
}
.table[data-sort-position="59"] .table__header:nth-child(60) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="59"] .table__header:nth-child(60):after {
  display: inline;
}
.table[data-sort-position="59"][data-sort-order=desc] .table__header:nth-child(60):after {
  content: "▼";
}
.table[data-sort-position="59"] .table__cell:nth-child(60),
.table[data-sort-position="59"] .table__footer:nth-child(60) {
  background: #f7f7f7;
}
.table[data-sort-position="60"] .table__header:nth-child(61) {
  background: var(--tw-cyan-800);
}
.table[data-sort-position="60"] .table__header:nth-child(61):after {
  display: inline;
}
.table[data-sort-position="60"][data-sort-order=desc] .table__header:nth-child(61):after {
  content: "▼";
}
.table[data-sort-position="60"] .table__cell:nth-child(61),
.table[data-sort-position="60"] .table__footer:nth-child(61) {
  background: #f7f7f7;
}

.table__header,
.table__cell,
.table__footer {
  padding: 0.7em;
  vertical-align: top;
  text-align: left;
  background: #fff;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
}
.table__header:last-child,
.table__cell:last-child,
.table__footer:last-child {
  border-right: none;
}

.table__header {
  position: relative;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  top: calc(var(--top-offset) - 1px);
  z-index: 2;
  cursor: pointer;
  background: var(--tw-cyan-600);
  font-size: 0.85em;
  color: #fff;
  font-weight: normal;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  vertical-align: bottom;
  line-height: 1rem;
}
.table__header:after {
  display: none;
  content: "▲";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  background: var(--tw-cyan-800);
  margin-left: -11px;
  text-align: center;
  padding-top: 3px;
  font-size: 0.8em;
  z-index: -1;
}
@media (min-width: 992px) {
  .table__header:after {
    width: 26px;
    height: 26px;
    border-radius: 13px;
    margin-left: -13px;
    line-height: 1.7rem;
    padding-top: 0;
    font-size: 0.9em;
  }
}
.table__header:hover {
  background: var(--tw-cyan-650);
}
@media (min-width: 992px) {
  .table__header {
    font-size: 0.9em;
    line-height: 1.3rem;
  }
}
@media print {
  .table__header {
    top: 0;
  }
}

.table__header--left-align,
.table__cell--left-align,
.table__footer--left-align {
  text-align: left;
}

.table__foot .table__footer {
  border-top: 1px solid #777;
}

.table__row--totals {
  font-weight: bold;
}

.table .table__header:nth-child(1),
.table .table__cell:nth-child(1),
.table .table__footer:nth-child(1) {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  left: 0;
  padding-left: max(0.6em, env(safe-area-inset-left));
  z-index: 4;
}
.table .table__header:nth-child(1):before,
.table .table__cell:nth-child(1):before,
.table .table__footer:nth-child(1):before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 4px 2px 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 500ms;
  z-index: -1;
}
.table .table__header:nth-child(1),
.table .table__cell:nth-child(1),
.table .table__footer:nth-child(1) {
  z-index: 4;
}
.table .table__header--menu-opened:nth-child(1),
.table .table__cell--menu-opened:nth-child(1),
.table .table__footer--menu-opened:nth-child(1) {
  z-index: 5;
}
.table .table__header:nth-child(1) {
  z-index: 6;
}

body.scrolled-horizontally .table .table__header:nth-child(1),
body.scrolled-horizontally .table .table__cell:nth-child(1),
body.scrolled-horizontally .table .table__footer:nth-child(1) {
  border-right: none;
}
body.scrolled-horizontally .table .table__header:nth-child(1):before,
body.scrolled-horizontally .table .table__cell:nth-child(1):before,
body.scrolled-horizontally .table .table__footer:nth-child(1):before {
  opacity: 1;
}

.tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
}

.tab {
  display: inline-block;
  margin-bottom: -1px;
}
.tab__link {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3em 0.3em 0 0;
  border-bottom: 1px solid transparent;
}
.tab__link--active {
  position: relative;
}
.tab__link--active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 4px;
  background: #fff;
}

.tabs--off-sheet .tab__link--active {
  background: #f7f2de;
}
.tabs--off-sheet .tab__link--active:after {
  background: #f7f2de;
}

/*
Trix 0.11.1
Copyright © 2017 Basecamp, LLC
http://trix-editor.org/*/
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

trix-toolbar * {
  box-sizing: border-box;
}

trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}

trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}

trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: black;
}

trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}

@media (max-device-width: 768px) {
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}

@media (max-device-width: 768px) {
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}
trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-device-width: 768px) {
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}

trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}

trix-toolbar .trix-button--icon-bold::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M15.6%2011.8c1-.7%201.6-1.8%201.6-2.8a4%204%200%200%200-4-4H7v14h7c2.1%200%203.7-1.7%203.7-3.8%200-1.5-.8-2.8-2.1-3.4zM10%207.5h3a1.5%201.5%200%201%201%200%203h-3v-3zm3.5%209H10v-3h3.5a1.5%201.5%200%201%201%200%203z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-italic::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M10%205v3h2.2l-3.4%208H6v3h8v-3h-2.2l3.4-8H18V5h-8z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-link::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M9.88%2013.7a4.3%204.3%200%200%201%200-6.07l3.37-3.37a4.26%204.26%200%200%201%206.07%200%204.3%204.3%200%200%201%200%206.06l-1.96%201.72a.91.91%200%201%201-1.3-1.3l1.97-1.71a2.46%202.46%200%200%200-3.48-3.48l-3.38%203.37a2.46%202.46%200%200%200%200%203.48.91.91%200%201%201-1.3%201.3z%22%2F%3E%3Cpath%20d%3D%22M4.25%2019.46a4.3%204.3%200%200%201%200-6.07l1.93-1.9a.91.91%200%201%201%201.3%201.3l-1.93%201.9a2.46%202.46%200%200%200%203.48%203.48l3.37-3.38c.96-.96.96-2.52%200-3.48a.91.91%200%201%201%201.3-1.3%204.3%204.3%200%200%201%200%206.07l-3.38%203.38a4.26%204.26%200%200%201-6.07%200z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-strike::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.73%2014l.28.14c.26.15.45.3.57.44.12.14.18.3.18.5%200%20.3-.15.56-.44.75-.3.2-.76.3-1.39.3A13.52%2013.52%200%200%201%207%2014.95v3.37a10.64%2010.64%200%200%200%204.84.88c1.26%200%202.35-.19%203.28-.56.93-.37%201.64-.9%202.14-1.57s.74-1.45.74-2.32c0-.26-.02-.51-.06-.75h-5.21zm-5.5-4c-.08-.34-.12-.7-.12-1.1%200-1.29.52-2.3%201.58-3.02%201.05-.72%202.5-1.08%204.34-1.08%201.62%200%203.28.34%204.97%201l-1.3%202.93c-1.47-.6-2.73-.9-3.8-.9-.55%200-.96.08-1.2.26-.26.17-.38.38-.38.64%200%20.27.16.52.48.74.17.12.53.3%201.05.53H7.23zM3%2013h18v-2H3v2z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-quote::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M6%2017h3l2-4V7H5v6h3zm8%200h3l2-4V7h-6v6h3z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12%209v3H9v7H6v-7H3V9h9zM8%204h14v3h-6v12h-3V7H8V4z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-code::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.2%2012L15%2015.2l1.4%201.4L21%2012l-4.6-4.6L15%208.8l3.2%203.2zM5.8%2012L9%208.8%207.6%207.4%203%2012l4.6%204.6L9%2015.2%205.8%2012z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%204a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm4%203h14v-2H8v2zm0-6h14v-2H8v2zm0-8v2h14V5H8z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-number-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013.1v.9h3v-1H3.2L5%2010.9V10H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-undo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.5%208c-2.6%200-5%201-6.9%202.6L2%207v9h9l-3.6-3.6A8%208%200%200%201%2020%2016l2.4-.8a10.5%2010.5%200%200%200-10-7.2z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-redo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.4%2010.6a10.5%2010.5%200%200%200-16.9%204.6L4%2016a8%208%200%200%201%2012.7-3.6L13%2016h9V7l-3.6%203.6z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-8.3-.3l2.8%202.9L6%2014.2%204%2012l2-2-1.4-1.5L1%2012l.7.7zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-6.9-1L1%2014.2l1.4%201.4L6%2012l-.7-.7-2.8-2.8L1%209.9%203.1%2012zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-dialogs {
  position: relative;
}

trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}

trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}

trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}

trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}

trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

trix-editor [data-trix-mutable=true] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

trix-editor [data-trix-mutable=true] img {
  box-shadow: 0 0 0 2px highlight;
}

trix-editor [data-trix-mutable=true].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

trix-editor [data-trix-mutable=true]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection {
  background: none;
}

trix-editor [data-trix-mutable=true]::selection,
trix-editor [data-trix-cursor-target]::selection {
  background: none;
}

trix-editor .attachment:hover {
  cursor: default;
}

trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}

trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}

trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}

trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-editor .attachment__remove {
  cursor: pointer;
}

trix-editor .attachment__remove--icon {
  text-indent: -9999px;
  display: block;
  position: absolute;
  z-index: 1;
  padding: 0;
  margin: 0;
  top: -1.1em;
  left: calc(50% - 0.8em);
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  text-indent: -9999px;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

trix-editor .attachment__remove--icon::before {
  display: inline-block;
  position: absolute;
  top: 0.1em;
  right: 0.1em;
  bottom: 0.1em;
  left: 0.1em;
  opacity: 0.75;
  content: "";
  background-image: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.4L17.6%205%2012%2010.6%206.4%205%205%206.4l5.6%205.6L5%2017.6%206.4%2019l5.6-5.6%205.6%205.6%201.4-1.4-5.6-5.6z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

trix-editor .attachment__remove--icon:hover {
  border-color: #333;
}

trix-editor .attachment__remove--icon:hover::before {
  opacity: 1;
}

.trix-content {
  line-height: 1.5;
}

.trix-content * {
  box-sizing: border-box;
}

.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
  margin: 0;
}

.trix-content blockquote {
  margin: 0 0 0 0.3em;
  padding: 0 0 0 0.6em;
  border-left: 0.3em solid #ccc;
}

.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  margin: 0;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

.trix-content ul, .trix-content ol, .trix-content li {
  margin: 0;
  padding: 0;
}

.trix-content ul li, .trix-content ol li, .trix-content li li {
  margin-left: 1em;
}

.trix-content img {
  max-width: 100%;
  height: auto;
}

.trix-content a[data-trix-attachment] {
  color: inherit;
  text-decoration: none;
}

.trix-content a[data-trix-attachment]:hover, .trix-content a[data-trix-attachment]:visited:hover {
  color: inherit;
}

.trix-content .attachment {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.trix-content .attachment__caption {
  padding: 0;
  text-align: center;
}

.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: " · ";
}

.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 0;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}

.trix-content {
  line-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
.trix-content .attachment {
  margin-bottom: 1.8em;
}
.trix-content .attachment img {
  margin-top: 1.8em;
  padding: 3px;
  border: 1px solid #eee;
  background: #fff;
  max-height: 400px;
  width: auto;
}
.trix-content a:not(turbo-frame a) {
  color: var(--tw-cyan-600);
  text-decoration: underline;
}
.trix-content ul {
  padding-left: 2em;
}
.trix-content li {
  margin: 0 0 0.3em;
}
.trix-content blockquote {
  padding-left: 1.5em;
  border-left: 3px solid #000;
}
.trix-content h2 {
  margin: 0.2em 0 0.5em;
}

trix-editor {
  border: none;
  padding: 1em 0 0;
  border-radius: 0;
}
trix-editor:empty:not(:focus)::before {
  color: #777;
}

trix-toolbar {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  top: -2px;
  padding: 0.5em 0;
  background: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  z-index: 1;
}
trix-toolbar .trix-button-group {
  margin-bottom: 0;
  border: none;
}
trix-toolbar .trix-button {
  border-bottom: none;
}
trix-toolbar .trix-button:not(:first-child) {
  border-left: none;
}
trix-toolbar .trix-button--icon-attach::before {
  background-image: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M19.4%2010a7.5%207.5%200%200%200-14-2A6%206%200%200%200%206%2020h13a5%205%200%201%200%20.4-10zM14%2013v4h-4v-4H7l5-5%205%205h-3z%22%2F%3E%3C%2Fsvg%3E);
}

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.5em;
  background: #f7f2de;
}
@media (min-width: 768px) {
  body {
    padding: 0 1em 1em;
  }
}

.sign-in {
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .sign-in {
    padding-top: 4rem;
  }
}

.sign-in__logo {
  width: 350px;
  max-width: 100%;
}

.sign-in-form {
  max-width: 450px;
}
.sign-in-form .button {
  width: 100%;
}

.sign-in-form__label,
.sign-in-form__field {
  display: block;
}

.sign-in-form__label {
  font-weight: bold;
}

.sign-in-error {
  color: var(--tw-red-600);
}
