/****************************************************
*					WEBSITE FONTS					*
****************************************************/
/****************************************************
*					BASE COLORS						*
****************************************************/
/* Overrides for specific websites
$h1-title-color             : $black;
$h2-title-color             : $black;
$h3-title-color             : $black;
$h4-title-color             : $black;
$eyebrow-color              : $primary-300;
 */
/****************************************************
*					ALERT COLORS					*
****************************************************/
/* Reference for this calculation on https://css-tricks.com/programming-sass-to-create-accessible-color-combinations/ */
/*------------------- Grid resolutions -------------------*/
/*------------------- Sizes mixins -------------------*/
/*-------------------------------------Margins-------------------------------------*/
/* Buttons - elements/_buttons.scss */
/* Cards - elements/d3-card.scss */
/* Images on content sections - elements/d3-content-section.scss */
/* Images on media detail - elements/_d3-media-detail.scss */
/* Images on Testimonials - components/d3-testimonial.scss */
/* Images on Image Text - components/d3-image-text.scss */
/* Form inputs - elements/_forms.scss */
/* Form inputs - elements/_forms.scss */
/* Tables - elements/d3-table.scss, elements/_cookie-warning.scss */
/* Popups - elements/_cookie-warning.scss */
/* Accordions - elements/d3-accordion.scss */
/* Videoplayer - elements/d3-video-player.scss, elements/_d3-webinar-detail.scss */
/* Podcast player - elements/d3-podcast.scss */
/* Feature block - elements/d3-feature-block.scss */
/* Define a single size for all image-related border-radii */
/* Define a single size for all border-radii */
/********* REUSABLE TEXT STYLES ************/
/*------------------- Mixins  -------------------*/
/*------------------- Functions  -------------------*/
/*-------------------------------------Others-------------------------------------*/
/* ---------- Color and fonts replace ---------- */
/* General variables */
:root {
  --grey-100: #5e5e5e;
  --primary-100: #a33900;
  --secondary-100: #4c4d4f;
  --tertiary-100: #066f7b;
  --grey-200: #919191;
  --primary-200: #b53f00;
  --secondary-200: #515252;
  --tertiary-200: #107b88;
  --grey-300: #ababab;
  --primary-300: #c64500;
  --secondary-300: #b2b3b6;
  --tertiary-300: #1595a5;
  --grey-400: #c4c4c4;
  --primary-400: #f98315;
  --secondary-400: #ccced5;
  --tertiary-400: #27acbd;
  --grey-500: #dedede;
  --primary-500: #ffc06e;
  --secondary-500: #dde0e7;
  --tertiary-500: #65c3cf;
  --grey-600: #f7f7f7;
  --primary-600: #fff9f1;
  --secondary-600: #eceff4;
  --tertiary-600: #b7e3e9;
  --d3-black: #181819;
  --grifols-blue: #003383;
  --d3-font-body: Inter;
  --d3-font-title: OpenSans;
  --d3-page-bg: #fdfdff;
  --d3-radius-lg: 24px;
  --d3-radius-md: 16px;
  --d3-radius-none: 0px;
  --d3-radius-pill: 80px;
  --d3-radius-sm: 8px;
  --d3-radius-xl: 32px;
  --d3-radius-xs: 4px;
  --d3-utility-black: #020304;
  --d3-utility-white: #fdfdff;
  --d3-white: #fdfdff; }

body #wrapper .d3-table, body #wrapper .searchcontainer {
  padding-bottom: 56px;
  padding-top: 56px;
  /* For table titles when the mobile version is hidden */ }
  @media only screen and (min-width: 1008px) {
    body #wrapper .d3-table, body #wrapper .searchcontainer {
      padding-bottom: 80px; } }
  @media only screen and (min-width: 1008px) {
    body #wrapper .d3-table, body #wrapper .searchcontainer {
      padding-top: 80px; } }
  body #wrapper .d3-table h4 + .d3-md-hide + .d3-xs-hide, body #wrapper .searchcontainer h4 + .d3-md-hide + .d3-xs-hide {
    margin-top: 24px; }
  body #wrapper .d3-table table, body #wrapper .searchcontainer table {
    border-spacing: 0;
    width: 100%; }
    body #wrapper .d3-table table thead th, body #wrapper .searchcontainer table thead th {
      background-color: #c64500;
      color: #fdfdff;
      border-bottom: thin solid #ffc06e;
      padding: 16px 32px;
      vertical-align: top; }
      body #wrapper .d3-table table thead th a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer table thead th a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
        color: #fdfdff;
        border-bottom: 1px solid; }
      body #wrapper .d3-table table thead th a.btn-icon-link .link-text, body #wrapper .d3-table table thead th a.btn-icon-link-text .link-text, body #wrapper .searchcontainer table thead th a.btn-icon-link .link-text, body #wrapper .searchcontainer table thead th a.btn-icon-link-text .link-text {
        color: #fdfdff;
        border-bottom: 1px solid; }
      body #wrapper .d3-table table thead th:first-of-type, body #wrapper .d3-table table thead th:only-of-type, body #wrapper .searchcontainer table thead th:first-of-type, body #wrapper .searchcontainer table thead th:only-of-type {
        border-top-left-radius: 4px; }
      body #wrapper .d3-table table thead th:last-of-type, body #wrapper .d3-table table thead th:only-of-type, body #wrapper .searchcontainer table thead th:last-of-type, body #wrapper .searchcontainer table thead th:only-of-type {
        border-top-right-radius: 4px; }
    body #wrapper .d3-table table tbody tr td, body #wrapper .searchcontainer table tbody tr td {
      background-color: #fdfdff;
      color: #181819;
      border-bottom: thin solid #c4c4c4;
      border-left: thin solid #c4c4c4;
      padding: 16px 32px;
      vertical-align: top; }
      body #wrapper .d3-table table tbody tr td.nth-rowspan, body #wrapper .searchcontainer table tbody tr td.nth-rowspan {
        border-left: thin solid #c4c4c4; }
      body #wrapper .d3-table table tbody tr td ul, body #wrapper .d3-table table tbody tr td ol, body #wrapper .searchcontainer table tbody tr td ul, body #wrapper .searchcontainer table tbody tr td ol {
        padding-inline-start: 32px; }
      body #wrapper .d3-table table tbody tr td:last-of-type, body #wrapper .d3-table table tbody tr td:only-of-type, body #wrapper .searchcontainer table tbody tr td:last-of-type, body #wrapper .searchcontainer table tbody tr td:only-of-type {
        border-right: thin solid #c4c4c4; }
    body #wrapper .d3-table table tbody tr:last-child td, body #wrapper .searchcontainer table tbody tr:last-child td {
      vertical-align: top; }
      body #wrapper .d3-table table tbody tr:last-child td:last-of-type, body #wrapper .d3-table table tbody tr:last-child td:only-of-type, body #wrapper .searchcontainer table tbody tr:last-child td:last-of-type, body #wrapper .searchcontainer table tbody tr:last-child td:only-of-type {
        border-bottom-right-radius: 4px; }
    body #wrapper .d3-table table tbody tr:last-child:not(.last-rowspan) td.table-col-1:first-of-type, body #wrapper .d3-table table tbody tr:last-child:not(.last-rowspan) td.table-col-1:only-of-type, body #wrapper .searchcontainer table tbody tr:last-child:not(.last-rowspan) td.table-col-1:first-of-type, body #wrapper .searchcontainer table tbody tr:last-child:not(.last-rowspan) td.table-col-1:only-of-type {
      border-bottom-left-radius: 4px; }
    body #wrapper .d3-table table tbody tr.last-rowspan td:first-of-type, body #wrapper .d3-table table tbody tr.last-rowspan td:only-of-type, body #wrapper .searchcontainer table tbody tr.last-rowspan td:first-of-type, body #wrapper .searchcontainer table tbody tr.last-rowspan td:only-of-type {
      border-bottom-left-radius: 4px; }
    body #wrapper .d3-table table caption, body #wrapper .searchcontainer table caption {
      padding-bottom: 0;
      padding-top: 24px; }
  body #wrapper .d3-table.table-scroll #table-mobile, body #wrapper .searchcontainer.table-scroll #table-mobile {
    position: relative; }
    body #wrapper .d3-table.table-scroll #table-mobile #open-modal-btn, body #wrapper .searchcontainer.table-scroll #table-mobile #open-modal-btn {
      bottom: 8px;
      position: absolute;
      right: 8px;
      z-index: 4; }
      body #wrapper .d3-table.table-scroll #table-mobile #open-modal-btn i, body #wrapper .searchcontainer.table-scroll #table-mobile #open-modal-btn i {
        color: #b53f00; }
      body #wrapper .d3-table.table-scroll #table-mobile #open-modal-btn:active i, body #wrapper .searchcontainer.table-scroll #table-mobile #open-modal-btn:active i {
        color: #fdfdff; }
      @media only screen and (min-width: 0) {
        body #wrapper .d3-table.table-scroll #table-mobile #open-modal-btn, body #wrapper .searchcontainer.table-scroll #table-mobile #open-modal-btn {
          display: none; } }
      @media only screen and (min-width: 600px) {
        body #wrapper .d3-table.table-scroll #table-mobile #open-modal-btn, body #wrapper .searchcontainer.table-scroll #table-mobile #open-modal-btn {
          display: block; } }
      @media only screen and (min-width: 1008px) {
        body #wrapper .d3-table.table-scroll #table-mobile #open-modal-btn, body #wrapper .searchcontainer.table-scroll #table-mobile #open-modal-btn {
          display: none; } }
  body #wrapper .d3-table.table-scroll .table-container, body #wrapper .searchcontainer.table-scroll .table-container {
    border-radius: 8px;
    max-height: 500px;
    overflow: auto;
    position: relative;
    scrollbar-color: #c4c4c4 transparent;
    scrollbar-width: thin; }
    @media only screen and (min-width: 600px) {
      body #wrapper .d3-table.table-scroll .table-container, body #wrapper .searchcontainer.table-scroll .table-container {
        max-height: 600px; } }
    @media only screen and (min-width: 1008px) {
      body #wrapper .d3-table.table-scroll .table-container, body #wrapper .searchcontainer.table-scroll .table-container {
        margin: 0;
        padding-bottom: 0; } }
    body #wrapper .d3-table.table-scroll .table-container .table-cols, body #wrapper .searchcontainer.table-scroll .table-container .table-cols {
      width: 100%; }
      body #wrapper .d3-table.table-scroll .table-container .table-cols table, body #wrapper .searchcontainer.table-scroll .table-container .table-cols table {
        border-collapse: separate;
        width: max-content !important; }
        body #wrapper .d3-table.table-scroll .table-container .table-cols table thead th:first-child, body #wrapper .searchcontainer.table-scroll .table-container .table-cols table thead th:first-child {
          z-index: 3; }
        body #wrapper .d3-table.table-scroll .table-container .table-cols table thead th, body #wrapper .searchcontainer.table-scroll .table-container .table-cols table thead th {
          border-left: none;
          position: sticky;
          top: 0;
          z-index: 2; }
        body #wrapper .d3-table.table-scroll .table-container .table-cols table thead th + th, body #wrapper .searchcontainer.table-scroll .table-container .table-cols table thead th + th {
          border-left: none; }
        body #wrapper .d3-table.table-scroll .table-container .table-cols table tbody td:first-child, body #wrapper .searchcontainer.table-scroll .table-container .table-cols table tbody td:first-child {
          left: 0;
          position: sticky;
          z-index: 1; }
        body #wrapper .d3-table.table-scroll .table-container .table-cols table th, body #wrapper .d3-table.table-scroll .table-container .table-cols table td, body #wrapper .searchcontainer.table-scroll .table-container .table-cols table th, body #wrapper .searchcontainer.table-scroll .table-container .table-cols table td {
          border-left: thin solid #c4c4c4;
          max-width: 400px;
          min-width: 80px;
          padding: 16px 24px !important;
          text-align: left !important;
          vertical-align: middle !important; }
          body #wrapper .d3-table.table-scroll .table-container .table-cols table th .cell-content, body #wrapper .d3-table.table-scroll .table-container .table-cols table td .cell-content, body #wrapper .searchcontainer.table-scroll .table-container .table-cols table th .cell-content, body #wrapper .searchcontainer.table-scroll .table-container .table-cols table td .cell-content {
            display: block;
            max-width: 400px;
            overflow-wrap: break-word;
            width: 100%;
            word-wrap: break-word; }
        body #wrapper .d3-table.table-scroll .table-container .table-cols table thead th, body #wrapper .d3-table.table-scroll .table-container .table-cols table tbody tr td, body #wrapper .searchcontainer.table-scroll .table-container .table-cols table thead th, body #wrapper .searchcontainer.table-scroll .table-container .table-cols table tbody tr td {
          max-width: 250px;
          min-width: 80px;
          padding: 16px;
          text-align: center; }
          @media only screen and (min-width: 600px) {
            body #wrapper .d3-table.table-scroll .table-container .table-cols table thead th, body #wrapper .d3-table.table-scroll .table-container .table-cols table tbody tr td, body #wrapper .searchcontainer.table-scroll .table-container .table-cols table thead th, body #wrapper .searchcontainer.table-scroll .table-container .table-cols table tbody tr td {
              max-width: 300px; } }
          @media only screen and (min-width: 1008px) {
            body #wrapper .d3-table.table-scroll .table-container .table-cols table thead th, body #wrapper .d3-table.table-scroll .table-container .table-cols table tbody tr td, body #wrapper .searchcontainer.table-scroll .table-container .table-cols table thead th, body #wrapper .searchcontainer.table-scroll .table-container .table-cols table tbody tr td {
              max-width: 400px; } }
          body #wrapper .d3-table.table-scroll .table-container .table-cols table thead th.table-col-1, body #wrapper .d3-table.table-scroll .table-container .table-cols table tbody tr td.table-col-1, body #wrapper .searchcontainer.table-scroll .table-container .table-cols table thead th.table-col-1, body #wrapper .searchcontainer.table-scroll .table-container .table-cols table tbody tr td.table-col-1 {
            clip-path: inset(0 -100px 0 0);
            left: 0;
            max-width: 40vw;
            position: sticky;
            text-align: left;
            transition: box-shadow 0.3s; }
            @media only screen and (min-width: 600px) {
              body #wrapper .d3-table.table-scroll .table-container .table-cols table thead th.table-col-1, body #wrapper .d3-table.table-scroll .table-container .table-cols table tbody tr td.table-col-1, body #wrapper .searchcontainer.table-scroll .table-container .table-cols table thead th.table-col-1, body #wrapper .searchcontainer.table-scroll .table-container .table-cols table tbody tr td.table-col-1 {
                max-width: 250px; } }
            @media only screen and (min-width: 1008px) {
              body #wrapper .d3-table.table-scroll .table-container .table-cols table thead th.table-col-1, body #wrapper .d3-table.table-scroll .table-container .table-cols table tbody tr td.table-col-1, body #wrapper .searchcontainer.table-scroll .table-container .table-cols table thead th.table-col-1, body #wrapper .searchcontainer.table-scroll .table-container .table-cols table tbody tr td.table-col-1 {
                max-width: 400px; } }
            body #wrapper .d3-table.table-scroll .table-container .table-cols table thead th.table-col-1.shadow, body #wrapper .d3-table.table-scroll .table-container .table-cols table tbody tr td.table-col-1.shadow, body #wrapper .searchcontainer.table-scroll .table-container .table-cols table thead th.table-col-1.shadow, body #wrapper .searchcontainer.table-scroll .table-container .table-cols table tbody tr td.table-col-1.shadow {
              -moz-box-shadow: 10px 0px 50px 10px rgba(2, 3, 4, 0.08);
              -webkit-box-shadow: 10px 0px 50px 10px rgba(2, 3, 4, 0.08);
              box-shadow: 10px 0px 50px 10px rgba(2, 3, 4, 0.08);
              clip-path: inset(0 -100px 0 0); }
  body #wrapper .d3-table.table-scroll #modal-mobile, body #wrapper .searchcontainer.table-scroll #modal-mobile {
    background-color: rgba(2, 3, 4, 0.6);
    color: #fdfdff;
    display: none;
    margin-top: 0;
    padding: 16px;
    z-index: 1001; }
    body #wrapper .d3-table.table-scroll #modal-mobile a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-scroll #modal-mobile a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
      color: #d14900;
      border-bottom: 1px solid transparent; }
      body #wrapper .d3-table.table-scroll #modal-mobile a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover, body #wrapper .searchcontainer.table-scroll #modal-mobile a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover {
        border-bottom: 1px solid; }
    body #wrapper .d3-table.table-scroll #modal-mobile a.btn-icon-link .link-text, body #wrapper .d3-table.table-scroll #modal-mobile a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-scroll #modal-mobile a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-scroll #modal-mobile a.btn-icon-link-text .link-text {
      color: #d14900;
      border-bottom: 1px solid transparent; }
      body #wrapper .d3-table.table-scroll #modal-mobile a.btn-icon-link .link-text:hover, body #wrapper .d3-table.table-scroll #modal-mobile a.btn-icon-link-text .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-mobile a.btn-icon-link .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-mobile a.btn-icon-link-text .link-text:hover {
        border-bottom: 1px solid; }
    body #wrapper .d3-table.table-scroll #modal-mobile .hero, body #wrapper .searchcontainer.table-scroll #modal-mobile .hero {
      color: #fdfdff; }
      body #wrapper .d3-table.table-scroll #modal-mobile .hero a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-scroll #modal-mobile .hero a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
        color: #d14900;
        border-bottom: 1px solid transparent; }
        body #wrapper .d3-table.table-scroll #modal-mobile .hero a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover, body #wrapper .searchcontainer.table-scroll #modal-mobile .hero a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover {
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-scroll #modal-mobile .hero a.btn-icon-link .link-text, body #wrapper .d3-table.table-scroll #modal-mobile .hero a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-scroll #modal-mobile .hero a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-scroll #modal-mobile .hero a.btn-icon-link-text .link-text {
        color: #d14900;
        border-bottom: 1px solid transparent; }
        body #wrapper .d3-table.table-scroll #modal-mobile .hero a.btn-icon-link .link-text:hover, body #wrapper .d3-table.table-scroll #modal-mobile .hero a.btn-icon-link-text .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-mobile .hero a.btn-icon-link .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-mobile .hero a.btn-icon-link-text .link-text:hover {
          border-bottom: 1px solid; }
    body #wrapper .d3-table.table-scroll #modal-mobile h1, body #wrapper .d3-table.table-scroll #modal-mobile .title-xl, body #wrapper .searchcontainer.table-scroll #modal-mobile h1, body #wrapper .searchcontainer.table-scroll #modal-mobile .title-xl {
      color: #fdfdff; }
      body #wrapper .d3-table.table-scroll #modal-mobile h1 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table.table-scroll #modal-mobile .title-xl a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-scroll #modal-mobile h1 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-scroll #modal-mobile .title-xl a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
        color: #d14900;
        border-bottom: 1px solid transparent; }
        body #wrapper .d3-table.table-scroll #modal-mobile h1 a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover, body #wrapper .d3-table.table-scroll #modal-mobile .title-xl a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover, body #wrapper .searchcontainer.table-scroll #modal-mobile h1 a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover, body #wrapper .searchcontainer.table-scroll #modal-mobile .title-xl a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover {
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-scroll #modal-mobile h1 a.btn-icon-link .link-text, body #wrapper .d3-table.table-scroll #modal-mobile h1 a.btn-icon-link-text .link-text, body #wrapper .d3-table.table-scroll #modal-mobile .title-xl a.btn-icon-link .link-text, body #wrapper .d3-table.table-scroll #modal-mobile .title-xl a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-scroll #modal-mobile h1 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-scroll #modal-mobile h1 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-scroll #modal-mobile .title-xl a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-scroll #modal-mobile .title-xl a.btn-icon-link-text .link-text {
        color: #d14900;
        border-bottom: 1px solid transparent; }
        body #wrapper .d3-table.table-scroll #modal-mobile h1 a.btn-icon-link .link-text:hover, body #wrapper .d3-table.table-scroll #modal-mobile h1 a.btn-icon-link-text .link-text:hover, body #wrapper .d3-table.table-scroll #modal-mobile .title-xl a.btn-icon-link .link-text:hover, body #wrapper .d3-table.table-scroll #modal-mobile .title-xl a.btn-icon-link-text .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-mobile h1 a.btn-icon-link .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-mobile h1 a.btn-icon-link-text .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-mobile .title-xl a.btn-icon-link .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-mobile .title-xl a.btn-icon-link-text .link-text:hover {
          border-bottom: 1px solid; }
    body #wrapper .d3-table.table-scroll #modal-mobile h2, body #wrapper .d3-table.table-scroll #modal-mobile .title-lg, body #wrapper .searchcontainer.table-scroll #modal-mobile h2, body #wrapper .searchcontainer.table-scroll #modal-mobile .title-lg {
      color: #fdfdff; }
      body #wrapper .d3-table.table-scroll #modal-mobile h2 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table.table-scroll #modal-mobile .title-lg a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-scroll #modal-mobile h2 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-scroll #modal-mobile .title-lg a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
        color: #d14900;
        border-bottom: 1px solid transparent; }
        body #wrapper .d3-table.table-scroll #modal-mobile h2 a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover, body #wrapper .d3-table.table-scroll #modal-mobile .title-lg a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover, body #wrapper .searchcontainer.table-scroll #modal-mobile h2 a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover, body #wrapper .searchcontainer.table-scroll #modal-mobile .title-lg a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover {
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-scroll #modal-mobile h2 a.btn-icon-link .link-text, body #wrapper .d3-table.table-scroll #modal-mobile h2 a.btn-icon-link-text .link-text, body #wrapper .d3-table.table-scroll #modal-mobile .title-lg a.btn-icon-link .link-text, body #wrapper .d3-table.table-scroll #modal-mobile .title-lg a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-scroll #modal-mobile h2 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-scroll #modal-mobile h2 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-scroll #modal-mobile .title-lg a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-scroll #modal-mobile .title-lg a.btn-icon-link-text .link-text {
        color: #d14900;
        border-bottom: 1px solid transparent; }
        body #wrapper .d3-table.table-scroll #modal-mobile h2 a.btn-icon-link .link-text:hover, body #wrapper .d3-table.table-scroll #modal-mobile h2 a.btn-icon-link-text .link-text:hover, body #wrapper .d3-table.table-scroll #modal-mobile .title-lg a.btn-icon-link .link-text:hover, body #wrapper .d3-table.table-scroll #modal-mobile .title-lg a.btn-icon-link-text .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-mobile h2 a.btn-icon-link .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-mobile h2 a.btn-icon-link-text .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-mobile .title-lg a.btn-icon-link .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-mobile .title-lg a.btn-icon-link-text .link-text:hover {
          border-bottom: 1px solid; }
    body #wrapper .d3-table.table-scroll #modal-mobile h3, body #wrapper .d3-table.table-scroll #modal-mobile .title-md, body #wrapper .searchcontainer.table-scroll #modal-mobile h3, body #wrapper .searchcontainer.table-scroll #modal-mobile .title-md {
      color: #fdfdff; }
      body #wrapper .d3-table.table-scroll #modal-mobile h3 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table.table-scroll #modal-mobile .title-md a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-scroll #modal-mobile h3 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-scroll #modal-mobile .title-md a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
        color: #d14900;
        border-bottom: 1px solid transparent; }
        body #wrapper .d3-table.table-scroll #modal-mobile h3 a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover, body #wrapper .d3-table.table-scroll #modal-mobile .title-md a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover, body #wrapper .searchcontainer.table-scroll #modal-mobile h3 a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover, body #wrapper .searchcontainer.table-scroll #modal-mobile .title-md a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover {
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-scroll #modal-mobile h3 a.btn-icon-link .link-text, body #wrapper .d3-table.table-scroll #modal-mobile h3 a.btn-icon-link-text .link-text, body #wrapper .d3-table.table-scroll #modal-mobile .title-md a.btn-icon-link .link-text, body #wrapper .d3-table.table-scroll #modal-mobile .title-md a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-scroll #modal-mobile h3 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-scroll #modal-mobile h3 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-scroll #modal-mobile .title-md a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-scroll #modal-mobile .title-md a.btn-icon-link-text .link-text {
        color: #d14900;
        border-bottom: 1px solid transparent; }
        body #wrapper .d3-table.table-scroll #modal-mobile h3 a.btn-icon-link .link-text:hover, body #wrapper .d3-table.table-scroll #modal-mobile h3 a.btn-icon-link-text .link-text:hover, body #wrapper .d3-table.table-scroll #modal-mobile .title-md a.btn-icon-link .link-text:hover, body #wrapper .d3-table.table-scroll #modal-mobile .title-md a.btn-icon-link-text .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-mobile h3 a.btn-icon-link .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-mobile h3 a.btn-icon-link-text .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-mobile .title-md a.btn-icon-link .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-mobile .title-md a.btn-icon-link-text .link-text:hover {
          border-bottom: 1px solid; }
    body #wrapper .d3-table.table-scroll #modal-mobile h4, body #wrapper .d3-table.table-scroll #modal-mobile .title-sm, body #wrapper .searchcontainer.table-scroll #modal-mobile h4, body #wrapper .searchcontainer.table-scroll #modal-mobile .title-sm {
      color: #fdfdff; }
      body #wrapper .d3-table.table-scroll #modal-mobile h4 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table.table-scroll #modal-mobile .title-sm a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-scroll #modal-mobile h4 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-scroll #modal-mobile .title-sm a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
        color: #d14900;
        border-bottom: 1px solid transparent; }
        body #wrapper .d3-table.table-scroll #modal-mobile h4 a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover, body #wrapper .d3-table.table-scroll #modal-mobile .title-sm a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover, body #wrapper .searchcontainer.table-scroll #modal-mobile h4 a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover, body #wrapper .searchcontainer.table-scroll #modal-mobile .title-sm a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover {
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-scroll #modal-mobile h4 a.btn-icon-link .link-text, body #wrapper .d3-table.table-scroll #modal-mobile h4 a.btn-icon-link-text .link-text, body #wrapper .d3-table.table-scroll #modal-mobile .title-sm a.btn-icon-link .link-text, body #wrapper .d3-table.table-scroll #modal-mobile .title-sm a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-scroll #modal-mobile h4 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-scroll #modal-mobile h4 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-scroll #modal-mobile .title-sm a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-scroll #modal-mobile .title-sm a.btn-icon-link-text .link-text {
        color: #d14900;
        border-bottom: 1px solid transparent; }
        body #wrapper .d3-table.table-scroll #modal-mobile h4 a.btn-icon-link .link-text:hover, body #wrapper .d3-table.table-scroll #modal-mobile h4 a.btn-icon-link-text .link-text:hover, body #wrapper .d3-table.table-scroll #modal-mobile .title-sm a.btn-icon-link .link-text:hover, body #wrapper .d3-table.table-scroll #modal-mobile .title-sm a.btn-icon-link-text .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-mobile h4 a.btn-icon-link .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-mobile h4 a.btn-icon-link-text .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-mobile .title-sm a.btn-icon-link .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-mobile .title-sm a.btn-icon-link-text .link-text:hover {
          border-bottom: 1px solid; }
    body #wrapper .d3-table.table-scroll #modal-mobile .text-disabled, body #wrapper .searchcontainer.table-scroll #modal-mobile .text-disabled {
      color: #fdfdff; }
    body #wrapper .d3-table.table-scroll #modal-mobile .caption-text, body #wrapper .d3-table.table-scroll #modal-mobile .text-subdued, body #wrapper .searchcontainer.table-scroll #modal-mobile .caption-text, body #wrapper .searchcontainer.table-scroll #modal-mobile .text-subdued {
      color: #fdfdff; }
    body #wrapper .d3-table.table-scroll #modal-mobile .text-caption, body #wrapper .d3-table.table-scroll #modal-mobile caption *, body #wrapper .d3-table.table-scroll #modal-mobile .footer-text, body #wrapper .d3-table.table-scroll #modal-mobile .footer-text *, body #wrapper .searchcontainer.table-scroll #modal-mobile .text-caption, body #wrapper .searchcontainer.table-scroll #modal-mobile caption *, body #wrapper .searchcontainer.table-scroll #modal-mobile .footer-text, body #wrapper .searchcontainer.table-scroll #modal-mobile .footer-text * {
      color: #fdfdff; }
    body #wrapper .d3-table.table-scroll #modal-mobile .btn-icon-link span .link-metadata, body #wrapper .searchcontainer.table-scroll #modal-mobile .btn-icon-link span .link-metadata {
      color: #fdfdff; }
    body #wrapper .d3-table.table-scroll #modal-mobile .d3-text-references p, body #wrapper .d3-table.table-scroll #modal-mobile .d3-text-references li, body #wrapper .searchcontainer.table-scroll #modal-mobile .d3-text-references p, body #wrapper .searchcontainer.table-scroll #modal-mobile .d3-text-references li {
      color: #fdfdff; }
    body #wrapper .d3-table.table-scroll #modal-mobile .chip, body #wrapper .searchcontainer.table-scroll #modal-mobile .chip {
      background-color: #fff9f1;
      color: #b53f00; }
      body #wrapper .d3-table.table-scroll #modal-mobile .chip a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-scroll #modal-mobile .chip a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
        color: #181819;
        border-bottom: 1px solid; }
      body #wrapper .d3-table.table-scroll #modal-mobile .chip a.btn-icon-link .link-text, body #wrapper .d3-table.table-scroll #modal-mobile .chip a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-scroll #modal-mobile .chip a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-scroll #modal-mobile .chip a.btn-icon-link-text .link-text {
        color: #181819;
        border-bottom: 1px solid; }
    body #wrapper .d3-table.table-scroll #modal-mobile .eyebrow, body #wrapper .searchcontainer.table-scroll #modal-mobile .eyebrow {
      color: #fdfdff; }
      body #wrapper .d3-table.table-scroll #modal-mobile .eyebrow a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-scroll #modal-mobile .eyebrow a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
        color: #d14900;
        border-bottom: 1px solid transparent; }
        body #wrapper .d3-table.table-scroll #modal-mobile .eyebrow a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover, body #wrapper .searchcontainer.table-scroll #modal-mobile .eyebrow a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover {
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-scroll #modal-mobile .eyebrow a.btn-icon-link .link-text, body #wrapper .d3-table.table-scroll #modal-mobile .eyebrow a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-scroll #modal-mobile .eyebrow a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-scroll #modal-mobile .eyebrow a.btn-icon-link-text .link-text {
        color: #d14900;
        border-bottom: 1px solid transparent; }
        body #wrapper .d3-table.table-scroll #modal-mobile .eyebrow a.btn-icon-link .link-text:hover, body #wrapper .d3-table.table-scroll #modal-mobile .eyebrow a.btn-icon-link-text .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-mobile .eyebrow a.btn-icon-link .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-mobile .eyebrow a.btn-icon-link-text .link-text:hover {
          border-bottom: 1px solid; }
    body #wrapper .d3-table.table-scroll #modal-mobile .eyebrow-banner, body #wrapper .searchcontainer.table-scroll #modal-mobile .eyebrow-banner {
      color: #fdfdff;
      background-color: rgba(253, 253, 255, 0.1);
      border-color: rgba(253, 253, 255, 0.1); }
      body #wrapper .d3-table.table-scroll #modal-mobile .eyebrow-banner > i, body #wrapper .searchcontainer.table-scroll #modal-mobile .eyebrow-banner > i {
        color: rgba(253, 253, 255, 0.3);
        border-color: rgba(253, 253, 255, 0.1); }
      body #wrapper .d3-table.table-scroll #modal-mobile .eyebrow-banner:hover, body #wrapper .searchcontainer.table-scroll #modal-mobile .eyebrow-banner:hover {
        border-color: rgba(253, 253, 255, 0.3); }
        body #wrapper .d3-table.table-scroll #modal-mobile .eyebrow-banner:hover > i, body #wrapper .searchcontainer.table-scroll #modal-mobile .eyebrow-banner:hover > i {
          color: #fdfdff;
          border-color: rgba(253, 253, 255, 0.3); }
      body #wrapper .d3-table.table-scroll #modal-mobile .eyebrow-banner:active, body #wrapper .searchcontainer.table-scroll #modal-mobile .eyebrow-banner:active {
        background-color: rgba(253, 253, 255, 0.3);
        border-color: rgba(253, 253, 255, 0.3); }
        body #wrapper .d3-table.table-scroll #modal-mobile .eyebrow-banner:active > i, body #wrapper .searchcontainer.table-scroll #modal-mobile .eyebrow-banner:active > i {
          color: #fdfdff;
          border-color: rgba(253, 253, 255, 0.3); }
      body #wrapper .d3-table.table-scroll #modal-mobile .eyebrow-banner:focus, body #wrapper .searchcontainer.table-scroll #modal-mobile .eyebrow-banner:focus {
        background-color: rgba(253, 253, 255, 0.3);
        border-color: rgba(253, 253, 255, 0.3);
        -moz-box-shadow: 0 0 0 2px #d14900;
        -webkit-box-shadow: 0 0 0 2px #d14900;
        box-shadow: 0 0 0 2px #d14900; }
        body #wrapper .d3-table.table-scroll #modal-mobile .eyebrow-banner:focus > i, body #wrapper .searchcontainer.table-scroll #modal-mobile .eyebrow-banner:focus > i {
          color: #fdfdff;
          border-color: rgba(253, 253, 255, 0.4); }
      body #wrapper .d3-table.table-scroll #modal-mobile .eyebrow-banner-fill, body #wrapper .searchcontainer.table-scroll #modal-mobile .eyebrow-banner-fill {
        color: #020304;
        background-color: rgba(253, 253, 255, 0.6);
        border-color: rgba(253, 253, 255, 0.4); }
        body #wrapper .d3-table.table-scroll #modal-mobile .eyebrow-banner-fill > i, body #wrapper .searchcontainer.table-scroll #modal-mobile .eyebrow-banner-fill > i {
          color: #020304;
          border-color: rgba(253, 253, 255, 0.4); }
        body #wrapper .d3-table.table-scroll #modal-mobile .eyebrow-banner-fill:hover, body #wrapper .searchcontainer.table-scroll #modal-mobile .eyebrow-banner-fill:hover {
          background-color: rgba(253, 253, 255, 0.7);
          border-color: rgba(253, 253, 255, 0.5); }
          body #wrapper .d3-table.table-scroll #modal-mobile .eyebrow-banner-fill:hover > i, body #wrapper .searchcontainer.table-scroll #modal-mobile .eyebrow-banner-fill:hover > i {
            border-color: rgba(253, 253, 255, 0.5); }
        body #wrapper .d3-table.table-scroll #modal-mobile .eyebrow-banner-fill:active, body #wrapper .searchcontainer.table-scroll #modal-mobile .eyebrow-banner-fill:active {
          background-color: rgba(253, 253, 255, 0.9);
          border-color: rgba(253, 253, 255, 0.7); }
          body #wrapper .d3-table.table-scroll #modal-mobile .eyebrow-banner-fill:active > i, body #wrapper .searchcontainer.table-scroll #modal-mobile .eyebrow-banner-fill:active > i {
            border-color: rgba(253, 253, 255, 0.7); }
        body #wrapper .d3-table.table-scroll #modal-mobile .eyebrow-banner-fill:focus, body #wrapper .searchcontainer.table-scroll #modal-mobile .eyebrow-banner-fill:focus {
          border-color: rgba(253, 253, 255, 0.5);
          -moz-box-shadow: 0 0 0 2px #d14900;
          -webkit-box-shadow: 0 0 0 2px #d14900;
          box-shadow: 0 0 0 2px #d14900; }
          body #wrapper .d3-table.table-scroll #modal-mobile .eyebrow-banner-fill:focus > i, body #wrapper .searchcontainer.table-scroll #modal-mobile .eyebrow-banner-fill:focus > i {
            border-color: rgba(253, 253, 255, 0.5); }
    body #wrapper .d3-table.table-scroll #modal-mobile .circle, body #wrapper .searchcontainer.table-scroll #modal-mobile .circle {
      background-color: #fff9f1;
      color: #b53f00; }
      body #wrapper .d3-table.table-scroll #modal-mobile .circle a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-scroll #modal-mobile .circle a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
        color: #181819;
        border-bottom: 1px solid; }
      body #wrapper .d3-table.table-scroll #modal-mobile .circle a.btn-icon-link .link-text, body #wrapper .d3-table.table-scroll #modal-mobile .circle a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-scroll #modal-mobile .circle a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-scroll #modal-mobile .circle a.btn-icon-link-text .link-text {
        color: #181819;
        border-bottom: 1px solid; }
    body #wrapper .d3-table.table-scroll #modal-mobile .btn-ghost, body #wrapper .searchcontainer.table-scroll #modal-mobile .btn-ghost {
      color: #fdfdff; }
      body #wrapper .d3-table.table-scroll #modal-mobile .btn-ghost:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-scroll #modal-mobile .btn-ghost:not(:disabled):not(.disabled):not(:active):focus {
        border-color: #fdfdff;
        -moz-box-shadow: 0 0 0 3px #f98315;
        -webkit-box-shadow: 0 0 0 3px #f98315;
        box-shadow: 0 0 0 3px #f98315; }
      body #wrapper .d3-table.table-scroll #modal-mobile .btn-ghost:not(:disabled):not(.disabled):not(.compact):hover, body #wrapper .searchcontainer.table-scroll #modal-mobile .btn-ghost:not(:disabled):not(.disabled):not(.compact):hover {
        background-color: rgba(253, 253, 255, 0.1);
        color: #fdfdff; }
      body #wrapper .d3-table.table-scroll #modal-mobile .btn-ghost:not(:disabled):not(.disabled):not(.compact):active, body #wrapper .d3-table.table-scroll #modal-mobile .btn-ghost:not(:disabled):not(.disabled):not(.compact).active, body #wrapper .searchcontainer.table-scroll #modal-mobile .btn-ghost:not(:disabled):not(.disabled):not(.compact):active, body #wrapper .searchcontainer.table-scroll #modal-mobile .btn-ghost:not(:disabled):not(.disabled):not(.compact).active {
        color: #fdfdff; }
      body #wrapper .d3-table.table-scroll #modal-mobile .btn-ghost.sec-palette:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-scroll #modal-mobile .btn-ghost.sec-palette:not(:disabled):not(.disabled):not(:active):focus {
        border-color: #fdfdff;
        -moz-box-shadow: 0 0 0 3px #ccced5;
        -webkit-box-shadow: 0 0 0 3px #ccced5;
        box-shadow: 0 0 0 3px #ccced5; }
    body #wrapper .d3-table.table-scroll #modal-mobile .btn-inverted, body #wrapper .searchcontainer.table-scroll #modal-mobile .btn-inverted {
      border-color: #fdfdff;
      color: #fdfdff;
      -moz-box-shadow: 0 0 0 1px #fdfdff inset;
      -webkit-box-shadow: 0 0 0 1px #fdfdff inset;
      box-shadow: 0 0 0 1px #fdfdff inset;
      background-color: transparent; }
      body #wrapper .d3-table.table-scroll #modal-mobile .btn-inverted:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-scroll #modal-mobile .btn-inverted:not(:disabled):not(.disabled):not(:active):focus {
        border-color: #fdfdff;
        -moz-box-shadow: 0 0 0 3px #f98315;
        -webkit-box-shadow: 0 0 0 3px #f98315;
        box-shadow: 0 0 0 3px #f98315; }
      body #wrapper .d3-table.table-scroll #modal-mobile .btn-inverted:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-scroll #modal-mobile .btn-inverted:not(:disabled):not(.disabled):not(:active):focus {
        -moz-box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 3px #ffc06e;
        -webkit-box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 3px #ffc06e;
        box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 3px #ffc06e;
        background-color: transparent;
        border-color: #fdfdff;
        color: #fdfdff; }
      body #wrapper .d3-table.table-scroll #modal-mobile .btn-inverted:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-scroll #modal-mobile .btn-inverted:not(:disabled):not(.disabled):hover {
        background-color: #fdfdff;
        color: #181819;
        border-color: #fdfdff;
        -moz-box-shadow: 0 0 0 0 #fdfdff;
        -webkit-box-shadow: 0 0 0 0 #fdfdff;
        box-shadow: 0 0 0 0 #fdfdff; }
      body #wrapper .d3-table.table-scroll #modal-mobile .btn-inverted:not(:disabled):not(.disabled):active, body #wrapper .d3-table.table-scroll #modal-mobile .btn-inverted:not(:disabled):not(.disabled).active, body #wrapper .searchcontainer.table-scroll #modal-mobile .btn-inverted:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-scroll #modal-mobile .btn-inverted:not(:disabled):not(.disabled).active {
        background-color: #fdfdff;
        color: #181819; }
      body #wrapper .d3-table.table-scroll #modal-mobile .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-scroll #modal-mobile .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus {
        border-color: #fdfdff;
        -moz-box-shadow: 0 0 0 3px #ccced5;
        -webkit-box-shadow: 0 0 0 3px #ccced5;
        box-shadow: 0 0 0 3px #ccced5; }
      body #wrapper .d3-table.table-scroll #modal-mobile .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-scroll #modal-mobile .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus {
        -moz-box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 3px #dde0e7;
        -webkit-box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 3px #dde0e7;
        box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 3px #dde0e7;
        background-color: transparent;
        border-color: #fdfdff;
        color: #fdfdff; }
    body #wrapper .d3-table.table-scroll #modal-mobile .icon-btn.social-icon:not(:disabled):not(.disabled), body #wrapper .searchcontainer.table-scroll #modal-mobile .icon-btn.social-icon:not(:disabled):not(.disabled) {
      color: #fdfdff;
      border: none;
      background-color: rgba(253, 253, 255, 0.1); }
      body #wrapper .d3-table.table-scroll #modal-mobile .icon-btn.social-icon:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-scroll #modal-mobile .icon-btn.social-icon:not(:disabled):not(.disabled):hover {
        background-color: rgba(253, 253, 255, 0.2); }
      body #wrapper .d3-table.table-scroll #modal-mobile .icon-btn.social-icon:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-scroll #modal-mobile .icon-btn.social-icon:not(:disabled):not(.disabled):active {
        background-color: rgba(253, 253, 255, 0.3); }
    body #wrapper .d3-table.table-scroll #modal-mobile .icon-btn.pagination-btn, body #wrapper .searchcontainer.table-scroll #modal-mobile .icon-btn.pagination-btn {
      border-radius: 80px !important; }
      body #wrapper .d3-table.table-scroll #modal-mobile .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-scroll #modal-mobile .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus {
        border-color: #fdfdff;
        -moz-box-shadow: 0 0 0 3px #f98315;
        -webkit-box-shadow: 0 0 0 3px #f98315;
        box-shadow: 0 0 0 3px #f98315; }
      body #wrapper .d3-table.table-scroll #modal-mobile .icon-btn.pagination-btn:not(:disabled):not(.disabled), body #wrapper .searchcontainer.table-scroll #modal-mobile .icon-btn.pagination-btn:not(:disabled):not(.disabled) {
        color: #fdfdff;
        border-color: rgba(253, 253, 255, 0.3);
        background-color: rgba(253, 253, 255, 0.05); }
        body #wrapper .d3-table.table-scroll #modal-mobile .icon-btn.pagination-btn:not(:disabled):not(.disabled):hover, body #wrapper .d3-table.table-scroll #modal-mobile .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-scroll #modal-mobile .icon-btn.pagination-btn:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-scroll #modal-mobile .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus {
          background-color: rgba(253, 253, 255, 0.2); }
        body #wrapper .d3-table.table-scroll #modal-mobile .icon-btn.pagination-btn:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-scroll #modal-mobile .icon-btn.pagination-btn:not(:disabled):not(.disabled):active {
          background-color: rgba(253, 253, 255, 0.3);
          color: #fdfdff; }
      body #wrapper .d3-table.table-scroll #modal-mobile .icon-btn.pagination-btn:disabled, body #wrapper .d3-table.table-scroll #modal-mobile .icon-btn.pagination-btn.disabled, body #wrapper .searchcontainer.table-scroll #modal-mobile .icon-btn.pagination-btn:disabled, body #wrapper .searchcontainer.table-scroll #modal-mobile .icon-btn.pagination-btn.disabled {
        background-color: #919191 !important;
        border-color: rgba(253, 253, 255, 0.3) !important;
        color: #dedede !important; }
    body #wrapper .d3-table.table-scroll #modal-mobile .utility-btn:not(:disabled):not(.disabled), body #wrapper .searchcontainer.table-scroll #modal-mobile .utility-btn:not(:disabled):not(.disabled) {
      background-color: transparent;
      border-color: #fdfdff;
      color: #fdfdff; }
      body #wrapper .d3-table.table-scroll #modal-mobile .utility-btn:not(:disabled):not(.disabled):hover, body #wrapper .d3-table.table-scroll #modal-mobile .utility-btn:not(:disabled):not(.disabled):active, body #wrapper .d3-table.table-scroll #modal-mobile .utility-btn:not(:disabled):not(.disabled):focus, body #wrapper .searchcontainer.table-scroll #modal-mobile .utility-btn:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-scroll #modal-mobile .utility-btn:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-scroll #modal-mobile .utility-btn:not(:disabled):not(.disabled):focus {
        border-color: #fdfdff; }
      body #wrapper .d3-table.table-scroll #modal-mobile .utility-btn:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-scroll #modal-mobile .utility-btn:not(:disabled):not(.disabled):hover {
        -moz-box-shadow: 0 0 0 1px #fdfdff inset;
        -webkit-box-shadow: 0 0 0 1px #fdfdff inset;
        box-shadow: 0 0 0 1px #fdfdff inset; }
      body #wrapper .d3-table.table-scroll #modal-mobile .utility-btn:not(:disabled):not(.disabled):focus, body #wrapper .searchcontainer.table-scroll #modal-mobile .utility-btn:not(:disabled):not(.disabled):focus {
        -moz-box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 2px #c64500;
        -webkit-box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 2px #c64500;
        box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 2px #c64500; }
      body #wrapper .d3-table.table-scroll #modal-mobile .utility-btn:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-scroll #modal-mobile .utility-btn:not(:disabled):not(.disabled):active {
        background-color: rgba(253, 253, 255, 0.1);
        color: #fdfdff; }
    body #wrapper .d3-table.table-scroll #modal-mobile .d3-switch .switch input:checked + .slider, body #wrapper .searchcontainer.table-scroll #modal-mobile .d3-switch .switch input:checked + .slider {
      -moz-box-shadow: 0 0 0 1px #fdfdff inset;
      -webkit-box-shadow: 0 0 0 1px #fdfdff inset;
      box-shadow: 0 0 0 1px #fdfdff inset; }
    body #wrapper .d3-table.table-scroll #modal-mobile.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
    body #wrapper .d3-table.table-scroll #modal-mobile .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
    body #wrapper .d3-table.table-scroll #modal-mobile .d3-slider.not-card-slider .slider-controls ol.slider-indicators li, body #wrapper .searchcontainer.table-scroll #modal-mobile.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
    body #wrapper .searchcontainer.table-scroll #modal-mobile .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
    body #wrapper .searchcontainer.table-scroll #modal-mobile .d3-slider.not-card-slider .slider-controls ol.slider-indicators li {
      background-color: rgba(253, 253, 255, 0.2); }
      body #wrapper .d3-table.table-scroll #modal-mobile.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
      body #wrapper .d3-table.table-scroll #modal-mobile .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
      body #wrapper .d3-table.table-scroll #modal-mobile .d3-slider.not-card-slider .slider-controls ol.slider-indicators li.active, body #wrapper .searchcontainer.table-scroll #modal-mobile.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
      body #wrapper .searchcontainer.table-scroll #modal-mobile .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
      body #wrapper .searchcontainer.table-scroll #modal-mobile .d3-slider.not-card-slider .slider-controls ol.slider-indicators li.active {
        background-color: #fdfdff; }
    body #wrapper .d3-table.table-scroll #modal-mobile .modal-content, body #wrapper .searchcontainer.table-scroll #modal-mobile .modal-content {
      align-items: center;
      background-color: transparent;
      display: flex;
      justify-content: center; }
  body #wrapper .d3-table.table-scroll #open-modal-btn-mobile, body #wrapper .searchcontainer.table-scroll #open-modal-btn-mobile {
    align-items: center;
    border: 2px solid;
    border-radius: 8px;
    color: #fdfdff;
    display: flex;
    gap: 8px;
    justify-content: center;
    width: max-content; }
  body #wrapper .d3-table.table-scroll #modal-table, body #wrapper .searchcontainer.table-scroll #modal-table {
    background-color: rgba(2, 3, 4, 0.6);
    color: #fdfdff;
    display: none;
    margin-top: 0;
    padding: 16px; }
    body #wrapper .d3-table.table-scroll #modal-table a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-scroll #modal-table a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
      color: #d14900;
      border-bottom: 1px solid transparent; }
      body #wrapper .d3-table.table-scroll #modal-table a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover, body #wrapper .searchcontainer.table-scroll #modal-table a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover {
        border-bottom: 1px solid; }
    body #wrapper .d3-table.table-scroll #modal-table a.btn-icon-link .link-text, body #wrapper .d3-table.table-scroll #modal-table a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-scroll #modal-table a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-scroll #modal-table a.btn-icon-link-text .link-text {
      color: #d14900;
      border-bottom: 1px solid transparent; }
      body #wrapper .d3-table.table-scroll #modal-table a.btn-icon-link .link-text:hover, body #wrapper .d3-table.table-scroll #modal-table a.btn-icon-link-text .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-table a.btn-icon-link .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-table a.btn-icon-link-text .link-text:hover {
        border-bottom: 1px solid; }
    body #wrapper .d3-table.table-scroll #modal-table .hero, body #wrapper .searchcontainer.table-scroll #modal-table .hero {
      color: #fdfdff; }
      body #wrapper .d3-table.table-scroll #modal-table .hero a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-scroll #modal-table .hero a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
        color: #d14900;
        border-bottom: 1px solid transparent; }
        body #wrapper .d3-table.table-scroll #modal-table .hero a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover, body #wrapper .searchcontainer.table-scroll #modal-table .hero a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover {
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-scroll #modal-table .hero a.btn-icon-link .link-text, body #wrapper .d3-table.table-scroll #modal-table .hero a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-scroll #modal-table .hero a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-scroll #modal-table .hero a.btn-icon-link-text .link-text {
        color: #d14900;
        border-bottom: 1px solid transparent; }
        body #wrapper .d3-table.table-scroll #modal-table .hero a.btn-icon-link .link-text:hover, body #wrapper .d3-table.table-scroll #modal-table .hero a.btn-icon-link-text .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-table .hero a.btn-icon-link .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-table .hero a.btn-icon-link-text .link-text:hover {
          border-bottom: 1px solid; }
    body #wrapper .d3-table.table-scroll #modal-table h1, body #wrapper .d3-table.table-scroll #modal-table .title-xl, body #wrapper .searchcontainer.table-scroll #modal-table h1, body #wrapper .searchcontainer.table-scroll #modal-table .title-xl {
      color: #fdfdff; }
      body #wrapper .d3-table.table-scroll #modal-table h1 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table.table-scroll #modal-table .title-xl a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-scroll #modal-table h1 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-scroll #modal-table .title-xl a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
        color: #d14900;
        border-bottom: 1px solid transparent; }
        body #wrapper .d3-table.table-scroll #modal-table h1 a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover, body #wrapper .d3-table.table-scroll #modal-table .title-xl a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover, body #wrapper .searchcontainer.table-scroll #modal-table h1 a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover, body #wrapper .searchcontainer.table-scroll #modal-table .title-xl a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover {
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-scroll #modal-table h1 a.btn-icon-link .link-text, body #wrapper .d3-table.table-scroll #modal-table h1 a.btn-icon-link-text .link-text, body #wrapper .d3-table.table-scroll #modal-table .title-xl a.btn-icon-link .link-text, body #wrapper .d3-table.table-scroll #modal-table .title-xl a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-scroll #modal-table h1 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-scroll #modal-table h1 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-scroll #modal-table .title-xl a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-scroll #modal-table .title-xl a.btn-icon-link-text .link-text {
        color: #d14900;
        border-bottom: 1px solid transparent; }
        body #wrapper .d3-table.table-scroll #modal-table h1 a.btn-icon-link .link-text:hover, body #wrapper .d3-table.table-scroll #modal-table h1 a.btn-icon-link-text .link-text:hover, body #wrapper .d3-table.table-scroll #modal-table .title-xl a.btn-icon-link .link-text:hover, body #wrapper .d3-table.table-scroll #modal-table .title-xl a.btn-icon-link-text .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-table h1 a.btn-icon-link .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-table h1 a.btn-icon-link-text .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-table .title-xl a.btn-icon-link .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-table .title-xl a.btn-icon-link-text .link-text:hover {
          border-bottom: 1px solid; }
    body #wrapper .d3-table.table-scroll #modal-table h2, body #wrapper .d3-table.table-scroll #modal-table .title-lg, body #wrapper .searchcontainer.table-scroll #modal-table h2, body #wrapper .searchcontainer.table-scroll #modal-table .title-lg {
      color: #fdfdff; }
      body #wrapper .d3-table.table-scroll #modal-table h2 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table.table-scroll #modal-table .title-lg a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-scroll #modal-table h2 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-scroll #modal-table .title-lg a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
        color: #d14900;
        border-bottom: 1px solid transparent; }
        body #wrapper .d3-table.table-scroll #modal-table h2 a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover, body #wrapper .d3-table.table-scroll #modal-table .title-lg a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover, body #wrapper .searchcontainer.table-scroll #modal-table h2 a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover, body #wrapper .searchcontainer.table-scroll #modal-table .title-lg a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover {
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-scroll #modal-table h2 a.btn-icon-link .link-text, body #wrapper .d3-table.table-scroll #modal-table h2 a.btn-icon-link-text .link-text, body #wrapper .d3-table.table-scroll #modal-table .title-lg a.btn-icon-link .link-text, body #wrapper .d3-table.table-scroll #modal-table .title-lg a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-scroll #modal-table h2 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-scroll #modal-table h2 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-scroll #modal-table .title-lg a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-scroll #modal-table .title-lg a.btn-icon-link-text .link-text {
        color: #d14900;
        border-bottom: 1px solid transparent; }
        body #wrapper .d3-table.table-scroll #modal-table h2 a.btn-icon-link .link-text:hover, body #wrapper .d3-table.table-scroll #modal-table h2 a.btn-icon-link-text .link-text:hover, body #wrapper .d3-table.table-scroll #modal-table .title-lg a.btn-icon-link .link-text:hover, body #wrapper .d3-table.table-scroll #modal-table .title-lg a.btn-icon-link-text .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-table h2 a.btn-icon-link .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-table h2 a.btn-icon-link-text .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-table .title-lg a.btn-icon-link .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-table .title-lg a.btn-icon-link-text .link-text:hover {
          border-bottom: 1px solid; }
    body #wrapper .d3-table.table-scroll #modal-table h3, body #wrapper .d3-table.table-scroll #modal-table .title-md, body #wrapper .searchcontainer.table-scroll #modal-table h3, body #wrapper .searchcontainer.table-scroll #modal-table .title-md {
      color: #fdfdff; }
      body #wrapper .d3-table.table-scroll #modal-table h3 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table.table-scroll #modal-table .title-md a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-scroll #modal-table h3 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-scroll #modal-table .title-md a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
        color: #d14900;
        border-bottom: 1px solid transparent; }
        body #wrapper .d3-table.table-scroll #modal-table h3 a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover, body #wrapper .d3-table.table-scroll #modal-table .title-md a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover, body #wrapper .searchcontainer.table-scroll #modal-table h3 a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover, body #wrapper .searchcontainer.table-scroll #modal-table .title-md a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover {
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-scroll #modal-table h3 a.btn-icon-link .link-text, body #wrapper .d3-table.table-scroll #modal-table h3 a.btn-icon-link-text .link-text, body #wrapper .d3-table.table-scroll #modal-table .title-md a.btn-icon-link .link-text, body #wrapper .d3-table.table-scroll #modal-table .title-md a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-scroll #modal-table h3 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-scroll #modal-table h3 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-scroll #modal-table .title-md a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-scroll #modal-table .title-md a.btn-icon-link-text .link-text {
        color: #d14900;
        border-bottom: 1px solid transparent; }
        body #wrapper .d3-table.table-scroll #modal-table h3 a.btn-icon-link .link-text:hover, body #wrapper .d3-table.table-scroll #modal-table h3 a.btn-icon-link-text .link-text:hover, body #wrapper .d3-table.table-scroll #modal-table .title-md a.btn-icon-link .link-text:hover, body #wrapper .d3-table.table-scroll #modal-table .title-md a.btn-icon-link-text .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-table h3 a.btn-icon-link .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-table h3 a.btn-icon-link-text .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-table .title-md a.btn-icon-link .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-table .title-md a.btn-icon-link-text .link-text:hover {
          border-bottom: 1px solid; }
    body #wrapper .d3-table.table-scroll #modal-table h4, body #wrapper .d3-table.table-scroll #modal-table .title-sm, body #wrapper .searchcontainer.table-scroll #modal-table h4, body #wrapper .searchcontainer.table-scroll #modal-table .title-sm {
      color: #fdfdff; }
      body #wrapper .d3-table.table-scroll #modal-table h4 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table.table-scroll #modal-table .title-sm a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-scroll #modal-table h4 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-scroll #modal-table .title-sm a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
        color: #d14900;
        border-bottom: 1px solid transparent; }
        body #wrapper .d3-table.table-scroll #modal-table h4 a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover, body #wrapper .d3-table.table-scroll #modal-table .title-sm a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover, body #wrapper .searchcontainer.table-scroll #modal-table h4 a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover, body #wrapper .searchcontainer.table-scroll #modal-table .title-sm a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover {
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-scroll #modal-table h4 a.btn-icon-link .link-text, body #wrapper .d3-table.table-scroll #modal-table h4 a.btn-icon-link-text .link-text, body #wrapper .d3-table.table-scroll #modal-table .title-sm a.btn-icon-link .link-text, body #wrapper .d3-table.table-scroll #modal-table .title-sm a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-scroll #modal-table h4 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-scroll #modal-table h4 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-scroll #modal-table .title-sm a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-scroll #modal-table .title-sm a.btn-icon-link-text .link-text {
        color: #d14900;
        border-bottom: 1px solid transparent; }
        body #wrapper .d3-table.table-scroll #modal-table h4 a.btn-icon-link .link-text:hover, body #wrapper .d3-table.table-scroll #modal-table h4 a.btn-icon-link-text .link-text:hover, body #wrapper .d3-table.table-scroll #modal-table .title-sm a.btn-icon-link .link-text:hover, body #wrapper .d3-table.table-scroll #modal-table .title-sm a.btn-icon-link-text .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-table h4 a.btn-icon-link .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-table h4 a.btn-icon-link-text .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-table .title-sm a.btn-icon-link .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-table .title-sm a.btn-icon-link-text .link-text:hover {
          border-bottom: 1px solid; }
    body #wrapper .d3-table.table-scroll #modal-table .text-disabled, body #wrapper .searchcontainer.table-scroll #modal-table .text-disabled {
      color: #fdfdff; }
    body #wrapper .d3-table.table-scroll #modal-table .caption-text, body #wrapper .d3-table.table-scroll #modal-table .text-subdued, body #wrapper .searchcontainer.table-scroll #modal-table .caption-text, body #wrapper .searchcontainer.table-scroll #modal-table .text-subdued {
      color: #fdfdff; }
    body #wrapper .d3-table.table-scroll #modal-table .text-caption, body #wrapper .d3-table.table-scroll #modal-table caption *, body #wrapper .d3-table.table-scroll #modal-table .footer-text, body #wrapper .d3-table.table-scroll #modal-table .footer-text *, body #wrapper .searchcontainer.table-scroll #modal-table .text-caption, body #wrapper .searchcontainer.table-scroll #modal-table caption *, body #wrapper .searchcontainer.table-scroll #modal-table .footer-text, body #wrapper .searchcontainer.table-scroll #modal-table .footer-text * {
      color: #fdfdff; }
    body #wrapper .d3-table.table-scroll #modal-table .btn-icon-link span .link-metadata, body #wrapper .searchcontainer.table-scroll #modal-table .btn-icon-link span .link-metadata {
      color: #fdfdff; }
    body #wrapper .d3-table.table-scroll #modal-table .d3-text-references p, body #wrapper .d3-table.table-scroll #modal-table .d3-text-references li, body #wrapper .searchcontainer.table-scroll #modal-table .d3-text-references p, body #wrapper .searchcontainer.table-scroll #modal-table .d3-text-references li {
      color: #fdfdff; }
    body #wrapper .d3-table.table-scroll #modal-table .chip, body #wrapper .searchcontainer.table-scroll #modal-table .chip {
      background-color: #fff9f1;
      color: #b53f00; }
      body #wrapper .d3-table.table-scroll #modal-table .chip a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-scroll #modal-table .chip a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
        color: #181819;
        border-bottom: 1px solid; }
      body #wrapper .d3-table.table-scroll #modal-table .chip a.btn-icon-link .link-text, body #wrapper .d3-table.table-scroll #modal-table .chip a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-scroll #modal-table .chip a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-scroll #modal-table .chip a.btn-icon-link-text .link-text {
        color: #181819;
        border-bottom: 1px solid; }
    body #wrapper .d3-table.table-scroll #modal-table .eyebrow, body #wrapper .searchcontainer.table-scroll #modal-table .eyebrow {
      color: #fdfdff; }
      body #wrapper .d3-table.table-scroll #modal-table .eyebrow a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-scroll #modal-table .eyebrow a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
        color: #d14900;
        border-bottom: 1px solid transparent; }
        body #wrapper .d3-table.table-scroll #modal-table .eyebrow a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover, body #wrapper .searchcontainer.table-scroll #modal-table .eyebrow a:not(.btn):not(.btn-icon-link-text):not([role=button]):hover {
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-scroll #modal-table .eyebrow a.btn-icon-link .link-text, body #wrapper .d3-table.table-scroll #modal-table .eyebrow a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-scroll #modal-table .eyebrow a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-scroll #modal-table .eyebrow a.btn-icon-link-text .link-text {
        color: #d14900;
        border-bottom: 1px solid transparent; }
        body #wrapper .d3-table.table-scroll #modal-table .eyebrow a.btn-icon-link .link-text:hover, body #wrapper .d3-table.table-scroll #modal-table .eyebrow a.btn-icon-link-text .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-table .eyebrow a.btn-icon-link .link-text:hover, body #wrapper .searchcontainer.table-scroll #modal-table .eyebrow a.btn-icon-link-text .link-text:hover {
          border-bottom: 1px solid; }
    body #wrapper .d3-table.table-scroll #modal-table .eyebrow-banner, body #wrapper .searchcontainer.table-scroll #modal-table .eyebrow-banner {
      color: #fdfdff;
      background-color: rgba(253, 253, 255, 0.1);
      border-color: rgba(253, 253, 255, 0.1); }
      body #wrapper .d3-table.table-scroll #modal-table .eyebrow-banner > i, body #wrapper .searchcontainer.table-scroll #modal-table .eyebrow-banner > i {
        color: rgba(253, 253, 255, 0.3);
        border-color: rgba(253, 253, 255, 0.1); }
      body #wrapper .d3-table.table-scroll #modal-table .eyebrow-banner:hover, body #wrapper .searchcontainer.table-scroll #modal-table .eyebrow-banner:hover {
        border-color: rgba(253, 253, 255, 0.3); }
        body #wrapper .d3-table.table-scroll #modal-table .eyebrow-banner:hover > i, body #wrapper .searchcontainer.table-scroll #modal-table .eyebrow-banner:hover > i {
          color: #fdfdff;
          border-color: rgba(253, 253, 255, 0.3); }
      body #wrapper .d3-table.table-scroll #modal-table .eyebrow-banner:active, body #wrapper .searchcontainer.table-scroll #modal-table .eyebrow-banner:active {
        background-color: rgba(253, 253, 255, 0.3);
        border-color: rgba(253, 253, 255, 0.3); }
        body #wrapper .d3-table.table-scroll #modal-table .eyebrow-banner:active > i, body #wrapper .searchcontainer.table-scroll #modal-table .eyebrow-banner:active > i {
          color: #fdfdff;
          border-color: rgba(253, 253, 255, 0.3); }
      body #wrapper .d3-table.table-scroll #modal-table .eyebrow-banner:focus, body #wrapper .searchcontainer.table-scroll #modal-table .eyebrow-banner:focus {
        background-color: rgba(253, 253, 255, 0.3);
        border-color: rgba(253, 253, 255, 0.3);
        -moz-box-shadow: 0 0 0 2px #d14900;
        -webkit-box-shadow: 0 0 0 2px #d14900;
        box-shadow: 0 0 0 2px #d14900; }
        body #wrapper .d3-table.table-scroll #modal-table .eyebrow-banner:focus > i, body #wrapper .searchcontainer.table-scroll #modal-table .eyebrow-banner:focus > i {
          color: #fdfdff;
          border-color: rgba(253, 253, 255, 0.4); }
      body #wrapper .d3-table.table-scroll #modal-table .eyebrow-banner-fill, body #wrapper .searchcontainer.table-scroll #modal-table .eyebrow-banner-fill {
        color: #020304;
        background-color: rgba(253, 253, 255, 0.6);
        border-color: rgba(253, 253, 255, 0.4); }
        body #wrapper .d3-table.table-scroll #modal-table .eyebrow-banner-fill > i, body #wrapper .searchcontainer.table-scroll #modal-table .eyebrow-banner-fill > i {
          color: #020304;
          border-color: rgba(253, 253, 255, 0.4); }
        body #wrapper .d3-table.table-scroll #modal-table .eyebrow-banner-fill:hover, body #wrapper .searchcontainer.table-scroll #modal-table .eyebrow-banner-fill:hover {
          background-color: rgba(253, 253, 255, 0.7);
          border-color: rgba(253, 253, 255, 0.5); }
          body #wrapper .d3-table.table-scroll #modal-table .eyebrow-banner-fill:hover > i, body #wrapper .searchcontainer.table-scroll #modal-table .eyebrow-banner-fill:hover > i {
            border-color: rgba(253, 253, 255, 0.5); }
        body #wrapper .d3-table.table-scroll #modal-table .eyebrow-banner-fill:active, body #wrapper .searchcontainer.table-scroll #modal-table .eyebrow-banner-fill:active {
          background-color: rgba(253, 253, 255, 0.9);
          border-color: rgba(253, 253, 255, 0.7); }
          body #wrapper .d3-table.table-scroll #modal-table .eyebrow-banner-fill:active > i, body #wrapper .searchcontainer.table-scroll #modal-table .eyebrow-banner-fill:active > i {
            border-color: rgba(253, 253, 255, 0.7); }
        body #wrapper .d3-table.table-scroll #modal-table .eyebrow-banner-fill:focus, body #wrapper .searchcontainer.table-scroll #modal-table .eyebrow-banner-fill:focus {
          border-color: rgba(253, 253, 255, 0.5);
          -moz-box-shadow: 0 0 0 2px #d14900;
          -webkit-box-shadow: 0 0 0 2px #d14900;
          box-shadow: 0 0 0 2px #d14900; }
          body #wrapper .d3-table.table-scroll #modal-table .eyebrow-banner-fill:focus > i, body #wrapper .searchcontainer.table-scroll #modal-table .eyebrow-banner-fill:focus > i {
            border-color: rgba(253, 253, 255, 0.5); }
    body #wrapper .d3-table.table-scroll #modal-table .circle, body #wrapper .searchcontainer.table-scroll #modal-table .circle {
      background-color: #fff9f1;
      color: #b53f00; }
      body #wrapper .d3-table.table-scroll #modal-table .circle a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-scroll #modal-table .circle a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
        color: #181819;
        border-bottom: 1px solid; }
      body #wrapper .d3-table.table-scroll #modal-table .circle a.btn-icon-link .link-text, body #wrapper .d3-table.table-scroll #modal-table .circle a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-scroll #modal-table .circle a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-scroll #modal-table .circle a.btn-icon-link-text .link-text {
        color: #181819;
        border-bottom: 1px solid; }
    body #wrapper .d3-table.table-scroll #modal-table .btn-ghost, body #wrapper .searchcontainer.table-scroll #modal-table .btn-ghost {
      color: #fdfdff; }
      body #wrapper .d3-table.table-scroll #modal-table .btn-ghost:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-scroll #modal-table .btn-ghost:not(:disabled):not(.disabled):not(:active):focus {
        border-color: #fdfdff;
        -moz-box-shadow: 0 0 0 3px #f98315;
        -webkit-box-shadow: 0 0 0 3px #f98315;
        box-shadow: 0 0 0 3px #f98315; }
      body #wrapper .d3-table.table-scroll #modal-table .btn-ghost:not(:disabled):not(.disabled):not(.compact):hover, body #wrapper .searchcontainer.table-scroll #modal-table .btn-ghost:not(:disabled):not(.disabled):not(.compact):hover {
        background-color: rgba(253, 253, 255, 0.1);
        color: #fdfdff; }
      body #wrapper .d3-table.table-scroll #modal-table .btn-ghost:not(:disabled):not(.disabled):not(.compact):active, body #wrapper .d3-table.table-scroll #modal-table .btn-ghost:not(:disabled):not(.disabled):not(.compact).active, body #wrapper .searchcontainer.table-scroll #modal-table .btn-ghost:not(:disabled):not(.disabled):not(.compact):active, body #wrapper .searchcontainer.table-scroll #modal-table .btn-ghost:not(:disabled):not(.disabled):not(.compact).active {
        color: #fdfdff; }
      body #wrapper .d3-table.table-scroll #modal-table .btn-ghost.sec-palette:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-scroll #modal-table .btn-ghost.sec-palette:not(:disabled):not(.disabled):not(:active):focus {
        border-color: #fdfdff;
        -moz-box-shadow: 0 0 0 3px #ccced5;
        -webkit-box-shadow: 0 0 0 3px #ccced5;
        box-shadow: 0 0 0 3px #ccced5; }
    body #wrapper .d3-table.table-scroll #modal-table .btn-inverted, body #wrapper .searchcontainer.table-scroll #modal-table .btn-inverted {
      border-color: #fdfdff;
      color: #fdfdff;
      -moz-box-shadow: 0 0 0 1px #fdfdff inset;
      -webkit-box-shadow: 0 0 0 1px #fdfdff inset;
      box-shadow: 0 0 0 1px #fdfdff inset;
      background-color: transparent; }
      body #wrapper .d3-table.table-scroll #modal-table .btn-inverted:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-scroll #modal-table .btn-inverted:not(:disabled):not(.disabled):not(:active):focus {
        border-color: #fdfdff;
        -moz-box-shadow: 0 0 0 3px #f98315;
        -webkit-box-shadow: 0 0 0 3px #f98315;
        box-shadow: 0 0 0 3px #f98315; }
      body #wrapper .d3-table.table-scroll #modal-table .btn-inverted:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-scroll #modal-table .btn-inverted:not(:disabled):not(.disabled):not(:active):focus {
        -moz-box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 3px #ffc06e;
        -webkit-box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 3px #ffc06e;
        box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 3px #ffc06e;
        background-color: transparent;
        border-color: #fdfdff;
        color: #fdfdff; }
      body #wrapper .d3-table.table-scroll #modal-table .btn-inverted:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-scroll #modal-table .btn-inverted:not(:disabled):not(.disabled):hover {
        background-color: #fdfdff;
        color: #181819;
        border-color: #fdfdff;
        -moz-box-shadow: 0 0 0 0 #fdfdff;
        -webkit-box-shadow: 0 0 0 0 #fdfdff;
        box-shadow: 0 0 0 0 #fdfdff; }
      body #wrapper .d3-table.table-scroll #modal-table .btn-inverted:not(:disabled):not(.disabled):active, body #wrapper .d3-table.table-scroll #modal-table .btn-inverted:not(:disabled):not(.disabled).active, body #wrapper .searchcontainer.table-scroll #modal-table .btn-inverted:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-scroll #modal-table .btn-inverted:not(:disabled):not(.disabled).active {
        background-color: #fdfdff;
        color: #181819; }
      body #wrapper .d3-table.table-scroll #modal-table .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-scroll #modal-table .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus {
        border-color: #fdfdff;
        -moz-box-shadow: 0 0 0 3px #ccced5;
        -webkit-box-shadow: 0 0 0 3px #ccced5;
        box-shadow: 0 0 0 3px #ccced5; }
      body #wrapper .d3-table.table-scroll #modal-table .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-scroll #modal-table .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus {
        -moz-box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 3px #dde0e7;
        -webkit-box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 3px #dde0e7;
        box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 3px #dde0e7;
        background-color: transparent;
        border-color: #fdfdff;
        color: #fdfdff; }
    body #wrapper .d3-table.table-scroll #modal-table .icon-btn.social-icon:not(:disabled):not(.disabled), body #wrapper .searchcontainer.table-scroll #modal-table .icon-btn.social-icon:not(:disabled):not(.disabled) {
      color: #fdfdff;
      border: none;
      background-color: rgba(253, 253, 255, 0.1); }
      body #wrapper .d3-table.table-scroll #modal-table .icon-btn.social-icon:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-scroll #modal-table .icon-btn.social-icon:not(:disabled):not(.disabled):hover {
        background-color: rgba(253, 253, 255, 0.2); }
      body #wrapper .d3-table.table-scroll #modal-table .icon-btn.social-icon:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-scroll #modal-table .icon-btn.social-icon:not(:disabled):not(.disabled):active {
        background-color: rgba(253, 253, 255, 0.3); }
    body #wrapper .d3-table.table-scroll #modal-table .icon-btn.pagination-btn, body #wrapper .searchcontainer.table-scroll #modal-table .icon-btn.pagination-btn {
      border-radius: 80px !important; }
      body #wrapper .d3-table.table-scroll #modal-table .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-scroll #modal-table .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus {
        border-color: #fdfdff;
        -moz-box-shadow: 0 0 0 3px #f98315;
        -webkit-box-shadow: 0 0 0 3px #f98315;
        box-shadow: 0 0 0 3px #f98315; }
      body #wrapper .d3-table.table-scroll #modal-table .icon-btn.pagination-btn:not(:disabled):not(.disabled), body #wrapper .searchcontainer.table-scroll #modal-table .icon-btn.pagination-btn:not(:disabled):not(.disabled) {
        color: #fdfdff;
        border-color: rgba(253, 253, 255, 0.3);
        background-color: rgba(253, 253, 255, 0.05); }
        body #wrapper .d3-table.table-scroll #modal-table .icon-btn.pagination-btn:not(:disabled):not(.disabled):hover, body #wrapper .d3-table.table-scroll #modal-table .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-scroll #modal-table .icon-btn.pagination-btn:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-scroll #modal-table .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus {
          background-color: rgba(253, 253, 255, 0.2); }
        body #wrapper .d3-table.table-scroll #modal-table .icon-btn.pagination-btn:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-scroll #modal-table .icon-btn.pagination-btn:not(:disabled):not(.disabled):active {
          background-color: rgba(253, 253, 255, 0.3);
          color: #fdfdff; }
      body #wrapper .d3-table.table-scroll #modal-table .icon-btn.pagination-btn:disabled, body #wrapper .d3-table.table-scroll #modal-table .icon-btn.pagination-btn.disabled, body #wrapper .searchcontainer.table-scroll #modal-table .icon-btn.pagination-btn:disabled, body #wrapper .searchcontainer.table-scroll #modal-table .icon-btn.pagination-btn.disabled {
        background-color: #919191 !important;
        border-color: rgba(253, 253, 255, 0.3) !important;
        color: #dedede !important; }
    body #wrapper .d3-table.table-scroll #modal-table .utility-btn:not(:disabled):not(.disabled), body #wrapper .searchcontainer.table-scroll #modal-table .utility-btn:not(:disabled):not(.disabled) {
      background-color: transparent;
      border-color: #fdfdff;
      color: #fdfdff; }
      body #wrapper .d3-table.table-scroll #modal-table .utility-btn:not(:disabled):not(.disabled):hover, body #wrapper .d3-table.table-scroll #modal-table .utility-btn:not(:disabled):not(.disabled):active, body #wrapper .d3-table.table-scroll #modal-table .utility-btn:not(:disabled):not(.disabled):focus, body #wrapper .searchcontainer.table-scroll #modal-table .utility-btn:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-scroll #modal-table .utility-btn:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-scroll #modal-table .utility-btn:not(:disabled):not(.disabled):focus {
        border-color: #fdfdff; }
      body #wrapper .d3-table.table-scroll #modal-table .utility-btn:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-scroll #modal-table .utility-btn:not(:disabled):not(.disabled):hover {
        -moz-box-shadow: 0 0 0 1px #fdfdff inset;
        -webkit-box-shadow: 0 0 0 1px #fdfdff inset;
        box-shadow: 0 0 0 1px #fdfdff inset; }
      body #wrapper .d3-table.table-scroll #modal-table .utility-btn:not(:disabled):not(.disabled):focus, body #wrapper .searchcontainer.table-scroll #modal-table .utility-btn:not(:disabled):not(.disabled):focus {
        -moz-box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 2px #c64500;
        -webkit-box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 2px #c64500;
        box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 2px #c64500; }
      body #wrapper .d3-table.table-scroll #modal-table .utility-btn:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-scroll #modal-table .utility-btn:not(:disabled):not(.disabled):active {
        background-color: rgba(253, 253, 255, 0.1);
        color: #fdfdff; }
    body #wrapper .d3-table.table-scroll #modal-table .d3-switch .switch input:checked + .slider, body #wrapper .searchcontainer.table-scroll #modal-table .d3-switch .switch input:checked + .slider {
      -moz-box-shadow: 0 0 0 1px #fdfdff inset;
      -webkit-box-shadow: 0 0 0 1px #fdfdff inset;
      box-shadow: 0 0 0 1px #fdfdff inset; }
    body #wrapper .d3-table.table-scroll #modal-table.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
    body #wrapper .d3-table.table-scroll #modal-table .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
    body #wrapper .d3-table.table-scroll #modal-table .d3-slider.not-card-slider .slider-controls ol.slider-indicators li, body #wrapper .searchcontainer.table-scroll #modal-table.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
    body #wrapper .searchcontainer.table-scroll #modal-table .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
    body #wrapper .searchcontainer.table-scroll #modal-table .d3-slider.not-card-slider .slider-controls ol.slider-indicators li {
      background-color: rgba(253, 253, 255, 0.2); }
      body #wrapper .d3-table.table-scroll #modal-table.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
      body #wrapper .d3-table.table-scroll #modal-table .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
      body #wrapper .d3-table.table-scroll #modal-table .d3-slider.not-card-slider .slider-controls ol.slider-indicators li.active, body #wrapper .searchcontainer.table-scroll #modal-table.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
      body #wrapper .searchcontainer.table-scroll #modal-table .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
      body #wrapper .searchcontainer.table-scroll #modal-table .d3-slider.not-card-slider .slider-controls ol.slider-indicators li.active {
        background-color: #fdfdff; }
    @media only screen and (min-width: 600px) {
      body #wrapper .d3-table.table-scroll #modal-table, body #wrapper .searchcontainer.table-scroll #modal-table {
        padding: 24px; } }
    body #wrapper .d3-table.table-scroll #modal-table .modal-content, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content {
      background-color: transparent;
      border: 0;
      max-height: 100%;
      padding-bottom: 60px; }
      @media only screen and (min-width: 600px) {
        body #wrapper .d3-table.table-scroll #modal-table .modal-content, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content {
          padding-bottom: 76px; } }
      body #wrapper .d3-table.table-scroll #modal-table .modal-content .table-container, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .table-container {
        max-height: 100%;
        overflow-x: auto; }
        body #wrapper .d3-table.table-scroll #modal-table .modal-content .table-container ::-webkit-scrollbar, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .table-container ::-webkit-scrollbar {
          width: 12px; }
        body #wrapper .d3-table.table-scroll #modal-table .modal-content .table-container ::-webkit-scrollbar-track, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .table-container ::-webkit-scrollbar-track {
          background: transparent; }
        body #wrapper .d3-table.table-scroll #modal-table .modal-content .table-container ::-webkit-scrollbar-thumb, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .table-container ::-webkit-scrollbar-thumb {
          background-color: #888888;
          border-radius: 6px; }
      body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal {
        background-color: transparent;
        border: 1px solid #fdfdff;
        bottom: 0;
        left: 0;
        margin-inline: auto;
        position: absolute;
        right: 0;
        z-index: 1;
        -moz-box-shadow: 0 0 0 1px #fdfdff inset;
        -webkit-box-shadow: 0 0 0 1px #fdfdff inset;
        box-shadow: 0 0 0 1px #fdfdff inset; }
        body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal i, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal i {
          color: #fdfdff; }
        body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:hover, body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:hover, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active {
          -moz-box-shadow: 0 0 0 2px #fdfdff inset;
          -webkit-box-shadow: 0 0 0 2px #fdfdff inset;
          box-shadow: 0 0 0 2px #fdfdff inset; }
        body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active {
          background-color: #fdfdff;
          color: #020304; }
          body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
            color: #181819;
            border-bottom: 1px solid; }
          body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active a.btn-icon-link .link-text, body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active a.btn-icon-link-text .link-text {
            color: #181819;
            border-bottom: 1px solid; }
          body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .hero, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .hero {
            color: #181819; }
            body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .hero a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .hero a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
              color: #181819;
              border-bottom: 1px solid; }
            body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .hero a.btn-icon-link .link-text, body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .hero a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .hero a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .hero a.btn-icon-link-text .link-text {
              color: #181819;
              border-bottom: 1px solid; }
          body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active h1, body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .title-xl, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active h1, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .title-xl {
            color: #181819; }
            body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active h1 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .title-xl a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active h1 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .title-xl a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
              color: #181819;
              border-bottom: 1px solid; }
            body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active h1 a.btn-icon-link .link-text, body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active h1 a.btn-icon-link-text .link-text, body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .title-xl a.btn-icon-link .link-text, body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .title-xl a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active h1 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active h1 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .title-xl a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .title-xl a.btn-icon-link-text .link-text {
              color: #181819;
              border-bottom: 1px solid; }
          body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active h2, body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .title-lg, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active h2, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .title-lg {
            color: #181819; }
            body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active h2 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .title-lg a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active h2 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .title-lg a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
              color: #181819;
              border-bottom: 1px solid; }
            body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active h2 a.btn-icon-link .link-text, body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active h2 a.btn-icon-link-text .link-text, body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .title-lg a.btn-icon-link .link-text, body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .title-lg a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active h2 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active h2 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .title-lg a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .title-lg a.btn-icon-link-text .link-text {
              color: #181819;
              border-bottom: 1px solid; }
          body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active h3, body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .title-md, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active h3, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .title-md {
            color: #181819; }
            body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active h3 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .title-md a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active h3 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .title-md a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
              color: #181819;
              border-bottom: 1px solid; }
            body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active h3 a.btn-icon-link .link-text, body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active h3 a.btn-icon-link-text .link-text, body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .title-md a.btn-icon-link .link-text, body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .title-md a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active h3 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active h3 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .title-md a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .title-md a.btn-icon-link-text .link-text {
              color: #181819;
              border-bottom: 1px solid; }
          body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active h4, body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .title-sm, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active h4, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .title-sm {
            color: #181819; }
            body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active h4 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .title-sm a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active h4 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .title-sm a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
              color: #181819;
              border-bottom: 1px solid; }
            body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active h4 a.btn-icon-link .link-text, body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active h4 a.btn-icon-link-text .link-text, body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .title-sm a.btn-icon-link .link-text, body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .title-sm a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active h4 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active h4 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .title-sm a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .title-sm a.btn-icon-link-text .link-text {
              color: #181819;
              border-bottom: 1px solid; }
          body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .text-disabled, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .text-disabled {
            color: #5e5e5e; }
          body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .caption-text, body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .text-subdued, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .caption-text, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .text-subdued {
            color: #5e5e5e; }
          body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .text-caption, body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active caption *, body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .footer-text, body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .footer-text *, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .text-caption, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active caption *, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .footer-text, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .footer-text * {
            color: #5e5e5e; }
          body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .btn-icon-link span .link-metadata, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .btn-icon-link span .link-metadata {
            color: #5e5e5e; }
          body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .d3-text-references p, body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .d3-text-references li, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .d3-text-references p, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .d3-text-references li {
            color: #5e5e5e; }
          body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .eyebrow, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .eyebrow {
            color: #c64500; }
            body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .eyebrow a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .eyebrow a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
              color: #181819;
              border-bottom: 1px solid; }
            body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .eyebrow a.btn-icon-link .link-text, body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .eyebrow a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .eyebrow a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .eyebrow a.btn-icon-link-text .link-text {
              color: #181819;
              border-bottom: 1px solid; }
          body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .eyebrow-banner, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .eyebrow-banner {
            color: #020304;
            background-color: rgba(2, 3, 4, 0.05);
            border-color: rgba(2, 3, 4, 0.1); }
            body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .eyebrow-banner > i, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .eyebrow-banner > i {
              color: rgba(2, 3, 4, 0.3);
              border-color: rgba(2, 3, 4, 0.1); }
            body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .eyebrow-banner:hover, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .eyebrow-banner:hover {
              border-color: rgba(2, 3, 4, 0.3); }
              body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .eyebrow-banner:hover > i, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .eyebrow-banner:hover > i {
                color: #020304;
                border-color: rgba(2, 3, 4, 0.3); }
            body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .eyebrow-banner:active, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .eyebrow-banner:active {
              background-color: rgba(2, 3, 4, 0.1);
              border-color: rgba(2, 3, 4, 0.3); }
              body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .eyebrow-banner:active > i, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .eyebrow-banner:active > i {
                color: #020304;
                border-color: rgba(2, 3, 4, 0.3); }
            body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .eyebrow-banner:focus, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .eyebrow-banner:focus {
              background-color: rgba(2, 3, 4, 0.1);
              border-color: rgba(2, 3, 4, 0.3);
              -moz-box-shadow: 0 0 0 2px #d14900;
              -webkit-box-shadow: 0 0 0 2px #d14900;
              box-shadow: 0 0 0 2px #d14900; }
              body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .eyebrow-banner:focus > i, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .eyebrow-banner:focus > i {
                color: #020304;
                border-color: rgba(2, 3, 4, 0.4); }
            body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .eyebrow-banner-fill, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .eyebrow-banner-fill {
              color: #fdfdff;
              background-color: rgba(2, 3, 4, 0.5);
              border-color: rgba(2, 3, 4, 0.3); }
              body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .eyebrow-banner-fill > i, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .eyebrow-banner-fill > i {
                color: #fdfdff;
                border-color: rgba(2, 3, 4, 0.3); }
              body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .eyebrow-banner-fill:hover, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .eyebrow-banner-fill:hover {
                background-color: rgba(2, 3, 4, 0.6);
                border-color: rgba(2, 3, 4, 0.4); }
                body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .eyebrow-banner-fill:hover > i, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .eyebrow-banner-fill:hover > i {
                  border-color: rgba(2, 3, 4, 0.4); }
              body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .eyebrow-banner-fill:active, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .eyebrow-banner-fill:active {
                background-color: rgba(2, 3, 4, 0.8);
                border-color: rgba(2, 3, 4, 0.6); }
                body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .eyebrow-banner-fill:active > i, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .eyebrow-banner-fill:active > i {
                  border-color: rgba(2, 3, 4, 0.6); }
              body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .eyebrow-banner-fill:focus, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .eyebrow-banner-fill:focus {
                background-color: rgba(2, 3, 4, 0.6);
                border-color: rgba(2, 3, 4, 0.4);
                -moz-box-shadow: 0 0 0 2px #d14900;
                -webkit-box-shadow: 0 0 0 2px #d14900;
                box-shadow: 0 0 0 2px #d14900; }
                body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .eyebrow-banner-fill:focus > i, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .eyebrow-banner-fill:focus > i {
                  border-color: rgba(2, 3, 4, 0.4); }
          body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .circle, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .circle {
            background-color: #fff9f1;
            color: #b53f00; }
          body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .btn-ghost, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .btn-ghost {
            color: #181819; }
            body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .btn-ghost:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .btn-ghost:not(:disabled):not(.disabled):not(:active):focus {
              border-color: #fdfdff;
              -moz-box-shadow: 0 0 0 3px #f98315;
              -webkit-box-shadow: 0 0 0 3px #f98315;
              box-shadow: 0 0 0 3px #f98315; }
            body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .btn-ghost:not(:disabled):not(.disabled):not(.compact):hover, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .btn-ghost:not(:disabled):not(.disabled):not(.compact):hover {
              background-color: rgba(24, 24, 25, 0.03);
              color: #b53f00; }
            body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .btn-ghost:not(:disabled):not(.disabled):not(.compact):active, body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .btn-ghost:not(:disabled):not(.disabled):not(.compact).active, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .btn-ghost:not(:disabled):not(.disabled):not(.compact):active, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .btn-ghost:not(:disabled):not(.disabled):not(.compact).active {
              color: #181819; }
            body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .btn-ghost.sec-palette:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .btn-ghost.sec-palette:not(:disabled):not(.disabled):not(:active):focus {
              border-color: #fdfdff;
              -moz-box-shadow: 0 0 0 3px #ccced5;
              -webkit-box-shadow: 0 0 0 3px #ccced5;
              box-shadow: 0 0 0 3px #ccced5; }
          body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .btn-inverted, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .btn-inverted {
            border-color: #181819;
            color: #181819;
            -moz-box-shadow: 0 0 0 1px #181819 inset;
            -webkit-box-shadow: 0 0 0 1px #181819 inset;
            box-shadow: 0 0 0 1px #181819 inset;
            background-color: transparent; }
            body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .btn-inverted:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .btn-inverted:not(:disabled):not(.disabled):not(:active):focus {
              border-color: #fdfdff;
              -moz-box-shadow: 0 0 0 3px #f98315;
              -webkit-box-shadow: 0 0 0 3px #f98315;
              box-shadow: 0 0 0 3px #f98315; }
            body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .btn-inverted:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .btn-inverted:not(:disabled):not(.disabled):not(:active):focus {
              -moz-box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #ffc06e;
              -webkit-box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #ffc06e;
              box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #ffc06e;
              background-color: transparent;
              border-color: #181819;
              color: #181819; }
            body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .btn-inverted:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .btn-inverted:not(:disabled):not(.disabled):hover {
              background-color: #181819;
              color: #fdfdff;
              border-color: #181819;
              -moz-box-shadow: 0 0 0 0 #181819;
              -webkit-box-shadow: 0 0 0 0 #181819;
              box-shadow: 0 0 0 0 #181819; }
            body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .btn-inverted:not(:disabled):not(.disabled):active, body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .btn-inverted:not(:disabled):not(.disabled).active, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .btn-inverted:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .btn-inverted:not(:disabled):not(.disabled).active {
              background-color: #181819;
              color: #fdfdff; }
            body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus {
              border-color: #fdfdff;
              -moz-box-shadow: 0 0 0 3px #ccced5;
              -webkit-box-shadow: 0 0 0 3px #ccced5;
              box-shadow: 0 0 0 3px #ccced5; }
            body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus {
              -moz-box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #dde0e7;
              -webkit-box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #dde0e7;
              box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #dde0e7;
              background-color: transparent;
              border-color: #181819;
              color: #181819; }
          body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .icon-btn.social-icon:not(:disabled):not(.disabled), body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .icon-btn.social-icon:not(:disabled):not(.disabled) {
            color: #181819;
            border: none;
            background-color: rgba(24, 24, 25, 0.03); }
            body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .icon-btn.social-icon:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .icon-btn.social-icon:not(:disabled):not(.disabled):hover {
              background-color: rgba(24, 24, 25, 0.08); }
            body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .icon-btn.social-icon:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .icon-btn.social-icon:not(:disabled):not(.disabled):active {
              background-color: rgba(24, 24, 25, 0.13); }
          body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .icon-btn.pagination-btn, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .icon-btn.pagination-btn {
            border-radius: 80px !important; }
            body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus {
              border-color: #fdfdff;
              -moz-box-shadow: 0 0 0 3px #f98315;
              -webkit-box-shadow: 0 0 0 3px #f98315;
              box-shadow: 0 0 0 3px #f98315; }
            body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .icon-btn.pagination-btn:not(:disabled):not(.disabled), body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .icon-btn.pagination-btn:not(:disabled):not(.disabled) {
              color: #919191;
              border-color: rgba(2, 3, 4, 0.05);
              background-color: rgba(2, 3, 4, 0.03); }
              body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .icon-btn.pagination-btn:not(:disabled):not(.disabled):hover, body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .icon-btn.pagination-btn:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus {
                background-color: rgba(2, 3, 4, 0.1); }
              body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .icon-btn.pagination-btn:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .icon-btn.pagination-btn:not(:disabled):not(.disabled):active {
                background-color: rgba(2, 3, 4, 0.3);
                color: #fdfdff; }
            body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .icon-btn.pagination-btn:disabled, body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .icon-btn.pagination-btn.disabled, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .icon-btn.pagination-btn:disabled, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .icon-btn.pagination-btn.disabled {
              background-color: #dedede !important;
              border-color: #5e5e5e !important;
              color: #5e5e5e !important; }
          body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .utility-btn:not(:disabled):not(.disabled), body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .utility-btn:not(:disabled):not(.disabled) {
            background-color: #fdfdff;
            border-color: #919191;
            color: #020304; }
            body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .utility-btn:not(:disabled):not(.disabled):hover, body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .utility-btn:not(:disabled):not(.disabled):active, body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .utility-btn:not(:disabled):not(.disabled):focus, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .utility-btn:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .utility-btn:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .utility-btn:not(:disabled):not(.disabled):focus {
              border-color: #919191; }
            body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .utility-btn:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .utility-btn:not(:disabled):not(.disabled):hover {
              -moz-box-shadow: 0 0 0 1px #919191 inset;
              -webkit-box-shadow: 0 0 0 1px #919191 inset;
              box-shadow: 0 0 0 1px #919191 inset; }
            body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .utility-btn:not(:disabled):not(.disabled):focus, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .utility-btn:not(:disabled):not(.disabled):focus {
              -moz-box-shadow: 0 0 0 1px #919191 inset, 0 0 0 2px #c64500;
              -webkit-box-shadow: 0 0 0 1px #919191 inset, 0 0 0 2px #c64500;
              box-shadow: 0 0 0 1px #919191 inset, 0 0 0 2px #c64500; }
            body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .utility-btn:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .utility-btn:not(:disabled):not(.disabled):active {
              background-color: #f7f7f7;
              color: #020304; }
          body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .d3-switch .switch input:checked + .slider, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .d3-switch .switch input:checked + .slider {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none; }
          body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
          body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
          body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .d3-slider.not-card-slider .slider-controls ol.slider-indicators li, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
          body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
          body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .d3-slider.not-card-slider .slider-controls ol.slider-indicators li {
            background-color: rgba(2, 3, 4, 0.1); }
            body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
            body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
            body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active .d3-slider.not-card-slider .slider-controls ol.slider-indicators li.active, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
            body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
            body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active .d3-slider.not-card-slider .slider-controls ol.slider-indicators li.active {
              background-color: #c64500; }
          body #wrapper .d3-table.table-scroll #modal-table .modal-content .close-modal:active i, body #wrapper .searchcontainer.table-scroll #modal-table .modal-content .close-modal:active i {
            color: #020304; }
  body #wrapper .d3-table.table-scroll ::-webkit-scrollbar, body #wrapper .searchcontainer.table-scroll ::-webkit-scrollbar {
    width: 8px; }
  body #wrapper .d3-table.table-scroll ::-webkit-scrollbar-thumb, body #wrapper .searchcontainer.table-scroll ::-webkit-scrollbar-thumb {
    background-color: #c4c4c4;
    border-radius: 10px; }
  body #wrapper .d3-table.table-scroll ::-webkit-scrollbar-track, body #wrapper .searchcontainer.table-scroll ::-webkit-scrollbar-track {
    background: transparent; }
  body #wrapper .d3-table.table-scroll #table-container-mobile, body #wrapper .searchcontainer.table-scroll #table-container-mobile {
    z-index: 1000; }
  body #wrapper .d3-table.table-vertical-header table tbody tr td, body #wrapper .searchcontainer.table-vertical-header table tbody tr td {
    border: thin solid #c4c4c4;
    border-top: none;
    display: table;
    padding: 16px 32px;
    text-align: center;
    vertical-align: middle !important;
    width: 100%; }
    body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 {
      background-color: #c64500;
      color: #fdfdff; }
      body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
        color: #fdfdff;
        border-bottom: 1px solid; }
      body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 a.btn-icon-link .link-text, body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 a.btn-icon-link-text .link-text {
        color: #fdfdff;
        border-bottom: 1px solid; }
      body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .hero, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .hero {
        color: #fdfdff; }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .hero a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .hero a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #fdfdff;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .hero a.btn-icon-link .link-text, body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .hero a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .hero a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .hero a.btn-icon-link-text .link-text {
          color: #fdfdff;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 h1, body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .title-xl, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 h1, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .title-xl {
        color: #fdfdff; }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 h1 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .title-xl a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 h1 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .title-xl a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #fdfdff;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 h1 a.btn-icon-link .link-text, body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 h1 a.btn-icon-link-text .link-text, body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .title-xl a.btn-icon-link .link-text, body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .title-xl a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 h1 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 h1 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .title-xl a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .title-xl a.btn-icon-link-text .link-text {
          color: #fdfdff;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 h2, body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .title-lg, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 h2, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .title-lg {
        color: #fdfdff; }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 h2 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .title-lg a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 h2 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .title-lg a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #fdfdff;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 h2 a.btn-icon-link .link-text, body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 h2 a.btn-icon-link-text .link-text, body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .title-lg a.btn-icon-link .link-text, body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .title-lg a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 h2 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 h2 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .title-lg a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .title-lg a.btn-icon-link-text .link-text {
          color: #fdfdff;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 h3, body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .title-md, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 h3, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .title-md {
        color: #fdfdff; }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 h3 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .title-md a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 h3 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .title-md a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #fdfdff;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 h3 a.btn-icon-link .link-text, body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 h3 a.btn-icon-link-text .link-text, body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .title-md a.btn-icon-link .link-text, body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .title-md a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 h3 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 h3 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .title-md a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .title-md a.btn-icon-link-text .link-text {
          color: #fdfdff;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 h4, body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .title-sm, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 h4, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .title-sm {
        color: #fdfdff; }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 h4 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .title-sm a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 h4 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .title-sm a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #fdfdff;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 h4 a.btn-icon-link .link-text, body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 h4 a.btn-icon-link-text .link-text, body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .title-sm a.btn-icon-link .link-text, body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .title-sm a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 h4 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 h4 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .title-sm a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .title-sm a.btn-icon-link-text .link-text {
          color: #fdfdff;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .text-disabled, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .text-disabled {
        color: #fdfdff; }
      body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .caption-text, body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .text-subdued, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .caption-text, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .text-subdued {
        color: #fdfdff; }
      body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .text-caption, body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 caption *, body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .footer-text, body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .footer-text *, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .text-caption, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 caption *, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .footer-text, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .footer-text * {
        color: #fdfdff; }
      body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .btn-icon-link span .link-metadata, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .btn-icon-link span .link-metadata {
        color: #fdfdff; }
      body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .d3-text-references p, body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .d3-text-references li, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .d3-text-references p, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .d3-text-references li {
        color: #fdfdff; }
      body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .chip, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .chip {
        background-color: #fff9f1;
        color: #b53f00; }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .chip a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .chip a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #181819;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .chip a.btn-icon-link .link-text, body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .chip a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .chip a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .chip a.btn-icon-link-text .link-text {
          color: #181819;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .eyebrow, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .eyebrow {
        color: #fdfdff; }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .eyebrow a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .eyebrow a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #fdfdff;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .eyebrow a.btn-icon-link .link-text, body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .eyebrow a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .eyebrow a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .eyebrow a.btn-icon-link-text .link-text {
          color: #fdfdff;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .eyebrow-banner, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .eyebrow-banner {
        color: #fdfdff;
        background-color: rgba(253, 253, 255, 0.1);
        border-color: rgba(253, 253, 255, 0.1); }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .eyebrow-banner > i, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .eyebrow-banner > i {
          color: rgba(253, 253, 255, 0.3);
          border-color: rgba(253, 253, 255, 0.1); }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .eyebrow-banner:hover, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .eyebrow-banner:hover {
          border-color: rgba(253, 253, 255, 0.3); }
          body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .eyebrow-banner:hover > i, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .eyebrow-banner:hover > i {
            color: #fdfdff;
            border-color: rgba(253, 253, 255, 0.3); }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .eyebrow-banner:active, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .eyebrow-banner:active {
          background-color: rgba(253, 253, 255, 0.3);
          border-color: rgba(253, 253, 255, 0.3); }
          body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .eyebrow-banner:active > i, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .eyebrow-banner:active > i {
            color: #fdfdff;
            border-color: rgba(253, 253, 255, 0.3); }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .eyebrow-banner:focus, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .eyebrow-banner:focus {
          background-color: rgba(253, 253, 255, 0.3);
          border-color: rgba(253, 253, 255, 0.3);
          -moz-box-shadow: 0 0 0 2px #d14900;
          -webkit-box-shadow: 0 0 0 2px #d14900;
          box-shadow: 0 0 0 2px #d14900; }
          body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .eyebrow-banner:focus > i, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .eyebrow-banner:focus > i {
            color: #fdfdff;
            border-color: rgba(253, 253, 255, 0.4); }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .eyebrow-banner-fill, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .eyebrow-banner-fill {
          color: #020304;
          background-color: rgba(253, 253, 255, 0.6);
          border-color: rgba(253, 253, 255, 0.4); }
          body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .eyebrow-banner-fill > i, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .eyebrow-banner-fill > i {
            color: #020304;
            border-color: rgba(253, 253, 255, 0.4); }
          body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .eyebrow-banner-fill:hover, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .eyebrow-banner-fill:hover {
            background-color: rgba(253, 253, 255, 0.7);
            border-color: rgba(253, 253, 255, 0.5); }
            body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .eyebrow-banner-fill:hover > i, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .eyebrow-banner-fill:hover > i {
              border-color: rgba(253, 253, 255, 0.5); }
          body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .eyebrow-banner-fill:active, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .eyebrow-banner-fill:active {
            background-color: rgba(253, 253, 255, 0.9);
            border-color: rgba(253, 253, 255, 0.7); }
            body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .eyebrow-banner-fill:active > i, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .eyebrow-banner-fill:active > i {
              border-color: rgba(253, 253, 255, 0.7); }
          body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .eyebrow-banner-fill:focus, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .eyebrow-banner-fill:focus {
            border-color: rgba(253, 253, 255, 0.5);
            -moz-box-shadow: 0 0 0 2px #d14900;
            -webkit-box-shadow: 0 0 0 2px #d14900;
            box-shadow: 0 0 0 2px #d14900; }
            body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .eyebrow-banner-fill:focus > i, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .eyebrow-banner-fill:focus > i {
              border-color: rgba(253, 253, 255, 0.5); }
      body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .circle, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .circle {
        background-color: #fff9f1;
        color: #b53f00; }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .circle a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .circle a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #181819;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .circle a.btn-icon-link .link-text, body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .circle a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .circle a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .circle a.btn-icon-link-text .link-text {
          color: #181819;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .btn-ghost, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .btn-ghost {
        color: #fdfdff; }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .btn-ghost:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .btn-ghost:not(:disabled):not(.disabled):not(:active):focus {
          border-color: #fdfdff;
          -moz-box-shadow: 0 0 0 3px #f98315;
          -webkit-box-shadow: 0 0 0 3px #f98315;
          box-shadow: 0 0 0 3px #f98315; }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .btn-ghost:not(:disabled):not(.disabled):not(.compact):hover, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .btn-ghost:not(:disabled):not(.disabled):not(.compact):hover {
          background-color: rgba(253, 253, 255, 0.1);
          color: #fdfdff; }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .btn-ghost:not(:disabled):not(.disabled):not(.compact):active, body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .btn-ghost:not(:disabled):not(.disabled):not(.compact).active, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .btn-ghost:not(:disabled):not(.disabled):not(.compact):active, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .btn-ghost:not(:disabled):not(.disabled):not(.compact).active {
          color: #fdfdff; }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .btn-ghost.sec-palette:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .btn-ghost.sec-palette:not(:disabled):not(.disabled):not(:active):focus {
          border-color: #fdfdff;
          -moz-box-shadow: 0 0 0 3px #ccced5;
          -webkit-box-shadow: 0 0 0 3px #ccced5;
          box-shadow: 0 0 0 3px #ccced5; }
      body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .btn-inverted, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .btn-inverted {
        border-color: #fdfdff;
        color: #fdfdff;
        -moz-box-shadow: 0 0 0 1px #fdfdff inset;
        -webkit-box-shadow: 0 0 0 1px #fdfdff inset;
        box-shadow: 0 0 0 1px #fdfdff inset;
        background-color: transparent; }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .btn-inverted:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .btn-inverted:not(:disabled):not(.disabled):not(:active):focus {
          border-color: #fdfdff;
          -moz-box-shadow: 0 0 0 3px #f98315;
          -webkit-box-shadow: 0 0 0 3px #f98315;
          box-shadow: 0 0 0 3px #f98315; }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .btn-inverted:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .btn-inverted:not(:disabled):not(.disabled):not(:active):focus {
          -moz-box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 3px #ffc06e;
          -webkit-box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 3px #ffc06e;
          box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 3px #ffc06e;
          background-color: transparent;
          border-color: #fdfdff;
          color: #fdfdff; }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .btn-inverted:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .btn-inverted:not(:disabled):not(.disabled):hover {
          background-color: #fdfdff;
          color: #181819;
          border-color: #fdfdff;
          -moz-box-shadow: 0 0 0 0 #fdfdff;
          -webkit-box-shadow: 0 0 0 0 #fdfdff;
          box-shadow: 0 0 0 0 #fdfdff; }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .btn-inverted:not(:disabled):not(.disabled):active, body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .btn-inverted:not(:disabled):not(.disabled).active, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .btn-inverted:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .btn-inverted:not(:disabled):not(.disabled).active {
          background-color: #fdfdff;
          color: #181819; }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus {
          border-color: #fdfdff;
          -moz-box-shadow: 0 0 0 3px #ccced5;
          -webkit-box-shadow: 0 0 0 3px #ccced5;
          box-shadow: 0 0 0 3px #ccced5; }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus {
          -moz-box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 3px #dde0e7;
          -webkit-box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 3px #dde0e7;
          box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 3px #dde0e7;
          background-color: transparent;
          border-color: #fdfdff;
          color: #fdfdff; }
      body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .icon-btn.social-icon:not(:disabled):not(.disabled), body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .icon-btn.social-icon:not(:disabled):not(.disabled) {
        color: #fdfdff;
        border: none;
        background-color: rgba(253, 253, 255, 0.1); }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .icon-btn.social-icon:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .icon-btn.social-icon:not(:disabled):not(.disabled):hover {
          background-color: rgba(253, 253, 255, 0.2); }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .icon-btn.social-icon:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .icon-btn.social-icon:not(:disabled):not(.disabled):active {
          background-color: rgba(253, 253, 255, 0.3); }
      body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .icon-btn.pagination-btn, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .icon-btn.pagination-btn {
        border-radius: 80px !important; }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus {
          border-color: #fdfdff;
          -moz-box-shadow: 0 0 0 3px #f98315;
          -webkit-box-shadow: 0 0 0 3px #f98315;
          box-shadow: 0 0 0 3px #f98315; }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .icon-btn.pagination-btn:not(:disabled):not(.disabled), body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .icon-btn.pagination-btn:not(:disabled):not(.disabled) {
          color: #fdfdff;
          border-color: rgba(253, 253, 255, 0.3);
          background-color: rgba(253, 253, 255, 0.05); }
          body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .icon-btn.pagination-btn:not(:disabled):not(.disabled):hover, body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .icon-btn.pagination-btn:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus {
            background-color: rgba(253, 253, 255, 0.2); }
          body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .icon-btn.pagination-btn:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .icon-btn.pagination-btn:not(:disabled):not(.disabled):active {
            background-color: rgba(253, 253, 255, 0.3);
            color: #fdfdff; }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .icon-btn.pagination-btn:disabled, body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .icon-btn.pagination-btn.disabled, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .icon-btn.pagination-btn:disabled, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .icon-btn.pagination-btn.disabled {
          background-color: #919191 !important;
          border-color: rgba(253, 253, 255, 0.3) !important;
          color: #dedede !important; }
      body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .utility-btn:not(:disabled):not(.disabled), body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .utility-btn:not(:disabled):not(.disabled) {
        background-color: transparent;
        border-color: #fdfdff;
        color: #fdfdff; }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .utility-btn:not(:disabled):not(.disabled):hover, body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .utility-btn:not(:disabled):not(.disabled):active, body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .utility-btn:not(:disabled):not(.disabled):focus, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .utility-btn:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .utility-btn:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .utility-btn:not(:disabled):not(.disabled):focus {
          border-color: #fdfdff; }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .utility-btn:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .utility-btn:not(:disabled):not(.disabled):hover {
          -moz-box-shadow: 0 0 0 1px #fdfdff inset;
          -webkit-box-shadow: 0 0 0 1px #fdfdff inset;
          box-shadow: 0 0 0 1px #fdfdff inset; }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .utility-btn:not(:disabled):not(.disabled):focus, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .utility-btn:not(:disabled):not(.disabled):focus {
          -moz-box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 2px #c64500;
          -webkit-box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 2px #c64500;
          box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 2px #c64500; }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .utility-btn:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .utility-btn:not(:disabled):not(.disabled):active {
          background-color: rgba(253, 253, 255, 0.1);
          color: #fdfdff; }
      body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .d3-switch .switch input:checked + .slider, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .d3-switch .switch input:checked + .slider {
        -moz-box-shadow: 0 0 0 1px #fdfdff inset;
        -webkit-box-shadow: 0 0 0 1px #fdfdff inset;
        box-shadow: 0 0 0 1px #fdfdff inset; }
      body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
      body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
      body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .d3-slider.not-card-slider .slider-controls ol.slider-indicators li, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
      body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
      body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .d3-slider.not-card-slider .slider-controls ol.slider-indicators li {
        background-color: rgba(253, 253, 255, 0.2); }
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
        body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 .d3-slider.not-card-slider .slider-controls ol.slider-indicators li.active, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
        body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
        body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 .d3-slider.not-card-slider .slider-controls ol.slider-indicators li.active {
          background-color: #fdfdff; }
      body #wrapper .d3-table.table-vertical-header table tbody tr td.table-col-1 p, body #wrapper .searchcontainer.table-vertical-header table tbody tr td.table-col-1 p {
        font-weight: bold; }
    body #wrapper .d3-table.table-vertical-header table tbody tr td:first-of-type, body #wrapper .d3-table.table-vertical-header table tbody tr td:only-of-type, body #wrapper .searchcontainer.table-vertical-header table tbody tr td:first-of-type, body #wrapper .searchcontainer.table-vertical-header table tbody tr td:only-of-type {
      border: none; }
    body #wrapper .d3-table.table-vertical-header table tbody tr td:last-of-type, body #wrapper .d3-table.table-vertical-header table tbody tr td:only-of-type, body #wrapper .searchcontainer.table-vertical-header table tbody tr td:last-of-type, body #wrapper .searchcontainer.table-vertical-header table tbody tr td:only-of-type {
      border-bottom: none; }
  body #wrapper .d3-table.table-vertical-header table tbody tr:first-of-type td:first-of-type, body #wrapper .d3-table.table-vertical-header table tbody tr:first-of-type td:only-of-type, body #wrapper .d3-table.table-vertical-header table tbody tr:only-of-type td:first-of-type, body #wrapper .d3-table.table-vertical-header table tbody tr:only-of-type td:only-of-type, body #wrapper .searchcontainer.table-vertical-header table tbody tr:first-of-type td:first-of-type, body #wrapper .searchcontainer.table-vertical-header table tbody tr:first-of-type td:only-of-type, body #wrapper .searchcontainer.table-vertical-header table tbody tr:only-of-type td:first-of-type, body #wrapper .searchcontainer.table-vertical-header table tbody tr:only-of-type td:only-of-type {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  body #wrapper .d3-table.table-vertical-header table tbody tr:last-of-type td:first-of-type, body #wrapper .d3-table.table-vertical-header table tbody tr:only-of-type td:first-of-type, body #wrapper .searchcontainer.table-vertical-header table tbody tr:last-of-type td:first-of-type, body #wrapper .searchcontainer.table-vertical-header table tbody tr:only-of-type td:first-of-type {
    border-bottom-left-radius: 0; }
  body #wrapper .d3-table.table-vertical-header table tbody tr:last-of-type td:last-of-type, body #wrapper .d3-table.table-vertical-header table tbody tr:only-of-type td:last-of-type, body #wrapper .searchcontainer.table-vertical-header table tbody tr:last-of-type td:last-of-type, body #wrapper .searchcontainer.table-vertical-header table tbody tr:only-of-type td:last-of-type {
    border-bottom: thin solid #c4c4c4;
    border-bottom-left-radius: 4px; }
  @media only screen and (min-width: 600px) {
    body #wrapper .d3-table.table-vertical-header table, body #wrapper .searchcontainer.table-vertical-header table {
      table-layout: fixed; }
      body #wrapper .d3-table.table-vertical-header table tbody tr td, body #wrapper .searchcontainer.table-vertical-header table tbody tr td {
        border-bottom: thin solid #c4c4c4;
        border-left: none;
        border-right: 0;
        display: table-cell; }
        body #wrapper .d3-table.table-vertical-header table tbody tr td:first-of-type, body #wrapper .searchcontainer.table-vertical-header table tbody tr td:first-of-type {
          border-bottom: thin solid #c4c4c4; }
        body #wrapper .d3-table.table-vertical-header table tbody tr td:last-of-type, body #wrapper .searchcontainer.table-vertical-header table tbody tr td:last-of-type {
          border-bottom: thin solid #c4c4c4;
          border-right: thin solid #c4c4c4; }
      body #wrapper .d3-table.table-vertical-header table tbody tr:first-of-type td, body #wrapper .d3-table.table-vertical-header table tbody tr:only-of-type td, body #wrapper .searchcontainer.table-vertical-header table tbody tr:first-of-type td, body #wrapper .searchcontainer.table-vertical-header table tbody tr:only-of-type td {
        border-top: thin solid #c4c4c4; }
        body #wrapper .d3-table.table-vertical-header table tbody tr:first-of-type td:first-of-type, body #wrapper .d3-table.table-vertical-header table tbody tr:only-of-type td:first-of-type, body #wrapper .searchcontainer.table-vertical-header table tbody tr:first-of-type td:first-of-type, body #wrapper .searchcontainer.table-vertical-header table tbody tr:only-of-type td:first-of-type {
          border-top: none;
          border-top-right-radius: 0; }
        body #wrapper .d3-table.table-vertical-header table tbody tr:first-of-type td:last-of-type, body #wrapper .d3-table.table-vertical-header table tbody tr:only-of-type td:last-of-type, body #wrapper .searchcontainer.table-vertical-header table tbody tr:first-of-type td:last-of-type, body #wrapper .searchcontainer.table-vertical-header table tbody tr:only-of-type td:last-of-type {
          border-top-right-radius: 4px; }
      body #wrapper .d3-table.table-vertical-header table tbody tr:last-of-type td:first-of-type, body #wrapper .d3-table.table-vertical-header table tbody tr:only-of-type td:first-of-type, body #wrapper .searchcontainer.table-vertical-header table tbody tr:last-of-type td:first-of-type, body #wrapper .searchcontainer.table-vertical-header table tbody tr:only-of-type td:first-of-type {
        border-bottom: none;
        border-bottom-left-radius: 4px; } }
  body #wrapper .d3-table.table-comparison table, body #wrapper .searchcontainer.table-comparison table {
    table-layout: fixed;
    text-align: center; }
    body #wrapper .d3-table.table-comparison table thead tr th, body #wrapper .searchcontainer.table-comparison table thead tr th {
      padding: 8px;
      vertical-align: middle; }
      body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle {
        font-size: 14px;
        line-height: 21px;
        background-color: #b53f00;
        color: #fdfdff;
        border-left: thin solid #f98315;
        border-radius: 0;
        font-weight: normal;
        text-align: center;
        white-space: nowrap; }
        @media only screen and (min-width: 1008px) {
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle {
            font-size: 14px;
            line-height: 21px; } }
        body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle sup, body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle sub, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle sup, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle sub {
          font-size: 60%; }
        body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle + p, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle + p {
          margin-top: 4px; }
        body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle + li, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle + li {
          margin-top: 12px; }
        body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #fdfdff;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle a.btn-icon-link-text .link-text {
          color: #fdfdff;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .hero, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .hero {
          color: #fdfdff; }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .hero a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .hero a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
            color: #fdfdff;
            border-bottom: 1px solid; }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .hero a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .hero a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .hero a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .hero a.btn-icon-link-text .link-text {
            color: #fdfdff;
            border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle h1, body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .title-xl, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle h1, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .title-xl {
          color: #fdfdff; }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle h1 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .title-xl a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle h1 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .title-xl a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
            color: #fdfdff;
            border-bottom: 1px solid; }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle h1 a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle h1 a.btn-icon-link-text .link-text, body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .title-xl a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .title-xl a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle h1 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle h1 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .title-xl a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .title-xl a.btn-icon-link-text .link-text {
            color: #fdfdff;
            border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle h2, body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .title-lg, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle h2, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .title-lg {
          color: #fdfdff; }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle h2 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .title-lg a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle h2 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .title-lg a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
            color: #fdfdff;
            border-bottom: 1px solid; }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle h2 a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle h2 a.btn-icon-link-text .link-text, body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .title-lg a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .title-lg a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle h2 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle h2 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .title-lg a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .title-lg a.btn-icon-link-text .link-text {
            color: #fdfdff;
            border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle h3, body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .title-md, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle h3, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .title-md {
          color: #fdfdff; }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle h3 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .title-md a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle h3 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .title-md a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
            color: #fdfdff;
            border-bottom: 1px solid; }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle h3 a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle h3 a.btn-icon-link-text .link-text, body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .title-md a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .title-md a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle h3 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle h3 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .title-md a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .title-md a.btn-icon-link-text .link-text {
            color: #fdfdff;
            border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle h4, body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .title-sm, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle h4, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .title-sm {
          color: #fdfdff; }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle h4 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .title-sm a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle h4 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .title-sm a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
            color: #fdfdff;
            border-bottom: 1px solid; }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle h4 a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle h4 a.btn-icon-link-text .link-text, body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .title-sm a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .title-sm a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle h4 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle h4 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .title-sm a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .title-sm a.btn-icon-link-text .link-text {
            color: #fdfdff;
            border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .text-disabled, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .text-disabled {
          color: #fdfdff; }
        body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .caption-text, body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .text-subdued, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .caption-text, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .text-subdued {
          color: #fdfdff; }
        body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .text-caption, body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle caption *, body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .footer-text, body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .footer-text *, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .text-caption, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle caption *, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .footer-text, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .footer-text * {
          color: #fdfdff; }
        body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .btn-icon-link span .link-metadata, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .btn-icon-link span .link-metadata {
          color: #fdfdff; }
        body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .d3-text-references p, body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .d3-text-references li, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .d3-text-references p, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .d3-text-references li {
          color: #fdfdff; }
        body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .chip, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .chip {
          background-color: #fff9f1;
          color: #b53f00; }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .chip a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .chip a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
            color: #181819;
            border-bottom: 1px solid; }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .chip a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .chip a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .chip a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .chip a.btn-icon-link-text .link-text {
            color: #181819;
            border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .eyebrow, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .eyebrow {
          color: #fdfdff; }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .eyebrow a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .eyebrow a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
            color: #fdfdff;
            border-bottom: 1px solid; }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .eyebrow a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .eyebrow a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .eyebrow a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .eyebrow a.btn-icon-link-text .link-text {
            color: #fdfdff;
            border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .eyebrow-banner, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .eyebrow-banner {
          color: #fdfdff;
          background-color: rgba(253, 253, 255, 0.1);
          border-color: rgba(253, 253, 255, 0.1); }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .eyebrow-banner > i, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .eyebrow-banner > i {
            color: rgba(253, 253, 255, 0.3);
            border-color: rgba(253, 253, 255, 0.1); }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .eyebrow-banner:hover, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .eyebrow-banner:hover {
            border-color: rgba(253, 253, 255, 0.3); }
            body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .eyebrow-banner:hover > i, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .eyebrow-banner:hover > i {
              color: #fdfdff;
              border-color: rgba(253, 253, 255, 0.3); }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .eyebrow-banner:active, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .eyebrow-banner:active {
            background-color: rgba(253, 253, 255, 0.3);
            border-color: rgba(253, 253, 255, 0.3); }
            body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .eyebrow-banner:active > i, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .eyebrow-banner:active > i {
              color: #fdfdff;
              border-color: rgba(253, 253, 255, 0.3); }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .eyebrow-banner:focus, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .eyebrow-banner:focus {
            background-color: rgba(253, 253, 255, 0.3);
            border-color: rgba(253, 253, 255, 0.3);
            -moz-box-shadow: 0 0 0 2px #d14900;
            -webkit-box-shadow: 0 0 0 2px #d14900;
            box-shadow: 0 0 0 2px #d14900; }
            body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .eyebrow-banner:focus > i, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .eyebrow-banner:focus > i {
              color: #fdfdff;
              border-color: rgba(253, 253, 255, 0.4); }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .eyebrow-banner-fill, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .eyebrow-banner-fill {
            color: #020304;
            background-color: rgba(253, 253, 255, 0.6);
            border-color: rgba(253, 253, 255, 0.4); }
            body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .eyebrow-banner-fill > i, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .eyebrow-banner-fill > i {
              color: #020304;
              border-color: rgba(253, 253, 255, 0.4); }
            body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .eyebrow-banner-fill:hover, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .eyebrow-banner-fill:hover {
              background-color: rgba(253, 253, 255, 0.7);
              border-color: rgba(253, 253, 255, 0.5); }
              body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .eyebrow-banner-fill:hover > i, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .eyebrow-banner-fill:hover > i {
                border-color: rgba(253, 253, 255, 0.5); }
            body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .eyebrow-banner-fill:active, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .eyebrow-banner-fill:active {
              background-color: rgba(253, 253, 255, 0.9);
              border-color: rgba(253, 253, 255, 0.7); }
              body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .eyebrow-banner-fill:active > i, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .eyebrow-banner-fill:active > i {
                border-color: rgba(253, 253, 255, 0.7); }
            body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .eyebrow-banner-fill:focus, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .eyebrow-banner-fill:focus {
              border-color: rgba(253, 253, 255, 0.5);
              -moz-box-shadow: 0 0 0 2px #d14900;
              -webkit-box-shadow: 0 0 0 2px #d14900;
              box-shadow: 0 0 0 2px #d14900; }
              body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .eyebrow-banner-fill:focus > i, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .eyebrow-banner-fill:focus > i {
                border-color: rgba(253, 253, 255, 0.5); }
        body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .circle, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .circle {
          background-color: #fff9f1;
          color: #b53f00; }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .circle a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .circle a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
            color: #181819;
            border-bottom: 1px solid; }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .circle a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .circle a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .circle a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .circle a.btn-icon-link-text .link-text {
            color: #181819;
            border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .btn-ghost, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .btn-ghost {
          color: #fdfdff; }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .btn-ghost:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .btn-ghost:not(:disabled):not(.disabled):not(:active):focus {
            border-color: #fdfdff;
            -moz-box-shadow: 0 0 0 3px #f98315;
            -webkit-box-shadow: 0 0 0 3px #f98315;
            box-shadow: 0 0 0 3px #f98315; }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .btn-ghost:not(:disabled):not(.disabled):not(.compact):hover, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .btn-ghost:not(:disabled):not(.disabled):not(.compact):hover {
            background-color: rgba(253, 253, 255, 0.1);
            color: #fdfdff; }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .btn-ghost:not(:disabled):not(.disabled):not(.compact):active, body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .btn-ghost:not(:disabled):not(.disabled):not(.compact).active, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .btn-ghost:not(:disabled):not(.disabled):not(.compact):active, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .btn-ghost:not(:disabled):not(.disabled):not(.compact).active {
            color: #fdfdff; }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .btn-ghost.sec-palette:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .btn-ghost.sec-palette:not(:disabled):not(.disabled):not(:active):focus {
            border-color: #fdfdff;
            -moz-box-shadow: 0 0 0 3px #ccced5;
            -webkit-box-shadow: 0 0 0 3px #ccced5;
            box-shadow: 0 0 0 3px #ccced5; }
        body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .btn-inverted, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .btn-inverted {
          border-color: #fdfdff;
          color: #fdfdff;
          -moz-box-shadow: 0 0 0 1px #fdfdff inset;
          -webkit-box-shadow: 0 0 0 1px #fdfdff inset;
          box-shadow: 0 0 0 1px #fdfdff inset;
          background-color: transparent; }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .btn-inverted:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .btn-inverted:not(:disabled):not(.disabled):not(:active):focus {
            border-color: #fdfdff;
            -moz-box-shadow: 0 0 0 3px #f98315;
            -webkit-box-shadow: 0 0 0 3px #f98315;
            box-shadow: 0 0 0 3px #f98315; }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .btn-inverted:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .btn-inverted:not(:disabled):not(.disabled):not(:active):focus {
            -moz-box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 3px #ffc06e;
            -webkit-box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 3px #ffc06e;
            box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 3px #ffc06e;
            background-color: transparent;
            border-color: #fdfdff;
            color: #fdfdff; }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .btn-inverted:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .btn-inverted:not(:disabled):not(.disabled):hover {
            background-color: #fdfdff;
            color: #181819;
            border-color: #fdfdff;
            -moz-box-shadow: 0 0 0 0 #fdfdff;
            -webkit-box-shadow: 0 0 0 0 #fdfdff;
            box-shadow: 0 0 0 0 #fdfdff; }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .btn-inverted:not(:disabled):not(.disabled):active, body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .btn-inverted:not(:disabled):not(.disabled).active, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .btn-inverted:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .btn-inverted:not(:disabled):not(.disabled).active {
            background-color: #fdfdff;
            color: #181819; }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus {
            border-color: #fdfdff;
            -moz-box-shadow: 0 0 0 3px #ccced5;
            -webkit-box-shadow: 0 0 0 3px #ccced5;
            box-shadow: 0 0 0 3px #ccced5; }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus {
            -moz-box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 3px #dde0e7;
            -webkit-box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 3px #dde0e7;
            box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 3px #dde0e7;
            background-color: transparent;
            border-color: #fdfdff;
            color: #fdfdff; }
        body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .icon-btn.social-icon:not(:disabled):not(.disabled), body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .icon-btn.social-icon:not(:disabled):not(.disabled) {
          color: #fdfdff;
          border: none;
          background-color: rgba(253, 253, 255, 0.1); }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .icon-btn.social-icon:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .icon-btn.social-icon:not(:disabled):not(.disabled):hover {
            background-color: rgba(253, 253, 255, 0.2); }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .icon-btn.social-icon:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .icon-btn.social-icon:not(:disabled):not(.disabled):active {
            background-color: rgba(253, 253, 255, 0.3); }
        body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .icon-btn.pagination-btn, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .icon-btn.pagination-btn {
          border-radius: 80px !important; }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus {
            border-color: #fdfdff;
            -moz-box-shadow: 0 0 0 3px #f98315;
            -webkit-box-shadow: 0 0 0 3px #f98315;
            box-shadow: 0 0 0 3px #f98315; }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .icon-btn.pagination-btn:not(:disabled):not(.disabled), body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .icon-btn.pagination-btn:not(:disabled):not(.disabled) {
            color: #fdfdff;
            border-color: rgba(253, 253, 255, 0.3);
            background-color: rgba(253, 253, 255, 0.05); }
            body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .icon-btn.pagination-btn:not(:disabled):not(.disabled):hover, body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .icon-btn.pagination-btn:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus {
              background-color: rgba(253, 253, 255, 0.2); }
            body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .icon-btn.pagination-btn:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .icon-btn.pagination-btn:not(:disabled):not(.disabled):active {
              background-color: rgba(253, 253, 255, 0.3);
              color: #fdfdff; }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .icon-btn.pagination-btn:disabled, body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .icon-btn.pagination-btn.disabled, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .icon-btn.pagination-btn:disabled, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .icon-btn.pagination-btn.disabled {
            background-color: #919191 !important;
            border-color: rgba(253, 253, 255, 0.3) !important;
            color: #dedede !important; }
        body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .utility-btn:not(:disabled):not(.disabled), body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .utility-btn:not(:disabled):not(.disabled) {
          background-color: transparent;
          border-color: #fdfdff;
          color: #fdfdff; }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .utility-btn:not(:disabled):not(.disabled):hover, body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .utility-btn:not(:disabled):not(.disabled):active, body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .utility-btn:not(:disabled):not(.disabled):focus, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .utility-btn:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .utility-btn:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .utility-btn:not(:disabled):not(.disabled):focus {
            border-color: #fdfdff; }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .utility-btn:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .utility-btn:not(:disabled):not(.disabled):hover {
            -moz-box-shadow: 0 0 0 1px #fdfdff inset;
            -webkit-box-shadow: 0 0 0 1px #fdfdff inset;
            box-shadow: 0 0 0 1px #fdfdff inset; }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .utility-btn:not(:disabled):not(.disabled):focus, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .utility-btn:not(:disabled):not(.disabled):focus {
            -moz-box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 2px #c64500;
            -webkit-box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 2px #c64500;
            box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 2px #c64500; }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .utility-btn:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .utility-btn:not(:disabled):not(.disabled):active {
            background-color: rgba(253, 253, 255, 0.1);
            color: #fdfdff; }
        body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .d3-switch .switch input:checked + .slider, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .d3-switch .switch input:checked + .slider {
          -moz-box-shadow: 0 0 0 1px #fdfdff inset;
          -webkit-box-shadow: 0 0 0 1px #fdfdff inset;
          box-shadow: 0 0 0 1px #fdfdff inset; }
        body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
        body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
        body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .d3-slider.not-card-slider .slider-controls ol.slider-indicators li, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
        body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
        body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .d3-slider.not-card-slider .slider-controls ol.slider-indicators li {
          background-color: rgba(253, 253, 255, 0.2); }
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
          body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle .d3-slider.not-card-slider .slider-controls ol.slider-indicators li.active, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
          body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
          body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle .d3-slider.not-card-slider .slider-controls ol.slider-indicators li.active {
            background-color: #fdfdff; }
        body #wrapper .d3-table.table-comparison table thead tr th.th-subtitle.table-col-1, body #wrapper .searchcontainer.table-comparison table thead tr th.th-subtitle.table-col-1 {
          border-left: none; }
    body #wrapper .d3-table.table-comparison table tbody tr td, body #wrapper .searchcontainer.table-comparison table tbody tr td {
      border-left: thin solid #c4c4c4;
      padding: 16px; }
    body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-col-1, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-col-1 {
      width: 33.33333%; }
    body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 {
      background-color: #b2b3b6;
      color: #181819; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
        color: #181819;
        border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 a.btn-icon-link-text .link-text {
        color: #181819;
        border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .hero, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .hero {
        color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .hero a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .hero a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #181819;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .hero a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .hero a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .hero a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .hero a.btn-icon-link-text .link-text {
          color: #181819;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 h1, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .title-xl, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 h1, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .title-xl {
        color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 h1 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .title-xl a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 h1 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .title-xl a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #181819;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 h1 a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 h1 a.btn-icon-link-text .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .title-xl a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .title-xl a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 h1 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 h1 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .title-xl a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .title-xl a.btn-icon-link-text .link-text {
          color: #181819;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 h2, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .title-lg, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 h2, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .title-lg {
        color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 h2 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .title-lg a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 h2 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .title-lg a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #181819;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 h2 a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 h2 a.btn-icon-link-text .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .title-lg a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .title-lg a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 h2 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 h2 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .title-lg a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .title-lg a.btn-icon-link-text .link-text {
          color: #181819;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 h3, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .title-md, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 h3, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .title-md {
        color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 h3 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .title-md a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 h3 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .title-md a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #181819;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 h3 a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 h3 a.btn-icon-link-text .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .title-md a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .title-md a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 h3 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 h3 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .title-md a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .title-md a.btn-icon-link-text .link-text {
          color: #181819;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 h4, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .title-sm, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 h4, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .title-sm {
        color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 h4 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .title-sm a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 h4 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .title-sm a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #181819;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 h4 a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 h4 a.btn-icon-link-text .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .title-sm a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .title-sm a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 h4 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 h4 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .title-sm a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .title-sm a.btn-icon-link-text .link-text {
          color: #181819;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .text-disabled, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .text-disabled {
        color: #181819; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .caption-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .text-subdued, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .caption-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .text-subdued {
        color: #181819; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .text-caption, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 caption *, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .footer-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .footer-text *, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .text-caption, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 caption *, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .footer-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .footer-text * {
        color: #181819; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .btn-icon-link span .link-metadata, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .btn-icon-link span .link-metadata {
        color: #181819; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .d3-text-references p, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .d3-text-references li, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .d3-text-references p, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .d3-text-references li {
        color: #181819; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .chip, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .chip {
        background-color: #b53f00;
        color: #fdfdff; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .chip a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .chip a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #fdfdff;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .chip a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .chip a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .chip a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .chip a.btn-icon-link-text .link-text {
          color: #fdfdff;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .eyebrow, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .eyebrow {
        color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .eyebrow a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .eyebrow a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #181819;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .eyebrow a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .eyebrow a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .eyebrow a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .eyebrow a.btn-icon-link-text .link-text {
          color: #181819;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .eyebrow-banner, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .eyebrow-banner {
        color: #020304;
        background-color: rgba(2, 3, 4, 0.05);
        border-color: rgba(2, 3, 4, 0.1); }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .eyebrow-banner > i, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .eyebrow-banner > i {
          color: rgba(2, 3, 4, 0.3);
          border-color: rgba(2, 3, 4, 0.1); }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .eyebrow-banner:hover, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .eyebrow-banner:hover {
          border-color: rgba(2, 3, 4, 0.3); }
          body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .eyebrow-banner:hover > i, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .eyebrow-banner:hover > i {
            color: #020304;
            border-color: rgba(2, 3, 4, 0.3); }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .eyebrow-banner:active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .eyebrow-banner:active {
          background-color: rgba(2, 3, 4, 0.1);
          border-color: rgba(2, 3, 4, 0.3); }
          body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .eyebrow-banner:active > i, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .eyebrow-banner:active > i {
            color: #020304;
            border-color: rgba(2, 3, 4, 0.3); }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .eyebrow-banner:focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .eyebrow-banner:focus {
          background-color: rgba(2, 3, 4, 0.1);
          border-color: rgba(2, 3, 4, 0.3);
          -moz-box-shadow: 0 0 0 2px #d14900;
          -webkit-box-shadow: 0 0 0 2px #d14900;
          box-shadow: 0 0 0 2px #d14900; }
          body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .eyebrow-banner:focus > i, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .eyebrow-banner:focus > i {
            color: #020304;
            border-color: rgba(2, 3, 4, 0.4); }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .eyebrow-banner-fill, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .eyebrow-banner-fill {
          color: #fdfdff;
          background-color: rgba(2, 3, 4, 0.5);
          border-color: rgba(2, 3, 4, 0.3); }
          body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .eyebrow-banner-fill > i, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .eyebrow-banner-fill > i {
            color: #fdfdff;
            border-color: rgba(2, 3, 4, 0.3); }
          body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .eyebrow-banner-fill:hover, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .eyebrow-banner-fill:hover {
            background-color: rgba(2, 3, 4, 0.6);
            border-color: rgba(2, 3, 4, 0.4); }
            body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .eyebrow-banner-fill:hover > i, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .eyebrow-banner-fill:hover > i {
              border-color: rgba(2, 3, 4, 0.4); }
          body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .eyebrow-banner-fill:active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .eyebrow-banner-fill:active {
            background-color: rgba(2, 3, 4, 0.8);
            border-color: rgba(2, 3, 4, 0.6); }
            body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .eyebrow-banner-fill:active > i, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .eyebrow-banner-fill:active > i {
              border-color: rgba(2, 3, 4, 0.6); }
          body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .eyebrow-banner-fill:focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .eyebrow-banner-fill:focus {
            background-color: rgba(2, 3, 4, 0.6);
            border-color: rgba(2, 3, 4, 0.4);
            -moz-box-shadow: 0 0 0 2px #d14900;
            -webkit-box-shadow: 0 0 0 2px #d14900;
            box-shadow: 0 0 0 2px #d14900; }
            body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .eyebrow-banner-fill:focus > i, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .eyebrow-banner-fill:focus > i {
              border-color: rgba(2, 3, 4, 0.4); }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .circle, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .circle {
        background-color: #b53f00;
        color: #fdfdff; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .circle a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .circle a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #fdfdff;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .circle a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .circle a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .circle a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .circle a.btn-icon-link-text .link-text {
          color: #fdfdff;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .btn-ghost, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .btn-ghost {
        color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .btn-ghost:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .btn-ghost:not(:disabled):not(.disabled):not(:active):focus {
          border-color: #fdfdff;
          -moz-box-shadow: 0 0 0 3px #f98315;
          -webkit-box-shadow: 0 0 0 3px #f98315;
          box-shadow: 0 0 0 3px #f98315; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .btn-ghost:not(:disabled):not(.disabled):not(.compact):hover, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .btn-ghost:not(:disabled):not(.disabled):not(.compact):hover {
          background-color: rgba(24, 24, 25, 0.03);
          color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .btn-ghost:not(:disabled):not(.disabled):not(.compact):active, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .btn-ghost:not(:disabled):not(.disabled):not(.compact).active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .btn-ghost:not(:disabled):not(.disabled):not(.compact):active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .btn-ghost:not(:disabled):not(.disabled):not(.compact).active {
          color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .btn-ghost.sec-palette:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .btn-ghost.sec-palette:not(:disabled):not(.disabled):not(:active):focus {
          border-color: #fdfdff;
          -moz-box-shadow: 0 0 0 3px #ccced5;
          -webkit-box-shadow: 0 0 0 3px #ccced5;
          box-shadow: 0 0 0 3px #ccced5; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .btn-inverted, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .btn-inverted {
        border-color: #181819;
        color: #181819;
        -moz-box-shadow: 0 0 0 1px #181819 inset;
        -webkit-box-shadow: 0 0 0 1px #181819 inset;
        box-shadow: 0 0 0 1px #181819 inset;
        background-color: transparent; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .btn-inverted:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .btn-inverted:not(:disabled):not(.disabled):not(:active):focus {
          border-color: #fdfdff;
          -moz-box-shadow: 0 0 0 3px #f98315;
          -webkit-box-shadow: 0 0 0 3px #f98315;
          box-shadow: 0 0 0 3px #f98315; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .btn-inverted:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .btn-inverted:not(:disabled):not(.disabled):not(:active):focus {
          -moz-box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #ffc06e;
          -webkit-box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #ffc06e;
          box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #ffc06e;
          background-color: transparent;
          border-color: #181819;
          color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .btn-inverted:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .btn-inverted:not(:disabled):not(.disabled):hover {
          background-color: #181819;
          color: #fdfdff;
          border-color: #181819;
          -moz-box-shadow: 0 0 0 0 #181819;
          -webkit-box-shadow: 0 0 0 0 #181819;
          box-shadow: 0 0 0 0 #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .btn-inverted:not(:disabled):not(.disabled):active, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .btn-inverted:not(:disabled):not(.disabled).active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .btn-inverted:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .btn-inverted:not(:disabled):not(.disabled).active {
          background-color: #181819;
          color: #fdfdff; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus {
          border-color: #fdfdff;
          -moz-box-shadow: 0 0 0 3px #ccced5;
          -webkit-box-shadow: 0 0 0 3px #ccced5;
          box-shadow: 0 0 0 3px #ccced5; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus {
          -moz-box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #dde0e7;
          -webkit-box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #dde0e7;
          box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #dde0e7;
          background-color: transparent;
          border-color: #181819;
          color: #181819; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .icon-btn.social-icon:not(:disabled):not(.disabled), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .icon-btn.social-icon:not(:disabled):not(.disabled) {
        color: #181819;
        border: none;
        background-color: rgba(24, 24, 25, 0.03); }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .icon-btn.social-icon:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .icon-btn.social-icon:not(:disabled):not(.disabled):hover {
          background-color: rgba(24, 24, 25, 0.08); }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .icon-btn.social-icon:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .icon-btn.social-icon:not(:disabled):not(.disabled):active {
          background-color: rgba(24, 24, 25, 0.13); }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .icon-btn.pagination-btn, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .icon-btn.pagination-btn {
        border-radius: 80px !important; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus {
          border-color: #fdfdff;
          -moz-box-shadow: 0 0 0 3px #f98315;
          -webkit-box-shadow: 0 0 0 3px #f98315;
          box-shadow: 0 0 0 3px #f98315; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .icon-btn.pagination-btn:not(:disabled):not(.disabled), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .icon-btn.pagination-btn:not(:disabled):not(.disabled) {
          color: #919191;
          border-color: rgba(2, 3, 4, 0.05);
          background-color: rgba(2, 3, 4, 0.03); }
          body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .icon-btn.pagination-btn:not(:disabled):not(.disabled):hover, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .icon-btn.pagination-btn:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus {
            background-color: rgba(2, 3, 4, 0.1); }
          body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .icon-btn.pagination-btn:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .icon-btn.pagination-btn:not(:disabled):not(.disabled):active {
            background-color: rgba(2, 3, 4, 0.3);
            color: #fdfdff; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .icon-btn.pagination-btn:disabled, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .icon-btn.pagination-btn.disabled, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .icon-btn.pagination-btn:disabled, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .icon-btn.pagination-btn.disabled {
          background-color: #dedede !important;
          border-color: #5e5e5e !important;
          color: #5e5e5e !important; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .utility-btn:not(:disabled):not(.disabled), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .utility-btn:not(:disabled):not(.disabled) {
        background-color: #fdfdff;
        border-color: #919191;
        color: #020304; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .utility-btn:not(:disabled):not(.disabled):hover, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .utility-btn:not(:disabled):not(.disabled):active, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .utility-btn:not(:disabled):not(.disabled):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .utility-btn:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .utility-btn:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .utility-btn:not(:disabled):not(.disabled):focus {
          border-color: #919191; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .utility-btn:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .utility-btn:not(:disabled):not(.disabled):hover {
          -moz-box-shadow: 0 0 0 1px #919191 inset;
          -webkit-box-shadow: 0 0 0 1px #919191 inset;
          box-shadow: 0 0 0 1px #919191 inset; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .utility-btn:not(:disabled):not(.disabled):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .utility-btn:not(:disabled):not(.disabled):focus {
          -moz-box-shadow: 0 0 0 1px #919191 inset, 0 0 0 2px #c64500;
          -webkit-box-shadow: 0 0 0 1px #919191 inset, 0 0 0 2px #c64500;
          box-shadow: 0 0 0 1px #919191 inset, 0 0 0 2px #c64500; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .utility-btn:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .utility-btn:not(:disabled):not(.disabled):active {
          background-color: #f7f7f7;
          color: #020304; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .d3-switch .switch input:checked + .slider, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .d3-switch .switch input:checked + .slider {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .d3-slider.not-card-slider .slider-controls ol.slider-indicators li, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
      body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
      body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .d3-slider.not-card-slider .slider-controls ol.slider-indicators li {
        background-color: rgba(2, 3, 4, 0.1); }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-1 .d3-slider.not-card-slider .slider-controls ol.slider-indicators li.active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
        body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
        body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-1 .d3-slider.not-card-slider .slider-controls ol.slider-indicators li.active {
          background-color: #c64500; }
    body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 {
      background-color: #c4c4c4;
      color: #181819; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
        color: #181819;
        border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 a.btn-icon-link-text .link-text {
        color: #181819;
        border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .hero, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .hero {
        color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .hero a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .hero a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #181819;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .hero a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .hero a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .hero a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .hero a.btn-icon-link-text .link-text {
          color: #181819;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 h1, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .title-xl, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 h1, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .title-xl {
        color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 h1 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .title-xl a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 h1 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .title-xl a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #181819;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 h1 a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 h1 a.btn-icon-link-text .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .title-xl a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .title-xl a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 h1 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 h1 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .title-xl a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .title-xl a.btn-icon-link-text .link-text {
          color: #181819;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 h2, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .title-lg, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 h2, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .title-lg {
        color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 h2 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .title-lg a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 h2 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .title-lg a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #181819;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 h2 a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 h2 a.btn-icon-link-text .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .title-lg a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .title-lg a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 h2 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 h2 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .title-lg a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .title-lg a.btn-icon-link-text .link-text {
          color: #181819;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 h3, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .title-md, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 h3, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .title-md {
        color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 h3 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .title-md a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 h3 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .title-md a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #181819;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 h3 a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 h3 a.btn-icon-link-text .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .title-md a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .title-md a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 h3 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 h3 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .title-md a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .title-md a.btn-icon-link-text .link-text {
          color: #181819;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 h4, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .title-sm, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 h4, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .title-sm {
        color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 h4 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .title-sm a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 h4 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .title-sm a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #181819;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 h4 a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 h4 a.btn-icon-link-text .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .title-sm a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .title-sm a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 h4 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 h4 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .title-sm a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .title-sm a.btn-icon-link-text .link-text {
          color: #181819;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .text-disabled, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .text-disabled {
        color: #181819; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .caption-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .text-subdued, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .caption-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .text-subdued {
        color: #181819; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .text-caption, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 caption *, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .footer-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .footer-text *, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .text-caption, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 caption *, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .footer-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .footer-text * {
        color: #181819; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .btn-icon-link span .link-metadata, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .btn-icon-link span .link-metadata {
        color: #181819; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .d3-text-references p, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .d3-text-references li, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .d3-text-references p, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .d3-text-references li {
        color: #181819; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .chip, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .chip {
        background-color: #b53f00;
        color: #fdfdff; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .chip a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .chip a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #fdfdff;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .chip a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .chip a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .chip a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .chip a.btn-icon-link-text .link-text {
          color: #fdfdff;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .eyebrow, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .eyebrow {
        color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .eyebrow a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .eyebrow a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #181819;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .eyebrow a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .eyebrow a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .eyebrow a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .eyebrow a.btn-icon-link-text .link-text {
          color: #181819;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .eyebrow-banner, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .eyebrow-banner {
        color: #020304;
        background-color: rgba(2, 3, 4, 0.05);
        border-color: rgba(2, 3, 4, 0.1); }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .eyebrow-banner > i, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .eyebrow-banner > i {
          color: rgba(2, 3, 4, 0.3);
          border-color: rgba(2, 3, 4, 0.1); }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .eyebrow-banner:hover, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .eyebrow-banner:hover {
          border-color: rgba(2, 3, 4, 0.3); }
          body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .eyebrow-banner:hover > i, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .eyebrow-banner:hover > i {
            color: #020304;
            border-color: rgba(2, 3, 4, 0.3); }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .eyebrow-banner:active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .eyebrow-banner:active {
          background-color: rgba(2, 3, 4, 0.1);
          border-color: rgba(2, 3, 4, 0.3); }
          body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .eyebrow-banner:active > i, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .eyebrow-banner:active > i {
            color: #020304;
            border-color: rgba(2, 3, 4, 0.3); }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .eyebrow-banner:focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .eyebrow-banner:focus {
          background-color: rgba(2, 3, 4, 0.1);
          border-color: rgba(2, 3, 4, 0.3);
          -moz-box-shadow: 0 0 0 2px #d14900;
          -webkit-box-shadow: 0 0 0 2px #d14900;
          box-shadow: 0 0 0 2px #d14900; }
          body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .eyebrow-banner:focus > i, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .eyebrow-banner:focus > i {
            color: #020304;
            border-color: rgba(2, 3, 4, 0.4); }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .eyebrow-banner-fill, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .eyebrow-banner-fill {
          color: #fdfdff;
          background-color: rgba(2, 3, 4, 0.5);
          border-color: rgba(2, 3, 4, 0.3); }
          body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .eyebrow-banner-fill > i, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .eyebrow-banner-fill > i {
            color: #fdfdff;
            border-color: rgba(2, 3, 4, 0.3); }
          body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .eyebrow-banner-fill:hover, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .eyebrow-banner-fill:hover {
            background-color: rgba(2, 3, 4, 0.6);
            border-color: rgba(2, 3, 4, 0.4); }
            body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .eyebrow-banner-fill:hover > i, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .eyebrow-banner-fill:hover > i {
              border-color: rgba(2, 3, 4, 0.4); }
          body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .eyebrow-banner-fill:active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .eyebrow-banner-fill:active {
            background-color: rgba(2, 3, 4, 0.8);
            border-color: rgba(2, 3, 4, 0.6); }
            body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .eyebrow-banner-fill:active > i, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .eyebrow-banner-fill:active > i {
              border-color: rgba(2, 3, 4, 0.6); }
          body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .eyebrow-banner-fill:focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .eyebrow-banner-fill:focus {
            background-color: rgba(2, 3, 4, 0.6);
            border-color: rgba(2, 3, 4, 0.4);
            -moz-box-shadow: 0 0 0 2px #d14900;
            -webkit-box-shadow: 0 0 0 2px #d14900;
            box-shadow: 0 0 0 2px #d14900; }
            body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .eyebrow-banner-fill:focus > i, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .eyebrow-banner-fill:focus > i {
              border-color: rgba(2, 3, 4, 0.4); }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .circle, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .circle {
        background-color: #b53f00;
        color: #fdfdff; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .circle a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .circle a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #fdfdff;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .circle a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .circle a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .circle a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .circle a.btn-icon-link-text .link-text {
          color: #fdfdff;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .btn-ghost, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .btn-ghost {
        color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .btn-ghost:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .btn-ghost:not(:disabled):not(.disabled):not(:active):focus {
          border-color: #fdfdff;
          -moz-box-shadow: 0 0 0 3px #f98315;
          -webkit-box-shadow: 0 0 0 3px #f98315;
          box-shadow: 0 0 0 3px #f98315; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .btn-ghost:not(:disabled):not(.disabled):not(.compact):hover, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .btn-ghost:not(:disabled):not(.disabled):not(.compact):hover {
          background-color: rgba(24, 24, 25, 0.03);
          color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .btn-ghost:not(:disabled):not(.disabled):not(.compact):active, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .btn-ghost:not(:disabled):not(.disabled):not(.compact).active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .btn-ghost:not(:disabled):not(.disabled):not(.compact):active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .btn-ghost:not(:disabled):not(.disabled):not(.compact).active {
          color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .btn-ghost.sec-palette:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .btn-ghost.sec-palette:not(:disabled):not(.disabled):not(:active):focus {
          border-color: #fdfdff;
          -moz-box-shadow: 0 0 0 3px #ccced5;
          -webkit-box-shadow: 0 0 0 3px #ccced5;
          box-shadow: 0 0 0 3px #ccced5; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .btn-inverted, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .btn-inverted {
        border-color: #181819;
        color: #181819;
        -moz-box-shadow: 0 0 0 1px #181819 inset;
        -webkit-box-shadow: 0 0 0 1px #181819 inset;
        box-shadow: 0 0 0 1px #181819 inset;
        background-color: transparent; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .btn-inverted:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .btn-inverted:not(:disabled):not(.disabled):not(:active):focus {
          border-color: #fdfdff;
          -moz-box-shadow: 0 0 0 3px #f98315;
          -webkit-box-shadow: 0 0 0 3px #f98315;
          box-shadow: 0 0 0 3px #f98315; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .btn-inverted:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .btn-inverted:not(:disabled):not(.disabled):not(:active):focus {
          -moz-box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #ffc06e;
          -webkit-box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #ffc06e;
          box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #ffc06e;
          background-color: transparent;
          border-color: #181819;
          color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .btn-inverted:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .btn-inverted:not(:disabled):not(.disabled):hover {
          background-color: #181819;
          color: #fdfdff;
          border-color: #181819;
          -moz-box-shadow: 0 0 0 0 #181819;
          -webkit-box-shadow: 0 0 0 0 #181819;
          box-shadow: 0 0 0 0 #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .btn-inverted:not(:disabled):not(.disabled):active, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .btn-inverted:not(:disabled):not(.disabled).active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .btn-inverted:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .btn-inverted:not(:disabled):not(.disabled).active {
          background-color: #181819;
          color: #fdfdff; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus {
          border-color: #fdfdff;
          -moz-box-shadow: 0 0 0 3px #ccced5;
          -webkit-box-shadow: 0 0 0 3px #ccced5;
          box-shadow: 0 0 0 3px #ccced5; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus {
          -moz-box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #dde0e7;
          -webkit-box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #dde0e7;
          box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #dde0e7;
          background-color: transparent;
          border-color: #181819;
          color: #181819; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .icon-btn.social-icon:not(:disabled):not(.disabled), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .icon-btn.social-icon:not(:disabled):not(.disabled) {
        color: #181819;
        border: none;
        background-color: rgba(24, 24, 25, 0.03); }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .icon-btn.social-icon:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .icon-btn.social-icon:not(:disabled):not(.disabled):hover {
          background-color: rgba(24, 24, 25, 0.08); }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .icon-btn.social-icon:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .icon-btn.social-icon:not(:disabled):not(.disabled):active {
          background-color: rgba(24, 24, 25, 0.13); }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .icon-btn.pagination-btn, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .icon-btn.pagination-btn {
        border-radius: 80px !important; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus {
          border-color: #fdfdff;
          -moz-box-shadow: 0 0 0 3px #f98315;
          -webkit-box-shadow: 0 0 0 3px #f98315;
          box-shadow: 0 0 0 3px #f98315; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .icon-btn.pagination-btn:not(:disabled):not(.disabled), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .icon-btn.pagination-btn:not(:disabled):not(.disabled) {
          color: #919191;
          border-color: rgba(2, 3, 4, 0.05);
          background-color: rgba(2, 3, 4, 0.03); }
          body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .icon-btn.pagination-btn:not(:disabled):not(.disabled):hover, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .icon-btn.pagination-btn:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus {
            background-color: rgba(2, 3, 4, 0.1); }
          body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .icon-btn.pagination-btn:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .icon-btn.pagination-btn:not(:disabled):not(.disabled):active {
            background-color: rgba(2, 3, 4, 0.3);
            color: #fdfdff; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .icon-btn.pagination-btn:disabled, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .icon-btn.pagination-btn.disabled, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .icon-btn.pagination-btn:disabled, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .icon-btn.pagination-btn.disabled {
          background-color: #dedede !important;
          border-color: #5e5e5e !important;
          color: #5e5e5e !important; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .utility-btn:not(:disabled):not(.disabled), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .utility-btn:not(:disabled):not(.disabled) {
        background-color: #fdfdff;
        border-color: #919191;
        color: #020304; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .utility-btn:not(:disabled):not(.disabled):hover, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .utility-btn:not(:disabled):not(.disabled):active, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .utility-btn:not(:disabled):not(.disabled):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .utility-btn:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .utility-btn:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .utility-btn:not(:disabled):not(.disabled):focus {
          border-color: #919191; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .utility-btn:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .utility-btn:not(:disabled):not(.disabled):hover {
          -moz-box-shadow: 0 0 0 1px #919191 inset;
          -webkit-box-shadow: 0 0 0 1px #919191 inset;
          box-shadow: 0 0 0 1px #919191 inset; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .utility-btn:not(:disabled):not(.disabled):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .utility-btn:not(:disabled):not(.disabled):focus {
          -moz-box-shadow: 0 0 0 1px #919191 inset, 0 0 0 2px #c64500;
          -webkit-box-shadow: 0 0 0 1px #919191 inset, 0 0 0 2px #c64500;
          box-shadow: 0 0 0 1px #919191 inset, 0 0 0 2px #c64500; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .utility-btn:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .utility-btn:not(:disabled):not(.disabled):active {
          background-color: #f7f7f7;
          color: #020304; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .d3-switch .switch input:checked + .slider, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .d3-switch .switch input:checked + .slider {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .d3-slider.not-card-slider .slider-controls ol.slider-indicators li, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
      body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
      body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .d3-slider.not-card-slider .slider-controls ol.slider-indicators li {
        background-color: rgba(2, 3, 4, 0.1); }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.table-group-2 .d3-slider.not-card-slider .slider-controls ol.slider-indicators li.active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
        body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
        body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.table-group-2 .d3-slider.not-card-slider .slider-controls ol.slider-indicators li.active {
          background-color: #c64500; }
    body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 {
      background-color: #ccced5;
      color: #181819;
      border-left: thin solid #515252; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
        color: #181819;
        border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 a.btn-icon-link-text .link-text {
        color: #181819;
        border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .hero, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .hero {
        color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .hero a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .hero a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #181819;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .hero a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .hero a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .hero a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .hero a.btn-icon-link-text .link-text {
          color: #181819;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 h1, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .title-xl, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 h1, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .title-xl {
        color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 h1 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .title-xl a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 h1 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .title-xl a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #181819;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 h1 a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 h1 a.btn-icon-link-text .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .title-xl a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .title-xl a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 h1 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 h1 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .title-xl a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .title-xl a.btn-icon-link-text .link-text {
          color: #181819;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 h2, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .title-lg, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 h2, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .title-lg {
        color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 h2 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .title-lg a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 h2 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .title-lg a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #181819;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 h2 a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 h2 a.btn-icon-link-text .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .title-lg a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .title-lg a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 h2 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 h2 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .title-lg a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .title-lg a.btn-icon-link-text .link-text {
          color: #181819;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 h3, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .title-md, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 h3, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .title-md {
        color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 h3 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .title-md a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 h3 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .title-md a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #181819;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 h3 a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 h3 a.btn-icon-link-text .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .title-md a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .title-md a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 h3 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 h3 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .title-md a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .title-md a.btn-icon-link-text .link-text {
          color: #181819;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 h4, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .title-sm, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 h4, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .title-sm {
        color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 h4 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .title-sm a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 h4 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .title-sm a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #181819;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 h4 a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 h4 a.btn-icon-link-text .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .title-sm a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .title-sm a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 h4 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 h4 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .title-sm a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .title-sm a.btn-icon-link-text .link-text {
          color: #181819;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .text-disabled, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .text-disabled {
        color: #181819; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .caption-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .text-subdued, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .caption-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .text-subdued {
        color: #181819; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .text-caption, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 caption *, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .footer-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .footer-text *, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .text-caption, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 caption *, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .footer-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .footer-text * {
        color: #181819; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .btn-icon-link span .link-metadata, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .btn-icon-link span .link-metadata {
        color: #181819; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .d3-text-references p, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .d3-text-references li, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .d3-text-references p, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .d3-text-references li {
        color: #181819; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .chip, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .chip {
        background-color: #b53f00;
        color: #fdfdff; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .chip a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .chip a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #fdfdff;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .chip a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .chip a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .chip a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .chip a.btn-icon-link-text .link-text {
          color: #fdfdff;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .eyebrow, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .eyebrow {
        color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .eyebrow a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .eyebrow a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #181819;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .eyebrow a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .eyebrow a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .eyebrow a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .eyebrow a.btn-icon-link-text .link-text {
          color: #181819;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .eyebrow-banner, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .eyebrow-banner {
        color: #020304;
        background-color: rgba(2, 3, 4, 0.05);
        border-color: rgba(2, 3, 4, 0.1); }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .eyebrow-banner > i, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .eyebrow-banner > i {
          color: rgba(2, 3, 4, 0.3);
          border-color: rgba(2, 3, 4, 0.1); }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .eyebrow-banner:hover, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .eyebrow-banner:hover {
          border-color: rgba(2, 3, 4, 0.3); }
          body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .eyebrow-banner:hover > i, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .eyebrow-banner:hover > i {
            color: #020304;
            border-color: rgba(2, 3, 4, 0.3); }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .eyebrow-banner:active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .eyebrow-banner:active {
          background-color: rgba(2, 3, 4, 0.1);
          border-color: rgba(2, 3, 4, 0.3); }
          body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .eyebrow-banner:active > i, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .eyebrow-banner:active > i {
            color: #020304;
            border-color: rgba(2, 3, 4, 0.3); }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .eyebrow-banner:focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .eyebrow-banner:focus {
          background-color: rgba(2, 3, 4, 0.1);
          border-color: rgba(2, 3, 4, 0.3);
          -moz-box-shadow: 0 0 0 2px #d14900;
          -webkit-box-shadow: 0 0 0 2px #d14900;
          box-shadow: 0 0 0 2px #d14900; }
          body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .eyebrow-banner:focus > i, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .eyebrow-banner:focus > i {
            color: #020304;
            border-color: rgba(2, 3, 4, 0.4); }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .eyebrow-banner-fill, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .eyebrow-banner-fill {
          color: #fdfdff;
          background-color: rgba(2, 3, 4, 0.5);
          border-color: rgba(2, 3, 4, 0.3); }
          body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .eyebrow-banner-fill > i, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .eyebrow-banner-fill > i {
            color: #fdfdff;
            border-color: rgba(2, 3, 4, 0.3); }
          body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .eyebrow-banner-fill:hover, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .eyebrow-banner-fill:hover {
            background-color: rgba(2, 3, 4, 0.6);
            border-color: rgba(2, 3, 4, 0.4); }
            body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .eyebrow-banner-fill:hover > i, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .eyebrow-banner-fill:hover > i {
              border-color: rgba(2, 3, 4, 0.4); }
          body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .eyebrow-banner-fill:active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .eyebrow-banner-fill:active {
            background-color: rgba(2, 3, 4, 0.8);
            border-color: rgba(2, 3, 4, 0.6); }
            body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .eyebrow-banner-fill:active > i, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .eyebrow-banner-fill:active > i {
              border-color: rgba(2, 3, 4, 0.6); }
          body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .eyebrow-banner-fill:focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .eyebrow-banner-fill:focus {
            background-color: rgba(2, 3, 4, 0.6);
            border-color: rgba(2, 3, 4, 0.4);
            -moz-box-shadow: 0 0 0 2px #d14900;
            -webkit-box-shadow: 0 0 0 2px #d14900;
            box-shadow: 0 0 0 2px #d14900; }
            body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .eyebrow-banner-fill:focus > i, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .eyebrow-banner-fill:focus > i {
              border-color: rgba(2, 3, 4, 0.4); }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .circle, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .circle {
        background-color: #b53f00;
        color: #fdfdff; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .circle a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .circle a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #fdfdff;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .circle a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .circle a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .circle a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .circle a.btn-icon-link-text .link-text {
          color: #fdfdff;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .btn-ghost, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .btn-ghost {
        color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .btn-ghost:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .btn-ghost:not(:disabled):not(.disabled):not(:active):focus {
          border-color: #fdfdff;
          -moz-box-shadow: 0 0 0 3px #f98315;
          -webkit-box-shadow: 0 0 0 3px #f98315;
          box-shadow: 0 0 0 3px #f98315; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .btn-ghost:not(:disabled):not(.disabled):not(.compact):hover, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .btn-ghost:not(:disabled):not(.disabled):not(.compact):hover {
          background-color: rgba(24, 24, 25, 0.03);
          color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .btn-ghost:not(:disabled):not(.disabled):not(.compact):active, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .btn-ghost:not(:disabled):not(.disabled):not(.compact).active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .btn-ghost:not(:disabled):not(.disabled):not(.compact):active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .btn-ghost:not(:disabled):not(.disabled):not(.compact).active {
          color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .btn-ghost.sec-palette:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .btn-ghost.sec-palette:not(:disabled):not(.disabled):not(:active):focus {
          border-color: #fdfdff;
          -moz-box-shadow: 0 0 0 3px #ccced5;
          -webkit-box-shadow: 0 0 0 3px #ccced5;
          box-shadow: 0 0 0 3px #ccced5; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .btn-inverted, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .btn-inverted {
        border-color: #181819;
        color: #181819;
        -moz-box-shadow: 0 0 0 1px #181819 inset;
        -webkit-box-shadow: 0 0 0 1px #181819 inset;
        box-shadow: 0 0 0 1px #181819 inset;
        background-color: transparent; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .btn-inverted:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .btn-inverted:not(:disabled):not(.disabled):not(:active):focus {
          border-color: #fdfdff;
          -moz-box-shadow: 0 0 0 3px #f98315;
          -webkit-box-shadow: 0 0 0 3px #f98315;
          box-shadow: 0 0 0 3px #f98315; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .btn-inverted:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .btn-inverted:not(:disabled):not(.disabled):not(:active):focus {
          -moz-box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #ffc06e;
          -webkit-box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #ffc06e;
          box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #ffc06e;
          background-color: transparent;
          border-color: #181819;
          color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .btn-inverted:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .btn-inverted:not(:disabled):not(.disabled):hover {
          background-color: #181819;
          color: #fdfdff;
          border-color: #181819;
          -moz-box-shadow: 0 0 0 0 #181819;
          -webkit-box-shadow: 0 0 0 0 #181819;
          box-shadow: 0 0 0 0 #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .btn-inverted:not(:disabled):not(.disabled):active, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .btn-inverted:not(:disabled):not(.disabled).active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .btn-inverted:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .btn-inverted:not(:disabled):not(.disabled).active {
          background-color: #181819;
          color: #fdfdff; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus {
          border-color: #fdfdff;
          -moz-box-shadow: 0 0 0 3px #ccced5;
          -webkit-box-shadow: 0 0 0 3px #ccced5;
          box-shadow: 0 0 0 3px #ccced5; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus {
          -moz-box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #dde0e7;
          -webkit-box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #dde0e7;
          box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #dde0e7;
          background-color: transparent;
          border-color: #181819;
          color: #181819; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .icon-btn.social-icon:not(:disabled):not(.disabled), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .icon-btn.social-icon:not(:disabled):not(.disabled) {
        color: #181819;
        border: none;
        background-color: rgba(24, 24, 25, 0.03); }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .icon-btn.social-icon:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .icon-btn.social-icon:not(:disabled):not(.disabled):hover {
          background-color: rgba(24, 24, 25, 0.08); }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .icon-btn.social-icon:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .icon-btn.social-icon:not(:disabled):not(.disabled):active {
          background-color: rgba(24, 24, 25, 0.13); }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .icon-btn.pagination-btn, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .icon-btn.pagination-btn {
        border-radius: 80px !important; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus {
          border-color: #fdfdff;
          -moz-box-shadow: 0 0 0 3px #f98315;
          -webkit-box-shadow: 0 0 0 3px #f98315;
          box-shadow: 0 0 0 3px #f98315; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .icon-btn.pagination-btn:not(:disabled):not(.disabled), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .icon-btn.pagination-btn:not(:disabled):not(.disabled) {
          color: #919191;
          border-color: rgba(2, 3, 4, 0.05);
          background-color: rgba(2, 3, 4, 0.03); }
          body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .icon-btn.pagination-btn:not(:disabled):not(.disabled):hover, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .icon-btn.pagination-btn:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus {
            background-color: rgba(2, 3, 4, 0.1); }
          body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .icon-btn.pagination-btn:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .icon-btn.pagination-btn:not(:disabled):not(.disabled):active {
            background-color: rgba(2, 3, 4, 0.3);
            color: #fdfdff; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .icon-btn.pagination-btn:disabled, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .icon-btn.pagination-btn.disabled, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .icon-btn.pagination-btn:disabled, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .icon-btn.pagination-btn.disabled {
          background-color: #dedede !important;
          border-color: #5e5e5e !important;
          color: #5e5e5e !important; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .utility-btn:not(:disabled):not(.disabled), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .utility-btn:not(:disabled):not(.disabled) {
        background-color: #fdfdff;
        border-color: #919191;
        color: #020304; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .utility-btn:not(:disabled):not(.disabled):hover, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .utility-btn:not(:disabled):not(.disabled):active, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .utility-btn:not(:disabled):not(.disabled):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .utility-btn:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .utility-btn:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .utility-btn:not(:disabled):not(.disabled):focus {
          border-color: #919191; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .utility-btn:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .utility-btn:not(:disabled):not(.disabled):hover {
          -moz-box-shadow: 0 0 0 1px #919191 inset;
          -webkit-box-shadow: 0 0 0 1px #919191 inset;
          box-shadow: 0 0 0 1px #919191 inset; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .utility-btn:not(:disabled):not(.disabled):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .utility-btn:not(:disabled):not(.disabled):focus {
          -moz-box-shadow: 0 0 0 1px #919191 inset, 0 0 0 2px #c64500;
          -webkit-box-shadow: 0 0 0 1px #919191 inset, 0 0 0 2px #c64500;
          box-shadow: 0 0 0 1px #919191 inset, 0 0 0 2px #c64500; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .utility-btn:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .utility-btn:not(:disabled):not(.disabled):active {
          background-color: #f7f7f7;
          color: #020304; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .d3-switch .switch input:checked + .slider, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .d3-switch .switch input:checked + .slider {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .d3-slider.not-card-slider .slider-controls ol.slider-indicators li, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
      body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
      body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .d3-slider.not-card-slider .slider-controls ol.slider-indicators li {
        background-color: rgba(2, 3, 4, 0.1); }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .d3-slider.not-card-slider .slider-controls ol.slider-indicators li.active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
        body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
        body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1 .d3-slider.not-card-slider .slider-controls ol.slider-indicators li.active {
          background-color: #c64500; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1.table-col-1, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-1.table-col-1 {
        border-left: none; }
    body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 {
      background-color: #c4c4c4;
      color: #181819;
      border-left: thin solid #ababab; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
        color: #181819;
        border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 a.btn-icon-link-text .link-text {
        color: #181819;
        border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .hero, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .hero {
        color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .hero a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .hero a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #181819;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .hero a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .hero a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .hero a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .hero a.btn-icon-link-text .link-text {
          color: #181819;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 h1, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .title-xl, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 h1, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .title-xl {
        color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 h1 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .title-xl a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 h1 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .title-xl a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #181819;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 h1 a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 h1 a.btn-icon-link-text .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .title-xl a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .title-xl a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 h1 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 h1 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .title-xl a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .title-xl a.btn-icon-link-text .link-text {
          color: #181819;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 h2, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .title-lg, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 h2, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .title-lg {
        color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 h2 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .title-lg a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 h2 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .title-lg a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #181819;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 h2 a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 h2 a.btn-icon-link-text .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .title-lg a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .title-lg a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 h2 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 h2 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .title-lg a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .title-lg a.btn-icon-link-text .link-text {
          color: #181819;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 h3, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .title-md, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 h3, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .title-md {
        color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 h3 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .title-md a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 h3 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .title-md a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #181819;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 h3 a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 h3 a.btn-icon-link-text .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .title-md a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .title-md a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 h3 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 h3 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .title-md a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .title-md a.btn-icon-link-text .link-text {
          color: #181819;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 h4, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .title-sm, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 h4, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .title-sm {
        color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 h4 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .title-sm a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 h4 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .title-sm a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #181819;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 h4 a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 h4 a.btn-icon-link-text .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .title-sm a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .title-sm a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 h4 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 h4 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .title-sm a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .title-sm a.btn-icon-link-text .link-text {
          color: #181819;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .text-disabled, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .text-disabled {
        color: #181819; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .caption-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .text-subdued, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .caption-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .text-subdued {
        color: #181819; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .text-caption, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 caption *, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .footer-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .footer-text *, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .text-caption, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 caption *, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .footer-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .footer-text * {
        color: #181819; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .btn-icon-link span .link-metadata, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .btn-icon-link span .link-metadata {
        color: #181819; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .d3-text-references p, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .d3-text-references li, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .d3-text-references p, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .d3-text-references li {
        color: #181819; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .chip, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .chip {
        background-color: #b53f00;
        color: #fdfdff; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .chip a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .chip a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #fdfdff;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .chip a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .chip a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .chip a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .chip a.btn-icon-link-text .link-text {
          color: #fdfdff;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .eyebrow, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .eyebrow {
        color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .eyebrow a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .eyebrow a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #181819;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .eyebrow a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .eyebrow a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .eyebrow a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .eyebrow a.btn-icon-link-text .link-text {
          color: #181819;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .eyebrow-banner, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .eyebrow-banner {
        color: #020304;
        background-color: rgba(2, 3, 4, 0.05);
        border-color: rgba(2, 3, 4, 0.1); }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .eyebrow-banner > i, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .eyebrow-banner > i {
          color: rgba(2, 3, 4, 0.3);
          border-color: rgba(2, 3, 4, 0.1); }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .eyebrow-banner:hover, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .eyebrow-banner:hover {
          border-color: rgba(2, 3, 4, 0.3); }
          body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .eyebrow-banner:hover > i, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .eyebrow-banner:hover > i {
            color: #020304;
            border-color: rgba(2, 3, 4, 0.3); }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .eyebrow-banner:active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .eyebrow-banner:active {
          background-color: rgba(2, 3, 4, 0.1);
          border-color: rgba(2, 3, 4, 0.3); }
          body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .eyebrow-banner:active > i, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .eyebrow-banner:active > i {
            color: #020304;
            border-color: rgba(2, 3, 4, 0.3); }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .eyebrow-banner:focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .eyebrow-banner:focus {
          background-color: rgba(2, 3, 4, 0.1);
          border-color: rgba(2, 3, 4, 0.3);
          -moz-box-shadow: 0 0 0 2px #d14900;
          -webkit-box-shadow: 0 0 0 2px #d14900;
          box-shadow: 0 0 0 2px #d14900; }
          body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .eyebrow-banner:focus > i, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .eyebrow-banner:focus > i {
            color: #020304;
            border-color: rgba(2, 3, 4, 0.4); }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .eyebrow-banner-fill, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .eyebrow-banner-fill {
          color: #fdfdff;
          background-color: rgba(2, 3, 4, 0.5);
          border-color: rgba(2, 3, 4, 0.3); }
          body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .eyebrow-banner-fill > i, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .eyebrow-banner-fill > i {
            color: #fdfdff;
            border-color: rgba(2, 3, 4, 0.3); }
          body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .eyebrow-banner-fill:hover, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .eyebrow-banner-fill:hover {
            background-color: rgba(2, 3, 4, 0.6);
            border-color: rgba(2, 3, 4, 0.4); }
            body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .eyebrow-banner-fill:hover > i, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .eyebrow-banner-fill:hover > i {
              border-color: rgba(2, 3, 4, 0.4); }
          body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .eyebrow-banner-fill:active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .eyebrow-banner-fill:active {
            background-color: rgba(2, 3, 4, 0.8);
            border-color: rgba(2, 3, 4, 0.6); }
            body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .eyebrow-banner-fill:active > i, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .eyebrow-banner-fill:active > i {
              border-color: rgba(2, 3, 4, 0.6); }
          body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .eyebrow-banner-fill:focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .eyebrow-banner-fill:focus {
            background-color: rgba(2, 3, 4, 0.6);
            border-color: rgba(2, 3, 4, 0.4);
            -moz-box-shadow: 0 0 0 2px #d14900;
            -webkit-box-shadow: 0 0 0 2px #d14900;
            box-shadow: 0 0 0 2px #d14900; }
            body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .eyebrow-banner-fill:focus > i, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .eyebrow-banner-fill:focus > i {
              border-color: rgba(2, 3, 4, 0.4); }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .circle, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .circle {
        background-color: #b53f00;
        color: #fdfdff; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .circle a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .circle a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #fdfdff;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .circle a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .circle a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .circle a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .circle a.btn-icon-link-text .link-text {
          color: #fdfdff;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .btn-ghost, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .btn-ghost {
        color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .btn-ghost:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .btn-ghost:not(:disabled):not(.disabled):not(:active):focus {
          border-color: #fdfdff;
          -moz-box-shadow: 0 0 0 3px #f98315;
          -webkit-box-shadow: 0 0 0 3px #f98315;
          box-shadow: 0 0 0 3px #f98315; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .btn-ghost:not(:disabled):not(.disabled):not(.compact):hover, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .btn-ghost:not(:disabled):not(.disabled):not(.compact):hover {
          background-color: rgba(24, 24, 25, 0.03);
          color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .btn-ghost:not(:disabled):not(.disabled):not(.compact):active, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .btn-ghost:not(:disabled):not(.disabled):not(.compact).active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .btn-ghost:not(:disabled):not(.disabled):not(.compact):active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .btn-ghost:not(:disabled):not(.disabled):not(.compact).active {
          color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .btn-ghost.sec-palette:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .btn-ghost.sec-palette:not(:disabled):not(.disabled):not(:active):focus {
          border-color: #fdfdff;
          -moz-box-shadow: 0 0 0 3px #ccced5;
          -webkit-box-shadow: 0 0 0 3px #ccced5;
          box-shadow: 0 0 0 3px #ccced5; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .btn-inverted, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .btn-inverted {
        border-color: #181819;
        color: #181819;
        -moz-box-shadow: 0 0 0 1px #181819 inset;
        -webkit-box-shadow: 0 0 0 1px #181819 inset;
        box-shadow: 0 0 0 1px #181819 inset;
        background-color: transparent; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .btn-inverted:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .btn-inverted:not(:disabled):not(.disabled):not(:active):focus {
          border-color: #fdfdff;
          -moz-box-shadow: 0 0 0 3px #f98315;
          -webkit-box-shadow: 0 0 0 3px #f98315;
          box-shadow: 0 0 0 3px #f98315; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .btn-inverted:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .btn-inverted:not(:disabled):not(.disabled):not(:active):focus {
          -moz-box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #ffc06e;
          -webkit-box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #ffc06e;
          box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #ffc06e;
          background-color: transparent;
          border-color: #181819;
          color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .btn-inverted:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .btn-inverted:not(:disabled):not(.disabled):hover {
          background-color: #181819;
          color: #fdfdff;
          border-color: #181819;
          -moz-box-shadow: 0 0 0 0 #181819;
          -webkit-box-shadow: 0 0 0 0 #181819;
          box-shadow: 0 0 0 0 #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .btn-inverted:not(:disabled):not(.disabled):active, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .btn-inverted:not(:disabled):not(.disabled).active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .btn-inverted:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .btn-inverted:not(:disabled):not(.disabled).active {
          background-color: #181819;
          color: #fdfdff; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus {
          border-color: #fdfdff;
          -moz-box-shadow: 0 0 0 3px #ccced5;
          -webkit-box-shadow: 0 0 0 3px #ccced5;
          box-shadow: 0 0 0 3px #ccced5; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus {
          -moz-box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #dde0e7;
          -webkit-box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #dde0e7;
          box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #dde0e7;
          background-color: transparent;
          border-color: #181819;
          color: #181819; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .icon-btn.social-icon:not(:disabled):not(.disabled), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .icon-btn.social-icon:not(:disabled):not(.disabled) {
        color: #181819;
        border: none;
        background-color: rgba(24, 24, 25, 0.03); }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .icon-btn.social-icon:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .icon-btn.social-icon:not(:disabled):not(.disabled):hover {
          background-color: rgba(24, 24, 25, 0.08); }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .icon-btn.social-icon:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .icon-btn.social-icon:not(:disabled):not(.disabled):active {
          background-color: rgba(24, 24, 25, 0.13); }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .icon-btn.pagination-btn, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .icon-btn.pagination-btn {
        border-radius: 80px !important; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus {
          border-color: #fdfdff;
          -moz-box-shadow: 0 0 0 3px #f98315;
          -webkit-box-shadow: 0 0 0 3px #f98315;
          box-shadow: 0 0 0 3px #f98315; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .icon-btn.pagination-btn:not(:disabled):not(.disabled), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .icon-btn.pagination-btn:not(:disabled):not(.disabled) {
          color: #919191;
          border-color: rgba(2, 3, 4, 0.05);
          background-color: rgba(2, 3, 4, 0.03); }
          body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .icon-btn.pagination-btn:not(:disabled):not(.disabled):hover, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .icon-btn.pagination-btn:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus {
            background-color: rgba(2, 3, 4, 0.1); }
          body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .icon-btn.pagination-btn:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .icon-btn.pagination-btn:not(:disabled):not(.disabled):active {
            background-color: rgba(2, 3, 4, 0.3);
            color: #fdfdff; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .icon-btn.pagination-btn:disabled, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .icon-btn.pagination-btn.disabled, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .icon-btn.pagination-btn:disabled, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .icon-btn.pagination-btn.disabled {
          background-color: #dedede !important;
          border-color: #5e5e5e !important;
          color: #5e5e5e !important; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .utility-btn:not(:disabled):not(.disabled), body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .utility-btn:not(:disabled):not(.disabled) {
        background-color: #fdfdff;
        border-color: #919191;
        color: #020304; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .utility-btn:not(:disabled):not(.disabled):hover, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .utility-btn:not(:disabled):not(.disabled):active, body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .utility-btn:not(:disabled):not(.disabled):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .utility-btn:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .utility-btn:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .utility-btn:not(:disabled):not(.disabled):focus {
          border-color: #919191; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .utility-btn:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .utility-btn:not(:disabled):not(.disabled):hover {
          -moz-box-shadow: 0 0 0 1px #919191 inset;
          -webkit-box-shadow: 0 0 0 1px #919191 inset;
          box-shadow: 0 0 0 1px #919191 inset; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .utility-btn:not(:disabled):not(.disabled):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .utility-btn:not(:disabled):not(.disabled):focus {
          -moz-box-shadow: 0 0 0 1px #919191 inset, 0 0 0 2px #c64500;
          -webkit-box-shadow: 0 0 0 1px #919191 inset, 0 0 0 2px #c64500;
          box-shadow: 0 0 0 1px #919191 inset, 0 0 0 2px #c64500; }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .utility-btn:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .utility-btn:not(:disabled):not(.disabled):active {
          background-color: #f7f7f7;
          color: #020304; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .d3-switch .switch input:checked + .slider, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .d3-switch .switch input:checked + .slider {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .d3-slider.not-card-slider .slider-controls ol.slider-indicators li, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
      body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
      body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .d3-slider.not-card-slider .slider-controls ol.slider-indicators li {
        background-color: rgba(2, 3, 4, 0.1); }
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
        body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .d3-slider.not-card-slider .slider-controls ol.slider-indicators li.active, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
        body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
        body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2 .d3-slider.not-card-slider .slider-controls ol.slider-indicators li.active {
          background-color: #c64500; }
      body #wrapper .d3-table.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2.table-col-1, body #wrapper .searchcontainer.table-comparison table.table-2-groups thead tr th.th-subtitle.th-group-2.table-col-1 {
        border-left: none; }
    body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 {
      background-color: #eceff4;
      color: #181819; }
      body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
        color: #181819;
        border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 a.btn-icon-link-text .link-text {
        color: #181819;
        border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .hero, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .hero {
        color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .hero a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .hero a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #181819;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .hero a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .hero a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .hero a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .hero a.btn-icon-link-text .link-text {
          color: #181819;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 h1, body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .title-xl, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 h1, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .title-xl {
        color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 h1 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .title-xl a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 h1 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .title-xl a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #181819;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 h1 a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 h1 a.btn-icon-link-text .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .title-xl a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .title-xl a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 h1 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 h1 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .title-xl a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .title-xl a.btn-icon-link-text .link-text {
          color: #181819;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 h2, body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .title-lg, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 h2, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .title-lg {
        color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 h2 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .title-lg a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 h2 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .title-lg a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #181819;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 h2 a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 h2 a.btn-icon-link-text .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .title-lg a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .title-lg a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 h2 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 h2 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .title-lg a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .title-lg a.btn-icon-link-text .link-text {
          color: #181819;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 h3, body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .title-md, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 h3, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .title-md {
        color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 h3 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .title-md a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 h3 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .title-md a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #181819;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 h3 a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 h3 a.btn-icon-link-text .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .title-md a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .title-md a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 h3 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 h3 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .title-md a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .title-md a.btn-icon-link-text .link-text {
          color: #181819;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 h4, body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .title-sm, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 h4, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .title-sm {
        color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 h4 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .title-sm a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 h4 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .title-sm a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #181819;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 h4 a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 h4 a.btn-icon-link-text .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .title-sm a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .title-sm a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 h4 a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 h4 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .title-sm a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .title-sm a.btn-icon-link-text .link-text {
          color: #181819;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .text-disabled, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .text-disabled {
        color: #5e5e5e; }
      body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .caption-text, body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .text-subdued, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .caption-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .text-subdued {
        color: #5e5e5e; }
      body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .text-caption, body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 caption *, body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .footer-text, body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .footer-text *, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .text-caption, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 caption *, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .footer-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .footer-text * {
        color: #5e5e5e; }
      body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .btn-icon-link span .link-metadata, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .btn-icon-link span .link-metadata {
        color: #5e5e5e; }
      body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .d3-text-references p, body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .d3-text-references li, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .d3-text-references p, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .d3-text-references li {
        color: #5e5e5e; }
      body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .chip, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .chip {
        background-color: #b53f00;
        color: #fdfdff; }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .chip a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .chip a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #fdfdff;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .chip a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .chip a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .chip a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .chip a.btn-icon-link-text .link-text {
          color: #fdfdff;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .eyebrow, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .eyebrow {
        color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .eyebrow a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .eyebrow a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #181819;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .eyebrow a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .eyebrow a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .eyebrow a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .eyebrow a.btn-icon-link-text .link-text {
          color: #181819;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .eyebrow-banner, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .eyebrow-banner {
        color: #020304;
        background-color: rgba(2, 3, 4, 0.05);
        border-color: rgba(2, 3, 4, 0.1); }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .eyebrow-banner > i, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .eyebrow-banner > i {
          color: rgba(2, 3, 4, 0.3);
          border-color: rgba(2, 3, 4, 0.1); }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .eyebrow-banner:hover, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .eyebrow-banner:hover {
          border-color: rgba(2, 3, 4, 0.3); }
          body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .eyebrow-banner:hover > i, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .eyebrow-banner:hover > i {
            color: #020304;
            border-color: rgba(2, 3, 4, 0.3); }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .eyebrow-banner:active, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .eyebrow-banner:active {
          background-color: rgba(2, 3, 4, 0.1);
          border-color: rgba(2, 3, 4, 0.3); }
          body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .eyebrow-banner:active > i, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .eyebrow-banner:active > i {
            color: #020304;
            border-color: rgba(2, 3, 4, 0.3); }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .eyebrow-banner:focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .eyebrow-banner:focus {
          background-color: rgba(2, 3, 4, 0.1);
          border-color: rgba(2, 3, 4, 0.3);
          -moz-box-shadow: 0 0 0 2px #d14900;
          -webkit-box-shadow: 0 0 0 2px #d14900;
          box-shadow: 0 0 0 2px #d14900; }
          body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .eyebrow-banner:focus > i, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .eyebrow-banner:focus > i {
            color: #020304;
            border-color: rgba(2, 3, 4, 0.4); }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .eyebrow-banner-fill, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .eyebrow-banner-fill {
          color: #fdfdff;
          background-color: rgba(2, 3, 4, 0.5);
          border-color: rgba(2, 3, 4, 0.3); }
          body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .eyebrow-banner-fill > i, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .eyebrow-banner-fill > i {
            color: #fdfdff;
            border-color: rgba(2, 3, 4, 0.3); }
          body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .eyebrow-banner-fill:hover, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .eyebrow-banner-fill:hover {
            background-color: rgba(2, 3, 4, 0.6);
            border-color: rgba(2, 3, 4, 0.4); }
            body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .eyebrow-banner-fill:hover > i, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .eyebrow-banner-fill:hover > i {
              border-color: rgba(2, 3, 4, 0.4); }
          body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .eyebrow-banner-fill:active, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .eyebrow-banner-fill:active {
            background-color: rgba(2, 3, 4, 0.8);
            border-color: rgba(2, 3, 4, 0.6); }
            body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .eyebrow-banner-fill:active > i, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .eyebrow-banner-fill:active > i {
              border-color: rgba(2, 3, 4, 0.6); }
          body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .eyebrow-banner-fill:focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .eyebrow-banner-fill:focus {
            background-color: rgba(2, 3, 4, 0.6);
            border-color: rgba(2, 3, 4, 0.4);
            -moz-box-shadow: 0 0 0 2px #d14900;
            -webkit-box-shadow: 0 0 0 2px #d14900;
            box-shadow: 0 0 0 2px #d14900; }
            body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .eyebrow-banner-fill:focus > i, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .eyebrow-banner-fill:focus > i {
              border-color: rgba(2, 3, 4, 0.4); }
      body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .circle, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .circle {
        background-color: #b53f00;
        color: #fdfdff; }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .circle a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .circle a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #fdfdff;
          border-bottom: 1px solid; }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .circle a.btn-icon-link .link-text, body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .circle a.btn-icon-link-text .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .circle a.btn-icon-link .link-text, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .circle a.btn-icon-link-text .link-text {
          color: #fdfdff;
          border-bottom: 1px solid; }
      body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .btn-ghost, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .btn-ghost {
        color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .btn-ghost:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .btn-ghost:not(:disabled):not(.disabled):not(:active):focus {
          border-color: #fdfdff;
          -moz-box-shadow: 0 0 0 3px #f98315;
          -webkit-box-shadow: 0 0 0 3px #f98315;
          box-shadow: 0 0 0 3px #f98315; }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .btn-ghost:not(:disabled):not(.disabled):not(.compact):hover, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .btn-ghost:not(:disabled):not(.disabled):not(.compact):hover {
          background-color: rgba(24, 24, 25, 0.03);
          color: #b53f00; }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .btn-ghost:not(:disabled):not(.disabled):not(.compact):active, body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .btn-ghost:not(:disabled):not(.disabled):not(.compact).active, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .btn-ghost:not(:disabled):not(.disabled):not(.compact):active, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .btn-ghost:not(:disabled):not(.disabled):not(.compact).active {
          color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .btn-ghost.sec-palette:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .btn-ghost.sec-palette:not(:disabled):not(.disabled):not(:active):focus {
          border-color: #fdfdff;
          -moz-box-shadow: 0 0 0 3px #ccced5;
          -webkit-box-shadow: 0 0 0 3px #ccced5;
          box-shadow: 0 0 0 3px #ccced5; }
      body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .btn-inverted, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .btn-inverted {
        border-color: #181819;
        color: #181819;
        -moz-box-shadow: 0 0 0 1px #181819 inset;
        -webkit-box-shadow: 0 0 0 1px #181819 inset;
        box-shadow: 0 0 0 1px #181819 inset;
        background-color: transparent; }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .btn-inverted:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .btn-inverted:not(:disabled):not(.disabled):not(:active):focus {
          border-color: #fdfdff;
          -moz-box-shadow: 0 0 0 3px #f98315;
          -webkit-box-shadow: 0 0 0 3px #f98315;
          box-shadow: 0 0 0 3px #f98315; }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .btn-inverted:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .btn-inverted:not(:disabled):not(.disabled):not(:active):focus {
          -moz-box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #ffc06e;
          -webkit-box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #ffc06e;
          box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #ffc06e;
          background-color: transparent;
          border-color: #181819;
          color: #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .btn-inverted:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .btn-inverted:not(:disabled):not(.disabled):hover {
          background-color: #181819;
          color: #fdfdff;
          border-color: #181819;
          -moz-box-shadow: 0 0 0 0 #181819;
          -webkit-box-shadow: 0 0 0 0 #181819;
          box-shadow: 0 0 0 0 #181819; }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .btn-inverted:not(:disabled):not(.disabled):active, body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .btn-inverted:not(:disabled):not(.disabled).active, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .btn-inverted:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .btn-inverted:not(:disabled):not(.disabled).active {
          background-color: #181819;
          color: #fdfdff; }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus {
          border-color: #fdfdff;
          -moz-box-shadow: 0 0 0 3px #ccced5;
          -webkit-box-shadow: 0 0 0 3px #ccced5;
          box-shadow: 0 0 0 3px #ccced5; }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus {
          -moz-box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #dde0e7;
          -webkit-box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #dde0e7;
          box-shadow: 0 0 0 1px #181819 inset, 0 0 0 3px #dde0e7;
          background-color: transparent;
          border-color: #181819;
          color: #181819; }
      body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .icon-btn.social-icon:not(:disabled):not(.disabled), body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .icon-btn.social-icon:not(:disabled):not(.disabled) {
        color: #181819;
        border: none;
        background-color: rgba(24, 24, 25, 0.03); }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .icon-btn.social-icon:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .icon-btn.social-icon:not(:disabled):not(.disabled):hover {
          background-color: rgba(24, 24, 25, 0.08); }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .icon-btn.social-icon:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .icon-btn.social-icon:not(:disabled):not(.disabled):active {
          background-color: rgba(24, 24, 25, 0.13); }
      body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .icon-btn.pagination-btn, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .icon-btn.pagination-btn {
        border-radius: 80px !important; }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus {
          border-color: #fdfdff;
          -moz-box-shadow: 0 0 0 3px #f98315;
          -webkit-box-shadow: 0 0 0 3px #f98315;
          box-shadow: 0 0 0 3px #f98315; }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .icon-btn.pagination-btn:not(:disabled):not(.disabled), body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .icon-btn.pagination-btn:not(:disabled):not(.disabled) {
          color: #919191;
          border-color: rgba(2, 3, 4, 0.05);
          background-color: rgba(2, 3, 4, 0.03); }
          body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .icon-btn.pagination-btn:not(:disabled):not(.disabled):hover, body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .icon-btn.pagination-btn:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus {
            background-color: rgba(2, 3, 4, 0.1); }
          body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .icon-btn.pagination-btn:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .icon-btn.pagination-btn:not(:disabled):not(.disabled):active {
            background-color: rgba(2, 3, 4, 0.3);
            color: #fdfdff; }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .icon-btn.pagination-btn:disabled, body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .icon-btn.pagination-btn.disabled, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .icon-btn.pagination-btn:disabled, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .icon-btn.pagination-btn.disabled {
          background-color: #dedede !important;
          border-color: #5e5e5e !important;
          color: #5e5e5e !important; }
      body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .utility-btn:not(:disabled):not(.disabled), body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .utility-btn:not(:disabled):not(.disabled) {
        background-color: #fdfdff;
        border-color: #919191;
        color: #020304; }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .utility-btn:not(:disabled):not(.disabled):hover, body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .utility-btn:not(:disabled):not(.disabled):active, body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .utility-btn:not(:disabled):not(.disabled):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .utility-btn:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .utility-btn:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .utility-btn:not(:disabled):not(.disabled):focus {
          border-color: #919191; }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .utility-btn:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .utility-btn:not(:disabled):not(.disabled):hover {
          -moz-box-shadow: 0 0 0 1px #919191 inset;
          -webkit-box-shadow: 0 0 0 1px #919191 inset;
          box-shadow: 0 0 0 1px #919191 inset; }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .utility-btn:not(:disabled):not(.disabled):focus, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .utility-btn:not(:disabled):not(.disabled):focus {
          -moz-box-shadow: 0 0 0 1px #919191 inset, 0 0 0 2px #c64500;
          -webkit-box-shadow: 0 0 0 1px #919191 inset, 0 0 0 2px #c64500;
          box-shadow: 0 0 0 1px #919191 inset, 0 0 0 2px #c64500; }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .utility-btn:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .utility-btn:not(:disabled):not(.disabled):active {
          background-color: #f7f7f7;
          color: #020304; }
      body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .d3-switch .switch input:checked + .slider, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .d3-switch .switch input:checked + .slider {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
      body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
      body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
      body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .d3-slider.not-card-slider .slider-controls ol.slider-indicators li, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
      body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
      body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .d3-slider.not-card-slider .slider-controls ol.slider-indicators li {
        background-color: rgba(2, 3, 4, 0.1); }
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
        body #wrapper .d3-table.table-comparison table.table-2-groups tbody tr td.table-group-1 .d3-slider.not-card-slider .slider-controls ol.slider-indicators li.active, body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
        body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
        body #wrapper .searchcontainer.table-comparison table.table-2-groups tbody tr td.table-group-1 .d3-slider.not-card-slider .slider-controls ol.slider-indicators li.active {
          background-color: #c64500; }
  body #wrapper .d3-table .d3-md-hide, body #wrapper .searchcontainer .d3-md-hide {
    padding: 0; }
    body #wrapper .d3-table .d3-md-hide .table-header, body #wrapper .searchcontainer .d3-md-hide .table-header {
      background-color: #c64500;
      color: #fdfdff;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      font-weight: bold;
      padding: 16px; }
      body #wrapper .d3-table .d3-md-hide .table-header a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer .d3-md-hide .table-header a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
        color: #fdfdff;
        border-bottom: 1px solid; }
      body #wrapper .d3-table .d3-md-hide .table-header a.btn-icon-link .link-text, body #wrapper .d3-table .d3-md-hide .table-header a.btn-icon-link-text .link-text, body #wrapper .searchcontainer .d3-md-hide .table-header a.btn-icon-link .link-text, body #wrapper .searchcontainer .d3-md-hide .table-header a.btn-icon-link-text .link-text {
        color: #fdfdff;
        border-bottom: 1px solid; }
      body #wrapper .d3-table .d3-md-hide .table-header .hero, body #wrapper .searchcontainer .d3-md-hide .table-header .hero {
        color: #fdfdff; }
        body #wrapper .d3-table .d3-md-hide .table-header .hero a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer .d3-md-hide .table-header .hero a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #fdfdff;
          border-bottom: 1px solid; }
        body #wrapper .d3-table .d3-md-hide .table-header .hero a.btn-icon-link .link-text, body #wrapper .d3-table .d3-md-hide .table-header .hero a.btn-icon-link-text .link-text, body #wrapper .searchcontainer .d3-md-hide .table-header .hero a.btn-icon-link .link-text, body #wrapper .searchcontainer .d3-md-hide .table-header .hero a.btn-icon-link-text .link-text {
          color: #fdfdff;
          border-bottom: 1px solid; }
      body #wrapper .d3-table .d3-md-hide .table-header h1, body #wrapper .d3-table .d3-md-hide .table-header .title-xl, body #wrapper .searchcontainer .d3-md-hide .table-header h1, body #wrapper .searchcontainer .d3-md-hide .table-header .title-xl {
        color: #fdfdff; }
        body #wrapper .d3-table .d3-md-hide .table-header h1 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table .d3-md-hide .table-header .title-xl a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer .d3-md-hide .table-header h1 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer .d3-md-hide .table-header .title-xl a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #fdfdff;
          border-bottom: 1px solid; }
        body #wrapper .d3-table .d3-md-hide .table-header h1 a.btn-icon-link .link-text, body #wrapper .d3-table .d3-md-hide .table-header h1 a.btn-icon-link-text .link-text, body #wrapper .d3-table .d3-md-hide .table-header .title-xl a.btn-icon-link .link-text, body #wrapper .d3-table .d3-md-hide .table-header .title-xl a.btn-icon-link-text .link-text, body #wrapper .searchcontainer .d3-md-hide .table-header h1 a.btn-icon-link .link-text, body #wrapper .searchcontainer .d3-md-hide .table-header h1 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer .d3-md-hide .table-header .title-xl a.btn-icon-link .link-text, body #wrapper .searchcontainer .d3-md-hide .table-header .title-xl a.btn-icon-link-text .link-text {
          color: #fdfdff;
          border-bottom: 1px solid; }
      body #wrapper .d3-table .d3-md-hide .table-header h2, body #wrapper .d3-table .d3-md-hide .table-header .title-lg, body #wrapper .searchcontainer .d3-md-hide .table-header h2, body #wrapper .searchcontainer .d3-md-hide .table-header .title-lg {
        color: #fdfdff; }
        body #wrapper .d3-table .d3-md-hide .table-header h2 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table .d3-md-hide .table-header .title-lg a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer .d3-md-hide .table-header h2 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer .d3-md-hide .table-header .title-lg a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #fdfdff;
          border-bottom: 1px solid; }
        body #wrapper .d3-table .d3-md-hide .table-header h2 a.btn-icon-link .link-text, body #wrapper .d3-table .d3-md-hide .table-header h2 a.btn-icon-link-text .link-text, body #wrapper .d3-table .d3-md-hide .table-header .title-lg a.btn-icon-link .link-text, body #wrapper .d3-table .d3-md-hide .table-header .title-lg a.btn-icon-link-text .link-text, body #wrapper .searchcontainer .d3-md-hide .table-header h2 a.btn-icon-link .link-text, body #wrapper .searchcontainer .d3-md-hide .table-header h2 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer .d3-md-hide .table-header .title-lg a.btn-icon-link .link-text, body #wrapper .searchcontainer .d3-md-hide .table-header .title-lg a.btn-icon-link-text .link-text {
          color: #fdfdff;
          border-bottom: 1px solid; }
      body #wrapper .d3-table .d3-md-hide .table-header h3, body #wrapper .d3-table .d3-md-hide .table-header .title-md, body #wrapper .searchcontainer .d3-md-hide .table-header h3, body #wrapper .searchcontainer .d3-md-hide .table-header .title-md {
        color: #fdfdff; }
        body #wrapper .d3-table .d3-md-hide .table-header h3 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table .d3-md-hide .table-header .title-md a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer .d3-md-hide .table-header h3 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer .d3-md-hide .table-header .title-md a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #fdfdff;
          border-bottom: 1px solid; }
        body #wrapper .d3-table .d3-md-hide .table-header h3 a.btn-icon-link .link-text, body #wrapper .d3-table .d3-md-hide .table-header h3 a.btn-icon-link-text .link-text, body #wrapper .d3-table .d3-md-hide .table-header .title-md a.btn-icon-link .link-text, body #wrapper .d3-table .d3-md-hide .table-header .title-md a.btn-icon-link-text .link-text, body #wrapper .searchcontainer .d3-md-hide .table-header h3 a.btn-icon-link .link-text, body #wrapper .searchcontainer .d3-md-hide .table-header h3 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer .d3-md-hide .table-header .title-md a.btn-icon-link .link-text, body #wrapper .searchcontainer .d3-md-hide .table-header .title-md a.btn-icon-link-text .link-text {
          color: #fdfdff;
          border-bottom: 1px solid; }
      body #wrapper .d3-table .d3-md-hide .table-header h4, body #wrapper .d3-table .d3-md-hide .table-header .title-sm, body #wrapper .searchcontainer .d3-md-hide .table-header h4, body #wrapper .searchcontainer .d3-md-hide .table-header .title-sm {
        color: #fdfdff; }
        body #wrapper .d3-table .d3-md-hide .table-header h4 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .d3-table .d3-md-hide .table-header .title-sm a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer .d3-md-hide .table-header h4 a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer .d3-md-hide .table-header .title-sm a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #fdfdff;
          border-bottom: 1px solid; }
        body #wrapper .d3-table .d3-md-hide .table-header h4 a.btn-icon-link .link-text, body #wrapper .d3-table .d3-md-hide .table-header h4 a.btn-icon-link-text .link-text, body #wrapper .d3-table .d3-md-hide .table-header .title-sm a.btn-icon-link .link-text, body #wrapper .d3-table .d3-md-hide .table-header .title-sm a.btn-icon-link-text .link-text, body #wrapper .searchcontainer .d3-md-hide .table-header h4 a.btn-icon-link .link-text, body #wrapper .searchcontainer .d3-md-hide .table-header h4 a.btn-icon-link-text .link-text, body #wrapper .searchcontainer .d3-md-hide .table-header .title-sm a.btn-icon-link .link-text, body #wrapper .searchcontainer .d3-md-hide .table-header .title-sm a.btn-icon-link-text .link-text {
          color: #fdfdff;
          border-bottom: 1px solid; }
      body #wrapper .d3-table .d3-md-hide .table-header .text-disabled, body #wrapper .searchcontainer .d3-md-hide .table-header .text-disabled {
        color: #fdfdff; }
      body #wrapper .d3-table .d3-md-hide .table-header .caption-text, body #wrapper .d3-table .d3-md-hide .table-header .text-subdued, body #wrapper .searchcontainer .d3-md-hide .table-header .caption-text, body #wrapper .searchcontainer .d3-md-hide .table-header .text-subdued {
        color: #fdfdff; }
      body #wrapper .d3-table .d3-md-hide .table-header .text-caption, body #wrapper .d3-table .d3-md-hide .table-header caption *, body #wrapper .d3-table .d3-md-hide .table-header .footer-text, body #wrapper .d3-table .d3-md-hide .table-header .footer-text *, body #wrapper .searchcontainer .d3-md-hide .table-header .text-caption, body #wrapper .searchcontainer .d3-md-hide .table-header caption *, body #wrapper .searchcontainer .d3-md-hide .table-header .footer-text, body #wrapper .searchcontainer .d3-md-hide .table-header .footer-text * {
        color: #fdfdff; }
      body #wrapper .d3-table .d3-md-hide .table-header .btn-icon-link span .link-metadata, body #wrapper .searchcontainer .d3-md-hide .table-header .btn-icon-link span .link-metadata {
        color: #fdfdff; }
      body #wrapper .d3-table .d3-md-hide .table-header .d3-text-references p, body #wrapper .d3-table .d3-md-hide .table-header .d3-text-references li, body #wrapper .searchcontainer .d3-md-hide .table-header .d3-text-references p, body #wrapper .searchcontainer .d3-md-hide .table-header .d3-text-references li {
        color: #fdfdff; }
      body #wrapper .d3-table .d3-md-hide .table-header .chip, body #wrapper .searchcontainer .d3-md-hide .table-header .chip {
        background-color: #fff9f1;
        color: #b53f00; }
        body #wrapper .d3-table .d3-md-hide .table-header .chip a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer .d3-md-hide .table-header .chip a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #181819;
          border-bottom: 1px solid; }
        body #wrapper .d3-table .d3-md-hide .table-header .chip a.btn-icon-link .link-text, body #wrapper .d3-table .d3-md-hide .table-header .chip a.btn-icon-link-text .link-text, body #wrapper .searchcontainer .d3-md-hide .table-header .chip a.btn-icon-link .link-text, body #wrapper .searchcontainer .d3-md-hide .table-header .chip a.btn-icon-link-text .link-text {
          color: #181819;
          border-bottom: 1px solid; }
      body #wrapper .d3-table .d3-md-hide .table-header .eyebrow, body #wrapper .searchcontainer .d3-md-hide .table-header .eyebrow {
        color: #fdfdff; }
        body #wrapper .d3-table .d3-md-hide .table-header .eyebrow a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer .d3-md-hide .table-header .eyebrow a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #fdfdff;
          border-bottom: 1px solid; }
        body #wrapper .d3-table .d3-md-hide .table-header .eyebrow a.btn-icon-link .link-text, body #wrapper .d3-table .d3-md-hide .table-header .eyebrow a.btn-icon-link-text .link-text, body #wrapper .searchcontainer .d3-md-hide .table-header .eyebrow a.btn-icon-link .link-text, body #wrapper .searchcontainer .d3-md-hide .table-header .eyebrow a.btn-icon-link-text .link-text {
          color: #fdfdff;
          border-bottom: 1px solid; }
      body #wrapper .d3-table .d3-md-hide .table-header .eyebrow-banner, body #wrapper .searchcontainer .d3-md-hide .table-header .eyebrow-banner {
        color: #fdfdff;
        background-color: rgba(253, 253, 255, 0.1);
        border-color: rgba(253, 253, 255, 0.1); }
        body #wrapper .d3-table .d3-md-hide .table-header .eyebrow-banner > i, body #wrapper .searchcontainer .d3-md-hide .table-header .eyebrow-banner > i {
          color: rgba(253, 253, 255, 0.3);
          border-color: rgba(253, 253, 255, 0.1); }
        body #wrapper .d3-table .d3-md-hide .table-header .eyebrow-banner:hover, body #wrapper .searchcontainer .d3-md-hide .table-header .eyebrow-banner:hover {
          border-color: rgba(253, 253, 255, 0.3); }
          body #wrapper .d3-table .d3-md-hide .table-header .eyebrow-banner:hover > i, body #wrapper .searchcontainer .d3-md-hide .table-header .eyebrow-banner:hover > i {
            color: #fdfdff;
            border-color: rgba(253, 253, 255, 0.3); }
        body #wrapper .d3-table .d3-md-hide .table-header .eyebrow-banner:active, body #wrapper .searchcontainer .d3-md-hide .table-header .eyebrow-banner:active {
          background-color: rgba(253, 253, 255, 0.3);
          border-color: rgba(253, 253, 255, 0.3); }
          body #wrapper .d3-table .d3-md-hide .table-header .eyebrow-banner:active > i, body #wrapper .searchcontainer .d3-md-hide .table-header .eyebrow-banner:active > i {
            color: #fdfdff;
            border-color: rgba(253, 253, 255, 0.3); }
        body #wrapper .d3-table .d3-md-hide .table-header .eyebrow-banner:focus, body #wrapper .searchcontainer .d3-md-hide .table-header .eyebrow-banner:focus {
          background-color: rgba(253, 253, 255, 0.3);
          border-color: rgba(253, 253, 255, 0.3);
          -moz-box-shadow: 0 0 0 2px #d14900;
          -webkit-box-shadow: 0 0 0 2px #d14900;
          box-shadow: 0 0 0 2px #d14900; }
          body #wrapper .d3-table .d3-md-hide .table-header .eyebrow-banner:focus > i, body #wrapper .searchcontainer .d3-md-hide .table-header .eyebrow-banner:focus > i {
            color: #fdfdff;
            border-color: rgba(253, 253, 255, 0.4); }
        body #wrapper .d3-table .d3-md-hide .table-header .eyebrow-banner-fill, body #wrapper .searchcontainer .d3-md-hide .table-header .eyebrow-banner-fill {
          color: #020304;
          background-color: rgba(253, 253, 255, 0.6);
          border-color: rgba(253, 253, 255, 0.4); }
          body #wrapper .d3-table .d3-md-hide .table-header .eyebrow-banner-fill > i, body #wrapper .searchcontainer .d3-md-hide .table-header .eyebrow-banner-fill > i {
            color: #020304;
            border-color: rgba(253, 253, 255, 0.4); }
          body #wrapper .d3-table .d3-md-hide .table-header .eyebrow-banner-fill:hover, body #wrapper .searchcontainer .d3-md-hide .table-header .eyebrow-banner-fill:hover {
            background-color: rgba(253, 253, 255, 0.7);
            border-color: rgba(253, 253, 255, 0.5); }
            body #wrapper .d3-table .d3-md-hide .table-header .eyebrow-banner-fill:hover > i, body #wrapper .searchcontainer .d3-md-hide .table-header .eyebrow-banner-fill:hover > i {
              border-color: rgba(253, 253, 255, 0.5); }
          body #wrapper .d3-table .d3-md-hide .table-header .eyebrow-banner-fill:active, body #wrapper .searchcontainer .d3-md-hide .table-header .eyebrow-banner-fill:active {
            background-color: rgba(253, 253, 255, 0.9);
            border-color: rgba(253, 253, 255, 0.7); }
            body #wrapper .d3-table .d3-md-hide .table-header .eyebrow-banner-fill:active > i, body #wrapper .searchcontainer .d3-md-hide .table-header .eyebrow-banner-fill:active > i {
              border-color: rgba(253, 253, 255, 0.7); }
          body #wrapper .d3-table .d3-md-hide .table-header .eyebrow-banner-fill:focus, body #wrapper .searchcontainer .d3-md-hide .table-header .eyebrow-banner-fill:focus {
            border-color: rgba(253, 253, 255, 0.5);
            -moz-box-shadow: 0 0 0 2px #d14900;
            -webkit-box-shadow: 0 0 0 2px #d14900;
            box-shadow: 0 0 0 2px #d14900; }
            body #wrapper .d3-table .d3-md-hide .table-header .eyebrow-banner-fill:focus > i, body #wrapper .searchcontainer .d3-md-hide .table-header .eyebrow-banner-fill:focus > i {
              border-color: rgba(253, 253, 255, 0.5); }
      body #wrapper .d3-table .d3-md-hide .table-header .circle, body #wrapper .searchcontainer .d3-md-hide .table-header .circle {
        background-color: #fff9f1;
        color: #b53f00; }
        body #wrapper .d3-table .d3-md-hide .table-header .circle a:not(.btn):not(.btn-icon-link-text):not([role=button]), body #wrapper .searchcontainer .d3-md-hide .table-header .circle a:not(.btn):not(.btn-icon-link-text):not([role=button]) {
          color: #181819;
          border-bottom: 1px solid; }
        body #wrapper .d3-table .d3-md-hide .table-header .circle a.btn-icon-link .link-text, body #wrapper .d3-table .d3-md-hide .table-header .circle a.btn-icon-link-text .link-text, body #wrapper .searchcontainer .d3-md-hide .table-header .circle a.btn-icon-link .link-text, body #wrapper .searchcontainer .d3-md-hide .table-header .circle a.btn-icon-link-text .link-text {
          color: #181819;
          border-bottom: 1px solid; }
      body #wrapper .d3-table .d3-md-hide .table-header .btn-ghost, body #wrapper .searchcontainer .d3-md-hide .table-header .btn-ghost {
        color: #fdfdff; }
        body #wrapper .d3-table .d3-md-hide .table-header .btn-ghost:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer .d3-md-hide .table-header .btn-ghost:not(:disabled):not(.disabled):not(:active):focus {
          border-color: #fdfdff;
          -moz-box-shadow: 0 0 0 3px #f98315;
          -webkit-box-shadow: 0 0 0 3px #f98315;
          box-shadow: 0 0 0 3px #f98315; }
        body #wrapper .d3-table .d3-md-hide .table-header .btn-ghost:not(:disabled):not(.disabled):not(.compact):hover, body #wrapper .searchcontainer .d3-md-hide .table-header .btn-ghost:not(:disabled):not(.disabled):not(.compact):hover {
          background-color: rgba(253, 253, 255, 0.1);
          color: #fdfdff; }
        body #wrapper .d3-table .d3-md-hide .table-header .btn-ghost:not(:disabled):not(.disabled):not(.compact):active, body #wrapper .d3-table .d3-md-hide .table-header .btn-ghost:not(:disabled):not(.disabled):not(.compact).active, body #wrapper .searchcontainer .d3-md-hide .table-header .btn-ghost:not(:disabled):not(.disabled):not(.compact):active, body #wrapper .searchcontainer .d3-md-hide .table-header .btn-ghost:not(:disabled):not(.disabled):not(.compact).active {
          color: #fdfdff; }
        body #wrapper .d3-table .d3-md-hide .table-header .btn-ghost.sec-palette:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer .d3-md-hide .table-header .btn-ghost.sec-palette:not(:disabled):not(.disabled):not(:active):focus {
          border-color: #fdfdff;
          -moz-box-shadow: 0 0 0 3px #ccced5;
          -webkit-box-shadow: 0 0 0 3px #ccced5;
          box-shadow: 0 0 0 3px #ccced5; }
      body #wrapper .d3-table .d3-md-hide .table-header .btn-inverted, body #wrapper .searchcontainer .d3-md-hide .table-header .btn-inverted {
        border-color: #fdfdff;
        color: #fdfdff;
        -moz-box-shadow: 0 0 0 1px #fdfdff inset;
        -webkit-box-shadow: 0 0 0 1px #fdfdff inset;
        box-shadow: 0 0 0 1px #fdfdff inset;
        background-color: transparent; }
        body #wrapper .d3-table .d3-md-hide .table-header .btn-inverted:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer .d3-md-hide .table-header .btn-inverted:not(:disabled):not(.disabled):not(:active):focus {
          border-color: #fdfdff;
          -moz-box-shadow: 0 0 0 3px #f98315;
          -webkit-box-shadow: 0 0 0 3px #f98315;
          box-shadow: 0 0 0 3px #f98315; }
        body #wrapper .d3-table .d3-md-hide .table-header .btn-inverted:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer .d3-md-hide .table-header .btn-inverted:not(:disabled):not(.disabled):not(:active):focus {
          -moz-box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 3px #ffc06e;
          -webkit-box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 3px #ffc06e;
          box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 3px #ffc06e;
          background-color: transparent;
          border-color: #fdfdff;
          color: #fdfdff; }
        body #wrapper .d3-table .d3-md-hide .table-header .btn-inverted:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer .d3-md-hide .table-header .btn-inverted:not(:disabled):not(.disabled):hover {
          background-color: #fdfdff;
          color: #181819;
          border-color: #fdfdff;
          -moz-box-shadow: 0 0 0 0 #fdfdff;
          -webkit-box-shadow: 0 0 0 0 #fdfdff;
          box-shadow: 0 0 0 0 #fdfdff; }
        body #wrapper .d3-table .d3-md-hide .table-header .btn-inverted:not(:disabled):not(.disabled):active, body #wrapper .d3-table .d3-md-hide .table-header .btn-inverted:not(:disabled):not(.disabled).active, body #wrapper .searchcontainer .d3-md-hide .table-header .btn-inverted:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer .d3-md-hide .table-header .btn-inverted:not(:disabled):not(.disabled).active {
          background-color: #fdfdff;
          color: #181819; }
        body #wrapper .d3-table .d3-md-hide .table-header .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer .d3-md-hide .table-header .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus {
          border-color: #fdfdff;
          -moz-box-shadow: 0 0 0 3px #ccced5;
          -webkit-box-shadow: 0 0 0 3px #ccced5;
          box-shadow: 0 0 0 3px #ccced5; }
        body #wrapper .d3-table .d3-md-hide .table-header .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer .d3-md-hide .table-header .btn-inverted.sec-palette:not(:disabled):not(.disabled):not(:active):focus {
          -moz-box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 3px #dde0e7;
          -webkit-box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 3px #dde0e7;
          box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 3px #dde0e7;
          background-color: transparent;
          border-color: #fdfdff;
          color: #fdfdff; }
      body #wrapper .d3-table .d3-md-hide .table-header .icon-btn.social-icon:not(:disabled):not(.disabled), body #wrapper .searchcontainer .d3-md-hide .table-header .icon-btn.social-icon:not(:disabled):not(.disabled) {
        color: #fdfdff;
        border: none;
        background-color: rgba(253, 253, 255, 0.1); }
        body #wrapper .d3-table .d3-md-hide .table-header .icon-btn.social-icon:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer .d3-md-hide .table-header .icon-btn.social-icon:not(:disabled):not(.disabled):hover {
          background-color: rgba(253, 253, 255, 0.2); }
        body #wrapper .d3-table .d3-md-hide .table-header .icon-btn.social-icon:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer .d3-md-hide .table-header .icon-btn.social-icon:not(:disabled):not(.disabled):active {
          background-color: rgba(253, 253, 255, 0.3); }
      body #wrapper .d3-table .d3-md-hide .table-header .icon-btn.pagination-btn, body #wrapper .searchcontainer .d3-md-hide .table-header .icon-btn.pagination-btn {
        border-radius: 80px !important; }
        body #wrapper .d3-table .d3-md-hide .table-header .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer .d3-md-hide .table-header .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus {
          border-color: #fdfdff;
          -moz-box-shadow: 0 0 0 3px #f98315;
          -webkit-box-shadow: 0 0 0 3px #f98315;
          box-shadow: 0 0 0 3px #f98315; }
        body #wrapper .d3-table .d3-md-hide .table-header .icon-btn.pagination-btn:not(:disabled):not(.disabled), body #wrapper .searchcontainer .d3-md-hide .table-header .icon-btn.pagination-btn:not(:disabled):not(.disabled) {
          color: #fdfdff;
          border-color: rgba(253, 253, 255, 0.3);
          background-color: rgba(253, 253, 255, 0.05); }
          body #wrapper .d3-table .d3-md-hide .table-header .icon-btn.pagination-btn:not(:disabled):not(.disabled):hover, body #wrapper .d3-table .d3-md-hide .table-header .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus, body #wrapper .searchcontainer .d3-md-hide .table-header .icon-btn.pagination-btn:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer .d3-md-hide .table-header .icon-btn.pagination-btn:not(:disabled):not(.disabled):not(:active):focus {
            background-color: rgba(253, 253, 255, 0.2); }
          body #wrapper .d3-table .d3-md-hide .table-header .icon-btn.pagination-btn:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer .d3-md-hide .table-header .icon-btn.pagination-btn:not(:disabled):not(.disabled):active {
            background-color: rgba(253, 253, 255, 0.3);
            color: #fdfdff; }
        body #wrapper .d3-table .d3-md-hide .table-header .icon-btn.pagination-btn:disabled, body #wrapper .d3-table .d3-md-hide .table-header .icon-btn.pagination-btn.disabled, body #wrapper .searchcontainer .d3-md-hide .table-header .icon-btn.pagination-btn:disabled, body #wrapper .searchcontainer .d3-md-hide .table-header .icon-btn.pagination-btn.disabled {
          background-color: #919191 !important;
          border-color: rgba(253, 253, 255, 0.3) !important;
          color: #dedede !important; }
      body #wrapper .d3-table .d3-md-hide .table-header .utility-btn:not(:disabled):not(.disabled), body #wrapper .searchcontainer .d3-md-hide .table-header .utility-btn:not(:disabled):not(.disabled) {
        background-color: transparent;
        border-color: #fdfdff;
        color: #fdfdff; }
        body #wrapper .d3-table .d3-md-hide .table-header .utility-btn:not(:disabled):not(.disabled):hover, body #wrapper .d3-table .d3-md-hide .table-header .utility-btn:not(:disabled):not(.disabled):active, body #wrapper .d3-table .d3-md-hide .table-header .utility-btn:not(:disabled):not(.disabled):focus, body #wrapper .searchcontainer .d3-md-hide .table-header .utility-btn:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer .d3-md-hide .table-header .utility-btn:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer .d3-md-hide .table-header .utility-btn:not(:disabled):not(.disabled):focus {
          border-color: #fdfdff; }
        body #wrapper .d3-table .d3-md-hide .table-header .utility-btn:not(:disabled):not(.disabled):hover, body #wrapper .searchcontainer .d3-md-hide .table-header .utility-btn:not(:disabled):not(.disabled):hover {
          -moz-box-shadow: 0 0 0 1px #fdfdff inset;
          -webkit-box-shadow: 0 0 0 1px #fdfdff inset;
          box-shadow: 0 0 0 1px #fdfdff inset; }
        body #wrapper .d3-table .d3-md-hide .table-header .utility-btn:not(:disabled):not(.disabled):focus, body #wrapper .searchcontainer .d3-md-hide .table-header .utility-btn:not(:disabled):not(.disabled):focus {
          -moz-box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 2px #c64500;
          -webkit-box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 2px #c64500;
          box-shadow: 0 0 0 1px #fdfdff inset, 0 0 0 2px #c64500; }
        body #wrapper .d3-table .d3-md-hide .table-header .utility-btn:not(:disabled):not(.disabled):active, body #wrapper .searchcontainer .d3-md-hide .table-header .utility-btn:not(:disabled):not(.disabled):active {
          background-color: rgba(253, 253, 255, 0.1);
          color: #fdfdff; }
      body #wrapper .d3-table .d3-md-hide .table-header .d3-switch .switch input:checked + .slider, body #wrapper .searchcontainer .d3-md-hide .table-header .d3-switch .switch input:checked + .slider {
        -moz-box-shadow: 0 0 0 1px #fdfdff inset;
        -webkit-box-shadow: 0 0 0 1px #fdfdff inset;
        box-shadow: 0 0 0 1px #fdfdff inset; }
      body #wrapper .d3-table .d3-md-hide .table-header.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
      body #wrapper .d3-table .d3-md-hide .table-header .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
      body #wrapper .d3-table .d3-md-hide .table-header .d3-slider.not-card-slider .slider-controls ol.slider-indicators li, body #wrapper .searchcontainer .d3-md-hide .table-header.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
      body #wrapper .searchcontainer .d3-md-hide .table-header .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li,
      body #wrapper .searchcontainer .d3-md-hide .table-header .d3-slider.not-card-slider .slider-controls ol.slider-indicators li {
        background-color: rgba(253, 253, 255, 0.2); }
        body #wrapper .d3-table .d3-md-hide .table-header.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
        body #wrapper .d3-table .d3-md-hide .table-header .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
        body #wrapper .d3-table .d3-md-hide .table-header .d3-slider.not-card-slider .slider-controls ol.slider-indicators li.active, body #wrapper .searchcontainer .d3-md-hide .table-header.add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
        body #wrapper .searchcontainer .d3-md-hide .table-header .add-slider .d3-slider.card-slider .slider-controls ol.slider-indicators li.active,
        body #wrapper .searchcontainer .d3-md-hide .table-header .d3-slider.not-card-slider .slider-controls ol.slider-indicators li.active {
          background-color: #fdfdff; }
    body #wrapper .d3-table .d3-md-hide .panel-group, body #wrapper .searchcontainer .d3-md-hide .panel-group {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      body #wrapper .d3-table .d3-md-hide .panel-group .panel:first-of-type, body #wrapper .d3-table .d3-md-hide .panel-group .panel:first-of-type .panel-heading, body #wrapper .d3-table .d3-md-hide .panel-group .panel:only-of-type, body #wrapper .d3-table .d3-md-hide .panel-group .panel:only-of-type .panel-heading, body #wrapper .searchcontainer .d3-md-hide .panel-group .panel:first-of-type, body #wrapper .searchcontainer .d3-md-hide .panel-group .panel:first-of-type .panel-heading, body #wrapper .searchcontainer .d3-md-hide .panel-group .panel:only-of-type, body #wrapper .searchcontainer .d3-md-hide .panel-group .panel:only-of-type .panel-heading {
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
      body #wrapper .d3-table .d3-md-hide .panel-group .panel-body hr, body #wrapper .searchcontainer .d3-md-hide .panel-group .panel-body hr {
        color: #c4c4c4; }
      body #wrapper .d3-table .d3-md-hide .panel-group .panel-body p + p, body #wrapper .searchcontainer .d3-md-hide .panel-group .panel-body p + p {
        margin-top: 8px; }
      body #wrapper .d3-table .d3-md-hide .panel-group + .footer-text, body #wrapper .searchcontainer .d3-md-hide .panel-group + .footer-text {
        padding-top: 24px; }

body #wrapper .searchcontainer {
  padding: 0; }

body #wrapper .portlet-boundary.d3-table-zebra-even-primary-100 .d3-table table tbody tr.even td {
  background-color: #a33900;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-zebra-odd-primary-100 .d3-table table tbody tr.odd td {
  background-color: #a33900;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-zebra-col-even-primary-100 .d3-table table tbody tr td:nth-child(even) {
  background-color: #a33900;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-zebra-col-odd-primary-100 .d3-table.table-vertical-header table tbody tr td:nth-child(odd):not(:first-child),
body #wrapper .portlet-boundary.d3-table-zebra-col-odd-primary-100 .d3-table:not(.table-vertical-header) table tbody tr td:nth-child(odd) {
  background-color: #a33900;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-100-1 .d3-table table tbody tr td:nth-child(1) {
  background-color: #a33900;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-100-2 .d3-table table tbody tr td:nth-child(2) {
  background-color: #a33900;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-100-3 .d3-table table tbody tr td:nth-child(3) {
  background-color: #a33900;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-100-4 .d3-table table tbody tr td:nth-child(4) {
  background-color: #a33900;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-100-5 .d3-table table tbody tr td:nth-child(5) {
  background-color: #a33900;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-100-6 .d3-table table tbody tr td:nth-child(6) {
  background-color: #a33900;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-100-7 .d3-table table tbody tr td:nth-child(7) {
  background-color: #a33900;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-100-8 .d3-table table tbody tr td:nth-child(8) {
  background-color: #a33900;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-100-9 .d3-table table tbody tr td:nth-child(9) {
  background-color: #a33900;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-100-10 .d3-table table tbody tr td:nth-child(10) {
  background-color: #a33900;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-zebra-even-primary-200 .d3-table table tbody tr.even td {
  background-color: #b53f00;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-zebra-odd-primary-200 .d3-table table tbody tr.odd td {
  background-color: #b53f00;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-zebra-col-even-primary-200 .d3-table table tbody tr td:nth-child(even) {
  background-color: #b53f00;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-zebra-col-odd-primary-200 .d3-table.table-vertical-header table tbody tr td:nth-child(odd):not(:first-child),
body #wrapper .portlet-boundary.d3-table-zebra-col-odd-primary-200 .d3-table:not(.table-vertical-header) table tbody tr td:nth-child(odd) {
  background-color: #b53f00;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-200-1 .d3-table table tbody tr td:nth-child(1) {
  background-color: #b53f00;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-200-2 .d3-table table tbody tr td:nth-child(2) {
  background-color: #b53f00;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-200-3 .d3-table table tbody tr td:nth-child(3) {
  background-color: #b53f00;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-200-4 .d3-table table tbody tr td:nth-child(4) {
  background-color: #b53f00;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-200-5 .d3-table table tbody tr td:nth-child(5) {
  background-color: #b53f00;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-200-6 .d3-table table tbody tr td:nth-child(6) {
  background-color: #b53f00;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-200-7 .d3-table table tbody tr td:nth-child(7) {
  background-color: #b53f00;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-200-8 .d3-table table tbody tr td:nth-child(8) {
  background-color: #b53f00;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-200-9 .d3-table table tbody tr td:nth-child(9) {
  background-color: #b53f00;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-200-10 .d3-table table tbody tr td:nth-child(10) {
  background-color: #b53f00;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-zebra-even-primary-300 .d3-table table tbody tr.even td {
  background-color: #c64500;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-zebra-odd-primary-300 .d3-table table tbody tr.odd td {
  background-color: #c64500;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-zebra-col-even-primary-300 .d3-table table tbody tr td:nth-child(even) {
  background-color: #c64500;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-zebra-col-odd-primary-300 .d3-table.table-vertical-header table tbody tr td:nth-child(odd):not(:first-child),
body #wrapper .portlet-boundary.d3-table-zebra-col-odd-primary-300 .d3-table:not(.table-vertical-header) table tbody tr td:nth-child(odd) {
  background-color: #c64500;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-300-1 .d3-table table tbody tr td:nth-child(1) {
  background-color: #c64500;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-300-2 .d3-table table tbody tr td:nth-child(2) {
  background-color: #c64500;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-300-3 .d3-table table tbody tr td:nth-child(3) {
  background-color: #c64500;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-300-4 .d3-table table tbody tr td:nth-child(4) {
  background-color: #c64500;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-300-5 .d3-table table tbody tr td:nth-child(5) {
  background-color: #c64500;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-300-6 .d3-table table tbody tr td:nth-child(6) {
  background-color: #c64500;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-300-7 .d3-table table tbody tr td:nth-child(7) {
  background-color: #c64500;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-300-8 .d3-table table tbody tr td:nth-child(8) {
  background-color: #c64500;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-300-9 .d3-table table tbody tr td:nth-child(9) {
  background-color: #c64500;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-300-10 .d3-table table tbody tr td:nth-child(10) {
  background-color: #c64500;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-zebra-even-primary-400 .d3-table table tbody tr.even td {
  background-color: #f98315;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-odd-primary-400 .d3-table table tbody tr.odd td {
  background-color: #f98315;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-col-even-primary-400 .d3-table table tbody tr td:nth-child(even) {
  background-color: #f98315;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-col-odd-primary-400 .d3-table.table-vertical-header table tbody tr td:nth-child(odd):not(:first-child),
body #wrapper .portlet-boundary.d3-table-zebra-col-odd-primary-400 .d3-table:not(.table-vertical-header) table tbody tr td:nth-child(odd) {
  background-color: #f98315;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-400-1 .d3-table table tbody tr td:nth-child(1) {
  background-color: #f98315;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-400-2 .d3-table table tbody tr td:nth-child(2) {
  background-color: #f98315;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-400-3 .d3-table table tbody tr td:nth-child(3) {
  background-color: #f98315;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-400-4 .d3-table table tbody tr td:nth-child(4) {
  background-color: #f98315;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-400-5 .d3-table table tbody tr td:nth-child(5) {
  background-color: #f98315;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-400-6 .d3-table table tbody tr td:nth-child(6) {
  background-color: #f98315;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-400-7 .d3-table table tbody tr td:nth-child(7) {
  background-color: #f98315;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-400-8 .d3-table table tbody tr td:nth-child(8) {
  background-color: #f98315;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-400-9 .d3-table table tbody tr td:nth-child(9) {
  background-color: #f98315;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-400-10 .d3-table table tbody tr td:nth-child(10) {
  background-color: #f98315;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-even-primary-500 .d3-table table tbody tr.even td {
  background-color: #ffc06e;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-odd-primary-500 .d3-table table tbody tr.odd td {
  background-color: #ffc06e;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-col-even-primary-500 .d3-table table tbody tr td:nth-child(even) {
  background-color: #ffc06e;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-col-odd-primary-500 .d3-table.table-vertical-header table tbody tr td:nth-child(odd):not(:first-child),
body #wrapper .portlet-boundary.d3-table-zebra-col-odd-primary-500 .d3-table:not(.table-vertical-header) table tbody tr td:nth-child(odd) {
  background-color: #ffc06e;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-500-1 .d3-table table tbody tr td:nth-child(1) {
  background-color: #ffc06e;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-500-2 .d3-table table tbody tr td:nth-child(2) {
  background-color: #ffc06e;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-500-3 .d3-table table tbody tr td:nth-child(3) {
  background-color: #ffc06e;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-500-4 .d3-table table tbody tr td:nth-child(4) {
  background-color: #ffc06e;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-500-5 .d3-table table tbody tr td:nth-child(5) {
  background-color: #ffc06e;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-500-6 .d3-table table tbody tr td:nth-child(6) {
  background-color: #ffc06e;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-500-7 .d3-table table tbody tr td:nth-child(7) {
  background-color: #ffc06e;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-500-8 .d3-table table tbody tr td:nth-child(8) {
  background-color: #ffc06e;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-500-9 .d3-table table tbody tr td:nth-child(9) {
  background-color: #ffc06e;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-500-10 .d3-table table tbody tr td:nth-child(10) {
  background-color: #ffc06e;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-even-primary-600 .d3-table table tbody tr.even td {
  background-color: #fff9f1;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-odd-primary-600 .d3-table table tbody tr.odd td {
  background-color: #fff9f1;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-col-even-primary-600 .d3-table table tbody tr td:nth-child(even) {
  background-color: #fff9f1;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-col-odd-primary-600 .d3-table.table-vertical-header table tbody tr td:nth-child(odd):not(:first-child),
body #wrapper .portlet-boundary.d3-table-zebra-col-odd-primary-600 .d3-table:not(.table-vertical-header) table tbody tr td:nth-child(odd) {
  background-color: #fff9f1;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-600-1 .d3-table table tbody tr td:nth-child(1) {
  background-color: #fff9f1;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-600-2 .d3-table table tbody tr td:nth-child(2) {
  background-color: #fff9f1;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-600-3 .d3-table table tbody tr td:nth-child(3) {
  background-color: #fff9f1;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-600-4 .d3-table table tbody tr td:nth-child(4) {
  background-color: #fff9f1;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-600-5 .d3-table table tbody tr td:nth-child(5) {
  background-color: #fff9f1;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-600-6 .d3-table table tbody tr td:nth-child(6) {
  background-color: #fff9f1;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-600-7 .d3-table table tbody tr td:nth-child(7) {
  background-color: #fff9f1;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-600-8 .d3-table table tbody tr td:nth-child(8) {
  background-color: #fff9f1;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-600-9 .d3-table table tbody tr td:nth-child(9) {
  background-color: #fff9f1;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-primary-600-10 .d3-table table tbody tr td:nth-child(10) {
  background-color: #fff9f1;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-even-secondary-100 .d3-table table tbody tr.even td {
  background-color: #4c4d4f;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-zebra-odd-secondary-100 .d3-table table tbody tr.odd td {
  background-color: #4c4d4f;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-zebra-col-even-secondary-100 .d3-table table tbody tr td:nth-child(even) {
  background-color: #4c4d4f;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-zebra-col-odd-secondary-100 .d3-table.table-vertical-header table tbody tr td:nth-child(odd):not(:first-child),
body #wrapper .portlet-boundary.d3-table-zebra-col-odd-secondary-100 .d3-table:not(.table-vertical-header) table tbody tr td:nth-child(odd) {
  background-color: #4c4d4f;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-100-1 .d3-table table tbody tr td:nth-child(1) {
  background-color: #4c4d4f;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-100-2 .d3-table table tbody tr td:nth-child(2) {
  background-color: #4c4d4f;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-100-3 .d3-table table tbody tr td:nth-child(3) {
  background-color: #4c4d4f;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-100-4 .d3-table table tbody tr td:nth-child(4) {
  background-color: #4c4d4f;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-100-5 .d3-table table tbody tr td:nth-child(5) {
  background-color: #4c4d4f;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-100-6 .d3-table table tbody tr td:nth-child(6) {
  background-color: #4c4d4f;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-100-7 .d3-table table tbody tr td:nth-child(7) {
  background-color: #4c4d4f;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-100-8 .d3-table table tbody tr td:nth-child(8) {
  background-color: #4c4d4f;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-100-9 .d3-table table tbody tr td:nth-child(9) {
  background-color: #4c4d4f;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-100-10 .d3-table table tbody tr td:nth-child(10) {
  background-color: #4c4d4f;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-zebra-even-secondary-200 .d3-table table tbody tr.even td {
  background-color: #515252;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-zebra-odd-secondary-200 .d3-table table tbody tr.odd td {
  background-color: #515252;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-zebra-col-even-secondary-200 .d3-table table tbody tr td:nth-child(even) {
  background-color: #515252;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-zebra-col-odd-secondary-200 .d3-table.table-vertical-header table tbody tr td:nth-child(odd):not(:first-child),
body #wrapper .portlet-boundary.d3-table-zebra-col-odd-secondary-200 .d3-table:not(.table-vertical-header) table tbody tr td:nth-child(odd) {
  background-color: #515252;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-200-1 .d3-table table tbody tr td:nth-child(1) {
  background-color: #515252;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-200-2 .d3-table table tbody tr td:nth-child(2) {
  background-color: #515252;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-200-3 .d3-table table tbody tr td:nth-child(3) {
  background-color: #515252;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-200-4 .d3-table table tbody tr td:nth-child(4) {
  background-color: #515252;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-200-5 .d3-table table tbody tr td:nth-child(5) {
  background-color: #515252;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-200-6 .d3-table table tbody tr td:nth-child(6) {
  background-color: #515252;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-200-7 .d3-table table tbody tr td:nth-child(7) {
  background-color: #515252;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-200-8 .d3-table table tbody tr td:nth-child(8) {
  background-color: #515252;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-200-9 .d3-table table tbody tr td:nth-child(9) {
  background-color: #515252;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-200-10 .d3-table table tbody tr td:nth-child(10) {
  background-color: #515252;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-zebra-even-secondary-300 .d3-table table tbody tr.even td {
  background-color: #b2b3b6;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-odd-secondary-300 .d3-table table tbody tr.odd td {
  background-color: #b2b3b6;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-col-even-secondary-300 .d3-table table tbody tr td:nth-child(even) {
  background-color: #b2b3b6;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-col-odd-secondary-300 .d3-table.table-vertical-header table tbody tr td:nth-child(odd):not(:first-child),
body #wrapper .portlet-boundary.d3-table-zebra-col-odd-secondary-300 .d3-table:not(.table-vertical-header) table tbody tr td:nth-child(odd) {
  background-color: #b2b3b6;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-300-1 .d3-table table tbody tr td:nth-child(1) {
  background-color: #b2b3b6;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-300-2 .d3-table table tbody tr td:nth-child(2) {
  background-color: #b2b3b6;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-300-3 .d3-table table tbody tr td:nth-child(3) {
  background-color: #b2b3b6;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-300-4 .d3-table table tbody tr td:nth-child(4) {
  background-color: #b2b3b6;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-300-5 .d3-table table tbody tr td:nth-child(5) {
  background-color: #b2b3b6;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-300-6 .d3-table table tbody tr td:nth-child(6) {
  background-color: #b2b3b6;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-300-7 .d3-table table tbody tr td:nth-child(7) {
  background-color: #b2b3b6;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-300-8 .d3-table table tbody tr td:nth-child(8) {
  background-color: #b2b3b6;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-300-9 .d3-table table tbody tr td:nth-child(9) {
  background-color: #b2b3b6;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-300-10 .d3-table table tbody tr td:nth-child(10) {
  background-color: #b2b3b6;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-even-secondary-400 .d3-table table tbody tr.even td {
  background-color: #ccced5;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-odd-secondary-400 .d3-table table tbody tr.odd td {
  background-color: #ccced5;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-col-even-secondary-400 .d3-table table tbody tr td:nth-child(even) {
  background-color: #ccced5;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-col-odd-secondary-400 .d3-table.table-vertical-header table tbody tr td:nth-child(odd):not(:first-child),
body #wrapper .portlet-boundary.d3-table-zebra-col-odd-secondary-400 .d3-table:not(.table-vertical-header) table tbody tr td:nth-child(odd) {
  background-color: #ccced5;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-400-1 .d3-table table tbody tr td:nth-child(1) {
  background-color: #ccced5;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-400-2 .d3-table table tbody tr td:nth-child(2) {
  background-color: #ccced5;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-400-3 .d3-table table tbody tr td:nth-child(3) {
  background-color: #ccced5;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-400-4 .d3-table table tbody tr td:nth-child(4) {
  background-color: #ccced5;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-400-5 .d3-table table tbody tr td:nth-child(5) {
  background-color: #ccced5;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-400-6 .d3-table table tbody tr td:nth-child(6) {
  background-color: #ccced5;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-400-7 .d3-table table tbody tr td:nth-child(7) {
  background-color: #ccced5;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-400-8 .d3-table table tbody tr td:nth-child(8) {
  background-color: #ccced5;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-400-9 .d3-table table tbody tr td:nth-child(9) {
  background-color: #ccced5;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-400-10 .d3-table table tbody tr td:nth-child(10) {
  background-color: #ccced5;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-even-secondary-500 .d3-table table tbody tr.even td {
  background-color: #dde0e7;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-odd-secondary-500 .d3-table table tbody tr.odd td {
  background-color: #dde0e7;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-col-even-secondary-500 .d3-table table tbody tr td:nth-child(even) {
  background-color: #dde0e7;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-col-odd-secondary-500 .d3-table.table-vertical-header table tbody tr td:nth-child(odd):not(:first-child),
body #wrapper .portlet-boundary.d3-table-zebra-col-odd-secondary-500 .d3-table:not(.table-vertical-header) table tbody tr td:nth-child(odd) {
  background-color: #dde0e7;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-500-1 .d3-table table tbody tr td:nth-child(1) {
  background-color: #dde0e7;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-500-2 .d3-table table tbody tr td:nth-child(2) {
  background-color: #dde0e7;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-500-3 .d3-table table tbody tr td:nth-child(3) {
  background-color: #dde0e7;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-500-4 .d3-table table tbody tr td:nth-child(4) {
  background-color: #dde0e7;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-500-5 .d3-table table tbody tr td:nth-child(5) {
  background-color: #dde0e7;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-500-6 .d3-table table tbody tr td:nth-child(6) {
  background-color: #dde0e7;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-500-7 .d3-table table tbody tr td:nth-child(7) {
  background-color: #dde0e7;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-500-8 .d3-table table tbody tr td:nth-child(8) {
  background-color: #dde0e7;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-500-9 .d3-table table tbody tr td:nth-child(9) {
  background-color: #dde0e7;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-500-10 .d3-table table tbody tr td:nth-child(10) {
  background-color: #dde0e7;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-even-secondary-600 .d3-table table tbody tr.even td {
  background-color: #eceff4;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-odd-secondary-600 .d3-table table tbody tr.odd td {
  background-color: #eceff4;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-col-even-secondary-600 .d3-table table tbody tr td:nth-child(even) {
  background-color: #eceff4;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-col-odd-secondary-600 .d3-table.table-vertical-header table tbody tr td:nth-child(odd):not(:first-child),
body #wrapper .portlet-boundary.d3-table-zebra-col-odd-secondary-600 .d3-table:not(.table-vertical-header) table tbody tr td:nth-child(odd) {
  background-color: #eceff4;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-600-1 .d3-table table tbody tr td:nth-child(1) {
  background-color: #eceff4;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-600-2 .d3-table table tbody tr td:nth-child(2) {
  background-color: #eceff4;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-600-3 .d3-table table tbody tr td:nth-child(3) {
  background-color: #eceff4;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-600-4 .d3-table table tbody tr td:nth-child(4) {
  background-color: #eceff4;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-600-5 .d3-table table tbody tr td:nth-child(5) {
  background-color: #eceff4;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-600-6 .d3-table table tbody tr td:nth-child(6) {
  background-color: #eceff4;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-600-7 .d3-table table tbody tr td:nth-child(7) {
  background-color: #eceff4;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-600-8 .d3-table table tbody tr td:nth-child(8) {
  background-color: #eceff4;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-600-9 .d3-table table tbody tr td:nth-child(9) {
  background-color: #eceff4;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-secondary-600-10 .d3-table table tbody tr td:nth-child(10) {
  background-color: #eceff4;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-even-tertiary-100 .d3-table table tbody tr.even td {
  background-color: #066f7b;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-zebra-odd-tertiary-100 .d3-table table tbody tr.odd td {
  background-color: #066f7b;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-zebra-col-even-tertiary-100 .d3-table table tbody tr td:nth-child(even) {
  background-color: #066f7b;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-zebra-col-odd-tertiary-100 .d3-table.table-vertical-header table tbody tr td:nth-child(odd):not(:first-child),
body #wrapper .portlet-boundary.d3-table-zebra-col-odd-tertiary-100 .d3-table:not(.table-vertical-header) table tbody tr td:nth-child(odd) {
  background-color: #066f7b;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-100-1 .d3-table table tbody tr td:nth-child(1) {
  background-color: #066f7b;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-100-2 .d3-table table tbody tr td:nth-child(2) {
  background-color: #066f7b;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-100-3 .d3-table table tbody tr td:nth-child(3) {
  background-color: #066f7b;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-100-4 .d3-table table tbody tr td:nth-child(4) {
  background-color: #066f7b;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-100-5 .d3-table table tbody tr td:nth-child(5) {
  background-color: #066f7b;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-100-6 .d3-table table tbody tr td:nth-child(6) {
  background-color: #066f7b;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-100-7 .d3-table table tbody tr td:nth-child(7) {
  background-color: #066f7b;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-100-8 .d3-table table tbody tr td:nth-child(8) {
  background-color: #066f7b;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-100-9 .d3-table table tbody tr td:nth-child(9) {
  background-color: #066f7b;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-100-10 .d3-table table tbody tr td:nth-child(10) {
  background-color: #066f7b;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-zebra-even-tertiary-200 .d3-table table tbody tr.even td {
  background-color: #107b88;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-zebra-odd-tertiary-200 .d3-table table tbody tr.odd td {
  background-color: #107b88;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-zebra-col-even-tertiary-200 .d3-table table tbody tr td:nth-child(even) {
  background-color: #107b88;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-zebra-col-odd-tertiary-200 .d3-table.table-vertical-header table tbody tr td:nth-child(odd):not(:first-child),
body #wrapper .portlet-boundary.d3-table-zebra-col-odd-tertiary-200 .d3-table:not(.table-vertical-header) table tbody tr td:nth-child(odd) {
  background-color: #107b88;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-200-1 .d3-table table tbody tr td:nth-child(1) {
  background-color: #107b88;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-200-2 .d3-table table tbody tr td:nth-child(2) {
  background-color: #107b88;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-200-3 .d3-table table tbody tr td:nth-child(3) {
  background-color: #107b88;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-200-4 .d3-table table tbody tr td:nth-child(4) {
  background-color: #107b88;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-200-5 .d3-table table tbody tr td:nth-child(5) {
  background-color: #107b88;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-200-6 .d3-table table tbody tr td:nth-child(6) {
  background-color: #107b88;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-200-7 .d3-table table tbody tr td:nth-child(7) {
  background-color: #107b88;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-200-8 .d3-table table tbody tr td:nth-child(8) {
  background-color: #107b88;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-200-9 .d3-table table tbody tr td:nth-child(9) {
  background-color: #107b88;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-200-10 .d3-table table tbody tr td:nth-child(10) {
  background-color: #107b88;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-zebra-even-tertiary-300 .d3-table table tbody tr.even td {
  background-color: #1595a5;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-odd-tertiary-300 .d3-table table tbody tr.odd td {
  background-color: #1595a5;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-col-even-tertiary-300 .d3-table table tbody tr td:nth-child(even) {
  background-color: #1595a5;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-col-odd-tertiary-300 .d3-table.table-vertical-header table tbody tr td:nth-child(odd):not(:first-child),
body #wrapper .portlet-boundary.d3-table-zebra-col-odd-tertiary-300 .d3-table:not(.table-vertical-header) table tbody tr td:nth-child(odd) {
  background-color: #1595a5;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-300-1 .d3-table table tbody tr td:nth-child(1) {
  background-color: #1595a5;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-300-2 .d3-table table tbody tr td:nth-child(2) {
  background-color: #1595a5;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-300-3 .d3-table table tbody tr td:nth-child(3) {
  background-color: #1595a5;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-300-4 .d3-table table tbody tr td:nth-child(4) {
  background-color: #1595a5;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-300-5 .d3-table table tbody tr td:nth-child(5) {
  background-color: #1595a5;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-300-6 .d3-table table tbody tr td:nth-child(6) {
  background-color: #1595a5;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-300-7 .d3-table table tbody tr td:nth-child(7) {
  background-color: #1595a5;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-300-8 .d3-table table tbody tr td:nth-child(8) {
  background-color: #1595a5;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-300-9 .d3-table table tbody tr td:nth-child(9) {
  background-color: #1595a5;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-300-10 .d3-table table tbody tr td:nth-child(10) {
  background-color: #1595a5;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-even-tertiary-400 .d3-table table tbody tr.even td {
  background-color: #27acbd;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-odd-tertiary-400 .d3-table table tbody tr.odd td {
  background-color: #27acbd;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-col-even-tertiary-400 .d3-table table tbody tr td:nth-child(even) {
  background-color: #27acbd;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-col-odd-tertiary-400 .d3-table.table-vertical-header table tbody tr td:nth-child(odd):not(:first-child),
body #wrapper .portlet-boundary.d3-table-zebra-col-odd-tertiary-400 .d3-table:not(.table-vertical-header) table tbody tr td:nth-child(odd) {
  background-color: #27acbd;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-400-1 .d3-table table tbody tr td:nth-child(1) {
  background-color: #27acbd;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-400-2 .d3-table table tbody tr td:nth-child(2) {
  background-color: #27acbd;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-400-3 .d3-table table tbody tr td:nth-child(3) {
  background-color: #27acbd;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-400-4 .d3-table table tbody tr td:nth-child(4) {
  background-color: #27acbd;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-400-5 .d3-table table tbody tr td:nth-child(5) {
  background-color: #27acbd;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-400-6 .d3-table table tbody tr td:nth-child(6) {
  background-color: #27acbd;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-400-7 .d3-table table tbody tr td:nth-child(7) {
  background-color: #27acbd;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-400-8 .d3-table table tbody tr td:nth-child(8) {
  background-color: #27acbd;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-400-9 .d3-table table tbody tr td:nth-child(9) {
  background-color: #27acbd;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-400-10 .d3-table table tbody tr td:nth-child(10) {
  background-color: #27acbd;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-even-tertiary-500 .d3-table table tbody tr.even td {
  background-color: #65c3cf;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-odd-tertiary-500 .d3-table table tbody tr.odd td {
  background-color: #65c3cf;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-col-even-tertiary-500 .d3-table table tbody tr td:nth-child(even) {
  background-color: #65c3cf;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-col-odd-tertiary-500 .d3-table.table-vertical-header table tbody tr td:nth-child(odd):not(:first-child),
body #wrapper .portlet-boundary.d3-table-zebra-col-odd-tertiary-500 .d3-table:not(.table-vertical-header) table tbody tr td:nth-child(odd) {
  background-color: #65c3cf;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-500-1 .d3-table table tbody tr td:nth-child(1) {
  background-color: #65c3cf;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-500-2 .d3-table table tbody tr td:nth-child(2) {
  background-color: #65c3cf;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-500-3 .d3-table table tbody tr td:nth-child(3) {
  background-color: #65c3cf;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-500-4 .d3-table table tbody tr td:nth-child(4) {
  background-color: #65c3cf;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-500-5 .d3-table table tbody tr td:nth-child(5) {
  background-color: #65c3cf;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-500-6 .d3-table table tbody tr td:nth-child(6) {
  background-color: #65c3cf;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-500-7 .d3-table table tbody tr td:nth-child(7) {
  background-color: #65c3cf;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-500-8 .d3-table table tbody tr td:nth-child(8) {
  background-color: #65c3cf;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-500-9 .d3-table table tbody tr td:nth-child(9) {
  background-color: #65c3cf;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-500-10 .d3-table table tbody tr td:nth-child(10) {
  background-color: #65c3cf;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-even-tertiary-600 .d3-table table tbody tr.even td {
  background-color: #b7e3e9;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-odd-tertiary-600 .d3-table table tbody tr.odd td {
  background-color: #b7e3e9;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-col-even-tertiary-600 .d3-table table tbody tr td:nth-child(even) {
  background-color: #b7e3e9;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-col-odd-tertiary-600 .d3-table.table-vertical-header table tbody tr td:nth-child(odd):not(:first-child),
body #wrapper .portlet-boundary.d3-table-zebra-col-odd-tertiary-600 .d3-table:not(.table-vertical-header) table tbody tr td:nth-child(odd) {
  background-color: #b7e3e9;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-600-1 .d3-table table tbody tr td:nth-child(1) {
  background-color: #b7e3e9;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-600-2 .d3-table table tbody tr td:nth-child(2) {
  background-color: #b7e3e9;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-600-3 .d3-table table tbody tr td:nth-child(3) {
  background-color: #b7e3e9;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-600-4 .d3-table table tbody tr td:nth-child(4) {
  background-color: #b7e3e9;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-600-5 .d3-table table tbody tr td:nth-child(5) {
  background-color: #b7e3e9;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-600-6 .d3-table table tbody tr td:nth-child(6) {
  background-color: #b7e3e9;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-600-7 .d3-table table tbody tr td:nth-child(7) {
  background-color: #b7e3e9;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-600-8 .d3-table table tbody tr td:nth-child(8) {
  background-color: #b7e3e9;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-600-9 .d3-table table tbody tr td:nth-child(9) {
  background-color: #b7e3e9;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-tertiary-600-10 .d3-table table tbody tr td:nth-child(10) {
  background-color: #b7e3e9;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-even-grey-100 .d3-table table tbody tr.even td {
  background-color: #5e5e5e;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-zebra-odd-grey-100 .d3-table table tbody tr.odd td {
  background-color: #5e5e5e;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-zebra-col-even-grey-100 .d3-table table tbody tr td:nth-child(even) {
  background-color: #5e5e5e;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-zebra-col-odd-grey-100 .d3-table.table-vertical-header table tbody tr td:nth-child(odd):not(:first-child),
body #wrapper .portlet-boundary.d3-table-zebra-col-odd-grey-100 .d3-table:not(.table-vertical-header) table tbody tr td:nth-child(odd) {
  background-color: #5e5e5e;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-100-1 .d3-table table tbody tr td:nth-child(1) {
  background-color: #5e5e5e;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-100-2 .d3-table table tbody tr td:nth-child(2) {
  background-color: #5e5e5e;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-100-3 .d3-table table tbody tr td:nth-child(3) {
  background-color: #5e5e5e;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-100-4 .d3-table table tbody tr td:nth-child(4) {
  background-color: #5e5e5e;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-100-5 .d3-table table tbody tr td:nth-child(5) {
  background-color: #5e5e5e;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-100-6 .d3-table table tbody tr td:nth-child(6) {
  background-color: #5e5e5e;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-100-7 .d3-table table tbody tr td:nth-child(7) {
  background-color: #5e5e5e;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-100-8 .d3-table table tbody tr td:nth-child(8) {
  background-color: #5e5e5e;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-100-9 .d3-table table tbody tr td:nth-child(9) {
  background-color: #5e5e5e;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-100-10 .d3-table table tbody tr td:nth-child(10) {
  background-color: #5e5e5e;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-zebra-even-grey-200 .d3-table table tbody tr.even td {
  background-color: #919191;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-odd-grey-200 .d3-table table tbody tr.odd td {
  background-color: #919191;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-col-even-grey-200 .d3-table table tbody tr td:nth-child(even) {
  background-color: #919191;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-col-odd-grey-200 .d3-table.table-vertical-header table tbody tr td:nth-child(odd):not(:first-child),
body #wrapper .portlet-boundary.d3-table-zebra-col-odd-grey-200 .d3-table:not(.table-vertical-header) table tbody tr td:nth-child(odd) {
  background-color: #919191;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-200-1 .d3-table table tbody tr td:nth-child(1) {
  background-color: #919191;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-200-2 .d3-table table tbody tr td:nth-child(2) {
  background-color: #919191;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-200-3 .d3-table table tbody tr td:nth-child(3) {
  background-color: #919191;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-200-4 .d3-table table tbody tr td:nth-child(4) {
  background-color: #919191;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-200-5 .d3-table table tbody tr td:nth-child(5) {
  background-color: #919191;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-200-6 .d3-table table tbody tr td:nth-child(6) {
  background-color: #919191;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-200-7 .d3-table table tbody tr td:nth-child(7) {
  background-color: #919191;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-200-8 .d3-table table tbody tr td:nth-child(8) {
  background-color: #919191;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-200-9 .d3-table table tbody tr td:nth-child(9) {
  background-color: #919191;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-200-10 .d3-table table tbody tr td:nth-child(10) {
  background-color: #919191;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-even-grey-300 .d3-table table tbody tr.even td {
  background-color: #ababab;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-odd-grey-300 .d3-table table tbody tr.odd td {
  background-color: #ababab;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-col-even-grey-300 .d3-table table tbody tr td:nth-child(even) {
  background-color: #ababab;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-col-odd-grey-300 .d3-table.table-vertical-header table tbody tr td:nth-child(odd):not(:first-child),
body #wrapper .portlet-boundary.d3-table-zebra-col-odd-grey-300 .d3-table:not(.table-vertical-header) table tbody tr td:nth-child(odd) {
  background-color: #ababab;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-300-1 .d3-table table tbody tr td:nth-child(1) {
  background-color: #ababab;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-300-2 .d3-table table tbody tr td:nth-child(2) {
  background-color: #ababab;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-300-3 .d3-table table tbody tr td:nth-child(3) {
  background-color: #ababab;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-300-4 .d3-table table tbody tr td:nth-child(4) {
  background-color: #ababab;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-300-5 .d3-table table tbody tr td:nth-child(5) {
  background-color: #ababab;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-300-6 .d3-table table tbody tr td:nth-child(6) {
  background-color: #ababab;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-300-7 .d3-table table tbody tr td:nth-child(7) {
  background-color: #ababab;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-300-8 .d3-table table tbody tr td:nth-child(8) {
  background-color: #ababab;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-300-9 .d3-table table tbody tr td:nth-child(9) {
  background-color: #ababab;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-300-10 .d3-table table tbody tr td:nth-child(10) {
  background-color: #ababab;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-even-grey-400 .d3-table table tbody tr.even td {
  background-color: #c4c4c4;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-odd-grey-400 .d3-table table tbody tr.odd td {
  background-color: #c4c4c4;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-col-even-grey-400 .d3-table table tbody tr td:nth-child(even) {
  background-color: #c4c4c4;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-col-odd-grey-400 .d3-table.table-vertical-header table tbody tr td:nth-child(odd):not(:first-child),
body #wrapper .portlet-boundary.d3-table-zebra-col-odd-grey-400 .d3-table:not(.table-vertical-header) table tbody tr td:nth-child(odd) {
  background-color: #c4c4c4;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-400-1 .d3-table table tbody tr td:nth-child(1) {
  background-color: #c4c4c4;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-400-2 .d3-table table tbody tr td:nth-child(2) {
  background-color: #c4c4c4;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-400-3 .d3-table table tbody tr td:nth-child(3) {
  background-color: #c4c4c4;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-400-4 .d3-table table tbody tr td:nth-child(4) {
  background-color: #c4c4c4;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-400-5 .d3-table table tbody tr td:nth-child(5) {
  background-color: #c4c4c4;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-400-6 .d3-table table tbody tr td:nth-child(6) {
  background-color: #c4c4c4;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-400-7 .d3-table table tbody tr td:nth-child(7) {
  background-color: #c4c4c4;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-400-8 .d3-table table tbody tr td:nth-child(8) {
  background-color: #c4c4c4;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-400-9 .d3-table table tbody tr td:nth-child(9) {
  background-color: #c4c4c4;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-400-10 .d3-table table tbody tr td:nth-child(10) {
  background-color: #c4c4c4;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-even-grey-500 .d3-table table tbody tr.even td {
  background-color: #dedede;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-odd-grey-500 .d3-table table tbody tr.odd td {
  background-color: #dedede;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-col-even-grey-500 .d3-table table tbody tr td:nth-child(even) {
  background-color: #dedede;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-col-odd-grey-500 .d3-table.table-vertical-header table tbody tr td:nth-child(odd):not(:first-child),
body #wrapper .portlet-boundary.d3-table-zebra-col-odd-grey-500 .d3-table:not(.table-vertical-header) table tbody tr td:nth-child(odd) {
  background-color: #dedede;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-500-1 .d3-table table tbody tr td:nth-child(1) {
  background-color: #dedede;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-500-2 .d3-table table tbody tr td:nth-child(2) {
  background-color: #dedede;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-500-3 .d3-table table tbody tr td:nth-child(3) {
  background-color: #dedede;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-500-4 .d3-table table tbody tr td:nth-child(4) {
  background-color: #dedede;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-500-5 .d3-table table tbody tr td:nth-child(5) {
  background-color: #dedede;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-500-6 .d3-table table tbody tr td:nth-child(6) {
  background-color: #dedede;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-500-7 .d3-table table tbody tr td:nth-child(7) {
  background-color: #dedede;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-500-8 .d3-table table tbody tr td:nth-child(8) {
  background-color: #dedede;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-500-9 .d3-table table tbody tr td:nth-child(9) {
  background-color: #dedede;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-500-10 .d3-table table tbody tr td:nth-child(10) {
  background-color: #dedede;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-even-grey-600 .d3-table table tbody tr.even td {
  background-color: #f7f7f7;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-odd-grey-600 .d3-table table tbody tr.odd td {
  background-color: #f7f7f7;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-col-even-grey-600 .d3-table table tbody tr td:nth-child(even) {
  background-color: #f7f7f7;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-col-odd-grey-600 .d3-table.table-vertical-header table tbody tr td:nth-child(odd):not(:first-child),
body #wrapper .portlet-boundary.d3-table-zebra-col-odd-grey-600 .d3-table:not(.table-vertical-header) table tbody tr td:nth-child(odd) {
  background-color: #f7f7f7;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-600-1 .d3-table table tbody tr td:nth-child(1) {
  background-color: #f7f7f7;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-600-2 .d3-table table tbody tr td:nth-child(2) {
  background-color: #f7f7f7;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-600-3 .d3-table table tbody tr td:nth-child(3) {
  background-color: #f7f7f7;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-600-4 .d3-table table tbody tr td:nth-child(4) {
  background-color: #f7f7f7;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-600-5 .d3-table table tbody tr td:nth-child(5) {
  background-color: #f7f7f7;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-600-6 .d3-table table tbody tr td:nth-child(6) {
  background-color: #f7f7f7;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-600-7 .d3-table table tbody tr td:nth-child(7) {
  background-color: #f7f7f7;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-600-8 .d3-table table tbody tr td:nth-child(8) {
  background-color: #f7f7f7;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-600-9 .d3-table table tbody tr td:nth-child(9) {
  background-color: #f7f7f7;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-grey-600-10 .d3-table table tbody tr td:nth-child(10) {
  background-color: #f7f7f7;
  color: #181819; }

body #wrapper .portlet-boundary.d3-table-zebra-even-black .d3-table table tbody tr.even td {
  background-color: #181819;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-zebra-odd-black .d3-table table tbody tr.odd td {
  background-color: #181819;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-zebra-col-even-black .d3-table table tbody tr td:nth-child(even) {
  background-color: #181819;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-zebra-col-odd-black .d3-table.table-vertical-header table tbody tr td:nth-child(odd):not(:first-child),
body #wrapper .portlet-boundary.d3-table-zebra-col-odd-black .d3-table:not(.table-vertical-header) table tbody tr td:nth-child(odd) {
  background-color: #181819;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-black-1 .d3-table table tbody tr td:nth-child(1) {
  background-color: #181819;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-black-2 .d3-table table tbody tr td:nth-child(2) {
  background-color: #181819;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-black-3 .d3-table table tbody tr td:nth-child(3) {
  background-color: #181819;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-black-4 .d3-table table tbody tr td:nth-child(4) {
  background-color: #181819;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-black-5 .d3-table table tbody tr td:nth-child(5) {
  background-color: #181819;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-black-6 .d3-table table tbody tr td:nth-child(6) {
  background-color: #181819;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-black-7 .d3-table table tbody tr td:nth-child(7) {
  background-color: #181819;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-black-8 .d3-table table tbody tr td:nth-child(8) {
  background-color: #181819;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-black-9 .d3-table table tbody tr td:nth-child(9) {
  background-color: #181819;
  color: #fdfdff; }

body #wrapper .portlet-boundary.d3-table-highlight-cols-black-10 .d3-table table tbody tr td:nth-child(10) {
  background-color: #181819;
  color: #fdfdff; }

/*# sourceMappingURL=d3-table.css.map */