/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital@0;1&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* stylelint-disable */
:root {
  --g-bp-first: 320px;
  --g-bp-tinier: 350px;
  --g-bp-tiny: 500px;
  --g-bp-small: 624px;
  --g-bp-medium: 784px;
  --g-bp-large: 960px;
  --g-bp-larger: 1110px;
  --g-bp-wide: 1200px;
  --g-bp-wider: 1600px;
  --g-bp-mega: 1800px; }

:root {
  --g-layout-spacer-height-default: 0;
  --g-layout-spacer-height-first: 0;
  --g-layout-spacer-height-tinier: 0;
  --g-layout-spacer-height-tiny: 0;
  --g-layout-spacer-height-small: 0;
  --g-layout-spacer-height-medium: 0;
  --g-layout-spacer-height-large: 0;
  --g-layout-spacer-height-larger: 0;
  --g-layout-spacer-height-wide: 0;
  --g-layout-spacer-height-wider: 0;
  --g-layout-spacer-height-mega: 0; }

.h1--first,
.h2--first {
  margin: 5rem 0 0; }
  @media screen and (min-width: 960px) {
    .h1--first,
    .h2--first {
      margin: 9rem 0 5rem !important; } }

.h1--long {
  font-size: 4.05457rem;
  line-height: 5rem;
  line-height: 1.3; }
  @media screen and (min-width: 500px) {
    .h1--long {
      font-size: 4.56139rem;
      line-height: 6rem;
      line-height: 1.3; } }
  @media screen and (min-width: 624px) {
    .h1--long {
      font-size: 5.77302rem;
      line-height: 6rem;
      line-height: 1.3; } }

@media screen and (min-width: 960px) {
  .h1--long-hero {
    font-size: 7.30647rem;
    line-height: 8rem; } }

.h1--small {
  font-size: 5.13157rem;
  line-height: 5.5rem;
  margin-bottom: 1rem;
  color: var(--g-color-type); }
  @media screen and (min-width: 784px) {
    .h1--small {
      font-size: 8.21978rem;
      line-height: 9rem;
      margin-bottom: 1.5rem; } }

@media screen and (min-width: 784px) {
  .h2--reduced {
    font-size: 4.56139rem;
    line-height: 6rem;
    line-height: 5rem; } }

@media screen and (min-width: 1200px) {
  .h2--reduced {
    font-size: 5.13157rem;
    line-height: 5.5rem;
    line-height: 5.5rem; } }

.h2--heavy {
  font-size: 3.60406rem;
  line-height: 4.5rem;
  margin-top: -0.9rem;
  line-height: 3.5rem;
  font-weight: 900;
  /* stylelint-disable */
  /* stylelint-enable */ }
  @media screen and (min-width: 784px) {
    .h2--heavy {
      font-size: 7.30647rem;
      line-height: 8rem;
      line-height: 6.5rem; } }
  [class*='l-grid-'] > .h2--heavy--first:first-child {
    margin-top: 3rem; }
    @media screen and (min-width: 784px) {
      [class*='l-grid-'] > .h2--heavy--first:first-child {
        margin-top: 5rem; } }

.h2--small {
  padding-bottom: 1.625rem; }
  @media screen and (min-width: 784px) {
    .h2--small {
      padding-bottom: 2rem; } }

.h-sub-title {
  font-size: 2rem;
  line-height: 3rem;
  display: block;
  margin: -1rem 0 1rem; }

.h2--no-margin-bottom {
  margin-bottom: 0; }

.p--small {
  font-size: 2rem;
  line-height: 3rem;
  line-height: 3rem;
  font-weight: 300; }

.p--tiny {
  font-size: 1.58025rem;
  line-height: 2rem;
  line-height: 2.5rem;
  font-weight: 400; }

.p--author {
  font-size: 1.40466rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: var(--g-color-type-heading-minor);
  text-transform: uppercase; }
  .p--author--by {
    text-transform: none; }
  .p--author--large {
    color: var(--g-color-type-heading-general); }
  @media screen and (min-width: 784px) {
    .p--author {
      line-height: 3rem; }
      .p--author--large {
        font-size: 2rem;
        line-height: 3rem;
        line-height: 2.5rem; } }

.p--time {
  font-size: 1.40466rem;
  line-height: 1.5rem;
  margin-top: 0;
  margin-bottom: 0.625rem;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  line-height: 3rem;
  font-weight: 400;
  color: var(--g-color-link-grey);
  text-transform: uppercase; }
  @media screen and (min-width: 784px) {
    .p--time {
      font-size: 1.58025rem;
      line-height: 2rem;
      margin-bottom: 0.375rem;
      line-height: 3rem; }
      .p--time--large {
        font-size: 2rem;
        line-height: 3rem;
        margin-bottom: 1rem;
        line-height: 3rem; } }

.h-icon {
  vertical-align: -.15em;
  width: 1em;
  height: 1em;
  overflow: hidden;
  fill: currentColor; }
  .h-icon--tiny {
    vertical-align: -.03em;
    width: .5em;
    height: .5em; }
  .h-icon--mini {
    vertical-align: -.03em;
    width: .75em;
    height: .75em; }
  .h-icon--small {
    width: .9em;
    height: .9em; }
  .h-icon--large {
    width: 1.2em;
    height: 1.2em; }
  .h-icon--spaced {
    width: .75em;
    height: .75em;
    margin-right: 1rem; }

.h-icon-foster-wrapper {
  display: inline-block; }

.h-block {
  display: block !important; }

.h-hide {
  display: none !important; }

.h-flex {
  display: flex;
  align-items: flex-end;
  flex-wrap: nowrap;
  justify-content: space-between; }

.h-align-center {
  text-align: center; }

.h-no-border {
  border: 0; }

@media screen and (min-width: 320px) {
  .h-hide--above-first {
    display: none !important; } }

@media screen and (min-width: 350px) {
  .h-hide--above-tinier {
    display: none !important; } }

@media screen and (min-width: 500px) {
  .h-hide--above-tiny {
    display: none !important; } }

@media screen and (min-width: 624px) {
  .h-hide--above-small {
    display: none !important; } }

@media screen and (min-width: 784px) {
  .h-hide--above-medium {
    display: none !important; } }

@media screen and (min-width: 960px) {
  .h-hide--above-large {
    display: none !important; } }

@media screen and (min-width: 1110px) {
  .h-hide--above-larger {
    display: none !important; } }

@media screen and (min-width: 1200px) {
  .h-hide--above-wide {
    display: none !important; } }

@media screen and (min-width: 1600px) {
  .h-hide--above-wider {
    display: none !important; } }

@media screen and (min-width: 1800px) {
  .h-hide--above-mega {
    display: none !important; } }

@media screen and (max-width: 623px) {
  .h-hide--below-small {
    display: none !important; } }

@media screen and (max-width: 783px) {
  .h-hide--below-medium {
    display: none !important; } }

@media screen and (max-width: 959px) {
  .h-hide--below-large {
    display: none !important; } }

@media screen and (min-width: 784px) {
  .h-global-margin-offset-top {
    margin-top: -2rem !important; } }

.h-margin-bottom {
  margin-bottom: 2rem; }
  .h-margin-bottom--compact {
    margin-bottom: 2rem; }
    @media screen and (min-width: 784px) {
      .h-margin-bottom--compact {
        margin-bottom: 2rem; } }
  .h-margin-bottom--remove {
    margin-bottom: 0 !important; }

.h-margin-top {
  margin-top: 4rem; }
  .h-margin-top--compact {
    margin-top: 2rem; }
    @media screen and (min-width: 784px) {
      .h-margin-top--compact--medium {
        margin-top: 4rem; } }

.h-no-margin {
  margin: 0 !important; }

.h-overlay--is-active {
  overflow: hidden;
  overflow-y: auto;
  padding-right: 0 !important; }
  .h-overlay--is-active .b-message-js,
  .h-overlay--is-active #site-main,
  .h-overlay--is-active #site-footer {
    display: none; }
  @media screen and (min-width: 784px) {
    .h-overlay--is-active {
      overflow: auto; }
      .h-overlay--is-active .b-message-js,
      .h-overlay--is-active #site-main,
      .h-overlay--is-active #site-footer {
        display: block; } }

.h-visuallyhidden,
.js-enabled .h-js-visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0 0 0 0); }

.h-visuallyshown {
  position: inherit;
  width: inherit;
  height: inherit;
  overflow: inherit;
  padding: inherit;
  border: inherit;
  margin: inherit;
  clip: auto; }

.h-visuallyhidden.h-focusable:active,
.h-visuallyhidden.h-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  margin: 0;
  clip: auto; }

.h-invisible {
  visibility: hidden; }

.h-print {
  display: none; }

.js-enabled :focus {
  outline: 0; }

.js-disabled .h-no-js-hide {
  display: none !important; }

.js-enabled .h-js-hide {
  display: none; }

@media screen and (min-width: 960px) {
  .h-order-2--large {
    order: 2; } }

.h-print-inline {
  display: inline !important; }

.h-print-inline-block {
  display: inline-block !important; }

.h-print,
.h-print-block {
  display: block !important; }

.h-print-flex {
  display: flex !important; }

.h-print-table {
  display: table !important; }

.h-screen {
  display: none !important; }

.l-outer-container,
.b-header-bar__outer,
.b-header-bar--with-buttons .b-header-bar__outer {
  padding: 0 2rem; }
  @media screen and (min-width: 624px) {
    .l-outer-container,
    .b-header-bar__outer,
    .b-header-bar--with-buttons .b-header-bar__outer {
      padding: 0 2rem; } }
  @media screen and (min-width: 784px) {
    .l-outer-container,
    .b-header-bar__outer,
    .b-header-bar--with-buttons .b-header-bar__outer {
      padding: 0 5rem; } }
  @media screen and (min-width: 960px) {
    .l-outer-container,
    .b-header-bar__outer,
    .b-header-bar--with-buttons .b-header-bar__outer {
      padding: 0 7rem; } }
  @media screen and (min-width: 1200px) {
    .l-outer-container,
    .b-header-bar__outer,
    .b-header-bar--with-buttons .b-header-bar__outer {
      max-width: 164rem;
      padding: 0 7rem;
      margin: 0 auto; } }

.l-outer-container-wider {
  padding: 0 2rem; }
  @media screen and (min-width: 624px) {
    .l-outer-container-wider {
      padding: 0 2rem; } }
  @media screen and (min-width: 784px) {
    .l-outer-container-wider {
      padding: 0 5rem; } }
  @media screen and (min-width: 960px) {
    .l-outer-container-wider {
      padding: 0 7rem; } }
  @media screen and (min-width: 1200px) {
    .l-outer-container-wider {
      max-width: 200rem;
      padding: 0 7rem;
      margin: 0 auto; } }
  @media screen and (min-width: 1600px) {
    .l-outer-container-wider {
      max-width: 200rem;
      padding: 0 7rem;
      margin: 0 auto; } }

.l-outer-container-bleed {
  max-width: 200rem;
  padding: 0 0rem;
  margin: 0 auto; }

html {
  font-size: 6pt; }

body {
  font-size: 12pt;
  transform: translateY(0) !important; }
  body::before {
    display: none !important; }

h1 {
  line-height: 4.5rem; }

.l-row {
  display: block !important; }

input {
  page-break-inside: avoid; }

.h-global-margin-offset-top {
  margin-top: 0 !important; }
  @media screen and (min-width: 784px) {
    .h-global-margin-offset-top {
      margin-top: 0 !important; } }

.b-back-to-top,
.b-breadcrumb,
.b-button--cta,
.b-button--cta-with-icon,
.b-header-bar__link,
.b-herobanner__cta-wrapper,
.b-jumplinks,
.b-jumplinks--target,
.b-linkgroup,
.b-login-realme,
.b-message-js,
.b-nav-global,
.b-nav-primary-js,
.b-nav-secondary,
.b-navigation-bar-js,
.h-no-print,
.b-pagination__loadbutton,
.h-print-hide,
.b-rule--header-bar,
.b-rule--nav-divider,
.b-rule--navigation-bar,
.b-share-tools,
.b-skip-links,
.site-header .b-hide-show-js-expandmore {
  display: none !important; }

a:not([href^='/']):not([href^='../'])::after {
  display: inline-block;
  content: "(" attr(href) ")";
  margin-left: 0.5rem;
  font-size: 90%; }

a[href^='/']::after {
  display: inline-block;
  content: " (" "https://www.ag-emissions.nz" "" attr(href) ")";
  margin-left: 0.5rem;
  font-size: 90%; }

a[href^='#'] {
  text-decoration: none; }
  a[href^='#'] .h-icon {
    display: inline-block; }

a:not([href^='#']):not(.b-button):not(.b-in-page-cta__inner):not(.b-link-tile) {
  padding-right: 0;
  border-bottom: 0 !important;
  text-decoration: underline !important; }
  a  * {
    text-decoration: underline !important; }
  a  .h-icon {
    position: relative !important; }
  a .h-print-url-hide::after {
    display: none; }
  a :hover {
    border-bottom: 0 !important;
    text-decoration: underline; }

a.b-in-page-cta__inner * {
  border-bottom: 0; }

a.b-in-page-cta__inner .b-in-page-cta__content {
  text-decoration: none !important; }

a.b-link-tile {
  border-bottom: 0;
  border-left: 0;
  text-decoration: none !important; }
  a.b-link-tile *:not(.b-tag) {
    text-decoration: none !important; }
  a.b-link-tile .b-link-tile__title {
    text-decoration: underline !important; }
  a.b-link-tile.b-link-tile--metric .b-link-tile__title {
    border-bottom-color: currentColor;
    text-decoration: none !important; }
  a.b-link-tile:hover {
    border-bottom: 0 !important;
    text-decoration: underline; }

a .b-tag {
  text-decoration: none !important; }

a,
.b-actionlink,
.b-blockquote__icon,
.b-box-out,
.b-footer,
.b-button,
.b-herobanner,
.b-herobanner__summary,
.b-in-page-cta__inner,
.b-in-page-cta__inner *,
.b-keydate-indicator,
.b-link-tile,
.b-link-tile__title,
.b-link-tile__title-prefix,
.b-mega-footer__global-nav__copyright,
.b-page-date,
.b-person__subtitle,
.b-rule--nav,
.b-tag,
.h-icon,
body,
form button,
form input[type=button],
form input[type=reset],
form input[type=submit], h1,
h2,
h3,
.h2--small,
h4,
h5,
h6,
html,
input[type='radio'] + label::before,
input[type='radio']:checked + label::after,
input[type='checkbox']:checked + label::before,
table td,
table th,
table tbody th {
  color: #000 !important; }

.b-box-out,
.b-button,
.b-footer,
.b-header-bar,
.b-herobanner,
.b-in-page-cta__inner,
.b-keydate-indicator,
.b-link-tile,
.b-mega-footer,
.b-page-date,
.b-rule--nav,
.b-tag,
form button,
form input[type=button],
form input[type=reset],
form input[type=submit],
input[type='radio'] + label::before,
input[type='radio']:checked + label::after,
table td,
table th {
  background: #fff !important; }

.b-share-tools__divide,
input[type='checkbox']:checked + label::before,
.userform-progress .step-buttons .step-button-wrapper.viewed .step-button-jump {
  background: #000 !important; }

.userform-progress .step-buttons .step-button-wrapper.viewed .step-button-jump {
  color: #fff; }

.b-box-out,
.b-button,
.b-in-page-cta__inner,
.b-keydate-indicator,
.b-page-date,
.b-rule--nav,
.b-tag,
form button,
form input[type=button],
form input[type=reset],
form input[type=submit],
input[type='radio'] + label::before,
input[type='radio']:checked + label::after,
input[type='checkbox']:checked + label::before,
table td,
table th {
  border-color: #000 !important; }

* {
  background-image: none !important; }

.b-blocklink {
  padding: 0; }

.b-blockquote {
  text-align: left; }

.b-box-out {
  border: 1px solid; }

.b-button--with-icon .b-button__icon, .b-button--with-icon.b-button--x-small .b-button__icon, .b-button--with-icon.b-button--small .b-button__icon, .b-button--with-icon.b-button--large .b-button__icon {
  right: auto;
  height: 1em; }

.b-button .h-icon {
  position: relative !important; }

.b-header-bar__branding__link {
  align-items: flex-start; }
  .b-header-bar__branding__link,
  .b-header-bar__branding__link * {
    text-decoration: none !important; }
  .b-header-bar__branding__link::after {
    display: none; }

.b-header-bar--with-buttons .b-header-bar__branding {
  height: auto; }

.b-herobanner {
  max-width: none; }
  .b-herobanner__footer {
    flex: unset;
    width: auto;
    max-width: 100% !important;
    margin: 0 !important; }
    .b-herobanner__footer .b-button {
      display: block;
      width: auto; }
  .b-herobanner__header {
    flex: unset;
    width: auto;
    max-width: 100% !important;
    margin: 0; }
  .b-herobanner__inner {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
    .b-herobanner__inner::before {
      display: none !important; }
  .b-herobanner__summary {
    flex: unset;
    width: auto;
    max-width: 100% !important; }
  .b-herobanner__title {
    flex: unset;
    width: auto;
    max-width: 100% !important;
    margin: .67em 0 !important;
    font-size: 5.13157rem !important;
    line-height: 5.5rem !important; }
  .b-herobanner--header {
    margin-bottom: 7rem; }

.js-enabled .b-hide-show-js-expandmore__button {
  padding: 0;
  margin: 0; }

.b-hide-show-js-expandmore__to_expand, .b-hide-show-js-expandmore__to_expand[data-hidden=true] {
  max-height: none;
  overflow: visible;
  padding: 0;
  visibility: visible;
  opacity: 1; }

.b-image-background__img-wrap {
  display: none; }

.b-image-background__inner {
  min-height: 0 !important; }

.b-image-fullwidth {
  max-width: 50% !important; }
  .b-image-fullwidth a.modaal-ajax-image-enlargement::after {
    display: none; }

.b-intro__intro {
  margin-top: 2rem; }

.b-link-tile {
  padding: 0 !important;
  border: 0 !important;
  margin-bottom: 3rem !important;
  text-align: left !important; }
  .b-link-tile__col1 > *, .b-link-tile__col2 > * {
    margin-bottom: 0 !important; }
  .b-link-tile__document-size {
    margin-top: 0.5rem !important; }
  .b-link-tile__hero-inner {
    padding: 0 !important; }
  .b-link-tile__summary {
    margin-top: 0.5rem !important; }
  .b-link-tile__thumbnail-img {
    width: 23.375rem; }
  .b-link-tile__title {
    padding-left: 0 !important;
    margin-bottom: 0.5rem !important;
    margin-left: 0 !important; }
  .b-link-tile--metric {
    display: block; }
    .b-link-tile--metric.b-link-tile--title-icon-right .b-link-tile__title-icon {
      position: relative;
      top: auto !important;
      right: auto !important;
      bottom: auto !important;
      left: auto !important;
      vertical-align: middle;
      margin: 0; }
    .b-link-tile--metric .b-link-tile__col1,
    .b-link-tile--metric .b-link-tile__col2 {
      width: 100%;
      max-width: 100%;
      overflow: visible; }
  .b-link-tile--search.b-link-tile--title-icon-right .b-link-tile__title-icon {
    position: relative;
    top: auto !important;
    font-size: 2rem !important;
    line-height: 0 !important; }
  .b-link-tile--title-icon-left .b-link-tile__title-icon {
    left: auto; }
  .b-link-tile--title-icon-right .b-link-tile__title-icon {
    top: auto !important; }

.b-logo--header {
  display: block;
  flex: unset;
  max-width: none; }
  .b-logo--header .b-logo__logo.h-print {
    display: inline-block !important;
    flex: unset;
    width: 26rem;
    max-width: none;
    min-width: auto; }

.b-map-js {
  max-width: 50% !important; }

.b-mega-footer__logo-list__link {
  display: none; }

.b-mega-footer__nav-group .b-mega-footer__nav-wrapper {
  display: none; }

.b-mega-footer__nav-group .b-mega-footer__global-nav .b-mega-footer__global-nav__list .b-mega-footer__global-nav__item {
  display: none; }

.b-mega-footer__nav-group .b-mega-footer__global-nav .b-mega-footer__global-nav__list .b-mega-footer__global-nav__copyright {
  display: block !important;
  padding-top: 2rem !important; }

.b-page-date {
  text-align: left; }

.b-pagination {
  text-align: left; }

.b-person--supporter-hero .b-person__links__link.b-link--hanging-icon {
  padding-left: 0 !important; }

.b-table-js .l-overflow-liner {
  overflow: visible; }

.b-video-js {
  max-width: 50% !important; }
  .b-video-js__icon {
    width: 12rem;
    height: 12rem; }
  .b-video-js__trigger::before {
    background: transparent !important; }

.l-ajax-js__inner--in {
  display: none; }

.l-component-wrapper[style] {
  --g-color-bg-component-wrapper: #fff !important;
  --g-color-type: #000 !important; }

.l-list-grid-header--inline-link {
  display: block; }
  .l-list-grid-header--inline-link .l-list-grid-header__link, .l-list-grid-header--inline-link .l-list-grid-header__title {
    display: block;
    flex: unset;
    width: auto;
    max-width: none;
    text-align: left; }

.l-lockup-hero {
  padding-top: 0; }

.l-result-set__item {
  border: 0;
  margin-bottom: 2rem; }

.modaal-noscroll,
.modaal-inline-noscroll {
  overflow: visible; }

.modaal-noscroll:not(.modaal-inline-noscroll) article,
.modaal-noscroll:not(.modaal-inline-noscroll) .site-main,
.modaal-noscroll:not(.modaal-inline-noscroll) .site-footer {
  display: none !important; }

.modaal-overlay {
  opacity: 0 !important; }

.modaal-wrapper {
  position: static; }
  .modaal-wrapper .modaal-outer-wrapper {
    display: block; }
  .modaal-wrapper .modaal-inner-wrapper {
    display: block; }
  .modaal-wrapper .modaal-container {
    display: block;
    max-width: none; }

.modaal-search {
  display: none; }
  .modaal-search + .modaal-overlay {
    opacity: 0 !important; }

.site-footer {
  padding: 3rem 0;
  margin: 0; }
  .site-footer .l-outer-container * {
    padding: 0 !important;
    margin: 0 !important; }
  .site-footer .h-print,
  .site-footer .h-print-block {
    display: none !important; }

p > img.left,
p > img.right {
  max-width: 50% !important; }

blockquote {
  text-align: left; }
