.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__container{position:relative;box-sizing:border-box}.splide__list{margin:0!important;padding:0!important;width:-webkit-max-content;width:-moz-max-content;width:max-content;will-change:transform}.splide.is-active .splide__list{display:-ms-flexbox;display:flex}.splide__pagination{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;width:95%;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0}.splide__pagination li{list-style-type:none;display:inline-block;line-height:1;margin:0}.splide{visibility:hidden}.splide,.splide__slide{position:relative;outline:none}.splide__slide{box-sizing:border-box;list-style-type:none!important;margin:0;-ms-flex-negative:0;flex-shrink:0}.splide__slide img{vertical-align:bottom}.splide__slider{position:relative}.splide__spinner{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;display:inline-block;width:20px;height:20px;border-radius:50%;border:2px solid #999;border-left-color:transparent;animation:splide-loading 1s linear infinite}.splide__track{position:relative;z-index:0;overflow:hidden}.splide--draggable>.splide__track>.splide__list>.splide__slide{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.splide--fade>.splide__track>.splide__list{display:block}.splide--fade>.splide__track>.splide__list>.splide__slide{position:absolute;top:0;left:0;z-index:0;opacity:0}.splide--fade>.splide__track>.splide__list>.splide__slide.is-active{position:relative;z-index:1;opacity:1}.splide--rtl{direction:rtl}.splide--ttb>.splide__track>.splide__list{display:block}.splide--ttb>.splide__pagination{width:auto}.splide__arrow{position:absolute;z-index:1;top:50%;transform:translateY(-50%);width:2em;height:2em;border-radius:50%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;border:none;padding:0;opacity:.7;background:#ccc}.splide__arrow svg{width:1.2em;height:1.2em}.splide__arrow:hover{cursor:pointer;opacity:.9}.splide__arrow:focus{outline:none}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide__pagination{position:absolute;z-index:1;bottom:.5em;left:50%;transform:translateX(-50%);padding:0}.splide__pagination__page{display:inline-block;width:8px;height:8px;background:#ccc;border-radius:50%;margin:3px;padding:0;transition:transform .2s linear;border:none;opacity:.7}.splide__pagination__page.is-active{transform:scale(1.4);background:#fff}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus{outline:none}.splide__progress__bar{width:0;height:3px;background:#ccc}.splide--nav>.splide__track>.splide__list>.splide__slide{border:3px solid transparent}.splide--nav>.splide__track>.splide__list>.splide__slide.is-active{border-color:#000}.splide--nav>.splide__track>.splide__list>.splide__slide:focus{outline:none}.splide--rtl>.splide__arrows .splide__arrow--prev,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev{right:1em;left:auto}.splide--rtl>.splide__arrows .splide__arrow--prev svg,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev svg{transform:scaleX(1)}.splide--rtl>.splide__arrows .splide__arrow--next,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next{left:1em;right:auto}.splide--rtl>.splide__arrows .splide__arrow--next svg,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next svg{transform:scaleX(-1)}.splide--ttb>.splide__arrows .splide__arrow,.splide--ttb>.splide__track>.splide__arrows .splide__arrow{left:50%;transform:translate(-50%)}.splide--ttb>.splide__arrows .splide__arrow--prev,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev{top:1em}.splide--ttb>.splide__arrows .splide__arrow--prev svg,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev svg{transform:rotate(-90deg)}.splide--ttb>.splide__arrows .splide__arrow--next,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next{top:auto;bottom:1em}.splide--ttb>.splide__arrows .splide__arrow--next svg,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next svg{transform:rotate(90deg)}.splide--ttb>.splide__pagination{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;bottom:50%;left:auto;right:.5em;transform:translateY(50%)}
.widgetItem-link[target=_blank],a[target=_blank]:not([class]),a[href^=http]:not([class]){background:url("/UI/icons/interface/material/arrow-outward-500-48-energy.svg") no-repeat right;padding-right:2rem;background-size:1.5rem 1.5rem}.fileIcon{width:32px;height:32px;margin:5px !important;background-repeat:no-repeat;background-position:center;background-size:auto 100%}.fileIcon--pdf{background-image:url("/UI/icons/files/pdf.svg")}.fileIcon--word,.fileIcon--docx,.fileIcon--doc{background-image:url("/UI/icons/files/word.svg")}.fileIcon--excel,.fileIcon--xlsx,.fileIcon--xls,.fileICon--xlsm{background-image:url("/UI/icons/files/excel.svg")}.fileIcon--powerpoint,.fileIcon--pptx,.fileIcon--ppt,.fileIcon--pptm{background-image:url("/UI/icons/files/powerpoint.svg")}.widgetItem-link[target=_blank],a[target=_blank]:not([class]),a[href^=http]:not([class]){background:url("/UI/icons/interface/material/arrow-outward-500-48-energy.svg") no-repeat right;padding-right:2rem;background-size:1.5rem 1.5rem}@-ms-viewport{width:device-width}html{scroll-behavior:auto}@media(prefers-reduced-motion: no-preference){html{scroll-behavior:smooth}}body{background-color:#fff;color:#002721;overflow-y:scroll;overflow-x:hidden;margin:0;min-height:100vh;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:20rem;-ms-overflow-style:scrollbar}body .page{max-width:100%;margin:0 auto;padding:0 1rem;min-height:0}@media print,screen and (min-width: 90em){body .page{width:90em}}@media screen and (max-width: 92em){body .page{box-sizing:border-box;width:100%}}@media print{body .page{box-sizing:border-box}}.admin body{min-height:100%}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,ul:first-child,ol:first-child,p:first-child{margin-top:0}h1:only-child,h2:only-child,h3:only-child,h4:only-child,h5:only-child,h6:only-child,ul:only-child,ol:only-child,p:only-child{margin-bottom:0}figure{padding:0;margin:0}fieldset{border:0;padding:0}iframe{border:0}address{font-style:normal;margin:0;padding:0}img{max-width:100%}img[width][height]{height:auto}details:not([open])>*:not(summary){display:none !important}summary{cursor:pointer}p:empty,p:blank{display:none}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible,[tabindex]:not([tabindex="-1"]):focus-visible{outline:.125rem solid #05ce74;outline-offset:.1875em;border-radius:.125em}@supports not selector(:focus-visible){a:focus,button:focus,input:focus,textarea:focus,select:focus,summary:focus,[tabindex]:not([tabindex="-1"]):focus{outline:.125rem solid #05ce74;outline-offset:.1875em;border-radius:.125em}}a{color:#3c3c3b;-webkit-text-decoration-color:#000;text-decoration-color:#000}a:hover{color:#000;-webkit-text-decoration-color:#23aa5f;text-decoration-color:#23aa5f;text-decoration-thickness:2px}a:focus-visible{text-decoration:underline;-webkit-text-decoration-color:#05ce74;text-decoration-color:#05ce74;text-decoration-thickness:2px}a:active{color:#000;text-decoration:none}a[download]{text-decoration:none;background:url("/UI/icons/interface/download.svg") no-repeat right top;padding-right:1.25em;background-size:1em}a[download]:hover{text-decoration:underline;-webkit-text-decoration-color:#23aa5f;text-decoration-color:#23aa5f;text-decoration-thickness:2px}a[download]:focus-visible{text-decoration:underline;-webkit-text-decoration-color:#05ce74;text-decoration-color:#05ce74;text-decoration-thickness:2px}.fileIcon+a[download]{background:none;padding-right:0}label[for]{cursor:pointer}small{font-size:.875rem;line-height:1.5714285714}@media screen and (max-width: 47.99875em){small{font-size:1rem;line-height:1.5}}input[type=text],input[type=search],input[type=number],button,select,textarea{border-radius:0;-webkit-appearance:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.a11y-shortcut{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 47.99875em){.a11y-shortcut{font-size:1.25rem;line-height:1.4}}.a11y-shortcut{font-weight:500;position:fixed;top:0;left:50%;z-index:1500;max-width:calc(100vw - 2rem);padding:.75rem 1.25rem;transform:translate(-50%, calc(-100% - 0.5rem));transition:transform 200ms ease;border:.125rem solid #002721;border-radius:62.4375rem;background-color:#002721;color:#fff;text-align:center;text-decoration:underline;-webkit-text-decoration-color:#fff;text-decoration-color:#fff;text-decoration-thickness:.125rem;text-underline-offset:.1875rem;white-space:normal}.a11y-shortcut:hover,.a11y-shortcut:focus{border-radius:62.4375rem;color:#fff;-webkit-text-decoration-color:#fff;text-decoration-color:#fff}.a11y-shortcut:focus{transform:translate(-50%, 0.75rem)}@media(prefers-reduced-motion: reduce){.a11y-shortcut{transition:none}}[hidden],.is-hidden{display:none !important}.fileIcon{width:1.5rem;height:1.5rem;display:inline-block;vertical-align:middle;background-repeat:no-repeat;background-size:1.25rem auto;min-width:1.5rem;margin:.2em .25em 0 0 !important;background-position:left center}.full-width{width:100%}@font-face{font-family:"Statnett";src:url("/UI/fonts/maison-neue-book.otf") format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Statnett";src:url("/UI/fonts/maison-neue-book-italic.otf") format("opentype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:"Statnett";src:url("/UI/fonts/maison-neue-demi.otf") format("opentype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:"Statnett";src:url("/UI/fonts/maison-neue-medium.otf") format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Statnett Mono";src:url("/UI/fonts/maison-neue-mono.otf") format("opentype");font-weight:400;font-style:normal;font-display:swap}body{font-family:"Statnett",sans-serif;font-size:100%;letter-spacing:normal;word-spacing:normal;line-height:1.5;font-weight:400}.button{background-color:#002721;border:1px solid #bbffe3;transition:background-color 100ms ease-in-out,border-color 100ms ease-in-out,color 100ms ease-in-out;color:#bbffe3;padding:.625em 1.25em;cursor:pointer;text-decoration:none;display:inline-block;box-sizing:border-box;vertical-align:top;--button-arrow-icon: url(/UI/icons/interface/material/arrow-forward-500-24-moss.svg);--button-arrow-icon-hover: url(/UI/icons/interface/material/arrow-forward-500-24-spruce.svg)}.button:hover,.button:focus,input[aria-controls]:focus-visible+.button{background-color:#bbffe3;color:#002721;border-color:#002721}.button:focus-visible,input[aria-controls]:focus-visible+.button{outline:.125rem solid #05ce74;outline-offset:.1875em;border-radius:.125em}.button--secondary{background-color:#bbffe3;border-color:#002721;color:#002721;--button-arrow-icon: url(/UI/icons/interface/material/arrow-forward-500-24-spruce.svg);--button-arrow-icon-hover: url(/UI/icons/interface/material/arrow-forward-500-24-spruce.svg)}.button--energy{background-color:#05ce74;border-color:#002721;color:#002721;--button-arrow-icon: url(/UI/icons/interface/material/arrow-forward-500-24-spruce.svg);--button-arrow-icon-hover: url(/UI/icons/interface/material/arrow-forward-500-24-moss.svg)}.button--energy:hover,.button--energy:focus{background-color:#002721;color:#bbffe3;border-color:#bbffe3}.button--moss{--button-arrow-icon: url(/UI/icons/interface/material/arrow-forward-500-24-moss.svg);--button-arrow-icon-hover: url(/UI/icons/interface/material/arrow-forward-500-24-spruce.svg)}.button--spruce{--button-arrow-icon: url(/UI/icons/interface/material/arrow-forward-500-24-spruce.svg);--button-arrow-icon-hover: url(/UI/icons/interface/material/arrow-forward-500-24-moss.svg)}.button[href]::after{content:"";width:1em;height:1em;background:var(--button-arrow-icon) no-repeat center;background-size:1em auto;margin-left:.25em;display:inline-block;transition:background-image 100ms ease-in-out}.button[href]:hover::after{background:var(--button-arrow-icon-hover) no-repeat center;background-size:1em auto}.button[disabled]{background-color:gray}button.button,input.button{height:2.5em}a.link-with-arrow{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 47.99875em){a.link-with-arrow{font-size:1.25rem;line-height:1.4}}a.link-with-arrow{font-weight:100;-ms-flex-align:center;align-items:center;color:inherit;display:-ms-inline-flexbox;display:inline-flex;line-height:1.4;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:#000;text-decoration-color:#000;text-decoration-thickness:.125rem;text-underline-offset:.125rem;transition:-webkit-text-decoration-color 200ms ease;transition:text-decoration-color 200ms ease;transition:text-decoration-color 200ms ease, -webkit-text-decoration-color 200ms ease}a.link-with-arrow::after{background:url("/UI/icons/interface/material/arrow-forward-500-48-energy.svg") no-repeat center;background-size:contain;content:"";display:inline-block;-ms-flex:0 0 1.875rem;flex:0 0 1.875rem;height:1.875rem;margin-left:.5rem;min-height:1.875rem;min-width:1.875rem;transition:transform 200ms ease;width:1.875rem}a.link-with-arrow:hover::after,a.link-with-arrow:focus-visible::after{transform:translateX(0.25rem)}a.link-with-arrow:hover,a.link-with-arrow:focus-visible{-webkit-text-decoration-color:#05ce74;text-decoration-color:#05ce74}@media(prefers-reduced-motion: reduce){a.link-with-arrow,a.link-with-arrow::after{transition:none}a.link-with-arrow:hover::after,a.link-with-arrow:focus-visible::after{transform:none}}.button-default{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 47.99875em){.button-default{font-size:1.5rem;line-height:1.3333333333}}.button-default{font-weight:500;--button-default-gap: 0.5rem;--button-default-icon: url("/UI/icons/interface/material/arrow-forward-500-48-spruce.svg");--button-default-icon-hover: var(--button-default-icon);--button-default-icon-color: currentColor;--button-default-icon-color-hover: var(--button-default-icon-color);--button-default-icon-size: 1.875rem;--button-default-icon-transform-hover: translateX(0.25rem);-ms-flex-align:center;align-items:center;background-color:#05ce74;border:1px solid #05ce74;border-radius:62.4375rem;box-sizing:border-box;color:#002721;cursor:pointer;display:-ms-inline-flexbox;display:inline-flex;gap:var(--button-default-gap);line-height:1.2;max-width:100%;padding:1rem 1.5rem;text-align:center;text-decoration:none;transition:background-color 200ms ease,border-color 200ms ease,color 200ms ease;vertical-align:top}@media screen and (max-width: 70.99875em){.button-default{font-size:1.25rem;line-height:1.4;--button-default-icon-size: 1.625rem;padding:1rem 1.25rem}}@media screen and (max-width: 70.99875em)and (max-width: 47.99875em){.button-default{font-size:1.25rem;line-height:1.4}}.button-default--centered{-ms-flex-pack:center;justify-content:center;-ms-flex-item-align:center;align-self:center}.button-default--fullwidth{width:100%}.button-default--fit-width{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.button-default--large{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 47.99875em){.button-default--large{font-size:1.5rem;line-height:1.3333333333}}.button-default--large{--button-default-gap: 0.75rem;min-height:4rem}@media screen and (max-width: 70.99875em){.button-default--large{font-size:1.25rem;line-height:1.4;min-height:3.5rem}}@media screen and (max-width: 70.99875em)and (max-width: 47.99875em){.button-default--large{font-size:1.25rem;line-height:1.4}}.button-default--icon-arrow{--button-default-icon: url("/UI/icons/interface/material/arrow-forward-500-48-spruce.svg");--button-default-icon-hover: url("/UI/icons/interface/material/arrow-forward-500-48-spruce.svg")}.button-default--icon-mail{--button-default-icon: url("/UI/icons/interface/material/mail-500-48-spruce.svg");--button-default-icon-hover: url("/UI/icons/interface/material/mail-filled-500-48-spruce.svg")}.button-default--icon-color-current{--button-default-icon-color: currentColor;--button-default-icon-color-hover: currentColor}.button-default--icon-color-energy{--button-default-icon-color: #05CE74;--button-default-icon-color-hover: #05CE74}.button-default--icon-color-spruce{--button-default-icon-color: #002721;--button-default-icon-color-hover: #002721}.button-default--icon-color-white{--button-default-icon-color: #fff;--button-default-icon-color-hover: #fff}.button-default--icon-hover-color-energy{--button-default-icon-color-hover: #05CE74}.button-default--icon-hover-color-spruce{--button-default-icon-color-hover: #002721}.button-default--icon-hover-color-white{--button-default-icon-color-hover: #fff}.button-default--icon-animate:hover::before,.button-default--icon-animate:focus-visible::before,.button-default--icon-animate:hover::after,.button-default--icon-animate:focus-visible::after{transform:var(--button-default-icon-transform-hover)}.button-default--icon-before,.button-default--icon-after{display:inline-grid;-webkit-column-gap:var(--button-default-gap);column-gap:var(--button-default-gap)}.button-default--icon-before{grid-template-columns:var(--button-default-icon-size) minmax(0, auto)}.button-default--icon-after{grid-template-columns:minmax(0, auto) var(--button-default-icon-size)}.button-default--icon-before>*,.button-default--icon-after>*{grid-row:1}.button-default--icon-before>*{grid-column:2}.button-default--icon-after>*{grid-column:1}.button-default--icon-before::before,.button-default--icon-before::after,.button-default--icon-after::before,.button-default--icon-after::after{content:"";grid-row:1;height:var(--button-default-icon-size);mask-position:center;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;transform:translateX(0);transition:background-color 200ms ease-in-out,opacity 200ms ease-in-out,transform 200ms ease-in-out;width:var(--button-default-icon-size)}.button-default--icon-before::before,.button-default--icon-before::after{grid-column:1}.button-default--icon-after::before,.button-default--icon-after::after{grid-column:2}.button-default--icon-before::before,.button-default--icon-after::before{background-color:var(--button-default-icon-color);display:block;mask-image:var(--button-default-icon);-webkit-mask-image:var(--button-default-icon);opacity:1}.button-default--icon-before::after,.button-default--icon-after::after{background-color:var(--button-default-icon-color-hover);display:none;mask-image:var(--button-default-icon-hover);-webkit-mask-image:var(--button-default-icon-hover);opacity:0}.button-default .button-default--icon-mail.button-default--icon-before::after,.button-default .button-default--icon-mail.button-default--icon-after::after{display:block}.button-default .button-default--icon-mail.button-default--icon-before:hover::before,.button-default .button-default--icon-mail.button-default--icon-before:focus-visible::before,.button-default .button-default--icon-mail.button-default--icon-after:hover::before,.button-default .button-default--icon-mail.button-default--icon-after:focus-visible::before{opacity:0}.button-default .button-default--icon-mail.button-default--icon-before:hover::after,.button-default .button-default--icon-mail.button-default--icon-before:focus-visible::after,.button-default .button-default--icon-mail.button-default--icon-after:hover::after,.button-default .button-default--icon-mail.button-default--icon-after:focus-visible::after{opacity:1}.button-default:hover,.button-default:focus-visible{background-color:#05bd6a;border-color:#05bd6a;color:#002721;text-decoration:none}.button-default:focus-visible{outline:.125rem solid #05ce74;outline-offset:.1875rem;border-radius:62.4375rem}.button-default[disabled],.button-default[aria-disabled=true],.button-default.is-disabled{background-color:#ccd4d3;border-color:#ccd4d3;color:rgba(0,39,33,.3019607843);cursor:not-allowed;pointer-events:none;--button-default-icon-color: currentColor;--button-default-icon-color-hover: currentColor}.button-default--secondary{background-color:rgba(0,0,0,0);border-color:#05ce74;color:#002721}.button-default--secondary:hover,.button-default--secondary:focus-visible{background-color:#bbffe3;border-color:#05bd6a;color:#002721}.button-default--secondary[disabled],.button-default--secondary[aria-disabled=true],.button-default--secondary.is-disabled{background-color:#fff;border-color:#ccd4d3;color:rgba(0,39,33,.3019607843)}.button-default--pine{background-color:#003c32;border-color:#003c32;color:#fff}.button-default--pine:hover,.button-default--pine:focus-visible{background-color:#002721;border-color:#002721;color:#fff}.button-default--menuCta{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 47.99875em){.button-default--menuCta{font-size:1.25rem;line-height:1.4}}.button-default--menuCta{--button-default-gap: 1.5rem;--button-default-icon-color: #05CE74;--button-default-icon-color-hover: #05CE74;background-color:#003c32;border-color:#003c32;border-radius:.5rem;color:#bbffe3;padding:1rem 1.5rem;text-align:left}.button-default--menuCta:hover,.button-default--menuCta:focus-visible{background-color:#002721;border-color:#002721;color:#bbffe3}.button-default--menuCta:focus-visible{outline:.125rem solid #05ce74;outline-offset:.1875rem;border-radius:62.4375rem;border-radius:.5rem}@media screen and (max-width: 70.99875em){.button-default--menuCta{width:auto}}.button-default--tertiary{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:#002721}.button-default--tertiary:hover,.button-default--tertiary:focus-visible{background-color:#bbffe3;border-color:#bbffe3;color:#002721}.button-default--tertiary[disabled],.button-default--tertiary[aria-disabled=true],.button-default--tertiary.is-disabled{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:rgba(0,39,33,.3019607843)}@media(prefers-reduced-motion: reduce){.button-default{transition:none}.button-default--icon-before::before,.button-default--icon-before::after,.button-default--icon-after::before,.button-default--icon-after::after{transition:none}.button-default--icon-animate:hover::before,.button-default--icon-animate:focus-visible::before,.button-default--icon-animate:hover::after,.button-default--icon-animate:focus-visible::after{transform:none}}.form-fieldset{margin:2em 0}.form-item .form-fieldset{margin:0}.form-group{margin:1em 0}.form-group:only-child{margin:0}.form-group .form-item+.form-item,.form-group .form-action+.form-item{margin-top:16px}@media screen and (min-width: 40.0625em){.form-group:not(.form-group--nongrid) .form-item{display:grid;grid-template:"label label" "description description" "control error";grid-gap:0 1.5rem}.form-group:not(.form-group--nongrid) .form-item>label{grid-area:label}.form-group:not(.form-group--nongrid) .form-item>.form-description{grid-area:description}.form-group:not(.form-group--nongrid) .form-item>.form-control,.form-group:not(.form-group--nongrid) .choices-list--dropdown .form-item>.choices-input,.choices-list--dropdown .form-group:not(.form-group--nongrid) .form-item>.choices-input,.form-group:not(.form-group--nongrid) .choices-list--dropdown .form-item>.choices-item,.choices-list--dropdown .form-group:not(.form-group--nongrid) .form-item>.choices-item,.form-group:not(.form-group--nongrid) .choices-list--single .form-item>.choices-item,.choices-list--single .form-group:not(.form-group--nongrid) .form-item>.choices-item,.form-group:not(.form-group--nongrid) .form-item>.form-switches{grid-area:control}.form-group:not(.form-group--nongrid) .form-item>.form-errorMessage{grid-area:error}}@media screen and (max-width: 40em){.form-group:not(.form-group--nongrid) .form-item{overflow:hidden}.form-group:not(.form-group--nongrid) .form-item>label{float:left}.form-group:not(.form-group--nongrid) .form-item>.form-errorMessage,.form-group:not(.form-group--nongrid) .form-item>.form-description,.form-group:not(.form-group--nongrid) .form-item>.form-control,.form-group:not(.form-group--nongrid) .choices-list--dropdown .form-item>.choices-input,.choices-list--dropdown .form-group:not(.form-group--nongrid) .form-item>.choices-input,.form-group:not(.form-group--nongrid) .choices-list--dropdown .form-item>.choices-item,.choices-list--dropdown .form-group:not(.form-group--nongrid) .form-item>.choices-item,.form-group:not(.form-group--nongrid) .choices-list--single .form-item>.choices-item,.choices-list--single .form-group:not(.form-group--nongrid) .form-item>.choices-item,.form-group:not(.form-group--nongrid) .form-item>.form-switches{clear:left;display:block}}.form-group>.form-group>.form-item{display:block}.form-group--inline{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:.5rem}@media screen and (max-width: 47.99875em){.form-group--inline{grid-template-columns:repeat(1, minmax(0, 1fr))}}@media screen and (min-width: 20em){.form-group--inline:has(.form-item-three-columns){grid-template-columns:repeat(3, minmax(0, 1fr));justify-items:center}}@media screen and (max-width: 47.99875em){.form-group--inline:has(.form-item-three-columns){grid-template-columns:repeat(1, minmax(0, 1fr))}.form-group--inline:has(.form-item-three-columns) .form-item-three-columns{width:100%}}.form-group--inline .form-item+.form-item{margin-top:0}.form-group--centered{-ms-flex-pack:center;justify-content:center}.form-errorMessage{overflow:hidden;padding:.5em .75em;padding-left:calc(1.2em + 8px)}.form-errorMessage::before{content:"!";background-color:#df1920;color:#fff;border-radius:50%;padding:.1em;width:1.2em;height:1.2em;display:inline-block;text-align:center;line-height:1;float:left;margin-left:calc(-1.1em - 8px);box-sizing:border-box;margin-top:.2em}.form-item label,.form-item legend{font-weight:500}.form-item--inline{display:-ms-flexbox;display:flex;grid-template-columns:repeat(2, minmax(0, 1fr))}@media screen and (max-width: 47.99875em){.form-item--inline{grid-template-columns:repeat(1, minmax(0, 1fr))}.form-item--inline .form-control,.form-item--inline .choices-list--dropdown .choices-input,.choices-list--dropdown .form-item--inline .choices-input,.form-item--inline .choices-list--dropdown .choices-item,.choices-list--dropdown .form-item--inline .choices-item,.form-item--inline .choices-list--single .choices-item,.choices-list--single .form-item--inline .choices-item{margin-bottom:8px}.form-item--inline .form-control+.form-submit,.form-item--inline .choices-list--dropdown .choices-input+.form-submit,.choices-list--dropdown .form-item--inline .choices-input+.form-submit,.form-item--inline .choices-list--dropdown .choices-item+.form-submit,.choices-list--dropdown .form-item--inline .choices-item+.form-submit,.form-item--inline .choices-list--single .choices-item+.form-submit,.choices-list--single .form-item--inline .choices-item+.form-submit{margin-left:0}}.form-control,.choices-list--dropdown .choices-input,.choices-list--dropdown .choices-item,.choices-list--single .choices-item{background:#fff;border:1px solid #000;height:2.5em;padding:0 .75rem;box-sizing:border-box;max-width:100%}.form-control+.form-submit,.choices-list--dropdown .choices-input+.form-submit,.choices-list--dropdown .choices-item+.form-submit,.choices-list--single .choices-item+.form-submit{margin-left:calc(1em - .43ch)}.form-control:not(input),.choices-list--dropdown .choices-input:not(input),.choices-list--dropdown .choices-item:not(input),.choices-list--single .choices-item:not(input){line-height:2.5em}.form-control--select,.choices-list--single .choices-item{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("/UI/icons/interface/arrowhead-down--green.svg");background-repeat:no-repeat;background-position:calc(100% - 0.75rem) center;background-size:.8em auto;padding-right:calc(.5em + 1.5rem)}.form-control--select>option,.choices-list--single .choices-item>option{font-weight:inherit}.form-control--select::-ms-expand,.choices-list--single .choices-item::-ms-expand{display:none}.form-control--textarea{line-height:inherit;height:auto;width:80ch}.form-control::-webkit-input-placeholder, .choices-list--dropdown .choices-input::-webkit-input-placeholder, .choices-list--dropdown .choices-item::-webkit-input-placeholder, .choices-list--single .choices-item::-webkit-input-placeholder{color:inherit;font-size:1em;opacity:.75;text-align:left}.form-control:-ms-input-placeholder, .choices-list--dropdown .choices-input:-ms-input-placeholder, .choices-list--dropdown .choices-item:-ms-input-placeholder, .choices-list--single .choices-item:-ms-input-placeholder{color:inherit;font-size:1em;opacity:.75;text-align:left}.form-control::-ms-input-placeholder, .choices-list--dropdown .choices-input::-ms-input-placeholder, .choices-list--dropdown .choices-item::-ms-input-placeholder, .choices-list--single .choices-item::-ms-input-placeholder{color:inherit;font-size:1em;opacity:.75;text-align:left}.form-control::placeholder,.choices-list--dropdown .choices-input::placeholder,.choices-list--dropdown .choices-item::placeholder,.choices-list--single .choices-item::placeholder{color:inherit;font-size:1em;opacity:.75;text-align:left}.form-control:focus::-webkit-input-placeholder, .choices-list--dropdown .choices-input:focus::-webkit-input-placeholder, .choices-list--dropdown .choices-item:focus::-webkit-input-placeholder, .choices-list--single .choices-item:focus::-webkit-input-placeholder{opacity:.465}.form-control:focus:-ms-input-placeholder, .choices-list--dropdown .choices-input:focus:-ms-input-placeholder, .choices-list--dropdown .choices-item:focus:-ms-input-placeholder, .choices-list--single .choices-item:focus:-ms-input-placeholder{opacity:.465}.form-control:focus::-ms-input-placeholder, .choices-list--dropdown .choices-input:focus::-ms-input-placeholder, .choices-list--dropdown .choices-item:focus::-ms-input-placeholder, .choices-list--single .choices-item:focus::-ms-input-placeholder{opacity:.465}.form-control:focus::placeholder,.choices-list--dropdown .choices-input:focus::placeholder,.choices-list--dropdown .choices-item:focus::placeholder,.choices-list--single .choices-item:focus::placeholder{opacity:.465}.form-control[type=text],.choices-list--dropdown [type=text].choices-input,.choices-list--dropdown [type=text].choices-item,.choices-list--single [type=text].choices-item{width:25ch}.form-control[type=email],.choices-list--dropdown [type=email].choices-input,.choices-list--dropdown [type=email].choices-item,.choices-list--single [type=email].choices-item{width:35ch}.form-control[type=number],.choices-list--dropdown [type=number].choices-input,.choices-list--dropdown [type=number].choices-item,.choices-list--single [type=number].choices-item{-moz-appearance:none;-webkit-appearance:none;width:16ch;min-width:0;text-align:right}.form-control[type=number]::-webkit-inner-spin-button,.choices-list--dropdown [type=number].choices-input::-webkit-inner-spin-button,.choices-list--dropdown [type=number].choices-item::-webkit-inner-spin-button,.choices-list--single [type=number].choices-item::-webkit-inner-spin-button,.form-control[type=number]::-webkit-outer-spin-button,.choices-list--dropdown [type=number].choices-input::-webkit-outer-spin-button,.choices-list--dropdown [type=number].choices-item::-webkit-outer-spin-button,.choices-list--single [type=number].choices-item::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}@media screen and (max-width: 25em){.form-control[type=text],.choices-list--dropdown [type=text].choices-input,.choices-list--dropdown [type=text].choices-item,.choices-list--single [type=text].choices-item,.form-control[type=email],.choices-list--dropdown [type=email].choices-input,.choices-list--dropdown [type=email].choices-item,.choices-list--single [type=email].choices-item,.form-control[type=number],.choices-list--dropdown [type=number].choices-input,.choices-list--dropdown [type=number].choices-item,.choices-list--single [type=number].choices-item{width:auto}}.form-switch{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.form-switch label{font-weight:300}.form-fieldset .form-switch{margin-top:8px}.form-switch>input{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.form-switch>input~label{padding-left:1.875em;overflow:hidden;display:inline-block}.form-switch>input~label::before{content:"";display:inline-block;float:left;margin-left:-1.875em}.form-switch>input:focus-visible~label::before{outline:.125rem solid #05ce74;outline-offset:2px}.form-switch>input[type=checkbox]~label::before{height:1.3125em;width:1.3125em;box-sizing:border-box;border:1px solid #000}.form-switch>input[type=checkbox]:checked~label::before{background:url("/UI/icons/interface/checked--green.svg") no-repeat center;background-size:contain}.form-switch>input[type=checkbox][disabled]~label{cursor:not-allowed;opacity:.8;text-decoration:line-through}.form-switch>input[type=radio]~label::before{height:1.5em;width:1.5em;border:1px solid #000;border-radius:50%;vertical-align:middle;box-sizing:border-box;box-shadow:inset 0 0 0 .25em #fff,inset 0 0 1px .3em #979797}.form-switch>input[type=radio]:checked~label::before{background-image:radial-gradient(circle at center, #23AA5F 40%, #fff 43%);box-shadow:none}.form-switch>input[type=radio][disabled]:checked~label::before{background-image:radial-gradient(circle at center, #979797 40%, #fff 43%)}.form-accept{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.EPiServerForms .form-item:not(.ValidationRequired)>label::after,.EPiServerForms .form-item:not(.ValidationRequired) .form-fieldset legend::after{font-size:87.5%;font-style:italic;color:#3c3c3b}html[lang=no] .EPiServerForms .form-item:not(.ValidationRequired)>label::after,html[lang=no] .EPiServerForms .form-item:not(.ValidationRequired) .form-fieldset legend::after{content:" – Valgfritt"}html[lang=en] .EPiServerForms .form-item:not(.ValidationRequired)>label::after,html[lang=en] .EPiServerForms .form-item:not(.ValidationRequired) .form-fieldset legend::after{content:" – Optional"}.form-action{display:inline-block}.form-item+.form-action{margin-top:2em}.form-action+.form-action{margin-left:8px}.input-group{display:-ms-flexbox;display:flex}.choices-list--single .choices-item{white-space:nowrap}@media print{.header,.footer,.alert,.startPage-header,.subscription,.sectionLinks,.relatedArticles,.shareMenu,.breadcrumb{display:none !important}.startPage .header{display:block !important}}h1{font-weight:500}h2,h3,h4,h5,h6,strong,b{font-weight:600}h1,h2,h3,h4,h5,h6{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;hyphenate-limit-chars:10 auto 4}h1>a,h2>a,h3>a,h4>a,h5>a,h6>a{padding-bottom:.1em}button,input,optgroup,select,textarea{font-weight:300}p:last-child{margin-bottom:0}.text-center{text-align:center}.text-right{text-align:right}.alert{background-color:#fff;border:.25rem solid #fbb034;display:-ms-flexbox;display:flex;padding:1em 1.5rem 1em 1.5em;max-width:59.5rem;position:relative}.alert>strong{margin-right:.75rem}.alert-button{position:absolute;top:.5rem;right:.5rem;width:1rem;height:0;overflow:hidden;padding-top:1rem;background:url("/UI/icons/interface/close.svg") no-repeat center;border:0;cursor:pointer}.updatedSiteAlert{background:#fff;border:.25rem solid #fbb034;box-sizing:border-box;color:#002721;display:block;margin:.25rem 0 0 calc(50% - (50vw - .25rem));max-width:none;padding:0;width:calc(100vw - .5rem)}.updatedSiteAlert--belowHeader{margin:0 0 0 calc(50% - 50vw);width:100vw}.updatedSiteAlert-inner{-ms-flex-align:center;align-items:center;box-sizing:border-box;display:grid;gap:1.5rem;grid-template-columns:minmax(11.25rem, 17.5rem) minmax(0, 1fr) auto;margin:0 auto;max-width:100%;padding:.5rem .75rem;position:relative}@media print,screen and (min-width: 90em){.updatedSiteAlert-inner{width:calc(90em + 2rem)}}@media screen and (max-width: 92em){.updatedSiteAlert-inner{width:100%}}.updatedSiteAlert-title{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 47.99875em){.updatedSiteAlert-title{font-size:1.25rem;line-height:1.4}}.updatedSiteAlert-title{font-weight:500;margin:0;padding-left:1.25rem;position:relative}.updatedSiteAlert-title::before{background:#fbb034;border-radius:62.4375rem;content:"";height:100%;left:0;min-height:1.75rem;position:absolute;top:0;width:.375rem}.updatedSiteAlert-content{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 47.99875em){.updatedSiteAlert-content{font-size:1.25rem;line-height:1.4}}.updatedSiteAlert-content{font-weight:100;min-width:0;padding-right:1.5rem}.updatedSiteAlert-content a{color:inherit;-webkit-text-decoration-color:#002721;text-decoration-color:#002721;text-decoration-thickness:.125rem;text-underline-offset:.125rem}.updatedSiteAlert-content a:hover,.updatedSiteAlert-content a:focus-visible{-webkit-text-decoration-color:#23aa5f;text-decoration-color:#23aa5f}.updatedSiteAlert-button{background:url("/UI/icons/interface/material/close-500-24-spruce.svg") no-repeat center;background-size:1.5rem 1.5rem;border:0;border:.125rem solid rgba(0,0,0,0);border-radius:.5rem;cursor:pointer;font-size:0;height:3rem;width:3rem;justify-self:end;padding:0;position:static}.updatedSiteAlert-button:hover{border-color:#fbb034}.updatedSiteAlert-button:focus-visible{outline:.125rem solid #05ce74;outline-offset:.1875em;border-radius:.125em;border-color:rgba(0,0,0,0);border-radius:.5rem}@media screen and (max-width: 70.99875em){.updatedSiteAlert-inner{gap:.5rem 1rem;grid-template-columns:minmax(0, 1fr) auto}.updatedSiteAlert-title,.updatedSiteAlert-content{grid-column:1}.updatedSiteAlert-button{grid-column:2;grid-row:1/span 2}.updatedSiteAlert-content{padding-right:0}}@media screen and (max-width: 47.99875em){.updatedSiteAlert-inner{padding:.625rem .75rem}.updatedSiteAlert-title,.updatedSiteAlert-content{font-size:1rem;line-height:1.5}}@media screen and (max-width: 47.99875em)and (max-width: 47.99875em){.updatedSiteAlert-title,.updatedSiteAlert-content{font-size:1.125rem;line-height:1.4444444444}}.page-alert{box-sizing:border-box;width:100%;margin:0 auto .375rem}.page-alert .alert-title{max-width:16.75rem}.page-alert .alert-content{margin-left:auto;max-width:39.625rem}@media screen and (max-width: 61.25em){.page-alert{display:block;margin-bottom:1.5rem}.page-alert .alert-title{max-width:none;margin-right:0}.page-alert .alert-content{margin-left:0;max-width:none}}@media screen and (max-width: 37.5em){.page-alert{box-sizing:content-box;margin-left:-1rem;margin-right:-1rem;margin-top:calc((1rem + 0.25vh)*-1);width:100%}}.articleList{padding:4.375em 0}.articleList-items{list-style:none;margin:0;padding:0;transition:opacity 180ms ease}.articleList-items>*{transition:opacity 360ms ease,transform 360ms cubic-bezier(0.22, 1, 0.36, 1);transition-delay:var(--article-list-entry-delay, 0ms)}.articleList-items.is-refreshing{opacity:.45}.articleList-items>.is-entering{opacity:0;transform:translateY(1.125rem)}.articleList-item{margin-bottom:2.625em}.articleList-item:last-child{margin-bottom:0}.articleList.is-done .articleList-button{display:none}.articleList-more{margin-top:2em}.articleList-button{position:relative;transition:opacity 180ms ease}.articleList-button.is-loading{cursor:wait}.articleList-button.is-loading::before{content:"";display:inline-block;width:1em;height:1em;margin-right:.6em;vertical-align:-0.15em;border:.12em solid currentColor;border-right-color:rgba(0,0,0,0);border-radius:50%;animation:articleListButtonSpin 700ms linear infinite}@media(prefers-reduced-motion: reduce){.articleList-items{transition:none}.articleList-items>*{transition:none}.articleList-button{transition:none}.articleList-button.is-loading::before{animation:none}}@keyframes articleListButtonSpin{to{transform:rotate(360deg)}}.articleItem{position:relative}.articleItem:focus-within{outline:.125rem solid #05ce74;outline-offset:.1875em;border-radius:.125em}.articleItem-header{margin-bottom:.375em}.articleItem-heading{font-weight:600;font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 47.99875em){.articleItem-heading{font-size:1.5rem;line-height:1.3333333333}}.articleItem-heading{margin:0}.articleItem-heading>a{padding-right:1.25em;background:url("/UI/icons/interface/material/arrow-forward-500-24-energy.svg") no-repeat right;background-size:1em auto;text-decoration:none}.articleItem-heading>a::after{content:"";position:absolute;inset:0;z-index:1}.articleItem-heading>a:focus-visible{text-decoration:underline;-webkit-text-decoration-color:#05ce74;text-decoration-color:#05ce74;outline:none}.articleItem-heading>a:hover{text-decoration:underline;-webkit-text-decoration-color:#23aa5f;text-decoration-color:#23aa5f}.articleItem-subheading{font-size:1rem;line-height:1.5}@media screen and (max-width: 47.99875em){.articleItem-subheading{font-size:1.125rem;line-height:1.4444444444}}.articleItem-subheading{letter-spacing:1px;text-transform:uppercase}.articleItem-subheading a:active{letter-spacing:1px}.articleItem-subheading{font-size:.875rem;line-height:1.5714285714}@media screen and (max-width: 47.99875em){.articleItem-subheading{font-size:1rem;line-height:1.5}}.articleItem-subheading{margin:0}.articleItem-subheading~.articleItem-heading{margin-top:0}.articleItem-description{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 47.99875em){.articleItem-description{font-size:1.25rem;line-height:1.4}}.articleItem-description{margin:0}.articleItem-datestamp{display:inline}.articleItem-footer{font-style:italic;font-size:.875rem;line-height:1.5714285714}@media screen and (max-width: 47.99875em){.articleItem-footer{font-size:1rem;line-height:1.5}}.articleItem-footer{margin-top:.6428571429em}.articleItem--file .articleItem-heading{font-size:1rem;line-height:1.5}@media screen and (max-width: 47.99875em){.articleItem--file .articleItem-heading{font-size:1.125rem;line-height:1.4444444444}}.articleItem--file .articleItem-heading>a::after{display:none}.articleItem--person .articleItem-heading{margin:0}.articleItem--person .articleItem-description>li~li>a::before{content:" /"}.card{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative}.card:focus-within{outline:.125rem solid #05ce74;outline-offset:.1875em;border-radius:.125em}.card-image img{display:block}.card-image+.card-header{margin-top:1rem}.card-heading{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 47.99875em){.card-heading{font-size:1.5rem;line-height:1.3333333333}}.card-heading{margin:0;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.card-heading>a{padding-right:1.25em;background:url("/UI/icons/interface/material/arrow-forward-500-24-energy.svg") no-repeat right;background-size:1em auto;text-decoration:none}.card-heading>a::after{content:"";position:absolute;inset:0;z-index:1}.card-heading>a:hover{text-decoration:underline;-webkit-text-decoration-color:#23aa5f;text-decoration-color:#23aa5f}.card-heading>a:focus-visible{text-decoration:underline;-webkit-text-decoration-color:#05ce74;text-decoration-color:#05ce74}.card-heading>a:focus-visible{outline:none}.card-subtitle,.card-subtitle:first-child{font-size:.875rem;line-height:1.5714285714}@media screen and (max-width: 47.99875em){.card-subtitle,.card-subtitle:first-child{font-size:1rem;line-height:1.5}}.card-subtitle,.card-subtitle:first-child{text-transform:uppercase;letter-spacing:.0625em;margin-bottom:.2857142857em}.card-subtitle+.card-heading{margin-top:0}.card--project .card-header{-ms-flex-order:unset;order:unset}.cardList{display:grid;grid-template-columns:minmax(0, 1fr);gap:1.5rem;-ms-flex-align:start;align-items:start;padding:0;margin:1em 0 0;list-style:none}.cardList-item{min-width:0;margin:0}.cardList-item p.card-text{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 47.99875em){.cardList-item p.card-text{font-size:1.25rem;line-height:1.4}}.cardList-item p.card-text{margin:0}@media screen and (min-width: 20em){.cardList{gap:1.5em 1.5rem}}@media screen and (min-width: 48em){.cardList{grid-template-columns:repeat(3, minmax(0, 1fr))}}@media screen and (min-width: 71em){.cardList{grid-template-columns:repeat(4, minmax(0, 1fr))}}@media screen and (min-width: 71em){.cardList-filterBoolean{text-align:right}}.cardListSection-heading{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 47.99875em){.cardListSection-heading{font-size:1.25rem;line-height:1.4}}.cardListSection-heading{font-weight:600;text-transform:uppercase;margin-bottom:.375em}.cardListSection--dual .cardList{row-gap:3.75rem}@media screen and (min-width: 48em){.cardListSection--dual .cardList{grid-template-columns:repeat(2, minmax(0, 1fr))}}.cardListSection--dual .cardListSection-heading{font-size:1rem;line-height:1.5}@media screen and (max-width: 47.99875em){.cardListSection--dual .cardListSection-heading{font-size:1.125rem;line-height:1.4444444444}}.cardListSection--dual .cardList .card-text{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 47.99875em){.cardListSection--dual .cardList .card-text{font-size:1.25rem;line-height:1.4}}.cardListSection--dual .cardList .card-text{margin-top:0}.cardListSection--dual .cardList .card-image+.card-header{margin-top:1.5rem}.cardListSection--dual .cardList .card-header{margin-bottom:.375em}.cardListSection--dual .cardList .card-header .card-heading{font-weight:600}.cardListSection--dual .cardList-item{max-width:none;width:auto;margin-top:0}.cardListSection--dual .card-heading{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 47.99875em){.cardListSection--dual .card-heading{font-size:1.5rem;line-height:1.3333333333}}.cardListSection--dual .card-heading{font-weight:500}.cardListSection--dual .card-heading>a{padding-right:1.25em;background:url("/UI/icons/interface/material/arrow-forward-500-24-energy.svg") no-repeat right;background-size:1em auto;text-decoration:none}.cardListSection--dual .card-heading>a:hover{text-decoration:underline;-webkit-text-decoration-color:#23aa5f;text-decoration-color:#23aa5f}.cardListSection--dual .card-heading>a:focus-visible{-webkit-text-decoration-color:#05ce74;text-decoration-color:#05ce74}@media screen and (max-width: 56.25em){.cardListSection--dual .cardList .card-heading{font-size:1.5rem;line-height:1.3333333333}}@media screen and (max-width: 56.25em)and (max-width: 47.99875em){.cardListSection--dual .cardList .card-heading{font-size:1.5rem;line-height:1.3333333333}}@media screen and (max-width: 56.25em){.cardListSection--dual .cardList .card-text{font-size:1.25rem;line-height:1.4}}@media screen and (max-width: 56.25em)and (max-width: 47.99875em){.cardListSection--dual .cardList .card-text{font-size:1.25rem;line-height:1.4}}.carousel .splide__slide{height:37.5rem}@media print,screen and (min-width: 90em){.carousel .splide__slide{height:43.75rem}}@media screen and (min-width: 100em){.carousel .splide__slide{height:53.125rem}}@media screen and (min-width: 120em){.carousel .splide__slide{height:56.25rem}}@media screen and (min-width: 160em){.carousel .splide__slide{height:68.75rem}}.carousel .splide__pagination{display:-ms-flexbox;display:flex;position:relative;width:31.25rem;max-width:calc(100% - 9.375rem);margin:0 auto;-ms-flex-direction:row;flex-direction:row;bottom:0;left:0;transform:translateY(-75px) !important}.carousel .splide__pagination li{-ms-flex:1;flex:1;padding:.9375rem}.carousel .splide__pagination__page{width:100%;height:.4375rem;background:#002721;border-radius:0;opacity:1;transition:background-color .25s}.carousel .splide__pagination__page.is-active{transform:none !important;background:#23aa5f}.carousel .splide__arrows{position:relative;width:37.5rem;max-width:calc(100% - 3.125rem);margin:0 auto;transform:translateY(-75px) !important}.carousel .splide__arrow{top:.4375rem;width:auto;height:auto;transform:none;opacity:1}.carousel .splide__arrow svg{display:none}.carousel .splide__arrow--prev,.carousel .splide__arrow--next{width:3.125rem;height:2.1875rem;background-color:rgba(99,100,102,.65);border:.0625rem solid #fff;border-radius:0}.carousel .splide__arrow--prev:hover,.carousel .splide__arrow--next:hover{background-color:#23aa5f}.carousel .splide__arrow--prev:after,.carousel .splide__arrow--next:after{display:block;background:url("/UI/icons/interface/arrowhead-right--white.svg") no-repeat center;background-size:30%;content:"";width:2.1875rem;height:2.1875rem}.carousel .splide__arrow--prev{left:0}.carousel .splide__arrow--prev:after{transform:rotate(180deg)}.carousel .splide__arrow--next{right:0}.carousel{position:relative;width:100%;height:37.5rem}@media print,screen and (min-width: 90em){.carousel{height:43.75rem}}@media screen and (min-width: 100em){.carousel{height:53.125rem}}@media screen and (min-width: 120em){.carousel{height:56.25rem}}@media screen and (min-width: 160em){.carousel{height:68.75rem}}.carousel--youtube-open .splide__arrow,.carousel--youtube-open .splide__pagination{display:none}.carousel--youtube-open .carousel__media{opacity:0}.carousel--one-slide .splide__pagination,.carousel--one-slide .splide__arrows{display:none !important}.carousel__inner{position:absolute;width:100vw;top:0;left:calc(-50vw + 50%);height:37.5rem}@media print,screen and (min-width: 90em){.carousel__inner{height:43.75rem}}@media screen and (min-width: 100em){.carousel__inner{height:53.125rem}}@media screen and (min-width: 120em){.carousel__inner{height:56.25rem}}@media screen and (min-width: 160em){.carousel__inner{height:68.75rem}}.carousel__pause-button{position:absolute;bottom:.9375rem;background-color:#23aa5f;border-radius:50%;width:1.875rem;height:1.875rem;cursor:pointer}@media screen and (min-width: 46.875em){.carousel__pause-button{bottom:-3.875rem}}.carousel__pause-button:after{display:block;background:url("/UI/icons/interface/pause--white.svg") no-repeat center;background-size:50%;content:"";width:100%;height:100%}.carousel__pause-button[data-playing=false]:after{background:url("/UI/icons/interface/play--white.svg") no-repeat center;background-size:50%}.carousel__slide__content{padding:0 1.25rem}@media print,screen and (min-width: 90em){.carousel__slide__content{width:90em;margin-left:auto;margin-right:auto;padding:0}}.carousel__slide__content__inner{display:block;position:absolute;bottom:6.25rem;width:50%;max-width:50rem;background-color:rgba(0,0,0,.75);font-size:1.3125rem;color:#fff !important;-webkit-text-decoration-color:#fff !important;text-decoration-color:#fff !important;text-decoration:none !important;padding:1.3125rem}.carousel__slide__content__inner::after{content:"";display:block;width:2.5rem;min-width:2.5rem;height:1.625rem;background:url("/UI/icons/interface/material/arrow-right-500-24-energy.svg") no-repeat center;background-size:contain;margin-right:0;margin-left:auto;transition:transform 200ms ease}.carousel__slide__content__inner:hover::after{transform:scale(1.25)}.carousel__slide__content__inner:after{background:url("/UI/icons/interface/arrow-right--white.svg") no-repeat center}.carousel__slide__content__inner:hover h2{-webkit-text-decoration-color:#23aa5f;text-decoration-color:#23aa5f}.carousel__slide__content__inner:focus-visible h2,.carousel__slide__content__inner:focus-within h2{-webkit-text-decoration-color:#05ce74;text-decoration-color:#05ce74}.carousel__slide__content__title{text-decoration:underline;margin-bottom:0;word-break:break-word;font-size:1.25rem}@media screen and (min-width: 48.0625em){.carousel__slide__content__title{font-size:1.625rem}}@media print,screen and (min-width: 90em){.carousel__slide__content__title{font-size:2rem}}.carousel__slide__content__description{margin-top:.375rem;font-size:1rem}@media print,screen and (min-width: 90em){.carousel__slide__content__description{font-size:1.3125rem}}.carousel__media{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#f0f0f0;z-index:-1;transition:opacity .25s}.carousel__media img,.carousel__media video{display:block;object-fit:cover;height:100%;width:100%;transform:none;top:auto;left:auto;max-width:none;position:absolute;bottom:0;z-index:0}.carousel__media--contain-mobile{background-color:#fff}@media screen and (max-width: 48em){.carousel__media--contain-mobile img,.carousel__media--contain-mobile video{object-fit:contain}}.carousel__youtube{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,0);pointer-events:none;transition:background-color .25s}.carousel__youtube--open{pointer-events:all;background-color:#000}.carousel__youtube--open .carousel__youtube__play-wrapper{display:none}.carousel__youtube--open .carousel__youtube__close{display:block}.carousel__youtube__play-wrapper{position:absolute;bottom:11.875rem;left:0;right:0;pointer-events:none}.carousel__youtube__play-container{text-align:right}@media print,screen and (min-width: 90em){.carousel__youtube__play-container{width:90em;margin-left:auto;margin-right:auto}}.carousel__youtube__play-button{width:40%;display:inline-block;text-align:center;pointer-events:all}.carousel__youtube__play{display:inline-block;width:3.75rem;height:3.75rem;overflow:hidden;position:relative;border-radius:100%;z-index:1;cursor:pointer}.carousel__youtube__play:before,.carousel__youtube__play:after{content:"";position:absolute}.carousel__youtube__play:before{top:.9375rem;left:1.5rem;width:0;height:0;border-top:.9375rem solid #23aa5f;border-bottom:.9375rem solid #23aa5f;border-left:1.25rem solid #fff;box-shadow:0 0 0 9999px #23aa5f;z-index:-1;transition:all .25s ease-in-out}.carousel__youtube__play-text{color:#fff;font-weight:bold;margin-top:.625rem;text-transform:uppercase}.carousel__youtube__close{position:absolute;display:none;top:4.0625rem;right:1.6875rem;width:1.5625rem;height:1.5625rem;cursor:pointer}.carousel__youtube__close:after{display:block;background:url("/UI/icons/interface/close--white.svg") no-repeat center;background-size:100%;content:"";width:100%;height:100%}.carousel__youtube__iframe-container{width:100%;height:100%;pointer-events:none}.carousel__youtube__iframe-container iframe{width:100%;height:100%;pointer-events:all}.choices{position:relative}.choices-list{line-height:2.5em}.choices-list--dropdown{display:none;position:absolute;width:100%;top:1px;left:1px;z-index:1}.choices-list--dropdown.is-active{display:initial}.choices-list--dropdown .choices-input{border:0;height:calc(2.5em - 2px);width:calc(100% - .4em - 1.5rem) !important;vertical-align:top}.choices-list--dropdown .choices-list{border:1px solid;background:#fff;border-top:0;margin-top:-1px;width:100%;box-sizing:border-box;max-height:60vh;overflow-y:auto}.choices-list--dropdown .choices-item{border:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;height:auto;line-height:1.5 !important}.choices-list--dropdown .choices-item:hover,.choices-list--dropdown .choices-item.is-highlighted{background-color:#05ce74;color:#002721}.choices-list--dropdown .choices-placeholder{display:none}.choices-input.is-hidden{display:none}.contentExtender-toggle{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.contentExtender-toggle:focus-visible~.contentExtender-button{outline:.125rem solid #05ce74;outline-offset:.1875em;border-radius:.125em}.contentExtender-toggle:checked+.contentExtender-button{display:none}.contentExtender-toggle:invalid~.contentExtender-list .contentExtender-item--hide,.contentExtender-toggle:checked~.contentExtender-list .contentExtender-item--hide{display:none}.contentExtender .text-center:has(.contentExtender-toggle:not([hidden])):not(:has(.contentExtender-action--expand[hidden],.contentExtender-button[hidden])){margin-top:1.5rem}.contentExtender-list:has(.contentExtender-item){display:grid;grid-template-columns:repeat(auto-fit, minmax(17.5rem, 1fr));gap:1.5rem 1.5rem;margin:0}.contentExtender-list:has(.contentExtender-item)>.contentExtender-item{width:auto;min-width:0;max-width:none;-ms-flex-preferred-size:auto;flex-basis:auto;margin:0}.contentExtender-actions{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem;-ms-flex-pack:center;justify-content:center;margin-top:30px}.contentExtender-actions .contentExtender-button{margin-right:0}.contentExtender-action{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.contentExtender .contentExtender-item--fullwidth{grid-column:1/-1;justify-self:stretch;width:100%;max-width:100%;-ms-flex-preferred-size:auto;flex-basis:auto}.contentExtender-button{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-item-align:center;align-self:center;height:auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.contentExtender .articleItem{position:relative}.contentExtender .articleItem .articleItem-heading>a::after{content:"";position:absolute;inset:0;z-index:1}.contentExtender .articleItem .articleItem-heading>a:focus-visible{text-decoration:underline;-webkit-text-decoration-color:#05ce74;text-decoration-color:#05ce74}@media screen and (max-width: 40em){.contentExtender-list:has(.contentExtender-item){grid-template-columns:1fr}}.detailsList>li{width:29rem;max-width:50%}.detailsList>li>details{padding-left:2.25rem;margin-bottom:1em}.detailsList>li>details[open]>summary{margin-bottom:.5625em}.detailsList>li>details>summary.faqSection-question{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 47.99875em){.detailsList>li>details>summary.faqSection-question{font-size:1.25rem;line-height:1.4}}.detailsList>li>details>summary.faqSection-question{font-weight:600}.detailsList>li>details>summary{list-style:none;margin-left:-2.25rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;padding-left:2.25rem;position:relative}.detailsList>li>details>summary::before,.detailsList>li>details>summary::after{content:"";position:absolute;top:50%;left:0;display:block;width:1.25em;height:1.25em;background-repeat:no-repeat;background-position:center;background-size:contain;pointer-events:none;transform-origin:center;transition:opacity 150ms ease,transform 150ms ease}.detailsList>li>details>summary::before{background-image:url("/UI/icons/interface/material/add-500-24-energy.svg");opacity:1;transform:translateY(-50%) rotate(0deg) scale(1)}.detailsList>li>details>summary::after{background-image:url("/UI/icons/interface/material/close-500-24-spruce.svg");opacity:0;transform:translateY(-50%) rotate(-90deg) scale(0.8)}.detailsList>li>details>summary::-webkit-details-marker{display:none}.detailsList>li>details[open]>summary::before{opacity:0;transform:translateY(-50%) rotate(90deg) scale(0.8)}.detailsList>li>details[open]>summary::after{opacity:1;transform:translateY(-50%) rotate(0deg) scale(1)}.documentList,ul.documentList{margin:1.5em 0 2.5em;list-style:none;-webkit-columns:24.5rem;columns:24.5rem;padding:0}.documentList>li,ul.documentList>li{margin-bottom:1em;-webkit-column-break-inside:avoid;break-inside:avoid-column;padding-left:2rem}.documentList>li.documentList-item--zip,ul.documentList>li.documentList-item--zip{padding:0}.documentList>li .documentList-item--name,ul.documentList>li .documentList-item--name{word-break:break-word}.documentList>li a,ul.documentList>li a{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 47.99875em){.documentList>li a,ul.documentList>li a{font-size:1.25rem;line-height:1.4}}.documentList>li a,ul.documentList>li a{display:inline;gap:.375rem}@media screen and (max-width: 47.99875em){.documentList>li a,ul.documentList>li a{font-size:.875rem;line-height:1.5714285714}}@media screen and (max-width: 47.99875em)and (max-width: 47.99875em){.documentList>li a,ul.documentList>li a{font-size:1rem;line-height:1.5}}.documentList .fileIcon,ul.documentList .fileIcon{float:left;margin-right:0 !important;margin-left:-1.75rem !important;margin-top:2px !important}.faqSection .detailsList>li{width:auto;max-width:none}.footer{-ms-flex-negative:0;flex-shrink:0}.footer-homeLink{display:block;margin:5.75rem auto 2.5rem;margin:5.75rem auto 3rem;width:3.125rem;height:3.125rem;text-align:center;box-sizing:border-box;position:relative;border-radius:50%;text-decoration:none;box-sizing:border-box;min-width:48px;min-height:48px}@media screen and (max-width: 47.99875em){.footer-homeLink{margin:1.5rem auto 1.5rem}}.footer-homeLink:focus,.footer-homeLink:focus-visible{outline:none}.footer-homeLink:focus-visible::before{background:#fff url("/UI/icons/interface/material/arrow-circle-up-solid-400-48-energy.svg") no-repeat center;background-size:3rem auto;box-shadow:0 0 0 .125rem rgba(0,0,0,0),0 0 0 .125rem #05ce74}@supports not selector(:focus-visible){.footer-homeLink:focus::before{background:#fff url("/UI/icons/interface/material/arrow-circle-up-solid-400-48-energy.svg") no-repeat center;background-size:3rem auto;box-shadow:0 0 0 .125rem rgba(0,0,0,0),0 0 0 .125rem #05ce74}}.footer-homeLink:hover::before{background:#fff url("/UI/icons/interface/material/arrow-circle-up-solid-400-48-energy.svg") no-repeat center;background-size:3rem auto}.footer-homeLink::before{background:#fff url("/UI/icons/interface/material/arrow-circle-up-400-48-energy.svg") no-repeat center;background-size:3rem auto;content:"";position:absolute;inset:0;transition:box-shadow 100ms ease,background 100ms ease-in-out;z-index:1;box-sizing:border-box;border-radius:50%}.footer-menu{background-color:rgba(0,0,0,.05);padding:0 1rem 2.625rem}.footer-menu a:focus-visible{color:#05ce74}.footer .megaMenu-linkGroup{margin-bottom:4rem;-ms-flex:1 auto;flex:1 auto}.footer .megaMenu .megaMenu-column--primary{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-negative:0;flex-shrink:0}.footer .megaMenu .megaMenu-column--primary .megaMenu-columnContent:last-child{-ms-flex-item-align:end;align-self:flex-end;margin-right:1.5rem;margin-top:auto}.footer-mainMenu{-ms-flex-negative:0;flex-shrink:0}.footer-utilityMenu>.menuList{display:-ms-flexbox;display:flex;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:.5rem}.footer-utilityMenu>.menuList>li{-ms-flex:1 auto;flex:1 auto}@media screen and (max-width: 19.99875em){.footer-menu{padding-left:1rem;padding-right:1rem}.footer .megaMenu-column{width:auto}.footer .megaMenu-column--primary{-ms-flex:1;flex:1}.footer .megaMenu-panel:only-child{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.footer-homeLink{margin-top:3vw;margin-bottom:2vw}}@media screen and (max-width: 35.5em){.footer-mainMenu,.footer-secondaryMenu{display:none !important}:root .footer .megaMenu-panel--subject{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.footer .megaMenu-column--secondary{-ms-flex-order:-1;order:-1;width:100%;margin-top:0 !important;margin-left:0}.footer .megaMenu .megaMenu-column--primary .megaMenu-columnContent:last-child{-ms-flex-item-align:auto;align-self:auto}}.updated-footer{box-sizing:border-box;width:100%;margin-top:6.25rem;padding:5rem 1rem 7.5rem 1rem;background-color:#003c32;color:#fff}@media screen and (max-width: 70.99875em){.updated-footer{padding:2.5rem 1rem 5rem 1rem}}.updated-footer h3{margin:0}.updated-footer p{margin:0}.updated-footer a{color:#fff;max-width:100%;min-width:0;overflow-wrap:anywhere;text-decoration:underline;-webkit-text-decoration-color:#bbffe3;text-decoration-color:#bbffe3;transition:-webkit-text-decoration-color 200ms ease;transition:text-decoration-color 200ms ease;transition:text-decoration-color 200ms ease, -webkit-text-decoration-color 200ms ease;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.updated-footer a:hover,.updated-footer a:active{text-decoration:underline;-webkit-text-decoration-color:#fff;text-decoration-color:#fff}@media(prefers-reduced-motion: reduce){.updated-footer a{transition:none}}.updated-footer-menu{margin:0 auto;max-width:90em;width:100%;display:grid;gap:1.5rem;grid-template-columns:1fr}@media print,screen and (min-width: 64em){.updated-footer-menu[data-columns="2"]{grid-template-columns:repeat(2, minmax(0, 1fr))}.updated-footer-menu[data-columns="3"]{grid-template-columns:repeat(3, minmax(0, 1fr))}.updated-footer-menu[data-columns="4"]{grid-template-columns:repeat(4, minmax(0, 1fr))}}@media screen and (max-width: 70.99875em){.updated-footer-menu[data-columns="2"],.updated-footer-menu[data-columns="3"],.updated-footer-menu[data-columns="4"]{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media screen and (max-width: 47.99875em){.updated-footer-menu[data-columns]{grid-template-columns:1fr}}.updated-footer--section{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 47.99875em){.updated-footer--section{font-size:1.25rem;line-height:1.4}}.updated-footer--section{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.5rem;min-width:0;overflow-wrap:anywhere}.updated-footer--section>nav{margin-top:1rem}.updated-footer--section .linkGroup-heading,.updated-footer--section h3{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 47.99875em){.updated-footer--section .linkGroup-heading,.updated-footer--section h3{font-size:1.5rem;line-height:1.3333333333}}.menuList{display:-ms-flexbox;display:flex;list-style:none;margin:0;padding:0}.menuList>li{margin-right:.5em}.menuList>li:last-child{margin-right:0}.menuList--vertical{-ms-flex-direction:column;flex-direction:column}.messageTable{margin:2em 0;width:100%;max-width:100%}.messageTable caption{border-bottom:.0625em solid #23aa5f;caption-side:block-start;text-align:left;letter-spacing:.0625em;text-transform:uppercase;font-weight:500}.messageTable thead th{font-weight:500}.messageTable tbody th{font-weight:300}.messageTable th{text-align:left;padding:.75em 1.125rem .75em 0;white-space:nowrap;vertical-align:top;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.messageTable td{padding:.75em 1.125rem .75em 0;vertical-align:top}.messageTable td a{word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.messageTable .messageTable-numericCell{padding-left:1.125rem;padding-right:0;text-align:right}.messageTable details>summary{list-style:none;display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;gap:.75rem}.messageTable details>summary:has(.messageTable details>summary:focus-visible) .messageTable details>summary:focus{outline:none}.messageTable details>summary:focus-visible::before{outline:.125rem solid #05ce74;outline-offset:0}.messageTable details>summary::before{color:#23aa5f;background:url("/UI/icons/interface/material/add-500-24-energy.svg") no-repeat center;background-size:contain;width:1.5rem;height:1.5rem;display:inline-block;content:"";transition:transform 100ms ease}.messageTable details>summary::-webkit-details-marker{display:none}.messageTable details[open]>summary{font-weight:500;letter-spacing:-0.0078125em}.messageTable details[open]>summary::before{background:url("/UI/icons/interface/material/add-500-24-spruce.svg") no-repeat center;transform:rotate(45deg)}.messageTable time{white-space:nowrap}@media screen and (max-width: 47.99875em){.messageTable,.messageTable tbody,.messageTable tr,.messageTable th,.messageTable td,.messageTable caption{display:block}.messageTable thead,.messageTable tfoot{display:none}.messageTable tr{margin:.5em 0;padding:.5em 0}.messageTable tr+tr{border-top:1px solid #05ce74;padding-bottom:0}.messageTable th,.messageTable td{padding:0;padding:0;text-align:left !important}.messageTable td[data-label]{display:table-row}.messageTable td[data-label]::before{font-weight:500;content:attr(data-label);display:table-cell;padding-right:1.125rem}}.organizationDetails{display:table}.organizationDetails>div{display:table-row}.organizationDetails dt,.organizationDetails dd{display:table-cell}.organizationDetails dt{padding-right:1.5rem}.organizationDetails dd{word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;padding-bottom:.5em}@media screen and (max-width: 23.4375em){.organizationDetails{display:block}.organizationDetails>div,.organizationDetails dt,.organizationDetails dd{display:block}.organizationDetails>div{margin-bottom:.75rem}.organizationDetails dd{margin:0;padding:0}}.person-image>img{display:block}.person--list{margin-bottom:1.25em}.person--list .person-reference{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 47.99875em){.person--list .person-reference{font-size:1.25rem;line-height:1.4}}.person--list .person-image,.person--list .person-description{display:none}.person--list .person-details,.person--list .person-contact,.person--list .person-phone{display:-ms-flexbox;display:flex}.person--list .person-details{gap:2.5em}.person--list .person-contact,.person--list .person-role{font-size:1.125em;line-height:1.625em}.person--list .person-contact{-ms-flex-wrap:wrap;flex-wrap:wrap}.person--list .person-role{-ms-flex-order:-1;order:-1;min-width:15.25rem;width:15.25rem;margin:0}.person--list .person-name:has(+.person-title)::after{content:", "}.person--list .person-email{white-space:nowrap}.person--list .person-email a[href^=mailto]{word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.person--list .person-email:not(:only-child)::after{content:" / "}.person--list .person-phone a[href^=tel]{white-space:nowrap}.person--list .person-phone:not(:last-child)::after{content:" / "}.person--list .person-name,.person--list .person-title{display:inline-block}.person--flip{position:relative;display:inline-block;overflow:hidden;-ms-flex-preferred-size:22.5rem;flex-basis:22.5rem}.person--flip .person-role,.person--flip .person-email,.person--flip .person-phone{display:none}.person--flip .person-description{opacity:0;position:absolute}.person--flip .person-details{position:absolute;bottom:0;background-color:rgba(0,0,0,.5);color:#fff;left:0;right:0;text-align:right;padding:1em}.person--flip .person-name{font-weight:500}.person--flip .person-image>img{background-color:#3c3c3b;min-height:25rem;min-width:22.5rem;-webkit-filter:grayscale(1);filter:grayscale(1)}.person--flip .person-image>img::before{content:"";position:absolute;width:100%;height:100%;background-color:#3c3c3b;left:0;top:0;box-shadow:inset -1px 0 0 #000}.person--flip:hover .person-details,.person--flip:focus .person-details{color:#fff;position:absolute;background-color:#000;padding:1.3125em;top:0;left:0;right:0;bottom:0;text-align:left}.person--flip:hover .person-name,.person--flip:focus .person-name{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 47.99875em){.person--flip:hover .person-name,.person--flip:focus .person-name{font-size:1.5rem;line-height:1.3333333333}}.person--flip:hover .person-title,.person--flip:focus .person-title{margin-bottom:1.5em}.person--flip:hover .person-description,.person--flip:focus .person-description{display:block;font-size:.875rem;line-height:1.5714285714}@media screen and (max-width: 47.99875em){.person--flip:hover .person-description,.person--flip:focus .person-description{font-size:1rem;line-height:1.5}}.person--flip:hover .person-description,.person--flip:focus .person-description{right:auto;position:static;opacity:1}@media screen and (max-width: 48em){.person--list .person-role{min-width:13.75rem;width:13.75rem}}@media screen and (max-width: 47.99875em){.person--list .person-details{-ms-flex-direction:column;flex-direction:column;gap:.75em}.person--list .person-role::after{content:":"}}@media screen and (max-width: 30em){.person--list .person-contact{display:block}.person--list .person-email a[href^=mailto]{white-space:break-spaces}.person--list .person-email::after,.person--list .person-phone::after{display:none}}.personList{list-style:none;padding:0}.personList--flip{margin-bottom:5rem}.personList--flip:last-child{margin-bottom:0}.personList--flip .personList-heading{font-size:1rem;line-height:1.5}@media screen and (max-width: 47.99875em){.personList--flip .personList-heading{font-size:1.125rem;line-height:1.4444444444}}.personList--flip .personList-heading{letter-spacing:1px;text-transform:uppercase}.personList--flip .personList-heading a:active{letter-spacing:1px}.personList-items{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}#epi-quickNavigator{transition:100ms ease;transform:translateY(-125%)}:root:hover #epi-quickNavigator{transform:translateY(0%)}.relatedArticles{margin-bottom:2em}.relatedArticles-heading{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 47.99875em){.relatedArticles-heading{font-size:1.25rem;line-height:1.4}}.relatedArticles-heading{font-weight:500;border-bottom:1px solid #05ce74;padding-bottom:.25em;text-transform:uppercase;margin-bottom:24px}.relatedArticles-header{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1.5rem;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:24px}.relatedArticles-header .relatedArticles-heading{-ms-flex:1 1 auto;flex:1 1 auto;margin-bottom:0}.relatedArticles-list{display:-ms-flexbox;display:flex;list-style:none;padding:0;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -0.75rem}.relatedArticles-list>li{width:21.375rem;min-width:21.375rem;max-width:21.375rem;-ms-flex-preferred-size:21.375rem;flex-basis:21.375rem;margin:0 .75rem 0}.relatedArticles-list--vertical{display:block}.relatedArticles-listContent{overflow:hidden;position:relative}.relatedArticles-highlighted{margin-bottom:2em}.relatedArticles-highlighted .highlightedArticle{margin-top:0}.relatedArticles--horizontal{overflow-x:hidden;max-width:100%;width:100%;position:relative}.relatedArticles--horizontal .relatedArticles-listContainer .relatedArticles-list{-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow:visible;-ms-flex-pack:start;justify-content:flex-start}.relatedArticles--horizontal .relatedArticles-listContainer .relatedArticles-list>li{min-width:21.375rem;scroll-snap-align:start;scroll-snap-stop:always}@media screen and (max-width: 19.99875em){.relatedArticles--horizontal .relatedArticles-listContainer .relatedArticles-list>li{min-width:18rem;width:21.375rem;max-width:calc(100vw - 2rem)}}.relatedArticles--horizontal .relatedArticles-listContainer .relatedArticles-list>li~li{padding-left:1.5rem;border-left:1px solid #979797}.relatedArticles--horizontal .relatedArticles-listContainer .relatedArticles-list>li:last-child{padding-right:3rem}.relatedArticles--horizontal .relatedArticles-listContainer{-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scroll-behavior:smooth;scroll-padding-left:.75rem;scroll-padding-right:.75rem;-webkit-scroll-snap-type:x mandatory;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-touch-action:pan-x pinch-zoom;touch-action:pan-x pinch-zoom}.relatedArticles--horizontal .relatedArticles-listContainer::-webkit-scrollbar{display:none}.relatedArticles--horizontal .relatedArticles-listContent::after{box-shadow:inset -1em 0 1.5em hsla(0,0%,100%,.95);content:"";height:100%;width:3rem;right:0;top:0;position:absolute;z-index:1;pointer-events:none}@media(prefers-reduced-motion: reduce){.relatedArticles--horizontal .relatedArticles-listContainer{scroll-behavior:auto}}.relatedArticles--horizontal .relatedArticles-scrollButton{display:inline-block}.relatedArticles-article{position:relative}.relatedArticles-article:focus-within{outline:.125rem solid #05ce74;outline-offset:.1875em;border-radius:.125em}.relatedArticles-articleHeading{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 47.99875em){.relatedArticles-articleHeading{font-size:1.5rem;line-height:1.3333333333}}.relatedArticles-articleHeading{font-weight:600;margin:0}.relatedArticles-articleHeading>a{text-decoration:none;padding-right:1.25em;background:url("/UI/icons/interface/material/arrow-forward-500-24-energy.svg") no-repeat right;background-size:1em auto}.relatedArticles-articleHeading>a::after{content:"";position:absolute;inset:0;z-index:1}.relatedArticles-articleHeading>a:hover{text-decoration:underline;-webkit-text-decoration-color:#23aa5f;text-decoration-color:#23aa5f}.relatedArticles-articleHeading>a:focus-visible{text-decoration:underline;-webkit-text-decoration-color:#05ce74;text-decoration-color:#05ce74;outline:none}.relatedArticles-articleDescription{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 47.99875em){.relatedArticles-articleDescription{font-size:1.25rem;line-height:1.4}}.relatedArticles-articleDescription{margin-top:.5em}.relatedArticles-scrollButton{display:none;background:rgba(0,0,0,0) url("/UI/icons/interface/material/arrow-right-500-24-energy.svg") no-repeat center;background-size:100% auto;border:0;cursor:pointer;-ms-flex:0 0 auto;flex:0 0 auto;padding:0;height:2rem;width:2rem;transition:transform 200ms}.relatedArticles-scrollButton--back{transform:rotate(-180deg)}@media screen and (max-width: 47.25em){.relatedArticles-list>li{min-width:0;max-width:none;width:auto;-ms-flex-preferred-size:auto;flex-basis:auto}.relatedArticles-heading{margin-bottom:1em}.relatedArticles-header{margin-bottom:1em}.relatedArticles--horizontal .relatedArticles-list>li{min-width:calc(100% - 1.5rem);max-width:calc(100% - 1.5rem);width:calc(100% - 1.5rem);-ms-flex-preferred-size:calc(100% - 1.5rem);flex-basis:calc(100% - 1.5rem)}}.searchField{border-bottom:2px solid #000;position:relative;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center}.searchField:focus-within,.searchField:focus{border-color:#05ce74}.searchField{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 47.99875em){.searchField{font-size:1.5rem;line-height:1.3333333333}}.searchField{text-transform:none}.searchField>label{position:absolute;left:0;z-index:0;top:50%;width:100%;transform:translateY(-50%)}.searchField .form-control,.searchField .choices-list--single .choices-item,.choices-list--single .searchField .choices-item,.searchField .choices-list--dropdown .choices-input,.choices-list--dropdown .searchField .choices-input,.searchField .choices-list--dropdown .choices-item,.choices-list--dropdown .searchField .choices-item{border:0;text-transform:inherit;position:relative;background:none;width:calc(100% - 0.8333333333em - 8px);height:1.5em;padding:0;min-width:0}.searchField>button{background:url("/UI/icons/interface/material/search-500-48-spruce.svg") no-repeat center;background-size:auto 1em;border:0;cursor:pointer;width:1em;min-width:1em;overflow:hidden;padding-top:1em;height:0;vertical-align:middle;margin:.25em 0 .25em 8px}.shareMenu{margin-top:1.5rem}.shareMenu-button{background-repeat:no-repeat;background-size:100% auto;transition:background-image 100ms ease-in-out,outline 100ms ease-in-out;display:inline-block;width:2.625rem;height:2.625rem;overflow:hidden;border-radius:50%}.shareMenu-button[href*=facebook]{background-image:url("/UI/icons/actions/facebook-updated.svg")}.shareMenu-button[href*=linkedin]{background-image:url("/UI/icons/actions/linkedin-updated.svg")}.shareMenu-button[href*=twitter]{background-image:url("/UI/icons/actions/x-updated.svg")}.shareMenu-button:focus-visible{outline:.125rem solid #05ce74;outline-offset:2px;border-radius:50%}.socialMediaLinks{margin-top:1.5rem}.socialMediaLinks .menuList{gap:calc(1.5rem - (2.625rem - 1.5rem));margin-left:-0.5rem}.socialMediaLinks .menuList>li{margin:0}.socialMediaLinks .socialMediaLinks-link{color:rgba(0,0,0,0);display:block;height:2.625rem;max-width:none;min-width:2.625rem;overflow:hidden;position:relative;text-decoration:none;width:2.625rem}.socialMediaLinks .socialMediaLinks-link::before{background-color:#fff;content:"";height:1.5rem;left:50%;-webkit-mask:var(--social-media-icon) no-repeat center/contain;mask:var(--social-media-icon) no-repeat center/contain;position:absolute;top:50%;transform:translate(-50%, -50%);transition:background-color 200ms ease,transform 200ms ease;width:1.5rem}.socialMediaLinks .socialMediaLinks-link::after{display:none}.socialMediaLinks .socialMediaLinks-link[href*=facebook]{--social-media-icon: url("/UI/icons/actions/facebook-updated.svg")}.socialMediaLinks .socialMediaLinks-link[href*=instagram]{--social-media-icon: url("/UI/icons/actions/instagram-updated.svg")}.socialMediaLinks .socialMediaLinks-link[href*=linkedin]{--social-media-icon: url("/UI/icons/actions/linkedin-updated.svg")}.socialMediaLinks .socialMediaLinks-link[href*=twitter]{--social-media-icon: url("/UI/icons/actions/x-updated.svg")}.socialMediaLinks .socialMediaLinks-link[href*=rss]{--social-media-icon: url("/UI/icons/actions/rss-500-48-white.svg")}.socialMediaLinks .socialMediaLinks-link:focus-visible{outline:.125rem solid #05ce74;outline-offset:2px;border-radius:50%}.socialMediaLinks .socialMediaLinks-link:hover::before,.socialMediaLinks .socialMediaLinks-link:focus-visible::before{background-color:#bbffe3;transform:translate(-50%, -50%) scale(1.08)}.socialMediaLinks .socialMediaLinks-link:hover,.socialMediaLinks .socialMediaLinks-link:active{text-decoration:none}@media(prefers-reduced-motion: reduce){.socialMediaLinks .socialMediaLinks-link::before{transition:background-color 200ms ease}.socialMediaLinks .socialMediaLinks-link:hover::before,.socialMediaLinks .socialMediaLinks-link:focus-visible::before{transform:translate(-50%, -50%)}}.widgetItem-link[target=_blank],a[target=_blank]:not([class]),a[href^=http]:not([class]){background:url("/UI/icons/interface/material/arrow-outward-500-48-energy.svg") no-repeat right;padding-right:2rem;background-size:1.5rem 1.5rem}.subscription-heading{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 47.99875em){.subscription-heading{font-size:1.25rem;line-height:1.4}}.subscription-heading{font-weight:500;border-bottom:1px solid #05ce74;padding-bottom:4px;text-transform:uppercase;margin-bottom:24px}.subscription-description{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 47.99875em){.subscription-description{font-size:1.25rem;line-height:1.4}}.subscription-feedback{font-weight:500;margin:1.5em 0}.newsletter-slider{width:400px;position:fixed;top:50%;right:-2px;background-color:#f0f0f0;border:2px solid #e6e3e1;border-top-left-radius:10px;border-bottom-left-radius:10px;transition:.5s ease-in-out;padding:1em;z-index:1337;font-size:1.2em;transform:translateY(-50%)}@media screen and (max-width: 30em){.newsletter-slider{width:300px;font-size:1em}}.newsletter-slider__title{font-weight:500;color:#4a4a4a;margin:0 auto;text-align:center;margin-bottom:.5em}.newsletter-slider__heading{font-weight:500;margin-bottom:.5em}.newsletter-slider__close-btn{position:absolute;top:22px;right:8px;-webkit-appearance:none;-moz-appearance:none;border:none;cursor:pointer}.newsletter-slider .invalid{border:1px solid #002721;margin:1em auto 0 auto;padding:1.3125em;font-size:1.25rem;line-height:1.4}@media screen and (max-width: 47.99875em){.newsletter-slider .invalid{font-size:1.25rem;line-height:1.4}}.newsletter-slider .invalid:empty{display:none}.newsletter-slider .email{margin-bottom:.5em}.newsletter-slider .email,.newsletter-slider .submit{width:100%}.newsletter-slider .form-switch>input[type=checkbox]~label:before{background-color:#fff}.newsletter-slider .form-switch>input[type=checkbox]:focus-visible~label:before{outline:.125rem solid #05ce74;outline-offset:2px}.newsletter-slider.is-hidden{right:-442px}@media screen and (max-width: 30em){.newsletter-slider.is-hidden{right:-342px}}.button-wrapper{top:50%;transform:translateY(-50%);position:fixed;right:0;transition:right .2s ease-in-out;z-index:1000;cursor:pointer}.button-wrapper:hover{right:5px}.button-wrapper.is-hidden{right:-72px}.newsletter-toggle{transform:rotate(270deg);background-color:#05ce74;color:#002721;-webkit-appearance:none;-moz-appearance:none;padding:.5em 1.25em 2em;border:1px solid #002721;border-top-left-radius:10px;border-top-right-radius:10px;font-size:1.2em;position:fixed;right:-65px;cursor:pointer;font-weight:500}.newsletter-toggle:focus-visible{outline:.125rem solid #05ce74;outline-offset:2px;border-radius:10px}.newsletter-remove{position:relative;right:32px;top:-50px;border:2px solid #002721;z-index:2000;border-radius:50%;width:24px;height:24px;padding-left:1px;cursor:pointer}.newsletter-remove svg{transform:scale(0.7)}.newsletter-remove:focus-visible{outline:.125rem solid #05ce74;outline-offset:2px;border-radius:50%}@media screen and (min-width: 71em){.tabFilter{position:relative;display:-ms-flexbox;display:flex}.tabFilter label{font-size:.875rem;line-height:1.5714285714;font-weight:500;border-bottom:4px solid rgba(0,0,0,0);color:#28874b;padding:1.7142857143em;text-transform:uppercase;display:block;text-align:center;transition:.2s ease-in-out all}}@media screen and (min-width: 71em)and (max-width: 47.99875em){.tabFilter label{font-size:1rem;line-height:1.5}}@media screen and (min-width: 71em){.tabFilter label:hover{border-bottom-color:#23aa5f}.tabFilter .form-switch>input[type=radio]~label::before{display:none}.tabFilter input:checked~label{border-bottom-color:#23aa5f;color:#000}.tabFilter input{position:absolute}.tabFilter::after{content:"";position:absolute;width:200vw;height:8px;box-shadow:0 3px 8px -3px rgba(0,0,0,.25);bottom:0;left:-100%}}.tabbedContent-panel[aria-hidden=true]{display:none}.tabbedContent-anchor{position:fixed;top:0;left:0}@media screen and (min-width: 71em){.tabbedContent-nav{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.tabbedContent-nav::after{content:"";position:absolute;width:200vw;height:8px;box-shadow:0 3px 8px -3px rgba(0,0,0,.25);bottom:0;left:-100%}.tabbedContent-tab{font-size:.875rem;line-height:1.5714285714;border-bottom:4px solid rgba(0,0,0,0);color:#28874b;padding:1.7142857143em;text-transform:uppercase;display:block;text-decoration:none}}@media screen and (min-width: 71em)and (max-width: 47.99875em){.tabbedContent-tab{font-size:1rem;line-height:1.5}}@media screen and (min-width: 71em){.tabbedContent-tab[aria-selected]{border-bottom-color:#23aa5f;color:#000;font-weight:500}}@media screen and (max-width: 71em){.tabbedContent-nav{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-0.75em;margin-right:-0.75em}.tabbedContent-tab{padding-left:1.875em;overflow:hidden;display:inline-block;text-decoration:none;margin-left:.75em;margin-right:.75em;margin-bottom:8px}.tabbedContent-tab::before{content:"";display:inline-block;float:left;margin-left:-1.875em;height:1.5em;width:1.5em;border:1px solid #000;border-radius:50%;vertical-align:middle;box-sizing:border-box;box-shadow:inset 0 0 0 .25em #fff,inset 0 0 1px .3em #979797}.tabbedContent-tab[aria-selected]::before{background-image:radial-gradient(circle at center, #23AA5F 40%, #fff 43%);box-shadow:none}}@media screen and (max-width: 70.99875em){.tabbedContent-nav{-ms-flex-pack:start;justify-content:flex-start}}@media screen and (max-width: 47.99875em){.tabbedContent-nav,.tabbedContent-tab{display:block}}.vjs-playlist{padding:0;background-color:#1a1a1a;color:#fff;list-style-type:none}.vjs-playlist img{display:block;height:auto;width:auto}.vjs-playlist .vjs-playlist-item-list{position:relative;margin:0;padding:0;list-style:none}.vjs-playlist .vjs-playlist-item{position:relative;cursor:pointer;overflow:hidden}.vjs-playlist .vjs-playlist-thumbnail-placeholder{background:#303030}.vjs-playlist .vjs-playlist-now-playing-text{display:none;position:absolute;top:0;left:0;padding-left:2px;margin:.8rem}.vjs-playlist .vjs-playlist-duration{position:absolute;top:.5rem;left:.5rem;padding:2px 5px 3px;margin-left:2px;background-color:rgba(26,26,26,.8)}.vjs-playlist .vjs-playlist-title-container{position:absolute;bottom:0;box-sizing:border-box;width:100%;padding:.5rem .8rem;text-shadow:1px 1px 2px #000,-1px 1px 2px #000,1px -1px 2px #000,-1px -1px 2px #000}.vjs-playlist .vjs-playlist-name{display:block;max-height:2.5em;padding:0 0 4px 2px;font-style:normal;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;line-height:20px}.vjs-playlist .vjs-playlist-description{margin:0;text-overflow:ellipsis;overflow:hidden}.vjs-playlist .vjs-up-next-text{display:none;padding:.1rem 2px;font-size:.8em;text-transform:uppercase}.vjs-playlist .vjs-up-next .vjs-up-next-text{display:block}.vjs-playlist .vjs-selected{background-color:#141a21}.vjs-playlist .vjs-selected img{opacity:.2}.vjs-playlist .vjs-selected .vjs-playlist-duration{display:none}.vjs-playlist .vjs-selected .vjs-playlist-now-playing-text{display:block}.vjs-playlist .vjs-selected .vjs-playlist-title-container{text-shadow:none}.vjs-playlist-vertical{overflow-x:hidden;overflow-y:auto}.vjs-playlist-vertical img{width:100%;min-height:54px}.vjs-playlist-vertical .vjs-playlist-item{margin-bottom:5px}.vjs-playlist-vertical .vjs-playlist-thumbnail{display:block;width:100%}.vjs-playlist-vertical .vjs-playlist-thumbnail-placeholder{height:100px}.vjs-playlist-horizontal{overflow-x:auto;overflow-y:hidden}.vjs-playlist-horizontal img{min-width:100px;height:100%}.vjs-playlist-horizontal .vjs-playlist-item-list{height:100%;white-space:nowrap}.vjs-playlist-horizontal .vjs-playlist-item{display:inline-block;height:100%;margin-right:5px}.vjs-playlist-horizontal .vjs-playlist-thumbnail{display:block;height:100%}.vjs-playlist-horizontal .vjs-playlist-thumbnail-placeholder{height:100%;width:180px}.vjs-playlist.vjs-ad-playing{overflow:hidden}.vjs-playlist.vjs-ad-playing.vjs-csspointerevents{pointer-events:none;overflow:auto}.vjs-playlist.vjs-ad-playing.vjs-csspointerevents .vjs-playlist-ad-overlay{pointer-events:auto}.vjs-playlist.vjs-ad-playing .vjs-playlist-ad-overlay{display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#1a1a1a;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";background-color:rgba(0,0,0,.5)}.vjs-playlist{font-size:14px}.vjs-playlist .vjs-playlist-description{height:42px;line-height:21px}.vjs-mouse.vjs-playlist{font-size:15px}.vjs-mouse.vjs-playlist .vjs-playlist-description{height:45px;line-height:23px}@media(min-width: 600px){.vjs-mouse.vjs-playlist{font-size:17px}.vjs-mouse.vjs-playlist .vjs-playlist-description{height:51px;line-height:26px}.vjs-playlist .vjs-playlist-name{line-height:22px}}@media(max-width: 520px){.vjs-playlist .vjs-selected .vjs-playlist-now-playing-text,.vjs-playlist .vjs-up-next .vjs-up-next-text{display:none}.vjs-mouse.vjs-playlist .vjs-selected .vjs-playlist-now-playing-text,.vjs-mouse.vjs-playlist .vjs-up-next .vjs-up-next-text{display:none}}@media(min-width: 521px){.vjs-playlist img{min-height:85px}}@media(max-width: 750px){.vjs-playlist .vjs-playlist-duration{display:none}}.video{position:relative;max-width:100%;margin:2.5rem 0;overflow:hidden}.video-frame{padding-top:56.25%}.video-frame>video,.video-frame>.video-js{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.video-frame .vjs-playlist{background:none;position:absolute;top:0;right:-100%;height:100%;overflow:hidden auto;transition:right 200ms ease-in-out;width:27.4390243902%}.video-frame .vjs-playlist-vertical .vjs-playlist-item{margin:0}.video-frame .vjs-paused~.vjs-playlist{right:-1px}.video-frame .vjs-playlist-duration{display:none}.video-container{position:relative;padding-bottom:56.25%;padding-top:25px;height:0}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.figureBlock .video{margin:0}.widgetItem-link[target=_blank],a[target=_blank]:not([class]),a[href^=http]:not([class]){background:url("/UI/icons/interface/material/arrow-outward-500-48-energy.svg") no-repeat right;padding-right:2rem;background-size:1.5rem 1.5rem}.widgetSection-heading{min-width:23.75%;max-width:21.375rem;padding-right:1.5rem;font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 47.99875em){.widgetSection-heading{font-size:1.5rem;line-height:1.3333333333}}.widgetSection--cards{margin:6.875em 0 5em}.widgetSection--cards .widgetSection-heading{font-size:1rem;line-height:1.5}@media screen and (max-width: 47.99875em){.widgetSection--cards .widgetSection-heading{font-size:1.125rem;line-height:1.4444444444}}.widgetSection--cards .widgetSection-heading{letter-spacing:1px;text-transform:uppercase}.widgetSection--cards .widgetSection-heading a:active{letter-spacing:1px}.widgetSection--cards .widgetSection-list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-0.75rem;margin-right:-0.75rem}.widgetSection--cards .widgetSection-list>.widgetItem{background-color:#fff;border:1px solid #979797;-ms-flex:1;flex:1;width:auto;max-width:calc(50% - 1.5rem);margin-left:.75rem;margin-right:.75rem;min-width:21.375rem;margin-bottom:1.5rem}.widgetSection--cards .widgetSection-list>.widgetItem .iframeBlock:not(.iframeBlock--sized){padding-top:85%;width:calc(100% - 4.25rem);margin:0 auto}.widgetSection--cards .widgetSection-list>.widgetItem .iframeBlock--sized[width]{width:auto}@media screen and (max-width: 47.5em){.widgetSection--cards{margin:4rem 0}.widgetSection--cards .widgetSection-list{display:block;margin-left:0;margin-right:0}.widgetSection--cards .widgetSection-list>.widgetItem{max-width:none;margin:0 0 1.5rem;min-width:0}.widgetSection--cards .widgetSection-list>.widgetItem .iframeBlock:not(.iframeBlock--sized){height:55vw;box-sizing:border-box;padding-top:0;min-height:20rem}}.widgetItem{padding-bottom:1.75rem}.widgetItem--footer{padding-bottom:0}.widgetItem-heading{min-width:23.75%;max-width:21.375rem;padding-right:1.5rem;font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 47.99875em){.widgetItem-heading{font-size:1.5rem;line-height:1.3333333333}}.widgetItem-text{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.iframeBlock+.widgetItem-text{margin-top:4.0625rem}.widgetItem-links{margin:0 0 1em;text-align:right}.widgetItem-link{margin-right:8px}.widgetItem .iframeBlock--sized iframe:not([height]){height:55vw}.widgetItem .iframeBlock--sized iframe:not([width]){width:100%}@media screen and (max-width: 45em){.widgetItem-text{display:block}.iframeBlock+.widgetItem-text{margin-top:2rem}.widgetItem .iframeBlock{padding-top:100%}}.factBox-heading{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 47.99875em){.factBox-heading{font-size:1.5rem;line-height:1.3333333333}}.factBox-heading{margin-bottom:24px}.factBox p,.factBox span,.factBox a,.factBox li{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 47.99875em){.factBox p,.factBox span,.factBox a,.factBox li{font-size:1.25rem;line-height:1.4}}.factBox>ul,.factBox>ol{margin:20px 0}.factBox>ol>li::marker{color:#23aa5f}.factBox>ul{list-style:none}.factBox>ul>li::before{content:"•";color:#23aa5f;display:inline-block;margin-left:-1em;width:1em}.factBox-list{display:table;margin:1em 0;border-collapse:separate;border-spacing:0 .5em}.factBox-list>div{display:table-row;margin-bottom:.5em}.factBox-list dt,.factBox-list dd{display:table-cell;vertical-align:top}.factBox-list dt{font-weight:500;padding-right:2em}.factBox-list dt::after{content:":";margin-left:-0.2em}.cardListBlock{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:2.5rem}.cardListBlock-header{margin:0}.cardListBlock-title{font-size:3rem;line-height:1.1666666667;font-weight:100}@media screen and (max-width: 47.99875em){.cardListBlock-title{font-size:3rem;line-height:1.1666666667}}.cardListBlock-title{font-weight:500;color:#002721;margin:0}@media screen and (max-width: 70.99875em){.cardListBlock-title{font-size:2.5rem;line-height:1.2;font-weight:100;font-weight:500}}@media screen and (max-width: 70.99875em)and (max-width: 47.99875em){.cardListBlock-title{font-size:2.25rem;line-height:1.2222222222}}.cardListBlock-more{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:end;justify-content:flex-end;margin:0;padding:0 .25rem 0}.cardListBlock-list{display:grid;gap:1.5rem;grid-template-columns:minmax(0, 1fr);list-style:none;margin:0;padding:0}@media screen and (min-width: 48em){.cardListBlock-list{grid-template-columns:repeat(2, minmax(0, 1fr))}.cardListBlock-list--count-1{grid-template-columns:minmax(0, 1fr)}.cardListBlock-list--count-3 .cardListBlock-card:last-child{min-height:28.75rem;grid-column:1/-1}}@media screen and (min-width: 71em){.cardListBlock-list{grid-template-columns:repeat(3, minmax(0, 1fr))}.cardListBlock-list--count-1{grid-template-columns:minmax(0, 1fr)}.cardListBlock-list--count-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.cardListBlock-list--count-3 .cardListBlock-card:last-child{grid-column:auto}}.cardListBlock-card{background:#002721;color:#fff;display:-ms-flexbox;display:flex;min-height:43.75rem;overflow:hidden;position:relative}.cardListBlock-card::before{background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);content:"";inset:0;pointer-events:none;position:absolute;z-index:1}.cardListBlock-card:focus-within{outline:.125rem solid #05ce74;outline-offset:.1875em;border-radius:.125em}@media screen and (max-width: 70.99875em){.cardListBlock-card{min-height:34.375rem}}.cardListBlock-media{inset:0;position:absolute}.cardListBlock-media img{display:block;height:100%;object-fit:cover;transition:transform 350ms ease;width:100%}.cardListBlock-panel{-ms-flex-item-align:end;align-self:flex-end;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;padding:2.5rem;position:relative;width:100%;z-index:2}@media screen and (max-width: 47.99875em){.cardListBlock-panel{padding:2rem 1.5rem}}.cardListBlock-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.75rem}.cardListBlock-heading{font-size:2rem;line-height:1.25;font-weight:100}@media screen and (max-width: 47.99875em){.cardListBlock-heading{font-size:1.75rem;line-height:1.2857142857}}.cardListBlock-heading{font-weight:500;margin:0;max-width:47.5rem}.cardListBlock-description{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 47.99875em){.cardListBlock-description{font-size:1.5rem;line-height:1.3333333333}}.cardListBlock-description{font-weight:100;margin:0;max-width:42.5rem}@media screen and (max-width: 47.99875em){.cardListBlock-description{font-size:1.25rem;line-height:1.4}}@media screen and (max-width: 47.99875em)and (max-width: 47.99875em){.cardListBlock-description{font-size:1.25rem;line-height:1.4}}.cardListBlock-link{-ms-flex-item-align:start;align-self:flex-start}.cardListBlock-highlighted .highlightedArticle{margin:0}.cardListBlock-card:hover .cardListBlock-media img,.cardListBlock-card:focus-within .cardListBlock-media img{transform:scale(1.025)}@media(prefers-reduced-motion: reduce){.cardListBlock-media img{transition:none}.cardListBlock-card:hover .cardListBlock-media img,.cardListBlock-card:focus-within .cardListBlock-media img{transform:none}}.embedBlock{margin:1em 0;max-width:100%}.embedBlock--raw{overflow-x:auto}.embedBlock--raw iframe,.embedBlock--raw embed,.embedBlock--raw object,.embedBlock--raw video{max-width:100%}.embedBlock-frame{width:100%;max-width:100%;overflow:hidden;background:#f8f8f8}.embedBlock-frame>iframe{display:block;width:100%;max-width:100%;height:100%}.embedBlock-frame--responsive{aspect-ratio:var(--embed-aspect-ratio, 16/9)}.embedBlock-frame--fixed{height:min(var(--embed-height, 360px),80vh)}.figureBlock{counter-increment:figure-block}.figureBlock-heading{color:#23aa5f;margin:0;font-size:100%;font-weight:500}.figureBlock-caption{padding:.75em 0 0;text-align:left}.figureBlock-counter::before{display:block;content:attr(data-figcaption-title) " " counter(figure-block);color:#23aa5f;font-weight:500}.figureBlock-caption>p{margin:0}.figureBlock--image .figureBlock-media>img{display:block;margin:0 auto}.figureBlock--video{margin:5rem 0}.figureBlock--video:first-child{margin-top:0}.highlightedArticle{background:#002721;box-sizing:border-box;color:#fff;display:grid;max-width:100%;min-width:0;position:relative;width:100%}@media screen and (min-width: 48em){.highlightedArticle{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr)}}.highlightedArticle:focus-within{outline:.125rem solid #05ce74;outline-offset:.1875em;border-radius:.125em}.highlightedArticle-media{background:#003c32;box-sizing:border-box;max-width:100%;min-height:13.75rem;min-width:0;overflow:hidden;width:100%}.highlightedArticle-media a{display:block;height:100%;max-width:100%;overflow:hidden;width:100%}.highlightedArticle-media img{display:block;height:100%;max-width:100%;min-width:0;width:100%}.highlightedArticle-media img{object-fit:cover;transition:transform 350ms ease}.highlightedArticle-panel{box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;-ms-flex-item-align:center;align-self:center;min-width:0;padding:3.75rem}@media screen and (max-width: 70.99875em){.highlightedArticle-panel{padding:3rem}}@media screen and (max-width: 47.99875em){.highlightedArticle-panel{padding:2rem 1.5rem}}.highlightedArticle-heading-wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1rem}.highlightedArticle-label{font-size:1.125rem;line-height:1.4444444444;font-weight:100}@media screen and (max-width: 47.99875em){.highlightedArticle-label{font-size:1.25rem;line-height:1.4}}.highlightedArticle-label{font-weight:500;background:#bbffe3;border-radius:62.4375rem;color:#002721;display:-ms-inline-flexbox;display:inline-flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:.375rem .75rem;margin:0}.highlightedArticle-heading{font-size:2rem;line-height:1.25;font-weight:100}@media screen and (max-width: 47.99875em){.highlightedArticle-heading{font-size:1.75rem;line-height:1.2857142857}}.highlightedArticle-heading{font-weight:500;margin:0;max-width:38.75rem}.highlightedArticle-heading>a{color:inherit;text-decoration:none}.highlightedArticle-heading>a:hover,.highlightedArticle-heading>a:focus-visible{text-decoration:underline;-webkit-text-decoration-color:#05ce74;text-decoration-color:#05ce74}.highlightedArticle-description{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 47.99875em){.highlightedArticle-description{font-size:1.5rem;line-height:1.3333333333}}.highlightedArticle-description{font-weight:100;max-width:38.75rem;margin:0}@media screen and (max-width: 47.99875em){.highlightedArticle-description{font-size:1.25rem;line-height:1.4}}@media screen and (max-width: 47.99875em)and (max-width: 47.99875em){.highlightedArticle-description{font-size:1.25rem;line-height:1.4}}.highlightedArticle-link{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 47.99875em){.highlightedArticle-link{font-size:1.5rem;line-height:1.3333333333}}.highlightedArticle-link{-ms-flex-align:center;align-items:center;color:#fff;display:-ms-flexbox;display:flex;gap:.5rem;margin:0;-webkit-text-decoration-color:#05ce74;text-decoration-color:#05ce74;text-decoration-thickness:.125rem;text-underline-offset:.125rem;transition:-webkit-text-decoration-color 200ms ease;transition:text-decoration-color 200ms ease;transition:text-decoration-color 200ms ease, -webkit-text-decoration-color 200ms ease}.highlightedArticle-link::after{background:url("/UI/icons/interface/material/arrow-forward-500-48-energy.svg") no-repeat center/contain;content:"";display:block;transition:transform 200ms ease;height:1.875rem;width:1.875rem}.highlightedArticle-link:hover,.highlightedArticle-link:focus-visible{color:#fff;-webkit-text-decoration-color:#fff;text-decoration-color:#fff}.highlightedArticle-link:hover::after,.highlightedArticle-link:focus-visible::after{transform:translateX(0.25rem)}.highlightedArticle:hover .highlightedArticle-media img,.highlightedArticle:focus-within .highlightedArticle-media img,.highlightedArticle:has(.highlightedArticle-link:hover) .highlightedArticle-media img,.highlightedArticle:has(.highlightedArticle-link:focus-visible) .highlightedArticle-media img{transform:scale(1.025)}.highlightedArticle--light{background:#bbffe3;color:#002721}.highlightedArticle--light .highlightedArticle-heading-wrapper{gap:.5rem}.highlightedArticle--light .highlightedArticle-label{font-size:1.125rem;line-height:1.4444444444;font-weight:100}@media screen and (max-width: 47.99875em){.highlightedArticle--light .highlightedArticle-label{font-size:1.25rem;line-height:1.4}}.highlightedArticle--light .highlightedArticle-label{font-weight:300;background:rgba(0,0,0,0);border-radius:0;color:rgba(0,39,33,.7);padding:0}.highlightedArticle--light .highlightedArticle-link{color:#002721;-webkit-text-decoration-color:#002721;text-decoration-color:#002721}.highlightedArticle--light .highlightedArticle-link::after{background:url("/UI/icons/interface/material/arrow-forward-500-48-spruce.svg") no-repeat center/contain}.highlightedArticle--light .highlightedArticle-link:hover,.highlightedArticle--light .highlightedArticle-link:focus-visible{-webkit-text-decoration-color:#05ce74;text-decoration-color:#05ce74}@media(prefers-reduced-motion: reduce){.highlightedArticle-media img,.highlightedArticle-link,.highlightedArticle-link::after{transition:none}.highlightedArticle:hover .highlightedArticle-media img,.highlightedArticle:focus-within .highlightedArticle-media img,.highlightedArticle:has(.highlightedArticle-link:hover) .highlightedArticle-media img,.highlightedArticle:has(.highlightedArticle-link:focus-visible) .highlightedArticle-media img,.highlightedArticle-link:hover::after,.highlightedArticle-link:focus-visible::after{transform:none}}.iframeBlock{height:0;padding-top:56.25%;overflow:hidden;position:relative;margin:1em 0;background:#f8f8f8}@media screen and (max-width: 53.125em){.iframeBlock{height:300px}}.iframeBlock:not(.iframeBlock--sized)>iframe{width:100%;height:100%;position:absolute;top:0;left:0}.iframeBlock--sized{padding:0;height:auto;overflow:visible;min-height:0;display:-ms-flexbox;display:flex;-ms-flex:1 auto;flex:1 auto;margin:0;max-width:100%}.iframeBlock--sized>iframe{position:static;margin:auto;display:block;max-width:100%}.linkCollection-header{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 47.99875em){.linkCollection-header{font-size:1.5rem;line-height:1.3333333333}}.linkCollection-header{border-bottom:.0625em solid #23aa5f;text-align:left;text-transform:uppercase;margin-bottom:1.5em}.linkCollection .linkCollection-subheading+.linkCollection-heading{margin-top:0}.linkCollection-subheading{font-size:1rem;line-height:1.5}@media screen and (max-width: 47.99875em){.linkCollection-subheading{font-size:1.125rem;line-height:1.4444444444}}.linkCollection-subheading{letter-spacing:1px;text-transform:uppercase}.linkCollection-subheading a:active{letter-spacing:1px}.linkCollection-subheading{font-weight:500;margin-bottom:0;padding-bottom:.3125em}.linkCollection-heading{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 47.99875em){.linkCollection-heading{font-size:1.25rem;line-height:1.4}}.linkCollection-heading{font-weight:500;padding-bottom:.3125em;margin-bottom:0}.linkCollection-list{list-style:none;margin:0;padding:0;display:-ms-flexbox;display:flex;margin-top:1.5em;-ms-flex-wrap:wrap;flex-wrap:wrap}.linkCollection-listItem{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 47.99875em){.linkCollection-listItem{font-size:1.25rem;line-height:1.4}}.linkCollection-listItem{margin-right:16px;margin-bottom:8px}.article .linkCollection{margin-bottom:3.75em;width:auto}.newsBlock{color:#002721}.newsBlock-inner{box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:2.5rem;margin:0 auto;max-width:100%}@media print,screen and (min-width: 90em){.newsBlock-inner{width:90em}}.newsBlock-heading{font-size:3rem;line-height:1.1666666667;font-weight:100}@media screen and (max-width: 47.99875em){.newsBlock-heading{font-size:3rem;line-height:1.1666666667}}.newsBlock-heading{font-weight:500;color:inherit;margin:0}@media screen and (max-width: 70.99875em){.newsBlock-heading{font-size:2.5rem;line-height:1.2;font-weight:100;font-weight:500}}@media screen and (max-width: 70.99875em)and (max-width: 47.99875em){.newsBlock-heading{font-size:2.25rem;line-height:1.2222222222}}.newsBlock-highlighted .highlightedArticle{margin:0}.newsBlock-list{display:grid;gap:0 2.5rem;grid-template-columns:repeat(2, minmax(0, 1fr));list-style:none;margin:0;padding:0}@media screen and (max-width: 70.99875em){.newsBlock-list{grid-template-columns:1fr}}.newsBlock-item{-ms-flex-align:end;align-items:flex-end;border-bottom:.0625rem solid #002721;display:-ms-flexbox;display:flex;margin:0;width:100%}.newsBlock-item>a{color:inherit;display:block;position:relative;text-decoration:none;width:100%}.newsBlock-item>a::after{background:url("/UI/icons/interface/material/arrow-forward-500-48-energy.svg") no-repeat center;background-size:contain;content:"";display:block;height:1.875rem;position:absolute;right:.25rem;top:50%;transform:translateY(-50%);transition:transform 200ms ease,-webkit-text-decoration-color 200ms ease;transition:transform 200ms ease,text-decoration-color 200ms ease;transition:transform 200ms ease,text-decoration-color 200ms ease,-webkit-text-decoration-color 200ms ease;width:1.875rem}.newsBlock-item>a:hover .newsBlock-cardHeading,.newsBlock-item>a:hover h1,.newsBlock-item>a:hover h2,.newsBlock-item>a:hover h3,.newsBlock-item>a:hover h4,.newsBlock-item>a:hover h5,.newsBlock-item>a:hover h6,.newsBlock-item>a:focus-visible .newsBlock-cardHeading,.newsBlock-item>a:focus-visible h1,.newsBlock-item>a:focus-visible h2,.newsBlock-item>a:focus-visible h3,.newsBlock-item>a:focus-visible h4,.newsBlock-item>a:focus-visible h5,.newsBlock-item>a:focus-visible h6{-webkit-text-decoration-color:#05ce74;text-decoration-color:#05ce74}.newsBlock-item>a:hover::after,.newsBlock-item>a:focus-visible::after{transform:translate(0.25rem, -50%)}.newsBlock-card{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.5rem;padding:1.5rem 4rem 1.5rem 0}.newsBlock-date{font-size:1rem;line-height:1.5}@media screen and (max-width: 47.99875em){.newsBlock-date{font-size:1.125rem;line-height:1.4444444444}}.newsBlock-date{font-weight:100;color:rgba(0,39,33,.7);margin:0}.newsBlock-cardHeading{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 47.99875em){.newsBlock-cardHeading{font-size:1.5rem;line-height:1.3333333333}}.newsBlock-cardHeading{font-weight:500;color:inherit;margin:0;-webkit-text-decoration-color:rgba(0,0,0,0);text-decoration-color:rgba(0,0,0,0);-webkit-text-decoration-line:underline;text-decoration-line:underline;text-decoration-thickness:.125rem;text-underline-offset:.125rem;transition:-webkit-text-decoration-color 200ms ease;transition:text-decoration-color 200ms ease;transition:text-decoration-color 200ms ease, -webkit-text-decoration-color 200ms ease}.newsBlock-more{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:end;justify-content:flex-end;margin:0;padding:0 .25rem 0}@media(prefers-reduced-motion: reduce){.newsBlock-cardHeading,.newsBlock-item>a::after{transition:none}.newsBlock-item>a:hover::after,.newsBlock-item>a:focus-visible::after{transform:translateY(-50%)}}.newsletterSignupBlock{background:#e8fff3;color:#002721;margin:0}.newsletterSignupBlock-inner{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:2.5rem;margin:0 auto;max-width:77.5rem;padding:4rem 6.25rem;text-align:center}@media screen and (max-width: 70.99875em){.newsletterSignupBlock-inner{gap:1.5rem;padding:3.5rem 1.25rem}}@media screen and (max-width: 47.99875em){.newsletterSignupBlock-inner{padding:2rem 1.5rem}}.newsletterSignupBlock-header{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1.5rem}.newsletterSignupBlock-title{font-size:2rem;line-height:1.25;font-weight:100}@media screen and (max-width: 47.99875em){.newsletterSignupBlock-title{font-size:1.75rem;line-height:1.2857142857}}.newsletterSignupBlock-title{font-weight:500;margin:0}.newsletterSignupBlock-description{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 47.99875em){.newsletterSignupBlock-description{font-size:1.5rem;line-height:1.3333333333}}.newsletterSignupBlock-description{font-weight:100;line-height:1.55;margin:0;max-width:53.75rem}@media screen and (max-width: 47.99875em){.newsletterSignupBlock-description{font-size:1.25rem;line-height:1.4}}@media screen and (max-width: 47.99875em)and (max-width: 47.99875em){.newsletterSignupBlock-description{font-size:1.25rem;line-height:1.4}}.newsletterSignupBlock-button:active{transform:translateY(0.0625rem)}.newsletterSignupBlock-button:focus-visible{outline:.125rem solid #05ce74;outline-offset:.1875rem;border-radius:62.4375rem}.newsletterSignupBlock-modal{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;inset:0;-ms-flex-pack:center;justify-content:center;opacity:0;padding:1.5rem;pointer-events:none;position:fixed;transition:opacity 180ms ease;z-index:1400}.newsletterSignupBlock-modal[hidden]{display:none}.newsletterSignupBlock-modal.is-open{opacity:1;pointer-events:auto}@media screen and (max-width: 70.99875em){.newsletterSignupBlock-modal{-ms-flex-align:center;align-items:center;padding:.75rem}}.newsletterSignupBlock-modalBackdrop{background:rgba(0,39,33,.72);inset:0;opacity:0;position:absolute;transition:opacity 180ms ease}.newsletterSignupBlock-modalPanel{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;background:#fff;border-radius:.5rem;box-shadow:0 1.5rem 5rem rgba(0,0,0,.3);color:#002721;max-height:calc(100vh - 3rem);max-width:35rem;overflow-y:auto;padding:3rem;position:relative;opacity:0;transform:translateY(0.75rem) scale(0.98);transition:opacity 180ms ease,transform 220ms cubic-bezier(0.16, 1, 0.3, 1);width:100%}.newsletterSignupBlock-modalPanel:focus{outline:none}.newsletterSignupBlock-modalPanel:focus-visible{outline:.125rem solid #05ce74;outline-offset:.125rem;border-radius:.5rem}@media screen and (max-width: 70.99875em){.newsletterSignupBlock-modalPanel{max-height:calc(100vh - 1.5rem);padding:2.5rem 1.25rem 1.5rem}}.newsletterSignupBlock-modal.is-open .newsletterSignupBlock-modalBackdrop{opacity:1}.newsletterSignupBlock-modal.is-open .newsletterSignupBlock-modalPanel{opacity:1;transform:translateY(0) scale(1)}.newsletterSignupBlock-modalClose{-ms-flex-align:center;align-items:center;background:rgba(0,0,0,0);border:0;color:#002721;cursor:pointer;display:-ms-inline-flexbox;display:inline-flex;height:2.75rem;-ms-flex-pack:center;justify-content:center;padding:0;position:absolute;right:.5rem;top:.5rem;width:2.75rem}.newsletterSignupBlock-modalClose::before{background:url("/UI/icons/interface/material/close-500-24-spruce.svg") no-repeat center/contain;content:"";display:block;height:1.5rem;width:1.5rem}.newsletterSignupBlock-modalClose:focus-visible{outline:.125rem solid #05ce74;outline-offset:.125rem}.newsletterSignupBlock-modalFeedback{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 47.99875em){.newsletterSignupBlock-modalFeedback{font-size:1.25rem;line-height:1.4}}.newsletterSignupBlock-modalFeedback{border:.0625rem solid #002721;padding:1rem;margin:0}.newsletterSignupBlock-modalFeedback:empty{display:none}.newsletterSignupBlock-modalForm{margin:0}.newsletterSignupBlock-modalForm fieldset{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 47.99875em){.newsletterSignupBlock-modalForm fieldset{font-size:1.25rem;line-height:1.4}}.newsletterSignupBlock-modalForm fieldset{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.75rem;border:0;margin:0;padding:0}.newsletterSignupBlock-modalForm fieldset p{margin:0}.newsletterSignupBlock-modalForm .newsletter-slider__group{min-inline-size:0}.newsletterSignupBlock-modalForm .newsletter-slider__group>legend{padding:0}.newsletterSignupBlock-modalForm .email{width:100%;margin:0}.newsletterSignupBlock-modalForm .submit{position:relative}.newsletterSignupBlock-modalForm .submit.is-loading{padding-right:3.5rem}.newsletterSignupBlock-modalForm .submit.is-loading::after{animation:newsletterSignupProgressActivity 1.35s cubic-bezier(0.4, 0, 0.2, 1) infinite;background:url("/UI/icons/interface/material/progress-activity-500-48-spruce.svg") no-repeat center/contain;content:"";height:1.5rem;pointer-events:none;position:absolute;right:1.375rem;top:50%;transform:translateY(-50%) rotate(0deg) scale(1);transform-origin:center;width:1.5rem}.newsletterSignupBlock .newsletter-slider__title{font-size:2rem;line-height:1.25;font-weight:100}@media screen and (max-width: 47.99875em){.newsletterSignupBlock .newsletter-slider__title{font-size:1.75rem;line-height:1.2857142857}}.newsletterSignupBlock .newsletter-slider__title{font-weight:500;color:#002721;margin:0}.newsletterSignupBlock .newsletter-slider__heading{font-weight:500;margin:0}.newsletterSignupBlock-modalIsOpen{overflow:hidden}@media(prefers-reduced-motion: reduce){.newsletterSignupBlock-button{transition:none}.newsletterSignupBlock-modal,.newsletterSignupBlock-modalBackdrop,.newsletterSignupBlock-modalPanel{transition:none}.newsletterSignupBlock-modalPanel{transform:none}.newsletterSignupBlock-modalForm .submit.is-loading::after{animation:none}}@keyframes newsletterSignupProgressActivity{0%{opacity:.72;transform:translateY(-50%) rotate(0deg) scale(0.96)}14%{opacity:1;transform:translateY(-50%) rotate(52deg) scale(1.02)}34%{opacity:.86;transform:translateY(-50%) rotate(168deg) scale(0.98)}56%{opacity:1;transform:translateY(-50%) rotate(284deg) scale(1.03)}78%{opacity:.9;transform:translateY(-50%) rotate(482deg) scale(0.99)}100%{opacity:.72;transform:translateY(-50%) rotate(720deg) scale(0.96)}}.widget-container-block__toggle-container{padding-top:1.875rem;text-align:center;background-color:#fff}@media screen and (min-width: 90em){.widget-container-block__toggle-container{padding:0;background-color:rgba(0,0,0,0)}}.widget-container-block__toggle{display:inline-block;height:2.5625rem;margin-bottom:1.5625rem;padding:.125rem;border-radius:1.40625rem;background-color:#e8e8e8;z-index:3}.widget-container-block__toggle-option{display:inline-block;border-radius:1.25rem;padding:.6875rem 1.5rem .6875rem 1.5rem;cursor:pointer;overflow:hidden;background-color:rgba(0,0,0,0);transition:background-color .25s;border:none}.widget-container-block__toggle-option--selected{background-color:#fff}@media screen and (min-width: 90em){.widget-container-block__toggle{display:block;position:absolute;top:4.6875rem;left:4.375rem}}.widget-container-block__widget{position:absolute;left:0;top:0;padding:0;margin:0;pointer-events:none;width:100%;background-color:#fff;z-index:-1}.widget-container-block__widget>div{transition:opacity .5s}.widget-container-block__widget>div .widget-flow__content,.widget-container-block__widget>div .widget-situation__content{opacity:0;transform:translateX(15px);transition:transform .5s,opacity .5s}.widget-container-block__widget:first-child>div .widget-flow__content,.widget-container-block__widget:first-child>div .widget-situation__content{transform:translateX(-15px)}.widget-container-block__widget--visible{display:inline-block;position:relative;pointer-events:all;z-index:2}.widget-container-block__widget--visible>div .widget-flow__content,.widget-container-block__widget--visible>div .widget-situation__content{opacity:1;transform:translateY(0px) !important}.widget-container-block__widget:not(.widget-container-block__widget--visible){visibility:hidden;max-height:37.5rem;overflow:hidden}.expandMenu-title{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 47.99875em){.expandMenu-title{font-size:1.5rem;line-height:1.3333333333}}.expandMenu-title{text-transform:uppercase;list-style:none;cursor:pointer;border-bottom:2px solid rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block}.expandMenu-title::-webkit-details-marker{display:none}.expandMenu-title:hover,.expandMenu-title:focus-within{border-bottom-color:#23aa5f}.expandMenu-title:focus{outline:none}.expandMenu-title:focus-visible{outline:.125rem solid #05ce74;outline-offset:.1875em;border-radius:.125em;border-bottom-color:#05ce74}.expandMenu[open] .expandMenu-title{font-weight:500;letter-spacing:-0.25px}.expandMenu-icon{display:inline-block;margin-left:1.375rem;transition:transform 200ms ease;font-size:1.5em;line-height:1;vertical-align:-0.25em;height:1em;width:1em;position:relative}.expandMenu[open] .expandMenu-icon{transform:rotate(90deg);transform-origin:center}.expandMenu[open] .expandMenu-icon::before{display:none}.expandMenu[open] .expandMenu-icon::after{display:block;opacity:1}.expandMenu-icon::before,.expandMenu-icon::after{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.expandMenu-icon--menu::before{content:"";background:url("/UI/icons/interface/menu.svg") no-repeat center;width:100%;height:100%}.expandMenu-icon::after{background:url("/UI/icons/interface/close.svg") no-repeat center;background-size:75%;content:"";display:none;font-size:.75em;width:100%;height:100%}.expandMenu-icon--recent::after{display:block;opacity:0;transition:opacity 200ms ease}.expandMenu-content{overflow-y:auto}.expandMenu-icon--recent:before{background:url("/UI/icons/interface/recent.svg") no-repeat center}body.menu-overlay{position:fixed;width:100%;height:100%}body.menu-overlay .page .header{position:relative;z-index:10;width:100%}body.menu-overlay .page::after{content:"";background-color:#fff;z-index:3;position:absolute;top:0;left:0;height:100%;width:100%}body.menu-overlay main,body.menu-overlay .footer{display:none}.header,.header .startPage-header{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:end;align-items:flex-end;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;padding:1.25rem 0 3.75rem}.header-utilityMenu{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;width:100%;position:relative;margin-bottom:calc(.25rem + .5vh)}.header-mainMenu,.header-recentMenu{max-width:21.375rem;padding-right:1.5rem;box-sizing:border-box;width:15.2777777778%;margin-left:auto;margin-right:auto}.header-logo{position:relative;padding-right:1.5rem;box-sizing:border-box;margin-right:auto}.header-logoLink{min-width:10rem;display:block;width:13.625rem;max-width:100%}.header-logoImage{vertical-align:bottom;width:100%}.header-search{margin-left:auto;margin-right:0;max-width:13.75rem;box-sizing:border-box;width:15.2777777778%}.header-search .form-control,.header-search .choices-list--single .choices-item,.choices-list--single .header-search .choices-item,.header-search .choices-list--dropdown .choices-input,.choices-list--dropdown .header-search .choices-input,.header-search .choices-list--dropdown .choices-item,.choices-list--dropdown .header-search .choices-item{height:1.5em}.header-search .form-control::-webkit-input-placeholder, .header-search .choices-list--single .choices-item::-webkit-input-placeholder, .choices-list--single .header-search .choices-item::-webkit-input-placeholder, .header-search .choices-list--dropdown .choices-input::-webkit-input-placeholder, .choices-list--dropdown .header-search .choices-input::-webkit-input-placeholder, .header-search .choices-list--dropdown .choices-item::-webkit-input-placeholder, .choices-list--dropdown .header-search .choices-item::-webkit-input-placeholder{text-transform:uppercase;opacity:1}.header-search .form-control:-ms-input-placeholder, .header-search .choices-list--single .choices-item:-ms-input-placeholder, .choices-list--single .header-search .choices-item:-ms-input-placeholder, .header-search .choices-list--dropdown .choices-input:-ms-input-placeholder, .choices-list--dropdown .header-search .choices-input:-ms-input-placeholder, .header-search .choices-list--dropdown .choices-item:-ms-input-placeholder, .choices-list--dropdown .header-search .choices-item:-ms-input-placeholder{text-transform:uppercase;opacity:1}.header-search .form-control::-ms-input-placeholder, .header-search .choices-list--single .choices-item::-ms-input-placeholder, .choices-list--single .header-search .choices-item::-ms-input-placeholder, .header-search .choices-list--dropdown .choices-input::-ms-input-placeholder, .choices-list--dropdown .header-search .choices-input::-ms-input-placeholder, .header-search .choices-list--dropdown .choices-item::-ms-input-placeholder, .choices-list--dropdown .header-search .choices-item::-ms-input-placeholder{text-transform:uppercase;opacity:1}.header-search .form-control::placeholder,.header-search .choices-list--single .choices-item::placeholder,.choices-list--single .header-search .choices-item::placeholder,.header-search .choices-list--dropdown .choices-input::placeholder,.choices-list--dropdown .header-search .choices-input::placeholder,.header-search .choices-list--dropdown .choices-item::placeholder,.choices-list--dropdown .header-search .choices-item::placeholder{text-transform:uppercase;opacity:1}.header .expandMenu-title{white-space:nowrap}.header .expandMenu-content{left:-1rem;right:-1rem;position:absolute;background:#fff;z-index:2;max-height:calc(100vh - 100%);padding-left:1rem;top:100%}.header .megaMenu-content{margin:0 auto;max-width:100%;padding-right:1rem;box-sizing:border-box}.header .megaMenu-panel{padding-top:0}.header-mainMenu .megaMenu-panel{padding-top:calc(1rem + 2vw)}.header .subscription{margin-top:6vw}@media screen and (max-width: 70.99875em){.header,.header .startPage-header{-ms-flex-align:center;align-items:center}.header-expandMenu{width:auto}.header .expandMenu-icon{margin-left:8px}.header-logo{width:12.5rem;max-width:12.5rem}}@media screen and (max-width: 47.99875em){.header-logo{width:10rem;max-width:10rem}.header-search.searchField label{position:static;width:auto;height:auto;overflow:auto;clip:auto;white-space:initial;border:initial;width:100%;transform:none;text-transform:uppercase;z-index:2}.header-search.searchField .form-control,.header-search.searchField .choices-list--single .choices-item,.choices-list--single .header-search.searchField .choices-item,.header-search.searchField .choices-list--dropdown .choices-input,.choices-list--dropdown .header-search.searchField .choices-input,.header-search.searchField .choices-list--dropdown .choices-item,.choices-list--dropdown .header-search.searchField .choices-item{transition:width 100ms ease-in;background-color:#fff;position:absolute;width:calc(100vw - 2rem);max-width:none;top:-1px;right:-0.5rem;border-bottom:1px solid #000;height:calc(100% + 2px);padding:0 1.3333333333em 0 .75rem;box-sizing:border-box;z-index:3}.header-search.searchField .form-control:focus~button,.header-search.searchField .choices-list--single .choices-item:focus~button,.choices-list--single .header-search.searchField .choices-item:focus~button,.header-search.searchField .choices-list--dropdown .choices-input:focus~button,.choices-list--dropdown .header-search.searchField .choices-input:focus~button,.header-search.searchField .choices-list--dropdown .choices-item:focus~button,.choices-list--dropdown .header-search.searchField .choices-item:focus~button{z-index:4}.header-search.searchField .form-control:not(:focus),.header-search.searchField .choices-list--single .choices-item:not(:focus),.choices-list--single .header-search.searchField .choices-item:not(:focus),.header-search.searchField .choices-list--dropdown .choices-input:not(:focus),.choices-list--dropdown .header-search.searchField .choices-input:not(:focus),.header-search.searchField .choices-list--dropdown .choices-item:not(:focus),.choices-list--dropdown .header-search.searchField .choices-item:not(:focus){position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.header-search.searchField button{z-index:1;position:absolute;right:0;top:0}.header-search.searchField button:hover{z-index:4}}@media screen and (max-width: 45em){.header,.header .startPage-header{padding-bottom:calc(1rem + 1vw)}.header-logo{-ms-flex-order:1;order:1;-ms-flex:1 auto;flex:1 auto;min-width:0;padding-right:.75rem}.header-search{-ms-flex-order:3;order:3;min-width:45%}.header-expandMenu{-ms-flex-order:4;order:4;width:50%;-ms-flex:1 auto;flex:1 auto;margin-top:5vw;padding:0 .75rem;margin-left:auto;margin-right:auto;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.header-utilityMenu{-ms-flex-order:2;order:2;margin:0;width:auto;-ms-flex:1 auto;flex:1 auto;-ms-flex-pack:center;justify-content:center;padding-right:.75rem}.header-utilityMenu .utilityMenu-list>li:first-child{margin-left:0}}@media screen and (max-width: 40em){.header .searchField{font-size:1.25rem;line-height:1.4}}@media screen and (max-width: 40em)and (max-width: 47.99875em){.header .searchField{font-size:1.25rem;line-height:1.4}}@media screen and (max-width: 30em){.header-logo{-ms-flex-order:1;order:1;max-width:none}.header-logoLink{max-width:10rem}.header-expandMenu{-ms-flex-order:4;order:4;padding:.5em;margin-top:.5em}.header-expandMenu .expandMenu-title{font-size:1.25rem;line-height:1.4}}@media screen and (max-width: 30em)and (max-width: 47.99875em){.header-expandMenu .expandMenu-title{font-size:1.25rem;line-height:1.4}}@media screen and (max-width: 30em){.header-expandMenu .expandMenu-icon{margin-left:0}.header-utilityMenu{-ms-flex-pack:end;justify-content:flex-end;padding-right:0;-ms-flex-order:2;order:2;width:auto;margin:0 16px;-ms-flex-item-align:center;align-self:center}.header-search{-ms-flex-order:2;order:2;min-width:0;-ms-flex:1 auto;flex:1 auto;-ms-flex-item-align:center;align-self:center;height:1.5em}.header-search.searchField{-ms-flex:0 auto;flex:0 auto;border:0}.header-search.searchField label{opacity:0;width:100%;position:absolute;top:0;left:0}.header-search.searchField button{position:relative;left:auto;top:auto;margin:0 8px;z-index:1;margin-right:-0.1rem}}.megaMenu-content{max-width:100%;margin:0 auto}@media print,screen and (min-width: 90em){.megaMenu-content{width:90em}}.megaMenu-column--primary{min-width:21.375rem;width:74.5833333333%;-ms-flex:auto;flex:auto}#recent-menu .megaMenu-column--primary{width:66.1111111111%;box-sizing:border-box;padding-right:1.5rem}.megaMenu-column--secondary{border-left:1px solid #979797;margin-left:auto;min-width:13.75rem;width:23.75%;max-width:21.375rem;padding-left:2.25rem;-ms-flex:1 auto;flex:1 auto;box-sizing:border-box}#recent-menu .megaMenu-column--secondary{min-width:21.375rem;width:32.2222222222%;max-width:29rem;box-sizing:border-box}.megaMenu-panel{display:none;padding-top:5vw}.megaMenu-panel:only-child{display:block}@media screen and (min-width: 45.375em){.megaMenu-panel:only-child{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}.megaMenu-panelSwitch{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.megaMenu-panelSwitch:checked+label{font-weight:500}.megaMenu-panelSwitch:focus-visible+label{outline:.125rem solid #05ce74;outline-offset:.1875em;border-radius:.125em}.megaMenu-panelSwitchLabel{font-size:1rem;line-height:1.5}@media screen and (max-width: 47.99875em){.megaMenu-panelSwitchLabel{font-size:1.125rem;line-height:1.4444444444}}.megaMenu-panelSwitchLabel{letter-spacing:1px;text-transform:uppercase}.megaMenu-panelSwitchLabel a:active{letter-spacing:1px}.megaMenu-panelSwitchLabel{margin-right:2.5em}.megaMenu-article{margin-bottom:2em;-webkit-column-break-inside:avoid;break-inside:avoid-column}.megaMenu-article time{color:#3c3c3b}.megaMenu-columnHeading,.megaMenu-articleHeading{font-size:1rem;line-height:1.5}@media screen and (max-width: 47.99875em){.megaMenu-columnHeading,.megaMenu-articleHeading{font-size:1.125rem;line-height:1.4444444444}}.megaMenu-columnHeading,.megaMenu-articleHeading{margin:0}.megaMenu-articleHeading{display:-ms-flexbox;display:flex}.megaMenu-articleHeading>a{text-decoration:none}.megaMenu-articleHeading>a:active{letter-spacing:normal}.megaMenu-articleHeading>a:hover{-webkit-text-decoration:underline #23aa5f;text-decoration:underline #23aa5f;text-decoration-thickness:2px}.megaMenu-articleHeading .fileIcon~a{line-height:1.52}.megaMenu-articleHeading--file{display:block;padding-left:1.75em;overflow:hidden}.megaMenu-articleHeading--file .fileIcon:not(.fileIcon--zip){float:left;margin-left:-1.75em !important;margin-top:.125em !important}.megaMenu-articleHeading--file .fileIcon--zip+a{margin-left:-1.75em}.megaMenu-articleMetadata{text-transform:uppercase;font-weight:300;font-size:87.5%}.megaMenu-columnHeading{text-transform:uppercase;margin-bottom:1.25em;font-size:1rem;line-height:1.5}@media screen and (max-width: 47.99875em){.megaMenu-columnHeading{font-size:1.125rem;line-height:1.4444444444}}.megaMenu-columnHeading{letter-spacing:1px;text-transform:uppercase}.megaMenu-columnHeading a:active{letter-spacing:1px}@media screen and (min-width: 18.375em){.megaMenu-columnContent--columns{-webkit-columns:18.375rem;columns:18.375rem;-webkit-column-gap:1.5rem;column-gap:1.5rem}.megaMenu-columnContent--columns>*{-webkit-column-break-inside:avoid;break-inside:avoid-column}.megaMenu-columnContent--columns>*:last-child{margin:0}}@media screen and (min-width: 45.3125em){#recent-menu .megaMenu-columnContent--columns{-webkit-columns:2;columns:2;-webkit-column-width:20rem;column-width:20rem}}.megaMenu-columnContent--horizontal{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.megaMenu-columnContent--horizontal>.linkGroup{min-width:13.75rem;max-width:21.375rem;width:23.75%;margin-right:1.5rem;-ms-flex:1 auto;flex:1 auto}.megaMenu .linkGroup{margin-bottom:2em}.megaMenu .linkGroup:last-child{margin-bottom:0}.megaMenu .linkGroup>ul{margin:0}.megaMenu .linkGroup>ul>li{margin-top:8px}.megaMenu .linkGroup>ul>li a{text-decoration:none;display:inline-block;min-height:24px}.megaMenu .linkGroup>ul>li a:hover{text-decoration:underline;-webkit-text-decoration-color:#23aa5f;text-decoration-color:#23aa5f;text-decoration-thickness:2px}.megaMenu .linkGroup>ul>li a:focus-visible{text-decoration:underline;-webkit-text-decoration-color:#05ce74;text-decoration-color:#05ce74;text-decoration-thickness:2px}.megaMenu .linkGroup-heading{text-transform:uppercase;margin:0}.megaMenu .linkGroup-heading>a{color:#000;display:inline-block;min-height:24px}.megaMenu .linkGroup-heading>a:active{letter-spacing:normal}@media screen and (max-width: 66.125em){#recent-menu .megaMenu-column--primary{padding-right:0;width:auto}#recent-menu .megaMenu-column--secondary{border:0;width:auto;max-width:none;padding-left:0;margin-top:3.25rem;padding-bottom:3.25rem;min-width:0}.megaMenu .subscription{display:none}}@media screen and (max-width: 45.3125em){.megaMenu-column,.megaMenu-column--primary,.megaMenu-column--secondary{width:auto;max-width:none;-ms-flex:auto;flex:auto;min-width:0;border:0;padding:0}.megaMenu-column~.megaMenu-column{margin-top:2em}}@media screen and (max-height: 50.75em)and (max-width: 50.75em){.megaMenu .megaMenu-panel--subject{-ms-flex-wrap:wrap;flex-wrap:wrap}.megaMenu .megaMenu-column--primary{width:100%}.megaMenu .megaMenu-column--secondary{border:0;width:auto;min-width:0;max-width:none;padding-left:0}.megaMenu .megaMenu-columnContent--columns{-webkit-columns:auto;columns:auto;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.megaMenu .megaMenu-columnContent--columns>.linkGroup{-ms-flex:1 13.75rem;flex:1 13.75rem}.megaMenu .linkGroup{margin:0}.megaMenu .linkGroup-header{display:-ms-flexbox;display:flex;border-top:1px solid #efe9e5;padding:1rem 0;-ms-flex-align:center;align-items:center}.megaMenu .linkGroup-heading{-ms-flex:1 auto;flex:1 auto;line-height:1;margin:0}.megaMenu .linkGroup>.linkGroup-heading{padding:1rem 0;margin:.1875em 0}.megaMenu .linkGroup-label{background:url("/UI/icons/interface/material/add-500-24-energy.svg") no-repeat center;background-size:1.5rem;padding-top:1.3125rem;position:relative;height:0;width:1.5rem;min-width:1.5rem;display:inline-block !important;overflow:hidden;margin-right:1rem}.megaMenu .linkGroup-heading .linkGroup-label{background-position:left center;height:auto;padding-left:2.3125rem;padding-top:0;margin-right:0;width:auto;overflow:visible}.megaMenu .linkGroup-toggle{display:inline !important;position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.megaMenu .linkGroup-toggle~.linkGroup-list{display:none}.megaMenu .linkGroup-toggle:checked~.linkGroup-list{display:block;padding-bottom:1.5em !important}.megaMenu .linkGroup-toggle:checked~.linkGroup-header .linkGroup-label{background-image:url("/UI/icons/interface/material/close-500-24-energy.svg")}}#menu-subject-show:checked~.megaMenu-panel--subject{display:-ms-flexbox;display:flex}@media screen and (max-width: 45.3125em){#menu-subject-show:checked~.megaMenu-panel--subject{display:block}}#menu-alphabetical-show:checked~.megaMenu-panel--alphabetical{display:block}.megaMenu-panel--alphabetical .megaMenu-columnContent{-webkit-columns:4;columns:4;-webkit-column-width:13.75rem;column-width:13.75rem;-webkit-column-gap:1.5rem;column-gap:1.5rem}.megaMenu-panel--alphabetical .megaMenu-columnContent .linkGroup{-webkit-column-break-inside:avoid;break-inside:avoid-column;margin-bottom:3em;display:-ms-flexbox;display:flex;-ms-flex-line-pack:start;align-content:flex-start}.megaMenu-panel--alphabetical .megaMenu-columnContent .linkGroup:last-child{margin:0}@media screen and (max-height: 50.75em){.megaMenu-panel--alphabetical .megaMenu-columnContent .linkGroup{margin:0;display:block}}.megaMenu-panel--alphabetical .megaMenu-columnContent .linkGroup-list{padding:0 !important;margin:0 0 0 1.25em}.megaMenu-panel--alphabetical .megaMenu-columnContent .linkGroup-list>li{margin-bottom:.75em}.megaMenu-panel--alphabetical .megaMenu-columnContent .linkGroup-list>li:last-child{margin:0}@media screen and (min-height: 50.8125em),(min-width: 50.8125em){.megaMenu-panel--alphabetical .megaMenu-columnContent .linkGroup-header,.megaMenu-panel--alphabetical .megaMenu-columnContent .linkGroup-subheading{min-width:1.5rem;text-align:center;margin-left:-.3rem}}@media screen and (max-width: 50.75em){.megaMenu-panel--alphabetical .megaMenu-columnContent .linkGroup{margin-bottom:.75em}}@media screen and (max-height: 50.75em){.megaMenu-panel--alphabetical .megaMenu-columnContent:not([hidden]){display:none}.megaMenu-panel--alphabetical .megaMenu-columnContent[hidden]{display:block !important}}.header:has(.updatedMainMenu){display:block;width:100%;padding:0;position:relative}.updatedMainMenu{position:relative;width:100%;color:#002721;background:#fff}.updatedMainMenu-inner{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.75rem;margin:0;max-width:none;padding:2rem 0;position:relative;width:100%;z-index:30}.updatedMainMenu-backdrop{display:none}.updatedMainMenu-utility{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end}.updatedMainMenu-utilityList{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:.75rem;margin:0;padding:0;list-style:none}.updatedMainMenu-utilityList>li{margin:0}.updatedMainMenu-utilityList a{font-size:1rem;line-height:1.5}@media screen and (max-width: 47.99875em){.updatedMainMenu-utilityList a{font-size:1.125rem;line-height:1.4444444444}}.updatedMainMenu-utilityList a{color:#002721;text-decoration:underline;-webkit-text-decoration-color:#002721;text-decoration-color:#002721;transition:-webkit-text-decoration-color 75ms ease;transition:text-decoration-color 75ms ease;transition:text-decoration-color 75ms ease, -webkit-text-decoration-color 75ms ease}.updatedMainMenu-utilityList a:hover{-webkit-text-decoration-color:#23aa5f;text-decoration-color:#23aa5f}.updatedMainMenu-utilityList a:focus-visible{outline:.125rem solid #05ce74;outline-offset:.1875em;border-radius:.125em;-webkit-text-decoration-color:#05ce74;text-decoration-color:#05ce74}.updatedMainMenu-bar{display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch;gap:3.75rem}.updatedMainMenu .header-logo{-ms-flex-item-align:center;align-self:center;box-sizing:border-box;display:block;-ms-flex:0 0 14.75rem;flex:0 0 14.75rem;margin:0;max-width:none;min-width:0;-ms-flex-order:0;order:0;padding:0;position:relative;width:14.75rem}.updatedMainMenu .header-logoLink{display:block;max-width:none;min-width:0;width:100%}.updatedMainMenu .header-logoLink:focus-visible{outline:.125rem solid #05ce74;outline-offset:.1875em;border-radius:.125em}.updatedMainMenu .header-logoImage{display:block;vertical-align:bottom;width:100%}.updatedMainMenu-primaryNav{-ms-flex-item-align:stretch;align-self:stretch;display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto;min-width:0}.updatedMainMenu-primaryList{list-style:none;margin:0;padding:0;display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:1.5rem;width:100%}.updatedMainMenu-primaryItem{display:-ms-flexbox;display:flex}.updatedMainMenu-primaryButton,.updatedMainMenu-action{-ms-flex-align:center;align-items:center;border:0;border-bottom:4px solid rgba(0,0,0,0);border-radius:0;display:-ms-inline-flexbox;display:inline-flex;margin-bottom:-4px;padding:0;background:rgba(0,0,0,0);color:#002721;cursor:pointer;font:inherit;text-align:left;transition:border-bottom-color 75ms ease}.updatedMainMenu-primaryButton{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 47.99875em){.updatedMainMenu-primaryButton{font-size:1.25rem;line-height:1.4}}.updatedMainMenu-primaryButton{white-space:nowrap}.updatedMainMenu-primaryButton:hover,.updatedMainMenu-primaryButton.is-open,.updatedMainMenu-primaryButton.is-current{border-bottom-color:#05ce74}.updatedMainMenu-primaryButton:focus-visible{outline:.125rem solid #05ce74;outline-offset:.1875em;border-radius:.125em;border-bottom-color:#05ce74}.updatedMainMenu-actions{display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch;gap:1.5rem;-ms-flex:1;flex:1;-ms-flex-pack:end;justify-content:flex-end}.updatedMainMenu-action{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 47.99875em){.updatedMainMenu-action{font-size:1.5rem;line-height:1.3333333333}}.updatedMainMenu-action{gap:.5rem}.updatedMainMenu-action:hover,.updatedMainMenu-action.is-open{border-bottom-color:#05ce74}.updatedMainMenu-action:focus-visible{outline:.125rem solid #05ce74;outline-offset:.1875em;border-radius:.125em;border-bottom-color:#05ce74}.updatedMainMenu-actionIcon{display:inline-block;width:2.5rem;height:2.5rem;background-position:center;background-repeat:no-repeat;background-size:contain}.updatedMainMenu-actionIcon--search{background-image:url("/UI/icons/interface/material/search-500-48-spruce.svg")}.updatedMainMenu-actionIcon--searchToggle{background-image:none;position:relative}.updatedMainMenu-actionIcon--menu{position:relative}.updatedMainMenu-searchIcon{display:block;height:100%;overflow:visible;width:100%}.updatedMainMenu-searchIconCircle,.updatedMainMenu-searchIconHandle,.updatedMainMenu-searchIconCloseLine{fill:none;stroke:#002721;stroke-linecap:butt;stroke-width:.1875rem;transform-box:view-box;transform-origin:center;vector-effect:non-scaling-stroke}.updatedMainMenu-searchIconCircle{stroke-dasharray:60;stroke-dashoffset:0;transition:stroke-dashoffset 240ms cubic-bezier(0.22, 1, 0.36, 1)}.updatedMainMenu-searchIconHandle{transform:translate(8px, 8px) rotate(45deg) scaleX(0.5);transition:transform 240ms cubic-bezier(0.22, 1, 0.36, 1)}.updatedMainMenu-searchIconCloseLine{transform:rotate(-45deg) scaleX(0);transition:transform 240ms cubic-bezier(0.22, 1, 0.36, 1)}.updatedMainMenu-action.is-open .updatedMainMenu-searchIconCircle{stroke-dashoffset:60}.updatedMainMenu-action.is-open .updatedMainMenu-searchIconHandle{transform:translate(0, 0) rotate(45deg) scaleX(1)}.updatedMainMenu-action.is-open .updatedMainMenu-searchIconCloseLine{transform:rotate(-45deg) scaleX(1)}.updatedMainMenu-actionIconLine{background:#002721;height:.1875rem;left:50%;position:absolute;top:50%;transform-origin:center;transition:transform 200ms cubic-bezier(0.2, 0.8, 0.2, 1);width:1.9375rem}.updatedMainMenu-actionIconLine--top{transform:translate(-50%, calc(-50% - 0.5625rem)) rotate(0deg)}.updatedMainMenu-actionIconLine--middle{transform:translate(-50%, -50%) scaleX(1)}.updatedMainMenu-actionIconLine--bottom{transform:translate(-50%, calc(-50% + 0.5625rem)) rotate(0deg)}.updatedMainMenu-action.is-open .updatedMainMenu-actionIconLine--top{transform:translate(-50%, -50%) rotate(45deg)}.updatedMainMenu-action.is-open .updatedMainMenu-actionIconLine--middle{transform:translate(-50%, -50%) scaleX(0)}.updatedMainMenu-action.is-open .updatedMainMenu-actionIconLine--bottom{transform:translate(-50%, -50%) rotate(-45deg)}@media(prefers-reduced-motion: reduce){.updatedMainMenu-searchIconCircle,.updatedMainMenu-searchIconHandle,.updatedMainMenu-searchIconCloseLine,.updatedMainMenu-actionIconLine{transition:none}}.updatedMainMenu-panels{position:absolute;top:100%;left:50%;margin-left:-50vw;right:auto;width:100vw;z-index:20}.updatedMainMenu-panel{background:#fff;box-shadow:0 2rem 2rem rgba(0,39,33,.1);left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transform:translateY(-0.5rem);transition:opacity 200ms ease,transform 200ms cubic-bezier(0.2, 0.8, 0.2, 1),visibility 0s linear 200ms;visibility:hidden}@media screen and (max-width: 70.99875em){.updatedMainMenu-panel{border-bottom:1px solid #ccd4d3}}.updatedMainMenu-panel.is-open{opacity:1;pointer-events:auto;transform:translateY(0);transition-delay:0s;visibility:visible}@media(prefers-reduced-motion: reduce){.updatedMainMenu-panel{transition:none;transform:none}}.updatedMainMenu-panelInner{box-sizing:border-box;margin:0 auto;max-width:90em;padding:2.5rem 0 5rem;width:calc(100vw - 2rem)}.updatedMainMenu-panelInner--dropdown{display:grid;grid-template-columns:minmax(16.25rem, 0.85fr) minmax(26.25rem, 1.6fr);gap:3.75rem}.updatedMainMenu-panelInner--search{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:2.5rem}.updatedMainMenu-panelInner--mega{max-width:90em}.updatedMainMenu-panelIntro,.updatedMainMenu-panelIntroHeader{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.updatedMainMenu-panelIntro{gap:2.25rem}.updatedMainMenu-panelIntroHeader{gap:1rem}.updatedMainMenu-panelHeading,.updatedMainMenu-megaHeading{font-size:2rem;line-height:1.25;font-weight:100}@media screen and (max-width: 47.99875em){.updatedMainMenu-panelHeading,.updatedMainMenu-megaHeading{font-size:1.75rem;line-height:1.2857142857}}.updatedMainMenu-panelHeading,.updatedMainMenu-megaHeading{margin:0;font-weight:500}.updatedMainMenu-panelDescription{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 47.99875em){.updatedMainMenu-panelDescription{font-size:1.5rem;line-height:1.3333333333}}.updatedMainMenu-panelDescription{max-width:26.25rem;margin:0;color:rgba(0,39,33,.7)}.updatedMainMenu-panelCta{margin:0}.updatedMainMenu-panelColumns{display:grid;grid-template-columns:repeat(2, minmax(13.75rem, 1fr));gap:3.75rem}.updatedMainMenu-linkColumn{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.75rem;min-width:0}.updatedMainMenu-linkColumn:has(.updatedMainMenu-highlight){gap:0}.updatedMainMenu-megaGroup{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.5rem}.updatedMainMenu-linkColumnHeading{font-size:1rem;line-height:1.5}@media screen and (max-width: 47.99875em){.updatedMainMenu-linkColumnHeading{font-size:1.125rem;line-height:1.4444444444}}.updatedMainMenu-linkColumnHeading{font-weight:500;color:rgba(0,39,33,.7);margin:0;letter-spacing:8%;text-transform:uppercase}.updatedMainMenu-megaGroupHeading{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 47.99875em){.updatedMainMenu-megaGroupHeading{font-size:1.5rem;line-height:1.3333333333}}.updatedMainMenu-megaGroupHeading{font-weight:500;margin:0}.updatedMainMenu-megaAccordionButton{display:none}.updatedMainMenu-megaGroupHeadingText{display:inline}.updatedMainMenu-megaAccordionPanel[hidden]{display:none}.updatedMainMenu-linkList{list-style:none;margin:0;padding:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.5rem}.updatedMainMenu-linkList>li{margin:0}.updatedMainMenu-linkList a{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 47.99875em){.updatedMainMenu-linkList a{font-size:1.25rem;line-height:1.4}}.updatedMainMenu-linkList a{color:#002721;text-decoration:underline;-webkit-text-decoration-color:rgba(0,0,0,0);text-decoration-color:rgba(0,0,0,0);text-decoration-thickness:2px;text-underline-offset:.1875rem;padding:.375rem 0;transition:-webkit-text-decoration-color 75ms ease;transition:text-decoration-color 75ms ease;transition:text-decoration-color 75ms ease, -webkit-text-decoration-color 75ms ease}.updatedMainMenu-linkList a:hover{-webkit-text-decoration-color:#23aa5f;text-decoration-color:#23aa5f}.updatedMainMenu-linkList a:focus-visible{outline:.125rem solid #05ce74;outline-offset:.1875em;border-radius:.125em;-webkit-text-decoration-color:#05ce74;text-decoration-color:#05ce74}.updatedMainMenu-searchFormWrapper,.updatedMainMenu-searchSuggestionsWrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1rem}.updatedMainMenu-searchForm{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;border-bottom:2px solid #002721;padding-bottom:.75rem;gap:.75rem}.updatedMainMenu-searchForm:focus-within{border-bottom-color:#05ce74}.updatedMainMenu-searchInput{font-size:2rem;line-height:1.25;font-weight:100}@media screen and (max-width: 47.99875em){.updatedMainMenu-searchInput{font-size:1.75rem;line-height:1.2857142857}}.updatedMainMenu-searchInput{min-height:2.625rem;-ms-flex:1 1 auto;flex:1 1 auto;min-width:0;border:0;padding-left:.5rem;-ms-flex-order:2;order:2}@media screen and (max-width: 70.99875em){.updatedMainMenu-searchInput{font-size:1.25rem;line-height:1.4}}@media screen and (max-width: 70.99875em)and (max-width: 47.99875em){.updatedMainMenu-searchInput{font-size:1.25rem;line-height:1.4}}.updatedMainMenu-searchInput:focus:not(:focus-visible){outline:0}.updatedMainMenu-searchInput:focus-visible{outline:.125rem solid #05ce74;outline-offset:.1875rem;border-radius:0;border-radius:.125rem}.updatedMainMenu-searchInput::-webkit-input-placeholder{color:rgba(0,39,33,.3019607843)}.updatedMainMenu-searchInput:-ms-input-placeholder{color:rgba(0,39,33,.3019607843)}.updatedMainMenu-searchInput::-ms-input-placeholder{color:rgba(0,39,33,.3019607843)}.updatedMainMenu-searchInput::placeholder{color:rgba(0,39,33,.3019607843)}.updatedMainMenu-searchInput::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none;background:url("/UI/icons/interface/material/close-500-24-spruce.svg") no-repeat center;background-size:1.5rem;cursor:pointer;height:2rem;margin-left:.75rem;width:2rem}.updatedMainMenu-searchSubmit{-ms-flex-align:center;align-items:center;display:-ms-inline-flexbox;display:inline-flex;-ms-flex:0 0 2.625rem;flex:0 0 2.625rem;-ms-flex-pack:center;justify-content:center;position:relative;width:2.625rem;height:2.625rem;border:0;background:rgba(0,0,0,0);cursor:pointer;-ms-flex-order:1;order:1;z-index:1}.updatedMainMenu-searchSubmit:focus-visible{outline:.125rem solid #05ce74;outline-offset:.1875em;border-radius:.125em}.updatedMainMenu-searchSuggestions{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.5rem}.updatedMainMenu-searchChip{font-size:1rem;line-height:1.5}@media screen and (max-width: 47.99875em){.updatedMainMenu-searchChip{font-size:1.125rem;line-height:1.4444444444}}.updatedMainMenu-searchChip{font-weight:500;color:#002721;border:0;border-radius:1.5rem;background:#bbffe3;cursor:pointer;padding:.75rem 1.5rem}.updatedMainMenu-searchChip:hover{border-color:#23aa5f}.updatedMainMenu-searchChip:focus-visible{outline:.125rem solid #05ce74;outline-offset:.1875rem;border-radius:1.5rem}.updatedMainMenu-megaGrid{display:grid;grid-template-columns:repeat(3, minmax(13.75rem, 1fr));gap:2.5rem}.updatedMainMenu-newsList{margin-top:1.25rem;list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr}.updatedMainMenu-newsItem{-ms-flex-align:end;align-items:flex-end;border-bottom:.0625rem solid #ccd4d3;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:0;position:relative}.updatedMainMenu-newsItem:focus-within{outline:.125rem solid #05ce74;outline-offset:.1875em;border-radius:.125em}.updatedMainMenu-newsCard{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.5rem;padding:1rem 4rem 1rem 0}.updatedMainMenu-newsHeading{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 47.99875em){.updatedMainMenu-newsHeading{font-size:1.25rem;line-height:1.4}}.updatedMainMenu-newsHeading{font-weight:500;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:inherit;margin:0;-webkit-text-decoration-color:rgba(0,0,0,0);text-decoration-color:rgba(0,0,0,0);-webkit-text-decoration-line:underline;text-decoration-line:underline;text-decoration-thickness:.125rem;text-underline-offset:.125rem;transition:-webkit-text-decoration-color 200ms ease;transition:text-decoration-color 200ms ease;transition:text-decoration-color 200ms ease, -webkit-text-decoration-color 200ms ease;line-clamp:2}.updatedMainMenu-newsDate{font-size:1rem;line-height:1.5}@media screen and (max-width: 47.99875em){.updatedMainMenu-newsDate{font-size:1.125rem;line-height:1.4444444444}}.updatedMainMenu-newsDate{font-weight:100;color:rgba(0,39,33,.7);margin:0}.updatedMainMenu-newsLink{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 47.99875em){.updatedMainMenu-newsLink{font-size:1.5rem;line-height:1.3333333333}}.updatedMainMenu-newsLink{font-weight:500;-ms-flex-item-align:stretch;align-self:stretch;color:inherit;text-decoration:none}.updatedMainMenu-newsLink::after{background:url("/UI/icons/interface/material/arrow-forward-500-48-energy.svg") no-repeat center;background-size:contain;content:"";display:block;height:1.875rem;position:absolute;right:.25rem;top:50%;transform:translateY(-50%);transition:transform 200ms ease,-webkit-text-decoration-color 200ms ease;transition:transform 200ms ease,text-decoration-color 200ms ease;transition:transform 200ms ease,text-decoration-color 200ms ease,-webkit-text-decoration-color 200ms ease;width:1.875rem}.updatedMainMenu-newsLink:hover .updatedMainMenu-newsHeading,.updatedMainMenu-newsLink:hover h1,.updatedMainMenu-newsLink:hover h2,.updatedMainMenu-newsLink:hover h3,.updatedMainMenu-newsLink:hover h4,.updatedMainMenu-newsLink:hover h5,.updatedMainMenu-newsLink:hover h6,.updatedMainMenu-newsLink:focus-visible .updatedMainMenu-newsHeading,.updatedMainMenu-newsLink:focus-visible h1,.updatedMainMenu-newsLink:focus-visible h2,.updatedMainMenu-newsLink:focus-visible h3,.updatedMainMenu-newsLink:focus-visible h4,.updatedMainMenu-newsLink:focus-visible h5,.updatedMainMenu-newsLink:focus-visible h6{-webkit-text-decoration-color:#05ce74;text-decoration-color:#05ce74}.updatedMainMenu-newsLink:hover::after,.updatedMainMenu-newsLink:focus-visible::after{transform:translate(0.25rem, -50%)}.updatedMainMenu-newsLink:focus-visible{outline:none}@media(max-width: 90em){.updatedMainMenu-primaryNav{display:none}}@media screen and (max-width: 71em){.updatedMainMenu-primaryList{gap:1rem}}@media screen and (max-width: 70.99875em){.updatedMainMenu-bar{-ms-flex-align:center;align-items:center}.updatedMainMenu-primaryNav{-ms-flex-order:3;order:3;width:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.updatedMainMenu-primaryList{-ms-flex-pack:start;justify-content:flex-start;max-width:100%}.updatedMainMenu-panelInner--dropdown,.updatedMainMenu-panelColumns,.updatedMainMenu-megaGrid{grid-template-columns:repeat(2, minmax(13.75rem, 1fr));gap:2.5rem}}@media screen and (max-width: 47.99875em){.updatedMainMenu-backdrop{background:rgba(0,39,33,.72);background:linear-gradient(0deg, rgba(0, 0, 0, 0.84) 75%, rgb(255, 255, 255) 100%);display:block;bottom:0;left:0;opacity:0;pointer-events:none;position:fixed;right:0;top:var(--updated-main-menu-mobile-layer-top, 0);transition:opacity 200ms ease;z-index:10}.updatedMainMenu-backdrop.is-open{opacity:1;pointer-events:auto}.updatedMainMenu-backdrop[hidden]{display:none}.updatedMainMenu-panel--mega{background:#fff;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:var(--updated-main-menu-mobile-panel-height, calc(100vh - 8rem));height:var(--updated-main-menu-mobile-panel-height, calc(100dvh - 8rem));max-height:var(--updated-main-menu-mobile-panel-height, calc(100vh - 8rem));max-height:var(--updated-main-menu-mobile-panel-height, calc(100dvh - 8rem));overflow:hidden}.updatedMainMenu-panelInner--mega{-ms-flex:1 1 auto;flex:1 1 auto;min-height:0;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain;padding:1rem 0;-webkit-overflow-scrolling:touch}.updatedMainMenu-linkList{gap:.75rem}.updatedMainMenu-linkList a{font-size:1.25rem;line-height:1.4}}@media screen and (max-width: 47.99875em)and (max-width: 47.99875em){.updatedMainMenu-linkList a{font-size:1.25rem;line-height:1.4}}@media screen and (max-width: 47.99875em){.updatedMainMenu-inner{padding:1rem 0}.updatedMainMenu-actions{gap:1rem}.updatedMainMenu-action{-ms-flex-pack:center;justify-content:center;min-width:2.75rem}.updatedMainMenu-actionText{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.updatedMainMenu-actionIcon--searchToggle::before,.updatedMainMenu-actionIcon--searchToggle::after{background-position:center;background-repeat:no-repeat;background-size:contain;content:"";inset:0;position:absolute;transition:opacity 200ms ease}.updatedMainMenu-actionIcon--searchToggle::before{background-image:url("/UI/icons/interface/material/search-500-48-spruce.svg");opacity:1}.updatedMainMenu-actionIcon--searchToggle::after{background-image:url("/UI/icons/interface/material/search-filled-500-48-spruce.svg");opacity:0}.updatedMainMenu-actionIcon--searchToggle .updatedMainMenu-searchIcon{display:none}.updatedMainMenu-action.is-open .updatedMainMenu-actionIcon--searchToggle::before{opacity:0}.updatedMainMenu-action.is-open .updatedMainMenu-actionIcon--searchToggle::after{opacity:1}.updatedMainMenu .header-logo,.updatedMainMenu .header-logoLink{width:8.8125rem}.updatedMainMenu .header-logo{-ms-flex-preferred-size:8.8125rem;flex-basis:8.8125rem;max-width:none;min-width:0;-ms-flex-order:0;order:0;padding:0}.updatedMainMenu .header-logoLink{max-width:none;min-width:0}.updatedMainMenu-megaGrid{display:block}.updatedMainMenu-megaGroup{border-bottom:1px solid #ccd4d3;gap:0}.updatedMainMenu-megaGroupHeading{margin:0}.updatedMainMenu-megaGroupHeadingText{display:none}.updatedMainMenu-megaAccordionButton{font-size:1.5rem;line-height:1.3333333333;-ms-flex-align:center;align-items:center;background:rgba(0,0,0,0);border:0;color:#002721;cursor:pointer;display:-ms-flexbox;display:flex;font-weight:500;-ms-flex-pack:justify;justify-content:space-between;min-height:48px;padding:1rem 0;text-align:left;width:100%}}@media screen and (max-width: 47.99875em)and (max-width: 47.99875em){.updatedMainMenu-megaAccordionButton{font-size:1.5rem;line-height:1.3333333333}}@media screen and (max-width: 47.99875em){.updatedMainMenu-megaAccordionButton:focus-visible{outline:.125rem solid #05ce74;outline-offset:.1875em;border-radius:.125em}.updatedMainMenu-megaAccordionIcon{background:url("/UI/icons/interface/material/keyboard-arrow-down-500-48-energy.svg") no-repeat center;background-size:contain;height:2.75rem;width:2.75rem;transition:transform 200ms ease}.updatedMainMenu-megaAccordionButton[aria-expanded=true] .updatedMainMenu-megaAccordionIcon{transform:rotate(180deg)}.updatedMainMenu.has-mega-accordions .updatedMainMenu-megaAccordionPanel{display:grid;grid-template-rows:1fr;opacity:1;transition:grid-template-rows 200ms ease,opacity 200ms ease;transition:grid-template-rows 200ms ease,opacity 200ms ease,-ms-grid-rows 200ms ease}.updatedMainMenu.has-mega-accordions .updatedMainMenu-megaAccordionPanel:not(.is-open){grid-template-rows:0fr;opacity:0}.updatedMainMenu.has-mega-accordions .updatedMainMenu-megaAccordionPanel[hidden]{display:none}.updatedMainMenu-megaAccordionPanelInner{overflow:hidden}.updatedMainMenu-megaAccordionPanelInner .updatedMainMenu-linkColumn--mega{padding-bottom:1.125rem}.updatedMainMenu-megaGroup--portals{border-bottom:0;margin-top:2.5rem;gap:.5rem}.updatedMainMenu-megaGroup--portals .updatedMainMenu-megaGroupHeading{font-size:1.5rem;line-height:1.3333333333}}@media screen and (max-width: 47.99875em)and (max-width: 47.99875em){.updatedMainMenu-megaGroup--portals .updatedMainMenu-megaGroupHeading{font-size:1.5rem;line-height:1.3333333333}}@media screen and (max-width: 47.99875em){.updatedMainMenu-bar{gap:2.5rem}}@media(prefers-reduced-motion: reduce){.updatedMainMenu-backdrop,.updatedMainMenu-utilityList a,.updatedMainMenu-primaryButton,.updatedMainMenu-action,.updatedMainMenu-searchIconCircle,.updatedMainMenu-searchIconHandle,.updatedMainMenu-searchIconCloseLine,.updatedMainMenu-actionIconLine,.updatedMainMenu-panel,.updatedMainMenu-linkList a,.updatedMainMenu-newsHeading,.updatedMainMenu-newsLink,.updatedMainMenu-newsLink::after,.updatedMainMenu-actionIcon--searchToggle::before,.updatedMainMenu-actionIcon--searchToggle::after,.updatedMainMenu-megaAccordionIcon,.updatedMainMenu.has-mega-accordions .updatedMainMenu-megaAccordionPanel{transition:none}.updatedMainMenu-panel{transform:none}.updatedMainMenu-newsLink:hover::after,.updatedMainMenu-newsLink:focus-visible::after{transform:translateY(-50%)}}.utilityMenu-list{list-style:none;margin:0;padding:0;font-size:.875rem;line-height:1.5714285714}@media screen and (max-width: 47.99875em){.utilityMenu-list{font-size:1rem;line-height:1.5}}.utilityMenu-list{display:-ms-flexbox;display:flex;list-style:none}.utilityMenu-list>li{margin-left:1.7142857143em}@media screen and (max-width: 45em){.utilityMenu a[rel=alternate]::before{content:attr(hreflang);text-transform:uppercase}.utilityMenu a[rel=alternate] span{display:none}.utilityMenu .utilityMenu-contact{display:none}}.anchorMenu{background-color:#003c32;color:#bbffe3;padding:1.3125em;text-transform:uppercase;margin:2em 0 2em;position:-webkit-sticky;position:sticky;top:0;z-index:3}.anchorMenu .menuList{-ms-flex-pack:distribute;justify-content:space-around}.anchorMenu .menuList>li{margin:0 4px}.anchorMenu .menuList a{color:inherit;text-decoration:none;font-weight:500}.anchorMenu .menuList a:hover,.anchorMenu .menuList a:focus,.anchorMenu .menuList a:active{text-decoration:underline;text-decoration-thickness:2px}.anchorMenu-target a[id]+*{margin-top:0}@supports((position: -webkit-sticky) or (position: sticky)){.anchorMenu-target{position:relative}.anchorMenu-target>a[id]:first-child{position:absolute;left:0;top:-6rem}}@media screen and (max-width: 57em){.anchorMenu{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}}@media screen and (max-height: 50em){.anchorMenu{position:static;margin:1em 0}}.breadcrumb{font-size:.875rem;line-height:1.5714285714}@media screen and (max-width: 47.99875em){.breadcrumb{font-size:1rem;line-height:1.5}}.breadcrumb{font-size:1em;line-height:1.5em;color:#3c3c3b}.breadcrumb .menuList{display:block;margin:0;padding:0;list-style:none}.breadcrumb .menuList>li{display:inline;white-space:normal;overflow-wrap:anywhere;margin:0}.breadcrumb .menuList>li::after{content:"/";margin:0 .5em}.breadcrumb .menuList>li:last-child{color:#000;font-weight:500;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.breadcrumb .menuList>li:last-child::after{display:none}.breadcrumb .menuList>li>a{color:inherit}@media screen and (max-width: 47.9375em){.breadcrumb .menuList>li:not(:nth-last-child(-n+2)){display:none}.breadcrumb .menuList>li:nth-last-child(-n+2){display:inline}}.linkGroup-heading,.linkGroup-subheading{font-size:1rem;line-height:1.5}@media screen and (max-width: 47.99875em){.linkGroup-heading,.linkGroup-subheading{font-size:1.125rem;line-height:1.4444444444}}.linkGroup-heading,.linkGroup-subheading{font-weight:600}.linkGroup-list{list-style:none;list-style-image:none;list-style-type:none;padding:0}.linkGroup-list>li{list-style:none;list-style-image:none;list-style-type:none}.linkGroup-listItem{display:block;list-style:none;list-style-image:none;list-style-type:none}.linkGroup-subheading{margin:0}.linkGroup-toggle{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.linkGroup-list--sublist{margin:0 !important;padding-left:2.3125rem !important}.linkGroup-list--sublist>li{display:-ms-flexbox;display:flex}.linkGroup-sublist{margin:0 0 0 1.5rem;padding:0;list-style:none}.sectionLinks{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-1.5rem;margin-left:-0.75rem;margin-right:-0.75rem}.sectionLinks .sectionLink{margin-left:.75rem;margin-right:.75rem;max-width:calc(49.9% - 1.5rem);-ms-flex:1 calc(49.9% - 1.5rem);flex:1 calc(49.9% - 1.5rem)}.sectionLink{border:1px solid #979797;-ms-flex:1 1 49.1666666667%;flex:1 1 49.1666666667%;min-width:29rem;width:44.25rem;max-width:49.1666666667%;padding:2.375em 4em;box-sizing:border-box;margin-bottom:1.5rem;position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}.sectionLink:hover .sectionLink-heading,.sectionLink:focus-within .sectionLink-heading{text-decoration:underline;-webkit-text-decoration-color:#23aa5f;text-decoration-color:#23aa5f;text-decoration-thickness:2px}.sectionLink:has(a:focus-visible){outline:2px solid #23aa5f;outline-offset:2px}.sectionLink:has(a:focus-visible) .sectionLink-heading::after{transform:scale(1.25)}.sectionLink:has(a:focus-visible) a{outline:none}.sectionLink-heading{font-size:2rem;line-height:1.25;font-weight:100}@media screen and (max-width: 47.99875em){.sectionLink-heading{font-size:1.75rem;line-height:1.2857142857}}.sectionLink-heading{font-weight:500}.sectionLink-heading>a{color:inherit;text-decoration:inherit;margin-right:8px}.sectionLink-heading>a::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.sectionLink-description{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 47.99875em){.sectionLink-description{font-size:1.5rem;line-height:1.3333333333}}.sectionLink--withDescription{padding:4.875em 4em 3.875em}.sectionLink--withDescription .sectionLink-heading{font-size:2.5rem;line-height:1.2;font-weight:100}@media screen and (max-width: 47.99875em){.sectionLink--withDescription .sectionLink-heading{font-size:2.25rem;line-height:1.2222222222}}.sectionLink--withDescription .sectionLink-heading{font-weight:600}.sectionLink--withDescription .sectionLink-description{padding-bottom:5.125rem}.sectionLink--withDescription::after{content:"";display:block;width:2.5rem;min-width:2.5rem;height:1.625rem;background:url("/UI/icons/interface/material/arrow-right-500-24-energy.svg") no-repeat center;background-size:contain;margin-right:0;margin-left:auto;transition:transform 200ms ease}.sectionLink--withDescription:hover::after{transform:scale(1.25)}.sectionLink--withDescription::after{margin-top:5.125rem;margin-bottom:0;margin-top:auto}.sectionLink:not(.sectionLink--withDescription) .sectionLink-heading{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.sectionLink:not(.sectionLink--withDescription) .sectionLink-heading::after{content:"";display:block;width:2.5rem;min-width:2.5rem;height:1.625rem;background:url("/UI/icons/interface/material/arrow-right-500-24-energy.svg") no-repeat center;background-size:contain;margin-right:0;margin-left:auto;transition:transform 200ms ease}.sectionLink:not(.sectionLink--withDescription) .sectionLink-heading:hover::after{transform:scale(1.25)}.sectionLink:not(.sectionLink--withDescription):hover .sectionLink-heading::after{transform:scale(1.25)}@media screen and (max-width: 62.125em){.sectionLinks{-ms-flex-pack:center;justify-content:center;margin-left:-1.5rem;margin-right:-1.5rem;width:calc(100% + 3rem)}.sectionLinks .sectionLink{margin-left:1.5rem;margin-right:1.5rem}.sectionLink,.sectionLink--withDescription{padding:1.5rem}.sectionLink .sectionLink-heading,.sectionLink--withDescription .sectionLink-heading{font-size:1.5rem;line-height:1.3333333333}}@media screen and (max-width: 62.125em)and (max-width: 47.99875em){.sectionLink .sectionLink-heading,.sectionLink--withDescription .sectionLink-heading{font-size:1.5rem;line-height:1.3333333333}}@media screen and (max-width: 62.125em){.sectionLink .sectionLink-description,.sectionLink--withDescription .sectionLink-description{font-size:1.25rem;line-height:1.4;padding-bottom:1.25rem}}@media screen and (max-width: 62.125em)and (max-width: 47.99875em){.sectionLink .sectionLink-description,.sectionLink--withDescription .sectionLink-description{font-size:1.25rem;line-height:1.4}}@media screen and (max-width: 31em){.sectionLinks .sectionLink{max-width:100%;min-width:0;width:auto}}.gauge{padding-top:1.125rem}.gauge__inner{position:relative}.gauge__axis{position:absolute;top:-1.125rem}.gauge__dial-container{position:absolute;top:1.875rem;left:50%;height:6.4375rem;transform:translateX(-50%)}.gauge__dial{height:100%;transform-origin:bottom center;opacity:1;transition:transform .25s,opacity .5s}.gauge__value{margin-top:-4.6875rem;font-size:1.5rem;font-weight:500}.gauge__unit{font-size:1rem;margin-bottom:1.5625rem}.map{position:relative}.map svg{min-height:24.5rem}.map__legend{position:absolute;top:9.375rem;right:-1.25rem;text-align:left;transform:scale(0.8)}@media screen and (min-width: 27.5em){.map__legend{transform:scale(1);top:13.75rem}}@media screen and (min-width: 64em){.map__legend{right:0;top:13.125rem}}.map__legend-row{margin-bottom:.625rem}.map__legend-color{display:inline-block;width:1.25rem;height:1.25rem;border-radius:50%;transform:translate(-3px, 4px)}@media screen and (min-width: 64em){.map__legend-color{transform:translate(-6px, 5px)}}.map g[data-name=Arrows]{pointer-events:none}.map g[data-name=Arrows] g[data-name] path,.map g[data-name=Arrows] g[data-name] rect,.map g[data-name=Arrows] g[data-name] polygon,.map g[data-name=Arrows] g[data-name] polyline{opacity:0;transition:opacity .25s}.map g[data-name=Arrows] g[data-name].__visible path,.map g[data-name=Arrows] g[data-name].__visible rect,.map g[data-name=Arrows] g[data-name].__visible polygon,.map g[data-name=Arrows] g[data-name].__visible polyline{opacity:1}.map g[data-name=Map] g[data-name]{outline:none !important}.map g[data-name=Map] g[data-name]:focus-visible{outline:none !important}.map g[data-name=Map] g[data-name]:focus-visible path,.map g[data-name=Map] g[data-name]:focus-visible polygon,.map g[data-name=Map] g[data-name]:focus-visible polyline{fill:rgba(5,206,116,.18) !important;stroke:#05ce74 !important}.map g[data-name=Map] g[data-name] path,.map g[data-name=Map] g[data-name] polygon,.map g[data-name=Map] g[data-name] polyline{transition:fill .25s,stroke .25s;fill:rgba(0,0,0,0);pointer-events:all;opacity:1}.map g[data-name=Map] g[data-name].__clickable path,.map g[data-name=Map] g[data-name].__clickable polygon,.map g[data-name=Map] g[data-name].__clickable polyline{cursor:pointer}.map g[data-name=Map] g[data-name].__clickable path:hover,.map g[data-name=Map] g[data-name].__clickable polygon:hover,.map g[data-name=Map] g[data-name].__clickable polyline:hover{fill:rgba(32,179,222,.25) !important}.map g[data-name=Map] g[data-name].__selected path,.map g[data-name=Map] g[data-name].__selected polygon,.map g[data-name=Map] g[data-name].__selected polyline{fill:rgba(32,179,222,.15) !important;stroke:#20b3de !important}.map g[data-name="Frame text"]{pointer-events:none;transform:translateX(1px)}.map g[data-name="Frame text"] path[data-name],.map g[data-name="Frame text"] rect[data-name]{fill:#fff !important;stroke:#ccc;transition:stroke .25s}.map g[data-name="Frame text"] path[data-name].__selected,.map g[data-name="Frame text"] rect[data-name].__selected{stroke:#20b3de}.map g[data-name="Frame text"] .__text{fill:#000;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tippy-box[data-theme~=statnett]{padding:.625rem;border-radius:.3125rem;background-color:#fff;color:#000;border:1px solid #c4c4c4;box-shadow:0 2px 4px 0 rgba(0,0,0,.1490196078)}.tippy-box[data-theme~=statnett][data-placement^=bottom-start]>.tippy-arrow::before{border-bottom-color:#fff}.widget-flow{padding:3.125rem 1rem;text-align:center}@media screen and (min-width: 64em){.widget-flow{text-align:left;padding:4.375rem 2rem 2rem 4.375rem}}@media screen and (min-width: 64em){.widget-flow__inner{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}}@media screen and (min-width: 64em){.widget-flow__content{width:50%;padding-top:5.625rem;background-color:rgba(0,0,0,0)}}.widget-flow__heading{font-size:1.5rem;font-weight:500;margin-bottom:2.625rem}.widget-flow__map{width:80%;margin:3.125rem auto 0 auto}@media screen and (min-width: 64em){.widget-flow__map{width:50%;padding-left:1.875rem;background-color:rgba(0,0,0,0)}}.widget-flow__map .map{height:100%}.widget-flow__map svg{width:100% !important}.widget-flow__link{padding-top:1.25rem;font-size:1.1875rem}@media screen and (min-width: 64em){.widget-flow__link{position:absolute;left:4.375rem;bottom:4.375rem}}.widget-flow__link a{padding:0 !important;font-weight:500;text-decoration:none;cursor:pointer;background:none !important}.widget-flow__link a::after{content:"";display:block;width:2.5rem;min-width:2.5rem;height:1.625rem;background:url("/UI/icons/interface/material/arrow-right-500-24-energy.svg") no-repeat center;background-size:contain;margin-right:0;margin-left:auto;transition:transform 200ms ease}.widget-flow__link a:hover::after{transform:scale(1.25)}.widget-flow__link a:after{display:inline-block;transform:scale(0.5) translate(0.1875rem, 0.9375rem)}.widget-flow__link a:hover{text-decoration:underline;-webkit-text-decoration-color:#23aa5f;text-decoration-color:#23aa5f;text-decoration-thickness:2px}.widget-flow__link a:hover:after{transform:scale(0.5) translate(0.3125rem, 0.9375rem)}.widget-flow__link--center{width:100%;left:0;text-align:center}.widget-flow__error{font-weight:500;color:#23aa5f;opacity:.75}.widget-flow__select{width:100%;margin-bottom:2.1875rem;text-align:left}.widget-flow__select select{width:100%}.widget-flow__price{padding-left:.875rem;padding-bottom:1.25rem;text-align:left}.widget-flow__table{width:100%;border-collapse:collapse;border-spacing:0;text-align:left;margin-bottom:6.25rem}.widget-flow__table tr:first-child td{border-top:1px solid #dadada}.widget-flow__table td{margin:0;border-bottom:1px solid #dadada}.widget-flow__cell{padding:.625rem}.widget-flow__cell--value{text-align:right;white-space:nowrap}.widget-flow__arrow:after{display:block;background:url("/UI/icons/interface/flow-arrow--left--green.svg") no-repeat center;background-size:100%;content:"";width:1.3125rem;height:.6875rem}.widget-flow__arrow--right:after{background:url("/UI/icons/interface/flow-arrow--right--green.svg") no-repeat center}.widget-situation{padding:3.125rem 1rem;text-align:center}@media screen and (min-width: 64em){.widget-situation{text-align:left;padding:4.375rem 2rem 2rem 4.375rem}}@media screen and (min-width: 64em){.widget-situation__inner{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}}@media screen and (min-width: 64em){.widget-situation__content{width:50%;padding-top:5.625rem;background-color:rgba(0,0,0,0)}}.widget-situation__heading{font-size:1.5rem;font-weight:500;margin-bottom:2.625rem}.widget-situation__map{width:80%;margin:3.125rem auto 0 auto}@media screen and (min-width: 64em){.widget-situation__map{width:50%;padding-left:1.875rem;background-color:rgba(0,0,0,0)}}.widget-situation__map .map{height:100%}.widget-situation__map svg{width:100% !important}.widget-situation__link{padding-top:1.25rem;font-size:1.1875rem}@media screen and (min-width: 64em){.widget-situation__link{position:absolute;left:4.375rem;bottom:4.375rem}}.widget-situation__link a{padding:0 !important;font-weight:500;text-decoration:none;cursor:pointer;background:none !important}.widget-situation__link a::after{content:"";display:block;width:2.5rem;min-width:2.5rem;height:1.625rem;background:url("/UI/icons/interface/material/arrow-right-500-24-energy.svg") no-repeat center;background-size:contain;margin-right:0;margin-left:auto;transition:transform 200ms ease}.widget-situation__link a:hover::after{transform:scale(1.25)}.widget-situation__link a:after{display:inline-block;transform:scale(0.5) translate(0.1875rem, 0.9375rem)}.widget-situation__link a:hover{text-decoration:underline;-webkit-text-decoration-color:#23aa5f;text-decoration-color:#23aa5f;text-decoration-thickness:2px}.widget-situation__link a:hover:after{transform:scale(0.5) translate(0.3125rem, 0.9375rem)}.widget-situation__link--center{width:100%;left:0;text-align:center}.widget-situation__error{font-weight:500;color:#23aa5f;opacity:.75}.widget-situation__expand-legend-button{display:none;text-decoration:none !important}@media screen and (min-width: 64em){.widget-situation__expand-legend-button{display:block}}.widget-situation__legend{display:none;max-height:0;padding-bottom:6.25rem;opacity:0;pointer-events:none;transition:opacity .25s,max-height .25s;overflow:hidden}.widget-situation__legend__heading{font-weight:500;margin-bottom:1.25rem}.widget-situation__legend__row{padding-bottom:.625rem}.widget-situation__legend__row-heading{font-weight:500;font-size:inherit}.widget-situation__legend__color{display:inline-block;width:1.25rem;height:1.25rem;border-radius:50%;transform:translateY(4px);margin-right:.375rem}@media screen and (min-width: 64em){.widget-situation__legend{display:block}}.widget-situation__content--expanded .widget-situation__legend{opacity:1;pointer-events:all;max-height:125rem}#widget-frequency{height:100%;padding:0 !important}.widget-frequency{padding:3.125rem 1rem;text-align:center}@media screen and (min-width: 64em){.widget-frequency{text-align:left;padding:4.375rem 2rem 2rem 4.375rem}}@media screen and (min-width: 64em){.widget-frequency__inner{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}}@media screen and (min-width: 64em){.widget-frequency__content{width:50%;padding-top:5.625rem;background-color:rgba(0,0,0,0)}}.widget-frequency__heading{font-size:1.5rem;font-weight:500;margin-bottom:2.625rem}.widget-frequency__map{width:80%;margin:3.125rem auto 0 auto}@media screen and (min-width: 64em){.widget-frequency__map{width:50%;padding-left:1.875rem;background-color:rgba(0,0,0,0)}}.widget-frequency__map .map{height:100%}.widget-frequency__map svg{width:100% !important}.widget-frequency__link{padding-top:1.25rem;font-size:1.1875rem}@media screen and (min-width: 64em){.widget-frequency__link{position:absolute;left:4.375rem;bottom:4.375rem}}.widget-frequency__link a{padding:0 !important;font-weight:500;text-decoration:none;cursor:pointer;background:none !important}.widget-frequency__link a::after{content:"";display:block;width:2.5rem;min-width:2.5rem;height:1.625rem;background:url("/UI/icons/interface/material/arrow-right-500-24-energy.svg") no-repeat center;background-size:contain;margin-right:0;margin-left:auto;transition:transform 200ms ease}.widget-frequency__link a:hover::after{transform:scale(1.25)}.widget-frequency__link a:after{display:inline-block;transform:scale(0.5) translate(0.1875rem, 0.9375rem)}.widget-frequency__link a:hover{text-decoration:underline;-webkit-text-decoration-color:#23aa5f;text-decoration-color:#23aa5f;text-decoration-thickness:2px}.widget-frequency__link a:hover:after{transform:scale(0.5) translate(0.3125rem, 0.9375rem)}.widget-frequency__link--center{width:100%;left:0;text-align:center}.widget-frequency__error{font-weight:500;color:#23aa5f;opacity:.75}.widget-frequency{height:100%;padding:0 !important}.widget-frequency__inner{display:block;padding:3.125rem 1rem;text-align:center}@media screen and (min-width: 64em){.widget-frequency__inner{padding:4.375rem 2rem 6.25rem}}.widget-frequency__level-text{font-size:1.1875rem;font-weight:500}.widget-frequency__gauge{width:14.75rem;margin:0 auto}.article--article{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-width:800px;margin:0 auto;gap:40px}.article--article>.article-text>:is(h1,h2,h3,h4):first-child{margin-top:0}@media screen and (max-width: 70.99875em){.article--article{width:100%;max-width:100%}}@media screen and (max-width: 47.99875em){.article--article{gap:2.25rem}}.article--article .article{counter-reset:figure-block}.article--article .article-header{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:2.5rem}@media print{.article--article .article-header{display:block}}.article--article .article-footerHeading{font-weight:600}.article--article .article-separator{width:100%;height:4px;background-color:#05ce74}@media print{.article--article .article-headerText:only-child .article-heading{margin-left:0}}@media print{.article--article .article-headerText:only-child{max-width:none;width:auto;margin-right:auto}}@media print{.article--article .article-headerText{max-width:none;width:auto}}.article--article .article-headerMeta{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1rem}.article--article .article-headerDetails{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;gap:1.5rem}.article--article .article-text{max-width:100%}.article--article .article-text p,.article--article .article-text li{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 47.99875em){.article--article .article-text p,.article--article .article-text li{font-size:1.25rem;line-height:1.4}}@media print{.article--article .article-text{margin-right:auto}}.article--article .article-text .figureBlock{margin:1.25rem 0 2.125rem 0}.article--article .article-text .video:is(div:first-child){margin-top:0}.article--article .article-text .video:is(div:last-child){margin-bottom:0}.article--article .article-text .video:is(div:only-child){margin:0}.article--article .article-header .figureBlock-caption{max-width:100%;padding:.75rem 1rem 0;font-size:1rem;line-height:1.5}@media screen and (max-width: 47.99875em){.article--article .article-header .figureBlock-caption{font-size:1.125rem;line-height:1.4444444444}}@media screen and (max-width: 70.99875em){.article--article .article-header .figureBlock-caption{padding:.75rem 0 0}}.article--article .article-header .figureBlock-media>img{max-height:540px;width:100%;object-fit:cover}@media screen and (min-width: 71em){.article--article .article-header .article-headerImage{width:100vw;max-width:960px;margin:0 calc(50% - min(50vw,480px))}}.article--article .article-metaData{font-size:1rem;line-height:1.5}@media screen and (max-width: 47.99875em){.article--article .article-metaData{font-size:1.125rem;line-height:1.4444444444}}.article--article .article-metaData{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0rem 1rem}@media screen and (max-width: 47.99875em){.article--article .article-metaData{font-size:.875rem;line-height:1.5714285714;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width: 47.99875em)and (max-width: 47.99875em){.article--article .article-metaData{font-size:1rem;line-height:1.5}}.article--article .article-metaData span:first-child{position:relative}.article--article .article-metaData span.separator::after{position:absolute;pointer-events:none}@media screen and (min-width: 48em){.article--article .article-metaData span.separator::after{content:"|";right:-0.625rem}}.article--article .article-sharing{margin-top:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.625rem;-ms-flex-negative:0;flex-shrink:0}.article--article .article-sharing .shareMenu-button{background-image:none;margin-right:0;position:relative;transition:outline 75ms ease-in-out;outline:.125rem solid #05ce74}.article--article .article-sharing .shareMenu-button::before{background-color:#05ce74;content:"";height:1.5rem;left:50%;mask:var(--article-share-icon) no-repeat center/contain;-webkit-mask:var(--article-share-icon) no-repeat center/contain;position:absolute;top:50%;transform:translate(-50%, -50%);transition:background-color 200ms ease;width:1.5rem}.article--article .article-sharing .shareMenu-button[href*=facebook]{--article-share-icon: url("/UI/icons/actions/facebook-updated.svg")}.article--article .article-sharing .shareMenu-button[href*=linkedin]{--article-share-icon: url("/UI/icons/actions/linkedin-updated.svg")}.article--article .article-sharing .shareMenu-button[href*=twitter]{--article-share-icon: url("/UI/icons/actions/x-updated.svg")}.article--article .article-sharing .shareMenu-button:hover,.article--article .article-sharing .shareMenu-button:focus-visible{outline-color:#23aa5f}.article--article .article-sharing .shareMenu-button:hover::before,.article--article .article-sharing .shareMenu-button:focus-visible::before{background-color:#23aa5f}@media(prefers-reduced-motion: reduce){.article--article .article-sharing .shareMenu-button::before{transition:none}}@media screen and (max-width: 70.99875em){.article--article .article-headerImage+.article-headerText{padding-left:0}}@media screen and (max-width: 47.99875em){.article--article .article-headerDetails{-ms-flex-direction:column;flex-direction:column;gap:1rem}}@media screen and (max-width: 47.99875em){.article--article .article-text .factBox{padding:1.875em}}@media screen and (max-width: 47.99875em){.article--article .article-headerText:only-child .article-heading,.article--article .article-headerImage+.article-headerText .article-heading{margin-left:0}.article--article .article-text{margin:0 auto}.article--article .article-text .figureBlock--captioned{display:block;margin:2em 0}.article--article .article-text .figureBlock--captioned .figureBlock-caption{border:0;min-width:0;width:auto;max-width:100%}}.article{padding:5em 0}@media screen and (max-width: 71em){.article{padding-top:2.25em}}.article-header--centered{text-align:center;max-width:800px;margin-left:auto;margin-right:auto}.article-intro{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 47.99875em){.article-intro{font-size:1.5rem;line-height:1.3333333333}}.article-heading{font-size:3rem;line-height:1.1666666667;font-weight:100}@media screen and (max-width: 47.99875em){.article-heading{font-size:3rem;line-height:1.1666666667}}.article-heading{margin-bottom:0;font-weight:500;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.article-headerImage{width:100%;margin:0;text-align:center}@media print{.article-headerImage{max-width:none}}.article-headerImage .figureBlock{display:block;width:100%}.article-headerImage--top .figureBlock-media>img,.article-headerImage--top>img{object-position:top}.article-headerImage--center .figureBlock-media>img,.article-headerImage--center>img{object-position:center}.article-headerImage--bottom .figureBlock-media>img,.article-headerImage--bottom>img{object-position:bottom}.article-headerText{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:24px}@media print{.article-text{max-width:none}}.article-text .figureBlock--captioned .figureBlock-media{-ms-flex:1 auto;flex:1 auto}.article-text .figureBlock--captioned .figureBlock-media>img{margin:0 auto;width:100%}.article-text .figureBlock--captioned .figureBlock-caption{padding-top:1rem;font-size:.875rem;line-height:1.5714285714}@media screen and (max-width: 47.99875em){.article-text .figureBlock--captioned .figureBlock-caption{font-size:1rem;line-height:1.5}}.article-text .figureBlock--portrait{display:grid !important;grid-template-columns:repeat(2, minmax(0, 1fr));gap:3.125rem}.article-text .figureBlock--portrait .figureBlock-media{aspect-ratio:3/4}.article-text .figureBlock--portrait .figureBlock-media>img{width:100%;height:100%;object-fit:cover;object-position:center}@media screen and (max-width: 47.99875em){.article-text .figureBlock--portrait{grid-template-columns:repeat(1, minmax(0, 1fr));gap:1.5rem}.article-text .figureBlock--portrait .figureBlock-media{max-width:100%}.article-text .figureBlock--portrait .figureBlock-caption{padding-top:0}}.article-text .figureBlock--portrait .figureBlock-caption{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;gap:1.25rem;-ms-flex:1 auto;flex:1 auto}.article-text .figureBlock--portrait .figureBlock-caption .figureBlock-portrait-separator{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.article-text .figureBlock--portrait .figureBlock-caption .figureBlock-portrait-separator .figureBlock-separator{height:8px;width:66%}.article-text .figureBlock--portrait .figureBlock-caption .figureBlock-portrait-separator .separator-right{-ms-flex-item-align:end;align-self:flex-end;background-color:#05ce74}.article-text .figureBlock--portrait .figureBlock-caption .figureBlock-portrait-separator .separator-left{-ms-flex-item-align:start;align-self:flex-start;background-color:#003c32}.article-text .figureBlock--portrait .figureBlock-caption .figureBlock-portrait-info{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.5rem}.article-text .figureBlock--portrait .figureBlock-caption .figureBlock-portrait-info p{margin:0}.article-text .figureBlock--portrait .figureBlock-caption .figureBlock-portrait-name{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 47.99875em){.article-text .figureBlock--portrait .figureBlock-caption .figureBlock-portrait-name{font-size:1.5rem;line-height:1.3333333333}}.article-text .figureBlock--portrait .figureBlock-caption .figureBlock-portrait-name{font-weight:500;color:#003c32}.article-text .figureBlock--portrait .figureBlock-caption .figureBlock-portrait-title{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 47.99875em){.article-text .figureBlock--portrait .figureBlock-caption .figureBlock-portrait-title{font-size:1.25rem;line-height:1.4}}.article-text .figureBlock--portrait .figureBlock-caption .figureBlock-portrait-title{color:#003c32}.article-text>ul,.article-text>ol,.article-text .factbox ul,.article-text .factBox ol{margin:20px 0}.article-text>ul li,.article-text>ol li,.article-text .factbox ul li,.article-text .factBox ol li{margin-bottom:.375rem}.article-text>ul{list-style:none}.article-text>ul>li::before{content:"•";color:#23aa5f;display:inline-block;margin-left:-1em;width:1em}.article-text table:not(.messageTable){border-collapse:collapse;width:100% !important;height:auto !important;min-width:100%}.article-text table:not(.messageTable) thead,.article-text table:not(.messageTable) tfoot,.article-text table:not(.messageTable) tbody,.article-text table:not(.messageTable) tr,.article-text table:not(.messageTable) th,.article-text table:not(.messageTable) td{width:auto !important;height:auto !important}.article-text table:not(.messageTable),.article-text table:not(.messageTable) td,.article-text table:not(.messageTable) th{line-height:1.64}.article-text table:not(.messageTable) p:only-child{margin:0}@media screen and (max-width: 47.99875em){.article-text table:not(.messageTable) p:only-child{font-size:.875rem;line-height:1.5714285714}}@media screen and (max-width: 47.99875em)and (max-width: 47.99875em){.article-text table:not(.messageTable) p:only-child{font-size:1rem;line-height:1.5}}.article-text table:not(.messageTable) caption{font-weight:500;font-size:1rem;line-height:1.5}@media screen and (max-width: 47.99875em){.article-text table:not(.messageTable) caption{font-size:1.125rem;line-height:1.4444444444}}.article-text table:not(.messageTable) caption{letter-spacing:1px;text-transform:uppercase}.article-text table:not(.messageTable) caption a:active{letter-spacing:1px}.article-text table:not(.messageTable) caption{padding-bottom:.5em}.article-text table:not(.messageTable) th,.article-text table:not(.messageTable) td{padding:1rem}.article-text table:not(.messageTable) th{font-weight:500;text-align:left}.article-text table:not(.messageTable) thead{background-color:#bbffe3}.article-text table:not(.messageTable) td:not(:first-child),.article-text table:not(.messageTable) th:not(:first-child){text-align:right}.article-text table:not(.messageTable):has(>thead)>tbody>tr:nth-child(odd){font-weight:500;background-color:#e8fff3}.article-text table:not(.messageTable):has(>thead)>tbody>tr:first-child{background-color:rgba(0,0,0,0)}.article-text table:not(.messageTable):not(:has(>thead))>tbody>tr:first-child{background-color:#bbffe3}.article-text table:not(.messageTable):not(:has(>thead))>tbody>tr:nth-child(odd):not(:first-child){background-color:#e8fff3}.article-text .article-tableWrapper{max-width:100%;position:relative;margin:1.25rem 0}.article-text .article-tableWrapper::before,.article-text .article-tableWrapper::after{content:"";position:absolute;top:0;width:1.5rem;height:100%;pointer-events:none;opacity:0;transition:opacity 200ms ease}.article-text .article-tableWrapper::before{left:0;background:linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.95))}.article-text .article-tableWrapper::after{right:0;background:linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.95))}.article-text .article-tableWrapper--fade-start::before,.article-text .article-tableWrapper--fade-end::after{opacity:1}.article-text .article-tableScroller{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.article-text .article-tableScroller:focus-visible{outline:.125rem solid #05ce74;outline-offset:.25rem}.article-text>h2{font-size:2rem;line-height:1.25;font-weight:100}@media screen and (max-width: 47.99875em){.article-text>h2{font-size:1.75rem;line-height:1.2857142857}}.article-text>h2{font-weight:500;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;margin:2.25rem 0 1.5rem}.article-text>h2+p{margin-top:0}.article-text>h3{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 47.99875em){.article-text>h3{font-size:1.5rem;line-height:1.3333333333}}.article-text>h3{font-weight:500;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;margin:2.25rem 0 1.5rem}.article-text>h3+p{margin-top:0}@media print,screen and (min-width: 90em){.article-text .video{overflow:visible}.article-text .vjs-playlist{left:-15.25rem;right:auto;width:15.25rem}}.article-footer>div:has(>div>aside){display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:3.75rem;margin-bottom:3.75em}.article-footer:last-child{margin-bottom:0}.article-footerHeading{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 47.99875em){.article-footerHeading{font-size:1.25rem;line-height:1.4}}.article-footerHeading{font-weight:500;border-bottom:1px solid #05ce74;padding-bottom:4px;text-transform:uppercase;margin-bottom:24px}.article-footerSection{margin-top:2em;margin-bottom:3.75em}.article-footerSection:last-child{margin-bottom:0}@media print{.article-footer{max-width:none}}.article>.article-headerSection,.article>.article-footerSection{min-width:66.1111111111%;max-width:59.5rem;margin:4.5em auto;width:auto}.article-metaData{font-size:.875rem;line-height:1.5714285714}@media screen and (max-width: 47.99875em){.article-metaData{font-size:1rem;line-height:1.5}}.article .factBox{border:1px solid #979797;padding:1.875em 4.0625em;margin:1.25rem 0}.article-contactsMore{margin-top:2em}.article-relatedArticles{margin-top:3.75em}.article [role=alert]:not(.hit-count){border:1px solid #23aa5f;margin:1em auto 2em;padding:1.3125em;display:table;font-size:1.25rem;line-height:1.4}@media screen and (max-width: 47.99875em){.article [role=alert]:not(.hit-count){font-size:1.25rem;line-height:1.4}}.article-zone{margin:3.75rem 0}@media screen and (max-width: 40em){.article-heading{font-size:2.5rem;line-height:1.2;font-weight:100;font-weight:500}}@media screen and (max-width: 40em)and (max-width: 47.99875em){.article-heading{font-size:2.25rem;line-height:1.2222222222}}.errorPage{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.errorPage .page{-ms-flex:1 auto;flex:1 auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.errorPage .footer{-ms-flex:none;flex:none}.errorPage .footer-homeLink{display:none}.article--error{position:relative;-ms-flex:1 auto;flex:1 auto;display:-ms-flexbox;display:flex}.article--error .article-header,.article--error .article-headerImage{max-width:none;padding:0}.article--error .article-header{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;width:100%}.article--error .article-headerImage>img{position:absolute;height:100%;width:100%;z-index:0;object-fit:cover;left:0;top:0}.article--error .article-headerText{background-color:hsla(0,0%,100%,.95);max-width:51.75rem;padding:3rem;box-sizing:border-box;position:relative;margin:0 auto;width:100%}.article--error .searchField{display:-ms-flexbox;display:flex;text-transform:none;font-size:2rem;line-height:1.25;font-weight:100}@media screen and (max-width: 47.99875em){.article--error .searchField{font-size:1.75rem;line-height:1.2857142857}}.article--error .searchField{margin:1.75rem 0 4.625rem}.article--ummMessages .article-header,.article--powerSystemMessages .article-header{margin:2.5rem auto 4.5rem;padding:0}.article--ummMessages .article-headerText,.article--powerSystemMessages .article-headerText{padding:0}.article--ummMessages .article-text,.article--powerSystemMessages .article-text{max-width:59.5rem;min-width:66.1111111111%}@media screen and (max-width: 61.5em){.article--ummMessages .article-text,.article--powerSystemMessages .article-text{max-width:none;width:auto}}.article--ummMessages .article-footerSection,.article--powerSystemMessages .article-footerSection{min-width:66.1111111111%;max-width:59.5rem;margin:4.5em auto}.article--ummMessages .messageTable a,.article--powerSystemMessages .messageTable a{font-size:.875rem;line-height:1.5714285714}@media screen and (max-width: 47.99875em){.article--ummMessages .messageTable a,.article--powerSystemMessages .messageTable a{font-size:1rem;line-height:1.5}}.article--ummMessages .messageTable a,.article--powerSystemMessages .messageTable a{display:inline-block}.article--newsArchive{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-width:800px;margin:0 auto;gap:3.75rem}.article--newsArchive .articleList{margin-left:auto;margin-right:auto}.article--newsArchive .listFilter{min-width:66.1111111111%;max-width:59.5rem;margin:4.5em auto;margin-top:0;margin-bottom:0}.article--newsArchive .listFilter .form-item{-ms-flex:1;flex:1}@media screen and (max-width: 47.99875em){.article--newsArchive .listFilter .form-item{-ms-flex:auto;flex:auto;width:100%}}.article--newsArchive .listFilter .form-control,.article--newsArchive .listFilter .choices-list--single .choices-item,.choices-list--single .article--newsArchive .listFilter .choices-item,.article--newsArchive .listFilter .choices-list--dropdown .choices-input,.choices-list--dropdown .article--newsArchive .listFilter .choices-input,.article--newsArchive .listFilter .choices-list--dropdown .choices-item,.choices-list--dropdown .article--newsArchive .listFilter .choices-item{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 47.99875em){.article--newsArchive .listFilter .form-control,.article--newsArchive .listFilter .choices-list--single .choices-item,.choices-list--single .article--newsArchive .listFilter .choices-item,.article--newsArchive .listFilter .choices-list--dropdown .choices-input,.choices-list--dropdown .article--newsArchive .listFilter .choices-input,.article--newsArchive .listFilter .choices-list--dropdown .choices-item,.choices-list--dropdown .article--newsArchive .listFilter .choices-item{font-size:1.5rem;line-height:1.3333333333}}.article--newsArchive .listFilter .form-control,.article--newsArchive .listFilter .choices-list--single .choices-item,.choices-list--single .article--newsArchive .listFilter .choices-item,.article--newsArchive .listFilter .choices-list--dropdown .choices-input,.choices-list--dropdown .article--newsArchive .listFilter .choices-input,.article--newsArchive .listFilter .choices-list--dropdown .choices-item,.choices-list--dropdown .article--newsArchive .listFilter .choices-item{width:100%}.article--operationalData .tabFilter{-ms-flex-pack:center;justify-content:center;text-align:center}.projectPage .article-heading,.projectCollectionPage .article-heading{min-width:49.1666666667%;max-width:44.25rem}.projectPage .article-header,.projectCollectionPage .article-header{padding-bottom:0}.projectPage .article-headerText,.projectCollectionPage .article-headerText{width:100%}@media screen and (max-width: 19.99875em){.projectPage .article-header,.projectCollectionPage .article-header{padding-top:calc(1em + 1vh)}}.projectPage .article .iframeBlock,.projectCollectionPage .article .iframeBlock{padding:0;height:37.9375rem;min-height:20rem;max-height:61.803398875vh;margin-top:0}@media screen and (max-width: 19.99875em){.projectPage .article .iframeBlock,.projectCollectionPage .article .iframeBlock{height:38.196601125vw}}@media screen and (orientation: portrait){.projectPage .article .iframeBlock,.projectCollectionPage .article .iframeBlock{height:61.803398875vh}}.projectPage .article .article-row,.projectCollectionPage .article .article-row{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:3.75rem;margin:40px 0 60px;-ms-flex-align:start;align-items:start}.projectPage .article .article-row>div,.projectPage .article .article-row>aside,.projectCollectionPage .article .article-row>div,.projectCollectionPage .article .article-row>aside{-ms-flex:1;flex:1}.projectPage .article .article-row .article-text ul>li,.projectPage .article .article-row .factBox ul>li,.projectCollectionPage .article .article-row .article-text ul>li,.projectCollectionPage .article .article-row .factBox ul>li{margin-bottom:.25em}.projectPage .article .article-row .article-text p,.projectPage .article .article-row .article-text li,.projectPage .article .article-row .article-text a,.projectPage .article .article-row .article-text span,.projectCollectionPage .article .article-row .article-text p,.projectCollectionPage .article .article-row .article-text li,.projectCollectionPage .article .article-row .article-text a,.projectCollectionPage .article .article-row .article-text span{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 47.99875em){.projectPage .article .article-row .article-text p,.projectPage .article .article-row .article-text li,.projectPage .article .article-row .article-text a,.projectPage .article .article-row .article-text span,.projectCollectionPage .article .article-row .article-text p,.projectCollectionPage .article .article-row .article-text li,.projectCollectionPage .article .article-row .article-text a,.projectCollectionPage .article .article-row .article-text span{font-size:1.25rem;line-height:1.4}}@media screen and (max-width: 47.99875em){.projectPage .article .article-row .article-text,.projectCollectionPage .article .article-row .article-text{margin-bottom:0}}@media screen and (max-width: 47.99875em){.projectPage .article .article-row,.projectCollectionPage .article .article-row{gap:2.25rem;grid-template-columns:repeat(1, minmax(0, 1fr))}}.projectPage .article .factBox,.projectCollectionPage .article .factBox{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%;box-sizing:border-box;padding:2.5em}.projectPage .article .factBox+*,.projectCollectionPage .article .factBox+*{clear:right}.projectPage .article-relatedArticles,.projectCollectionPage .article-relatedArticles{margin-bottom:2.5rem}@media screen and (max-width: 75em){.projectPage .article .factBox,.projectCollectionPage .article .factBox{padding:1.5rem}}.projectPage .cardListSection,.projectCollectionPage .cardListSection{margin-top:5em}.projectPage .figureBlock--image .figureBlock-media>img{width:100%}.projectPage .article-aside{margin:2.5rem 0}@media screen and (max-width: 70.99875em){.projectPage .article-text,.projectPage .article .factBox{display:block;width:auto;float:none;margin-left:auto;margin-right:auto}.projectPage .article .faqSection,.projectPage .article-footer,.projectPage .article-relatedArticles{margin:2.5rem 0}.projectPage .article-heading{min-width:0;font-weight:600;max-width:none}.projectPage .article-intro{margin-left:0;max-width:none}}.project-schedule{clear:both}.project-scheduleHeading{border:0}.project-schedule .detailsList{-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -0.75rem}.project-schedule .detailsList>li{margin:0 .75rem .75em}.project-schedule{min-width:66.1111111111%;max-width:59.5rem;margin:4.5em auto}.projectCollectionPage .article--projectCollection{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-width:800px;margin:0 auto;gap:3.75rem}@media screen and (max-width: 70.9375em){.projectCollectionPage .article--projectCollection{width:100%;max-width:none}}@media screen and (max-width: 47.99875em){.projectCollectionPage .article--projectCollection{gap:2.5rem}}.projectCollectionPage .article--projectCollection .article-header{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:2.5rem;padding-top:0;padding-bottom:0}@media screen and (max-width: 19.99875em){.projectCollectionPage .article--projectCollection .article-header{padding-top:0}}.projectCollectionPage .article--projectCollection .article-heading{min-width:0;max-width:none}.projectCollectionPage .article--projectCollection .article-intro{margin-left:0}.projectCollectionPage .article--projectCollection .article-text p,.projectCollectionPage .article--projectCollection .article-text li,.projectCollectionPage .article--projectCollection .article-text a,.projectCollectionPage .article--projectCollection .article-text span{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 47.99875em){.projectCollectionPage .article--projectCollection .article-text p,.projectCollectionPage .article--projectCollection .article-text li,.projectCollectionPage .article--projectCollection .article-text a,.projectCollectionPage .article--projectCollection .article-text span{font-size:1.25rem;line-height:1.4}}.projectCollectionPage .article--projectCollection .article-relatedArticles{margin-bottom:0}.projectCollectionPage .article-header{padding-bottom:0}.projectCollectionPage .cardListSection{margin-top:0}@media screen and (max-width: 62.5em){.projectCollectionPage .article-heading{min-width:0;max-width:none}.projectCollectionPage .article-intro,.projectCollectionPage .article-text{margin-left:0;max-width:none}}.article--search .articleList{max-width:800px;margin:0 auto;padding-top:2.5rem}.article--search .articleList-item:not(:last-child){margin-bottom:1rem}.article--search .articleList-item:has(.articleItem-subheading){margin-bottom:2.625em}.article--search .listFilter{max-width:800px;margin:1.25rem auto}.article--search .listFilter .form-item{-ms-flex:1 auto;flex:1 auto;width:100%}@media screen and (max-width: 29em){.article--search .listFilter .form-item{min-width:0;width:100%;box-sizing:border-box;-ms-flex:auto;flex:auto}}.article--search .listFilter .form-item-three-columns{width:100%;max-width:100%}@media screen and (max-width: 47.99875em){.article--search .listFilter .form-item-three-columns{display:-ms-flexbox;display:flex;min-width:100%;width:100%;box-sizing:border-box;-ms-flex:auto;flex:auto}}.article--search .listFilter .form-control,.article--search .listFilter .choices-list--single .choices-item,.choices-list--single .article--search .listFilter .choices-item,.article--search .listFilter .choices-list--dropdown .choices-input,.choices-list--dropdown .article--search .listFilter .choices-input,.article--search .listFilter .choices-list--dropdown .choices-item,.choices-list--dropdown .article--search .listFilter .choices-item{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 47.99875em){.article--search .listFilter .form-control,.article--search .listFilter .choices-list--single .choices-item,.choices-list--single .article--search .listFilter .choices-item,.article--search .listFilter .choices-list--dropdown .choices-input,.choices-list--dropdown .article--search .listFilter .choices-input,.article--search .listFilter .choices-list--dropdown .choices-item,.choices-list--dropdown .article--search .listFilter .choices-item{font-size:1.5rem;line-height:1.3333333333}}.article--search .listFilter .form-control,.article--search .listFilter .choices-list--single .choices-item,.choices-list--single .article--search .listFilter .choices-item,.article--search .listFilter .choices-list--dropdown .choices-input,.choices-list--dropdown .article--search .listFilter .choices-input,.article--search .listFilter .choices-list--dropdown .choices-item,.choices-list--dropdown .article--search .listFilter .choices-item{width:100%}.article--search .sortFilter{max-width:800px;margin:0 auto;display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;overflow:hidden}.article--search .sortFilter legend{font-weight:500;margin-right:1.5rem;float:left}.article--search .sortFilter .form-group{float:right;margin-top:0}@media screen and (max-width: 47.25em){.article--search .sortFilter{display:block}.article--search .sortFilter legend,.article--search .sortFilter .form-group{float:none}.article--search .sortFilter .form-group{margin-top:8px}}.article--search .article-header{max-width:800px;margin:0 auto}.article--search .searchResults-searchForm{margin:2.125rem 0}.article--search .searchResults-searchInput{text-transform:none;border-radius:.125rem}.article--search .reset-search{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;margin:.3125rem 0 2rem 0}.article--search .reset-search a{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:2.75rem;margin:-0.625rem 0}.article--section{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:0 auto;gap:40px}.article--section .article-relatedArticles{margin-top:0}.sectionPage .sectionLinks{margin-bottom:4rem}.sectionWithMapPage .article-header{max-width:59.5rem;margin:2.5rem auto 4.5rem;text-align:center;width:66.1111111111%;padding:0}.sectionWithMapPage .article-headerText{padding:0}.sectionWithMapPage .article>.iframeBlock{padding-top:31.6008316008%}@media screen and (max-width: 19.99875em){.sectionWithMapPage .article>.iframeBlock{padding-top:28.4375rem}}@media screen and (max-width: 50.75em){.sectionWithMapPage .article>.iframeBlock{padding-top:74.6268656716%}}.sectionWithMapPage .projectJump .form-group{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 47.99875em){.sectionWithMapPage .projectJump .form-group{font-size:1.5rem;line-height:1.3333333333}}.sectionWithMapPage .projectJump-legend{text-align:center}.sectionWithMapPage .projectJump-projects{-ms-flex:1 auto;flex:1 auto;max-width:29rem}.sectionWithMapPage .projectJump .form-item--right{display:-ms-flexbox;display:flex;justify-self:end}.sectionWithMapPage .cardListSection{margin-top:4.5rem}.sectionWithMapPage .cardListSection-heading{font-size:1rem;line-height:1.5}@media screen and (max-width: 47.99875em){.sectionWithMapPage .cardListSection-heading{font-size:1.125rem;line-height:1.4444444444}}@media screen and (max-width: 47.99875em){.sectionWithMapPage .projectJump .form-item{-ms-flex:1 auto;flex:1 auto;width:100%;max-width:none}.sectionWithMapPage .projectJump .form-item:first-child{margin-right:0}}@media screen and (max-width: 47.99875em){.sectionWithMapPage .projectJump .form-control--select,.sectionWithMapPage .projectJump .choices-list--single .choices-item,.choices-list--single .sectionWithMapPage .projectJump .choices-item,.sectionWithMapPage .projectJump .choices{width:100%}}@media screen and (max-width: 33.75em){.sectionWithMapPage .article{padding-top:2rem}}.startPage .page{position:relative}.startPage .page-alert{z-index:2}.header .startPage-header{position:relative}.header .startPage-header::after{content:"";background-image:linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0) 100%);width:100vw;height:135%;position:absolute;pointer-events:none;z-index:1;top:0;left:calc(-50vw + 50%)}.header .startPage-header--has-carousel:after{display:none}.menu-overlay .header .startPage-header--has-carousel~.full-width .carousel{opacity:0}.startPage .header{padding-top:0;position:relative;z-index:2;margin-bottom:3vh;padding-bottom:0}.startPage .header-logo,.startPage .header-search,.startPage .header-utilityMenu,.startPage .header .expandMenu-title{position:relative;z-index:2}.admin .startPage .header{margin-bottom:5.3333333333vw}.startPage .article-header{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:static;padding:0}.startPage .article-headerText{color:#fff;text-shadow:0 2px 3px rgba(0,0,0,.75);margin-top:auto;position:relative;z-index:1;padding:30vh 0 12vh;max-width:51.875rem}@media screen and (max-width: 50em){.startPage .article-headerText{padding:16vh 0 6vh}.admin .startPage .article-headerText{padding:9vh 0 3.375vh}}.admin .startPage .article-headerText{padding:16.875vw 0 6.75vw}.startPage .article-headerImage{position:absolute;bottom:0;width:100vw;z-index:0;max-width:none;padding:0;height:100%;left:calc(-50vw + 50%);overflow:hidden;background-size:cover}.startPage .article-headerImage img{display:none;max-width:none;top:50%;left:50%;transform:translate(-50%, -50%);position:absolute;bottom:0;z-index:0}@media screen and (orientation: portrait){.startPage .article-headerImage img{height:100%}}.admin .startPage .article-headerImage img{width:100%;object-fit:cover}.startPage .article-headerImage::before{content:"";width:100%;height:100%;position:absolute;background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 50%);z-index:1;pointer-events:none;left:0}.menu-overlay .startPage .article-headerImage::before{opacity:0}@media screen and (max-width: 19.99875em){.startPage .article-heading{font-size:2.5rem;line-height:1.2;font-weight:100;font-weight:500}}@media screen and (max-width: 19.99875em)and (max-width: 47.99875em){.startPage .article-heading{font-size:2.25rem;line-height:1.2222222222}}.startPage.menu-overlay .article-header{display:none}.startPage .widgetItem{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:end;justify-content:flex-end}.startPage .widgetItem-heading{text-transform:none;padding:1.75rem 2.125rem;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;font-weight:500}@media screen and (min-width: 80em){.startPage .widgetItem-heading{font-size:2rem;line-height:1.25;font-weight:100;font-weight:500}}@media screen and (min-width: 80em)and (max-width: 47.99875em){.startPage .widgetItem-heading{font-size:1.75rem;line-height:1.2857142857}}.startPage .widgetItem-text{-ms-flex-order:-1;order:-1;margin-top:0}.startPage .widgetItem-iframe{background:rgba(0,0,0,0)}.startPage .widgetItem:not(.widgetItem--footer) .widgetItem-links{margin:0}.startPage .widgetItem .widgetItem-links{padding:1em 2.5em 0}.startPage .widgetItem-link{display:inline-block;height:1.625rem;overflow:hidden}.startPage .widgetItem-link::before{content:"";display:block;width:2.5rem;min-width:2.5rem;height:1.625rem;background:url("/UI/icons/interface/material/arrow-right-500-24-energy.svg") no-repeat center;background-size:contain;margin-right:0;margin-left:auto;transition:transform 200ms ease}.startPage .widgetItem-link:hover::before{transform:scale(1.25)}.startPage .widgetItem-link:hover::before{transform:scale(1)}.startPage .widgetItem .iframeBlock--sized{padding:0 2.125rem}@media screen and (max-width: 25em){.startPage .widgetItem-heading{padding:1.125rem 1.125rem 1.5rem}.startPage .widgetItem .iframeBlock--sized{padding:0 1.125rem}}@supports(object-fit: cover){.startPage .article-headerImage{background:none !important}.startPage .article-headerImage>img{display:block;object-fit:cover;height:100%;width:100%;transform:none;top:auto;left:auto}}.startPage-widgets{position:relative;margin:5.625rem -1rem 1rem -1rem;padding:1.25rem 0 3.125rem 0;background-color:#f4f4f4}@media screen and (min-width: 64em){.startPage-widgets{padding:5rem 1rem 3.125rem 1rem}}.startPage-widgets__bg{position:absolute;top:0;left:calc(50% - 50vw);width:100vw;height:100%;background-color:#f4f4f4;pointer-events:none;z-index:-1}.startPage-widgets__heading{max-width:100%;text-align:center;font-size:1.75rem;margin-top:0;margin-bottom:1.25rem;font-weight:500}@media screen and (min-width: 90em){.startPage-widgets__heading{text-align:left;font-size:2rem}}@media screen and (max-width: 53.125em){.startPage-widgets__heading{margin-left:.75rem;margin-right:.75rem}}.startPage-widgets__inner{margin:0 auto}@media screen and (min-width: 90em){.startPage-widgets__inner{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}}.startPage-widgets__col{position:relative}@media screen and (min-width: 90em){.startPage-widgets__col--66{width:calc(66.6% - .5rem)}.startPage-widgets__col--33{width:calc(33.3% - .5rem)}}.startPage-widgets .widget{border-bottom:1px solid #c4c4c4;background-color:#fff}@media screen and (min-width: 90em){.startPage-widgets .widget{border:none}}.start__hero{background:#003c32;color:#fff;margin-left:calc(50% - 50vw);overflow:hidden;width:100vw}.start__hero-inner{-ms-flex-align:center;align-items:center;box-sizing:border-box;display:grid;gap:3rem;grid-template-columns:repeat(2, minmax(0, 1fr));margin:0 auto;max-width:100%;min-height:38.75rem;padding:6rem 1rem}@media print,screen and (min-width: 90em){.start__hero-inner{width:calc(90em + 2rem)}}@media screen and (max-width: 92em){.start__hero-inner{width:100%}}.start__hero-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative;z-index:1;gap:3.75rem}.start__hero-title{font-size:3.75rem;line-height:1.1333333333;font-weight:100}@media screen and (max-width: 47.99875em){.start__hero-title{font-size:2.25rem;line-height:1.2222222222}}.start__hero-title{font-weight:500;color:inherit;margin:0}.start__hero-links{padding-right:7.5rem}@media screen and (max-width: 70.99875em){.start__hero-links{padding-right:0}}.start__hero-links-list{display:grid;gap:1rem;list-style:none;margin:0;padding:0}.start__hero-links-listItem{margin:0}.start__hero-links-listItem a{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 47.99875em){.start__hero-links-listItem a{font-size:1.5rem;line-height:1.3333333333}}.start__hero-links-listItem a{font-weight:500;color:inherit;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:2.5rem;-ms-flex-pack:justify;justify-content:space-between;text-decoration:none;padding-bottom:.5rem;border-bottom-style:solid;border-bottom-width:4px;border-bottom-color:#05ce74;transition:border-bottom-color 200ms ease}.start__hero-links-listItem a::after{content:"";background:url("/UI/icons/interface/material/arrow-forward-500-48-white.svg") no-repeat center;background-size:contain;display:inline-block;height:1.875rem;min-height:1.875rem;width:1.875rem;min-width:1.875rem;transition:transform 200ms ease}.start__hero-links-listItem a:hover::after,.start__hero-links-listItem a:focus-visible::after{transform:translateX(0.25rem)}.start__hero-links-listItem a:hover,.start__hero-links-listItem a:focus{border-bottom-color:#fff}@media(prefers-reduced-motion: reduce){.start__hero-links-listItem a,.start__hero-links-listItem a::after{transition:none}.start__hero-links-listItem a:hover::after,.start__hero-links-listItem a:focus-visible::after{transform:none}}.start__hero-map{position:relative;justify-self:center;max-width:28.125rem;opacity:.95;width:100%}.start__hero-map-picture{display:block}.start__hero-map img.start__hero-map-image{display:block;height:auto;width:100%}.start__hero-map img.start__hero-map-bg{position:absolute;display:block;top:0;left:0;width:100%;height:100%}@media screen and (max-width: 47.99875em){.start__hero-inner{gap:2.5rem;grid-template-columns:1fr;min-height:auto;padding-bottom:4rem;padding-top:4.5rem}.start__hero-map{justify-self:center;max-width:min(100%,21.25rem)}}.start__power-balance{background:#e8fff3;color:#002721;margin-left:calc(50% - 50vw);width:100vw}.start__power-balance-inner{box-sizing:border-box;margin:0 auto;max-width:100%;padding:4.5rem 1rem}@media print,screen and (min-width: 90em){.start__power-balance-inner{width:calc(90em + 2rem)}}@media screen and (max-width: 92em){.start__power-balance-inner{width:100%}}.start__power-balance-editor-title{font-size:1.5rem;line-height:1.3333333333}@media screen and (max-width: 47.99875em){.start__power-balance-editor-title{font-size:1.5rem;line-height:1.3333333333}}.start__power-balance-editor-title{color:#002721;margin:0 0 2rem}.start__power-balance-app{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:5rem;-ms-flex-pack:center;justify-content:center}.start__power-balance-info,.start__power-balance-frequency{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-self:stretch}.start__power-balance-frequency{text-align:left;gap:.5rem}.start__power-balance-info{-ms-flex-align:start;align-items:flex-start;gap:1.25rem}.start__power-balance-eyebrow{font-size:2rem;line-height:1.25;font-weight:100}@media screen and (max-width: 47.99875em){.start__power-balance-eyebrow{font-size:1.75rem;line-height:1.2857142857}}.start__power-balance-eyebrow{font-weight:500;margin:0;white-space:nowrap}.start__power-balance-eyebrow-small{font-size:1rem;line-height:1.5}@media screen and (max-width: 47.99875em){.start__power-balance-eyebrow-small{font-size:1.125rem;line-height:1.4444444444}}.start__power-balance-eyebrow-small{font-weight:500;color:rgba(0,39,33,.7);margin:0;letter-spacing:8%;text-transform:uppercase}.start__power-balance-status{--start-power-balance-status-pulse-color: rgba(5, 206, 116, 0.45);-ms-flex-align:center;align-items:center;background:#bbffe3;border:1px solid rgba(0,39,33,.12);border-radius:62.4375rem;display:-ms-inline-flexbox;display:inline-flex;font-size:1.125rem;line-height:1.75rem;letter-spacing:4%;font-weight:500;gap:.5rem;margin:0;padding:.25rem .75rem;-ms-flex-item-align:center;align-self:center;transition:background-color 200ms ease,border-color 200ms ease,color 200ms ease}.start__power-balance-status::before{animation:start-power-balance-status-pulse 2s ease-out infinite;background:#05ce74;border-radius:50%;box-shadow:0 0 0 0 var(--start-power-balance-status-pulse-color);content:"";display:block;height:.625rem;transition:background-color 200ms ease;width:.625rem}.start__power-balance-status--pressed,.start__power-balance-status--strained,.start__power-balance-status--yellow{--start-power-balance-status-pulse-color: rgba(251, 176, 52, 0.45);background:rgba(251,176,52,.25)}.start__power-balance-status--pressed::before,.start__power-balance-status--strained::before,.start__power-balance-status--yellow::before{background:#fbb034}.start__power-balance-status--severe,.start__power-balance-status--rationed,.start__power-balance-status--red{--start-power-balance-status-pulse-color: rgba(223, 25, 32, 0.45);background:rgba(223,25,32,.25)}.start__power-balance-status--severe::before,.start__power-balance-status--rationed::before,.start__power-balance-status--red::before{background:#df1920}.start__power-balance-status--unknown{background:#fff}.start__power-balance-status--unknown::before{animation:none;background:#979797;box-shadow:none}@keyframes start-power-balance-status-pulse{0%{box-shadow:0 0 0 0 var(--start-power-balance-status-pulse-color)}55%,100%{box-shadow:0 0 0 .4375rem rgba(0,39,33,0)}}@media(prefers-reduced-motion: reduce){.start__power-balance-status::before{animation:none}}.start__power-balance-updated,.start__power-balance-error{font-size:1rem;line-height:1.35;margin:0}.start__power-balance-updated{color:rgba(0,39,33,.7)}.start__power-balance-link{font-size:1.25rem;line-height:1.4}@media screen and (max-width: 47.99875em){.start__power-balance-link{font-size:1.25rem;line-height:1.4}}.start__power-balance-link{color:#002721;display:inline-block;gap:.5rem;font-weight:500;-webkit-text-decoration-color:#000;text-decoration-color:#000;text-decoration-thickness:.125rem;text-underline-offset:.125rem;transition:-webkit-text-decoration-color 200ms ease;transition:text-decoration-color 200ms ease;transition:text-decoration-color 200ms ease, -webkit-text-decoration-color 200ms ease}.start__power-balance-link:after{content:"";background:url("/UI/icons/interface/material/arrow-forward-500-48-energy.svg") no-repeat center;background-size:contain;display:inline-block;height:1.875rem;min-height:1.875rem;width:1.875rem;min-width:1.875rem;transform:translate(20%, 30%)}.start__power-balance-link:hover,.start__power-balance-link:focus{-webkit-text-decoration-color:#05ce74;text-decoration-color:#05ce74}@media(prefers-reduced-motion: reduce){.start__power-balance-link{transition:none}}.start__power-balance-link--mobile{display:none}.start__power-balance-gauge{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:relative;width:min(100%,22.5rem);height:12.5rem}@media screen and (max-width: 47.99875em){.start__power-balance-gauge{margin:-1rem 0}}.start__power-balance-gauge-svg{display:block;height:auto;overflow:visible;width:100%}.start__power-balance-gauge-arc{fill:#05ce74}.start__power-balance-gauge-gradient{background:conic-gradient(from 90deg, rgb(255, 79, 128) 0deg, rgb(255, 79, 129) 54.2241deg, rgb(255, 199, 95) 79.2deg, rgb(15, 232, 138) 180deg, rgb(255, 199, 96) 280.8deg, rgb(255, 80, 128) 304.619deg, rgb(255, 79, 128) 360deg);height:100%;width:100%}.start__power-balance-gauge-label-path{fill:#002721}.start__power-balance-gauge-ticks line{stroke:#002721;stroke-linecap:round;stroke-width:.1875rem}.start__power-balance-needle{transition:transform 200ms ease}.start__power-balance-needle path{fill:#002721}.start__power-balance-frequency-value{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:baseline;align-items:baseline;color:#003c32;gap:.5rem;font-size:5rem;line-height:1;font-weight:500;margin:0}@media screen and (max-width: 47.99875em){.start__power-balance-frequency-value{-ms-flex-pack:center;justify-content:center}}.start__power-balance-frequency-value{min-width:calc(6ch + 14px)}@media screen and (max-width: 71em){.start__power-balance-frequency-value{min-width:calc(6ch + 10px)}}.start__power-balance-frequency-unit{font-size:2.5rem;line-height:1;color:#002721}.start__power-balance-info-header{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.5rem}.start__power-balance-info-header-inner{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:.75rem}@media screen and (max-width: 70.99875em){.start__power-balance-inner{padding-bottom:3.5rem;padding-top:3.5rem}.start__power-balance-app{gap:2.25rem}.start__power-balance-frequency-value{font-size:3.25rem}}@media screen and (max-width: 47.99875em){.start__power-balance-app{-ms-flex-direction:column;flex-direction:column;gap:2.5rem;text-align:center}.start__power-balance-info{-ms-flex-align:center;align-items:center;gap:1.5rem}.start__power-balance-info-header{gap:1rem}.start__power-balance-info-header,.start__power-balance-info-header-inner{-ms-flex-align:center;align-items:center}.start__power-balance-info-header-inner{-ms-flex-direction:column;flex-direction:column;gap:.5rem}.start__power-balance-gauge{height:100%}.start__power-balance-info>.start__power-balance-link{display:none}.start__power-balance-link--mobile{display:inline-block}.start__power-balance-frequency{-ms-flex-align:center;align-items:center}}@media(prefers-reduced-motion: reduce){.start__power-balance-needle{transition:none}}.start__content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:6.25rem;padding:6.25rem 0 0}@media print,screen and (min-width: 90em){.start__content{width:90em;max-width:100%}}@media screen and (max-width: 70.99875em){.start__content{width:100%;padding:3.75rem 0 0}}.start__content-inner{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:6.25rem}.article--modifySubscription .article-text{min-width:66.1111111111%;max-width:59.5rem;margin:4.5em auto;margin-top:0}.article--topic .article-headerImage{max-width:none}.article--topic .article-headerText{padding:5rem 0 1.875rem}.article--topic .article-text{-webkit-columns:44.25rem auto;columns:44.25rem auto;-webkit-column-gap:1.5rem;column-gap:1.5rem;width:100%;max-width:none;margin-bottom:3.4375rem}.article--topic .article-relatedArticles{margin-top:3em}.article--topic .personList{margin-top:3.75em}
