<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Copyright 2018-2021 Epic Systems Corporation */
.grid {
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 0px;
  display: block;
  font-size: 0px;
}

.grid &gt; .row {
  width: 100%;
  font-size: 0px;
  padding-left: 0px;
  max-width: none;
  display: flex;
  flex-wrap: wrap;
}
@media print {
  .grid &gt; .row:not(.noprint):not(.hidden):not(ul) {
    overflow: visible !important;
    display: table !important;
  }
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  margin-right: 12px;
  word-wrap: break-word;
  font-size: 1rem;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.col-1 {
  width: calc(8.3333333333% - 12px);
}
.grid.compact &gt; .row &gt; .col-1 {
  width: 8.3333333333%;
}
.grid.insulated &gt; .row &gt; .col-1 {
  width: calc(8.3333333333% - 24px);
}

.col-2 {
  width: calc(16.6666666667% - 12px);
}
.grid.compact &gt; .row &gt; .col-2 {
  width: 16.6666666667%;
}
.grid.insulated &gt; .row &gt; .col-2 {
  width: calc(16.6666666667% - 24px);
}

.col-3 {
  width: calc(25% - 12px - 0.01px);
}
.grid.compact &gt; .row &gt; .col-3 {
  width: 25%;
}
.grid.insulated &gt; .row &gt; .col-3 {
  width: calc(25% - 24px - 0.01px);
}

.col-4 {
  width: calc(33.3333333333% - 12px);
}
.grid.compact &gt; .row &gt; .col-4 {
  width: 33.3333333333%;
}
.grid.insulated &gt; .row &gt; .col-4 {
  width: calc(33.3333333333% - 24px);
}

.col-5 {
  width: calc(41.6666666667% - 12px);
}
.grid.compact &gt; .row &gt; .col-5 {
  width: 41.6666666667%;
}
.grid.insulated &gt; .row &gt; .col-5 {
  width: calc(41.6666666667% - 24px);
}

.col-6 {
  width: calc(50% - 12px - 0.01px);
}
.grid.compact &gt; .row &gt; .col-6 {
  width: 50%;
}
.grid.insulated &gt; .row &gt; .col-6 {
  width: calc(50% - 24px - 0.01px);
}

.col-7 {
  width: calc(58.3333333333% - 12px);
}
.grid.compact &gt; .row &gt; .col-7 {
  width: 58.3333333333%;
}
.grid.insulated &gt; .row &gt; .col-7 {
  width: calc(58.3333333333% - 24px);
}

.col-8 {
  width: calc(66.6666666667% - 12px);
}
.grid.compact &gt; .row &gt; .col-8 {
  width: 66.6666666667%;
}
.grid.insulated &gt; .row &gt; .col-8 {
  width: calc(66.6666666667% - 24px);
}

.col-9 {
  width: calc(75% - 12px - 0.01px);
}
.grid.compact &gt; .row &gt; .col-9 {
  width: 75%;
}
.grid.insulated &gt; .row &gt; .col-9 {
  width: calc(75% - 24px - 0.01px);
}

.col-10 {
  width: calc(83.3333333333% - 12px);
}
.grid.compact &gt; .row &gt; .col-10 {
  width: 83.3333333333%;
}
.grid.insulated &gt; .row &gt; .col-10 {
  width: calc(83.3333333333% - 24px);
}

.col-11 {
  width: calc(91.6666666667% - 12px);
}
.grid.compact &gt; .row &gt; .col-11 {
  width: 91.6666666667%;
}
.grid.insulated &gt; .row &gt; .col-11 {
  width: calc(91.6666666667% - 24px);
}

.col-12 {
  width: calc(100% - 12px);
}
.grid.compact &gt; .row &gt; .col-12 {
  width: 100%;
}
.grid.insulated &gt; .row &gt; .col-12 {
  width: calc(100% - 24px);
}

.grid .grid {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul.grid,
ol.grid {
  padding: 0px;
}

.grid {
  margin-bottom: 24px;
  margin-top: 12px;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  margin-right: 12px;
  margin-bottom: 12px;
}

.grid &gt; .row {
  width: calc(100% + 12px);
}
.grid &gt; .row:last-child {
  padding-bottom: 0px;
  margin-bottom: -12px;
}

.grid.compact &gt; .row &gt; .col, .grid.compact &gt; .row &gt; .col-1, .grid.compact &gt; .row &gt; .col-2, .grid.compact &gt; .row &gt; .col-3, .grid.compact &gt; .row &gt; .col-4, .grid.compact &gt; .row &gt; .col-5, .grid.compact &gt; .row &gt; .col-6, .grid.compact &gt; .row &gt; .col-7, .grid.compact &gt; .row &gt; .col-8, .grid.compact &gt; .row &gt; .col-9, .grid.compact &gt; .row &gt; .col-10, .grid.compact &gt; .row &gt; .col-11, .grid.compact &gt; .row &gt; .col-12 {
  margin-right: 0px;
  margin-bottom: 0px;
}

.grid.compact &gt; .row {
  width: 100%;
  margin-bottom: 0px;
}

.grid.insulated &gt; .row &gt; .col, .grid.insulated &gt; .row &gt; .col-1, .grid.insulated &gt; .row &gt; .col-2, .grid.insulated &gt; .row &gt; .col-3, .grid.insulated &gt; .row &gt; .col-4, .grid.insulated &gt; .row &gt; .col-5, .grid.insulated &gt; .row &gt; .col-6, .grid.insulated &gt; .row &gt; .col-7, .grid.insulated &gt; .row &gt; .col-8, .grid.insulated &gt; .row &gt; .col-9, .grid.insulated &gt; .row &gt; .col-10, .grid.insulated &gt; .row &gt; .col-11, .grid.insulated &gt; .row &gt; .col-12 {
  margin-right: 24px;
  margin-bottom: 24px;
}

.grid.insulated {
  padding: 0px;
}
.grid.insulated &gt; .row {
  width: calc(100% + 24px);
}
.grid.insulated &gt; .row:last-child {
  margin-bottom: -24px;
}

@media screen and (max-width: 65.7693951927rem) {
  .largeTextMode .grid &gt; .row:not(.fixed),
.largeTextMode .grid.insulated &gt; .row:not(.fixed),
.largeTextMode .grid.compact &gt; .row:not(.fixed) {
    width: 100%;
    display: block;
  }
  .largeTextMode .grid &gt; .row:not(.fixed) &gt; [class*=col],
.largeTextMode .grid.insulated &gt; .row:not(.fixed) &gt; [class*=col],
.largeTextMode .grid.compact &gt; .row:not(.fixed) &gt; [class*=col] {
    width: 100%;
    margin-right: 0px;
  }
}

@media screen and (max-width: 768px) {
  .grid &gt; .row:not(.fixed),
.grid.insulated &gt; .row:not(.fixed),
.grid.compact &gt; .row:not(.fixed) {
    width: 100%;
    display: block;
  }
  .grid &gt; .row:not(.fixed) &gt; [class*=col],
.grid.insulated &gt; .row:not(.fixed) &gt; [class*=col],
.grid.compact &gt; .row:not(.fixed) &gt; [class*=col] {
    width: 100%;
    margin-right: 0px;
  }
}
.alignEnd {
  text-align: right;
}

.alignCenter {
  text-align: center;
}

.alignStart {
  text-align: left;
}

.insulated {
  padding: 24px;
}

.compact {
  padding: 0px;
}

.expandable {
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .sm-hide,
.lg-only {
    display: none;
  }

  .sm-alignEnd {
    text-align: right;
  }

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

  .sm-alignStart {
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .lg-hide,
.sm-only {
    display: none;
  }
}
</pre></body></html>