/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/svg-transform-loader/encode-query.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[9].use[4]!./src/scss/index.scss ***!
  \****************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! 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 */
  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;
}

/**
 * clamp-calc from https://dev.to/christianmay21/easy-css-clamp-scss-mixin-1225.
 * To use: font-size: clamp-calc(480px, 640px, 12px, 16px);
 *
 */
@font-face {
  font-display: swap;
  font-family: "HCo Gotham Narrow SSm";
  font-weight: 200;
  src: url(fonts/GothamNarrSSm-XLight_Web.879a010d.woff2) format("woff2"), url(fonts/GothamNarrSSm-XLight_Web.4bddb1b3.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "HCo Gotham Narrow SSm";
  font-style: italic;
  font-weight: 200;
  src: url(fonts/GothamNarrSSm-XLightItalic_Web.297e281d.woff2) format("woff2"), url(fonts/GothamNarrSSm-XLightItalic_Web.4ef05358.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "HCo Gotham Narrow SSm";
  font-weight: 300;
  src: url(fonts/GothamNarrSSm-Light_Web.413ca5f0.woff2) format("woff2"), url(fonts/GothamNarrSSm-Light_Web.04f1a296.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "HCo Gotham Narrow SSm";
  font-style: italic;
  font-weight: 300;
  src: url(fonts/GothamNarrSSm-LightItalic_Web.d99a8510.woff2) format("woff2"), url(fonts/GothamNarrSSm-LightItalic_Web.bc2ffef0.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "HCo Gotham Narrow SSm";
  font-weight: 400;
  src: url(fonts/GothamNarrSSm-Book_Web.d7f0737e.woff2) format("woff2"), url(fonts/GothamNarrSSm-Book_Web.eb895220.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "HCo Gotham Narrow SSm";
  font-style: italic;
  font-weight: 400;
  src: url(fonts/GothamNarrSSm-BookItalic_Web.dd77ab58.woff2) format("woff2"), url(fonts/GothamNarrSSm-BookItalic_Web.428d66fd.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "HCo Gotham Narrow SSm";
  font-weight: 500;
  src: url(fonts/GothamNarrSSm-Medium_Web.055cc74e.woff2) format("woff2"), url(fonts/GothamNarrSSm-Medium_Web.7b3bcbb5.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "HCo Gotham Narrow SSm";
  font-style: italic;
  font-weight: 500;
  src: url(fonts/GothamNarrSSm-MediumItalic_Web.a892a7a0.woff2) format("woff2"), url(fonts/GothamNarrSSm-MediumItalic_Web.81ef56cd.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "HCo Gotham Narrow SSm";
  font-weight: 700;
  src: url(fonts/GothamNarrSSm-Bold_Web.28ab8c36.woff2) format("woff2"), url(fonts/GothamNarrSSm-Bold_Web.7f4d8c37.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "HCo Gotham Narrow SSm";
  font-weight: 800;
  src: url(fonts/GothamNarrSSm-Black_Web.7d98e4f4.woff2) format("woff2"), url(fonts/GothamNarrSSm-Black_Web.18b26793.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "HCo Gotham SSm";
  font-weight: 500;
  src: url(fonts/GothamSSm-Medium_Web.fe79b200.woff2) format("woff2"), url(fonts/GothamSSm-Medium_Web.c8e5c249.woff) format("woff");
}
:root {
  --section-padding-top: 50px;
  --section-padding-bottom: 50px;
  --top-bar-height: 40px;
  --header-height: 70px;
  --site-gutter: 20px;
  --total-header-height: calc(var(--header-height) + var(--top-bar-height));
}
@media (min-width: 992px) {
  :root {
    --section-padding-top: 80px;
    --section-padding-bottom: 80px;
  }
}
@media (min-width: 1070px) {
  :root {
    --header-height: 108px;
  }
}

:root {
  --white: #fff;
  --white-rgb: 255,255,255;
  --black: #000;
  --black-rgb: 0,0,0;
  --rich-black: #000D24;
  --rich-black-rgb: 0,13,36;
  --maroon: #800000;
  --navy: #163259;
  --lt-blue: #EBF7F9;
  --evergeen: #006151;
  --purple: #451F59;
  --lt-grey: #d1d3d4;
  --tundora: #4A4A4A;
  --boulder: #767676;
  --gold: #FFA521;
  --terracotta: #DE7C01;
  --lt-yellow: #FFF6E8;
  --cinnabar: #DB3C1C;
  --cyan: #3DB1C8;
  --blue: #00718E;
  --orient: #026B8A;
  --teal: #00C7A6;
  --lavender: #C37EE6;
  --border: #CACACA;
}

*,
::after,
::before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

html {
  scroll-behavior: smooth;
}

body {
  /* stylelint-disable-line */
  font-family: "HCo Gotham Narrow SSm", sans-serif;
  font-style: normal;
  font-weight: 400; /* stylelint-disable-line */
}

pre {
  overflow: auto;
}

.show-for-medium {
  display: none;
}
@media (min-width: 768px) {
  .show-for-medium {
    display: block;
  }
}

.hide-for-medium {
  display: block;
}
@media (min-width: 768px) {
  .hide-for-medium {
    display: none;
  }
}

.show-for-large {
  display: none;
}
@media (min-width: 992px) {
  .show-for-large {
    display: block;
  }
}

.hide-for-large {
  display: block;
}
@media (min-width: 992px) {
  .hide-for-large {
    display: none;
  }
}

.screen-reader-text {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.skip-link {
  background: var(--maroon);
  color: var(--white);
  height: 30px;
  left: 50%;
  padding: 8px;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translate(-50%, -100%);
  transition: transform 0.3s;
  width: 200px;
  z-index: 1000;
}

.skip-link:focus {
  transform: translate(-50%, 0%);
}

img {
  height: auto;
  max-width: 100%;
}

html {
  background-color: var(--rich-black);
  min-height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

.site-main {
  background-color: var(--white);
  flex: 1;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.container.has-sidebar {
  align-items: flex-start;
  column-gap: 30px;
  display: grid;
  grid-template-areas: "content" "sidebar";
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .container.has-sidebar {
    grid-template-areas: "content sidebar";
    grid-template-columns: 1fr 305px;
  }
}

/* component scss from components directory */
.button-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.button-bar .button {
  width: 100%;
}
@media (min-width: 768px) {
  .button-bar .button {
    width: auto;
  }
}

.button {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  align-items: center;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  letter-spacing: -0.3px;
  line-height: 1.1;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  transition: all 250ms ease;
  padding: 1.1em 2.4em 1em;
  font-size: 13px;
  background-color: var(--cinnabar);
  border-color: transparent;
  color: var(--button-text-color, var(--white));
}
.button .icon {
  display: inline;
  position: relative;
  transition: all 150ms ease-in;
  vertical-align: middle;
}
.button .icon use {
  transition: all 250ms ease;
}
.button:hover .icon {
  margin-left: 5px;
}

.button:focus-visible {
  outline: var(--maroon) dotted 2px;
  outline-offset: 2px;
}

.button:focus {
  outline: var(--maroon) dotted 2px;
  outline-offset: 2px;
}

.button:focus:not(:focus-visible) {
  outline: none;
}

.button:hover {
  background-color: var(--gold);
  border-color: transparent;
  color: var(--button-text-color, var(--white));
}

.button.disabled,
.button[disabled] {
  cursor: none;
}

.button.clear {
  background-color: transparent;
  border-color: transparent;
  color: var(--button-text-color, var(--goldenrod));
  padding: 1.1em 2.4em 1em;
  font-size: 15px;
  justify-content: flex-start;
  padding: 0;
}

.button.clear:hover,
.button.clear:focus {
  background-color: transparent;
  border-color: transparent;
  color: var(--button-text-color, var(--cinnabar));
}

.button.hollow {
  background-color: transparent;
  border-color: var(--cinnabar);
  color: var(--button-text-color, var(--cinnabar));
}

.button.hollow:hover,
.button.hollow:focus {
  background-color: var(--cinnabar);
  border-color: transparent;
  color: var(--button-text-color, var(--white));
}

.card {
  position: relative;
}

.card__kicker {
  --kicker-size: 15px;
  margin-bottom: 5px;
}

.card__title {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 500; /* stylelint-disable-line */
  color: var(--rich-block);
  font-size: clamp(24px, 21.3333333333px + 0.0055555556 * 100vw, 28px);
  letter-spacing: -1px;
  line-height: 1.2;
}

.card__title a {
  background: linear-gradient(to right, transparent, transparent), linear-gradient(135deg, var(--gold), var(--gold));
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px, 0 2px;
  padding-bottom: 2px;
  text-decoration: none;
  transition: background-size 500ms;
  color: inherit;
  text-decoration: none;
}
.card__title a:hover {
  background-size: 0 2px, 100% 2px;
}

.card__teaser {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 300; /* stylelint-disable-line */
  color: var(--rich-block);
  font-size: clamp(17px, 15px + 0.0041666667 * 100vw, 20px);
  letter-spacing: -0.5px;
  line-height: 1.4;
}

.card__image-container {
  position: relative;
}

.card__additional {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 400; /* stylelint-disable-line */
  color: #737373;
  font-size: clamp(16px, 14.6666666667px + 0.0027777778 * 100vw, 18px);
  letter-spacing: -0.8px;
  margin-top: 29px;
}

.card__link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.card.is-horizontal {
  display: flex;
  gap: 30px;
}

.card.is-horizontal .card__additional {
  margin-top: 14px;
}

.card--horizontal-circle {
  container-type: inline-size;
}

.card--horizontal-circle .card__image-container {
  border-radius: 50%;
  flex: 0 0 auto;
  height: 100px;
  overflow: hidden;
  width: 100px;
}
@container (min-width: 450px) {
  .card--horizontal-circle .card__image-container {
    height: 172px;
    width: 172px;
  }
}

.card--horizontal-circle .card__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.card--horizontal-circle .card__teaser {
  margin-top: 10px;
}

.card--tile {
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  padding: clamp(22px, 14.6666666667px + 0.0152777778 * 100vw, 33px) clamp(20px, 13.3333333333px + 0.0138888889 * 100vw, 30px);
  transform: translateY(0);
  transition: box-shadow 300ms ease-in-out, transform 300ms ease-in-out;
}

.card--tile:hover {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
  transition: box-shadow 800ms cubic-bezier(0.19, 1, 0.22, 1), transform 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.card--tile .card__image-container {
  margin: calc(clamp(22px, 14.6666666667px + 0.0152777778 * 100vw, 33px) * -1) calc(clamp(20px, 13.3333333333px + 0.0138888889 * 100vw, 30px) * -1) 0 calc(clamp(20px, 13.3333333333px + 0.0138888889 * 100vw, 30px) * -1);
}

.card--tile.is-horizontal {
  display: flex;
  flex-direction: column;
}
@container (min-width: 460px) {
  .card--tile.is-horizontal {
    flex-direction: row;
  }
}

.card--tile.is-horizontal .card__image-container {
  height: 240px;
}
@container (min-width: 460px) {
  .card--tile.is-horizontal .card__image-container {
    flex: 1 0 auto;
    height: auto;
    margin: calc(clamp(22px, 14.6666666667px + 0.0152777778 * 100vw, 33px) * -1) 0 calc(clamp(22px, 14.6666666667px + 0.0152777778 * 100vw, 33px) * -1) calc(clamp(20px, 13.3333333333px + 0.0138888889 * 100vw, 30px) * -1);
    max-width: 46%;
    width: 100%;
  }
}
@container (min-width: 600px) {
  .card--tile.is-horizontal .card__image-container {
    max-width: 286px;
  }
}

.card--tile.is-horizontal .card__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.card--tile .card__content {
  display: grid;
  grid-template-areas: "kicker" "title" "additional";
  grid-template-rows: min-content min-content auto;
  height: 100%;
}

.card--tile .card__additional {
  align-self: flex-end;
}

@media (min-width: 992px) {
  .card--tile.is-horizontal .card__additional {
    align-self: flex-start;
  }
}

.card--image {
  --gradient-color: var(--rich-black-rgb);
  --title-color: var(--white);
  --teaser-color: var(--white);
  --card-title-offset: 68px;
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
  align-items: flex-end;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: left;
  overflow: hidden;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 100%;
}
@media (min-width: 768px) {
  .card--image {
    height: 286px;
  }
}

.card--image::before {
  background-position: 0 0;
  background-size: cover;
  content: "";
  height: 110%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: transform calc(var(--d) * 1.5) var(--e);
  width: 100%;
}

.card--image::after {
  background-image: linear-gradient(to bottom, rgba(var(--gradient-color), 0) 0%, rgba(var(--gradient-color), 0.3) 22.1%, rgba(var(--gradient-color), 0.5) 30.1%, rgba(var(--gradient-color), 0.8) 42.39%, rgba(var(--gradient-color), 0.8) 42.4%, rgba(var(--gradient-color), 0.8) 46.6%, rgba(var(--gradient-color), 0.8) 53.1%, rgba(var(--gradient-color), 0.8) 58.9%, rgba(var(--gradient-color), 0.8) 64.3%, rgba(var(--gradient-color), 0.8) 69.3%, rgba(var(--gradient-color), 0.8) 74.1%, rgba(var(--gradient-color), 0.8) 78.8%, rgba(var(--gradient-color), 0.8) 83.6%, rgba(var(--gradient-color), 0.8) 88.7%, rgba(var(--gradient-color), 0.8) 94.1%, rgba(var(--gradient-color), 0.8) 100%);
  content: "";
  display: block;
  height: 200%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  transition: transform calc(var(--d) * 2) var(--e);
  width: 100%;
}
@media (min-width: 768px) {
  .card--image::after {
    transform: translateY(0);
  }
}

@media (min-width: 768px) {
  .card--image:hover,
  .card--image:focus-within {
    align-items: center;
  }
}

@media (min-width: 768px) {
  .card--image:hover::before,
  .card--image:focus-within::before {
    transform: translateY(-4%);
  }
}

@media (min-width: 768px) {
  .card--image:hover::after,
  .card--image:focus-within::after {
    transform: translateY(-50%);
  }
}

.card--image .card__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 20px;
  position: relative;
  transition: transform var(--d) var(--e);
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .card--image .card__content {
    transform: translateY(calc(100% - var(--card-title-offset)));
  }
}

@media (min-width: 768px) {
  .card--image .card__content > *:not(.card__title) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
  }
}

.card--image .card__content > * + * {
  margin-top: 1rem;
}

.card--image:hover .card__content,
.card--image:focus-within .card__content {
  transform: translateY(0);
}

.card--image:hover .card__content > *:not(.card__title),
.card--image:focus-within .card__content > *:not(.card__title) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: calc(var(--d) / 8);
}

@media (min-width: 768px) {
  .card--image:focus-within::before,
  .card--image:focus-within::after,
  .card--image:focus-within .card__content,
  .card--image:focus-within .card__content > *:not(.card__title) {
    transition-duration: 0s;
  }
}

.card--image .card__title {
  color: var(--title-color);
  font-size: clamp(18px, 14px + 0.0083333333 * 100vw, 24px);
  line-height: 1.16;
  margin: 0 auto 0 0;
}

.card--image .card__teaser {
  color: var(--teaser-color);
  margin-left: 0;
  margin-right: auto;
}

.card--person {
  align-items: center;
  background: none;
  border: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: 0;
  text-align: center;
}

.card--person .card__image-container {
  border-radius: 50%;
  height: 164px;
  margin: 0 auto 16px;
  overflow: hidden;
  width: 164px;
}

.card--person .card__image {
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease-in-out;
  width: 100%;
}

.card--person:hover .card__image,
.card--person:focus-within .card__image {
  transform: scale(1.05);
}

.card--person .card__title {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  color: var(--orient);
  font-size: 18px;
}

.card--person .card__position {
  color: var(--tundora);
  font-size: 14px;
  letter-spacing: -0.2px;
  line-height: 1.14;
  margin-top: 3px;
}

.content-section--featured {
  container-type: inline-size;
}

.content-section--full-width-image {
  margin-bottom: 4rem;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 4rem;
  position: relative;
}
@media (min-width: 768px) {
  .content-section--full-width-image {
    margin-left: 0;
    margin-right: 0;
  }
}

.content-section--full-width-image .full-width-image {
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .content-section--full-width-image .full-width-image {
    left: calc(50vw - 20px);
    margin-left: -50vw; /* Center the image within the viewport */
    margin-right: -50vw; /* Ensure it spans full width */
    max-width: 100vw; /* Prevent it from going beyond viewport width */
    right: 50vw;
    top: 0;
    width: 100vw; /* Full viewport width */
  }
}
@media (min-width: 1218px) {
  .content-section--full-width-image .full-width-image {
    left: 76.15%;
  }
}

.content-section--full-width-image .full-width-image img {
  width: 100%;
}

.selections-wrapper {
  border-top: 1px solid #555656;
  display: none;
  margin-top: 40px;
  padding-top: 25px;
}

.selections-wrapper.is-visible {
  display: block;
}
@media (min-width: 768px) {
  .selections-wrapper.is-visible {
    display: flex;
  }
}

.selections-wrapper .button--reset {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 500; /* stylelint-disable-line */
  background-color: var(--pill-bg, #4f5051);
  border: none;
  border-radius: 22px;
  color: var(--pill-color, #b9b9b9);
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.1;
  padding: 8px 15px;
  place-content: center;
  transition: all 100ms ease;
  --pill-color: rgba(var(--white-rgb), 0.5);
  flex: 0 0 auto;
  height: 30px;
  margin-top: 20px;
  padding: 0;
  width: 30px;
}
@media (min-width: 768px) {
  .selections-wrapper .button--reset {
    margin-left: 20px;
    margin-top: 0;
  }
}

.selections-wrapper .button--reset:hover {
  --pill-color: var(--white);
  --pill-bg: var(--orient);
}

.selections-wrapper .button--reset:hover .icon {
  margin: 0;
}

.selections-wrapper .facetwp-selections li[data-facet=scholar_types_tabs] {
  display: none;
}

.facetwp-facet {
  margin-bottom: 0 !important;
}

.facetwp-counter {
  display: none;
}

.filters__inner {
  background: var(--white);
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.15);
  padding: 25px;
  position: sticky;
  top: 30px;
  transition: top 200ms linear;
}

.headroom--pinned + .site-main .filters__inner {
  top: calc(var(--total-header-height) + 30px);
}

.filters__label {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 400; /* stylelint-disable-line */
  background: none;
  border: 0;
  color: var(--tundora);
  font-size: clamp(20px, 17.3333333333px + 0.0055555556 * 100vw, 24px);
  letter-spacing: -0.5px;
  margin: 0;
  padding: 0;
}

.filters__label .icon {
  color: var(--terracotta);
  margin-left: 8px;
}

.filters .facets {
  display: none;
}
@media (min-width: 992px) {
  .filters .facets {
    display: block;
  }
}

.filters .facet-wrap:first-of-type {
  border-top: 1px solid var(--border);
  margin-top: 15px;
  padding-top: 15px;
}

.facet-label {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 500; /* stylelint-disable-line */
  color: var(--tundora);
  font-size: 19px;
  letter-spacing: -0.38px;
  margin-bottom: 20px;
}

.facet-wrap + .facet-wrap {
  margin-top: 70px;
}

.facetwp-type-radio .facetwp-radio {
  --label-color: #B1B1B1;
  --check-color: #A4A4A4;
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 500; /* stylelint-disable-line */
  background-image: none;
  color: var(--label-color);
  font-size: 16px;
  letter-spacing: -0.32px;
  padding-left: 29px;
  position: relative;
  transition: border 150ms ease;
}

.facetwp-type-radio .facetwp-radio::before {
  border: 1px solid var(--check-color);
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 1px;
  transition: border 150ms ease;
  width: 16px;
}

.facetwp-type-radio .facetwp-radio + .facetwp-radio {
  margin-top: 20px;
}

.facetwp-type-radio .facetwp-radio.checked {
  --label-color: var(--tundora);
  --check-color: var(--tundora);
  background-image: none;
}

.facetwp-type-radio .facetwp-radio.checked::before {
  background-color: var(--check-color);
}

.facetwp-type-radio .facetwp-display-value {
  transition: color 150ms ease;
}

.facetwp-type-radio .facetwp-radio:hover .facetwp-display-value {
  color: var(--tundora);
}

.intro-text {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 300; /* stylelint-disable-line */
  color: var(--tundora);
  font-size: clamp(18px, 15.3333333333px + 0.0055555556 * 100vw, 22px);
  letter-spacing: -0.5px;
  line-height: 1.36;
}

.intro-text a {
  background: linear-gradient(to right, transparent, transparent), linear-gradient(135deg, var(--gold), var(--gold));
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px, 0 2px;
  padding-bottom: 2px;
  text-decoration: none;
  transition: background-size 500ms;
  color: var(--orient);
}
.intro-text a:hover {
  background-size: 0 2px, 100% 2px;
}

.kicker {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  color: var(--kicker-color, var(--cinnabar));
  font-size: var(--kicker-size, 13px);
  text-transform: uppercase;
}

.kicker .separator {
  color: inherit;
  margin: 0 6px;
}

.kicker .date {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 300; /* stylelint-disable-line */
  color: var(--kicker-date-color, var(--gray-medium2));
  font-size: var(--kicker-size);
  letter-spacing: -0.18px;
}

.loading-indicator {
  background: var(--white);
  border-radius: 50%;
  height: 50px;
  left: 50%;
  opacity: 0;
  padding: 2px;
  pointer-events: none;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  width: 50px;
}

.logo {
  align-items: center;
  display: flex;
  justify-content: center;
}

.dialog-container,
.dialog-overlay {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.dialog-container {
  display: flex;
  z-index: 50;
}

.dialog-container[aria-hidden=true] {
  display: none;
}

.dialog-overlay {
  animation: fade-in 200ms both;
  background-color: rgba(43, 46, 56, 0.9);
}

.dialog-content {
  animation: fade-in 400ms 200ms both, slide-up 400ms 200ms both;
  background-color: var(--white);
  border-radius: 5px;
  container-type: inline-size;
  margin: auto;
  max-height: 90vh;
  max-width: 770px;
  overflow: auto;
  padding: 2em;
  position: relative;
  width: 100%;
  z-index: 2;
}

@media (prefers-reduced-motion: reduce) {
  .dialog-overlay,
  .dialog-content {
    animation: none;
  }
}
.dialog-close {
  align-items: center;
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  font-size: 1.5em;
  height: 30px;
  justify-content: center;
  position: absolute;
  right: 0.5em;
  text-align: center;
  top: 0.5em;
  transition: 0.15s;
  width: 30px;
}

.dialog-close:hover,
.dialog-close:focus {
  background-color: var(--lt-grey);
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
}
@keyframes slide-up {
  from {
    transform: translateY(10%);
  }
}
.modal-content {
  text-align: left;
}

.modal--person .modal-header {
  border-bottom: 1px solid var(--border);
  column-gap: 30px;
  display: grid;
  grid-template-areas: "image content";
  grid-template-columns: clamp(100px, 66.6666666667px + 0.0694444444 * 100vw, 150px) auto;
  grid-template-rows: auto;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.modal--person .modal-header-primary {
  grid-area: content;
}

.modal--person .modal__image-container {
  grid-area: image;
}

.modal--person .modal__image {
  border-radius: 50%;
  height: clamp(100px, 66.6666666667px + 0.0694444444 * 100vw, 150px);
  width: clamp(100px, 66.6666666667px + 0.0694444444 * 100vw, 150px);
}

.modal--person .modal__position {
  margin-top: 8px;
}

.modal--person .modal__primary-content {
  grid-area: content;
}

.modal--person .modal__website {
  margin-top: 30px;
}

.modal--person .button {
  background-color: transparent;
  border-color: transparent;
  color: var(--button-text-color, var(--orient));
}

.modal--person .button:hover,
.modal--person .button:focus {
  background-color: transparent;
  border-color: transparent;
  color: var(--button-text-color, var(--cinnabar));
}

.page-header {
  position: relative;
}

.page-header__kicker {
  --kicker-color: var(--orient);
  margin-bottom: 6px;
}

.page-header__title {
  font-size: clamp(28px, 24px + 0.0083333333 * 100vw, 34px);
  letter-spacing: -0.5px;
  margin: 0;
}

.page-header__intro-text {
  margin-top: 16px;
}

.page-header .people {
  margin-top: 30px;
}

.page-header__additional {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 400; /* stylelint-disable-line */
  color: #737373;
  font-size: clamp(18px, 16.6666666667px + 0.0027777778 * 100vw, 20px);
  letter-spacing: -0.5px;
  margin-top: 30px;
}

.page-header__graphic-container {
  display: none;
  position: relative;
}
@media (min-width: 768px) {
  .page-header__graphic-container {
    display: block;
  }
}

.page-header__graphic {
  height: 350px;
  position: absolute;
}

@media (min-width: 768px) {
  .page-hero + .page-header--default {
    margin-top: -100px;
  }
}
@media (min-width: 992px) {
  .page-hero + .page-header--default {
    margin-top: -215px;
  }
}

.page-header .container {
  column-gap: 30px;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .page-header .container {
    grid-template-columns: 1fr 305px;
  }
}

.page-header .search-form {
  align-content: center;
  background: #f8f8f8;
  height: 70px;
  margin-top: 40px;
  row-gap: 0;
}

.page-header .search-form__label {
  display: none;
}

.page-header .search-form__input {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 300; /* stylelint-disable-line */
  background-color: transparent;
  border: 0;
  color: var(--tundora);
  font-size: 24px;
  height: 100%;
  line-height: 1.2;
  margin: 0;
  padding: 0 50px 0 23px;
}

.page-header .search-form__submit {
  aspect-ratio: 1/1;
  height: 100%;
  width: 70px;
}

.page-header--default .page-header__content {
  background-color: var(--white);
  border-radius: 5px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  margin: 0 -30px 50px -50px;
  padding: 50px 30px 50px 50px;
  position: relative;
}
@media (min-width: 768px) {
  .page-header--default .page-header__content {
    margin: 0 -30px 80px -50px;
  }
}

.page-header--full-width {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .page-header--full-width {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

.page-header--full-width.has-graphic {
  /* stylelint-disable-next-line length-zero-no-unit */
  --image-offset: 0px;
  margin-bottom: calc(40px + var(--image-offset));
}
@media (min-width: 768px) {
  .page-header--full-width.has-graphic {
    margin-bottom: calc(80px + var(--image-offset));
    min-height: 385px;
  }
}

.page-header--full-width .primary-content {
  max-width: 80ch;
}
@media (min-width: 992px) {
  .page-header--full-width .primary-content {
    max-width: none;
    padding-right: 8.3%;
  }
}

.page-hero {
  overflow: hidden;
  position: relative;
}

.page-hero__image {
  max-height: 470px;
  object-fit: cover;
  transition: transform 300ms ease-out;
  width: 100%;
}

.single .page-hero__image {
  max-height: 550px;
}

.pagination-container .page-numbers.next,
.facetwp-facet-pagination .facetwp-pager .facetwp-page.next, .pagination-container .page-numbers.prev,
.facetwp-facet-pagination .facetwp-pager .facetwp-page.prev {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  align-items: center;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  letter-spacing: -0.3px;
  line-height: 1.1;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  transition: all 250ms ease;
  background-color: transparent;
  border-color: transparent;
  color: var(--button-text-color, var(--gray-medium2));
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}
.pagination-container .page-numbers.next .icon,
.facetwp-facet-pagination .facetwp-pager .facetwp-page.next .icon, .pagination-container .page-numbers.prev .icon,
.facetwp-facet-pagination .facetwp-pager .facetwp-page.prev .icon {
  display: inline;
  position: relative;
  transition: all 150ms ease-in;
  vertical-align: middle;
}
.pagination-container .page-numbers.next .icon use,
.facetwp-facet-pagination .facetwp-pager .facetwp-page.next .icon use, .pagination-container .page-numbers.prev .icon use,
.facetwp-facet-pagination .facetwp-pager .facetwp-page.prev .icon use {
  transition: all 250ms ease;
}
.pagination-container .page-numbers.next:hover .icon,
.facetwp-facet-pagination .facetwp-pager .facetwp-page.next:hover .icon, .pagination-container .page-numbers.prev:hover .icon,
.facetwp-facet-pagination .facetwp-pager .facetwp-page.prev:hover .icon {
  margin-left: 5px;
}
.pagination-container .page-numbers.next .icon,
.facetwp-facet-pagination .facetwp-pager .facetwp-page.next .icon, .pagination-container .page-numbers.prev .icon,
.facetwp-facet-pagination .facetwp-pager .facetwp-page.prev .icon {
  color: var(--terracotta);
}
.pagination-container .page-numbers.next:hover,
.facetwp-facet-pagination .facetwp-pager .facetwp-page.next:hover, .pagination-container .page-numbers.prev:hover,
.facetwp-facet-pagination .facetwp-pager .facetwp-page.prev:hover {
  background-color: transparent;
  border-color: transparent;
  color: var(--button-text-color, var(--gray-medium));
}
.pagination-container .page-numbers.next:hover .icon,
.facetwp-facet-pagination .facetwp-pager .facetwp-page.next:hover .icon, .pagination-container .page-numbers.prev:hover .icon,
.facetwp-facet-pagination .facetwp-pager .facetwp-page.prev:hover .icon {
  margin: 0;
}

.pagination-container,
.facetwp-facet-pagination .facetwp-pager {
  border-top: 1px solid var(--border);
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: calc(var(--section-padding-top) * 2);
  padding: 0 20%;
  position: relative;
}
@media (min-width: 768px) {
  .pagination-container,
  .facetwp-facet-pagination .facetwp-pager {
    padding: 0 10%;
  }
}
.pagination-container:empty,
.facetwp-facet-pagination .facetwp-pager:empty {
  display: none;
}

.pagination-container .page-numbers,
.facetwp-facet-pagination .facetwp-pager .facetwp-page {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 500; /* stylelint-disable-line */
  align-items: center;
  color: var(--gray-medium2);
  display: flex;
  font-size: 14px;
  height: 30px;
  margin: 0;
  padding: 0;
  place-content: center;
  position: relative;
  text-decoration: none;
  transition: color 150ms;
  width: 30px;
}
.pagination-container .page-numbers:not(.dots)::after,
.facetwp-facet-pagination .facetwp-pager .facetwp-page:not(.dots)::after {
  background-color: var(--terracotta);
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  margin-top: -1px;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  transition: opacity 150ms ease;
  width: 100%;
}

.pagination-container .page-numbers:hover::after,
.facetwp-facet-pagination .facetwp-pager .facetwp-page:not(.dots):hover::after {
  opacity: 1;
}

.pagination-container .page-numbers.current,
.facetwp-facet-pagination .facetwp-pager .facetwp-page.active {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  color: var(--maroon);
  cursor: default;
}
.pagination-container .page-numbers.current::after,
.facetwp-facet-pagination .facetwp-pager .facetwp-page.active::after {
  background-color: var(--maroon);
  opacity: 1;
}

.pagination-container .page-numbers.prev,
.facetwp-facet-pagination .facetwp-pager .facetwp-page.prev {
  left: -1px;
  margin-top: -1px;
}
.pagination-container .page-numbers.prev:hover .icon,
.facetwp-facet-pagination .facetwp-pager .facetwp-page.prev:hover .icon {
  margin: 0;
}

.pagination-container .page-numbers.next,
.facetwp-facet-pagination .facetwp-pager .facetwp-page.next {
  margin-top: -1px;
  right: -1px;
}
.pagination-container .page-numbers.next:hover .icon,
.facetwp-facet-pagination .facetwp-pager .facetwp-page.next:hover .icon {
  margin: 0;
}

.people--inline {
  /* stylelint-disable-line */
  font-style: italic;
  font-weight: 400; /* stylelint-disable-line */
  color: #737373;
  font-size: clamp(18px, 16.6666666667px + 0.0027777778 * 100vw, 20px);
  letter-spacing: -0.5px;
}

.results-utility {
  border-bottom: 1px solid #979797;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.result-count {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 300; /* stylelint-disable-line */
  color: var(--boulder);
  font-size: 14px;
}

.result-count span {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 500; /* stylelint-disable-line */
}

.sort-by {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 300; /* stylelint-disable-line */
  align-items: flex-end;
  color: var(--boulder);
  display: flex;
  font-size: 14px;
  gap: 4px;
  line-height: 1;
  text-align: right;
}

.sort-by .facetwp-facet-sort_by {
  display: inline-block;
}

.choices.sort-by-select {
  font-size: inherit;
  padding-right: 16px;
}

.choices.sort-by-select .choices__inner {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  line-height: 1;
  min-height: unset;
  padding: 0;
  vertical-align: middle;
}

.choices.sort-by-select[data-type*=select-one] .choices__inner {
  padding-bottom: 0;
}

.choices.sort-by-select .choices__list--single {
  padding: 0;
}

.choices.sort-by-select .choices__list--single .choices__item {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 500; /* stylelint-disable-line */
  color: var(--boulder);
  font-size: 14px;
  letter-spacing: -0.3px;
  opacity: 1;
  text-align: left;
}

.choices.sort-by-select[data-type*=select-one]::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiBmaWxsPSIjNzY3Njc2Ij48cGF0aCBmaWxsPSIjNzY3Njc2IiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0xMC4zMy41NjZhLjc1Ljc1IDAgMCAxIDEuMjIzLjg2OGwtNC45NzEgN2EuNzUuNzUgMCAwIDEtMS4yMjMgMGwtNC45Ny03QS43NS43NSAwIDAgMSAxLjYxMS41NjZMNS45NyA2LjcwMyAxMC4zMy41NjZaIiBvcGFjaXR5PSIuOTciIC8+PC9zdmc+Cg==);
  border: none;
  height: 9px;
  margin-top: -4.5px;
  right: 0;
  width: 12px;
}

.choices.sort-by-select[data-type*=select-one].is-open::after {
  border: 0;
  margin-top: -4.5px;
  transform: rotate(180deg);
}

.choices.sort-by-select .choices__list--dropdown {
  background: #fff;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.25);
  left: auto;
  margin-bottom: 10px;
  margin-top: 10px;
  min-width: 150px;
  right: 0;
}

.choices.sort-by-select .choices__list--dropdown,
.choices.sort-by-select .choices__list[aria-expanded] {
  margin-top: 10px;
}

.choices.sort-by-select .choices__list {
  max-height: 300px;
}

.choices.sort-by-select .choices__item,
.choices.sort-by-select .choices__list[aria-expanded] .choices__item {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 500; /* stylelint-disable-line */
  font-size: inherit;
  line-height: inherit;
}

.choices.sort-by-select .choices__list--dropdown .choices__item--selectable {
  color: var(--boulder);
  padding: 9px 16px;
  white-space: nowrap;
}

.section--areas-of-focus {
  background-image: url(images/bg-aof.fb0c93ba.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}

.section.section--circle-image-text {
  position: relative;
  z-index: 5;
}
@media (min-width: 768px) {
  .section.section--circle-image-text {
    --section-padding-top: 0;
  }
}
@media (min-width: 992px) {
  .section.section--circle-image-text {
    padding-bottom: calc(var(--section-padding-bottom) * 2);
  }
}

.circle-image-text .container {
  max-width: 1210px;
  padding-left: var(--site-gutter);
  padding-right: var(--site-gutter);
}
@media (min-width: 768px) {
  .circle-image-text .container {
    column-gap: 30px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) repeat(12, minmax(0, calc(1210px / 12 - 30px))) minmax(0, 1fr);
    max-width: initial;
    padding-left: 0;
    padding-right: 0;
  }
}

.circle-image-text .circle-container {
  display: none;
  grid-column: 1/5;
  grid-row: 1;
  position: relative;
}
@media (min-width: 768px) {
  .circle-image-text .circle-container {
    display: block;
    margin-bottom: 0;
    margin-bottom: -140px;
    margin-top: -140px;
    overflow: hidden;
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media (min-width: 992px) {
  .circle-image-text .circle-container {
    margin-right: 30px;
  }
}

.circle-image-text--align-right .circle-container {
  grid-column: 11/15;
}
@media (min-width: 768px) {
  .circle-image-text--align-right .circle-container {
    grid-row: 1;
  }
}
@media (min-width: 992px) {
  .circle-image-text--align-right .circle-container {
    margin-left: 30px;
    margin-right: 0;
  }
}

.circle-image-text__image-container {
  aspect-ratio: 1/1;
  background: var(--white);
  border-radius: 50%;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  left: -40%;
  overflow: hidden;
  position: absolute;
  width: 200px;
}
@media (min-width: 768px) {
  .circle-image-text__image-container {
    height: 300px;
    left: auto;
    right: 60px;
    width: 300px;
  }
}
@media (min-width: 992px) {
  .circle-image-text__image-container {
    height: 450px;
    right: 0;
    width: 450px;
  }
}

@media (min-width: 768px) {
  .circle-image-text--align-right .circle-image-text__image-container {
    left: 0;
    right: auto;
  }
}

.circle-image-text__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.circle-image-text .section-header {
  margin-bottom: 0;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .circle-image-text .section-header {
    grid-column: 4/14;
    grid-row: 1;
    padding-top: 75px;
  }
}
@media (min-width: 992px) {
  .circle-image-text .section-header {
    grid-column: 5/13;
  }
}

.circle-image-text--align-right .section-header {
  grid-column: 2/11;
}
@media (min-width: 992px) {
  .circle-image-text--align-right .section-header {
    grid-column: 3/11;
  }
}

.section--content-slider .swiper {
  margin: -20px -20px 0 -20px;
  padding: 20px 20px 0;
}

.section--content-slider .swiper-slide {
  container-type: inline-size;
  height: auto;
}

.section--content-slider .swiper-slide .card {
  height: 100%;
}

.section--content-slider .swiper-pagination {
  --swiper-pagination-bottom: 0;
  --swiper-pagination-color: #4c4c4c;
  --swiper-pagination-bullet-inactive-opacity: 0.3;
  --swiper-pagination-bullet-width: 10px;
  --swiper-pagination-bullet-height: 10px;
  --swiper-pagination-bullet-horizontal-gap: 7px;
  margin-top: 30px;
  position: relative;
}

.section--content-slider .swiper-pagination-bullet {
  transition: all 150ms;
}

.section--hero-slider {
  --section-padding-top: 0;
  --section-padding-bottom: 0;
  display: grid;
  position: relative;
  z-index: 0;
}

.section--hero-slider .slider-controls {
  bottom: 20px;
  position: absolute;
  right: 20px;
}
@media (min-width: 768px) {
  .section--hero-slider .slider-controls {
    bottom: auto;
    top: 60px;
  }
}

.hero-slider__images,
.hero-slider-content {
  grid-column: -1/1;
  grid-row: -1/1;
  min-width: 0;
  width: 100%;
}

.hero-slider__images .slide {
  height: auto;
}
@media (min-width: 768px) {
  .hero-slider__images .slide {
    height: 655px;
  }
}

.hero-slider__images .slide__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-slider-content {
  align-self: flex-start;
  background: var(--white);
  border-radius: 5px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: calc(100% - 40px);
  padding: 20px 22px;
  width: 100%;
  z-index: 10;
}
@media (min-width: 768px) {
  .hero-slider-content {
    border-radius: 5px 0 0 5px;
    justify-self: end;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 126px;
    max-width: 605px;
    padding: 40px 45px;
  }
}

.hero-slider__slides {
  position: relative;
  width: 100%;
}

.hero-slider__slides .slide {
  width: 100%;
}

.section--hero-slider .slide-content__kicker {
  --kicker-size: 17px;
  margin-bottom: 12px;
}

.section--hero-slider .slide-content__title {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 500; /* stylelint-disable-line */
  color: var(--rich-black);
  font-size: clamp(32px, 26.6666666667px + 0.0111111111 * 100vw, 40px);
  letter-spacing: -0.5px;
  line-height: 1.2;
  margin: 0;
}

.section--hero-slider .slide-content__intro-text {
  font-size: clamp(20px, 17.3333333333px + 0.0055555556 * 100vw, 24px);
  line-height: 1.2;
  margin-top: clamp(18px, 10.6666666667px + 0.0152777778 * 100vw, 29px);
}

.section--hero-slider .slide .button {
  margin-top: 30px;
}

.section--hub-results .container {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .section--hub-results .container {
    grid-template-columns: 1fr 3fr;
  }
}

.section--hub-results .search-input {
  margin-bottom: 40px;
}

.section--hub-results .search-input .facetwp-input-wrap {
  width: 100%;
}

.section--hub-results .search-input .facetwp-icon {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  margin-right: 10px;
  transition: opacity 150ms ease;
  width: 40px;
}

.section--hub-results .search-input .facetwp-icon::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCI+PGcgZmlsbD0iY3VycmVudENvbG9yIiBmaWxsLXJ1bGU9Im5vbnplcm8iPjxwYXRoIGQ9Ik0xMS45NyAxMS45N2EuNzUuNzUgMCAwIDEgMS4wNiAwbDQuMzkzIDQuMzkyYS43NS43NSAwIDAgMS0xLjA2IDEuMDYxTDExLjk3IDEzLjAzYS43NS43NSAwIDAgMSAwLTEuMDZaIi8+PHBhdGggZD0iTTcuNS4yNWE3LjI1IDcuMjUgMCAxIDEgMCAxNC41IDcuMjUgNy4yNSAwIDAgMSAwLTE0LjVabTAgMS41YTUuNzUgNS43NSAwIDEgMCAwIDExLjUgNS43NSA1Ljc1IDAgMCAwIDAtMTEuNVoiLz48L2c+PC9zdmc+Cg==);
  opacity: 0.8;
}

.section--hub-results .search-input .facetwp-icon:hover::before {
  opacity: 1;
}

.section--hub-results .search-input .facetwp-search {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 400; /* stylelint-disable-line */
  background: var(--white);
  border: 1px solid #EDEDED;
  border-radius: 30px;
  box-shadow: inset 0 1px 10px 0 rgba(0, 0, 0, 0.25);
  color: var(--tundora);
  font-size: clamp(20px, 17.3333333333px + 0.0055555556 * 100vw, 24px);
  letter-spacing: -0.26px;
  padding: 14px 25px;
  width: 100%;
}

.section--hub-results .card {
  padding-bottom: 30px;
  padding-top: 30px;
}

.section--hub-results .card + .card {
  border-top: 1px solid #D6D6CE;
}

.section--impact-map {
  --section-padding-bottom: 0;
}
.section--impact-map .map-filter-toggle {
  align-items: center;
  background: #575757;
  color: var(--white);
  cursor: pointer;
  display: flex;
  font-weight: 600;
  gap: 10px;
  justify-content: center;
  padding: 10px;
}
.section--impact-map .map-filter-toggle::before {
  content: "▾";
  font-size: 24px;
  line-height: 1;
  position: relative;
  transform: translateY(-2px);
  transition: all 200ms ease;
}
.section--impact-map .map-filter-toggle.open::before {
  transform: translateY(2px) rotateX(180deg);
}
@media (min-width: 768px) {
  .section--impact-map .map-filter-toggle {
    display: none;
  }
}
.section--impact-map .upper .container {
  position: relative;
}
@media (min-width: 768px) {
  .section--impact-map .upper .container {
    padding-bottom: 0;
  }
}
.section--impact-map .lower {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.25);
  position: relative;
  text-align: center;
}
.section--impact-map .lower .container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding-bottom: 4.42vw;
  padding-top: 4.42vw;
}
.section--impact-map input:checked + i {
  color: #FF6553;
}
.section--impact-map .pills i {
  align-items: center;
  border-radius: 30px;
  display: flex;
  height: 100%;
  height: 35px;
  white-space: nowrap;
}
.section--impact-map .pills input:checked + i {
  background: #FF6553;
  color: var(--white);
}
.section--impact-map input[type=radio] {
  display: none;
}
.section--impact-map i {
  cursor: pointer;
  font-style: normal;
  transition: all 300ms ease;
}
.section--impact-map .desktop-label {
  display: none;
}

.map-controls {
  color: #575757;
  font-size: 0.9em;
  max-height: 0;
  overflow: hidden;
  padding-top: 0 !important;
  padding-top: 4.42vw;
  text-align: center;
  transition: all 300ms ease;
  will-change: max-height padding-top padding-bottom;
}
.map-controls.open {
  max-height: 500px;
  padding-bottom: 4.42vw;
  padding-top: 4.42vw !important;
}
@media (min-width: 768px) {
  .map-controls {
    max-height: unset;
  }
}
@media (min-width: 768px) {
  .map-controls {
    display: inline;
  }
}

.filter-header {
  align-items: center;
  border-bottom: solid 1px #bdbdbd;
  padding: 8.84vw 0 4.42vw;
}
@media (min-width: 768px) {
  .filter-header {
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.21vw;
    padding: 0;
  }
}
.filter-header h3 {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 500; /* stylelint-disable-line */
  color: var(--rich-black);
  font-size: clamp(32px, 26.6666666667px + 0.0111111111 * 100vw, 40px);
  letter-spacing: -0.5px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .filter-header .map-controls__display-as {
    margin-left: 0;
    margin-right: 0;
    margin-top: 6px;
    width: 100%;
  }
}

.fahrenheit-celsius-pills {
  background: var(--white);
  border-radius: 30px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  display: inline-block;
}
@media (max-width: 575px) {
  .fahrenheit-celsius-pills {
    bottom: 2.21vw;
    left: 2.21vw;
    position: absolute;
  }
}

.fahrenheit-celsius-pills button {
  appearance: none;
  background: transparent;
  border: none;
  color: #575757;
  font-size: 1rem;
  padding: 8px 11px;
  transition: all 300ms ease;
}
.fahrenheit-celsius-pills button.is-active {
  background: #FF6553;
  color: var(--white);
}
.fahrenheit-celsius-pills button:first-child {
  border-radius: 30px 0 0 30px;
  padding-right: 8px;
}
.fahrenheit-celsius-pills button:last-child {
  border-radius: 0 30px 30px 0;
  padding-left: 8px;
}
.fahrenheit-celsius-pills button:focus {
  outline: none;
}

div[class^=map-controls__] {
  margin-bottom: 2.21vw;
  margin-left: 4.42vw;
  margin-right: 4.42vw;
}
@media (min-width: 768px) {
  div[class^=map-controls__] {
    margin-bottom: 1.105vw;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 1.105vw;
  }
  div[class^=map-controls__].pills {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.map-controls__time {
  display: block;
  position: relative;
}
.map-controls__time i {
  display: none;
}
@media (min-width: 768px) {
  .map-controls__time i {
    display: block;
  }
}
.map-controls__time input:checked + i {
  display: block;
  text-align: center;
  visibility: visible;
}
.map-controls__time .arrow {
  appearance: none;
  background: none;
  border: none;
  color: #FF6553;
  position: absolute;
  top: 5px;
}
.map-controls__time .arrow.prev {
  left: 0;
}
.map-controls__time .arrow.next {
  right: 0;
}
@media (min-width: 768px) {
  .map-controls__time .arrow {
    display: none;
  }
}
@media (min-width: 768px) {
  .map-controls__time {
    border-bottom: solid 4px lightgray;
    display: flex;
    justify-content: space-around;
  }
  .map-controls__time::after {
    background: #FF6553;
    bottom: -4px;
    content: " ";
    height: 4px;
    left: 0;
    position: absolute;
    transition: left 400ms ease;
    width: 25%;
  }
  .map-controls__time.bar-1::after {
    left: 0%;
  }
  .map-controls__time.bar-2::after {
    left: 25%;
  }
  .map-controls__time.bar-3::after {
    left: 50%;
  }
  .map-controls__time.bar-4::after {
    left: 75%;
  }
  .map-controls__time label {
    flex: 1;
  }
  .map-controls__time .arrow {
    display: none;
  }
}

.map-controls__display-as,
.map-controls__map {
  border-radius: 30px;
  box-shadow: inset 0 0 10px rgba(var(--black-rgb), 0.2);
  display: inline-flex;
  overflow: hidden;
  padding: 0;
}
.map-controls__display-as i,
.map-controls__map i {
  display: block;
  padding: 3px 2.21vw;
}

.map-controls__filters {
  text-align: left;
}
.map-controls__filters * {
  vertical-align: middle;
}
.map-controls__filters .i {
  display: block;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .map-controls__filters .i {
    display: inline-block;
    line-height: 28px;
    margin-top: 0;
  }
}
.map-controls__filters select {
  width: 100%;
}
@media (min-width: 768px) {
  .map-controls__filters select {
    display: inline;
    width: auto;
  }
}
@media (min-width: 992px) {
  .map-controls__filters select {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .map-controls__filters select[name=climate-impact] {
    min-width: 220px;
  }
}
@media (min-width: 992px) {
  .map-controls__filters select[name=rcp] {
    min-width: 230px;
  }
}
@media (min-width: 992px) {
  .map-controls__filters select[name=probability] {
    min-width: 110px;
  }
}
.map-controls__filters .select2 {
  margin-right: 1px;
  width: 100% !important;
}
@media (min-width: 768px) {
  .map-controls__filters .select2 {
    width: auto !important;
  }
}
@media (min-width: 992px) {
  .map-controls__filters .select2 {
    width: 200px;
  }
}
.map-controls__filters .select2:focus {
  outline: none !important;
}
.map-controls__filters .select2 *:focus {
  outline: none;
}
@media (min-width: 768px) {
  .map-controls__filters {
    align-items: flex-end;
    border-bottom: solid 2px lightgray;
    border-top: solid 2px lightgray;
    clear: both;
    display: flex;
    justify-content: center;
    padding-top: 1.105vw;
  }
  .map-controls__filters > * {
    margin-right: 10px;
  }
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #FF6553;
  padding-left: 0;
  padding-right: 0;
}

.select2-container--default .select2-selection--single {
  border-color: lightgray;
  border-radius: 0;
  border-width: 0 0 1px 0;
  height: scale(1, 4.42vw);
}
@media (min-width: 768px) {
  .select2-container--default .select2-selection--single {
    border-width: 0;
    height: 28px;
    padding-right: 19px;
  }
}

.select2-dropdown {
  border-width: 1px 0 0 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

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

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

.section--impact-map .pill-container {
  position: relative;
  transform: translateY(50%);
  z-index: 10;
}

.map-controls__map {
  background: white;
  position: relative;
}
@media (min-width: 768px) {
  .map-controls__map {
    margin-bottom: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0 !important;
  }
  .map-controls__map label:first-child {
    flex: 1;
  }
}

#impact-map {
  background: lightgray;
  height: 600px;
}

.map-svg-container {
  border-top: solid 1px #ddd;
  box-shadow: inset 0 10px 20px -10px rgba(var(--black-rgb), 0.25);
  font-size: 0;
  height: 600px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 575px) {
  .map-svg-container {
    height: auto;
  }
}

.svg-map__key {
  background: #f3f3f3;
  border-right: solid 1px #ddd;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100px;
}
.svg-map__key .key-container {
  background: var(--white);
  box-shadow: inset 0 10px 20px -10px rgba(var(--black-rgb), 0.25);
  padding-top: 20px;
}
@media (max-width: 575px) {
  .svg-map__key .key-container {
    border-top: solid 1px #F8F8F8;
    box-shadow: none;
  }
}
.svg-map__key .copy {
  background: var(--white);
  padding-bottom: 20px;
}
@media (max-width: 575px) {
  .svg-map__key .copy {
    padding-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .svg-map__key {
    position: relative;
    top: unset;
    width: 100%;
  }
  .svg-map__key .key-color-list,
  .svg-map__key .key-value-list {
    width: auto;
  }
  .svg-map__key .key-value-list {
    margin-top: 0;
  }
  .svg-map__key .key-color-item,
  .svg-map__key .key-value-item {
    float: left;
  }
  .svg-map__key h5 {
    display: none;
  }
}

.key-color-list {
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 25px;
}

.key-color-item,
.key-value-item {
  display: block;
  height: 25px;
  width: 25px;
}

.key-color-list,
.key-value-list {
  display: inline-block;
  list-style: none;
  padding: 0;
  vertical-align: top;
  width: 25px;
}

.key-value-list {
  margin-top: 13px;
}

.key-value-item {
  color: var(--black);
  font-size: 0.75rem;
  line-height: 25px;
  opacity: 1;
  white-space: nowrap;
  z-index: 2;
}

.svg-map {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.copy h5 {
  font-size: 0.75rem !important;
  font-weight: 100;
  margin: 0;
  padding: 10px 0;
  text-overflow: ellipsis;
}

.svg-map__buttons {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}
.svg-map__buttons button {
  appearance: none;
  background: #575757;
  border: none;
  border-radius: 50%;
  color: var(--white);
  cursor: pointer;
  display: block;
  font-size: 1.5rem;
  height: 40px;
  line-height: 20px;
  margin: 2px 0;
  padding: 0;
  vertical-align: middle;
  width: 40px;
}
.svg-map__buttons button span {
  display: block;
  margin-top: -3px;
}
@media (max-width: 575px) {
  .svg-map__buttons {
    background: var(--white);
    flex-direction: row;
    justify-content: flex-end;
    padding: 2.21vw;
    padding-top: 0;
  }
  .svg-map__buttons button:first-child {
    margin-right: 1.105vw;
  }
}

.map-tooltip {
  background: rgba(248, 248, 248, 0.9);
  padding: 12px;
  position: absolute;
  text-align: center;
}
.map-tooltip p {
  color: #FF6553;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background: var(--white);
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
  color: #bdbdbd;
  float: left;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: unset;
}

.select2-results__option {
  clear: both;
  float: left;
  padding-right: 1em;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-top-color: rgba(136, 136, 136, 0.25);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-top-color: rgba(136, 136, 136, 0.25);
}

path.state {
  stroke: var(--white);
  stroke-width: 0.5;
}

path.nation {
  stroke: var(--white);
  stroke-width: 0.08;
}

.map-controls__time.disable-historical label.historical {
  opacity: 0.3;
}

.map__info-box {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 25px;
  width: 80%;
}

.info-box-content {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 200;
  padding: 6px;
}

@media screen and (min-width: 700px) {
  .info-box-content {
    font-size: calc(12px + 1.67218 * (100vw - 700px) / 740);
  }
}
@media screen and (min-width: 1440px) {
  .info-box-content {
    font-size: 14px;
  }
}
.us-map__info-box {
  display: none;
}

.us-map__info-box.is-active {
  display: block;
}

.global-map__info-box {
  display: none;
}

.global-map__info-box.is-active {
  display: block;
}

.map__footnote-box {
  bottom: 0;
  color: #575757;
  font-size: 12px;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: right;
  width: 50%;
}

@media screen and (min-width: 700px) {
  .map__footnote-box {
    font-size: calc(12px + 1.67218 * (100vw - 700px) / 740);
  }
}
@media screen and (min-width: 1440px) {
  .map__footnote-box {
    font-size: 14px;
  }
}
.us-map__key-copy.fahrenheit-celsius {
  display: none;
}

.us-map__key-copy.days {
  display: none;
}

.us-map__key-copy.mortality {
  display: none;
}

.us-map__key-copy.energy {
  display: none;
}

.global-map__key-copy.fahrenheit-celsius {
  display: none;
}

.global-map__key-copy.days {
  display: none;
}

.global-map__key-copy.mortality {
  display: none;
}

.global-map__key-copy.energy {
  display: none;
}

.us-map__key-copy.fahrenheit-celsius.is-active {
  display: block;
}

.us-map__key-copy.days.is-active {
  display: block;
}

.us-map__key-copy.mortality.is-active {
  display: block;
}

.us-map__key-copy.energy.is-active {
  display: block;
}

.global-map__key-copy.fahrenheit-celsius.is-active {
  display: block;
}

.global-map__key-copy.days.is-active {
  display: block;
}

.global-map__key-copy.mortality.is-active {
  display: block;
}

.global-map__key-copy.energy.is-active {
  display: block;
}

.map-page-section {
  display: none;
}

.map-page-section.is-active {
  display: block;
}

div.map-tooltip {
  pointer-events: none;
  z-index: 100;
}

div.map-controls__display-as.disable-measure input:not(:checked) + i {
  opacity: 0.3;
}

.hideOptions {
  display: none !important;
}

.section--impacts {
  position: relative;
}

.section--impacts::before {
  background-color: var(--lt-yellow);
  content: "";
  display: block;
  height: 360px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.section--impacts .container {
  position: relative;
}

.section--impacts .card {
  --gradient-color: var(--white-rgb);
  --title-color: var(--rich-black);
  --teaser-color: var(--rich-black);
}

.section--manual-content-grid .content-grid {
  --gutter: 60px;
  --gutter-half: 30px;
  display: grid;
  grid-gap: var(--gutter);
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  position: relative;
}

.section--manual-content-grid .content-grid::before,
.section--manual-content-grid .content-grid::after {
  background-color: var(--section-bg-color);
  content: "";
  display: block;
  height: 100%;
  left: calc(var(--gutter-half) * -1);
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 1;
}

.section--manual-content-grid .content-grid::after {
  height: 1px;
  left: 0;
  top: calc(var(--gutter-half) * -1);
  width: 100%;
}

.section--manual-content-grid .item {
  position: relative;
}

.section--manual-content-grid .item::before,
.section--manual-content-grid .item::after {
  background-color: var(--border);
  content: "";
  display: block;
  height: 100%;
  left: calc(var(--gutter-half) * -1);
  position: absolute;
  top: 0;
  width: 1px;
}

.section--manual-content-grid .item::after {
  height: 1px;
  left: 0;
  top: calc(var(--gutter-half) * -1);
  width: 100%;
}

.section--manual-content-grid .item__title {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 500; /* stylelint-disable-line */
  color: var(--rich-black);
  font-size: clamp(24px, 20px + 0.0083333333 * 100vw, 30px);
  letter-spacing: -1px;
  line-height: 1.33;
}

.section--manual-content-grid .item__intro-text {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 300; /* stylelint-disable-line */
  color: var(--rich-black);
  font-size: clamp(16px, 15.3333333333px + 0.0013888889 * 100vw, 17px);
  line-height: 1.23;
  margin: 12 0 0;
}

.section--manual-content-grid .item .button {
  justify-self: flex-start;
  margin-top: 46px;
}

.section--page-content {
  --section-padding-top: 0;
  position: relative;
}

.page-header + .page-content .section--page-content {
  --section-padding-top: 0;
}

.section--page-content .container {
  position: relative;
}

.section--page-content .primary-content {
  grid-area: content;
  max-width: 80ch;
  position: relative;
}
@media (min-width: 992px) {
  .section--page-content .primary-content {
    max-width: none;
    padding-right: 8.3%;
  }
}

.section--page-content .sidebar {
  grid-area: sidebar;
}

.section--people-grid .section-header {
  border-bottom: 1px solid var(--border);
  padding-bottom: 10px;
}

.section--people-grid .section__title {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  color: var(--rich-black);
  font-size: clamp(20px, 16.6666666667px + 0.0069444444 * 100vw, 25px);
  line-height: 1.12;
}

.section--people-grid .people {
  column-gap: clamp(30px, -0.6666666667px + 0.0638888889 * 100vw, 76px);
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
  row-gap: clamp(30px, 10px + 0.0416666667 * 100vw, 60px);
}

.section--search-results .container {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .section--search-results .container {
    grid-template-columns: 1fr 3fr;
  }
}

.section--search-results .search-input {
  margin-bottom: 40px;
}

.section--search-results .search-input .facetwp-input-wrap {
  width: 100%;
}

.section--search-results .card {
  padding-bottom: 30px;
  padding-top: 30px;
}

.section--search-results .card + .card {
  border-top: 1px solid #D6D6CE;
}

.section-footer {
  margin-top: 50px;
  text-align: center;
}

.section-footer .section__buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .section-footer .section__buttons {
    flex-direction: row;
    justify-content: center;
  }
}

.section-footer .button.clear {
  background-color: transparent;
  border-color: transparent;
  color: var(--button-text-color, var(--blue));
}

.section-footer .button.clear:hover {
  background-color: transparent;
  border-color: transparent;
  color: var(--button-text-color, var(--orient));
}

.section-footer.section-footer--align-left .section__buttons {
  justify-content: flex-start;
}

.section-header {
  column-gap: 30px;
  display: grid;
  grid-template-areas: "title controls" "teaser teaser" "buttons buttons";
  margin-bottom: var(--section-header-bottom-space, 50px);
}

.section__title {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 500; /* stylelint-disable-line */
  color: var(--section-title-color, var(--rich-black));
  font-size: clamp(30px, 24.6666666667px + 0.0111111111 * 100vw, 38px);
  grid-area: title;
  letter-spacing: -1.2px;
  line-height: 1.2;
}

.section-header .slider-controls {
  align-self: center;
  grid-area: controls;
  justify-self: flex-end;
}

.section__teaser {
  grid-area: teaser;
  margin-top: 23px;
  max-width: 60ch;
}

.section__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  grid-area: buttons;
  margin-top: 43px;
}

.section__buttons .button {
  width: 100%;
}
@media (min-width: 768px) {
  .section__buttons .button {
    width: auto;
  }
}

.site-footer {
  background-color: #404040;
  padding-bottom: 40px;
  padding-top: 40px;
}

.site-footer .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  align-items: center;
  display: grid;
  gap: 35px;
  grid-template-areas: "logo-1 logo-1" "social social" "menu menu" "logo-2 logo-2";
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 768px) {
  .site-footer .container {
    align-items: flex-end;
    gap: 50px;
    grid-template-areas: "logo-1 logo-2" "social menu";
    grid-template-columns: 200px auto;
  }
}

@media (min-width: 768px) {
  .site-footer .site-branding {
    align-self: flex-start;
  }
}

.site-footer .site-branding:nth-child(1) {
  grid-area: logo-1;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .site-footer .site-branding:nth-child(1) {
    margin-bottom: 0;
  }
}

.site-footer .associated-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  grid-area: logo-2;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .site-footer .associated-logos {
    flex-wrap: nowrap;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .site-footer .associated-logos {
    justify-self: flex-end;
  }
}

.site-footer .associated-logos .logo {
  width: calc(50% - 20px);
}
@media (min-width: 768px) {
  .site-footer .associated-logos .logo {
    width: auto;
  }
}

.site-footer .associated-logos img {
  max-height: 50px;
  opacity: 0.7;
  transition: opacity 150ms;
}

.site-footer .associated-logos a:hover img {
  opacity: 1;
}

.site-footer .social-profiles {
  grid-area: social;
}

.footer-menu-container {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 400; /* stylelint-disable-line */
  color: var(--white);
  font-size: 13px;
  grid-area: menu;
  line-height: 1.5;
}

.footer-menu .menu {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-menu .menu-item + .menu-item::before {
  color: var(--white);
  content: "•";
  font-size: 8px;
  margin: 0 7px;
  opacity: 0.5;
  position: relative;
  top: -1px;
}

.footer-menu .menu-item a {
  color: var(--white);
  font-size: 13px;
  line-height: 1.5;
  opacity: 0.6;
  text-decoration: none;
  transition: opacity 150ms;
}

.footer-menu .menu-item a:hover {
  opacity: 1;
}

.site-footer .copyright {
  opacity: 0.5;
}

.slider-controls {
  display: flex;
  gap: 12px;
  z-index: 5;
}

.slider-controls__button {
  align-items: center;
  background: var(--white);
  border: 0;
  border-radius: 5px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  color: var(--cinnabar);
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  margin: 0;
  padding: 0;
  transition: all 150ms;
  width: 40px;
}

.slider-controls__button:not(.swiper-button-disabled):hover {
  background-color: var(--cinnabar);
  color: var(--white);
}

.swiper-button-disabled {
  color: #F4C4BA;
  cursor: not-allowed;
}

.small-menu {
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms;
  visibility: hidden;
  background: #1D283C;
  display: flex;
  flex-direction: column;
  height: calc(100dvh - var(--total-header-height));
  left: 0;
  position: fixed;
  top: var(--total-header-height);
  width: 100%;
  z-index: 10;
}
@media (min-width: 992px) {
  .small-menu {
    display: none;
  }
}

.small-menu.menu-open {
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms;
  visibility: visible;
}
@media (min-width: 992px) {
  .small-menu.menu-open {
    display: none;
  }
}

.small-menu .scroll {
  flex: 1;
  overflow-y: auto;
}

.small-menu .small-primary-menu {
  background-color: var(--dark-navy);
  background-image: linear-gradient(0deg, #163259 0%, #000D24 100%), linear-gradient(-70deg, rgba(119, 21, 21, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  padding: 10px 0;
}

.small-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.small-menu .sub-menu {
  display: none;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.small-menu .mega-toggle-on > .sub-menu,
.small-menu .menu-toggle-on > .sub-menu {
  display: block;
}

.small-menu a:not(.button) {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 500; /* stylelint-disable-line */
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--white);
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  letter-spacing: -0.5px;
  line-height: 20px;
  padding: 10px 15px;
  position: relative;
  text-decoration: none;
}

.small-menu .sub-menu a {
  padding-left: 0;
  padding-right: 0;
}

.small-menu img {
  border-radius: 5px;
}

.small-menu .submenu-toggle {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: var(--white);
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 16px;
  top: 8px;
  transform: rotate(90deg);
  transition: transform 150ms;
  width: 30px;
}

.small-menu .submenu-toggle.is-active {
  transform: rotate(270deg);
}

.small-menu .sub-menu::before {
  background-color: #777;
  content: "";
  display: block;
  height: calc(100% - 20px);
  left: 0;
  position: absolute;
  top: 10px;
  width: 1px;
}

.small-menu .small-utility-menu [class*=menu] > [class*=menu-item] > a,
.small-menu .small-sites-menu [class*=menu] > [class*=menu-item] > a {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 300; /* stylelint-disable-line */
  font-size: 14px;
}

.small-menu .small-utility-menu .sub-menu,
.small-menu .small-sites-menu .sub-menu {
  margin-bottom: 20px;
  margin-left: 15px;
  padding-bottom: 0;
}

.small-utility-menu .sub-menu::before,
.small-sites-menu .sub-menu::before {
  background-color: #777;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.small-utility-menu .sub-menu > li:first-of-type > a,
.small-sites-menu .sub-menu > li:first-of-type > a {
  padding-top: 0;
}

.small-utility-menu .sub-menu > li:last-of-type > a,
.small-sites-menu .sub-menu > li:last-of-type > a {
  padding-bottom: 0;
}

.small-menu .search-form {
  background-color: rgb(38, 38, 38);
  bottom: 0;
  display: grid;
  grid-template-columns: auto 30px;
  grid-template-rows: auto auto;
  left: 0;
  padding: 20px;
  position: sticky;
}

.small-menu .search-form__label {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 500; /* stylelint-disable-line */
  color: var(--white);
  display: block;
  font-size: 17px;
  grid-column: 1/3;
  grid-row: 1;
  letter-spacing: -0.5px;
  margin-bottom: 1rem;
}

.small-menu .search-form__input {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 300; /* stylelint-disable-line */
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(var(--white-rgb), 0.2);
  color: var(--white);
  display: flex;
  flex-grow: 1;
  font-size: 25px;
  grid-row: 2;
  letter-spacing: -0.5px;
  padding-bottom: 4px;
  width: 100%;
}
.small-menu .search-form__input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  /* stylelint-disable-line */
  font-style: italic;
  font-weight: 300; /* stylelint-disable-line */
  letter-spacing: -0.5px;
  opacity: 0.7;
}
.small-menu .search-form__input::-moz-placeholder {
  /* Firefox 19+ */
  /* stylelint-disable-line */
  font-style: italic;
  font-weight: 300; /* stylelint-disable-line */
  letter-spacing: -0.5px;
  opacity: 0.7;
}
.small-menu .search-form__input:-ms-input-placeholder {
  /* IE 10+ */
  /* stylelint-disable-line */
  font-style: italic;
  font-weight: 300; /* stylelint-disable-line */
  letter-spacing: -0.5px;
  opacity: 0.7;
}
.small-menu .search-form__input:-moz-placeholder {
  /* Firefox 18- */
  /* stylelint-disable-line */
  font-style: italic;
  font-weight: 300; /* stylelint-disable-line */
  letter-spacing: -0.5px;
  opacity: 0.7;
}

.small-menu .search-form__submit {
  background-color: transparent;
  border: 0;
  color: var(--terracotta);
  font-size: 20px;
  grid-column: 2/3;
  grid-row: 2;
}

.social-profiles {
  align-items: center;
  column-gap: 40px;
  display: flex;
  flex-direction: row;
}

.social-profiles__link {
  color: var(--white);
  opacity: 0.5;
  text-decoration: none;
  transition: opacity 150ms;
}

.social-profiles__link:hover {
  opacity: 1;
}

.social-links__list {
  align-items: center;
  display: flex;
  gap: 13px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.social-links__link {
  --background-color: var(--gold);
  align-items: center;
  background-color: var(--background-color);
  border-radius: 50%;
  color: var(--white);
  display: flex;
  height: 40px;
  justify-content: center;
  transition: all 150ms ease;
  width: 40px;
}

.social-links__link:hover,
.social-links__link:focus {
  --background-color: var(--terracota);
  transform: scale(1.05);
}

/* stylelint-disable-line */
/**
 * Swiper 11.1.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 13, 2024
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1 {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  font-size: clamp(21px, 18.3333333333px + 0.0055555556 * 100vw, 25px);
  line-height: 1.12;
}

h2 {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  font-size: clamp(18px, 16.6666666667px + 0.0027777778 * 100vw, 20px);
  line-height: 1.3;
}

h3 {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  font-size: clamp(17px, 16.3333333333px + 0.0013888889 * 100vw, 18px);
  letter-spacing: -0.5px;
  line-height: 1.3;
}

h4 {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  font-size: 17px;
  line-height: 1.3;
}

h5 {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 500; /* stylelint-disable-line */
  font-size: 17px;
  line-height: 1.3;
}

h6 {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 300; /* stylelint-disable-line */
  font-size: 12px;
  font-size: 1.16;
}

p,
li {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 300; /* stylelint-disable-line */
  font-size: clamp(16px, 14.6666666667px + 0.0027777778 * 100vw, 18px);
  letter-spacing: -0.25px;
  line-height: 1.44;
}

strong {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
}

.textblock {
  container-type: inline-size;
}

.textblock *:first-child {
  margin-top: 0;
}

.textblock *:last-child {
  margin-bottom: 0;
}

.textblock h1 {
  color: var(--maroon);
}

.textblock h2 {
  color: var(--maroon);
  text-transform: uppercase;
}

.textblock h3 {
  color: var(--maroon);
}

.textblock h4 {
  color: var(--tundora);
}

.textblock h5 {
  color: var(--tundora);
}

.textblock h6 {
  color: var(--tundora);
}

.textblock p {
  color: var(--tundora);
  margin: 2rem 0;
}

.textblock p:empty {
  display: none;
}

.textblock h1 + p,
.textblock h2 + p,
.textblock h3 + p,
.textblock h4 + p,
.textblock h5 + p,
.textblock h6 + p {
  margin-top: 1.3rem;
}

.textblock a:not(.button) {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 500; /* stylelint-disable-line */
  color: var(--orient);
  word-break: break-word;
}

.textblock a:not(.button):hover {
  color: inherit;
}

.textblock .button + .button {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .textblock .button + .button {
    margin-left: 20px;
    margin-top: 0;
  }
}

.textblock ul,
.textblock ol {
  margin: 2rem 0;
}

.textblock ul {
  padding-left: 21px;
}

.textblock li {
  color: var(--tundora);
}

.textblock li + li {
  margin-top: 8px;
}

.textblock ul li {
  list-style-type: none;
  padding-left: 19px;
  text-indent: -10px;
}

.textblock ul li::before {
  content: "•";
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

.textblock .alignleft {
  margin: 0 0 1rem 0;
  width: 100%;
}
@container (min-width: 400px) {
  .textblock .alignleft {
    margin-left: 0;
    margin-right: 20px;
    width: auto;
  }
}

.textblock .alignright {
  margin: 0 0 1rem 0;
  width: 100%;
}
@container (min-width: 400px) {
  .textblock .alignright {
    margin-left: 20px;
    margin-right: 0;
    width: auto;
  }
}

.textblock figure {
  width: 100% !important;
}
@media (min-width: 768px) {
  .textblock figure {
    width: auto !important;
  }
}

.textblock figcaption {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 300; /* stylelint-disable-line */
  font-size: 12px;
  font-size: 1.16;
  margin-top: 10px;
}

.textblock blockquote:not(.full-width-blockquote) {
  border-left: 2px solid var(--maroon);
  margin: 3rem 40px 3rem 0;
  padding-left: 20px;
}

.textblock blockquote p {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 300; /* stylelint-disable-line */
  color: var(--maroon);
  font-size: clamp(22px, 19.3333333333px + 0.0055555556 * 100vw, 26px);
  letter-spacing: -0.8px;
  line-height: 1.5;
}

.textblock blockquote p:last-child:not(:first-child) {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 500; /* stylelint-disable-line */
  font-size: 17px;
  line-height: 1.2;
  margin-top: -1rem;
}

blockquote.full-width-blockquote {
  margin-bottom: 4rem;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 4rem;
  position: relative;
}
@media (min-width: 768px) {
  blockquote.full-width-blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}

blockquote.full-width-blockquote .blockquote__content {
  background-image: var(--background-image);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  padding: 140px 50px;
  position: relative;
}
@media (min-width: 768px) {
  blockquote.full-width-blockquote .blockquote__content {
    left: calc(50vw - 20px);
    margin-left: -50vw; /* Center the image within the viewport */
    margin-right: -50vw; /* Ensure it spans full width */
    max-width: 100vw; /* Prevent it from going beyond viewport width */
    right: 50vw;
    top: 0;
    width: 100vw; /* Full viewport width */
  }
}
@media (min-width: 1218px) {
  blockquote.full-width-blockquote .blockquote__content {
    left: 76.15%;
  }
}

blockquote.full-width-blockquote .blockquote__content::before {
  background-color: rgba(var(--black-rgb), 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

blockquote.full-width-blockquote p {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 500; /* stylelint-disable-line */
  color: var(--white);
  font-size: clamp(28px, 20px + 0.0166666667 * 100vw, 40px);
  letter-spacing: -0.5px;
  line-height: 1.25;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
  text-align: center;
}

blockquote.full-width-blockquote p:last-child:not(:first-child) {
  font-size: clamp(16px, 13.3333333333px + 0.0055555556 * 100vw, 20px);
  font-style: normal;
  margin-top: 1.5rem;
}

blockquote.full-width-blockquote p cite {
  font-style: normal;
}

hr {
  border: 0;
  border-top: 1px solid var(--border);
  margin: 2rem 0;
  padding: 0;
}

.textblock table {
  margin: 2rem 0;
}

/* ===============================
=            Choices            =
=============================== */
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}
.choices:focus {
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-open {
  overflow: visible;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}
.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}
.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}
.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}
.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}
.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333 transparent;
  margin-top: -7.5px;
}
.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}
.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}
.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7;
}
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}
[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}
.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  visibility: visible;
}
.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}
.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}
[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable, .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable::after, .choices__list[aria-expanded] .choices__item--selectable::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
.choices__input:focus {
  outline: 0;
}
.choices__input::-webkit-search-decoration, .choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
  display: none;
}
.choices__input::-ms-clear, .choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/* =====  End of Choices  ====== */
.choices__list--dropdown .choices__item--selectable, .choices__list[aria-expanded] .choices__item--selectable {
  padding-right: 10px;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: var(--light-yellow);
}

.responsive-embed {
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
  position: relative;
}

.responsive-embed iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.search-form {
  display: grid;
  gap: 16px;
  grid-auto-columns: 1fr auto;
  grid-template-areas: "input submit";
}
@media (min-width: 1070px) {
  .search-form {
    grid-template-areas: "label label" "input submit";
  }
}

.search-form__label {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 500; /* stylelint-disable-line */
  font-size: 17px;
  grid-area: label;
  line-height: 1.4;
}

.search-form__input {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 300; /* stylelint-disable-line */
  background-color: transparent;
  border: none;
  color: var(--white);
  font-size: clamp(19px, 15px + 0.0083333333 * 100vw, 25px);
  grid-area: input;
  opacity: 1;
  outline: none;
}
.search-form__input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  /* stylelint-disable-line */
  font-style: italic;
  font-weight: 300; /* stylelint-disable-line */
  opacity: 0.75;
}
.search-form__input::-moz-placeholder {
  /* Firefox 19+ */
  /* stylelint-disable-line */
  font-style: italic;
  font-weight: 300; /* stylelint-disable-line */
  opacity: 0.75;
}
.search-form__input:-ms-input-placeholder {
  /* IE 10+ */
  /* stylelint-disable-line */
  font-style: italic;
  font-weight: 300; /* stylelint-disable-line */
  opacity: 0.75;
}
.search-form__input:-moz-placeholder {
  /* Firefox 18- */
  /* stylelint-disable-line */
  font-style: italic;
  font-weight: 300; /* stylelint-disable-line */
  opacity: 0.75;
}

.search-form__submit {
  background-color: transparent;
  border: none;
  color: var(--terracotta);
  cursor: pointer;
  grid-area: submit;
  height: 30px;
  margin: 0;
  padding: 0;
  transition: color 150ms;
  width: 30px;
}

.search-form__submit:hover,
.search-form__submit:focus {
  color: var(--gold);
}

.section {
  padding-bottom: var(--section-padding-bottom);
  padding-top: var(--section-padding-top);
}

.page-header--full-width + .page-content .section:first-of-type {
  --section-padding-top: 0;
}

.bg-none {
  --section-background-color: var(--white);
  position: relative;
}

.bg-none::before {
  background-color: var(--border);
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  max-width: calc(1220px - 40px);
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1000;
}

.section--hero-slider + .bg-none::before,
.section[class*=bg-]:not(.bg-none) + .bg-none::before {
  content: none;
}

.bg-lt-yellow {
  --section-bg-color: var(--lt-yellow);
  background-color: var(--section-bg-color);
}

.bg-lt-blue {
  --section-bg-color: var(--lt-blue);
  background-color: var(--section-bg-color);
}

.bg-lt-blue-logo-mark {
  --section-bg-color: var(--lt-blue);
  background-color: var(--section-bg-color);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIG9wYWNpdHk9IjAuMDciPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNMCAwaDkuMjIzdjMuNTc3SDB6Ii8+PHBhdGggaWQ9ImMiIGQ9Ik0wIDBoMTkuOTEzdjExLjIzM0gweiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGZpbGw9IiNGQjdFMEUiIGQ9Ik0xNC4wNjQgMjIuNzYxYy0uODc2LjEzNC0xLjc4My4xNTItMi43MDIuMDQ3aC0uMDAzYTEwLjEyNSAxMC4xMjUgMCAwIDEtLjg2NS0uMTQgMTAuMDA0IDEwLjAwNCAwIDAgMS0xLjc1NC0uNTE2bC0uNDAyIDEuMDJjLjkxLjM2IDEuODguNjA0IDIuODk3LjcybC4wMDMuMDAxYzEuMDE5LjExNiAyLjAyLjA5NiAyLjk4OC0uMDQ5bC0uMTYyLTEuMDgzWiIvPjxwYXRoIGZpbGw9IiNBMUUyRDciIGQ9Im0xOC4yOTYgMTkuNzcyLS42OC0uODU0Yy0uMTQuMTEyLS4yODYuMjE5LS40MzQuMzIybC0uMDIxLjAxNWMtLjA2NC4wNDQtLjEyOC4wODYtLjE5Mi4xMjgtLjAzNS4wMjMtLjA3My4wNC0uMTA4LjA2M2E4LjQ4IDguNDggMCAwIDEtLjM0Mi4yYy0uMDYuMDM1LS4xMi4wNy0uMTguMS0uMTguMDk2LS4zNjIuMTg2LS41NDguMjY3di4wMDNjLS42NDMuMjgtMS4zMy40OC0yLjA0Ny41ODZoLS4wMDJsLjE1OSAxLjA4YTkuMjQgOS4yNCAwIDAgMCA0LjM5Ni0xLjkxMWgtLjAwMVoiLz48cGF0aCBmaWxsPSIjRkI3RTBFIiBkPSJtMTguMjE5IDE2LjczNC4wMDEuMDAxLjg3Ny42NWMuMjQ0LS4zMjYuNDYxLS42NzMuNjUzLTEuMDM1LjE0Mi0uMjY3LjI3Mi0uNTQuMzgzLS44MjZoLS4wMDFhOC4wNDkgOC4wNDkgMCAwIDAgLjUxNS0yLjA2OWwtMS4wODQtLjEyM2E3LjAyMiA3LjAyMiAwIDAgMS0uNDQ2IDEuNzloLS4wMDFhNi44ODggNi44ODggMCAwIDEtLjg5NyAxLjYxMiIvPjxwYXRoIGZpbGw9IiMwRUIzQzciIGQ9Ik0zLjM0IDUuNzIzYTExLjM3NCAxMS4zNzQgMCAwIDEgMi4wNzUtMi4xNDZsLS42OC0uODU0QTEyLjU4OSAxMi41ODkgMCAwIDAgMi40NiA1LjA3NWExMi40ODIgMTIuNDgyIDAgMCAwLTEuNTg3IDIuODZsMS4wMTcuMzk4Yy4zNy0uOTQyLjg2LTEuODE3IDEuNDUyLTIuNjEiLz48cGF0aCBmaWxsPSIjQTFFMkQ3IiBkPSJNMS4xNjggMTEuMjMyYTExLjM2OCAxMS4zNjggMCAwIDAgLjA0OSAyLjk4N2wxLjA4NC0uMTYyYTEwLjE1IDEwLjE1IDAgMCAxLS4wNDgtMi43Yy4xMDUtLjkyLjMyNy0xLjc5OS42NTYtMi42MjIuMzMzLS44NTIuNzc3LTEuNjQ1IDEuMzA2LTIuMzY0bC0uODc0LS42NDhhMTEuMjEgMTEuMjEgMCAwIDAtMS40NTIgMi42MWMtLjM2LjkxLS42MDQgMS44OC0uNzIxIDIuOSIvPjxwYXRoIGZpbGw9IiMwRUIzQzciIGQ9Ik0yLjI1MyAxMS4zNTZhMTAuMTUgMTAuMTUgMCAwIDAgLjA0OCAyLjcwMWwxLjA3Ny0uMTYzYTkuMTYzIDkuMTYzIDAgMCAxIC41NDQtNC43NTcgOS4xMTUgOS4xMTUgMCAwIDEgMS4xNzMtMi4xMTVsLS44OC0uNjUyYy0uNTMuNzItLjk3MyAxLjUxMy0xLjMwNiAyLjM2NS0uMzMuODIzLS41NTEgMS43MDItLjY1NiAyLjYyMSIvPjxwYXRoIGZpbGw9IiMwMjZCOEEiIGQ9Ik0zLjMzNSAxMS40OGE5LjA5NSA5LjA5NSAwIDAgMCAuMDQ0IDIuNDE1bDEuMDgtLjE2YTguMTU3IDguMTU3IDAgMCAxLS4wMzUtMi4xMzEgOC4xNTIgOC4xNTIgMCAwIDEgLjUxNS0yLjA2OCA3Ljk0OCA3Ljk0OCAwIDAgMSAxLjAzNy0xLjg2MmwtLjg4MS0uNjUyYTkuMTU2IDkuMTU2IDAgMCAwLTEuMTczIDIuMTE1IDkuMTMgOS4xMyAwIDAgMC0uNTg3IDIuMzQzIi8+PHBhdGggZmlsbD0iIzAyNkI4QSIgZD0iTTMuNTc5IDE5LjY0OGExMS4zODUgMTEuMzg1IDAgMCAxLTEuNTM3LTIuNTU4IDExLjM2OCAxMS4zNjggMCAwIDEtLjg3NC01Ljg1OGMuMTE2LTEuMDE4LjM2Mi0xLjk4OC43Mi0yLjlMLjg3MyA3LjkzNmExMi40OTMgMTIuNDkzIDAgMCAwLS43OSAzLjE3NCAxMi40NzQgMTIuNDc0IDAgMCAwIDIuNjQzIDkuMjE4IDEyLjYxNCAxMi42MTQgMCAwIDAgMi4zNTIgMi4yNzVsLjY1Mi0uODc3YTExLjQzNyAxMS40MzcgMCAwIDEtMi4xNS0yLjA3N20zLjE5Ny0xNC4zNmE5LjMwMiA5LjMwMiAwIDAgMSAyLjA2OS0xLjI0Nkw4LjQxMiAzLjA0di0uMDAxQzcuNTggMy40IDYuOCAzLjg2OSA2LjA5NCA0LjQzYTEwLjYyOCAxMC42MjggMCAwIDAtMS44OCAxLjk0bC44ODIuNjVhOS4yMjcgOS4yMjcgMCAwIDEgMS42OC0xLjczMiIvPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQuNzM2KSI+PG1hc2sgaWQ9ImIiIGZpbGw9IiNmZmYiPjx1c2UgeGxpbms6aHJlZj0iI2EiLz48L21hc2s+PHBhdGggZmlsbD0iI0ExRTJENyIgZD0iTTMuMjM5IDIuMDRhMTEuMjggMTEuMjggMCAwIDEgMi44NzItLjgyNSAxMS40MTggMTEuNDE4IDAgMCAxIDIuOTg4LS4wNDhMOS4yMjMuMDhhMTIuNTMxIDEyLjUzMSAwIDAgMC02LjQxNy45NTZBMTIuNjIzIDEyLjYyMyAwIDAgMCAwIDIuNzIzbC42NzkuODUzYy43ODEtLjYyIDEuNjQtMS4xMzcgMi41Ni0xLjUzNSIgbWFzaz0idXJsKCNiKSIvPjwvZz48cGF0aCBmaWxsPSIjMDI2QjhBIiBkPSJNNi41OTggMTEuODUyYTUuOTIgNS45MiAwIDAgMSAuMzc4LTEuNTEzbC0xLjAxNy0uNDAyYTcuMDQgNy4wNCAwIDAgMC0uNDQ2IDEuNzkxIDcuMDE2IDcuMDE2IDAgMCAwIC4wMyAxLjg0NWwxLjA4Mi0uMTYyYTUuODc4IDUuODc4IDAgMCAxLS4wMjctMS41NTltLS40NTMgNS43NTZjLjQ0NS41NTUuOTYgMS4wNTQgMS41MzMgMS40OGwuMDY5LS4wOTQuNTgzLS43ODRjLS41LS4zNjktLjk0OC0uOC0xLjMyNy0xLjI4NGE2Ljg4IDYuODggMCAwIDEtLjk1LTEuNTggNi45MjQgNi45MjQgMCAwIDEtLjUxLTEuNzczbC0xLjA4NC4xNjJjLjEwNy43MTUuMzA1IDEuNC41OSAyLjA0N2E4LjEzMyA4LjEzMyAwIDAgMCAxLjA5NiAxLjgyNiIvPjxwYXRoIGZpbGw9IiNBMUUyRDciIGQ9Im02Ljc3NSA1LjI4Ny4wMDEuMDAyYTkuMjQyIDkuMjQyIDAgMCAxIDIuMDctMS4yNDZWNC4wNGE5LjMwOSA5LjMwOSAwIDAgMC0yLjA3IDEuMjQ2WiIvPjxwYXRoIGZpbGw9IiNGQjdFMEUiIGQ9Ik03LjAwMyAxNi45MjZhNi44OTkgNi44OTkgMCAwIDAgMS4zMjcgMS4yODVjLjM2Ny4yNzMuNzYyLjUxMiAxLjE4My43MTFsLjAzNi4wMTVjLjEzLjA2LjI2LjExOC4zOTMuMTdsLjAxMi0uMDMtLjAxMi4wM2MuNTYuMjIxIDEuMTYuMzc0IDEuNzg4LjQ0NWguMDAzYTcuMDAyIDcuMDAyIDAgMCAwIDMuNjE5LS41MzlsLS40MzQtMS4wMDJhNS43NjUgNS43NjUgMCAwIDEtMS41MDIuNDMzIDYuMDE3IDYuMDE3IDAgMCAxLTEuNTYuMDI1Yy0uMDkyLS4wMS0uMTgzLS4wMjctLjI3NC0uMDRhNS45NjUgNS45NjUgMCAwIDEtMS4yMzgtLjMzOHYtLjAwMi4wMDFhNS43OTEgNS43OTEgMCAwIDEtMS4zNjctLjc1N2MtLjQyLS4zMS0uOC0uNjgtMS4xMi0xLjA4NmE1Ljc5NiA1Ljc5NiAwIDAgMS0uODAyLTEuMzM1IDUuNzM3IDUuNzM3IDAgMCAxLS40My0xLjVsLTEuMDgyLjE2MWMuMDkxLjYyLjI2NSAxLjIxMy41MTEgMS43NzIuMjQ0LjU3LjU2NCAxLjEuOTUgMS41ODEiLz48cGF0aCBmaWxsPSIjMEVCM0M3IiBkPSJNNi44NTYgOC4zMjVhNi45MDggNi45MDggMCAwIDAtLjg5NyAxLjYxM2wxLjAxNy40YTYuMDExIDYuMDExIDAgMCAxIDEuODQtMi40ODVMOC4xMzcgN2E2Ljg1IDYuODUgMCAwIDAtMS4yOCAxLjMyNyIvPjxwYXRoIGZpbGw9IiNBMUUyRDciIGQ9Ik02LjU5OCAxMS44NTJhNS44NzggNS44NzggMCAwIDAgLjAyNyAxLjU2bDEuMDgtLjE2M2E0Ljc4NyA0Ljc4NyAwIDAgMS0uMDIyLTEuMjczYy4wNS0uNDM1LjE1NC0uODQ3LjMxLTEuMjM1LjE1Ny0uNDAzLjM2NC0uNzc5LjYxOC0xLjExNmwtLjg3Ny0uNjVjLS4zMS40MTMtLjU2Ny44NzEtLjc1OCAxLjM2NGE1LjkyIDUuOTIgMCAwIDAtLjM3OCAxLjUxMyIvPjxwYXRoIGZpbGw9IiMwRUIzQzciIGQ9Ik02LjM3NyAyMC44NDhhMTAuNDI1IDEwLjQyNSAwIDAgMS0zLjMzNy00LjE5MmwtLjk5OC40MzRhMTEuNDM3IDExLjQzNyAwIDAgMCA2LjI5NSA2LjA4MmwuNDAzLTEuMDJhMTAuMzQyIDEwLjM0MiAwIDAgMS0yLjM2My0xLjMwNCIvPjxwYXRoIGZpbGw9IiNBMUUyRDciIGQ9Ik04Ljg0NSA0LjA0MmE5LjI2MyA5LjI2MyAwIDAgMSA0Ljc0LS43MDRsLjA4My0uNzEyLjA0Mi0uMzc0Yy0uMTQ1LS4wMTYtLjI4OS0uMDI1LS40MzMtLjAzNWExMC4xMzggMTAuMTM4IDAgMCAwLTMuMjQxLjI4Yy0uMzMyLjA4Mi0uNjU5LjE3NS0uOTc5LjI4OGwtLjAyMS4wMDdjLS4wMTEuMDA1LS4wMjEuMDEtLjAzMy4wMTQtLjE5OS4wNzEtLjM5Ni4xNDgtLjU5MS4yMzJsLS4wMDEuMDAyLjQzNCAxLjAwMloiLz48cGF0aCBmaWxsPSIjMDI2QjhBIiBkPSJNNy43MDYgMTMuMjQ5Yy4wNjIuNDI3LjE4Ljg0LjM1MSAxLjIyNi4xNy4zOTMuMzkuNzYuNjU1IDEuMDk0bC44NTQtLjY4YTMuNzA0IDMuNzA0IDAgMCAxLS41MDgtLjg0NyAzLjYzNiAzLjYzNiAwIDAgMS0uMjctLjk1MiAzLjY3NyAzLjY3NyAwIDAgMS0uMDItLjk5bC0xLjA4NS0uMTI0Yy0uMDQ5LjQzNS0uMDQuODU5LjAyMyAxLjI3MyIvPjxwYXRoIGZpbGw9IiMwRUIzQzciIGQ9Ik0xMy43NDMgMjAuNjAzaC0uMDAybC0uMDQ1LjAwNWE4LjE3OSA4LjE3OSAwIDAgMS0yLjA4Ny4wM2gtLjAwMmMtLjA5MS0uMDEyLS4xOC0uMDIxLS4yNzEtLjAzNi0uMDg4LS4wMTMtLjE3Ny0uMDI1LS4yNjYtLjA0MmgtLjAwMmwtLjIwNS0uMDQ3Yy0uMTIzLS4wMjUtLjI0NC0uMDUtLjM2NC0uMDgxYTguMzczIDguMzczIDAgMCAxLS45NTktLjMwOGgtLjAwMS4wMDF2LS4wMDJhMi41OSAyLjU5IDAgMCAxLS4xMzUtLjA1NyA0LjgzMiA0LjgzMiAwIDAgMC0uMTMzLS4wNTdjLS4wMTktLjAwOC0uMDM3LS4wMTgtLjA1Ni0uMDI3YTguMDk1IDguMDk1IDAgMCAxLS42MjctLjMxMiA4LjYyNyA4LjYyNyAwIDAgMS0uNDk5LS4yOTdsLS4wMzUtLjAyMWE3LjAxOCA3LjAxOCAwIDAgMS0uMjUtLjE3NWMtLjA0Mi0uMDMtLjA4NS0uMDU2LS4xMjctLjA4N3YtLjAwMmE4LjI5NCA4LjI5NCAwIDAgMS0xLjUzMy0xLjQ4IDguMTkgOC4xOSAwIDAgMS0xLjY4Ni0zLjg3MWwtMS4wOC4xNTljLjExOS44MS4zNDUgMS41OTIuNjY1IDIuMzI0YTkuMjMyIDkuMjMyIDAgMCAwIDEuMjQ3IDIuMDY4IDkuMDUgOS4wNSAwIDAgMCAxLjczOCAxLjY4bC4wNjItLjA4My0uMDYyLjA4NGMuMDUyLjAzOS4xMDguMDc0LjE2MS4xMTIuNTk5LjQyNSAxLjI1Ljc4NSAxLjk1MSAxLjA2LjEwMS4wNC4yMDUuMDc1LjMwNi4xMDlsLjAyMi4wMDguMDQzLjAxNGMuMTMxLjA0Ni4yNjIuMDg5LjM5NS4xMjkuMDc5LjAyMy4xNTguMDQzLjIzNy4wNjQuMTQ2LjAzOC4yOTQuMDc0LjQ0My4xMDcuMDU3LjAxMy4xMTMuMDI2LjE3MS4wMzcuMDk5LjAyLjE5OC4wMzkuMjk5LjA1NS4wMDggMCAuMDE2LjAwMy4wMjQuMDA0LjEzMi4wMi4yNjYuMDM5LjQwMS4wNTVoLjAwNGE5LjMyNSA5LjMyNSAwIDAgMCAyLjQxNS0uMDRsLS4xNTgtMS4wOFptLTYuMDYtOC42MjcgMS4wODYuMTI0Yy4wMzgtLjMzOC4xMTktLjY1OC4yNDEtLjk2LjExOS0uMzEzLjI4NC0uNjAzLjQ3OC0uODY3bC0uODc3LS42NDhhNC43MDQgNC43MDQgMCAwIDAtLjYxOCAxLjExNmMtLjE1Ni4zODktLjI2LjgtLjMxIDEuMjM1WiIvPjxwYXRoIGZpbGw9IiNBMUUyRDciIGQ9Im03LjAyOSAxOS45NjcuMDYyLS4wODN6Ii8+PHBhdGggZmlsbD0iI0E3MEUwRSIgZD0iTTguOTc4IDE3LjMzM2E1Ljc3IDUuNzcgMCAwIDAgMS4zNjUuNzU3di4wMDFhNS45OSA1Ljk5IDAgMCAwIDEuMjQuMzM3Yy4wOS4wMTQuMTgyLjAzLjI3NS4wNGwuMTI0LTEuMDg1YTQuNzkgNC43OSAwIDAgMS0xLjI0LS4zMDkgNC42NzQgNC42NzQgMCAwIDEtMS4xMTItLjYyIDQuNzUzIDQuNzUzIDAgMCAxLS45MTgtLjg4NmwtLjg1NC42OGMuMzIuNDA2LjY5OC43NzUgMS4xMiAxLjA4NU03LjE5IDIwLjA4YTkuMDY3IDkuMDY3IDAgMCAxIDAgMCIvPjxwYXRoIGZpbGw9IiNBMUUyRDciIGQ9Ik0xMC41OSA4LjA1M2E0Ljc5NCA0Ljc5NCAwIDAgMSAxLjIyNy0uMzUxIDQuNzk1IDQuNzk1IDAgMCAxIDEuMjc0LS4wMjJsLjEyMy0xLjA4NS0uMDAzLS4wMDFhNi4wMyA2LjAzIDAgMCAwLTEuNTU2LjAyNSA1Ljg2NyA1Ljg2NyAwIDAgMC0xLjUwMi40MzMgNS45MSA1LjkxIDAgMCAwLTEuMzM2LjgwMmwuNjc5Ljg1NGE0Ljg0NiA0Ljg0NiAwIDAgMSAxLjA5NC0uNjU1Ii8+PHBhdGggZmlsbD0iI0ExRTJENyIgZD0iTTEwLjg1NyAxMC40MmMuMTg1LS4xNDguMzg3LS4yNjkuNjAzLS4zNjYuMjEzLS4wOTMuNDQyLS4xNTguNjc4LS4xOTUuMjMtLjAzNC40NjUtLjAzNy43MDQtLjAxLjI0LjAyNy40NjguMDg0LjY4NC4xN2wuNDAxLTEuMDE0YTMuNjcyIDMuNjcyIDAgMCAwLS45Ni0uMjQgMy42NDMgMy42NDMgMCAwIDAtLjk5Mi4wMTcgMy42ODYgMy42ODYgMCAwIDAtLjk1Mi4yNzEgMy44MTkgMy44MTkgMCAwIDAtMS41MzUgMS4yMmwuODgxLjY1MmMuMTQtLjE5LjMwMy0uMzU5LjQ4OC0uNTA2Wm0tMS4yOSA0LjQ3Ljg1Ny0uNjgyYTIuNjMgMi42MyAwIDAgMS0uNTU2LTEuMjgxbC0xLjA4Mi4xNjNjLjA0Ni4zMzEuMTQxLjY1MS4yNzIuOTUyLjEzLjMwMy4zMDIuNTkuNTA4Ljg0N1pNMTEuMzMgNC40NTZhNy45MzIgNy45MzIgMCAwIDAtMi4wNS41OWguMDAxdi4wMDFhOC4zODEgOC4zODEgMCAwIDAtMS4yMTkuNjU5bC0uMDA3LjAwMmE4LjEzIDguMTMgMCAwIDAtLjU5Ny40M2wtLjAwMy4wMDJ2LjAwMmE4LjIwMiA4LjIwMiAwIDAgMC0yLjUxNyAzLjM5MiA4LjE2MSA4LjE2MSAwIDAgMC0uNDggNC4ybDEuMDg0LS4xNjJhNy4wNTkgNy4wNTkgMCAwIDEgMS4zMTMtNS4yNDhBNi44MTcgNi44MTcgMCAwIDEgOC4xMzcgN2wuMDAxLS4wMDRhNi45NzIgNi45NzIgMCAwIDEgMi4yNzEtMS4yMDVjLjM1MS0uMTEyLjcxMS0uMiAxLjA4Mi0uMjU1bC0uMTYtMS4wNzlaIi8+PHBhdGggZmlsbD0iIzBFQjNDNyIgZD0iTTEwLjI3OCAxNS41OGMuMjY0LjE5NC41NTQuMzU4Ljg2Ny40NzguMzAyLjEyMi42MjIuMjAyLjk2LjI0LjMzOS4wNC42Ny4wMzMuOTktLjAxN2wtLjE2MS0xLjA4YTIuNzE0IDIuNzE0IDAgMCAxLS43MDQuMDEgMi42MyAyLjYzIDAgMCAxLS42ODMtLjE3IDIuNzIzIDIuNzIzIDAgMCAxLS42MTctLjM0MiAyLjYxNCAyLjYxNCAwIDAgMS0uNTA1LS40OWwtLjg2LjY4Yy4yMDcuMjYuNDQ3LjQ5Mi43MTMuNjkiLz48cGF0aCBmaWxsPSIjQTcwRTBFIiBkPSJNMTEuNjA2IDIwLjYzOHYtLjAwMXoiLz48cGF0aCBmaWxsPSIjMDI2QjhBIiBkPSJNNC40MzMgMTguOTY5YTEwLjQyNSAxMC40MjUgMCAwIDAgMS45NDQgMS44NzljLjcyLjUyOSAxLjUxLjk3MiAyLjM2MyAxLjMwNXYtLjAwMWMuMjA2LjA4Mi40MTUuMTU3LjYyNy4yMjYuMzY2LjExOC43NDMuMjEyIDEuMTI3LjI4OS4yODQuMDU3LjU3LjEwNy44NjQuMTRoLjAwNGMuOTE5LjEwNiAxLjgyNi4wODkgMi43MDItLjA0N2ExMC4zMjggMTAuMzI4IDAgMCAwIDIuNTk2LS43MzhsLS40MzMtMS4wMDRhOS4wNzUgOS4wNzUgMCAwIDEtMi4zMjYuNjY1IDkuMzI1IDkuMzI1IDAgMCAxLTIuNDE1LjA0aC0uMDA1YTguNzQ1IDguNzQ1IDAgMCAxLS40LS4wNTZsLS4wMjQtLjAwNGE5Ljg0IDkuODQgMCAwIDEtLjMtLjA1NWMtLjA1Ni0uMDExLS4xMTMtLjAyNC0uMTctLjAzN2ExMC41OTMgMTAuNTkzIDAgMCAxLS40NDMtLjEwN2MtLjA4LS4wMjEtLjE1OC0uMDQxLS4yMzYtLjA2NGE4LjcxNyA4LjcxNyAwIDAgMS0uMzk2LS4xM2wtLjA0Mi0uMDEzYTcuNDg2IDcuNDg2IDAgMCAxLS4zMjktLjExNnYtLjAwMWE5LjA5OCA5LjA5OCAwIDAgMS0xLjk1MS0xLjA2Yy0uMDUzLS4wNC0uMTA4LS4wNzMtLjE2MS0uMTEyYTkuMDggOS4wOCAwIDAgMS0xLjczOC0xLjY4MSA5LjE5NSA5LjE5NSAwIDAgMS0xLjkxMi00LjM5MmwtMS4wNzguMTYyYy4xMzIuOTA2LjM4NSAxLjc3OC43MzkgMi41OThhMTAuNiAxMC42IDAgMCAwIDEuMzkzIDIuMzE0Ii8+PHBhdGggZmlsbD0iI0E3MEUwRSIgZD0iTTExLjQ4MiAyMS43MjNoLjAwMy0uMDAzWiIvPjxwYXRoIGZpbGw9IiNBMUUyRDciIGQ9Ik0xMi4xMDUgMTYuMjk5YTMuNjcyIDMuNjcyIDAgMCAxLS45Ni0uMjQxIDMuNjc0IDMuNjc0IDAgMCAxLS44NjgtLjQ3OCAzLjg3MyAzLjg3MyAwIDAgMS0uNzEtLjY5bC0uODU1LjY3OWMuMjY0LjMzMy41NzMuNjMzLjkxNy44ODRhNC42NiA0LjY2IDAgMCAwIDEuMTEzLjYyYy4zOS4xNTcuODA0LjI2IDEuMjQuMzEuNDM0LjA1Ljg2Mi4wNDIgMS4yNzYtLjAyMWwtLjE2Mi0xLjA4MWEzLjY0MyAzLjY0MyAwIDAgMS0uOTkuMDE4Ii8+PHBhdGggZmlsbD0iI0ZGQ0I3RSIgZD0iTTE1LjIwNCAxMi4xMzJhMi44MDcgMi44MDcgMCAwIDEtLjE1NSAxLjM4NyAyLjcyNiAyLjcyNiAwIDAgMS0uMzQzLjYxN2wuODc3LjY1MWMuMTk1LS4yNjQuMzYtLjU1NC40ODMtLjg2NmEzLjg3NSAzLjg3NSAwIDAgMCAuMjQtLjk2MWguMDAxYTQuMDUgNC4wNSAwIDAgMC0uMDE5LS45OSAzLjY0NyAzLjY0NyAwIDAgMC0uMjctLjk1MmwtMS4wMDkuNDM2Yy4wOTMuMjEzLjE2MS40NDIuMTk1LjY3OFptLjMwMS0xLjk2MmMuMjA2LjI1OS4zOC41NDQuNTEyLjg0OGwxLjAwMS0uNDMzdi0uMDAxYTQuOCA0LjggMCAwIDAtLjY1OC0xLjA5MyA0LjYzMyA0LjYzMyAwIDAgMC0uOTE4LS44ODQgNC43MjcgNC43MjcgMCAwIDAtMS4xMTYtLjYxOGwtLjM5OSAxLjAxNmEzLjc4OCAzLjc4OCAwIDAgMSAxLjU3OCAxLjE2NVptLjA4IDQuNjE3Yy0uMDk5LjEzMy0uMjA2LjI2LS4zMi4zNzh2LjAwMWEzLjk4MyAzLjk4MyAwIDAgMS0uMzY4LjMzMnYuMDAxLS4wMDFhMy44NTIgMy44NTIgMCAwIDEtLjg0OS41MTJjLS4zLjEzLS42Mi4yMjUtLjk1Mi4yNzFsLjE2MiAxLjA4Yy40MjgtLjA2Mi44MzgtLjE4IDEuMjI0LS4zNTFhNC43OSA0Ljc5IDAgMCAwIC43MjItLjM5MWMuMTI4LS4wODQuMjUzLS4xNzEuMzcyLS4yNjd2LS4wMDFsLjAwMy4wMDJjLjMzMi0uMjY1LjYzLS41NzMuODg0LS45MThsLS44NzktLjY0OFptLS4wNTMtOS44NXYuMDAxYTguMTI4IDguMTI4IDAgMCAwLTIuMDctLjUxN2wtLjA3My42MzgtLjA1LjQ0N2MuNjMuMDczIDEuMjI4LjIyNSAxLjc5MS40NDdsLjQwMi0xLjAxNloiLz48cGF0aCBmaWxsPSIjRkI3RTBFIiBkPSJtMTUuNTc5IDE2LjM1NC0uMDAyLS4wMDJoLS4wMDFhNC44MjIgNC44MjIgMCAwIDEtLjM3MS4yNjcgNC45IDQuOSAwIDAgMS0uNzIyLjM5M2wuMjE2LjQ5NS4yMi41MDNhNS44ODMgNS44ODMgMCAwIDAgMS4zMzktLjhoLjAwMWE1Ljk5NyA1Ljk5NyAwIDAgMCAxLjgwOC0yLjQxNWMuMDExLS4wMjQuMDIzLS4wNDkuMDMyLS4wNzVhNS43NyA1Ljc3IDAgMCAwIC4zNzctMS41MTFsLTEuMDg0LS4xMjVhNC43NzMgNC43NzMgMCAwIDEtLjMxIDEuMjM4IDUuMTkyIDUuMTkyIDAgMCAxLS4yMzcuNTEzIDQuODc4IDQuODc4IDAgMCAxLTEuMjY2IDEuNTE5Ii8+PHBhdGggZmlsbD0iI0ZGQ0I3RSIgZD0iTTE2Ljc0MyA2Ljg1YTYuOTE1IDYuOTE1IDAgMCAwLTEuNjEzLS44OThsLS40MDIgMS4wMmMuNDkzLjE5Ljk1LjQ0OCAxLjM2Ni43NTguNDIyLjMxLjc5OC42NzIgMS4xMiAxLjA4MmwuODU5LS42ODJhNi45OTIgNi45OTIgMCAwIDAtMS4zMy0xLjI4Wm0tLjQ4NCAxMC4zNloiLz48cGF0aCBmaWxsPSIjQTcwRTBFIiBkPSJNMTcuMDgyIDE0LjMyMloiLz48cGF0aCBmaWxsPSIjRkZDQjdFIiBkPSJNMTguMDQ2IDUuMDkzYTkuMTE2IDkuMTE2IDAgMCAwLTIuMTE1LTEuMTcybC0uMzA3Ljc4LS4wOTIuMjM2YTguMDAxIDguMDAxIDAgMCAxIDEuODYyIDEuMDM2IDguMTQzIDguMTQzIDAgMCAxIDEuNTMzIDEuNDc5bC44NTQtLjY4YTkuMjcgOS4yNyAwIDAgMC0xLjczNS0xLjY4Ii8+PHBhdGggZmlsbD0iI0ZGQ0I3RSIgZD0ibTE5LjQ2NiAyMS4yNDMtLjQ4OC0uNjEzYTEwLjQ2NSAxMC40NjUgMCAwIDEtMi4zMTggMS4zOTNsLjAyMi4wNDgtLjAyMi0uMDQ4Yy0uODIuMzUyLTEuNjkuNjA1LTIuNTk2LjczOGwuMTYyIDEuMDgzYTExLjIyIDExLjIyIDAgMCAwIDIuODcxLS44MjR2LS4wMDFoLjAwMWExMS40NjkgMTEuNDY5IDAgMCAwIDIuNDEzLTEuNDI4Yy4wNDgtLjAzNi4wOTgtLjA3LjE0NS0uMTA4bC0uMTktLjI0Wk0xOS4wMjIgOS43MWMuMjQ1LjU1OS40MiAxLjE1Ny41MSAxLjc3NmwxLjA4MS0uMTYyYTcuODY0IDcuODY0IDAgMCAwLS41OS0yLjA0OCA4LjAxNCA4LjAxNCAwIDAgMC0xLjA5Ni0xLjgyNWwtLjg1NS42NzlhNy4wOCA3LjA4IDAgMCAxIC45NSAxLjU4WiIvPjxwYXRoIGZpbGw9IiNGQjdFMEUiIGQ9Ik0xNy4wOTcgMjMuMDIiLz48cGF0aCBmaWxsPSIjRkZDQjdFIiBkPSJtMTguMTA0IDE2LjY1LjExNi4wODRhNi45MjUgNi45MjUgMCAwIDAgLjg5Ny0xLjYxMmwtMS4wMTctLjQtLjAzMi4wNzRhNi4wNiA2LjA2IDAgMCAxLS43MjYgMS4yOXYuMDAyaC0uMDAxYy0uMzEuNDItLjY3NS43OTctMS4wODIgMS4xMjJsLjQ4My42MDcuMTk1LjI0NWE2LjkzMiA2LjkzMiAwIDAgMCAxLjI4NC0xLjMyN2gtLjAwMmwtLjExNS0uMDg2WiIvPjxwYXRoIGZpbGw9IiNBNzBFMEUiIGQ9Ik0xOC4wNjcgMTQuNzk2Ii8+PHBhdGggZmlsbD0iI0ZGQ0I3RSIgZD0iTTIzLjE4MiAxNi43MjVjLjM2LS45MDkuNjA2LTEuODc5LjcyMi0yLjg5OWwtMS4wODQtLjEyM2ExMC4xNiAxMC4xNiAwIDAgMS0uNjU4IDIuNjIxbDEuMDIuNDAxWm0tLjgzNC0xMS45OTJjLS42OC0uODU0LTEuNDctMS42Mi0yLjM1My0yLjI3NWwtLjY0OS44OEExMS40MzYgMTEuNDM2IDAgMCAxIDIzLjAzIDcuOTdsMS4wMDUtLjQzNmExMi42NjIgMTIuNjYyIDAgMCAwLTEuNjg3LTIuOFptLjM2NyA1Ljk1N2ExMC4yNjkgMTAuMjY5IDAgMCAwLS42ODYtMi4yODYgMTAuNDQzIDEwLjQ0MyAwIDAgMC0xLjM5LTIuMzEzbC0uODU4LjY4MWMuNTAzLjYzLjkyIDEuMzI1IDEuMjQ2IDIuMDY3bC4wMDIuMDAxLS4wMDIuMDAxYTkuMDcgOS4wNyAwIDAgMSAuNTc3IDEuODMzYy4wMzMuMTYzLjA2NS4zMjUuMDkuNDlsMS4wNzctLjE2MmMtLjAxNS0uMTA1LS4wMzgtLjIwOC0uMDU2LS4zMTJabS0yLjk2NSA1LjY2YTguMDIgOC4wMiAwIDAgMS0uNjUzIDEuMDM1bC43NC41NDguMTQuMTA0YTkuMTQ5IDkuMTQ5IDAgMCAwIDEuMTcyLTIuMTE1IDkuMjggOS4yOCAwIDAgMCAuNTQ1LTQuNzU4di4wMDFsLS42OTcuMTAyLS4zODUuMDU3Yy4wMTguMTE2LjAzLjIzMy4wNDEuMzVhOC4xNjcgOC4xNjcgMCAwIDEtLjAwNSAxLjc4MXYuMDAxYTguMjA1IDguMjA1IDAgMCAxLS41MTUgMi4wNjggNy44NTUgNy44NTUgMCAwIDEtLjM4My44MjZabS0uMTg3LTMuMDE4YTcuMDg2IDcuMDg2IDAgMCAxLS40NDcgMS43OWguMDAxYTcuMTA2IDcuMTA2IDAgMCAwIC40NDYtMS43OVpNMTguNDUgMTEuNjVhNS42OSA1LjY5IDAgMCAwLS4yOTktMS4xNzUgNS4zOTQgNS4zOTQgMCAwIDAtLjEzLS4zMjZsLTEuMDAyLjQzNmMuMDIxLjA0Ni4wMzguMDkzLjA1Ny4xNGE0LjgxMSA0LjgxMSAwIDAgMSAuMzE3IDIuMzU5bDEuMDg0LjEyNWE1Ljc1NSA1Ljc1NSAwIDAgMC0uMDI3LTEuNTU5WiIvPjxwYXRoIGZpbGw9IiNBNzBFMEUiIGQ9Ik0xOS45NzcgMTguMDM4YTguOTYzIDguOTYzIDAgMCAxLS45NzQgMS4xMDVjLS4yMjYuMjItLjQ2LjQzMi0uNzA2LjYyOWE5LjI0IDkuMjQgMCAwIDEtMi4wNyAxLjI0NmwuNDM0IDEuMDA1Yy44My0uMzYyIDEuNjEtLjgzMiAyLjMxNy0xLjM5NGExMC42MzggMTAuNjM4IDAgMCAwIDEuODc4LTEuOTM4di0uMDAxYTEwLjM1IDEwLjM1IDAgMCAwIDEuMzA2LTIuMzY2bC0xLjAxMi0uNDAxYTkuMTU2IDkuMTU2IDAgMCAxLTEuMTczIDIuMTE1Ii8+PHBhdGggZmlsbD0iI0ZCN0UwRSIgZD0iTTIxLjczMyAxMy41OGE5LjIxMSA5LjIxMSAwIDAgMS0uNTg0IDIuMzQybDEuMDEzLjQwMWExMC4yMzQgMTAuMjM0IDAgMCAwIC42MDktNS4zMjFsLTEuMDc3LjE2M2E5LjI4IDkuMjggMCAwIDEgLjA0IDIuNDE2Ii8+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNS4wNzcgMTMuODI3KSI+PG1hc2sgaWQ9ImQiIGZpbGw9IiNmZmYiPjx1c2UgeGxpbms6aHJlZj0iI2MiLz48L21hc2s+PHBhdGggZmlsbD0iI0E3MEUwRSIgZD0iTTE4LjEwNiAyLjg5OWExMS4yNzYgMTEuMjc2IDAgMCAxLTEuNDUxIDIuNjExbC0uMDAxLjAwMVY1LjUxYTExLjQzIDExLjQzIDAgMCAxLTIuMDc0IDIuMTQ2Yy0uMDQ3LjAzNy0uMDk4LjA3MS0uMTQ2LjEwOGExMS4zMDUgMTEuMzA1IDAgMCAxLTIuNDE0IDEuNDI4aC0uMDAxYTExLjM3NyAxMS4zNzcgMCAwIDEtNS44NTguODczaC0uMDA0QTExLjM5MyAxMS4zOTMgMCAwIDEgLjY1MiA3Ljg5N0wwIDguNzc0YTEyLjQ3IDEyLjQ3IDAgMCAwIDYuMDMzIDIuMzc2bC4wMDQuMDAxYTEyLjUzMiAxMi41MzIgMCAwIDAgNi40MTctLjk1NSAxMi42MTYgMTIuNjE2IDAgMCAwIDUuMDgxLTQuMDM4QTEyLjQ4OSAxMi40ODkgMCAwIDAgMTkuOTEzLjEyNEwxOC44MjcgMGExMS4zOTYgMTEuMzk2IDAgMCAxLS43MjEgMi44OTkiIG1hc2s9InVybCgjZCkiLz48L2c+PHBhdGggZmlsbD0iI0ZCN0UwRSIgZD0iTTI0LjkzNiAxMC42ODJhMTIuNTkxIDEyLjU5MSAwIDAgMC0uOS0zLjE0OGwtMS4wMDYuNDM3Yy4zOTcuOTA1LjY3OCAxLjg2OC44MjUgMi44Ny4xNDUuOTY4LjE2NSAxLjk2OC4wNSAyLjk4N2wxLjA4NC4xMjRhMTIuNDggMTIuNDggMCAwIDAtLjA1My0zLjI3Ii8+PHBhdGggZmlsbD0iI0E3MEUwRSIgZD0iTTE4LjIyIDE2LjczNWMtLjM2Ny41LS44Ljk0NS0xLjI4MyAxLjMyN3YuMDAxYTcuMDEgNy4wMSAwIDAgMS0xLjI2My43OTggNy4yMzIgNy4yMzIgMCAwIDEtLjMyLjE1MWwtLjAwMi4wMDFhNyA3IDAgMCAxLTMuNjE5LjU0aC0uMDAzYTYuOTY1IDYuOTY1IDAgMCAxLTEuNzg4LS40NDd2LjAwMWE2LjU1NCA2LjU1NCAwIDAgMS0uMzkzLS4xN2wtLjAzNi0uMDE1YTYuOTE3IDYuOTE3IDAgMCAxLTEuMTgzLS43MTJsLS41ODMuNzgzLS4wNy4wOTRjLjA0Mi4wMzEuMDg2LjA2LjEyOC4wOS4wODMuMDU4LjE2NS4xMTguMjUuMTczbC4wMzUuMDIxYTguMzE1IDguMzE1IDAgMCAwIDEuMTI2LjYxYy4wMi4wMDguMDM3LjAxOC4wNTYuMDI3LjA0NC4wMTcuMDg4LjAzNy4xMzMuMDU2LjA0NC4wMi4wOTEuMDQuMTM1LjA1N3YuMDAzYy4zMTEuMTIuNjMxLjIyMy45NTguMzA3LjEyMS4wMzIuMjQyLjA1Ny4zNjUuMDgxLjA3LjAxNS4xMzYuMDMzLjIwNS4wNDdoLjAwMmMuMDkuMDE4LjE3Ny4wMy4yNjYuMDQyLjA5MS4wMTUuMTguMDI1LjI3MS4wMzV2LjAwMWguMDAyYTguMTkgOC4xOSAwIDAgMCAyLjA4Ni0uMDI5bC4wNDYtLjAwNXYtLjAwMmguMDAzYTguMDU5IDguMDU5IDAgMCAwIDIuMDQ3LS41ODZ2LS4wMDJjLjE4Ni0uMDgyLjM2OC0uMTcyLjU0Ny0uMjY2LjA2MS0uMDMyLjEyLS4wNjcuMTgtLjEuMTE2LS4wNjUuMjMtLjEzLjM0Mi0uMi4wMzYtLjAyNC4wNzMtLjA0Mi4xMDgtLjA2NS4wNjQtLjA0Mi4xMy0uMDg0LjE5My0uMTI4bC4wMi0uMDE1Yy4xNS0uMTAzLjI5NC0uMjEuNDM1LS4zMjJsLjAyMS0uMDE3YTkuODQ1IDkuODQ1IDAgMCAwIC40NTMtLjM5Yy4wODEtLjA3Ny4xNjEtLjE1NC4yNC0uMjMzLjA3Mi0uMDcuMTQtLjE0Ni4yMDgtLjIyYTUuMzU0IDUuMzU0IDAgMCAwIC4yNzItLjMwOGMuMDk4LS4xMTkuMTk1LS4yNC4yODYtLjM2M2wtLjg3Ni0uNjVaIi8+PHBhdGggZmlsbD0iI0ZCN0UwRSIgZD0ibTE4LjA5IDE4LjUxLS4xMzguMTI0LjA1OS0uMDUyYy4wMjctLjAyMy4wNTMtLjA0OS4wNzktLjA3M20uNzItLjc2YTUuMzU0IDUuMzU0IDAgMCAxLS4wOTcuMTE0Yy4wMTctLjAyLjAzNi0uMDM4LjA1Mi0uMDYuMDE2LS4wMTcuMDMtLjAzNy4wNDUtLjA1NU0xOS4wOTcgMTcuMzg2bC4wMDEtLjAwMWgtLjAwMXpNMTYuOTM4IDE4LjA2NGwtLjAwMS0uMDAxbTEuNzc2LS4yYy0uMDU2LjA2Ni0uMTE1LjEzLS4xNzQuMTk0bC4wNzgtLjA4M2MuMDM0LS4wMzUuMDY1LS4wNzMuMDk2LS4xMW0tLjc2MS43N2E4LjA2NyA4LjA2NyAwIDAgMS0uMTI4LjExM2MuMDQ0LS4wMzUuMDg2LS4wNzQuMTI4LS4xMTMiLz48L2c+PC9zdmc+Cg==);
  background-position: clamp(20px, -86.6666666667px + 0.2222222222 * 100vw, 180px) 11%;
  background-repeat: no-repeat;
  background-size: clamp(1200px, 693.3333333333px + 1.0555555556 * 100vw, 1960px);
  overflow: hidden;
  position: relative;
}

.content-section + .content-section {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .content-section + .content-section {
    margin-top: 60px;
  }
}

.hierarchy-content-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(30px / -2);
  margin-right: calc(30px / -2);
  row-gap: 30px;
  justify-content: center;
}
.hierarchy-content-grid .card {
  margin-left: calc(30px / 2);
  margin-right: calc(30px / 2);
  width: calc(100% / 1 - 30px);
}
@media (min-width: 768px) {
  .hierarchy-content-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(30px / -2);
    margin-right: calc(30px / -2);
    row-gap: 30px;
  }
  .hierarchy-content-grid .card {
    margin-left: calc(30px / 2);
    margin-right: calc(30px / 2);
    width: calc(100% / 3 - 30px);
  }
}

.hierarchy-content-grid .card {
  grid-column: span 4;
}

@media (min-width: 768px) {
  .hierarchy-content-grid .card:nth-child(1),
  .hierarchy-content-grid .card:nth-child(2) {
    width: calc(50% - 30px);
  }
}

.sidebar {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .sidebar {
    border-left: 1px solid var(--border);
    margin-top: 0;
    padding-left: 30px;
  }
}

.widget-title {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  color: var(--maroon);
  font-size: 14px;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.widget_featured_content {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
}

.featured-content__image-container {
  margin-bottom: 13px;
}

.featured-content__image {
  width: 100%;
}

.featured-content__title {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 700; /* stylelint-disable-line */
  color: var(--rich-black);
  font-size: 16px;
  letter-spacing: -0.3px;
  line-height: 1.375;
}

.featured-content__title a {
  background: linear-gradient(to right, transparent, transparent), linear-gradient(135deg, var(--gold), var(--gold));
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px, 0 2px;
  padding-bottom: 2px;
  text-decoration: none;
  transition: background-size 500ms;
  color: inherit;
  text-decoration: none;
}
.featured-content__title a:hover {
  background-size: 0 2px, 100% 2px;
}

.featured-content__content {
  /* stylelint-disable-line */
  font-style: normal;
  font-weight: 400; /* stylelint-disable-line */
  color: var(--tundora);
  font-size: 16px;
  letter-spacing: -0.3px;
  line-height: 1.375;
}

.featured-content .button {
  background-color: transparent;
  border-color: transparent;
  color: var(--button-text-color, var(--blue));
  margin-top: 17px;
  text-transform: none;
}

/* stylelint-disable-line */
.svg-sprite-wrapper {
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
}

.single-areas-of-focus .page-header--default .page-header__content {
  background-color: rgba(0, 13, 36, 0.9);
  color: var(--white);
}

.single-areas-of-focus .page-header__kicker {
  --kicker-color: var(--white);
}

.single-areas-of-focus .page-header__intro-text {
  color: var(--white);
}

.single-research .page-header {
  background-color: var(--lt-blue);
}

.single-research .page-header--full-width:not(.has-graphic) {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .single-research .page-header--full-width:not(.has-graphic) {
    margin-bottom: 50px;
  }
}

.single-impacts .page-header__content {
  display: flex;
  flex-direction: column;
}

.single-impacts .page-header__intro-text {
  border-top: 1px solid var(--border);
  margin-top: 30px;
  order: 2;
  padding-top: 30px;
}

.page-template-filter-hub .page-header--full-width {
  margin-bottom: 0;
}

.page-template-filter-hub .page-header--full-width + .page-content .section--hub-results {
  --section-padding-top: 0;
}

.alignleft {
  float: left;
  margin-bottom: 16px;
  margin-right: 16px;
}

.alignright {
  float: right;
  margin-bottom: 16px;
  margin-left: 16px;
}

.aligncenter {
  margin: 16px auto;
}

.alignnone {
  margin-bottom: 16px;
}

/*# sourceMappingURL=index.css.map*/