@import 'https://use.typekit.net/wdj5tjo.css';
@import '../fonts/DearJoe4.css';
@import '../fonts/SegoeUI.css';
:root {
  --franklin-black: #000;
  --franklin-white: #fff;
  --franklin-green: #008e3c;
  --franklin-gray: #737373;
  --franklin-white-rgb: 255, 255, 255;
  --franklin-black-rgb: 0, 0, 0;
  --franklin-body-color-rgb: 35, 31, 32;
  --franklin-body-bg-rgb: 255, 255, 255;
  --franklin-font-sans-serif:
    system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', 'Noto Sans',
    'Liberation Sans', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol', 'Noto Color Emoji';
  --franklin-font-monospace:
    SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
  --franklin-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --franklin-body-font-family: aktiv-grotesk, sans-serif;
  --franklin-body-font-size: 1rem;
  --franklin-body-font-weight: 500;
  --franklin-body-line-height: 1.67;
  --franklin-body-color: #231f20;
  --franklin-body-bg: #fff;
  --franklin-border-width: 1px;
  --franklin-border-style: solid;
  --franklin-border-color: #dee2e6;
  --franklin-border-color-translucent: rgba(0, 0, 0, 0.175);
  --franklin-border-radius: 0.375rem;
  --franklin-border-radius-sm: 0.25rem;
  --franklin-border-radius-lg: 0.5rem;
  --franklin-border-radius-xl: 1rem;
  --franklin-border-radius-2xl: 2rem;
  --franklin-border-radius-pill: 50rem;
  --franklin-link-color: #008e3c;
  --franklin-link-hover-color: rgb(0, 113.6, 48);
  --franklin-code-color: #d63384;
  --franklin-highlight-bg: rgb(255, 242.6, 205.4);
}
:root {
  --franklin-root-font-size: 14px;
  --franklin-page-max-width: 100%;
  --franklin-container-gutter-x: 60px;
  --franklin-container-offset-x: var(--franklin-container-gutter-x);
  --franklin-container-max-width: calc(
    var(--franklin-page-max-width) - var(--franklin-container-gutter-x)
  );
  --franklin-container-base-width: 63.75rem;
}
@media (min-width: 992px) {
  :root {
    --franklin-container-max-width: 63.75rem;
  }
}
@media (min-width: 1280px) {
  :root {
    --franklin-container-max-width: 1224px;
    --franklin-container-offset-x: calc(
      var(--franklin-page-max-width) - var(--franklin-container-max-width)
    );
  }
}
@media (min-width: 1700px) {
  :root {
    --franklin-container-max-width: 1530px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --franklin-container-base-width: 100%;
  }
}
@media (min-width: 992px) {
  :root {
    --franklin-page-max-width: 1280px;
  }
}
@media (min-width: 1280px) {
  :root {
    --franklin-root-font-size: 19.2px;
    --franklin-container-gutter-x: 3.33rem;
    --franklin-page-max-width: 1700px;
    --franklin-container-base-width: 1224px;
  }
}
@media (min-width: 1700px) {
  :root {
    --franklin-root-font-size: 24px;
    --franklin-page-max-width: 1920px;
    --franklin-container-base-width: 1530px;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--franklin-body-font-family);
  font-size: var(--franklin-body-font-size);
  font-weight: var(--franklin-body-font-weight);
  line-height: var(--franklin-body-line-height);
  color: var(--franklin-body-color);
  text-align: var(--franklin-body-text-align);
  background-color: var(--franklin-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}
h6,
h5,
h4,
h3,
h2,
h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 0.875em;
}
mark {
  padding: 0.1875em;
  background-color: var(--franklin-highlight-bg);
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: var(--franklin-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--franklin-link-hover-color);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: var(--franklin-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: var(--franklin-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--franklin-body-bg);
  background-color: var(--franklin-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role='button'] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type='date']):not([type='datetime-local']):not([type='month']):not(
    [type='week']
  ):not([type='time'])::-webkit-calendar-picker-indicator {
  display: none !important;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend {
  line-height: inherit;
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.modal {
  --franklin-modal-zindex: 1055;
  --franklin-modal-width: 33.33rem;
  --franklin-modal-padding: 1rem;
  --franklin-modal-margin: 0.5rem;
  --franklin-modal-color: ;
  --franklin-modal-bg: #fff;
  --franklin-modal-border-color: var(--franklin-border-color-translucent);
  --franklin-modal-border-width: 1px;
  --franklin-modal-border-radius: 0.5rem;
  --franklin-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --franklin-modal-inner-border-radius: calc(0.5rem - 1px);
  --franklin-modal-header-padding-x: 1rem;
  --franklin-modal-header-padding-y: 1rem;
  --franklin-modal-header-padding: 1rem 1rem;
  --franklin-modal-header-border-color: var(--franklin-border-color);
  --franklin-modal-header-border-width: 1px;
  --franklin-modal-title-line-height: 1.1;
  --franklin-modal-footer-gap: 0.25rem;
  --franklin-modal-footer-bg: ;
  --franklin-modal-footer-border-color: var(--franklin-border-color);
  --franklin-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--franklin-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--franklin-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - var(--franklin-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--franklin-modal-margin) * 2);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--franklin-modal-color);
  pointer-events: auto;
  background-color: var(--franklin-modal-bg);
  background-clip: padding-box;
  border: var(--franklin-modal-border-width) solid
    var(--franklin-modal-border-color);
  border-radius: var(--franklin-modal-border-radius);
  outline: 0;
}
.modal-backdrop {
  --franklin-backdrop-zindex: 1050;
  --franklin-backdrop-bg: #000;
  --franklin-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--franklin-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--franklin-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--franklin-backdrop-opacity);
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--franklin-modal-header-padding);
  border-bottom: var(--franklin-modal-header-border-width) solid
    var(--franklin-modal-header-border-color);
  border-top-left-radius: var(--franklin-modal-inner-border-radius);
  border-top-right-radius: var(--franklin-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--franklin-modal-header-padding-y) * 0.5)
    calc(var(--franklin-modal-header-padding-x) * 0.5);
  margin: calc(var(--franklin-modal-header-padding-y) * -0.5)
    calc(var(--franklin-modal-header-padding-x) * -0.5)
    calc(var(--franklin-modal-header-padding-y) * -0.5) auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--franklin-modal-title-line-height);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--franklin-modal-padding);
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(
    var(--franklin-modal-padding) - var(--franklin-modal-footer-gap) * 0.5
  );
  background-color: var(--franklin-modal-footer-bg);
  border-top: var(--franklin-modal-footer-border-width) solid
    var(--franklin-modal-footer-border-color);
  border-bottom-right-radius: var(--franklin-modal-inner-border-radius);
  border-bottom-left-radius: var(--franklin-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--franklin-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
  .modal {
    --franklin-modal-margin: 1.75rem;
    --franklin-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--franklin-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --franklin-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --franklin-modal-width: 800px;
  }
}
@media (min-width: 1280px) {
  .modal-xl {
    --franklin-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1279.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1599.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-contents {
  display: contents !important;
}
.d-inherit {
  display: inherit !important;
}
.d-reset {
  display: initial !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.lowercase {
  text-transform: lowercase !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.normal-case {
  text-transform: none !important;
}
.italic {
  font-style: italic !important;
}
.not-italic {
  font-style: normal !important;
}
.font-thin {
  font-weight: 100 !important;
}
.font-extralight {
  font-weight: 200 !important;
}
.font-light {
  font-weight: 300 !important;
}
.font-normal {
  font-weight: 400 !important;
}
.font-medium {
  font-weight: 500 !important;
}
.font-semibold {
  font-weight: 600 !important;
}
.font-bold {
  font-weight: 700 !important;
}
.font-extrabold {
  font-weight: 800 !important;
}
.font-black {
  font-weight: 900 !important;
}
.text-black {
  color: #000 !important;
}
.text-white {
  color: #fff !important;
}
.text-green {
  color: #008e3c !important;
}
.text-gray {
  color: #737373 !important;
}
.text-body {
  color: #231f20 !important;
}
.text-inherit {
  color: inherit !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mr-4 {
  margin-right: 1.5rem !important;
}
.mr-5 {
  margin-right: 3rem !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.ml-3 {
  margin-left: 1rem !important;
}
.ml-4 {
  margin-left: 1.5rem !important;
}
.ml-5 {
  margin-left: 3rem !important;
}
.ml-auto {
  margin-left: auto !important;
}
.m-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin-left: -3rem !important;
}
.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}
.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}
.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}
.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}
.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}
.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}
.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}
.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}
.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}
.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}
.mt-n1 {
  margin-top: -0.25rem !important;
}
.mt-n2 {
  margin-top: -0.5rem !important;
}
.mt-n3 {
  margin-top: -1rem !important;
}
.mt-n4 {
  margin-top: -1.5rem !important;
}
.mt-n5 {
  margin-top: -3rem !important;
}
.mr-n1 {
  margin-right: -0.25rem !important;
}
.mr-n2 {
  margin-right: -0.5rem !important;
}
.mr-n3 {
  margin-right: -1rem !important;
}
.mr-n4 {
  margin-right: -1.5rem !important;
}
.mr-n5 {
  margin-right: -3rem !important;
}
.mb-n1 {
  margin-bottom: -0.25rem !important;
}
.mb-n2 {
  margin-bottom: -0.5rem !important;
}
.mb-n3 {
  margin-bottom: -1rem !important;
}
.mb-n4 {
  margin-bottom: -1.5rem !important;
}
.mb-n5 {
  margin-bottom: -3rem !important;
}
.ml-n1 {
  margin-left: -0.25rem !important;
}
.ml-n2 {
  margin-left: -0.5rem !important;
}
.ml-n3 {
  margin-left: -1rem !important;
}
.ml-n4 {
  margin-left: -1.5rem !important;
}
.ml-n5 {
  margin-left: -3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-1 {
  padding-right: 0.25rem !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pr-3 {
  padding-right: 1rem !important;
}
.pr-4 {
  padding-right: 1.5rem !important;
}
.pr-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-1 {
  padding-left: 0.25rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.pl-3 {
  padding-left: 1rem !important;
}
.pl-4 {
  padding-left: 1.5rem !important;
}
.pl-5 {
  padding-left: 3rem !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-contents {
    display: contents !important;
  }
  .d-sm-inherit {
    display: inherit !important;
  }
  .d-sm-reset {
    display: initial !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-justify {
    text-align: justify !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin-left: -3rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mr-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mr-sm-n3 {
    margin-right: -1rem !important;
  }
  .mr-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mr-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ml-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ml-sm-n3 {
    margin-left: -1rem !important;
  }
  .ml-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .ml-sm-n5 {
    margin-left: -3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-contents {
    display: contents !important;
  }
  .d-md-inherit {
    display: inherit !important;
  }
  .d-md-reset {
    display: initial !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin-left: -3rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mr-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mr-md-n3 {
    margin-right: -1rem !important;
  }
  .mr-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mr-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ml-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ml-md-n3 {
    margin-left: -1rem !important;
  }
  .ml-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ml-md-n5 {
    margin-left: -3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-contents {
    display: contents !important;
  }
  .d-lg-inherit {
    display: inherit !important;
  }
  .d-lg-reset {
    display: initial !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-justify {
    text-align: justify !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin-left: -3rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mr-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mr-lg-n3 {
    margin-right: -1rem !important;
  }
  .mr-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mr-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ml-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ml-lg-n3 {
    margin-left: -1rem !important;
  }
  .ml-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .ml-lg-n5 {
    margin-left: -3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-contents {
    display: contents !important;
  }
  .d-xl-inherit {
    display: inherit !important;
  }
  .d-xl-reset {
    display: initial !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-justify {
    text-align: justify !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin-left: -3rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mr-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mr-xl-n3 {
    margin-right: -1rem !important;
  }
  .mr-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mr-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ml-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ml-xl-n3 {
    margin-left: -1rem !important;
  }
  .ml-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .ml-xl-n5 {
    margin-left: -3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1700px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-contents {
    display: contents !important;
  }
  .d-xxl-inherit {
    display: inherit !important;
  }
  .d-xxl-reset {
    display: initial !important;
  }
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .text-xxl-justify {
    text-align: justify !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-0 {
    margin-right: 0 !important;
  }
  .mr-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mr-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mr-xxl-3 {
    margin-right: 1rem !important;
  }
  .mr-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mr-xxl-5 {
    margin-right: 3rem !important;
  }
  .mr-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-0 {
    margin-left: 0 !important;
  }
  .ml-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ml-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ml-xxl-3 {
    margin-left: 1rem !important;
  }
  .ml-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ml-xxl-5 {
    margin-left: 3rem !important;
  }
  .ml-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin-left: -3rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mr-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mr-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mr-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mr-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ml-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ml-xxl-n3 {
    margin-left: -1rem !important;
  }
  .ml-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ml-xxl-n5 {
    margin-left: -3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-0 {
    padding-right: 0 !important;
  }
  .pr-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pr-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pr-xxl-3 {
    padding-right: 1rem !important;
  }
  .pr-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pr-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-0 {
    padding-left: 0 !important;
  }
  .pl-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .pl-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .pl-xxl-3 {
    padding-left: 1rem !important;
  }
  .pl-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .pl-xxl-5 {
    padding-left: 3rem !important;
  }
}
html {
  font-size: var(--franklin-root-font-size);
}
.site {
  overflow: clip;
  position: relative;
}
.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
}
.clearfix::after {
  clear: both;
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.container,
.container-fluid {
  --franklin-gutter-x: var(--franklin-container-gutter-x);
  --franklin-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--franklin-gutter-x) * 0.5);
  padding-left: calc(var(--franklin-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
.container {
  max-width: calc(
    var(--franklin-container-max-width) + var(--franklin-container-gutter-x)
  );
}
.submenu,
.menu {
  padding-left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu a {
  text-decoration: none;
  color: inherit;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.site-header {
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 9;
}
@media (max-width: 1279.98px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 11;
  }
}
.topbar {
  padding-top: 0.42rem;
  padding-bottom: 0.42rem;
  font-size: 0.67rem;
  text-align: center;
  line-height: 1.25;
  color: #8e8e8e;
}
.topbar > * {
  margin: 0;
}
.topbar strong {
  font-weight: 600;
  color: #008e3c;
}
.topbar a {
  text-decoration: none;
  font-weight: 600;
  color: inherit;
}
@media (max-width: 1279.98px) {
  .topbar {
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: 'aktiv-grotesk-condensed', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #000;
  }
}
@media (min-width: 992px) {
  .main-header {
    --franklin-container-max-width: 60.83rem;
  }
}
@media (min-width: 1280px) {
  .main-header {
    --franklin-container-max-width: 1168px;
    --franklin-container-offset-x: calc(
      var(--franklin-page-max-width) - var(--franklin-container-max-width)
    );
  }
}
@media (min-width: 1700px) {
  .main-header {
    --franklin-container-max-width: 1460px;
  }
}
.main-header {
  color: #fff;
  background-color: #008e3c;
  border-bottom: 2px solid #fff;
}
@media (max-width: 1279.98px) {
  .main-header {
    border-bottom-width: 1px;
    position: relative;
  }
}
.main-header .inner {
  display: flex;
  justify-content: space-between;
}
.main-header .menu-toggler {
  display: none;
  width: 60px;
  aspect-ratio: 6/5;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  border: 0;
  overflow: hidden;
}
@media (max-width: 1279.98px) {
  .main-header .menu-toggler {
    display: block;
    position: absolute;
    top: 3px;
    right: 18px;
  }
}
.main-header .menu-toggler::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-mask: url('../images/bars.svg') center/41px no-repeat;
  mask: url('../images/bars.svg') center/41px no-repeat;
}
.site-logo {
  margin: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.site-logo a {
  display: block;
  width: 17.21rem;
  aspect-ratio: 413/174;
  overflow: hidden;
  background: url('../images/logo-white.png') center/contain no-repeat;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .site-logo a {
    background-image: url('../images/logo-white@2x.png');
  }
}
.site-logo a::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 1279.98px) {
  .site-logo {
    margin: auto;
    padding-top: 7px;
    padding-bottom: 6px;
  }
  .site-logo a {
    width: 184px;
  }
}
.beside-logo {
  padding-top: 1.79rem;
}
@media (min-width: 1280px) {
  .beside-logo-inner {
    display: contents;
  }
}
@media (max-width: 1279.98px) {
  .beside-logo {
    width: calc(50% + 130px);
    padding: 12px;
    padding-left: 38px;
    padding-right: 25px;
    font-family: 'aktiv-grotesk-condensed', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    color: #008e3c;
    background-color: #fff;
    border-bottom-left-radius: 20px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    transition: 250ms ease-in-out;
  }
  .beside-logo:not(.visible) {
    visibility: hidden;
    transform: translateX(100%);
    opacity: 0;
  }
  .beside-logo-inner {
    display: flex;
    flex-direction: column;
  }
  .beside-logo-inner::before {
    content: '';
    display: block;
    width: 134px;
    aspect-ratio: 134/56;
    margin-bottom: 7px;
    background: url('../images/logo.png') center/contain no-repeat;
  }
}
@media only screen and (max-width: 1279.98px) and (min-resolution: 192dpi),
  only screen and (max-width: 1279.98px) and (min-resolution: 2dppx) {
  .beside-logo-inner::before {
    background-image: url('../images/logo@2x.png');
  }
}
@media (max-width: 1279.98px) {
  .beside-logo .menu-toggler {
    width: 50px;
    aspect-ratio: 1;
    background-color: #008e3c;
    -webkit-mask: url('../images/x-icon.svg') center/24px no-repeat;
    mask: url('../images/x-icon.svg') center/24px no-repeat;
    right: 38px;
  }
  .beside-logo .menu-toggler::before {
    background: rgba(0, 0, 0, 0);
    opacity: 0;
  }
}
.site-menu {
  font-family: 'aktiv-grotesk-condensed', sans-serif;
  font-weight: 600;
  font-size: 0.83rem;
  line-height: 1.5;
}
@media (max-width: 1279.98px) {
  .site-menu {
    display: contents;
    font-size: inherit;
  }
}
.site-menu .menu {
  display: flex;
  align-items: center;
}
@media (max-width: 1279.98px) {
  .site-menu .menu {
    display: contents;
  }
}
/* .site-menu .menu > li {
  display: contents;
} */
.site-menu .menu > li + li::before {
  content: '';
  width: 2px;
  height: 0.8em;
  margin: 0 0.5em 0.1em;
  background-color: #7fb441;
}
@media (max-width: 1279.98px) {
  .site-menu .menu > li {
    display: block;
    position: relative;
  }
  .site-menu .menu > li::before {
    display: none;
  }
  .site-menu .menu > li + li {
    margin-top: 21px;
  }
  .site-menu .menu > li a {
    display: block;
    padding: 2px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    -o-border-image: linear-gradient(to right, #008e3c, rgba(255, 255, 255, 0))
      1;
    border-image: linear-gradient(to right, #008e3c, rgba(255, 255, 255, 0)) 1;
  }
}
.header-buttons {
  margin-bottom: 0.75rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.67rem;
}
@media (max-width: 1279.98px) {
  .header-buttons {
    order: 99;
    margin-top: 21px;
    flex-direction: column;
    gap: 21px;
  }
}
.header-buttons .contact-button {
  width: 8.58rem;
  height: 1.88rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3333333333em;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none !important;
  color: #008e3c;
  background-color: #fff;
  border-radius: 0.21rem;
}
.header-buttons .contact-button::before {
  content: '';
  width: 2.6666666667em;
  aspect-ratio: 48/42;
  margin-left: -1em;
  background-color: #008e3c;
  -webkit-mask: url('../images/phone-alt-icon.svg') center/contain no-repeat;
  mask: url('../images/phone-alt-icon.svg') center/contain no-repeat;
}
@media (max-width: 1279.98px) {
  .header-buttons .contact-button {
    display: none;
  }
}
.header-buttons .report-button {
  width: 8.58rem;
  height: 1.88rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5555555556em;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none !important;
  color: #008e3c;
  background-color: #fff;
  border: 0;
  border-radius: 0.21rem;
  outline: 0 !important;
}
.header-buttons .report-button::before {
  content: '';
  width: 1.3333333333em;
  aspect-ratio: 1;
  background-color: #008e3c;
  -webkit-mask: url('../images/document-icon.svg') center/contain no-repeat;
  mask: url('../images/document-icon.svg') center/contain no-repeat;
}
@media (max-width: 1279.98px) {
  .header-buttons .report-button {
    width: 100%;
    height: auto;
    padding: 2px 0;
    justify-content: flex-start;
    gap: 8px;
    font-size: inherit;
    line-height: inherit;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    -o-border-image: linear-gradient(to right, #008e3c, rgba(255, 255, 255, 0))
      1;
    border-image: linear-gradient(to right, #008e3c, rgba(255, 255, 255, 0)) 1;
  }
}
.header-buttons .search-form {
  width: 9.33rem;
  display: flex;
  font-size: 0.71rem;
}
.header-buttons .search-form input {
  width: 100%;
  padding-left: 0.6470588235em;
  border: 0;
  background-color: #fff;
  border: 1px solid #7fb439;
  border-radius: 0.21rem 0 0 0.21rem;
  outline: 0 !important;
}
.header-buttons .search-form input::-moz-placeholder {
  color: #8e8e8e;
}
.header-buttons .search-form input::placeholder {
  color: #8e8e8e;
}
.header-buttons .search-form button {
  flex-shrink: 0;
  width: 2.08rem;
  overflow: hidden;
  color: #fff;
  background: url('../images/search-icon.png') center/1.75rem no-repeat;
  background-color: #7fb439;
  border: 0;
  border-radius: 0 0.21rem 0.21rem 0;
}
.header-buttons .search-form button::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
}
.header-buttons .search-form label {
  display: none;
}
@media (max-width: 1279.98px) {
  .header-buttons .search-form {
    width: 100%;
    height: 34px;
    gap: 10px;
    position: relative;
  }
  .header-buttons .search-form label {
    display: block;
    font-family: 'aktiv-grotesk-condensed', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 34px;
    position: absolute;
    padding-left: 34px;
  }
  .header-buttons .search-form input {
    padding: 0;
    border: 0;
    font-size: 1rem;
    font-family: 'aktiv-grotesk', sans-serif;
    opacity: 0;
  }
  .header-buttons .search-form input:not(:-moz-placeholder):valid {
    opacity: 1;
  }
  .header-buttons .search-form input:focus,
  .header-buttons .search-form input:not(:placeholder-shown):valid {
    opacity: 1;
  }
  .header-buttons .search-form input:not(:-moz-placeholder):valid + label {
    opacity: 0;
  }
  .header-buttons .search-form input:focus + label,
  .header-buttons .search-form input:not(:placeholder-shown):valid + label {
    opacity: 0;
  }
  .header-buttons .search-form button {
    order: -1;
    width: 24px;
    height: 24px;
    align-self: center;
    background: #008e3c;
    -webkit-mask: url('../images/search-icon.svg') center/contain no-repeat;
    mask: url('../images/search-icon.svg') center/contain no-repeat;
    pointer-events: none;
  }
}
.site-content a {
  font-weight: 600;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.1em;
}
.site-content a > * {
  text-decoration: inherit;
}
.site-content img {
  max-width: 100%;
  height: auto;
}
.site-content figure {
  margin: 0;
  border: 0.17rem solid #fff;
  background-color: #fff;
  border-radius: 0.83rem;
  overflow: hidden;
  position: relative;
}
.site-content figure img {
  width: 100%;
}
.site-content .row {
  display: flex;
  justify-content: space-between;
}
.site-content .text-xl {
  font-size: 2rem;
  line-height: 1.23;
}
.site-content .text-xl small {
  font-size: 0.8333333333em;
}
.site-content .text-lg {
  font-size: 1.5rem;
  line-height: 1.11;
}
.site-content .text-md {
  font-size: 1.33rem;
  line-height: 1.25;
}
.site-content .text-sm {
  font-size: 0.83rem;
  line-height: 1.75;
}
.site-content .white-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 11.63rem;
  height: 2.04rem;
  padding: 0.4166666667em;
  font-family: 'aktiv-grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.13;
  font-weight: 600 !important;
  text-align: center;
  text-decoration: none !important;
  color: #008e3c;
  background-color: #fff;
  border: 1px solid #008e3c;
  border-radius: 0.21rem;
}
.site-content .green-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 11.63rem;
  height: 2.04rem;
  padding: 0.4166666667em;
  font-family: 'aktiv-grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.13;
  font-weight: 600 !important;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  background-color: #008e3c;
  border-radius: 0.21rem;
}
.site-content .report-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  width: 9.29rem;
  height: 2.04rem;
  padding: 0.5em;
  font-family: 'aktiv-grotesk', sans-serif;
  font-size: 0.83rem;
  line-height: 1.35;
  font-weight: 600;
  text-align: center;
  text-decoration: none !important;
  color: #008e3c;
  background-color: #fff;
  border: 1px solid #008e3c;
  border-radius: 0.21rem;
  white-space: nowrap;
}
.site-content .report-btn::before {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 1.55em;
  margin: -0.1em 0;
  aspect-ratio: 1;
  background: url('../images/test-results-icon.png') center/contain no-repeat;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .site-content .report-btn::before {
    background-image: url('../images/test-results-icon@2x.png');
  }
}
.site-content .tree-diagram {
  padding-left: 0;
  list-style: none;
  width: 20.6666666667em;
  aspect-ratio: 1;
  margin: 0;
  font-family: 'aktiv-grotesk-condensed', sans-serif;
  font-size: 1.5rem;
  line-height: 1.11;
  font-weight: 700;
  text-align: center;
  position: relative;
  background: url('../images/tree-diagram-icon.png') center/7.1944444444em
    no-repeat;
}
@media (max-width: 575.98px) {
  .site-content .tree-diagram {
    font-size: 18px;
  }
}
.site-content .tree-diagram > li {
  width: 5.1111111111em;
  aspect-ratio: 1;
  margin: -2.5555555556em;
  padding-top: 0.2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #7fb441;
  border: 0.2222222222em solid #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}
.site-content .tree-diagram > li:nth-child(1),
.site-content .tree-diagram > li:nth-child(6) {
  left: 50%;
}
.site-content .tree-diagram > li:nth-child(1) {
  top: 15.5%;
}
.site-content .tree-diagram > li:nth-child(6) {
  bottom: 15.5%;
}
.site-content .tree-diagram > li:nth-child(2),
.site-content .tree-diagram > li:nth-child(3) {
  top: 33%;
}
.site-content .tree-diagram > li:nth-child(4),
.site-content .tree-diagram > li:nth-child(5) {
  bottom: 33%;
}
.site-content .tree-diagram > li:nth-child(2),
.site-content .tree-diagram > li:nth-child(4) {
  left: 20%;
}
.site-content .tree-diagram > li:nth-child(3),
.site-content .tree-diagram > li:nth-child(5) {
  right: 20%;
}
.site-content .tree-diagram > li strong {
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 700;
}
.site-content .list-lg {
  font-family: 'aktiv-grotesk-condensed', sans-serif;
  font-size: 1.33rem;
  line-height: 1.56;
  padding-left: 1em;
}
.site-content .list-as-table {
  padding-left: 0;
  list-style: none;
  font-size: 1.33rem;
  line-height: 1.25;
  font-weight: 500;
}
.site-content .list-as-table > li {
  padding-top: 0.15625em;
  padding-bottom: 0.15625em;
  display: flex;
  gap: 0.5em;
}
.site-content .list-as-table > li > *:first-child {
  flex-grow: 1;
  font-family: 'aktiv-grotesk-condensed', sans-serif;
}
.site-content .list-as-table > li > *:last-child {
  flex-shrink: 0;
  font-weight: 800;
  color: #008e3c;
}
.site-content .list-as-table > li:nth-child(odd) {
  background-color: rgba(127, 180, 65, 0.24);
}
@media (min-width: 992px) {
  .page-header {
    --franklin-container-max-width: 63.33rem;
  }
}
@media (min-width: 1280px) {
  .page-header {
    --franklin-container-max-width: 1216px;
    --franklin-container-offset-x: calc(
      var(--franklin-page-max-width) - var(--franklin-container-max-width)
    );
  }
}
@media (min-width: 1700px) {
  .page-header {
    --franklin-container-max-width: 1520px;
  }
}
.page-header {
  height: 21.79rem;
  margin-bottom: 0.96rem;
  position: relative;
}
@media (max-width: 1279.98px) {
  .page-header {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .page-header {
    height: 240px;
  }
}
@media (max-width: 767.98px) {
  .page-header {
    height: 170px;
  }
}
.page-header::before {
  content: '';
  display: block;
  height: 44.3594646272%;
  background: linear-gradient(to bottom, #fff, #737373);
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0;
  top: auto;
  z-index: 1;
}
.page-header .container {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.page-header .page-title {
  margin-bottom: 0.5em;
  font-family: 'dearJoe4', cursive;
  font-weight: 400;
  font-size: 4rem;
  line-height: 1;
  color: #fff;
  text-shadow: 0 4px 4px #000;
  position: relative;
  z-index: 9;
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .page-header .page-title {
    font-size: 48px;
  }
}
@media (max-width: 767.98px) {
  .page-header .page-title {
    font-size: 35px;
  }
}
.featured-image {
  overflow: hidden;
  position: absolute;
  inset: 0;
}
.featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  inset: 0;
  top: auto;
}
.content-section .section-title {
  font-family: 'dearJoe4', cursive;
  font-weight: 400;
  font-size: 2.71rem;
  line-height: 1;
}
.section-item-first {
  min-height: 10.42rem;
  padding-top: 2.29rem;
  padding-bottom: 1.88rem;
  font-weight: 600;
  color: #fff;
  position: relative;
}
.section-item-first::before {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, #737373 0%, rgba(255, 255, 255, 0) 98.54%),
    linear-gradient(to right, #008e3c 0%, #7fb439 100%);
  background-repeat: no-repeat;
  background-size:
    100% 85.5902777778%,
    100% 100%;
  background-blend-mode: multiply;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 3.13rem),
    50% 100%,
    0% calc(100% - 3.13rem)
  );
}
.section-item-first a {
  color: inherit;
}
.section-item-first > * {
  position: relative;
  z-index: 1;
}
.section-item-first .text-lg strong {
  font-weight: 800;
}
.section-item-last {
  min-height: 10.42rem;
  margin-bottom: 0.83rem;
  padding-top: 2.29rem;
  padding-bottom: 1.88rem;
  color: #fff;
  position: relative;
}
.section-item-last::before {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background:
    linear-gradient(352.72deg, #fff 21.52%, #231f20 94.28%),
    linear-gradient(90deg, #008e3c 0%, #7fb441 100%);
  background-blend-mode: multiply;
  clip-path: polygon(0 3.75rem, 50% 0, 100% 3.75rem, 100% 100%, 0% 100%);
  mix-blend-mode: multiply;
}
.section-item-last a {
  color: inherit;
}
.section-item-last > * {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .site-footer {
    --franklin-container-max-width: 66.46rem;
  }
}
@media (min-width: 1280px) {
  .site-footer {
    --franklin-container-max-width: 1276px;
    --franklin-container-offset-x: calc(
      var(--franklin-page-max-width) - var(--franklin-container-max-width)
    );
  }
}
@media (min-width: 1700px) {
  .site-footer {
    --franklin-container-max-width: 1595px;
  }
}
.site-footer {
  padding-top: 1.75rem;
  padding-bottom: 1.17rem;
  color: #231f20;
  background-color: #d7d7d7;
  font-size: 0.67rem;
  font-weight: 400;
}
@media (max-width: 1279.98px) {
  .site-footer {
    padding-top: 10px;
    padding-bottom: 12px;
    color: rgba(35, 31, 32, 0.45);
  }
}
.site-footer .footer-access {
  display: flex;
  gap: 1.25rem;
}
@media (max-width: 1279.98px) {
  .site-footer .footer-access {
    display: none;
  }
}
.site-footer .footer-contact {
  max-width: 8.54rem;
}
.site-footer .footer-contact .logo {
  margin-left: -0.46rem;
  margin-bottom: 0.5rem;
  width: 7.67rem;
  aspect-ratio: 184/84;
  overflow: hidden;
  background: url('../images/logo-black.png') center/contain no-repeat;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .site-footer .footer-contact .logo {
    background-image: url('../images/logo-black@2x.png');
  }
}
.site-footer .footer-contact .logo::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
}
.site-footer .footer-contact .relative {
  position: relative;
}
.site-footer .footer-contact .relative p {
  margin-bottom: 1em;
  line-height: 1.88;
}
.site-footer .footer-contact .floating {
  padding-left: 0;
  list-style: none;
  margin: 0;
  white-space: nowrap;
  line-height: 1.31;
  position: absolute;
  bottom: -0.3125em;
  left: calc(100% + 2.29rem);
}
.site-footer .footer-contact .floating > li {
  margin-bottom: 0.5625em;
}
.site-footer .footer-contact .floating a {
  color: inherit;
  text-underline-offset: 1px;
}
.site-footer .footer-contact .floating .email,
.site-footer .footer-contact .floating .phone {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.site-footer .footer-contact .floating .email::before,
.site-footer .footer-contact .floating .phone::before {
  content: '';
  display: block;
  width: 1.3125em;
  aspect-ratio: 1;
  background-color: #000;
}
.site-footer .footer-contact .floating .email::before {
  -webkit-mask: url('../images/email-icon.svg') center/contain no-repeat;
  mask: url('../images/email-icon.svg') center/contain no-repeat;
}
.site-footer .footer-contact .floating .phone::before {
  -webkit-mask: url('../images/phone-icon.svg') center/contain no-repeat;
  mask: url('../images/phone-icon.svg') center/contain no-repeat;
}
.site-footer .footer-menu {
  flex-grow: 1;
}
.site-footer .footer-menu .menu {
  display: flex;
  justify-content: space-around;
  line-height: 1.5;
}
.site-footer .footer-menu .menu > li > a {
  font-size: 0.83rem;
  font-weight: 700;
}
.site-footer .footer-menu .submenu > li {
  margin-top: 1em;
}
.site-footer .footer-link {
  padding-top: 0.25em;
}
.site-footer .footer-link li {
  margin-bottom: 0.875em;
}
.site-footer .footer-link a {
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.4375em;
}
.site-footer .footer-link a::before {
  content: '';
  margin-top: -0.3125em;
  width: 1.5em;
  aspect-ratio: 1;
  background-color: #000;
  -webkit-mask: url('../images/external-link-icon.svg') center/contain no-repeat;
  mask: url('../images/external-link-icon.svg') center/contain no-repeat;
}
.site-footer .footer-info {
  margin-top: 1.25rem;
  font-size: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1279.98px) {
  .site-footer .footer-info {
    margin-top: 0;
    flex-direction: column;
    font-size: 11px;
    text-align: center;
  }
}
.site-footer .footer-info > * {
  margin-bottom: 0;
}
@media (max-width: 1279.98px) {
  .site-footer .copyright {
    margin-bottom: 5px;
  }
  .site-footer .copyright span {
    display: inline-block;
  }
}
.site-footer .powered {
  font-family: 'Segoe UI', sans-serif;
  color: #737373;
  display: inline-flex;
  align-items: center;
  gap: 0.25em;
}
.site-footer .powered a {
  width: 9.63rem;
  aspect-ratio: 231/47;
  overflow: hidden;
  background: url('../images/365dtm-logo.png') center/contain no-repeat;
}
@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .site-footer .powered a {
    background-image: url('../images/365dtm-logo@2x.png');
  }
}
@media (max-width: 1279.98px) {
  .site-footer .powered a {
    width: 162px;
  }
}
.site-footer .powered a::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
}
#report-builder .small {
  font-size: 0.85em;
}
#report-builder .reports-list > li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
#report-builder .reports-list > li + li {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#report-builder .reports-list > li > * {
  margin: 0;
  font-size: inherit;
  font-weight: 700;
}
#report-builder .reports-list > li a {
  flex-shrink: 0;
  font-size: 0.85rem;
  line-height: 1.25;
  font-weight: 600;
}
#report-builder .modal-title {
  font-weight: 700;
  line-height: 1;
  color: #008e3c;
}
#report-builder .modal-header .link-reset {
  flex-shrink: 0;
  align-self: flex-end;
  font-size: 0.85rem;
  line-height: 1.25;
  font-weight: 600;
}
#report-builder .modal-header .link-reset.disabled {
  color: inherit;
  pointer-events: none;
  opacity: 0.25;
}
#report-builder .modal-footer > * {
  display: flex;
  gap: var(--franklin-modal-footer-gap);
}
#report-builder .modal-footer button {
  min-width: 4.17rem;
  padding: 0.5em 1em;
  outline: 0 !important;
  font-size: 0.83rem;
  font-weight: 600;
  line-height: 1;
  color: #008e3c;
  background-color: #fff;
  border: 1px solid #008e3c;
  border-radius: 0.21rem;
}
#report-builder .modal-footer button:disabled {
  opacity: 0.5;
}
#report-builder .modal-footer .button-close {
  color: #fff;
  background-color: #008e3c;
}
.page-about-us .top-sections-wrapper {
  margin-bottom: 0.33rem;
  background-color: rgba(217, 217, 217, 0.4);
}
.page-about-us .bottom-sections-wrapper {
  background: url('../images/backgrounds/about-us.jpg') center/cover;
}
.page-about-us .section-item-first {
  min-height: 18.13rem;
  padding-top: 2.92rem;
}
.page-about-us .section-item-first::before {
  background-size: 100%;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 2.29rem),
    50% 100%,
    0% calc(100% - 2.29rem)
  );
}
.page-about-us .section-item-first .text-lg {
  margin-bottom: 0.83rem;
}
@media (max-width: 991.98px) {
  .page-about-us .section-item-first .row {
    flex-direction: column;
  }
  .page-about-us .section-item-first .row > * {
    flex: auto !important;
    max-width: 100% !important;
  }
}
.page-about-us .section-item-first .col-text {
  max-width: 25.75rem;
}
.page-about-us .section-item-first .col-image {
  margin-top: -0.63rem;
  flex: 0 0 31.67rem;
  position: relative;
}
.page-about-us .section-item-first .col-image figure {
  position: absolute;
  inset: 0;
  bottom: auto;
}
@media (max-width: 991.98px) {
  .page-about-us .section-item-first .col-image figure {
    max-width: 31.67rem;
    margin: 1rem auto -5rem;
    position: static;
  }
}
.page-about-us .section-item-mission {
  padding-top: 1.25rem;
  padding-bottom: 0.63rem;
}
.page-about-us .section-item-mission .section-title {
  margin-bottom: 1rem;
  color: #008e3c;
}
@media (max-width: 991.98px) {
  .page-about-us .section-item-mission .section-title {
    margin-top: 4rem;
  }
}
@media (max-width: 991.98px) {
  .page-about-us .section-item-mission .row {
    display: block;
  }
  .page-about-us .section-item-mission .row > * {
    max-width: 100% !important;
  }
}
.page-about-us .section-item-mission .col-left {
  max-width: 27.08rem;
}
.page-about-us .section-item-mission .col-right {
  max-width: 31.67rem;
}
.page-about-us .section-item-photos {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.page-about-us .section-item-photos .photo-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: flex;
  gap: 1.17rem;
}
@media (max-width: 767.98px) {
  .page-about-us .section-item-photos .photo-list {
    flex-direction: column;
    align-items: center;
  }
  .page-about-us .section-item-photos .photo-list > * {
    max-width: 25rem;
  }
}
.page-about-us .section-item-photos .photo-list img {
  border-radius: 0.83rem;
}
.page-about-us .section-item-site-selection {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}
.page-about-us .section-item-site-selection .section-inner {
  max-width: 34.17rem;
  margin: auto;
}
.page-about-us .section-item-site-selection .section-title {
  margin-bottom: 0.75rem;
  color: #7fb439;
}
.page-about-us .section-item-last {
  padding-top: 5.42rem;
  padding-bottom: 0.83rem;
}
.page-about-us .section-item-last::before {
  clip-path: polygon(0 3.75rem, 50% 0, 100% 3.75rem, 100% 100%, 0% 100%);
}
@media (max-width: 991.98px) {
  .page-about-us .section-item-last .row {
    flex-direction: column;
    align-items: center;
  }
  .page-about-us .section-item-last .row > * {
    flex: auto !important;
    max-width: 38.92rem !important;
  }
}
.page-about-us .section-item-last .col-text {
  max-width: 25rem;
}
.page-about-us .section-item-last .col-image {
  flex: 0 0 38.92rem;
  position: relative;
}
.page-about-us .section-item-last .col-image figure {
  margin-bottom: 0.63rem;
  position: absolute;
  inset: auto -2.08rem 0 2.08rem;
}
@media (max-width: 991.98px) {
  .page-about-us .section-item-last .col-image figure {
    position: static;
  }
}
.page-about-us .section-item-last .section-title {
  margin-bottom: 0;
}
.page-sites-buildings .site-content ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0.5rem;
  line-height: 1.54;
}
.page-sites-buildings .site-content ul > li {
  padding-left: 0.6em;
}
.page-sites-buildings .site-content ul > li::before {
  content: '·';
  float: left;
  margin-left: -0.6em;
}
.page-sites-buildings .sections-wrapper {
  background: url('../images/backgrounds/sites-buildings.jpg') center/cover;
}
@media (max-width: 991.98px) {
  .page-sites-buildings .sections-wrapper {
    background-size: auto 111%;
  }
}
.page-sites-buildings .section-item-first {
  min-height: 11.04rem;
  padding-top: 2.92rem;
}
.page-sites-buildings .section-item-first::before {
  background-size:
    100% 95.0570342205%,
    100% 100%;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 1.46rem),
    50% 100%,
    0% calc(100% - 1.46rem)
  );
}
.page-sites-buildings .section-item-first .col-text {
  max-width: 23.54rem;
}
.page-sites-buildings .section-item-last {
  padding-top: 2.71rem;
  padding-bottom: 1.04rem;
  text-align: center;
}
.page-sites-buildings .section-item-last::before {
  clip-path: polygon(0 3.54rem, 50% 0, 100% 3.54rem, 100% 100%, 0% 100%);
}
.page-sites-buildings .section-item-last .section-inner {
  max-width: 31.42rem;
  margin: auto;
}
.page-sites-buildings .section-item-last .section-inner p {
  margin-bottom: 0;
}
.page-sites-buildings .section-item-last .section-inner a {
  font-weight: inherit;
}
.page-sites-buildings .section-item-last .white-btn {
  margin-top: 0.21rem;
  margin-bottom: 0.63rem;
  width: 9.29rem;
  font-size: 0.83rem;
}
@media (max-width: 991.98px) {
  .page-sites-buildings .section-item-site .row {
    flex-direction: column;
    align-items: center;
    gap: 1rem !important;
    margin-right: 0 !important;
  }
  .page-sites-buildings .section-item-site .row > * {
    flex: auto !important;
  }
}
.page-sites-buildings .section-item-site .text-xl {
  margin-bottom: 1.5rem;
}
.page-sites-buildings .section-item-site.site-1 {
  padding-top: 1rem;
}
.page-sites-buildings .section-item-site.site-1 .section-inner {
  margin-right: -3.33rem;
  gap: 1.25rem;
}
.page-sites-buildings .section-item-site.site-1 .col-text {
  flex-basis: 30.42rem;
  flex-shrink: 0;
}
.page-sites-buildings .section-item-site.site-1 .col-image {
  order: 99;
  max-width: 36.83rem;
}
.page-sites-buildings .section-item-site.site-1 .col-image figure {
  margin-top: -9.79rem;
}
@media (max-width: 991.98px) {
  .page-sites-buildings .section-item-site.site-1 .col-image {
    order: initial;
  }
  .page-sites-buildings .section-item-site.site-1 .col-image figure {
    margin-top: -50px;
  }
}
.page-sites-buildings .section-item-site.site-2 {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
.page-sites-buildings .section-item-site.site-2 .section-inner {
  margin-right: -1.25rem;
  gap: 2.08rem;
}
.page-sites-buildings .section-item-site.site-2 .col-text {
  flex-basis: 29.17rem;
  flex-shrink: 0;
  padding-top: 2.17rem;
}
@media (max-width: 991.98px) {
  .page-sites-buildings .section-item-site.site-2 .col-text {
    padding-top: 0;
  }
}
.page-sites-buildings .section-item-site.site-2 .col-image {
  max-width: 34.29rem;
}
.page-sites-buildings .section-item-site.site-2 .button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}
.page-sites-buildings .section-item-site.site-2 .button-wrapper .report-btn {
  margin: auto;
}
.page-workforce .sections-wrapper {
  background: url('../images/backgrounds/workforce.jpg') center/cover;
}
@media (max-width: 991.98px) {
  .page-workforce .sections-wrapper {
    background-size: auto 123%;
  }
}
.page-workforce .section-item-first {
  min-height: 15.08rem;
}
@media (max-width: 991.98px) {
  .page-workforce .section-item-first {
    padding-bottom: 110px;
  }
}
.page-workforce .section-item-first::before {
  background-size: 100% 100%;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 1.88rem),
    50% 100%,
    0% calc(100% - 1.88rem)
  );
}
.page-workforce .section-item-first .text-lg {
  margin-bottom: 0.63rem;
}
.page-workforce .section-item-first .col-text {
  max-width: 25.83rem;
}
@media (max-width: 991.98px) {
  .page-workforce .section-item-first .col-text {
    max-width: none;
  }
}
.page-workforce .section-item-middle {
  padding-top: 1.25rem;
  padding-bottom: 8.54rem;
}
.page-workforce .section-item-middle .col {
  flex: 0 0 31.67rem;
  position: relative;
}
.page-workforce .section-item-middle .col:last-child {
  flex-basis: 27.29rem;
}
.page-workforce .section-item-middle .row + .row {
  margin-top: 1.67rem;
}
@media (max-width: 991.98px) {
  .page-workforce .section-item-middle .row {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .page-workforce .section-item-middle .row > * {
    flex: 100% !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  .page-workforce .section-item-middle .row-1 > *:first-child {
    order: 99;
  }
}
.page-workforce .section-item-middle .text-wrapper {
  max-width: 29.17rem;
}
.page-workforce .section-item-middle #Educational-Attainment {
  position: relative;
  top: 13.33rem;
  z-index: 9;
}
@media (max-width: 991.98px) {
  .page-workforce .section-item-middle #Educational-Attainment {
    position: static;
  }
}
.page-workforce .section-item-middle #Educational-Attainment .report-btn {
  margin-left: 0.5rem;
}
.page-workforce .section-item-middle #Workforce-Segmentation {
  margin-left: -2.92rem;
}
@media (max-width: 767.98px) {
  .page-workforce .section-item-middle #Workforce-Segmentation {
    margin-left: 0;
  }
}
.page-workforce .section-item-middle #Workforce-Segmentation .report-btn {
  margin-left: 0.5rem;
}
.page-workforce .section-item-middle #Regional-Workforce {
  transform: translateY(-50%);
  position: absolute;
  left: -2.29rem;
  top: 50%;
  z-index: 9;
}
@media (max-width: 991.98px) {
  .page-workforce .section-item-middle #Regional-Workforce {
    margin-top: -120px;
    transform: none;
    position: relative;
    inset: auto;
  }
}
.page-workforce .section-item-middle #Regional-Workforce .text-xl {
  margin-bottom: 0;
  text-align: center;
  color: #fff;
}
.page-workforce .section-item-middle #Regional-Workforce .tree-diagram {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.page-workforce .section-item-middle #Regional-Workforce .report-btn {
  position: absolute;
  bottom: 0.5rem;
  right: 0;
}
.page-workforce .section-item-last {
  padding-top: 3.96rem;
}
.page-workforce .section-item-last::before {
  background:
    linear-gradient(356.88deg, #fff 64.24%, #231f20 97.39%),
    linear-gradient(90deg, #008e3c 0%, #7fb441 100%);
  background-size:
    100% 90.3743315508%,
    100% 100%;
  background-repeat: no-repeat;
  clip-path: polygon(0 3.33rem, 50% 0, 100% 3.33rem, 100% 100%, 0% 100%);
}
.page-workforce .section-item-last .large-text {
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .page-workforce .section-item-last .row {
    display: block;
  }
  .page-workforce .section-item-last .row > * {
    max-width: none !important;
  }
}
.page-workforce .section-item-last .col-left {
  max-width: 25.75rem;
}
.page-workforce .section-item-last .col-left figure {
  width: 119.4174757282%;
  margin-top: -10.42rem;
  margin-bottom: 1.04rem;
}
@media (max-width: 991.98px) {
  .page-workforce .section-item-last .col-left figure {
    width: 100%;
    max-width: 30.75rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-workforce .section-item-last .col-right {
  max-width: 26.54rem;
}
.page-workforce .workforce-segmentation {
  max-width: 34.58rem;
  padding-left: 9.58rem;
  position: relative;
}
@media (max-width: 575.98px) {
  .page-workforce .workforce-segmentation {
    max-width: none;
    padding-left: 100px;
  }
}
.page-workforce .workforce-segmentation::before {
  content: '';
  display: block;
  width: 9.25rem;
  aspect-ratio: 222/231;
  background: url('../images/workforce-segmentation-icon.png') center/contain
    no-repeat;
  position: absolute;
  top: -1.88rem;
  left: 0;
}
@media (max-width: 575.98px) {
  .page-workforce .workforce-segmentation::before {
    left: auto;
    right: calc(100% - 90px);
  }
}
.page-workforce .workforce-segmentation .text-xl {
  margin-bottom: 0.67rem;
  margin-left: 0.21rem;
}
.page-workforce .workforce-segmentation .list-as-table {
  margin-bottom: 1.67rem;
}
.page-workforce .workforce-segmentation .list-as-table > li {
  padding-left: 0.1875em;
  padding-right: 0.1875em;
}
.page-workforce .educational-attainment {
  max-width: 25.83rem;
  padding-left: 8.33rem;
  position: relative;
}
@media (max-width: 575.98px) {
  .page-workforce .educational-attainment {
    max-width: none;
    padding-left: 100px;
  }
}
.page-workforce .educational-attainment::before {
  content: '';
  display: block;
  width: 7.25rem;
  aspect-ratio: 174/140;
  background: url('../images/educational-attainment-icon.png') center/contain
    no-repeat;
  position: absolute;
  top: 0.63rem;
  left: 0;
}
@media (max-width: 575.98px) {
  .page-workforce .educational-attainment::before {
    left: auto;
    right: calc(100% - 90px);
  }
}
.page-workforce .educational-attainment > * {
  position: relative;
}
.page-workforce .educational-attainment .text-xl {
  width: 12.2916666667em;
  margin-bottom: 1.25rem;
  margin-left: 0.42rem;
  white-space: normal;
  word-wrap: break-word;
}
@media (max-width: 575.98px) {
  .page-workforce .educational-attainment .text-xl {
    width: 100%;
  }
}
.page-workforce .educational-attainment .text-xl small {
  display: block;
}
.page-workforce .educational-attainment .list-as-table {
  margin-bottom: 0.63rem;
}
.page-workforce .educational-attainment .list-as-table > li {
  padding-left: 0.40625em;
  padding-right: 0.40625em;
}
.page-workforce .workforce-tree::after {
  content: '';
  display: block;
  width: 2.5em;
  height: 2.5em;
  margin: -1.25em;
  background: url('../images/safety-hat.png') center/contain no-repeat;
  position: absolute;
  left: 50%;
  top: 38%;
}
.page-demographics .sections-wrapper {
  background: url('../images/backgrounds/demographics.jpg') center/cover;
}
.page-demographics .section-item-first {
  min-height: 12.92rem;
}
@media (max-width: 991.98px) {
  .page-demographics .section-item-first {
    padding-bottom: 110px;
  }
}
.page-demographics .section-item-first::before {
  background-size: 100% 100%;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 1.67rem),
    50% 100%,
    0% calc(100% - 1.67rem)
  );
}
.page-demographics .section-item-first .col-text {
  max-width: 27.5rem;
}
@media (max-width: 991.98px) {
  .page-demographics .section-item-first .col-text {
    max-width: none;
  }
}
.page-demographics .section-item-middle {
  padding-top: 1.88rem;
}
.page-demographics .section-item-middle .col {
  flex: 0 0 31.67rem;
  position: relative;
}
.page-demographics .section-item-middle .col:last-child {
  flex-basis: 27.29rem;
}
@media (max-width: 991.98px) {
  .page-demographics .section-item-middle .row {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .page-demographics .section-item-middle .row > * {
    flex: 100% !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  .page-demographics .section-item-middle .row > *:first-child {
    order: 99;
  }
}
.page-demographics .section-item-middle .text-wrapper {
  max-width: 29.58rem;
}
.page-demographics .section-item-middle #Population {
  transform: translateY(-50%);
  position: absolute;
  left: -2.29rem;
  top: 50%;
  z-index: 9;
}
@media (max-width: 991.98px) {
  .page-demographics .section-item-middle #Population {
    margin-top: -130px;
    transform: none;
    position: relative;
    inset: auto;
  }
}
.page-demographics .section-item-middle #Population .text-xl {
  margin-bottom: 0;
  text-align: center;
  color: #fff;
}
.page-demographics .section-item-middle #Population .tree-diagram {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.page-demographics .section-item-middle #Population .report-btn {
  position: absolute;
  bottom: 0.5rem;
  right: 0;
}
@media (min-width: 992px) {
  .page-demographics .section-item-bottom {
    --franklin-container-max-width: 67.92rem;
  }
}
@media (min-width: 1280px) {
  .page-demographics .section-item-bottom {
    --franklin-container-max-width: 1304px;
    --franklin-container-offset-x: calc(
      var(--franklin-page-max-width) - var(--franklin-container-max-width)
    );
  }
}
@media (min-width: 1700px) {
  .page-demographics .section-item-bottom {
    --franklin-container-max-width: 1630px;
  }
}
.page-demographics .section-item-bottom {
  padding-bottom: 1.96rem;
}
.page-demographics .section-item-bottom .section-inner > .row {
  gap: 2rem;
}
@media (max-width: 991.98px) {
  .page-demographics .section-item-bottom .section-inner > .row {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .page-demographics
    .section-item-bottom
    .section-inner
    > .row-1
    > *:first-child {
    max-width: calc(50.3067484663% - 2rem);
    display: flex;
    justify-content: flex-end;
  }
  .page-demographics
    .section-item-bottom
    .section-inner
    > .row-1
    > *:first-child
    > * {
    flex-shrink: 0;
  }
  .page-demographics
    .section-item-bottom
    .section-inner
    > .row-1
    > *:last-child {
    flex: 0 0 33.75rem;
    max-width: 49.6932515337%;
    padding-top: 15rem;
  }
}
@media (max-width: 991.98px) {
  .page-demographics
    .section-item-bottom
    .section-inner
    > .row-1
    > *:last-child {
    width: 100%;
    max-width: 33.75rem;
  }
}
.page-demographics .section-item-bottom .section-inner > .row-2 {
  margin-top: 2.08rem;
}
@media (max-width: 575.98px) {
  .page-demographics
    .section-item-bottom
    .section-inner
    > .row-2
    > *:first-child {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .page-demographics
    .section-item-bottom
    .section-inner
    > .row-2
    > *:first-child
    > * {
    flex-shrink: 0;
  }
}
@media (min-width: 992px) {
  .page-demographics
    .section-item-bottom
    .section-inner
    > .row-2
    > *:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-demographics
    .section-item-bottom
    .section-inner
    > .row-2
    > *:last-child
    > * {
    margin: -10rem 0 -5rem;
  }
}
.page-demographics .section-item-bottom .section-inner > .row-3 {
  margin-top: 2.29rem;
}
.page-demographics
  .section-item-bottom
  .section-inner
  > .row-3
  > *:first-child {
  flex: 0 0 65.3374233129%;
}
@media (max-width: 991.98px) {
  .page-demographics
    .section-item-bottom
    .section-inner
    > .row-3
    > *:first-child {
    flex: 100%;
    max-width: 100%;
  }
}
.page-demographics .section-item-bottom .section-inner > .row-3 > *:last-child {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .page-demographics
    .section-item-bottom
    .section-inner
    > .row-3
    > *:last-child {
    width: 100%;
  }
}
.page-demographics .section-item-bottom #Places {
  display: flex;
  justify-content: flex-end;
  margin-top: 2.5rem;
}
.page-demographics .household-wrapper {
  width: 35.63rem;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 142, 60, 0.11);
  border-radius: 50%;
  box-shadow: 0.75rem 0.17rem 1.71rem #fff;
  padding-top: 0.83rem;
}
.page-demographics .household-wrapper ul {
  padding-left: 0;
  list-style: none;
  flex-shrink: 0;
  font-family: 'aktiv-grotesk-condensed', sans-serif;
  font-weight: 500;
  font-size: 1.33rem;
  line-height: 1.56;
}
.page-demographics .household-wrapper ul > li {
  width: 100%;
  display: flex;
}
.page-demographics .household-wrapper ul > li::before {
  content: '•';
  margin-right: 0.625em;
}
.page-demographics .household-wrapper ul > li > *:last-child {
  flex-shrink: 0;
  margin-left: auto;
  font-weight: 800;
  color: #008e3c;
}
.page-demographics .household-size {
  display: contents;
}
.page-demographics .household-size .text-xl {
  color: #7fb441;
  margin-bottom: 1.25rem;
}
.page-demographics .household-size ul {
  width: 16.25em;
  padding-left: 5.75em;
  margin-bottom: 0.83rem;
  position: relative;
}
.page-demographics .household-size ul::before {
  content: '';
  width: 6.9375em;
  aspect-ratio: 222/231;
  background: url('../images/household-icon.png') center/contain no-repeat;
  position: absolute;
  right: 11.375em;
  top: -1.25em;
}
.page-demographics .household-income .text-xl {
  color: #008e3c;
  margin-bottom: 0.83rem;
}
.page-demographics .household-income ul {
  width: 14.375em;
}
.page-demographics .household-income ul > li {
  padding-left: 1.25em;
  padding-right: 0.625em;
}
.page-demographics .household-income ul > li:nth-child(odd) {
  background-color: hsla(0, 0%, 100%, 0.5);
}
.page-demographics .characteristics-age {
  display: flex;
  justify-content: space-between;
  gap: 1rem 2rem;
}
@media (max-width: 575.98px) {
  .page-demographics .characteristics-age {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.page-demographics .characteristics-age .text-xl {
  text-align: center;
  margin-bottom: 0.83rem;
}
.page-demographics .characteristics-age .list-as-table {
  margin: 0;
}
.page-demographics .characteristics-age .characteristics-wrapper {
  max-width: 15.67rem;
}
.page-demographics .characteristics-age .characteristics-wrapper .text-xl {
  color: #008e3c;
}
.page-demographics
  .characteristics-age
  .characteristics-wrapper
  .list-as-table
  > li {
  padding-left: 0.78125em;
  padding-right: 1.5625em;
}
.page-demographics .characteristics-age .age-wrapper {
  max-width: 13.33rem;
}
.page-demographics .characteristics-age .age-wrapper .text-xl {
  color: #7fb441;
}
.page-demographics .characteristics-age .age-wrapper .list-as-table > li {
  padding-left: 1.71875em;
  padding-right: 0.625em;
}
.page-demographics .ethnicity-wrapper {
  width: 30.42rem;
  padding-left: 11.25rem;
  position: relative;
}
.page-demographics .ethnicity-wrapper::before {
  content: '';
  display: block;
  width: 10.42rem;
  aspect-ratio: 25/23;
  background: url('../images/ethnicity-icon.png') center/contain no-repeat;
  position: absolute;
  left: 0;
  top: -0.63rem;
}
.page-demographics .ethnicity-wrapper .text-xl {
  margin-bottom: 1.46rem;
  margin-left: 0.83rem;
}
.page-demographics .ethnicity-wrapper .list-as-table > li {
  padding-left: 0.71875em;
  padding-right: 0.71875em;
}
.page-demographics .educational-wrapper {
  width: 33.42rem;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(127, 180, 65, 0.12);
  border: 0.21rem solid rgba(0, 142, 60, 0.12);
  border-radius: 50%;
  padding-top: 0.5rem;
}
.page-demographics .educational-wrapper::before {
  content: '';
  display: block;
  width: 8.08rem;
  aspect-ratio: 194/282;
  background: url('../images/educational-icon.png') center/contain no-repeat;
}
.page-demographics .educational-wrapper .text-xl {
  margin-top: -0.21rem;
  margin-bottom: 0.63rem;
  text-align: center;
}
.page-demographics .educational-wrapper .text-xl small {
  font-size: 0.75em;
  display: block;
  line-height: 1.11;
}
.page-demographics .educational-wrapper .list-as-table {
  width: 17.33rem;
  margin-bottom: 0.83rem;
}
.page-demographics .educational-wrapper .list-as-table > li {
  padding-left: 0.6875em;
  padding-right: 0.46875em;
}
.page-demographics .employees-wrapper {
  width: 100%;
  max-width: 44.38rem;
}
.page-demographics .employees-wrapper .table-wrapper {
  margin-bottom: 0.83rem;
  overflow-x: auto;
  width: 100%;
}
.page-demographics .employees-table {
  width: 100%;
  font-size: 1.33rem;
  border: 2px solid rgba(0, 0, 0, 0.24);
}
@media (max-width: 991.98px) {
  .page-demographics .employees-table {
    min-width: 600px;
  }
}
.page-demographics .employees-table tr > *:not(:first-child) {
  font-weight: 800;
  border-left: 1px solid #000;
}
.page-demographics .employees-table tr > *:first-child {
  padding-left: 0.71rem;
}
.page-demographics .employees-table tr > *:nth-child(2) {
  width: 32.5%;
  text-align: right;
  color: #008e3c;
}
.page-demographics .employees-table tr > *:last-child {
  width: 17.5%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  text-align: right;
  color: #737373;
}
.page-demographics .employees-table thead tr > * {
  font-weight: 800;
  background-color: rgba(127, 180, 65, 0.24);
}
.page-demographics .employees-table thead tr > *:nth-child(2) {
  text-align: center;
}
.page-demographics .employees-table tbody tr th {
  font-family: 'aktiv-grotesk-condensed', sans-serif;
}
.page-demographics .employees-table tbody tr:not(:first-child) > * {
  border-top: 1px solid #000;
}
.page-demographics .employees-table tbody tr > *:nth-child(2) {
  padding-right: 10%;
}
.page-demographics .stat-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.39;
  font-weight: 800;
  color: #008e3c;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.29rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .page-demographics .stat-list {
    width: 100%;
    flex-direction: row;
    justify-content: space-evenly;
  }
}
.page-demographics .stat-list span + span {
  margin-top: -0.2777777778em;
}
.page-demographics .stat-list small {
  font-size: 0.8888888889em;
  font-weight: 500;
  color: #737373 !important;
}
.page-demographics .stat-list strong {
  font-size: 1.3333333333em;
  font-weight: 800;
  line-height: 1.04;
}
.page-demographics .stat-list > li {
  max-width: 10em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-demographics .stat-list > li:nth-child(even) {
  color: #7fb441;
}
.page-demographics .places-compare-wrapper {
  width: 100%;
  max-width: 66.38rem;
}
.page-demographics .places-compare {
  padding-left: 14.7520401758%;
  position: relative;
}
@media (max-width: 991.98px) {
  .page-demographics .places-compare {
    padding-left: 11.21rem;
  }
}
@media (max-width: 575.98px) {
  .page-demographics .places-compare {
    padding-left: 0;
  }
}
.page-demographics .places-compare::before {
  content: '';
  width: 10.42rem;
  aspect-ratio: 250/347;
  background: url('../images/compare-icon.png') center/contain no-repeat;
  position: absolute;
  top: 0.63rem;
  right: calc(85.2479598242% + 0.79rem);
}
@media (max-width: 991.98px) {
  .page-demographics .places-compare::before {
    left: 0;
    right: auto;
  }
}
@media (max-width: 575.98px) {
  .page-demographics .places-compare::before {
    display: none;
  }
}
.page-demographics .places-compare .row {
  gap: 0.58rem;
  margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .page-demographics .places-compare .row {
    flex-direction: column;
  }
}
.page-demographics .places-compare .row > * {
  flex-grow: 1;
  max-width: calc(50% - 0.29rem);
  padding: 1rem;
  padding-left: 2.29rem;
  padding-right: 2.29rem;
  border: 1px solid #000;
}
@media (max-width: 991.98px) {
  .page-demographics .places-compare .row > * {
    max-width: 100%;
  }
}
.page-demographics .places-compare .row table {
  width: 100%;
  font-size: 1.33rem;
  line-height: 1.25;
}
.page-demographics .places-compare .row table tr > * {
  padding-top: 0.15625em;
  padding-bottom: 0.15625em;
  vertical-align: top;
}
.page-demographics .places-compare .row table tr > *:first-child {
  width: 5.83rem;
}
.page-demographics .places-compare .row table tr > *:last-child {
  text-align: right;
}
.page-demographics .places-compare .row table tr th {
  font-weight: 700;
}
.page-demographics .places-compare .row table tr td {
  font-family: 'aktiv-grotesk-condensed', sans-serif;
}
.page-demographics .places-compare .notes {
  display: flex;
  font-family: 'aktiv-grotesk-condensed', sans-serif;
  font-size: 0.83rem;
  font-style: italic;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .page-demographics .places-compare .notes {
    flex-direction: column;
  }
}
.page-demographics .places-compare .notes p {
  order: 99;
  margin: auto;
}
@media (max-width: 991.98px) {
  .page-demographics .places-compare .notes p {
    order: initial;
    margin-bottom: 1rem;
    margin-right: 0;
  }
}
.page-transportation-maps .sections-wrapper {
  background: url('../images/backgrounds/transportation-maps.jpg') center/cover;
}
.page-transportation-maps .section-item-first {
  padding-top: 2.71rem;
  min-height: 23.96rem;
}
.page-transportation-maps .section-item-first .col-text {
  max-width: 26.67rem;
}
.page-transportation-maps .section-item-first .col-image {
  flex-basis: 30.75rem;
  position: relative;
}
.page-transportation-maps .section-item-first .col-image figure {
  position: absolute;
  inset: 0;
  bottom: auto;
}
.page-transportation-maps .section-item-map-main {
  padding-top: 4.17rem;
  padding-bottom: 1.25rem;
}
.page-transportation-maps .section-item-map-other {
  padding-bottom: 4.79rem;
}
.page-transportation-maps .section-item-map-other .section-inner {
  max-width: 60rem;
  margin: auto;
  justify-content: space-around;
  gap: 1.5rem;
}
@media (max-width: 767.98px) {
  .page-transportation-maps .section-item-map-other .section-inner {
    flex-direction: column;
    align-items: center;
  }
}
.page-transportation-maps .section-item-last {
  padding-top: 3.33rem;
  padding-bottom: 1rem;
  font-weight: 800;
  line-height: 1.17;
  text-align: center;
}
.page-transportation-maps .section-item-last .icon-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: space-evenly;
  gap: 1rem;
}
@media (max-width: 991.98px) {
  .page-transportation-maps .section-item-last .icon-list {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .page-transportation-maps .section-item-last .icon-list {
    flex-direction: column;
  }
}
.page-transportation-maps .section-item-last .icon-list img {
  width: 7.2916666667em;
  aspect-ratio: 1;
  margin-bottom: 1rem;
}
.page-transportation-maps .section-item-last .icon-list p {
  margin: 0;
}
.page-transportation-maps #map-tab {
  aspect-ratio: 153/99;
  position: relative;
}
@media (max-width: 767.98px) {
  .page-transportation-maps #map-tab {
    aspect-ratio: 1;
    margin-bottom: 1rem;
  }
}
.page-transportation-maps #map-tab .tab-menu {
  display: flex;
  gap: 3.33rem;
  position: absolute;
  z-index: 9;
}
.page-transportation-maps #map-tab .tab-menu a {
  font-weight: 500;
}
.page-transportation-maps #map-tab .tab-menu a.active {
  font-weight: 800;
  color: #008e3c;
}
.page-transportation-maps #map-tab .tab-item {
  position: absolute;
  inset: 0;
}
.page-transportation-maps #map-tab .tab-item:not(.active) {
  display: none;
}
.page-transportation-maps #map-tab .tab-item .map-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  inset: 0;
}
.page-transportation-maps #map-tab .tab-item#National .map-wrapper {
  padding-left: 5%;
}
.page-transportation-maps #map-tab .tab-item#National .map-wrapper img {
  width: auto;
  height: 90.5870445344%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767.98px) {
  .page-transportation-maps #map-tab .tab-item#National .map-wrapper {
    padding-left: 0;
  }
}
.page-transportation-maps #map-tab .tab-item#State .map-wrapper img {
  width: auto;
  height: 92.1052631579%;
  -o-object-fit: contain;
  object-fit: contain;
}
.page-transportation-maps #map-tab .tab-item#Regional .map-wrapper {
  height: 100.6072874494%;
  aspect-ratio: 1260/994;
  top: auto;
  left: auto;
  right: 5%;
}
@media (max-width: 767.98px) {
  .page-transportation-maps #map-tab .tab-item#Regional .map-wrapper {
    height: auto;
    width: 100%;
    right: auto;
    top: 1rem;
    bottom: 3rem;
  }
}
.page-transportation-maps #map-tab .tab-item#Regional .map-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.page-transportation-maps
  #map-tab
  .tab-item#Regional
  .map-wrapper
  img:not(.active) {
  display: none;
}
.page-transportation-maps #map-tab .zoom-control {
  position: absolute;
  bottom: 4.58rem;
  left: 25%;
}
@media (max-width: 767.98px) {
  .page-transportation-maps #map-tab .zoom-control {
    display: none;
  }
}
.page-transportation-maps #map-tab .zoom-control a {
  display: block;
  width: 6.08rem;
  height: 1.83rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}
.page-transportation-maps
  #map-tab
  #Regional[data-active='#Colleges']
  .zoom-control {
  left: 7.5%;
}
.page-transportation-maps #map-tab .map-control {
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  top: 5.21rem;
}
.page-transportation-maps #map-tab .map-control > li {
  line-height: 0;
}
.page-transportation-maps #map-tab .map-control > li + li {
  margin-top: 1.9583333333em;
}
@media (max-width: 767.98px) {
  .page-transportation-maps #map-tab .map-control {
    top: calc(100% - 3rem);
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
  }
  .page-transportation-maps #map-tab .map-control > li {
    margin-top: 0 !important;
  }
}
.page-transportation-maps #map-tab .map-control a {
  display: inline-flex;
  align-items: center;
  gap: 0.75em;
  font-weight: 500;
}
.page-transportation-maps #map-tab .map-control a::before {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 1.1666666667em;
  aspect-ratio: 1;
  background-color: #fff;
  border: 1px solid #231f20;
  border-radius: 50%;
}
.page-transportation-maps #map-tab .map-control a.active::before {
  background-color: #008e3c;
  border-color: #008e3c;
}
.page-transportation-maps #map-tab .map-layers {
  height: 100.6072874494%;
  aspect-ratio: 1260/994;
  background-color: red;
  position: absolute;
  right: 0;
  bottom: 0;
}
.page-transportation-maps #map-tab .map-layers > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  inset: 0;
}
.page-transportation-maps #map-tab .map-layers > img:not(.active) {
  display: none;
}
.page-transportation-maps .map-item {
  width: 24.58rem;
  margin-bottom: 1.33rem;
}
.page-transportation-maps .map-item-title {
  margin: 0;
  padding: 0.1388888889em;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.22;
  text-align: center;
  color: #fff;
  background-color: #008e3c;
}
.page-business-climate .sections-wrapper {
  background: url('../images/backgrounds/business-climate.jpg') center/cover;
}
.page-business-climate .section-item-first {
  min-height: 15.08rem;
}
.page-business-climate .section-item-first::before {
  background-size: 100% 100%;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 1.88rem),
    50% 100%,
    0% calc(100% - 1.88rem)
  );
}
@media (max-width: 991.98px) {
  .page-business-climate .section-item-first .row {
    display: block;
  }
}
.page-business-climate .section-item-first .col-text {
  max-width: 32.71rem;
}
@media (max-width: 991.98px) {
  .page-business-climate .section-item-first .col-text {
    max-width: none;
  }
}
.page-business-climate .section-item-first .col-image {
  flex-basis: 30.75rem;
  position: relative;
  left: 2.08rem;
}
@media (max-width: 991.98px) {
  .page-business-climate .section-item-first .col-image {
    left: 0;
  }
}
.page-business-climate .section-item-first .col-image figure {
  position: absolute;
  inset: 0;
  bottom: auto;
}
@media (max-width: 991.98px) {
  .page-business-climate .section-item-first .col-image figure {
    max-width: 30.75rem;
    margin: 25px auto -100px;
    position: static;
  }
}
.page-business-climate .section-item-middle {
  padding-top: 0.5rem;
}
@media (max-width: 991.98px) {
  .page-business-climate .section-item-middle {
    padding-top: 100px;
  }
}
.page-business-climate .section-item-middle ul {
  padding-left: 1.2em;
}
.page-business-climate .section-item-middle ul > li + li {
  margin-top: 1rem;
}
.page-business-climate .section-item-middle .text-xl {
  color: #7fb441;
}
.page-business-climate .section-item-middle .row {
  margin-bottom: -1rem;
}
@media (max-width: 991.98px) {
  .page-business-climate .section-item-middle .row {
    margin-bottom: 0;
  }
}
.page-business-climate .section-item-middle .col-text {
  max-width: 25.63rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 991.98px) {
  .page-business-climate .section-item-middle .col-text {
    max-width: none;
  }
}
.page-business-climate .section-item-middle .col-text > *:not(:first-child) {
  padding-right: 1rem;
}
@media (max-width: 991.98px) {
  .page-business-climate .section-item-middle .col-text > *:not(:first-child) {
    padding-right: 0;
  }
}
.page-business-climate .section-item-last {
  padding-top: 2.5rem;
  padding-bottom: 2.08rem;
}
.page-business-climate .section-item-last::before {
  background:
    linear-gradient(356.88deg, #fff 64.24%, #231f20 97.39%),
    linear-gradient(90deg, #008e3c 0%, #7fb441 100%);
  background-size:
    100% 90.9362549801%,
    100% 100%;
  background-repeat: no-repeat;
  clip-path: polygon(0 3.54rem, 50% 0, 100% 3.54rem, 100% 100%, 0% 100%);
}
.page-business-climate .section-item-last .section-inner {
  max-width: 48.04rem;
  margin: auto;
}
.page-business-climate #Millage-Rate {
  width: 60.7111882047%;
  position: relative;
}
.page-business-climate #Millage-Rate::before {
  content: '';
  display: block;
  width: 58.5714285714%;
  aspect-ratio: 410/328;
  background: url('../images/contents/business-climate-tax.png') center/contain
    no-repeat;
  position: absolute;
  bottom: 0;
  left: 109%;
}
@media (max-width: 575.98px) {
  .page-business-climate #Millage-Rate::before {
    bottom: 5rem;
  }
}
.page-business-climate #Millage-Rate .report-btn {
  position: absolute;
  right: 0;
  bottom: -40px;
}
@media (max-width: 575.98px) {
  .page-business-climate #Millage-Rate .report-btn {
    right: auto;
    left: 100%;
  }
}
.page-business-climate #Wages-Comparison {
  padding-bottom: 1.67rem;
  position: relative;
}
.page-business-climate #Wages-Comparison .text-xl {
  max-width: 24.67rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.page-business-climate #Wages-Comparison .report-btn {
  position: absolute;
  right: 0;
  top: calc(100% - 0.42rem);
}
.page-business-climate .table-comparison {
  width: 100%;
  font-size: 1.33rem;
  line-height: 1.25;
}
@media (max-width: 575.98px) {
  .page-business-climate .table-comparison {
    font-size: 1.1rem;
  }
}
.page-business-climate .table-comparison tr > * {
  vertical-align: top;
}
.page-business-climate .table-comparison tr > *:first-child {
  width: 45%;
}
.page-business-climate .table-comparison tr > *:last-child {
  width: 10%;
}
.page-business-climate .table-comparison thead tr > * {
  padding-bottom: 0.46875em;
}
.page-business-climate .table-comparison thead tr > *:not(:first-child) {
  text-align: center;
}
.page-business-climate .table-comparison tbody {
  font-weight: 800;
}
.page-business-climate .table-comparison tbody th {
  font-family: 'aktiv-grotesk-condensed', sans-serif;
  font-weight: 500;
}
.page-business-climate .table-comparison tbody tr > * {
  padding-top: 0.21875em;
  padding-bottom: 0.21875em;
}
.page-business-climate .table-comparison tbody tr > *:not(:first-child) {
  text-align: center;
}
.page-business-climate .table-comparison tbody tr:not(:first-child) > * {
  border-top: 1px solid #fff;
}
.page-top-employers .sections-wrapper {
  background: url('../images/backgrounds/top-employers.jpg') center/cover;
}
.page-top-employers .section-item-first {
  min-height: 10.67rem;
  padding-top: 2.5rem;
}
.page-top-employers .section-item-first::before {
  background-size:
    100% 109.375%,
    100% 100%;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 1.46rem),
    50% 100%,
    0% calc(100% - 1.46rem)
  );
}
@media (max-width: 767.98px) {
  .page-top-employers .section-item-first .row {
    flex-direction: column;
  }
}
.page-top-employers .section-item-first .col-text {
  max-width: 32.71rem;
}
.page-top-employers .section-item-first .col-image {
  flex-basis: 30.33rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .page-top-employers .section-item-first .col-image {
    flex-basis: auto;
  }
}
.page-top-employers .section-item-first .col-image figure {
  position: absolute;
  inset: 0;
  top: -9.58rem;
  bottom: auto;
}
@media (max-width: 767.98px) {
  .page-top-employers .section-item-first .col-image figure {
    max-width: 30.33rem;
    margin: 25px auto -100px;
    position: static;
  }
}
@media (min-width: 992px) {
  .page-top-employers .section-item-last {
    --franklin-container-max-width: 51.88rem;
  }
}
@media (min-width: 1280px) {
  .page-top-employers .section-item-last {
    --franklin-container-max-width: 996px;
    --franklin-container-offset-x: calc(
      var(--franklin-page-max-width) - var(--franklin-container-max-width)
    );
  }
}
@media (min-width: 1700px) {
  .page-top-employers .section-item-last {
    --franklin-container-max-width: 1245px;
  }
}
.page-top-employers .section-item-last {
  padding-top: 1.25rem;
  padding-bottom: 0.67rem;
}
.page-top-employers .section-item-last::before {
  background:
    linear-gradient(356.88deg, #fff 64.24%, #231f20 97.39%),
    linear-gradient(90deg, #008e3c 0%, #7fb441 100%);
  background-size:
    100% 90.9362549801%,
    100% 100%;
  background-repeat: no-repeat;
  clip-path: polygon(0 3.54rem, 50% 0, 100% 3.54rem, 100% 100%, 0% 100%);
}
.page-top-employers .section-item-last .row {
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .page-top-employers .section-item-last .row {
    flex-direction: column;
    align-items: center;
  }
}
.page-top-employers .section-item-last .col-text {
  flex-grow: 1;
}
.page-top-employers .section-item-last .col-image {
  max-width: 29.83rem;
}
@media (max-width: 767.98px) {
  .page-top-employers .section-item-last .col-image {
    max-width: none;
  }
}
.page-top-employers .section-item-last .section-head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17.38rem;
  aspect-ratio: 417/435;
  margin: -3.96rem -1.46rem 1.67rem;
  padding-top: 1.99rem;
  padding-right: 1.22rem;
  text-align: center;
  position: relative;
  filter: drop-shadow(0 0.17rem 0.17rem #231f20);
}
.page-top-employers .section-item-last .section-head::before {
  content: '';
  display: block;
  background: url('../images/contents/franklin-county.png') center/contain
    no-repeat;
  position: absolute;
  inset: 0;
}
.page-top-employers .section-item-last .section-head > * {
  flex: 0 0 66%;
  margin: 0;
  line-height: 2.08rem;
  position: relative;
}
.page-top-employers .section-item-last .image-list {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.33rem;
  margin-bottom: 0.83rem;
}
.page-top-employers .section-item-last .image-list img {
  border-radius: 0.83rem;
}
@media (max-width: 767.98px) {
  .page-top-employers .section-item-last .image-list {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .page-top-employers .section-item-middle {
    --franklin-container-max-width: 69.17rem;
  }
}
@media (min-width: 1280px) {
  .page-top-employers .section-item-middle {
    --franklin-container-max-width: 1328px;
    --franklin-container-offset-x: calc(
      var(--franklin-page-max-width) - var(--franklin-container-max-width)
    );
  }
}
@media (min-width: 1700px) {
  .page-top-employers .section-item-middle {
    --franklin-container-max-width: 1660px;
  }
}
.page-top-employers .section-item-middle {
  padding-top: 2.08rem;
  padding-bottom: 6.88rem;
}
@media (max-width: 767.98px) {
  .page-top-employers .section-item-middle {
    padding-top: 100px;
  }
}
.page-top-employers .section-item-middle .chart-wrapper {
  margin-bottom: 1.25rem;
}
.page-top-employers .section-item-middle .report-btn {
  display: flex;
  margin-left: auto;
}
.page-top-employers #Largest-Industries {
  margin-bottom: 1.25rem;
}
.page-top-employers #Largest-Industries .text-xl {
  color: #008e3c;
}
@media (min-width: 992px) {
  .page-top-employers #Largest-Industries .text-xl {
    margin-bottom: -1.67rem;
  }
}
@media (max-width: 991.98px) {
  .page-top-employers #Top-Growing-Industries {
    margin-bottom: 1.25rem;
  }
}
.page-top-employers #Top-Growing-Industries .text-xl {
  color: #7eb439;
}
@media (min-width: 992px) {
  .page-top-employers #Top-Growing-Industries .text-xl {
    margin-bottom: -1.67rem;
  }
}
@media (min-width: 768px) {
  .page-top-employers #Top-Growing-Industries .chart-wrapper img {
    max-width: 88.7951807229%;
  }
}
.page-top-employers #Top-Industry-Employment .text-xl {
  color: #0b66c3;
}
@media (min-width: 768px) {
  .page-top-employers #Top-Industry-Employment .chart-wrapper img {
    max-width: 82.0481927711%;
  }
}
.page-incentives .sections-wrapper {
  background: url('../images/backgrounds/incentives.jpg') center/cover;
}
@media (max-width: 991.98px) {
  .page-incentives .content-section .row {
    display: block;
  }
  .page-incentives .content-section .row > * {
    max-width: none !important;
  }
}
.page-incentives .section-item-first {
  min-height: 10.67rem;
}
.page-incentives .section-item-first::before {
  background-size:
    100% 173.046875%,
    100% 100%;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 1.46rem),
    50% 100%,
    0% calc(100% - 1.46rem)
  );
}
.page-incentives .section-item-first .col-text {
  max-width: 32.92rem;
}
.page-incentives .section-item-first .col-image {
  flex-basis: 30.75rem;
  position: relative;
  left: 1.46rem;
}
.page-incentives .section-item-first .col-image figure {
  position: absolute;
  inset: 0;
  bottom: auto;
}
@media (max-width: 991.98px) {
  .page-incentives .section-item-first .col-image {
    position: static;
  }
  .page-incentives .section-item-first .col-image figure {
    max-width: 30.75rem;
    margin: 25px auto -100px;
    position: static;
  }
}
.page-incentives .section-item-middle {
  padding-top: 1.88rem;
}
@media (max-width: 991.98px) {
  .page-incentives .section-item-middle {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.page-incentives .section-item-middle .col-text {
  max-width: 25.42rem;
}
.page-incentives .section-item-last {
  margin-bottom: 0;
  padding-top: 5.83rem;
  padding-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .page-incentives .section-item-last {
    padding-bottom: 25px;
  }
}
.page-incentives .section-item-last::before {
  background:
    linear-gradient(356.88deg, #fff 64.24%, #231f20 97.39%),
    linear-gradient(90deg, #008e3c 0%, #7fb441 100%);
  clip-path: polygon(0 3.75rem, 50% 0, 100% 3.75rem, 100% 100%, 0% 100%);
}
.page-incentives .section-item-last .report-btn {
  margin-left: 2rem;
}
.page-incentives .section-item-last .col-text {
  max-width: 32.29rem;
}
.page-incentives .section-item-last .col-image {
  flex-basis: 24.71rem;
  margin-top: -4.38rem;
}
@media (max-width: 991.98px) {
  .page-incentives .section-item-last .col-image {
    margin-top: -175px;
    margin-bottom: 1rem;
  }
  .page-incentives .section-item-last .col-image figure {
    max-width: 24.71rem;
    margin: auto;
  }
}
.page-incentives .section-item-extended {
  padding-top: 2.92rem;
  padding-bottom: 2.08rem;
  line-height: 1.21;
}
.page-incentives .section-item-extended .section-inner {
  max-width: 48.33rem;
  margin: auto;
  text-align: center;
}
.page-quality-of-life .sections-wrapper {
  background: url('../images/backgrounds/quality-of-life.jpg') center/cover;
}
@media (max-width: 991.98px) {
  .page-quality-of-life .content-section .row {
    display: block;
  }
  .page-quality-of-life .content-section .row > * {
    max-width: none !important;
  }
}
.page-quality-of-life .section-item-first {
  min-height: 17.17rem;
  padding-top: 2.5rem;
}
.page-quality-of-life .section-item-first::before {
  background-size:
    100% 141.2621359223%,
    100% 100%;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 2.29rem),
    50% 100%,
    0% calc(100% - 2.29rem)
  );
}
.page-quality-of-life .section-item-first .col-text {
  max-width: 32.92rem;
}
.page-quality-of-life .section-item-first .col-image {
  flex-basis: 30.75rem;
  position: relative;
  left: 1.46rem;
}
.page-quality-of-life .section-item-first .col-image figure {
  position: absolute;
  inset: 0;
  top: -1.04rem;
  bottom: auto;
}
@media (max-width: 991.98px) {
  .page-quality-of-life .section-item-first .col-image {
    left: auto;
  }
  .page-quality-of-life .section-item-first .col-image figure {
    max-width: 30.75rem;
    margin: 25px auto -100px;
    position: static;
  }
}
.page-quality-of-life .section-item-middle {
  padding-top: 1.46rem;
  padding-bottom: 1.04rem;
}
@media (max-width: 991.98px) {
  .page-quality-of-life .section-item-middle {
    padding-top: 100px;
    padding-bottom: 110px;
  }
}
.page-quality-of-life .section-item-middle .col-text {
  max-width: 28.17rem;
}
.page-quality-of-life .section-item-last {
  padding-top: 3.75rem;
  padding-bottom: 1.67rem;
}
.page-quality-of-life .section-item-last::before {
  background:
    linear-gradient(356.88deg, #fff 64.24%, #231f20 97.39%),
    linear-gradient(90deg, #008e3c 0%, #7fb441 100%);
  clip-path: polygon(0 1.88rem, 50% 0, 100% 1.88rem, 100% 100%, 0% 100%);
}
.page-quality-of-life .section-item-last .col-text {
  max-width: 33.33rem;
}
.page-quality-of-life .section-item-last .col-image {
  flex-basis: 25.75rem;
}
.page-quality-of-life .section-item-last .col-image figure {
  max-width: none;
  margin-left: -5rem;
  margin-top: -4.38rem;
}
@media (max-width: 991.98px) {
  .page-quality-of-life .section-item-last .col-image {
    margin-top: -150px;
    margin-bottom: 1rem;
  }
  .page-quality-of-life .section-item-last .col-image figure {
    max-width: 30.75rem;
    margin: auto;
    position: static;
  }
}
.page-education .sections-wrapper {
  background: url('../images/backgrounds/education.jpg') center/cover;
}
@media (max-width: 991.98px) {
  .page-education .content-section .row {
    display: block;
  }
  .page-education .content-section .row > * {
    max-width: none !important;
  }
}
.page-education .section-item-first {
  min-height: 10.67rem;
}
.page-education .section-item-first::before {
  background-size:
    100% 173.046875%,
    100% 100%;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 1.46rem),
    50% 100%,
    0% calc(100% - 1.46rem)
  );
}
.page-education .section-item-first .col-text {
  max-width: 32.92rem;
}
.page-education .section-item-first .col-image {
  flex-basis: 30.75rem;
  position: relative;
  left: 1.46rem;
}
.page-education .section-item-first .col-image figure {
  position: absolute;
  inset: 0;
  bottom: auto;
}
@media (max-width: 991.98px) {
  .page-education .section-item-first .col-image {
    position: static;
  }
  .page-education .section-item-first .col-image figure {
    max-width: 30.75rem;
    margin: 25px auto -100px;
    position: static;
  }
}
.page-education .section-item-middle {
  padding-top: 1.46rem;
}
@media (max-width: 991.98px) {
  .page-education .section-item-middle {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.page-education .section-item-middle .col-text {
  max-width: 30rem;
}
@media (min-width: 992px) {
  .page-education .section-item-middle .col-text > *:not(.text-xl) {
    max-width: 26.67rem;
  }
}
.page-education .section-item-middle .col-text ul {
  margin-bottom: 0;
}
.page-education .section-item-last {
  margin-bottom: 0;
  padding-top: 3.54rem;
  padding-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .page-education .section-item-last {
    padding-top: 0;
    padding-bottom: 25px;
  }
}
.page-education .section-item-last::before {
  background:
    linear-gradient(356.88deg, #fff 63.2%, #231f20 96.35%),
    linear-gradient(90deg, #008e3c 0%, #7fb441 100%);
  background-repeat: no-repeat;
  background-size:
    100% 89.3379191745%,
    100% 100%;
  clip-path: polygon(0 4.17rem, 50% 0, 100% 4.17rem, 100% 100%, 0% 100%);
}
.page-education .section-item-last .report-btn {
  margin-left: 1rem;
}
.page-education .section-item-last .row {
  justify-content: flex-start;
  gap: 3.58rem;
}
.page-education .section-item-last .col-text {
  max-width: 32.71rem;
}
.page-education .section-item-last .col-text ul {
  padding-left: 1em;
}
.page-education .section-item-last .col-image {
  flex-basis: 24.71rem;
  margin-top: -0.63rem;
  display: flex;
  flex-direction: column;
  gap: 1rem 1.5rem;
}
@media (max-width: 991.98px) {
  .page-education .section-item-last .col-image {
    flex-direction: row;
    margin-bottom: 1rem;
  }
  .page-education .section-item-last .col-image figure {
    margin-top: -70px !important;
  }
  .page-education .section-item-last .col-image figure img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.page-education .section-item-extended {
  padding-top: 2.08rem;
  padding-bottom: 1.88rem;
  line-height: 1.21;
}
.page-education .section-item-extended .section-inner {
  max-width: 48.33rem;
  margin: auto;
  text-align: center;
}
.page-healthcare .page-header::after {
  content: '';
  display: block;
  width: 15.54rem;
  aspect-ratio: 373/580;
  margin-left: -7.08rem;
  background: url('../images/healthcare-feat-overlay.png') center bottom/contain
    no-repeat;
  position: absolute;
  left: 85%;
  bottom: -0.96rem;
  z-index: 9;
}
@media (max-width: 1279.98px) {
  .page-healthcare .page-header::after {
    width: auto;
    height: 100%;
    bottom: -5px;
    left: auto;
    right: calc(var(--franklin-container-gutter-x) * 0.5);
  }
}
.page-healthcare .sections-wrapper {
  background: url('../images/backgrounds/healthcare.jpg') center/cover;
}
@media (max-width: 767.98px) {
  .page-healthcare .sections-wrapper {
    background-size: auto 111%;
  }
}
@media (max-width: 767.98px) {
  .page-healthcare .content-section .row {
    display: block;
  }
  .page-healthcare .content-section .row > * {
    max-width: none !important;
  }
}
.page-healthcare .section-item-first {
  min-height: 10.67rem;
}
.page-healthcare .section-item-first::before {
  background-size:
    100% 173.046875%,
    100% 100%;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 1.46rem),
    50% 100%,
    0% calc(100% - 1.46rem)
  );
}
.page-healthcare .section-item-first .col-text {
  max-width: 32.92rem;
}
.page-healthcare .section-item-middle {
  padding-top: 1.5rem;
}
.page-healthcare .section-item-middle .col-text {
  max-width: 29.17rem;
}
.page-healthcare .section-item-middle .col-image {
  flex-basis: 33.75rem;
  position: relative;
  left: 5.21rem;
}
@media (max-width: 767.98px) {
  .page-healthcare .section-item-middle .col-image {
    left: 0;
  }
}
.page-healthcare .section-item-middle .col-image figure {
  position: absolute;
  inset: 0;
  top: -5.42rem;
  bottom: auto;
  z-index: 9;
}
@media (max-width: 767.98px) {
  .page-healthcare .section-item-middle .col-image figure {
    position: relative;
    inset: auto;
    max-width: 33.75rem;
    margin: 0 auto -75px;
  }
}
.page-healthcare .section-item-last {
  margin-bottom: 0;
  padding-top: 7.29rem;
  padding-bottom: 3.75rem;
}
@media (max-width: 767.98px) {
  .page-healthcare .section-item-last {
    padding-bottom: 1rem;
  }
}
.page-healthcare .section-item-last::before {
  background-size:
    100% 147.3758865248%,
    100% 100%;
  clip-path: polygon(0 3.96rem, 50% 0, 100% 3.96rem, 100% 100%, 0% 100%);
}
.page-healthcare .section-item-last .col-text {
  max-width: 30rem;
}
.page-healthcare .section-item-last .col-text ul {
  padding-left: 1.5em;
}
.page-healthcare .section-item-extended {
  padding-top: 2.71rem;
  padding-bottom: 2.08rem;
}
.page-healthcare .section-item-extended .row {
  gap: 2.5rem;
}
.page-healthcare .section-item-extended .col {
  max-width: 29.17rem;
}
.page-home .page-header {
  height: 28.42rem;
}
.page-home .page-header::before {
  display: none;
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .page-home .page-header {
    height: 300px;
  }
}
@media (max-width: 767.98px) {
  .page-home .page-header {
    height: 200px;
  }
}
.page-home .featured-image .slide-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  position: absolute;
  inset: 0;
}
.page-home .featured-image .slide-item {
  width: 100%;
  height: 100%;
  position: relative;
}
.page-home .featured-image .slide-item > * {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.page-home .featured-image .slick-list,
.page-home .featured-image .slick-track {
  height: 100%;
}
.page-home .featured-image .slick-dots {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: flex;
  gap: 0.42rem;
  transform: translateX(-50%);
  position: absolute;
  bottom: 1.13rem;
  left: 50%;
}
@media (max-width: 1279.98px) {
  .page-home .featured-image .slick-dots {
    gap: 7px;
    bottom: 12px;
  }
}
.page-home .featured-image .slick-dots button {
  display: block;
  width: 0.63rem;
  aspect-ratio: 1;
  padding: 0;
  background-color: hsla(0, 0%, 100%, 0.51);
  border: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.25s;
}
@media (max-width: 1279.98px) {
  .page-home .featured-image .slick-dots button {
    width: 10px;
  }
}
.page-home .featured-image .slick-dots button::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
}
.page-home .featured-image .slick-dots .slick-active button {
  background-color: #7fb439;
}
.page-home .top-sections-wrapper {
  background-color: rgba(217, 217, 217, 0.4);
}
@media (min-width: 992px) {
  .page-home .section-item-first {
    --franklin-container-max-width: 65.83rem;
  }
}
@media (min-width: 1280px) {
  .page-home .section-item-first {
    --franklin-container-max-width: 1264px;
    --franklin-container-offset-x: calc(
      var(--franklin-page-max-width) - var(--franklin-container-max-width)
    );
  }
}
@media (min-width: 1700px) {
  .page-home .section-item-first {
    --franklin-container-max-width: 1580px;
  }
}
.page-home .section-item-first {
  padding-top: 0;
  padding-bottom: 0;
  background:
    linear-gradient(to bottom, #737373 0%, rgba(255, 255, 255, 0) 98.54%),
    linear-gradient(to right, #008e3c 0%, #7fb439 100%);
  background-repeat: no-repeat;
  background-size:
    100% 46.6738197425%,
    100% 100%;
  background-blend-mode: multiply;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 4.17rem),
    50% 100%,
    0% calc(100% - 4.17rem)
  );
}
@media (max-width: 767.98px) {
  .page-home .section-item-first {
    background-size:
      100% 108.7064676617%,
      100% 100%;
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 36px),
      50% 100%,
      0% calc(100% - 36px)
    );
  }
}
.page-home .section-item-first::before {
  display: none;
}
.page-home .section-item-first .row {
  display: flex;
}
@media (max-width: 767.98px) {
  .page-home .section-item-first .row {
    flex-direction: column;
  }
}
.page-home .section-item-first .col-map {
  flex-grow: 1;
  height: 31.79rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .page-home .section-item-first .col-map {
    height: auto;
  }
}
.page-home .section-item-first .col-map img {
  max-width: none;
  height: calc(100% + 4.17rem);
  position: absolute;
  top: -2.08rem;
  right: -6.33rem;
}
@media (max-width: 767.98px) {
  .page-home .section-item-first .col-map img {
    width: 162.2807017544%;
    height: auto;
    position: relative;
    top: 0;
    left: auto;
    right: 40%;
  }
}
@media (max-width: 767.98px) {
  .page-home .section-item-first .col-map {
    order: 99;
  }
}
.page-home .section-item-first .col-text {
  max-width: 25.42rem;
  padding-top: 6.25rem;
}
@media (max-width: 767.98px) {
  .page-home .section-item-first .col-text {
    max-width: none;
    padding-top: 16px;
    font-size: 10px;
  }
}
.page-home .section-item-first .col-text p {
  margin-bottom: 0.67rem;
}
.page-home .section-item-first .text-lg {
  margin-right: 10%;
}
@media (max-width: 767.98px) {
  .page-home .section-item-first .text-lg {
    font-size: 16px;
    margin-right: 0;
  }
}
.page-home .section-item-first .white-btn {
  display: block;
  margin: auto;
  border: 0;
}
@media (max-width: 767.98px) {
  .page-home .section-item-first .white-btn {
    font-size: 11px;
    width: 126px;
    height: 23px;
  }
}
.page-home .section-item-why {
  padding-top: 0.63rem;
  padding-bottom: 2.5rem;
  font-size: 1rem;
  line-height: 1.54;
  text-align: center;
}
.page-home .section-item-why .section-head {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
}
.page-home .section-item-why .section-head strong {
  font-size: 1.1944444444em;
  font-weight: 800;
}
@media (max-width: 767.98px) {
  .page-home .section-item-why .section-head {
    font-size: 32px;
    line-height: 1;
  }
}
.page-home .section-item-why .feat-list {
  padding-left: 0;
  list-style: none;
  margin: 0 calc(var(--franklin-container-gutter-x) * -0.5) 0.75rem;
  display: flex;
  justify-content: space-between;
  font-size: 1.04rem;
  font-weight: 400;
  line-height: 1.1;
}
@media (max-width: 991.98px) {
  .page-home .section-item-why .feat-list {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .page-home .section-item-why .feat-list {
    font-size: 12px;
    font-weight: 300;
  }
}
.page-home .section-item-why .feat-list > * {
  flex: 0 0 25%;
}
.page-home .section-item-why .feat-list > *:not(:first-child) {
  border-left: 1px solid #000;
}
@media (max-width: 991.98px) {
  .page-home .section-item-why .feat-list > * {
    flex-basis: 50%;
  }
  .page-home .section-item-why .feat-list > *:nth-child(odd) {
    border-left: 0;
  }
  .page-home .section-item-why .feat-list > *:nth-child(even) {
    border-left: 1px solid #000;
  }
  .page-home .section-item-why .feat-list > *:nth-child(n + 3) {
    padding-top: 2rem;
    border-top: 1px solid #000;
  }
}
@media (max-width: 767.98px) {
  .page-home .section-item-why .feat-list > *:nth-child(odd) {
    padding-right: 5%;
  }
  .page-home .section-item-why .feat-list > *:nth-child(even) {
    padding-left: 5%;
  }
  .page-home .section-item-why .feat-list > *:nth-child(-n + 2) {
    padding-bottom: 0.5rem;
  }
}
.page-home .section-item-why .feat-list > * .feat-item {
  margin: auto;
}
.page-home .section-item-why .feat-list > * .feat-item img {
  width: 5.08rem;
  position: relative;
  top: -0.42rem;
}
.page-home .section-item-why .feat-list > *:nth-child(1) .feat-item {
  max-width: 14em;
}
.page-home .section-item-why .feat-list > *:nth-child(2) .feat-item {
  max-width: 11em;
}
.page-home .section-item-why .feat-list > *:nth-child(3) .feat-item {
  max-width: 17.2em;
}
.page-home .section-item-why .feat-list > *:nth-child(4) .feat-item {
  max-width: 8em;
}
.page-home .section-item-why .section-foot {
  max-width: 28.5rem;
  margin: auto;
}
@media (max-width: 767.98px) {
  .page-home .section-item-why .section-foot {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
  }
  .page-home .section-item-why .section-foot strong {
    font-weight: 700;
  }
}
.page-home .section-item-stat {
  margin-top: -8.13rem;
  padding-top: 10.21rem;
  padding-bottom: 4.38rem;
  text-align: center;
  color: #fff;
  background-color: #008e3c;
  clip-path: polygon(
    0 0,
    50% 8.13rem,
    100% 0,
    100% calc(100% - 8.13rem),
    50% 100%,
    0% calc(100% - 8.13rem)
  );
  position: relative;
}
@media (max-width: 991.98px) {
  .page-home .section-item-stat {
    margin-top: -45px;
    padding-top: 60px;
    padding-bottom: 45px;
    clip-path: polygon(
      0 0,
      50% 45px,
      100% 0,
      100% calc(100% - 45px),
      50% 100%,
      0% calc(100% - 45px)
    );
  }
}
.page-home .section-item-stat ul {
  padding-left: 0;
  list-style: none;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.1;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .page-home .section-item-stat ul {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .page-home .section-item-stat ul {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .page-home .section-item-stat ul li {
    margin-top: 8px;
  }
}
.page-home .section-item-stat ul li:nth-child(2) {
  order: 99;
}
@media (max-width: 991.98px) {
  .page-home .section-item-stat ul li:nth-child(2) {
    order: initial;
  }
}
.page-home .section-item-stat ul li:last-child {
  font-size: 1.1111111111em;
  margin-left: -1.5em;
  padding-top: 0.5em;
}
@media (max-width: 991.98px) {
  .page-home .section-item-stat ul li:last-child {
    font-size: inherit;
    margin-left: 0;
    padding-top: 0;
  }
}
.page-home .section-item-stat ul li > * {
  display: block;
}
@media (max-width: 991.98px) {
  .page-home .section-item-stat ul li > * {
    display: inline-block;
  }
}
.page-home .section-item-stat .large-stat {
  font-size: 2.67rem;
  font-weight: 600;
  line-height: 0.95;
  display: inline-flex;
}
@media (max-width: 767.98px) {
  .page-home .section-item-stat .large-stat {
    font-size: 46px;
  }
}
.page-home .section-item-stat .large-stat strong {
  display: contents;
  font-weight: inherit;
  font-size: 2.40625em;
  line-height: 0.8;
}
.page-home .section-item-stat .large-stat strong small {
  font-size: 0.5909090909em;
}
.page-home .section-item-stat .large-stat > div {
  display: block;
  margin-left: -0.1em;
  flex: 0 0 4.84375em;
  display: flex;
  flex-direction: column;
}
.page-home .section-item-stat .large-stat > div > *:first-child {
  margin-right: auto;
}
.page-home .section-item-stat .large-stat > div > *:last-child {
  margin-left: auto;
}
.page-home .middle-sections-wrapper {
  margin-top: -8.13rem;
  padding-top: 8.13rem;
  background-color: #e5e5e5;
}
@media (min-width: 992px) {
  .page-home .section-item-media {
    --franklin-container-max-width: 67.5rem;
  }
}
@media (min-width: 1280px) {
  .page-home .section-item-media {
    --franklin-container-max-width: 1296px;
    --franklin-container-offset-x: calc(
      var(--franklin-page-max-width) - var(--franklin-container-max-width)
    );
  }
}
@media (min-width: 1700px) {
  .page-home .section-item-media {
    --franklin-container-max-width: 1620px;
  }
}
.page-home .section-item-media {
  padding-top: 2.08rem;
}
@media (max-width: 991.98px) {
  .page-home .section-item-media {
    padding-top: 17px;
  }
}
.page-home .section-item-media .row {
  display: flex;
  justify-content: space-between;
  gap: 1.67rem;
}
.page-home .section-item-media .row > *:first-child {
  flex-basis: 36.38rem;
}
.page-home .section-item-media .row > *:last-child {
  flex-basis: 29.25rem;
}
@media (max-width: 991.98px) {
  .page-home .section-item-media .row {
    flex-direction: column;
    gap: 36px;
  }
  .page-home .section-item-media .row > * {
    flex-basis: auto !important;
  }
}
.page-home .section-item-media .video-wrapper {
  width: 100%;
  max-width: 36.38rem;
  aspect-ratio: 873/543;
  margin: auto;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .page-home .section-item-media .video-wrapper {
    border-radius: 24px;
  }
}
.page-home .section-item-media .video-wrapper > * {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.page-home .section-item-media .linkedin-wrapper {
  height: 100%;
  width: 100%;
  max-width: 29.25rem;
  margin: auto;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #008e3c;
  border-radius: 1rem;
}
@media (max-width: 991.98px) {
  .page-home .section-item-media .linkedin-wrapper {
    min-height: 245px;
  }
}
.page-home .section-item-media .linkedin-wrapper .linkedin-head {
  flex-shrink: 0;
  height: 6.17rem;
  margin: 0 0.83rem;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .page-home .section-item-media .linkedin-wrapper .linkedin-head {
    height: 67px;
    margin: 0 8px;
  }
}
.page-home .section-item-media .linkedin-wrapper .linkedin-logo {
  display: block;
  width: 4.17rem;
  aspect-ratio: 100/97;
  margin: 0;
  background: url('../images/linkedin-logo.png') center/contain no-repeat;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .page-home .section-item-media .linkedin-wrapper .linkedin-logo {
    width: 46px;
  }
}
.page-home .section-item-media .linkedin-wrapper .linkedin-logo::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
}
.page-home .section-item-media .linkedin-wrapper .linkedin-feed {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-home .section-item-media .linkedin-wrapper .linkedin-feed .holder-text {
  max-width: 7.265625em;
  margin-bottom: 1.25em;
  font-size: 2.67rem;
  line-height: 1.19;
  font-weight: 900;
  text-align: center;
  color: #0b66c3;
}
@media (max-width: 991.98px) {
  .page-home .section-item-media .linkedin-wrapper .linkedin-feed .holder-text {
    font-size: 29px;
  }
}
.page-home .section-item-mission {
  padding-top: 5.83rem;
  padding-bottom: 2.92rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .page-home .section-item-mission {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}
.page-home .section-item-mission .section-head {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.703125em;
  font-size: 2.67rem;
  font-weight: 700;
  line-height: 0.5;
  color: #008e3c;
}
.page-home .section-item-mission .section-head::before,
.page-home .section-item-mission .section-head::after {
  content: '';
  display: block;
  height: 1px;
  flex-grow: 1;
  background-color: #008e3c;
}
@media (max-width: 767.98px) {
  .page-home .section-item-mission .section-head {
    margin-bottom: 0.5rem;
    font-size: 24px;
    line-height: 1;
    gap: 10px;
  }
  .page-home .section-item-mission .section-head::before,
  .page-home .section-item-mission .section-head::after {
    margin-top: 0.25em;
  }
}
.page-home .section-item-mission .section-inner {
  max-width: 42.92rem;
  margin: auto;
  padding-bottom: 0.83rem;
  border-bottom: 1px solid #008e3c;
}
@media (max-width: 767.98px) {
  .page-home .section-item-mission .section-inner {
    line-height: 1.2;
  }
}
.page-home .section-item-mission .section-inner > div > * {
  margin: 0;
}
.page-home .section-item-buttons {
  padding-bottom: 3.33rem;
  text-align: center;
}
.page-home .section-item-buttons ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem;
}
@media (max-width: 767.98px) {
  .page-home .section-item-buttons ul {
    gap: 24px;
  }
  .page-home .section-item-buttons ul .green-btn {
    width: 227px;
    height: 40px;
    font-size: 20px;
  }
}
.page-home .bottom-sections-wrapper {
  background-color: #f0f0f0;
}
@media (min-width: 992px) {
  .page-home .bottom-sections-wrapper {
    --franklin-container-max-width: 58.33rem;
  }
}
@media (min-width: 1280px) {
  .page-home .bottom-sections-wrapper {
    --franklin-container-max-width: 1120px;
    --franklin-container-offset-x: calc(
      var(--franklin-page-max-width) - var(--franklin-container-max-width)
    );
  }
}
@media (min-width: 1700px) {
  .page-home .bottom-sections-wrapper {
    --franklin-container-max-width: 1400px;
  }
}
.page-home .section-item-news-main {
  padding-top: 1rem;
  padding-bottom: 2.83rem;
}
@media (max-width: 767.98px) {
  .page-home .section-item-news-main {
    padding-top: 16px;
    padding-bottom: 60px;
  }
}
.page-home .section-item-news-main .section-head {
  margin: 0;
  font-size: 2.71rem;
  font-family: 'dearJoe4', cursive;
  font-weight: 400;
  line-height: 1;
  color: #008e3c;
}
@media (max-width: 767.98px) {
  .page-home .section-item-news-main .section-head {
    margin-bottom: 12px;
    font-size: 40px;
    text-align: center;
  }
}
.page-home .section-item-news-main .news-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .page-home .section-item-news-main .news-list {
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }
}
.page-home .section-item-news-main .news-item {
  max-width: 19.2em;
  aspect-ratio: 384/398;
  display: flex;
  flex-direction: column;
  font-size: 0.83rem;
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .page-home .section-item-news-main .news-item {
    max-width: 244px;
    font-size: 13px;
  }
}
.page-home .section-item-news-main .news-item img {
  flex: 0 0 50%;
  width: 100%;
  height: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-home .section-item-news-main .news-item .news-content {
  flex: 100%;
  padding-top: 0.7em;
  padding-bottom: 1em;
  padding-left: 6.5104166667%;
  padding-right: 6.5104166667%;
  display: flex;
  flex-direction: column;
  background-color: #7eb439;
}
.page-home .section-item-news-main .news-item .news-content > div {
  display: contents;
}
.page-home .section-item-news-main .news-item .news-content p {
  margin-bottom: 0;
}
.page-home .section-item-news-main .news-item .news-title {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.21;
  font-weight: 700;
}
.page-home .section-item-news-main .news-item .more-btn {
  margin: auto;
  margin-bottom: 0;
  padding: 0 0.7em;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background-color: #008e3c;
  border-radius: 0.17rem;
}
.page-home .section-item-news-other {
  padding-bottom: 1.92rem;
}
.page-home .section-item-news-other .row {
  display: flex;
  justify-content: space-evenly;
  gap: 1.92rem;
}
@media (max-width: 767.98px) {
  .page-home .section-item-news-other .row {
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }
}
.page-home .section-item-news-other .news-wrapper {
  max-width: 28.17rem;
  padding: 0.17rem 1rem 1.21rem;
  background-color: #fff;
  border-radius: 0.46rem;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.8);
}
.page-home .section-item-news-other .news-head {
  margin: 0;
  padding: 0.3125em 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #008e3c;
  border-bottom: 1px solid #000;
}
@media (max-width: 767.98px) {
  .page-home .section-item-news-other .news-head {
    font-size: 24px;
  }
}
.page-home .section-item-news-other .news-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.page-home .section-item-news-other .news-item {
  padding: 0.8em 1rem 1.2em;
  font-size: 0.83rem;
  font-weight: 400;
  line-height: 1.45;
  border-bottom: 1px solid #000;
}
@media (max-width: 767.98px) {
  .page-home .section-item-news-other .news-item {
    font-size: 10px;
  }
}
.page-home .section-item-news-other .news-item > div {
  display: contents;
}
.page-home .section-item-news-other .news-item p {
  margin-bottom: 0.2em;
}
.page-home .section-item-news-other .news-item .news-title {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.21;
  font-weight: 700;
  color: #008e3c;
}
.page-home .section-item-news-other .news-item .more-btn {
  display: inline-block;
  padding: 0.1em 0.8em;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background-color: #7fb439;
  border-radius: 0.17rem;
}
.page-home .section-item-chat {
  padding-bottom: 0.83rem;
}
@media (max-width: 767.98px) {
  .page-home .section-item-chat {
    padding-bottom: 17px;
  }
}
.page-home .section-item-chat .chat-btn {
  display: block;
  width: 4.58rem;
  aspect-ratio: 1;
  margin-left: auto;
  padding: 0;
  background-color: #fff;
  border: 1px solid #008e3c;
  border-radius: 50%;
  overflow: hidden;
}
.page-home .section-item-chat .chat-btn::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/chat-icon.png') 50% 40% no-repeat;
  background-size: 3.33rem;
}

.colWrap {
  display: flex;
  width: 100%;
  min-height: 500px;
  max-width: 1700px;
  margin: 0 auto;
}

.colLeft {
  width: 49.9%;
  border-right: 2px solid black;
}

.colHead {
  text-align: center;
  color: #007334;
  padding: 15px 0 10px;
  text-decoration: underline;
}

.agendaContent,
.minutesContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.buttons {
  margin-bottom: 15px;
  width: 28%;
  list-style: none;
}

.buttonLink {
  display: block;
  padding: 10px;
  background-color: #00602b;
  color: white;
  width: 100%;
  text-decoration: none;
}

.buttonLink:hover {
  color: #000;
}

.colRight {
  width: 49.9%;
}

.minutes-agendas-section {
  text-align: center;
  padding: 20px 0;
}

.minutesContent,
.agendaContent {
  list-style: none;
  margin: 0;
  padding: 0;
}

.image-popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.image-popup .popup-content {
  margin: 2% auto;
  display: block;
  max-width: 95%;
  max-height: 90%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
}

.image-popup .close-popup {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.image-popup .popup-content {
  transform: scale(0);
}

.image-popup.show .popup-content {
  transform: scale(1);
}

.menu li {
  position: relative;
}

.has-dropdown {
  position: relative;
}

/* скрыто */
.menu li .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10000;
  background-color: #fff;
  padding: 10px 20px;
  text-align: left;
  min-width: 170px;
}

/* открывается при наведении */
.menu li:hover > .dropdown {
  display: block;
}

.dropdown a {
  color: #008e3c;
}

.custom-xl {
  font-size: 1.5rem !important;
}

.source-report {
  display: flex;
  flex-direction: column;
  position: relative;
}

.source-p {
  font-size: 1.1rem;
  color: #000;
  font-weight: 400;
}

.page-top-employers .source-report span {
  margin-left: 550px;
}

@media (max-width: 1700px) {
  .page-top-employers .source-report span {
    margin-left: 430px;
  }
}

@media (max-width: 700px) {
  .page-top-employers .source-report span {
    margin-left: 0;
  }
}

#Regional .map-wrapper {
  position: relative;
}

#Regional .map-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}

#Regional .map-wrapper img.active {
  display: block;
}

#Counties {
  z-index: 1;
}
#Highways {
  z-index: 2;
  top: -10px !important;
  left: -10px !important;
}
#Interstates {
  z-index: 3;
}
#Railroads {
  z-index: 4;
}
#Airports {
  z-index: 5;
}
#Colleges {
  z-index: 6;
}
