<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==============================================================================================
 * ENTRY STYLES FILE
 * ============================================================================================== */
/* ==============================================================================================
 * APP SETTINGS
 * ============================================================================================== */
/* ==============================================================================================
 * BASE PROJECT SETTINGS
 * ============================================================================================== */
/* ==============================================================================================
 * BREAKPOINTS SETTINGS
 * ============================================================================================== */
/* ==============================================================================================
 * COLOR SETTINGS
 * ============================================================================================== */
/* ==============================================================================================
 * TRANSITION DURATIONS
 * ============================================================================================== */
/* ==============================================================================================
 * TRANSITION EASING DATABASE
 * ============================================================================================== */
/* ==============================================================================================
 * TYPOGRAPHY SETTINGS
 * ============================================================================================== */
/* ==============================================================================================
 * APP MIXINS
 * ============================================================================================== */
/* ==============================================================================================
 * APP GENERIC CLASSES
 * ============================================================================================== */
/* ==========================================================================
 * TYPOGRAPHY
 * ========================================================================== */

a, abbr, address, article, aside, audio, b, blockquote, body, button, caption, cite, code, dd, del, dfn, dialog, div, dl, dt, em, fieldset, figure, footer, form, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 header, hgroup, html, i, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, optgroup, p, pre, q, samp, section, select, small, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, ul, var, video {
  font-family: "Conv_Akk_Pro", sans-serif; }

a.cta-link {
  color: #D6002A;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.875rem; }
  a.cta-link svg {
    margin-left: 2px;
    transition: 250ms ease-out; }
  a.cta-link:hover svg {
    transform: translateX(5px); }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-bottom: 12px;
  font-family: "Conv_Akk_Pro", sans-serif;
  font-weight: 700;
  line-height: 1.2; }
  @media (min-width: 48em) {
    h1, .h1,
    h2, .h2,
    h3, .h3,
    h4, .h4,
    h5, .h5,
    h6, .h6 {
      margin-bottom: 24px; } }

h1, .h1 {
  font-size: 2.25rem; }
  @media (min-width: 48em) {
    h1, .h1 {
      font-size: 4.375rem; } }

h3, .h3 {
  font-size: 1.5rem;
  line-height: 1.5; }
  @media (min-width: 48em) {
    h3, .h3 {
      font-size: 2.25rem;
      line-height: 1.2; } }

h4, .h4 {
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.08em; }

p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 500; }
  @media (min-width: 48em) {
    p.lead {
      font-size: 1.25rem;
      line-height: 1.5;
      font-weight: 500; } }
  p.intro {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5; }
    @media (min-width: 48em) {
      p.intro {
        font-size: 1.875rem; } }
  p:last-child {
    margin-bottom: 0; }

.content {
  overflow: hidden;
  margin-top: 0; }
  .content:before, .content:after {
    display: none; }

/* ==============================================================================================
 * RESET BROWSER ELEMENTS
 * ============================================================================================== */
/* ==============================================================================================
 * VENDOR COMPONENTS
 * ============================================================================================== */
/* ==============================================================================================
 * APP COMPONENTS
 * ============================================================================================== */
.section {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 48em) {
    .section {
      padding-top: 96px;
      padding-bottom: 96px; } }

@media (min-width: 48em) {
  .section--twoColumns {
    display: flex; }
    .section--twoColumns &gt; div {
      flex-grow: 1;
      max-width: 66.66%; }
    .section--twoColumns &gt; div:first-child {
      flex-grow: 0;
      flex-shrink: 0;
      width: 33.33%;
      max-width: 385px;
      padding-right: 60px; } }

@media (min-width: 48em) {
  .section--largeFirstColumn &gt; div:first-child {
    max-width: none; } }

.chart__filters {
  margin: 24px 0; }
  @media (min-width: 48em) {
    .chart__filters {
      display: flex;
      justify-content: space-between; } }

.chart__filter,
.chart__filterGroup {
  min-height: 70px;
  margin-bottom: 40px; }
  @media (min-width: 48em) {
    .chart__filter,
    .chart__filterGroup {
      margin-left: 70px;
      margin-bottom: 0; }
      .chart__filter:first-child,
      .chart__filterGroup:first-child {
        margin-left: 0; } }

.chart__filter--hidden {
	visibility: hidden;
	min-height: 0;
	margin: 0; }

.chart__filters .chart__filter:last-child,
.chart__filters &gt; .chart__filterGroup:last-child {
  margin-bottom: 0; }

.chart__filterGroup {
  position: relative;
  display: flex; }
  .chart__filterGroup:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease; }
  .chart__filterGroup.disabled:after {
    visibility: visible;
    opacity: 1; }

.chart__filterGroup &gt; .chart__filter:not(:first-child) {
  margin-left: 36px; }
  @media (min-width: 48em) {
    .chart__filterGroup &gt; .chart__filter:not(:first-child) {
      margin-left: 80px; } }

.chart__filterButtons {
  border-bottom: 1px solid #A7A9AC; }

.chart__filterButton {
  margin-left: 36px;
  padding: 0 0 2px;
  border: 0;
  border-bottom: 4px solid transparent;
  outline: none;
  background: none;
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 700;
  cursor: pointer;
  transition: border 250ms ease-out; }
  .chart__filterButton:hover, .chart__filterButton:focus {
    border-color: #D1D3D4; }
  .chart__filterButton.active {
    border-color: #D6002A; }
  @media (min-width: 48em) {
    .chart__filterButton {
      margin-left: 80px;
      font-size: 2.25rem;
      line-height: 2.625rem; } }
  .chart__filterButton:first-child {
    margin-left: 0; }

@media (min-width: 48em) {
  .chart__filter--inColumn {
    margin-top: 0; } }

.chart__filterLabel {
  display: block;
  margin-bottom: 12px;
  color: #666666;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em; }

.chart__filterSelect {
  width: 100%;
  height: 48px;
  padding: 0 24px 12px 0;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #A7A9AC; }
  .chart__filterSelect:hover, .chart__filterSelect:focus {
    border-color: #A7A9AC; }
  .chart__filterSelect:after {
    width: 12px;
    height: 12px;
    margin-top: -16px;
    right: 5px;
    border-color: #000000; }
  @media (min-width: 48em) {
    .chart__filterSelect {
      width: auto;
      min-width: 280px;
      padding-right: 32px; }
      .chart__filterSelect:after {
        margin-top: -12px; } }

.chart__filterSelect .list {
  min-width: 100%;
  margin-top: 0;
  margin-left: 0;
  border-radius: 0;
  border: 1px solid #A7A9AC;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15); }

.chart__filterSelect .option {
  color: #000000;
  font-size: 1.125rem;
  font-weight: 700; }
  .chart__filterSelect .option.selected {
    color: #D6002A;
    background-color: transparent; }

.chart__filterSelect .current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.25rem; }

.chart__text {
  margin-top: 24px;
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.5; }

.chart__caption {
  margin-top: 24px;
  color: #000000;
  font-size: 0.875rem;
  line-height: 1.5; }

@media (max-width: 48em) {
  .chart--carbonFootPrint {
    margin-top: 40px; } }

.chart__outlookButtons {
  display: flex; }

.chart__outlookButton {
  display: inline-block;
  width: 50%;
  padding: 18px 22px;
  background-color: #EEE;
  color: #666666;
  font-size: 0.75rem;
  cursor: pointer;
  transition: all 300ms ease; }
  .chart__outlookButton.active {
    background-color: #222;
    color: #FFF;
    cursor: default; }
  @media (min-width: 48em) {
    .chart__outlookButton {
      width: auto; } }

.spacer {
  height: 40px; }
  @media (min-width: 48em) {
    .spacer {
      height: 96px; } }

/* ==============================================================================================
 * APP UTILITIES
 * ============================================================================================== */
/* =========================================================================
 * BACKGROUND COLOR UTILITIES
 * ========================================================================= */
.bg-black {
  background-color: #000000; }

.bg-white {
  background-color: #FFFFFF; }

.bg-gray60 {
  background-color: #666666; }

.bg-gray90 {
  background-color: #1A1A1A; }

.bg-gray80 {
  background-color: #262626; }

.bg-gray40 {
  background-color: #A7A9AC; }

.bg-gray20 {
  background-color: #D1D3D4; }

.bg-grayLight {
  background-color: #E8EAE8; }

.bg-graySp {
  background-color: #99999C; }

.bg-grayC {
  background-color: #CCCCCC; }

.bg-red {
  background-color: #D6002A; }

.bg-green {
  background-color: #A4C032; }

.bg-blue {
  background-color: #6986B0; }

.bg-scrollTrack {
  background-color: #dadcdd; }

.bg-scrollThumb {
  background-color: #c1c3c5; }

.bg-scrollThumbHover {
  background-color: #b0b2b4; }

/* =========================================================================
 * TEXT COLOR UTILITIES
 * ========================================================================= */
.text-black {
  color: #000000 !important; }

.text-white {
  color: #FFFFFF !important; }

.text-gray60 {
  color: #666666 !important; }

/* =========================================================================
 * VISIBILTY UTILITIES
 * ========================================================================= */
@media (max-width: 48em) {
  .hide-on-mobile {
    display: none; } }

@media (min-width: 48em) {
  .mobile-only {
    display: none; } }

@media (max-width: 48em) {
  .hide-line-breaks-sm &gt; br {
    display: none; } }

@media (max-width: 65em) {
  .hide-line-breaks-md &gt; br {
    display: none; } }

.hide-on-ie {
  display: none; }

@media (min-width: 48em) {
  .block-on-mobile {
    display: block; } }

/*# sourceMappingURL=style.css.map */</pre></body></html>