@charset "UTF-8";
/*
 * CMAP Theme styles
 *
 * @package Wordpress
 * @subpackage CMAP
 * @since  1.0
 *
*/
/***** Document/Base *****/
html {
  cursor: default;
  box-sizing: border-box;
  font-size: 10px;
  max-width: 100%;
  margin: 0 !important;
  line-height: 1.15;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  scroll-behavior: smooth;
}

*,
*:after,
*:before {
  box-sizing: inherit;
  background-repeat: no-repeat;
  image-rendering: -webkit-optimize-contrast;
}

body {
  background: #fff;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  line-height: 1.572;
  color: #020000;
  overflow-x: hidden;
  min-height: 100vh;
  font-size: clamp(12px, 0px + 0.015625 * 100vw, 16px);
}
body.mobile-menu-open {
  position: fixed;
  width: 100%;
}

.site-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  overflow-x: hidden;
}
.site-wrapper .site-content {
  position: relative;
  overflow: hidden;
}

/* Document
 * ========================================================================== */
/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  background-repeat: no-repeat; /* 2 */
}

/**
  * 1. Add text decoration inheritance in all browsers (opinionated).
  * 2. Add vertical alignment inheritance in all browsers (opinionated).
  */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
  * 1. Use the default cursor in all browsers (opinionated).
  * 2. Change the line height in all browsers (opinionated).
  * 3. Breaks words to prevent overflow in all browsers (opinionated).
  * 4. Use a 4-space tab width in all browsers (opinionated).
  * 5. Remove the grey highlight on links in iOS (opinionated).
  * 6. Prevent adjustments of font size after orientation changes in iOS.
  */
:where(:root) {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  overflow-wrap: break-word; /* 3 */
  -moz-tab-size: 4; /* 4 */
  -o-tab-size: 4;
     tab-size: 4; /* 4 */
  -webkit-tap-highlight-color: transparent; /* 5 */
  -webkit-text-size-adjust: 100%; /* 6 */
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%; /* 6 */
}

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

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

/* Grouping content
  * ========================================================================== */
/**
  * Remove the margin on nested lists in Chrome, Edge, and Safari.
  */
:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}

/**
  * 1. Correct the inheritance of border color in Firefox.
  * 2. Add the correct box sizing in Firefox.
  */
:where(hr) {
  color: inherit; /* 1 */
  height: 0; /* 2 */
}

/**
  * Remove the list style on navigation lists in all browsers (opinionated).
  */
:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}

/**
  * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
  */
:where(nav li)::before {
  content: "​";
  float: left;
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  * 3. Prevent overflow of the container in all browsers (opinionated).
  */
:where(pre) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  overflow: auto; /* 3 */
}

/* Text-level semantics
  * ========================================================================== */
/**
  * Add the correct text decoration in Safari.
  */
:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
:where(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.
  */
:where(code, kbd, samp) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/* Embedded content
  * ========================================================================== */
/*
  * Change the alignment on media elements in all browsers (opinionated).
  */
:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

/**
  * Remove the border on iframes in all browsers (opinionated).
  */
:where(iframe) {
  border-style: none;
}

/**
  * Change the fill color to match the text color in all browsers (opinionated).
  */
:where(svg:not([fill])) {
  fill: currentColor;
}

/* Tabular data
  * ========================================================================== */
/**
  * 1. Collapse border spacing in all browsers (opinionated).
  * 2. Correct table border color in Chrome, Edge, and Safari.
  * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
  */
:where(table) {
  border-collapse: collapse; /* 1 */
  border-color: currentColor; /* 2 */
  text-indent: 0; /* 3 */
}

/* Forms
  * ========================================================================== */
/**
  * Remove the margin on controls in Safari.
  */
:where(button, input, select) {
  margin: 0;
}

/**
  * Correct the inability to style buttons in iOS and Safari.
  */
:where(button, [type=button i], [type=reset i], [type=submit i]) {
  -webkit-appearance: button;
}

/**
  * Change the inconsistent appearance in all browsers (opinionated).
  */
:where(fieldset) {
  border: none;
}

/**
  * Add the correct vertical alignment in Chrome, Edge, and Firefox.
  */
:where(progress) {
  vertical-align: baseline;
}

/**
  * 1. Remove the margin in Firefox and Safari.
  * 3. Change the resize direction in all browsers (opinionated).
  */
:where(textarea) {
  margin: 0; /* 1 */
  resize: vertical; /* 3 */
}

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

/**
  * Correct the cursor style of increment and decrement buttons in Safari.
  */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
  * Correct the text style of placeholders in Chrome, Edge, and Safari.
  */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
  * Remove the inner padding in Chrome, Edge, and Safari on macOS.
  */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
  * 1. Correct the inability to style upload buttons 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 styles in Safari.
  */
:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

/*
  * Add the correct display in Safari.
  */
:where(details > summary:first-of-type) {
  display: list-item;
}

/* Accessibility
  * ========================================================================== */
/**
  * Change the cursor on busy elements in all browsers (opinionated).
  */
:where([aria-busy=true i]) {
  cursor: progress;
}

/*
  * Change the cursor on disabled, not-editable, or otherwise
  * inoperable elements in all browsers (opinionated).
  */
:where([aria-disabled=true i], [disabled]) {
  cursor: not-allowed;
}

/*
  * Change the display on visually hidden accessible elements
  * in all browsers (opinionated).
  */
:where([aria-hidden=false i][hidden]) {
  display: initial;
}

:where([aria-hidden=false i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* Layout Styles */
.site-main {
  width: 100%;
  padding-top: 75px;
}
@media (min-width: 768px) {
  .site-main {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .site-main {
    padding-top: 130px;
  }
}

/* Global Link Styles */
a {
  color: #1c77bd;
  opacity: 1;
  text-decoration: underline;
  transition: 0.25s ease-in-out;
}
a:visited {
  color: #1c77bd;
}
a:hover, a:active {
  color: #6dae4f;
}
a:focus {
  color: #6dae4f;
}
a.more-link {
  white-space: nowrap;
}
a.footnote-link {
  text-decoration: none;
  color: #020000;
}
a.button-circ-arrow {
  display: block;
  height: 36px;
  text-decoration: none;
  background: linear-gradient(90deg, #6dae4f 50%, rgba(30, 71, 142, 0.85) 0);
  background-size: 200% 100%;
  background-position: 100% 100%;
}
a.button-circ-arrow svg {
  height: 21px;
  width: 21px;
}
a.button-circ-arrow svg circle {
  stroke: currentColor;
}
@media (min-width: 992px) {
  a.button-circ-arrow {
    height: 60px;
  }
  a.button-circ-arrow svg {
    height: 35px;
    width: 35px;
  }
}
a.button-circ-arrow:hover {
  color: #020000 !important;
  background-position: 0 100%;
}
a.button-circ-arrow:hover svg path {
  fill: currentColor;
}

/* Add this CSS to your theme or custom CSS */
span.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #020000;
  cursor: help; /* Change cursor to a help cursor */
}
span.tooltip:hover::after {
  content: attr(data-tip);
  position: absolute;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  bottom: 150%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  white-space: nowrap;
}

.modal-body a:not(.button):not(.toc-link):not(.recommendation-link):not(.btn-share):not(.breadcrumb-link):not(.image-page-link):not(.post-link):not(.post-image-link):not(.footnote-link):not(.download-image):not(.content-link):not(.tribe-events-pro-photo__event-title-link):not(.tribe-events-pro-photo__event-featured-image-link):not(.tribe-common-b2):not(.tribe-events-c-view-selector__list-item-link):not(.list):not(.grid):not(.icon-link):not(.event-item):not(.share):not(.anchor-link):not(.wp-element-button):not(.search-link):not(.tribe-common-c-btn-border-small):not(.button_overlay):not(.no-slide):not(.tribe-events-calendar-month__calendar-event-title-link):not(.tribe-events-calendar-list__event-title-link):not(.tribe-common-c-btn-icon):not(.story-step),
.site-content a:not(.button):not(.toc-link):not(.recommendation-link):not(.btn-share):not(.breadcrumb-link):not(.image-page-link):not(.post-link):not(.post-image-link):not(.footnote-link):not(.download-image):not(.content-link):not(.tribe-events-pro-photo__event-title-link):not(.tribe-events-pro-photo__event-featured-image-link):not(.tribe-common-b2):not(.tribe-events-c-view-selector__list-item-link):not(.list):not(.grid):not(.icon-link):not(.event-item):not(.share):not(.anchor-link):not(.wp-element-button):not(.search-link):not(.tribe-common-c-btn-border-small):not(.button_overlay):not(.no-slide):not(.tribe-events-calendar-month__calendar-event-title-link):not(.tribe-events-calendar-list__event-title-link):not(.tribe-common-c-btn-icon):not(.story-step) {
  color: #1c77bd;
  background-image: linear-gradient(#1c77bd, #1c77bd);
  background-size: 0 100%;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: 0.25s ease-in-out;
}
.modal-body a:not(.button):not(.toc-link):not(.recommendation-link):not(.btn-share):not(.breadcrumb-link):not(.image-page-link):not(.post-link):not(.post-image-link):not(.footnote-link):not(.download-image):not(.content-link):not(.tribe-events-pro-photo__event-title-link):not(.tribe-events-pro-photo__event-featured-image-link):not(.tribe-common-b2):not(.tribe-events-c-view-selector__list-item-link):not(.list):not(.grid):not(.icon-link):not(.event-item):not(.share):not(.anchor-link):not(.wp-element-button):not(.search-link):not(.tribe-common-c-btn-border-small):not(.button_overlay):not(.no-slide):not(.tribe-events-calendar-month__calendar-event-title-link):not(.tribe-events-calendar-list__event-title-link):not(.tribe-common-c-btn-icon):not(.story-step):focus, .modal-body a:not(.button):not(.toc-link):not(.recommendation-link):not(.btn-share):not(.breadcrumb-link):not(.image-page-link):not(.post-link):not(.post-image-link):not(.footnote-link):not(.download-image):not(.content-link):not(.tribe-events-pro-photo__event-title-link):not(.tribe-events-pro-photo__event-featured-image-link):not(.tribe-common-b2):not(.tribe-events-c-view-selector__list-item-link):not(.list):not(.grid):not(.icon-link):not(.event-item):not(.share):not(.anchor-link):not(.wp-element-button):not(.search-link):not(.tribe-common-c-btn-border-small):not(.button_overlay):not(.no-slide):not(.tribe-events-calendar-month__calendar-event-title-link):not(.tribe-events-calendar-list__event-title-link):not(.tribe-common-c-btn-icon):not(.story-step):focus-within, .modal-body a:not(.button):not(.toc-link):not(.recommendation-link):not(.btn-share):not(.breadcrumb-link):not(.image-page-link):not(.post-link):not(.post-image-link):not(.footnote-link):not(.download-image):not(.content-link):not(.tribe-events-pro-photo__event-title-link):not(.tribe-events-pro-photo__event-featured-image-link):not(.tribe-common-b2):not(.tribe-events-c-view-selector__list-item-link):not(.list):not(.grid):not(.icon-link):not(.event-item):not(.share):not(.anchor-link):not(.wp-element-button):not(.search-link):not(.tribe-common-c-btn-border-small):not(.button_overlay):not(.no-slide):not(.tribe-events-calendar-month__calendar-event-title-link):not(.tribe-events-calendar-list__event-title-link):not(.tribe-common-c-btn-icon):not(.story-step):hover,
.site-content a:not(.button):not(.toc-link):not(.recommendation-link):not(.btn-share):not(.breadcrumb-link):not(.image-page-link):not(.post-link):not(.post-image-link):not(.footnote-link):not(.download-image):not(.content-link):not(.tribe-events-pro-photo__event-title-link):not(.tribe-events-pro-photo__event-featured-image-link):not(.tribe-common-b2):not(.tribe-events-c-view-selector__list-item-link):not(.list):not(.grid):not(.icon-link):not(.event-item):not(.share):not(.anchor-link):not(.wp-element-button):not(.search-link):not(.tribe-common-c-btn-border-small):not(.button_overlay):not(.no-slide):not(.tribe-events-calendar-month__calendar-event-title-link):not(.tribe-events-calendar-list__event-title-link):not(.tribe-common-c-btn-icon):not(.story-step):focus,
.site-content a:not(.button):not(.toc-link):not(.recommendation-link):not(.btn-share):not(.breadcrumb-link):not(.image-page-link):not(.post-link):not(.post-image-link):not(.footnote-link):not(.download-image):not(.content-link):not(.tribe-events-pro-photo__event-title-link):not(.tribe-events-pro-photo__event-featured-image-link):not(.tribe-common-b2):not(.tribe-events-c-view-selector__list-item-link):not(.list):not(.grid):not(.icon-link):not(.event-item):not(.share):not(.anchor-link):not(.wp-element-button):not(.search-link):not(.tribe-common-c-btn-border-small):not(.button_overlay):not(.no-slide):not(.tribe-events-calendar-month__calendar-event-title-link):not(.tribe-events-calendar-list__event-title-link):not(.tribe-common-c-btn-icon):not(.story-step):focus-within,
.site-content a:not(.button):not(.toc-link):not(.recommendation-link):not(.btn-share):not(.breadcrumb-link):not(.image-page-link):not(.post-link):not(.post-image-link):not(.footnote-link):not(.download-image):not(.content-link):not(.tribe-events-pro-photo__event-title-link):not(.tribe-events-pro-photo__event-featured-image-link):not(.tribe-common-b2):not(.tribe-events-c-view-selector__list-item-link):not(.list):not(.grid):not(.icon-link):not(.event-item):not(.share):not(.anchor-link):not(.wp-element-button):not(.search-link):not(.tribe-common-c-btn-border-small):not(.button_overlay):not(.no-slide):not(.tribe-events-calendar-month__calendar-event-title-link):not(.tribe-events-calendar-list__event-title-link):not(.tribe-common-c-btn-icon):not(.story-step):hover {
  color: #fff !important;
  background-size: 100% 100%;
  text-decoration: none;
}
.modal-body .wp-block-heading a:hover,
.site-content .wp-block-heading a:hover {
  color: #fff !important;
}

/* Buttons */
.wp-block-button a,
.button {
  display: inline-block;
  --height: 36px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.03em;
  border: 2px solid transparent;
  border-radius: calc(var(--height) * 0.5);
  text-align: center;
  padding: 6px 22px;
  text-decoration: none !important;
  transition: 0.25s ease-in-out;
  color: #181e4e !important;
  background-color: transparent;
  border-color: #181e4e;
  cursor: pointer;
}
.wp-block-button a.sm,
.button.sm {
  padding: 4px 10px !important;
  font-size: 1.2rem;
}
.wp-block-button a.tab,
.button.tab {
  padding: 6px 20px !important;
  font-size: 1.2rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .wp-block-button a.tab,
  .button.tab {
    font-size: 1.6rem;
  }
}
.wp-block-button a.tab.active,
.button.tab.active {
  color: #fff !important;
  background-color: #1c77bd;
}
.wp-block-button a:focus-visible, .wp-block-button a:hover,
.button:focus-visible,
.button:hover {
  display: inline-block;
  --height: 36px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.03em;
  border: 2px solid transparent;
  border-radius: calc(var(--height) * 0.5);
  text-align: center;
  padding: 6px 22px;
  text-decoration: none !important;
  transition: 0.25s ease-in-out;
  color: #fff !important;
  background-color: #1c77bd;
  border-color: #181e4e;
}
.wp-block-button a:focus-visible.sm, .wp-block-button a:hover.sm,
.button:focus-visible.sm,
.button:hover.sm {
  padding: 4px 10px !important;
  font-size: 1.2rem;
}
.wp-block-button a:focus-visible.tab, .wp-block-button a:hover.tab,
.button:focus-visible.tab,
.button:hover.tab {
  padding: 6px 20px !important;
  font-size: 1.2rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .wp-block-button a:focus-visible.tab, .wp-block-button a:hover.tab,
  .button:focus-visible.tab,
  .button:hover.tab {
    font-size: 1.6rem;
  }
}
.wp-block-button a:focus-visible.tab.active, .wp-block-button a:hover.tab.active,
.button:focus-visible.tab.active,
.button:hover.tab.active {
  color: #fff !important;
  background-color: #1c77bd;
}
.wp-block-button a.on-dark,
.button.on-dark {
  display: inline-block;
  --height: 36px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.03em;
  border: 2px solid transparent;
  border-radius: calc(var(--height) * 0.5);
  text-align: center;
  padding: 6px 22px;
  text-decoration: none !important;
  transition: 0.25s ease-in-out;
  color: #fff !important;
  background-color: transparent;
  border-color: #fff;
}
.wp-block-button a.on-dark.sm,
.button.on-dark.sm {
  padding: 4px 10px !important;
  font-size: 1.2rem;
}
.wp-block-button a.on-dark.tab,
.button.on-dark.tab {
  padding: 6px 20px !important;
  font-size: 1.2rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .wp-block-button a.on-dark.tab,
  .button.on-dark.tab {
    font-size: 1.6rem;
  }
}
.wp-block-button a.on-dark.tab.active,
.button.on-dark.tab.active {
  color: #fff !important;
  background-color: #1c77bd;
}
.wp-block-button a.on-dark:focus-visible, .wp-block-button a.on-dark:hover,
.button.on-dark:focus-visible,
.button.on-dark:hover {
  display: inline-block;
  --height: 36px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.03em;
  border: 2px solid transparent;
  border-radius: calc(var(--height) * 0.5);
  text-align: center;
  padding: 6px 22px;
  text-decoration: none !important;
  transition: 0.25s ease-in-out;
  color: #fff !important;
  background-color: #1c77bd;
  border-color: #fff;
  outline: none;
}
.wp-block-button a.on-dark:focus-visible.sm, .wp-block-button a.on-dark:hover.sm,
.button.on-dark:focus-visible.sm,
.button.on-dark:hover.sm {
  padding: 4px 10px !important;
  font-size: 1.2rem;
}
.wp-block-button a.on-dark:focus-visible.tab, .wp-block-button a.on-dark:hover.tab,
.button.on-dark:focus-visible.tab,
.button.on-dark:hover.tab {
  padding: 6px 20px !important;
  font-size: 1.2rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .wp-block-button a.on-dark:focus-visible.tab, .wp-block-button a.on-dark:hover.tab,
  .button.on-dark:focus-visible.tab,
  .button.on-dark:hover.tab {
    font-size: 1.6rem;
  }
}
.wp-block-button a.on-dark:focus-visible.tab.active, .wp-block-button a.on-dark:hover.tab.active,
.button.on-dark:focus-visible.tab.active,
.button.on-dark:hover.tab.active {
  color: #fff !important;
  background-color: #1c77bd;
}
.wp-block-button a svg,
.button svg {
  margin: -5px 0 0 10px;
}

.button-row {
  position: relative;
  z-index: 2;
}
.button-row a {
  margin: 0 15px 15px;
}
.button-row.centered {
  display: flex;
  justify-content: center;
}

.button-row {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
}
.button-row a {
  margin: 0 10px 15px 0;
}
.button-row.center {
  justify-content: center;
}
.button-row.center a {
  margin: 0 10px 20px;
}
.button-row.right {
  justify-content: flex-end;
}
.button-row.right a {
  margin: 0 0 20px 10px;
}

.small-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.small-blocks .cta-block {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 1 23%;
  -ms-flexbox: 0 1 23%;
  flex: 0 1 23%;
}
.small-blocks .cta-block:first-child {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 1 48.5%;
  -ms-flexbox: 0 1 48.5%;
  flex: 0 1 48.5%;
}

.wp-block-button {
  margin-top: 30px;
  margin-bottom: 30px;
}
.wp-block-button.aligncenter {
  text-align: center;
}
.wp-block-button a {
  display: inline-block;
  --height: 36px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.03em;
  border: 2px solid transparent;
  border-radius: calc(var(--height) * 0.5);
  text-align: center;
  padding: 6px 22px;
  text-decoration: none !important;
  transition: 0.25s ease-in-out;
  color: #181e4e !important;
  background-color: transparent;
  border-color: #181e4e;
}
.wp-block-button a.sm {
  padding: 4px 10px !important;
  font-size: 1.2rem;
}
.wp-block-button a.tab {
  padding: 6px 20px !important;
  font-size: 1.2rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .wp-block-button a.tab {
    font-size: 1.6rem;
  }
}
.wp-block-button a.tab.active {
  color: #fff !important;
  background-color: #1c77bd;
}
.wp-block-button a.has-white-color {
  color: #fff !important;
}
.wp-block-button a.has-coregreen-background-color {
  background-color: #6dae4f;
}
.wp-block-button a:focus-visible, .wp-block-button a:hover {
  display: inline-block;
  --height: 36px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.03em;
  border: 2px solid transparent;
  border-radius: calc(var(--height) * 0.5);
  text-align: center;
  padding: 6px 22px;
  text-decoration: none !important;
  transition: 0.25s ease-in-out;
  color: #fff !important;
  background-color: #1c77bd;
  border-color: #181e4e;
  outline: none;
}
.wp-block-button a:focus-visible.sm, .wp-block-button a:hover.sm {
  padding: 4px 10px !important;
  font-size: 1.2rem;
}
.wp-block-button a:focus-visible.tab, .wp-block-button a:hover.tab {
  padding: 6px 20px !important;
  font-size: 1.2rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .wp-block-button a:focus-visible.tab, .wp-block-button a:hover.tab {
    font-size: 1.6rem;
  }
}
.wp-block-button a:focus-visible.tab.active, .wp-block-button a:hover.tab.active {
  color: #fff !important;
  background-color: #1c77bd;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  margin: 0;
  padding: 0;
  border: none;
}

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

.wp-caption-text {
  text-align: center;
}

.wp-caption {
  margin: 0 0 2rem;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  margin: 0 auto;
  display: block;
}
.wp-caption.aligncenter {
  margin: 0 auto;
}
.wp-caption.alignleft {
  margin: 0 auto 0 0;
}
.wp-caption.alignright {
  margin: 0 0 0 auto;
}
.wp-caption .wp-caption-text {
  margin: 12px 0;
}

.gallery {
  margin: 0;
}

.gallery-item {
  width: 100%;
  height: auto;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.fluid-embed,
.is-provider-wistia-inc {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.fluid-embed embed,
.fluid-embed object,
.fluid-embed iframe,
.is-provider-wistia-inc embed,
.is-provider-wistia-inc object,
.is-provider-wistia-inc iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.jetpack-video-wrapper {
  margin-left: -35px;
  max-width: calc(100% + 70px);
  width: calc(100% + 70px);
}
@media (min-width: 992px) {
  .jetpack-video-wrapper {
    margin-left: -115px;
    max-width: calc(100% + 230px);
    width: calc(100% + 230px);
  }
}

.image-as-background {
  overflow: hidden;
  position: relative;
}

.video-background,
.image-background {
  position: absolute;
  top: 50%;
  left: 0;
  height: auto;
  width: 100%;
  display: block;
  transform: translateY(-50%);
  z-index: -1;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .video-background,
  .image-background {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.video-background {
  -o-object-position: center top;
     object-position: center top;
}

.image-background {
  -o-object-position: center center;
     object-position: center center;
}
.image-background img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ie .video-background,
.edge .video-background {
  height: auto;
}

/* Alignments */
.alignleft {
  margin: 0 2rem 0 0;
  display: block;
  float: left;
}

.alignright {
  margin: 0 0 0 2rem;
  display: block;
  float: right;
}

.aligncenter {
  margin: 0 auto;
  display: block;
}

.alignfull:not(.wp-block-image) {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
}

.down-arrow {
  cursor: pointer;
  display: block;
  margin-left: 10px;
  outline: none;
  transition: 0.25s ease-in-out;
}
.down-arrow::before, .down-arrow::after {
  height: 2px;
  width: 15px;
  border-radius: 1px;
  content: "";
  cursor: pointer;
  display: block;
  position: relative;
}
.down-arrow::before {
  left: -10px;
  top: 2px;
  transform: rotate(45deg);
}
.down-arrow::after {
  transform: rotate(-225deg);
}

/* Headings/Header tag styles */
h1,
.h1 {
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  margin-top: 0;
}
h1 a,
.h1 a {
  color: #020000;
  text-decoration: none;
}
h1 a:hover,
.h1 a:hover {
  color: #020000 !important;
  text-decoration: underline;
}
h1 a:visited,
.h1 a:visited {
  color: #020000;
}

h2,
.h2 {
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  margin-top: 0;
}
h2 a,
.h2 a {
  color: #020000;
  text-decoration: none;
}
h2 a:hover,
.h2 a:hover {
  color: #020000 !important;
  text-decoration: underline;
}
h2 a:visited,
.h2 a:visited {
  color: #020000;
}

h3,
.h3 {
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  margin-top: 0;
}
h3 a,
.h3 a {
  color: #020000;
  text-decoration: none;
}
h3 a:hover,
.h3 a:hover {
  color: #020000 !important;
  text-decoration: underline;
}
h3 a:visited,
.h3 a:visited {
  color: #020000;
}

h4,
.h4 {
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  margin-top: 0;
}
h4 a,
.h4 a {
  color: #020000;
  text-decoration: none;
}
h4 a:hover,
.h4 a:hover {
  color: #020000 !important;
  text-decoration: underline;
}
h4 a:visited,
.h4 a:visited {
  color: #020000;
}

h5,
.h5 {
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  margin-top: 0;
}
h5 a,
.h5 a {
  color: #020000;
  text-decoration: none;
}
h5 a:hover,
.h5 a:hover {
  color: #020000 !important;
  text-decoration: underline;
}
h5 a:visited,
.h5 a:visited {
  color: #020000;
}

h6,
.h6 {
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  margin-top: 0;
}
h6 a,
.h6 a {
  color: #020000;
  text-decoration: none;
}
h6 a:hover,
.h6 a:hover {
  color: #020000 !important;
  text-decoration: underline;
}
h6 a:visited,
.h6 a:visited {
  color: #020000;
}

h1,
.h1 {
  font-size: clamp(24px, -39px + 0.08203125 * 100vw, 45px);
}
.subpage h1,
.subpage .h1 {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .subpage h1,
  .subpage .h1 {
    font-size: 3.2rem;
  }
}

h2,
.h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 2.4rem;
  }
}
h2.wp-block-heading,
.h2.wp-block-heading {
  margin-top: 20px;
}
@media (min-width: 768px) {
  h2.wp-block-heading,
  .h2.wp-block-heading {
    margin-top: 30px;
  }
}
h2.wp-block-heading.page-intro,
.h2.wp-block-heading.page-intro {
  margin-top: 0;
}
h2.page-intro,
.h2.page-intro {
  margin-top: 0;
}

.sidebar h2 {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .sidebar h2 {
    font-size: 1.9rem;
  }
}

h3,
.h3 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 1.8rem;
  }
}
h3.wp-block-heading,
.h3.wp-block-heading {
  margin-top: 15px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  h3.wp-block-heading,
  .h3.wp-block-heading {
    margin-top: 24px;
  }
}

h4,
.h4 {
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 1.6rem;
  }
}

h5,
.h5 {
  font-size: 1.2rem;
  margin: 0;
}
@media (min-width: 768px) {
  h5,
  .h5 {
    font-size: 1.4rem;
  }
}

/***** Visually hidden classes *****/
.screen-reader-text,
.sr-only,
.visually-hidden {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.skip-links {
  position: absolute;
  top: 0;
  left: 0;
}
.skip-links:focus-within {
  z-index: 9999;
}
.skip-links a {
  opacity: 0;
}
.skip-links a:focus {
  opacity: 1;
  color: #cc0000;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

.announcement-banner {
  font-weight: 700;
  color: #fff;
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: 0.25s ease-in-out;
}
.announcement-banner .announcement a {
  color: #fff;
}
.announcement-banner.active {
  max-height: 300px;
  padding: 10px 60px;
}
.announcement-banner a.accept {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 24px;
}

.site-header-action {
  flex: 1 0 auto;
  text-align: right;
  width: 50%;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .site-header-action {
    width: 25%;
  }
}
.site-header-action .button-link,
.site-header-action .cta-button {
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  transition: all 0.5s ease 0s;
}
.site-header-action .button-link i,
.site-header-action .cta-button i {
  position: inherit;
}

/***** Theme specific container sizes  *****/
.is-style-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  left: auto;
  right: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  left: auto;
  right: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.is-style-container-xs {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  left: auto;
  right: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.container-xs {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  left: auto;
  right: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.is-style-container-sm {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  left: auto;
  right: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.container-sm {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  left: auto;
  right: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.is-style-container-md {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  left: auto;
  right: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.container-md {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  left: auto;
  right: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.is-style-container-lg {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  left: auto;
  right: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.container-lg {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  left: auto;
  right: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

/* Glossary Terms Shortcode */
.glossary-term {
  display: inline-block;
  position: relative;
}
.glossary-term .term-name {
  border-bottom: 1px dotted #020000;
}
.glossary-term .term-definition-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  display: inline-block;
  padding: 15px 20px 15px;
  width: 90vw;
  max-width: 283px;
  transition: 0.25s ease-in-out;
  background-color: #d6dadc;
  opacity: 0;
  pointer-events: none;
  z-index: 200;
}
.glossary-term .term-definition-container .term-definition {
  z-index: 100;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
}
.glossary-term .term-definition-container .term-close {
  position: absolute;
  width: 13px;
  height: 12px;
  top: 8px;
  right: 8px;
  cursor: pointer;
  z-index: 200;
}
.glossary-term .term-definition-container .term-close svg {
  display: block;
}
.glossary-term .term-definition-container .term-down-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(0.5em) rotate(45deg);
  background: #d6dadc;
  width: 1em;
  height: 1em;
}
.glossary-term.active .term-definition-container {
  opacity: 1;
  pointer-events: all;
  bottom: 30px;
}

/* Glossary Page */
.page-template-template-glossary .site-content .searchform {
  display: block;
}
.page-template-template-glossary .site-content .searchform .search-input {
  border: none;
}
.page-template-template-glossary .site-content .glossary-results .az-navigation {
  margin: 30px 0;
}
.page-template-template-glossary .site-content .glossary-results .az-navigation a {
  text-decoration: none;
  display: inline-block;
  margin-right: 10px;
  font-weight: 700;
  color: #008fd5;
}
.page-template-template-glossary .site-content .glossary-results .az-navigation a:hover {
  color: #6dae4f;
}
.page-template-template-glossary .site-content .glossary-results .glossary-terms .first-letter {
  display: block;
  margin: 20px 0;
  padding: 6px 20px;
  background-color: #d6dadc;
}
.page-template-template-glossary .site-content .glossary-results .glossary-terms .glossary-term {
  display: flex;
  gap: 30px;
  width: 100%;
  margin: 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #d6dadc;
}
.page-template-template-glossary .site-content .glossary-results .glossary-terms .glossary-term .title {
  font-size: 1.6rem;
  margin: 0 0 0 20px;
  flex: 0 1 25%;
}
.page-template-template-glossary .site-content .glossary-results .glossary-terms .glossary-term .term {
  flex: 1 1 75%;
}

.wp-block-columns.row {
  flex-wrap: wrap !important;
  margin-left: -2rem;
  margin-right: -2rem;
}
.wp-block-columns.row > *,
.wp-block-columns.row .wp-block-column {
  flex-basis: unset;
  padding-left: 2rem;
  padding-right: 2rem;
}
.wp-block-columns:not(.row) {
  margin-left: -2rem;
  margin-right: -2rem;
}
.wp-block-columns:not(.row) .wp-block-column {
  padding-left: 2rem;
  padding-right: 2rem;
}

.nav-pills .nav-item {
  margin-bottom: 0;
}

figure.resp-table table,
.resp-table {
  margin: 0 0 30px 0;
  min-width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}
figure.resp-table table thead,
.resp-table thead {
  display: none;
}
@media (min-width: 800px) {
  figure.resp-table table thead,
  .resp-table thead {
    display: table-header-group;
  }
}
figure.resp-table table thead tr,
.resp-table thead tr {
  background-color: #6dae4f;
  color: #020000;
}
figure.resp-table table thead tr th,
.resp-table thead tr th {
  color: #020000;
}
figure.resp-table table thead tr th .title-wrap .title,
.resp-table thead tr th .title-wrap .title {
  display: block;
}
figure.resp-table table thead tr th .title-wrap em,
.resp-table thead tr th .title-wrap em {
  font-weight: 200;
}
figure.resp-table table tbody tr,
.resp-table tbody tr {
  margin: 0;
}
figure.resp-table table tbody tr td,
.resp-table tbody tr td {
  padding: 0;
  margin: 0;
}
@media (min-width: 800px) {
  figure.resp-table table tbody tr td,
  .resp-table tbody tr td {
    padding: 12px;
  }
}
figure.resp-table table tbody tr td:before,
.resp-table tbody tr td:before {
  padding: 10px;
  background-color: rgba(109, 174, 79, 0.7);
  font-size: 1.2rem;
  color: #020000;
}
figure.resp-table table tbody tr:nth-child(even),
.resp-table tbody tr:nth-child(even) {
  background-color: rgba(226, 231, 234, 0.6);
}
figure.resp-table table tbody tr:nth-child(even) td:before,
.resp-table tbody tr:nth-child(even) td:before {
  background-color: #6dae4f;
}
figure.resp-table table td,
.resp-table td {
  display: flex;
}
figure.resp-table table td:before,
.resp-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 100%;
  max-width: 115px;
  display: inline-block;
}
@media (min-width: 800px) {
  figure.resp-table table td:before,
  .resp-table td:before {
    display: none;
  }
}
figure.resp-table table td span,
.resp-table td span {
  padding: 10px;
}
figure.resp-table table td span.text-center,
.resp-table td span.text-center {
  display: block;
}
@media (min-width: 800px) {
  figure.resp-table table th,
  figure.resp-table table td,
  .resp-table th,
  .resp-table td {
    text-align: left;
    display: table-cell;
    padding: 15px;
  }
  figure.resp-table table th:first-child,
  figure.resp-table table td:first-child,
  .resp-table th:first-child,
  .resp-table td:first-child {
    text-align: left;
  }
  figure.resp-table table th span,
  figure.resp-table table td span,
  .resp-table th span,
  .resp-table td span {
    padding: 0;
  }
  figure.resp-table table th span.text-center,
  figure.resp-table table td span.text-center,
  .resp-table th span.text-center,
  .resp-table td span.text-center {
    display: block;
  }
  figure.resp-table table th span a:hover,
  figure.resp-table table td span a:hover,
  .resp-table th span a:hover,
  .resp-table td span a:hover {
    color: #6dae4f;
  }
}
figure.resp-table table.staff-list,
.resp-table.staff-list {
  margin-top: 0;
}
figure.resp-table table.staff-list thead,
.resp-table.staff-list thead {
  display: none;
}
@media (min-width: 800px) {
  figure.resp-table table.staff-list thead,
  .resp-table.staff-list thead {
    display: table-header-group;
  }
}
figure.resp-table table.staff-list thead tr,
.resp-table.staff-list thead tr {
  background-color: rgba(208, 228, 164, 0.6);
  color: #020000;
}
figure.resp-table table.staff-list thead tr th,
.resp-table.staff-list thead tr th {
  color: #020000;
}
figure.resp-table table.staff-list thead tr th select,
.resp-table.staff-list thead tr th select {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
figure.resp-table table.staff-list thead tr th .facetwp-facet,
.resp-table.staff-list thead tr th .facetwp-facet {
  margin: 0;
}
figure.resp-table table.staff-list thead tr th .facetwp-facet .facetwp-radio,
.resp-table.staff-list thead tr th .facetwp-facet .facetwp-radio {
  padding-left: 0;
  background: none;
  text-decoration: underline;
}
figure.resp-table table.staff-list thead tr th .facetwp-facet .facetwp-radio.checked,
.resp-table.staff-list thead tr th .facetwp-facet .facetwp-radio.checked {
  display: none;
}
figure.resp-table table.staff-list tbody tr,
.resp-table.staff-list tbody tr {
  margin: 0;
}
figure.resp-table table.staff-list tbody tr td,
.resp-table.staff-list tbody tr td {
  padding: 0;
  margin: 0;
}
@media (min-width: 800px) {
  figure.resp-table table.staff-list tbody tr td,
  .resp-table.staff-list tbody tr td {
    padding: 12px 30px;
  }
}
figure.resp-table table.staff-list tbody tr td:before,
.resp-table.staff-list tbody tr td:before {
  padding: 10px;
  background-color: rgba(208, 228, 164, 0.4);
  font-size: 1.2rem;
  color: #020000;
}
figure.resp-table table.staff-list tbody tr:nth-child(even),
.resp-table.staff-list tbody tr:nth-child(even) {
  background-color: rgba(226, 231, 234, 0.6);
}
figure.resp-table table.staff-list tbody tr:nth-child(even) td:before,
.resp-table.staff-list tbody tr:nth-child(even) td:before {
  background-color: rgba(208, 228, 164, 0.6);
}
figure.resp-table table.staff-list td,
.resp-table.staff-list td {
  display: flex;
}
figure.resp-table table.staff-list td:before,
.resp-table.staff-list td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 100%;
  max-width: 115px;
  display: inline-block;
}
@media (min-width: 800px) {
  figure.resp-table table.staff-list td:before,
  .resp-table.staff-list td:before {
    display: none;
  }
}
figure.resp-table table.staff-list td span,
.resp-table.staff-list td span {
  padding: 10px;
}
@media (min-width: 800px) {
  figure.resp-table table.staff-list th,
  figure.resp-table table.staff-list td,
  .resp-table.staff-list th,
  .resp-table.staff-list td {
    text-align: left;
    display: table-cell;
    padding: 15px 30px;
  }
  figure.resp-table table.staff-list th:first-child,
  figure.resp-table table.staff-list td:first-child,
  .resp-table.staff-list th:first-child,
  .resp-table.staff-list td:first-child {
    text-align: left;
  }
  figure.resp-table table.staff-list th span,
  figure.resp-table table.staff-list td span,
  .resp-table.staff-list th span,
  .resp-table.staff-list td span {
    padding: 0;
  }
}

/***** Theme specific utility colors  *****/
.color-darkblue {
  color: #181e4e;
}

.has-darkblue-color {
  color: #181e4e;
}

.has-darkblue-background-color {
  background-color: #181e4e;
}

.text-darkblue {
  color: #181e4e;
}

.color-mediumblue {
  color: #1f488d;
}

.has-mediumblue-color {
  color: #1f488d;
}

.has-mediumblue-background-color {
  background-color: #1f488d;
}

.text-mediumblue {
  color: #1f488d;
}

.color-coreblue {
  color: #008fd5;
}

.has-coreblue-color {
  color: #008fd5;
}

.has-coreblue-background-color {
  background-color: #008fd5;
}

.text-coreblue {
  color: #008fd5;
}

.color-coregreen {
  color: #6dae4f;
}

.has-coregreen-color {
  color: #6dae4f;
}

.has-coregreen-background-color {
  background-color: #6dae4f;
}

.text-coregreen {
  color: #6dae4f;
}

.color-lightgreen {
  color: #d0e4a4;
}

.has-lightgreen-color {
  color: #d0e4a4;
}

.has-lightgreen-background-color {
  background-color: #d0e4a4;
}

.text-lightgreen {
  color: #d0e4a4;
}

.color-alpha-lightgreen {
  color: rgba(208, 228, 164, 0.5);
}

.has-alpha-lightgreen-color {
  color: rgba(208, 228, 164, 0.5);
}

.has-alpha-lightgreen-background-color {
  background-color: rgba(208, 228, 164, 0.5);
}

.text-alpha-lightgreen {
  color: rgba(208, 228, 164, 0.5);
}

.color-lightblue {
  color: #aee0ee;
}

.has-lightblue-color {
  color: #aee0ee;
}

.has-lightblue-background-color {
  background-color: #aee0ee;
}

.text-lightblue {
  color: #aee0ee;
}

.color-alpha-lightblue {
  color: rgba(173, 224, 238, 0.5);
}

.has-alpha-lightblue-color {
  color: rgba(173, 224, 238, 0.5);
}

.has-alpha-lightblue-background-color {
  background-color: rgba(173, 224, 238, 0.5);
}

.text-alpha-lightblue {
  color: rgba(173, 224, 238, 0.5);
}

.color-lightbrown {
  color: #f5ebbd;
}

.has-lightbrown-color {
  color: #f5ebbd;
}

.has-lightbrown-background-color {
  background-color: #f5ebbd;
}

.text-lightbrown {
  color: #f5ebbd;
}

.color-alpha-lightbrown {
  color: rgba(237, 216, 123, 0.5);
}

.has-alpha-lightbrown-color {
  color: rgba(237, 216, 123, 0.5);
}

.has-alpha-lightbrown-background-color {
  background-color: rgba(237, 216, 123, 0.5);
}

.text-alpha-lightbrown {
  color: rgba(237, 216, 123, 0.5);
}

.color-accentred {
  color: #ca3428;
}

.has-accentred-color {
  color: #ca3428;
}

.has-accentred-background-color {
  background-color: #ca3428;
}

.text-accentred {
  color: #ca3428;
}

.color-corebluewhitetext {
  color: #1c77bd;
}

.has-corebluewhitetext-color {
  color: #1c77bd;
}

.has-corebluewhitetext-background-color {
  background-color: #1c77bd;
}

.text-corebluewhitetext {
  color: #1c77bd;
}

.color-naturalmediumgrey {
  color: #2d4147;
}

.has-naturalmediumgrey-color {
  color: #2d4147;
}

.has-naturalmediumgrey-background-color {
  background-color: #2d4147;
}

.text-naturalmediumgrey {
  color: #2d4147;
}

.color-sidebar {
  color: #2d4147;
}

.has-sidebar-color {
  color: #2d4147;
}

.has-sidebar-background-color {
  background-color: #2d4147;
}

.text-sidebar {
  color: #2d4147;
}

.color-darkmeduimgrey {
  color: #d1d7db;
}

.has-darkmeduimgrey-color {
  color: #d1d7db;
}

.has-darkmeduimgrey-background-color {
  background-color: #d1d7db;
}

.text-darkmeduimgrey {
  color: #d1d7db;
}

.color-mediumlightgray {
  color: #e2e7ea;
}

.has-mediumlightgray-color {
  color: #e2e7ea;
}

.has-mediumlightgray-background-color {
  background-color: #e2e7ea;
}

.text-mediumlightgray {
  color: #e2e7ea;
}

.color-sidebarmapgrey {
  color: #d6dadc;
}

.has-sidebarmapgrey-color {
  color: #d6dadc;
}

.has-sidebarmapgrey-background-color {
  background-color: #d6dadc;
}

.text-sidebarmapgrey {
  color: #d6dadc;
}

.color-neutraldark {
  color: #020000;
}

.has-neutraldark-color {
  color: #020000;
}

.has-neutraldark-background-color {
  background-color: #020000;
}

.text-neutraldark {
  color: #020000;
}

.color-white {
  color: #ffffff;
}

.has-white-color {
  color: #ffffff;
}

.has-white-background-color {
  background-color: #ffffff;
}

.text-white {
  color: #ffffff;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1010;
  background-color: #fff;
  overflow: visible;
  transition: 0.25s ease-in-out;
}
@media (max-width: 1399.98px) {
  .site-header {
    overflow-y: visible;
  }
}
@media (max-width: 1199.98px) {
  .headerReady .site-header {
    transform: translateY(-135%);
  }
  .headerShow .site-header {
    transform: translateY(0);
  }
}
.site-header .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 100;
  height: 75px;
}
@media (min-width: 768px) {
  .site-header .header {
    height: 120px;
  }
}
@media (min-width: 992px) {
  .site-header .header {
    height: 130px;
  }
}
.site-header .header .mobile-menu-trigger {
  padding-bottom: 15px;
  font-size: 10px;
  flex: 0 0 32px;
}
@media (min-width: 992px) {
  .site-header .header .mobile-menu-trigger {
    display: none;
  }
}
.site-header .header .mobile-menu-trigger button.mobile-menu-open {
  border: none;
}
.site-header .header .site-branding {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  justify-content: flex-start;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .site-header .header .site-branding {
    margin-right: auto;
    width: 100%;
    text-align: left;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .site-header .header .site-branding {
    justify-content: flex-start;
  }
}
.site-header .header .site-branding .custom-logo {
  position: relative;
  background-size: contain;
}
.site-header .header .site-branding .custom-logo:before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 19.4736842105%;
}
@media (min-width: 768px) {
  .site-header .header .site-branding .custom-logo {
    width: 280px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .site-header .header .site-branding .custom-logo {
    width: 320px;
  }
}
.site-header .header .site-branding .logo {
  position: relative;
  background-image: url(../images/logo.svg);
  background-size: contain;
  width: 200px;
}
.site-header .header .site-branding .logo:before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 16.25%;
}
@media (min-width: 768px) {
  .site-header .header .site-branding .logo {
    width: 280px;
  }
}
@media (min-width: 992px) {
  .site-header .header .site-branding .logo {
    width: 320px;
  }
}

.navigation-container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-21px);
  overflow: visible;
}
@media (min-width: 992px) {
  .navigation-container {
    transform: translateY(-42px);
  }
}
.navigation-container .courtesy-nav-border {
  position: relative;
  flex: 1 0 100%;
  overflow: visible;
}
.navigation-container .courtesy-nav-border:before {
  content: "";
  display: block;
  height: 100%;
  overflow: visible;
}
.navigation-container .courtesy-nav-border:before {
  position: absolute;
  left: 55%;
  width: 4000px;
  border-bottom: 21px solid #008fd5;
  border-left: 42px solid transparent;
  z-index: -1;
  transform: translateY(-21px);
}
@media (min-width: 992px) {
  .navigation-container .courtesy-nav-border:before {
    border-bottom: 42px solid #008fd5;
    border-left: 84px solid transparent;
    left: 100%;
    bottom: 0;
    transform: translateX(-150px);
  }
}
.navigation-container .courtesy-nav-wrapper {
  height: 42px;
  display: flex;
  justify-content: flex-end;
  padding-left: 5%;
  z-index: 2000;
  font-size: 1.4rem;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .navigation-container .courtesy-nav-wrapper {
    left: auto;
  }
}
@media (min-width: 1400px) {
  .navigation-container .courtesy-nav-wrapper {
    padding-left: 100px;
  }
}
.navigation-container .courtesy-nav-wrapper:before {
  content: "";
  display: block;
  height: 0;
}
.navigation-container .courtesy-nav-wrapper nav#courtesy-navigation {
  display: none;
}
@media (min-width: 992px) {
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation {
    display: block;
    height: 100%;
    min-width: 320px;
  }
}
.navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu {
  height: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li {
  height: 100%;
}
.navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li > a {
  position: relative;
  color: #020000;
  font-weight: 600;
  display: flex;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  text-decoration: none;
}
.navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li > a:after {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 0;
  background-color: #fff;
  transition: 0.25s ease-in-out;
}
.navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li > a.open:after {
  width: 100%;
}
.navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li > a:hover:after {
  width: 100%;
}
.navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li > a:focus-visible {
  outline: auto;
  outline-color: #fff;
}
.navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li.current-menu-item > a:after, .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li.current-menu-parent > a:after, .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li.current-page-ancestor > a:after {
  width: 100%;
}
.navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.cmap-dropdown-menu {
  right: 0;
}
@media (min-width: 992px) {
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.cmap-dropdown-menu {
    background-color: #1f488d;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    height: 0;
    color: #fff;
    min-width: 300px;
    height: 0;
    transition: 0.25s ease-in-out;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.cmap-dropdown-menu a {
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    display: flex;
    align-items: center;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.cmap-dropdown-menu a i {
    margin-left: 15px;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.cmap-dropdown-menu .cmap-dropdown-actions {
    background-color: #1f488d;
    padding: 18px 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.cmap-dropdown-menu .cmap-dropdown-actions .close {
    margin-left: auto;
    text-transform: uppercase;
    line-height: 1;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.cmap-dropdown-menu .cmap-dropdown-actions .close:hover {
    text-decoration: none;
    color: #008fd5;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.cmap-dropdown-menu .cmap-dropdown-actions .back {
    line-height: 1;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.cmap-dropdown-menu .cmap-dropdown-actions .back:hover {
    text-decoration: underline;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.cmap-dropdown-menu .cmap-dropdown-actions i {
    margin: 0 6px;
    font-size: 1.5rem;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.cmap-dropdown-menu.depth_0 > .cmap-dropdown-actions .back {
    display: none;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.cmap-dropdown-menu.depth_0 > .cmap-dropdown-actions {
    display: none;
  }
}
@media (min-width: 992px) {
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.cmap-dropdown-menu .item-title {
    padding: 18px 36px 9px;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.cmap-dropdown-menu ul.cmap-dropdown-menu {
    padding: 18px 36px 18px;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.cmap-dropdown-menu ul.cmap-dropdown-menu li a {
    line-height: 1.3;
    font-weight: 600;
    display: block;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.cmap-dropdown-menu ul.cmap-dropdown-menu li a:hover {
    text-decoration: underline;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li > .cmap-dropdown-menu {
    top: 100%;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li > .cmap-dropdown-menu.open {
    opacity: 1;
    visibility: visible;
    height: -moz-max-content;
    height: max-content;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li > .cmap-dropdown-menu div.cmap-dropdown-menu {
    top: 0;
    background-color: #fff;
    border-bottom: 12px solid #1f488d;
    width: 100%;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li > .cmap-dropdown-menu div.cmap-dropdown-menu ul.cmap-dropdown-menu {
    margin-left: 20px;
    padding: 10px 36px 18px;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li > .cmap-dropdown-menu div.cmap-dropdown-menu ul.cmap-dropdown-menu li a {
    color: #1f488d;
    white-space: break-spaces;
    line-height: 1.24;
    margin: 20px 0;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li > .cmap-dropdown-menu div.cmap-dropdown-menu.open {
    opacity: 1;
    visibility: visible;
    height: -moz-max-content;
    height: max-content;
    min-height: 100%;
  }
}
@media (min-width: 768px) {
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.mega-menu {
    background-color: rgba(31, 72, 141, 0.95);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    width: 100%;
    top: calc(100% - 42px);
    left: 0;
    z-index: -1;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    box-shadow: 0px 13px 15px 5px rgba(0, 0, 0, 0.25) !important;
    transition: 0.5s ease-in-out;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.mega-menu > .container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.mega-menu > .container .parent-title {
    font-weight: 300;
    font-size: 3.2rem;
    margin: 92px 0 50px;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.mega-menu > .container .menu-divider {
    width: 1px;
    margin: 0 36px;
    background-color: #fff;
    margin: 92px 26px 50px;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.mega-menu > .container > ul.mega-dropdown-menu {
    position: relative;
    padding: 132px 20px 50px 0;
    overflow: hidden;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.mega-menu > .container > ul.mega-dropdown-menu li {
    min-width: 260px;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.mega-menu > .container > ul.mega-dropdown-menu li a {
    line-height: 1.26;
    font-size: 1.8rem;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    padding: 12px 20px 12px 10px;
    align-items: center;
    position: relative;
    transition: 0.25s ease-in-out;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.mega-menu > .container > ul.mega-dropdown-menu li a i {
    transition: 0.5s ease-in-out;
    margin-right: auto;
    margin-left: 0;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.mega-menu > .container > ul.mega-dropdown-menu li a:hover span {
    text-decoration: underline;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.mega-menu > .container > ul.mega-dropdown-menu li a:focus-visible {
    outline: auto;
    outline-color: #fff;
    margin-left: 2px;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.mega-menu > .container > ul.mega-dropdown-menu li a.current-menu {
    transform: translateX(20px);
    width: 100%;
    font-weight: 600;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.mega-menu > .container > ul.mega-dropdown-menu li a.current-menu i {
    margin-left: auto;
    margin-right: 0;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.mega-menu > .container > ul.mega-dropdown-menu li > .mega-dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    padding: 132px 20px 50px 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    min-height: 100%;
    transition: 0.5s ease-in-out;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.mega-menu > .container > ul.mega-dropdown-menu li > .mega-dropdown-menu > li {
    min-width: 400px;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.mega-menu > .container > ul.mega-dropdown-menu li > .mega-dropdown-menu a {
    opacity: 0;
    margin-left: 20px;
    padding-left: 10px;
    display: inline-block;
    transition: 0.5s ease-in-out;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.mega-menu > .container > ul.mega-dropdown-menu li > .mega-dropdown-menu.open {
    visibility: visible;
    overflow: visible;
    width: -moz-fit-content;
    width: fit-content;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.mega-menu > .container > ul.mega-dropdown-menu li > .mega-dropdown-menu.open a {
    opacity: 1;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.mega-menu > .container > ul.mega-dropdown-menu:before {
    content: "";
    width: 2000px;
    max-width: 0;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: rgba(24, 30, 78, 0.3);
    transition: 0.5s ease-in-out;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.mega-menu > .container > ul.mega-dropdown-menu.open {
    overflow: visible;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.mega-menu > .container > ul.mega-dropdown-menu.open:before {
    max-width: 2000px;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.mega-menu.open {
    opacity: 1;
    visibility: visible;
    max-height: calc(100vh - 130px);
    overflow-y: auto;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.mega-menu .close {
    border: none;
    background-color: transparent;
    color: #fff;
    padding: 10px;
    display: flex;
    position: absolute;
    top: 30px;
    right: 40px;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    z-index: 200;
    transition: 0.25s ease-in-out;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.mega-menu .close span {
    font-size: 1.2rem;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.mega-menu .close:hover {
    color: #6dae4f;
  }
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.mega-menu .close:hover svg circle,
  .navigation-container .courtesy-nav-wrapper nav#courtesy-navigation .courtesy-menu > li div.mega-menu .close:hover svg path {
    stroke: currentColor;
  }
}
.navigation-container .primary-nav-border {
  position: relative;
  flex: 1 0 100%;
  overflow: visible;
}
@media (min-width: 992px) {
  .navigation-container .primary-nav-border {
    flex: 0 1 31.3%;
  }
}
.navigation-container .primary-nav-border:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 30%;
  width: 100%;
  border-top: 21px solid #6dae4f;
  border-right: 42px solid transparent;
  z-index: -1;
}
@media (min-width: 992px) {
  .navigation-container .primary-nav-border:before {
    border-top: 42px solid #6dae4f;
    border-right: 104px solid transparent;
    left: auto;
    right: 100%;
    width: 4000px;
    transform: translateX(150px);
  }
}
.navigation-container .primary-nav-wrapper {
  display: flex;
  justify-content: flex-end;
  padding-right: 5%;
  z-index: 1000;
  font-size: 1.4rem;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .navigation-container .primary-nav-wrapper {
    right: auto;
  }
}
@media (min-width: 1400px) {
  .navigation-container .primary-nav-wrapper {
    padding-right: 100px;
  }
}
.navigation-container .primary-nav-wrapper nav#primary-navigation {
  display: none;
}
@media (min-width: 992px) {
  .navigation-container .primary-nav-wrapper nav#primary-navigation {
    display: block;
    height: 42px;
    min-width: 600px;
  }
}
.navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 1200px) {
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu {
    gap: 34px;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu {
    justify-content: space-between;
  }
}

@media (max-width:768px) {
	.wp-block-media-text__media {
		padding: 0 8%;
	}	
}
.navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li {
  height: 100%;
}
.navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li > a {
  position: relative;
  color: #020000;
  font-weight: 600;
  display: flex;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  text-decoration: none;
}
.navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li > a:after {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 0;
  background-color: #fff;
  transition: 0.25s ease-in-out;
}
.navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li > a.open:after {
  width: 100%;
}
.navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li > a:hover:after {
  width: 100%;
}
.navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li > a:focus-visible {
  outline: auto;
  outline-color: #fff;
}
.navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li.current-menu-item > a:after, .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li.current-menu-parent > a:after, .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li.current-page-ancestor > a:after {
  width: 100%;
}
.navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.cmap-dropdown-menu {
  left: 0;
}
@media (min-width: 992px) {
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.cmap-dropdown-menu {
    background-color: #1f488d;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    height: 0;
    color: #fff;
    min-width: 300px;
    height: 0;
    transition: 0.25s ease-in-out;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.cmap-dropdown-menu a {
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    display: flex;
    align-items: center;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.cmap-dropdown-menu a i {
    margin-left: 15px;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.cmap-dropdown-menu .cmap-dropdown-actions {
    background-color: #1f488d;
    padding: 18px 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.cmap-dropdown-menu .cmap-dropdown-actions .close {
    margin-left: auto;
    text-transform: uppercase;
    line-height: 1;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.cmap-dropdown-menu .cmap-dropdown-actions .close:hover {
    text-decoration: none;
    color: #008fd5;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.cmap-dropdown-menu .cmap-dropdown-actions .back {
    line-height: 1;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.cmap-dropdown-menu .cmap-dropdown-actions .back:hover {
    text-decoration: underline;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.cmap-dropdown-menu .cmap-dropdown-actions i {
    margin: 0 6px;
    font-size: 1.5rem;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.cmap-dropdown-menu.depth_0 > .cmap-dropdown-actions .back {
    display: none;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.cmap-dropdown-menu.depth_0 > .cmap-dropdown-actions {
    display: none;
  }
}
@media (min-width: 992px) {
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.cmap-dropdown-menu .item-title {
    padding: 18px 36px 9px;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.cmap-dropdown-menu ul.cmap-dropdown-menu {
    padding: 18px 36px 18px;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.cmap-dropdown-menu ul.cmap-dropdown-menu li a {
    line-height: 1.3;
    font-weight: 600;
    display: block;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.cmap-dropdown-menu ul.cmap-dropdown-menu li a:hover {
    text-decoration: underline;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li > .cmap-dropdown-menu {
    top: 100%;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li > .cmap-dropdown-menu.open {
    opacity: 1;
    visibility: visible;
    height: -moz-max-content;
    height: max-content;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li > .cmap-dropdown-menu div.cmap-dropdown-menu {
    top: 0;
    background-color: #fff;
    border-bottom: 12px solid #1f488d;
    width: 100%;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li > .cmap-dropdown-menu div.cmap-dropdown-menu ul.cmap-dropdown-menu {
    margin-left: 20px;
    padding: 10px 36px 18px;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li > .cmap-dropdown-menu div.cmap-dropdown-menu ul.cmap-dropdown-menu li a {
    color: #1f488d;
    white-space: break-spaces;
    line-height: 1.24;
    margin: 20px 0;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li > .cmap-dropdown-menu div.cmap-dropdown-menu.open {
    opacity: 1;
    visibility: visible;
    height: -moz-max-content;
    height: max-content;
    min-height: 100%;
  }
}
@media (min-width: 768px) {
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.mega-menu {
    background-color: rgba(31, 72, 141, 0.95);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    width: 100%;
    top: calc(100% - 42px);
    left: 0;
    z-index: -1;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    box-shadow: 0px 13px 15px 5px rgba(0, 0, 0, 0.25) !important;
    transition: 0.5s ease-in-out;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.mega-menu > .container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.mega-menu > .container .parent-title {
    font-weight: 300;
    font-size: 3.2rem;
    margin: 92px 0 50px;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.mega-menu > .container .menu-divider {
    width: 1px;
    margin: 0 36px;
    background-color: #fff;
    margin: 92px 26px 50px;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.mega-menu > .container > ul.mega-dropdown-menu {
    position: relative;
    padding: 132px 20px 50px 0;
    overflow: hidden;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.mega-menu > .container > ul.mega-dropdown-menu li {
    min-width: 260px;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.mega-menu > .container > ul.mega-dropdown-menu li a {
    line-height: 1.26;
    font-size: 1.8rem;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    padding: 12px 20px 12px 10px;
    align-items: center;
    position: relative;
    transition: 0.25s ease-in-out;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.mega-menu > .container > ul.mega-dropdown-menu li a i {
    transition: 0.5s ease-in-out;
    margin-right: auto;
    margin-left: 0;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.mega-menu > .container > ul.mega-dropdown-menu li a:hover span {
    text-decoration: underline;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.mega-menu > .container > ul.mega-dropdown-menu li a:focus-visible {
    outline: auto;
    outline-color: #fff;
    margin-left: 2px;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.mega-menu > .container > ul.mega-dropdown-menu li a.current-menu {
    transform: translateX(20px);
    width: 100%;
    font-weight: 600;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.mega-menu > .container > ul.mega-dropdown-menu li a.current-menu i {
    margin-left: auto;
    margin-right: 0;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.mega-menu > .container > ul.mega-dropdown-menu li > .mega-dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    padding: 132px 20px 50px 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    min-height: 100%;
    transition: 0.5s ease-in-out;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.mega-menu > .container > ul.mega-dropdown-menu li > .mega-dropdown-menu > li {
    min-width: 400px;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.mega-menu > .container > ul.mega-dropdown-menu li > .mega-dropdown-menu a {
    opacity: 0;
    margin-left: 20px;
    padding-left: 10px;
    display: inline-block;
    transition: 0.5s ease-in-out;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.mega-menu > .container > ul.mega-dropdown-menu li > .mega-dropdown-menu.open {
    visibility: visible;
    overflow: visible;
    width: -moz-fit-content;
    width: fit-content;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.mega-menu > .container > ul.mega-dropdown-menu li > .mega-dropdown-menu.open a {
    opacity: 1;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.mega-menu > .container > ul.mega-dropdown-menu:before {
    content: "";
    width: 2000px;
    max-width: 0;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: rgba(24, 30, 78, 0.3);
    transition: 0.5s ease-in-out;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.mega-menu > .container > ul.mega-dropdown-menu.open {
    overflow: visible;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.mega-menu > .container > ul.mega-dropdown-menu.open:before {
    max-width: 2000px;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.mega-menu.open {
    opacity: 1;
    visibility: visible;
    max-height: calc(100vh - 130px);
    overflow-y: auto;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.mega-menu .close {
    border: none;
    background-color: transparent;
    color: #fff;
    padding: 10px;
    display: flex;
    position: absolute;
    top: 30px;
    right: 40px;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    z-index: 200;
    transition: 0.25s ease-in-out;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.mega-menu .close span {
    font-size: 1.2rem;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.mega-menu .close:hover {
    color: #6dae4f;
  }
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.mega-menu .close:hover svg circle,
  .navigation-container .primary-nav-wrapper nav#primary-navigation .primary-menu > li div.mega-menu .close:hover svg path {
    stroke: currentColor;
  }
}

.off-canvas-container {
  position: fixed;
  top: 0;
  background-color: #fff;
  height: 100%;
  width: 100vw;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  overflow-x: auto;
  padding: 32px 0 0 0;
  transition: 0.25s ease-in-out;
}
.off-canvas-container.is-visible {
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
.off-canvas-container .mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 0 2rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 34px;
  z-index: 8000;
}
.off-canvas-container .mobile-header .mobile-close:hover {
  color: #1c77bd;
}
.off-canvas-container .mobile-header .mobile-close {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: transparent;
  border: none;
  gap: 10px;
  color: #1F488D;
  cursor: pointer;
  font-size: 1.2rem;
}
.off-canvas-container .mobile-navigation .primary-menu {
  margin: 0;
  padding: 0;
}
.off-canvas-container .mobile-navigation .primary-menu > li {
  width: 100%;
  color: #020000;
  background-color: #6dae4f;
  position: relative;
  transition: 0.25s ease-in-out;
}
.off-canvas-container .mobile-navigation .primary-menu > li:first-child {
  padding-top: 20px;
}
.off-canvas-container .mobile-navigation .primary-menu > li:last-child {
  padding-bottom: 20px;
}
.off-canvas-container .mobile-navigation .primary-menu > li.open {
  padding-top: 30px;
}
.off-canvas-container .mobile-navigation .primary-menu > li > a {
  display: block;
  padding: 8px 10px;
  font-size: 1.6rem;
  text-decoration: none;
  color: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 435px;
  margin: 0 auto;
}
.off-canvas-container .mobile-navigation .primary-menu > li > a.open i {
  transform: rotate(-180deg);
}
.off-canvas-container .mobile-navigation .primary-menu > li > div.cmap-dropdown-menu {
  background-color: #1f488d;
  position: relative;
  width: 100%;
  padding: 0 30px 0;
  color: #ffffff;
  max-height: 0;
  overflow: hidden;
  background-color: #1f488d;
  transition: 0.25s ease-in-out;
}
.off-canvas-container .mobile-navigation .primary-menu > li > div.cmap-dropdown-menu.open {
  max-height: 2000px;
}
.off-canvas-container .mobile-navigation .primary-menu > li > div.cmap-dropdown-menu a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 10px 25px;
  font-size: 1.6rem;
}
.off-canvas-container .mobile-navigation .primary-menu > li > div.cmap-dropdown-menu a.cmap-dropdown-link i {
  margin-left: 12px;
  transition: 0.25s ease-in-out;
}
.off-canvas-container .mobile-navigation .primary-menu > li > div.cmap-dropdown-menu > ul {
  padding-bottom: 30px;
}
.off-canvas-container .mobile-navigation .primary-menu > li > div.cmap-dropdown-menu > ul > li {
  position: relative;
  max-width: 435px;
  margin: 0 auto;
  border-left: 1px solid #fff;
}
.off-canvas-container .mobile-navigation .primary-menu > li > div.cmap-dropdown-menu > ul > li.menu-item-has-children > a.open i {
  transform: rotate(-180deg);
}
.off-canvas-container .mobile-navigation .primary-menu > li > div.cmap-dropdown-menu > ul > li > div.cmap-dropdown-menu {
  width: 100%;
  height: auto;
  max-height: 0;
  overflow: hidden;
  color: #fff;
  padding: 0;
  color: #ffffff;
  transition: 0.25s ease-in-out;
}
.off-canvas-container .mobile-navigation .primary-menu > li > div.cmap-dropdown-menu > ul > li > div.cmap-dropdown-menu.open {
  max-height: 2000px;
}
.off-canvas-container .mobile-navigation .primary-menu > li > div.cmap-dropdown-menu > ul > li > div.cmap-dropdown-menu a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 10px 25px;
}
.off-canvas-container .mobile-navigation .primary-menu > li.open {
  background-color: #1f488d;
  color: #fff;
}
.off-canvas-container .mobile-navigation .courtesy-menu {
  margin: 0;
  padding: 0;
}
.off-canvas-container .mobile-navigation .courtesy-menu > li {
  width: 100%;
  color: #020000;
  background-color: #1c77bd;
}
.off-canvas-container .mobile-navigation .courtesy-menu > li:first-child {
  padding-top: 20px;
}
.off-canvas-container .mobile-navigation .courtesy-menu > li:last-child {
  padding-bottom: 20px;
}
.off-canvas-container .mobile-navigation .courtesy-menu > li.open {
  padding-top: 30px;
}
.off-canvas-container .mobile-navigation .courtesy-menu > li > a {
  display: block;
  padding: 8px 10px;
  font-size: 1.6rem;
  text-decoration: none;
  color: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 435px;
  margin: 0 auto;
}
.off-canvas-container .mobile-navigation .courtesy-menu > li > a.open i {
  transform: rotate(-180deg);
}
.off-canvas-container .mobile-navigation .courtesy-menu > li > div.cmap-dropdown-menu {
  background-color: #1f488d;
  position: relative;
  width: 100%;
  padding: 0 30px 0;
  color: #ffffff;
  max-height: 0;
  overflow: hidden;
  background-color: #1f488d;
  transition: 0.25s ease-in-out;
}
.off-canvas-container .mobile-navigation .courtesy-menu > li > div.cmap-dropdown-menu.open {
  background-color: #1f488d;
  max-height: 2000px;
}
.off-canvas-container .mobile-navigation .courtesy-menu > li > div.cmap-dropdown-menu a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 10px 25px;
  font-size: 1.6rem;
}
.off-canvas-container .mobile-navigation .courtesy-menu > li > div.cmap-dropdown-menu a.cmap-dropdown-link i {
  margin-left: 12px;
  transition: 0.25s ease-in-out;
}
.off-canvas-container .mobile-navigation .courtesy-menu > li > div.cmap-dropdown-menu > ul {
  padding-bottom: 30px;
}
.off-canvas-container .mobile-navigation .courtesy-menu > li > div.cmap-dropdown-menu > ul > li {
  position: relative;
  max-width: 435px;
  margin: 0 auto;
  border-left: 1px solid #fff;
}
.off-canvas-container .mobile-navigation .courtesy-menu > li > div.cmap-dropdown-menu > ul > li.menu-item-has-children > a.open i {
  transform: rotate(-180deg);
}
.off-canvas-container .mobile-navigation .courtesy-menu > li > div.cmap-dropdown-menu > ul > li > div.cmap-dropdown-menu {
  width: 100%;
  height: auto;
  max-height: 0;
  overflow: hidden;
  color: #fff;
  padding: 0;
  color: #ffffff;
  transition: 0.25s ease-in-out;
}
.off-canvas-container .mobile-navigation .courtesy-menu > li > div.cmap-dropdown-menu > ul > li > div.cmap-dropdown-menu.open {
  max-height: 2000px;
}
.off-canvas-container .mobile-navigation .courtesy-menu > li > div.cmap-dropdown-menu > ul > li > div.cmap-dropdown-menu a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 5px 25px;
}
.off-canvas-container .mobile-navigation .courtesy-menu > li.open {
  background-color: #1f488d;
  color: #fff;
}
.off-canvas-container .mobile-search {
  margin: 0 auto;
  position: relative;
  z-index: -1;
  padding: 40px 2rem 8dvh;
  background-color: #fff;
  max-width: 435px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .off-canvas-container .mobile-search {
    padding: 40px 0 8dvh;
  }
}
.off-canvas-container .mobile-search form {
  display: flex;
  height: 40px;
  gap: 20px;
  padding-top: 3px;
}
.off-canvas-container .mobile-search form input[type=text] {
  border-radius: 100px;
  background-color: #e2e7ea;
  flex: 1 1 100%;
  min-width: 0;
  border: none;
  padding: 5px 15px;
  height: 26px;
}
.off-canvas-container .mobile-search form input[type=text]::-webkit-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  opacity: 1;
  color: #020000;
}
.off-canvas-container .mobile-search form input[type=text]::-moz-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  opacity: 1;
  color: #020000;
}
.off-canvas-container .mobile-search form input[type=text]:-moz-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  opacity: 1;
  color: #020000;
}
.off-canvas-container .mobile-search form input[type=text]:-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  opacity: 1;
  color: #020000;
}
.off-canvas-container .mobile-search form label {
  position: relative;
  width: 24px;
  height: 24px;
}
@media (min-width: 992px) {
  .off-canvas-container .mobile-search form label {
    width: 40px;
    height: 40px;
  }
}
.off-canvas-container .mobile-search form label input[type=submit] {
  background-color: transparent;
  border: none;
  font-size: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  padding: 0;
}
.off-canvas-container .mobile-search form label input[type=submit]:focus {
  outline: 2px solid #000;
}
.off-canvas-container .mobile-search form label svg {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.breadcrumb-share {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
  z-index: 750;
  padding: 23px 2rem 23px;
}
.breadcrumb-share.has-no-fr {
  margin-top: 42px;
}
@media (min-width: 768px) {
  .breadcrumb-share.has-no-fr {
    margin-top: 42px;
  }
}
@media (min-width: 768px) {
  .breadcrumb-share .breadcrumb-wrapper {
    max-width: 65%;
  }
}
.breadcrumb-share .breadcrumb-wrapper .breadcrumb {
  font-size: 1.2rem;
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  padding-right: 30px;
}
.breadcrumb-share .breadcrumb-wrapper .breadcrumb span {
  display: flex;
}
.breadcrumb-share .breadcrumb-wrapper .breadcrumb span.divider {
  line-height: 0;
  align-self: flex-start;
  font-size: 2.4rem;
  padding: 10px 1px 0 0;
}
.breadcrumb-share .breadcrumb-wrapper .breadcrumb a {
  text-decoration: none;
  font-weight: 600;
  font-size: 1.2rem;
  color: #020000;
  white-space: nowrap;
}
.breadcrumb-share .breadcrumb-wrapper .breadcrumb a:hover {
  color: #000;
  text-decoration: underline;
}
.breadcrumb-share .breadcrumb-wrapper .breadcrumb .current {
  font-weight: 400;
  font-size: 1.2rem;
}
.breadcrumb-share .social-share-wrapper button {
  text-decoration: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #020000;
  background: none;
  border: none;
  cursor: pointer;
}
.breadcrumb-share .social-share-wrapper button span {
  margin-left: 12px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  word-break: keep-all;
}
.breadcrumb-share .social-share-wrapper button:hover {
  color: #1c77bd;
}
.breadcrumb-share .social-share-wrapper button:hover svg path {
  fill: currentColor;
}
.breadcrumb-share .share-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(255, 254, 254);
  padding: 25px;
  border-radius: 15px;
  max-width: 380px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  transition: 0.25s ease-in-out;
}
.breadcrumb-share .share-popup.show {
  opacity: 1;
  visibility: visible;
  transition: 0.25s ease-in-out;
}

/***** Animated Hamburger *****/
/* Icon 1 */
.nav-icon1,
.nav-icon2,
.nav-icon3 {
  position: relative;
  width: 30px;
  height: 22px;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}
.nav-icon1 span,
.nav-icon2 span,
.nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #1f488d;
  border-radius: 0;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  pointer-events: none;
}

.nav-icon1 span:nth-child(1),
.nav-icon2 span:nth-child(1),
.nav-icon3 span:nth-child(1) {
  top: 0px;
}
.nav-icon1 span:nth-child(2),
.nav-icon2 span:nth-child(2),
.nav-icon3 span:nth-child(2) {
  top: 8px;
}

.nav-icon1 span:nth-child(3) {
  top: 16px;
}

.nav-icon2 span:nth-child(3) {
  top: 8px;
}

.nav-icon3 span:nth-child(3) {
  top: 8px;
}

.nav-icon2 span:nth-child(4),
.nav-icon3 span:nth-child(4) {
  top: 16px;
}

.nav-icon1.open span:nth-child(1) {
  top: 8px;
  transform: rotate(135deg);
}

.nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.nav-icon1.open span:nth-child(3) {
  top: 8px;
  transform: rotate(-135deg);
}

.nav-icon2.open span:nth-child(1),
.nav-icon3.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.nav-icon2.open span:nth-child(2),
.nav-icon3.open span:nth-child(2) {
  transform: rotate(45deg);
}

.nav-icon2.open span:nth-child(3),
.nav-icon3.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.nav-icon2.open span:nth-child(4),
.nav-icon3.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.home-hero {
  color: #ffffff;
  position: relative;
}
.home-hero .first-read {
  background-size: cover;
  background-position: center 74%;
  padding-top: 35px;
}
@media (min-width: 768px) {
  .home-hero .first-read {
    padding-top: 150px;
  }
}
.home-hero .first-read .hero-container {
  display: flex;
  flex-flow: column;
  padding: 0;
}
@media (min-width: 768px) {
  .home-hero .first-read .hero-container {
    flex-flow: row;
    justify-content: space-between;
  }
}
.home-hero .first-read .hero-container .hero-content {
  padding: 0 20px 32px;
  flex: 0 1 55%;
  max-width: 755px;
  position: relative;
  z-index: 100;
}
.home-hero .first-read .hero-container .hero-content .subtitle {
  font-size: clamp(17px, -34px + 0.06640625 * 100vw, 34px);
  line-height: 1.4;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .home-hero .first-read .hero-container .hero-content .subtitle {
    margin-bottom: 36px;
  }
}
.home-hero .first-read .hero-container .hero-content .hero-search-form svg path {
  fill: #ffffff;
}
.home-hero .first-read .hero-container .hero-events-wrapper {
  flex: 0 1 45%;
  position: relative;
  z-index: 100;
}
@media (min-width: 768px) {
  .home-hero .first-read .hero-container .hero-events-wrapper {
    max-width: 480px;
    padding-right: 2rem;
  }
}
.home-hero .first-read .hero-container .hero-events-wrapper .hero-events {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.home-hero .first-read .hero-container .hero-events-wrapper .hero-events h2 {
  padding: 15px 20px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .home-hero .first-read .hero-container .hero-events-wrapper .hero-events h2 {
    padding: 30px 40px;
  }
}
.home-hero .first-read .hero-container .hero-events-wrapper .hero-events .events-list {
  padding: 0 20px;
}
@media (min-width: 576px) {
  .home-hero .first-read .hero-container .hero-events-wrapper .hero-events .events-list {
    display: flex;
  }
}
@media (min-width: 768px) {
  .home-hero .first-read .hero-container .hero-events-wrapper .hero-events .events-list {
    padding: 0 40px 30px;
    flex-flow: column;
  }
}
.home-hero .first-read .hero-container .hero-events-wrapper .hero-events .events-link {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .home-hero .first-read .hero-container .hero-events-wrapper .hero-events .events-link {
    margin-bottom: 30px;
  }
}
.home-hero .first-read .hero-container .hero-events-wrapper .hero-events .events-link a {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 700;
  padding: 5px 10px 5px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 31px;
  max-width: 178px;
}
.home-hero .first-read .hero-container .hero-events-wrapper .hero-events .events-link a svg {
  width: 21px;
  height: 21px;
}
@media (min-width: 768px) {
  .home-hero .first-read .hero-container .hero-events-wrapper .hero-events .events-link a {
    padding: 0 20px 0 40px;
    font-size: 1.6rem;
    max-width: none;
    height: 60px;
  }
  .home-hero .first-read .hero-container .hero-events-wrapper .hero-events .events-link a svg {
    width: 35px;
    height: 35px;
  }
}
.home-hero .first-read .hero-container .hero-events-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  width: 1000%;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 122, 184, 0.8);
  z-index: -1;
}
@media (min-width: 768px) {
  .home-hero .first-read .hero-container .hero-events-wrapper:after {
    background: rgba(0, 122, 184, 0.8);
  }
}
.home-hero .first-read .hero-container .hero-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(29, 29, 38, 0.66) 20.88%, rgba(29, 29, 38, 0.42) 58.91%, rgba(29, 29, 38, 0) 82.34%);
}

.page-header {
  display: block;
  position: relative;
  z-index: 1;
}
.page-header:before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background-color: #1c77bd;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.page-header:after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background-color: #6dae4f;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .page-header .container {
    padding: 0;
  }
}
.page-header .firstread {
  position: relative;
  display: flex;
  flex-flow: column;
  z-index: 1;
  margin-right: -20px;
}
@media (min-width: 1400px) {
  .page-header .firstread {
    margin-right: -260px;
  }
}
@media (min-width: 992px) {
  .page-header .firstread {
    flex-flow: row-reverse;
    justify-content: space-between;
  }
}
.page-header .firstread .firstread-image {
  position: relative;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 150px;
}
.page-header .firstread .firstread-image:before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 32.5%;
}
@media (min-width: 992px) {
  .page-header .firstread .firstread-image {
    position: relative;
    flex: 1 1 55%;
  }
  .page-header .firstread .firstread-image:before {
    display: block;
    content: " ";
    width: 100%;
    padding-bottom: 43.3333333333%;
  }
}
@media (min-width: 1200px) {
  .page-header .firstread .firstread-image {
    position: relative;
    flex: 1 1 72%;
  }
  .page-header .firstread .firstread-image:before {
    display: block;
    content: " ";
    width: 100%;
    padding-bottom: 43.3333333333%;
  }
}
@media (min-width: 1400px) {
  .page-header .firstread .firstread-image {
    padding-right: 260px;
  }
}
.page-header .firstread .firstread-image .hero-search-form {
  max-width: 90%;
  margin: auto auto 20px auto;
  padding-right: 20px;
  display: none;
}
@media (min-width: 992px) {
  .page-header .firstread .firstread-image .hero-search-form {
    display: none;
  }
}
.page-header .firstread .firstread-image .hero-search-form svg path {
  fill: #ffffff;
}
.page-header .firstread .page-title {
  background-color: #1c77bd;
}
@media (min-width: 992px) {
  .page-header .firstread .page-title {
    flex: 1 1 45%;
    padding: 80px 0 40px;
  }
}
@media (min-width: 1200px) {
  .page-header .firstread .page-title {
    flex: 1 1 38%;
    padding-top: 120px;
  }
}
.page-header .firstread .page-title h1 {
  background-color: #1c77bd;
  display: block;
  color: #fff;
  margin: 0;
  padding: 10px 20px;
}
@media (min-width: 992px) {
  .page-header .firstread .page-title h1 {
    padding: 0 40px 0 0;
  }
}
@media (min-width: 992px) {
  .page-header .firstread .page-title h1 span.divr {
    display: none;
  }
}
.page-header .firstread .page-title h1 span.page-subtitle {
  font-weight: 400;
  color: #fff;
  font-size: clamp(18px, -24px + 0.0546875 * 100vw, 32px);
  display: block;
}
@media (min-width: 992px) {
  .page-header .firstread .page-title h1 span.page-subtitle {
    margin-top: 10px;
  }
}

.header-spacer {
  height: 0;
  margin-top: 42px;
}
@media (min-width: 768px) {
  .header-spacer {
    margin-top: 42px;
  }
}

/* Accordion Styles */
.post-accordion-list > .post-item {
  background-color: #fff;
  margin: 0;
  padding: 0;
  border-bottom: 3px solid #008fd5;
}
@media (min-width: 768px) {
  .post-accordion-list > .post-item {
    border-width: 5px;
  }
}
.post-accordion-list > .post-item h2 {
  margin: 0;
}
.post-accordion-list > .post-item h2 button {
  font-size: 1.5rem;
  font-weight: 700;
  color: #020000;
  padding: 12px 0;
  background-color: transparent;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .post-accordion-list > .post-item h2 button {
    font-size: 1.8rem;
  }
}
.post-accordion-list > .post-item h2 button:after {
  display: none;
}
.post-accordion-list > .post-item h2 button svg fill,
.post-accordion-list > .post-item h2 button svg circle,
.post-accordion-list > .post-item h2 button svg path {
  transition: 0.25s ease-in-out;
}
.post-accordion-list > .post-item h2 button .arrow {
  color: #1c77bd;
  margin-left: 32px;
}
.post-accordion-list > .post-item h2 button .arrow svg {
  fill: #fff;
}
.post-accordion-list > .post-item h2 button .arrow svg circle {
  stroke: #1c77bd;
}
.post-accordion-list > .post-item h2 button .arrow svg path {
  stroke: currentColor;
}
.post-accordion-list > .post-item h2 button:focus-visible {
  border: 2px solid #1c77bd;
}
.post-accordion-list > .post-item h2 button:focus-visible .arrow, .post-accordion-list > .post-item h2 button:hover .arrow {
  color: #fff;
}
.post-accordion-list > .post-item h2 button:focus-visible .arrow svg, .post-accordion-list > .post-item h2 button:hover .arrow svg {
  fill: #1c77bd;
}
.post-accordion-list > .post-item h2 button:focus-visible .arrow svg circle, .post-accordion-list > .post-item h2 button:hover .arrow svg circle {
  stroke: #1c77bd;
}
.post-accordion-list > .post-item h2 button:focus-visible .arrow svg path, .post-accordion-list > .post-item h2 button:hover .arrow svg path {
  stroke: currentColor;
}
.post-accordion-list > .post-item h2 button[aria-expanded=true] {
  background-color: transparent;
}
.post-accordion-list > .post-item h2 button[aria-expanded=true] .arrow svg path.plus {
  display: none;
}
.post-accordion-list > .post-item .accordion-body {
  padding: 10px 0 30px;
}
.post-accordion-list.download-list .accordion-body ul {
  display: block;
  margin: 0;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
  list-style-type: none;
}
@media (min-width: 576px) {
  .post-accordion-list.download-list .accordion-body ul {
    -moz-column-gap: 40px;
         column-gap: 40px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .post-accordion-list.download-list .accordion-body ul {
    -moz-column-count: 3;
         column-count: 3;
  }
}

.toc-mobile {
  display: block;
  position: relative;
}
@media (min-width: 992px) {
  .toc-mobile {
    display: none;
    max-height: 0;
    overflow: hidden;
  }
}
.toc-mobile .table-of-contents {
  background: rgba(226, 231, 234, 0.6);
}
.toc-mobile .table-of-contents .toc-title {
  display: block;
  position: relative;
  padding: 10px 2rem;
  margin: 0;
  cursor: pointer;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.toc-mobile .table-of-contents .toc-title:after {
  content: "";
  display: inline-block;
  background-image: url(../images/icons/arrow-drop.svg);
  background-position: right 50%;
  margin-left: auto;
  background-size: contain;
  width: 15px;
  height: 12px;
  position: absolute;
  top: 15px;
  transform: translateY(-50%);
  right: 20px;
  transition: 0.25s ease-in-out;
}
.toc-mobile .table-of-contents .toc-title.active:after {
  top: 10px;
  transform: rotate(180deg);
}
.toc-mobile .table-of-contents ul {
  max-height: 0;
  overflow: hidden;
  list-style: none;
  visibility: hidden;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(45, 65, 71, 0.3);
  transition: 0.25s ease-in-out;
}
.toc-mobile .table-of-contents ul li a {
  display: block;
  color: #020000;
  text-decoration: none;
  padding: 10px 2rem !important;
  border-bottom: 1px solid rgba(45, 65, 71, 0.3);
  font-size: 1.2rem;
}
.toc-mobile .table-of-contents ul li a.active {
  border-width: 5px;
}
.toc-mobile .table-of-contents ul.active {
  max-height: 1000px;
  visibility: visible;
  padding: 10px 0 0;
}

.push-right-content .table-of-contents {
  display: none;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .push-right-content .table-of-contents {
    display: block;
    margin-bottom: 64px;
  }
}
.push-right-content .table-of-contents .toc-title {
  display: block;
  position: relative;
  padding: 0 0 10px;
  font-size: 1.9rem;
  margin-top: 0;
}
.push-right-content .table-of-contents ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(45, 65, 71, 0.3);
}
.push-right-content .table-of-contents ul li {
  margin-bottom: 0;
}
.push-right-content .table-of-contents ul li a {
  display: block;
  color: #020000;
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px solid rgba(45, 65, 71, 0.3);
}
.push-right-content .table-of-contents ul li a:hover {
  text-decoration: none;
  border-width: 5px;
}
.push-right-content .table-of-contents ul li a.active {
  border-width: 5px;
}

.tab-block-wrapper .nav {
  gap: 20px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .tab-block-wrapper .nav {
    gap: 30px;
    margin-top: 24px;
  }
}
.tab-block-wrapper .nav .nav-item {
  margin-bottom: 0;
}

.tab-block-wrapper.phases .tab-pane .phase-image {
  max-width: 100%;
}
.tab-block-wrapper.phases .tab-pane .phase-content {
  margin: 30px 0 0;
}

.cta-image-block {
  width: 100%;
  max-width: 440px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cta-image-block {
    margin-bottom: 40px;
  }
}
.cta-image-block .cta-title {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cta-image-block .cta-title {
    font-size: 1.9rem;
  }
}
.cta-image-block .cta-image {
  position: relative;
  margin-bottom: 14px;
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
  position: relative;
}
.cta-image-block .cta-image:before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 44.019138756%;
}
.cta-image-block .cta-image.normal {
  position: relative;
}
.cta-image-block .cta-image.normal:before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 54.6341463415%;
}
.cta-image-block .cta-image.wide {
  position: relative;
}
.cta-image-block .cta-image.wide:before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 63.7254901961%;
}
.cta-image-block .cta-image .cta-image-link {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

/* Highlight Block */
.highlight-posts-wrapper {
  overflow: hidden;
  margin: 30px 0 0;
}
@media (min-width: 768px) {
  .highlight-posts-wrapper {
    margin: 40px 0;
  }
}
.highlight-posts-wrapper .highlight-title {
  margin-bottom: 40px;
}
.highlight-posts-wrapper .highlight-posts {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  gap: 20px;
}
.highlight-posts-wrapper .highlight-posts .post-item-wrapper {
  flex: 1 1 100%;
  border-bottom: 1px solid #d1d7db;
}
.highlight-posts-wrapper .highlight-posts .post-item-wrapper:last-child {
  border: none;
}
@media (min-width: 576px) {
  .highlight-posts-wrapper .highlight-posts .post-item-wrapper {
    flex: 1 1 45%;
    border: none;
  }
}
@media (min-width: 992px) {
  .highlight-posts-wrapper .highlight-posts .post-item-wrapper {
    flex: 1 1 20%;
    max-width: 290px;
  }
}
.highlight-posts-wrapper .highlight-posts .post-item-wrapper .post-item {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
}
@media (min-width: 576px) {
  .highlight-posts-wrapper .highlight-posts .post-item-wrapper .post-item {
    flex-direction: column;
    gap: 0;
  }
}
.highlight-posts-wrapper .highlight-posts .post-item-wrapper .post-item .post-image {
  position: relative;
  margin-bottom: 14px;
  width: 100%;
  background-size: cover;
  background-position: center;
  flex: 0 0 160px;
}
.highlight-posts-wrapper .highlight-posts .post-item-wrapper .post-item .post-image:before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 63.4146341463%;
}
@media (min-width: 576px) {
  .highlight-posts-wrapper .highlight-posts .post-item-wrapper .post-item .post-image {
    flex: 0 0 100%;
  }
}
.highlight-posts-wrapper .highlight-posts .post-item-wrapper .post-item .post-image a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.highlight-posts-wrapper .highlight-posts .post-item-wrapper .post-item .post-details .post-date {
  font-size: 1.2rem;
  display: none;
}
@media (min-width: 576px) {
  .highlight-posts-wrapper .highlight-posts .post-item-wrapper .post-item .post-details .post-date {
    display: block;
    margin-bottom: 10px;
  }
}
.highlight-posts-wrapper .highlight-posts .post-item-wrapper .post-item .post-details a.post-link {
  text-decoration: none;
  color: #020000;
}
.highlight-posts-wrapper .highlight-posts .post-item-wrapper .post-item .post-details a.post-link:hover {
  text-decoration: underline;
}
.highlight-posts-wrapper .highlight-posts .post-item-wrapper .post-item .post-details a.post-link .post-title {
  margin: 0 0 6px;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .highlight-posts-wrapper .highlight-posts .post-item-wrapper .post-item .post-details a.post-link .post-title {
    font-size: 1.6rem;
  }
}
.highlight-posts-wrapper .highlight-posts .post-item-wrapper .post-item .article-tags {
  display: none;
  gap: 6px;
  align-items: center;
  list-style-type: none;
  margin: 16px 0 0 0;
  padding: 0;
  flex-wrap: wrap;
}
.highlight-posts-wrapper .highlight-posts .post-item-wrapper .post-item .article-tags .tag {
  display: flex;
  gap: 6px;
  align-items: center;
}
.highlight-posts-wrapper .highlight-posts .post-item-wrapper .post-item .article-tags .tag:after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #020000;
  border-radius: 50%;
}
.highlight-posts-wrapper .highlight-posts .post-item-wrapper .post-item .article-tags .tag:last-child:after {
  display: none;
}
.highlight-posts-wrapper .highlight-posts.featured {
  justify-content: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .highlight-posts-wrapper .highlight-posts.featured {
    gap: 60px;
  }
}
@media (min-width: 992px) {
  .highlight-posts-wrapper .highlight-posts.featured {
    margin: 40px 0 10px;
  }
}
@media (min-width: 1200px) {
  .highlight-posts-wrapper .highlight-posts.featured {
    gap: 80px;
  }
}
.highlight-posts-wrapper .highlight-posts.featured .post-item-wrapper {
  border: none;
  flex: 1 1 100%;
}
@media (min-width: 576px) {
  .highlight-posts-wrapper .highlight-posts.featured .post-item-wrapper {
    flex: 1 1 330px;
    min-width: 330px;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .highlight-posts-wrapper .highlight-posts.featured .post-item-wrapper {
    flex: 1 1 28%;
    max-width: 410px;
  }
}
@media (min-width: 992px) {
  .highlight-posts-wrapper .highlight-posts.featured .post-item-wrapper {
    flex: 1 1 28%;
    max-width: 410px;
  }
}
.highlight-posts-wrapper .highlight-posts.featured .post-item-wrapper .post-item .post-image {
  position: relative;
}
.highlight-posts-wrapper .highlight-posts.featured .post-item-wrapper .post-item .post-image:before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 63.4146341463%;
}
.highlight-posts-wrapper .highlight-posts.featured .post-item-wrapper .post-item .post-details .post-summary {
  display: none;
}
@media (min-width: 768px) {
  .highlight-posts-wrapper .highlight-posts.featured .post-item-wrapper .post-item .post-details .post-summary {
    display: block;
  }
}
.highlight-posts-wrapper .highlight-posts .post-divider {
  display: none;
  width: 0;
  margin: 0 auto;
}
.highlight-posts-wrapper .highlight-posts .post-divider:before {
  content: "";
  display: block;
  height: 100%;
  border-right: 1px solid #d1d7db;
}
@media (min-width: 992px) {
  .highlight-posts-wrapper .highlight-posts .post-divider {
    display: block;
  }
}

/* YouTube Block */
.youtube-video-wrapper {
  padding-bottom: 21px;
  overflow: hidden;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .youtube-video-wrapper {
    margin: 40px 0;
  }
}
@media (min-width: 768px) {
  .youtube-video-wrapper {
    padding-bottom: 42px;
  }
}
.youtube-video-wrapper .video-content-wrapper {
  display: flex;
  flex-flow: column-reverse;
  align-items: center;
  background-color: #1f488d;
}
@media (min-width: 768px) {
  .youtube-video-wrapper .video-content-wrapper {
    flex-flow: row;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .youtube-video-wrapper .video-content-wrapper {
    flex-flow: column-reverse;
  }
}
.youtube-video-wrapper .video-content-wrapper .introduction {
  color: #fff;
  background-color: #1f488d;
  padding: 30px 30px 40px 30px;
  flex: 1 1 100%;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .youtube-video-wrapper .video-content-wrapper .introduction {
    padding: 30px 30px 50px 30px;
  }
}
@media (min-width: 992px) {
  .youtube-video-wrapper .video-content-wrapper .introduction {
    padding: 45px 45px 60px 45px;
  }
}
.youtube-video-wrapper .video-content-wrapper .video-wrapper {
  position: relative;
  overflow: visible;
  width: 100%;
  margin-top: auto;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .youtube-video-wrapper .video-content-wrapper .video-wrapper {
    flex: 1 1 100%;
  }
}
@media (min-width: 1400px) {
  .youtube-video-wrapper .video-content-wrapper .video-wrapper {
    flex: 1 0 532px;
  }
}
.youtube-video-wrapper .video-content-wrapper .video-wrapper .video-frame {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.youtube-video-wrapper .video-content-wrapper .video-wrapper .video-frame:before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 56.25%;
}
.youtube-video-wrapper .video-content-wrapper .video-wrapper .video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.youtube-video-wrapper .video-divider {
  display: none;
  width: 100%;
  height: 0;
  border: none;
  margin-top: 20px;
  overflow: visible;
  position: relative;
  z-index: 1000;
}
@media (min-width: 768px) {
  .youtube-video-wrapper .video-divider {
    display: block;
    margin-top: 41px;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .youtube-video-wrapper .video-divider {
    display: none;
    margin-top: 0;
  }
}
.youtube-video-wrapper .video-divider:after, .youtube-video-wrapper .video-divider:before {
  content: "";
  display: block;
  height: 21px;
  width: 300%;
}
@media (min-width: 768px) {
  .youtube-video-wrapper .video-divider:after, .youtube-video-wrapper .video-divider:before {
    height: 42px;
  }
}
.youtube-video-wrapper .video-divider:before {
  background-color: #008fd5;
  transform: skew(-60deg);
  position: absolute;
  top: calc(100% - 21px);
  left: -18px;
}
@media (min-width: 768px) {
  .youtube-video-wrapper .video-divider:before {
    top: calc(100% - 42px);
    left: -36px;
  }
}
.youtube-video-wrapper .video-divider:after {
  position: absolute;
  background-color: #6dae4f;
  transform: skew(-60deg) translateX(-35%);
  top: 100%;
  right: 0;
}
.youtube-video-wrapper .theme-divider {
  margin: 0;
}
@media (min-width: 768px) {
  .youtube-video-wrapper .theme-divider {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .youtube-video-wrapper .theme-divider {
    display: block;
  }
}

/* Anchor Links */
.site-main .main-anchor-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-main .main-anchor-links ul li {
  margin-bottom: 0;
}
.site-main .main-anchor-links ul li a {
  display: block;
  color: #020000;
  text-decoration: none;
  padding: 12px 0;
  border-bottom: 1px solid rgba(45, 65, 71, 0.3);
  font-weight: 600;
}
.site-main .main-anchor-links ul li a[aria-expanded=true] {
  border-width: 5px;
}
.site-main .main-anchor-links ul li a h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  gap: 10px;
}
.site-main .main-anchor-links ul li a span {
  border-radius: 100%;
  transition: 0.25s ease-in-out;
}
.site-main .main-anchor-links ul li a span svg path {
  transition: 0.25s ease-in-out;
  fill: #1c77bd;
}
.site-main .main-anchor-links ul li a span svg circle {
  stroke: #1c77bd;
}
.site-main .main-anchor-links ul li a:focus h3, .site-main .main-anchor-links ul li a:hover h3 {
  text-decoration: underline;
}
.site-main .main-anchor-links ul li a:focus span, .site-main .main-anchor-links ul li a:hover span {
  background-color: #1c77bd;
}
.site-main .main-anchor-links ul li a:focus span svg path, .site-main .main-anchor-links ul li a:hover span svg path {
  fill: #fff;
}

/* Image Jump Links */
.jump-pages-wrapper {
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  .jump-pages-wrapper {
    margin: 40px 0 0;
  }
}
@media (min-width: 1200px) {
  .jump-pages-wrapper {
    margin: 40px 0 0;
  }
}
.jump-pages-wrapper .jump-pages {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .jump-pages-wrapper .jump-pages {
    gap: 60px;
  }
}
@media (min-width: 992px) {
  .jump-pages-wrapper .jump-pages {
    margin: 40px 0 10px;
  }
}
@media (min-width: 1200px) {
  .jump-pages-wrapper .jump-pages {
    gap: 80px;
  }
}
.jump-pages-wrapper .jump-pages .post-item-wrapper {
  flex: 1 1 100%;
}
@media (min-width: 576px) {
  .jump-pages-wrapper .jump-pages .post-item-wrapper {
    flex: 1 1 330px;
    min-width: 330px;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .jump-pages-wrapper .jump-pages .post-item-wrapper {
    flex: 1 1 28%;
    max-width: 410px;
  }
}
@media (min-width: 992px) {
  .jump-pages-wrapper .jump-pages .post-item-wrapper {
    flex: 1 1 28%;
    max-width: 410px;
  }
}
.jump-pages-wrapper .jump-pages .post-item-wrapper .post-item .post-image {
  position: relative;
  background-size: cover;
  position: relative;
  background-position: center;
}
.jump-pages-wrapper .jump-pages .post-item-wrapper .post-item .post-image:before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 63.4146341463%;
}
.jump-pages-wrapper .jump-pages .post-item-wrapper .post-item .post-image .image-page-link {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.jump-pages-wrapper .jump-pages .post-item-wrapper .post-item .post-image .page-link {
  position: absolute;
  left: 0;
  bottom: 12%;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 10px;
  width: 85%;
  transition: 0.25s ease-in-out;
}
@media (min-width: 768px) {
  .jump-pages-wrapper .jump-pages .post-item-wrapper .post-item .post-image .page-link {
    padding: 10px 24px;
  }
}
.jump-pages-wrapper .jump-pages .post-item-wrapper .post-item .post-image .page-link .post-title {
  margin: 0;
  padding-right: 30px;
}
.jump-pages-wrapper .jump-pages .post-item-wrapper .post-item .post-image .page-link svg {
  flex: 0 0 21px;
}
@media (min-width: 768px) {
  .jump-pages-wrapper .jump-pages .post-item-wrapper .post-item .post-image .page-link svg {
    flex: 0 0 34px;
  }
}
.jump-pages-wrapper .jump-pages .post-item-wrapper .post-item .post-image .page-link.button-circ-arrow {
  display: flex;
  min-height: 36px;
  text-decoration: none;
  background: linear-gradient(90deg, #6dae4f 50%, rgba(30, 71, 142, 0.85) 0);
  background-size: 200% 100%;
  background-position: 100% 100%;
}
.jump-pages-wrapper .jump-pages .post-item-wrapper .post-item .post-image .page-link.button-circ-arrow svg {
  height: 21px;
  width: 21px;
}
.jump-pages-wrapper .jump-pages .post-item-wrapper .post-item .post-image .page-link.button-circ-arrow svg circle {
  stroke: currentColor;
}
@media (min-width: 992px) {
  .jump-pages-wrapper .jump-pages .post-item-wrapper .post-item .post-image .page-link.button-circ-arrow {
    min-height: 60px;
  }
  .jump-pages-wrapper .jump-pages .post-item-wrapper .post-item .post-image .page-link.button-circ-arrow svg {
    height: 35px;
    width: 35px;
  }
}
.jump-pages-wrapper .jump-pages .post-item-wrapper .post-item .post-image:focus-visible .button-circ-arrow, .jump-pages-wrapper .jump-pages .post-item-wrapper .post-item .post-image:hover .button-circ-arrow {
  color: #020000 !important;
  background-position: 0 100%;
}
.jump-pages-wrapper .jump-pages .post-item-wrapper .post-item .post-image:focus-visible .button-circ-arrow svg path, .jump-pages-wrapper .jump-pages .post-item-wrapper .post-item .post-image:hover .button-circ-arrow svg path {
  fill: currentColor;
}
.jump-pages-wrapper .jump-pages.recommendations {
  gap: 10%;
}
.jump-pages-wrapper .jump-pages.recommendations .post-item-wrapper {
  flex: 1 1 345px;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .jump-pages-wrapper .jump-pages.recommendations .post-item-wrapper {
    margin-bottom: 50px;
  }
}
@media (min-width: 576px) {
  .jump-pages-wrapper .jump-pages.recommendations .post-item-wrapper {
    flex: 0 1 45%;
  }
}
.jump-pages-wrapper .jump-pages.recommendations .post-item-wrapper .post-item .recommendation-link {
  text-decoration: none;
  color: #020000 !important;
}
.jump-pages-wrapper .jump-pages.recommendations .post-item-wrapper .post-item .recommendation-link header {
  font-size: 1.3rem;
  margin: 12px 0 5px 0;
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 768px) {
  .jump-pages-wrapper .jump-pages.recommendations .post-item-wrapper .post-item .recommendation-link header {
    font-size: 1.6rem;
  }
}
.jump-pages-wrapper .jump-pages.recommendations .post-item-wrapper .post-item .recommendation-link .post-image {
  position: relative;
}
.jump-pages-wrapper .jump-pages.recommendations .post-item-wrapper .post-item .recommendation-link .title {
  text-decoration: none;
}
.jump-pages-wrapper .jump-pages.recommendations .post-item-wrapper .post-item .recommendation-link:hover header {
  text-decoration: none;
  color: #020000;
}
.jump-pages-wrapper .jump-pages.recommendations .post-item-wrapper .post-item .recommendation-link:hover .title {
  text-decoration: underline;
  color: #020000;
}

/* Related Posts */
.related-posts-wrapper {
  overflow: hidden;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .related-posts-wrapper {
    margin-bottom: 64px;
  }
}
.related-posts-wrapper .related-title {
  margin-bottom: 20px;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .related-posts-wrapper .related-title {
    font-size: 1.9rem;
  }
}
.related-posts-wrapper .related-posts {
  margin: 0;
}
.related-posts-wrapper .related-posts .post-item-wrapper .post-item .post-image {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.related-posts-wrapper .related-posts .post-item-wrapper .post-item .post-image:before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 63.4146341463%;
}
.related-posts-wrapper .related-posts .post-item-wrapper .post-item .post-image a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.related-posts-wrapper .related-posts .post-item-wrapper .post-item a.post-link {
  text-decoration: none;
  color: #020000;
  display: block;
  border-bottom: 1px solid rgba(45, 65, 71, 0.3);
  font-weight: 600;
  padding: 8px 0;
}
@media (min-width: 768px) {
  .related-posts-wrapper .related-posts .post-item-wrapper .post-item a.post-link {
    padding: 12px 0;
  }
}
.related-posts-wrapper .related-posts .post-item-wrapper .post-item a.post-link:hover {
  text-decoration: underline;
}

/* Endnotes */
.wp-block-footnotes,
ol.footnotes {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

a span[data-fn] {
  font-weight: 700;
  text-decoration: none;
}
a sup {
  font-size: initial;
  vertical-align: baseline;
}

.endnotes-section .endnote-section-title {
  color: #020000;
  margin-bottom: 20px;
}
.endnotes-section ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.endnotes-section ol li {
  margin: 15px 0;
  padding: 0 60px 15px 30px;
  position: relative;
  border-bottom: 1px solid #e2e7ea;
  counter-increment: counterName;
}
.endnotes-section ol li:before {
  content: counter(counterName);
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
}
.endnotes-section ol li > a {
  margin-right: auto;
}
.endnotes-section ol li > a.footnote-back-link {
  position: absolute;
  top: 0;
  right: 0;
}
.endnotes-section ol li > a sup {
  font-size: initial;
  vertical-align: baseline;
}
.endnotes-section ol li sup {
  font-size: initial;
  vertical-align: baseline;
}

/* Information Block */
.info-block {
  overflow: hidden;
  padding: 20px 20px 10px;
  margin-bottom: 30px;
  max-width: 440px;
}
@media (min-width: 768px) {
  .info-block {
    padding: 30px 30px 20px;
    margin-bottom: 50px;
  }
}
.info-block p {
  margin-top: 0;
}
.info-block a {
  color: #020000 !important;
}
.info-block .button-row {
  margin-bottom: -15px;
}

/* Modal Posts */
.modal-posts-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.modal-posts-wrapper .post-item {
  flex: 0 1 382px;
  text-align: center;
  margin: 0 auto;
}
.modal-posts-wrapper .post-item .post-image {
  margin-bottom: 20px;
}
.modal-posts-wrapper .post-item .post-image img {
  max-width: 100%;
  max-height: 168px;
  text-align: center;
  margin: auto auto;
}
.modal-posts-wrapper .post-item .post-link {
  text-decoration: none;
  color: #020000;
}
.modal-posts-wrapper .post-item .post-link .title {
  margin: 8px auto;
  max-width: 280px;
}
.modal-posts-wrapper .post-item .post-link span.cta {
  font-size: 1.2rem;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 400;
}
.modal-posts-wrapper .post-item .post-link:hover .title {
  text-decoration: underline;
}

/* Featured Events */
.featured-events-wrapper {
  color: #020000;
}
.featured-events-wrapper .events-title {
  font-size: clamp(14px, -1px + 0.01953125 * 100vw, 19px);
}
.home .featured-events-wrapper .events-title {
  font-size: clamp(15px, -12px + 0.03515625 * 100vw, 24px);
}
.featured-events-wrapper .events-list {
  gap: 15px;
}
.featured-events-wrapper .events-list .event-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 0 0 20px;
  text-decoration: none;
}
@media (min-width: 992px) {
  .featured-events-wrapper .events-list .event-item {
    margin: 20px 0 0;
  }
}
@media (min-width: 992px) {
  :not(.home) .featured-events-wrapper .events-list .event-item {
    margin: 30px 0 0;
  }
}
@media (min-width: 992px) {
  .home .featured-events-wrapper .events-list .event-item {
    margin: 0;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .featured-events-wrapper .events-list .event-item {
    flex: 0 1 50%;
  }
}
@media (max-width: 767.98px) {
  .featured-events-wrapper .events-list .event-item:nth-child(n+3) {
    display: none;
  }
}
.featured-events-wrapper .events-list .event-item .event-date {
  flex: 0 0 50px;
  display: flex;
  flex-flow: column;
  align-items: center;
  color: #fff;
  background-color: #1f488d;
  padding: 10px;
  border-radius: 6px;
  position: relative;
  font-weight: 600;
  transition: 0.25s ease-in-out;
}
.featured-events-wrapper .events-list .event-item .event-date .day {
  font-size: 2.2rem;
  line-height: 1;
}
.featured-events-wrapper .events-list .event-item .event-date .month {
  font-size: 1.3rem;
  line-height: 1;
  text-transform: uppercase;
}
.featured-events-wrapper .events-list .event-item .event-details {
  color: #020000;
}
.featured-events-wrapper .events-list .event-item .event-details .item-title {
  color: inherit;
  font-weight: 700;
  display: block;
  line-height: 1.5;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .featured-events-wrapper .events-list .event-item .event-details .item-title {
    font-size: 1.6rem;
  }
}
.featured-events-wrapper .events-list .event-item .event-details .event-time {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .featured-events-wrapper .events-list .event-item .event-details .event-time {
    font-size: 1.4rem;
  }
}
.featured-events-wrapper .events-list .event-item:hover .event-date {
  background-color: #6dae4f;
  color: #020000;
}
.featured-events-wrapper .events-list .event-item:hover .event-details {
  color: #020000;
}
.featured-events-wrapper .events-list .event-item:hover .event-details .item-title {
  text-decoration: underline;
}
.featured-events-wrapper.on-dark {
  color: #fff;
}
.featured-events-wrapper.on-dark .events-list .event-item .event-date {
  display: flex;
  flex-flow: column;
  align-items: center;
  color: #020000;
  background-color: #fff;
  padding: 10px;
  border-radius: 6px;
  position: relative;
}
.featured-events-wrapper.on-dark .events-list .event-item .event-details {
  color: #fff;
}
.featured-events-wrapper.on-dark .events-list .event-item:hover .event-date {
  background-color: #6dae4f;
}

.push-right-content .featured-events-wrapper {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .push-right-content .featured-events-wrapper {
    margin-bottom: 64px;
  }
}

.profile-block {
  margin: 20px 0;
  position: relative;
}
@media (min-width: 768px) {
  .profile-block {
    margin: 40px 0;
  }
}
.profile-block .profile-image {
  flex: 0 0 100%;
  background-size: cover;
  border-bottom: 1px solid #d1d7db;
  margin-bottom: 20px;
  position: relative;
}
.profile-block .profile-image:before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 85.671641791%;
}
@media (min-width: 768px) {
  .profile-block .profile-image {
    background-size: contain;
    position: relative;
    margin-bottom: 0;
  }
  .profile-block .profile-image:before {
    display: block;
    content: " ";
    width: 100%;
    padding-bottom: 50%;
  }
}
@media (min-width: 768px) {
  .profile-block .profile-preview {
    position: absolute;
    top: 20%;
    right: 2rem;
    width: 40%;
  }
}
.profile-block .profile-preview .label {
  font-size: 1rem;
  margin: 10px 0 0;
}
@media (min-width: 768px) {
  .profile-block .profile-preview .label {
    font-size: 1.2rem;
  }
}
.profile-block .profile-preview .introduction {
  margin: 0;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
@media (min-width: 768px) {
  .profile-block .profile-preview .introduction {
    margin: 0 0 20px 0;
  }
}
.profile-block .profile-preview .button {
  margin: 10px 0;
}
@media (min-width: 768px) {
  .single-profiles .site-content {
    padding-top: 32px;
  }
}
.single-profiles .site-content article .entry-content .intro-container {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .single-profiles .site-content article .entry-content .intro-container {
    margin-bottom: 40px;
  }
}
.single-profiles .site-content article .entry-content .intro-container .intro {
  position: relative;
}
.single-profiles .site-content article .entry-content .intro-container .intro .profile-image {
  flex: 0 0 100%;
  background-size: cover;
  border-bottom: 1px solid #d1d7db;
  margin-bottom: 30px;
  position: relative;
}
.single-profiles .site-content article .entry-content .intro-container .intro .profile-image:before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 85.671641791%;
}
@media (min-width: 768px) {
  .single-profiles .site-content article .entry-content .intro-container .intro .profile-image {
    background-size: contain;
    position: relative;
    margin-bottom: 0;
  }
  .single-profiles .site-content article .entry-content .intro-container .intro .profile-image:before {
    display: block;
    content: " ";
    width: 100%;
    padding-bottom: 50%;
  }
}
@media (min-width: 768px) {
  .single-profiles .site-content article .entry-content .intro-container .intro .quote-wrapper {
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    width: 40%;
  }
}
.single-profiles .site-content article .entry-content .intro-container .intro .quote-wrapper .quote {
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .single-profiles .site-content article .entry-content .intro-container .intro .quote-wrapper .quote {
    margin-bottom: 40px;
  }
}
.single-profiles .site-content article .entry-content .intro-container .intro .quote-wrapper .name h1 {
  font-size: 1rem;
  margin: 10px 0;
  font-weight: 400;
}
@media (min-width: 768px) {
  .single-profiles .site-content article .entry-content .intro-container .intro .quote-wrapper .name h1 {
    font-size: 1.2rem;
  }
}
.single-profiles .site-content article .entry-content .profile-gallery {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  justify-content: center;
  border-top: 1px solid #d1d7db;
  border-bottom: 1px solid #d1d7db;
}
.single-profiles .site-content article .entry-content .profile-gallery[data-count="2"] {
  grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
}
.single-profiles .site-content article .entry-content .profile-gallery[data-count="3"] {
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
}
.single-profiles .site-content article .entry-content .profile-gallery[data-count="4"] {
  grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
}
.single-profiles .site-content article .entry-content .profile-gallery img {
  height: auto;
  width: 100%;
  border-left: 1px solid #d1d7db;
}
.single-profiles .site-content article .entry-content .profile-gallery img:first-child {
  border-left: none;
}

.links-row {
  margin: 20px 0;
  border-top: 1px solid #d6dadc;
}
.links-row a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #d6dadc;
  text-decoration: none;
  color: #020000;
}
.links-row a:hover {
  color: #1c77bd;
  text-decoration: underline;
}
.links-row a svg {
  max-width: 13px;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .links-row a {
    padding: 20px 0;
  }
}

.committee-callout {
  padding-bottom: 15px;
  margin: 20px 0 20px;
}
@media (min-width: 768px) {
  .committee-callout {
    margin: 30px 0 40px;
    padding-bottom: 30px;
  }
}

.search-select {
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-right: 40px;
  height: 27px;
  margin: 20px 0;
}
@media (min-width: 992px) {
  .search-select {
    height: 38px;
    max-width: 592px;
  }
}
.search-select .search-title {
  margin: 0 10px 0 0;
  flex: 0 0 auto;
  word-break: keep-all;
}
.search-select .search-select-input {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border: 1px solid #020000;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
}
.search-select .search-select-input .facetwp-facet {
  margin-bottom: 0;
  height: 100%;
  padding: 0 0 0 20px;
}
.search-select .search-select-input .facetwp-facet.facetwp-type-search {
  flex: 1 0 55%;
}
.search-select .search-select-input .facetwp-facet.facetwp-type-search .facetwp-input-wrap {
  position: inherit;
  height: 100%;
  width: 100%;
}
.search-select .search-select-input .facetwp-facet.facetwp-type-search .facetwp-input-wrap input {
  border: none;
  height: 100%;
  line-height: 1;
  min-width: 0;
  width: 90%;
  padding: 0;
  height: 100%;
}
.search-select .search-select-input .facetwp-facet.facetwp-type-search .facetwp-input-wrap .facetwp-icon {
  opacity: 1;
}
.search-select .search-select-input .facetwp-facet.facetwp-type-search .facetwp-input-wrap .facetwp-icon:before {
  height: 100%;
}
.search-select .search-select-input .facetwp-facet.facetwp-type-search .facetwp-input-wrap .facetwp-icon:not(.f-loading):before {
  display: inline-block;
  content: "";
  height: 100%;
  position: relative;
  background: url(../images/icons/search.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.search-select .search-select-input .facetwp-facet.facetwp-type-search .facetwp-input-wrap .facetwp-icon:not(.f-loading):before:before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 100%;
}
.search-select .search-select-input .facetwp-facet.facetwp-type-dropdown {
  position: relative;
  flex: 0 0 45%;
}
.search-select .search-select-input .facetwp-facet.facetwp-type-dropdown:before {
  content: "";
  width: 0;
  display: inline-block;
  border-left: 1px solid #020000;
  margin: auto 0;
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
}
.search-select .search-select-input .facetwp-facet.facetwp-type-dropdown select {
  border: none;
  height: 100%;
  line-height: 1;
  height: 100%;
  width: 100%;
  padding: 0 45px 0 10px;
}

.first-letter-wrapper {
  background-color: #6dae4f;
}
.first-letter-wrapper .facetwp-type-alpha {
  margin-bottom: 0;
}
.first-letter-wrapper .facetwp-type-alpha a,
.first-letter-wrapper .facetwp-type-alpha span {
  text-decoration: none;
  padding: 4px 8px 9px;
  display: inline-block;
  border-top: 5px solid transparent;
  margin: 0;
  font-weight: 700;
  color: #fff;
}
.first-letter-wrapper .facetwp-type-alpha a.available,
.first-letter-wrapper .facetwp-type-alpha span.available {
  opacity: 1;
  color: #020000;
}
.first-letter-wrapper .facetwp-type-alpha a.selected,
.first-letter-wrapper .facetwp-type-alpha span.selected {
  border-top: 6px solid #fff;
}
.first-letter-wrapper .facetwp-type-alpha a:nth-child(2),
.first-letter-wrapper .facetwp-type-alpha span:nth-child(2) {
  font-size: 0;
  display: none;
}

.action-block {
  margin: 30px 0;
  padding-top: 30px;
  border-top: 1px solid #020000;
}

.map-legend {
  font-size: 1.3rem !important;
}
.map-legend .chart-section-title {
  font-weight: bold;
  margin-bottom: 6px;
}
.map-legend .legend-key-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 20px 8px;
}
.map-legend .legend-key-list li {
  margin-bottom: 10px;
  line-height: 1;
  display: flex;
  gap: 4px;
}
.map-legend .legend-key-list li .key-image {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  flex: 0 0 12px;
}
.map-legend .legend-key-list li .key-image img {
  width: 100%;
  max-width: 100%;
}

.image-hotspot-wrapper {
  margin: 30px 0;
  border-top: 2px solid #008fd5;
  border-bottom: 2px solid #008fd5;
}
.image-hotspot-wrapper .hotspot-details {
  max-width: 768px;
  padding: 30px 0;
  margin: 0 auto;
}
.image-hotspot-wrapper .hotspot-details .hotspot-title {
  font-weight: bold;
}
.image-hotspot-wrapper .hotspot-details .hotspot-introduction {
  font-size: 80%;
}
.image-hotspot-wrapper .hotspot-image-wrapper {
  position: relative;
}
.image-hotspot-wrapper .hotspot-image-wrapper .hotspot-field {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.image-hotspot-wrapper .hotspot-image-wrapper .hotspot-field .hotspot {
  position: absolute;
  display: flex;
}
.image-hotspot-wrapper .hotspot-image-wrapper .hotspot-field .hotspot.left {
  flex-flow: row-reverse;
}
.image-hotspot-wrapper .hotspot-image-wrapper .hotspot-field .hotspot .icon {
  flex: 0 0 31px;
  padding: 6px;
  background-color: #fff;
  border: 2px solid #008fd5;
  cursor: pointer;
}
@media (min-width: 576px) {
  .image-hotspot-wrapper .hotspot-image-wrapper .hotspot-field .hotspot .icon {
    flex: 0 0 41px;
  }
}
.image-hotspot-wrapper .hotspot-image-wrapper .hotspot-field .hotspot .caption {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  max-width: 200px;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100%;
  padding: 0 10px;
  border: 2px solid #008fd5;
  background-color: #fff;
  top: 0;
  left: 110%;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  transition: 0.25s ease-in-out;
}
.image-hotspot-wrapper .hotspot-image-wrapper .hotspot-field .hotspot .caption.left {
  left: auto;
  right: 110%;
}
.image-hotspot-wrapper .hotspot-image-wrapper .hotspot-field .hotspot.active {
  z-index: 500;
}
.image-hotspot-wrapper .hotspot-image-wrapper .hotspot-field .hotspot.active .icon svg path.plus {
  display: none;
}
.image-hotspot-wrapper .hotspot-image-wrapper .hotspot-field .hotspot.active .caption {
  opacity: 1;
  visibility: visible;
}

.storymaplayout {
  /* make storymap flush with breadcrumbs */
  margin-top: 0;
  margin-bottom: 50px;
  /* make full-width content possible */
}
.storymaplayout .storymap-intro-content {
  /* @include section-padding(); */
  /* font-family: $font-sans; */
  margin: 0;
  padding-bottom: 25px;
  position: relative;
}
.storymaplayout .storymap-intro-content .storymap-title {
  margin-bottom: 25px;
}
.storymaplayout .storymap-intro-content .storymap-info {
  color: #000;
}
.storymaplayout .storymap-intro-content .storymap-aside {
  color: #3c5976;
  padding-bottom: 25px;
}
.storymaplayout .storymap-intro-content .storymap-data-link {
  color: #1f488d;
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.storymaplayout .storymap-intro-content .storymap-data-link a {
  border: none;
  font-weight: bold;
  display: inline-block;
  line-height: 30px;
  text-decoration: none;
}
.storymaplayout .storymap-intro-content .storymap-data-link a:hover {
  color: #1c77bd;
}
.storymaplayout .storymap-intro-content .storymap-data-link a span,
.storymaplayout .storymap-intro-content .storymap-data-link a svg {
  display: inline-block;
  vertical-align: bottom;
}
.storymaplayout .storymap-intro-content .storymap-data-link a span g,
.storymaplayout .storymap-intro-content .storymap-data-link a svg g {
  fill: currentColor;
}
.storymaplayout .storymap-detail-panel > .row,
.storymaplayout .form-horizontal.storymap-detail-panel > .form-group {
  border-top: 1px solid #d6dadc;
  border-bottom: 1px solid #d6dadc;
}
@media (min-width: 768px) {
  .storymaplayout .storymap-detail-panel .map-container-grid-wrapper,
  .storymaplayout .storymap-detail-panel .map-info-grid-wrapper {
    height: 800px;
    max-height: 80vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .storymaplayout .storymap-detail-panel .map-container-grid-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .storymaplayout .storymap-detail-panel .map-info-grid-wrapper .offset-xs-1,
  .storymaplayout .storymap-detail-panel .map-info-grid-wrapper .offset-sm-1 {
    margin-left: 2rem;
  }
}
@media (min-width: 768px) {
  .storymaplayout .storymap-detail-panel .map-info-grid-wrapper {
    padding-left: 0;
  }
}
.storymaplayout .map-container {
  height: 800px;
  max-height: 80vh;
  position: relative;
}
.storymaplayout .map-container .story-map {
  height: 100%;
  width: 100%;
}
.storymaplayout .map-container .leaflet-popup-pane {
  z-index: 1000;
}
.storymaplayout .map-container .tooltip2050 .leaflet-popup-content-wrapper {
  border-radius: 0;
}
.storymaplayout .map-container .tooltip2050.leaflet-popup a.leaflet-popup-close-button {
  text-indent: 0;
  font-size: 12px;
  color: #333;
}
.storymaplayout .map-container .icon-map-med-dark:before {
  content: "";
}
.storymaplayout .storymap-info-top {
  border-bottom: 1px solid #d6dadc;
  padding: 0 13px;
}
.storymaplayout .storymap-info-top .story-map-layers,
.storymaplayout .storymap-info-top .story-map-locations {
  padding: 20px 0;
}
.storymaplayout .storymap-info-top .header {
  min-height: 60px;
  font-size: 15px;
  color: #516a83;
}
.storymaplayout .storymap-info-top .icon {
  float: left;
  margin-right: 15px;
}
.storymaplayout .storymap-info-top .description {
  display: inline;
}
.storymaplayout .storymap-info-top .story-map-layer-switcher {
  display: block;
}
.storymaplayout .storymap-info-top .story-map-layer-switcher.leaflet-control {
  display: block;
  float: none;
  margin: 0;
  padding: 0 0 25px 0;
}
.storymaplayout .storymap-info-top .story-map-layer-switcher .layers-menu {
  float: none;
}
.storymaplayout .storymap-info-top ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.storymaplayout .storymap-info-top ul li {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.storymaplayout .storymap-info-top ul li .story-step,
.storymaplayout .storymap-info-top ul li .button_overlay,
.storymaplayout .storymap-info-top ul li .button_overlay_inactive {
  display: block;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: normal;
  border: none;
  color: #000;
  text-decoration: none;
}
.storymaplayout .storymap-info-top ul li .story-step:hover,
.storymaplayout .storymap-info-top ul li .button_overlay:hover,
.storymaplayout .storymap-info-top ul li .button_overlay_inactive:hover {
  text-decoration: underline;
}
.storymaplayout .storymap-info-top ul li .story-step svg,
.storymaplayout .storymap-info-top ul li .story-step span {
  display: inline;
  vertical-align: middle;
  padding: 0;
  line-height: 1.4em;
}
.storymaplayout .storymap-info-top ul li .button_overlay svg,
.storymaplayout .storymap-info-top ul li .button_overlay span {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  line-height: 1.4em;
}
.storymaplayout .storymap-info-top ul li .button_overlay:hover span {
  text-decoration: underline;
}
.storymaplayout .storymap-info-top ul li .button_overlay_inactive svg,
.storymaplayout .storymap-info-top ul li .button_overlay_inactive span {
  display: inline;
  vertical-align: middle;
  padding: 0;
  line-height: 1.4em;
}
.storymaplayout .storymap-info-top ul li .story-step svg,
.storymaplayout .storymap-info-top ul li .button_overlay svg,
.storymaplayout .storymap-info-top ul li .button_overlay_inactive svg {
  float: left;
  margin-right: 15px;
}
.storymaplayout .storymap-info-top ul li .story-step span,
.storymaplayout .storymap-info-top ul li .button_overlay span,
.storymaplayout .storymap-info-top ul li .button_overlay_inactive span {
  font-family: sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.storymaplayout .storymap-info-bottom {
  overflow-x: hidden;
  overflow-y: auto;
}
.storymaplayout .storymap-info-bottom .storymap-main-content {
  margin: 0;
  padding: 18px 0 0 0;
}
@media (min-width: 768px) {
  .storymaplayout .storymap-info-bottom .storymap-main-content {
    padding: 18px 2rem 0 0;
  }
}
.storymaplayout .storymap-info-bottom .storymap-main-content .story-step-content {
  display: none;
}
.storymaplayout #column-1.portlet-column-only,
.storymaplayout #column-1 .story-step-content-full-width {
  padding: 0;
}
.storymaplayout .story-map-zoom-toggler {
  display: none;
  /* font-family: $font-sans; */
  font-size: 1.2em;
}
.storymaplayout .story-map-zoom-toggler.leaflet-control {
  display: block;
  float: none;
  margin: 0;
  padding: 25px 0 0 20px;
}
.storymaplayout .story-map-zoom-toggler a {
  border: none;
  color: #3c5976;
  display: inline-block;
  /* font-weight: $bold-weight; */
  line-height: 30px;
}
.storymaplayout .story-map-zoom-toggler a:hover {
  border: none;
  color: #3c5976;
}
.storymaplayout .story-map-zoom-toggler a span,
.storymaplayout .story-map-zoom-toggler a svg {
  float: left;
  vertical-align: bottom;
}
.storymaplayout .story-map-zoom-toggler a span {
  padding-left: 0.9469697vw;
}

.iframe-block-wrapper {
  border-bottom: 10px solid rgb(214, 218, 220);
}
@media (min-width: 768px) {
  .iframe-block-wrapper {
    border-bottom: 20px solid rgb(214, 218, 220);
  }
}
.iframe-block-wrapper .iframe-header {
  background-color: #1f488d;
}
.iframe-block-wrapper .iframe-header .container {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 18px;
}
.iframe-block-wrapper .iframe-header .container .title {
  font-size: 2.3rem;
  margin: 0;
}
.iframe-block-wrapper .iframe-header .container .full-window {
  display: none;
}
@media (min-width: 768px) {
  .iframe-block-wrapper .iframe-header .container .full-window {
    display: inline-block;
  }
}
.iframe-block-wrapper .iframe-header .container .full-window a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
}
.iframe-block-wrapper .iframe-header .container .full-window a span {
  margin-right: 6px;
  display: inline-block;
}
.iframe-block-wrapper .iframe-header .container .full-window a:hover {
  text-decoration: underline;
  color: #aee0ee;
}
@media (min-width: 768px) {
  .iframe-block-wrapper .iframe-header .container {
    flex-flow: row;
  }
}
.iframe-block-wrapper .iframe-block {
  position: relative;
  width: 100%;
}
.iframe-block-wrapper .iframe-block.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .iframe-block-wrapper .iframe-block.cds {
    max-height: 980px;
  }
}

.document-search .search-title {
  margin-bottom: 13px;
}
.document-search .searchform {
  justify-content: flex-start;
}
.document-search .searchform .search-input {
  max-width: 380px;
}
.document-search .searchform label {
  position: relative;
}
.document-search .document-search-results ul {
  padding-left: 0;
  margin-left: 0;
}
.document-search .document-search-results ul li {
  list-style: none;
}

.post-accordion-list.document .post-item .dlm-downloads {
  display: block;
  margin: 0;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
  list-style-type: none;
}
@media (min-width: 576px) {
  .post-accordion-list.document .post-item .dlm-downloads {
    -moz-column-gap: 40px;
         column-gap: 40px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .post-accordion-list.document .post-item .dlm-downloads {
    -moz-column-count: 3;
         column-count: 3;
  }
}

/* Content Highlight */
.content-highlight {
  background-color: #e2e7ea;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .content-highlight {
    margin-top: 40px;
  }
}
.content-highlight h2 {
  background-color: #1f488d;
  padding: 15px 20px;
  margin: 0;
  color: #fff;
}
@media (min-width: 768px) {
  .content-highlight h2 {
    padding: 17px 28px;
  }
}
.content-highlight .highlight {
  padding: 20px;
}
@media (min-width: 768px) {
  .content-highlight .highlight {
    padding: 24px;
  }
}
.content-highlight .highlight .wp-block-media-text {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .content-highlight .highlight .wp-block-media-text {
    margin-top: 25px;
    grid-template-columns: 118px 1fr;
  }
}
@media (min-width: 992px) {
  .content-highlight .highlight .wp-block-media-text {
    grid-template-columns: 124px 1fr;
  }
}
.content-highlight .highlight .wp-block-media-text .wp-block-media-text__media {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  overflow: hidden;
}
.content-highlight .highlight .wp-block-media-text .wp-block-media-text__media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.content-highlight .highlight .wp-block-media-text .wp-block-media-text__content {
  padding-left: 14px;
  padding-right: 0;
}
.content-highlight .highlight .wp-block-media-text .wp-block-media-text__content .wp-block-heading {
  margin-bottom: 6px;
}
.content-highlight .highlight .wp-block-media-text .wp-block-media-text__content p {
  margin-top: 6px;
}
.content-highlight .highlight.smaller .wp-block-media-text {
  grid-template-columns: 100px 1fr !important;
}
.content-highlight .wp-block-group:not(.highlight) {
  padding: 20px;
}
@media (min-width: 768px) {
  .content-highlight .wp-block-group:not(.highlight) {
    padding: 24px;
  }
}
.content-highlight .wp-block-group:not(.highlight) .wp-block-media-text {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .content-highlight .wp-block-group:not(.highlight) .wp-block-media-text {
    margin-top: 25px;
    grid-template-columns: 118px 1fr;
  }
}
@media (min-width: 992px) {
  .content-highlight .wp-block-group:not(.highlight) .wp-block-media-text {
    grid-template-columns: 124px 1fr;
  }
}
.content-highlight .wp-block-group:not(.highlight) .wp-block-media-text .wp-block-media-text__media {
  width: 94px;
  height: auto;
}
.content-highlight .wp-block-group:not(.highlight) .wp-block-media-text .wp-block-media-text__media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.content-highlight .wp-block-group:not(.highlight) .wp-block-media-text .wp-block-media-text__content {
  padding-left: 14px;
  padding-right: 0;
}
.content-highlight .wp-block-group:not(.highlight) .wp-block-media-text .wp-block-media-text__content .wp-block-heading {
  margin-bottom: 6px;
}
.content-highlight .wp-block-group:not(.highlight) .wp-block-media-text .wp-block-media-text__content p {
  margin-top: 6px;
}

/* Styled Divider */
.theme-divider,
.styled-divider {
  display: block;
  width: 100%;
  height: 0;
  border: none;
  overflow: visible;
  position: relative;
  z-index: 900;
  margin: 50px 0 50px;
}
@media (min-width: 992px) {
  .theme-divider,
  .styled-divider {
    margin: 65px 0 65px;
  }
}
@media (min-width: 992px) {
  .theme-divider,
  .styled-divider {
    margin: 100px 0 100px;
  }
}
.theme-divider:after, .theme-divider:before,
.styled-divider:after,
.styled-divider:before {
  content: "";
  display: block;
  height: 21px;
  width: 100%;
}
@media (min-width: 992px) {
  .theme-divider:after, .theme-divider:before,
  .styled-divider:after,
  .styled-divider:before {
    height: 42px;
  }
}
.theme-divider:before,
.styled-divider:before {
  background-color: #008fd5;
  transform: skew(-60deg);
  position: absolute;
  bottom: 100%;
  left: 60%;
}
.theme-divider:after,
.styled-divider:after {
  background-color: #6dae4f;
  transform: skew(-60deg) translateX(-39%);
}

/* Styled Header */
.styled-header,
.sk-header {
  padding: 0;
  overflow: hidden;
  position: relative;
  margin: 20px auto 10px;
}
@media (min-width: 768px) {
  .styled-header,
  .sk-header {
    margin: 40px auto 30px;
  }
}
@media (min-width: 992px) {
  .styled-header,
  .sk-header {
    margin: 60px auto 20px;
  }
}
.styled-header:before,
.sk-header:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  border-top: 2px solid #1f488d;
}
.styled-header h2,
.sk-header h2 {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  margin: 0;
  z-index: 1;
  line-height: 1;
}
@media (min-width: 768px) {
  .styled-header h2,
  .sk-header h2 {
    padding-bottom: 15px;
  }
}
.styled-header h2:after,
.sk-header h2:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  right: 0;
  background: #fff;
  border-bottom: 2px solid #1f488d;
  border-right: 4px solid #1f488d;
  transform: skew(-60deg) translateX(50px);
  z-index: -1;
  margin-top: -2px;
}

/* Callout Box */
.callout-box-wrapper {
  overflow: hidden;
  color: #fff;
}
.callout-box-wrapper .callout-box {
  display: block;
  width: 100%;
  overflow: visible;
  z-index: 1000;
  padding: 0;
  background-color: #1f488d;
}
.callout-box-wrapper .callout-box > div {
  padding: 30px 40px 50px;
}
@media (min-width: 992px) {
  .callout-box-wrapper .callout-box > div {
    padding: 45px 50px 80px;
  }
}
.callout-box-wrapper .callout-box > div a {
  color: #fff;
  text-decoration: underline;
}
.callout-box-wrapper .callout-box > div h2,
.callout-box-wrapper .callout-box > div h3,
.callout-box-wrapper .callout-box > div h4,
.callout-box-wrapper .callout-box > div h5,
.callout-box-wrapper .callout-box > div h6 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .callout-box-wrapper {
    margin: 80px 0 80px;
  }
}
.callout-box-wrapper .theme-divider {
  margin-top: 0;
}

/* CMAP Cover */
.wp-block-cover.cmap-cover {
  padding: 0;
  min-height: 0;
}
.wp-block-cover.cmap-cover:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.61) 44.1%, rgba(0, 0, 0, 0.5) 100%);
}
.wp-block-cover.cmap-cover .cover-header {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 16px 0;
  background-color: rgba(30, 71, 142, 0.85);
}
.wp-block-cover.cmap-cover .cover-header > div {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2rem;
}
.wp-block-cover.cmap-cover .cover-header > div h2 {
  margin: 0;
  text-transform: uppercase;
}
.wp-block-cover.cmap-cover .cover-container {
  position: relative;
  z-index: 2;
  padding-top: 60px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .wp-block-cover.cmap-cover .cover-container {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.wp-block-cover.cmap-cover .cover-container > div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .wp-block-cover.cmap-cover .cover-container > div {
    gap: 60px;
  }
}
@media (min-width: 992px) {
  .wp-block-cover.cmap-cover .cover-container > div {
    margin: 40px 0 10px;
  }
}
@media (min-width: 1200px) {
  .wp-block-cover.cmap-cover .cover-container > div {
    gap: 80px;
  }
}
.wp-block-cover.cmap-cover .cover-container > div .cta-image-block {
  flex: 1 1 100%;
}
@media (min-width: 576px) {
  .wp-block-cover.cmap-cover .cover-container > div .cta-image-block {
    flex: 1 1 330px;
    min-width: 330px;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .wp-block-cover.cmap-cover .cover-container > div .cta-image-block {
    flex: 1 1 28%;
    max-width: 410px;
  }
}
@media (min-width: 992px) {
  .wp-block-cover.cmap-cover .cover-container > div .cta-image-block {
    flex: 1 1 28%;
    max-width: 410px;
  }
}
@media (max-width: 1399.98px) {
  .wp-block-cover.cmap-cover .cover-container > div .cta-image-block {
    margin-bottom: 0;
  }
}
.wp-block-cover.cmap-cover .cover-container > div .cta-image-block .cta-image {
  border: 1px solid #fff;
}
@media (max-width: 1399.98px) {
  .wp-block-cover.cmap-cover .cover-container > div .cta-image-block .button-row {
    justify-content: center;
  }
}
.wp-block-cover.cmap-cover .cover-container > div .cta-image-block .button-row .button {
  display: inline-block;
  --height: 36px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.03em;
  border: 2px solid transparent;
  border-radius: calc(var(--height) * 0.5);
  text-align: center;
  padding: 6px 22px;
  text-decoration: none !important;
  transition: 0.25s ease-in-out;
  color: #fff !important;
  background-color: transparent;
  border-color: #fff;
}
.wp-block-cover.cmap-cover .cover-container > div .cta-image-block .button-row .button.sm {
  padding: 4px 10px !important;
  font-size: 1.2rem;
}
.wp-block-cover.cmap-cover .cover-container > div .cta-image-block .button-row .button.tab {
  padding: 6px 20px !important;
  font-size: 1.2rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .wp-block-cover.cmap-cover .cover-container > div .cta-image-block .button-row .button.tab {
    font-size: 1.6rem;
  }
}
.wp-block-cover.cmap-cover .cover-container > div .cta-image-block .button-row .button.tab.active {
  color: #fff !important;
  background-color: #1c77bd;
}
.wp-block-cover.cmap-cover .cover-container > div .cta-image-block .button-row .button:hover {
  display: inline-block;
  --height: 36px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.03em;
  border: 2px solid transparent;
  border-radius: calc(var(--height) * 0.5);
  text-align: center;
  padding: 6px 22px;
  text-decoration: none !important;
  transition: 0.25s ease-in-out;
  color: #fff !important;
  background-color: #1c77bd;
  border-color: #fff;
}
.wp-block-cover.cmap-cover .cover-container > div .cta-image-block .button-row .button:hover.sm {
  padding: 4px 10px !important;
  font-size: 1.2rem;
}
.wp-block-cover.cmap-cover .cover-container > div .cta-image-block .button-row .button:hover.tab {
  padding: 6px 20px !important;
  font-size: 1.2rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .wp-block-cover.cmap-cover .cover-container > div .cta-image-block .button-row .button:hover.tab {
    font-size: 1.6rem;
  }
}
.wp-block-cover.cmap-cover .cover-container > div .cta-image-block .button-row .button:hover.tab.active {
  color: #fff !important;
  background-color: #1c77bd;
}

/* CMAP Cover */
.wp-block-cover.sidebar-cover {
  padding: 0;
  min-height: 0;
  align-items: flex-start;
  padding-top: 33px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .wp-block-cover.sidebar-cover {
    margin-bottom: 64px;
  }
}
.wp-block-cover.sidebar-cover:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #d6dadc;
  opacity: 0.8;
}
.wp-block-cover.sidebar-cover .cover-header {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 10px 0 14px;
  background-color: #1f488d;
  margin-bottom: 10px;
}
.wp-block-cover.sidebar-cover .cover-header > div {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2rem;
}
.wp-block-cover.sidebar-cover .cover-header > div h2 {
  margin: 0;
  text-transform: uppercase;
}
.wp-block-cover.sidebar-cover .cover-container {
  position: relative;
  z-index: 2;
  padding-top: 6px;
}
@media (min-width: 768px) {
  .wp-block-cover.sidebar-cover .cover-container {
    padding-top: 8px;
    padding-bottom: 20px;
  }
}
.wp-block-cover.sidebar-cover .cover-container .wp-block-media-text {
  margin-top: 15px;
  grid-template-columns: 83px auto !important;
}
.wp-block-cover.sidebar-cover .cover-container .wp-block-media-text .wp-block-media-text__content {
  padding-left: 14px;
  padding-right: 0;
}
.wp-block-cover.sidebar-cover .cover-container .wp-block-media-text .wp-block-heading {
  margin: 0 0 6px;
}
.wp-block-cover.sidebar-cover .cover-container .wp-block-media-text p {
  margin-top: 6px;
}

.push-right {
  position: relative;
  padding: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .push-right {
    margin-bottom: 50px;
  }
}
.push-right .push-right-content .wp-block-columns:not(.row) {
  margin-bottom: 0;
  gap: 40px;
}
@media (max-width: 991.98px) {
  .push-right .push-right-content .wp-block-columns:not(.row) {
    flex-flow: column;
    gap: 30px;
  }
}
.push-right .push-right-content .push-content-left,
.push-right .push-right-content .push-content-right {
  padding-top: 20px;
  position: relative;
  z-index: 100;
  padding-left: 2rem;
  padding-right: 2rem;
}
.push-right .push-right-content .push-content-right {
  background: rgba(226, 231, 234, 0.6);
}
@media (min-width: 992px) {
  .push-right .push-right-content .push-content-right {
    padding-left: 32px;
    flex: 0 1 360px;
    background: transparent;
  }
}
@media (min-width: 1200px) {
  .push-right .push-right-content .push-content-right {
    flex: 0 1 490px;
  }
}
.push-right .push-right-content .push-content-right:after {
  content: "";
  display: block;
  width: 2000px;
  max-width: 730px;
  position: absolute;
  top: -500px;
  bottom: 0;
  left: 0;
  background: rgba(226, 231, 234, 0.6);
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .push-right .push-right-content .push-content-right:after {
    display: none;
  }
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
select,
textarea {
  padding: 6px 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #020000;
  border-radius: 0;
  line-height: 2.2;
  max-width: 100%;
  min-width: 100%;
  height: 60px;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=range]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #020000;
  opacity: 1;
  font-size: 1.4rem;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=range]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=color]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #020000;
  opacity: 1;
  font-size: 1.4rem;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=range]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=week]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=color]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #020000;
  opacity: 1;
  font-size: 1.4rem;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=range]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #020000;
  opacity: 1;
  font-size: 1.4rem;
}
input[type=text][aria-invalid=true],
input[type=email][aria-invalid=true],
input[type=url][aria-invalid=true],
input[type=password][aria-invalid=true],
input[type=search][aria-invalid=true],
input[type=number][aria-invalid=true],
input[type=tel][aria-invalid=true],
input[type=range][aria-invalid=true],
input[type=date][aria-invalid=true],
input[type=month][aria-invalid=true],
input[type=week][aria-invalid=true],
input[type=time][aria-invalid=true],
input[type=datetime][aria-invalid=true],
input[type=datetime-local][aria-invalid=true],
input[type=color][aria-invalid=true],
select[aria-invalid=true],
textarea[aria-invalid=true] {
  border-color: #ca3428;
}

select {
  background-image: url(../images/icons/arrow-drop.svg);
  background-position: 95% 50%;
}
@media (max-width: 767.98px) {
  select {
    background-size: 12%;
  }
}

textarea {
  height: 200px;
}

/* checkbox aspect */
form:not(._form) {
  /***** Forms *****/
}
form:not(._form) [type=checkbox]:checked,
form:not(._form) [type=checkbox]:not(:checked) {
  display: inline-block;
  margin-right: 20px;
}
form:not(._form) [type=checkbox]:checked,
form:not(._form) [type=checkbox]:not(:checked) {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  margin-bottom: 0;
  height: 20px;
  line-height: 2rem;
}
form:not(._form) [type=checkbox]:checked a,
form:not(._form) [type=checkbox]:not(:checked) a {
  display: contents;
}
form:not(._form) [type=checkbox]:checked:before,
form:not(._form) [type=checkbox]:not(:checked):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid;
  transition: 0.4s;
  transition-property: border, background;
}
form:not(._form) [type=checkbox]:checked:after,
form:not(._form) [type=checkbox]:not(:checked):after {
  content: " ";
  display: block;
  width: 7px;
  height: 14px;
  border: solid #1c77bd;
  border-width: 0 0.3rem 0.3rem 0;
  position: absolute;
  left: 7px;
  top: 2px;
  transform: rotate(45deg);
}
form:not(._form) [type=checkbox]:not(:checked):after {
  opacity: 0;
}
form:not(._form) [type=checkbox]:checked:after {
  opacity: 1;
}
form:not(._form) .wpcf7-form .wpcf7-checkbox {
  display: flex;
  flex-flow: wrap;
}
form:not(._form) .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  padding-right: 20px;
  margin: 0 0 10px;
}
form:not(._form) .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label {
  margin-top: 10px;
  display: flex;
}
form:not(._form) .wpcf7-form ol li {
  margin-bottom: 30px;
}
form:not(._form) .wpcf7-form .wpcf7-radio label {
  position: relative;
  cursor: pointer;
  display: flex;
  padding-left: 10px;
}
form:not(._form) .wpcf7-form .wpcf7-radio input[type=radio] {
  position: relative;
  visibility: hidden;
}
form:not(._form) .wpcf7-form .wpcf7-radio input[type=radio] {
  /*   border: 3px solid red;  */
}
form:not(._form) .wpcf7-form .wpcf7-radio input[type=radio]:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 18px;
  width: 18px;
  top: 0;
  left: 0;
  border: 1px solid #d3d3d3;
}
form:not(._form) .wpcf7-form .wpcf7-radio input[type=radio]:after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 4px;
  left: 4px;
  visibility: hidden;
}
form:not(._form) .wpcf7-form .wpcf7-radio input[type=radio]:checked:before {
  background: transparent;
}
form:not(._form) .wpcf7-form .wpcf7-radio input[type=radio]:checked:after {
  visibility: visible;
}
form:not(._form) .wpcf7-form .wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
}
form:not(._form) .wpcf7-form .wpcf7-checkbox input[type=checkbox] {
  position: relative;
  visibility: hidden;
}
form:not(._form) .wpcf7-form .wpcf7-checkbox input[type=checkbox] {
  padding-left: 20px;
  min-width: 90px;
}
form:not(._form) .wpcf7-form .wpcf7-checkbox input[type=checkbox]:before {
  display: block;
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  top: 0;
  left: 0;
  border: 1px solid #d3d3d3;
}
form:not(._form) .wpcf7-form .wpcf7-checkbox input[type=checkbox]:after {
  display: block;
  position: absolute;
  height: 18px;
  width: 18px;
  top: 0;
  left: 0;
  visibility: hidden;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
form:not(._form) .wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked:before {
  background: transparent;
}
form:not(._form) .wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked:after {
  visibility: visible;
}
form:not(._form) .reference-row input {
  margin-bottom: 20px;
}

.header-search {
  width: 100%;
  max-width: 434px;
  margin-bottom: 15px;
  display: none;
}
@media (min-width: 992px) {
  .header-search {
    display: block;
  }
}

.searchform {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  position: relative;
  max-width: 100%;
  height: 25px;
}
@media (min-width: 992px) {
  .searchform {
    height: 38px;
    margin-bottom: 6px;
  }
  .home .searchform {
    height: 44px;
  }
}
.searchform .search-input {
  display: flex;
  align-items: center;
  height: 100%;
  background-color: #e2e7ea;
  border-radius: 100px;
  overflow: hidden;
  padding: 5px 10px 5px 10px;
  width: 100%;
  margin-right: 15px;
}
.home .searchform .search-input {
  background-color: #fff;
}
.searchform .search-input input[type=text],
.searchform .search-input select {
  width: 100%;
  min-width: auto;
  border: none;
  background-color: transparent;
  padding: 3px 10px;
  line-height: 1.24;
  height: 24px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
}
.home .searchform .search-input input[type=text],
.home .searchform .search-input select {
  width: 90%;
}
.searchform .search-input input[type=text] {
  flex: 1 1 70%;
}
.searchform .search-input input[type=text]::-webkit-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  opacity: 1;
  color: #020000;
  font-weight: 600;
}
.searchform .search-input input[type=text]::-moz-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  opacity: 1;
  color: #020000;
  font-weight: 600;
}
.searchform .search-input input[type=text]:-moz-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  opacity: 1;
  color: #020000;
  font-weight: 600;
}
.searchform .search-input input[type=text]:-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  opacity: 1;
  color: #020000;
  font-weight: 600;
}
.searchform .search-input .input-select {
  flex: 1 1 30%;
  border-left: 1px solid #2d4147;
}
.searchform .search-input .input-select select {
  padding-right: 30px;
}
.searchform input[type=submit] {
  background-color: transparent;
  border: none;
  font-size: 0;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 0;
  padding: 0;
}
.searchform input[type=submit]:focus {
  outline: 2px solid #000;
}
.searchform input[type=image] {
  width: 39px;
  height: 39px;
}
.searchform svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  height: 26px;
}
.searchform svg:hover {
  color: #1c77bd;
}
.home .searchform svg {
  color: #fff;
}
.home .searchform svg:hover {
  color: #6dae4f;
}
@media (min-width: 992px) {
  .searchform svg {
    height: 36px;
  }
}

.search .sidebar .search-input {
  background-color: #fff;
}
@media (min-width: 768px) {
  .search .sidebar .facetwp-facet.facetwp-facet-global_result_count {
    display: block;
  }
}
@media (min-width: 768px) {
  .search .sidebar .facet-results {
    display: block;
  }
}
@media (min-width: 768px) {
  .search .sidebar .facet-results i {
    display: none;
  }
}

/* Formidable Form Styles */
.frm_forms fieldset {
  padding: 0;
}
.frm_forms .frm_error_style {
  color: #ca3428;
  font-weight: 700;
  margin: 20px 0;
}
.frm_forms .frm_form_field {
  margin-bottom: 20px;
}
.frm_forms .frm_form_field label {
  display: block;
  margin-bottom: 12px;
}
.frm_forms .frm_form_field .frm_error {
  color: #ca3428;
  font-weight: 700;
}
.frm_forms .frm_submit .frm_button_submit {
  display: inline-block;
  --height: 36px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.03em;
  border: 2px solid transparent;
  border-radius: calc(var(--height) * 0.5);
  text-align: center;
  padding: 6px 22px;
  text-decoration: none !important;
  transition: 0.25s ease-in-out;
  color: #181e4e !important;
  background-color: transparent;
  border-color: #008fd5;
}
.frm_forms .frm_submit .frm_button_submit.sm {
  padding: 4px 10px !important;
  font-size: 1.2rem;
}
.frm_forms .frm_submit .frm_button_submit.tab {
  padding: 6px 20px !important;
  font-size: 1.2rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .frm_forms .frm_submit .frm_button_submit.tab {
    font-size: 1.6rem;
  }
}
.frm_forms .frm_submit .frm_button_submit.tab.active {
  color: #fff !important;
  background-color: #1c77bd;
}

/* Contact Form 7 Styles */
.wpcf7 {
  margin-bottom: 45px;
}
.wpcf7 .wpcf7-form .row {
  margin-bottom: 20px;
}
.wpcf7 .wpcf7-form .row .row {
  margin: 0;
}
.wpcf7 .wpcf7-form label {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 12px;
}
.wpcf7 .wpcf7-form label .small {
  font-size: 80%;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type=text],
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type=email],
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type=tel],
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap select,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea {
  width: 100%;
  max-width: 100%;
  font-size: 1.6rem;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type=text].wpcf7-not-valid,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type=email].wpcf7-not-valid,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type=tel].wpcf7-not-valid,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap select.wpcf7-not-valid,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-not-valid {
  border-color: #ca3428;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap select {
  height: 60px;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea {
  rows: 20;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-weight: 700;
}
.wpcf7 .wpcf7-form .button-row {
  display: inherit;
}
.wpcf7 .wpcf7-form .button-row .wpcf7-spinner {
  margin: 10px auto;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}
.wpcf7 .wpcf7-form input[type=submit] {
  display: inline-block;
  --height: 36px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.03em;
  border: 2px solid transparent;
  border-radius: calc(var(--height) * 0.5);
  text-align: center;
  padding: 6px 22px;
  text-decoration: none !important;
  transition: 0.25s ease-in-out;
  color: #181e4e !important;
  background-color: transparent;
  border-color: #181e4e;
  cursor: pointer;
}
.wpcf7 .wpcf7-form input[type=submit].sm {
  padding: 4px 10px !important;
  font-size: 1.2rem;
}
.wpcf7 .wpcf7-form input[type=submit].tab {
  padding: 6px 20px !important;
  font-size: 1.2rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .wpcf7 .wpcf7-form input[type=submit].tab {
    font-size: 1.6rem;
  }
}
.wpcf7 .wpcf7-form input[type=submit].tab.active {
  color: #fff !important;
  background-color: #1c77bd;
}
.wpcf7 .wpcf7-form input[type=submit]:focus, .wpcf7 .wpcf7-form input[type=submit]:focus-within, .wpcf7 .wpcf7-form input[type=submit]:focus-visible, .wpcf7 .wpcf7-form input[type=submit]:hover {
  background-color: #1c77bd;
  color: #fff !important;
  text-decoration: none;
  display: inline-block;
  --height: 36px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.03em;
  border: 2px solid transparent;
  border-radius: calc(var(--height) * 0.5);
  text-align: center;
  padding: 6px 22px;
  text-decoration: none !important;
  transition: 0.25s ease-in-out;
  color: #fff !important;
  background-color: #1c77bd;
  border-color: #020000;
}
.wpcf7 .wpcf7-form input[type=submit]:focus.sm, .wpcf7 .wpcf7-form input[type=submit]:focus-within.sm, .wpcf7 .wpcf7-form input[type=submit]:focus-visible.sm, .wpcf7 .wpcf7-form input[type=submit]:hover.sm {
  padding: 4px 10px !important;
  font-size: 1.2rem;
}
.wpcf7 .wpcf7-form input[type=submit]:focus.tab, .wpcf7 .wpcf7-form input[type=submit]:focus-within.tab, .wpcf7 .wpcf7-form input[type=submit]:focus-visible.tab, .wpcf7 .wpcf7-form input[type=submit]:hover.tab {
  padding: 6px 20px !important;
  font-size: 1.2rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .wpcf7 .wpcf7-form input[type=submit]:focus.tab, .wpcf7 .wpcf7-form input[type=submit]:focus-within.tab, .wpcf7 .wpcf7-form input[type=submit]:focus-visible.tab, .wpcf7 .wpcf7-form input[type=submit]:hover.tab {
    font-size: 1.6rem;
  }
}
.wpcf7 .wpcf7-form input[type=submit]:focus.tab.active, .wpcf7 .wpcf7-form input[type=submit]:focus-within.tab.active, .wpcf7 .wpcf7-form input[type=submit]:focus-visible.tab.active, .wpcf7 .wpcf7-form input[type=submit]:hover.tab.active {
  color: #fff !important;
  background-color: #1c77bd;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output, .wpcf7 .wpcf7-form.failed .wpcf7-response-output {
  border-color: #ca3428;
  padding: 10px;
  color: #fff;
  background-color: #ca3428;
  text-align: center;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  border-color: #6dae4f;
  padding: 10px;
  color: #fff;
  background-color: #6dae4f;
  text-align: center;
  font-weight: 700;
}

.search-results header h1.page-title {
  margin-bottom: 30px !important;
}
.search-results .search-results-form-wrapper {
  position: relative;
}
.search-results .search-results-form-wrapper form {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.search-results .search-results-form-wrapper input[type=search] {
  display: block;
  padding: 12px 15px;
  height: 100%;
}
@media (min-width: 768px) {
  .search-results .search-results-form-wrapper input[type=search] {
    line-height: 5.8rem;
  }
}
.search-results .results-wrapper .container .results-list {
  padding: 30px 0 24px;
}
.search-results .results-wrapper .container .results-list article {
  background: #fff;
  padding: 20px 20px 0;
  position: relative;
  z-index: 50;
}
@media (min-width: 768px) {
  .search-results .results-wrapper .container .results-list article {
    padding: 0 40px;
  }
}
.search-results .results-wrapper .container .results-list article .single {
  border-top: 1px solid;
}
.search-results .results-wrapper .container .results-list article .single .entry-content {
  display: flex;
}
.search-results .results-wrapper .container .results-list article .single .entry-content .post-content {
  flex: 1 1 auto;
}
@media (min-width: 768px) {
  .search-results .results-wrapper .container .results-list article .single .entry-content .post-content {
    padding-right: 60px;
  }
}
.search-results .results-wrapper .container .results-list article .single .entry-content .post-content .search-highlight {
  background-color: rgba(211, 16, 32, 0.1450980392);
}
.search-results .results-wrapper .container .results-list article .single .entry-content .post-content h2 {
  font-style: normal;
  text-transform: uppercase;
  margin: 30px 0 10px;
  font-size: 2rem;
}
.search-results .results-wrapper .container .results-list article .single .entry-content .post-content h2 a {
  font-size: 2rem;
  text-decoration: none;
}
.search-results .results-wrapper .container .results-list article .single .entry-content .post-content h2 a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .search-results .results-wrapper .container .results-list article .single .entry-content .post-col {
    flex: 0 0 300px;
    text-align: right;
  }
}
.search-results .results-wrapper .container .results-list article .single .entry-content .post-col .post-image {
  max-width: 250px;
  margin-left: auto;
  padding: 20px 0 30px;
}
@media (min-width: 768px) {
  .search-results .results-wrapper .container .results-list article .single .entry-content .post-col .post-image {
    padding: 40px 0;
  }
}
.search-results .results-wrapper .container .results-list article .single .entry-content .post-col .post-image .item-image {
  position: relative;
  position: relative;
  margin-bottom: 20px;
  background-size: cover;
  border: 1px solid;
}
.search-results .results-wrapper .container .results-list article .single .entry-content .post-col .post-image .item-image:before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 64.3333333333%;
}
.search-results .results-wrapper .container .results-list article:first-child .single {
  border: none;
}

.searchwp-live-search-results .searchwp-live-search-results-container .searchwp-live-search-result .searchwp-live-search-result--info .searchwp-live-search-result--title {
  margin-bottom: 0;
}

main.single article.news .posted-on {
  display: flex;
  gap: 10px;
}
main.single article.news .posted-on time {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
main.single article.news .sidebar .author-bio .author-bio-content {
  display: flex;
  flex-wrap: nowrap;
  gap: 14px;
}
main.single article.news .sidebar .author-bio .author-bio-content .author-image {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  overflow: hidden;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  main.single article.news .sidebar .author-bio .author-bio-content .author-image {
    width: 93px;
    height: 93px;
  }
}
main.single article.news .sidebar .author-bio .author-bio-content .author-image img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
main.single article.news .sidebar .author-bio .author-bio-content .author-details {
  margin-top: 5px;
}
main.single article.news .sidebar .author-bio .author-bio-content .author-details a {
  text-decoration: none;
}

.graph-layout {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .graph-layout {
    margin: 40px 0;
  }
}
.graph-layout .chart-legend {
  font-size: 1.3rem !important;
  border-top: 2px solid #181e4e;
  padding-top: 15px;
}
.graph-layout .chart-legend .chart-legend-description,
.graph-layout .chart-legend .chart-legend-key,
.graph-layout .chart-legend .chart-legend-source,
.graph-layout .chart-legend .chart-legend-download {
  margin-top: 10px;
}
.graph-layout .chart-legend .chart-legend-download a {
  display: inline-block;
  font-weight: 600;
  line-height: 30px;
}
.graph-layout .chart-legend .chart-legend-download a svg,
.graph-layout .chart-legend .chart-legend-download a span {
  display: inline-block;
  vertical-align: bottom;
}
.graph-layout .chart-legend .chart-legend-section-title {
  font-weight: 700;
}
.graph-layout .chart-legend .chart-legend-key-list {
  padding: 0;
  list-style: none;
}
.graph-layout .chart-legend .chart-legend-key-list li {
  list-style-type: none;
  line-height: 1;
  padding-bottom: 12px;
  margin-bottom: 0;
}
.graph-layout .chart-legend .chart-legend-key-list li:last-of-type {
  padding-bottom: 0;
}
.graph-layout .chart-legend .chart-legend-key-list li .chart-legend-key-image {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
  height: 12px;
  width: 12px;
}
.graph-layout .chart-legend .chart-legend-key-list li .chart-legend-key-label {
  display: inline;
  vertical-align: bottom;
  font-size: 1.3rem !important;
}
.graph-layout .chart-graphic-container {
  border-top: 2px solid #181e4e;
  border-bottom: 1px solid #181e4e;
  clear: both;
  overflow: hidden;
  padding-top: 15px;
}
.graph-layout .chart-graphic-container .chart-graphic-description-container {
  float: right;
  width: 50%;
}
.graph-layout .chart-graphic-container .chart-graphic-description {
  margin: 0 15px;
}
.graph-layout .chart-graphic-container .chart-graphic {
  max-height: none !important;
}
.graph-layout .chart-graphic-container .chart-graphic.has_description {
  float: left;
  width: 50%;
}
.graph-layout .chart-graphic-container .chart-graphic line {
  stroke: #aaa;
}
.graph-layout .chart-graphic-container .chart-graphic path {
  fill: none;
}
.graph-layout .chart-graphic-container .chart-graphic path.domain {
  fill: none;
}
.graph-layout .chart-graphic-container .chart-graphic svg {
  font-size: 1.2rem !important;
}
.graph-layout .chart-graphic-container .chart-graphic text {
  font-weight: bold;
  fill: #020000;
}
.graph-layout .chart-graphic-container .chart-graphic .c3-defocused .c3-line {
  stroke: #f1f1f1 !important;
}
.graph-layout .chart-graphic-container .chart-graphic .c3-defocused .c3-area {
  fill: #f1f1f1 !important;
}
.graph-layout .chart-graphic-container .chart-graphic .c3-axis-x path,
.graph-layout .chart-graphic-container .chart-graphic .c3-axis-y path {
  display: none;
}
.graph-layout .chart-graphic-container .chart-graphic .c3-axis-x .tick line,
.graph-layout .chart-graphic-container .chart-graphic .c3-axis-y .tick line {
  display: none;
}
.graph-layout .chart-graphic-container .chart-graphic .c3-axis-y .tick {
  font-weight: bold;
}
.graph-layout .chart-graphic-container .chart-graphic .c3-line {
  stroke-width: 2px;
}
.graph-layout .chart-graphic-container .chart-graphic .c3-xgrid,
.graph-layout .chart-graphic-container .chart-graphic .c3-ygrid {
  opacity: 0.3 !important;
  stroke-dasharray: 3 3;
  stroke-width: 1;
}
.graph-layout .chart-graphic-container .chart-graphic .c3-tooltip-container {
  background-color: #e2e7ea;
  border: 1px solid #181e4e;
  padding: 0.5em 0.5em 0.25em;
}
.graph-layout .chart-graphic-container .chart-graphic .c3-tooltip-container table {
  border: none;
}
.graph-layout .chart-graphic-container .chart-graphic .c3-tooltip-container table.c3-tooltip {
  box-shadow: none;
}
.graph-layout .chart-graphic-container .chart-graphic .c3-tooltip-container table.c3-tooltip th {
  background-color: #e2e7ea;
  font-weight: 600;
  color: #020000;
}
.graph-layout .chart-graphic-container .chart-graphic .c3-tooltip-container table.c3-tooltip tr {
  border: none;
}
.graph-layout .chart-graphic-container .chart-graphic .c3-tooltip-container table.c3-tooltip td {
  background-color: #e2e7ea;
  padding-bottom: 0.25em;
  border: none;
}
.graph-layout .chart-graphic-container .chart-graphic .c3-tooltip-container table.c3-tooltip td.name {
  padding-right: 0.5em;
}
.graph-layout .chart-graphic-container .chart-graphic .c3-tooltip-container table.c3-tooltip td > span {
  font-size: 1rem;
}
.graph-layout .chart-graphic-container .chart-graphic.area_stacked .c3-area {
  opacity: 1 !important;
}
.graph-layout .chart-graphic-container .chart-graphic.bar_chart_stacked.horizontal .c3-axis-x .tick {
  font-weight: bold;
}
.graph-layout .chart-graphic-container .chart-graphic.bar_chart_stacked.horizontal .c3-axis-y .tick {
  font-weight: normal;
}
.graph-layout .chart-graphic-container .chart-graphic.recession path.c3-bar {
  stroke: none !important;
}
.graph-layout .chart-graphic-container .chart-graphic.recession .c3-tooltip tbody tr:last-child {
  display: none;
}

.post-type-archive-news .news-posts-wrapper,
.page-template-template-news .news-posts-wrapper,
.search .news-posts-wrapper {
  overflow: hidden;
  margin: 0 0 70px;
}
@media (min-width: 768px) {
  .post-type-archive-news .news-posts-wrapper,
  .page-template-template-news .news-posts-wrapper,
  .search .news-posts-wrapper {
    margin: 0 0 80px;
  }
}
@media (min-width: 992px) {
  .post-type-archive-news .news-posts-wrapper,
  .page-template-template-news .news-posts-wrapper,
  .search .news-posts-wrapper {
    margin: 0 0 100px;
  }
}
.post-type-archive-news .news-posts-wrapper .layout-mode,
.page-template-template-news .news-posts-wrapper .layout-mode,
.search .news-posts-wrapper .layout-mode {
  display: none;
}
@media (min-width: 768px) {
  .post-type-archive-news .news-posts-wrapper .layout-mode,
  .page-template-template-news .news-posts-wrapper .layout-mode,
  .search .news-posts-wrapper .layout-mode {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
  }
}
.post-type-archive-news .news-posts-wrapper .layout-mode a,
.page-template-template-news .news-posts-wrapper .layout-mode a,
.search .news-posts-wrapper .layout-mode a {
  text-decoration: none;
  font-weight: 700;
  opacity: 0.4;
  color: #2d4147;
  line-height: 1;
}
.post-type-archive-news .news-posts-wrapper .layout-mode a svg,
.page-template-template-news .news-posts-wrapper .layout-mode a svg,
.search .news-posts-wrapper .layout-mode a svg {
  margin-right: 5px;
  transform: translateY(-1px);
}
.post-type-archive-news .news-posts-wrapper .layout-mode a svg path,
.page-template-template-news .news-posts-wrapper .layout-mode a svg path,
.search .news-posts-wrapper .layout-mode a svg path {
  fill: #2d4147;
  transition: 0.25s ease-in-out;
}
.post-type-archive-news .news-posts-wrapper .layout-mode a:hover, .post-type-archive-news .news-posts-wrapper .layout-mode a.active,
.page-template-template-news .news-posts-wrapper .layout-mode a:hover,
.page-template-template-news .news-posts-wrapper .layout-mode a.active,
.search .news-posts-wrapper .layout-mode a:hover,
.search .news-posts-wrapper .layout-mode a.active {
  color: #1c77bd;
  opacity: 1;
}
.post-type-archive-news .news-posts-wrapper .layout-mode a:hover svg path, .post-type-archive-news .news-posts-wrapper .layout-mode a.active svg path,
.page-template-template-news .news-posts-wrapper .layout-mode a:hover svg path,
.page-template-template-news .news-posts-wrapper .layout-mode a.active svg path,
.search .news-posts-wrapper .layout-mode a:hover svg path,
.search .news-posts-wrapper .layout-mode a.active svg path {
  fill: #1c77bd;
}
.post-type-archive-news .news-posts-wrapper .news-posts,
.page-template-template-news .news-posts-wrapper .news-posts,
.search .news-posts-wrapper .news-posts {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 50px;
  gap: 40px;
}
@media (min-width: 992px) {
  .post-type-archive-news .news-posts-wrapper .news-posts,
  .page-template-template-news .news-posts-wrapper .news-posts,
  .search .news-posts-wrapper .news-posts {
    justify-content: space-between;
  }
}
.post-type-archive-news .news-posts-wrapper .news-posts .post-item-wrapper,
.page-template-template-news .news-posts-wrapper .news-posts .post-item-wrapper,
.search .news-posts-wrapper .news-posts .post-item-wrapper {
  flex: 0 1 410px;
}
@media (min-width: 576px) {
  .post-type-archive-news .news-posts-wrapper .news-posts .post-item-wrapper,
  .page-template-template-news .news-posts-wrapper .news-posts .post-item-wrapper,
  .search .news-posts-wrapper .news-posts .post-item-wrapper {
    flex: 0 1 45%;
  }
}
.post-type-archive-news .news-posts-wrapper .news-posts .post-item-wrapper .post-item .post-image,
.page-template-template-news .news-posts-wrapper .news-posts .post-item-wrapper .post-item .post-image,
.search .news-posts-wrapper .news-posts .post-item-wrapper .post-item .post-image {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.post-type-archive-news .news-posts-wrapper .news-posts .post-item-wrapper .post-item .post-image:before,
.page-template-template-news .news-posts-wrapper .news-posts .post-item-wrapper .post-item .post-image:before,
.search .news-posts-wrapper .news-posts .post-item-wrapper .post-item .post-image:before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 63.4146341463%;
}
.post-type-archive-news .news-posts-wrapper .news-posts .post-item-wrapper .post-item .post-image a,
.page-template-template-news .news-posts-wrapper .news-posts .post-item-wrapper .post-item .post-image a,
.search .news-posts-wrapper .news-posts .post-item-wrapper .post-item .post-image a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.post-type-archive-news .news-posts-wrapper .news-posts .post-item-wrapper .post-item .post-image:hover a,
.page-template-template-news .news-posts-wrapper .news-posts .post-item-wrapper .post-item .post-image:hover a,
.search .news-posts-wrapper .news-posts .post-item-wrapper .post-item .post-image:hover a {
  background-color: #fff;
  opacity: 0.4;
}
.post-type-archive-news .news-posts-wrapper .news-posts .post-item-wrapper .post-item .post-date,
.page-template-template-news .news-posts-wrapper .news-posts .post-item-wrapper .post-item .post-date,
.search .news-posts-wrapper .news-posts .post-item-wrapper .post-item .post-date {
  font-size: 1.2rem;
  margin-top: 10px;
}
.post-type-archive-news .news-posts-wrapper .news-posts .post-item-wrapper .post-item a.post-link,
.page-template-template-news .news-posts-wrapper .news-posts .post-item-wrapper .post-item a.post-link,
.search .news-posts-wrapper .news-posts .post-item-wrapper .post-item a.post-link {
  text-decoration: none;
  color: #020000;
}
.post-type-archive-news .news-posts-wrapper .news-posts .post-item-wrapper .post-item a.post-link:hover,
.page-template-template-news .news-posts-wrapper .news-posts .post-item-wrapper .post-item a.post-link:hover,
.search .news-posts-wrapper .news-posts .post-item-wrapper .post-item a.post-link:hover {
  text-decoration: underline;
}
.post-type-archive-news .news-posts-wrapper .news-posts .post-item-wrapper .post-item a.post-link .post-title,
.page-template-template-news .news-posts-wrapper .news-posts .post-item-wrapper .post-item a.post-link .post-title,
.search .news-posts-wrapper .news-posts .post-item-wrapper .post-item a.post-link .post-title {
  margin: 14px 0 6px;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .post-type-archive-news .news-posts-wrapper .news-posts .post-item-wrapper .post-item a.post-link .post-title,
  .page-template-template-news .news-posts-wrapper .news-posts .post-item-wrapper .post-item a.post-link .post-title,
  .search .news-posts-wrapper .news-posts .post-item-wrapper .post-item a.post-link .post-title {
    font-size: 1.6rem;
  }
}
.post-type-archive-news .news-posts-wrapper .news-posts[data-layout=list] .post-item-wrapper,
.page-template-template-news .news-posts-wrapper .news-posts[data-layout=list] .post-item-wrapper,
.search .news-posts-wrapper .news-posts[data-layout=list] .post-item-wrapper {
  flex: 0 0 100%;
}
.post-type-archive-news .news-posts-wrapper .news-posts[data-layout=list] .post-item-wrapper .post-item,
.page-template-template-news .news-posts-wrapper .news-posts[data-layout=list] .post-item-wrapper .post-item,
.search .news-posts-wrapper .news-posts[data-layout=list] .post-item-wrapper .post-item {
  display: flex;
  gap: 20px;
}
@media (min-width: 768px) {
  .post-type-archive-news .news-posts-wrapper .news-posts[data-layout=list] .post-item-wrapper .post-item,
  .page-template-template-news .news-posts-wrapper .news-posts[data-layout=list] .post-item-wrapper .post-item,
  .search .news-posts-wrapper .news-posts[data-layout=list] .post-item-wrapper .post-item {
    gap: 40px;
  }
}
.post-type-archive-news .news-posts-wrapper .news-posts[data-layout=list] .post-item-wrapper .post-item .post-image,
.page-template-template-news .news-posts-wrapper .news-posts[data-layout=list] .post-item-wrapper .post-item .post-image,
.search .news-posts-wrapper .news-posts[data-layout=list] .post-item-wrapper .post-item .post-image {
  flex: 0 0 50%;
}
@media (min-width: 768px) {
  .post-type-archive-news .news-posts-wrapper .news-posts[data-layout=list] .post-item-wrapper .post-item .post-image,
  .page-template-template-news .news-posts-wrapper .news-posts[data-layout=list] .post-item-wrapper .post-item .post-image,
  .search .news-posts-wrapper .news-posts[data-layout=list] .post-item-wrapper .post-item .post-image {
    flex: 0 0 30%;
  }
}
.post-type-archive-news .news-posts-wrapper .news-posts[data-layout=list] .post-item-wrapper .post-item .post-date,
.page-template-template-news .news-posts-wrapper .news-posts[data-layout=list] .post-item-wrapper .post-item .post-date,
.search .news-posts-wrapper .news-posts[data-layout=list] .post-item-wrapper .post-item .post-date {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .post-type-archive-news .news-posts-wrapper .news-posts,
  .page-template-template-news .news-posts-wrapper .news-posts,
  .search .news-posts-wrapper .news-posts {
    gap: 0;
  }
  .post-type-archive-news .news-posts-wrapper .news-posts .post-item-wrapper,
  .page-template-template-news .news-posts-wrapper .news-posts .post-item-wrapper,
  .search .news-posts-wrapper .news-posts .post-item-wrapper {
    flex: 0 0 100%;
    padding: 20px 0;
    border-bottom: 1px solid #d1d7db;
  }
  .post-type-archive-news .news-posts-wrapper .news-posts .post-item-wrapper .post-item,
  .page-template-template-news .news-posts-wrapper .news-posts .post-item-wrapper .post-item,
  .search .news-posts-wrapper .news-posts .post-item-wrapper .post-item {
    display: flex;
    gap: 20px;
  }
  .post-type-archive-news .news-posts-wrapper .news-posts .post-item-wrapper .post-item .post-image,
  .page-template-template-news .news-posts-wrapper .news-posts .post-item-wrapper .post-item .post-image,
  .search .news-posts-wrapper .news-posts .post-item-wrapper .post-item .post-image {
    flex: 0 0 50%;
  }
  .post-type-archive-news .news-posts-wrapper .news-posts .post-item-wrapper .post-item .post-details .post-summary,
  .page-template-template-news .news-posts-wrapper .news-posts .post-item-wrapper .post-item .post-details .post-summary,
  .search .news-posts-wrapper .news-posts .post-item-wrapper .post-item .post-details .post-summary {
    display: none;
  }
}
.post-type-archive-news #sidebar,
.page-template-template-news #sidebar,
.search #sidebar {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .post-type-archive-news #sidebar,
  .page-template-template-news #sidebar,
  .search #sidebar {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .post-type-archive-news #sidebar,
  .page-template-template-news #sidebar,
  .search #sidebar {
    padding-top: 0;
  }
}
.post-type-archive-news .sidebar .type-title,
.post-type-archive-news .sidebar .topic-title,
.page-template-template-news .sidebar .type-title,
.page-template-template-news .sidebar .topic-title,
.search .sidebar .type-title,
.search .sidebar .topic-title {
  margin-bottom: 10px;
  position: relative;
  padding-right: 25px;
  display: inline-block;
  width: 70px;
}
.post-type-archive-news .sidebar .type-title i,
.post-type-archive-news .sidebar .topic-title i,
.page-template-template-news .sidebar .type-title i,
.page-template-template-news .sidebar .topic-title i,
.search .sidebar .type-title i,
.search .sidebar .topic-title i {
  position: absolute;
  top: 3px;
  right: 0;
  cursor: pointer;
  color: #1c77bd;
  font-size: 1.8rem;
}
.post-type-archive-news .sidebar .type-title[aria-expanded=true] i,
.post-type-archive-news .sidebar .topic-title[aria-expanded=true] i,
.page-template-template-news .sidebar .type-title[aria-expanded=true] i,
.page-template-template-news .sidebar .topic-title[aria-expanded=true] i,
.search .sidebar .type-title[aria-expanded=true] i,
.search .sidebar .topic-title[aria-expanded=true] i {
  transform: rotate(180deg);
}
.post-type-archive-news .sidebar .type-title:hover,
.post-type-archive-news .sidebar .topic-title:hover,
.page-template-template-news .sidebar .type-title:hover,
.page-template-template-news .sidebar .topic-title:hover,
.search .sidebar .type-title:hover,
.search .sidebar .topic-title:hover {
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .post-type-archive-news .push-right .push-right-content .wp-block-columns,
  .page-template-template-news .push-right .push-right-content .wp-block-columns,
  .search .push-right .push-right-content .wp-block-columns {
    flex-direction: column-reverse;
  }
  .post-type-archive-news .push-right .push-right-content .wp-block-columns .push-content-left,
  .post-type-archive-news .push-right .push-right-content .wp-block-columns .push-content-right,
  .page-template-template-news .push-right .push-right-content .wp-block-columns .push-content-left,
  .page-template-template-news .push-right .push-right-content .wp-block-columns .push-content-right,
  .search .push-right .push-right-content .wp-block-columns .push-content-left,
  .search .push-right .push-right-content .wp-block-columns .push-content-right {
    padding-top: 10px;
  }
}

.facet-filters-wrapper {
  padding: 10px 0 20px;
}
@media (min-width: 992px) {
  .facet-filters-wrapper {
    display: block !important;
    height: auto !important;
    visibility: visible;
  }
}
.facet-filters-wrapper .facetwp-facet-news_sort select,
.facet-filters-wrapper .facetwp-facet-global_sort select {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.facet-results {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.facet-results button {
  border: none;
}
@media (min-width: 992px) {
  .facet-results {
    display: none;
  }
}
.facet-results[aria-expanded=true] i {
  transform: rotate(180deg);
}

.facetwp-facet.facetwp-facet-news_result_count, .facetwp-facet.facetwp-facet-global_result_count {
  font-weight: 700;
  margin-bottom: 0;
  padding: 12px 0;
}
@media (min-width: 992px) {
  .facetwp-facet.facetwp-facet-news_result_count, .facetwp-facet.facetwp-facet-global_result_count {
    display: none;
  }
}
.facetwp-facet.facetwp-type-sort .sort-radio {
  background-size: 21px 21px;
  padding-left: 28px;
  margin-bottom: 15px;
  background-image: url(../images/icons/radio.svg);
  padding-left: 26px;
}
.facetwp-facet.facetwp-type-sort .sort-radio.checked {
  background-image: url(../images/icons/radio_checked.svg);
}
@media (min-width: 768px) {
  .facetwp-facet.facetwp-type-sort .sort-radio {
    background-size: 21px 21px;
    padding-left: 30px;
  }
}
.facetwp-facet.facetwp-type-checkboxes {
  padding-left: 22px;
}
.facetwp-facet.facetwp-type-checkboxes.default {
  margin-bottom: 0;
}
.facetwp-facet.facetwp-type-checkboxes .facetwp-checkbox-all,
.facetwp-facet.facetwp-type-checkboxes .facetwp-checkbox {
  background-size: 18px 18px;
  padding-left: 28px;
  margin-bottom: 10px;
  background-image: url(../images/icons/checkbox.svg);
}
.facetwp-facet.facetwp-type-checkboxes .facetwp-checkbox-all.checked,
.facetwp-facet.facetwp-type-checkboxes .facetwp-checkbox.checked {
  background-image: url(../images/icons/checkbox_checked.svg);
}
@media (min-width: 768px) {
  .facetwp-facet.facetwp-type-checkboxes .facetwp-checkbox-all,
  .facetwp-facet.facetwp-type-checkboxes .facetwp-checkbox {
    background-size: 21px 21px;
    padding-left: 30px;
  }
}
.facetwp-facet.facetwp-type-checkboxes .facetwp-counter {
  display: none;
}
.facetwp-facet.facetwp-type-checkboxes.facetwp-facet-news_topics .facetwp-checkbox {
  display: block;
  margin-bottom: 12px;
}
.facetwp-facet.facetwp-type-checkboxes.facetwp-facet-news_topics .facetwp-checkbox .facet-display-value {
  line-height: 1.24;
  display: block;
  min-height: 21px;
}
@media (max-width: 991.98px) {
  .facetwp-facet.facetwp-facet-news_search {
    margin-left: -2rem;
    margin-right: -2rem;
    padding: 0 2rem 15px;
    border-bottom: 1px solid rgba(45, 65, 71, 0.3);
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .facetwp-facet.facetwp-facet-news_search {
    margin-bottom: 30px;
  }
}
.facetwp-facet.facetwp-facet-news_search .facetwp-input-wrap {
  width: 100%;
  height: 26px;
  display: block;
  padding-right: 40px;
}
@media (min-width: 992px) {
  .facetwp-facet.facetwp-facet-news_search .facetwp-input-wrap {
    height: 40px;
    margin: 0;
  }
}
.facetwp-facet.facetwp-facet-news_search .facetwp-input-wrap .clear {
  transform: translateX(-25px);
  position: absolute;
  top: 12px;
}
.facetwp-facet.facetwp-facet-news_search .facetwp-input-wrap input.facetwp-search {
  border: none;
  width: 100%;
  border-radius: 20px;
  height: 100%;
  line-height: 1;
  padding: 6px 20px 6px 20px;
  min-width: 100%;
}
@media (min-width: 992px) {
  .facetwp-facet.facetwp-facet-news_search .facetwp-input-wrap input.facetwp-search {
    width: 85%;
  }
}
.facetwp-facet.facetwp-facet-news_search .facetwp-input-wrap .facetwp-icon {
  opacity: 1;
  cursor: pointer;
}
.facetwp-facet.facetwp-facet-news_search .facetwp-input-wrap .facetwp-icon:before {
  height: 100%;
}
.facetwp-facet.facetwp-facet-news_search .facetwp-input-wrap .facetwp-icon:not(.f-loading):before {
  display: inline-block;
  content: "";
  height: 100%;
  position: relative;
  background: url(../images/icons/search.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.facetwp-facet.facetwp-facet-news_search .facetwp-input-wrap .facetwp-icon:not(.f-loading):before:before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 100%;
}
.facetwp-facet.facetwp-facet-news_search .facetwp-input-wrap .facetwp-icon:not(.f-loading):hover:before {
  background: url(../images/icons/search-hover.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

ul.dlm-downloads {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
  list-style: none;
  padding: 0;
}
ul.dlm-downloads li {
  flex: 0 0 220px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  ul.dlm-downloads li {
    margin-bottom: 20px;
  }
}
ul.dlm-downloads li .cmap-download-box {
  display: flex;
  flex-flow: column;
  height: 100%;
}
ul.dlm-downloads li .cmap-download-box .download-image {
  display: block;
  margin-bottom: 10px;
}
ul.dlm-downloads li .cmap-download-box .download-image img {
  border: 1px solid #d6dadc;
}
ul.dlm-downloads li .cmap-download-box .download-title {
  display: flex;
  justify-content: stretch;
  flex-flow: column;
  flex: 1 1 100%;
}
ul.dlm-downloads li .cmap-download-box .download-title h1 {
  font-size: 1.2rem;
  color: #020000;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  ul.dlm-downloads li .cmap-download-box .download-title h1 {
    font-size: 1.6rem;
  }
}
ul.dlm-downloads li .cmap-download-box .download-title a {
  margin-top: auto;
}
ul.dlm-downloads li .cmap-download-box .download-title a span {
  font-weight: 400;
  font-size: 1rem;
}
@media (min-width: 768px) {
  ul.dlm-downloads li .cmap-download-box .download-title a span {
    font-size: 1.4rem;
  }
}

/* Modal styles */
.modal {
  /* Modal Dialog*/
}
.modal.show {
  z-index: 3000;
}
.modal .modal-dialog {
  margin-top: 20vh;
  overflow: hidden;
  padding-bottom: 21px;
}
.modal .modal-dialog.post-modal-dialog {
  max-width: 90vw;
}
@media (min-width: 992px) {
  .modal .modal-dialog.post-modal-dialog {
    max-width: 60vw;
  }
}
@media (min-width: 992px) {
  .modal .modal-dialog {
    padding-bottom: 42px;
  }
}
.modal .modal-dialog .modal-header {
  background-color: #fff;
  padding: 20px 20px 5px;
}
@media (min-width: 992px) {
  .modal .modal-dialog .modal-header {
    padding: 30px 30px 10px;
  }
}
.modal .modal-dialog .modal-header .btn-close {
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.2rem;
  color: #1c77bd;
}
.modal .modal-dialog .modal-header .btn-close:hover span {
  text-decoration: underline;
}
.modal .modal-dialog .modal-header .btn-close:focus, .modal .modal-dialog .modal-header .btn-close:focus-visible {
  outline: auto;
  outline-color: #1c77bd;
}
.modal .modal-dialog .modal-content .modal-body {
  background-color: #fff;
  padding: 0 30px 41px;
}
@media (min-width: 992px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding: 0 50px 81px;
  }
}
.modal .modal-dialog .modal-content .modal-body .social-share {
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
}
.modal .modal-dialog .modal-content .modal-body .social-share a {
  width: 24px;
  display: inline-block;
  font-size: 0;
}
.modal .modal-dialog .modal-content .modal-body .social-share a svg {
  width: 24px;
}
.modal .modal-dialog .modal-content .modal-body .field {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.modal .modal-dialog .modal-content .modal-body .field input[type=text] {
  min-width: 0;
  flex: 1 1 100%;
  margin-right: 70px;
  font-size: 1.6rem;
  height: auto;
  line-height: 1.5;
}
.modal .modal-dialog .modal-content .modal-body .field button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  word-break: keep-all;
  cursor: pointer;
}
.modal .modal-dialog .modal-content .modal-body .field button.copied {
  top: 50px;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.modal .modal-dialog .modal-content .modal-body .field button.copied:focus {
  background-color: #cc0000;
}
.modal .modal-dialog .modal-content .modal-body.post-popup {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 40px;
}
.modal .modal-dialog .modal-content .modal-body.post-popup .post-image {
  flex: 1 1 200px;
  max-width: 200px;
}
@media (min-width: 992px) {
  .modal .modal-dialog .modal-content .modal-body.post-popup .post-image {
    flex: 1 1 30%;
  }
}
@media (min-width: 992px) {
  .modal .modal-dialog .modal-content .modal-body.post-popup .content {
    flex: 1 1 70%;
  }
}
.modal .modal-dialog .theme-divider {
  margin: 0;
}

.modal-backdrop.show {
  opacity: 0.75;
}

.carousel-wrapper {
  position: relative;
  margin-left: -2rem;
  margin-right: -2rem;
}
.carousel-wrapper .items-wrapper {
  margin: 0 auto;
  width: 100%;
  position: relative;
  top: 0;
}
.carousel-wrapper .items-wrapper:before {
  content: "";
  position: absolute;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #fff;
  z-index: 100;
}
.carousel-wrapper .items-wrapper .owl-carousel {
  position: relative;
}
.carousel-wrapper .items-wrapper .owl-carousel .owl-stage {
  display: flex;
  justify-content: center;
}
.carousel-wrapper .items-wrapper .owl-carousel .owl-stage .owl-item {
  position: relative;
}
.carousel-wrapper .items-wrapper .owl-carousel .owl-stage .owl-item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-right: 1px solid #d1d7db;
}
.carousel-wrapper .items-wrapper .owl-carousel .owl-stage .owl-item:last-child:after {
  display: none;
}
.carousel-wrapper .items-wrapper .owl-carousel .owl-stage .owl-item .item {
  text-align: left;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
}
.carousel-wrapper .items-wrapper .owl-carousel .owl-stage .owl-item .item .item-container .item-content .item-image {
  position: relative;
  position: relative;
  background-size: cover;
  margin: 0 auto;
}
.carousel-wrapper .items-wrapper .owl-carousel .owl-stage .owl-item .item .item-container .item-content .item-image:before {
  display: block;
  content: " ";
  width: 100%;
  padding-bottom: 63.4146341463%;
}
.carousel-wrapper .items-wrapper .owl-carousel .owl-stage .owl-item .item .item-container .item-content .post-details a.post-link {
  text-decoration: none;
  color: #020000;
  display: block;
  font-weight: 600;
  padding: 8px 0 0;
}
@media (min-width: 768px) {
  .carousel-wrapper .items-wrapper .owl-carousel .owl-stage .owl-item .item .item-container .item-content .post-details a.post-link {
    padding: 12px 0 0;
  }
}
.carousel-wrapper .items-wrapper .owl-carousel .owl-stage .owl-item .item .item-container .item-content .post-details a.post-link:hover {
  text-decoration: underline;
}
.carousel-wrapper .items-wrapper .owl-carousel .owl-stage .owl-item .item .item-container .item-content .article-tags {
  display: none;
  gap: 6px;
  align-items: center;
  list-style-type: none;
  margin: 16px 0 0 0;
  padding: 0;
  flex-wrap: wrap;
}
.carousel-wrapper .items-wrapper .owl-carousel .owl-stage .owl-item .item .item-container .item-content .article-tags .tag {
  display: none;
  gap: 6px;
  align-items: center;
  margin: 0;
}
.carousel-wrapper .items-wrapper .owl-carousel .owl-stage .owl-item .item .item-container .item-content .article-tags .tag:after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #020000;
  border-radius: 50%;
}
.carousel-wrapper .items-wrapper .owl-carousel .owl-stage .owl-item .item .item-container .item-content .article-tags .tag:last-child:after {
  display: none;
}
.carousel-wrapper .items-wrapper .owl-carousel .owl-dots {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.carousel-wrapper .items-wrapper .owl-carousel .owl-dots button {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #d1d7db;
  border: none;
  padding: 0;
}
.carousel-wrapper .items-wrapper .owl-carousel .owl-dots button.active {
  background-color: #6dae4f;
}
.carousel-wrapper .owl-nav {
  display: none !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  z-index: 2;
  pointer-events: none;
}
.carousel-wrapper .owl-nav button {
  display: block;
  width: 30px;
  height: 60px;
  position: relative;
  border: none;
  background-color: transparent;
  font-size: 30px;
  color: #d1d7db;
  cursor: pointer;
  pointer-events: all;
}
.carousel-wrapper .owl-nav button:hover {
  color: #1f488d;
}

.leaflet-container {
  background: #fff;
  font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #404040;
  color: rgba(0, 0, 0, 0.75);
  -ms-touch-action: none;
}
.leaflet-container *,
.leaflet-container :after,
.leaflet-container :before {
  box-sizing: border-box;
}
.leaflet-container h1,
.leaflet-container h2,
.leaflet-container h3,
.leaflet-container h4,
.leaflet-container h5,
.leaflet-container h6,
.leaflet-container p {
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 10px;
}
.leaflet-container .marker-description img {
  margin-bottom: 10px;
}
.leaflet-container a {
  color: #3887be;
  font-weight: 400;
  text-decoration: none;
}
.leaflet-container a:hover {
  color: #63b6e5;
}
.leaflet-container.dark a {
  color: #63b6e5;
}
.leaflet-container.dark a:hover {
  color: #8fcaec;
}
.leaflet-container .mapbox-button, .leaflet-container.dark .mapbox-button {
  background-color: #3887be;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.leaflet-container .mapbox-button:hover, .leaflet-container.dark .mapbox-button:hover {
  color: #fff;
  background-color: #3bb2d0;
}

.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-map-pane canvas,
.leaflet-map-pane svg {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-pane,
.leaflet-tile,
.leaflet-tile-container,
.leaflet-zoom-box {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
  max-width: none !important;
}
.leaflet-container.leaflet-touch-zoom {
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  touch-action: none;
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  z-index: 800;
}

.leaflet-map-pane canvas {
  z-index: 1;
}
.leaflet-map-pane svg {
  z-index: 2;
}

.leaflet-tile-pane {
  z-index: 2;
}

.leaflet-overlay-pane {
  z-index: 4;
}

.leaflet-shadow-pane {
  z-index: 5;
}

.leaflet-marker-pane {
  z-index: 6;
}

.leaflet-tooltip-pane {
  z-index: 7;
}

.leaflet-popup-pane {
  z-index: 8;
}

.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto;
}

.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-pan-anim .leaflet-tile {
  transition: none;
}

.leaflet-zoom-anim .leaflet-tile {
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -moz-grab;
}

.leaflet-crosshair {
  cursor: crosshair;
}
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-control,
.leaflet-popup-pane {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab {
  cursor: move;
  cursor: -moz-grabbing;
}
.leaflet-dragging .leaflet-grab .leaflet-interactive {
  cursor: move;
  cursor: -moz-grabbing;
}
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -moz-grabbing;
}

.leaflet-image-layer,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-image-layer.leaflet-interactive,
.leaflet-marker-icon.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted;
  pointer-events: auto;
}

.leaflet-container {
  outline: 0;
}

.leaflet-zoom-box {
  background: #fff;
  border: 2px dotted #202020;
  opacity: 0.5;
}

.leaflet-bar,
.leaflet-control-layers {
  background-color: #fff;
  border: 1px solid #999;
  border-color: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  box-shadow: none;
}

.leaflet-bar a {
  color: #404040;
  color: rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid #ddd;
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.leaflet-bar a:hover {
  color: #404040;
  color: rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid #ddd;
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.leaflet-bar a:last-child {
  border-bottom: 0;
}
.leaflet-bar a:active {
  background-color: #f8f8f8;
  cursor: pointer;
}
.leaflet-bar a:hover {
  background-color: #f8f8f8;
  cursor: pointer;
}
.leaflet-bar a:hover:first-child {
  border-radius: 3px 3px 0 0;
}
.leaflet-bar a:hover:last-child {
  border-radius: 0 0 3px 3px;
}
.leaflet-bar a:hover:only-of-type {
  border-radius: 3px;
}
.leaflet-bar .leaflet-disabled {
  cursor: default;
  opacity: 0.75;
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  display: block;
  content: "";
  text-indent: -999em;
}

.leaflet-control-layers .leaflet-control-layers-list {
  display: none;
}

.leaflet-control-layers-expanded {
  background: #fff;
  padding: 6px 10px 6px 6px;
  color: #404040;
  color: rgba(0, 0, 0, 0.75);
}
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  border-top-color: rgba(0, 0, 0, 0.1);
  margin: 5px -10px 5px -6px;
}

.leaflet-default-icon-path {
  background-image: url(images/marker-icon.png);
}

.leaflet-container .leaflet-control-attribution {
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0;
  box-shadow: none;
}
.leaflet-container .leaflet-control-attribution a {
  color: #404040;
}
.leaflet-container .map-info-container a {
  color: #404040;
}

.leaflet-control-attribution a:hover,
.map-info-container a:hover {
  color: inherit;
  text-decoration: underline;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-container .mapbox-improve-map {
  font-weight: 700;
}

.leaflet-control-scale-line {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #999;
  border-color: rgba(0, 0, 0, 0.4);
  border-top: 0;
  padding: 2px 5px 1px;
  white-space: nowrap;
  overflow: hidden;
}
.leaflet-control-scale-line:last-child {
  border-top: 2px solid #ddd;
  border-top-color: rgba(0, 0, 0, 0.1);
  border-bottom: 0;
  margin-top: -2px;
}

.leaflet-container .leaflet-control-attribution.leaflet-compact-attribution {
  margin: 10px;
  background: #fff;
  border-radius: 3px 13px 13px 3px;
  padding: 3px 31px 3px 3px;
  visibility: hidden;
}

.leaflet-control-attribution.leaflet-compact-attribution:hover {
  visibility: visible;
}
.leaflet-control-attribution.leaflet-compact-attribution:after {
  content: "";
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  background-position: 0 -78px;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  bottom: 0;
  z-index: 1;
  visibility: visible;
  cursor: pointer;
}
.leaflet-control-attribution.leaflet-compact-attribution:hover:after {
  background-color: #fff;
}

.leaflet-right .leaflet-control-attribution.leaflet-compact-attribution:after {
  right: 0;
}

.leaflet-left .leaflet-control-attribution.leaflet-compact-attribution:after {
  left: 0;
}

.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-layers {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.leaflet-popup {
  position: absolute;
  text-align: center;
  pointer-events: none;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  pointer-events: all;
}

.leaflet-popup-content {
  padding: 10px 10px 15px;
  margin: 0;
  line-height: inherit;
}

.leaflet-popup-close-button + .leaflet-popup-content-wrapper .leaflet-popup-content {
  padding-top: 15px;
}

.leaflet-popup-tip-container {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  position: relative;
}

.leaflet-popup-tip {
  width: 0;
  height: 0;
  margin: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  box-shadow: none;
}

.leaflet-popup-close-button {
  text-indent: -999em;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: all;
}
.leaflet-popup-close-button:hover {
  background-color: #f8f8f8;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-div-icon {
  background: #fff;
  border: 1px solid #999;
  border-color: rgba(0, 0, 0, 0.4);
}

.leaflet-editing-icon {
  border-radius: 3px;
}

.leaflet-tooltip {
  position: absolute;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before,
.leaflet-tooltip-top:before {
  content: "";
  position: absolute;
  pointer-events: none;
  border: 5px solid transparent;
  background: 0 0;
}

.leaflet-tooltip-bottom {
  margin-top: 5px;
}

.leaflet-tooltip-top {
  margin-top: -5px;
}

.leaflet-tooltip-bottom:before {
  left: 50%;
  margin-left: -5px;
}

.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -5px;
  bottom: 0;
  margin-bottom: -10px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -15px;
  margin-left: -5px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -5px;
}

.leaflet-tooltip-right {
  margin-left: 5px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -5px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -10px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -10px;
  border-right-color: #fff;
}

.leaflet-bar a,
.leaflet-control-layers-toggle,
.leaflet-popup-close-button,
.map-tooltip.closable .close,
.mapbox-button-icon:before,
.mapbox-icon {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.leaflet-bar a {
  display: block;
}

.leaflet-container.dark .map-tooltip .close,
.leaflet-control-attribution:after,
.leaflet-control-layers-toggle,
.leaflet-control-zoom-in,
.leaflet-control-zoom-out,
.leaflet-popup-close-button,
.map-tooltip .close,
.mapbox-icon {
  opacity: 0.75;
  background-image: url(images/icons-000000@2x.png);
  background-image: linear-gradient(transparent, transparent), url(images/icons.svg);
  background-repeat: no-repeat;
  background-size: 26px 260px;
}

.leaflet-container.dark .leaflet-control-attribution:after,
.leaflet-container.dark .leaflet-control-layers-toggle,
.leaflet-container.dark .leaflet-control-zoom-in,
.leaflet-container.dark .leaflet-control-zoom-out,
.leaflet-container.dark .mapbox-icon {
  opacity: 1;
  background-image: url(images/icons-ffffff@2x.png);
  background-image: linear-gradient(transparent, transparent), url(images/icons-ffffff.svg);
  background-size: 26px 260px;
}

.mapbox-button-icon:before {
  opacity: 1;
  background-image: url(images/icons-ffffff@2x.png);
  background-image: linear-gradient(transparent, transparent), url(images/icons-ffffff.svg);
  background-size: 26px 260px;
}

.leaflet-bar .leaflet-control-zoom-in {
  background-position: 0 0;
}
.leaflet-bar .leaflet-control-zoom-out {
  background-position: 0 -26px;
}

.leaflet-popup-close-button,
.map-tooltip.closable .close {
  background-position: -3px -55px;
  width: 20px;
  height: 20px;
  border-radius: 0 3px 0 0;
}

.mapbox-icon-info {
  background-position: 0 -78px;
}

.leaflet-control-layers-toggle {
  background-position: 0 -104px;
}

.mapbox-icon.mapbox-icon-share {
  background-position: 0 -130px;
}
.mapbox-icon.mapbox-icon-share:before {
  background-position: 0 -130px;
}
.mapbox-icon.mapbox-icon-geocoder {
  background-position: 0 -156px;
}
.mapbox-icon.mapbox-icon-geocoder:before {
  background-position: 0 -156px;
}

.mapbox-icon-facebook {
  background-position: 0 -182px;
}
.mapbox-icon-facebook:before {
  background-position: 0 -182px;
}

.mapbox-icon-twitter {
  background-position: 0 -208px;
}
.mapbox-icon-twitter:before {
  background-position: 0 -208px;
}

.mapbox-icon-pinterest {
  background-position: 0 -234px;
}
.mapbox-icon-pinterest:before {
  background-position: 0 -234px;
}

.leaflet-popup-content-wrapper,
.map-legends,
.map-tooltip {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.map-legends,
.map-tooltip {
  max-width: 300px;
}

.map-legends .map-legend {
  padding: 10px;
}

.map-tooltip {
  z-index: 999999;
  padding: 10px;
  min-width: 180px;
  max-height: 400px;
  overflow: auto;
  opacity: 1;
  transition: opacity 150ms;
}
.map-tooltip .close {
  text-indent: -999em;
  overflow: hidden;
  display: none;
}
.map-tooltip.closable .close {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 3px;
}
.map-tooltip.closable .close:active {
  background-color: #f8f8f8;
}

.leaflet-control-interaction {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 300px;
}

.leaflet-popup-content .marker-title {
  font-weight: 700;
}

.leaflet-control .mapbox-button {
  background-color: #fff;
  border: 1px solid #ddd;
  border-color: rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  border-radius: 3px;
}

.mapbox-modal > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow-y: auto;
}
.mapbox-modal.active > div {
  z-index: 99999;
  transition: all 0.2s, z-index 0 0;
}
.mapbox-modal .mapbox-modal-mask {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.mapbox-modal.active .mapbox-modal-mask {
  opacity: 1;
}
.mapbox-modal .mapbox-modal-content {
  transform: translateY(-100%);
}
.mapbox-modal.active .mapbox-modal-content {
  transform: translateY(0);
}

.mapbox-modal-body {
  position: relative;
  background: #fff;
  padding: 20px;
  z-index: 1000;
  width: 50%;
  margin: 20px 0 20px 25%;
}

.mapbox-share-buttons {
  margin: 0 0 20px;
}
.mapbox-share-buttons a {
  width: 33.3333%;
  border-left: 1px solid #fff;
  text-align: center;
  border-radius: 0;
}
.mapbox-share-buttons a:last-child {
  border-radius: 0 3px 3px 0;
}
.mapbox-share-buttons a:first-child {
  border: 0;
  border-radius: 3px 0 0 3px;
}

.mapbox-modal input {
  width: 100%;
  height: 40px;
  padding: 10px;
  border: 1px solid #ddd;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5);
}
.mapbox-modal label {
  display: block;
  margin-top: 5px;
}

.leaflet-control-mapbox-geocoder {
  position: relative;
}
.leaflet-control-mapbox-geocoder.searching {
  opacity: 0.75;
}
.leaflet-control-mapbox-geocoder .leaflet-control-mapbox-geocoder-wrap {
  background: #fff;
  position: absolute;
  border: 1px solid #999;
  border-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  left: 26px;
  height: 28px;
  width: 0;
  top: -1px;
  border-radius: 0 3px 3px 0;
  opacity: 0;
  transition: opacity 100ms;
}
.leaflet-control-mapbox-geocoder.active .leaflet-control-mapbox-geocoder-wrap {
  width: 180px;
  opacity: 1;
}

.leaflet-bar .leaflet-control-mapbox-geocoder-toggle {
  border-bottom: 0;
}
.leaflet-bar .leaflet-control-mapbox-geocoder-toggle:hover {
  border-bottom: 0;
}

.leaflet-control-mapbox-geocoder-toggle {
  border-radius: 3px;
}

.leaflet-control-mapbox-geocoder.active {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.leaflet-control-mapbox-geocoder.active .leaflet-control-mapbox-geocoder-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.leaflet-control-mapbox-geocoder .leaflet-control-mapbox-geocoder-form input {
  background: 0 0;
  border: 0;
  width: 180px;
  padding: 0 0 0 10px;
  height: 26px;
  outline: 0;
}

.leaflet-control-mapbox-geocoder-results {
  width: 180px;
  position: absolute;
  left: 26px;
  top: 25px;
  border-radius: 0 0 3px 3px;
}

.leaflet-control-mapbox-geocoder.active .leaflet-control-mapbox-geocoder-results {
  background: #fff;
  border: 1px solid #999;
  border-color: rgba(0, 0, 0, 0.4);
}

.leaflet-control-mapbox-geocoder-results a,
.leaflet-control-mapbox-geocoder-results span {
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 26px;
  text-align: left;
  overflow: hidden;
}

.leaflet-container.dark .leaflet-control .leaflet-control-mapbox-geocoder-results a:hover,
.leaflet-control-mapbox-geocoder-results a:hover {
  background: #f8f8f8;
  opacity: 1;
}

.leaflet-right .leaflet-control-mapbox-geocoder-results {
  left: auto;
  right: 26px;
}
.leaflet-right .leaflet-control-mapbox-geocoder-wrap {
  left: auto;
  right: 26px;
  border-radius: 3px 0 0 3px;
}
.leaflet-right .leaflet-control-mapbox-geocoder.active {
  border-radius: 0 3px 3px 0;
}
.leaflet-right .leaflet-control-mapbox-geocoder.active .leaflet-control-mapbox-geocoder-toggle {
  border-radius: 0 3px 3px 0;
}

.leaflet-bottom .leaflet-control-mapbox-geocoder-results {
  top: auto;
  bottom: 25px;
  border-radius: 3px 3px 0 0;
}

.mapbox-logo-true {
  background-repeat: no-repeat;
  background-size: 61px 19px;
  background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSI2NSIgaGVpZ2h0PSIyMCI+PGRlZnMvPjxtZXRhZGF0YT48cmRmOlJERj48Y2M6V29yayByZGY6YWJvdXQ9IiI+PGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+PGRjOnR5cGUgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIvPjxkYzp0aXRsZS8+PC9jYzpXb3JrPjwvcmRmOlJERj48L21ldGFkYXRhPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNjEuODQ4MywtOTguNTAzOTUpIj48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwLjE3NDQxODM2LDAsMCwwLjE3NDQxODM2LDIyMC41MjI4MiwyOS4yMjkzNDIpIiBzdHlsZT0ib3BhY2l0eTowLjI1O2ZpbGw6I2ZmZmZmZjtzdHJva2U6IzAwMDAwMDtzdHJva2Utd2lkdGg6MTcuMjAwMDIzNjU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjQ7c3Ryb2tlLW9wYWNpdHk6MTtzdHJva2UtZGFzaGFycmF5Om5vbmUiPjxwYXRoIGQ9Ik0gNS4yOCAxLjUgQyA0LjU0IDEuNTYgMy45IDIuMjUgMy45MSAzIGwgMCAxMS44OCBjIDAuMDIgMC43NyAwLjcyIDEuNDcgMS41IDEuNDcgbCAxLjc1IDAgYyAwLjc4IDAgMS40OCAtMC42OSAxLjUgLTEuNDcgbCAwIC00LjI4IDAuNzIgMS4xOSBjIDAuNTMgMC44NyAyLjAzIDAuODcgMi41NiAwIGwgMC43MiAtMS4xOSAwIDQuMjggYyAwLjAyIDAuNzYgMC43IDEuNDUgMS40NyAxLjQ3IGwgMS43NSAwIGMgMC43OCAwIDEuNDggLTAuNjkgMS41IC0xLjQ3IGwgMCAtMC4xNiBjIDEuMDIgMS4xMiAyLjQ2IDEuODEgNC4wOSAxLjgxIGwgNC4wOSAwIDAgMS40NyBjIC0wIDAuNzggMC42OSAxLjQ4IDEuNDcgMS41IGwgMS43NSAwIGMgMC43OSAtMCAxLjUgLTAuNzEgMS41IC0xLjUgbCAwLjAyIC0xLjQ3IGMgMS43MiAwIDMuMDggLTAuNjQgNC4xNCAtMS42OSBsIDAgMC4xOSBjIDAgMC4zOSAwLjE2IDAuNzkgMC40NCAxLjA2IDAuMjggMC4yOCAwLjY3IDAuNDQgMS4wNiAwLjQ0IGwgMy4zMSAwIGMgMi4wMyAwIDMuODUgLTEuMDYgNC45MSAtMi42OSAxLjA1IDEuNjEgMi44NCAyLjY5IDQuODggMi42OSAxLjAzIDAgMS45OCAtMC4yNyAyLjgxIC0wLjc1IDAuMjggMC4zNSAwLjczIDAuNTcgMS4xOSAwLjU2IGwgMi4xMiAwIGMgMC40OCAwLjAxIDAuOTcgLTAuMjMgMS4yNSAtMC42MiBsIDAuOTEgLTEuMjggMC45MSAxLjI4IGMgMC4yOCAwLjM5IDAuNzQgMC42MyAxLjIyIDAuNjIgbCAyLjE2IDAgQyA2Mi42NyAxNi4zMyA2My40MiAxNC44OSA2Mi44MSAxNCBMIDYwLjIyIDEwLjM4IDYyLjYyIDcgQyA2My4yNiA2LjExIDYyLjUgNC42MiA2MS40MSA0LjYyIGwgLTIuMTYgMCBDIDU4Ljc4IDQuNjIgNTguMzEgNC44NiA1OC4wMyA1LjI1IEwgNTcuMzEgNi4yOCA1Ni41NiA1LjI1IEMgNTYuMjkgNC44NiA1NS44MiA0LjYyIDU1LjM0IDQuNjIgbCAtMi4xNiAwIGMgLTAuNDkgLTAgLTAuOTcgMC4yNSAtMS4yNSAwLjY2IC0wLjg2IC0wLjUxIC0xLjg0IC0wLjgxIC0yLjkxIC0wLjgxIC0yLjAzIDAgLTMuODMgMS4wOCAtNC44OCAyLjY5IEMgNDMuMSA1LjUzIDQxLjI3IDQuNDcgMzkuMTkgNC40NyBMIDM5LjE5IDMgQyAzOS4xOSAyLjYxIDM5LjAzIDIuMjEgMzguNzUgMS45NCAzOC40NyAxLjY2IDM4LjA4IDEuNSAzNy42OSAxLjUgbCAtMS43NSAwIGMgLTAuNzEgMCAtMS41IDAuODMgLTEuNSAxLjUgbCAwIDMuMTYgQyAzMy4zOCA1LjEgMzEuOTYgNC40NyAzMC4zOCA0LjQ3IGwgLTMuMzQgMCBjIC0wLjc3IDAuMDIgLTEuNDcgMC43MiAtMS40NyAxLjUgbCAwIDAuMzEgYyAtMS4wMiAtMS4xMiAtMi40NiAtMS44MSAtNC4wOSAtMS44MSAtMS42MyAwIC0zLjA3IDAuNyAtNC4wOSAxLjgxIEwgMTcuMzggMyBjIC0wIC0wLjc5IC0wLjcxIC0xLjUgLTEuNSAtMS41IEwgMTQuNSAxLjUgQyAxMy41NSAxLjUgMTIuMjggMS44NyAxMS42NiAyLjk0IGwgLTEgMS42OSAtMSAtMS42OSBDIDkuMDMgMS44NyA3Ljc3IDEuNSA2LjgxIDEuNSBsIC0xLjQxIDAgQyA1LjM2IDEuNSA1LjMyIDEuNSA1LjI4IDEuNSB6IG0gMTYuMTkgNy43MiBjIDAuNTMgMCAwLjk0IDAuMzUgMC45NCAxLjI4IGwgMCAxLjI4IC0wLjk0IDAgYyAtMC41MiAwIC0wLjk0IC0wLjM4IC0wLjk0IC0xLjI4IC0wIC0wLjkgMC40MiAtMS4yOCAwLjk0IC0xLjI4IHogbSA4LjgxIDAgYyAwLjgzIDAgMS4xOCAwLjY4IDEuMTkgMS4yOCAwLjAxIDAuOTQgLTAuNjIgMS4yOCAtMS4xOSAxLjI4IHogbSA4LjcyIDAgYyAwLjcyIDAgMS4zNyAwLjYgMS4zNyAxLjI4IDAgMC43NyAtMC41MSAxLjI4IC0xLjM3IDEuMjggeiBtIDEwLjAzIDAgYyAwLjU4IDAgMS4wOSAwLjUgMS4wOSAxLjI4IDAgMC43OCAtMC41MSAxLjI4IC0xLjA5IDEuMjggLTAuNTggMCAtMS4xMiAtMC41IC0xLjEyIC0xLjI4IDAgLTAuNzggMC41NCAtMS4yOCAxLjEyIC0xLjI4IHoiIHRyYW5zZm9ybT0ibWF0cml4KDUuNzMzMzQxNCwwLDAsNS43MzMzNDE0LDIzNi45MzMwOCwzOTcuMTc0OTgpIiBzdHlsZT0iZm9udC1zaXplOm1lZGl1bTtmb250LXN0eWxlOm5vcm1hbDtmb250LXZhcmlhbnQ6bm9ybWFsO2ZvbnQtd2VpZ2h0Om5vcm1hbDtmb250LXN0cmV0Y2g6bm9ybWFsO3RleHQtaW5kZW50OjA7dGV4dC1hbGlnbjpzdGFydDt0ZXh0LWRlY29yYXRpb246bm9uZTtsaW5lLWhlaWdodDpub3JtYWw7bGV0dGVyLXNwYWNpbmc6bm9ybWFsO3dvcmQtc3BhY2luZzpub3JtYWw7dGV4dC10cmFuc2Zvcm06bm9uZTtkaXJlY3Rpb246bHRyO2Jsb2NrLXByb2dyZXNzaW9uOnRiO3dyaXRpbmctbW9kZTpsci10Yjt0ZXh0LWFuY2hvcjpzdGFydDtiYXNlbGluZS1zaGlmdDpiYXNlbGluZTtjb2xvcjojMDAwMDAwO2ZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MTcuMjAwMDIzNjU7bWFya2VyOm5vbmU7dmlzaWJpbGl0eTp2aXNpYmxlO2Rpc3BsYXk6aW5saW5lO292ZXJmbG93OnZpc2libGU7ZW5hYmxlLWJhY2tncm91bmQ6YWNjdW11bGF0ZTtmb250LWZhbWlseTpTYW5zOy1pbmtzY2FwZS1mb250LXNwZWNpZmljYXRpb246U2FucyIvPjwvZz48ZyB0cmFuc2Zvcm09Im1hdHJpeCgwLjE3NDQxODM2LDAsMCwwLjE3NDQxODM2LDIyMC41MjI4MiwyOS4yMjkzNDIpIiBzdHlsZT0iZmlsbDojZmZmZmZmIj48cGF0aCBkPSJtIDUuNDEgMyAwIDEyIDEuNzUgMCAwIC05LjkxIDMuNSA1Ljk0IDMuNDcgLTUuOTQgMCA5LjkxIDEuNzUgMCAwIC0xMiBMIDE0LjUgMyBDIDEzLjggMyAxMy4yNSAzLjE2IDEyLjk0IDMuNjkgTCAxMC42NiA3LjU5IDguMzggMy42OSBDIDguMDcgMy4xNiA3LjUxIDMgNi44MSAzIHogTSAzNiAzIGwgMCAxMi4wMyAzLjI1IDAgYyAyLjQ0IDAgNC4zOCAtMS45MSA0LjM4IC00LjUzIDAgLTIuNjIgLTEuOTMgLTQuNDcgLTQuMzggLTQuNDcgQyAzOC43IDYuMDMgMzguMzIgNiAzNy43NSA2IGwgMCAtMyB6IE0gMjEuNDcgNS45NyBjIC0yLjQ0IDAgLTQuMTkgMS45MSAtNC4xOSA0LjUzIDAgMi42MiAxLjc1IDQuNTMgNC4xOSA0LjUzIGwgNC4xOSAwIDAgLTQuNTMgYyAwIC0yLjYyIC0xLjc1IC00LjUzIC00LjE5IC00LjUzIHogbSAyNy41NiAwIGMgLTIuNDEgMCAtNC4zOCAyLjAzIC00LjM4IDQuNTMgMCAyLjUgMS45NyA0LjUzIDQuMzggNC41MyAyLjQxIDAgNC4zNCAtMi4wMyA0LjM0IC00LjUzIDAgLTIuNSAtMS45NCAtNC41MyAtNC4zNCAtNC41MyB6IG0gLTIyIDAuMDMgMCAxMiAxLjc1IDAgMCAtMi45NyBjIDAuNTcgMCAxLjA0IC0wIDEuNTkgMCAyLjQ0IDAgNC4zNCAtMS45MSA0LjM0IC00LjUzIDAgLTIuNjIgLTEuOSAtNC41IC00LjM0IC00LjUgeiBtIDI2LjE2IDAgMy4wMyA0LjM4IC0zLjE5IDQuNjIgMi4xMiAwIEwgNTcuMzEgMTEuOTEgNTkuNDQgMTUgNjEuNTkgMTUgNTguMzggMTAuMzggNjEuNDEgNiA1OS4yNSA2IDU3LjMxIDguODEgNTUuMzQgNiB6IE0gMjEuNDcgNy43MiBjIDEuNCAwIDIuNDQgMS4xOSAyLjQ0IDIuNzggbCAwIDIuNzggLTIuNDQgMCBjIC0xLjQgMCAtMi40NCAtMS4yMSAtMi40NCAtMi43OCAtMCAtMS41NyAxLjA0IC0yLjc4IDIuNDQgLTIuNzggeiBtIDI3LjU2IDAgYyAxLjQ0IDAgMi41OSAxLjI0IDIuNTkgMi43OCAwIDEuNTQgLTEuMTUgMi43OCAtMi41OSAyLjc4IC0xLjQ0IDAgLTIuNjIgLTEuMjQgLTIuNjIgLTIuNzggMCAtMS41NCAxLjE4IC0yLjc4IDIuNjIgLTIuNzggeiBtIC0yMC4yNSAwLjAzIDEuNTkgMCBjIDEuNTkgMCAyLjU5IDEuMjggMi41OSAyLjc1IDAgMS40NyAtMS4xMyAyLjc4IC0yLjU5IDIuNzggbCAtMS41OSAwIHogbSA4Ljk3IDAgMS41IDAgYyAxLjQ3IDAgMi42MiAxLjI4IDIuNjIgMi43NSAwIDEuNDcgLTEuMDQgMi43OCAtMi42MiAyLjc4IGwgLTEuNSAwIHoiIHRyYW5zZm9ybT0ibWF0cml4KDUuNzMzMzQxNCwwLDAsNS43MzMzNDE0LDIzNi45MzMwOCwzOTcuMTc0OTgpIiBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTpub25lIi8+PC9nPjwvZz48L3N2Zz4=");
}
.mapbox-logo-true:before {
  content: "";
  display: inline-block;
  width: 61px;
  height: 19px;
  vertical-align: middle;
}

.leaflet-container.dark .leaflet-bar {
  background-color: #404040;
  border-color: #202020;
  border-color: rgba(0, 0, 0, 0.75);
}
.leaflet-container.dark .leaflet-bar a {
  color: #404040;
  border-color: rgba(0, 0, 0, 0.5);
}
.leaflet-container.dark .leaflet-bar a:active, .leaflet-container.dark .leaflet-bar a:hover {
  background-color: #505050;
}
.leaflet-container.dark .leaflet-control-attribution {
  background-color: rgba(0, 0, 0, 0.5);
  color: #f8f8f8;
}
.leaflet-container.dark .leaflet-control-attribution:after {
  background-color: rgba(0, 0, 0, 0.5);
  color: #f8f8f8;
}
.leaflet-container.dark .map-info-container,
.leaflet-container.dark .mapbox-info-toggle {
  background-color: rgba(0, 0, 0, 0.5);
  color: #f8f8f8;
}
.leaflet-container.dark .leaflet-control-attribution a,
.leaflet-container.dark .map-info-container a {
  color: #fff;
}
.leaflet-container.dark .leaflet-control-attribution a:hover,
.leaflet-container.dark .map-info-container a:hover {
  color: #fff;
}
.leaflet-container.dark .leaflet-control-attribution:hover:after {
  background-color: #000;
}
.leaflet-container.dark .leaflet-control-layers-list span {
  color: #f8f8f8;
}
.leaflet-container.dark .leaflet-control-layers-separator {
  border-top-color: rgba(255, 255, 255, 0.1);
}
.leaflet-container.dark .leaflet-bar a.leaflet-disabled,
.leaflet-container.dark .leaflet-control .mapbox-button.disabled {
  background-color: #252525;
  color: #404040;
}
.leaflet-container.dark .leaflet-control-mapbox-geocoder > div {
  border-color: #202020;
  border-color: rgba(0, 0, 0, 0.75);
}
.leaflet-container.dark .leaflet-control .leaflet-control-mapbox-geocoder-results a {
  border-color: #ddd #202020;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.75);
}
.leaflet-container.dark .leaflet-control .leaflet-control-mapbox-geocoder-results span {
  border-color: #202020;
  border-color: rgba(0, 0, 0, 0.75);
}

@media only screen and (max-width: 800px) {
  .mapbox-modal-body {
    width: 83.3333%;
    margin-left: 8.3333%;
  }
}
@media only screen and (max-width: 640px) {
  .mapbox-modal-body {
    width: 100%;
    height: 100%;
    margin: 0;
  }
}
@media print {
  .mapbox-improve-map {
    display: none;
  }
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

.leaflet-container img.leaflet-tile {
  max-width: none !important;
}
.leaflet-container img.leaflet-marker-icon {
  max-width: none;
}
.leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important;
}

.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-oldie .mapbox-modal .mapbox-modal-content {
  display: none;
}
.leaflet-oldie .mapbox-modal.active .mapbox-modal-content {
  display: block;
}

.map-tooltip {
  width: 280px\8 ;
}

.leaflet-oldie .leaflet-container.dark .map-tooltip .close,
.leaflet-oldie .leaflet-control-layers-toggle,
.leaflet-oldie .leaflet-control-zoom-in,
.leaflet-oldie .leaflet-control-zoom-out,
.leaflet-oldie .leaflet-popup-close-button,
.leaflet-oldie .map-tooltip .close,
.leaflet-oldie .mapbox-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAEECAYAAAA24SSRAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAXnSURBVHic7ZxfiFVFGMB/33pRUQsKto002DY3McJ6yBYkESQxpYTypaB66KEXYRWLYOlhr9RTRGWRUkk9RyEU+Y9ClECJVTKlPybWBilqkYuWrqBOD/NdPV7PmTPn3NPtat/AcO6ZP9/vfN/Mmfl2Zs6Kc452hK62UAxkIANdEURkVERGC9crOjKIiANwzkmRep1lOjWXa2ijaU7jaGWgKsL110a1EnV+LQMqbLqyobO6t4EMZCADGchABrqmQUlPNSWOVgaqIpi7ZSADGchABjKQga49kIjURaQem14apGE4KVR/D0fXds5FRaAOOL1e+h1dP7ZgE6wQxDnXvs7QWaZLE1wUVmRNdY1zrp6wRF0kfqHYnHwDGchABjJQIETNRyIyFVgBzAPmavIIsAt4xzn3d66QiNl1PnCYy05JczwMzG9pKlfIhQCkES/kwUKQqRma9GpM02xqGXdrBdCXZm2NzaFP66SGUGeYl5E+WqJO0HRHSG+PXtJN54AjVbhbjQcbBSjiakH4hR0p+hChOiHQrhKg7Drt6t7//Qtb9RAU5XtXMaiak28gAxnIQO0Gicg0EXlMRDaIyFGNGzRtWhQpMA/1A6uAL4BzZM9H57TMKqC/8HyUPFhZJLiMI4sh0/UDK4FtwHig3LiWWal1UkPsDDsFWAgsBZZo8hZgM7DdOXcmV0igjQ4Ba4HFwORAuclaZi1wqNU2OgNsVw22aNoS1XAhMCXx4OkubOBJZwKDwFbgLNm97qyWGQRmtuoFWRsV0ujabCPzVA1kIAMZqBNAIjIgImPNRxUzK+SsmtRJn4Pqmj8AjCXzsmTlaTSck/8zcDRX/QiNMp8S6Ab2a5nvG5plyioDaoLs1/sBYKwyUBokkTdQJeiVZgi6UR+UVQI0QWHdoXKFvKDYz7RiynXctk7LPlmeRmsKyAqWNQfSQAYykIGuS5CI1ERkSET2ishpvQ6JSLE93ByfoQbsRHeNgfe4vOO8E6iF6hdxToZU6OqGUIWv1vShqkB7VYNaU3pN0/fGgvLa6C5gk3PufJO5zwObgDuraqM8jbZWpdEnwG3AYKOX6XVQ07+sSqNQr3P4QxS9LXeGBGxIzTiGXwR8QSHRsCj7ZjxAbxFYaVAKbMe/BkrAduRpZJ6qgQxkoP8DKDRY1sk/s5W6YFhoUG3nFnZeOIJfxLgXWB7zBFmmyzPT44my9zXSC098OZCTwCQttzOZVzVoX1a5LHmdtYyWDM29yjknItKF3xSelFWvKo1mhCClQLo1sC95T8T/ebr+xrqOABVZT82tY56qgQxkIAN1CkhEulsGiUi3iCzKyJsjIpuBYyLyo4isFpHXReTuTFLAr1sOnAeeT8nbzNW+3rfAM2UcyAcSQj4FngR68Ot0F1NA24CuMqBu4PMUgYdS0hzwYqlFJ+AeNV3s30aLSoEUtjEScoHE3nkZ0Ay1fR7o3ZCcGNAEYHcO5A/g5pZACpsMPEf6UexTwCN5MvI6w2zgaeBt4HQK5BsC57ubY+jPll/wHzn1Ayc07QD+u6MR4GPn3LlA/SuCOZAGMpCBDFRhiF50EpFl+PP49wOzgIPAHmCLc+6zXAERE18P+b7DRqAnJCfvfF0P/mTgLZr0l97vB27CL3HO0rwTwBzn3PHCGiU0uQisA6bhzT0T/T4ZeAr4s6FZmal8WcI0LwETgdfwHzY1XKz3teyjibLLioLWa8UDeG/oZbxD+QHwdULwg1r+K71fXxQ0ohXfAgS/Mvyh5i1MgNZp2qt6P5ImL/QezdbrSeAG4EbVJJkH8LteJ+p1FikhBPpNr3Odc6fUNHdo2oJEucbX8Y2zDQeLgr7T62IReRb4AX9mGGC6Xo8Bu0VkOvCQpu1JlRZoo6Vc/WL2ad4C4A28CWvAR5TtdU0dwqH/ewHvHi8HbgUexh+euDRCFH6PVOh0/FKzw3um4M8zpA1DxwkMQzFjXR9+d/9N1WI8BZI71kU56Aq8HXgC+Ak/5o3gX+rUNmmO5nsbqP2gfwCyvJzPNoKXiAAAAABJRU5ErkJggg==);
}
.leaflet-oldie .leaflet-container.dark .leaflet-control-layers-toggle,
.leaflet-oldie .leaflet-container.dark .leaflet-control-zoom-in,
.leaflet-oldie .leaflet-container.dark .leaflet-control-zoom-out,
.leaflet-oldie .leaflet-container.dark .mapbox-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAEECAYAAAA24SSRAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAXYSURBVHic7ZxfiFVFHMc/a4uKWtDDtqJGZprYgwX5ByTdkkLbSgghCiKih14EBYtg6aEr9RRREKRUUs9hGEVtChKaYMkq2VqWmnUX2tKiNDNZY/Xbw/wue7x7zsw559626zY/GM6df7/P+c3MPfO7M3NumyTGQiaMCSWCIiiC6qVqoZC0lXgy1Cq0FanUck1XxVmSNL8WrzYT1LCMvz5qL1FnoAyoTNOVkpYb3hEUQREUQREUQRF0RYOqjHim9aHaTFDDEt2tCIqgCIqgCIqgCLoiQRULedNLgwCeq1NasbR8IilvqMhJpe5zrvpFQElYIYiksRsMLdd0aYoLwYqsqW5i9KjLLdHJj6AIiqAIiiCP5J2PpgLrgGXAYkvrA/YBrwF/BTXkmB2XSzqhbDlhZRqaypdLuuiB1ORiCOaDTM2wZLaFNMumZunzDYZ1wJy01ubyPfOazLE6qeIbDMsy0qsl6ngtWpyRfqOFInVKbWFXS9TxWtRXQl9mHR9oXwlQdp2xGt4t8YVt6iMor+/d8EM1OvkRFEERFEH/AWga8CCwFfjJwlZLm5ZHge/pPQ+4z8IKYGJGub+BT4GPLBwvCio7f6QeWfQ13TxgA7ATGPKUG7IyG6xOOj3nxDcFWAl0A/da2sdAL/AJcD6kwAc6bop6gT1kWzUZ6LKb6CbDqrx9dB535704S8BZ1o2zdEpSZ1HQ3MRddtmdp8kQzuKa9d8VBSUl9lEh0Pjro6ZKy00TERRBERRBLQZaCpxh9FHFUqBKiiJZ+n5gFfBHnrsKgUKb7t/j/PCwBNZwapKW1yGp3/KPSDrjKVsalIT0W3ypwZoGSoPU8pY2E/RCCqSiwJ55GdBVBusIlCu0Xpf3Na1guZbb1mnYJwtZtKmALm/Z6EBGUARFUASNV1A70AMcBP60aw9F93ADPkO7pD3mDwxKesOusvT2QP3czkmPKd2YUNpucVl+LlBo4jsITAduAIbrmnMAOAncnqflQn10M26JebgufdjSb8oDyQM6hlv3ru/4dkv/vFmgd4EZwPoErN3iM4BdeUGNjDpJqsrtmzc86mqwHkkH5X4t7JD0tEFyw3INzYwwuwisEVA9bPe/CarBdocsip5qBEVQBP3fQRWyX4jOCpUsZS2xhR2SQdwixq3A2lDhMkcTa7Ie2G6fwzfsmax8clrSJCu3py4vVV/ZphsALtjnFXkqtNwyWlLqR1Ub7obPA5OyKjXLolk+SFmQgEN18eD/PLXEI2j8gYqspwbrRE81giIogiKohUAdzQB1APdk5C3Ends6CXwLbAReBm7J1OZxINdKGpb0VEpeb4pT+aWkx8os0SxJKHlf0iOSOiXNkHQpBbRT0oQyoA5JH6YoPJ6SJknPeHR5+6gTWJ2SPjej/BceXV7QV8AHvsoJucTlvt5o8ZkraZa1fUheD+gJfo9+Bq4JlPkNt4Xgl9CdSJos6UlJF1IsOSvp/hw6vL8mFgCLgCXA44w+730IeIiM89314gP9ACzHHXD9xdIO49476gO2MfJjLCjRgYygCIqgCGqiFFl0WoM7j78ImA8cBQ7gzuaHp/wck1anpO2BqXy7lSu9I9YJ9APXWfycxfuBa4HbzDpwc9ZC4FQZi2qWXJK0WdI0ue3SuRp5P/lRSb8nLCvsQK5JNM2zkiZKeknSkKVdlPSmlX0gUXZNUdAWq3hY7tzj83K++FuS9icU32Hl91p8S1FQn1V8VVKb3Mrw25a3MgHabGkvWrwvTZ/ve7TArqeBq3H+3f66PIBf7VrzkuaTIj7Qj3ZdDJwF9jLy5wJdiXK1t+NrZxuOFgV9bddVwBPAN8ARS5tp15PAZxa/29IOpGrz9FG3Rsscy+uS9IqkBXLD/Z1GRl1yQEjuHANy7vFaSdMlrZa0K1Gm1PcISTMlDZiSbZa2I8VSSTolz2Mo9PQeBO7CvTE1iDtRc2dKuffwPX4CfVQfrpf0sKRjks5Zs27J6pP6EH3vCBp70D8db2VXFPfIagAAAABJRU5ErkJggg==);
}
.leaflet-oldie .mapbox-button-icon:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAEECAYAAAA24SSRAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAXYSURBVHic7ZxfiFVFHMc/a4uKWtDDtqJGZprYgwX5ByTdkkLbSgghCiKih14EBYtg6aEr9RRREKRUUs9hGEVtChKaYMkq2VqWmnUX2tKiNDNZY/Xbw/wue7x7zsw559626zY/GM6df7/P+c3MPfO7M3NumyTGQiaMCSWCIiiC6qVqoZC0lXgy1Cq0FanUck1XxVmSNL8WrzYT1LCMvz5qL1FnoAyoTNOVkpYb3hEUQREUQREUQRF0RYOqjHim9aHaTFDDEt2tCIqgCIqgCIqgCLoiQRULedNLgwCeq1NasbR8IilvqMhJpe5zrvpFQElYIYiksRsMLdd0aYoLwYqsqW5i9KjLLdHJj6AIiqAIiiCP5J2PpgLrgGXAYkvrA/YBrwF/BTXkmB2XSzqhbDlhZRqaypdLuuiB1ORiCOaDTM2wZLaFNMumZunzDYZ1wJy01ubyPfOazLE6qeIbDMsy0qsl6ngtWpyRfqOFInVKbWFXS9TxWtRXQl9mHR9oXwlQdp2xGt4t8YVt6iMor+/d8EM1OvkRFEERFEH/AWga8CCwFfjJwlZLm5ZHge/pPQ+4z8IKYGJGub+BT4GPLBwvCio7f6QeWfQ13TxgA7ATGPKUG7IyG6xOOj3nxDcFWAl0A/da2sdAL/AJcD6kwAc6bop6gT1kWzUZ6LKb6CbDqrx9dB535704S8BZ1o2zdEpSZ1HQ3MRddtmdp8kQzuKa9d8VBSUl9lEh0Pjro6ZKy00TERRBERRBLQZaCpxh9FHFUqBKiiJZ+n5gFfBHnrsKgUKb7t/j/PCwBNZwapKW1yGp3/KPSDrjKVsalIT0W3ypwZoGSoPU8pY2E/RCCqSiwJ55GdBVBusIlCu0Xpf3Na1guZbb1mnYJwtZtKmALm/Z6EBGUARFUASNV1A70AMcBP60aw9F93ADPkO7pD3mDwxKesOusvT2QP3czkmPKd2YUNpucVl+LlBo4jsITAduAIbrmnMAOAncnqflQn10M26JebgufdjSb8oDyQM6hlv3ru/4dkv/vFmgd4EZwPoErN3iM4BdeUGNjDpJqsrtmzc86mqwHkkH5X4t7JD0tEFyw3INzYwwuwisEVA9bPe/CarBdocsip5qBEVQBP3fQRWyX4jOCpUsZS2xhR2SQdwixq3A2lDhMkcTa7Ie2G6fwzfsmax8clrSJCu3py4vVV/ZphsALtjnFXkqtNwyWlLqR1Ub7obPA5OyKjXLolk+SFmQgEN18eD/PLXEI2j8gYqspwbrRE81giIogiKohUAdzQB1APdk5C3Ends6CXwLbAReBm7J1OZxINdKGpb0VEpeb4pT+aWkx8os0SxJKHlf0iOSOiXNkHQpBbRT0oQyoA5JH6YoPJ6SJknPeHR5+6gTWJ2SPjej/BceXV7QV8AHvsoJucTlvt5o8ZkraZa1fUheD+gJfo9+Bq4JlPkNt4Xgl9CdSJos6UlJF1IsOSvp/hw6vL8mFgCLgCXA44w+730IeIiM89314gP9ACzHHXD9xdIO49476gO2MfJjLCjRgYygCIqgCGqiFFl0WoM7j78ImA8cBQ7gzuaHp/wck1anpO2BqXy7lSu9I9YJ9APXWfycxfuBa4HbzDpwc9ZC4FQZi2qWXJK0WdI0ue3SuRp5P/lRSb8nLCvsQK5JNM2zkiZKeknSkKVdlPSmlX0gUXZNUdAWq3hY7tzj83K++FuS9icU32Hl91p8S1FQn1V8VVKb3Mrw25a3MgHabGkvWrwvTZ/ve7TArqeBq3H+3f66PIBf7VrzkuaTIj7Qj3ZdDJwF9jLy5wJdiXK1t+NrZxuOFgV9bddVwBPAN8ARS5tp15PAZxa/29IOpGrz9FG3Rsscy+uS9IqkBXLD/Z1GRl1yQEjuHANy7vFaSdMlrZa0K1Gm1PcISTMlDZiSbZa2I8VSSTolz2Mo9PQeBO7CvTE1iDtRc2dKuffwPX4CfVQfrpf0sKRjks5Zs27J6pP6EH3vCBp70D8db2VXFPfIagAAAABJRU5ErkJggg==);
}
.leaflet-oldie .mapbox-logo-true {
  background-image: none;
}

.site-footer {
  color: #ffffff;
  margin-top: auto;
}
.site-footer .footer {
  background-color: #1f488d;
}
.site-footer .footer .container {
  padding: 30px 2rem 40px;
}
@media (min-width: 768px) {
  .site-footer .footer .container {
    display: flex;
    justify-content: space-between;
    padding: 30px 2rem 30px;
  }
}
.site-footer .tagline {
  color: #020000;
  background-color: #ffffff;
  padding: 30px 0px;
  text-align: center;
  font-size: 1.4rem;
}

.footer-nav {
  text-align: center;
}
@media (min-width: 768px) {
  .footer-nav {
    text-align: left;
  }
}
.footer-nav .footer-navigation {
  display: inline-block;
  overflow: hidden;
}
.footer-nav .footer-navigation ul {
  display: flex;
  margin: 0 -1px;
  padding: 0;
}
@media (min-width: 768px) {
  .footer-nav .footer-navigation ul {
    margin: 0;
    display: flex;
    flex-flow: column;
    gap: 10px;
  }
}
.footer-nav .footer-navigation ul li {
  display: inline-block;
  line-height: 1;
}
.footer-nav .footer-navigation ul li.button {
  margin: 20px auto;
}
.footer-nav .footer-navigation ul li.button:before {
  content: "";
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .footer-nav .footer-navigation ul li {
    display: block;
  }
}
.footer-nav .footer-navigation ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 600;
}
@media (min-width: 768px) {
  .footer-nav .footer-navigation ul li a {
    font-size: 1.4rem;
  }
}
.footer-nav .footer-navigation ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .footer-nav .footer-navigation ul li a {
    display: block;
    border-left: 1px solid #ffffff;
    padding: 0 20px;
    line-height: 1;
  }
}
.footer-nav .newsletter-signup {
  margin: 30px 0;
  color: #ffffff;
}
@media (min-width: 768px) {
  .footer-nav .newsletter-signup {
    margin: 12px 0;
  }
}
.footer-nav .newsletter-signup .button.on-dark:hover {
  display: inline-block;
  --height: 36px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.03em;
  border: 2px solid transparent;
  border-radius: calc(var(--height) * 0.5);
  text-align: center;
  padding: 6px 22px;
  text-decoration: none !important;
  transition: 0.25s ease-in-out;
  color: #020000 !important;
  background-color: #6dae4f;
  border-color: #fff;
}
.footer-nav .newsletter-signup .button.on-dark:hover.sm {
  padding: 4px 10px !important;
  font-size: 1.2rem;
}
.footer-nav .newsletter-signup .button.on-dark:hover.tab {
  padding: 6px 20px !important;
  font-size: 1.2rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .footer-nav .newsletter-signup .button.on-dark:hover.tab {
    font-size: 1.6rem;
  }
}
.footer-nav .newsletter-signup .button.on-dark:hover.tab.active {
  color: #fff !important;
  background-color: #1c77bd;
}

.site-footer .social .social-icons {
  list-style: none;
  display: flex;
  gap: 24px;
  justify-content: center;
  margin: 0 auto 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .site-footer .social .social-icons {
    margin: 0 0 0 auto;
    justify-content: flex-end;
  }
}
.site-footer .social .social-icons > li > a {
  color: #ffffff;
  display: block;
  width: 15px;
  height: 15px;
}
.site-footer .social .social-icons > li > a svg {
  max-width: 100%;
  max-height: 100%;
}
.site-footer .social .social-icons > li > a:hover {
  color: #97c884;
}

.footer-connect .address .address-block {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.24;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .footer-connect .address .address-block {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .footer-connect .address .address-block {
    text-align: right;
  }
}
.footer-connect .address .address-block .org {
  font-weight: 700;
  font-size: 1.5rem;
  white-space: normal;
}
@media (min-width: 768px) {
  .footer-connect .address .address-block .org {
    font-size: 1.8rem;
  }
}
.footer-connect .address .address-block .org.desktop {
  display: none;
}
@media (min-width: 768px) {
  .footer-connect .address .address-block .org.desktop {
    display: block;
    margin: 20px 0 6px;
  }
}
.footer-connect .address .address-block .org.mobile {
  display: block;
  margin: 24px 0 0;
}
@media (min-width: 768px) {
  .footer-connect .address .address-block .org.mobile {
    display: none;
  }
}
.footer-connect .address .address-block .address {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 6px;
}
@media (min-width: 768px) {
  .footer-connect .address .address-block .address {
    justify-content: flex-end;
  }
}
.footer-connect .address .address-block .connect {
  margin: 0 -1px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  .footer-connect .address .address-block .connect {
    justify-content: flex-end;
  }
}
.footer-connect .address .address-block .connect span {
  display: flex;
  border-left: 1px solid #ffffff;
  padding-left: 12px;
  margin-left: 12px;
}
.footer-connect .address .address-block .connect span:first-child {
  border: none;
  padding: 0;
  margin: 0;
}
.footer-connect .address .address-block .connect span a {
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: 1.3;
}
.footer-connect .address .address-block .connect span a:hover {
  text-decoration: underline;
  color: #fff;
}

.copyright-wrapper {
  color: #020000;
  background-color: #ffffff;
  padding: 30px 0;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .copyright-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.copyright-wrapper .footer-courtesy-navigation {
  display: inline-block;
  overflow: hidden;
}
.copyright-wrapper .footer-courtesy-navigation ul {
  margin: 20px -1px;
  padding: 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .copyright-wrapper .footer-courtesy-navigation ul {
    margin: 0 0 0 15px;
  }
}
.copyright-wrapper .footer-courtesy-navigation ul li {
  display: block;
}
.copyright-wrapper .footer-courtesy-navigation ul li:before {
  content: "";
  display: block;
  height: 100%;
  border-left: 1px solid #020000;
}
.copyright-wrapper .footer-courtesy-navigation ul li a {
  padding: 6px 15px;
  line-height: 2.5;
  color: #020000;
  text-decoration: none;
}
.copyright-wrapper .footer-courtesy-navigation ul li a:hover {
  text-decoration: underline;
}

/***** Responsive Utility Spacing *****/
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 10px !important;
}

.mt-1,
.my-1 {
  margin-top: 10px !important;
}

.mr-1,
.mx-1 {
  margin-right: 10px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 10px !important;
}

.ml-1,
.mx-1 {
  margin-left: 10px !important;
}

.m-2 {
  margin: 20px !important;
}

.mt-2,
.my-2 {
  margin-top: 20px !important;
}

.mr-2,
.mx-2 {
  margin-right: 20px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 20px !important;
}

.ml-2,
.mx-2 {
  margin-left: 20px !important;
}

.m-3 {
  margin: 30px !important;
}

.mt-3,
.my-3 {
  margin-top: 30px !important;
}

.mr-3,
.mx-3 {
  margin-right: 30px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 30px !important;
}

.ml-3,
.mx-3 {
  margin-left: 30px !important;
}

.m-4 {
  margin: 40px !important;
}

.mt-4,
.my-4 {
  margin-top: 40px !important;
}

.mr-4,
.mx-4 {
  margin-right: 40px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 40px !important;
}

.ml-4,
.mx-4 {
  margin-left: 40px !important;
}

.m-5 {
  margin: 50px !important;
}

.mt-5,
.my-5 {
  margin-top: 50px !important;
}

.mr-5,
.mx-5 {
  margin-right: 50px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 50px !important;
}

.ml-5,
.mx-5 {
  margin-left: 50px !important;
}

.m-6 {
  margin: 60px !important;
}

.mt-6,
.my-6 {
  margin-top: 60px !important;
}

.mr-6,
.mx-6 {
  margin-right: 60px !important;
}

.mb-6,
.my-6 {
  margin-bottom: 60px !important;
}

.ml-6,
.mx-6 {
  margin-left: 60px !important;
}

.m-7 {
  margin: 70px !important;
}

.mt-7,
.my-7 {
  margin-top: 70px !important;
}

.mr-7,
.mx-7 {
  margin-right: 70px !important;
}

.mb-7,
.my-7 {
  margin-bottom: 70px !important;
}

.ml-7,
.mx-7 {
  margin-left: 70px !important;
}

.m-8 {
  margin: 80px !important;
}

.mt-8,
.my-8 {
  margin-top: 80px !important;
}

.mr-8,
.mx-8 {
  margin-right: 80px !important;
}

.mb-8,
.my-8 {
  margin-bottom: 80px !important;
}

.ml-8,
.mx-8 {
  margin-left: 80px !important;
}

.m-9 {
  margin: 90px !important;
}

.mt-9,
.my-9 {
  margin-top: 90px !important;
}

.mr-9,
.mx-9 {
  margin-right: 90px !important;
}

.mb-9,
.my-9 {
  margin-bottom: 90px !important;
}

.ml-9,
.mx-9 {
  margin-left: 90px !important;
}

.m-10 {
  margin: 100px !important;
}

.mt-10,
.my-10 {
  margin-top: 100px !important;
}

.mr-10,
.mx-10 {
  margin-right: 100px !important;
}

.mb-10,
.my-10 {
  margin-bottom: 100px !important;
}

.ml-10,
.mx-10 {
  margin-left: 100px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 10px !important;
}

.pt-1,
.py-1 {
  padding-top: 10px !important;
}

.pr-1,
.px-1 {
  padding-right: 10px !important;
}

.pb-1,
.py-1 {
  padding-bottom: 10px !important;
}

.pl-1,
.px-1 {
  padding-left: 10px !important;
}

.p-2 {
  padding: 20px !important;
}

.pt-2,
.py-2 {
  padding-top: 20px !important;
}

.pr-2,
.px-2 {
  padding-right: 20px !important;
}

.pb-2,
.py-2 {
  padding-bottom: 20px !important;
}

.pl-2,
.px-2 {
  padding-left: 20px !important;
}

.p-3 {
  padding: 30px !important;
}

.pt-3,
.py-3 {
  padding-top: 30px !important;
}

.pr-3,
.px-3 {
  padding-right: 30px !important;
}

.pb-3,
.py-3 {
  padding-bottom: 30px !important;
}

.pl-3,
.px-3 {
  padding-left: 30px !important;
}

.p-4 {
  padding: 40px !important;
}

.pt-4,
.py-4 {
  padding-top: 40px !important;
}

.pr-4,
.px-4 {
  padding-right: 40px !important;
}

.pb-4,
.py-4 {
  padding-bottom: 40px !important;
}

.pl-4,
.px-4 {
  padding-left: 40px !important;
}

.p-5 {
  padding: 50px !important;
}

.pt-5,
.py-5 {
  padding-top: 50px !important;
}

.pr-5,
.px-5 {
  padding-right: 50px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 50px !important;
}

.pl-5,
.px-5 {
  padding-left: 50px !important;
}

.p-6 {
  padding: 60px !important;
}

.pt-6,
.py-6 {
  padding-top: 60px !important;
}

.pr-6,
.px-6 {
  padding-right: 60px !important;
}

.pb-6,
.py-6 {
  padding-bottom: 60px !important;
}

.pl-6,
.px-6 {
  padding-left: 60px !important;
}

.p-7 {
  padding: 70px !important;
}

.pt-7,
.py-7 {
  padding-top: 70px !important;
}

.pr-7,
.px-7 {
  padding-right: 70px !important;
}

.pb-7,
.py-7 {
  padding-bottom: 70px !important;
}

.pl-7,
.px-7 {
  padding-left: 70px !important;
}

.p-8 {
  padding: 80px !important;
}

.pt-8,
.py-8 {
  padding-top: 80px !important;
}

.pr-8,
.px-8 {
  padding-right: 80px !important;
}

.pb-8,
.py-8 {
  padding-bottom: 80px !important;
}

.pl-8,
.px-8 {
  padding-left: 80px !important;
}

.p-9 {
  padding: 90px !important;
}

.pt-9,
.py-9 {
  padding-top: 90px !important;
}

.pr-9,
.px-9 {
  padding-right: 90px !important;
}

.pb-9,
.py-9 {
  padding-bottom: 90px !important;
}

.pl-9,
.px-9 {
  padding-left: 90px !important;
}

.p-10 {
  padding: 100px !important;
}

.pt-10,
.py-10 {
  padding-top: 100px !important;
}

.pr-10,
.px-10 {
  padding-right: 100px !important;
}

.pb-10,
.py-10 {
  padding-bottom: 100px !important;
}

.pl-10,
.px-10 {
  padding-left: 100px !important;
}

.m-n1 {
  margin: -10px !important;
}

.mt-n1,
.my-n1 {
  margin-top: -10px !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -10px !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -10px !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -10px !important;
}

.m-n2 {
  margin: -20px !important;
}

.mt-n2,
.my-n2 {
  margin-top: -20px !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -20px !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -20px !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -20px !important;
}

.m-n3 {
  margin: -30px !important;
}

.mt-n3,
.my-n3 {
  margin-top: -30px !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -30px !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -30px !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -30px !important;
}

.m-n4 {
  margin: -40px !important;
}

.mt-n4,
.my-n4 {
  margin-top: -40px !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -40px !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -40px !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -40px !important;
}

.m-n5 {
  margin: -50px !important;
}

.mt-n5,
.my-n5 {
  margin-top: -50px !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -50px !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -50px !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -50px !important;
}

.m-n6 {
  margin: -60px !important;
}

.mt-n6,
.my-n6 {
  margin-top: -60px !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -60px !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -60px !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -60px !important;
}

.m-n7 {
  margin: -70px !important;
}

.mt-n7,
.my-n7 {
  margin-top: -70px !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -70px !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -70px !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -70px !important;
}

.m-n8 {
  margin: -80px !important;
}

.mt-n8,
.my-n8 {
  margin-top: -80px !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -80px !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -80px !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -80px !important;
}

.m-n9 {
  margin: -90px !important;
}

.mt-n9,
.my-n9 {
  margin-top: -90px !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -90px !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -90px !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -90px !important;
}

.m-n10 {
  margin: -100px !important;
}

.mt-n10,
.my-n10 {
  margin-top: -100px !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -100px !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -100px !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -100px !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 10px !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 10px !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 10px !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 10px !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 10px !important;
  }
  .m-sm-2 {
    margin: 20px !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 20px !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 20px !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 20px !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 20px !important;
  }
  .m-sm-3 {
    margin: 30px !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 30px !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 30px !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 30px !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 30px !important;
  }
  .m-sm-4 {
    margin: 40px !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 40px !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 40px !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 40px !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 40px !important;
  }
  .m-sm-5 {
    margin: 50px !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 50px !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 50px !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 50px !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 50px !important;
  }
  .m-sm-6 {
    margin: 60px !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 60px !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 60px !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 60px !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 60px !important;
  }
  .m-sm-7 {
    margin: 70px !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 70px !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 70px !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 70px !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 70px !important;
  }
  .m-sm-8 {
    margin: 80px !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 80px !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 80px !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 80px !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 80px !important;
  }
  .m-sm-9 {
    margin: 90px !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 90px !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 90px !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 90px !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 90px !important;
  }
  .m-sm-10 {
    margin: 100px !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 100px !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 100px !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 100px !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 100px !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 10px !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 10px !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 10px !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 10px !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 10px !important;
  }
  .p-sm-2 {
    padding: 20px !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 20px !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 20px !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 20px !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 20px !important;
  }
  .p-sm-3 {
    padding: 30px !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 30px !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 30px !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 30px !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 30px !important;
  }
  .p-sm-4 {
    padding: 40px !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 40px !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 40px !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 40px !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 40px !important;
  }
  .p-sm-5 {
    padding: 50px !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 50px !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 50px !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 50px !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 50px !important;
  }
  .p-sm-6 {
    padding: 60px !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 60px !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 60px !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 60px !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 60px !important;
  }
  .p-sm-7 {
    padding: 70px !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 70px !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 70px !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 70px !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 70px !important;
  }
  .p-sm-8 {
    padding: 80px !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 80px !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 80px !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 80px !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 80px !important;
  }
  .p-sm-9 {
    padding: 90px !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 90px !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 90px !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 90px !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 90px !important;
  }
  .p-sm-10 {
    padding: 100px !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 100px !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 100px !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 100px !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 100px !important;
  }
  .m-sm-n1 {
    margin: -10px !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -10px !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -10px !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -10px !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -10px !important;
  }
  .m-sm-n2 {
    margin: -20px !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -20px !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -20px !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -20px !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -20px !important;
  }
  .m-sm-n3 {
    margin: -30px !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -30px !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -30px !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -30px !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -30px !important;
  }
  .m-sm-n4 {
    margin: -40px !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -40px !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -40px !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -40px !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -40px !important;
  }
  .m-sm-n5 {
    margin: -50px !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -50px !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -50px !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -50px !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -50px !important;
  }
  .m-sm-n6 {
    margin: -60px !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -60px !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -60px !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -60px !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -60px !important;
  }
  .m-sm-n7 {
    margin: -70px !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -70px !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -70px !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -70px !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -70px !important;
  }
  .m-sm-n8 {
    margin: -80px !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -80px !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -80px !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -80px !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -80px !important;
  }
  .m-sm-n9 {
    margin: -90px !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -90px !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -90px !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -90px !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -90px !important;
  }
  .m-sm-n10 {
    margin: -100px !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -100px !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -100px !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -100px !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -100px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 10px !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 10px !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 10px !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 10px !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 10px !important;
  }
  .m-md-2 {
    margin: 20px !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 20px !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 20px !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 20px !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 20px !important;
  }
  .m-md-3 {
    margin: 30px !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 30px !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 30px !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 30px !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 30px !important;
  }
  .m-md-4 {
    margin: 40px !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 40px !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 40px !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 40px !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 40px !important;
  }
  .m-md-5 {
    margin: 50px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 50px !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 50px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 50px !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 50px !important;
  }
  .m-md-6 {
    margin: 60px !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 60px !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 60px !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 60px !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 60px !important;
  }
  .m-md-7 {
    margin: 70px !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 70px !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 70px !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 70px !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 70px !important;
  }
  .m-md-8 {
    margin: 80px !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 80px !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 80px !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 80px !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 80px !important;
  }
  .m-md-9 {
    margin: 90px !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 90px !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 90px !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 90px !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 90px !important;
  }
  .m-md-10 {
    margin: 100px !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 100px !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 100px !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 100px !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 100px !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 10px !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 10px !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 10px !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 10px !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 10px !important;
  }
  .p-md-2 {
    padding: 20px !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 20px !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 20px !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 20px !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 20px !important;
  }
  .p-md-3 {
    padding: 30px !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 30px !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 30px !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 30px !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 30px !important;
  }
  .p-md-4 {
    padding: 40px !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 40px !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 40px !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 40px !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 40px !important;
  }
  .p-md-5 {
    padding: 50px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 50px !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 50px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 50px !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 50px !important;
  }
  .p-md-6 {
    padding: 60px !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 60px !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 60px !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 60px !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 60px !important;
  }
  .p-md-7 {
    padding: 70px !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 70px !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 70px !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 70px !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 70px !important;
  }
  .p-md-8 {
    padding: 80px !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 80px !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 80px !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 80px !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 80px !important;
  }
  .p-md-9 {
    padding: 90px !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 90px !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 90px !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 90px !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 90px !important;
  }
  .p-md-10 {
    padding: 100px !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 100px !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 100px !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 100px !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 100px !important;
  }
  .m-md-n1 {
    margin: -10px !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -10px !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -10px !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -10px !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -10px !important;
  }
  .m-md-n2 {
    margin: -20px !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -20px !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -20px !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -20px !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -20px !important;
  }
  .m-md-n3 {
    margin: -30px !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -30px !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -30px !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -30px !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -30px !important;
  }
  .m-md-n4 {
    margin: -40px !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -40px !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -40px !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -40px !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -40px !important;
  }
  .m-md-n5 {
    margin: -50px !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -50px !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -50px !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -50px !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -50px !important;
  }
  .m-md-n6 {
    margin: -60px !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -60px !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -60px !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -60px !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -60px !important;
  }
  .m-md-n7 {
    margin: -70px !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -70px !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -70px !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -70px !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -70px !important;
  }
  .m-md-n8 {
    margin: -80px !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -80px !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -80px !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -80px !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -80px !important;
  }
  .m-md-n9 {
    margin: -90px !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -90px !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -90px !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -90px !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -90px !important;
  }
  .m-md-n10 {
    margin: -100px !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -100px !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -100px !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -100px !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -100px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 10px !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 10px !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 10px !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 10px !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 10px !important;
  }
  .m-lg-2 {
    margin: 20px !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 20px !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 20px !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 20px !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 20px !important;
  }
  .m-lg-3 {
    margin: 30px !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 30px !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 30px !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 30px !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 30px !important;
  }
  .m-lg-4 {
    margin: 40px !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 40px !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 40px !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 40px !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 40px !important;
  }
  .m-lg-5 {
    margin: 50px !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 50px !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 50px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 50px !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 50px !important;
  }
  .m-lg-6 {
    margin: 60px !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 60px !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 60px !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 60px !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 60px !important;
  }
  .m-lg-7 {
    margin: 70px !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 70px !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 70px !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 70px !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 70px !important;
  }
  .m-lg-8 {
    margin: 80px !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 80px !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 80px !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 80px !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 80px !important;
  }
  .m-lg-9 {
    margin: 90px !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 90px !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 90px !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 90px !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 90px !important;
  }
  .m-lg-10 {
    margin: 100px !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 100px !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 100px !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 100px !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 100px !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 10px !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 10px !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 10px !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 10px !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 10px !important;
  }
  .p-lg-2 {
    padding: 20px !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 20px !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 20px !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 20px !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 20px !important;
  }
  .p-lg-3 {
    padding: 30px !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 30px !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 30px !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 30px !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 30px !important;
  }
  .p-lg-4 {
    padding: 40px !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 40px !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 40px !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 40px !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 40px !important;
  }
  .p-lg-5 {
    padding: 50px !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 50px !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 50px !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 50px !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 50px !important;
  }
  .p-lg-6 {
    padding: 60px !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 60px !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 60px !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 60px !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 60px !important;
  }
  .p-lg-7 {
    padding: 70px !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 70px !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 70px !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 70px !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 70px !important;
  }
  .p-lg-8 {
    padding: 80px !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 80px !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 80px !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 80px !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 80px !important;
  }
  .p-lg-9 {
    padding: 90px !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 90px !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 90px !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 90px !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 90px !important;
  }
  .p-lg-10 {
    padding: 100px !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 100px !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 100px !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 100px !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 100px !important;
  }
  .m-lg-n1 {
    margin: -10px !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -10px !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -10px !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -10px !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -10px !important;
  }
  .m-lg-n2 {
    margin: -20px !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -20px !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -20px !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -20px !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -20px !important;
  }
  .m-lg-n3 {
    margin: -30px !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -30px !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -30px !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -30px !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -30px !important;
  }
  .m-lg-n4 {
    margin: -40px !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -40px !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -40px !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -40px !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -40px !important;
  }
  .m-lg-n5 {
    margin: -50px !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -50px !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -50px !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -50px !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -50px !important;
  }
  .m-lg-n6 {
    margin: -60px !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -60px !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -60px !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -60px !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -60px !important;
  }
  .m-lg-n7 {
    margin: -70px !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -70px !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -70px !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -70px !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -70px !important;
  }
  .m-lg-n8 {
    margin: -80px !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -80px !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -80px !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -80px !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -80px !important;
  }
  .m-lg-n9 {
    margin: -90px !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -90px !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -90px !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -90px !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -90px !important;
  }
  .m-lg-n10 {
    margin: -100px !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -100px !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -100px !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -100px !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -100px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 10px !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 10px !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 10px !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 10px !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 10px !important;
  }
  .m-xl-2 {
    margin: 20px !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 20px !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 20px !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 20px !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 20px !important;
  }
  .m-xl-3 {
    margin: 30px !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 30px !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 30px !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 30px !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 30px !important;
  }
  .m-xl-4 {
    margin: 40px !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 40px !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 40px !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 40px !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 40px !important;
  }
  .m-xl-5 {
    margin: 50px !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 50px !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 50px !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 50px !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 50px !important;
  }
  .m-xl-6 {
    margin: 60px !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 60px !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 60px !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 60px !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 60px !important;
  }
  .m-xl-7 {
    margin: 70px !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 70px !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 70px !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 70px !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 70px !important;
  }
  .m-xl-8 {
    margin: 80px !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 80px !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 80px !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 80px !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 80px !important;
  }
  .m-xl-9 {
    margin: 90px !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 90px !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 90px !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 90px !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 90px !important;
  }
  .m-xl-10 {
    margin: 100px !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 100px !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 100px !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 100px !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 100px !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 10px !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 10px !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 10px !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 10px !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 10px !important;
  }
  .p-xl-2 {
    padding: 20px !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 20px !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 20px !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 20px !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 20px !important;
  }
  .p-xl-3 {
    padding: 30px !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 30px !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 30px !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 30px !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 30px !important;
  }
  .p-xl-4 {
    padding: 40px !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 40px !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 40px !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 40px !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 40px !important;
  }
  .p-xl-5 {
    padding: 50px !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 50px !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 50px !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 50px !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 50px !important;
  }
  .p-xl-6 {
    padding: 60px !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 60px !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 60px !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 60px !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 60px !important;
  }
  .p-xl-7 {
    padding: 70px !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 70px !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 70px !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 70px !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 70px !important;
  }
  .p-xl-8 {
    padding: 80px !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 80px !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 80px !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 80px !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 80px !important;
  }
  .p-xl-9 {
    padding: 90px !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 90px !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 90px !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 90px !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 90px !important;
  }
  .p-xl-10 {
    padding: 100px !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 100px !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 100px !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 100px !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 100px !important;
  }
  .m-xl-n1 {
    margin: -10px !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -10px !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -10px !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -10px !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -10px !important;
  }
  .m-xl-n2 {
    margin: -20px !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -20px !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -20px !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -20px !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -20px !important;
  }
  .m-xl-n3 {
    margin: -30px !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -30px !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -30px !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -30px !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -30px !important;
  }
  .m-xl-n4 {
    margin: -40px !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -40px !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -40px !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -40px !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -40px !important;
  }
  .m-xl-n5 {
    margin: -50px !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -50px !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -50px !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -50px !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -50px !important;
  }
  .m-xl-n6 {
    margin: -60px !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -60px !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -60px !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -60px !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -60px !important;
  }
  .m-xl-n7 {
    margin: -70px !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -70px !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -70px !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -70px !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -70px !important;
  }
  .m-xl-n8 {
    margin: -80px !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -80px !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -80px !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -80px !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -80px !important;
  }
  .m-xl-n9 {
    margin: -90px !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -90px !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -90px !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -90px !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -90px !important;
  }
  .m-xl-n10 {
    margin: -100px !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -100px !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -100px !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -100px !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -100px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 10px !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 10px !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 10px !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 10px !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 10px !important;
  }
  .m-xxl-2 {
    margin: 20px !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 20px !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 20px !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 20px !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 20px !important;
  }
  .m-xxl-3 {
    margin: 30px !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 30px !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 30px !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 30px !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 30px !important;
  }
  .m-xxl-4 {
    margin: 40px !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 40px !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 40px !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 40px !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 40px !important;
  }
  .m-xxl-5 {
    margin: 50px !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 50px !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 50px !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 50px !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 50px !important;
  }
  .m-xxl-6 {
    margin: 60px !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 60px !important;
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 60px !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 60px !important;
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 60px !important;
  }
  .m-xxl-7 {
    margin: 70px !important;
  }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 70px !important;
  }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 70px !important;
  }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 70px !important;
  }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 70px !important;
  }
  .m-xxl-8 {
    margin: 80px !important;
  }
  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 80px !important;
  }
  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 80px !important;
  }
  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 80px !important;
  }
  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 80px !important;
  }
  .m-xxl-9 {
    margin: 90px !important;
  }
  .mt-xxl-9,
  .my-xxl-9 {
    margin-top: 90px !important;
  }
  .mr-xxl-9,
  .mx-xxl-9 {
    margin-right: 90px !important;
  }
  .mb-xxl-9,
  .my-xxl-9 {
    margin-bottom: 90px !important;
  }
  .ml-xxl-9,
  .mx-xxl-9 {
    margin-left: 90px !important;
  }
  .m-xxl-10 {
    margin: 100px !important;
  }
  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 100px !important;
  }
  .mr-xxl-10,
  .mx-xxl-10 {
    margin-right: 100px !important;
  }
  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 100px !important;
  }
  .ml-xxl-10,
  .mx-xxl-10 {
    margin-left: 100px !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 10px !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 10px !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 10px !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 10px !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 10px !important;
  }
  .p-xxl-2 {
    padding: 20px !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 20px !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 20px !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 20px !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 20px !important;
  }
  .p-xxl-3 {
    padding: 30px !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 30px !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 30px !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 30px !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 30px !important;
  }
  .p-xxl-4 {
    padding: 40px !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 40px !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 40px !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 40px !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 40px !important;
  }
  .p-xxl-5 {
    padding: 50px !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 50px !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 50px !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 50px !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 50px !important;
  }
  .p-xxl-6 {
    padding: 60px !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 60px !important;
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 60px !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 60px !important;
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 60px !important;
  }
  .p-xxl-7 {
    padding: 70px !important;
  }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 70px !important;
  }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 70px !important;
  }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 70px !important;
  }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 70px !important;
  }
  .p-xxl-8 {
    padding: 80px !important;
  }
  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 80px !important;
  }
  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 80px !important;
  }
  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 80px !important;
  }
  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 80px !important;
  }
  .p-xxl-9 {
    padding: 90px !important;
  }
  .pt-xxl-9,
  .py-xxl-9 {
    padding-top: 90px !important;
  }
  .pr-xxl-9,
  .px-xxl-9 {
    padding-right: 90px !important;
  }
  .pb-xxl-9,
  .py-xxl-9 {
    padding-bottom: 90px !important;
  }
  .pl-xxl-9,
  .px-xxl-9 {
    padding-left: 90px !important;
  }
  .p-xxl-10 {
    padding: 100px !important;
  }
  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 100px !important;
  }
  .pr-xxl-10,
  .px-xxl-10 {
    padding-right: 100px !important;
  }
  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 100px !important;
  }
  .pl-xxl-10,
  .px-xxl-10 {
    padding-left: 100px !important;
  }
  .m-xxl-n1 {
    margin: -10px !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -10px !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -10px !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -10px !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -10px !important;
  }
  .m-xxl-n2 {
    margin: -20px !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -20px !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -20px !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -20px !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -20px !important;
  }
  .m-xxl-n3 {
    margin: -30px !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -30px !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -30px !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -30px !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -30px !important;
  }
  .m-xxl-n4 {
    margin: -40px !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -40px !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -40px !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -40px !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -40px !important;
  }
  .m-xxl-n5 {
    margin: -50px !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -50px !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -50px !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -50px !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -50px !important;
  }
  .m-xxl-n6 {
    margin: -60px !important;
  }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -60px !important;
  }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -60px !important;
  }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -60px !important;
  }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -60px !important;
  }
  .m-xxl-n7 {
    margin: -70px !important;
  }
  .mt-xxl-n7,
  .my-xxl-n7 {
    margin-top: -70px !important;
  }
  .mr-xxl-n7,
  .mx-xxl-n7 {
    margin-right: -70px !important;
  }
  .mb-xxl-n7,
  .my-xxl-n7 {
    margin-bottom: -70px !important;
  }
  .ml-xxl-n7,
  .mx-xxl-n7 {
    margin-left: -70px !important;
  }
  .m-xxl-n8 {
    margin: -80px !important;
  }
  .mt-xxl-n8,
  .my-xxl-n8 {
    margin-top: -80px !important;
  }
  .mr-xxl-n8,
  .mx-xxl-n8 {
    margin-right: -80px !important;
  }
  .mb-xxl-n8,
  .my-xxl-n8 {
    margin-bottom: -80px !important;
  }
  .ml-xxl-n8,
  .mx-xxl-n8 {
    margin-left: -80px !important;
  }
  .m-xxl-n9 {
    margin: -90px !important;
  }
  .mt-xxl-n9,
  .my-xxl-n9 {
    margin-top: -90px !important;
  }
  .mr-xxl-n9,
  .mx-xxl-n9 {
    margin-right: -90px !important;
  }
  .mb-xxl-n9,
  .my-xxl-n9 {
    margin-bottom: -90px !important;
  }
  .ml-xxl-n9,
  .mx-xxl-n9 {
    margin-left: -90px !important;
  }
  .m-xxl-n10 {
    margin: -100px !important;
  }
  .mt-xxl-n10,
  .my-xxl-n10 {
    margin-top: -100px !important;
  }
  .mr-xxl-n10,
  .mx-xxl-n10 {
    margin-right: -100px !important;
  }
  .mb-xxl-n10,
  .my-xxl-n10 {
    margin-bottom: -100px !important;
  }
  .ml-xxl-n10,
  .mx-xxl-n10 {
    margin-left: -100px !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.text-uppercase {
  text-transform: uppercase;
}

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

p {
  margin-top: 0;
  margin-bottom: 16px;
}

ul,
ol {
  list-style-position: inside;
  padding-left: 18px;
}

.nobreak,
.nowrap {
  white-space: nowrap;
}

.entry-content ul,
.entry-content ol {
  list-style-position: outside;
  margin: 20px 0 20px 8px;
}
.entry-content ul li,
.entry-content ol li {
  margin-bottom: 6px;
}

.tableauPlaceholder {
  margin: 0 auto;
}

.search-highlight,
.searchwp-highlight {
  background-color: #f5ebbd;
}

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 ";
}

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-fill-drip::before {
  content: "\f576";
}

.fa-arrows-to-circle::before {
  content: "\e4bd";
}

.fa-circle-chevron-right::before {
  content: "\f138";
}

.fa-chevron-circle-right::before {
  content: "\f138";
}

.fa-at::before {
  content: "\@";
}

.fa-trash-can::before {
  content: "\f2ed";
}

.fa-trash-alt::before {
  content: "\f2ed";
}

.fa-text-height::before {
  content: "\f034";
}

.fa-user-xmark::before {
  content: "\f235";
}

.fa-user-times::before {
  content: "\f235";
}

.fa-stethoscope::before {
  content: "\f0f1";
}

.fa-message::before {
  content: "\f27a";
}

.fa-comment-alt::before {
  content: "\f27a";
}

.fa-info::before {
  content: "\f129";
}

.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

.fa-compress-alt::before {
  content: "\f422";
}

.fa-explosion::before {
  content: "\e4e9";
}

.fa-file-lines::before {
  content: "\f15c";
}

.fa-file-alt::before {
  content: "\f15c";
}

.fa-file-text::before {
  content: "\f15c";
}

.fa-wave-square::before {
  content: "\f83e";
}

.fa-ring::before {
  content: "\f70b";
}

.fa-building-un::before {
  content: "\e4d9";
}

.fa-dice-three::before {
  content: "\f527";
}

.fa-calendar-days::before {
  content: "\f073";
}

.fa-calendar-alt::before {
  content: "\f073";
}

.fa-anchor-circle-check::before {
  content: "\e4aa";
}

.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}

.fa-volleyball::before {
  content: "\f45f";
}

.fa-volleyball-ball::before {
  content: "\f45f";
}

.fa-arrows-up-to-line::before {
  content: "\e4c2";
}

.fa-sort-down::before {
  content: "\f0dd";
}

.fa-sort-desc::before {
  content: "\f0dd";
}

.fa-circle-minus::before {
  content: "\f056";
}

.fa-minus-circle::before {
  content: "\f056";
}

.fa-door-open::before {
  content: "\f52b";
}

.fa-right-from-bracket::before {
  content: "\f2f5";
}

.fa-sign-out-alt::before {
  content: "\f2f5";
}

.fa-atom::before {
  content: "\f5d2";
}

.fa-soap::before {
  content: "\e06e";
}

.fa-icons::before {
  content: "\f86d";
}

.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

.fa-microphone-lines-slash::before {
  content: "\f539";
}

.fa-microphone-alt-slash::before {
  content: "\f539";
}

.fa-bridge-circle-check::before {
  content: "\e4c9";
}

.fa-pump-medical::before {
  content: "\e06a";
}

.fa-fingerprint::before {
  content: "\f577";
}

.fa-hand-point-right::before {
  content: "\f0a4";
}

.fa-magnifying-glass-location::before {
  content: "\f689";
}

.fa-search-location::before {
  content: "\f689";
}

.fa-forward-step::before {
  content: "\f051";
}

.fa-step-forward::before {
  content: "\f051";
}

.fa-face-smile-beam::before {
  content: "\f5b8";
}

.fa-smile-beam::before {
  content: "\f5b8";
}

.fa-flag-checkered::before {
  content: "\f11e";
}

.fa-football::before {
  content: "\f44e";
}

.fa-football-ball::before {
  content: "\f44e";
}

.fa-school-circle-exclamation::before {
  content: "\e56c";
}

.fa-crop::before {
  content: "\f125";
}

.fa-angles-down::before {
  content: "\f103";
}

.fa-angle-double-down::before {
  content: "\f103";
}

.fa-users-rectangle::before {
  content: "\e594";
}

.fa-people-roof::before {
  content: "\e537";
}

.fa-people-line::before {
  content: "\e534";
}

.fa-beer-mug-empty::before {
  content: "\f0fc";
}

.fa-beer::before {
  content: "\f0fc";
}

.fa-diagram-predecessor::before {
  content: "\e477";
}

.fa-arrow-up-long::before {
  content: "\f176";
}

.fa-long-arrow-up::before {
  content: "\f176";
}

.fa-fire-flame-simple::before {
  content: "\f46a";
}

.fa-burn::before {
  content: "\f46a";
}

.fa-person::before {
  content: "\f183";
}

.fa-male::before {
  content: "\f183";
}

.fa-laptop::before {
  content: "\f109";
}

.fa-file-csv::before {
  content: "\f6dd";
}

.fa-menorah::before {
  content: "\f676";
}

.fa-truck-plane::before {
  content: "\e58f";
}

.fa-record-vinyl::before {
  content: "\f8d9";
}

.fa-face-grin-stars::before {
  content: "\f587";
}

.fa-grin-stars::before {
  content: "\f587";
}

.fa-bong::before {
  content: "\f55c";
}

.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

.fa-pastafarianism::before {
  content: "\f67b";
}

.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

.fa-spoon::before {
  content: "\f2e5";
}

.fa-utensil-spoon::before {
  content: "\f2e5";
}

.fa-jar-wheat::before {
  content: "\e517";
}

.fa-envelopes-bulk::before {
  content: "\f674";
}

.fa-mail-bulk::before {
  content: "\f674";
}

.fa-file-circle-exclamation::before {
  content: "\e4eb";
}

.fa-circle-h::before {
  content: "\f47e";
}

.fa-hospital-symbol::before {
  content: "\f47e";
}

.fa-pager::before {
  content: "\f815";
}

.fa-address-book::before {
  content: "\f2b9";
}

.fa-contact-book::before {
  content: "\f2b9";
}

.fa-strikethrough::before {
  content: "\f0cc";
}

.fa-k::before {
  content: "K";
}

.fa-landmark-flag::before {
  content: "\e51c";
}

.fa-pencil::before {
  content: "\f303";
}

.fa-pencil-alt::before {
  content: "\f303";
}

.fa-backward::before {
  content: "\f04a";
}

.fa-caret-right::before {
  content: "\f0da";
}

.fa-comments::before {
  content: "\f086";
}

.fa-paste::before {
  content: "\f0ea";
}

.fa-file-clipboard::before {
  content: "\f0ea";
}

.fa-code-pull-request::before {
  content: "\e13c";
}

.fa-clipboard-list::before {
  content: "\f46d";
}

.fa-truck-ramp-box::before {
  content: "\f4de";
}

.fa-truck-loading::before {
  content: "\f4de";
}

.fa-user-check::before {
  content: "\f4fc";
}

.fa-vial-virus::before {
  content: "\e597";
}

.fa-sheet-plastic::before {
  content: "\e571";
}

.fa-blog::before {
  content: "\f781";
}

.fa-user-ninja::before {
  content: "\f504";
}

.fa-person-arrow-up-from-line::before {
  content: "\e539";
}

.fa-scroll-torah::before {
  content: "\f6a0";
}

.fa-torah::before {
  content: "\f6a0";
}

.fa-broom-ball::before {
  content: "\f458";
}

.fa-quidditch::before {
  content: "\f458";
}

.fa-quidditch-broom-ball::before {
  content: "\f458";
}

.fa-toggle-off::before {
  content: "\f204";
}

.fa-box-archive::before {
  content: "\f187";
}

.fa-archive::before {
  content: "\f187";
}

.fa-person-drowning::before {
  content: "\e545";
}

.fa-arrow-down-9-1::before {
  content: "\f886";
}

.fa-sort-numeric-desc::before {
  content: "\f886";
}

.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-spray-can::before {
  content: "\f5bd";
}

.fa-truck-monster::before {
  content: "\f63b";
}

.fa-w::before {
  content: "W";
}

.fa-earth-africa::before {
  content: "\f57c";
}

.fa-globe-africa::before {
  content: "\f57c";
}

.fa-rainbow::before {
  content: "\f75b";
}

.fa-circle-notch::before {
  content: "\f1ce";
}

.fa-tablet-screen-button::before {
  content: "\f3fa";
}

.fa-tablet-alt::before {
  content: "\f3fa";
}

.fa-paw::before {
  content: "\f1b0";
}

.fa-cloud::before {
  content: "\f0c2";
}

.fa-trowel-bricks::before {
  content: "\e58a";
}

.fa-face-flushed::before {
  content: "\f579";
}

.fa-flushed::before {
  content: "\f579";
}

.fa-hospital-user::before {
  content: "\f80d";
}

.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

.fa-gavel::before {
  content: "\f0e3";
}

.fa-legal::before {
  content: "\f0e3";
}

.fa-binoculars::before {
  content: "\f1e5";
}

.fa-microphone-slash::before {
  content: "\f131";
}

.fa-box-tissue::before {
  content: "\e05b";
}

.fa-motorcycle::before {
  content: "\f21c";
}

.fa-bell-concierge::before {
  content: "\f562";
}

.fa-concierge-bell::before {
  content: "\f562";
}

.fa-pen-ruler::before {
  content: "\f5ae";
}

.fa-pencil-ruler::before {
  content: "\f5ae";
}

.fa-people-arrows::before {
  content: "\e068";
}

.fa-people-arrows-left-right::before {
  content: "\e068";
}

.fa-mars-and-venus-burst::before {
  content: "\e523";
}

.fa-square-caret-right::before {
  content: "\f152";
}

.fa-caret-square-right::before {
  content: "\f152";
}

.fa-scissors::before {
  content: "\f0c4";
}

.fa-cut::before {
  content: "\f0c4";
}

.fa-sun-plant-wilt::before {
  content: "\e57a";
}

.fa-toilets-portable::before {
  content: "\e584";
}

.fa-hockey-puck::before {
  content: "\f453";
}

.fa-table::before {
  content: "\f0ce";
}

.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

.fa-tachograph-digital::before {
  content: "\f566";
}

.fa-digital-tachograph::before {
  content: "\f566";
}

.fa-users-slash::before {
  content: "\e073";
}

.fa-clover::before {
  content: "\e139";
}

.fa-reply::before {
  content: "\f3e5";
}

.fa-mail-reply::before {
  content: "\f3e5";
}

.fa-star-and-crescent::before {
  content: "\f699";
}

.fa-house-fire::before {
  content: "\e50c";
}

.fa-square-minus::before {
  content: "\f146";
}

.fa-minus-square::before {
  content: "\f146";
}

.fa-helicopter::before {
  content: "\f533";
}

.fa-compass::before {
  content: "\f14e";
}

.fa-square-caret-down::before {
  content: "\f150";
}

.fa-caret-square-down::before {
  content: "\f150";
}

.fa-file-circle-question::before {
  content: "\e4ef";
}

.fa-laptop-code::before {
  content: "\f5fc";
}

.fa-swatchbook::before {
  content: "\f5c3";
}

.fa-prescription-bottle::before {
  content: "\f485";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-navicon::before {
  content: "\f0c9";
}

.fa-people-group::before {
  content: "\e533";
}

.fa-hourglass-end::before {
  content: "\f253";
}

.fa-hourglass-3::before {
  content: "\f253";
}

.fa-heart-crack::before {
  content: "\f7a9";
}

.fa-heart-broken::before {
  content: "\f7a9";
}

.fa-square-up-right::before {
  content: "\f360";
}

.fa-external-link-square-alt::before {
  content: "\f360";
}

.fa-face-kiss-beam::before {
  content: "\f597";
}

.fa-kiss-beam::before {
  content: "\f597";
}

.fa-film::before {
  content: "\f008";
}

.fa-ruler-horizontal::before {
  content: "\f547";
}

.fa-people-robbery::before {
  content: "\e536";
}

.fa-lightbulb::before {
  content: "\f0eb";
}

.fa-caret-left::before {
  content: "\f0d9";
}

.fa-circle-exclamation::before {
  content: "\f06a";
}

.fa-exclamation-circle::before {
  content: "\f06a";
}

.fa-school-circle-xmark::before {
  content: "\e56d";
}

.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

.fa-sign-out::before {
  content: "\f08b";
}

.fa-circle-chevron-down::before {
  content: "\f13a";
}

.fa-chevron-circle-down::before {
  content: "\f13a";
}

.fa-unlock-keyhole::before {
  content: "\f13e";
}

.fa-unlock-alt::before {
  content: "\f13e";
}

.fa-cloud-showers-heavy::before {
  content: "\f740";
}

.fa-headphones-simple::before {
  content: "\f58f";
}

.fa-headphones-alt::before {
  content: "\f58f";
}

.fa-sitemap::before {
  content: "\f0e8";
}

.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

.fa-donate::before {
  content: "\f4b9";
}

.fa-memory::before {
  content: "\f538";
}

.fa-road-spikes::before {
  content: "\e568";
}

.fa-fire-burner::before {
  content: "\e4f1";
}

.fa-flag::before {
  content: "\f024";
}

.fa-hanukiah::before {
  content: "\f6e6";
}

.fa-feather::before {
  content: "\f52d";
}

.fa-volume-low::before {
  content: "\f027";
}

.fa-volume-down::before {
  content: "\f027";
}

.fa-comment-slash::before {
  content: "\f4b3";
}

.fa-cloud-sun-rain::before {
  content: "\f743";
}

.fa-compress::before {
  content: "\f066";
}

.fa-wheat-awn::before {
  content: "\e2cd";
}

.fa-wheat-alt::before {
  content: "\e2cd";
}

.fa-ankh::before {
  content: "\f644";
}

.fa-hands-holding-child::before {
  content: "\e4fa";
}

.fa-asterisk::before {
  content: "\*";
}

.fa-square-check::before {
  content: "\f14a";
}

.fa-check-square::before {
  content: "\f14a";
}

.fa-peseta-sign::before {
  content: "\e221";
}

.fa-heading::before {
  content: "\f1dc";
}

.fa-header::before {
  content: "\f1dc";
}

.fa-ghost::before {
  content: "\f6e2";
}

.fa-list::before {
  content: "\f03a";
}

.fa-list-squares::before {
  content: "\f03a";
}

.fa-square-phone-flip::before {
  content: "\f87b";
}

.fa-phone-square-alt::before {
  content: "\f87b";
}

.fa-cart-plus::before {
  content: "\f217";
}

.fa-gamepad::before {
  content: "\f11b";
}

.fa-circle-dot::before {
  content: "\f192";
}

.fa-dot-circle::before {
  content: "\f192";
}

.fa-face-dizzy::before {
  content: "\f567";
}

.fa-dizzy::before {
  content: "\f567";
}

.fa-egg::before {
  content: "\f7fb";
}

.fa-house-medical-circle-xmark::before {
  content: "\e513";
}

.fa-campground::before {
  content: "\f6bb";
}

.fa-folder-plus::before {
  content: "\f65e";
}

.fa-futbol::before {
  content: "\f1e3";
}

.fa-futbol-ball::before {
  content: "\f1e3";
}

.fa-soccer-ball::before {
  content: "\f1e3";
}

.fa-paintbrush::before {
  content: "\f1fc";
}

.fa-paint-brush::before {
  content: "\f1fc";
}

.fa-lock::before {
  content: "\f023";
}

.fa-gas-pump::before {
  content: "\f52f";
}

.fa-hot-tub-person::before {
  content: "\f593";
}

.fa-hot-tub::before {
  content: "\f593";
}

.fa-map-location::before {
  content: "\f59f";
}

.fa-map-marked::before {
  content: "\f59f";
}

.fa-house-flood-water::before {
  content: "\e50e";
}

.fa-tree::before {
  content: "\f1bb";
}

.fa-bridge-lock::before {
  content: "\e4cc";
}

.fa-sack-dollar::before {
  content: "\f81d";
}

.fa-pen-to-square::before {
  content: "\f044";
}

.fa-edit::before {
  content: "\f044";
}

.fa-car-side::before {
  content: "\f5e4";
}

.fa-share-nodes::before {
  content: "\f1e0";
}

.fa-share-alt::before {
  content: "\f1e0";
}

.fa-heart-circle-minus::before {
  content: "\e4ff";
}

.fa-hourglass-half::before {
  content: "\f252";
}

.fa-hourglass-2::before {
  content: "\f252";
}

.fa-microscope::before {
  content: "\f610";
}

.fa-sink::before {
  content: "\e06d";
}

.fa-bag-shopping::before {
  content: "\f290";
}

.fa-shopping-bag::before {
  content: "\f290";
}

.fa-arrow-down-z-a::before {
  content: "\f881";
}

.fa-sort-alpha-desc::before {
  content: "\f881";
}

.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

.fa-mitten::before {
  content: "\f7b5";
}

.fa-person-rays::before {
  content: "\e54d";
}

.fa-users::before {
  content: "\f0c0";
}

.fa-eye-slash::before {
  content: "\f070";
}

.fa-flask-vial::before {
  content: "\e4f3";
}

.fa-hand::before {
  content: "\f256";
}

.fa-hand-paper::before {
  content: "\f256";
}

.fa-om::before {
  content: "\f679";
}

.fa-worm::before {
  content: "\e599";
}

.fa-house-circle-xmark::before {
  content: "\e50b";
}

.fa-plug::before {
  content: "\f1e6";
}

.fa-chevron-up::before {
  content: "\f077";
}

.fa-hand-spock::before {
  content: "\f259";
}

.fa-stopwatch::before {
  content: "\f2f2";
}

.fa-face-kiss::before {
  content: "\f596";
}

.fa-kiss::before {
  content: "\f596";
}

.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

.fa-face-grin-tongue::before {
  content: "\f589";
}

.fa-grin-tongue::before {
  content: "\f589";
}

.fa-chess-bishop::before {
  content: "\f43a";
}

.fa-face-grin-wink::before {
  content: "\f58c";
}

.fa-grin-wink::before {
  content: "\f58c";
}

.fa-ear-deaf::before {
  content: "\f2a4";
}

.fa-deaf::before {
  content: "\f2a4";
}

.fa-deafness::before {
  content: "\f2a4";
}

.fa-hard-of-hearing::before {
  content: "\f2a4";
}

.fa-road-circle-check::before {
  content: "\e564";
}

.fa-dice-five::before {
  content: "\f523";
}

.fa-square-rss::before {
  content: "\f143";
}

.fa-rss-square::before {
  content: "\f143";
}

.fa-land-mine-on::before {
  content: "\e51b";
}

.fa-i-cursor::before {
  content: "\f246";
}

.fa-stamp::before {
  content: "\f5bf";
}

.fa-stairs::before {
  content: "\e289";
}

.fa-i::before {
  content: "I";
}

.fa-hryvnia-sign::before {
  content: "\f6f2";
}

.fa-hryvnia::before {
  content: "\f6f2";
}

.fa-pills::before {
  content: "\f484";
}

.fa-face-grin-wide::before {
  content: "\f581";
}

.fa-grin-alt::before {
  content: "\f581";
}

.fa-tooth::before {
  content: "\f5c9";
}

.fa-v::before {
  content: "V";
}

.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}

.fa-bicycle::before {
  content: "\f206";
}

.fa-staff-snake::before {
  content: "\e579";
}

.fa-rod-asclepius::before {
  content: "\e579";
}

.fa-rod-snake::before {
  content: "\e579";
}

.fa-staff-aesculapius::before {
  content: "\e579";
}

.fa-head-side-cough-slash::before {
  content: "\e062";
}

.fa-truck-medical::before {
  content: "\f0f9";
}

.fa-ambulance::before {
  content: "\f0f9";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

.fa-snowman::before {
  content: "\f7d0";
}

.fa-mortar-pestle::before {
  content: "\f5a7";
}

.fa-road-barrier::before {
  content: "\e562";
}

.fa-school::before {
  content: "\f549";
}

.fa-igloo::before {
  content: "\f7ae";
}

.fa-joint::before {
  content: "\f595";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-horse::before {
  content: "\f6f0";
}

.fa-q::before {
  content: "Q";
}

.fa-g::before {
  content: "G";
}

.fa-notes-medical::before {
  content: "\f481";
}

.fa-temperature-half::before {
  content: "\f2c9";
}

.fa-temperature-2::before {
  content: "\f2c9";
}

.fa-thermometer-2::before {
  content: "\f2c9";
}

.fa-thermometer-half::before {
  content: "\f2c9";
}

.fa-dong-sign::before {
  content: "\e169";
}

.fa-capsules::before {
  content: "\f46b";
}

.fa-poo-storm::before {
  content: "\f75a";
}

.fa-poo-bolt::before {
  content: "\f75a";
}

.fa-face-frown-open::before {
  content: "\f57a";
}

.fa-frown-open::before {
  content: "\f57a";
}

.fa-hand-point-up::before {
  content: "\f0a6";
}

.fa-money-bill::before {
  content: "\f0d6";
}

.fa-bookmark::before {
  content: "\f02e";
}

.fa-align-justify::before {
  content: "\f039";
}

.fa-umbrella-beach::before {
  content: "\f5ca";
}

.fa-helmet-un::before {
  content: "\e503";
}

.fa-bullseye::before {
  content: "\f140";
}

.fa-bacon::before {
  content: "\f7e5";
}

.fa-hand-point-down::before {
  content: "\f0a7";
}

.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

.fa-folder::before {
  content: "\f07b";
}

.fa-folder-blank::before {
  content: "\f07b";
}

.fa-file-waveform::before {
  content: "\f478";
}

.fa-file-medical-alt::before {
  content: "\f478";
}

.fa-radiation::before {
  content: "\f7b9";
}

.fa-chart-simple::before {
  content: "\e473";
}

.fa-mars-stroke::before {
  content: "\f229";
}

.fa-vial::before {
  content: "\f492";
}

.fa-gauge::before {
  content: "\f624";
}

.fa-dashboard::before {
  content: "\f624";
}

.fa-gauge-med::before {
  content: "\f624";
}

.fa-tachometer-alt-average::before {
  content: "\f624";
}

.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

.fa-e::before {
  content: "E";
}

.fa-pen-clip::before {
  content: "\f305";
}

.fa-pen-alt::before {
  content: "\f305";
}

.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}

.fa-user::before {
  content: "\f007";
}

.fa-school-circle-check::before {
  content: "\e56b";
}

.fa-dumpster::before {
  content: "\f793";
}

.fa-van-shuttle::before {
  content: "\f5b6";
}

.fa-shuttle-van::before {
  content: "\f5b6";
}

.fa-building-user::before {
  content: "\e4da";
}

.fa-square-caret-left::before {
  content: "\f191";
}

.fa-caret-square-left::before {
  content: "\f191";
}

.fa-highlighter::before {
  content: "\f591";
}

.fa-key::before {
  content: "\f084";
}

.fa-bullhorn::before {
  content: "\f0a1";
}

.fa-globe::before {
  content: "\f0ac";
}

.fa-synagogue::before {
  content: "\f69b";
}

.fa-person-half-dress::before {
  content: "\e548";
}

.fa-road-bridge::before {
  content: "\e563";
}

.fa-location-arrow::before {
  content: "\f124";
}

.fa-c::before {
  content: "C";
}

.fa-tablet-button::before {
  content: "\f10a";
}

.fa-building-lock::before {
  content: "\e4d6";
}

.fa-pizza-slice::before {
  content: "\f818";
}

.fa-money-bill-wave::before {
  content: "\f53a";
}

.fa-chart-area::before {
  content: "\f1fe";
}

.fa-area-chart::before {
  content: "\f1fe";
}

.fa-house-flag::before {
  content: "\e50d";
}

.fa-person-circle-minus::before {
  content: "\e540";
}

.fa-ban::before {
  content: "\f05e";
}

.fa-cancel::before {
  content: "\f05e";
}

.fa-camera-rotate::before {
  content: "\e0d8";
}

.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

.fa-air-freshener::before {
  content: "\f5d0";
}

.fa-star::before {
  content: "\f005";
}

.fa-repeat::before {
  content: "\f363";
}

.fa-cross::before {
  content: "\f654";
}

.fa-box::before {
  content: "\f466";
}

.fa-venus-mars::before {
  content: "\f228";
}

.fa-arrow-pointer::before {
  content: "\f245";
}

.fa-mouse-pointer::before {
  content: "\f245";
}

.fa-maximize::before {
  content: "\f31e";
}

.fa-expand-arrows-alt::before {
  content: "\f31e";
}

.fa-charging-station::before {
  content: "\f5e7";
}

.fa-shapes::before {
  content: "\f61f";
}

.fa-triangle-circle-square::before {
  content: "\f61f";
}

.fa-shuffle::before {
  content: "\f074";
}

.fa-random::before {
  content: "\f074";
}

.fa-person-running::before {
  content: "\f70c";
}

.fa-running::before {
  content: "\f70c";
}

.fa-mobile-retro::before {
  content: "\e527";
}

.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

.fa-spider::before {
  content: "\f717";
}

.fa-hands-bound::before {
  content: "\e4f9";
}

.fa-file-invoice-dollar::before {
  content: "\f571";
}

.fa-plane-circle-exclamation::before {
  content: "\e556";
}

.fa-x-ray::before {
  content: "\f497";
}

.fa-spell-check::before {
  content: "\f891";
}

.fa-slash::before {
  content: "\f715";
}

.fa-computer-mouse::before {
  content: "\f8cc";
}

.fa-mouse::before {
  content: "\f8cc";
}

.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

.fa-sign-in::before {
  content: "\f090";
}

.fa-shop-slash::before {
  content: "\e070";
}

.fa-store-alt-slash::before {
  content: "\e070";
}

.fa-server::before {
  content: "\f233";
}

.fa-virus-covid-slash::before {
  content: "\e4a9";
}

.fa-shop-lock::before {
  content: "\e4a5";
}

.fa-hourglass-start::before {
  content: "\f251";
}

.fa-hourglass-1::before {
  content: "\f251";
}

.fa-blender-phone::before {
  content: "\f6b6";
}

.fa-building-wheat::before {
  content: "\e4db";
}

.fa-person-breastfeeding::before {
  content: "\e53a";
}

.fa-right-to-bracket::before {
  content: "\f2f6";
}

.fa-sign-in-alt::before {
  content: "\f2f6";
}

.fa-venus::before {
  content: "\f221";
}

.fa-passport::before {
  content: "\f5ab";
}

.fa-heart-pulse::before {
  content: "\f21e";
}

.fa-heartbeat::before {
  content: "\f21e";
}

.fa-people-carry-box::before {
  content: "\f4ce";
}

.fa-people-carry::before {
  content: "\f4ce";
}

.fa-temperature-high::before {
  content: "\f769";
}

.fa-microchip::before {
  content: "\f2db";
}

.fa-crown::before {
  content: "\f521";
}

.fa-weight-hanging::before {
  content: "\f5cd";
}

.fa-xmarks-lines::before {
  content: "\e59a";
}

.fa-file-prescription::before {
  content: "\f572";
}

.fa-weight-scale::before {
  content: "\f496";
}

.fa-weight::before {
  content: "\f496";
}

.fa-user-group::before {
  content: "\f500";
}

.fa-user-friends::before {
  content: "\f500";
}

.fa-arrow-up-a-z::before {
  content: "\f15e";
}

.fa-sort-alpha-up::before {
  content: "\f15e";
}

.fa-chess-knight::before {
  content: "\f441";
}

.fa-face-laugh-squint::before {
  content: "\f59b";
}

.fa-laugh-squint::before {
  content: "\f59b";
}

.fa-wheelchair::before {
  content: "\f193";
}

.fa-circle-arrow-up::before {
  content: "\f0aa";
}

.fa-arrow-circle-up::before {
  content: "\f0aa";
}

.fa-toggle-on::before {
  content: "\f205";
}

.fa-person-walking::before {
  content: "\f554";
}

.fa-walking::before {
  content: "\f554";
}

.fa-l::before {
  content: "L";
}

.fa-fire::before {
  content: "\f06d";
}

.fa-bed-pulse::before {
  content: "\f487";
}

.fa-procedures::before {
  content: "\f487";
}

.fa-shuttle-space::before {
  content: "\f197";
}

.fa-space-shuttle::before {
  content: "\f197";
}

.fa-face-laugh::before {
  content: "\f599";
}

.fa-laugh::before {
  content: "\f599";
}

.fa-folder-open::before {
  content: "\f07c";
}

.fa-heart-circle-plus::before {
  content: "\e500";
}

.fa-code-fork::before {
  content: "\e13b";
}

.fa-city::before {
  content: "\f64f";
}

.fa-microphone-lines::before {
  content: "\f3c9";
}

.fa-microphone-alt::before {
  content: "\f3c9";
}

.fa-pepper-hot::before {
  content: "\f816";
}

.fa-unlock::before {
  content: "\f09c";
}

.fa-colon-sign::before {
  content: "\e140";
}

.fa-headset::before {
  content: "\f590";
}

.fa-store-slash::before {
  content: "\e071";
}

.fa-road-circle-xmark::before {
  content: "\e566";
}

.fa-user-minus::before {
  content: "\f503";
}

.fa-mars-stroke-up::before {
  content: "\f22a";
}

.fa-mars-stroke-v::before {
  content: "\f22a";
}

.fa-champagne-glasses::before {
  content: "\f79f";
}

.fa-glass-cheers::before {
  content: "\f79f";
}

.fa-clipboard::before {
  content: "\f328";
}

.fa-house-circle-exclamation::before {
  content: "\e50a";
}

.fa-file-arrow-up::before {
  content: "\f574";
}

.fa-file-upload::before {
  content: "\f574";
}

.fa-wifi::before {
  content: "\f1eb";
}

.fa-wifi-3::before {
  content: "\f1eb";
}

.fa-wifi-strong::before {
  content: "\f1eb";
}

.fa-bath::before {
  content: "\f2cd";
}

.fa-bathtub::before {
  content: "\f2cd";
}

.fa-underline::before {
  content: "\f0cd";
}

.fa-user-pen::before {
  content: "\f4ff";
}

.fa-user-edit::before {
  content: "\f4ff";
}

.fa-signature::before {
  content: "\f5b7";
}

.fa-stroopwafel::before {
  content: "\f551";
}

.fa-bold::before {
  content: "\f032";
}

.fa-anchor-lock::before {
  content: "\e4ad";
}

.fa-building-ngo::before {
  content: "\e4d7";
}

.fa-manat-sign::before {
  content: "\e1d5";
}

.fa-not-equal::before {
  content: "\f53e";
}

.fa-border-top-left::before {
  content: "\f853";
}

.fa-border-style::before {
  content: "\f853";
}

.fa-map-location-dot::before {
  content: "\f5a0";
}

.fa-map-marked-alt::before {
  content: "\f5a0";
}

.fa-jedi::before {
  content: "\f669";
}

.fa-square-poll-vertical::before {
  content: "\f681";
}

.fa-poll::before {
  content: "\f681";
}

.fa-mug-hot::before {
  content: "\f7b6";
}

.fa-car-battery::before {
  content: "\f5df";
}

.fa-battery-car::before {
  content: "\f5df";
}

.fa-gift::before {
  content: "\f06b";
}

.fa-dice-two::before {
  content: "\f528";
}

.fa-chess-queen::before {
  content: "\f445";
}

.fa-glasses::before {
  content: "\f530";
}

.fa-chess-board::before {
  content: "\f43c";
}

.fa-building-circle-check::before {
  content: "\e4d2";
}

.fa-person-chalkboard::before {
  content: "\e53d";
}

.fa-mars-stroke-right::before {
  content: "\f22b";
}

.fa-mars-stroke-h::before {
  content: "\f22b";
}

.fa-hand-back-fist::before {
  content: "\f255";
}

.fa-hand-rock::before {
  content: "\f255";
}

.fa-square-caret-up::before {
  content: "\f151";
}

.fa-caret-square-up::before {
  content: "\f151";
}

.fa-cloud-showers-water::before {
  content: "\e4e4";
}

.fa-chart-bar::before {
  content: "\f080";
}

.fa-bar-chart::before {
  content: "\f080";
}

.fa-hands-bubbles::before {
  content: "\e05e";
}

.fa-hands-wash::before {
  content: "\e05e";
}

.fa-less-than-equal::before {
  content: "\f537";
}

.fa-train::before {
  content: "\f238";
}

.fa-eye-low-vision::before {
  content: "\f2a8";
}

.fa-low-vision::before {
  content: "\f2a8";
}

.fa-crow::before {
  content: "\f520";
}

.fa-sailboat::before {
  content: "\e445";
}

.fa-window-restore::before {
  content: "\f2d2";
}

.fa-square-plus::before {
  content: "\f0fe";
}

.fa-plus-square::before {
  content: "\f0fe";
}

.fa-torii-gate::before {
  content: "\f6a1";
}

.fa-frog::before {
  content: "\f52e";
}

.fa-bucket::before {
  content: "\e4cf";
}

.fa-image::before {
  content: "\f03e";
}

.fa-microphone::before {
  content: "\f130";
}

.fa-cow::before {
  content: "\f6c8";
}

.fa-caret-up::before {
  content: "\f0d8";
}

.fa-screwdriver::before {
  content: "\f54a";
}

.fa-folder-closed::before {
  content: "\e185";
}

.fa-house-tsunami::before {
  content: "\e515";
}

.fa-square-nfi::before {
  content: "\e576";
}

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

.fa-martini-glass::before {
  content: "\f57b";
}

.fa-glass-martini-alt::before {
  content: "\f57b";
}

.fa-rotate-left::before {
  content: "\f2ea";
}

.fa-rotate-back::before {
  content: "\f2ea";
}

.fa-rotate-backward::before {
  content: "\f2ea";
}

.fa-undo-alt::before {
  content: "\f2ea";
}

.fa-table-columns::before {
  content: "\f0db";
}

.fa-columns::before {
  content: "\f0db";
}

.fa-lemon::before {
  content: "\f094";
}

.fa-head-side-mask::before {
  content: "\e063";
}

.fa-handshake::before {
  content: "\f2b5";
}

.fa-gem::before {
  content: "\f3a5";
}

.fa-dolly::before {
  content: "\f472";
}

.fa-dolly-box::before {
  content: "\f472";
}

.fa-smoking::before {
  content: "\f48d";
}

.fa-minimize::before {
  content: "\f78c";
}

.fa-compress-arrows-alt::before {
  content: "\f78c";
}

.fa-monument::before {
  content: "\f5a6";
}

.fa-snowplow::before {
  content: "\f7d2";
}

.fa-angles-right::before {
  content: "\f101";
}

.fa-angle-double-right::before {
  content: "\f101";
}

.fa-cannabis::before {
  content: "\f55f";
}

.fa-circle-play::before {
  content: "\f144";
}

.fa-play-circle::before {
  content: "\f144";
}

.fa-tablets::before {
  content: "\f490";
}

.fa-ethernet::before {
  content: "\f796";
}

.fa-euro-sign::before {
  content: "\f153";
}

.fa-eur::before {
  content: "\f153";
}

.fa-euro::before {
  content: "\f153";
}

.fa-chair::before {
  content: "\f6c0";
}

.fa-circle-check::before {
  content: "\f058";
}

.fa-check-circle::before {
  content: "\f058";
}

.fa-circle-stop::before {
  content: "\f28d";
}

.fa-stop-circle::before {
  content: "\f28d";
}

.fa-compass-drafting::before {
  content: "\f568";
}

.fa-drafting-compass::before {
  content: "\f568";
}

.fa-plate-wheat::before {
  content: "\e55a";
}

.fa-icicles::before {
  content: "\f7ad";
}

.fa-person-shelter::before {
  content: "\e54f";
}

.fa-neuter::before {
  content: "\f22c";
}

.fa-id-badge::before {
  content: "\f2c1";
}

.fa-marker::before {
  content: "\f5a1";
}

.fa-face-laugh-beam::before {
  content: "\f59a";
}

.fa-laugh-beam::before {
  content: "\f59a";
}

.fa-helicopter-symbol::before {
  content: "\e502";
}

.fa-universal-access::before {
  content: "\f29a";
}

.fa-circle-chevron-up::before {
  content: "\f139";
}

.fa-chevron-circle-up::before {
  content: "\f139";
}

.fa-lari-sign::before {
  content: "\e1c8";
}

.fa-volcano::before {
  content: "\f770";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

.fa-sterling-sign::before {
  content: "\f154";
}

.fa-gbp::before {
  content: "\f154";
}

.fa-pound-sign::before {
  content: "\f154";
}

.fa-viruses::before {
  content: "\e076";
}

.fa-square-person-confined::before {
  content: "\e577";
}

.fa-user-tie::before {
  content: "\f508";
}

.fa-arrow-down-long::before {
  content: "\f175";
}

.fa-long-arrow-down::before {
  content: "\f175";
}

.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

.fa-certificate::before {
  content: "\f0a3";
}

.fa-reply-all::before {
  content: "\f122";
}

.fa-mail-reply-all::before {
  content: "\f122";
}

.fa-suitcase::before {
  content: "\f0f2";
}

.fa-person-skating::before {
  content: "\f7c5";
}

.fa-skating::before {
  content: "\f7c5";
}

.fa-filter-circle-dollar::before {
  content: "\f662";
}

.fa-funnel-dollar::before {
  content: "\f662";
}

.fa-camera-retro::before {
  content: "\f083";
}

.fa-circle-arrow-down::before {
  content: "\f0ab";
}

.fa-arrow-circle-down::before {
  content: "\f0ab";
}

.fa-file-import::before {
  content: "\f56f";
}

.fa-arrow-right-to-file::before {
  content: "\f56f";
}

.fa-square-arrow-up-right::before {
  content: "\f14c";
}

.fa-external-link-square::before {
  content: "\f14c";
}

.fa-box-open::before {
  content: "\f49e";
}

.fa-scroll::before {
  content: "\f70e";
}

.fa-spa::before {
  content: "\f5bb";
}

.fa-location-pin-lock::before {
  content: "\e51f";
}

.fa-pause::before {
  content: "\f04c";
}

.fa-hill-avalanche::before {
  content: "\e507";
}

.fa-temperature-empty::before {
  content: "\f2cb";
}

.fa-temperature-0::before {
  content: "\f2cb";
}

.fa-thermometer-0::before {
  content: "\f2cb";
}

.fa-thermometer-empty::before {
  content: "\f2cb";
}

.fa-bomb::before {
  content: "\f1e2";
}

.fa-registered::before {
  content: "\f25d";
}

.fa-address-card::before {
  content: "\f2bb";
}

.fa-contact-card::before {
  content: "\f2bb";
}

.fa-vcard::before {
  content: "\f2bb";
}

.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

.fa-balance-scale-right::before {
  content: "\f516";
}

.fa-subscript::before {
  content: "\f12c";
}

.fa-diamond-turn-right::before {
  content: "\f5eb";
}

.fa-directions::before {
  content: "\f5eb";
}

.fa-burst::before {
  content: "\e4dc";
}

.fa-house-laptop::before {
  content: "\e066";
}

.fa-laptop-house::before {
  content: "\e066";
}

.fa-face-tired::before {
  content: "\f5c8";
}

.fa-tired::before {
  content: "\f5c8";
}

.fa-money-bills::before {
  content: "\e1f3";
}

.fa-smog::before {
  content: "\f75f";
}

.fa-crutch::before {
  content: "\f7f7";
}

.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

.fa-cloud-upload::before {
  content: "\f0ee";
}

.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

.fa-palette::before {
  content: "\f53f";
}

.fa-arrows-turn-right::before {
  content: "\e4c0";
}

.fa-vest::before {
  content: "\e085";
}

.fa-ferry::before {
  content: "\e4ea";
}

.fa-arrows-down-to-people::before {
  content: "\e4b9";
}

.fa-seedling::before {
  content: "\f4d8";
}

.fa-sprout::before {
  content: "\f4d8";
}

.fa-left-right::before {
  content: "\f337";
}

.fa-arrows-alt-h::before {
  content: "\f337";
}

.fa-boxes-packing::before {
  content: "\e4c7";
}

.fa-circle-arrow-left::before {
  content: "\f0a8";
}

.fa-arrow-circle-left::before {
  content: "\f0a8";
}

.fa-group-arrows-rotate::before {
  content: "\e4f6";
}

.fa-bowl-food::before {
  content: "\e4c6";
}

.fa-candy-cane::before {
  content: "\f786";
}

.fa-arrow-down-wide-short::before {
  content: "\f160";
}

.fa-sort-amount-asc::before {
  content: "\f160";
}

.fa-sort-amount-down::before {
  content: "\f160";
}

.fa-cloud-bolt::before {
  content: "\f76c";
}

.fa-thunderstorm::before {
  content: "\f76c";
}

.fa-text-slash::before {
  content: "\f87d";
}

.fa-remove-format::before {
  content: "\f87d";
}

.fa-face-smile-wink::before {
  content: "\f4da";
}

.fa-smile-wink::before {
  content: "\f4da";
}

.fa-file-word::before {
  content: "\f1c2";
}

.fa-file-powerpoint::before {
  content: "\f1c4";
}

.fa-arrows-left-right::before {
  content: "\f07e";
}

.fa-arrows-h::before {
  content: "\f07e";
}

.fa-house-lock::before {
  content: "\e510";
}

.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

.fa-cloud-download::before {
  content: "\f0ed";
}

.fa-cloud-download-alt::before {
  content: "\f0ed";
}

.fa-children::before {
  content: "\e4e1";
}

.fa-chalkboard::before {
  content: "\f51b";
}

.fa-blackboard::before {
  content: "\f51b";
}

.fa-user-large-slash::before {
  content: "\f4fa";
}

.fa-user-alt-slash::before {
  content: "\f4fa";
}

.fa-envelope-open::before {
  content: "\f2b6";
}

.fa-handshake-simple-slash::before {
  content: "\e05f";
}

.fa-handshake-alt-slash::before {
  content: "\e05f";
}

.fa-mattress-pillow::before {
  content: "\e525";
}

.fa-guarani-sign::before {
  content: "\e19a";
}

.fa-arrows-rotate::before {
  content: "\f021";
}

.fa-refresh::before {
  content: "\f021";
}

.fa-sync::before {
  content: "\f021";
}

.fa-fire-extinguisher::before {
  content: "\f134";
}

.fa-cruzeiro-sign::before {
  content: "\e152";
}

.fa-greater-than-equal::before {
  content: "\f532";
}

.fa-shield-halved::before {
  content: "\f3ed";
}

.fa-shield-alt::before {
  content: "\f3ed";
}

.fa-book-atlas::before {
  content: "\f558";
}

.fa-atlas::before {
  content: "\f558";
}

.fa-virus::before {
  content: "\e074";
}

.fa-envelope-circle-check::before {
  content: "\e4e8";
}

.fa-layer-group::before {
  content: "\f5fd";
}

.fa-arrows-to-dot::before {
  content: "\e4be";
}

.fa-archway::before {
  content: "\f557";
}

.fa-heart-circle-check::before {
  content: "\e4fd";
}

.fa-house-chimney-crack::before {
  content: "\f6f1";
}

.fa-house-damage::before {
  content: "\f6f1";
}

.fa-file-zipper::before {
  content: "\f1c6";
}

.fa-file-archive::before {
  content: "\f1c6";
}

.fa-square::before {
  content: "\f0c8";
}

.fa-martini-glass-empty::before {
  content: "\f000";
}

.fa-glass-martini::before {
  content: "\f000";
}

.fa-couch::before {
  content: "\f4b8";
}

.fa-cedi-sign::before {
  content: "\e0df";
}

.fa-italic::before {
  content: "\f033";
}

.fa-church::before {
  content: "\f51d";
}

.fa-comments-dollar::before {
  content: "\f653";
}

.fa-democrat::before {
  content: "\f747";
}

.fa-z::before {
  content: "Z";
}

.fa-person-skiing::before {
  content: "\f7c9";
}

.fa-skiing::before {
  content: "\f7c9";
}

.fa-road-lock::before {
  content: "\e567";
}

.fa-a::before {
  content: "A";
}

.fa-temperature-arrow-down::before {
  content: "\e03f";
}

.fa-temperature-down::before {
  content: "\e03f";
}

.fa-feather-pointed::before {
  content: "\f56b";
}

.fa-feather-alt::before {
  content: "\f56b";
}

.fa-p::before {
  content: "P";
}

.fa-snowflake::before {
  content: "\f2dc";
}

.fa-newspaper::before {
  content: "\f1ea";
}

.fa-rectangle-ad::before {
  content: "\f641";
}

.fa-ad::before {
  content: "\f641";
}

.fa-circle-arrow-right::before {
  content: "\f0a9";
}

.fa-arrow-circle-right::before {
  content: "\f0a9";
}

.fa-filter-circle-xmark::before {
  content: "\e17b";
}

.fa-locust::before {
  content: "\e520";
}

.fa-sort::before {
  content: "\f0dc";
}

.fa-unsorted::before {
  content: "\f0dc";
}

.fa-list-ol::before {
  content: "\f0cb";
}

.fa-list-1-2::before {
  content: "\f0cb";
}

.fa-list-numeric::before {
  content: "\f0cb";
}

.fa-person-dress-burst::before {
  content: "\e544";
}

.fa-money-check-dollar::before {
  content: "\f53d";
}

.fa-money-check-alt::before {
  content: "\f53d";
}

.fa-vector-square::before {
  content: "\f5cb";
}

.fa-bread-slice::before {
  content: "\f7ec";
}

.fa-language::before {
  content: "\f1ab";
}

.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

.fa-kiss-wink-heart::before {
  content: "\f598";
}

.fa-filter::before {
  content: "\f0b0";
}

.fa-question::before {
  content: "\?";
}

.fa-file-signature::before {
  content: "\f573";
}

.fa-up-down-left-right::before {
  content: "\f0b2";
}

.fa-arrows-alt::before {
  content: "\f0b2";
}

.fa-house-chimney-user::before {
  content: "\e065";
}

.fa-hand-holding-heart::before {
  content: "\f4be";
}

.fa-puzzle-piece::before {
  content: "\f12e";
}

.fa-money-check::before {
  content: "\f53c";
}

.fa-star-half-stroke::before {
  content: "\f5c0";
}

.fa-star-half-alt::before {
  content: "\f5c0";
}

.fa-code::before {
  content: "\f121";
}

.fa-whiskey-glass::before {
  content: "\f7a0";
}

.fa-glass-whiskey::before {
  content: "\f7a0";
}

.fa-building-circle-exclamation::before {
  content: "\e4d3";
}

.fa-magnifying-glass-chart::before {
  content: "\e522";
}

.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

.fa-external-link::before {
  content: "\f08e";
}

.fa-cubes-stacked::before {
  content: "\e4e6";
}

.fa-won-sign::before {
  content: "\f159";
}

.fa-krw::before {
  content: "\f159";
}

.fa-won::before {
  content: "\f159";
}

.fa-virus-covid::before {
  content: "\e4a8";
}

.fa-austral-sign::before {
  content: "\e0a9";
}

.fa-f::before {
  content: "F";
}

.fa-leaf::before {
  content: "\f06c";
}

.fa-road::before {
  content: "\f018";
}

.fa-taxi::before {
  content: "\f1ba";
}

.fa-cab::before {
  content: "\f1ba";
}

.fa-person-circle-plus::before {
  content: "\e541";
}

.fa-chart-pie::before {
  content: "\f200";
}

.fa-pie-chart::before {
  content: "\f200";
}

.fa-bolt-lightning::before {
  content: "\e0b7";
}

.fa-sack-xmark::before {
  content: "\e56a";
}

.fa-file-excel::before {
  content: "\f1c3";
}

.fa-file-contract::before {
  content: "\f56c";
}

.fa-fish-fins::before {
  content: "\e4f2";
}

.fa-building-flag::before {
  content: "\e4d5";
}

.fa-face-grin-beam::before {
  content: "\f582";
}

.fa-grin-beam::before {
  content: "\f582";
}

.fa-object-ungroup::before {
  content: "\f248";
}

.fa-poop::before {
  content: "\f619";
}

.fa-location-pin::before {
  content: "\f041";
}

.fa-map-marker::before {
  content: "\f041";
}

.fa-kaaba::before {
  content: "\f66b";
}

.fa-toilet-paper::before {
  content: "\f71e";
}

.fa-helmet-safety::before {
  content: "\f807";
}

.fa-hard-hat::before {
  content: "\f807";
}

.fa-hat-hard::before {
  content: "\f807";
}

.fa-eject::before {
  content: "\f052";
}

.fa-circle-right::before {
  content: "\f35a";
}

.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

.fa-plane-circle-check::before {
  content: "\e555";
}

.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

.fa-object-group::before {
  content: "\f247";
}

.fa-chart-line::before {
  content: "\f201";
}

.fa-line-chart::before {
  content: "\f201";
}

.fa-mask-ventilator::before {
  content: "\e524";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-signs-post::before {
  content: "\f277";
}

.fa-map-signs::before {
  content: "\f277";
}

.fa-cash-register::before {
  content: "\f788";
}

.fa-person-circle-question::before {
  content: "\e542";
}

.fa-h::before {
  content: "H";
}

.fa-tarp::before {
  content: "\e57b";
}

.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

.fa-tools::before {
  content: "\f7d9";
}

.fa-arrows-to-eye::before {
  content: "\e4bf";
}

.fa-plug-circle-bolt::before {
  content: "\e55b";
}

.fa-heart::before {
  content: "\f004";
}

.fa-mars-and-venus::before {
  content: "\f224";
}

.fa-house-user::before {
  content: "\e1b0";
}

.fa-home-user::before {
  content: "\e1b0";
}

.fa-dumpster-fire::before {
  content: "\f794";
}

.fa-house-crack::before {
  content: "\e3b1";
}

.fa-martini-glass-citrus::before {
  content: "\f561";
}

.fa-cocktail::before {
  content: "\f561";
}

.fa-face-surprise::before {
  content: "\f5c2";
}

.fa-surprise::before {
  content: "\f5c2";
}

.fa-bottle-water::before {
  content: "\e4c5";
}

.fa-circle-pause::before {
  content: "\f28b";
}

.fa-pause-circle::before {
  content: "\f28b";
}

.fa-toilet-paper-slash::before {
  content: "\e072";
}

.fa-apple-whole::before {
  content: "\f5d1";
}

.fa-apple-alt::before {
  content: "\f5d1";
}

.fa-kitchen-set::before {
  content: "\e51a";
}

.fa-r::before {
  content: "R";
}

.fa-temperature-quarter::before {
  content: "\f2ca";
}

.fa-temperature-1::before {
  content: "\f2ca";
}

.fa-thermometer-1::before {
  content: "\f2ca";
}

.fa-thermometer-quarter::before {
  content: "\f2ca";
}

.fa-cube::before {
  content: "\f1b2";
}

.fa-bitcoin-sign::before {
  content: "\e0b4";
}

.fa-shield-dog::before {
  content: "\e573";
}

.fa-solar-panel::before {
  content: "\f5ba";
}

.fa-lock-open::before {
  content: "\f3c1";
}

.fa-elevator::before {
  content: "\e16d";
}

.fa-money-bill-transfer::before {
  content: "\e528";
}

.fa-money-bill-trend-up::before {
  content: "\e529";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

.fa-square-poll-horizontal::before {
  content: "\f682";
}

.fa-poll-h::before {
  content: "\f682";
}

.fa-circle::before {
  content: "\f111";
}

.fa-backward-fast::before {
  content: "\f049";
}

.fa-fast-backward::before {
  content: "\f049";
}

.fa-recycle::before {
  content: "\f1b8";
}

.fa-user-astronaut::before {
  content: "\f4fb";
}

.fa-plane-slash::before {
  content: "\e069";
}

.fa-trademark::before {
  content: "\f25c";
}

.fa-basketball::before {
  content: "\f434";
}

.fa-basketball-ball::before {
  content: "\f434";
}

.fa-satellite-dish::before {
  content: "\f7c0";
}

.fa-circle-up::before {
  content: "\f35b";
}

.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

.fa-mobile-screen-button::before {
  content: "\f3cd";
}

.fa-mobile-alt::before {
  content: "\f3cd";
}

.fa-volume-high::before {
  content: "\f028";
}

.fa-volume-up::before {
  content: "\f028";
}

.fa-users-rays::before {
  content: "\e593";
}

.fa-wallet::before {
  content: "\f555";
}

.fa-clipboard-check::before {
  content: "\f46c";
}

.fa-file-audio::before {
  content: "\f1c7";
}

.fa-burger::before {
  content: "\f805";
}

.fa-hamburger::before {
  content: "\f805";
}

.fa-wrench::before {
  content: "\f0ad";
}

.fa-bugs::before {
  content: "\e4d0";
}

.fa-rupee-sign::before {
  content: "\f156";
}

.fa-rupee::before {
  content: "\f156";
}

.fa-file-image::before {
  content: "\f1c5";
}

.fa-circle-question::before {
  content: "\f059";
}

.fa-question-circle::before {
  content: "\f059";
}

.fa-plane-departure::before {
  content: "\f5b0";
}

.fa-handshake-slash::before {
  content: "\e060";
}

.fa-book-bookmark::before {
  content: "\e0bb";
}

.fa-code-branch::before {
  content: "\f126";
}

.fa-hat-cowboy::before {
  content: "\f8c0";
}

.fa-bridge::before {
  content: "\e4c8";
}

.fa-phone-flip::before {
  content: "\f879";
}

.fa-phone-alt::before {
  content: "\f879";
}

.fa-truck-front::before {
  content: "\e2b7";
}

.fa-cat::before {
  content: "\f6be";
}

.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

.fa-truck-field::before {
  content: "\e58d";
}

.fa-route::before {
  content: "\f4d7";
}

.fa-clipboard-question::before {
  content: "\e4e3";
}

.fa-panorama::before {
  content: "\e209";
}

.fa-comment-medical::before {
  content: "\f7f5";
}

.fa-teeth-open::before {
  content: "\f62f";
}

.fa-file-circle-minus::before {
  content: "\e4ed";
}

.fa-tags::before {
  content: "\f02c";
}

.fa-wine-glass::before {
  content: "\f4e3";
}

.fa-forward-fast::before {
  content: "\f050";
}

.fa-fast-forward::before {
  content: "\f050";
}

.fa-face-meh-blank::before {
  content: "\f5a4";
}

.fa-meh-blank::before {
  content: "\f5a4";
}

.fa-square-parking::before {
  content: "\f540";
}

.fa-parking::before {
  content: "\f540";
}

.fa-house-signal::before {
  content: "\e012";
}

.fa-bars-progress::before {
  content: "\f828";
}

.fa-tasks-alt::before {
  content: "\f828";
}

.fa-faucet-drip::before {
  content: "\e006";
}

.fa-cart-flatbed::before {
  content: "\f474";
}

.fa-dolly-flatbed::before {
  content: "\f474";
}

.fa-ban-smoking::before {
  content: "\f54d";
}

.fa-smoking-ban::before {
  content: "\f54d";
}

.fa-terminal::before {
  content: "\f120";
}

.fa-mobile-button::before {
  content: "\f10b";
}

.fa-house-medical-flag::before {
  content: "\e514";
}

.fa-basket-shopping::before {
  content: "\f291";
}

.fa-shopping-basket::before {
  content: "\f291";
}

.fa-tape::before {
  content: "\f4db";
}

.fa-bus-simple::before {
  content: "\f55e";
}

.fa-bus-alt::before {
  content: "\f55e";
}

.fa-eye::before {
  content: "\f06e";
}

.fa-face-sad-cry::before {
  content: "\f5b3";
}

.fa-sad-cry::before {
  content: "\f5b3";
}

.fa-audio-description::before {
  content: "\f29e";
}

.fa-person-military-to-person::before {
  content: "\e54c";
}

.fa-file-shield::before {
  content: "\e4f0";
}

.fa-user-slash::before {
  content: "\f506";
}

.fa-pen::before {
  content: "\f304";
}

.fa-tower-observation::before {
  content: "\e586";
}

.fa-file-code::before {
  content: "\f1c9";
}

.fa-signal::before {
  content: "\f012";
}

.fa-signal-5::before {
  content: "\f012";
}

.fa-signal-perfect::before {
  content: "\f012";
}

.fa-bus::before {
  content: "\f207";
}

.fa-heart-circle-xmark::before {
  content: "\e501";
}

.fa-house-chimney::before {
  content: "\e3af";
}

.fa-home-lg::before {
  content: "\e3af";
}

.fa-window-maximize::before {
  content: "\f2d0";
}

.fa-face-frown::before {
  content: "\f119";
}

.fa-frown::before {
  content: "\f119";
}

.fa-prescription::before {
  content: "\f5b1";
}

.fa-shop::before {
  content: "\f54f";
}

.fa-store-alt::before {
  content: "\f54f";
}

.fa-floppy-disk::before {
  content: "\f0c7";
}

.fa-save::before {
  content: "\f0c7";
}

.fa-vihara::before {
  content: "\f6a7";
}

.fa-scale-unbalanced::before {
  content: "\f515";
}

.fa-balance-scale-left::before {
  content: "\f515";
}

.fa-sort-up::before {
  content: "\f0de";
}

.fa-sort-asc::before {
  content: "\f0de";
}

.fa-comment-dots::before {
  content: "\f4ad";
}

.fa-commenting::before {
  content: "\f4ad";
}

.fa-plant-wilt::before {
  content: "\e5aa";
}

.fa-diamond::before {
  content: "\f219";
}

.fa-face-grin-squint::before {
  content: "\f585";
}

.fa-grin-squint::before {
  content: "\f585";
}

.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

.fa-hand-holding-usd::before {
  content: "\f4c0";
}

.fa-bacterium::before {
  content: "\e05a";
}

.fa-hand-pointer::before {
  content: "\f25a";
}

.fa-drum-steelpan::before {
  content: "\f56a";
}

.fa-hand-scissors::before {
  content: "\f257";
}

.fa-hands-praying::before {
  content: "\f684";
}

.fa-praying-hands::before {
  content: "\f684";
}

.fa-arrow-rotate-right::before {
  content: "\f01e";
}

.fa-arrow-right-rotate::before {
  content: "\f01e";
}

.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

.fa-redo::before {
  content: "\f01e";
}

.fa-biohazard::before {
  content: "\f780";
}

.fa-location-crosshairs::before {
  content: "\f601";
}

.fa-location::before {
  content: "\f601";
}

.fa-mars-double::before {
  content: "\f227";
}

.fa-child-dress::before {
  content: "\e59c";
}

.fa-users-between-lines::before {
  content: "\e591";
}

.fa-lungs-virus::before {
  content: "\e067";
}

.fa-face-grin-tears::before {
  content: "\f588";
}

.fa-grin-tears::before {
  content: "\f588";
}

.fa-phone::before {
  content: "\f095";
}

.fa-calendar-xmark::before {
  content: "\f273";
}

.fa-calendar-times::before {
  content: "\f273";
}

.fa-child-reaching::before {
  content: "\e59d";
}

.fa-head-side-virus::before {
  content: "\e064";
}

.fa-user-gear::before {
  content: "\f4fe";
}

.fa-user-cog::before {
  content: "\f4fe";
}

.fa-arrow-up-1-9::before {
  content: "\f163";
}

.fa-sort-numeric-up::before {
  content: "\f163";
}

.fa-door-closed::before {
  content: "\f52a";
}

.fa-shield-virus::before {
  content: "\e06c";
}

.fa-dice-six::before {
  content: "\f526";
}

.fa-mosquito-net::before {
  content: "\e52c";
}

.fa-bridge-water::before {
  content: "\e4ce";
}

.fa-person-booth::before {
  content: "\f756";
}

.fa-text-width::before {
  content: "\f035";
}

.fa-hat-wizard::before {
  content: "\f6e8";
}

.fa-pen-fancy::before {
  content: "\f5ac";
}

.fa-person-digging::before {
  content: "\f85e";
}

.fa-digging::before {
  content: "\f85e";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-gauge-simple::before {
  content: "\f629";
}

.fa-gauge-simple-med::before {
  content: "\f629";
}

.fa-tachometer-average::before {
  content: "\f629";
}

.fa-book-medical::before {
  content: "\f7e6";
}

.fa-poo::before {
  content: "\f2fe";
}

.fa-quote-right::before {
  content: "\f10e";
}

.fa-quote-right-alt::before {
  content: "\f10e";
}

.fa-shirt::before {
  content: "\f553";
}

.fa-t-shirt::before {
  content: "\f553";
}

.fa-tshirt::before {
  content: "\f553";
}

.fa-cubes::before {
  content: "\f1b3";
}

.fa-divide::before {
  content: "\f529";
}

.fa-tenge-sign::before {
  content: "\f7d7";
}

.fa-tenge::before {
  content: "\f7d7";
}

.fa-headphones::before {
  content: "\f025";
}

.fa-hands-holding::before {
  content: "\f4c2";
}

.fa-hands-clapping::before {
  content: "\e1a8";
}

.fa-republican::before {
  content: "\f75e";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-person-circle-xmark::before {
  content: "\e543";
}

.fa-ruler::before {
  content: "\f545";
}

.fa-align-left::before {
  content: "\f036";
}

.fa-dice-d6::before {
  content: "\f6d1";
}

.fa-restroom::before {
  content: "\f7bd";
}

.fa-j::before {
  content: "J";
}

.fa-users-viewfinder::before {
  content: "\e595";
}

.fa-file-video::before {
  content: "\f1c8";
}

.fa-up-right-from-square::before {
  content: "\f35d";
}

.fa-external-link-alt::before {
  content: "\f35d";
}

.fa-table-cells::before {
  content: "\f00a";
}

.fa-th::before {
  content: "\f00a";
}

.fa-file-pdf::before {
  content: "\f1c1";
}

.fa-book-bible::before {
  content: "\f647";
}

.fa-bible::before {
  content: "\f647";
}

.fa-o::before {
  content: "O";
}

.fa-suitcase-medical::before {
  content: "\f0fa";
}

.fa-medkit::before {
  content: "\f0fa";
}

.fa-user-secret::before {
  content: "\f21b";
}

.fa-otter::before {
  content: "\f700";
}

.fa-person-dress::before {
  content: "\f182";
}

.fa-female::before {
  content: "\f182";
}

.fa-comment-dollar::before {
  content: "\f651";
}

.fa-business-time::before {
  content: "\f64a";
}

.fa-briefcase-clock::before {
  content: "\f64a";
}

.fa-table-cells-large::before {
  content: "\f009";
}

.fa-th-large::before {
  content: "\f009";
}

.fa-book-tanakh::before {
  content: "\f827";
}

.fa-tanakh::before {
  content: "\f827";
}

.fa-phone-volume::before {
  content: "\f2a0";
}

.fa-volume-control-phone::before {
  content: "\f2a0";
}

.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

.fa-clipboard-user::before {
  content: "\f7f3";
}

.fa-child::before {
  content: "\f1ae";
}

.fa-lira-sign::before {
  content: "\f195";
}

.fa-satellite::before {
  content: "\f7bf";
}

.fa-plane-lock::before {
  content: "\e558";
}

.fa-tag::before {
  content: "\f02b";
}

.fa-comment::before {
  content: "\f075";
}

.fa-cake-candles::before {
  content: "\f1fd";
}

.fa-birthday-cake::before {
  content: "\f1fd";
}

.fa-cake::before {
  content: "\f1fd";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-angles-up::before {
  content: "\f102";
}

.fa-angle-double-up::before {
  content: "\f102";
}

.fa-paperclip::before {
  content: "\f0c6";
}

.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

.fa-ribbon::before {
  content: "\f4d6";
}

.fa-lungs::before {
  content: "\f604";
}

.fa-arrow-up-9-1::before {
  content: "\f887";
}

.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

.fa-litecoin-sign::before {
  content: "\e1d3";
}

.fa-border-none::before {
  content: "\f850";
}

.fa-circle-nodes::before {
  content: "\e4e2";
}

.fa-parachute-box::before {
  content: "\f4cd";
}

.fa-indent::before {
  content: "\f03c";
}

.fa-truck-field-un::before {
  content: "\e58e";
}

.fa-hourglass::before {
  content: "\f254";
}

.fa-hourglass-empty::before {
  content: "\f254";
}

.fa-mountain::before {
  content: "\f6fc";
}

.fa-user-doctor::before {
  content: "\f0f0";
}

.fa-user-md::before {
  content: "\f0f0";
}

.fa-circle-info::before {
  content: "\f05a";
}

.fa-info-circle::before {
  content: "\f05a";
}

.fa-cloud-meatball::before {
  content: "\f73b";
}

.fa-camera::before {
  content: "\f030";
}

.fa-camera-alt::before {
  content: "\f030";
}

.fa-square-virus::before {
  content: "\e578";
}

.fa-meteor::before {
  content: "\f753";
}

.fa-car-on::before {
  content: "\e4dd";
}

.fa-sleigh::before {
  content: "\f7cc";
}

.fa-arrow-down-1-9::before {
  content: "\f162";
}

.fa-sort-numeric-asc::before {
  content: "\f162";
}

.fa-sort-numeric-down::before {
  content: "\f162";
}

.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

.fa-hand-holding-water::before {
  content: "\f4c1";
}

.fa-water::before {
  content: "\f773";
}

.fa-calendar-check::before {
  content: "\f274";
}

.fa-braille::before {
  content: "\f2a1";
}

.fa-prescription-bottle-medical::before {
  content: "\f486";
}

.fa-prescription-bottle-alt::before {
  content: "\f486";
}

.fa-landmark::before {
  content: "\f66f";
}

.fa-truck::before {
  content: "\f0d1";
}

.fa-crosshairs::before {
  content: "\f05b";
}

.fa-person-cane::before {
  content: "\e53c";
}

.fa-tent::before {
  content: "\e57d";
}

.fa-vest-patches::before {
  content: "\e086";
}

.fa-check-double::before {
  content: "\f560";
}

.fa-arrow-down-a-z::before {
  content: "\f15d";
}

.fa-sort-alpha-asc::before {
  content: "\f15d";
}

.fa-sort-alpha-down::before {
  content: "\f15d";
}

.fa-money-bill-wheat::before {
  content: "\e52a";
}

.fa-cookie::before {
  content: "\f563";
}

.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

.fa-undo::before {
  content: "\f0e2";
}

.fa-hard-drive::before {
  content: "\f0a0";
}

.fa-hdd::before {
  content: "\f0a0";
}

.fa-face-grin-squint-tears::before {
  content: "\f586";
}

.fa-grin-squint-tears::before {
  content: "\f586";
}

.fa-dumbbell::before {
  content: "\f44b";
}

.fa-rectangle-list::before {
  content: "\f022";
}

.fa-list-alt::before {
  content: "\f022";
}

.fa-tarp-droplet::before {
  content: "\e57c";
}

.fa-house-medical-circle-check::before {
  content: "\e511";
}

.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

.fa-skiing-nordic::before {
  content: "\f7ca";
}

.fa-calendar-plus::before {
  content: "\f271";
}

.fa-plane-arrival::before {
  content: "\f5af";
}

.fa-circle-left::before {
  content: "\f359";
}

.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

.fa-train-subway::before {
  content: "\f239";
}

.fa-subway::before {
  content: "\f239";
}

.fa-chart-gantt::before {
  content: "\e0e4";
}

.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

.fa-indian-rupee::before {
  content: "\e1bc";
}

.fa-inr::before {
  content: "\e1bc";
}

.fa-crop-simple::before {
  content: "\f565";
}

.fa-crop-alt::before {
  content: "\f565";
}

.fa-money-bill-1::before {
  content: "\f3d1";
}

.fa-money-bill-alt::before {
  content: "\f3d1";
}

.fa-left-long::before {
  content: "\f30a";
}

.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

.fa-dna::before {
  content: "\f471";
}

.fa-virus-slash::before {
  content: "\e075";
}

.fa-minus::before {
  content: "\f068";
}

.fa-subtract::before {
  content: "\f068";
}

.fa-chess::before {
  content: "\f439";
}

.fa-arrow-left-long::before {
  content: "\f177";
}

.fa-long-arrow-left::before {
  content: "\f177";
}

.fa-plug-circle-check::before {
  content: "\e55c";
}

.fa-street-view::before {
  content: "\f21d";
}

.fa-franc-sign::before {
  content: "\e18f";
}

.fa-volume-off::before {
  content: "\f026";
}

.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-asl-interpreting::before {
  content: "\f2a3";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-gear::before {
  content: "\f013";
}

.fa-cog::before {
  content: "\f013";
}

.fa-droplet-slash::before {
  content: "\f5c7";
}

.fa-tint-slash::before {
  content: "\f5c7";
}

.fa-mosque::before {
  content: "\f678";
}

.fa-mosquito::before {
  content: "\e52b";
}

.fa-star-of-david::before {
  content: "\f69a";
}

.fa-person-military-rifle::before {
  content: "\e54b";
}

.fa-cart-shopping::before {
  content: "\f07a";
}

.fa-shopping-cart::before {
  content: "\f07a";
}

.fa-vials::before {
  content: "\f493";
}

.fa-plug-circle-plus::before {
  content: "\e55f";
}

.fa-place-of-worship::before {
  content: "\f67f";
}

.fa-grip-vertical::before {
  content: "\f58e";
}

.fa-arrow-turn-up::before {
  content: "\f148";
}

.fa-level-up::before {
  content: "\f148";
}

.fa-u::before {
  content: "U";
}

.fa-square-root-variable::before {
  content: "\f698";
}

.fa-square-root-alt::before {
  content: "\f698";
}

.fa-clock::before {
  content: "\f017";
}

.fa-clock-four::before {
  content: "\f017";
}

.fa-backward-step::before {
  content: "\f048";
}

.fa-step-backward::before {
  content: "\f048";
}

.fa-pallet::before {
  content: "\f482";
}

.fa-faucet::before {
  content: "\e005";
}

.fa-baseball-bat-ball::before {
  content: "\f432";
}

.fa-s::before {
  content: "S";
}

.fa-timeline::before {
  content: "\e29c";
}

.fa-keyboard::before {
  content: "\f11c";
}

.fa-caret-down::before {
  content: "\f0d7";
}

.fa-house-chimney-medical::before {
  content: "\f7f2";
}

.fa-clinic-medical::before {
  content: "\f7f2";
}

.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

.fa-temperature-3::before {
  content: "\f2c8";
}

.fa-thermometer-3::before {
  content: "\f2c8";
}

.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

.fa-mobile-screen::before {
  content: "\f3cf";
}

.fa-mobile-android-alt::before {
  content: "\f3cf";
}

.fa-plane-up::before {
  content: "\e22d";
}

.fa-piggy-bank::before {
  content: "\f4d3";
}

.fa-battery-half::before {
  content: "\f242";
}

.fa-battery-3::before {
  content: "\f242";
}

.fa-mountain-city::before {
  content: "\e52e";
}

.fa-coins::before {
  content: "\f51e";
}

.fa-khanda::before {
  content: "\f66d";
}

.fa-sliders::before {
  content: "\f1de";
}

.fa-sliders-h::before {
  content: "\f1de";
}

.fa-folder-tree::before {
  content: "\f802";
}

.fa-network-wired::before {
  content: "\f6ff";
}

.fa-map-pin::before {
  content: "\f276";
}

.fa-hamsa::before {
  content: "\f665";
}

.fa-cent-sign::before {
  content: "\e3f5";
}

.fa-flask::before {
  content: "\f0c3";
}

.fa-person-pregnant::before {
  content: "\e31e";
}

.fa-wand-sparkles::before {
  content: "\f72b";
}

.fa-ellipsis-vertical::before {
  content: "\f142";
}

.fa-ellipsis-v::before {
  content: "\f142";
}

.fa-ticket::before {
  content: "\f145";
}

.fa-power-off::before {
  content: "\f011";
}

.fa-right-long::before {
  content: "\f30b";
}

.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

.fa-flag-usa::before {
  content: "\f74d";
}

.fa-laptop-file::before {
  content: "\e51d";
}

.fa-tty::before {
  content: "\f1e4";
}

.fa-teletype::before {
  content: "\f1e4";
}

.fa-diagram-next::before {
  content: "\e476";
}

.fa-person-rifle::before {
  content: "\e54e";
}

.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

.fa-closed-captioning::before {
  content: "\f20a";
}

.fa-person-hiking::before {
  content: "\f6ec";
}

.fa-hiking::before {
  content: "\f6ec";
}

.fa-venus-double::before {
  content: "\f226";
}

.fa-images::before {
  content: "\f302";
}

.fa-calculator::before {
  content: "\f1ec";
}

.fa-people-pulling::before {
  content: "\e535";
}

.fa-n::before {
  content: "N";
}

.fa-cable-car::before {
  content: "\f7da";
}

.fa-tram::before {
  content: "\f7da";
}

.fa-cloud-rain::before {
  content: "\f73d";
}

.fa-building-circle-xmark::before {
  content: "\e4d4";
}

.fa-ship::before {
  content: "\f21a";
}

.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

.fa-download::before {
  content: "\f019";
}

.fa-face-grin::before {
  content: "\f580";
}

.fa-grin::before {
  content: "\f580";
}

.fa-delete-left::before {
  content: "\f55a";
}

.fa-backspace::before {
  content: "\f55a";
}

.fa-eye-dropper::before {
  content: "\f1fb";
}

.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

.fa-eyedropper::before {
  content: "\f1fb";
}

.fa-file-circle-check::before {
  content: "\e5a0";
}

.fa-forward::before {
  content: "\f04e";
}

.fa-mobile::before {
  content: "\f3ce";
}

.fa-mobile-android::before {
  content: "\f3ce";
}

.fa-mobile-phone::before {
  content: "\f3ce";
}

.fa-face-meh::before {
  content: "\f11a";
}

.fa-meh::before {
  content: "\f11a";
}

.fa-align-center::before {
  content: "\f037";
}

.fa-book-skull::before {
  content: "\f6b7";
}

.fa-book-dead::before {
  content: "\f6b7";
}

.fa-id-card::before {
  content: "\f2c2";
}

.fa-drivers-license::before {
  content: "\f2c2";
}

.fa-outdent::before {
  content: "\f03b";
}

.fa-dedent::before {
  content: "\f03b";
}

.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

.fa-house::before {
  content: "\f015";
}

.fa-home::before {
  content: "\f015";
}

.fa-home-alt::before {
  content: "\f015";
}

.fa-home-lg-alt::before {
  content: "\f015";
}

.fa-calendar-week::before {
  content: "\f784";
}

.fa-laptop-medical::before {
  content: "\f812";
}

.fa-b::before {
  content: "B";
}

.fa-file-medical::before {
  content: "\f477";
}

.fa-dice-one::before {
  content: "\f525";
}

.fa-kiwi-bird::before {
  content: "\f535";
}

.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

.fa-exchange::before {
  content: "\f0ec";
}

.fa-rotate-right::before {
  content: "\f2f9";
}

.fa-redo-alt::before {
  content: "\f2f9";
}

.fa-rotate-forward::before {
  content: "\f2f9";
}

.fa-utensils::before {
  content: "\f2e7";
}

.fa-cutlery::before {
  content: "\f2e7";
}

.fa-arrow-up-wide-short::before {
  content: "\f161";
}

.fa-sort-amount-up::before {
  content: "\f161";
}

.fa-mill-sign::before {
  content: "\e1ed";
}

.fa-bowl-rice::before {
  content: "\e2eb";
}

.fa-skull::before {
  content: "\f54c";
}

.fa-tower-broadcast::before {
  content: "\f519";
}

.fa-broadcast-tower::before {
  content: "\f519";
}

.fa-truck-pickup::before {
  content: "\f63c";
}

.fa-up-long::before {
  content: "\f30c";
}

.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

.fa-stop::before {
  content: "\f04d";
}

.fa-code-merge::before {
  content: "\f387";
}

.fa-upload::before {
  content: "\f093";
}

.fa-hurricane::before {
  content: "\f751";
}

.fa-mound::before {
  content: "\e52d";
}

.fa-toilet-portable::before {
  content: "\e583";
}

.fa-compact-disc::before {
  content: "\f51f";
}

.fa-file-arrow-down::before {
  content: "\f56d";
}

.fa-file-download::before {
  content: "\f56d";
}

.fa-caravan::before {
  content: "\f8ff";
}

.fa-shield-cat::before {
  content: "\e572";
}

.fa-bolt::before {
  content: "\f0e7";
}

.fa-zap::before {
  content: "\f0e7";
}

.fa-glass-water::before {
  content: "\e4f4";
}

.fa-oil-well::before {
  content: "\e532";
}

.fa-vault::before {
  content: "\e2c5";
}

.fa-mars::before {
  content: "\f222";
}

.fa-toilet::before {
  content: "\f7d8";
}

.fa-plane-circle-xmark::before {
  content: "\e557";
}

.fa-yen-sign::before {
  content: "\f157";
}

.fa-cny::before {
  content: "\f157";
}

.fa-jpy::before {
  content: "\f157";
}

.fa-rmb::before {
  content: "\f157";
}

.fa-yen::before {
  content: "\f157";
}

.fa-ruble-sign::before {
  content: "\f158";
}

.fa-rouble::before {
  content: "\f158";
}

.fa-rub::before {
  content: "\f158";
}

.fa-ruble::before {
  content: "\f158";
}

.fa-sun::before {
  content: "\f185";
}

.fa-guitar::before {
  content: "\f7a6";
}

.fa-face-laugh-wink::before {
  content: "\f59c";
}

.fa-laugh-wink::before {
  content: "\f59c";
}

.fa-horse-head::before {
  content: "\f7ab";
}

.fa-bore-hole::before {
  content: "\e4c3";
}

.fa-industry::before {
  content: "\f275";
}

.fa-circle-down::before {
  content: "\f358";
}

.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

.fa-florin-sign::before {
  content: "\e184";
}

.fa-arrow-down-short-wide::before {
  content: "\f884";
}

.fa-sort-amount-desc::before {
  content: "\f884";
}

.fa-sort-amount-down-alt::before {
  content: "\f884";
}

.fa-less-than::before {
  content: "\<";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-car-tunnel::before {
  content: "\e4de";
}

.fa-head-side-cough::before {
  content: "\e061";
}

.fa-grip-lines::before {
  content: "\f7a4";
}

.fa-thumbs-down::before {
  content: "\f165";
}

.fa-user-lock::before {
  content: "\f502";
}

.fa-arrow-right-long::before {
  content: "\f178";
}

.fa-long-arrow-right::before {
  content: "\f178";
}

.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

.fa-ellipsis::before {
  content: "\f141";
}

.fa-ellipsis-h::before {
  content: "\f141";
}

.fa-chess-pawn::before {
  content: "\f443";
}

.fa-kit-medical::before {
  content: "\f479";
}

.fa-first-aid::before {
  content: "\f479";
}

.fa-person-through-window::before {
  content: "\e5a9";
}

.fa-toolbox::before {
  content: "\f552";
}

.fa-hands-holding-circle::before {
  content: "\e4fb";
}

.fa-bug::before {
  content: "\f188";
}

.fa-credit-card::before {
  content: "\f09d";
}

.fa-credit-card-alt::before {
  content: "\f09d";
}

.fa-car::before {
  content: "\f1b9";
}

.fa-automobile::before {
  content: "\f1b9";
}

.fa-hand-holding-hand::before {
  content: "\e4f7";
}

.fa-book-open-reader::before {
  content: "\f5da";
}

.fa-book-reader::before {
  content: "\f5da";
}

.fa-mountain-sun::before {
  content: "\e52f";
}

.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

.fa-dice-d20::before {
  content: "\f6cf";
}

.fa-truck-droplet::before {
  content: "\e58c";
}

.fa-file-circle-xmark::before {
  content: "\e5a1";
}

.fa-temperature-arrow-up::before {
  content: "\e040";
}

.fa-temperature-up::before {
  content: "\e040";
}

.fa-medal::before {
  content: "\f5a2";
}

.fa-bed::before {
  content: "\f236";
}

.fa-square-h::before {
  content: "\f0fd";
}

.fa-h-square::before {
  content: "\f0fd";
}

.fa-podcast::before {
  content: "\f2ce";
}

.fa-temperature-full::before {
  content: "\f2c7";
}

.fa-temperature-4::before {
  content: "\f2c7";
}

.fa-thermometer-4::before {
  content: "\f2c7";
}

.fa-thermometer-full::before {
  content: "\f2c7";
}

.fa-bell::before {
  content: "\f0f3";
}

.fa-superscript::before {
  content: "\f12b";
}

.fa-plug-circle-xmark::before {
  content: "\e560";
}

.fa-star-of-life::before {
  content: "\f621";
}

.fa-phone-slash::before {
  content: "\f3dd";
}

.fa-paint-roller::before {
  content: "\f5aa";
}

.fa-handshake-angle::before {
  content: "\f4c4";
}

.fa-hands-helping::before {
  content: "\f4c4";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-map-marker-alt::before {
  content: "\f3c5";
}

.fa-file::before {
  content: "\f15b";
}

.fa-greater-than::before {
  content: "\>";
}

.fa-person-swimming::before {
  content: "\f5c4";
}

.fa-swimmer::before {
  content: "\f5c4";
}

.fa-arrow-down::before {
  content: "\f063";
}

.fa-droplet::before {
  content: "\f043";
}

.fa-tint::before {
  content: "\f043";
}

.fa-eraser::before {
  content: "\f12d";
}

.fa-earth-americas::before {
  content: "\f57d";
}

.fa-earth::before {
  content: "\f57d";
}

.fa-earth-america::before {
  content: "\f57d";
}

.fa-globe-americas::before {
  content: "\f57d";
}

.fa-person-burst::before {
  content: "\e53b";
}

.fa-dove::before {
  content: "\f4ba";
}

.fa-battery-empty::before {
  content: "\f244";
}

.fa-battery-0::before {
  content: "\f244";
}

.fa-socks::before {
  content: "\f696";
}

.fa-inbox::before {
  content: "\f01c";
}

.fa-section::before {
  content: "\e447";
}

.fa-gauge-high::before {
  content: "\f625";
}

.fa-tachometer-alt::before {
  content: "\f625";
}

.fa-tachometer-alt-fast::before {
  content: "\f625";
}

.fa-envelope-open-text::before {
  content: "\f658";
}

.fa-hospital::before {
  content: "\f0f8";
}

.fa-hospital-alt::before {
  content: "\f0f8";
}

.fa-hospital-wide::before {
  content: "\f0f8";
}

.fa-wine-bottle::before {
  content: "\f72f";
}

.fa-chess-rook::before {
  content: "\f447";
}

.fa-bars-staggered::before {
  content: "\f550";
}

.fa-reorder::before {
  content: "\f550";
}

.fa-stream::before {
  content: "\f550";
}

.fa-dharmachakra::before {
  content: "\f655";
}

.fa-hotdog::before {
  content: "\f80f";
}

.fa-person-walking-with-cane::before {
  content: "\f29d";
}

.fa-blind::before {
  content: "\f29d";
}

.fa-drum::before {
  content: "\f569";
}

.fa-ice-cream::before {
  content: "\f810";
}

.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

.fa-fax::before {
  content: "\f1ac";
}

.fa-paragraph::before {
  content: "\f1dd";
}

.fa-check-to-slot::before {
  content: "\f772";
}

.fa-vote-yea::before {
  content: "\f772";
}

.fa-star-half::before {
  content: "\f089";
}

.fa-boxes-stacked::before {
  content: "\f468";
}

.fa-boxes::before {
  content: "\f468";
}

.fa-boxes-alt::before {
  content: "\f468";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-chain::before {
  content: "\f0c1";
}

.fa-ear-listen::before {
  content: "\f2a2";
}

.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

.fa-tree-city::before {
  content: "\e587";
}

.fa-play::before {
  content: "\f04b";
}

.fa-font::before {
  content: "\f031";
}

.fa-rupiah-sign::before {
  content: "\e23d";
}

.fa-magnifying-glass::before {
  content: "\f002";
}

.fa-search::before {
  content: "\f002";
}

.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

.fa-table-tennis::before {
  content: "\f45d";
}

.fa-person-dots-from-line::before {
  content: "\f470";
}

.fa-diagnoses::before {
  content: "\f470";
}

.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

.fa-trash-restore-alt::before {
  content: "\f82a";
}

.fa-naira-sign::before {
  content: "\e1f6";
}

.fa-cart-arrow-down::before {
  content: "\f218";
}

.fa-walkie-talkie::before {
  content: "\f8ef";
}

.fa-file-pen::before {
  content: "\f31c";
}

.fa-file-edit::before {
  content: "\f31c";
}

.fa-receipt::before {
  content: "\f543";
}

.fa-square-pen::before {
  content: "\f14b";
}

.fa-pen-square::before {
  content: "\f14b";
}

.fa-pencil-square::before {
  content: "\f14b";
}

.fa-suitcase-rolling::before {
  content: "\f5c1";
}

.fa-person-circle-exclamation::before {
  content: "\e53f";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-battery-full::before {
  content: "\f240";
}

.fa-battery::before {
  content: "\f240";
}

.fa-battery-5::before {
  content: "\f240";
}

.fa-skull-crossbones::before {
  content: "\f714";
}

.fa-code-compare::before {
  content: "\e13a";
}

.fa-list-ul::before {
  content: "\f0ca";
}

.fa-list-dots::before {
  content: "\f0ca";
}

.fa-school-lock::before {
  content: "\e56f";
}

.fa-tower-cell::before {
  content: "\e585";
}

.fa-down-long::before {
  content: "\f309";
}

.fa-long-arrow-alt-down::before {
  content: "\f309";
}

.fa-ranking-star::before {
  content: "\e561";
}

.fa-chess-king::before {
  content: "\f43f";
}

.fa-person-harassing::before {
  content: "\e549";
}

.fa-brazilian-real-sign::before {
  content: "\e46c";
}

.fa-landmark-dome::before {
  content: "\f752";
}

.fa-landmark-alt::before {
  content: "\f752";
}

.fa-arrow-up::before {
  content: "\f062";
}

.fa-tv::before {
  content: "\f26c";
}

.fa-television::before {
  content: "\f26c";
}

.fa-tv-alt::before {
  content: "\f26c";
}

.fa-shrimp::before {
  content: "\e448";
}

.fa-list-check::before {
  content: "\f0ae";
}

.fa-tasks::before {
  content: "\f0ae";
}

.fa-jug-detergent::before {
  content: "\e519";
}

.fa-circle-user::before {
  content: "\f2bd";
}

.fa-user-circle::before {
  content: "\f2bd";
}

.fa-user-shield::before {
  content: "\f505";
}

.fa-wind::before {
  content: "\f72e";
}

.fa-car-burst::before {
  content: "\f5e1";
}

.fa-car-crash::before {
  content: "\f5e1";
}

.fa-y::before {
  content: "Y";
}

.fa-person-snowboarding::before {
  content: "\f7ce";
}

.fa-snowboarding::before {
  content: "\f7ce";
}

.fa-truck-fast::before {
  content: "\f48b";
}

.fa-shipping-fast::before {
  content: "\f48b";
}

.fa-fish::before {
  content: "\f578";
}

.fa-user-graduate::before {
  content: "\f501";
}

.fa-circle-half-stroke::before {
  content: "\f042";
}

.fa-adjust::before {
  content: "\f042";
}

.fa-clapperboard::before {
  content: "\e131";
}

.fa-circle-radiation::before {
  content: "\f7ba";
}

.fa-radiation-alt::before {
  content: "\f7ba";
}

.fa-baseball::before {
  content: "\f433";
}

.fa-baseball-ball::before {
  content: "\f433";
}

.fa-jet-fighter-up::before {
  content: "\e518";
}

.fa-diagram-project::before {
  content: "\f542";
}

.fa-project-diagram::before {
  content: "\f542";
}

.fa-copy::before {
  content: "\f0c5";
}

.fa-volume-xmark::before {
  content: "\f6a9";
}

.fa-volume-mute::before {
  content: "\f6a9";
}

.fa-volume-times::before {
  content: "\f6a9";
}

.fa-hand-sparkles::before {
  content: "\e05d";
}

.fa-grip::before {
  content: "\f58d";
}

.fa-grip-horizontal::before {
  content: "\f58d";
}

.fa-share-from-square::before {
  content: "\f14d";
}

.fa-share-square::before {
  content: "\f14d";
}

.fa-child-combatant::before {
  content: "\e4e0";
}

.fa-child-rifle::before {
  content: "\e4e0";
}

.fa-gun::before {
  content: "\e19b";
}

.fa-square-phone::before {
  content: "\f098";
}

.fa-phone-square::before {
  content: "\f098";
}

.fa-plus::before {
  content: "\+";
}

.fa-add::before {
  content: "\+";
}

.fa-expand::before {
  content: "\f065";
}

.fa-computer::before {
  content: "\e4e5";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-close::before {
  content: "\f00d";
}

.fa-multiply::before {
  content: "\f00d";
}

.fa-remove::before {
  content: "\f00d";
}

.fa-times::before {
  content: "\f00d";
}

.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

.fa-arrows::before {
  content: "\f047";
}

.fa-chalkboard-user::before {
  content: "\f51c";
}

.fa-chalkboard-teacher::before {
  content: "\f51c";
}

.fa-peso-sign::before {
  content: "\e222";
}

.fa-building-shield::before {
  content: "\e4d8";
}

.fa-baby::before {
  content: "\f77c";
}

.fa-users-line::before {
  content: "\e592";
}

.fa-quote-left::before {
  content: "\f10d";
}

.fa-quote-left-alt::before {
  content: "\f10d";
}

.fa-tractor::before {
  content: "\f722";
}

.fa-trash-arrow-up::before {
  content: "\f829";
}

.fa-trash-restore::before {
  content: "\f829";
}

.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

.fa-lines-leaning::before {
  content: "\e51e";
}

.fa-ruler-combined::before {
  content: "\f546";
}

.fa-copyright::before {
  content: "\f1f9";
}

.fa-equals::before {
  content: "\=";
}

.fa-blender::before {
  content: "\f517";
}

.fa-teeth::before {
  content: "\f62e";
}

.fa-shekel-sign::before {
  content: "\f20b";
}

.fa-ils::before {
  content: "\f20b";
}

.fa-shekel::before {
  content: "\f20b";
}

.fa-sheqel::before {
  content: "\f20b";
}

.fa-sheqel-sign::before {
  content: "\f20b";
}

.fa-map::before {
  content: "\f279";
}

.fa-rocket::before {
  content: "\f135";
}

.fa-photo-film::before {
  content: "\f87c";
}

.fa-photo-video::before {
  content: "\f87c";
}

.fa-folder-minus::before {
  content: "\f65d";
}

.fa-store::before {
  content: "\f54e";
}

.fa-arrow-trend-up::before {
  content: "\e098";
}

.fa-plug-circle-minus::before {
  content: "\e55e";
}

.fa-sign-hanging::before {
  content: "\f4d9";
}

.fa-sign::before {
  content: "\f4d9";
}

.fa-bezier-curve::before {
  content: "\f55b";
}

.fa-bell-slash::before {
  content: "\f1f6";
}

.fa-tablet::before {
  content: "\f3fb";
}

.fa-tablet-android::before {
  content: "\f3fb";
}

.fa-school-flag::before {
  content: "\e56e";
}

.fa-fill::before {
  content: "\f575";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-drumstick-bite::before {
  content: "\f6d7";
}

.fa-holly-berry::before {
  content: "\f7aa";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-bacteria::before {
  content: "\e059";
}

.fa-hand-lizard::before {
  content: "\f258";
}

.fa-notdef::before {
  content: "\e1fe";
}

.fa-disease::before {
  content: "\f7fa";
}

.fa-briefcase-medical::before {
  content: "\f469";
}

.fa-genderless::before {
  content: "\f22d";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-retweet::before {
  content: "\f079";
}

.fa-car-rear::before {
  content: "\f5de";
}

.fa-car-alt::before {
  content: "\f5de";
}

.fa-pump-soap::before {
  content: "\e06b";
}

.fa-video-slash::before {
  content: "\f4e2";
}

.fa-battery-quarter::before {
  content: "\f243";
}

.fa-battery-2::before {
  content: "\f243";
}

.fa-radio::before {
  content: "\f8d7";
}

.fa-baby-carriage::before {
  content: "\f77d";
}

.fa-carriage-baby::before {
  content: "\f77d";
}

.fa-traffic-light::before {
  content: "\f637";
}

.fa-thermometer::before {
  content: "\f491";
}

.fa-vr-cardboard::before {
  content: "\f729";
}

.fa-hand-middle-finger::before {
  content: "\f806";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-truck-moving::before {
  content: "\f4df";
}

.fa-glass-water-droplet::before {
  content: "\e4f5";
}

.fa-display::before {
  content: "\e163";
}

.fa-face-smile::before {
  content: "\f118";
}

.fa-smile::before {
  content: "\f118";
}

.fa-thumbtack::before {
  content: "\f08d";
}

.fa-thumb-tack::before {
  content: "\f08d";
}

.fa-trophy::before {
  content: "\f091";
}

.fa-person-praying::before {
  content: "\f683";
}

.fa-pray::before {
  content: "\f683";
}

.fa-hammer::before {
  content: "\f6e3";
}

.fa-hand-peace::before {
  content: "\f25b";
}

.fa-rotate::before {
  content: "\f2f1";
}

.fa-sync-alt::before {
  content: "\f2f1";
}

.fa-spinner::before {
  content: "\f110";
}

.fa-robot::before {
  content: "\f544";
}

.fa-peace::before {
  content: "\f67c";
}

.fa-gears::before {
  content: "\f085";
}

.fa-cogs::before {
  content: "\f085";
}

.fa-warehouse::before {
  content: "\f494";
}

.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

.fa-splotch::before {
  content: "\f5bc";
}

.fa-face-grin-hearts::before {
  content: "\f584";
}

.fa-grin-hearts::before {
  content: "\f584";
}

.fa-dice-four::before {
  content: "\f524";
}

.fa-sim-card::before {
  content: "\f7c4";
}

.fa-transgender::before {
  content: "\f225";
}

.fa-transgender-alt::before {
  content: "\f225";
}

.fa-mercury::before {
  content: "\f223";
}

.fa-arrow-turn-down::before {
  content: "\f149";
}

.fa-level-down::before {
  content: "\f149";
}

.fa-person-falling-burst::before {
  content: "\e547";
}

.fa-award::before {
  content: "\f559";
}

.fa-ticket-simple::before {
  content: "\f3ff";
}

.fa-ticket-alt::before {
  content: "\f3ff";
}

.fa-building::before {
  content: "\f1ad";
}

.fa-angles-left::before {
  content: "\f100";
}

.fa-angle-double-left::before {
  content: "\f100";
}

.fa-qrcode::before {
  content: "\f029";
}

.fa-clock-rotate-left::before {
  content: "\f1da";
}

.fa-history::before {
  content: "\f1da";
}

.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

.fa-grin-beam-sweat::before {
  content: "\f583";
}

.fa-file-export::before {
  content: "\f56e";
}

.fa-arrow-right-from-file::before {
  content: "\f56e";
}

.fa-shield::before {
  content: "\f132";
}

.fa-shield-blank::before {
  content: "\f132";
}

.fa-arrow-up-short-wide::before {
  content: "\f885";
}

.fa-sort-amount-up-alt::before {
  content: "\f885";
}

.fa-house-medical::before {
  content: "\e3b2";
}

.fa-golf-ball-tee::before {
  content: "\f450";
}

.fa-golf-ball::before {
  content: "\f450";
}

.fa-circle-chevron-left::before {
  content: "\f137";
}

.fa-chevron-circle-left::before {
  content: "\f137";
}

.fa-house-chimney-window::before {
  content: "\e00d";
}

.fa-pen-nib::before {
  content: "\f5ad";
}

.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

.fa-tents::before {
  content: "\e582";
}

.fa-wand-magic::before {
  content: "\f0d0";
}

.fa-magic::before {
  content: "\f0d0";
}

.fa-dog::before {
  content: "\f6d3";
}

.fa-carrot::before {
  content: "\f787";
}

.fa-moon::before {
  content: "\f186";
}

.fa-wine-glass-empty::before {
  content: "\f5ce";
}

.fa-wine-glass-alt::before {
  content: "\f5ce";
}

.fa-cheese::before {
  content: "\f7ef";
}

.fa-yin-yang::before {
  content: "\f6ad";
}

.fa-music::before {
  content: "\f001";
}

.fa-code-commit::before {
  content: "\f386";
}

.fa-temperature-low::before {
  content: "\f76b";
}

.fa-person-biking::before {
  content: "\f84a";
}

.fa-biking::before {
  content: "\f84a";
}

.fa-broom::before {
  content: "\f51a";
}

.fa-shield-heart::before {
  content: "\e574";
}

.fa-gopuram::before {
  content: "\f664";
}

.fa-earth-oceania::before {
  content: "\e47b";
}

.fa-globe-oceania::before {
  content: "\e47b";
}

.fa-square-xmark::before {
  content: "\f2d3";
}

.fa-times-square::before {
  content: "\f2d3";
}

.fa-xmark-square::before {
  content: "\f2d3";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

.fa-expand-alt::before {
  content: "\f424";
}

.fa-oil-can::before {
  content: "\f613";
}

.fa-t::before {
  content: "T";
}

.fa-hippo::before {
  content: "\f6ed";
}

.fa-chart-column::before {
  content: "\e0e3";
}

.fa-infinity::before {
  content: "\f534";
}

.fa-vial-circle-check::before {
  content: "\e596";
}

.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

.fa-voicemail::before {
  content: "\f897";
}

.fa-fan::before {
  content: "\f863";
}

.fa-person-walking-luggage::before {
  content: "\e554";
}

.fa-up-down::before {
  content: "\f338";
}

.fa-arrows-alt-v::before {
  content: "\f338";
}

.fa-cloud-moon-rain::before {
  content: "\f73c";
}

.fa-calendar::before {
  content: "\f133";
}

.fa-trailer::before {
  content: "\e041";
}

.fa-bahai::before {
  content: "\f666";
}

.fa-haykal::before {
  content: "\f666";
}

.fa-sd-card::before {
  content: "\f7c2";
}

.fa-dragon::before {
  content: "\f6d5";
}

.fa-shoe-prints::before {
  content: "\f54b";
}

.fa-circle-plus::before {
  content: "\f055";
}

.fa-plus-circle::before {
  content: "\f055";
}

.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-hand-holding::before {
  content: "\f4bd";
}

.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

.fa-link-slash::before {
  content: "\f127";
}

.fa-chain-broken::before {
  content: "\f127";
}

.fa-chain-slash::before {
  content: "\f127";
}

.fa-unlink::before {
  content: "\f127";
}

.fa-clone::before {
  content: "\f24d";
}

.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

.fa-arrow-up-z-a::before {
  content: "\f882";
}

.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

.fa-fire-flame-curved::before {
  content: "\f7e4";
}

.fa-fire-alt::before {
  content: "\f7e4";
}

.fa-tornado::before {
  content: "\f76f";
}

.fa-file-circle-plus::before {
  content: "\e494";
}

.fa-book-quran::before {
  content: "\f687";
}

.fa-quran::before {
  content: "\f687";
}

.fa-anchor::before {
  content: "\f13d";
}

.fa-border-all::before {
  content: "\f84c";
}

.fa-face-angry::before {
  content: "\f556";
}

.fa-angry::before {
  content: "\f556";
}

.fa-cookie-bite::before {
  content: "\f564";
}

.fa-arrow-trend-down::before {
  content: "\e097";
}

.fa-rss::before {
  content: "\f09e";
}

.fa-feed::before {
  content: "\f09e";
}

.fa-draw-polygon::before {
  content: "\f5ee";
}

.fa-scale-balanced::before {
  content: "\f24e";
}

.fa-balance-scale::before {
  content: "\f24e";
}

.fa-gauge-simple-high::before {
  content: "\f62a";
}

.fa-tachometer::before {
  content: "\f62a";
}

.fa-tachometer-fast::before {
  content: "\f62a";
}

.fa-shower::before {
  content: "\f2cc";
}

.fa-desktop::before {
  content: "\f390";
}

.fa-desktop-alt::before {
  content: "\f390";
}

.fa-m::before {
  content: "M";
}

.fa-table-list::before {
  content: "\f00b";
}

.fa-th-list::before {
  content: "\f00b";
}

.fa-comment-sms::before {
  content: "\f7cd";
}

.fa-sms::before {
  content: "\f7cd";
}

.fa-book::before {
  content: "\f02d";
}

.fa-user-plus::before {
  content: "\f234";
}

.fa-check::before {
  content: "\f00c";
}

.fa-battery-three-quarters::before {
  content: "\f241";
}

.fa-battery-4::before {
  content: "\f241";
}

.fa-house-circle-check::before {
  content: "\e509";
}

.fa-angle-left::before {
  content: "\f104";
}

.fa-diagram-successor::before {
  content: "\e47a";
}

.fa-truck-arrow-right::before {
  content: "\e58b";
}

.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

.fa-hand-fist::before {
  content: "\f6de";
}

.fa-fist-raised::before {
  content: "\f6de";
}

.fa-cloud-moon::before {
  content: "\f6c3";
}

.fa-briefcase::before {
  content: "\f0b1";
}

.fa-person-falling::before {
  content: "\e546";
}

.fa-image-portrait::before {
  content: "\f3e0";
}

.fa-portrait::before {
  content: "\f3e0";
}

.fa-user-tag::before {
  content: "\f507";
}

.fa-rug::before {
  content: "\e569";
}

.fa-earth-europe::before {
  content: "\f7a2";
}

.fa-globe-europe::before {
  content: "\f7a2";
}

.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

.fa-luggage-cart::before {
  content: "\f59d";
}

.fa-rectangle-xmark::before {
  content: "\f410";
}

.fa-rectangle-times::before {
  content: "\f410";
}

.fa-times-rectangle::before {
  content: "\f410";
}

.fa-window-close::before {
  content: "\f410";
}

.fa-baht-sign::before {
  content: "\e0ac";
}

.fa-book-open::before {
  content: "\f518";
}

.fa-book-journal-whills::before {
  content: "\f66a";
}

.fa-journal-whills::before {
  content: "\f66a";
}

.fa-handcuffs::before {
  content: "\e4f8";
}

.fa-triangle-exclamation::before {
  content: "\f071";
}

.fa-exclamation-triangle::before {
  content: "\f071";
}

.fa-warning::before {
  content: "\f071";
}

.fa-database::before {
  content: "\f1c0";
}

.fa-share::before {
  content: "\f064";
}

.fa-arrow-turn-right::before {
  content: "\f064";
}

.fa-mail-forward::before {
  content: "\f064";
}

.fa-bottle-droplet::before {
  content: "\e4c4";
}

.fa-mask-face::before {
  content: "\e1d7";
}

.fa-hill-rockslide::before {
  content: "\e508";
}

.fa-right-left::before {
  content: "\f362";
}

.fa-exchange-alt::before {
  content: "\f362";
}

.fa-paper-plane::before {
  content: "\f1d8";
}

.fa-road-circle-exclamation::before {
  content: "\e565";
}

.fa-dungeon::before {
  content: "\f6d9";
}

.fa-align-right::before {
  content: "\f038";
}

.fa-money-bill-1-wave::before {
  content: "\f53b";
}

.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

.fa-life-ring::before {
  content: "\f1cd";
}

.fa-hands::before {
  content: "\f2a7";
}

.fa-sign-language::before {
  content: "\f2a7";
}

.fa-signing::before {
  content: "\f2a7";
}

.fa-calendar-day::before {
  content: "\f783";
}

.fa-water-ladder::before {
  content: "\f5c5";
}

.fa-ladder-water::before {
  content: "\f5c5";
}

.fa-swimming-pool::before {
  content: "\f5c5";
}

.fa-arrows-up-down::before {
  content: "\f07d";
}

.fa-arrows-v::before {
  content: "\f07d";
}

.fa-face-grimace::before {
  content: "\f57f";
}

.fa-grimace::before {
  content: "\f57f";
}

.fa-wheelchair-move::before {
  content: "\e2ce";
}

.fa-wheelchair-alt::before {
  content: "\e2ce";
}

.fa-turn-down::before {
  content: "\f3be";
}

.fa-level-down-alt::before {
  content: "\f3be";
}

.fa-person-walking-arrow-right::before {
  content: "\e552";
}

.fa-square-envelope::before {
  content: "\f199";
}

.fa-envelope-square::before {
  content: "\f199";
}

.fa-dice::before {
  content: "\f522";
}

.fa-bowling-ball::before {
  content: "\f436";
}

.fa-brain::before {
  content: "\f5dc";
}

.fa-bandage::before {
  content: "\f462";
}

.fa-band-aid::before {
  content: "\f462";
}

.fa-calendar-minus::before {
  content: "\f272";
}

.fa-circle-xmark::before {
  content: "\f057";
}

.fa-times-circle::before {
  content: "\f057";
}

.fa-xmark-circle::before {
  content: "\f057";
}

.fa-gifts::before {
  content: "\f79c";
}

.fa-hotel::before {
  content: "\f594";
}

.fa-earth-asia::before {
  content: "\f57e";
}

.fa-globe-asia::before {
  content: "\f57e";
}

.fa-id-card-clip::before {
  content: "\f47f";
}

.fa-id-card-alt::before {
  content: "\f47f";
}

.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

.fa-search-plus::before {
  content: "\f00e";
}

.fa-thumbs-up::before {
  content: "\f164";
}

.fa-user-clock::before {
  content: "\f4fd";
}

.fa-hand-dots::before {
  content: "\f461";
}

.fa-allergies::before {
  content: "\f461";
}

.fa-file-invoice::before {
  content: "\f570";
}

.fa-window-minimize::before {
  content: "\f2d1";
}

.fa-mug-saucer::before {
  content: "\f0f4";
}

.fa-coffee::before {
  content: "\f0f4";
}

.fa-brush::before {
  content: "\f55d";
}

.fa-mask::before {
  content: "\f6fa";
}

.fa-magnifying-glass-minus::before {
  content: "\f010";
}

.fa-search-minus::before {
  content: "\f010";
}

.fa-ruler-vertical::before {
  content: "\f548";
}

.fa-user-large::before {
  content: "\f406";
}

.fa-user-alt::before {
  content: "\f406";
}

.fa-train-tram::before {
  content: "\e5b4";
}

.fa-user-nurse::before {
  content: "\f82f";
}

.fa-syringe::before {
  content: "\f48e";
}

.fa-cloud-sun::before {
  content: "\f6c4";
}

.fa-stopwatch-20::before {
  content: "\e06f";
}

.fa-square-full::before {
  content: "\f45c";
}

.fa-magnet::before {
  content: "\f076";
}

.fa-jar::before {
  content: "\e516";
}

.fa-note-sticky::before {
  content: "\f249";
}

.fa-sticky-note::before {
  content: "\f249";
}

.fa-bug-slash::before {
  content: "\e490";
}

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

.fa-bone::before {
  content: "\f5d7";
}

.fa-user-injured::before {
  content: "\f728";
}

.fa-face-sad-tear::before {
  content: "\f5b4";
}

.fa-sad-tear::before {
  content: "\f5b4";
}

.fa-plane::before {
  content: "\f072";
}

.fa-tent-arrows-down::before {
  content: "\e581";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-arrows-spin::before {
  content: "\e4bb";
}

.fa-print::before {
  content: "\f02f";
}

.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

.fa-try::before {
  content: "\e2bb";
}

.fa-turkish-lira::before {
  content: "\e2bb";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-x::before {
  content: "X";
}

.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

.fa-search-dollar::before {
  content: "\f688";
}

.fa-users-gear::before {
  content: "\f509";
}

.fa-users-cog::before {
  content: "\f509";
}

.fa-person-military-pointing::before {
  content: "\e54a";
}

.fa-building-columns::before {
  content: "\f19c";
}

.fa-bank::before {
  content: "\f19c";
}

.fa-institution::before {
  content: "\f19c";
}

.fa-museum::before {
  content: "\f19c";
}

.fa-university::before {
  content: "\f19c";
}

.fa-umbrella::before {
  content: "\f0e9";
}

.fa-trowel::before {
  content: "\e589";
}

.fa-d::before {
  content: "D";
}

.fa-stapler::before {
  content: "\e5af";
}

.fa-masks-theater::before {
  content: "\f630";
}

.fa-theater-masks::before {
  content: "\f630";
}

.fa-kip-sign::before {
  content: "\e1c4";
}

.fa-hand-point-left::before {
  content: "\f0a5";
}

.fa-handshake-simple::before {
  content: "\f4c6";
}

.fa-handshake-alt::before {
  content: "\f4c6";
}

.fa-jet-fighter::before {
  content: "\f0fb";
}

.fa-fighter-jet::before {
  content: "\f0fb";
}

.fa-square-share-nodes::before {
  content: "\f1e1";
}

.fa-share-alt-square::before {
  content: "\f1e1";
}

.fa-barcode::before {
  content: "\f02a";
}

.fa-plus-minus::before {
  content: "\e43c";
}

.fa-video::before {
  content: "\f03d";
}

.fa-video-camera::before {
  content: "\f03d";
}

.fa-graduation-cap::before {
  content: "\f19d";
}

.fa-mortar-board::before {
  content: "\f19d";
}

.fa-hand-holding-medical::before {
  content: "\e05c";
}

.fa-person-circle-check::before {
  content: "\e53e";
}

.fa-turn-up::before {
  content: "\f3bf";
}

.fa-level-up-alt::before {
  content: "\f3bf";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-aws:before {
  content: "\f375";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-modx:before {
  content: "\f285";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-square-js:before {
  content: "\f3b9";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-unity:before {
  content: "\e049";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-vk:before {
  content: "\f189";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-square-reddit:before {
  content: "\f1a2";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-square-font-awesome:before {
  content: "\e5ad";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-square-instagram:before {
  content: "\e055";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-square-hacker-news:before {
  content: "\f3af";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-edge:before {
  content: "\f282";
}

.fa-threads:before {
  content: "\e618";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-square-snapchat:before {
  content: "\f2ad";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-safari:before {
  content: "\f267";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-square-viadeo:before {
  content: "\f2aa";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-centos:before {
  content: "\f789";
}

.fa-adn:before {
  content: "\f170";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-square-dribbble:before {
  content: "\f397";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-node:before {
  content: "\f419";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-debian:before {
  content: "\e60b";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-square-twitter:before {
  content: "\f081";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-golang:before {
  content: "\e40f";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-square-youtube:before {
  content: "\f431";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-nfc-directional:before {
  content: "\e530";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-meta:before {
  content: "\e49b";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-hips:before {
  content: "\f452";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-discord:before {
  content: "\f392";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-square-steam:before {
  content: "\f1b7";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-square-vimeo:before {
  content: "\f194";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-flag:before {
  content: "\f2b4";
}

.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-apple:before {
  content: "\f179";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-padlet:before {
  content: "\e4a0";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-square-github:before {
  content: "\f092";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-neos:before {
  content: "\f612";
}

.fa-square-threads:before {
  content: "\e619";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-angular:before {
  content: "\f420";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envira:before {
  content: "\f299";
}

.fa-square-gitlab:before {
  content: "\e5ae";
}

.fa-gitlab-square:before {
  content: "\e5ae";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-square-odnoklassniki:before {
  content: "\f264";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-sith:before {
  content: "\f512";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-hashnode:before {
  content: "\e499";
}

.fa-react:before {
  content: "\f41b";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-gg:before {
  content: "\f260";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-square-pinterest:before {
  content: "\f0d3";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-xing:before {
  content: "\f168";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-less:before {
  content: "\f41d";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-nfc-symbol:before {
  content: "\e531";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-square-google-plus:before {
  content: "\f0d4";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-square-xing:before {
  content: "\f169";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-fly:before {
  content: "\f417";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-viber:before {
  content: "\f409";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-audible:before {
  content: "\f373";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-bilibili:before {
  content: "\e3d9";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-x-twitter:before {
  content: "\e61b";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-42-group:before {
  content: "\e080";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-square-pied-piper:before {
  content: "\e01e";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-square-facebook:before {
  content: "\f082";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-square-lastfm:before {
  content: "\f203";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-figma:before {
  content: "\f799";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-cmplid:before {
  content: "\e360";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-docker:before {
  content: "\f395";
}

.fa-screenpal:before {
  content: "\e570";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-wirsindhandwerk:before {
  content: "\e2d0";
}

.fa-wsh:before {
  content: "\e2d0";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-apper:before {
  content: "\f371";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ab";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-square-behance:before {
  content: "\f1b5";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-space-awesome:before {
  content: "\e5ac";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-square-git:before {
  content: "\f1d2";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-square-tumblr:before {
  content: "\f174";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-trello:before {
  content: "\f181";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-android:before {
  content: "\f17b";
}

.fa-bots:before {
  content: "\e340";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-uber:before {
  content: "\f402";
}

.fa-github:before {
  content: "\f09b";
}

.fa-php:before {
  content: "\f457";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-stubber:before {
  content: "\e5c7";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f2c6";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-odysee:before {
  content: "\e5c6";
}

.fa-square-whatsapp:before {
  content: "\f40c";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f198";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-usb:before {
  content: "\f287";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-square-x-twitter:before {
  content: "\e61a";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f23a";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-sitrox:before {
  content: "\e44a";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-strava:before {
  content: "\f428";
}

.fa-ember:before {
  content: "\f423";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-zhihu:before {
  content: "\f63f";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-pix:before {
  content: "\e43a";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-sharp-regular-400.woff2") format("woff2"), url("../webfonts/fa-sharp-regular-400.ttf") format("truetype");
}
.fasr,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-sharp-solid-900.woff2") format("woff2"), url("../webfonts/fa-sharp-solid-900.ttf") format("truetype");
}
.fass,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url("../webfonts/fa-thin-100.woff2") format("woff2"), url("../webfonts/fa-thin-100.ttf") format("truetype");
}
.fat,
.fa-thin {
  font-weight: 100;
}

.page-id-221 .social-share-wrapper {
	display:none;
}

.off-canvas-container .mobile-navigation .primary-menu > li > a:focus {
	border: 1px solid white;
}

.skip-links-footer a {
	color:#FFF;
	display:block;
}
.skip-links-footer a:focus {
	color:#000;
	display:block;
}
.skip-links-footer {
	position:absolute;
	margin-top:20px;
}

.wp-block-gallery {
	display:flex;
	flex-wrap: wrap;
}


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