@charset "utf-8";

:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-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";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0));
  --bs-body-font-family: "museo-sans", sans-serif;
  --bs-body-font-size: 1.125rem;
  --bs-body-font-weight: 300;
  --bs-body-line-height: 1.778;
  --bs-body-color: #231f20;
  --bs-body-color-rgb: 35, 31, 32;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(35, 31, 32, .75);
  --bs-secondary-color-rgb: 35, 31, 32;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(35, 31, 32, .5);
  --bs-tertiary-color-rgb: 35, 31, 32;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: #203887;
  --bs-link-color: #203887;
  --bs-link-color-rgb: 32, 56, 135;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #274ac1;
  --bs-link-hover-color-rgb: 39, 74, 193;
  --bs-code-color: #d63384;
  --bs-highlight-color: #231f20;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, .175);
  --bs-border-radius: 0;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, .25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545
}

[data-bs-theme=dark] {
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, .75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, .5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: hsla(0, 0%, 100%, .15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
  color-scheme: dark
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media(prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior: smooth
  }
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  margin: 0;
  text-align: var(--bs-body-text-align)
}

hr {
  border: 0;
  border-top: var(--bs-border-width) solid;
  color: inherit;
  margin: 1rem 0;
  opacity: .25
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--bs-heading-color);
  font-family: museo-slab, serif;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1.6875rem;
  margin-top: 0
}

.h1,
h1 {
  font-size: calc(1.4875rem + 2.85vw)
}

@media(min-width:1200px) {

  .h1,
  h1 {
    font-size: 3.625rem
  }
}

.h2,
h2 {
  font-size: calc(1.45rem + 2.4vw)
}

@media(min-width:1200px) {

  .h2,
  h2 {
    font-size: 3.25rem
  }
}

.h3,
h3 {
  font-size: calc(1.375rem + 1.5vw)
}

@media(min-width:1200px) {

  .h3,
  h3 {
    font-size: 2.5rem
  }
}

.h4,
h4 {
  font-size: calc(1.3375rem + 1.05vw)
}

@media(min-width:1200px) {

  .h4,
  h4 {
    font-size: 2.125rem
  }
}

.h5,
h5 {
  font-size: calc(1.275rem + .3vw)
}

@media(min-width:1200px) {

  .h5,
  h5 {
    font-size: 1.5rem
  }
}

.h6,
h6 {
  font-size: 1.125rem
}

p {
  margin-bottom: 1.5625rem;
  margin-top: 0
}

abbr[title] {
  cursor: help;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem
}

ol,
ul {
  padding-left: 2rem
}

dl,
ol,
ul {
  margin-bottom: 1rem;
  margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

b,
strong {
  font-weight: 700
}

.small,
small {
  font-size: .875em
}

.mark,
mark {
  background-color: var(--bs-highlight-bg);
  color: var(--bs-highlight-color);
  padding: .1875em
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}

code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em
}

pre {
  display: block;
  font-size: .875em;
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto
}

pre code {
  color: inherit;
  font-size: inherit;
  word-break: normal
}

code {
  word-wrap: break-word;
  color: var(--bs-code-color);
  font-size: .875em
}

a>code {
  color: inherit
}

kbd {
  background-color: var(--bs-body-color);
  border-radius: .25rem;
  color: var(--bs-body-bg);
  font-size: .875em;
  padding: .1875rem .375rem
}

kbd kbd {
  font-size: 1em;
  padding: 0
}

figure {
  margin: 0 0 1rem
}

img,
svg {
  vertical-align: middle
}

table {
  border-collapse: collapse;
  caption-side: bottom
}

caption {
  color: var(--bs-secondary-color);
  padding-bottom: .5rem;
  padding-top: .5rem;
  text-align: left
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border: 0 solid;
  border-color: inherit
}

label {
  display: inline-block
}

button {
  border-radius: 0
}

button:focus:not(:focus-visible) {
  outline: 0
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0
}

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
}

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

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer
}

::-moz-focus-inner {
  border-style: none;
  padding: 0
}

textarea {
  resize: vertical
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0
}

legend {
  float: left;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit;
  margin-bottom: .5rem;
  padding: 0;
  width: 100%
}

@media(min-width:1200px) {
  legend {
    font-size: 1.5rem
  }
}

legend+* {
  clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0
}

::-webkit-inner-spin-button {
  height: auto
}

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

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
  padding: 0
}

::file-selector-button {
  -webkit-appearance: button;
  font: inherit
}

output {
  display: inline-block
}

iframe {
  border: 0
}

summary {
  cursor: pointer;
  display: list-item
}

progress {
  vertical-align: baseline
}

[hidden] {
  display: none !important
}

.lead {
  font-size: calc(1.26563rem + .1875vw);
  font-weight: 300
}

@media(min-width:1200px) {
  .lead {
    font-size: 1.40625rem
  }
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2
}

@media(min-width:1200px) {
  .display-1 {
    font-size: 5rem
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2
}

@media(min-width:1200px) {
  .display-2 {
    font-size: 4.5rem
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2
}

@media(min-width:1200px) {
  .display-3 {
    font-size: 4rem
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2
}

@media(min-width:1200px) {
  .display-4 {
    font-size: 3.5rem
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2
}

@media(min-width:1200px) {
  .display-5 {
    font-size: 3rem
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2
}

@media(min-width:1200px) {
  .display-6 {
    font-size: 2.5rem
  }
}

.list-inline,
.list-unstyled {
  list-style: none;
  padding-left: 0
}

.list-inline-item {
  display: inline-block
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem
}

.initialism {
  font-size: .875em;
  text-transform: uppercase
}

.blockquote {
  font-size: calc(1.35rem + 1.2vw);
  margin-bottom: 1rem
}

@media(min-width:1200px) {
  .blockquote {
    font-size: 2.25rem
  }
}

.blockquote>:last-child {
  margin-bottom: 0
}

.blockquote-footer {
  color: #363d3d;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  margin-top: -1rem
}

.blockquote-footer:before {
  content: "— "
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0
}

.nav-link {
  background: none;
  border: 0;
  color: var(--bs-nav-link-color);
  display: block;
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  text-decoration: none;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
  .nav-link {
    -webkit-transition: none;
    transition: none
  }
}

.nav-link:focus,
.nav-link:hover {
  color: var(--bs-nav-link-hover-color)
}

.nav-link:focus-visible {
  -webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
  outline: 0
}

.nav-link.disabled,
.nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  cursor: default;
  pointer-events: none
}

.nav-tabs {
  --bs-nav-tabs-border-width: 0;
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: #152456;
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .nav-link {
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
  margin-bottom: calc(var(--bs-nav-tabs-border-width)*-1)
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: var(--bs-nav-tabs-link-hover-border-color);
  isolation: isolate
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
  color: var(--bs-nav-tabs-link-active-color)
}

.nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: calc(var(--bs-nav-tabs-border-width)*-1)
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd
}

.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius)
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: var(--bs-nav-pills-link-active-bg);
  color: var(--bs-nav-pills-link-active-color)
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap)
}

.nav-underline .nav-link {
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
  padding-left: 0;
  padding-right: 0
}

.nav-underline .nav-link:focus,
.nav-underline .nav-link:hover {
  border-bottom-color: currentcolor
}

.nav-underline .nav-link.active,
.nav-underline .show>.nav-link {
  border-bottom-color: currentcolor;
  color: var(--bs-nav-underline-link-active-color);
  font-weight: 700
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
  -ms-flex-preferred-size: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-basis: 0;
  flex-grow: 1;
  text-align: center
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.24996875rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.40625rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.40625rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2835, 31, 32, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
  position: relative
}

.navbar,
.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
  -ms-flex-wrap: inherit;
  flex-wrap: inherit
}

.navbar-brand {
  color: var(--bs-navbar-brand-color);
  font-size: var(--bs-navbar-brand-font-size);
  margin-right: var(--bs-navbar-brand-margin-end);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  padding-top: var(--bs-navbar-brand-padding-y);
  text-decoration: none;
  white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
  color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color)
}

.navbar-nav .dropdown-menu {
  position: static
}

.navbar-text {
  color: var(--bs-navbar-color);
  padding-bottom: .5rem;
  padding-top: .5rem
}

.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
  color: var(--bs-navbar-active-color)
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-basis: 100%;
  flex-grow: 1
}

.navbar-toggler {
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  color: var(--bs-navbar-color);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  -webkit-transition: var(--bs-navbar-toggler-transition);
  transition: var(--bs-navbar-toggler-transition)
}

@media(prefers-reduced-motion:reduce) {
  .navbar-toggler {
    -webkit-transition: none;
    transition: none
  }
}

.navbar-toggler:hover {
  text-decoration: none
}

.navbar-toggler:focus {
  -webkit-box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
  outline: 0;
  text-decoration: none
}

.navbar-toggler-icon {
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 1.5em;
  vertical-align: middle;
  width: 1.5em
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto
}

@media(min-width:576px) {
  .navbar-expand-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start
  }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: var(--bs-navbar-nav-link-padding-x)
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible
  }

  .navbar-expand-sm .navbar-collapse {
    -ms-flex-preferred-size: auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-sm .navbar-toggler {
    display: none
  }

  .navbar-expand-sm .offcanvas {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: transparent !important;
    border: 0 !important;
    flex-grow: 1;
    height: auto !important;
    position: static;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none;
    transition: none;
    visibility: visible !important;
    width: auto !important;
    z-index: auto
  }

  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none
  }

  .navbar-expand-sm .offcanvas .offcanvas-body {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0
  }
}

@media(min-width:768px) {
  .navbar-expand-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: var(--bs-navbar-nav-link-padding-x)
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible
  }

  .navbar-expand-md .navbar-collapse {
    -ms-flex-preferred-size: auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-md .navbar-toggler {
    display: none
  }

  .navbar-expand-md .offcanvas {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: transparent !important;
    border: 0 !important;
    flex-grow: 1;
    height: auto !important;
    position: static;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none;
    transition: none;
    visibility: visible !important;
    width: auto !important;
    z-index: auto
  }

  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none
  }

  .navbar-expand-md .offcanvas .offcanvas-body {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0
  }
}

@media(min-width:992px) {
  .navbar-expand-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: var(--bs-navbar-nav-link-padding-x)
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible
  }

  .navbar-expand-lg .navbar-collapse {
    -ms-flex-preferred-size: auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-lg .navbar-toggler {
    display: none
  }

  .navbar-expand-lg .offcanvas {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: transparent !important;
    border: 0 !important;
    flex-grow: 1;
    height: auto !important;
    position: static;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none;
    transition: none;
    visibility: visible !important;
    width: auto !important;
    z-index: auto
  }

  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none
  }

  .navbar-expand-lg .offcanvas .offcanvas-body {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0
  }
}

@media(min-width:1200px) {
  .navbar-expand-xl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: var(--bs-navbar-nav-link-padding-x)
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible
  }

  .navbar-expand-xl .navbar-collapse {
    -ms-flex-preferred-size: auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-xl .navbar-toggler {
    display: none
  }

  .navbar-expand-xl .offcanvas {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: transparent !important;
    border: 0 !important;
    flex-grow: 1;
    height: auto !important;
    position: static;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none;
    transition: none;
    visibility: visible !important;
    width: auto !important;
    z-index: auto
  }

  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none
  }

  .navbar-expand-xl .offcanvas .offcanvas-body {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0
  }
}

@media(min-width:1400px) {
  .navbar-expand-xxl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start
  }

  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: var(--bs-navbar-nav-link-padding-x)
  }

  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible
  }

  .navbar-expand-xxl .navbar-collapse {
    -ms-flex-preferred-size: auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none
  }

  .navbar-expand-xxl .offcanvas {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: transparent !important;
    border: 0 !important;
    flex-grow: 1;
    height: auto !important;
    position: static;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none;
    transition: none;
    visibility: visible !important;
    width: auto !important;
    z-index: auto
  }

  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none
  }

  .navbar-expand-xxl .offcanvas .offcanvas-body {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0
  }
}

.navbar-expand {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute
}

.navbar-expand .navbar-nav .nav-link {
  padding-left: var(--bs-navbar-nav-link-padding-x);
  padding-right: var(--bs-navbar-nav-link-padding-x)
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible
}

.navbar-expand .navbar-collapse {
  -ms-flex-preferred-size: auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-basis: auto
}

.navbar-expand .navbar-toggler {
  display: none
}

.navbar-expand .offcanvas {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  background-color: transparent !important;
  border: 0 !important;
  flex-grow: 1;
  height: auto !important;
  position: static;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-transition: none;
  transition: none;
  visibility: visible !important;
  width: auto !important;
  z-index: auto
}

.navbar-expand .offcanvas .offcanvas-header {
  display: none
}

.navbar-expand .offcanvas .offcanvas-body {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 0;
  overflow-y: visible;
  padding: 0
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: hsla(0, 0%, 100%, .55);
  --bs-navbar-hover-color: hsla(0, 0%, 100%, .75);
  --bs-navbar-disabled-color: hsla(0, 0%, 100%, .25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark,
.navbar[data-bs-theme=dark],
[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: 0;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.778
}

@media(max-width:575.98px) {
  .offcanvas-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-clip: padding-box;
    background-color: var(--bs-offcanvas-bg);
    bottom: 0;
    color: var(--bs-offcanvas-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
    visibility: hidden;
    z-index: var(--bs-offcanvas-zindex)
  }
}

@media(max-width:575.98px)and (prefers-reduced-motion:reduce) {
  .offcanvas-sm {
    -webkit-transition: none;
    transition: none
  }
}

@media(max-width:575.98px) {
  .offcanvas-sm.offcanvas-start {
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: var(--bs-offcanvas-width)
  }

  .offcanvas-sm.offcanvas-end {
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    right: 0;
    top: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    width: var(--bs-offcanvas-width)
  }

  .offcanvas-sm.offcanvas-top {
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  .offcanvas-sm.offcanvas-bottom,
  .offcanvas-sm.offcanvas-top {
    height: var(--bs-offcanvas-height);
    left: 0;
    max-height: 100%;
    right: 0
  }

  .offcanvas-sm.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }

  .offcanvas-sm.show:not(.hiding),
  .offcanvas-sm.showing {
    -webkit-transform: none;
    transform: none
  }

  .offcanvas-sm.hiding,
  .offcanvas-sm.show,
  .offcanvas-sm.showing {
    visibility: visible
  }
}

@media(min-width:576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important
  }

  .offcanvas-sm .offcanvas-header {
    display: none
  }

  .offcanvas-sm .offcanvas-body {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    background-color: transparent !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0
  }
  
}

@media(max-width:767.98px) {
  .offcanvas-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-clip: padding-box;
    background-color: var(--bs-offcanvas-bg);
    bottom: 0;
    color: var(--bs-offcanvas-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
    visibility: hidden;
    z-index: var(--bs-offcanvas-zindex)
  }
}

@media(max-width:767.98px)and (prefers-reduced-motion:reduce) {
  .offcanvas-md {
    -webkit-transition: none;
    transition: none
  }
}

@media(max-width:767.98px) {
  .offcanvas-md.offcanvas-start {
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: var(--bs-offcanvas-width)
  }

  .offcanvas-md.offcanvas-end {
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    right: 0;
    top: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    width: var(--bs-offcanvas-width)
  }

  .offcanvas-md.offcanvas-top {
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  .offcanvas-md.offcanvas-bottom,
  .offcanvas-md.offcanvas-top {
    height: var(--bs-offcanvas-height);
    left: 0;
    max-height: 100%;
    right: 0
  }

  .offcanvas-md.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }

  .offcanvas-md.show:not(.hiding),
  .offcanvas-md.showing {
    -webkit-transform: none;
    transform: none
  }

  .offcanvas-md.hiding,
  .offcanvas-md.show,
  .offcanvas-md.showing {
    visibility: visible
  }
}

@media(min-width:768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important
  }

  .offcanvas-md .offcanvas-header {
    display: none
  }

  .offcanvas-md .offcanvas-body {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    background-color: transparent !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0
  }
}

@media(max-width:991.98px) {
  .offcanvas-lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-clip: padding-box;
    background-color: var(--bs-offcanvas-bg);
    bottom: 0;
    color: var(--bs-offcanvas-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
    visibility: hidden;
    z-index: var(--bs-offcanvas-zindex)
  }
}

@media(max-width:991.98px)and (prefers-reduced-motion:reduce) {
  .offcanvas-lg {
    -webkit-transition: none;
    transition: none
  }
}

@media(max-width:991.98px) {
  .offcanvas-lg.offcanvas-start {
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: var(--bs-offcanvas-width)
  }

  .offcanvas-lg.offcanvas-end {
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    right: 0;
    top: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    width: var(--bs-offcanvas-width)
  }

  .offcanvas-lg.offcanvas-top {
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  .offcanvas-lg.offcanvas-bottom,
  .offcanvas-lg.offcanvas-top {
    height: var(--bs-offcanvas-height);
    left: 0;
    max-height: 100%;
    right: 0
  }

  .offcanvas-lg.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }

  .offcanvas-lg.show:not(.hiding),
  .offcanvas-lg.showing {
    -webkit-transform: none;
    transform: none
  }

  .offcanvas-lg.hiding,
  .offcanvas-lg.show,
  .offcanvas-lg.showing {
    visibility: visible
  }
}

@media(min-width:992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important
  }

  .offcanvas-lg .offcanvas-header {
    display: none
  }

  .offcanvas-lg .offcanvas-body {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    background-color: transparent !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0
  }
}

@media(max-width:1199.98px) {
  .offcanvas-xl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-clip: padding-box;
    background-color: var(--bs-offcanvas-bg);
    bottom: 0;
    color: var(--bs-offcanvas-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
    visibility: hidden;
    z-index: var(--bs-offcanvas-zindex)
  }
}

@media(max-width:1199.98px)and (prefers-reduced-motion:reduce) {
  .offcanvas-xl {
    -webkit-transition: none;
    transition: none
  }
}

@media(max-width:1199.98px) {
  .offcanvas-xl.offcanvas-start {
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: var(--bs-offcanvas-width)
  }

  .offcanvas-xl.offcanvas-end {
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    right: 0;
    top: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    width: var(--bs-offcanvas-width)
  }

  .offcanvas-xl.offcanvas-top {
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  .offcanvas-xl.offcanvas-bottom,
  .offcanvas-xl.offcanvas-top {
    height: var(--bs-offcanvas-height);
    left: 0;
    max-height: 100%;
    right: 0
  }

  .offcanvas-xl.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }

  .offcanvas-xl.show:not(.hiding),
  .offcanvas-xl.showing {
    -webkit-transform: none;
    transform: none
  }

  .offcanvas-xl.hiding,
  .offcanvas-xl.show,
  .offcanvas-xl.showing {
    visibility: visible
  }
}

@media(min-width:1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important
  }

  .offcanvas-xl .offcanvas-header {
    display: none
  }

  .offcanvas-xl .offcanvas-body {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    background-color: transparent !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0
  }
}

@media(max-width:1399.98px) {
  .offcanvas-xxl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-clip: padding-box;
    background-color: var(--bs-offcanvas-bg);
    bottom: 0;
    color: var(--bs-offcanvas-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition);
    visibility: hidden;
    z-index: var(--bs-offcanvas-zindex)
  }
}

@media(max-width:1399.98px)and (prefers-reduced-motion:reduce) {
  .offcanvas-xxl {
    -webkit-transition: none;
    transition: none
  }
}

@media(max-width:1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: var(--bs-offcanvas-width)
  }

  .offcanvas-xxl.offcanvas-end {
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    right: 0;
    top: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    width: var(--bs-offcanvas-width)
  }

  .offcanvas-xxl.offcanvas-top {
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  .offcanvas-xxl.offcanvas-bottom,
  .offcanvas-xxl.offcanvas-top {
    height: var(--bs-offcanvas-height);
    left: 0;
    max-height: 100%;
    right: 0
  }

  .offcanvas-xxl.offcanvas-bottom {
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }

  .offcanvas-xxl.show:not(.hiding),
  .offcanvas-xxl.showing {
    -webkit-transform: none;
    transform: none
  }

  .offcanvas-xxl.hiding,
  .offcanvas-xxl.show,
  .offcanvas-xxl.showing {
    visibility: visible
  }
}

@media(min-width:1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important
  }

  .offcanvas-xxl .offcanvas-header {
    display: none
  }

  .offcanvas-xxl .offcanvas-body {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    background-color: transparent !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0
  }
}

.offcanvas {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-clip: padding-box;
  background-color: var(--bs-offcanvas-bg);
  bottom: 0;
  color: var(--bs-offcanvas-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  outline: 0;
  position: fixed;
  -webkit-transition: var(--bs-offcanvas-transition);
  transition: var(--bs-offcanvas-transition);
  visibility: hidden;
  z-index: var(--bs-offcanvas-zindex)
}

@media(prefers-reduced-motion:reduce) {
  .offcanvas {
    -webkit-transition: none;
    transition: none
  }
}

.offcanvas.offcanvas-start {
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: var(--bs-offcanvas-width)
}

.offcanvas.offcanvas-end {
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  width: var(--bs-offcanvas-width)
}

.offcanvas.offcanvas-top {
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

.offcanvas.offcanvas-bottom,
.offcanvas.offcanvas-top {
  height: var(--bs-offcanvas-height);
  left: 0;
  max-height: 100%;
  right: 0
}

.offcanvas.offcanvas-bottom {
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
  -webkit-transform: none;
  transform: none
}

.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
  visibility: visible
}

.offcanvas-backdrop {
  background-color: #000;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1040
}

.offcanvas-backdrop.fade {
  opacity: 0
}

.offcanvas-backdrop.show {
  opacity: .75
}

.offcanvas-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

.offcanvas-header .btn-close {
  margin: calc(var(--bs-offcanvas-padding-y)*-.5) calc(var(--bs-offcanvas-padding-x)*-.5) calc(var(--bs-offcanvas-padding-y)*-.5) auto;
  padding: calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5)
}

.offcanvas-title {
  line-height: var(--bs-offcanvas-title-line-height);
  margin-bottom: 0
}

.offcanvas-body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow-y: auto;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
  position: relative
}

.dropdown-toggle {
  white-space: nowrap
}

.dropdown-toggle:after {
  border-bottom: 0;
  border-left: .3em solid transparent;
  border-right: .3em solid transparent;
  border-top: .3em solid;
  content: "";
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em
}

.dropdown-toggle:empty:after {
  margin-left: 0
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1.125rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  background-clip: padding-box;
  background-color: var(--bs-dropdown-bg);
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
  color: var(--bs-dropdown-color);
  display: none;
  font-size: var(--bs-dropdown-font-size);
  list-style: none;
  margin: 0;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  position: absolute;
  text-align: left;
  z-index: var(--bs-dropdown-zindex)
}

.dropdown-menu[data-bs-popper] {
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
  top: 100%
}

.dropdown-menu-start {
  --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
  left: 0;
  right: auto
}

.dropdown-menu-end {
  --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
  left: auto;
  right: 0
}

@media(min-width:576px) {
  .dropdown-menu-sm-start {
    --bs-position: start
  }

  .dropdown-menu-sm-start[data-bs-popper] {
    left: 0;
    right: auto
  }

  .dropdown-menu-sm-end {
    --bs-position: end
  }

  .dropdown-menu-sm-end[data-bs-popper] {
    left: auto;
    right: 0
  }
}

@media(min-width:768px) {
  .dropdown-menu-md-start {
    --bs-position: start
  }

  .dropdown-menu-md-start[data-bs-popper] {
    left: 0;
    right: auto
  }

  .dropdown-menu-md-end {
    --bs-position: end
  }

  .dropdown-menu-md-end[data-bs-popper] {
    left: auto;
    right: 0
  }
}

@media(min-width:992px) {
  .dropdown-menu-lg-start {
    --bs-position: start
  }

  .dropdown-menu-lg-start[data-bs-popper] {
    left: 0;
    right: auto
  }

  .dropdown-menu-lg-end {
    --bs-position: end
  }

  .dropdown-menu-lg-end[data-bs-popper] {
    left: auto;
    right: 0
  }
}

@media(min-width:1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start
  }

  .dropdown-menu-xl-start[data-bs-popper] {
    left: 0;
    right: auto
  }

  .dropdown-menu-xl-end {
    --bs-position: end
  }

  .dropdown-menu-xl-end[data-bs-popper] {
    left: auto;
    right: 0
  }
}

@media(min-width:1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start
  }

  .dropdown-menu-xxl-start[data-bs-popper] {
    left: 0;
    right: auto
  }

  .dropdown-menu-xxl-end {
    --bs-position: end
  }

  .dropdown-menu-xxl-end[data-bs-popper] {
    left: auto;
    right: 0
  }
}

.dropup .dropdown-menu[data-bs-popper] {
  bottom: 100%;
  margin-bottom: var(--bs-dropdown-spacer);
  margin-top: 0;
  top: auto
}

.dropup .dropdown-toggle:after {
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
  border-right: .3em solid transparent;
  border-top: 0;
  content: "";
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em
}

.dropup .dropdown-toggle:empty:after {
  margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
  left: 100%;
  margin-left: var(--bs-dropdown-spacer);
  margin-top: 0;
  right: auto;
  top: 0
}

.dropend .dropdown-toggle:after {
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
  border-right: 0;
  border-top: .3em solid transparent;
  content: "";
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em
}

.dropend .dropdown-toggle:empty:after {
  margin-left: 0
}

.dropend .dropdown-toggle:after {
  vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
  left: auto;
  margin-right: var(--bs-dropdown-spacer);
  margin-top: 0;
  right: 100%;
  top: 0
}

.dropstart .dropdown-toggle:after {
  content: "";
  display: inline-block;
  display: none;
  margin-left: .255em;
  vertical-align: .255em
}

.dropstart .dropdown-toggle:before {
  border-bottom: .3em solid transparent;
  border-right: .3em solid;
  border-top: .3em solid transparent;
  content: "";
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em
}

.dropstart .dropdown-toggle:empty:after {
  margin-left: 0
}

.dropstart .dropdown-toggle:before {
  vertical-align: 0
}

.dropdown-divider {
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  opacity: 1;
  overflow: hidden
}

.dropdown-item {
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
  clear: both;
  color: var(--bs-dropdown-link-color);
  display: block;
  font-weight: 400;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  width: 100%
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: var(--bs-dropdown-link-hover-bg);
  color: var(--bs-dropdown-link-hover-color)
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--bs-dropdown-link-active-bg);
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  background-color: transparent;
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none
}

.dropdown-menu.show {
  display: block
}

.dropdown-header {
  color: var(--bs-dropdown-header-color);
  display: block;
  font-size: .984375rem;
  margin-bottom: 0;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  white-space: nowrap
}

.dropdown-item-text {
  color: var(--bs-dropdown-link-color);
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x)
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: hsla(0, 0%, 100%, .15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x)*.5);
  padding-right: calc(var(--bs-gutter-x)*.5);
  width: 100%
}

@media(min-width:576px) {

  .container,
  .container-sm {
    max-width: 540px
  }
}

@media(min-width:768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 45pc
  }
}

@media(min-width:992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 60pc
  }
}

@media(min-width:1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 855pt
  }
}

@media(min-width:1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 990pt
  }
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px
}

.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x)*-.5);
  margin-right: calc(var(--bs-gutter-x)*-.5);
  margin-top: calc(var(--bs-gutter-y)*-1)
}

.row>* {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x)*.5);
  padding-right: calc(var(--bs-gutter-x)*.5);
  width: 100%
}

.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%
}

.row-cols-auto>* {
  width: auto
}

.row-cols-1>*,
.row-cols-auto>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.row-cols-1>* {
  width: 100%
}

.row-cols-2>* {
  width: 50%
}

.row-cols-2>*,
.row-cols-3>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.row-cols-3>* {
  width: 33.33333333%
}

.row-cols-4>* {
  width: 25%
}

.row-cols-4>*,
.row-cols-5>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.row-cols-5>* {
  width: 20%
}

.row-cols-6>* {
  width: 16.66666667%
}

.col-auto,
.row-cols-6>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.col-auto {
  width: auto
}

.col-1 {
  width: 8.33333333%
}

.col-1,
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.col-2 {
  width: 16.66666667%
}

.col-3 {
  width: 25%
}

.col-3,
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.col-4 {
  width: 33.33333333%
}

.col-5 {
  width: 41.66666667%
}

.col-5,
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.col-6 {
  width: 50%
}

.col-7 {
  width: 58.33333333%
}

.col-7,
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.col-8 {
  width: 66.66666667%
}

.col-9 {
  width: 75%
}

.col-10,
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.col-10 {
  width: 83.33333333%
}

.col-11 {
  width: 91.66666667%
}

.col-11,
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.col-12 {
  width: 100%
}

.offset-1 {
  margin-left: 8.33333333%
}

.offset-2 {
  margin-left: 16.66666667%
}

.offset-3 {
  margin-left: 25%
}

.offset-4 {
  margin-left: 33.33333333%
}

.offset-5 {
  margin-left: 41.66666667%
}

.offset-6 {
  margin-left: 50%
}

.offset-7 {
  margin-left: 58.33333333%
}

.offset-8 {
  margin-left: 66.66666667%
}

.offset-9 {
  margin-left: 75%
}

.offset-10 {
  margin-left: 83.33333333%
}

.offset-11 {
  margin-left: 91.66666667%
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem
}

.g-6,
.gx-6 {
  --bs-gutter-x: 4rem
}

.g-6,
.gy-6 {
  --bs-gutter-y: 4rem
}

.g-7,
.gx-7 {
  --bs-gutter-x: 5rem
}

.g-7,
.gy-7 {
  --bs-gutter-y: 5rem
}

.g-8,
.gx-8 {
  --bs-gutter-x: 6rem
}

.g-8,
.gy-8 {
  --bs-gutter-y: 6rem
}

.g-9,
.gx-9 {
  --bs-gutter-x: 7rem
}

.g-9,
.gy-9 {
  --bs-gutter-y: 7rem
}

@media(min-width:576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
  }

  .row-cols-sm-auto>* {
    width: auto
  }

  .row-cols-sm-1>*,
  .row-cols-sm-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .row-cols-sm-1>* {
    width: 100%
  }

  .row-cols-sm-2>* {
    width: 50%
  }

  .row-cols-sm-2>*,
  .row-cols-sm-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .row-cols-sm-3>* {
    width: 33.33333333%
  }

  .row-cols-sm-4>* {
    width: 25%
  }

  .row-cols-sm-4>*,
  .row-cols-sm-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .row-cols-sm-5>* {
    width: 20%
  }

  .row-cols-sm-6>* {
    width: 16.66666667%
  }

  .col-sm-auto,
  .row-cols-sm-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .col-sm-auto {
    width: auto
  }

  .col-sm-1 {
    width: 8.33333333%
  }

  .col-sm-1,
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-3,
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-5,
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-7 {
    width: 58.33333333%
  }

  .col-sm-7,
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-10,
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-11,
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .col-sm-12 {
    width: 100%
  }

  .offset-sm-0 {
    margin-left: 0
  }

  .offset-sm-1 {
    margin-left: 8.33333333%
  }

  .offset-sm-2 {
    margin-left: 16.66666667%
  }

  .offset-sm-3 {
    margin-left: 25%
  }

  .offset-sm-4 {
    margin-left: 33.33333333%
  }

  .offset-sm-5 {
    margin-left: 41.66666667%
  }

  .offset-sm-6 {
    margin-left: 50%
  }

  .offset-sm-7 {
    margin-left: 58.33333333%
  }

  .offset-sm-8 {
    margin-left: 66.66666667%
  }

  .offset-sm-9 {
    margin-left: 75%
  }

  .offset-sm-10 {
    margin-left: 83.33333333%
  }

  .offset-sm-11 {
    margin-left: 91.66666667%
  }

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0
  }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0
  }

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem
  }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem
  }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem
  }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem
  }

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem
  }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem
  }

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem
  }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem
  }

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem
  }

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem
  }

  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 4rem
  }

  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 4rem
  }

  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 5rem
  }

  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 5rem
  }

  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 6rem
  }

  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 6rem
  }

  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 7rem
  }

  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 7rem
  }
}

@media(min-width:768px) {
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
  }

  .row-cols-md-auto>* {
    width: auto
  }

  .row-cols-md-1>*,
  .row-cols-md-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .row-cols-md-1>* {
    width: 100%
  }

  .row-cols-md-2>* {
    width: 50%
  }

  .row-cols-md-2>*,
  .row-cols-md-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .row-cols-md-3>* {
    width: 33.33333333%
  }

  .row-cols-md-4>* {
    width: 25%
  }

  .row-cols-md-4>*,
  .row-cols-md-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .row-cols-md-5>* {
    width: 20%
  }

  .row-cols-md-6>* {
    width: 16.66666667%
  }

  .col-md-auto,
  .row-cols-md-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .col-md-auto {
    width: auto
  }

  .col-md-1 {
    width: 8.33333333%
  }

  .col-md-1,
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-3,
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-5,
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-7 {
    width: 58.33333333%
  }

  .col-md-7,
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-10,
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .col-md-10 {
    width: 83.33333333%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-11,
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .col-md-12 {
    width: 100%
  }

  .offset-md-0 {
    margin-left: 0
  }

  .offset-md-1 {
    margin-left: 8.33333333%
  }

  .offset-md-2 {
    margin-left: 16.66666667%
  }

  .offset-md-3 {
    margin-left: 25%
  }

  .offset-md-4 {
    margin-left: 33.33333333%
  }

  .offset-md-5 {
    margin-left: 41.66666667%
  }

  .offset-md-6 {
    margin-left: 50%
  }

  .offset-md-7 {
    margin-left: 58.33333333%
  }

  .offset-md-8 {
    margin-left: 66.66666667%
  }

  .offset-md-9 {
    margin-left: 75%
  }

  .offset-md-10 {
    margin-left: 83.33333333%
  }

  .offset-md-11 {
    margin-left: 91.66666667%
  }

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0
  }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0
  }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem
  }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem
  }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem
  }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem
  }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem
  }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem
  }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem
  }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem
  }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem
  }

  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 4rem
  }

  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 4rem
  }

  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 5rem
  }

  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 5rem
  }

  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 6rem
  }

  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 6rem
  }

  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 7rem
  }

  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 7rem
  }
}

@media(min-width:992px) {
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
  }

  .row-cols-lg-auto>* {
    width: auto
  }

  .row-cols-lg-1>*,
  .row-cols-lg-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .row-cols-lg-1>* {
    width: 100%
  }

  .row-cols-lg-2>* {
    width: 50%
  }

  .row-cols-lg-2>*,
  .row-cols-lg-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .row-cols-lg-3>* {
    width: 33.33333333%
  }

  .row-cols-lg-4>* {
    width: 25%
  }

  .row-cols-lg-4>*,
  .row-cols-lg-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .row-cols-lg-5>* {
    width: 20%
  }

  .row-cols-lg-6>* {
    width: 16.66666667%
  }

  .col-lg-auto,
  .row-cols-lg-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .col-lg-auto {
    width: auto
  }

  .col-lg-1 {
    width: 8.33333333%
  }

  .col-lg-1,
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .col-lg-2 {
    width: 16.66666667%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-3,
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .col-lg-4 {
    width: 33.33333333%
  }

  .col-lg-5 {
    width: 41.66666667%
  }

  .col-lg-5,
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-7 {
    width: 58.33333333%
  }

  .col-lg-7,
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .col-lg-8 {
    width: 66.66666667%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-10,
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .col-lg-10 {
    width: 83.33333333%
  }

  .col-lg-11 {
    width: 91.66666667%
  }

  .col-lg-11,
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .col-lg-12 {
    width: 100%
  }

  .offset-lg-0 {
    margin-left: 0
  }

  .offset-lg-1 {
    margin-left: 8.33333333%
  }

  .offset-lg-2 {
    margin-left: 16.66666667%
  }

  .offset-lg-3 {
    margin-left: 25%
  }

  .offset-lg-4 {
    margin-left: 33.33333333%
  }

  .offset-lg-5 {
    margin-left: 41.66666667%
  }

  .offset-lg-6 {
    margin-left: 50%
  }

  .offset-lg-7 {
    margin-left: 58.33333333%
  }

  .offset-lg-8 {
    margin-left: 66.66666667%
  }

  .offset-lg-9 {
    margin-left: 75%
  }

  .offset-lg-10 {
    margin-left: 83.33333333%
  }

  .offset-lg-11 {
    margin-left: 91.66666667%
  }

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0
  }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem
  }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem
  }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem
  }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem
  }

  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 4rem
  }

  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 4rem
  }

  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 5rem
  }

  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 5rem
  }

  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 6rem
  }

  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 6rem
  }

  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 7rem
  }

  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 7rem
  }
}

@media(min-width:1200px) {
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
  }

  .row-cols-xl-auto>* {
    width: auto
  }

  .row-cols-xl-1>*,
  .row-cols-xl-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .row-cols-xl-1>* {
    width: 100%
  }

  .row-cols-xl-2>* {
    width: 50%
  }

  .row-cols-xl-2>*,
  .row-cols-xl-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .row-cols-xl-3>* {
    width: 33.33333333%
  }

  .row-cols-xl-4>* {
    width: 25%
  }

  .row-cols-xl-4>*,
  .row-cols-xl-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .row-cols-xl-5>* {
    width: 20%
  }

  .row-cols-xl-6>* {
    width: 16.66666667%
  }

  .col-xl-auto,
  .row-cols-xl-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .col-xl-auto {
    width: auto
  }

  .col-xl-1 {
    width: 8.33333333%
  }

  .col-xl-1,
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .col-xl-2 {
    width: 16.66666667%
  }

  .col-xl-3 {
    width: 25%
  }

  .col-xl-3,
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .col-xl-4 {
    width: 33.33333333%
  }

  .col-xl-5 {
    width: 41.66666667%
  }

  .col-xl-5,
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .col-xl-6 {
    width: 50%
  }

  .col-xl-7 {
    width: 58.33333333%
  }

  .col-xl-7,
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .col-xl-8 {
    width: 66.66666667%
  }

  .col-xl-9 {
    width: 75%
  }

  .col-xl-10,
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .col-xl-10 {
    width: 83.33333333%
  }

  .col-xl-11 {
    width: 91.66666667%
  }

  .col-xl-11,
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .col-xl-12 {
    width: 100%
  }

  .offset-xl-0 {
    margin-left: 0
  }

  .offset-xl-1 {
    margin-left: 8.33333333%
  }

  .offset-xl-2 {
    margin-left: 16.66666667%
  }

  .offset-xl-3 {
    margin-left: 25%
  }

  .offset-xl-4 {
    margin-left: 33.33333333%
  }

  .offset-xl-5 {
    margin-left: 41.66666667%
  }

  .offset-xl-6 {
    margin-left: 50%
  }

  .offset-xl-7 {
    margin-left: 58.33333333%
  }

  .offset-xl-8 {
    margin-left: 66.66666667%
  }

  .offset-xl-9 {
    margin-left: 75%
  }

  .offset-xl-10 {
    margin-left: 83.33333333%
  }

  .offset-xl-11 {
    margin-left: 91.66666667%
  }

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0
  }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem
  }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem
  }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem
  }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem
  }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem
  }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem
  }

  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 4rem
  }

  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 4rem
  }

  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 5rem
  }

  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 5rem
  }

  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 6rem
  }

  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 6rem
  }

  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 7rem
  }

  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 7rem
  }
}

@media(min-width:1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
  }

  .row-cols-xxl-auto>* {
    width: auto
  }

  .row-cols-xxl-1>*,
  .row-cols-xxl-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .row-cols-xxl-1>* {
    width: 100%
  }

  .row-cols-xxl-2>* {
    width: 50%
  }

  .row-cols-xxl-2>*,
  .row-cols-xxl-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .row-cols-xxl-3>* {
    width: 33.33333333%
  }

  .row-cols-xxl-4>* {
    width: 25%
  }

  .row-cols-xxl-4>*,
  .row-cols-xxl-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .row-cols-xxl-5>* {
    width: 20%
  }

  .row-cols-xxl-6>* {
    width: 16.66666667%
  }

  .col-xxl-auto,
  .row-cols-xxl-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .col-xxl-auto {
    width: auto
  }

  .col-xxl-1 {
    width: 8.33333333%
  }

  .col-xxl-1,
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .col-xxl-2 {
    width: 16.66666667%
  }

  .col-xxl-3 {
    width: 25%
  }

  .col-xxl-3,
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .col-xxl-4 {
    width: 33.33333333%
  }

  .col-xxl-5 {
    width: 41.66666667%
  }

  .col-xxl-5,
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .col-xxl-6 {
    width: 50%
  }

  .col-xxl-7 {
    width: 58.33333333%
  }

  .col-xxl-7,
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .col-xxl-8 {
    width: 66.66666667%
  }

  .col-xxl-9 {
    width: 75%
  }

  .col-xxl-10,
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .col-xxl-10 {
    width: 83.33333333%
  }

  .col-xxl-11 {
    width: 91.66666667%
  }

  .col-xxl-11,
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .col-xxl-12 {
    width: 100%
  }

  .offset-xxl-0 {
    margin-left: 0
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%
  }

  .offset-xxl-3 {
    margin-left: 25%
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%
  }

  .offset-xxl-6 {
    margin-left: 50%
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%
  }

  .offset-xxl-9 {
    margin-left: 75%
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem
  }

  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 4rem
  }

  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 4rem
  }

  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 5rem
  }

  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 5rem
  }

  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 6rem
  }

  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 6rem
  }

  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 7rem
  }

  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 7rem
  }
}

.clearfix:after {
  clear: both;
  content: "";
  display: block
}

.text-bg-primary {
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
  color: #fff !important
}

.text-bg-secondary {
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
  color: #fff !important
}

.text-bg-success {
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
  color: #fff !important
}

.text-bg-info {
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
  color: #000 !important
}

.text-bg-warning {
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
  color: #000 !important
}

.text-bg-danger {
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
  color: #fff !important
}

.text-bg-light {
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
  color: #000 !important
}

.text-bg-dark {
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
  color: #fff !important
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-primary:focus,
.link-primary:hover {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-secondary:focus,
.link-secondary:hover {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-success:focus,
.link-success:hover {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-info:focus,
.link-info:hover {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-warning:focus,
.link-warning:hover {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-danger:focus,
.link-danger:hover {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-light:focus,
.link-light:hover {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-dark:focus,
.link-dark:hover {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-body-emphasis:focus,
.link-body-emphasis:hover {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, .75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, .75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, .75)) !important
}

.focus-ring:focus {
  -webkit-box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
  outline: 0
}

.icon-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: .375rem;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, .5));
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, .5));
  text-underline-offset: .25em
}

.icon-link>.bi {
  -ms-flex-negative: 0;
  fill: currentcolor;
  flex-shrink: 0;
  height: 1em;
  -webkit-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  width: 1em
}

@media(prefers-reduced-motion:reduce) {
  .icon-link>.bi {
    -webkit-transition: none;
    transition: none
  }
}

.icon-link-hover:focus-visible>.bi,
.icon-link-hover:hover>.bi {
  -webkit-transform: var(--bs-icon-link-transform, translate3d(.25em, 0, 0));
  transform: var(--bs-icon-link-transform, translate3d(.25em, 0, 0))
}

.ratio {
  position: relative;
  width: 100%
}

.ratio:before {
  content: "";
  display: block;
  padding-top: var(--bs-aspect-ratio)
}

.ratio>* {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%
}

.fixed-top {
  top: 0
}

.fixed-bottom,
.fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030
}

.fixed-bottom {
  bottom: 0
}

.sticky-top {
  top: 0
}

.sticky-bottom,
.sticky-top {
  position: sticky;
  z-index: 1020
}

.sticky-bottom {
  bottom: 0
}

@media(min-width:576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }

  .sticky-sm-bottom {
    bottom: 0;
    position: sticky;
    z-index: 1020
  }
}

@media(min-width:768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }

  .sticky-md-bottom {
    bottom: 0;
    position: sticky;
    z-index: 1020
  }
}

@media(min-width:992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }

  .sticky-lg-bottom {
    bottom: 0;
    position: sticky;
    z-index: 1020
  }
}

@media(min-width:1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }

  .sticky-xl-bottom {
    bottom: 0;
    position: sticky;
    z-index: 1020
  }
}

@media(min-width:1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }

  .sticky-xxl-bottom {
    bottom: 0;
    position: sticky;
    z-index: 1020
  }
}

.hstack {
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-item-align: stretch;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row
}

.hstack,
.vstack {
  -webkit-box-direction: normal;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.vstack {
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -ms-flex-item-align: stretch;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-direction: column;
  flex-direction: column
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  white-space: nowrap !important;
  width: 1px !important
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),
.visually-hidden:not(caption) {
  position: absolute !important
}

.stretched-link:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.vr {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: currentcolor;
  display: inline-block;
  min-height: 1em;
  opacity: .25;
  width: var(--bs-border-width)
}

.form-label {
  font-size: .75rem
}

.col-form-label,
.form-label {
  color: #152456;
  margin-bottom: 0
}

.col-form-label {
  font-size: inherit;
  line-height: 1.25;
  padding-bottom: calc(9pt + var(--bs-border-width));
  padding-top: calc(9pt + var(--bs-border-width))
}

.col-form-label-lg {
  font-size: calc(1.26563rem + .1875vw);
  padding-bottom: calc(.5rem + var(--bs-border-width));
  padding-top: calc(.5rem + var(--bs-border-width))
}

@media(min-width:1200px) {
  .col-form-label-lg {
    font-size: 1.40625rem
  }
}

.col-form-label-sm {
  font-size: .984375rem;
  padding-bottom: calc(.25rem + var(--bs-border-width));
  padding-top: calc(.25rem + var(--bs-border-width))
}

.form-text {
  color: var(--bs-secondary-color);
  font-size: .875em;
  margin-top: .25rem
}

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid #737777;
  border-radius: var(--bs-border-radius);
  color: #565954;
  display: block;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25;
  padding: 9pt 17px;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  width: 100%
}

@media(prefers-reduced-motion:reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none
  }
}

.form-control[type=file] {
  overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer
}

.form-control:focus {
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  -webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
  color: #565954;
  outline: 0
}

.form-control::-webkit-date-and-time-value {
  height: 1.25em;
  margin: 0;
  min-width: 85px
}

.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0
}

.form-control::-webkit-input-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1
}

.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1
}

.form-control::-ms-input-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1
}

.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1
}

.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1
}

.form-control::file-selector-button {
  -webkit-margin-end: 17px;
  background-color: var(--bs-tertiary-bg);
  border: 0 solid;
  border-color: inherit;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  color: #565954;
  margin: -9pt -17px;
  margin-inline-end: 17px;
  padding: 9pt 17px;
  pointer-events: none;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
  .form-control::file-selector-button {
    -webkit-transition: none;
    transition: none
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg)
}

.form-control-plaintext {
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
  color: var(--bs-body-color);
  display: block;
  line-height: 1.25;
  margin-bottom: 0;
  padding: 9pt 0;
  width: 100%
}

.form-control-plaintext:focus {
  outline: 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-left: 0;
  padding-right: 0
}

.form-control-sm {
  border-radius: var(--bs-border-radius-sm);
  font-size: .984375rem;
  min-height: calc(1.25em + .5rem + var(--bs-border-width)*2);
  padding: .25rem .5rem
}

.form-control-sm::file-selector-button {
  -webkit-margin-end: .5rem;
  margin: -.25rem -.5rem;
  margin-inline-end: .5rem;
  padding: .25rem .5rem
}

.form-control-lg {
  border-radius: var(--bs-border-radius-lg);
  font-size: calc(1.26563rem + .1875vw);
  min-height: calc(1.25em + 1rem + var(--bs-border-width)*2);
  padding: .5rem 1rem
}

@media(min-width:1200px) {
  .form-control-lg {
    font-size: 1.40625rem
  }
}

.form-control-lg::file-selector-button {
  -webkit-margin-end: 1rem;
  margin: -.5rem -1rem;
  margin-inline-end: 1rem;
  padding: .5rem 1rem
}

textarea.form-control {
  min-height: calc(1.25em + 24px + var(--bs-border-width)*2)
}

textarea.form-control-sm {
  min-height: calc(1.25em + .5rem + var(--bs-border-width)*2)
}

textarea.form-control-lg {
  min-height: calc(1.25em + 1rem + var(--bs-border-width)*2)
}

.form-control-color {
  height: calc(1.25em + 24px + var(--bs-border-width)*2);
  padding: 9pt;
  width: 3rem
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer
}

.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius)
}

.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius)
}

.form-control-color.form-control-sm {
  height: calc(1.25em + .5rem + var(--bs-border-width)*2)
}

.form-control-color.form-control-lg {
  height: calc(1.25em + 1rem + var(--bs-border-width)*2)
}

.form-select {
  /** CHANGED BY SD: 3/6/25 used to be stroke=‘%23274ac1’ **/
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-position: right 17px center;
  background-repeat: no-repeat;
  background-size: 1pc 9pt;
  border: var(--bs-border-width) solid #737777;
  border-radius: var(--bs-border-radius);
  color: #565954;
  display: block;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25;
  padding: 9pt 51px 9pt 17px;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  width: 100%
}

@media(prefers-reduced-motion:reduce) {
  .form-select {
    -webkit-transition: none;
    transition: none
  }
}

.form-select:focus {
  border-color: #86b7fe;
  -webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
  outline: 0
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
  background-image: none;
  padding-right: 17px
}

.form-select:disabled {
  background-color: var(--bs-secondary-bg)
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #565954
}

.form-select-sm {
  border-radius: var(--bs-border-radius-sm);
  font-size: .984375rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  padding-top: .25rem
}

.form-select-lg {
  border-radius: var(--bs-border-radius-lg);
  font-size: calc(1.26563rem + .1875vw);
  padding-bottom: .5rem;
  padding-left: 1rem;
  padding-top: .5rem
}

@media(min-width:1200px) {
  .form-select-lg {
    font-size: 1.40625rem
  }
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
}

.form-check {
  display: block;
  margin-bottom: .125rem;
  min-height: 2.00025rem;
  padding-left: 1.5em
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em
}

.form-check-reverse {
  padding-left: 0;
  padding-right: 1.5em;
  text-align: right
}

.form-check-reverse .form-check-input {
  float: right;
  margin-left: 0;
  margin-right: -1.5em
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  -ms-flex-negative: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #737777;
  flex-shrink: 0;
  height: 1em;
  margin-top: .389em;
  print-color-adjust: exact;
  vertical-align: top;
  width: 1em
}

.form-check-input[type=checkbox] {
  border-radius: .25em
}

.form-check-input[type=radio] {
  border-radius: 50%
}

.form-check-input:active {
  -webkit-filter: brightness(90%);
  filter: brightness(90%)
}

.form-check-input:focus {
  border-color: #86b7fe;
  -webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
  outline: 0
}

.form-check-input:checked {
  background-color: #274ac1;
  border-color: #274ac1
}

.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
  background-color: #0d6efd;
  border-color: #0d6efd
}

.form-check-input:disabled {
  -webkit-filter: none;
  filter: none;
  opacity: .5;
  pointer-events: none
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
  cursor: default;
  opacity: .5
}

.form-switch {
  padding-left: 2.5em
}

.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-image: var(--bs-form-switch-bg);
  background-position: 0;
  border-radius: 2em;
  margin-left: -2.5em;
  -webkit-transition: background-position .15s ease-in-out;
  transition: background-position .15s ease-in-out;
  width: 2em
}

@media(prefers-reduced-motion:reduce) {
  .form-switch .form-check-input {
    -webkit-transition: none;
    transition: none
  }
}

.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-position: 100%
}

.form-switch.form-check-reverse {
  padding-left: 0;
  padding-right: 2.5em
}

.form-switch.form-check-reverse .form-check-input {
  margin-left: 0;
  margin-right: -2.5em
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem
}

.btn-check {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
  -webkit-filter: none;
  filter: none;
  opacity: .65;
  pointer-events: none
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")
}

.form-range {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  height: 1.5rem;
  padding: 0;
  width: 100%
}

.form-range:focus {
  outline: 0
}

.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range::-moz-focus-outer {
  border: 0
}

.form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  width: 1rem
}

@media(prefers-reduced-motion:reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe
}

.form-range::-webkit-slider-runnable-track {
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: .5rem;
  width: 100%
}

.form-range::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: 1rem
}

@media(prefers-reduced-motion:reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe
}

.form-range::-moz-range-track {
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: .5rem;
  width: 100%
}

.form-range:disabled {
  pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color)
}

.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color)
}

.form-floating {
  position: relative
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
  height: calc(3.5rem + var(--bs-border-width)*2);
  line-height: 1.25;
  min-height: calc(3.5rem + var(--bs-border-width)*2)
}

.form-floating>label {
  border: var(--bs-border-width) solid transparent;
  height: 100%;
  left: 0;
  overflow: hidden;
  padding: 1rem 17px;
  pointer-events: none;
  position: absolute;
  text-align: start;
  text-overflow: ellipsis;
  top: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
  transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
  white-space: nowrap;
  z-index: 2
}

@media(prefers-reduced-motion:reduce) {
  .form-floating>label {
    -webkit-transition: none;
    transition: none
  }
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
  padding: 1rem 17px
}

.form-floating>.form-control-plaintext::-webkit-input-placeholder,
.form-floating>.form-control::-webkit-input-placeholder {
  color: transparent
}

.form-floating>.form-control-plaintext::-moz-placeholder,
.form-floating>.form-control::-moz-placeholder {
  color: transparent
}

.form-floating>.form-control-plaintext:-ms-input-placeholder,
.form-floating>.form-control:-ms-input-placeholder {
  color: transparent
}

.form-floating>.form-control-plaintext::-ms-input-placeholder,
.form-floating>.form-control::-ms-input-placeholder {
  color: transparent
}

.form-floating>.form-control-plaintext::placeholder,
.form-floating>.form-control::placeholder {
  color: transparent
}

.form-floating>.form-control-plaintext:not(:-moz-placeholder-shown),
.form-floating>.form-control:not(:-moz-placeholder-shown) {
  padding-bottom: .625rem;
  padding-top: 1.625rem
}

.form-floating>.form-control-plaintext:not(:-ms-input-placeholder),
.form-floating>.form-control:not(:-ms-input-placeholder) {
  padding-bottom: .625rem;
  padding-top: 1.625rem
}

.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  padding-bottom: .625rem;
  padding-top: 1.625rem
}

.form-floating>.form-control-plaintext:-webkit-autofill,
.form-floating>.form-control:-webkit-autofill {
  padding-bottom: .625rem;
  padding-top: 1.625rem
}

.form-floating>.form-select {
  padding-bottom: .625rem;
  padding-top: 1.625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
  color: rgba(var(--bs-body-color-rgb), .65);
  transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label {
  color: rgba(var(--bs-body-color-rgb), .65);
  transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  color: rgba(var(--bs-body-color-rgb), .65);
  -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
  transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label:after {
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
  content: "";
  height: 1.5em;
  inset: 1rem 8.5px;
  position: absolute;
  z-index: -1
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label:after {
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
  content: "";
  height: 1.5em;
  inset: 1rem 8.5px;
  position: absolute;
  z-index: -1
}

.form-floating>.form-control-plaintext~label:after,
.form-floating>.form-control:focus~label:after,
.form-floating>.form-control:not(:placeholder-shown)~label:after,
.form-floating>.form-select~label:after {
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
  content: "";
  height: 1.5em;
  inset: 1rem 8.5px;
  position: absolute;
  z-index: -1
}

.form-floating>.form-control:-webkit-autofill~label {
  color: rgba(var(--bs-body-color-rgb), .65);
  -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
  transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control-plaintext~label {
  border-width: var(--bs-border-width) 0
}

.form-floating>.form-control:disabled~label,
.form-floating>:disabled~label {
  color: #6c757d
}

.form-floating>.form-control:disabled~label:after,
.form-floating>:disabled~label:after {
  background-color: var(--bs-secondary-bg)
}

.input-group {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 100%
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
  width: 1%
}

.input-group>.form-control:focus,
.input-group>.form-floating:focus-within,
.input-group>.form-select:focus {
  z-index: 5
}

.input-group .btn {
  position: relative;
  z-index: 2
}

.input-group .btn:focus {
  z-index: 5
}

.input-group-text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: var(--bs-border-width) solid #737777;
  border-radius: var(--bs-border-radius);
  color: #203887;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25;
  padding: 7px 9px;
  text-align: center;
  white-space: nowrap
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
  border-radius: var(--bs-border-radius-lg);
  font-size: calc(1.26563rem + .1875vw);
  padding: .5rem 1rem
}

@media(min-width:1200px) {

  .input-group-lg>.btn,
  .input-group-lg>.form-control,
  .input-group-lg>.form-select,
  .input-group-lg>.input-group-text {
    font-size: 1.40625rem
  }
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
  border-radius: var(--bs-border-radius-sm);
  font-size: .984375rem;
  padding: .25rem .5rem
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
  padding-right: 68px
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: calc(var(--bs-border-width)*-1)
}

.input-group>.form-floating:not(:first-child)>.form-control,
.input-group>.form-floating:not(:first-child)>.form-select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.valid-feedback {
  color: var(--bs-form-valid-color);
  display: none;
  font-size: .875em;
  margin-top: .25rem;
  width: 100%
}

.valid-tooltip {
  background-color: var(--bs-success);
  border-radius: 5px;
  color: #fff;
  display: none;
  font-size: 1rem;
  margin-top: .1rem;
  max-width: 100%;
  padding: 5px 10px;
  position: absolute;
  top: 100%;
  z-index: 5
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
  display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right calc(.3125em + 6px) center;
  background-repeat: no-repeat;
  background-size: calc(.625em + 9pt) calc(.625em + 9pt);
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.25em + 24px)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  -webkit-box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  background-position: top calc(.3125em + 6px) right calc(.3125em + 6px);
  padding-right: calc(1.25em + 24px)
}

.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: var(--bs-form-valid-border-color)
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 17px center, center right 51px;
  background-size: 1pc 9pt, calc(.625em + 9pt) calc(.625em + 9pt);
  padding-right: 93.5px
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  -webkit-box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25)
}

.form-control-color.is-valid,
.was-validated .form-control-color:valid {
  width: calc(3rem + 1.25em + 24px)
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: var(--bs-form-valid-border-color)
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: var(--bs-form-valid-color)
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: var(--bs-form-valid-color)
}

.form-check-inline .form-check-input~.valid-feedback {
  margin-left: .5em
}

.input-group>.form-control:not(:focus).is-valid,
.input-group>.form-floating:not(:focus-within).is-valid,
.input-group>.form-select:not(:focus).is-valid,
.was-validated .input-group>.form-control:not(:focus):valid,
.was-validated .input-group>.form-floating:not(:focus-within):valid,
.was-validated .input-group>.form-select:not(:focus):valid {
  z-index: 3
}

.invalid-feedback {
  color: var(--bs-form-invalid-color);
  display: none;
  font-size: .875em;
  margin-top: .25rem;
  width: 100%
}

.invalid-tooltip {
  background-color: var(--bs-danger);
  border-radius: 5px;
  color: #fff;
  display: none;
  font-size: 1rem;
  margin-top: .1rem;
  max-width: 100%;
  padding: 5px 10px;
  position: absolute;
  top: 100%;
  z-index: 5
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
  display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right calc(.3125em + 6px) center;
  background-repeat: no-repeat;
  background-size: calc(.625em + 9pt) calc(.625em + 9pt);
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.25em + 24px)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  -webkit-box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  background-position: top calc(.3125em + 6px) right calc(.3125em + 6px);
  padding-right: calc(1.25em + 24px)
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: var(--bs-form-invalid-border-color)
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 17px center, center right 51px;
  background-size: 1pc 9pt, calc(.625em + 9pt) calc(.625em + 9pt);
  padding-right: 93.5px
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  -webkit-box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)
}

.form-control-color.is-invalid,
.was-validated .form-control-color:invalid {
  width: calc(3rem + 1.25em + 24px)
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: var(--bs-form-invalid-border-color)
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: var(--bs-form-invalid-color)
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  -webkit-box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color: var(--bs-form-invalid-color)
}

.form-check-inline .form-check-input~.invalid-feedback {
  margin-left: .5em
}

.input-group>.form-control:not(:focus).is-invalid,
.input-group>.form-floating:not(:focus-within).is-invalid,
.input-group>.form-select:not(:focus).is-invalid,
.was-validated .input-group>.form-control:not(:focus):invalid,
.was-validated .input-group>.form-floating:not(:focus-within):invalid,
.was-validated .input-group>.form-select:not(:focus):invalid {
  z-index: 4
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23231f20' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle)
}

.accordion-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  color: var(--bs-accordion-btn-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  overflow-anchor: none;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  position: relative;
  text-align: left;
  -webkit-transition: var(--bs-accordion-transition);
  transition: var(--bs-accordion-transition);
  width: 100%
}

@media(prefers-reduced-motion:reduce) {
  .accordion-button {
    -webkit-transition: none;
    transition: none
  }
}

.accordion-button:not(.collapsed) {
  background-color: var(--bs-accordion-active-bg);
  -webkit-box-shadow: inset 0 calc(var(--bs-accordion-border-width)*-1) 0 var(--bs-accordion-border-color);
  box-shadow: inset 0 calc(var(--bs-accordion-border-width)*-1) 0 var(--bs-accordion-border-color);
  color: var(--bs-accordion-active-color)
}

.accordion-button:not(.collapsed):after {
  background-image: var(--bs-accordion-btn-active-icon);
  -webkit-transform: var(--bs-accordion-btn-icon-transform);
  transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button:after {
  -ms-flex-negative: 0;
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  content: "";
  flex-shrink: 0;
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  -webkit-transition: var(--bs-accordion-btn-icon-transition);
  transition: var(--bs-accordion-btn-icon-transition);
  width: var(--bs-accordion-btn-icon-width)
}

@media(prefers-reduced-motion:reduce) {
  .accordion-button:after {
    -webkit-transition: none;
    transition: none
  }
}

.accordion-button:hover {
  z-index: 2
}

.accordion-button:focus {
  -webkit-box-shadow: var(--bs-accordion-btn-focus-box-shadow);
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
  outline: 0;
  z-index: 3
}

.accordion-header {
  margin-bottom: 0
}

.accordion-item {
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
  color: var(--bs-accordion-color)
}

.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:not(:first-of-type) {
  border-top: 0
}

.accordion-item:last-of-type {
  border-bottom-left-radius: var(--bs-accordion-border-radius);
  border-bottom-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type>.accordion-collapse {
  border-bottom-left-radius: var(--bs-accordion-border-radius);
  border-bottom-right-radius: var(--bs-accordion-border-radius)
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.accordion-flush>.accordion-item {
  border-left: 0;
  border-radius: 0;
  border-right: 0
}

.accordion-flush>.accordion-item:first-child {
  border-top: 0
}

.accordion-flush>.accordion-item:last-child {
  border-bottom: 0
}

.accordion-flush>.accordion-item>.accordion-collapse,
.accordion-flush>.accordion-item>.accordion-header .accordion-button,
.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
  border-radius: 0
}

[data-bs-theme=dark] .accordion-button:after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.fade {
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
  .fade {
    -webkit-transition: none;
    transition: none
  }
}

.fade:not(.show) {
  opacity: 0
}

.collapse:not(.show) {
  display: none
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease
}

@media(prefers-reduced-motion:reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none
  }
}

.collapsing.collapse-horizontal {
  height: auto;
  -webkit-transition: width .35s ease;
  transition: width .35s ease;
  width: 0
}

@media(prefers-reduced-motion:reduce) {
  .collapsing.collapse-horizontal {
    -webkit-transition: none;
    transition: none
  }
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 0;
  --bs-modal-border-radius: 0;
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: 0;
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 0;
  --bs-modal-title-line-height: 1.778;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 0;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: var(--bs-modal-zindex)
}

.modal-dialog {
  margin: var(--bs-modal-margin);
  pointer-events: none;
  position: relative;
  width: auto
}

.modal.fade .modal-dialog {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

@media(prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02)
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin)*2)
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}

.modal-dialog-centered {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin)*2)
}

.modal-content,
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.modal-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-clip: padding-box;
  background-color: var(--bs-modal-bg);
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  color: var(--bs-modal-color);
  -ms-flex-direction: column;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.75;
  background-color: var(--bs-backdrop-bg);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: var(--bs-backdrop-zindex)
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity)
}

.modal-header {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  padding: var(--bs-modal-header-padding)
}

.modal-header .btn-close {
  margin: calc(var(--bs-modal-header-padding-y)*-.5) calc(var(--bs-modal-header-padding-x)*-.5) calc(var(--bs-modal-header-padding-y)*-.5) auto;
  padding: calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5)
}

.modal-title {
  line-height: var(--bs-modal-title-line-height);
  margin-bottom: 0
}

.modal-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
  position: relative
}

.modal-footer {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  align-items: center;
  background-color: var(--bs-modal-footer-bg);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5)
}

.modal-footer>* {
  margin: calc(var(--bs-modal-footer-gap)*.5)
}

@media(min-width:576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow)
  }

  .modal-dialog {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--bs-modal-width)
  }

  .modal-sm {
    --bs-modal-width: 300px
  }
}

@media(min-width:992px) {

  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px
  }
}

@media(min-width:1200px) {
  .modal-xl {
    --bs-modal-width: 1140px
  }
}

.modal-fullscreen {
  height: 100%;
  margin: 0;
  max-width: none;
  width: 100vw
}

.modal-fullscreen .modal-content {
  border: 0;
  border-radius: 0;
  height: 100%
}

.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
  border-radius: 0
}

.modal-fullscreen .modal-body {
  overflow-y: auto
}

@media(max-width:575.98px) {
  .modal-fullscreen-sm-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw
  }

  .modal-fullscreen-sm-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%
  }

  .modal-fullscreen-sm-down .modal-footer,
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto
  }
}

@media(max-width:767.98px) {
  .modal-fullscreen-md-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw
  }

  .modal-fullscreen-md-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%
  }

  .modal-fullscreen-md-down .modal-footer,
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto
  }
}

@media(max-width:991.98px) {
  .modal-fullscreen-lg-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw
  }

  .modal-fullscreen-lg-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%
  }

  .modal-fullscreen-lg-down .modal-footer,
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto
  }
}

@media(max-width:1199.98px) {
  .modal-fullscreen-xl-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw
  }

  .modal-fullscreen-xl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%
  }

  .modal-fullscreen-xl-down .modal-footer,
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto
  }
}

@media(max-width:1399.98px) {
  .modal-fullscreen-xxl-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw
  }

  .modal-fullscreen-xxl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%
  }

  .modal-fullscreen-xxl-down .modal-footer,
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto
  }
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 1em;
  opacity: var(--bs-btn-close-opacity);
  padding: .25em;
  width: 1em
}

.btn-close,
.btn-close:hover {
  color: var(--bs-btn-close-color)
}

.btn-close:hover {
  opacity: var(--bs-btn-close-hover-opacity);
  text-decoration: none
}

.btn-close:focus {
  -webkit-box-shadow: var(--bs-btn-close-focus-shadow);
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
  outline: 0
}

.btn-close.disabled,
.btn-close:disabled {
  opacity: var(--bs-btn-close-disabled-opacity);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.btn-close-white,
[data-bs-theme=dark] .btn-close {
  -webkit-filter: var(--bs-btn-close-white-filter);
  filter: var(--bs-btn-close-white-filter)
}

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 10px;
  --bs-tooltip-padding-y: 5px;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 1rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: 5px;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  word-wrap: break-word;
  display: block;
  font-family: museo-sans, sans-serif;
  font-size: var(--bs-tooltip-font-size);
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.778;
  margin: var(--bs-tooltip-margin);
  opacity: 0;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: var(--bs-tooltip-zindex)
}

.tooltip.show {
  opacity: var(--bs-tooltip-opacity)
}

.tooltip .tooltip-arrow {
  display: block;
  height: var(--bs-tooltip-arrow-height);
  width: var(--bs-tooltip-arrow-width)
}

.tooltip .tooltip-arrow:before {
  border-color: transparent;
  border-style: solid;
  content: "";
  position: absolute
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: calc(var(--bs-tooltip-arrow-height)*-1)
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
  border-top-color: var(--bs-tooltip-bg);
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;
  top: -1px
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  height: var(--bs-tooltip-arrow-width);
  left: calc(var(--bs-tooltip-arrow-height)*-1);
  width: var(--bs-tooltip-arrow-height)
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
  border-right-color: var(--bs-tooltip-bg);
  border-width: calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;
  right: -1px
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: calc(var(--bs-tooltip-arrow-height)*-1)
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
  border-bottom-color: var(--bs-tooltip-bg);
  border-width: 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);
  bottom: -1px
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  height: var(--bs-tooltip-arrow-width);
  right: calc(var(--bs-tooltip-arrow-height)*-1);
  width: var(--bs-tooltip-arrow-height)
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
  border-left-color: var(--bs-tooltip-bg);
  border-width: calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);
  left: -1px
}

.tooltip-inner {
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
  color: var(--bs-tooltip-color);
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  text-align: center
}

.align-baseline {
  vertical-align: baseline !important
}

.align-top {
  vertical-align: top !important
}

.align-middle {
  vertical-align: middle !important
}

.align-bottom {
  vertical-align: bottom !important
}

.align-text-bottom {
  vertical-align: text-bottom !important
}

.align-text-top {
  vertical-align: text-top !important
}

.float-start {
  float: left !important
}

.float-end {
  float: right !important
}

.float-none {
  float: none !important
}

.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important
}

.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important
}

.object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important
}

.object-fit-none {
  -o-object-fit: none !important;
  object-fit: none !important
}

.opacity-0 {
  opacity: 0 !important
}

.opacity-25 {
  opacity: .25 !important
}

.opacity-50 {
  opacity: .5 !important
}

.opacity-75 {
  opacity: .75 !important
}

.opacity-100 {
  opacity: 1 !important
}

.overflow-auto {
  overflow: auto !important
}

.overflow-hidden {
  overflow: hidden !important
}

.overflow-visible {
  overflow: visible !important
}

.overflow-scroll {
  overflow: scroll !important
}

.overflow-x-auto {
  overflow-x: auto !important
}

.overflow-x-hidden {
  overflow-x: hidden !important
}

.overflow-x-visible {
  overflow-x: visible !important
}

.overflow-x-scroll {
  overflow-x: scroll !important
}

.overflow-y-auto {
  overflow-y: auto !important
}

.overflow-y-hidden {
  overflow-y: hidden !important
}

.overflow-y-visible {
  overflow-y: visible !important
}

.overflow-y-scroll {
  overflow-y: scroll !important
}

.d-inline {
  display: inline !important
}

.d-inline-block {
  display: inline-block !important
}

.d-block {
  display: block !important
}

.d-grid {
  display: grid !important
}

.d-inline-grid {
  display: inline-grid !important
}

.d-table {
  display: table !important
}

.d-table-row {
  display: table-row !important
}

.d-table-cell {
  display: table-cell !important
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important
}

.d-none {
  display: none !important
}

.shadow {
  -webkit-box-shadow: var(--bs-box-shadow) !important;
  box-shadow: var(--bs-box-shadow) !important
}

.shadow-sm {
  -webkit-box-shadow: var(--bs-box-shadow-sm) !important;
  box-shadow: var(--bs-box-shadow-sm) !important
}

.shadow-lg {
  -webkit-box-shadow: var(--bs-box-shadow-lg) !important;
  box-shadow: var(--bs-box-shadow-lg) !important
}

.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))
}

.position-static {
  position: static !important
}

.position-relative {
  position: relative !important
}

.position-absolute {
  position: absolute !important
}

.position-fixed {
  position: fixed !important
}

.position-sticky {
  position: sticky !important
}

.top-0 {
  top: 0 !important
}

.top-50 {
  top: 50% !important
}

.top-100 {
  top: 100% !important
}

.bottom-0 {
  bottom: 0 !important
}

.bottom-50 {
  bottom: 50% !important
}

.bottom-100 {
  bottom: 100% !important
}

.start-0 {
  left: 0 !important
}

.start-50 {
  left: 50% !important
}

.start-100 {
  left: 100% !important
}

.end-0 {
  right: 0 !important
}

.end-50 {
  right: 50% !important
}

.end-100 {
  right: 100% !important
}

.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important
}

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important
}

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-0 {
  border: 0 !important
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-top-0 {
  border-top: 0 !important
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-end-0 {
  border-right: 0 !important
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-bottom-0 {
  border-bottom: 0 !important
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-start-0 {
  border-left: 0 !important
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important
}

.border-1 {
  border-width: 1px !important
}

.border-2 {
  border-width: 2px !important
}

.border-3 {
  border-width: 3px !important
}

.border-4 {
  border-width: 4px !important
}

.border-5 {
  border-width: 5px !important
}

.border-opacity-10 {
  --bs-border-opacity: 0.1
}

.border-opacity-25 {
  --bs-border-opacity: 0.25
}

.border-opacity-50 {
  --bs-border-opacity: 0.5
}

.border-opacity-75 {
  --bs-border-opacity: 0.75
}

.border-opacity-100 {
  --bs-border-opacity: 1
}

.w-25 {
  width: 25% !important
}

.w-50 {
  width: 50% !important
}

.w-75 {
  width: 75% !important
}

.w-100 {
  width: 100% !important
}

.w-auto {
  width: auto !important
}

.mw-100 {
  max-width: 100% !important
}

.vw-100 {
  width: 100vw !important
}

.min-vw-100 {
  min-width: 100vw !important
}

.h-25 {
  height: 25% !important
}

.h-50 {
  height: 50% !important
}

.h-75 {
  height: 75% !important
}

.h-100 {
  height: 100% !important
}

.h-auto {
  height: auto !important
}

.mh-100 {
  max-height: 100% !important
}

.vh-100 {
  height: 100vh !important
}

.min-vh-100 {
  min-height: 100vh !important
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important
}

.flex-column,
.flex-row {
  -webkit-box-direction: normal !important
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important
}

.flex-column-reverse,
.flex-row-reverse {
  -webkit-box-direction: reverse !important
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
  -ms-flex-order: -1 !important;
  order: -1 !important
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important
}

.m-0 {
  margin: 0 !important
}

.m-1 {
  margin: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

.m-3 {
  margin: 1rem !important
}

.m-4 {
  margin: 1.5rem !important
}

.m-5 {
  margin: 3rem !important
}

.m-6 {
  margin: 4rem !important
}

.m-7 {
  margin: 5rem !important
}

.m-8 {
  margin: 6rem !important
}

.m-9 {
  margin: 7rem !important
}

.m-auto {
  margin: auto !important
}

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

.mx-1 {
  margin-left: .25rem !important;
  margin-right: .25rem !important
}

.mx-2 {
  margin-left: .5rem !important;
  margin-right: .5rem !important
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important
}

.mx-6 {
  margin-left: 4rem !important;
  margin-right: 4rem !important
}

.mx-7 {
  margin-left: 5rem !important;
  margin-right: 5rem !important
}

.mx-8 {
  margin-left: 6rem !important;
  margin-right: 6rem !important
}

.mx-9 {
  margin-left: 7rem !important;
  margin-right: 7rem !important
}

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

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

.my-1 {
  margin-bottom: .25rem !important;
  margin-top: .25rem !important
}

.my-2 {
  margin-bottom: .5rem !important;
  margin-top: .5rem !important
}

.my-3 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important
}

.my-4 {
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important
}

.my-5 {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important
}

.my-6 {
  margin-bottom: 4rem !important;
  margin-top: 4rem !important
}

.my-7 {
  margin-bottom: 5rem !important;
  margin-top: 5rem !important
}

.my-8 {
  margin-bottom: 6rem !important;
  margin-top: 6rem !important
}

.my-9 {
  margin-bottom: 7rem !important;
  margin-top: 7rem !important
}

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

.mt-0 {
  margin-top: 0 !important
}

.mt-1 {
  margin-top: .25rem !important
}

.mt-2 {
  margin-top: .5rem !important
}

.mt-3 {
  margin-top: 1rem !important
}

.mt-4 {
  margin-top: 1.5rem !important
}

.mt-5 {
  margin-top: 3rem !important
}

.mt-6 {
  margin-top: 4rem !important
}

.mt-7 {
  margin-top: 5rem !important
}

.mt-8 {
  margin-top: 6rem !important
}

.mt-9 {
  margin-top: 7rem !important
}

.mt-auto {
  margin-top: auto !important
}

.me-0 {
  margin-right: 0 !important
}

.me-1 {
  margin-right: .25rem !important
}

.me-2 {
  margin-right: .5rem !important
}

.me-3 {
  margin-right: 1rem !important
}

.me-4 {
  margin-right: 1.5rem !important
}

.me-5 {
  margin-right: 3rem !important
}

.me-6 {
  margin-right: 4rem !important
}

.me-7 {
  margin-right: 5rem !important
}

.me-8 {
  margin-right: 6rem !important
}

.me-9 {
  margin-right: 7rem !important
}

.me-auto {
  margin-right: auto !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.mb-1 {
  margin-bottom: .25rem !important
}

.mb-2 {
  margin-bottom: .5rem !important
}

.mb-3 {
  margin-bottom: 1rem !important
}

.mb-4 {
  margin-bottom: 1.5rem !important
}

.mb-5 {
  margin-bottom: 3rem !important
}

.mb-6 {
  margin-bottom: 4rem !important
}

.mb-7 {
  margin-bottom: 5rem !important
}

.mb-8 {
  margin-bottom: 6rem !important
}

.mb-9 {
  margin-bottom: 7rem !important
}

.mb-auto {
  margin-bottom: auto !important
}

.ms-0 {
  margin-left: 0 !important
}

.ms-1 {
  margin-left: .25rem !important
}

.ms-2 {
  margin-left: .5rem !important
}

.ms-3 {
  margin-left: 1rem !important
}

.ms-4 {
  margin-left: 1.5rem !important
}

.ms-5 {
  margin-left: 3rem !important
}

.ms-6 {
  margin-left: 4rem !important
}

.ms-7 {
  margin-left: 5rem !important
}

.ms-8 {
  margin-left: 6rem !important
}

.ms-9 {
  margin-left: 7rem !important
}

.ms-auto {
  margin-left: auto !important
}

.m-n1 {
  margin: -.25rem !important
}

.m-n2 {
  margin: -.5rem !important
}

.m-n3 {
  margin: -1rem !important
}

.m-n4 {
  margin: -1.5rem !important
}

.m-n5 {
  margin: -3rem !important
}

.m-n6 {
  margin: -4rem !important
}

.m-n7 {
  margin: -5rem !important
}

.m-n8 {
  margin: -6rem !important
}

.m-n9 {
  margin: -7rem !important
}

.mx-n1 {
  margin-left: -.25rem !important;
  margin-right: -.25rem !important
}

.mx-n2 {
  margin-left: -.5rem !important;
  margin-right: -.5rem !important
}

.mx-n3 {
  margin-left: -1rem !important;
  margin-right: -1rem !important
}

.mx-n4 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important
}

.mx-n5 {
  margin-left: -3rem !important;
  margin-right: -3rem !important
}

.mx-n6 {
  margin-left: -4rem !important;
  margin-right: -4rem !important
}

.mx-n7 {
  margin-left: -5rem !important;
  margin-right: -5rem !important
}

.mx-n8 {
  margin-left: -6rem !important;
  margin-right: -6rem !important
}

.mx-n9 {
  margin-left: -7rem !important;
  margin-right: -7rem !important
}

.my-n1 {
  margin-bottom: -.25rem !important;
  margin-top: -.25rem !important
}

.my-n2 {
  margin-bottom: -.5rem !important;
  margin-top: -.5rem !important
}

.my-n3 {
  margin-bottom: -1rem !important;
  margin-top: -1rem !important
}

.my-n4 {
  margin-bottom: -1.5rem !important;
  margin-top: -1.5rem !important
}

.my-n5 {
  margin-bottom: -3rem !important;
  margin-top: -3rem !important
}

.my-n6 {
  margin-bottom: -4rem !important;
  margin-top: -4rem !important
}

.my-n7 {
  margin-bottom: -5rem !important;
  margin-top: -5rem !important
}

.my-n8 {
  margin-bottom: -6rem !important;
  margin-top: -6rem !important
}

.my-n9 {
  margin-bottom: -7rem !important;
  margin-top: -7rem !important
}

.mt-n1 {
  margin-top: -.25rem !important
}

.mt-n2 {
  margin-top: -.5rem !important
}

.mt-n3 {
  margin-top: -1rem !important
}

.mt-n4 {
  margin-top: -1.5rem !important
}

.mt-n5 {
  margin-top: -3rem !important
}

.mt-n6 {
  margin-top: -4rem !important
}

.mt-n7 {
  margin-top: -5rem !important
}

.mt-n8 {
  margin-top: -6rem !important
}

.mt-n9 {
  margin-top: -7rem !important
}

.me-n1 {
  margin-right: -.25rem !important
}

.me-n2 {
  margin-right: -.5rem !important
}

.me-n3 {
  margin-right: -1rem !important
}

.me-n4 {
  margin-right: -1.5rem !important
}

.me-n5 {
  margin-right: -3rem !important
}

.me-n6 {
  margin-right: -4rem !important
}

.me-n7 {
  margin-right: -5rem !important
}

.me-n8 {
  margin-right: -6rem !important
}

.me-n9 {
  margin-right: -7rem !important
}

.mb-n1 {
  margin-bottom: -.25rem !important
}

.mb-n2 {
  margin-bottom: -.5rem !important
}

.mb-n3 {
  margin-bottom: -1rem !important
}

.mb-n4 {
  margin-bottom: -1.5rem !important
}

.mb-n5 {
  margin-bottom: -3rem !important
}

.mb-n6 {
  margin-bottom: -4rem !important
}

.mb-n7 {
  margin-bottom: -5rem !important
}

.mb-n8 {
  margin-bottom: -6rem !important
}

.mb-n9 {
  margin-bottom: -7rem !important
}

.ms-n1 {
  margin-left: -.25rem !important
}

.ms-n2 {
  margin-left: -.5rem !important
}

.ms-n3 {
  margin-left: -1rem !important
}

.ms-n4 {
  margin-left: -1.5rem !important
}

.ms-n5 {
  margin-left: -3rem !important
}

.ms-n6 {
  margin-left: -4rem !important
}

.ms-n7 {
  margin-left: -5rem !important
}

.ms-n8 {
  margin-left: -6rem !important
}

.ms-n9 {
  margin-left: -7rem !important
}

.p-0 {
  padding: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.p-4 {
  padding: 1.5rem !important
}

.p-5 {
  padding: 3rem !important
}

.p-6 {
  padding: 4rem !important
}

.p-7 {
  padding: 5rem !important
}

.p-8 {
  padding: 6rem !important
}

.p-9 {
  padding: 7rem !important
}

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

.px-1 {
  padding-left: .25rem !important;
  padding-right: .25rem !important
}

.px-2 {
  padding-left: .5rem !important;
  padding-right: .5rem !important
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important
}

.px-6 {
  padding-left: 4rem !important;
  padding-right: 4rem !important
}

.px-7 {
  padding-left: 5rem !important;
  padding-right: 5rem !important
}

.px-8 {
  padding-left: 6rem !important;
  padding-right: 6rem !important
}

.px-9 {
  padding-left: 7rem !important;
  padding-right: 7rem !important
}

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

.py-1 {
  padding-bottom: .25rem !important;
  padding-top: .25rem !important
}

.py-2 {
  padding-bottom: .5rem !important;
  padding-top: .5rem !important
}

.py-3 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important
}

.py-4 {
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important
}

.py-5 {
  padding-bottom: 3rem !important;
  padding-top: 3rem !important
}

.py-6 {
  padding-bottom: 4rem !important;
  padding-top: 4rem !important
}

.py-7 {
  padding-bottom: 5rem !important;
  padding-top: 5rem !important
}

.py-8 {
  padding-bottom: 6rem !important;
  padding-top: 6rem !important
}

.py-9 {
  padding-bottom: 7rem !important;
  padding-top: 7rem !important
}

.pt-0 {
  padding-top: 0 !important
}

.pt-1 {
  padding-top: .25rem !important
}

.pt-2 {
  padding-top: .5rem !important
}

.pt-3 {
  padding-top: 1rem !important
}

.pt-4 {
  padding-top: 1.5rem !important
}

.pt-5 {
  padding-top: 3rem !important
}

.pt-6 {
  padding-top: 4rem !important
}

.pt-7 {
  padding-top: 5rem !important
}

.pt-8 {
  padding-top: 6rem !important
}

.pt-9 {
  padding-top: 7rem !important
}

.pe-0 {
  padding-right: 0 !important
}

.pe-1 {
  padding-right: .25rem !important
}

.pe-2 {
  padding-right: .5rem !important
}

.pe-3 {
  padding-right: 1rem !important
}

.pe-4 {
  padding-right: 1.5rem !important
}

.pe-5 {
  padding-right: 3rem !important
}

.pe-6 {
  padding-right: 4rem !important
}

.pe-7 {
  padding-right: 5rem !important
}

.pe-8 {
  padding-right: 6rem !important
}

.pe-9 {
  padding-right: 7rem !important
}

.pb-0 {
  padding-bottom: 0 !important
}

.pb-1 {
  padding-bottom: .25rem !important
}

.pb-2 {
  padding-bottom: .5rem !important
}

.pb-3 {
  padding-bottom: 1rem !important
}

.pb-4 {
  padding-bottom: 1.5rem !important
}

.pb-5 {
  padding-bottom: 3rem !important
}

.pb-6 {
  padding-bottom: 4rem !important
}

.pb-7 {
  padding-bottom: 5rem !important
}

.pb-8 {
  padding-bottom: 6rem !important
}

.pb-9 {
  padding-bottom: 7rem !important
}

.ps-0 {
  padding-left: 0 !important
}

.ps-1 {
  padding-left: .25rem !important
}

.ps-2 {
  padding-left: .5rem !important
}

.ps-3 {
  padding-left: 1rem !important
}

.ps-4 {
  padding-left: 1.5rem !important
}

.ps-5 {
  padding-left: 3rem !important
}

.ps-6 {
  padding-left: 4rem !important
}

.ps-7 {
  padding-left: 5rem !important
}

.ps-8 {
  padding-left: 6rem !important
}

.ps-9 {
  padding-left: 7rem !important
}

.gap-0 {
  gap: 0 !important
}

.gap-1 {
  gap: .25rem !important
}

.gap-2 {
  gap: .5rem !important
}

.gap-3 {
  gap: 1rem !important
}

.gap-4 {
  gap: 1.5rem !important
}

.gap-5 {
  gap: 3rem !important
}

.gap-6 {
  gap: 4rem !important
}

.gap-7 {
  gap: 5rem !important
}

.gap-8 {
  gap: 6rem !important
}

.gap-9 {
  gap: 7rem !important
}

.row-gap-0 {
  row-gap: 0 !important
}

.row-gap-1 {
  row-gap: .25rem !important
}

.row-gap-2 {
  row-gap: .5rem !important
}

.row-gap-3 {
  row-gap: 1rem !important
}

.row-gap-4 {
  row-gap: 1.5rem !important
}

.row-gap-5 {
  row-gap: 3rem !important
}

.row-gap-6 {
  row-gap: 4rem !important
}

.row-gap-7 {
  row-gap: 5rem !important
}

.row-gap-8 {
  row-gap: 6rem !important
}

.row-gap-9 {
  row-gap: 7rem !important
}

.column-gap-0 {
  -webkit-column-gap: 0 !important;
  -moz-column-gap: 0 !important;
  column-gap: 0 !important
}

.column-gap-1 {
  -webkit-column-gap: .25rem !important;
  -moz-column-gap: .25rem !important;
  column-gap: .25rem !important
}

.column-gap-2 {
  -webkit-column-gap: .5rem !important;
  -moz-column-gap: .5rem !important;
  column-gap: .5rem !important
}

.column-gap-3 {
  -webkit-column-gap: 1rem !important;
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important
}

.column-gap-4 {
  -webkit-column-gap: 1.5rem !important;
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important
}

.column-gap-5 {
  -webkit-column-gap: 3rem !important;
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important
}

.column-gap-6 {
  -webkit-column-gap: 4rem !important;
  -moz-column-gap: 4rem !important;
  column-gap: 4rem !important
}

.column-gap-7 {
  -webkit-column-gap: 5rem !important;
  -moz-column-gap: 5rem !important;
  column-gap: 5rem !important
}

.column-gap-8 {
  -webkit-column-gap: 6rem !important;
  -moz-column-gap: 6rem !important;
  column-gap: 6rem !important
}

.column-gap-9 {
  -webkit-column-gap: 7rem !important;
  -moz-column-gap: 7rem !important;
  column-gap: 7rem !important
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important
}

.fs-1 {
  font-size: calc(1.4875rem + 2.85vw) !important
}

.fs-2 {
  font-size: calc(1.45rem + 2.4vw) !important
}

.fs-3 {
  font-size: calc(1.375rem + 1.5vw) !important
}

.fs-4 {
  font-size: calc(1.3375rem + 1.05vw) !important
}

.fs-5 {
  font-size: calc(1.275rem + .3vw) !important
}

.fs-6 {
  font-size: 1.125rem !important
}

.fst-italic {
  font-style: italic !important
}

.fst-normal {
  font-style: normal !important
}

.fw-lighter {
  font-weight: lighter !important
}

.fw-light {
  font-weight: 300 !important
}

.fw-normal {
  font-weight: 400 !important
}

.fw-medium {
  font-weight: 500 !important
}

.fw-semibold {
  font-weight: 600 !important
}

.fw-bold,
.fw-bolder {
  font-weight: 700 !important
}

.lh-1 {
  line-height: 1 !important
}

.lh-sm {
  line-height: 1.25 !important
}

.lh-base {
  line-height: 1.778 !important
}

.lh-lg {
  line-height: 2 !important
}

.text-start {
  text-align: left !important
}

.text-end {
  text-align: right !important
}

.text-center {
  text-align: center !important
}

.text-decoration-none {
  text-decoration: none !important
}

.text-decoration-underline {
  text-decoration: underline !important
}

.text-decoration-line-through {
  text-decoration: line-through !important
}

.text-lowercase {
  text-transform: lowercase !important
}

.text-uppercase {
  text-transform: uppercase !important
}

.text-capitalize {
  text-transform: capitalize !important
}

.text-wrap {
  white-space: normal !important
}

.text-nowrap {
  white-space: nowrap !important
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important
}

.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: hsla(0, 0%, 100%, .5) !important
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important
}

.text-opacity-25 {
  --bs-text-opacity: 0.25
}

.text-opacity-50 {
  --bs-text-opacity: 0.5
}

.text-opacity-75 {
  --bs-text-opacity: 0.75
}

.text-opacity-100 {
  --bs-text-opacity: 1
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important
}

.link-opacity-10,
.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1
}

.link-opacity-25,
.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25
}

.link-opacity-50,
.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5
}

.link-opacity-75,
.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75
}

.link-opacity-100,
.link-opacity-100-hover:hover {
  --bs-link-opacity: 1
}

.link-offset-1,
.link-offset-1-hover:hover {
  text-underline-offset: .125em !important
}

.link-offset-2,
.link-offset-2-hover:hover {
  text-underline-offset: .25em !important
}

.link-offset-3,
.link-offset-3-hover:hover {
  text-underline-offset: .375em !important
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-underline-opacity-0,
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0
}

.link-underline-opacity-10,
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1
}

.link-underline-opacity-25,
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25
}

.link-underline-opacity-50,
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5
}

.link-underline-opacity-75,
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75
}

.link-underline-opacity-100,
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
  --bs-bg-opacity: 1
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important
}

.bg-gradient {
  background-image: var(--bs-gradient) !important
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important
}

.pe-none {
  pointer-events: none !important
}

.pe-auto {
  pointer-events: auto !important
}

.rounded {
  border-radius: var(--bs-border-radius) !important
}

.rounded-0 {
  border-radius: 0 !important
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important
}

.rounded-circle {
  border-radius: 50% !important
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-end {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-end-0 {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important
}

.rounded-end-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-end-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-end-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-end-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-end-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important
}

.rounded-end-circle {
  border-bottom-right-radius: 50% !important;
  border-top-right-radius: 50% !important
}

.rounded-end-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-bottom {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-bottom-0 {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important
}

.rounded-bottom-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-bottom-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-bottom-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-bottom-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-bottom-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important
}

.rounded-bottom-circle {
  border-bottom-left-radius: 50% !important;
  border-bottom-right-radius: 50% !important
}

.rounded-bottom-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important
}

.visible {
  visibility: visible !important
}

.invisible {
  visibility: hidden !important
}

.z-n1 {
  z-index: -1 !important
}

.z-0 {
  z-index: 0 !important
}

.z-1 {
  z-index: 1 !important
}

.z-2 {
  z-index: 2 !important
}

.z-3 {
  z-index: 3 !important
}

@media(min-width:576px) {
  .float-sm-start {
    float: left !important
  }

  .float-sm-end {
    float: right !important
  }

  .float-sm-none {
    float: none !important
  }

  .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important
  }

  .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important
  }

  .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important
  }

  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important
  }

  .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: none !important
  }

  .d-sm-inline {
    display: inline !important
  }

  .d-sm-inline-block {
    display: inline-block !important
  }

  .d-sm-block {
    display: block !important
  }

  .d-sm-grid {
    display: grid !important
  }

  .d-sm-inline-grid {
    display: inline-grid !important
  }

  .d-sm-table {
    display: table !important
  }

  .d-sm-table-row {
    display: table-row !important
  }

  .d-sm-table-cell {
    display: table-cell !important
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }

  .d-sm-none {
    display: none !important
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-sm-column,
  .flex-sm-row {
    -webkit-box-direction: normal !important
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important
  }

  .m-sm-0 {
    margin: 0 !important
  }

  .m-sm-1 {
    margin: .25rem !important
  }

  .m-sm-2 {
    margin: .5rem !important
  }

  .m-sm-3 {
    margin: 1rem !important
  }

  .m-sm-4 {
    margin: 1.5rem !important
  }

  .m-sm-5 {
    margin: 3rem !important
  }

  .m-sm-6 {
    margin: 4rem !important
  }

  .m-sm-7 {
    margin: 5rem !important
  }

  .m-sm-8 {
    margin: 6rem !important
  }

  .m-sm-9 {
    margin: 7rem !important
  }

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

  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .mx-sm-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
  }

  .mx-sm-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
  }

  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }

  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .mx-sm-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
  }

  .mx-sm-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
  }

  .mx-sm-8 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }

  .mx-sm-9 {
    margin-left: 7rem !important;
    margin-right: 7rem !important
  }

  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .my-sm-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
  }

  .my-sm-1 {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important
  }

  .my-sm-2 {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
  }

  .my-sm-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important
  }

  .my-sm-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important
  }

  .my-sm-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
  }

  .my-sm-6 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important
  }

  .my-sm-7 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important
  }

  .my-sm-8 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important
  }

  .my-sm-9 {
    margin-bottom: 7rem !important;
    margin-top: 7rem !important
  }

  .my-sm-auto {
    margin-bottom: auto !important;
    margin-top: auto !important
  }

  .mt-sm-0 {
    margin-top: 0 !important
  }

  .mt-sm-1 {
    margin-top: .25rem !important
  }

  .mt-sm-2 {
    margin-top: .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-6 {
    margin-top: 4rem !important
  }

  .mt-sm-7 {
    margin-top: 5rem !important
  }

  .mt-sm-8 {
    margin-top: 6rem !important
  }

  .mt-sm-9 {
    margin-top: 7rem !important
  }

  .mt-sm-auto {
    margin-top: auto !important
  }

  .me-sm-0 {
    margin-right: 0 !important
  }

  .me-sm-1 {
    margin-right: .25rem !important
  }

  .me-sm-2 {
    margin-right: .5rem !important
  }

  .me-sm-3 {
    margin-right: 1rem !important
  }

  .me-sm-4 {
    margin-right: 1.5rem !important
  }

  .me-sm-5 {
    margin-right: 3rem !important
  }

  .me-sm-6 {
    margin-right: 4rem !important
  }

  .me-sm-7 {
    margin-right: 5rem !important
  }

  .me-sm-8 {
    margin-right: 6rem !important
  }

  .me-sm-9 {
    margin-right: 7rem !important
  }

  .me-sm-auto {
    margin-right: auto !important
  }

  .mb-sm-0 {
    margin-bottom: 0 !important
  }

  .mb-sm-1 {
    margin-bottom: .25rem !important
  }

  .mb-sm-2 {
    margin-bottom: .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-6 {
    margin-bottom: 4rem !important
  }

  .mb-sm-7 {
    margin-bottom: 5rem !important
  }

  .mb-sm-8 {
    margin-bottom: 6rem !important
  }

  .mb-sm-9 {
    margin-bottom: 7rem !important
  }

  .mb-sm-auto {
    margin-bottom: auto !important
  }

  .ms-sm-0 {
    margin-left: 0 !important
  }

  .ms-sm-1 {
    margin-left: .25rem !important
  }

  .ms-sm-2 {
    margin-left: .5rem !important
  }

  .ms-sm-3 {
    margin-left: 1rem !important
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important
  }

  .ms-sm-5 {
    margin-left: 3rem !important
  }

  .ms-sm-6 {
    margin-left: 4rem !important
  }

  .ms-sm-7 {
    margin-left: 5rem !important
  }

  .ms-sm-8 {
    margin-left: 6rem !important
  }

  .ms-sm-9 {
    margin-left: 7rem !important
  }

  .ms-sm-auto {
    margin-left: auto !important
  }

  .m-sm-n1 {
    margin: -.25rem !important
  }

  .m-sm-n2 {
    margin: -.5rem !important
  }

  .m-sm-n3 {
    margin: -1rem !important
  }

  .m-sm-n4 {
    margin: -1.5rem !important
  }

  .m-sm-n5 {
    margin: -3rem !important
  }

  .m-sm-n6 {
    margin: -4rem !important
  }

  .m-sm-n7 {
    margin: -5rem !important
  }

  .m-sm-n8 {
    margin: -6rem !important
  }

  .m-sm-n9 {
    margin: -7rem !important
  }

  .mx-sm-n1 {
    margin-left: -.25rem !important;
    margin-right: -.25rem !important
  }

  .mx-sm-n2 {
    margin-left: -.5rem !important;
    margin-right: -.5rem !important
  }

  .mx-sm-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important
  }

  .mx-sm-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important
  }

  .mx-sm-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important
  }

  .mx-sm-n6 {
    margin-left: -4rem !important;
    margin-right: -4rem !important
  }

  .mx-sm-n7 {
    margin-left: -5rem !important;
    margin-right: -5rem !important
  }

  .mx-sm-n8 {
    margin-left: -6rem !important;
    margin-right: -6rem !important
  }

  .mx-sm-n9 {
    margin-left: -7rem !important;
    margin-right: -7rem !important
  }

  .my-sm-n1 {
    margin-bottom: -.25rem !important;
    margin-top: -.25rem !important
  }

  .my-sm-n2 {
    margin-bottom: -.5rem !important;
    margin-top: -.5rem !important
  }

  .my-sm-n3 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important
  }

  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important
  }

  .my-sm-n5 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important
  }

  .my-sm-n6 {
    margin-bottom: -4rem !important;
    margin-top: -4rem !important
  }

  .my-sm-n7 {
    margin-bottom: -5rem !important;
    margin-top: -5rem !important
  }

  .my-sm-n8 {
    margin-bottom: -6rem !important;
    margin-top: -6rem !important
  }

  .my-sm-n9 {
    margin-bottom: -7rem !important;
    margin-top: -7rem !important
  }

  .mt-sm-n1 {
    margin-top: -.25rem !important
  }

  .mt-sm-n2 {
    margin-top: -.5rem !important
  }

  .mt-sm-n3 {
    margin-top: -1rem !important
  }

  .mt-sm-n4 {
    margin-top: -1.5rem !important
  }

  .mt-sm-n5 {
    margin-top: -3rem !important
  }

  .mt-sm-n6 {
    margin-top: -4rem !important
  }

  .mt-sm-n7 {
    margin-top: -5rem !important
  }

  .mt-sm-n8 {
    margin-top: -6rem !important
  }

  .mt-sm-n9 {
    margin-top: -7rem !important
  }

  .me-sm-n1 {
    margin-right: -.25rem !important
  }

  .me-sm-n2 {
    margin-right: -.5rem !important
  }

  .me-sm-n3 {
    margin-right: -1rem !important
  }

  .me-sm-n4 {
    margin-right: -1.5rem !important
  }

  .me-sm-n5 {
    margin-right: -3rem !important
  }

  .me-sm-n6 {
    margin-right: -4rem !important
  }

  .me-sm-n7 {
    margin-right: -5rem !important
  }

  .me-sm-n8 {
    margin-right: -6rem !important
  }

  .me-sm-n9 {
    margin-right: -7rem !important
  }

  .mb-sm-n1 {
    margin-bottom: -.25rem !important
  }

  .mb-sm-n2 {
    margin-bottom: -.5rem !important
  }

  .mb-sm-n3 {
    margin-bottom: -1rem !important
  }

  .mb-sm-n4 {
    margin-bottom: -1.5rem !important
  }

  .mb-sm-n5 {
    margin-bottom: -3rem !important
  }

  .mb-sm-n6 {
    margin-bottom: -4rem !important
  }

  .mb-sm-n7 {
    margin-bottom: -5rem !important
  }

  .mb-sm-n8 {
    margin-bottom: -6rem !important
  }

  .mb-sm-n9 {
    margin-bottom: -7rem !important
  }

  .ms-sm-n1 {
    margin-left: -.25rem !important
  }

  .ms-sm-n2 {
    margin-left: -.5rem !important
  }

  .ms-sm-n3 {
    margin-left: -1rem !important
  }

  .ms-sm-n4 {
    margin-left: -1.5rem !important
  }

  .ms-sm-n5 {
    margin-left: -3rem !important
  }

  .ms-sm-n6 {
    margin-left: -4rem !important
  }

  .ms-sm-n7 {
    margin-left: -5rem !important
  }

  .ms-sm-n8 {
    margin-left: -6rem !important
  }

  .ms-sm-n9 {
    margin-left: -7rem !important
  }

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

  .p-sm-1 {
    padding: .25rem !important
  }

  .p-sm-2 {
    padding: .5rem !important
  }

  .p-sm-3 {
    padding: 1rem !important
  }

  .p-sm-4 {
    padding: 1.5rem !important
  }

  .p-sm-5 {
    padding: 3rem !important
  }

  .p-sm-6 {
    padding: 4rem !important
  }

  .p-sm-7 {
    padding: 5rem !important
  }

  .p-sm-8 {
    padding: 6rem !important
  }

  .p-sm-9 {
    padding: 7rem !important
  }

  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .px-sm-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
  }

  .px-sm-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
  }

  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }

  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .px-sm-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
  }

  .px-sm-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
  }

  .px-sm-8 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }

  .px-sm-9 {
    padding-left: 7rem !important;
    padding-right: 7rem !important
  }

  .py-sm-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
  }

  .py-sm-1 {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important
  }

  .py-sm-2 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important
  }

  .py-sm-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
  }

  .py-sm-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important
  }

  .py-sm-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
  }

  .py-sm-6 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important
  }

  .py-sm-7 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important
  }

  .py-sm-8 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important
  }

  .py-sm-9 {
    padding-bottom: 7rem !important;
    padding-top: 7rem !important
  }

  .pt-sm-0 {
    padding-top: 0 !important
  }

  .pt-sm-1 {
    padding-top: .25rem !important
  }

  .pt-sm-2 {
    padding-top: .5rem !important
  }

  .pt-sm-3 {
    padding-top: 1rem !important
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important
  }

  .pt-sm-5 {
    padding-top: 3rem !important
  }

  .pt-sm-6 {
    padding-top: 4rem !important
  }

  .pt-sm-7 {
    padding-top: 5rem !important
  }

  .pt-sm-8 {
    padding-top: 6rem !important
  }

  .pt-sm-9 {
    padding-top: 7rem !important
  }

  .pe-sm-0 {
    padding-right: 0 !important
  }

  .pe-sm-1 {
    padding-right: .25rem !important
  }

  .pe-sm-2 {
    padding-right: .5rem !important
  }

  .pe-sm-3 {
    padding-right: 1rem !important
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important
  }

  .pe-sm-5 {
    padding-right: 3rem !important
  }

  .pe-sm-6 {
    padding-right: 4rem !important
  }

  .pe-sm-7 {
    padding-right: 5rem !important
  }

  .pe-sm-8 {
    padding-right: 6rem !important
  }

  .pe-sm-9 {
    padding-right: 7rem !important
  }

  .pb-sm-0 {
    padding-bottom: 0 !important
  }

  .pb-sm-1 {
    padding-bottom: .25rem !important
  }

  .pb-sm-2 {
    padding-bottom: .5rem !important
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important
  }

  .pb-sm-6 {
    padding-bottom: 4rem !important
  }

  .pb-sm-7 {
    padding-bottom: 5rem !important
  }

  .pb-sm-8 {
    padding-bottom: 6rem !important
  }

  .pb-sm-9 {
    padding-bottom: 7rem !important
  }

  .ps-sm-0 {
    padding-left: 0 !important
  }

  .ps-sm-1 {
    padding-left: .25rem !important
  }

  .ps-sm-2 {
    padding-left: .5rem !important
  }

  .ps-sm-3 {
    padding-left: 1rem !important
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important
  }

  .ps-sm-5 {
    padding-left: 3rem !important
  }

  .ps-sm-6 {
    padding-left: 4rem !important
  }

  .ps-sm-7 {
    padding-left: 5rem !important
  }

  .ps-sm-8 {
    padding-left: 6rem !important
  }

  .ps-sm-9 {
    padding-left: 7rem !important
  }

  .gap-sm-0 {
    gap: 0 !important
  }

  .gap-sm-1 {
    gap: .25rem !important
  }

  .gap-sm-2 {
    gap: .5rem !important
  }

  .gap-sm-3 {
    gap: 1rem !important
  }

  .gap-sm-4 {
    gap: 1.5rem !important
  }

  .gap-sm-5 {
    gap: 3rem !important
  }

  .gap-sm-6 {
    gap: 4rem !important
  }

  .gap-sm-7 {
    gap: 5rem !important
  }

  .gap-sm-8 {
    gap: 6rem !important
  }

  .gap-sm-9 {
    gap: 7rem !important
  }

  .row-gap-sm-0 {
    row-gap: 0 !important
  }

  .row-gap-sm-1 {
    row-gap: .25rem !important
  }

  .row-gap-sm-2 {
    row-gap: .5rem !important
  }

  .row-gap-sm-3 {
    row-gap: 1rem !important
  }

  .row-gap-sm-4 {
    row-gap: 1.5rem !important
  }

  .row-gap-sm-5 {
    row-gap: 3rem !important
  }

  .row-gap-sm-6 {
    row-gap: 4rem !important
  }

  .row-gap-sm-7 {
    row-gap: 5rem !important
  }

  .row-gap-sm-8 {
    row-gap: 6rem !important
  }

  .row-gap-sm-9 {
    row-gap: 7rem !important
  }

  .column-gap-sm-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important
  }

  .column-gap-sm-1 {
    -webkit-column-gap: .25rem !important;
    -moz-column-gap: .25rem !important;
    column-gap: .25rem !important
  }

  .column-gap-sm-2 {
    -webkit-column-gap: .5rem !important;
    -moz-column-gap: .5rem !important;
    column-gap: .5rem !important
  }

  .column-gap-sm-3 {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important
  }

  .column-gap-sm-4 {
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important
  }

  .column-gap-sm-5 {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important
  }

  .column-gap-sm-6 {
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important
  }

  .column-gap-sm-7 {
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important
  }

  .column-gap-sm-8 {
    -webkit-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important
  }

  .column-gap-sm-9 {
    -webkit-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important
  }

  .text-sm-start {
    text-align: left !important
  }

  .text-sm-end {
    text-align: right !important
  }

  .text-sm-center {
    text-align: center !important
  }
}

@media(min-width:768px) {
  .float-md-start {
    float: left !important
  }

  .float-md-end {
    float: right !important
  }

  .float-md-none {
    float: none !important
  }

  .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important
  }

  .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important
  }

  .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important
  }

  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important
  }

  .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: none !important
  }

  .d-md-inline {
    display: inline !important
  }

  .d-md-inline-block {
    display: inline-block !important
  }

  .d-md-block {
    display: block !important
  }

  .d-md-grid {
    display: grid !important
  }

  .d-md-inline-grid {
    display: inline-grid !important
  }

  .d-md-table {
    display: table !important
  }

  .d-md-table-row {
    display: table-row !important
  }

  .d-md-table-cell {
    display: table-cell !important
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }

  .d-md-none {
    display: none !important
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-md-column,
  .flex-md-row {
    -webkit-box-direction: normal !important
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important
  }

  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important
  }

  .m-md-0 {
    margin: 0 !important
  }

  .m-md-1 {
    margin: .25rem !important
  }

  .m-md-2 {
    margin: .5rem !important
  }

  .m-md-3 {
    margin: 1rem !important
  }

  .m-md-4 {
    margin: 1.5rem !important
  }

  .m-md-5 {
    margin: 3rem !important
  }

  .m-md-6 {
    margin: 4rem !important
  }

  .m-md-7 {
    margin: 5rem !important
  }

  .m-md-8 {
    margin: 6rem !important
  }

  .m-md-9 {
    margin: 7rem !important
  }

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

  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .mx-md-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
  }

  .mx-md-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
  }

  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }

  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .mx-md-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
  }

  .mx-md-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
  }

  .mx-md-8 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }

  .mx-md-9 {
    margin-left: 7rem !important;
    margin-right: 7rem !important
  }

  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .my-md-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
  }

  .my-md-1 {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important
  }

  .my-md-2 {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
  }

  .my-md-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important
  }

  .my-md-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important
  }

  .my-md-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
  }

  .my-md-6 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important
  }

  .my-md-7 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important
  }

  .my-md-8 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important
  }

  .my-md-9 {
    margin-bottom: 7rem !important;
    margin-top: 7rem !important
  }

  .my-md-auto {
    margin-bottom: auto !important;
    margin-top: auto !important
  }

  .mt-md-0 {
    margin-top: 0 !important
  }

  .mt-md-1 {
    margin-top: .25rem !important
  }

  .mt-md-2 {
    margin-top: .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-6 {
    margin-top: 4rem !important
  }

  .mt-md-7 {
    margin-top: 5rem !important
  }

  .mt-md-8 {
    margin-top: 6rem !important
  }

  .mt-md-9 {
    margin-top: 7rem !important
  }

  .mt-md-auto {
    margin-top: auto !important
  }

  .me-md-0 {
    margin-right: 0 !important
  }

  .me-md-1 {
    margin-right: .25rem !important
  }

  .me-md-2 {
    margin-right: .5rem !important
  }

  .me-md-3 {
    margin-right: 1rem !important
  }

  .me-md-4 {
    margin-right: 1.5rem !important
  }

  .me-md-5 {
    margin-right: 3rem !important
  }

  .me-md-6 {
    margin-right: 4rem !important
  }

  .me-md-7 {
    margin-right: 5rem !important
  }

  .me-md-8 {
    margin-right: 6rem !important
  }

  .me-md-9 {
    margin-right: 7rem !important
  }

  .me-md-auto {
    margin-right: auto !important
  }

  .mb-md-0 {
    margin-bottom: 0 !important
  }

  .mb-md-1 {
    margin-bottom: .25rem !important
  }

  .mb-md-2 {
    margin-bottom: .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-6 {
    margin-bottom: 4rem !important
  }

  .mb-md-7 {
    margin-bottom: 5rem !important
  }

  .mb-md-8 {
    margin-bottom: 6rem !important
  }

  .mb-md-9 {
    margin-bottom: 7rem !important
  }

  .mb-md-auto {
    margin-bottom: auto !important
  }

  .ms-md-0 {
    margin-left: 0 !important
  }

  .ms-md-1 {
    margin-left: .25rem !important
  }

  .ms-md-2 {
    margin-left: .5rem !important
  }

  .ms-md-3 {
    margin-left: 1rem !important
  }

  .ms-md-4 {
    margin-left: 1.5rem !important
  }

  .ms-md-5 {
    margin-left: 3rem !important
  }

  .ms-md-6 {
    margin-left: 4rem !important
  }

  .ms-md-7 {
    margin-left: 5rem !important
  }

  .ms-md-8 {
    margin-left: 6rem !important
  }

  .ms-md-9 {
    margin-left: 7rem !important
  }

  .ms-md-auto {
    margin-left: auto !important
  }

  .m-md-n1 {
    margin: -.25rem !important
  }

  .m-md-n2 {
    margin: -.5rem !important
  }

  .m-md-n3 {
    margin: -1rem !important
  }

  .m-md-n4 {
    margin: -1.5rem !important
  }

  .m-md-n5 {
    margin: -3rem !important
  }

  .m-md-n6 {
    margin: -4rem !important
  }

  .m-md-n7 {
    margin: -5rem !important
  }

  .m-md-n8 {
    margin: -6rem !important
  }

  .m-md-n9 {
    margin: -7rem !important
  }

  .mx-md-n1 {
    margin-left: -.25rem !important;
    margin-right: -.25rem !important
  }

  .mx-md-n2 {
    margin-left: -.5rem !important;
    margin-right: -.5rem !important
  }

  .mx-md-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important
  }

  .mx-md-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important
  }

  .mx-md-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important
  }

  .mx-md-n6 {
    margin-left: -4rem !important;
    margin-right: -4rem !important
  }

  .mx-md-n7 {
    margin-left: -5rem !important;
    margin-right: -5rem !important
  }

  .mx-md-n8 {
    margin-left: -6rem !important;
    margin-right: -6rem !important
  }

  .mx-md-n9 {
    margin-left: -7rem !important;
    margin-right: -7rem !important
  }

  .my-md-n1 {
    margin-bottom: -.25rem !important;
    margin-top: -.25rem !important
  }

  .my-md-n2 {
    margin-bottom: -.5rem !important;
    margin-top: -.5rem !important
  }

  .my-md-n3 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important
  }

  .my-md-n4 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important
  }

  .my-md-n5 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important
  }

  .my-md-n6 {
    margin-bottom: -4rem !important;
    margin-top: -4rem !important
  }

  .my-md-n7 {
    margin-bottom: -5rem !important;
    margin-top: -5rem !important
  }

  .my-md-n8 {
    margin-bottom: -6rem !important;
    margin-top: -6rem !important
  }

  .my-md-n9 {
    margin-bottom: -7rem !important;
    margin-top: -7rem !important
  }

  .mt-md-n1 {
    margin-top: -.25rem !important
  }

  .mt-md-n2 {
    margin-top: -.5rem !important
  }

  .mt-md-n3 {
    margin-top: -1rem !important
  }

  .mt-md-n4 {
    margin-top: -1.5rem !important
  }

  .mt-md-n5 {
    margin-top: -3rem !important
  }

  .mt-md-n6 {
    margin-top: -4rem !important
  }

  .mt-md-n7 {
    margin-top: -5rem !important
  }

  .mt-md-n8 {
    margin-top: -6rem !important
  }

  .mt-md-n9 {
    margin-top: -7rem !important
  }

  .me-md-n1 {
    margin-right: -.25rem !important
  }

  .me-md-n2 {
    margin-right: -.5rem !important
  }

  .me-md-n3 {
    margin-right: -1rem !important
  }

  .me-md-n4 {
    margin-right: -1.5rem !important
  }

  .me-md-n5 {
    margin-right: -3rem !important
  }

  .me-md-n6 {
    margin-right: -4rem !important
  }

  .me-md-n7 {
    margin-right: -5rem !important
  }

  .me-md-n8 {
    margin-right: -6rem !important
  }

  .me-md-n9 {
    margin-right: -7rem !important
  }

  .mb-md-n1 {
    margin-bottom: -.25rem !important
  }

  .mb-md-n2 {
    margin-bottom: -.5rem !important
  }

  .mb-md-n3 {
    margin-bottom: -1rem !important
  }

  .mb-md-n4 {
    margin-bottom: -1.5rem !important
  }

  .mb-md-n5 {
    margin-bottom: -3rem !important
  }

  .mb-md-n6 {
    margin-bottom: -4rem !important
  }

  .mb-md-n7 {
    margin-bottom: -5rem !important
  }

  .mb-md-n8 {
    margin-bottom: -6rem !important
  }

  .mb-md-n9 {
    margin-bottom: -7rem !important
  }

  .ms-md-n1 {
    margin-left: -.25rem !important
  }

  .ms-md-n2 {
    margin-left: -.5rem !important
  }

  .ms-md-n3 {
    margin-left: -1rem !important
  }

  .ms-md-n4 {
    margin-left: -1.5rem !important
  }

  .ms-md-n5 {
    margin-left: -3rem !important
  }

  .ms-md-n6 {
    margin-left: -4rem !important
  }

  .ms-md-n7 {
    margin-left: -5rem !important
  }

  .ms-md-n8 {
    margin-left: -6rem !important
  }

  .ms-md-n9 {
    margin-left: -7rem !important
  }

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

  .p-md-1 {
    padding: .25rem !important
  }

  .p-md-2 {
    padding: .5rem !important
  }

  .p-md-3 {
    padding: 1rem !important
  }

  .p-md-4 {
    padding: 1.5rem !important
  }

  .p-md-5 {
    padding: 3rem !important
  }

  .p-md-6 {
    padding: 4rem !important
  }

  .p-md-7 {
    padding: 5rem !important
  }

  .p-md-8 {
    padding: 6rem !important
  }

  .p-md-9 {
    padding: 7rem !important
  }

  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .px-md-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
  }

  .px-md-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
  }

  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }

  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .px-md-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
  }

  .px-md-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
  }

  .px-md-8 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }

  .px-md-9 {
    padding-left: 7rem !important;
    padding-right: 7rem !important
  }

  .py-md-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
  }

  .py-md-1 {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important
  }

  .py-md-2 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important
  }

  .py-md-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
  }

  .py-md-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important
  }

  .py-md-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
  }

  .py-md-6 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important
  }

  .py-md-7 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important
  }

  .py-md-8 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important
  }

  .py-md-9 {
    padding-bottom: 7rem !important;
    padding-top: 7rem !important
  }

  .pt-md-0 {
    padding-top: 0 !important
  }

  .pt-md-1 {
    padding-top: .25rem !important
  }

  .pt-md-2 {
    padding-top: .5rem !important
  }

  .pt-md-3 {
    padding-top: 1rem !important
  }

  .pt-md-4 {
    padding-top: 1.5rem !important
  }

  .pt-md-5 {
    padding-top: 3rem !important
  }

  .pt-md-6 {
    padding-top: 4rem !important
  }

  .pt-md-7 {
    padding-top: 5rem !important
  }

  .pt-md-8 {
    padding-top: 6rem !important
  }

  .pt-md-9 {
    padding-top: 7rem !important
  }

  .pe-md-0 {
    padding-right: 0 !important
  }

  .pe-md-1 {
    padding-right: .25rem !important
  }

  .pe-md-2 {
    padding-right: .5rem !important
  }

  .pe-md-3 {
    padding-right: 1rem !important
  }

  .pe-md-4 {
    padding-right: 1.5rem !important
  }

  .pe-md-5 {
    padding-right: 3rem !important
  }

  .pe-md-6 {
    padding-right: 4rem !important
  }

  .pe-md-7 {
    padding-right: 5rem !important
  }

  .pe-md-8 {
    padding-right: 6rem !important
  }

  .pe-md-9 {
    padding-right: 7rem !important
  }

  .pb-md-0 {
    padding-bottom: 0 !important
  }

  .pb-md-1 {
    padding-bottom: .25rem !important
  }

  .pb-md-2 {
    padding-bottom: .5rem !important
  }

  .pb-md-3 {
    padding-bottom: 1rem !important
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important
  }

  .pb-md-5 {
    padding-bottom: 3rem !important
  }

  .pb-md-6 {
    padding-bottom: 4rem !important
  }

  .pb-md-7 {
    padding-bottom: 5rem !important
  }

  .pb-md-8 {
    padding-bottom: 6rem !important
  }

  .pb-md-9 {
    padding-bottom: 7rem !important
  }

  .ps-md-0 {
    padding-left: 0 !important
  }

  .ps-md-1 {
    padding-left: .25rem !important
  }

  .ps-md-2 {
    padding-left: .5rem !important
  }

  .ps-md-3 {
    padding-left: 1rem !important
  }

  .ps-md-4 {
    padding-left: 1.5rem !important
  }

  .ps-md-5 {
    padding-left: 3rem !important
  }

  .ps-md-6 {
    padding-left: 4rem !important
  }

  .ps-md-7 {
    padding-left: 5rem !important
  }

  .ps-md-8 {
    padding-left: 6rem !important
  }

  .ps-md-9 {
    padding-left: 7rem !important
  }

  .gap-md-0 {
    gap: 0 !important
  }

  .gap-md-1 {
    gap: .25rem !important
  }

  .gap-md-2 {
    gap: .5rem !important
  }

  .gap-md-3 {
    gap: 1rem !important
  }

  .gap-md-4 {
    gap: 1.5rem !important
  }

  .gap-md-5 {
    gap: 3rem !important
  }

  .gap-md-6 {
    gap: 4rem !important
  }

  .gap-md-7 {
    gap: 5rem !important
  }

  .gap-md-8 {
    gap: 6rem !important
  }

  .gap-md-9 {
    gap: 7rem !important
  }

  .row-gap-md-0 {
    row-gap: 0 !important
  }

  .row-gap-md-1 {
    row-gap: .25rem !important
  }

  .row-gap-md-2 {
    row-gap: .5rem !important
  }

  .row-gap-md-3 {
    row-gap: 1rem !important
  }

  .row-gap-md-4 {
    row-gap: 1.5rem !important
  }

  .row-gap-md-5 {
    row-gap: 3rem !important
  }

  .row-gap-md-6 {
    row-gap: 4rem !important
  }

  .row-gap-md-7 {
    row-gap: 5rem !important
  }

  .row-gap-md-8 {
    row-gap: 6rem !important
  }

  .row-gap-md-9 {
    row-gap: 7rem !important
  }

  .column-gap-md-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important
  }

  .column-gap-md-1 {
    -webkit-column-gap: .25rem !important;
    -moz-column-gap: .25rem !important;
    column-gap: .25rem !important
  }

  .column-gap-md-2 {
    -webkit-column-gap: .5rem !important;
    -moz-column-gap: .5rem !important;
    column-gap: .5rem !important
  }

  .column-gap-md-3 {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important
  }

  .column-gap-md-4 {
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important
  }

  .column-gap-md-5 {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important
  }

  .column-gap-md-6 {
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important
  }

  .column-gap-md-7 {
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important
  }

  .column-gap-md-8 {
    -webkit-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important
  }

  .column-gap-md-9 {
    -webkit-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important
  }

  .text-md-start {
    text-align: left !important
  }

  .text-md-end {
    text-align: right !important
  }

  .text-md-center {
    text-align: center !important
  }
}

@media(min-width:992px) {
  .float-lg-start {
    float: left !important
  }

  .float-lg-end {
    float: right !important
  }

  .float-lg-none {
    float: none !important
  }

  .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important
  }

  .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important
  }

  .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important
  }

  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important
  }

  .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: none !important
  }

  .d-lg-inline {
    display: inline !important
  }

  .d-lg-inline-block {
    display: inline-block !important
  }

  .d-lg-block {
    display: block !important
  }

  .d-lg-grid {
    display: grid !important
  }

  .d-lg-inline-grid {
    display: inline-grid !important
  }

  .d-lg-table {
    display: table !important
  }

  .d-lg-table-row {
    display: table-row !important
  }

  .d-lg-table-cell {
    display: table-cell !important
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }

  .d-lg-none {
    display: none !important
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-lg-column,
  .flex-lg-row {
    -webkit-box-direction: normal !important
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important
  }

  .m-lg-0 {
    margin: 0 !important
  }

  .m-lg-1 {
    margin: .25rem !important
  }

  .m-lg-2 {
    margin: .5rem !important
  }

  .m-lg-3 {
    margin: 1rem !important
  }

  .m-lg-4 {
    margin: 1.5rem !important
  }

  .m-lg-5 {
    margin: 3rem !important
  }

  .m-lg-6 {
    margin: 4rem !important
  }

  .m-lg-7 {
    margin: 5rem !important
  }

  .m-lg-8 {
    margin: 6rem !important
  }

  .m-lg-9 {
    margin: 7rem !important
  }

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

  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .mx-lg-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
  }

  .mx-lg-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
  }

  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }

  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .mx-lg-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
  }

  .mx-lg-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
  }

  .mx-lg-8 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }

  .mx-lg-9 {
    margin-left: 7rem !important;
    margin-right: 7rem !important
  }

  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .my-lg-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
  }

  .my-lg-1 {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important
  }

  .my-lg-2 {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
  }

  .my-lg-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important
  }

  .my-lg-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important
  }

  .my-lg-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
  }

  .my-lg-6 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important
  }

  .my-lg-7 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important
  }

  .my-lg-8 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important
  }

  .my-lg-9 {
    margin-bottom: 7rem !important;
    margin-top: 7rem !important
  }

  .my-lg-auto {
    margin-bottom: auto !important;
    margin-top: auto !important
  }

  .mt-lg-0 {
    margin-top: 0 !important
  }

  .mt-lg-1 {
    margin-top: .25rem !important
  }

  .mt-lg-2 {
    margin-top: .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-6 {
    margin-top: 4rem !important
  }

  .mt-lg-7 {
    margin-top: 5rem !important
  }

  .mt-lg-8 {
    margin-top: 6rem !important
  }

  .mt-lg-9 {
    margin-top: 7rem !important
  }

  .mt-lg-auto {
    margin-top: auto !important
  }

  .me-lg-0 {
    margin-right: 0 !important
  }

  .me-lg-1 {
    margin-right: .25rem !important
  }

  .me-lg-2 {
    margin-right: .5rem !important
  }

  .me-lg-3 {
    margin-right: 1rem !important
  }

  .me-lg-4 {
    margin-right: 1.5rem !important
  }

  .me-lg-5 {
    margin-right: 3rem !important
  }

  .me-lg-6 {
    margin-right: 4rem !important
  }

  .me-lg-7 {
    margin-right: 5rem !important
  }

  .me-lg-8 {
    margin-right: 6rem !important
  }

  .me-lg-9 {
    margin-right: 7rem !important
  }

  .me-lg-auto {
    margin-right: auto !important
  }

  .mb-lg-0 {
    margin-bottom: 0 !important
  }

  .mb-lg-1 {
    margin-bottom: .25rem !important
  }

  .mb-lg-2 {
    margin-bottom: .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-6 {
    margin-bottom: 4rem !important
  }

  .mb-lg-7 {
    margin-bottom: 5rem !important
  }

  .mb-lg-8 {
    margin-bottom: 6rem !important
  }

  .mb-lg-9 {
    margin-bottom: 7rem !important
  }

  .mb-lg-auto {
    margin-bottom: auto !important
  }

  .ms-lg-0 {
    margin-left: 0 !important
  }

  .ms-lg-1 {
    margin-left: .25rem !important
  }

  .ms-lg-2 {
    margin-left: .5rem !important
  }

  .ms-lg-3 {
    margin-left: 1rem !important
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important
  }

  .ms-lg-5 {
    margin-left: 3rem !important
  }

  .ms-lg-6 {
    margin-left: 4rem !important
  }

  .ms-lg-7 {
    margin-left: 5rem !important
  }

  .ms-lg-8 {
    margin-left: 6rem !important
  }

  .ms-lg-9 {
    margin-left: 7rem !important
  }

  .ms-lg-auto {
    margin-left: auto !important
  }

  .m-lg-n1 {
    margin: -.25rem !important
  }

  .m-lg-n2 {
    margin: -.5rem !important
  }

  .m-lg-n3 {
    margin: -1rem !important
  }

  .m-lg-n4 {
    margin: -1.5rem !important
  }

  .m-lg-n5 {
    margin: -3rem !important
  }

  .m-lg-n6 {
    margin: -4rem !important
  }

  .m-lg-n7 {
    margin: -5rem !important
  }

  .m-lg-n8 {
    margin: -6rem !important
  }

  .m-lg-n9 {
    margin: -7rem !important
  }

  .mx-lg-n1 {
    margin-left: -.25rem !important;
    margin-right: -.25rem !important
  }

  .mx-lg-n2 {
    margin-left: -.5rem !important;
    margin-right: -.5rem !important
  }

  .mx-lg-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important
  }

  .mx-lg-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important
  }

  .mx-lg-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important
  }

  .mx-lg-n6 {
    margin-left: -4rem !important;
    margin-right: -4rem !important
  }

  .mx-lg-n7 {
    margin-left: -5rem !important;
    margin-right: -5rem !important
  }

  .mx-lg-n8 {
    margin-left: -6rem !important;
    margin-right: -6rem !important
  }

  .mx-lg-n9 {
    margin-left: -7rem !important;
    margin-right: -7rem !important
  }

  .my-lg-n1 {
    margin-bottom: -.25rem !important;
    margin-top: -.25rem !important
  }

  .my-lg-n2 {
    margin-bottom: -.5rem !important;
    margin-top: -.5rem !important
  }

  .my-lg-n3 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important
  }

  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important
  }

  .my-lg-n5 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important
  }

  .my-lg-n6 {
    margin-bottom: -4rem !important;
    margin-top: -4rem !important
  }

  .my-lg-n7 {
    margin-bottom: -5rem !important;
    margin-top: -5rem !important
  }

  .my-lg-n8 {
    margin-bottom: -6rem !important;
    margin-top: -6rem !important
  }

  .my-lg-n9 {
    margin-bottom: -7rem !important;
    margin-top: -7rem !important
  }

  .mt-lg-n1 {
    margin-top: -.25rem !important
  }

  .mt-lg-n2 {
    margin-top: -.5rem !important
  }

  .mt-lg-n3 {
    margin-top: -1rem !important
  }

  .mt-lg-n4 {
    margin-top: -1.5rem !important
  }

  .mt-lg-n5 {
    margin-top: -3rem !important
  }

  .mt-lg-n6 {
    margin-top: -4rem !important
  }

  .mt-lg-n7 {
    margin-top: -5rem !important
  }

  .mt-lg-n8 {
    margin-top: -6rem !important
  }

  .mt-lg-n9 {
    margin-top: -7rem !important
  }

  .me-lg-n1 {
    margin-right: -.25rem !important
  }

  .me-lg-n2 {
    margin-right: -.5rem !important
  }

  .me-lg-n3 {
    margin-right: -1rem !important
  }

  .me-lg-n4 {
    margin-right: -1.5rem !important
  }

  .me-lg-n5 {
    margin-right: -3rem !important
  }

  .me-lg-n6 {
    margin-right: -4rem !important
  }

  .me-lg-n7 {
    margin-right: -5rem !important
  }

  .me-lg-n8 {
    margin-right: -6rem !important
  }

  .me-lg-n9 {
    margin-right: -7rem !important
  }

  .mb-lg-n1 {
    margin-bottom: -.25rem !important
  }

  .mb-lg-n2 {
    margin-bottom: -.5rem !important
  }

  .mb-lg-n3 {
    margin-bottom: -1rem !important
  }

  .mb-lg-n4 {
    margin-bottom: -1.5rem !important
  }

  .mb-lg-n5 {
    margin-bottom: -3rem !important
  }

  .mb-lg-n6 {
    margin-bottom: -4rem !important
  }

  .mb-lg-n7 {
    margin-bottom: -5rem !important
  }

  .mb-lg-n8 {
    margin-bottom: -6rem !important
  }

  .mb-lg-n9 {
    margin-bottom: -7rem !important
  }

  .ms-lg-n1 {
    margin-left: -.25rem !important
  }

  .ms-lg-n2 {
    margin-left: -.5rem !important
  }

  .ms-lg-n3 {
    margin-left: -1rem !important
  }

  .ms-lg-n4 {
    margin-left: -1.5rem !important
  }

  .ms-lg-n5 {
    margin-left: -3rem !important
  }

  .ms-lg-n6 {
    margin-left: -4rem !important
  }

  .ms-lg-n7 {
    margin-left: -5rem !important
  }

  .ms-lg-n8 {
    margin-left: -6rem !important
  }

  .ms-lg-n9 {
    margin-left: -7rem !important
  }

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

  .p-lg-1 {
    padding: .25rem !important
  }

  .p-lg-2 {
    padding: .5rem !important
  }

  .p-lg-3 {
    padding: 1rem !important
  }

  .p-lg-4 {
    padding: 1.5rem !important
  }

  .p-lg-5 {
    padding: 3rem !important
  }

  .p-lg-6 {
    padding: 4rem !important
  }

  .p-lg-7 {
    padding: 5rem !important
  }

  .p-lg-8 {
    padding: 6rem !important
  }

  .p-lg-9 {
    padding: 7rem !important
  }

  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .px-lg-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
  }

  .px-lg-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
  }

  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }

  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .px-lg-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
  }

  .px-lg-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
  }

  .px-lg-8 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }

  .px-lg-9 {
    padding-left: 7rem !important;
    padding-right: 7rem !important
  }

  .py-lg-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
  }

  .py-lg-1 {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important
  }

  .py-lg-2 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important
  }

  .py-lg-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
  }

  .py-lg-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important
  }

  .py-lg-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
  }

  .py-lg-6 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important
  }

  .py-lg-7 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important
  }

  .py-lg-8 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important
  }

  .py-lg-9 {
    padding-bottom: 7rem !important;
    padding-top: 7rem !important
  }

  .pt-lg-0 {
    padding-top: 0 !important
  }

  .pt-lg-1 {
    padding-top: .25rem !important
  }

  .pt-lg-2 {
    padding-top: .5rem !important
  }

  .pt-lg-3 {
    padding-top: 1rem !important
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important
  }

  .pt-lg-5 {
    padding-top: 3rem !important
  }

  .pt-lg-6 {
    padding-top: 4rem !important
  }

  .pt-lg-7 {
    padding-top: 5rem !important
  }

  .pt-lg-8 {
    padding-top: 6rem !important
  }

  .pt-lg-9 {
    padding-top: 7rem !important
  }

  .pe-lg-0 {
    padding-right: 0 !important
  }

  .pe-lg-1 {
    padding-right: .25rem !important
  }

  .pe-lg-2 {
    padding-right: .5rem !important
  }

  .pe-lg-3 {
    padding-right: 1rem !important
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important
  }

  .pe-lg-5 {
    padding-right: 3rem !important
  }

  .pe-lg-6 {
    padding-right: 4rem !important
  }

  .pe-lg-7 {
    padding-right: 5rem !important
  }

  .pe-lg-8 {
    padding-right: 6rem !important
  }

  .pe-lg-9 {
    padding-right: 7rem !important
  }

  .pb-lg-0 {
    padding-bottom: 0 !important
  }

  .pb-lg-1 {
    padding-bottom: .25rem !important
  }

  .pb-lg-2 {
    padding-bottom: .5rem !important
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important
  }

  .pb-lg-6 {
    padding-bottom: 4rem !important
  }

  .pb-lg-7 {
    padding-bottom: 5rem !important
  }

  .pb-lg-8 {
    padding-bottom: 6rem !important
  }

  .pb-lg-9 {
    padding-bottom: 7rem !important
  }

  .ps-lg-0 {
    padding-left: 0 !important
  }

  .ps-lg-1 {
    padding-left: .25rem !important
  }

  .ps-lg-2 {
    padding-left: .5rem !important
  }

  .ps-lg-3 {
    padding-left: 1rem !important
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important
  }

  .ps-lg-5 {
    padding-left: 3rem !important
  }

  .ps-lg-6 {
    padding-left: 4rem !important
  }

  .ps-lg-7 {
    padding-left: 5rem !important
  }

  .ps-lg-8 {
    padding-left: 6rem !important
  }

  .ps-lg-9 {
    padding-left: 7rem !important
  }

  .gap-lg-0 {
    gap: 0 !important
  }

  .gap-lg-1 {
    gap: .25rem !important
  }

  .gap-lg-2 {
    gap: .5rem !important
  }

  .gap-lg-3 {
    gap: 1rem !important
  }

  .gap-lg-4 {
    gap: 1.5rem !important
  }

  .gap-lg-5 {
    gap: 3rem !important
  }

  .gap-lg-6 {
    gap: 4rem !important
  }

  .gap-lg-7 {
    gap: 5rem !important
  }

  .gap-lg-8 {
    gap: 6rem !important
  }

  .gap-lg-9 {
    gap: 7rem !important
  }

  .row-gap-lg-0 {
    row-gap: 0 !important
  }

  .row-gap-lg-1 {
    row-gap: .25rem !important
  }

  .row-gap-lg-2 {
    row-gap: .5rem !important
  }

  .row-gap-lg-3 {
    row-gap: 1rem !important
  }

  .row-gap-lg-4 {
    row-gap: 1.5rem !important
  }

  .row-gap-lg-5 {
    row-gap: 3rem !important
  }

  .row-gap-lg-6 {
    row-gap: 4rem !important
  }

  .row-gap-lg-7 {
    row-gap: 5rem !important
  }

  .row-gap-lg-8 {
    row-gap: 6rem !important
  }

  .row-gap-lg-9 {
    row-gap: 7rem !important
  }

  .column-gap-lg-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important
  }

  .column-gap-lg-1 {
    -webkit-column-gap: .25rem !important;
    -moz-column-gap: .25rem !important;
    column-gap: .25rem !important
  }

  .column-gap-lg-2 {
    -webkit-column-gap: .5rem !important;
    -moz-column-gap: .5rem !important;
    column-gap: .5rem !important
  }

  .column-gap-lg-3 {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important
  }

  .column-gap-lg-4 {
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important
  }

  .column-gap-lg-5 {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important
  }

  .column-gap-lg-6 {
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important
  }

  .column-gap-lg-7 {
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important
  }

  .column-gap-lg-8 {
    -webkit-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important
  }

  .column-gap-lg-9 {
    -webkit-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important
  }

  .text-lg-start {
    text-align: left !important
  }

  .text-lg-end {
    text-align: right !important
  }

  .text-lg-center {
    text-align: center !important
  }
}

@media(min-width:1200px) {
  .float-xl-start {
    float: left !important
  }

  .float-xl-end {
    float: right !important
  }

  .float-xl-none {
    float: none !important
  }

  .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important
  }

  .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important
  }

  .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important
  }

  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important
  }

  .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: none !important
  }

  .d-xl-inline {
    display: inline !important
  }

  .d-xl-inline-block {
    display: inline-block !important
  }

  .d-xl-block {
    display: block !important
  }

  .d-xl-grid {
    display: grid !important
  }

  .d-xl-inline-grid {
    display: inline-grid !important
  }

  .d-xl-table {
    display: table !important
  }

  .d-xl-table-row {
    display: table-row !important
  }

  .d-xl-table-cell {
    display: table-cell !important
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }

  .d-xl-none {
    display: none !important
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-xl-column,
  .flex-xl-row {
    -webkit-box-direction: normal !important
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important
  }

  .m-xl-0 {
    margin: 0 !important
  }

  .m-xl-1 {
    margin: .25rem !important
  }

  .m-xl-2 {
    margin: .5rem !important
  }

  .m-xl-3 {
    margin: 1rem !important
  }

  .m-xl-4 {
    margin: 1.5rem !important
  }

  .m-xl-5 {
    margin: 3rem !important
  }

  .m-xl-6 {
    margin: 4rem !important
  }

  .m-xl-7 {
    margin: 5rem !important
  }

  .m-xl-8 {
    margin: 6rem !important
  }

  .m-xl-9 {
    margin: 7rem !important
  }

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

  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .mx-xl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
  }

  .mx-xl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
  }

  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }

  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .mx-xl-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
  }

  .mx-xl-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
  }

  .mx-xl-8 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }

  .mx-xl-9 {
    margin-left: 7rem !important;
    margin-right: 7rem !important
  }

  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .my-xl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
  }

  .my-xl-1 {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important
  }

  .my-xl-2 {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
  }

  .my-xl-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important
  }

  .my-xl-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important
  }

  .my-xl-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
  }

  .my-xl-6 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important
  }

  .my-xl-7 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important
  }

  .my-xl-8 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important
  }

  .my-xl-9 {
    margin-bottom: 7rem !important;
    margin-top: 7rem !important
  }

  .my-xl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important
  }

  .mt-xl-0 {
    margin-top: 0 !important
  }

  .mt-xl-1 {
    margin-top: .25rem !important
  }

  .mt-xl-2 {
    margin-top: .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-6 {
    margin-top: 4rem !important
  }

  .mt-xl-7 {
    margin-top: 5rem !important
  }

  .mt-xl-8 {
    margin-top: 6rem !important
  }

  .mt-xl-9 {
    margin-top: 7rem !important
  }

  .mt-xl-auto {
    margin-top: auto !important
  }

  .me-xl-0 {
    margin-right: 0 !important
  }

  .me-xl-1 {
    margin-right: .25rem !important
  }

  .me-xl-2 {
    margin-right: .5rem !important
  }

  .me-xl-3 {
    margin-right: 1rem !important
  }

  .me-xl-4 {
    margin-right: 1.5rem !important
  }

  .me-xl-5 {
    margin-right: 3rem !important
  }

  .me-xl-6 {
    margin-right: 4rem !important
  }

  .me-xl-7 {
    margin-right: 5rem !important
  }

  .me-xl-8 {
    margin-right: 6rem !important
  }

  .me-xl-9 {
    margin-right: 7rem !important
  }

  .me-xl-auto {
    margin-right: auto !important
  }

  .mb-xl-0 {
    margin-bottom: 0 !important
  }

  .mb-xl-1 {
    margin-bottom: .25rem !important
  }

  .mb-xl-2 {
    margin-bottom: .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-6 {
    margin-bottom: 4rem !important
  }

  .mb-xl-7 {
    margin-bottom: 5rem !important
  }

  .mb-xl-8 {
    margin-bottom: 6rem !important
  }

  .mb-xl-9 {
    margin-bottom: 7rem !important
  }

  .mb-xl-auto {
    margin-bottom: auto !important
  }

  .ms-xl-0 {
    margin-left: 0 !important
  }

  .ms-xl-1 {
    margin-left: .25rem !important
  }

  .ms-xl-2 {
    margin-left: .5rem !important
  }

  .ms-xl-3 {
    margin-left: 1rem !important
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important
  }

  .ms-xl-5 {
    margin-left: 3rem !important
  }

  .ms-xl-6 {
    margin-left: 4rem !important
  }

  .ms-xl-7 {
    margin-left: 5rem !important
  }

  .ms-xl-8 {
    margin-left: 6rem !important
  }

  .ms-xl-9 {
    margin-left: 7rem !important
  }

  .ms-xl-auto {
    margin-left: auto !important
  }

  .m-xl-n1 {
    margin: -.25rem !important
  }

  .m-xl-n2 {
    margin: -.5rem !important
  }

  .m-xl-n3 {
    margin: -1rem !important
  }

  .m-xl-n4 {
    margin: -1.5rem !important
  }

  .m-xl-n5 {
    margin: -3rem !important
  }

  .m-xl-n6 {
    margin: -4rem !important
  }

  .m-xl-n7 {
    margin: -5rem !important
  }

  .m-xl-n8 {
    margin: -6rem !important
  }

  .m-xl-n9 {
    margin: -7rem !important
  }

  .mx-xl-n1 {
    margin-left: -.25rem !important;
    margin-right: -.25rem !important
  }

  .mx-xl-n2 {
    margin-left: -.5rem !important;
    margin-right: -.5rem !important
  }

  .mx-xl-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important
  }

  .mx-xl-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important
  }

  .mx-xl-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important
  }

  .mx-xl-n6 {
    margin-left: -4rem !important;
    margin-right: -4rem !important
  }

  .mx-xl-n7 {
    margin-left: -5rem !important;
    margin-right: -5rem !important
  }

  .mx-xl-n8 {
    margin-left: -6rem !important;
    margin-right: -6rem !important
  }

  .mx-xl-n9 {
    margin-left: -7rem !important;
    margin-right: -7rem !important
  }

  .my-xl-n1 {
    margin-bottom: -.25rem !important;
    margin-top: -.25rem !important
  }

  .my-xl-n2 {
    margin-bottom: -.5rem !important;
    margin-top: -.5rem !important
  }

  .my-xl-n3 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important
  }

  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important
  }

  .my-xl-n5 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important
  }

  .my-xl-n6 {
    margin-bottom: -4rem !important;
    margin-top: -4rem !important
  }

  .my-xl-n7 {
    margin-bottom: -5rem !important;
    margin-top: -5rem !important
  }

  .my-xl-n8 {
    margin-bottom: -6rem !important;
    margin-top: -6rem !important
  }

  .my-xl-n9 {
    margin-bottom: -7rem !important;
    margin-top: -7rem !important
  }

  .mt-xl-n1 {
    margin-top: -.25rem !important
  }

  .mt-xl-n2 {
    margin-top: -.5rem !important
  }

  .mt-xl-n3 {
    margin-top: -1rem !important
  }

  .mt-xl-n4 {
    margin-top: -1.5rem !important
  }

  .mt-xl-n5 {
    margin-top: -3rem !important
  }

  .mt-xl-n6 {
    margin-top: -4rem !important
  }

  .mt-xl-n7 {
    margin-top: -5rem !important
  }

  .mt-xl-n8 {
    margin-top: -6rem !important
  }

  .mt-xl-n9 {
    margin-top: -7rem !important
  }

  .me-xl-n1 {
    margin-right: -.25rem !important
  }

  .me-xl-n2 {
    margin-right: -.5rem !important
  }

  .me-xl-n3 {
    margin-right: -1rem !important
  }

  .me-xl-n4 {
    margin-right: -1.5rem !important
  }

  .me-xl-n5 {
    margin-right: -3rem !important
  }

  .me-xl-n6 {
    margin-right: -4rem !important
  }

  .me-xl-n7 {
    margin-right: -5rem !important
  }

  .me-xl-n8 {
    margin-right: -6rem !important
  }

  .me-xl-n9 {
    margin-right: -7rem !important
  }

  .mb-xl-n1 {
    margin-bottom: -.25rem !important
  }

  .mb-xl-n2 {
    margin-bottom: -.5rem !important
  }

  .mb-xl-n3 {
    margin-bottom: -1rem !important
  }

  .mb-xl-n4 {
    margin-bottom: -1.5rem !important
  }

  .mb-xl-n5 {
    margin-bottom: -3rem !important
  }

  .mb-xl-n6 {
    margin-bottom: -4rem !important
  }

  .mb-xl-n7 {
    margin-bottom: -5rem !important
  }

  .mb-xl-n8 {
    margin-bottom: -6rem !important
  }

  .mb-xl-n9 {
    margin-bottom: -7rem !important
  }

  .ms-xl-n1 {
    margin-left: -.25rem !important
  }

  .ms-xl-n2 {
    margin-left: -.5rem !important
  }

  .ms-xl-n3 {
    margin-left: -1rem !important
  }

  .ms-xl-n4 {
    margin-left: -1.5rem !important
  }

  .ms-xl-n5 {
    margin-left: -3rem !important
  }

  .ms-xl-n6 {
    margin-left: -4rem !important
  }

  .ms-xl-n7 {
    margin-left: -5rem !important
  }

  .ms-xl-n8 {
    margin-left: -6rem !important
  }

  .ms-xl-n9 {
    margin-left: -7rem !important
  }

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

  .p-xl-1 {
    padding: .25rem !important
  }

  .p-xl-2 {
    padding: .5rem !important
  }

  .p-xl-3 {
    padding: 1rem !important
  }

  .p-xl-4 {
    padding: 1.5rem !important
  }

  .p-xl-5 {
    padding: 3rem !important
  }

  .p-xl-6 {
    padding: 4rem !important
  }

  .p-xl-7 {
    padding: 5rem !important
  }

  .p-xl-8 {
    padding: 6rem !important
  }

  .p-xl-9 {
    padding: 7rem !important
  }

  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .px-xl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
  }

  .px-xl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
  }

  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }

  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .px-xl-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
  }

  .px-xl-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
  }

  .px-xl-8 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }

  .px-xl-9 {
    padding-left: 7rem !important;
    padding-right: 7rem !important
  }

  .py-xl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
  }

  .py-xl-1 {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important
  }

  .py-xl-2 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important
  }

  .py-xl-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
  }

  .py-xl-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important
  }

  .py-xl-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
  }

  .py-xl-6 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important
  }

  .py-xl-7 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important
  }

  .py-xl-8 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important
  }

  .py-xl-9 {
    padding-bottom: 7rem !important;
    padding-top: 7rem !important
  }

  .pt-xl-0 {
    padding-top: 0 !important
  }

  .pt-xl-1 {
    padding-top: .25rem !important
  }

  .pt-xl-2 {
    padding-top: .5rem !important
  }

  .pt-xl-3 {
    padding-top: 1rem !important
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important
  }

  .pt-xl-5 {
    padding-top: 3rem !important
  }

  .pt-xl-6 {
    padding-top: 4rem !important
  }

  .pt-xl-7 {
    padding-top: 5rem !important
  }

  .pt-xl-8 {
    padding-top: 6rem !important
  }

  .pt-xl-9 {
    padding-top: 7rem !important
  }

  .pe-xl-0 {
    padding-right: 0 !important
  }

  .pe-xl-1 {
    padding-right: .25rem !important
  }

  .pe-xl-2 {
    padding-right: .5rem !important
  }

  .pe-xl-3 {
    padding-right: 1rem !important
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important
  }

  .pe-xl-5 {
    padding-right: 3rem !important
  }

  .pe-xl-6 {
    padding-right: 4rem !important
  }

  .pe-xl-7 {
    padding-right: 5rem !important
  }

  .pe-xl-8 {
    padding-right: 6rem !important
  }

  .pe-xl-9 {
    padding-right: 7rem !important
  }

  .pb-xl-0 {
    padding-bottom: 0 !important
  }

  .pb-xl-1 {
    padding-bottom: .25rem !important
  }

  .pb-xl-2 {
    padding-bottom: .5rem !important
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important
  }

  .pb-xl-6 {
    padding-bottom: 4rem !important
  }

  .pb-xl-7 {
    padding-bottom: 5rem !important
  }

  .pb-xl-8 {
    padding-bottom: 6rem !important
  }

  .pb-xl-9 {
    padding-bottom: 7rem !important
  }

  .ps-xl-0 {
    padding-left: 0 !important
  }

  .ps-xl-1 {
    padding-left: .25rem !important
  }

  .ps-xl-2 {
    padding-left: .5rem !important
  }

  .ps-xl-3 {
    padding-left: 1rem !important
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important
  }

  .ps-xl-5 {
    padding-left: 3rem !important
  }

  .ps-xl-6 {
    padding-left: 4rem !important
  }

  .ps-xl-7 {
    padding-left: 5rem !important
  }

  .ps-xl-8 {
    padding-left: 6rem !important
  }

  .ps-xl-9 {
    padding-left: 7rem !important
  }

  .gap-xl-0 {
    gap: 0 !important
  }

  .gap-xl-1 {
    gap: .25rem !important
  }

  .gap-xl-2 {
    gap: .5rem !important
  }

  .gap-xl-3 {
    gap: 1rem !important
  }

  .gap-xl-4 {
    gap: 1.5rem !important
  }

  .gap-xl-5 {
    gap: 3rem !important
  }

  .gap-xl-6 {
    gap: 4rem !important
  }

  .gap-xl-7 {
    gap: 5rem !important
  }

  .gap-xl-8 {
    gap: 6rem !important
  }

  .gap-xl-9 {
    gap: 7rem !important
  }

  .row-gap-xl-0 {
    row-gap: 0 !important
  }

  .row-gap-xl-1 {
    row-gap: .25rem !important
  }

  .row-gap-xl-2 {
    row-gap: .5rem !important
  }

  .row-gap-xl-3 {
    row-gap: 1rem !important
  }

  .row-gap-xl-4 {
    row-gap: 1.5rem !important
  }

  .row-gap-xl-5 {
    row-gap: 3rem !important
  }

  .row-gap-xl-6 {
    row-gap: 4rem !important
  }

  .row-gap-xl-7 {
    row-gap: 5rem !important
  }

  .row-gap-xl-8 {
    row-gap: 6rem !important
  }

  .row-gap-xl-9 {
    row-gap: 7rem !important
  }

  .column-gap-xl-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important
  }

  .column-gap-xl-1 {
    -webkit-column-gap: .25rem !important;
    -moz-column-gap: .25rem !important;
    column-gap: .25rem !important
  }

  .column-gap-xl-2 {
    -webkit-column-gap: .5rem !important;
    -moz-column-gap: .5rem !important;
    column-gap: .5rem !important
  }

  .column-gap-xl-3 {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important
  }

  .column-gap-xl-4 {
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important
  }

  .column-gap-xl-5 {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important
  }

  .column-gap-xl-6 {
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important
  }

  .column-gap-xl-7 {
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important
  }

  .column-gap-xl-8 {
    -webkit-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important
  }

  .column-gap-xl-9 {
    -webkit-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important
  }

  .text-xl-start {
    text-align: left !important
  }

  .text-xl-end {
    text-align: right !important
  }

  .text-xl-center {
    text-align: center !important
  }
}

@media(min-width:1400px) {
  .float-xxl-start {
    float: left !important
  }

  .float-xxl-end {
    float: right !important
  }

  .float-xxl-none {
    float: none !important
  }

  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important
  }

  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important
  }

  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important
  }

  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important
  }

  .object-fit-xxl-none {
    -o-object-fit: none !important;
    object-fit: none !important
  }

  .d-xxl-inline {
    display: inline !important
  }

  .d-xxl-inline-block {
    display: inline-block !important
  }

  .d-xxl-block {
    display: block !important
  }

  .d-xxl-grid {
    display: grid !important
  }

  .d-xxl-inline-grid {
    display: inline-grid !important
  }

  .d-xxl-table {
    display: table !important
  }

  .d-xxl-table-row {
    display: table-row !important
  }

  .d-xxl-table-cell {
    display: table-cell !important
  }

  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }

  .d-xxl-none {
    display: none !important
  }

  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }

  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-xxl-column,
  .flex-xxl-row {
    -webkit-box-direction: normal !important
  }

  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }

  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important
  }

  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }

  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important
  }

  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important
  }

  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
  }

  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
  }

  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important
  }

  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important
  }

  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important
  }

  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important
  }

  .m-xxl-0 {
    margin: 0 !important
  }

  .m-xxl-1 {
    margin: .25rem !important
  }

  .m-xxl-2 {
    margin: .5rem !important
  }

  .m-xxl-3 {
    margin: 1rem !important
  }

  .m-xxl-4 {
    margin: 1.5rem !important
  }

  .m-xxl-5 {
    margin: 3rem !important
  }

  .m-xxl-6 {
    margin: 4rem !important
  }

  .m-xxl-7 {
    margin: 5rem !important
  }

  .m-xxl-8 {
    margin: 6rem !important
  }

  .m-xxl-9 {
    margin: 7rem !important
  }

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

  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .mx-xxl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
  }

  .mx-xxl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
  }

  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }

  .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .mx-xxl-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
  }

  .mx-xxl-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
  }

  .mx-xxl-8 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }

  .mx-xxl-9 {
    margin-left: 7rem !important;
    margin-right: 7rem !important
  }

  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .my-xxl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
  }

  .my-xxl-1 {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important
  }

  .my-xxl-2 {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
  }

  .my-xxl-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important
  }

  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important
  }

  .my-xxl-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
  }

  .my-xxl-6 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important
  }

  .my-xxl-7 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important
  }

  .my-xxl-8 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important
  }

  .my-xxl-9 {
    margin-bottom: 7rem !important;
    margin-top: 7rem !important
  }

  .my-xxl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important
  }

  .mt-xxl-0 {
    margin-top: 0 !important
  }

  .mt-xxl-1 {
    margin-top: .25rem !important
  }

  .mt-xxl-2 {
    margin-top: .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-6 {
    margin-top: 4rem !important
  }

  .mt-xxl-7 {
    margin-top: 5rem !important
  }

  .mt-xxl-8 {
    margin-top: 6rem !important
  }

  .mt-xxl-9 {
    margin-top: 7rem !important
  }

  .mt-xxl-auto {
    margin-top: auto !important
  }

  .me-xxl-0 {
    margin-right: 0 !important
  }

  .me-xxl-1 {
    margin-right: .25rem !important
  }

  .me-xxl-2 {
    margin-right: .5rem !important
  }

  .me-xxl-3 {
    margin-right: 1rem !important
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important
  }

  .me-xxl-5 {
    margin-right: 3rem !important
  }

  .me-xxl-6 {
    margin-right: 4rem !important
  }

  .me-xxl-7 {
    margin-right: 5rem !important
  }

  .me-xxl-8 {
    margin-right: 6rem !important
  }

  .me-xxl-9 {
    margin-right: 7rem !important
  }

  .me-xxl-auto {
    margin-right: auto !important
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important
  }

  .mb-xxl-1 {
    margin-bottom: .25rem !important
  }

  .mb-xxl-2 {
    margin-bottom: .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-6 {
    margin-bottom: 4rem !important
  }

  .mb-xxl-7 {
    margin-bottom: 5rem !important
  }

  .mb-xxl-8 {
    margin-bottom: 6rem !important
  }

  .mb-xxl-9 {
    margin-bottom: 7rem !important
  }

  .mb-xxl-auto {
    margin-bottom: auto !important
  }

  .ms-xxl-0 {
    margin-left: 0 !important
  }

  .ms-xxl-1 {
    margin-left: .25rem !important
  }

  .ms-xxl-2 {
    margin-left: .5rem !important
  }

  .ms-xxl-3 {
    margin-left: 1rem !important
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important
  }

  .ms-xxl-5 {
    margin-left: 3rem !important
  }

  .ms-xxl-6 {
    margin-left: 4rem !important
  }

  .ms-xxl-7 {
    margin-left: 5rem !important
  }

  .ms-xxl-8 {
    margin-left: 6rem !important
  }

  .ms-xxl-9 {
    margin-left: 7rem !important
  }

  .ms-xxl-auto {
    margin-left: auto !important
  }

  .m-xxl-n1 {
    margin: -.25rem !important
  }

  .m-xxl-n2 {
    margin: -.5rem !important
  }

  .m-xxl-n3 {
    margin: -1rem !important
  }

  .m-xxl-n4 {
    margin: -1.5rem !important
  }

  .m-xxl-n5 {
    margin: -3rem !important
  }

  .m-xxl-n6 {
    margin: -4rem !important
  }

  .m-xxl-n7 {
    margin: -5rem !important
  }

  .m-xxl-n8 {
    margin: -6rem !important
  }

  .m-xxl-n9 {
    margin: -7rem !important
  }

  .mx-xxl-n1 {
    margin-left: -.25rem !important;
    margin-right: -.25rem !important
  }

  .mx-xxl-n2 {
    margin-left: -.5rem !important;
    margin-right: -.5rem !important
  }

  .mx-xxl-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important
  }

  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important
  }

  .mx-xxl-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important
  }

  .mx-xxl-n6 {
    margin-left: -4rem !important;
    margin-right: -4rem !important
  }

  .mx-xxl-n7 {
    margin-left: -5rem !important;
    margin-right: -5rem !important
  }

  .mx-xxl-n8 {
    margin-left: -6rem !important;
    margin-right: -6rem !important
  }

  .mx-xxl-n9 {
    margin-left: -7rem !important;
    margin-right: -7rem !important
  }

  .my-xxl-n1 {
    margin-bottom: -.25rem !important;
    margin-top: -.25rem !important
  }

  .my-xxl-n2 {
    margin-bottom: -.5rem !important;
    margin-top: -.5rem !important
  }

  .my-xxl-n3 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important
  }

  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important
  }

  .my-xxl-n5 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important
  }

  .my-xxl-n6 {
    margin-bottom: -4rem !important;
    margin-top: -4rem !important
  }

  .my-xxl-n7 {
    margin-bottom: -5rem !important;
    margin-top: -5rem !important
  }

  .my-xxl-n8 {
    margin-bottom: -6rem !important;
    margin-top: -6rem !important
  }

  .my-xxl-n9 {
    margin-bottom: -7rem !important;
    margin-top: -7rem !important
  }

  .mt-xxl-n1 {
    margin-top: -.25rem !important
  }

  .mt-xxl-n2 {
    margin-top: -.5rem !important
  }

  .mt-xxl-n3 {
    margin-top: -1rem !important
  }

  .mt-xxl-n4 {
    margin-top: -1.5rem !important
  }

  .mt-xxl-n5 {
    margin-top: -3rem !important
  }

  .mt-xxl-n6 {
    margin-top: -4rem !important
  }

  .mt-xxl-n7 {
    margin-top: -5rem !important
  }

  .mt-xxl-n8 {
    margin-top: -6rem !important
  }

  .mt-xxl-n9 {
    margin-top: -7rem !important
  }

  .me-xxl-n1 {
    margin-right: -.25rem !important
  }

  .me-xxl-n2 {
    margin-right: -.5rem !important
  }

  .me-xxl-n3 {
    margin-right: -1rem !important
  }

  .me-xxl-n4 {
    margin-right: -1.5rem !important
  }

  .me-xxl-n5 {
    margin-right: -3rem !important
  }

  .me-xxl-n6 {
    margin-right: -4rem !important
  }

  .me-xxl-n7 {
    margin-right: -5rem !important
  }

  .me-xxl-n8 {
    margin-right: -6rem !important
  }

  .me-xxl-n9 {
    margin-right: -7rem !important
  }

  .mb-xxl-n1 {
    margin-bottom: -.25rem !important
  }

  .mb-xxl-n2 {
    margin-bottom: -.5rem !important
  }

  .mb-xxl-n3 {
    margin-bottom: -1rem !important
  }

  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important
  }

  .mb-xxl-n5 {
    margin-bottom: -3rem !important
  }

  .mb-xxl-n6 {
    margin-bottom: -4rem !important
  }

  .mb-xxl-n7 {
    margin-bottom: -5rem !important
  }

  .mb-xxl-n8 {
    margin-bottom: -6rem !important
  }

  .mb-xxl-n9 {
    margin-bottom: -7rem !important
  }

  .ms-xxl-n1 {
    margin-left: -.25rem !important
  }

  .ms-xxl-n2 {
    margin-left: -.5rem !important
  }

  .ms-xxl-n3 {
    margin-left: -1rem !important
  }

  .ms-xxl-n4 {
    margin-left: -1.5rem !important
  }

  .ms-xxl-n5 {
    margin-left: -3rem !important
  }

  .ms-xxl-n6 {
    margin-left: -4rem !important
  }

  .ms-xxl-n7 {
    margin-left: -5rem !important
  }

  .ms-xxl-n8 {
    margin-left: -6rem !important
  }

  .ms-xxl-n9 {
    margin-left: -7rem !important
  }

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

  .p-xxl-1 {
    padding: .25rem !important
  }

  .p-xxl-2 {
    padding: .5rem !important
  }

  .p-xxl-3 {
    padding: 1rem !important
  }

  .p-xxl-4 {
    padding: 1.5rem !important
  }

  .p-xxl-5 {
    padding: 3rem !important
  }

  .p-xxl-6 {
    padding: 4rem !important
  }

  .p-xxl-7 {
    padding: 5rem !important
  }

  .p-xxl-8 {
    padding: 6rem !important
  }

  .p-xxl-9 {
    padding: 7rem !important
  }

  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .px-xxl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
  }

  .px-xxl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
  }

  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }

  .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .px-xxl-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
  }

  .px-xxl-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
  }

  .px-xxl-8 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }

  .px-xxl-9 {
    padding-left: 7rem !important;
    padding-right: 7rem !important
  }

  .py-xxl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
  }

  .py-xxl-1 {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important
  }

  .py-xxl-2 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important
  }

  .py-xxl-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
  }

  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important
  }

  .py-xxl-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
  }

  .py-xxl-6 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important
  }

  .py-xxl-7 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important
  }

  .py-xxl-8 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important
  }

  .py-xxl-9 {
    padding-bottom: 7rem !important;
    padding-top: 7rem !important
  }

  .pt-xxl-0 {
    padding-top: 0 !important
  }

  .pt-xxl-1 {
    padding-top: .25rem !important
  }

  .pt-xxl-2 {
    padding-top: .5rem !important
  }

  .pt-xxl-3 {
    padding-top: 1rem !important
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important
  }

  .pt-xxl-5 {
    padding-top: 3rem !important
  }

  .pt-xxl-6 {
    padding-top: 4rem !important
  }

  .pt-xxl-7 {
    padding-top: 5rem !important
  }

  .pt-xxl-8 {
    padding-top: 6rem !important
  }

  .pt-xxl-9 {
    padding-top: 7rem !important
  }

  .pe-xxl-0 {
    padding-right: 0 !important
  }

  .pe-xxl-1 {
    padding-right: .25rem !important
  }

  .pe-xxl-2 {
    padding-right: .5rem !important
  }

  .pe-xxl-3 {
    padding-right: 1rem !important
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important
  }

  .pe-xxl-5 {
    padding-right: 3rem !important
  }

  .pe-xxl-6 {
    padding-right: 4rem !important
  }

  .pe-xxl-7 {
    padding-right: 5rem !important
  }

  .pe-xxl-8 {
    padding-right: 6rem !important
  }

  .pe-xxl-9 {
    padding-right: 7rem !important
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important
  }

  .pb-xxl-1 {
    padding-bottom: .25rem !important
  }

  .pb-xxl-2 {
    padding-bottom: .5rem !important
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important
  }

  .pb-xxl-6 {
    padding-bottom: 4rem !important
  }

  .pb-xxl-7 {
    padding-bottom: 5rem !important
  }

  .pb-xxl-8 {
    padding-bottom: 6rem !important
  }

  .pb-xxl-9 {
    padding-bottom: 7rem !important
  }

  .ps-xxl-0 {
    padding-left: 0 !important
  }

  .ps-xxl-1 {
    padding-left: .25rem !important
  }

  .ps-xxl-2 {
    padding-left: .5rem !important
  }

  .ps-xxl-3 {
    padding-left: 1rem !important
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important
  }

  .ps-xxl-5 {
    padding-left: 3rem !important
  }

  .ps-xxl-6 {
    padding-left: 4rem !important
  }

  .ps-xxl-7 {
    padding-left: 5rem !important
  }

  .ps-xxl-8 {
    padding-left: 6rem !important
  }

  .ps-xxl-9 {
    padding-left: 7rem !important
  }

  .gap-xxl-0 {
    gap: 0 !important
  }

  .gap-xxl-1 {
    gap: .25rem !important
  }

  .gap-xxl-2 {
    gap: .5rem !important
  }

  .gap-xxl-3 {
    gap: 1rem !important
  }

  .gap-xxl-4 {
    gap: 1.5rem !important
  }

  .gap-xxl-5 {
    gap: 3rem !important
  }

  .gap-xxl-6 {
    gap: 4rem !important
  }

  .gap-xxl-7 {
    gap: 5rem !important
  }

  .gap-xxl-8 {
    gap: 6rem !important
  }

  .gap-xxl-9 {
    gap: 7rem !important
  }

  .row-gap-xxl-0 {
    row-gap: 0 !important
  }

  .row-gap-xxl-1 {
    row-gap: .25rem !important
  }

  .row-gap-xxl-2 {
    row-gap: .5rem !important
  }

  .row-gap-xxl-3 {
    row-gap: 1rem !important
  }

  .row-gap-xxl-4 {
    row-gap: 1.5rem !important
  }

  .row-gap-xxl-5 {
    row-gap: 3rem !important
  }

  .row-gap-xxl-6 {
    row-gap: 4rem !important
  }

  .row-gap-xxl-7 {
    row-gap: 5rem !important
  }

  .row-gap-xxl-8 {
    row-gap: 6rem !important
  }

  .row-gap-xxl-9 {
    row-gap: 7rem !important
  }

  .column-gap-xxl-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important
  }

  .column-gap-xxl-1 {
    -webkit-column-gap: .25rem !important;
    -moz-column-gap: .25rem !important;
    column-gap: .25rem !important
  }

  .column-gap-xxl-2 {
    -webkit-column-gap: .5rem !important;
    -moz-column-gap: .5rem !important;
    column-gap: .5rem !important
  }

  .column-gap-xxl-3 {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important
  }

  .column-gap-xxl-4 {
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important
  }

  .column-gap-xxl-5 {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important
  }

  .column-gap-xxl-6 {
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important
  }

  .column-gap-xxl-7 {
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important
  }

  .column-gap-xxl-8 {
    -webkit-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important
  }

  .column-gap-xxl-9 {
    -webkit-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important
  }

  .text-xxl-start {
    text-align: left !important
  }

  .text-xxl-end {
    text-align: right !important
  }

  .text-xxl-center {
    text-align: center !important
  }
}

@media(min-width:1200px) {
  .fs-1 {
    font-size: 3.625rem !important
  }

  .fs-2 {
    font-size: 3.25rem !important
  }

  .fs-3 {
    font-size: 2.5rem !important
  }

  .fs-4 {
    font-size: 2.125rem !important
  }

  .fs-5 {
    font-size: 1.5rem !important
  }
}

@media print {
  .d-print-inline {
    display: inline !important
  }

  .d-print-inline-block {
    display: inline-block !important
  }

  .d-print-block {
    display: block !important
  }

  .d-print-grid {
    display: grid !important
  }

  .d-print-inline-grid {
    display: inline-grid !important
  }

  .d-print-table {
    display: table !important
  }

  .d-print-table-row {
    display: table-row !important
  }

  .d-print-table-cell {
    display: table-cell !important
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }

  .d-print-none {
    display: none !important
  }
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 6px #000 !important;
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #000 !important
}

@media all {
  .icon-dots {
    background: transparent url('data:image/svg+xml,<svg width="4" height="15" viewBox="0 0 4 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.84375 0.21875H3.65625V3.03125H0.84375V0.21875ZM0.84375 5.84375H3.65625V8.65625H0.84375V5.84375ZM3.65625 11.4688V14.2812H0.84375V11.4688H3.65625Z" fill="black"/></svg>') no-repeat scroll 0 0/cover;
    display: inline-block;
    height: 18px;
    width: 5px
  }

  .icon-dots--white {
    background: transparent url('data:image/svg+xml,<svg width="4" height="15" viewBox="0 0 4 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.84375 0.21875H3.65625V3.03125H0.84375V0.21875ZM0.84375 5.84375H3.65625V8.65625H0.84375V5.84375ZM3.65625 11.4688V14.2812H0.84375V11.4688H3.65625Z" fill="white"/></svg>') no-repeat scroll 0 0/cover
  }

  .loading-spinner {
    text-align: center
  }

  .loading-spinner__icon {
    -webkit-animation: loadingspinner .7s linear infinite;
    animation: loadingspinner .7s linear infinite;
    border: 2px solid #203887;
    border-radius: 50%;
    border-top-color: #dfe1df;
    display: inline-block;
    height: 30px;
    width: 30px
  }

  .loading-spinner__text {
    color: #737777
  }

  @-webkit-keyframes loadingspinner {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
    }

    to {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn)
    }
  }

  @keyframes loadingspinner {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
    }

    to {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn)
    }
  }

  [class*=" icon-"]:before,
  [class^=icon-]:before {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: "Jeff Custom Icons";
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1em;
    margin-left: .2em;
    margin-right: .2em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    width: 1em
  }

  .icon--disc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: gray;
    border: 1px solid transparent;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 1.75em;
    justify-content: center;
    width: 1.75em
  }

  .icon--disc:before {
    margin: 0;
    width: auto
  }

  .icon--circle {
    border: 1px solid #000;
    border-radius: 50%
  }

  .icon-youtube-play-circle:before {
    content: ""
  }

  .icon-twitter-circle:before {
    content: ""
  }

  .icon-secondary-nav-notch:before {
    content: ""
  }

  .icon-search:before {
    content: ""
  }

  .icon-rail:before {
    content: ""
  }

  .icon-close:before {
    content: ""
  }

  .icon-left-arrow:before {
    content: ""
  }

  .icon-hamburger:before {
    content: ""
  }

  .icon-right-arrow:before {
    content: ""
  }

  .icon-google-plus-circle:before {
    content: ""
  }

  .icon-facebook-circle:before {
    content: ""
  }

  .icon-dropdown:before {
    content: ""
  }

  .icon-arrow-right:before {
    content: ""
  }

  .icon-minus:before {
    content: ""
  }

  .icon-plus:before {
    content: ""
  }

  .icon-circle-plus:before {
    content: ""
  }

  .icon-circle-minus:before {
    content: ""
  }

  .icon-button-play:before {
    content: ""
  }

  .icon-pause:before {
    content: ""
  }

  .icon-pinterest:before {
    content: ""
  }

  .icon-share:before {
    content: ""
  }

  .icon-logo:before {
    content: ""
  }

  .icon-x-twitter:before {
    content: ""
  }

  .icon-spin4:before {
    content: ""
  }

  .icon-instagram-circled:before {
    content: ""
  }

  .icon-twitter:before {
    content: ""
  }

  .icon-facebook:before {
    content: ""
  }

  .icon-google-plus:before {
    content: ""
  }

  .icon-youtube-play:before {
    content: ""
  }

  .icon-instagram:before {
    content: ""
  }

  .icon-snapchat:before {
    content: ""
  }

  .icon-linkedin-squared:before {
    content: ""
  }

  .icon-linkedin-circled:before {
    content: ""
  }

  .icon-minus:before {
    content: "\e80d"
  }

  .icon-plus:before {
    content: "\e80e"
  }

  .icon--flip:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }

  .animate-spin {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: inline-block
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

:root {
  --mobile-flyout-y-offset: 0
}

@media(max-width:991.98px) {
  body {
    overflow-x: hidden
  }

  body.no-scroll {
    overflow: hidden
  }
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6
}

@media(min-width:992px) {
  html {
    scroll-padding-top: 75px
  }
}

.sr-only {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  white-space: nowrap !important;
  width: 1px !important
}

.sr-only:not(caption) {
  position: absolute !important
}

.w-auto,
.w-xs-auto {
  width: auto !important
}

@media(min-width:576px) {
  .w-sm-auto {
    width: auto !important
  }
}

@media(min-width:768px) {
  .w-md-auto {
    width: auto !important
  }
}

@media(min-width:992px) {
  .w-lg-auto {
    width: auto !important
  }
}

@media(min-width:1200px) {
  .w-xl-auto {
    width: auto !important
  }
}

.mb-4-5 {
  margin-bottom: 40px
}

.nexus-article-page .hero--simple--large {
  margin-bottom: 0
}

.nexus-article-page .text--large-intro {
  padding-bottom: 10px;
  padding-top: 10px
}

.nexus-article-page .site-article .content-container {
  margin-top: 86px
}

.nexus-article-page .site-article .category-sub-nav {
  position: relative
}

.nexus-article-page .site-article .category-sub-nav:after {
  -webkit-animation: moveBackground 1s ease-out forwards;
  animation: moveBackground 1s ease-out forwards;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .5)), to(hsla(0, 0%, 100%, .5))), url(../images/backgrounds/pattern-two-rows.svg);
  background-image: linear-gradient(hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), url(../images/backgrounds/pattern-two-rows.svg);
  background-position: 0 0, left -75pt top;
  background-repeat: no-repeat, repeat-x;
  background-size: 100% 100%, auto 122px;
  bottom: -122px;
  content: "";
  height: 122px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: -1
}

@media(min-width:992px) {
  .nexus-article-page .site-article .category-sub-nav:after {
    background-size: 0 0, auto 122px
  }
}

@media(prefers-reduced-motion) {
  .nexus-article-page .site-article .category-sub-nav:after {
    -webkit-animation-duration: 0s;
    animation-duration: 0s
  }
}

.date-label {
  color: #363d3d;
  font-family: museo-slab, serif;
  font-size: 1pc;
  font-weight: 500;
  letter-spacing: .8px;
  line-height: 1;
  margin-bottom: 18px;
  position: relative;
  text-transform: uppercase
}

.news-article-page .date-label {
  color: #152456
}

.byline__text {
  color: #363d3d;
  font-family: museo-sans, sans-serif;
  font-size: 1pc;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 30px
}

.news-article-page .layout--two-thirds {
  -webkit-animation: moveBackground 1s ease-out forwards;
  animation: moveBackground 1s ease-out forwards;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .5)), to(hsla(0, 0%, 100%, .5))), url(../images/backgrounds/pattern-two-rows.svg);
  background-image: linear-gradient(hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), url(../images/backgrounds/pattern-two-rows.svg);
  background-position: 0 0, left -75pt top;
  background-repeat: no-repeat, repeat-x;
  background-size: 100% 100%, auto 122px;
  margin-bottom: 0;
  padding-top: 50px
}

@media(min-width:992px) {
  .news-article-page .layout--two-thirds {
    background-size: 0 0, auto 122px;
    padding-top: 86px
  }
}

@media(prefers-reduced-motion) {
  .news-article-page .layout--two-thirds {
    -webkit-animation-duration: 0s;
    animation-duration: 0s
  }
}

@media(min-width:992px) {
  .news-article-page .column-2 {
    max-width: 83.33333333%
  }

  .news-article-page .column-2 .text-media--media-right .text-media__media {
    margin-right: -18%
  }
}

@-webkit-keyframes moveBackground {
  0% {
    background-position: 0 0, left -75pt top
  }

  to {
    background-position: 0 0, 0 0
  }
}

@keyframes moveBackground {
  0% {
    background-position: 0 0, left -75pt top
  }

  to {
    background-position: 0 0, 0 0
  }
}

.site-footer {
  border-top: 1px solid #bbc0c0;
  padding-top: 72px
}

.site-footer__logo {
  max-width: 100%
}

.site-footer__logo-wrapper {
  max-width: 484px
}

@media(max-width:991.98px) {
  .site-footer__logo-wrapper {
    margin-left: auto;
    margin-right: auto
  }
}

.site-footer__colophon {
  background-color: #152456;
  margin-top: 58px;
  padding-bottom: 38px;
  padding-top: 38px
}

.site-footer__colophon a {
  color: #fff;
  font-size: 15px;
  letter-spacing: .75px;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: -webkit-text-decoration-color .35s ease;
  transition: -webkit-text-decoration-color .35s ease;
  transition: text-decoration-color .35s ease;
  transition: text-decoration-color .35s ease, -webkit-text-decoration-color .35s ease
}

.site-footer__colophon a:focus,
.site-footer__colophon a:hover {
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff
}

.site-footer__copyright,
.site-footer__copyright-toggle {
  color: #fff;
  font-size: 14px;
  letter-spacing: .7px
}

.site-footer__copyright-toggle {
  background-color: transparent;
  border: 0;
  padding-left: 22px;
  position: relative;
  text-align: left;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: -webkit-text-decoration-color .35s ease;
  transition: -webkit-text-decoration-color .35s ease;
  transition: text-decoration-color .35s ease;
  transition: text-decoration-color .35s ease, -webkit-text-decoration-color .35s ease
}

.site-footer__copyright-toggle:focus,
.site-footer__copyright-toggle:hover {
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff
}

.site-footer__copyright-toggle:before {
  content: "";
  font-family: Jeff Custom Icons;
  font-size: 8px;
  left: 0;
  position: absolute;
  top: 7px;
  -webkit-transition: -webkit-transform .35s ease;
  transition: -webkit-transform .35s ease;
  transition: transform .35s ease;
  transition: transform .35s ease, -webkit-transform .35s ease
}

.site-footer__copyright-toggle[aria-expanded=true]:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.site-footer__secondary-links {
  margin-bottom: 0
}

.site-footer__footer-text,
.site-footer__tertiary-links a {
  font-size: 9pt;
  letter-spacing: .6px
}

.site-footer__footer-text {
  color: #bbc0c0;
  font-weight: 300;
  line-height: 1.5
}

.site-header {
  -o-border-image: linear-gradient(90deg, #152456, #59b7df) 1;
  border-image: -webkit-gradient(linear, left top, right top, from(#152456), to(#59b7df)) 1;
  border-image: linear-gradient(90deg, #152456, #59b7df) 1;
  border-style: solid;
  border-width: 0 0 4px
}

.site-header__logo {
  max-height: 47px;
  max-width: 100%
}

@media(min-width:768px) {
  .site-header__logo {
    max-height: 57px
  }
}

@media(min-width:992px) {
  .site-header__logo {
    max-height: 75px
  }
}

.site-header .icon-dots {
  margin-left: -5px;
  margin-right: 7px
}

.site-header .navbar-toggler {
  background-color: transparent;
  border: 0;
  color: #000;
  padding-right: 9pt;
  position: relative
}

.site-header .navbar-toggler.collapsed .navbar-toggler__open,
.site-header .navbar-toggler[aria-expanded=false] .navbar-toggler__open {
  display: inline-block
}

.site-header .navbar-toggler .navbar-toggler__open,
.site-header .navbar-toggler.collapsed .navbar-toggler__close,
.site-header .navbar-toggler[aria-expanded=false] .navbar-toggler__close {
  display: none
}

.site-header .navbar-toggler .navbar-toggler__close {
  display: inline-block
}

.site-header .search-button {
  background-color: transparent;
  border: 0;
  padding-left: 10px
}

.site-header__quick-links button {
  cursor: pointer
}

.site-header__quick-links a,
.site-header__quick-links button {
  color: #231f20
}

@media(min-width:992px) {

  .site-header__quick-links a.btn-cta,
  .site-header__quick-links button.btn-cta {
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    -webkit-transition: -webkit-text-decoration-color .35s ease;
    transition: -webkit-text-decoration-color .35s ease;
    transition: text-decoration-color .35s ease;
    transition: text-decoration-color .35s ease, -webkit-text-decoration-color .35s ease
  }

  .site-header__quick-links a.btn-cta:focus,
  .site-header__quick-links a.btn-cta:hover,
  .site-header__quick-links button.btn-cta:focus,
  .site-header__quick-links button.btn-cta:hover {
    -webkit-text-decoration-color: #231f20;
    text-decoration-color: #231f20
  }
}

.site-header__quick-links__list {
  margin-bottom: 20px;
  margin-top: 10px
}

@media(min-width:992px) {
  .site-header__quick-links {
    position: relative
  }

  .site-header__quick-links:before {
    border-bottom: 2px solid #ece819;
    border-left: 2px solid #ece819;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    -webkit-transition: width 1s ease, height 1s ease;
    transition: width 1s ease, height 1s ease;
    width: 0
  }

  .site-header__quick-links.scroll-watch--in-view:before,
  html.aem .site-header__quick-links.scroll-watch--in-view.scroll-watch:before {
    height: 100%;
    width: 100%
  }
}

.site-header__quick-links__mobile {
  background-color: #152456;
  -o-border-image: linear-gradient(90deg, #152456, #59b7df) 1;
  border-image: -webkit-gradient(linear, left top, right top, from(#152456), to(#59b7df)) 1;
  border-image: linear-gradient(90deg, #152456, #59b7df) 1;
  border-style: solid;
  border-width: 4px 0 0
}

.site-header__quick-links__mobile li {
  padding-left: 5px;
  padding-right: 5px
}

@media(min-width:576px)and (max-width:991.98px) {
  .site-header__quick-links__mobile .btn-cta {
    height: 100%
  }
}

.site-header__quick-links__mobile .btn-blue-outline {
  width: 100%
}

.site-header__quick-links__mobile .btn-blue-outline .icon-dots {
  background: transparent url('data:image/svg+xml,<svg width="4" height="15" viewBox="0 0 4 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.84375 0.21875H3.65625V3.03125H0.84375V0.21875ZM0.84375 5.84375H3.65625V8.65625H0.84375V5.84375ZM3.65625 11.4688V14.2812H0.84375V11.4688H3.65625Z" fill="white"/></svg>') no-repeat scroll 0 0/cover
}

.site-header__quick-links__mobile .site-header__quick-links__list {
  margin-bottom: 40px;
  margin-top: 31px
}

@media(max-width:991.98px) {
  .site-header__quick-links__mobile .site-header__quick-links__list {
    margin-left: auto;
    margin-right: auto;
    max-width: 45pc
  }
}

@media(max-width:767.98px) {
  .site-header__quick-links__mobile .site-header__quick-links__list {
    max-width: 540px
  }
}

.site-header__offcanvas {
  background-color: #152456;
  -webkit-box-shadow: -15px 0 60px 0 rgba(0, 0, 0, .7);
  box-shadow: -15px 0 60px 0 rgba(0, 0, 0, .7);
  padding-bottom: 30px
}

@media(min-width:992px) {
  .site-header__offcanvas {
    padding-left: 2pc;
    padding-right: 2pc
  }
}

@media(max-width:575.98px) {
  .site-header__offcanvas {
    width: 100% !important
  }
}

.site-header__offcanvas.offcanvas-end {
  border-left: 0
}

.site-header__offcanvas .btn-close {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  background-position: 10px;
  background-repeat: no-repeat;
  color: #fff;
  -webkit-filter: none;
  filter: none;
  font-family: museo-sans, sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: .65px;
  line-height: normal;
  opacity: .7;
  padding-left: 35px;
  text-transform: uppercase;
  -webkit-transition: opacity .35s ease;
  transition: opacity .35s ease;
  width: auto
}

.site-header__offcanvas .btn-close:focus,
.site-header__offcanvas .btn-close:hover {
  opacity: 1
}

.site-header__offcanvas__search-box {
  margin-bottom: 40px
}

.site-header__offcanvas__search-box .input-group-text {
  background-color: transparent;
  border-color: #fff;
  border-width: 0 0 3px;
  padding-left: 0
}

.site-header__offcanvas__search-box .form-control {
  background-color: transparent;
  border-color: #fff;
  border-width: 0 0 3px;
  color: hsla(0, 0%, 100%, .5);
  font-family: museo-slab, serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.334
}

.site-header__offcanvas__buttons {
  margin-bottom: 40px
}

.site-header__offcanvas__dropdowns,
.site-header__offcanvas__secondary-links {
  border-top: 1px solid hsla(0, 0%, 96%, .4);
  padding: 19px 9pt
}

.site-header__offcanvas__dropdowns .dropdown-toggle:after {
  border: 0;
  color: #59b7df;
  content: "";
  font-family: Jeff Custom Icons;
  font-size: 1pc;
  margin-left: 10px;
  vertical-align: initial
}

.site-header__offcanvas__dropdowns .dropdown-toggle[aria-expanded=true]:after {
  content: ""
}

.site-header__offcanvas__dropdowns .list {
  margin-bottom: 20px;
  margin-top: 10px
}

.site-header__offcanvas__dropdowns__list {
  margin-left: 10px
}

.site-header__offcanvas__dropdowns__list li+li {
  margin-top: 9px
}

.site-header__offcanvas .site__social-links {
  border-top: 1px solid hsla(0, 0%, 96%, .4);
  padding-top: 40px
}

.site-header__offcanvas a {
  color: #fff;
  text-decoration: none
}

@media(min-width:992px) {
  .site-header__offcanvas a {
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    -webkit-transition: -webkit-text-decoration-color .35s ease;
    transition: -webkit-text-decoration-color .35s ease;
    transition: text-decoration-color .35s ease;
    transition: text-decoration-color .35s ease, -webkit-text-decoration-color .35s ease
  }

  .site-header__offcanvas a:focus,
  .site-header__offcanvas a:hover {
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff
  }
}

.site-header__offcanvas .list ul {
  margin-bottom: 1px;
  padding-left: 5px
}

.site-header__offcanvas .list ul li {
  padding-left: 26px
}

.site-header__offcanvas .list ul li:before {
  height: 2px;
  top: 1pc;
  width: 14px
}

.site-header__offcanvas .list ul li+li {
  margin-top: 9px
}

.site-header__offcanvas .list ul a {
  font-size: 15px
}

@media(max-width:991.98px) {
  .site-header__collapse {
    background-color: #152456;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: var(--mobile-flyout-y-offset);
    z-index: 100
  }

  .site-header__collapse--flyout-open {
    overflow-y: hidden
  }

  .site-header__primary-menus .navbar-collapse.show {
    margin-bottom: -4px
  }

  body:not(.no-scroll) .site-header__primary-menus {
    overflow: hidden
  }
}

.site-header__primary-menus__container {
  padding-left: 7px;
  padding-right: 7px
}

@media(min-width:992px) {
  .stuck-header .site-header__primary-menus__container {
    padding-left: 15px;
    padding-right: 15px
  }
}

@media(max-width:991.98px) {
  .site-header__primary-menus__container {
    max-width: none;
    padding-left: 0;
    padding-right: 0
  }
}

.site-header.site-header--expanded .site-header__primary-nav.site-header__show-on-unstuck {
  display: block !important
}

.stuck-header .site-header.site-header--expanded .site-header__collapse.collapsing {
  min-height: 30px;
  -webkit-transition: height .2s ease-out;
  transition: height .2s ease-out
}

.site-header__primary-nav {
  padding-top: 19px;
  -webkit-transition: margin .35s ease, padding .35s ease;
  transition: margin .35s ease, padding .35s ease
}

@media(max-width:991.98px) {
  .site-header__primary-nav {
    background-color: #fff;
    padding-bottom: 27px
  }

  .site-header__primary-nav .navbar-nav {
    margin-left: auto;
    margin-right: auto;
    max-width: 45pc;
    width: 100%
  }
}

@media(max-width:767.98px) {
  .site-header__primary-nav .navbar-nav {
    max-width: 540px
  }
}

.site-header__primary-nav .nav-item.nav-item--show-on-stuck {
  padding-bottom: 8px;
  padding-top: 8px
}

.site-header__primary-nav .nav-item.nav-item--show-on-stuck .btn-cta {
  padding: 0 8px
}

.site-header__primary-nav .nav-link {
  color: #152456;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: GT Haptik, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.1px;
  line-height: normal;
  padding: 10px 65px 17px 21px;
  position: relative;
  text-decoration: none;
  -webkit-transition: font-size .35s ease, color .35s ease, opacity .35s ease;
  transition: font-size .35s ease, color .35s ease, opacity .35s ease
}

@media(min-width:992px) {
  .site-header__primary-nav .nav-link {
    font-size: 1pc;
    letter-spacing: .8px;
    opacity: .8;
    padding-left: 0;
    padding-right: 0;
    text-align: center
  }
}

@media(max-width:991.98px) {
  .site-header__primary-nav .nav-link {
    margin-bottom: 2px
  }

  .site-header__primary-nav .nav-link[data-bs-toggle=dropdown]:before {
    color: #59b7df;
    content: "";
    display: inline-block;
    font-family: Jeff Custom Icons;
    font-size: .65em;
    font-weight: 500;
    padding-left: 8px;
    position: absolute;
    right: 20px;
    top: 18px;
    -webkit-transition: -webkit-transform .35s ease;
    transition: -webkit-transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease
  }
}

.site-header__primary-nav .nav-link:after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #59b7df), color-stop(80%, #ece819));
  background-image: linear-gradient(90deg, #59b7df 20%, #ece819 80%);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400%;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transition: height .35s ease, width .35s ease, background-size .35s ease;
  transition: height .35s ease, width .35s ease, background-size .35s ease;
  width: 0
}

@media(min-width:992px) {
  .site-header__primary-nav .nav-link:after {
    height: 3px
  }
}

.site-header__primary-nav .nav-link:hover {
  color: #152456;
  opacity: 1
}

@media(min-width:992px) {
  .site-header__primary-nav .nav-link:hover:after {
    width: 100%
  }
}

@media(max-width:991.98px) {
  .site-header__primary-nav .nav-link:hover:after {
    height: 100%;
    width: 5px
  }
}

.site-header__primary-nav .nav-link--active {
  color: #000;
  opacity: 1
}

.site-header__primary-nav .nav-link[aria-expanded=true] {
  color: #152456;
  opacity: 1;
  z-index: 1001
}

.site-header__primary-nav .nav-link[aria-expanded=true]:after,
.site-header__primary-nav .nav-link[aria-expanded=true]:focus:after,
.site-header__primary-nav .nav-link[aria-expanded=true]:hover:after {
  background-size: 100%;
  bottom: 0;
  height: 3px
}

@media(min-width:992px) {

  .site-header__primary-nav .nav-link[aria-expanded=true]:after,
  .site-header__primary-nav .nav-link[aria-expanded=true]:focus:after,
  .site-header__primary-nav .nav-link[aria-expanded=true]:hover:after {
    width: 100%
  }
}

.site-header__sub-branding {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 10px);
  margin-right: auto
}

@media(max-width:767.98px) {
  .site-header__sub-branding-mobile {
    margin-bottom: 7px;
    padding-top: 9pt;
    position: relative;
    text-align: center
  }

  .site-header__sub-branding-mobile .site-header__sub-branding__title {
    display: block
  }

  .site-header__sub-branding-mobile:before {
    background-color: #ece819;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
    width: 0
  }

  .site-header__sub-branding-mobile.scroll-watch--in-view:before,
  html.aem .site-header__sub-branding-mobile:before {
    width: 50px
  }
}

.site-header__sub-branding__small-logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px
}

.site-header__sub-branding-inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}

@media(min-width:768px) {
  .site-header__sub-branding-inner-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px;
    padding-left: 20px;
    position: relative
  }

  .site-header__sub-branding-inner-wrapper:before {
    border-bottom: 2px solid #ece819;
    border-left: 2px solid #ece819;
    bottom: 0;
    bottom: 10px;
    content: "";
    height: 0;
    height: calc(100% - 10px);
    left: 0;
    pointer-events: none;
    position: absolute;
    -webkit-transition: width 1s ease, height 1s ease;
    transition: width 1s ease, height 1s ease;
    width: 0;
    width: 100%
  }

  .stuck-header .site-header__sub-branding-inner-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding-left: 20px;
    position: relative
  }

  .stuck-header .site-header__sub-branding-inner-wrapper:before {
    bottom: 8px;
    height: calc(100% - 10px);
    width: 100%
  }
}

@media(min-width:992px) {
  .site-header__sub-branding-inner-wrapper {
    margin-left: 30px;
    padding-left: 20px
  }
}

.site-header__sub-branding-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1
}

.site-header__sub-branding__title {
  color: #152456;
  font-family: GT Haptik, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .48px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase
}

@media(min-width:992px) {
  .site-header__sub-branding__title {
    font-size: 24px
  }
}

.site-header__flyout {
  border: 0;
  overflow: hidden;
  right: 0
}

@media(min-width:992px) {
  .site-header__flyout {
    background-color: transparent;
    padding: 0 0 75pt
  }

  .site-header__flyout .site-header__flyout-wrapper {
    margin-bottom: 75pt
  }

  .site-header__flyout .site-header__flyout-wrapper:after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .8)), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .8) 0, transparent);
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    -webkit-transition: opacity .25s ease, height .5s ease, bottom .5s ease;
    transition: opacity .25s ease, height .5s ease, bottom .5s ease
  }

  .site-header__flyout.show {
    top: calc(100% - 2px)
  }

  .site-header__flyout.show .site-header__flyout-wrapper:after {
    bottom: -75pt;
    height: 6pc;
    opacity: 1;
    -webkit-transition: opacity .8s ease, height .5s ease, bottom .5s ease;
    transition: opacity .8s ease, height .5s ease, bottom .5s ease
  }

  .site-header__flyout--transitioning {
    display: block !important;
    left: 0;
    z-index: 900
  }

  .site-header__flyout--transitioning .site-header__flyout-wrapper {
    -webkit-transform: translateY(-100%) !important;
    transform: translateY(-100%) !important;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s, -webkit-transform .5s
  }

  .site-header__flyout--transitioning .site-header__flyout-wrapper .site-header__flyout__container {
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
  }

  .site-header__flyout-wrapper {
    padding-bottom: 8px;
    padding-top: 8px
  }
}

@media(max-width:991.98px) {
  .site-header__flyout.flyout {
    background-color: #152456;
    display: block;
    height: calc(100vh - var(--mobile-flyout-y-offset) - 2px);
    left: 100vw;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 0;
    position: absolute;
    top: -2px;
    -webkit-transition: left .25s ease;
    transition: left .25s ease;
    width: 0;
    z-index: 1002
  }

  .site-header__flyout.flyout.show {
    display: block;
    left: 0;
    width: 100vw
  }

  .site-header__flyout.flyout.show:before {
    background-color: #fff;
    content: "";
    height: 100vh;
    left: 0;
    position: absolute;
    right: 0;
    top: -100vh;
    z-index: 2
  }
}

.site-header__flyout-wrapper {
  background-color: #fff;
  -o-border-image: linear-gradient(90deg, #152456, #59b7df) 1;
  border-image: -webkit-gradient(linear, left top, right top, from(#152456), to(#59b7df)) 1;
  border-image: linear-gradient(90deg, #152456, #59b7df) 1;
  border-style: solid;
  border-width: 0 0 4px
}

@media(min-width:992px) {
  .site-header__flyout-inner-wrapper {
    max-height: calc(100vh - var(--mobile-flyout-y-offset) - 15px);
    overflow-y: auto
  }
}

@media(max-width:991.98px) {
  .site-header__flyout__container {
    background-color: #fff;
    padding-top: 8px;
    position: relative
  }
}

.container .site-header__flyout__container.container {
  padding-left: 15px;
  padding-right: 15px
}

@media(min-width:992px) {
  .container .site-header__flyout__container.container {
    padding-left: 7px;
    padding-right: 7px
  }
}

.site-header__flyout.show:after {
  opacity: 1
}

.site-header__flyout__main-title {
  padding-top: 57px
}

.site-header__flyout__main-title .h2,
.site-header__flyout__main-title h2 {
  color: #152456;
  font-family: GT Haptik, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.1px;
  line-height: 1.2;
  margin: 0 8px
}

.site-header__flyout__callout__content .action-link:first-child {
  background-color: #fff;
  border-top: 3px solid #ece819;
  display: inline-block;
  padding-right: 24px;
  padding-top: 15px
}

.site-header__flyout__callout__content p {
  color: rgba(35, 31, 32, .8);
  font-size: 1pc;
  font-weight: 300;
  letter-spacing: .8px;
  line-height: 1;
  padding-top: 9pt
}

.site-header__flyout__callout__content p:last-child {
  margin-bottom: 0
}

@media(min-width:992px) {
  .site-header__flyout__callout__image-wrapper {
    position: relative
  }

  .site-header__flyout__callout__image-wrapper__overlay {
    background-color: #fff;
    bottom: 0;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
  }
}

.site-header__flyout__callout__image-wrapper+.site-header__flyout__callout__content .action-link+*,
.site-header__flyout__callout__image-wrapper+.site-header__flyout__callout__content .action-link:first-child {
  -webkit-transform: translateY(-45px);
  transform: translateY(-45px)
}

.site-header__flyout__callout__image-wrapper+.site-header__flyout__callout__content .action-link+:last-child {
  margin-bottom: -45px
}

.site-header__flyout__return-link {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff 70%, hsla(0, 0%, 100%, 0));
  color: #363d3d;
  display: block;
  font-size: 1pc;
  font-weight: 300;
  margin-left: 8px;
  padding-bottom: 30px;
  padding-left: 18px;
  padding-top: 30px;
  position: fixed;
  text-decoration: none;
  top: calc(var(--mobile-flyout-y-offset));
  width: 100%;
  z-index: 1
}

.site-header__flyout__return-link:before {
  background: transparent url('data:image/svg+xml,<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.0937526 7.8667L0.812503 7.14795L6.8125 1.14795L7.5 0.429199L8.9375 1.8667L8.21875 2.5542L2.9375 7.8667L8.21875 13.1479L8.9375 13.8667L7.5 15.2729L6.8125 14.5542L0.812502 8.5542L0.0937526 7.8667Z" fill="%2359B7DF"/></svg>') no-repeat scroll 0/9px 15px;
  content: "";
  display: inline-block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 36px;
  width: 9px
}

@media(max-width:991.98px) {
  .site-header__flyout__menu {
    margin-left: 8px;
    margin-right: 8px;
    width: calc(100% - 1pc)
  }
}

.site-header__flyout__menu__list {
  list-style: none;
  padding-left: 0
}

@media(min-width:992px) {
  .site-header__flyout__menu__list--two-col {
    -webkit-columns: 2;
    -moz-columns: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
  }
}

.site-header__flyout__menu__item {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  border-color: #dfe1df;
  border-style: solid;
  border-width: 1px 0;
  break-inside: avoid;
  margin-bottom: -1px
}

.site-header__flyout__menu__item a {
  color: #152456;
  display: block;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.294;
  padding: 10px 25px 10px 15px;
  text-decoration: none;
  -webkit-transition: padding .35s ease, background-color .35s ease;
  transition: padding .35s ease, background-color .35s ease
}

@media(max-width:991.98px) {
  .site-header__flyout__menu__item a:after {
    background-image: url('data:image/svg+xml,<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.0937526 7.8667L0.812503 7.14795L6.8125 1.14795L7.5 0.429199L8.9375 1.8667L8.21875 2.5542L2.9375 7.8667L8.21875 13.1479L8.9375 13.8667L7.5 15.2729L6.8125 14.5542L0.812502 8.5542L0.0937526 7.8667Z" fill="%2359B7DF"/></svg>');
    content: "";
    display: inline-block;
    height: 15px;
    margin-left: 7px;
    position: relative;
    top: 2px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 9px
  }
}

.site-header__flyout__menu__item a:focus,
.site-header__flyout__menu__item a:hover {
  background: hsla(120, 3%, 88%, .2);
  padding-left: 25px;
  padding-right: 15px
}

.site-header__flyout__menu__item--active a {
  color: #000;
  font-weight: 600
}

.site-header__flyout__menu__item--active a:focus,
.site-header__flyout__menu__item--active a:hover {
  background-color: transparent;
  padding-left: 15px;
  padding-right: 15px
}

.site-header__flyout__quick-links {
  border-color: #dfe1df;
  border-style: solid;
  border-width: 1px 0;
  padding-top: 15px
}

@media(max-width:991.98px) {
  .site-header__flyout__quick-links {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 47px;
    width: calc(100% - 40px)
  }
}

@media(min-width:992px) {
  .site-header__flyout__quick-links {
    margin-bottom: -1px
  }
}

.site-header__flyout__quick-links .title .h2,
.site-header__flyout__quick-links .title h2 {
  margin-bottom: 15px
}

.text .site-header__flyout__quick-links__list.list--line-bullets {
  margin-bottom: 10px;
  padding-left: 0
}

.text .site-header__flyout__quick-links__list.list--line-bullets li {
  padding-left: 24px
}

.text .site-header__flyout__quick-links__list.list--line-bullets li:before {
  height: 2px;
  top: 9px;
  width: 9pt
}

.text .site-header__flyout__quick-links__list.list--line-bullets li+li {
  margin-top: 18px
}

@media(min-width:1200px) {
  .site-header__flyout__quick-links__list--two-col {
    -webkit-columns: 2;
    -moz-columns: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
  }
}

.site-header__flyout__quick-links a {
  color: #152456;
  display: block;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: color .35s ease, -webkit-text-decoration-color .35s ease;
  transition: color .35s ease, -webkit-text-decoration-color .35s ease;
  transition: text-decoration-color .35s ease, color .35s ease;
  transition: text-decoration-color .35s ease, color .35s ease, -webkit-text-decoration-color .35s ease
}

.site-header__flyout__quick-links a:focus,
.site-header__flyout__quick-links a:hover {
  color: #274ac1;
  -webkit-text-decoration-color: #274ac1;
  text-decoration-color: #274ac1
}

body:not(.stuck-header) .nav-item--show-on-stuck,
body:not(.stuck-header) .site-header__show-on-stuck {
  display: none
}

body.unstuck-header .site-header__show-on-stuck {
  display: none !important
}

body.unstuck-header .nav-item--show-on-stuck {
  display: none
}

body.stuck-header .site-header__hide-on-stuck,
body.stuck-header .site-header__show-on-unstuck {
  display: none !important
}

body.stuck-header .site-header {
  background-color: #fff;
  border-bottom: 1px solid #dfe1df;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001
}

body.stuck-header .site-header__primary-menus {
  -o-border-image: linear-gradient(90deg, #152456, #59b7df) 1;
  border-image: -webkit-gradient(linear, left top, right top, from(#152456), to(#59b7df)) 1;
  border-image: linear-gradient(90deg, #152456, #59b7df) 1;
  border-style: solid;
  border-width: 0 0 4px
}

body.stuck-header .site-header__primary-nav {
  margin-top: 0;
  padding-top: 0
}

body.stuck-header .site-header__primary-nav .nav-link {
  padding-bottom: 20px
}

@media(min-width:992px) {
  body.stuck-header .site-header__primary-nav .nav-link {
    font-size: 14px
  }

  body.stuck-header .site-header__show-on-stuck-lg.d-lg-none {
    display: block !important
  }
}

body.stuck-header .nav-item--show-on-stuck {
  display: block
}

.layout--two-thirds {
  margin-bottom: 60px;
  padding-top: 20px
}

@media(min-width:992px) {
  .layout--two-thirds .column-1 {
    padding-right: 35px
  }
}

@media(min-width:1200px) {
  .layout--two-thirds .column-1 {
    padding-right: 58px
  }
}

.interior-page .layout--two-thirds .column-2 .h1,
.interior-page .layout--two-thirds .column-2 .title:not(.title--label) h1,
.interior-page .layout--two-thirds .column-2 h1 {
  font-size: 42px;
  letter-spacing: .84px;
  line-height: 1.25
}

.interior-page .layout--two-thirds .column-2 .h2,
.interior-page .layout--two-thirds .column-2 .title:not(.title--label) h2,
.interior-page .layout--two-thirds .column-2 h2 {
  font-size: 38px;
  letter-spacing: 1.14px;
  line-height: 1.25
}

.interior-page .layout--two-thirds .column-2 .h3,
.interior-page .layout--two-thirds .column-2 .title:not(.title--label) h3,
.interior-page .layout--two-thirds .column-2 h3 {
  font-size: 2pc;
  letter-spacing: .96px;
  line-height: 1.25
}

.interior-page .layout--two-thirds .column-2 .h4,
.interior-page .layout--two-thirds .column-2 .title:not(.title--label) h4,
.interior-page .layout--two-thirds .column-2 h4 {
  font-size: 28px;
  letter-spacing: .84px;
  line-height: 1.25
}

@media(max-width:991.98px) {
  .layout .column-1 {
    padding-bottom: 30px
  }
}

.layout--has-top-pattern {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .5)), to(hsla(0, 0%, 100%, .5))), url(../images/pattern-two-rows.svg);
  background-image: linear-gradient(hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), url(../images/pattern-two-rows.svg);
  background-position: 0 0, left -75pt top;
  background-repeat: no-repeat, repeat-x;
  background-size: 100% 100%, auto 122px;
  padding-top: 50px;
  -webkit-transition: background-position 1.5s ease;
  transition: background-position 1.5s ease
}

@media(min-width:992px) {
  .layout--has-top-pattern {
    background-size: 0 0, auto 122px;
    padding-top: 86px
  }
}

@media(prefers-reduced-motion) {
  .layout--has-top-pattern {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.layout--has-top-pattern.scroll-watch--in-view {
  background-position: 0 0
}

.layout--has-right-pattern {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .5)), to(hsla(0, 0%, 100%, .5))), -webkit-gradient(linear, left top, left bottom, from(#dfe1df), to(#dfe1df)), url(../images/pattern-vertical-grid-background-grey.svg);
  background-image: linear-gradient(hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), linear-gradient(#dfe1df, #dfe1df), url(../images/pattern-vertical-grid-background-grey.svg);
  background-position: 100% 0, right 222px top -75pt, right -201px top -705px;
  background-repeat: no-repeat;
  background-size: 100% 100%, 1px 305px, 424px 980px;
  padding-top: 50px;
  -webkit-transition: background-position 1.5s ease;
  transition: background-position 1.5s ease
}

@media(min-width:768px) {
  .layout--has-right-pattern {
    background-position: 100% 0, right 424px top -75pt, right -1px top -505px;
    background-size: 100% 100%, 1px 575px, 424px 980px
  }
}

@media(min-width:992px) {
  .layout--has-right-pattern {
    background-size: 0 0, 1px 575px, 424px 980px;
    padding-top: 75pt
  }
}

@media(prefers-reduced-motion) {
  .layout--has-right-pattern {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.layout--has-right-pattern.scroll-watch--in-view {
  background-position: 100% 0, right 222px top 0, right -201px top -675px
}

@media(min-width:768px) {
  .layout--has-right-pattern.scroll-watch--in-view {
    background-position: 100% 0, right 424px top 0, right -1px top -405px
  }
}

.site-header--marketing .site-header__branding {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media(min-width:992px) {
  .site-header--marketing .site-header__branding {
    margin-top: 5px
  }
}

.site-header--marketing .site-header__sub-branding {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: 0;
  max-width: 360px;
  -webkit-transition: margin .2s ease, max-width .2s ease;
  transition: margin .2s ease, max-width .2s ease
}

.stuck-header .site-header--marketing .site-header__sub-branding {
  max-width: 260px
}

@media(min-width:992px) {
  .site-header--marketing .site-header__sub-branding {
    margin-bottom: 28px;
    margin-top: 1pc
  }
}

.site-header--marketing .site-header__sub-branding__title {
  color: #152456;
  font-family: GT Haptik, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
  text-transform: none;
  -webkit-transition: font-size .2s ease;
  transition: font-size .2s ease
}

@media(min-width:768px) {
  .site-header--marketing .site-header__sub-branding__title {
    text-align: right
  }
}

@media(min-width:992px) {
  .site-header--marketing .site-header__sub-branding__title {
    font-size: 24px
  }
}

@media(min-width:1200px) {
  .site-header--marketing .site-header__sub-branding__title {
    font-size: 28px
  }
}

.site-header--marketing .site-header__sub-branding-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

@media(min-width:992px) {
  .site-header--marketing .site-header__sub-branding-wrapper {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-left: auto
  }
}

.site-header--marketing .site-header__sub-branding-inner-wrapper:before {
  display: none
}

@media(min-width:992px) {
  .stuck-header .site-header--marketing .site-header__sub-branding--has-buttons-on-right~.site-header__quick-links .site-header__quick-links__list {
    margin-bottom: 3px;
    margin-top: -4px
  }
}

.site-header--marketing .stuck .site-header__sub-branding {
  margin-bottom: 5px;
  margin-top: 0
}

.site-header--marketing .stuck .site-header__sub-branding__title {
  font-size: 20px
}

.site-footer--marketing {
  background-color: #f5f5f5;
  border-top: 0;
  color: #08102e;
  font-size: 9pt;
  padding-top: 40px
}

.site-footer--marketing a {
  color: #08102e;
  text-decoration: underline
}

.site-footer--marketing a:focus,
.site-footer--marketing a:hover {
  color: #274ac1
}

.site-footer--marketing big {
  font-size: 1.25em
}

.site-footer--marketing .site-footer__lead {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25
}

.site-footer--marketing .site-footer__logo {
  margin-bottom: 2.8em
}

.site-footer--marketing .site-footer__logo-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px
}

.site-footer--marketing.site-footer--dark {
  background-color: #152456;
  color: #fff
}

.site-footer--marketing.site-footer--dark a {
  color: #fff
}

.site-footer--marketing.site-footer--dark a:focus,
.site-footer--marketing.site-footer--dark a:hover {
  color: #aae4ff
}

.site-footer--marketing.site-footer--dark.site-footer--lead-in-volt-green .site-footer__lead,
.site-footer--marketing.site-footer--dark.site-footer--links-red .site-footer__links a,
.site-footer--marketing.site-footer--dark.site-footer--links-volt-green .site-footer__links a {
  color: #ece819
}

.site-footer--marketing.site-footer--dark.site-footer--links-red .site-footer__links a:focus,
.site-footer--marketing.site-footer--dark.site-footer--links-red .site-footer__links a:hover,
.site-footer--marketing.site-footer--dark.site-footer--links-volt-green .site-footer__links a:focus,
.site-footer--marketing.site-footer--dark.site-footer--links-volt-green .site-footer__links a:hover {
  color: #fff
}

.site-footer--marketing.site-footer--lead-in-blue .site-footer__lead {
  color: #59b7df
}

.program-page-2024 .sidebar-content .btn-cta.btn-full {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 15px
}

.accordion {
  margin-bottom: 60px
}

.accordion__item {
  border-color: #dfe1df;
  border-style: solid;
  border-width: 1.5px 0
}

.accordion__item+.accordion__item {
  margin-top: -1px
}

.accordion__main-title {
  margin-bottom: 42px
}

.accordion__heading-tag {
  margin-bottom: 0;
  padding: 15px 0
}

.accordion__header {
  background-color: transparent;
  border: 0;
  color: #363d3d;
  font-family: GT Haptik, sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .64px;
  line-height: 1.25;
  text-align: left;
  text-decoration: none;
  width: 100%
}

@media(min-width:768px) {
  .accordion__header {
    /* Original Size was 28px */
    /* Changed by SD: 1/28/25 */
    font-size: 1.3rem;
  }
}

@media(min-width:992px) {
  .accordion__header {
    /* Original Size was 2pc */
    /* Changed by SD: 1/28/25 */
    font-size: 1.3rem;
  }
}

.accordion__header:hover {
  color: #203887
}

.accordion__header[aria-expanded=true] {
  color: #152456
}

.accordion__body {
  padding: 0 30px 30px 0
}

.action-link a,
.text a.action-link {
  color: #000;
  font-family: GT Haptik, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .9px;
  line-height: 1;
  padding-right: 45px;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-transform: uppercase;
  text-underline-offset: 2px;
  -webkit-transition: -webkit-text-decoration-color .35s ease;
  transition: -webkit-text-decoration-color .35s ease;
  transition: text-decoration-color .35s ease;
  transition: text-decoration-color .35s ease, -webkit-text-decoration-color .35s ease
}

.action-link a:after,
.text a.action-link:after {
  color: #59b7df;
  content: "";
  display: inline-block;
  font-family: Jeff Custom Icons;
  font-size: .65em;
  font-weight: 500;
  padding-left: 8px;
  position: absolute;
  -webkit-transform: translateY(11px);
  transform: translateY(11px);
  -webkit-transition: -webkit-transform .35s ease;
  transition: -webkit-transform .35s ease;
  transition: transform .35s ease;
  transition: transform .35s ease, -webkit-transform .35s ease;
  -webkit-transition: color .35s ease, -webkit-transform .35s ease;
  transition: color .35s ease, -webkit-transform .35s ease;
  transition: transform .35s ease, color .35s ease;
  transition: transform .35s ease, color .35s ease, -webkit-transform .35s ease
}

.action-link a:focus,
.action-link a:hover,
.text a.action-link:focus,
.text a.action-link:hover {
  -webkit-text-decoration-color: #000;
  text-decoration-color: #000
}

.action-link a:focus:after,
.action-link a:hover:after,
.text a.action-link:focus:after,
.text a.action-link:hover:after {
  color: #274ac1;
  -webkit-transform: translate(10px, 11px);
  transform: translate(10px, 11px)
}

.action-link.action-link--back a,
.text a.action-link.action-link--back {
  display: block;
  padding-left: 42px;
  padding-right: 0;
  position: relative
}

.action-link.action-link--back a:after,
.text a.action-link.action-link--back:after {
  left: 0;
  position: absolute;
  top: -7px;
  -webkit-transform: translateY(9px) rotate(180deg);
  transform: translateY(9px) rotate(180deg)
}

.action-link.action-link--back a:focus:after,
.action-link.action-link--back a:hover:after,
.text a.action-link.action-link--back:focus:after,
.text a.action-link.action-link--back:hover:after {
  -webkit-transform: translate(-10px, 9px) rotate(180deg);
  transform: translate(-10px, 9px) rotate(180deg)
}

.action-link.action-link--back a:focus-visible:after,
.text a.action-link.action-link--back:focus-visible:after {
  -webkit-transform: translateY(9px) rotate(180deg);
  transform: translateY(9px) rotate(180deg)
}

.alert {
  color: #fff;
  margin-bottom: 25px;
  padding-bottom: 2pc;
  padding-top: 30px;
  position: relative;
  -webkit-transition: margin .35s ease;
  transition: margin .35s ease
}

@media(min-width:768px) {
  .alert {
    padding-top: 38px
  }
}

.js .alert {
  display: none
}

@media(max-width:767.98px) {
  .alert .alert-dismissible {
    padding-top: 25px
  }
}

@media(min-width:992px) {
  .alert {
    margin-bottom: 40px
  }
}

.stuck-header .alert {
  margin-bottom: 0
}

.alert:before {
  border-style: solid;
  border-width: 2px 2px 0;
  bottom: 10px;
  content: "";
  left: 10px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1
}

.alert__container {
  position: relative
}

@media(min-width:768px) {
  .alert__container {
    padding-right: 75pt
  }
}

@media(max-width:575.98px) {
  .alert__container {
    padding-left: 30px;
    padding-right: 30px
  }
}

.alert .btn-close {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  background-position: 10px;
  background-repeat: no-repeat;
  color: #fff;
  -webkit-filter: none;
  filter: none;
  font-family: museo-sans, sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: .65px;
  line-height: normal;
  opacity: .7;
  padding-left: 35px;
  position: absolute;
  right: 20px;
  text-transform: uppercase;
  top: -5px;
  -webkit-transition: opacity .35s ease;
  transition: opacity .35s ease;
  width: auto
}

.alert .btn-close:focus,
.alert .btn-close:hover {
  opacity: 1
}

@media(min-width:768px) {
  .alert .btn-close {
    top: 0
  }
}

@media(min-width:576px) {
  .alert .btn-close {
    right: 0
  }
}

@media(min-width:992px)and (max-width:1030px) {
  .alert .btn-close {
    right: 30px
  }
}

.alert .text {
  margin-bottom: 0
}

.alert .h2,
.alert h2 {
  color: #fff;
  font-family: GT Haptik, sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .9pt;
  line-height: 1.25
}

.alert p {
  font-size: 1pc;
  letter-spacing: .8px;
  line-height: 1.375
}

.alert a {
  color: #fff;
  text-transform: uppercase;
  text-underline-offset: 2px;
  -webkit-transition: color .35s ease;
  transition: color .35s ease
}

.alert a:focus,
.alert a:hover {
  color: #aae4ff
}

.alert--emergency {
  background-color: #270b07
}

.alert--emergency:before {
  border-color: rgba(229, 61, 48, .25)
}

.alert--emergency .h2,
.alert--emergency h2 {
  color: #e53d30
}

.alert-warning {
  background-color: #25240b
}

.alert-warning:before {
  border-color: rgba(236, 235, 25, .2)
}

.alert-warning .h2,
.alert-warning h2 {
  color: #ece819
}

.alert-info {
  background-color: #08102e
}

.alert-info:before {
  border-color: rgba(89, 183, 223, .25)
}

.alert-info .h2,
.alert-info h2 {
  color: #59b7df
}

.areas-of-excellence-module {
  margin-bottom: 5pc
}

.areas-of-excellence-module .splide__pagination {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.areas-of-excellence-module .splide__pagination-wrapper {
  max-width: 210px;
  position: absolute;
  top: 30px;
  width: 100%;
  z-index: 2
}

@media(min-width:992px) {
  .areas-of-excellence-module .splide__pagination-wrapper {
    max-width: 308px;
    top: 70px
  }
}

@media(min-width:1200px) {
  .areas-of-excellence-module .splide__pagination-wrapper {
    max-width: 338px
  }
}

.areas-of-excellence-module .splide__pagination-wrapper .btn-cta {
  margin-top: 10px
}

.areas-of-excellence-module .splide__pagination__page {
  background: transparent -webkit-gradient(linear, left top, right top, from(#59b7df), color-stop(50%, #ece819)) no-repeat scroll 0 100%/200% 2px;
  background: transparent linear-gradient(90deg, #59b7df 0, #ece819 50%) no-repeat scroll 0 100%/200% 2px;
  border: 0;
  border-radius: 0;
  color: #203887;
  font-family: GT Haptik, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  height: auto;
  letter-spacing: 1px;
  line-height: 125%;
  margin-bottom: 10px;
  padding: 7px 15px 7px 0;
  position: relative;
  text-align: left;
  -webkit-transition: background-size .15s ease, background-position 1s ease, padding .35s ease;
  transition: background-size .15s ease, background-position 1s ease, padding .35s ease;
  width: 100%
}

@media(prefers-reduced-motion) {
  .areas-of-excellence-module .splide__pagination__page {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

@media(min-width:992px) {
  .areas-of-excellence-module .splide__pagination__page {
    font-size: 24px;
    letter-spacing: .9pt
  }
}

.areas-of-excellence-module .splide__pagination__page:hover {
  background: transparent -webkit-gradient(linear, left top, right top, from(#59b7df), color-stop(50%, #ece819)) no-repeat scroll 100% 100%/300% 2px;
  background: transparent linear-gradient(90deg, #59b7df 0, #ece819 50%) no-repeat scroll 100% 100%/300% 2px;
  color: #000
}

@media(prefers-reduced-motion) {
  .areas-of-excellence-module .splide__pagination__page:hover {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.areas-of-excellence-module .splide__pagination__page.is-active {
  background: #fff -webkit-gradient(linear, left top, right top, from(#59b7df), color-stop(50%, #ece819)) no-repeat scroll 100% 100%/300% 100%;
  background: #fff linear-gradient(90deg, #59b7df 0, #ece819 50%) no-repeat scroll 100% 100%/300% 100%;
  color: #000;
  padding-left: 10px
}

@media(min-width:768px) {
  .areas-of-excellence-module .splide--areas-of-interest .splide__track {
    margin-left: 188px
  }
}

@media(min-width:992px) {
  .areas-of-excellence-module .splide--areas-of-interest .splide__track {
    margin-left: 308px
  }
}

.areas-of-excellence-module__simple-list ul {
  list-style-type: none;
  margin-bottom: 30px;
  padding-left: 0
}

.areas-of-excellence-module__simple-list ul a:not(.btn-cta) {
  background: transparent -webkit-gradient(linear, left top, right top, from(#59b7df), color-stop(50%, #ece819)) no-repeat scroll 0 100%/200% 2px;
  background: transparent linear-gradient(90deg, #59b7df 0, #ece819 50%) no-repeat scroll 0 100%/200% 2px;
  border: 0;
  border-radius: 0;
  color: #203887;
  display: block;
  font-family: GT Haptik, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  height: auto;
  letter-spacing: .9pt;
  line-height: 125%;
  margin-bottom: 10px;
  padding: 7px 50px 7px 0;
  position: relative;
  text-align: left;
  text-decoration: none;
  -webkit-transition: background-size .15s ease, background-position 1s ease, padding .35s ease;
  transition: background-size .15s ease, background-position 1s ease, padding .35s ease;
  width: 100%
}

@media(prefers-reduced-motion) {
  .areas-of-excellence-module__simple-list ul a:not(.btn-cta) {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.areas-of-excellence-module__simple-list ul a:not(.btn-cta):after {
  color: #231f20;
  content: "";
  display: inline-block;
  font-family: Jeff Custom Icons;
  font-size: .65em;
  font-weight: 500;
  opacity: 0;
  padding-left: 8px;
  position: absolute;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition: -webkit-transform .35s ease;
  transition: -webkit-transform .35s ease;
  transition: transform .35s ease;
  transition: transform .35s ease, -webkit-transform .35s ease;
  -webkit-transition: opacity .35s ease, -webkit-transform .35s ease;
  transition: opacity .35s ease, -webkit-transform .35s ease;
  transition: transform .35s ease, opacity .35s ease;
  transition: transform .35s ease, opacity .35s ease, -webkit-transform .35s ease
}

@media(prefers-reduced-motion) {
  .areas-of-excellence-module__simple-list ul a:not(.btn-cta):after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.areas-of-excellence-module__simple-list ul a:not(.btn-cta):hover {
  background: transparent -webkit-gradient(linear, left top, right top, from(#59b7df), color-stop(50%, #ece819)) no-repeat scroll 100% 100%/300% 2px;
  background: transparent linear-gradient(90deg, #59b7df 0, #ece819 50%) no-repeat scroll 100% 100%/300% 2px;
  color: #000
}

@media(prefers-reduced-motion) {
  .areas-of-excellence-module__simple-list ul a:not(.btn-cta):hover {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.areas-of-excellence-module__simple-list ul a:not(.btn-cta):hover:after {
  opacity: 1;
  -webkit-transform: translate(10px, 4px);
  transform: translate(10px, 4px)
}

.areas-of-excellence-module__simple-list .btn-cta {
  margin-top: 20px
}

.areas-of-excellence-module .image {
  height: 0;
  margin-bottom: 0;
  padding-bottom: 70.377%;
  position: relative;
  width: 100%
}

.areas-of-excellence-module .image .cmp-image {
  max-width: none !important
}

.areas-of-excellence-module .image .cmp-image[data-title] {
  display: block
}

.areas-of-excellence-module .image img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.areas-of-excellence-module .card {
  background-color: #fff;
  position: relative
}

@media(min-width:768px) {
  .areas-of-excellence-module .card {
    margin-top: -65px;
    min-height: 65px
  }
}

@media(min-width:992px) {
  .areas-of-excellence-module .card {
    margin-top: -135px;
    min-height: 135px
  }
}

.areas-of-excellence-module .card__border {
  border-left: 2px solid #ece819;
  border-top: 2px solid #ece819;
  display: block;
  left: -10px;
  pointer-events: none;
  position: absolute;
  top: -10px
}

.areas-of-excellence-module .card__wrapper {
  padding: 20px 0 30px 30px;
  position: relative
}

@media(min-width:992px) {
  .areas-of-excellence-module .card__wrapper {
    padding: 30px 0 30px 30px
  }
}

@media(min-width:1200px) {
  .areas-of-excellence-module .card__wrapper {
    padding: 30px 0 0 40px
  }
}

.areas-of-excellence-module .card__content {
  margin-bottom: 27px;
  position: relative
}

.areas-of-excellence-module .card__content .title .h3,
.areas-of-excellence-module .card__content .title h3 {
  color: #152456;
  font-family: museo-slab, serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2
}

@media(min-width:992px) {

  .areas-of-excellence-module .card__content .title .h3,
  .areas-of-excellence-module .card__content .title h3 {
    font-size: 40px
  }
}

@media(min-width:768px)and (max-width:991.98px) {
  .areas-of-excellence-module .card__content p {
    font-size: 1pc;
    margin-bottom: 1pc
  }
}

@media(min-width:768px) {
  .areas-of-excellence-module .card:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    left: 100%;
    position: absolute;
    top: 0;
    width: 50vw
  }
}

.iparsys--empty+.breadcrumb {
  margin-top: 30px
}

.breadcrumb .cmp-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 30px;
  /*margin-bottom: 0.50em*/
  padding: 0
}

.breadcrumb .cmp-breadcrumb__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 8px;
  margin-right: 9pt
}

.breadcrumb .cmp-breadcrumb__item:not(:first-child) {
  padding-left: 17px;
  position: relative
}

@media(min-width:768px) {
  .breadcrumb .cmp-breadcrumb__item:not(:first-child) {
    padding-left: 21px
  }
}

.breadcrumb .cmp-breadcrumb__item:not(:first-child):before {
  color: #8e9089;
  content: "/";
  content: "/" /"";
  font-size: 11px;
  left: 0;
  position: absolute;
  top: -2px
}

@media(min-width:768px) {
  .breadcrumb .cmp-breadcrumb__item:not(:first-child):before {
    font-size: 13px
  }
}

.breadcrumb .cmp-breadcrumb__item-link {
  color: #152456;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .65px;
  line-height: 1.4;
  text-decoration: underline;
  -webkit-text-decoration-color: #152456;
  text-decoration-color: #152456;
  -webkit-transition: color .35s ease, -webkit-text-decoration-color .35s ease;
  transition: color .35s ease, -webkit-text-decoration-color .35s ease;
  transition: color .35s ease, text-decoration-color .35s ease;
  transition: color .35s ease, text-decoration-color .35s ease, -webkit-text-decoration-color .35s ease
}

.breadcrumb .cmp-breadcrumb__item-link:focus,
.breadcrumb .cmp-breadcrumb__item-link:hover {
  color: #203887;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent
}

.breadcrumb .cmp-breadcrumb__item-link--home {
  position: relative;
  text-decoration: none;
  top: -2px
}

.breadcrumb .cmp-breadcrumb__item-link--home svg {
  fill: #152456
}

@media(max-width:767.98px) {
  .breadcrumb .cmp-breadcrumb__item-link--home svg {
    width: 14px
  }
}

.breadcrumb .cmp-breadcrumb__item-link--home:focus svg,
.breadcrumb .cmp-breadcrumb__item-link--home:hover svg {
  fill: #203887
}

.callout {
  margin-bottom: 60px;
  margin-top: 10px;
  padding-left: 10px
}

.callout .feature-block {
  background: hsla(120, 3%, 88%, .5);
  margin-left: auto;
  margin-right: auto;
  max-width: 986px;
  padding: 30px 30px 20px;
  position: relative
}

@media(min-width:992px) {
  .callout .feature-block {
    padding: 68px 52px 23px
  }
}

.callout .feature-block .h2,
.callout .feature-block h2 {
  font-size: calc(1.3375rem + 1.05vw)
}

@media(min-width:1200px) {

  .callout .feature-block .h2,
  .callout .feature-block h2 {
    font-size: 2.125rem
  }
}

.callout .feature-block__border {
  border-left: 2px solid #59b7df;
  border-top: 2px solid #59b7df;
  bottom: 0;
  display: block;
  left: -10px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -10px;
  -webkit-transition: width 1s ease, height 1s ease, position 1s ease;
  transition: width 1s ease, height 1s ease, position 1s ease
}

@media(prefers-reduced-motion) {
  .callout .feature-block__border {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.card-list {
  padding-bottom: 72px;
  padding-top: 72px
}

.card-list__col {
  margin-bottom: 22px
}

@media(min-width:992px) {
  .card-list__col {
    margin-bottom: 2pc
  }
}

.card-list__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  border-top: 3px solid #ece819;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: GT Haptik, sans-serif;
  font-size: 20px;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  letter-spacing: .9pt;
  line-height: 1.25;
  min-height: 87pt;
  padding: 20px 25px
}

@media(min-width:992px) {
  .card-list__item {
    font-size: 24px
  }
}

.card-list__item__title {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: 0
}

.card-list__item__tag {
  font-family: GT Haptik, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .75px;
  line-height: 1.067;
  margin-bottom: 0;
  margin-top: 22px;
  text-transform: uppercase
}

.card-list__filters {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px
}

.card-list__filters__fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media(max-width:767.98px) {
  .card-list__filters__fieldset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.card-list__filters__fieldset legend {
  margin-bottom: 0;
  width: auto
}

.card-list__filters__label {
  font-size: 1pc;
  font-weight: 700;
  letter-spacing: .8px;
  line-height: 1;
  padding-bottom: 15px;
  padding-top: 6px;
  text-transform: uppercase
}

@media(max-width:767.98px) {
  .card-list__filters__label {
    width: 100%
  }
}

.card-list__filters__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0
}

@media(max-width:767.98px) {
  .card-list__filters__list {
    padding-left: 0;
    width: 100%
  }
}

.card-list__filters__list .card-list__filters__list__item {
  background: #fff;
  border-radius: 20px;
  color: #000;
  display: block;
  font-size: 1pc;
  font-weight: 300;
  letter-spacing: .8px;
  line-height: 1.125;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 6px 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color .35s ease, background-color .35s ease;
  transition: color .35s ease, background-color .35s ease
}

.card-list__filters__list .card-list__filters__list__item:hover {
  background-size: 100% 100%, 400% 400%;
  color: #000
}

.card-list__filters__list li.active .card-list__filters__list__item {
  background-color: #ece819;
  background-image: none;
  color: #000;
  pointer-events: none
}

.card-list__load-more-wrapper {
  display: none !important
}

.card-list__content {
  list-style-type: none;
  padding: 0
}

@media(max-width:991.98px) {
  .card-list__content--limited [class*=col-]:nth-child(6)~* {
    display: none !important
  }
}

@media(min-width:992px) {
  .card-list__content--limited [class*=col-]:nth-child(9)~* {
    display: none !important
  }
}

.card-list__content--limited+.card-list__load-more-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: center
}

.card-list .btn-cta.card-list__load-more {
  background-image: -webkit-gradient(linear, left top, right top, from(#152456), color-stop(40%, #274ac1));
  background-image: linear-gradient(90deg, #152456 0, #274ac1 40%);
  color: #fff
}

.card-list a.card-list__item {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: color .35s ease, -webkit-text-decoration-color .35s ease;
  transition: color .35s ease, -webkit-text-decoration-color .35s ease;
  transition: text-decoration-color .35s ease, color .35s ease;
  transition: text-decoration-color .35s ease, color .35s ease, -webkit-text-decoration-color .35s ease
}

.card-list a.card-list__item .card-list__item__title {
  padding-right: 20px;
  position: relative
}

@media(min-width:992px) {
  .card-list a.card-list__item .card-list__item__title {
    padding-right: 40px
  }
}

.card-list a.card-list__item .card-list__item__title:after {
  background-image: url(../images/icon-blue-chevron.svg);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 9px 14px;
  bottom: 5px;
  content: "";
  display: inline-block;
  height: 14px;
  margin-left: 11px;
  position: absolute;
  -webkit-transition: background .35s ease, opacity .35s ease, width .35s ease .25s;
  transition: background .35s ease, opacity .35s ease, width .35s ease .25s;
  width: 9px
}

@media(prefers-reduced-motion) {
  .card-list a.card-list__item .card-list__item__title:after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

@media(min-width:992px) {
  .card-list a.card-list__item .card-list__item__title:after {
    background-image: url(../images/icon-blue-chevron.svg), -webkit-gradient(linear, left top, right top, from(#59b7df), color-stop(45.9%, #59b7df), color-stop(46%, rgba(89, 183, 223, 0)), to(rgba(89, 183, 223, 0)));
    background-image: url(../images/icon-blue-chevron.svg), linear-gradient(90deg, #59b7df 0, #59b7df 45.9%, rgba(89, 183, 223, 0) 46%, rgba(89, 183, 223, 0));
    background-position: 0, 100%;
    background-size: 9pt 1pc, 200% 2px;
    height: 1pc;
    width: 9pt
  }
}

.card-list a.card-list__item:focus .card-list__item__title,
.card-list a.card-list__item:hover .card-list__item__title {
  color: #274ac1;
  -webkit-text-decoration-color: #274ac1;
  text-decoration-color: #274ac1
}

.card-list a.card-list__item:focus .card-list__item__title:after,
.card-list a.card-list__item:hover .card-list__item__title:after {
  opacity: 1
}

@media(min-width:992px) {

  .card-list a.card-list__item:focus .card-list__item__title:after,
  .card-list a.card-list__item:hover .card-list__item__title:after {
    background-position: 100%, 0;
    -webkit-transition: background .15s ease, opacity .15s ease, width .15s ease;
    transition: background .15s ease, opacity .15s ease, width .15s ease;
    width: 30px
  }
}

@media(min-width:992px)and (prefers-reduced-motion) {

  .card-list a.card-list__item:focus .card-list__item__title:after,
  .card-list a.card-list__item:hover .card-list__item__title:after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.card-list a.card-list__item:focus .card-list__item__tag,
.card-list a.card-list__item:hover .card-list__item__tag {
  color: #274ac1
}

.card-list--light {
  background-color: #f5f5f5
}

.card-list--light .card-list__item {
  background: #fff;
  color: #152456
}

.card-list--light .card-list__item:hover {
  color: #274ac1;
  -webkit-text-decoration-color: #274ac1;
  text-decoration-color: #274ac1
}

.card-list--light+.card-list--light {
  padding-top: 0
}

.card-list--dark {
  background-color: #152456
}

.card-list--dark .card-list__item {
  background: hsla(0, 0%, 100%, .08)
}

.card-list--dark .card-list__item__title {
  color: #fff
}

.card-list--dark .card-list__item__tag {
  color: #fff;
  -webkit-transition: color .35s ease;
  transition: color .35s ease
}

.card-list--dark .card-list__filters__label {
  color: #fff
}

.card-list--dark .card-list__filters__list .card-list__filters__list__item {
  background-image: -webkit-gradient(linear, left top, right top, from(#152456), to(#152456)), -webkit-gradient(linear, left top, right top, from(#59b7df), to(#ece819));
  background-image: linear-gradient(90deg, #152456 0, #152456), linear-gradient(90deg, #59b7df 0, #ece819);
  color: #fff
}

.card-list--dark .card-list__filters__list li.active .card-list__filters__list__item {
  background-color: #ece819;
  background-image: none;
  color: #000
}

.card-list--dark .card-list__filters__list .card-list__filters__list__item:hover {
  background-size: 100% 100%, 400% 400%
}

.card-list--dark,
.card-list--dark .card-list__no-results,
.card-list--dark .title>*,
.card-list--dark .title__prefix {
  color: #fff
}

.card-list--dark .text a {
  color: #aae4ff
}

.card-list--dark .text a:focus,
.card-list--dark .text a:hover {
  color: #fff
}

.card-list--dark .btn-cta.card-list__load-more {
  background-image: -webkit-gradient(linear, left top, right top, from(#c0bf11), color-stop(40%, #ece819));
  background-image: linear-gradient(90deg, #c0bf11 0, #ece819 40%);
  color: #000
}

.card-list--dark+.card-list--dark {
  padding-top: 0
}

.card-list--dark a.card-list__item:focus,
.card-list--dark a.card-list__item:hover {
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff
}

.card-list--dark a.card-list__item:focus .card-list__item__tag,
.card-list--dark a.card-list__item:focus .card-list__item__title,
.card-list--dark a.card-list__item:hover .card-list__item__tag,
.card-list--dark a.card-list__item:hover .card-list__item__title {
  color: #fff
}

.card .title:not(:first-child) {
  margin-top: 0
}

.card .title .h3,
.card .title h3 {
  word-wrap: break-word
}

.card--featured-block-desaturated-image {
  -webkit-box-shadow: inset 0 0 0 0 #fff;
  box-shadow: inset 0 0 0 0 #fff;
  height: 350px;
  position: relative
}

@media(max-width:991.98px) {
  .card--featured-block-desaturated-image {
    max-width: 353px
  }
}

@media(min-width:992px) {
  .card--featured-block-desaturated-image {
    height: 25pc
  }
}

.card--featured-block-desaturated-image .card__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(26%, transparent), color-stop(50%, rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, .8))), -webkit-gradient(linear, left top, left bottom, from(rgba(21, 36, 86, .8)), color-stop(70%, rgba(21, 36, 86, 0)));
  background-image: linear-gradient(180deg, transparent 26%, rgba(0, 0, 0, .7) 50%, rgba(0, 0, 0, .8)), linear-gradient(180deg, rgba(21, 36, 86, .8) 0, rgba(21, 36, 86, 0) 70%);
  background-position: 0 0, 0 100%;
  background-size: 100% 150%, 100% 400%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-end;
  left: 0;
  overflow: hidden;
  padding: 40px 40px 30px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-size .5s ease;
  transition: background-size .5s ease
}

@media(prefers-reduced-motion) {
  .card--featured-block-desaturated-image .card__wrapper {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.card--featured-block-desaturated-image .card__background-image {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.card--featured-block-desaturated-image .card__background-image .cmp-image {
  height: 100%;
  max-width: none !important;
  width: 100%
}

.card--featured-block-desaturated-image .card__background-image .cmp-image__image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.card--featured-block-desaturated-image .text {
  color: #fff;
  line-height: 1.44;
  z-index: 1
}

.card--featured-block-desaturated-image .text p {
  margin-bottom: 0
}

.card--featured-block-desaturated-image .action-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  word-wrap: break-word;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: GT Haptik, sans-serif;
  font-size: 24px;
  font-weight: 500;
  height: 100%;
  justify-content: flex-end;
  letter-spacing: .1pc;
  line-height: 1.25;
  padding-bottom: 10px;
  text-decoration: none;
  width: 100%;
  z-index: 1
}

@media(min-width:1200px)and (max-width:1399.98px) {
  .card--featured-block-desaturated-image .action-link {
    font-size: 22px
  }
}

@media(min-width:1400px) {
  .card--featured-block-desaturated-image .action-link {
    font-size: 26px
  }
}

.card--featured-block-desaturated-image .action-link:after {
  border: 0 solid #ece819;
  bottom: 0;
  content: "";
  left: 0;
  margin: 10px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: border .25s ease, margin .25s ease;
  transition: border .25s ease, margin .25s ease
}

@media(prefers-reduced-motion) {
  .card--featured-block-desaturated-image .action-link:after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.card--featured-block-desaturated-image .action-link:focus-visible {
  outline: none
}

.card--featured-block-desaturated-image a.action-link:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#dfe1df), to(#dfe1df)), -webkit-gradient(linear, left top, right top, from(#dfe1df), to(#dfe1df)), -webkit-gradient(linear, left top, right top, from(#dfe1df), to(#dfe1df)), -webkit-gradient(linear, left top, right top, from(#dfe1df), to(#dfe1df));
  background-image: linear-gradient(90deg, #dfe1df 0, #dfe1df), linear-gradient(90deg, #dfe1df 0, #dfe1df), linear-gradient(90deg, #dfe1df 0, #dfe1df), linear-gradient(90deg, #dfe1df 0, #dfe1df);
  background-position: 0 100%, 0 100%, 100% 0, 100% 0;
  background-repeat: no-repeat;
  background-size: 2px 70px, 70px 2px, 2px 70px, 70px 2px;
  border: 10px solid transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-size .5s ease, border-width .25s ease;
  transition: background-size .5s ease, border-width .25s ease
}

@media(prefers-reduced-motion) {
  .card--featured-block-desaturated-image a.action-link:before {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.card--featured-block-desaturated-image a.action-link span {
  padding-right: 20px;
  position: relative
}

@media(min-width:992px) {
  .card--featured-block-desaturated-image a.action-link span {
    padding-right: 40px
  }
}

.card--featured-block-desaturated-image a.action-link span:after {
  background-image: url(../images/icon-volt-green-chevron.svg);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 9px 14px;
  bottom: 6px;
  content: "";
  display: inline-block;
  height: 14px;
  margin-left: 11px;
  position: absolute;
  -webkit-transition: background .35s ease, opacity .35s ease, width .35s ease .25s;
  transition: background .35s ease, opacity .35s ease, width .35s ease .25s;
  width: 9px
}

@media(prefers-reduced-motion) {
  .card--featured-block-desaturated-image a.action-link span:after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

@media(min-width:992px) {
  .card--featured-block-desaturated-image a.action-link span:after {
    background-image: url(../images/icon-volt-green-chevron.svg), -webkit-gradient(linear, left top, right top, from(#ece819), color-stop(45.9%, #ece819), color-stop(46%, rgba(236, 232, 25, 0)), to(rgba(236, 232, 25, 0)));
    background-image: url(../images/icon-volt-green-chevron.svg), linear-gradient(90deg, #ece819 0, #ece819 45.9%, rgba(236, 232, 25, 0) 46%, rgba(236, 232, 25, 0));
    background-position: 0, 100%;
    background-size: 9pt 1pc, 200% 2px;
    height: 1pc;
    width: 9pt
  }
}

@media(min-width:1200px) {
  .card--featured-block-desaturated-image a.action-link span:after {
    bottom: 10px
  }
}

@media(min-width:1200px)and (max-width:1399.98px) {
  .card--featured-block-desaturated-image a.action-link span:after {
    bottom: 6px
  }
}

.card--featured-block-desaturated-image .text {
  pointer-events: none
}

.card--featured-block-desaturated-image.scroll-watch-stagger__item--complete {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-box-shadow .25s ease .3s, -webkit-transform .25s ease;
  transition: -webkit-box-shadow .25s ease .3s, -webkit-transform .25s ease;
  transition: box-shadow .25s ease .3s, transform .25s ease;
  transition: box-shadow .25s ease .3s, transform .25s ease, -webkit-box-shadow .25s ease .3s, -webkit-transform .25s ease
}

@media(prefers-reduced-motion) {
  .card--featured-block-desaturated-image.scroll-watch-stagger__item--complete {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.card--featured-block-desaturated-image.hover,
.card--featured-block-desaturated-image.is-hovering {
  -webkit-box-shadow: inset 0 0 0 10px #ece819, 0 0 40px 0 rgba(0, 0, 0, .4);
  box-shadow: inset 0 0 0 10px #ece819, 0 0 40px 0 rgba(0, 0, 0, .4)
}

.card--featured-block-desaturated-image.hover .card__background-image,
.card--featured-block-desaturated-image.is-hovering .card__background-image {
  -webkit-filter: none;
  filter: none
}

.card--featured-block-desaturated-image.hover .card__wrapper,
.card--featured-block-desaturated-image.is-hovering .card__wrapper {
  background-size: 100% 100%, 100% 100%
}

.card--featured-block-desaturated-image.hover .action-link:before,
.card--featured-block-desaturated-image.is-hovering .action-link:before {
  background-size: 2px 100%, 100% 2px, 2px 100%, 100% 2px;
  border-width: 0;
  outline-width: 10px;
  -webkit-transition: background-size .3s ease, border-width .2s ease .3s;
  transition: background-size .3s ease, border-width .2s ease .3s
}

@media(prefers-reduced-motion) {

  .card--featured-block-desaturated-image.hover .action-link:before,
  .card--featured-block-desaturated-image.is-hovering .action-link:before {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.card--featured-block-desaturated-image.hover .action-link:after,
.card--featured-block-desaturated-image.is-hovering .action-link:after {
  border-width: 10px;
  margin: 0;
  -webkit-transition: border .25s ease .3s, margin .25s ease .3s;
  transition: border .25s ease .3s, margin .25s ease .3s
}

@media(prefers-reduced-motion) {

  .card--featured-block-desaturated-image.hover .action-link:after,
  .card--featured-block-desaturated-image.is-hovering .action-link:after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.card--featured-block-desaturated-image.hover .action-link span:after,
.card--featured-block-desaturated-image.is-hovering .action-link span:after {
  opacity: 1
}

@media(min-width:992px) {

  .card--featured-block-desaturated-image.hover .action-link span:after,
  .card--featured-block-desaturated-image.is-hovering .action-link span:after {
    background-position: 100%, 0;
    -webkit-transition: background .15s ease, opacity .15s ease, width .15s ease;
    transition: background .15s ease, opacity .15s ease, width .15s ease;
    width: 30px
  }
}

@media(min-width:992px)and (prefers-reduced-motion) {

  .card--featured-block-desaturated-image.hover .action-link span:after,
  .card--featured-block-desaturated-image.is-hovering .action-link span:after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

@media(min-width:992px) {
  .card--featured-block-desaturated-image.is-hovering {
    -webkit-transform: translateY(-20px) !important;
    transform: translateY(-20px) !important
  }
}

.card--program-info {
  background-color: #f5f5f5;
  height: 100%;
  padding: 20px;
  width: 247px
}

@media(min-width:992px) {
  .card--program-info {
    width: 276px
  }
}

.card--program-info .h3,
.card--program-info h3 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.card--program-info .h3 img,
.card--program-info .h3 svg,
.card--program-info h3 img,
.card--program-info h3 svg {
  margin-right: 10px
}

.card--program-info p {
  line-height: 1.556;
  margin-bottom: 0
}

@media(max-width:991.98px) {
  .card--program-info p {
    font-size: 1pc;
    line-height: 1.5
  }
}

.card--program-info a {
  color: #231f20
}

.card--program-info a:focus,
.card--program-info a:hover {
  color: #274ac1
}

.carousel {
  margin-bottom: 5pc;
  overflow: hidden
}

.carousel__slide--captioned-image .image {
  margin-bottom: 0;
  margin-right: -20px;
  position: relative
}

@media(min-width:576px) {
  .carousel__slide--captioned-image .image {
    margin-right: calc(-50vw - -266px)
  }
}

@media(min-width:768px) {
  .carousel__slide--captioned-image .image {
    margin-right: calc(-50vw - -356px)
  }
}

@media(min-width:992px) {
  .carousel__slide--captioned-image .image {
    margin-right: calc(-50vw - -476px)
  }
}

@media(min-width:1200px) {
  .carousel__slide--captioned-image .image {
    margin-right: calc(-50vw - -566px)
  }
}

@media(min-width:1400px) {
  .carousel__slide--captioned-image .image {
    margin-right: calc(-50vw - -41pc)
  }
}

.carousel__slide--captioned-image .image:after {
  background-image: url(../images/pattern-blue-large.svg);
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: 200px auto;
  bottom: 0;
  content: "";
  left: -20px;
  position: absolute;
  top: 0;
  width: 200px;
  z-index: 1
}

@media(min-width:576px) {
  .carousel__slide--captioned-image .image:after {
    left: calc(-50vw - -266px)
  }
}

@media(min-width:768px) {
  .carousel__slide--captioned-image .image:after {
    left: calc(-50vw - -356px)
  }
}

@media(min-width:992px) {
  .carousel__slide--captioned-image .image:after {
    left: calc(-50vw - -476px)
  }
}

@media(min-width:1200px) {
  .carousel__slide--captioned-image .image:after {
    left: calc(-50vw - -566px)
  }
}

@media(min-width:1400px) {
  .carousel__slide--captioned-image .image:after {
    left: calc(-50vw - -41pc)
  }
}

@media(min-width:992px) {
  .carousel__slide--captioned-image .image:after {
    background-size: 350px auto;
    width: 350px
  }
}

@media(min-width:1200px) {
  .carousel__slide--captioned-image .image:after {
    background-size: 523px auto;
    width: 523px
  }
}

@media(max-width:575.98px) {
  .carousel__slide--captioned-image .image:after {
    opacity: .6
  }
}

.carousel__slide--captioned-image .image .cmp-image {
  height: 0;
  max-width: none !important;
  padding-bottom: 46.86%;
  position: relative;
  width: 100%
}

.carousel__slide--captioned-image .image img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.carousel__slide--captioned-image .card {
  background-color: #fff;
  position: relative
}

@media(min-width:992px) {
  .carousel__slide--captioned-image .card {
    margin-top: -135px;
    min-height: 135px
  }
}

@media(max-width:991.98px) {
  .carousel__slide--captioned-image .card {
    margin-top: 20px
  }
}

.carousel__slide--captioned-image .card__border {
  border-left: 2px solid #ece819;
  border-top: 2px solid #ece819;
  display: block;
  left: -10px;
  pointer-events: none;
  position: absolute;
  top: -10px
}

.carousel__slide--captioned-image .card__wrapper {
  padding: 20px 0 30px 20px;
  position: relative
}

@media(min-width:992px) {
  .carousel__slide--captioned-image .card__wrapper {
    padding: 30px 0 0 40px
  }
}

.carousel__slide--captioned-image .card__content {
  margin-bottom: 27px;
  position: relative
}

@media(min-width:768px) {
  .carousel__slide--captioned-image .card:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    left: 100%;
    position: absolute;
    top: 0;
    width: 50vw
  }
}

@media(min-width:992px) {
  .carousel__slide--text-and-image {
    padding-top: 10px
  }
}

.carousel__slide--text-and-image .carousel__slide__text-wrapper {
  background-color: #fff;
  margin-bottom: 0;
  padding: 20px;
  position: relative
}

@media(min-width:992px) {
  .carousel__slide--text-and-image .carousel__slide__text-wrapper {
    margin-bottom: 70px;
    padding: 50px
  }
}

@media(max-width:991.98px) {
  .carousel__slide--text-and-image .carousel__slide__text-wrapper {
    padding-top: 20px
  }
}

.carousel__slide--text-and-image .carousel__slide__text-wrapper__border {
  border-left: 2px solid #ece819;
  border-top: 2px solid #ece819;
  display: block;
  height: 0;
  left: -10px;
  pointer-events: none;
  position: absolute;
  top: -10px;
  width: 0
}

@media(max-width:991.98px) {
  .carousel__slide--text-and-image .carousel__slide__text-wrapper {
    margin-top: 20px
  }
}

.carousel__slide--text-and-image .carousel__slide__text-wrapper .parsys>:last-child,
.carousel__slide--text-and-image .carousel__slide__text-wrapper>:last-child {
  margin-bottom: 0
}

.carousel__slide--text-and-image .carousel__slide__text-wrapper .parsys>:last-child.mb-5,
.carousel__slide--text-and-image .carousel__slide__text-wrapper>:last-child.mb-5 {
  margin-bottom: 0 !important
}

.carousel__slide--text-and-image .image {
  margin-bottom: 0;
  margin-left: -8px
}

@media(min-width:576px) {
  .carousel__slide--text-and-image .image {
    margin-left: 20px;
    margin-right: -20px
  }
}

@media(min-width:992px) {
  .carousel__slide--text-and-image .image {
    margin-left: -60px;
    margin-right: calc(-50vw - -483.5px)
  }
}

@media(min-width:1200px) {
  .carousel__slide--text-and-image .image {
    margin-right: calc(-50vw - -573.5px)
  }
}

@media(min-width:1400px) {
  .carousel__slide--text-and-image .image {
    margin-right: calc(-50vw - -663.5px)
  }
}

.carousel__slide--text-and-image .image .cmp-image {
  height: 0;
  max-width: none !important;
  padding-bottom: 89.22%;
  position: relative;
  width: 100%
}

.carousel__slide--text-and-image .image img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

@media(max-width:991.98px) {
  .carousel__slide__image {
    padding-left: 0;
    padding-right: 0
  }
}

.carousel--display-featured .splide__pagination {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  position: static;
  z-index: 2
}

@media(max-width:991.98px) {
  .carousel--display-featured .splide__pagination {
    display: none
  }
}

@media(min-width:992px) {
  .carousel--display-featured .splide__pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 75pt
  }
}

.carousel--display-featured .splide__pagination__page {
  margin-bottom: 5px
}

@media(max-width:991.98px) {
  .carousel--display-featured .splide__pagination__page {
    text-indent: -9999px
  }
}

@media(min-width:992px) {
  .carousel--display-featured .splide__pagination__page {
    background: #fff -webkit-gradient(linear, left top, right top, from(#59b7df), color-stop(50%, #ece819)) no-repeat scroll 0 100%/200% 4px;
    background: #fff linear-gradient(90deg, #59b7df 0, #ece819 50%) no-repeat scroll 0 100%/200% 4px;
    border: 0;
    border-radius: 0;
    color: #152456;
    font-family: museo-slab, serif;
    font-size: calc(1.275rem + .3vw);
    font-size: 1.125rem;
    font-weight: 700;
    font-weight: 500;
    height: auto;
    letter-spacing: .72px;
    line-height: 1.25;
    margin-bottom: 8px;
    max-width: 284px;
    padding: 9pt 20px 13px 40px;
    text-align: left;
    -webkit-transition: background-size .15s ease, background-position 1s ease;
    transition: background-size .15s ease, background-position 1s ease;
    width: 100%
  }
}

@media(min-width:992px)and (min-width:1200px) {
  .carousel--display-featured .splide__pagination__page {
    font-size: 1.5rem
  }
}

@media(min-width:992px)and (prefers-reduced-motion) {
  .carousel--display-featured .splide__pagination__page {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

@media(min-width:992px) {
  .carousel--display-featured .splide__pagination__page:hover {
    background-size: 200% 8px;
    -webkit-transition: background-size .25s, background-position 1s ease;
    transition: background-size .25s, background-position 1s ease
  }
}

@media(min-width:992px)and (prefers-reduced-motion) {
  .carousel--display-featured .splide__pagination__page:hover {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

@media(min-width:992px) {
  .carousel--display-featured .splide__pagination__page.is-active {
    background: #fff -webkit-gradient(linear, left top, right top, from(#59b7df), color-stop(50%, #ece819)) no-repeat scroll 100% 100%/300% 100%;
    background: #fff linear-gradient(90deg, #59b7df 0, #ece819 50%) no-repeat scroll 100% 100%/300% 100%
  }
}

@media(min-width:1200px) {
  .carousel--display-featured .splide__pagination__page {
    font-size: calc(1.275rem + .3vw);
    max-width: 334px;
    padding: 17px 30px 18px 60px
  }
}

@media(min-width:1200px)and (min-width:1200px) {
  .carousel--display-featured .splide__pagination__page {
    font-size: 1.5rem
  }
}

@media(min-width:992px) {
  .carousel--display-featured .splide__arrows {
    display: none
  }
}

@media(max-width:991.98px) {
  .carousel--display-featured .splide__arrows {
    background-color: transparent;
    margin-bottom: 10px;
    margin-left: auto
  }

  .carousel--display-featured .splide__arrows__container {
    max-width: none;
    padding: 0
  }

  .carousel--display-featured .splide__arrows__wrapper {
    background-color: #274ac1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.carousel--display-vertical .splide .splide__track {
  overflow: visible
}

.carousel--display-vertical .splide .splide__slide,
.carousel--display-vertical .splide .splide__slide .carousel__slide {
  width: 100vw !important
}

@media(min-width:992px) {
  .carousel--display-vertical .splide .splide__slide {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.carousel--display-vertical .splide .splide__arrows {
  z-index: 2
}

@media(max-width:991.98px) {
  .carousel--display-vertical .splide .splide__arrows {
    background-color: transparent;
    height: 0;
    left: 1px;
    padding-bottom: 89.08%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 1px;
    width: 100%
  }
}

@media(max-width:575.98px) {
  .carousel--display-vertical .splide .splide__arrows {
    left: 0;
    padding-bottom: 87.5%;
    top: 0
  }
}

@media(min-width:992px) {
  .carousel--display-vertical .splide .splide__arrows {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    background-color: transparent;
    bottom: 19px;
    justify-content: flex-end;
    position: absolute;
    right: calc(50% + 8px);
    width: 300px
  }
}

.carousel--display-vertical .splide .splide__arrows__wrapper {
  background-color: #274ac1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media(max-width:991.98px) {
  .carousel--display-vertical .splide .splide__arrows__wrapper {
    bottom: 0;
    pointer-events: auto;
    position: absolute;
    right: 0
  }

  .carousel--display-vertical .splide .splide__arrows__container {
    position: relative
  }
}

.category-sub-nav {
  background-color: #203887;
  padding: 22px 0 0
}

.category-sub-nav .action-link--back {
  margin-bottom: 21px;
  margin-right: 20px
}

@media(max-width:575.98px) {
  .category-sub-nav .action-link--back {
    width: 100%
  }
}

.category-sub-nav .action-link--back a {
  color: #fff;
  font-size: 18px
}

.category-sub-nav .action-link--back a:after {
  color: #ece819
}

.category-sub-nav .action-link--back a:focus,
.category-sub-nav .action-link--back a:hover {
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff
}

.category-sub-nav ul {
  margin-bottom: 0
}

.category-sub-nav ul a {
  color: #fff;
  font-size: 17px;
  padding-bottom: 9pt;
  position: relative;
  text-decoration: none
}

@media(min-width:992px) {
  .category-sub-nav ul a {
    padding-bottom: 22px
  }
}

.category-sub-nav ul a:after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #ece819), color-stop(90%, #59b7df));
  background-image: linear-gradient(90deg, #ece819 10%, #59b7df 90%);
  background-position: 100% 100%;
  background-size: 100% 100%;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  -webkit-transition: background-size .5s ease, height .5s ease;
  transition: background-size .5s ease, height .5s ease;
  width: 100%
}

.category-sub-nav ul a:focus:after,
.category-sub-nav ul a:hover:after {
  background-size: 600% 100%;
  height: 6px
}

.category-sub-nav ul a.active {
  pointer-events: none
}

.category-sub-nav ul a.active:after {
  height: 6px
}

@media(max-width:991.98px) {
  .category-sub-nav ul a.active:after {
    bottom: 9px;
    height: 3px
  }
}

.category-sub-nav__toggle {
  background-color: transparent;
  border: 0;
  color: #fff;
  font-family: museo-sans, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .65px;
  line-height: normal;
  padding-bottom: 1pc;
  padding-left: 0;
  padding-top: 2px;
  text-transform: uppercase
}

.category-sub-nav__toggle__expand {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.category-sub-nav__toggle__expand .icon-dots {
  margin-right: 7px
}

.category-sub-nav__toggle__close {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  background-position: 10px;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: none;
  -webkit-filter: none;
  filter: none;
  padding-left: 27px;
  width: auto
}

.category-sub-nav__toggle[aria-expanded=true] .category-sub-nav__toggle__expand {
  display: none
}

.category-sub-nav__toggle[aria-expanded=true] .category-sub-nav__toggle__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.category-sub-nav__toggle:focus {
  outline: 0 none
}

.category-sub-nav__toggle:focus-visible {
  outline: 5px auto -webkit-focus-ring-color
}

.contact-info {
  background-color: #f5f5f5;
  font-size: 1pc;
  margin-bottom: 30px;
  padding: 1pc 20px 10px;
  position: relative
}

@media(min-width:992px) {
  .contact-info {
    padding-left: 26px;
    padding-right: 26px
  }
}

@media(max-width:575.98px) {
  .container .contact-info {
    margin-left: -20px;
    margin-right: -20px
  }
}

.contact-info .expand-toggle {
  color: #59b7df;
  position: absolute;
  right: 15px
}

@media(min-width:992px) {
  .contact-info .expand-toggle {
    display: none
  }
}

.contact-info__name {
  color: #08102e;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .54px;
  padding-right: 40px
}

.contact-info__image {
  margin-bottom: 10px
}

.contact-info__email a {
  word-wrap: break-word
}

.contact-info a {
  color: #274ac1
}

@media(min-width:992px) {
  .contact-info__collapse {
    display: block !important
  }
}

.contact-info-groups {
  margin-bottom: 60px
}

.column-1 .contact-info-groups {
  margin-bottom: 30px
}

.contact-info-groups__wrapper {
  background-color: #f5f5f5;
  padding: 36px 0 11px
}

@media(max-width:991.98px) {
  .contact-info-groups__wrapper {
    padding-bottom: 5px
  }
}

@media(min-width:992px) {
  .contact-info-groups__wrapper {
    overflow: hidden
  }
}

.contact-info-groups__main-title {
  margin-bottom: 7px;
  position: relative
}

.contact-info-groups__main-title:before {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #59b7df), color-stop(90%, #ece819));
  background-image: linear-gradient(90deg, #59b7df 60%, #ece819 90%);
  content: "";
  height: 2px;
  left: 20px;
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
  -webkit-transition: width 1s ease-out;
  transition: width 1s ease-out;
  width: 0
}

@media(min-width:992px) {
  .contact-info-groups__main-title:before {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #59b7df), color-stop(85%, #ece819));
    background-image: linear-gradient(90deg, #59b7df 25%, #ece819 85%);
    left: 60px
  }
}

@media(prefers-reduced-motion) {
  .contact-info-groups__main-title:before {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.contact-info-groups__main-title .h2,
.contact-info-groups__main-title h2 {
  background-color: #f5f5f5;
  display: inline-block;
  padding-left: 20px;
  padding-right: 10px;
  position: relative
}

@media(min-width:992px) {

  .contact-info-groups__main-title .h2,
  .contact-info-groups__main-title h2 {
    padding-left: 60px
  }
}

.contact-info-groups.scroll-watch--in-view .contact-info-groups__main-title:before,
html.aem .contact-info-groups .contact-info-groups__main-title:before {
  width: calc(100% - 20px)
}

@media(min-width:992px) {

  .contact-info-groups.scroll-watch--in-view .contact-info-groups__main-title:before,
  html.aem .contact-info-groups .contact-info-groups__main-title:before {
    width: calc(100% - 60px)
  }
}

.contact-info-groups .contact-info__name {
  color: #08102e;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px
}

.contact-info-groups .contact-info__image {
  height: 150px;
  margin-bottom: 15px;
  width: 150px
}

.contact-info-groups .contact-info__image .cmp-image {
  height: 100%;
  max-width: none !important;
  width: 100%
}

.contact-info-groups .contact-info__image .cmp-image__image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.contact-info-groups .contact-info__position ul {
  margin-bottom: 0
}

@media(min-width:992px) {
  .contact-info-groups__contact-grid {
    grid-gap: 0 30px;
    display: grid;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column
  }
}

.contact-info-groups__group:not(:last-child) {
  padding-right: 20px
}

.contact-info-groups__group .title {
  margin-bottom: 15px
}

@media(min-width:992px) {
  .contact-info-groups__group .title {
    max-width: 395px
  }
}

@media(min-width:1200px) {
  .contact-info-groups__group .title {
    max-width: 330px
  }
}

@media(min-width:1400px) {
  .contact-info-groups__group .title {
    max-width: 25pc
  }
}

.contact-info-groups__contact {
  margin-bottom: 30px
}

@media(max-width:991.98px) {
  .contact-info-groups__contact {
    width: 100%
  }
}

@media(min-width:992px) {
  .contact-info-groups__contact {
    max-width: 395px
  }
}

@media(min-width:1200px) {
  .contact-info-groups__contact {
    max-width: 330px
  }
}

@media(min-width:1400px) {
  .contact-info-groups__contact {
    max-width: 25pc
  }
}

.contact-info-groups__group-grid {
  padding-left: 20px
}

@media(max-width:991.98px) {
  .contact-info-groups__group-grid {
    padding-right: 20px
  }
}

@media(min-width:992px) {
  .contact-info-groups__group-grid {
    display: grid;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    padding-left: 60px;
    padding-right: 60px
  }

  .contact-info-groups__group-grid--auto-fill-grid {
    grid-auto-flow: row;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr))
  }

  .contact-info-groups__group-grid--auto-fill-grid .contact-info-groups__contact-grid {
    grid-auto-columns: auto;
    grid-auto-flow: row;
    grid-template-columns: repeat(auto-fill, minmax(300px, 380px))
  }
}

@media(min-width:992px)and (min-width:1400px) {
  .contact-info-groups__group-grid--auto-fill-grid .contact-info-groups__contact-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 25pc))
  }
}

.contact-info-groups a {
  word-wrap: break-word;
  color: #274ac1;
  font-family: GT Haptik, sans-serif;
  font-weight: 500
}

.content-hub__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.content-hub__row~.content-hub__row {
  display: none
}

.content-hub__wrapper {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45.5%, #e3f7ff), to(#fff));
  background: linear-gradient(180deg, #e3f7ff 45.5%, #fff)
}

.content-hub__container {
  position: relative;
  z-index: 1
}

.content-hub .h2,
.content-hub h2 {
  text-align: center
}

.content-hub__box {
  background-position: 50%;
  background-size: cover;
  height: 0;
  margin-bottom: 2em;
  padding-bottom: 70%;
  position: relative
}

@media(max-width:991.98px) {
  .content-hub__box.content-hub__box--content {
    height: auto;
    padding-bottom: 0
  }
}

@media(min-width:992px) {
  .content-hub__box.content-hub__box--content {
    overflow: hidden;
    padding-bottom: 98.83%
  }
}

.content-hub__box.content-hub__box--content .content-hub__box__wrapper {
  padding: 20px 20px 4px
}

@media(max-width:991.98px) {
  .content-hub__box.content-hub__box--content .content-hub__box__wrapper {
    padding-top: 25px
  }
}

@media(min-width:992px) {
  .content-hub__box.content-hub__box--content .content-hub__box__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    width: 100%
  }
}

@media(min-width:1200px) {
  .content-hub__box.content-hub__box--content .content-hub__box__wrapper {
    padding: 30px 30px 4px
  }
}

.content-hub__box.content-hub__box--content * {
  color: #212529
}

.content-hub__box.content-hub__box--content .text {
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.667;
  margin-top: 5px;
  pointer-events: none
}

@media(max-width:991.98px) {
  .content-hub__box.content-hub__box--content .text {
    margin-bottom: 20px;
    position: relative;
    z-index: 1
  }
}

@media(min-width:1200px) {
  .content-hub__box.content-hub__box--content .text {
    font-size: 18px;
    margin-top: 11px
  }
}

@media(max-width:1199.98px) {
  .content-hub__box.content-hub__box--content .text p {
    margin-bottom: 10px
  }
}

.content-hub__box.content-hub__box--content .action-link {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: GT Haptik, sans-serif;
  font-size: 2pc;
  font-style: normal;
  font-weight: 500;
  letter-spacing: .1pc;
  line-height: 1.25;
  margin-bottom: 8px;
  text-decoration: none;
  -webkit-transition: margin .25s ease;
  transition: margin .25s ease
}

@media(prefers-reduced-motion) {
  .content-hub__box.content-hub__box--content .action-link {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

@media(min-width:992px)and (max-width:1399.98px) {
  .content-hub__box.content-hub__box--content .action-link {
    font-size: 24px
  }
}

@media(min-width:992px) {
  .content-hub__box.content-hub__box--content .action-link {
    margin-top: -14px;
    overflow: hidden
  }
}

.content-hub__box.content-hub__box--content .action-link span {
  position: relative;
  z-index: 1
}

.content-hub__box.content-hub__box--content .action-link:after {
  background-color: #fff;
  bottom: 0;
  content: "";
  left: 0;
  margin: 4px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: margin .25s ease;
  transition: margin .25s ease
}

@media(prefers-reduced-motion) {
  .content-hub__box.content-hub__box--content .action-link:after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.content-hub__box.content-hub__box--content .action-link:before {
  background-image: linear-gradient(135deg, #ece819 5%, #59b7df 40%);
  background-position: 0 0;
  background-size: 100%;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-size 1s ease;
  transition: background-size 1s ease
}

@media(prefers-reduced-motion) {
  .content-hub__box.content-hub__box--content .action-link:before {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.content-hub__box.content-hub__box--content .action-link:focus-visible:after {
  outline: 3px solid #000;
  outline-offset: 6px
}

.content-hub__box.content-hub__box--content a.action-link span {
  padding-right: 20px
}

@media(min-width:1200px) {
  .content-hub__box.content-hub__box--content a.action-link span {
    padding-right: 39px
  }
}

.content-hub__box.content-hub__box--content a.action-link span:after {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 8.2 13.6" style="enable-background:new 0 0 8.2 13.6;" xml:space="preserve"><path class="st0" d="M8.2,6.8l-6.8,6.8L0,12.1l5.3-5.3L0,1.5L1.5,0L8.2,6.8z" fill="%2359B7DF" /></svg>');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 9px 14px;
  bottom: 10px;
  content: "";
  display: inline-block;
  height: 14px;
  margin-left: 11px;
  position: absolute;
  -webkit-transition: background .35s ease, opacity .35s ease, width .35s ease .25s;
  transition: background .35s ease, opacity .35s ease, width .35s ease .25s;
  width: 9px
}

@media(prefers-reduced-motion) {
  .content-hub__box.content-hub__box--content a.action-link span:after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

@media(min-width:992px) {
  .content-hub__box.content-hub__box--content a.action-link span:after {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 8.2 13.6" style="enable-background:new 0 0 8.2 13.6;" xml:space="preserve"><path class="st0" d="M8.2,6.8l-6.8,6.8L0,12.1l5.3-5.3L0,1.5L1.5,0L8.2,6.8z" fill="%2359B7DF" /></svg>'), -webkit-gradient(linear, left top, right top, from(#59b7df), color-stop(45.9%, #59b7df), color-stop(46%, rgba(89, 183, 223, 0)), to(rgba(89, 183, 223, 0)));
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 8.2 13.6" style="enable-background:new 0 0 8.2 13.6;" xml:space="preserve"><path class="st0" d="M8.2,6.8l-6.8,6.8L0,12.1l5.3-5.3L0,1.5L1.5,0L8.2,6.8z" fill="%2359B7DF" /></svg>'), linear-gradient(90deg, #59b7df 0, #59b7df 45.9%, rgba(89, 183, 223, 0) 46%, rgba(89, 183, 223, 0));
    background-position: 0, 100%;
    background-size: 9pt 1pc, 200% 2px;
    bottom: 5px;
    height: 1pc;
    width: 9pt
  }

  .content-hub__box.content-hub__box--content a.action-link:focus,
  .content-hub__box.content-hub__box--content a.action-link:hover {
    margin-top: -10px
  }

  .content-hub__box.content-hub__box--content a.action-link:focus:after,
  .content-hub__box.content-hub__box--content a.action-link:hover:after {
    margin: 10px;
    -webkit-transition: margin .25s ease;
    transition: margin .25s ease
  }

  .content-hub__box.content-hub__box--content a.action-link:focus:before,
  .content-hub__box.content-hub__box--content a.action-link:hover:before {
    background-size: 3000%;
    -webkit-transition: background-size 3s ease;
    transition: background-size 3s ease
  }

  .content-hub__box.content-hub__box--content a.action-link:focus span:after,
  .content-hub__box.content-hub__box--content a.action-link:hover span:after {
    opacity: 1
  }
}

@media(min-width:992px)and (min-width:992px) {

  .content-hub__box.content-hub__box--content a.action-link:focus span:after,
  .content-hub__box.content-hub__box--content a.action-link:hover span:after {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 8.2 13.6" style="enable-background:new 0 0 8.2 13.6;" xml:space="preserve"><path class="st0" d="M8.2,6.8l-6.8,6.8L0,12.1l5.3-5.3L0,1.5L1.5,0L8.2,6.8z" fill="%2359B7DF"/></svg>'), -webkit-gradient(linear, left top, right top, from(#59b7df), color-stop(45.9%, #59b7df), color-stop(46%, rgba(89, 183, 223, 0)), to(rgba(89, 183, 223, 0)));
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 8.2 13.6" style="enable-background:new 0 0 8.2 13.6;" xml:space="preserve"><path class="st0" d="M8.2,6.8l-6.8,6.8L0,12.1l5.3-5.3L0,1.5L1.5,0L8.2,6.8z" fill="%2359B7DF"/></svg>'), linear-gradient(90deg, #59b7df 0, #59b7df 45.9%, rgba(89, 183, 223, 0) 46%, rgba(89, 183, 223, 0));
    background-position: 100%, 0;
    -webkit-transition: background .35s ease, opacity .35s ease, width .35s ease;
    transition: background .35s ease, opacity .35s ease, width .35s ease;
    width: 30px
  }
}

.content-hub__box.content-hub__box--content a.action-link:focus-visible:after {
  outline: 3px solid #000;
  outline-offset: 6px
}

.content-hub__box__wrapper--quote {
  padding: 4px !important;
  position: relative
}

.content-hub__box__wrapper--quote:before {
  background-image: linear-gradient(135deg, #ece819 5%, #59b7df 40%);
  background-position: 0 0;
  background-size: 100%;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.content-hub__box__wrapper--quote .blockquote-figure {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  margin-bottom: 0;
  padding: 3pc 20px 15px;
  position: relative
}

@media(min-width:1200px) {
  .content-hub__box__wrapper--quote .blockquote-figure {
    padding: 3pc 30px 25px
  }
}

.content-hub__box__wrapper--quote .blockquote-figure:before {
  color: #152456;
  content: "“";
  font-family: GT Haptik, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: -20px;
  pointer-events: none
}

@media(min-width:1200px) {
  .content-hub__box__wrapper--quote .blockquote-figure:before {
    font-size: 6pc;
    margin-bottom: -36px
  }
}

.content-hub__box__wrapper--quote .blockquote-figure .blockquote {
  font-family: museo-slab, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.214
}

@media(min-width:1200px) {
  .content-hub__box__wrapper--quote .blockquote-figure .blockquote {
    font-size: 24px
  }
}

@media(min-width:1400px) {
  .content-hub__box__wrapper--quote .blockquote-figure .blockquote {
    font-size: 28px
  }
}

.content-hub__box__wrapper--quote .blockquote-figure .blockquote .quote-text {
  color: #152456
}

.content-hub__box__wrapper--quote .blockquote-figure .blockquote .quote-text p {
  margin-bottom: 9pt
}

.content-hub__box__wrapper--quote .blockquote-figure .blockquote-footer {
  color: #363d3d;
  font-family: museo-sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: .8px;
  line-height: 1.375;
  margin-bottom: 0
}

@media(min-width:1200px) {
  .content-hub__box__wrapper--quote .blockquote-figure .blockquote-footer {
    font-size: 1pc
  }
}

.content-hub__box__wrapper--quote .blockquote-figure .blockquote-footer:before {
  display: none
}

.content-hub__box__wrapper--quote .blockquote-figure .blockquote-footer cite {
  font-style: normal
}

.layout--event .event-page__title {
  margin-bottom: 40px
}

@media(min-width:992px) {
  .layout--event .event-page__image {
    float: right;
    margin-bottom: 72px;
    margin-left: 50px;
    margin-right: -163px;
    max-width: 45%
  }
}

@media(min-width:1200px) {
  .layout--event .event-page__image {
    margin-right: -200px;
    max-width: 50%
  }
}

@media(min-width:992px) {
  .layout--event .event-page__image+.event-page__title {
    max-width: 62%
  }
}

.layout--event .event-page__location__name {
  font-size: 24px;
  line-height: 1.2
}

.layout--event .event-page__date {
  font-family: GT Haptik, sans-serif;
  font-size: 24px;
  line-height: 1.5
}

.events-listing {
  margin-bottom: 5pc
}

.events-listing__wrapper {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0
}

@media(min-width:768px) {
  .events-listing__wrapper {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(min-width:992px) {
  .events-listing__wrapper {
    grid-template-columns: repeat(3, 1fr)
  }
}

.events-listing .pagination {
  border-top: 1px solid #bbc0c0;
  margin-top: 30px !important;
  padding-top: 30px
}

@media(min-width:768px) {
  .events-listing--display-related .events-listing__wrapper {
    grid-template-columns: repeat(2, 1fr)
  }
}

.events-listing--display-featured,
.events-listing--display-related {
  margin-bottom: 60px
}

.events-listing--display-featured .event__inner-wrapper,
.events-listing--display-related .event__inner-wrapper {
  background: transparent -webkit-gradient(linear, left top, right top, from(#59b7df), color-stop(85%, #ece819)) no-repeat scroll 100% 0/100% 4px;
  background: transparent linear-gradient(90deg, #59b7df 0, #ece819 85%) no-repeat scroll 100% 0/100% 4px;
  min-height: 55px;
  padding-left: 65px;
  padding-top: 30px;
  position: relative;
  -webkit-transition: background .5s ease;
  transition: background .5s ease
}

@media(min-width:768px) {

  .events-listing--display-featured .event__inner-wrapper,
  .events-listing--display-related .event__inner-wrapper {
    min-height: 135px
  }
}

@media(min-width:992px) {

  .events-listing--display-featured .event__inner-wrapper,
  .events-listing--display-related .event__inner-wrapper {
    padding-left: 75pt
  }
}

.events-listing--display-featured .event__anchor:focus .event__inner-wrapper,
.events-listing--display-featured .event__anchor:hover .event__inner-wrapper,
.events-listing--display-related .event__anchor:focus .event__inner-wrapper,
.events-listing--display-related .event__anchor:hover .event__inner-wrapper {
  background-size: 400% 4px
}

.events-listing--display-featured .event__date,
.events-listing--display-related .event__date {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: 0 none;
  color: #08102e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: museo-slab, serif;
  left: 0;
  padding-top: 0;
  position: absolute;
  text-align: center;
  top: 37px;
  width: 45px
}

@media(min-width:992px) {

  .events-listing--display-featured .event__date,
  .events-listing--display-related .event__date {
    top: 2pc;
    width: 55px
  }
}

.events-listing--display-featured .event__date__month,
.events-listing--display-related .event__date__month {
  font-size: 1pc;
  font-weight: 500;
  letter-spacing: .9px;
  line-height: 1;
  text-transform: uppercase
}

@media(min-width:992px) {

  .events-listing--display-featured .event__date__month,
  .events-listing--display-related .event__date__month {
    font-size: 18px
  }
}

.events-listing--display-featured .event__date__day,
.events-listing--display-related .event__date__day {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1
}

@media(min-width:992px) {

  .events-listing--display-featured .event__date__day,
  .events-listing--display-related .event__date__day {
    font-size: 40px
  }
}

.events-listing--display-featured .event__date__year,
.events-listing--display-related .event__date__year {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  white-space: nowrap !important;
  width: 1px !important
}

.events-listing--display-featured .event__date__year:not(caption),
.events-listing--display-related .event__date__year:not(caption) {
  position: absolute !important
}

.events-listing--display-featured {
  overflow: hidden
}

.events-listing--display-featured .events-listing__wrapper {
  display: block
}

@media(min-width:768px) {
  .events-listing--display-featured .events-listing__wrapper {
    margin-left: -9pt;
    margin-right: -9pt
  }
}

@media(min-width:992px) {
  .events-listing--display-featured .events-listing__wrapper {
    margin-left: -36px;
    margin-right: -36px
  }
}

@media(min-width:768px) {
  .events-listing--display-featured .events-listing__wrapper .event {
    float: left;
    padding-left: 9pt;
    padding-right: 9pt;
    width: 50%
  }
}

@media(min-width:992px) {
  .events-listing--display-featured .events-listing__wrapper .event {
    padding-left: 36px;
    padding-right: 36px
  }
}

@media(max-width:767.98px) {
  .event {
    margin-bottom: 60px
  }
}

.event__anchor {
  display: block;
  text-decoration: none
}

.event__anchor .event__title {
  padding-right: 20px;
  position: relative
}

@media(min-width:992px) {
  .event__anchor .event__title {
    padding-right: 40px
  }
}

.event__anchor .event__title:after {
  background-image: url(../images/icon-blue-chevron.svg);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 9px 14px;
  bottom: 6px;
  content: "";
  display: inline-block;
  height: 14px;
  margin-left: 11px;
  position: absolute;
  -webkit-transition: background .35s ease, opacity .35s ease, width .35s ease .25s;
  transition: background .35s ease, opacity .35s ease, width .35s ease .25s;
  width: 9px
}

@media(prefers-reduced-motion) {
  .event__anchor .event__title:after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

@media(min-width:992px) {
  .event__anchor .event__title:after {
    background-image: url(../images/icon-blue-chevron.svg), -webkit-gradient(linear, left top, right top, from(#59b7df), color-stop(45.9%, #59b7df), color-stop(46%, rgba(89, 183, 223, 0)), to(rgba(89, 183, 223, 0)));
    background-image: url(../images/icon-blue-chevron.svg), linear-gradient(90deg, #59b7df 0, #59b7df 45.9%, rgba(89, 183, 223, 0) 46%, rgba(89, 183, 223, 0));
    background-position: 0, 100%;
    background-size: 9pt 1pc, 200% 2px;
    height: 1pc;
    width: 9pt
  }
}

@media(min-width:1200px) {
  .event__anchor .event__title:after {
    bottom: 7px
  }
}

.event__anchor:focus .event__date,
.event__anchor:hover .event__date {
  background-size: 400% 4px
}

.event__anchor:focus .event__title,
.event__anchor:hover .event__title {
  color: #203887;
  -webkit-text-decoration-color: #203887;
  text-decoration-color: #203887
}

.event__anchor:focus .event__title:after,
.event__anchor:hover .event__title:after {
  opacity: 1
}

@media(min-width:992px) {

  .event__anchor:focus .event__title:after,
  .event__anchor:hover .event__title:after {
    background-position: 100%, 0;
    -webkit-transition: background .15s ease, opacity .15s ease, width .15s ease;
    transition: background .15s ease, opacity .15s ease, width .15s ease;
    width: 30px
  }
}

@media(min-width:992px)and (prefers-reduced-motion) {

  .event__anchor:focus .event__title:after,
  .event__anchor:hover .event__title:after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.event__image {
  height: 0;
  padding-bottom: 57.89%;
  position: relative;
  width: 100%
}

.event__image img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.event__title {
  color: #152456;
  font-family: GT Haptik, sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1.4px;
  line-height: 1.285;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: color .35s ease, -webkit-text-decoration-color .35s ease;
  transition: color .35s ease, -webkit-text-decoration-color .35s ease;
  transition: text-decoration-color .35s ease, color .35s ease;
  transition: text-decoration-color .35s ease, color .35s ease, -webkit-text-decoration-color .35s ease
}

@media(min-width:992px) {
  .event__title {
    font-size: 28px
  }
}

.event__content {
  color: #231f20;
  font-weight: 300;
  line-height: 1.375
}

.event__content,
.event__date {
  font-size: 1pc;
  letter-spacing: .8px
}

.event__date {
  background: transparent -webkit-gradient(linear, left top, right top, from(#59b7df), color-stop(85%, #ece819)) no-repeat scroll 100% 0/100% 4px;
  background: transparent linear-gradient(90deg, #59b7df 0, #ece819 85%) no-repeat scroll 100% 0/100% 4px;
  color: #08102e;
  font-family: museo-slab, serif;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  padding-top: 34px;
  text-transform: uppercase;
  -webkit-transition: background .5s ease;
  transition: background .5s ease
}

.feature-block--full-gradient-border {
  background-image: linear-gradient(-15deg, #59b7df 70%, #ece819 85%);
  background-position: 100% 100%;
  background-size: 200%;
  padding: 10px
}

.feature-block--full-gradient-border .feature-block__wrapper {
  background-color: #fff;
  padding: 35px
}

.feature-block--full-gradient-border .feature-block__wrapper>:last-child {
  margin-bottom: 0
}

.featured-faculty-listing {
  background-color: #f5f5f5;
  margin-bottom: 5pc;
  padding-bottom: 30px;
  padding-top: 30px
}

@media(min-width:992px) {
  .featured-faculty-listing {
    padding-bottom: 60px;
    padding-top: 5pc
  }
}

.featured-faculty-listing__header .title>* {
  color: #152456
}

.featured-faculty-listing__wrapper {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0
}

.featured-faculty-item {
  padding-left: 25px
}

.featured-faculty-item__anchor {
  text-decoration: none
}

.featured-faculty-item .image {
  margin-bottom: 22px;
  margin-left: 0;
  max-width: 26pc;
  width: 100%
}

.featured-faculty-item .image__border {
  border-color: #ece819;
  border-width: 0;
  height: 0;
  width: 0
}

.featured-faculty-item .image .cmp-image {
  height: 0;
  max-width: none !important;
  padding-bottom: 70.796%;
  width: 100%
}

.featured-faculty-item .image .cmp-image__image {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.featured-faculty-item.scroll-watch-stagger__item--complete .image .image__border,
html.aem .featured-faculty-item .image .image__border {
  border-width: 2px 0 0 2px;
  height: calc(100% + 10px);
  width: calc(100% + 10px)
}

.featured-faculty-item__name {
  color: #152456;
  font-family: GT Haptik, sans-serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1.4px;
  line-height: 1.286;
  padding-right: 20px;
  position: relative;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: color .35s ease, -webkit-text-decoration-color .35s ease;
  transition: color .35s ease, -webkit-text-decoration-color .35s ease;
  transition: text-decoration-color .35s ease, color .35s ease;
  transition: text-decoration-color .35s ease, color .35s ease, -webkit-text-decoration-color .35s ease
}

@media(min-width:992px) {
  .featured-faculty-item__name {
    padding-right: 40px
  }
}

.featured-faculty-item__name:after {
  background-image: url(../images/icon-blue-chevron.svg);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 9px 14px;
  bottom: 7px;
  content: "";
  display: inline-block;
  height: 14px;
  margin-left: 11px;
  position: absolute;
  -webkit-transition: background .35s ease, opacity .35s ease, width .35s ease .25s;
  transition: background .35s ease, opacity .35s ease, width .35s ease .25s;
  width: 9px
}

@media(prefers-reduced-motion) {
  .featured-faculty-item__name:after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

@media(min-width:992px) {
  .featured-faculty-item__name:after {
    background-image: url(../images/icon-blue-chevron.svg), -webkit-gradient(linear, left top, right top, from(#59b7df), color-stop(45.9%, #59b7df), color-stop(46%, rgba(89, 183, 223, 0)), to(rgba(89, 183, 223, 0)));
    background-image: url(../images/icon-blue-chevron.svg), linear-gradient(90deg, #59b7df 0, #59b7df 45.9%, rgba(89, 183, 223, 0) 46%, rgba(89, 183, 223, 0));
    background-position: 0, 100%;
    background-size: 9pt 1pc, 200% 2px;
    height: 1pc;
    width: 9pt
  }
}

.featured-faculty-item__title {
  color: #363d3d;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.444
}

.featured-faculty-item__content {
  color: #231f20;
  font-size: 1pc;
  font-weight: 300;
  letter-spacing: .8px;
  line-height: 1.375
}

.featured-faculty-item:focus .featured-faculty-item__name,
.featured-faculty-item:hover .featured-faculty-item__name {
  color: #203887;
  -webkit-text-decoration-color: #203887;
  text-decoration-color: #203887
}

.featured-faculty-item:focus .featured-faculty-item__name:after,
.featured-faculty-item:hover .featured-faculty-item__name:after {
  opacity: 1
}

@media(min-width:992px) {

  .featured-faculty-item:focus .featured-faculty-item__name:after,
  .featured-faculty-item:hover .featured-faculty-item__name:after {
    background-position: 100%, 0;
    -webkit-transition: background .15s ease, opacity .15s ease, width .15s ease;
    transition: background .15s ease, opacity .15s ease, width .15s ease;
    width: 30px
  }
}

@media(min-width:992px)and (prefers-reduced-motion) {

  .featured-faculty-item:focus .featured-faculty-item__name:after,
  .featured-faculty-item:hover .featured-faculty-item__name:after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.featured-list {
  margin-bottom: 60px
}

.featured-list--theme-1 {
  background-color: #f5f5f5
}

.featured-list--theme-1 .featured-list__container {
  padding-bottom: 33px;
  padding-top: 53px
}

.featured-list--theme-1 .list--2-column.list--plain,
.featured-list--theme-1 .text>.container>ul,
.featured-list--theme-1 .text>ul {
  list-style: none;
  padding-left: 0
}

.featured-list--theme-1 .list--2-column.list--plain li,
.featured-list--theme-1 .text>.container>ul li,
.featured-list--theme-1 .text>ul li {
  padding-left: 38px;
  position: relative
}

.featured-list--theme-1 .list--2-column.list--plain li:before,
.featured-list--theme-1 .text>.container>ul li:before,
.featured-list--theme-1 .text>ul li:before {
  background-color: #59b7df;
  content: "";
  height: 3px;
  left: 5px;
  position: absolute;
  top: 14px;
  width: 20px
}

.featured-list--theme-1 .list--2-column.list--plain li ul,
.featured-list--theme-1 .text>.container>ul li ul,
.featured-list--theme-1 .text>ul li ul {
  list-style-type: none;
  padding-left: 28px
}

.featured-list--theme-1 .list--2-column.list--plain li li,
.featured-list--theme-1 .text>.container>ul li li,
.featured-list--theme-1 .text>ul li li {
  font-size: 1pc;
  line-height: 1.375;
  padding-left: 0
}

.featured-list--theme-1 .list--2-column.list--plain li li:before,
.featured-list--theme-1 .text>.container>ul li li:before,
.featured-list--theme-1 .text>ul li li:before {
  display: none
}

.featured-list--theme-1 .list--2-column.list--plain li+li,
.featured-list--theme-1 .text>.container>ul li+li,
.featured-list--theme-1 .text>ul li+li {
  margin-top: 21px
}

@media(min-width:768px) {

  .featured-list--theme-1 .list--2-column.list--plain,
  .featured-list--theme-1 .text>.container>ul,
  .featured-list--theme-1 .text>ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
  }
}

.featured-list--theme-2 .text.featured-list__intro-text:after {
  display: none
}

.featured-list--theme-2 .text {
  margin-bottom: 49px;
  padding-bottom: 22px;
  position: relative
}

.featured-list--theme-2 .text b,
.featured-list--theme-2 .text strong {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.364
}

.featured-list--theme-2 .text p+p {
  margin-top: -15px
}

.featured-list--theme-2 .text:after {
  background-image: -webkit-gradient(linear, left top, right top, from(#59b7df), to(#ece819));
  background-image: linear-gradient(90deg, #59b7df 0, #ece819);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
  width: 0
}

.featured-list--theme-2 .text.scroll-watch-stagger__item--complete:after,
html.aem .featured-list--theme-2 .text:after {
  width: 100%
}

.featured-list--theme-2 .image {
  margin-bottom: 0
}

.featured-list--theme-2 .image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

@media(min-width:992px) {
  .featured-list--theme-2 .image {
    -webkit-transform: translateX(75pt);
    transform: translateX(75pt)
  }
}

@media(min-width:768px) {
  .featured-list--theme-2 .featured-list__inner-row {
    margin-left: -24px;
    margin-right: -24px
  }
}

@media(min-width:992px) {
  .featured-list--theme-2 .featured-list__inner-row {
    margin-left: -36px;
    margin-right: -36px
  }
}

@media(min-width:768px) {
  .featured-list--theme-2 .featured-list__inner-col {
    padding-left: 24px;
    padding-right: 24px
  }
}

@media(min-width:992px) {
  .featured-list--theme-2 .featured-list__inner-col {
    padding-left: 36px;
    padding-right: 36px
  }
}

.featured-list--theme-3 {
  background-color: #f5f5f5;
  position: relative
}

@media(min-width:768px) {
  .featured-list--theme-3 .featured-list__side-image {
    bottom: 0;
    position: absolute;
    right: -30px;
    top: 0;
    width: 30px
  }
}

@media(min-width:768px)and (min-width:768px) {
  .featured-list--theme-3 .featured-list__side-image {
    right: 0;
    width: 10.6667vw
  }
}

@media(min-width:768px)and (min-width:992px) {
  .featured-list--theme-3 .featured-list__side-image {
    width: 135px
  }
}

@media(min-width:768px) {
  .featured-list--theme-3 .featured-list__side-image--no-custom-image {
    background: #fff url(../images/pattern-vertical-three-columns.svg) repeat fixed right -42px top/190px 745px
  }

  .featured-list--theme-3 .featured-list__side-image .cmp-image {
    height: 100%;
    width: 100%
  }

  .featured-list--theme-3 .featured-list__side-image .cmp-image__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
  }
}

.featured-list--theme-3 .featured-list__container {
  padding-bottom: 33px;
  padding-top: 53px
}

.featured-list--theme-3.featured-list--dark {
  background-color: #152456
}

@media(min-width:768px) {
  .featured-list--theme-3.featured-list--dark .featured-list__side-image {
    background-image: radial-gradient(ellipse at center, rgba(236, 232, 25, .7) 0, rgba(89, 183, 223, .85) 50%, rgba(21, 36, 86, .7) 100%);
    background-position: left 20%;
    background-size: 1000% 800%;
    -webkit-transition: background-position 3s ease, background-size 1s ease;
    transition: background-position 3s ease, background-size 1s ease
  }
}

@media(min-width:768px)and (prefers-reduced-motion) {
  .featured-list--theme-3.featured-list--dark .featured-list__side-image {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

@media(min-width:768px) {
  .featured-list--theme-3.featured-list--dark .featured-list__side-image .cmp-image {
    display: none
  }

  .featured-list--theme-3.featured-list--dark.scroll-watch--in-view .featured-list__side-image,
  html.aem .featured-list--theme-3.featured-list--dark .featured-list__side-image {
    background-position: top;
    background-size: 800% 200%
  }
}

.featured-list--theme-3.featured-list--dark .text,
.featured-list--theme-3.featured-list--dark .title .h2,
.featured-list--theme-3.featured-list--dark .title h2,
.featured-list--theme-3.featured-list--dark .title__prefix {
  color: #fff
}

.featured-list--theme-3.featured-list--dark a {
  color: #aae4ff
}

.featured-list--theme-3.featured-list--dark .list--line-bullets a,
.featured-list--theme-3.featured-list--dark a:focus,
.featured-list--theme-3.featured-list--dark a:hover {
  color: #fff
}

.featured-list--theme-3.featured-list--dark .list--line-bullets a:focus,
.featured-list--theme-3.featured-list--dark .list--line-bullets a:hover {
  color: #aae4ff
}

.featured-text {
  margin-bottom: 60px
}

.featured-text--dark {
  background-color: #152456;
  color: #fff;
  padding-bottom: 2pc;
  padding-top: 50px
}

@media(min-width:992px) {
  .featured-text--dark {
    padding-bottom: 52px;
    padding-top: 72px
  }
}

.featured-text--dark .prefix .prefix__text,
.featured-text--dark .title .h2,
.featured-text--dark .title .h3,
.featured-text--dark .title .h4,
.featured-text--dark .title .h5,
.featured-text--dark .title .h6,
.featured-text--dark .title h2,
.featured-text--dark .title h3,
.featured-text--dark .title h4,
.featured-text--dark .title h5,
.featured-text--dark .title h6,
.featured-text--dark .title__prefix {
  color: #fff
}

.featured-text--dark .text a {
  color: #aae4ff;
  text-decoration: underline
}

.featured-text--dark .text a:focus,
.featured-text--dark .text a:hover {
  color: #fff
}

.form-label {
  letter-spacing: .6px;
  line-height: 1.5
}

.form-check-label {
  font-size: 1pc
}

.form__required-marker {
  color: #e53e30;
  font-size: 13px
}

.form-container .h2,
.form-container .h3,
.form-container .h4,
.form-container .h5,
.form-container .h6,
.form-container .title h2,
.form-container .title h3,
.form-container .title h4,
.form-container .title h5,
.form-container .title h6,
.form-container h2,
.form-container h3,
.form-container h4,
.form-container h5,
.form-container h6 {
  font-family: museo-slab, serif;
  font-weight: 500;
  line-height: 1.25
}

.form-container .h2,
.form-container .title h2,
.form-container h2 {
  font-size: 28px;
  letter-spacing: .84px
}

.form-container .h3,
.form-container .title h3,
.form-container h3 {
  font-size: 24px;
  letter-spacing: .72px
}

.form-container .h4,
.form-container .title h4,
.form-container h4 {
  font-size: 20px;
  letter-spacing: .6px
}

.form-container .h5,
.form-container .title h5,
.form-container h5 {
  font-size: 1pc;
  letter-spacing: .48px;
  text-transform: uppercase
}

.form-container .h6,
.form-container .title h6,
.form-container h6 {
  font-size: 14px;
  letter-spacing: .42px;
  text-transform: uppercase
}

.form-container .h2,
.form-container .h3,
.form-container .h4,
.form-container .h5,
.form-container .h6,
.form-container .title h2,
.form-container .title h3,
.form-container .title h4,
.form-container .title h5,
.form-container .title h6,
.form-container h2,
.form-container h3,
.form-container h4,
.form-container h5,
.form-container h6 {
  color: #152456
}

.input-group .form-control {
  border-left: 0;
  padding-left: 0
}

.form-select,
input.form-control {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  background: transparent url('data:image/svg+xml,<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.1289 2.06641L7.91016 6.25L12.0938 10.4336L12.6914 11.0312L11.5312 12.2266L10.9336 11.6289L6.75 7.44531L2.56641 11.6289L1.96875 12.2266L0.773438 11.0312L1.37109 10.4336L5.55469 6.25L1.37109 2.06641L0.773438 1.46875L1.96875 0.273438L2.56641 0.871094L6.75 5.08984L10.9336 0.90625L11.5312 0.308594L12.7266 1.46875L12.1289 2.06641Z" fill="%23203887"/></svg>') no-repeat scroll 0 0/contain;
  height: 9pt;
  opacity: 0;
  pointer-events: none;
  width: 9pt
}

input[type=search]:focus::-webkit-search-cancel-button {
  opacity: 1;
  pointer-events: all
}

.gallery-contributor,
.gallery-contributor__title .h2,
.gallery-contributor__title h2 {
  margin-bottom: 30px
}

@media(min-width:576px) {
  .gallery-contributor__name {
    margin-top: -7px
  }
}

.gallery-contributor .gallery-contributor__image {
  height: auto;
  margin-bottom: 20px
}

@media(min-width:576px) {
  .gallery-contributor .gallery-contributor__image {
    float: left;
    margin-right: 20px;
    max-width: 40%
  }
}

@media(min-width:992px) {
  .gallery-contributor .gallery-contributor__image {
    margin-right: 50px;
    max-width: 50%
  }
}

@media(min-width:576px) {
  .gallery-contributor--image-right .gallery-contributor__image {
    float: right;
    margin-left: 20px;
    margin-right: 0
  }
}

@media(min-width:992px) {
  .gallery-contributor--image-right .gallery-contributor__image {
    margin-left: 50px
  }
}

.gallery {
  margin-bottom: 5pc;
  overflow: hidden;
  position: relative
}

.gallery__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 235px;
  overflow-x: auto;
  position: relative;
  scroll-behavior: smooth
}

.gallery__grid {
  height: 39pc
}

@media(max-width:767.98px) {
  .gallery__grid {
    height: 312px
  }
}

.gallery__grid--vertical {
  height: auto;
  width: 100%
}

@media(max-width:767.98px) {
  .gallery__grid--vertical {
    height: auto
  }
}

.gallery__filters__wrapper {
  position: relative
}

@media(min-width:768px) {
  .gallery__filters__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media(max-width:575.98px) {
  .gallery__filters__wrapper {
    width: 100%
  }
}

.gallery__filters__header {
  color: #363d3d;
  font-family: museo-sans, sans-serif;
  font-size: 1pc;
  font-weight: 700;
  letter-spacing: .8px;
  line-height: 1;
  padding-top: 8px;
  text-transform: uppercase
}

@media(max-width:991.98px) {
  .gallery__filters .dropdown-menu {
    width: 100%
  }

  .gallery__filters__dropdown-toggle {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23274ac1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") no-repeat scroll right 17px center/1pc 9pt;
    border: 1px solid #737777;
    color: #363d3d;
    font-family: museo-sans, sans-serif;
    font-size: 1pc;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 1;
    margin-bottom: 10px;
    min-width: 230px;
    padding: 14px 9pt;
    text-align: left;
    text-transform: uppercase;
    width: 100%
  }

  .gallery__filters__dropdown-toggle:after {
    display: none
  }
}

@media(max-width:575.98px) {
  .gallery__filters .gallery__search {
    width: 100%
  }
}

.gallery__filters .gallery__isotope-filter-btn:focus {
  color: #000
}

.gallery__filters .gallery__isotope-filter-btn.filter-btn--active,
.gallery__filters .gallery__isotope-filter-btn:hover {
  background-color: #ece819
}

.gallery__filters__list {
  list-style: none;
  margin: 0;
  padding-left: 0
}

@media(min-width:992px) {
  .gallery__filters__list.dropdown-menu {
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0;
    padding-top: 0;
    position: relative !important;
    -webkit-transform: none !important;
    transform: none !important
  }
}

.gallery__filters__list li {
  padding: 0 0 0 10px
}

@media(min-width:1200px) {
  .gallery__filters__list li {
    padding-left: 20px
  }
}

.gallery__filters__list .gallery__isotope-filter-btn {
  -webkit-appearance: none;
  background-color: #fff;
  border-color: transparent;
  border-radius: 20px;
  color: #000;
  font-size: 1pc;
  font-style: normal;
  font-weight: 300;
  letter-spacing: .8px;
  line-height: 1.125;
  margin-bottom: 10px;
  padding: 7px 20px 6px;
  text-transform: uppercase
}

@media(min-width:992px)and (max-width:1199.98px) {
  .gallery__filters__list .gallery__isotope-filter-btn {
    font-size: 14px
  }
}

.gallery__filters__list .gallery__isotope-filter-btn:focus,
.gallery__filters__list .gallery__isotope-filter-btn:hover {
  text-decoration: none
}

.gallery__filters__list .gallery__isotope-filter-btn.filter-btn--active {
  background-color: #ece819
}

.gallery__parent-wrapper {
  background-attachment: scroll;
  background-image: url(../images/pattern-two-rows.svg);
  background-position: left -75pt bottom 30px;
  background-repeat: repeat-x;
  background-size: auto 121px;
  padding-bottom: 87px;
  position: relative;
  -webkit-transition: background-position 1.5s ease;
  transition: background-position 1.5s ease
}

@media(prefers-reduced-motion) {
  .gallery__parent-wrapper {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.gallery__parent-wrapper.scroll-watch--in-view {
  background-position: left bottom 30px
}

.gallery .grid-item,
.gallery__grid-item {
  background: transparent none no-repeat scroll 50%;
  background-size: cover;
  float: left
}

.gallery .grid-item a,
.gallery .grid-item>span,
.gallery__grid-item a,
.gallery__grid-item>span {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(26%, rgba(20, 36, 86, .7)), color-stop(90%, rgba(0, 0, 0, .9)));
  background: linear-gradient(180deg, rgba(20, 36, 86, .7) 26%, rgba(0, 0, 0, .9) 90%);
  border: 6px solid #ece819;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 20px;
  position: absolute;
  text-decoration: none;
  top: 0;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  width: 100%
}

.gallery .grid-item a:focus,
.gallery .grid-item a:hover,
.gallery .grid-item>span:focus,
.gallery .grid-item>span:hover,
.gallery__grid-item a:focus,
.gallery__grid-item a:hover,
.gallery__grid-item>span:focus,
.gallery__grid-item>span:hover {
  opacity: 1
}

.gallery .grid-item a span,
.gallery .grid-item>span span,
.gallery__grid-item a span,
.gallery__grid-item>span span {
  color: #fff;
  display: block;
  font-family: GT Haptik, sans-serif;
  font-size: 1pc;
  font-weight: 500;
  letter-spacing: .9pt;
  line-height: 1.25;
  position: relative
}

@media(min-width:768px) {

  .gallery .grid-item a span,
  .gallery .grid-item>span span,
  .gallery__grid-item a span,
  .gallery__grid-item>span span {
    font-size: 24px
  }
}

@media(max-width:575.98px) {

  .gallery .grid-item a span,
  .gallery .grid-item>span span,
  .gallery__grid-item a span,
  .gallery__grid-item>span span {
    word-break: break-word
  }
}

.gallery .grid-item a span:empty,
.gallery .grid-item>span span:empty,
.gallery__grid-item a span:empty,
.gallery__grid-item>span span:empty {
  display: none
}

.gallery .grid-item a:after,
.gallery__grid-item a:after {
  -ms-flex-negative: 0;
  background: transparent url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.25 0C4.65625 0 5 0.34375 5 0.75C5 1.1875 4.65625 1.5 4.25 1.5H1.5V4.25C1.5 4.6875 1.15625 5 0.75 5C0.3125 5 0 4.6875 0 4.25V0.75C0 0.34375 0.3125 0 0.75 0H4.25ZM0 9.75C0 9.34375 0.3125 9 0.75 9C1.15625 9 1.5 9.34375 1.5 9.75V12.5H4.25C4.65625 12.5 5 12.8438 5 13.25C5 13.6875 4.65625 14 4.25 14H0.75C0.3125 14 0 13.6875 0 13.25V9.75ZM13.25 0C13.6562 0 14 0.34375 14 0.75V4.25C14 4.6875 13.6562 5 13.25 5C12.8125 5 12.5 4.6875 12.5 4.25V1.5H9.75C9.3125 1.5 9 1.1875 9 0.75C9 0.34375 9.3125 0 9.75 0H13.25ZM12.5 9.75C12.5 9.34375 12.8125 9 13.25 9C13.6562 9 14 9.34375 14 9.75V13.25C14 13.6875 13.6562 14 13.25 14H9.75C9.3125 14 9 13.6875 9 13.25C9 12.8438 9.3125 12.5 9.75 12.5H12.5V9.75Z" fill="%23ECEB19"/></svg>') no-repeat scroll 0 0/14px 14px;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 14px;
  margin-bottom: 6px;
  margin-left: 10px;
  width: 14px
}

@media(max-width:575.98px) {

  .gallery .grid-item a:after,
  .gallery__grid-item a:after {
    position: absolute;
    right: 10px;
    top: 10px
  }
}

.gallery .grid-item,
.gallery .grid-item--l,
.gallery__grid-item,
.gallery__grid-item--l {
  height: 307px;
  width: 435px
}

.gallery .grid-item--p,
.gallery__grid-item--p {
  width: 208.8px
}

@media(max-width:575.98px) {

  .gallery .grid-item--p>span,
  .gallery__grid-item--p>span {
    padding: 20px 10px
  }
}

.gallery .grid-item--s,
.gallery__grid-item--s {
  width: 307px
}

@media(max-width:767.98px) {

  .gallery .grid-item,
  .gallery__grid-item {
    height: 153.5px;
    width: 217.5px
  }

  .gallery .grid-item--p,
  .gallery__grid-item--p {
    width: 104.4px
  }

  .gallery .grid-item--s,
  .gallery__grid-item--s {
    width: 153.5px
  }
}

.gallery--auto-height .gallery__grid {
  height: auto
}

.gallery__no-results {
  display: none;
  font-size: 20px;
  position: absolute;
  width: 100%
}

.gallery__no-results--show {
  display: block
}

.gallery__no-results__search-term {
  font-weight: 700;
  text-transform: uppercase
}

.gallery .gutter-sizer {
  width: 10px
}

@media(max-width:767.98px) {
  .gallery .gutter-sizer {
    width: 5px
  }
}

.gallery.gallery .modal-dialog .modal-content .brightcoveplayer,
.gallery.gallery .modal-dialog .modal-content .image-slider,
.gallery.gallery .modal-dialog .modal-content .youtube {
  margin-left: -10px;
  width: calc(100% + 20px)
}

@media(min-width:576px) {

  .gallery.gallery .modal-dialog .modal-content .brightcoveplayer,
  .gallery.gallery .modal-dialog .modal-content .image-slider,
  .gallery.gallery .modal-dialog .modal-content .youtube {
    margin-left: -30px;
    width: calc(100% + 60px)
  }
}

@media(min-width:1200px) {

  .gallery.gallery .modal-dialog.modal-xl .modal-content .brightcoveplayer,
  .gallery.gallery .modal-dialog.modal-xl .modal-content .image-slider,
  .gallery.gallery .modal-dialog.modal-xl .modal-content .youtube {
    margin-left: -83px;
    width: calc(100% + 166px)
  }
}

@media(min-width:992px) {

  .gallery.gallery .modal-dialog.modal-lg .modal-content .brightcoveplayer,
  .gallery.gallery .modal-dialog.modal-lg .modal-content .image-slider,
  .gallery.gallery .modal-dialog.modal-lg .modal-content .youtube,
  .gallery.gallery .modal-dialog.modal-xl .modal-content .brightcoveplayer,
  .gallery.gallery .modal-dialog.modal-xl .modal-content .image-slider,
  .gallery.gallery .modal-dialog.modal-xl .modal-content .youtube {
    margin-left: -50px;
    width: calc(100% + 75pt)
  }
}

.gallery.gallery .modal-dialog .brightcoveplayer:first-child .brightcove-container {
  margin-top: 0 !important
}

.gallery__arrows {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-negative: 0;
  align-items: center;
  background-color: #274ac1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  height: 51px;
  justify-content: center;
  left: 50%;
  margin-top: 35px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 193px
}

@media(max-width:575.98px) {
  .gallery__arrows {
    height: 38px;
    width: 136px
  }
}

.gallery__arrow {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  height: 51px;
  justify-content: center
}

@media(max-width:575.98px) {
  .gallery__arrow {
    font-size: 9pt;
    height: 38px
  }
}

.gallery__arrow:focus:after,
.gallery__arrow:hover:after {
  color: #59b7df
}

.gallery__arrow[disabled] {
  pointer-events: none
}

.gallery__arrow[disabled]:after {
  opacity: .5
}

.gallery__arrow:after {
  color: #fff;
  content: "";
  font-family: Jeff Custom Icons;
  margin-bottom: -4px;
  margin-top: -4px;
  -webkit-transition: color .35s ease;
  transition: color .35s ease
}

.gallery__arrow:focus-visible {
  -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 6px #000;
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #000;
  outline: none
}

.gallery__arrow--next {
  padding-left: 22px;
  padding-right: 35px
}

@media(max-width:575.98px) {
  .gallery__arrow--next {
    padding-left: 1pc;
    padding-right: 25px
  }
}

.gallery__arrow--prev {
  padding-left: 35px;
  padding-right: 22px;
  position: relative
}

@media(max-width:575.98px) {
  .gallery__arrow--prev {
    padding-left: 25px;
    padding-right: 17px
  }
}

.gallery__arrow--prev:before {
  background-color: #bbc0c0;
  content: "";
  height: 30px;
  position: absolute;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px
}

@media(max-width:575.98px) {
  .gallery__arrow--prev:before {
    height: 20px
  }
}

.gallery__arrow--prev:after {
  display: block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

@-webkit-keyframes gallery-fade-out-hide {
  0% {
    bottom: 0;
    opacity: 1;
    right: 0
  }

  70% {
    bottom: 0;
    right: -290px
  }

  to {
    bottom: -9999px;
    opacity: 0;
    right: -9999px
  }
}

@keyframes gallery-fade-out-hide {
  0% {
    bottom: 0;
    opacity: 1;
    right: 0
  }

  70% {
    bottom: 0;
    right: -290px
  }

  to {
    bottom: -9999px;
    opacity: 0;
    right: -9999px
  }
}

.image-grid {
  margin-bottom: 60px
}

.image-grid .image-grid__image {
  padding-bottom: 63.21%;
  position: relative;
  width: 100%
}

.image-grid .image-grid__image img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.image-grid .text {
  margin-bottom: 30px
}

@media(min-width:576px) {
  .image-grid .image-grid__row {
    margin-left: -5px;
    margin-right: -5px
  }
}

.image-grid--featured {
  background-attachment: scroll;
  background-image: url(../images/pattern-two-rows.svg);
  background-position: left -75pt bottom;
  background-repeat: repeat-x;
  background-size: auto 121px;
  padding-bottom: 20px;
  -webkit-transition: background-position 1.5s ease;
  transition: background-position 1.5s ease
}

@media(prefers-reduced-motion) {
  .image-grid--featured {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

@media(min-width:768px) {
  .image-grid--featured {
    padding-bottom: 88px
  }
}

.image-grid--featured.scroll-watch--in-view {
  background-position: 0 100%
}

.image-grid--featured .title .h2,
.image-grid--featured .title h2 {
  margin-bottom: 0
}

.image-grid--featured .image-grid__image--large {
  height: 100%;
  padding-bottom: 70.6%
}

.image-grid--featured .image-grid__image--medium {
  height: 100%;
  padding-bottom: 88.8%
}

.image-grid--featured .image-grid__image--small {
  height: 100%;
  padding-bottom: 120%
}

.image-grid--featured .btn-cta.btn-primary {
  background-color: #fff
}

.image-slider {
  margin-bottom: 60px
}

@media(min-width:992px) {
  .image-slider {
    margin-bottom: 5pc
  }
}

@media(max-width:575.98px) {
  .image-slider__container {
    padding-left: 0;
    padding-right: 0
  }
}

.image-slider .splide {
  padding-bottom: 20px
}

@media(min-width:576px) {
  .image-slider .splide {
    padding-top: 40px
  }
}

.image-slider .image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 0
}

.image-slider .cmp-image {
  display: table
}

.image-slider .cmp-image .cmp-image__title {
  border-left: 0;
  caption-side: bottom;
  color: #363d3d;
  display: table-caption;
  font-style: normal;
  margin-top: 10px;
  padding-bottom: 0;
  padding-right: 15px;
  text-align: center
}

.image-slider .cmp-image[data-emptytext] {
  width: 100%
}

.image-slider .splide__arrows {
  margin: 20px auto 0
}

.image-slider .splide__arrow {
  background-color: #274ac1
}

.image-slider .splide__arrow:before {
  display: none
}

.image-slider .splide__arrow--prev {
  padding-right: 10px
}

.image-slider .splide__arrow--next {
  padding-left: 10px
}

.image-slider .splide .splide__pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2px
}

.image-slider .splide .splide__pagination__page {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
  display: none;
  font-size: 1pc;
  font-weight: 600;
  height: auto;
  letter-spacing: .8px;
  line-height: 1;
  margin-right: 0;
  text-transform: uppercase;
  white-space: nowrap;
  width: auto
}

.image-slider .splide .splide__pagination__page.is-active {
  background-color: transparent;
  display: block;
  min-width: 70px
}

img {
  max-width: 100%
}

.image {
  margin-bottom: 50px
}

.image--decorate,
.image--with-border {
  margin-left: 10px;
  margin-top: 10px;
  position: relative
}

.image--decorate .cmp-image,
.image--with-border .cmp-image {
  display: table;
  position: relative
}

.image--decorate .cmp-image__title,
.image--with-border .cmp-image__title {
  border-left: 0 !important;
  caption-side: bottom;
  display: table-caption
}

.image__border {
  border-color: #59b7df;
  border-style: solid;
  border-width: 2px 0 0 2px;
  bottom: 0;
  display: block;
  left: -10px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -10px;
  -webkit-transition: width 1s ease, height 1s ease, position 1s ease;
  transition: width 1s ease, height 1s ease, position 1s ease
}

@media(prefers-reduced-motion) {
  .image__border {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.image__border.scroll-watch--in-view {
  height: 100%;
  width: calc(100% + 10px)
}

.image__border--right {
  border-width: 2px 2px 0 0;
  left: auto;
  right: -10px
}

.image .cmp-image__title {
  border-left: 1px solid #bbc0c0;
  color: #737777;
  font-size: 1pc;
  font-style: italic;
  font-weight: 300;
  letter-spacing: .8px;
  line-height: 1.375;
  margin-top: 18px;
  padding-bottom: 3px;
  padding-left: 15px;
  padding-top: 6px
}

.image .cmp-image[data-title] {
  display: table;
  width: 100%
}

.image .cmp-image[data-title] .cmp-image__title {
  caption-side: bottom;
  display: table-caption
}

.image--full-width .cmp-image {
  max-width: 100% !important
}

.image--full-width-decorate {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#e0f1f9));
  background: linear-gradient(0deg, #fff, #e0f1f9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
  margin-top: 87px;
  position: relative
}

.image--full-width-decorate:after {
  background-attachment: fixed;
  background-image: url(../images/pattern-blue-large.svg);
  background-position: 100% 0;
  background-repeat: repeat-y;
  background-size: 200px auto;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  z-index: 1
}

@media(min-width:992px) {
  .image--full-width-decorate:after {
    background-size: 350px auto;
    width: 350px
  }
}

@media(min-width:1200px) {
  .image--full-width-decorate:after {
    background-size: 523px auto;
    width: 523px
  }
}

@media(max-width:575.98px) {
  .image--full-width-decorate:after {
    opacity: .6
  }
}

.image--full-width-decorate .cmp-image {
  position: relative;
  -webkit-transform: translateY(-87px);
  transform: translateY(-87px);
  z-index: 2
}

.image--left .cmp-image {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column
}

.image--left .cmp-image,
.image--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.image--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.image--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center
}

.image--float-right {
  float: right;
  margin-left: 2rem
}

.aem-AuthorLayer-Edit .image--float-right:before {
  content: "* Set to float right *"
}

.image--float-left {
  float: left;
  margin-right: 2rem
}

.aem-AuthorLayer-Edit .image--float-left:before {
  content: "* Set to float left *"
}

.image--float-left,
.image--float-right {
  margin-bottom: 2rem
}

@media (max-width:600px) {

  .image--float-left,
  .image--float-right {
    display: block;
    float: none;
    margin: 0 auto 1em
  }

  .image--float-left .cmp-image,
  .image--float-right .cmp-image {
    text-align: center
  }
}

.image--float-left .cmp-image__image,
.image--float-right .cmp-image__image {
  width: auto
}

.aem-AuthorLayer-Edit .image--float-left,
.aem-AuthorLayer-Edit .image--float-right {
  float: none;
  margin-left: 0;
  margin-right: 0
}

.aem-AuthorLayer-Edit .image--float-left:before,
.aem-AuthorLayer-Edit .image--float-right:before {
  display: block;
  font-weight: 700;
  margin-bottom: 1rem
}

.intro-block-with-action-links {
  margin-bottom: 5pc
}

.intro-block-with-action-links__column-2 {
  background-color: #f5f5f5;
  -o-border-image: linear-gradient(90deg, #ece819, #59b7df) 1;
  border-image: -webkit-gradient(linear, left top, right top, from(#ece819), to(#59b7df)) 1;
  border-image: linear-gradient(90deg, #ece819, #59b7df) 1;
  border-style: solid;
  border-width: 4px 0 0;
  padding: 35px 40px 15px
}

.intro-block-with-action-links__column-2 .action-link {
  margin-bottom: 33px;
  position: relative
}

.intro-block-with-action-links__column-2 .action-link a {
  display: block
}

.intro-block-with-action-links__column-2 .action-link a:after {
  position: absolute;
  right: 0;
  top: calc(50% - 1pc)
}

@media(min-width:992px) {
  .intro-block-with-action-links__column-2 .action-link a:after {
    top: -8px
  }
}

.intro-block-with-action-links__column-2 .action-link a:focus-visible:after {
  -webkit-transform: translateY(11px);
  transform: translateY(11px)
}

@media(max-width:767.98px) {
  .intro-block-with-action-links--display-buttons .action-link {
    margin-bottom: 20px
  }
}

.intro-block-with-action-links--display-buttons .action-link a {
  background: #f5f5f5;
  border-top: 3px solid #ece819;
  display: block;
  padding: 23px 20px 44px;
  position: relative;
  text-align: center
}

@media(min-width:768px) {
  .intro-block-with-action-links--display-buttons .action-link a {
    height: 100%
  }
}

.intro-block-with-action-links--display-buttons .action-link a:after {
  bottom: unset;
  display: block;
  left: calc(50% - 9pt);
  margin-top: 9px;
  padding-left: 0;
  -webkit-transform: none;
  transform: none
}

.intro-block-with-action-links--display-buttons .action-link a:focus,
.intro-block-with-action-links--display-buttons .action-link a:hover {
  color: #274ac1
}

@media(min-width:768px) {
  .intro-block-with-action-links--display-buttons .intro-block-with-action-links__button-row {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 30px
  }

  .intro-block-with-action-links--four-columns .intro-block-with-action-links__button-row {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media(min-width:1200px) {
  .intro-block-with-action-links--four-columns .intro-block-with-action-links__button-row {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }
}

.intro-block-with-featured-button {
  margin-bottom: 5pc
}

.intro-block-with-featured-button .feature-block.feature-block--full-gradient-border {
  padding: 4px
}

.intro-block-with-featured-button--light.intro-block-with-featured-button--bg-full-width,
.intro-block-with-featured-button--light.intro-block-with-featured-button--bg-full-width .feature-block__wrapper {
  background-color: #f5f5f5
}

.intro-block-with-featured-button--dark.intro-block-with-featured-button--bg-full-width,
.intro-block-with-featured-button--dark.intro-block-with-featured-button--bg-full-width .feature-block__wrapper {
  background-color: #152456
}

.intro-block-with-featured-button--dark .text,
.intro-block-with-featured-button--dark .title .h2,
.intro-block-with-featured-button--dark .title .h3,
.intro-block-with-featured-button--dark .title h2,
.intro-block-with-featured-button--dark .title h3 {
  color: #fff
}

.intro-block-with-featured-button--dark .text a {
  color: #aae4ff;
  text-decoration: underline
}

.intro-block-with-featured-button--dark .action-link a,
.intro-block-with-featured-button--dark .text a:focus,
.intro-block-with-featured-button--dark .text a:hover {
  color: #fff
}

.intro-block-with-featured-button--dark .action-link a:focus,
.intro-block-with-featured-button--dark .action-link a:hover {
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff
}

.intro-block-with-featured-button--dark .action-link a:focus:after,
.intro-block-with-featured-button--dark .action-link a:hover:after {
  color: #59b7df
}

.intro-block-with-featured-button--dark div.btn-cta.btn-primary>a {
  background-image: -webkit-gradient(linear, left top, right top, from(#c0bf11), color-stop(40%, #ece819));
  background-image: linear-gradient(90deg, #c0bf11 0, #ece819 40%);
  color: #000
}

.intro-block-with-featured-button--blue.intro-block-with-featured-button--bg-full-width {
  background-color: rgba(89, 183, 223, .35)
}

.intro-block-with-featured-button--blue.intro-block-with-featured-button--bg-full-width .feature-block__wrapper {
  background-color: #fff
}

.intro-block-with-featured-button--bg-full-width {
  padding-bottom: 40px;
  padding-top: 40px
}

@media(min-width:992px) {
  .intro-block-with-featured-button--bg-full-width {
    padding-bottom: 72px;
    padding-top: 72px
  }
}

.list--display-link-list {
  margin-bottom: 60px
}

.list--display-link-list .link-list__container {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 20px
}

@media(min-width:576px) {
  .list--display-link-list .link-list__container {
    padding-left: 15px
  }
}

.list--display-link-list .link-list__card {
  border: solid #dfe1df;
  border-width: 0 0 1.5px;
  padding-top: 18px
}

.list--display-link-list .link-list__card.scroll-watch-stagger__item--complete {
  border-top-width: 1.5px
}

@media(min-width:992px) {
  .list--display-link-list .link-list__card {
    padding-bottom: 30px;
    padding-top: 30px
  }

  .list--display-link-list .link-list__card .h2,
  .list--display-link-list .link-list__card h2 {
    margin-bottom: 0
  }
}

.list--display-link-list .link-list__card+.link-list__card {
  margin-top: -1px
}

.list--display-link-list .link-list__link {
  color: #152456;
  font-family: museo-slab, serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1667;
  padding-right: 20px;
  position: relative;
  text-decoration: none
}

@media(min-width:992px) {
  .list--display-link-list .link-list__link {
    padding-right: 40px
  }
}

.list--display-link-list .link-list__link:after {
  background-image: url(../images/icon-blue-chevron.svg);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 9px 14px;
  bottom: 9px;
  content: "";
  display: inline-block;
  height: 14px;
  margin-left: 11px;
  position: absolute;
  -webkit-transition: background .35s ease, opacity .35s ease, width .35s ease .25s;
  transition: background .35s ease, opacity .35s ease, width .35s ease .25s;
  width: 9px
}

@media(prefers-reduced-motion) {
  .list--display-link-list .link-list__link:after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

@media(min-width:992px) {
  .list--display-link-list .link-list__link:after {
    background-image: url(../images/icon-blue-chevron.svg), -webkit-gradient(linear, left top, right top, from(#59b7df), color-stop(45.9%, #59b7df), color-stop(46%, rgba(89, 183, 223, 0)), to(rgba(89, 183, 223, 0)));
    background-image: url(../images/icon-blue-chevron.svg), linear-gradient(90deg, #59b7df 0, #59b7df 45.9%, rgba(89, 183, 223, 0) 46%, rgba(89, 183, 223, 0));
    background-position: 0, 100%;
    background-size: 14px 18px, 200% 2px;
    height: 18px;
    width: 14px
  }
}

@media(min-width:1200px) {
  .list--display-link-list .link-list__link:after {
    bottom: 10px
  }
}

.list--display-link-list .link-list__link:hover:after {
  opacity: 1
}

@media(min-width:992px) {
  .list--display-link-list .link-list__link:hover:after {
    background-position: 100%, 0;
    -webkit-transition: background .15s ease, opacity .15s ease, width .15s ease;
    transition: background .15s ease, opacity .15s ease, width .15s ease;
    width: 30px
  }
}

@media(min-width:992px)and (prefers-reduced-motion) {
  .list--display-link-list .link-list__link:hover:after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.list--display-link-list .link-list__accordion-link {
  background-color: transparent;
  border: 0;
  color: #363d3d;
  font-family: museo-slab, serif;
  font-size: 2pc;
  font-weight: 700;
  line-height: 1.1667;
  margin-bottom: 8px;
  text-align: left;
  text-decoration: none;
  width: 100%
}

.list--display-link-list .link-list__accordion-link[aria-expanded=true] {
  color: #152456
}

@media(max-width:991.98px) {
  .list--display-link-list .link-list__accordion-link__title {
    padding-right: 20px
  }
}

@media(max-width:575.98px) {
  .list--display-link-list .link-list__accordion-link__title {
    word-break: break-word
  }
}

@media(min-width:992px) {
  .list--display-link-list .link-list__content p {
    margin-bottom: 0
  }
}

.list--display-link-list .link-list__content .action-link {
  padding-bottom: 36px
}

@media(min-width:992px) {
  .list--display-link-list .collapse {
    display: block !important
  }
}

.list ol,
.list ul,
.text ol,
.text ul {
  margin-bottom: 40px
}

.list ol li,
.list ul li,
.text ol li,
.text ul li {
  padding-left: 3px
}

.list ol li+li,
.list ul li+li,
.text ol li+li,
.text ul li+li {
  margin-top: 11px
}

.list ol li ol,
.list ol li ul,
.list ul li ol,
.list ul li ul,
.text ol li ol,
.text ol li ul,
.text ul li ol,
.text ul li ul {
  margin-bottom: 0;
  margin-top: 17px
}

.list ul,
.text ul {
  padding-left: 28px
}

.list ol,
.text ol {
  padding-left: 27px
}

.list--line-bullets,
.list.list--line-bullets ul,
.text .list--line-bullets,
.text .text--line-bullets,
.text--line-bullets,
.text.list--line-bullets ul {
  list-style: none;
  padding-left: 0
}

.list--line-bullets li,
.list.list--line-bullets ul li,
.text .list--line-bullets li,
.text .text--line-bullets li,
.text--line-bullets li,
.text.list--line-bullets ul li {
  padding-left: 38px;
  position: relative
}

.list--line-bullets li:before,
.list.list--line-bullets ul li:before,
.text .list--line-bullets li:before,
.text .text--line-bullets li:before,
.text--line-bullets li:before,
.text.list--line-bullets ul li:before {
  background-color: #59b7df;
  content: "";
  height: 3px;
  left: 5px;
  position: absolute;
  top: 14px;
  width: 20px
}

.list--line-bullets li ul,
.list.list--line-bullets ul li ul,
.text .list--line-bullets li ul,
.text .text--line-bullets li ul,
.text--line-bullets li ul,
.text.list--line-bullets ul li ul {
  list-style-type: none;
  padding-left: 28px
}

.list--line-bullets li li,
.list.list--line-bullets ul li li,
.text .list--line-bullets li li,
.text .text--line-bullets li li,
.text--line-bullets li li,
.text.list--line-bullets ul li li {
  font-size: 1pc;
  line-height: 1.375;
  padding-left: 0
}

.list--line-bullets li li:before,
.list.list--line-bullets ul li li:before,
.text .list--line-bullets li li:before,
.text .text--line-bullets li li:before,
.text--line-bullets li li:before,
.text.list--line-bullets ul li li:before {
  display: none
}

.list--line-bullets li+li,
.list.list--line-bullets ul li+li,
.text .list--line-bullets li+li,
.text .text--line-bullets li+li,
.text--line-bullets li+li,
.text.list--line-bullets ul li+li {
  margin-top: 21px
}

.list p+ol,
.list p+ul,
.text p+ol,
.text p+ul {
  margin-top: -10px
}

@media(min-width:992px) {

  .list p+ol,
  .list p+ul,
  .text p+ol,
  .text p+ul {
    margin-top: -15px
  }
}

@media(min-width:768px) {

  .list--2-column,
  .list--two-column,
  .text--2-column,
  .text--two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
  }
}

.list--lists-with-line-bullets ul,
.text--lists-with-line-bullets ul {
  list-style: none;
  padding-left: 0
}

.list--lists-with-line-bullets ul li,
.text--lists-with-line-bullets ul li {
  padding-left: 38px;
  position: relative
}

.list--lists-with-line-bullets ul li:before,
.text--lists-with-line-bullets ul li:before {
  background-color: #59b7df;
  content: "";
  height: 3px;
  left: 5px;
  position: absolute;
  top: 14px;
  width: 20px
}

.list--lists-with-line-bullets ul li ul,
.text--lists-with-line-bullets ul li ul {
  list-style-type: none;
  padding-left: 28px
}

.list--lists-with-line-bullets ul li li,
.text--lists-with-line-bullets ul li li {
  font-size: 1pc;
  line-height: 1.375;
  padding-left: 0
}

.list--lists-with-line-bullets ul li li:before,
.text--lists-with-line-bullets ul li li:before {
  display: none
}

.list--lists-with-line-bullets ul li+li,
.text--lists-with-line-bullets ul li+li {
  margin-top: 21px
}

.list--with-commas {
  margin-bottom: 1.5rem;
  padding-left: 0
}

.list--with-commas ul {
  display: inline;
  padding-left: 0
}

.list--with-commas ul li {
  display: inline;
  list-style-type: none
}

.list--with-commas ul li:before {
  display: none
}

.list--with-commas ul li:not(:last-child) {
  margin-bottom: 0
}

.list--with-commas ul li:not(:last-child):after {
  content: ","
}

.list--with-commas ul>li {
  padding-left: 0
}

.list.list--plain ul,
ul.list--plain {
  list-style-type: none;
  padding-left: 0
}

.list.list--plain ul li,
ul.list--plain li {
  padding-left: 0
}

.modal--fullwidth {
  background-color: rgba(0, 0, 0, .85)
}

@media(max-width:767.98px) {
  .modal--fullwidth {
    padding-right: 0 !important
  }
}

@media(min-width:992px) {
  .modal--fullwidth {
    padding-left: 15px
  }
}

.modal--fullwidth .btn-close {
  padding-right: 15px;
  position: absolute;
  right: 0;
  top: 15px
}

.modal--fullwidth .modal-dialog {
  margin-bottom: 0;
  max-width: none
}

@media(max-width:767.98px) {
  .modal--fullwidth .modal-dialog {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0
  }
}

.modal--fullwidth .modal-body {
  padding-bottom: 0
}

.modal--fullwidth .modal-content {
  background-color: transparent;
  border: 0
}

.modal--body-in-focus .modal-body,
.modal--video-theme .modal-body {
  background-color: #fff;
  padding: 0
}

.modal--body-in-focus .modal-content,
.modal--video-theme .modal-content {
  background-color: transparent
}

.modal--body-in-focus .btn-close__wrapper,
.modal--video-theme .btn-close__wrapper {
  margin-left: auto
}

.modal--body-in-focus .btn-close__wrapper .btn-close:focus-visible,
.modal--video-theme .btn-close__wrapper .btn-close:focus-visible {
  border-radius: 0;
  outline: 3px solid
}

.modal--body-in-focus .btn-close,
.modal--video-theme .btn-close {
  margin-left: auto
}

.modal .btn-close {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  background-position: 10px;
  background-repeat: no-repeat;
  color: #fff;
  -webkit-filter: none;
  filter: none;
  font-family: museo-sans, sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: .65px;
  line-height: normal;
  opacity: .7;
  padding-left: 35px;
  text-transform: uppercase;
  -webkit-transition: opacity .35s ease;
  transition: opacity .35s ease;
  width: auto;
  z-index: 2
}

.modal .btn-close:focus,
.modal .btn-close:hover {
  opacity: 1
}

.modal .loading-spinner {
  margin-top: 40px
}

.modal:not(.modal--fullwidth):not(.modal--body-in-focus):not(.modal--video-theme) .modal-content:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#59b7df), to(#ece819));
  background-image: linear-gradient(90deg, #59b7df 0, #ece819);
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: -8px;
  -webkit-transition: width .75s ease;
  transition: width .75s ease;
  width: 0
}

.modal:not(.modal--fullwidth):not(.modal--body-in-focus):not(.modal--video-theme) .modal-header {
  padding-bottom: 0;
  padding-left: 0;
  padding-top: 40px
}

@media(min-width:992px) {
  .modal:not(.modal--fullwidth):not(.modal--body-in-focus):not(.modal--video-theme) .modal-header {
    padding-top: 60px
  }
}

.modal:not(.modal--fullwidth):not(.modal--body-in-focus):not(.modal--video-theme) .modal-header .h2,
.modal:not(.modal--fullwidth):not(.modal--body-in-focus):not(.modal--video-theme) .modal-header h2 {
  color: #152456;
  font-family: museo-slab, serif;
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 500;
  letter-spacing: .9pt;
  line-height: 1.25;
  margin-bottom: 0
}

@media(min-width:1200px) {

  .modal:not(.modal--fullwidth):not(.modal--body-in-focus):not(.modal--video-theme) .modal-header .h2,
  .modal:not(.modal--fullwidth):not(.modal--body-in-focus):not(.modal--video-theme) .modal-header h2 {
    font-size: 2.5rem
  }
}

.modal:not(.modal--fullwidth):not(.modal--body-in-focus):not(.modal--video-theme) .modal-dialog .modal-content {
  padding-left: 10px;
  padding-right: 10px
}

@media(min-width:576px) {
  .modal:not(.modal--fullwidth):not(.modal--body-in-focus):not(.modal--video-theme) .modal-dialog .modal-content {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media(min-width:1200px) {
  .modal:not(.modal--fullwidth):not(.modal--body-in-focus):not(.modal--video-theme) .modal-dialog.modal-xl .modal-content {
    padding-left: 83px;
    padding-right: 83px
  }
}

@media(min-width:576px)and (max-width:991.98px) {

  .modal:not(.modal--fullwidth):not(.modal--body-in-focus):not(.modal--video-theme) .modal-dialog.modal-lg,
  .modal:not(.modal--fullwidth):not(.modal--body-in-focus):not(.modal--video-theme) .modal-dialog.modal-xl {
    max-width: calc(100% - 40px)
  }

  .modal:not(.modal--fullwidth):not(.modal--body-in-focus):not(.modal--video-theme) .modal-dialog.modal-lg .container,
  .modal:not(.modal--fullwidth):not(.modal--body-in-focus):not(.modal--video-theme) .modal-dialog.modal-xl .container {
    max-width: none
  }
}

@media(min-width:992px) {

  .modal:not(.modal--fullwidth):not(.modal--body-in-focus):not(.modal--video-theme) .modal-dialog.modal-lg .modal-content,
  .modal:not(.modal--fullwidth):not(.modal--body-in-focus):not(.modal--video-theme) .modal-dialog.modal-xl .modal-content {
    padding-left: 50px;
    padding-right: 50px
  }
}

.modal:not(.modal--fullwidth):not(.modal--body-in-focus):not(.modal--video-theme) .modal-body {
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0
}

@media(min-width:992px) {
  .modal:not(.modal--fullwidth):not(.modal--body-in-focus):not(.modal--video-theme) .modal-body {
    padding-bottom: 50px
  }
}

.modal:not(.modal--fullwidth):not(.modal--body-in-focus):not(.modal--video-theme) .modal-body>:last-child {
  margin-bottom: 0
}

.modal:not(.modal--fullwidth):not(.modal--body-in-focus):not(.modal--video-theme) .btn-close {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23203887'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  color: #203887;
  opacity: 1;
  padding-right: 15px;
  padding-top: 1px;
  position: absolute;
  right: 0;
  top: 15px
}

@media(min-width:992px) {
  .modal:not(.modal--fullwidth):not(.modal--body-in-focus):not(.modal--video-theme) .btn-close {
    top: 24px
  }
}

.modal.show:not(.modal--full-width):not(.modal--narrow):not(.modal--video-theme) .modal-content:before {
  width: 100%
}

.modal .modal-body .container {
  padding-left: 0;
  padding-right: 0
}

.modal .modal-body>div>.text-media.my-3.my-md-5:first-child {
  margin-top: 0 !important
}

html.aem .modal {
  background-color: rgba(0, 0, 0, .5);
  display: block;
  position: static
}

html.aem .modal.fade {
  opacity: 1
}

.news-listing {
  margin-bottom: 60px
}

.news-listing__wrapper {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0
}

.news-listing .news-item {
  margin-bottom: 20px;
  position: relative
}

@media(min-width:992px) {
  .news-listing .news-item {
    margin-bottom: 60px
  }
}

.news-listing .news-item__anchor {
  text-decoration: none
}

.news-listing .news-item__anchor .news-item__title {
  padding-right: 20px;
  position: relative
}

@media(min-width:992px) {
  .news-listing .news-item__anchor .news-item__title {
    padding-right: 40px
  }
}

.news-listing .news-item__anchor .news-item__title:after {
  background-image: url(../images/icon-blue-chevron.svg);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 9px 14px;
  bottom: 6px;
  content: "";
  display: inline-block;
  height: 14px;
  margin-left: 11px;
  position: absolute;
  -webkit-transition: background .35s ease, opacity .35s ease, width .35s ease .25s;
  transition: background .35s ease, opacity .35s ease, width .35s ease .25s;
  width: 9px
}

@media(prefers-reduced-motion) {
  .news-listing .news-item__anchor .news-item__title:after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

@media(min-width:992px) {
  .news-listing .news-item__anchor .news-item__title:after {
    background-image: url(../images/icon-blue-chevron.svg), -webkit-gradient(linear, left top, right top, from(#59b7df), color-stop(45.9%, #59b7df), color-stop(46%, rgba(89, 183, 223, 0)), to(rgba(89, 183, 223, 0)));
    background-image: url(../images/icon-blue-chevron.svg), linear-gradient(90deg, #59b7df 0, #59b7df 45.9%, rgba(89, 183, 223, 0) 46%, rgba(89, 183, 223, 0));
    background-position: 0, 100%;
    background-size: 9pt 1pc, 200% 2px;
    height: 1pc;
    width: 9pt
  }
}

@media(min-width:1200px) {
  .news-listing .news-item__anchor .news-item__title:after {
    bottom: 5px
  }
}

.news-listing .news-item__anchor:focus .news-item__title,
.news-listing .news-item__anchor:hover .news-item__title {
  color: #203887;
  -webkit-text-decoration-color: #203887;
  text-decoration-color: #203887
}

.news-listing .news-item__anchor:focus .news-item__title:after,
.news-listing .news-item__anchor:hover .news-item__title:after {
  opacity: 1
}

@media(min-width:992px) {

  .news-listing .news-item__anchor:focus .news-item__title:after,
  .news-listing .news-item__anchor:hover .news-item__title:after {
    background-position: 100%, 0;
    -webkit-transition: background .15s ease, opacity .15s ease, width .15s ease;
    transition: background .15s ease, opacity .15s ease, width .15s ease;
    width: 30px
  }
}

@media(min-width:992px)and (prefers-reduced-motion) {

  .news-listing .news-item__anchor:focus .news-item__title:after,
  .news-listing .news-item__anchor:hover .news-item__title:after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.news-listing .news-item__image {
  position: relative
}

.news-listing .news-item__image .cmp-image {
  height: 0;
  max-width: none !important;
  padding-bottom: 72.89%;
  position: relative;
  width: 100%
}

.news-listing .news-item__image .cmp-image img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.news-listing .news-item h3.news-item__title,
.news-listing .news-item__title {
  color: #152456;
  font-family: GT Haptik, sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .9pt;
  line-height: 1.25;
  margin-top: 1pc;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: color .35s ease, -webkit-text-decoration-color .35s ease;
  transition: color .35s ease, -webkit-text-decoration-color .35s ease;
  transition: text-decoration-color .35s ease, color .35s ease;
  transition: text-decoration-color .35s ease, color .35s ease, -webkit-text-decoration-color .35s ease
}

.news-listing .news-item__content {
  margin-bottom: 1.5625rem
}

.news-listing .news-item__content,
.news-listing .news-item__content p {
  font-size: 1pc;
  letter-spacing: .8px;
  line-height: 1.375
}

.news-listing .news-item__content p:last-child {
  margin-bottom: 0
}

.news-listing .news-item__date {
  color: #363d3d;
  font-family: museo-slab, serif;
  font-size: 1pc;
  font-weight: 500;
  letter-spacing: .8px;
  line-height: 1;
  text-transform: uppercase
}

.news-listing .news-item__tag {
  color: #363d3d;
  color: #737777;
  font-family: museo-sans, sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1.3px;
  line-height: 1;
  margin-bottom: -4px;
  margin-top: 26px;
  text-transform: uppercase
}

[data-bs-theme=dark] .news-listing .news-item__tag {
  color: hsla(120, 3%, 88%, .8)
}

.news-listing--display-one-column .news-listing__wrapper {
  padding-top: 20px;
  position: relative
}

.news-listing--display-one-column .news-listing__wrapper:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#59b7df), to(#ece819));
  background-image: linear-gradient(90deg, #59b7df 0, #ece819);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 1s ease;
  transition: width 1s ease;
  width: 0
}

@media(prefers-reduced-motion) {
  .news-listing--display-one-column .news-listing__wrapper:before {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.news-listing--display-one-column .news-listing__wrapper.scroll-watch--in-view:before,
html.aem .news-listing--display-one-column .news-listing__wrapper:before {
  width: 100%
}

.news-listing--display-one-column .news-item {
  border-bottom: 1px solid #bbc0c0;
  margin-bottom: 25px;
  padding-bottom: 30px;
  position: relative
}

.news-listing--display-one-column .news-item__anchor {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-items: flex-start;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

@media(min-width:768px) {
  .news-listing--display-one-column .news-item__anchor {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

@media(max-width:575.98px) {
  .news-listing--display-one-column .news-item__anchor {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media(min-width:768px) {
  .news-listing--display-one-column .news-item {
    margin-bottom: 2rem
  }
}

.news-listing--display-one-column .news-item__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 20px
}

@media(min-width:768px) {
  .news-listing--display-one-column .news-item__body {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-bottom: 0;
    padding-top: 6px
  }
}

.news-listing--display-one-column .news-item__image {
  overflow: visible;
  padding-top: 10px;
  position: relative;
  z-index: 1
}

@media(min-width:768px) {
  .news-listing--display-one-column .news-item__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    margin-left: 2rem;
    max-width: 249px;
    order: 2
  }
}

.news-listing--display-one-column .news-item__image .cmp-image {
  height: auto;
  padding-bottom: 0
}

.news-listing--display-one-column .news-item__image .cmp-image img {
  height: auto;
  -o-object-fit: initial;
  object-fit: fill;
  position: static;
  width: 100%
}

@media(min-width:768px) {
  .news-listing--display-one-column.news-listing--larger-images .news-item__image {
    max-width: none;
    width: 50%
  }
}

.news-listing--display-one-column nav:last-child {
  margin-top: -33px
}

@media(max-width:767.98px) {
  .news-listing--display-one-column nav:last-child {
    margin-top: -26px
  }
}

.news-listing nav:last-child {
  border-top: 1px solid #bbc0c0
}

.overview-text-link {
  margin-bottom: 40px
}

.overview-text-link .title {
  margin-bottom: 20px;
  padding-bottom: 11px;
  position: relative
}

@media(min-width:992px) {
  .overview-text-link .title {
    padding-bottom: 26px
  }
}

.overview-text-link .title .h2,
.overview-text-link .title .h3,
.overview-text-link .title h2,
.overview-text-link .title h3 {
  color: #231f20;
  font-family: GT Haptik, sans-serif;
  font-size: 2pc;
  font-weight: 500;
  letter-spacing: .1pc;
  line-height: 1.375
}

.overview-text-link .title:after {
  background: -webkit-gradient(linear, left top, right top, from(#59b7df), to(#ece819));
  background: linear-gradient(90deg, #59b7df, #ece819);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transition: width 1s ease-out;
  transition: width 1s ease-out;
  width: 0
}

@media(prefers-reduced-motion) {
  .overview-text-link .title:after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    width: 100%
  }
}

.overview-text-link .text {
  margin-bottom: 18px
}

.overview-text-link p {
  font-size: 1pc;
  line-height: 1.625
}

.overview-text-link.animate--up-and-in--complete .title:after,
.overview-text-link.scroll-watch-stagger__item--complete .title:after,
html.aem .overview-text-link .title:after {
  width: 100%
}

.overview-text-links {
  margin-bottom: 40px
}

.overview-text-links .section-header {
  margin-bottom: 46px
}

@media(min-width:992px) {
  .overview-text-links--narrow-section-header .section-header {
    max-width: 60%
  }
}

.overview-text-links__inner {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0
}

@media(min-width:992px) {
  .overview-text-links__inner {
    margin-left: -22px;
    margin-right: -22px
  }

  .overview-text-links__inner .overview-text-link {
    padding-left: 22px;
    padding-right: 22px
  }

  .overview-text-links__inner--three-count {
    margin-left: -24px;
    margin-right: -24px
  }

  .overview-text-links__inner--three-count .overview-text-link {
    padding-left: 24px;
    padding-right: 24px
  }

  .overview-text-links__inner--two-count {
    margin-left: -36px;
    margin-right: -36px
  }

  .overview-text-links__inner--two-count .overview-text-link {
    padding-left: 36px;
    padding-right: 36px
  }
}

.overview-text-links--dark {
  background-color: #152456;
  color: #fff;
  margin-bottom: 60px;
  padding-bottom: 40px;
  padding-top: 5pc;
  position: relative
}

.overview-text-links--dark:after {
  background-attachment: fixed;
  background-image: url(../images/pattern-blue-large.svg);
  background-position: 100% 0;
  background-repeat: repeat-y;
  background-size: 200px auto;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  z-index: 1
}

@media(min-width:992px) {
  .overview-text-links--dark:after {
    background-size: 350px auto;
    width: 350px
  }
}

@media(min-width:1200px) {
  .overview-text-links--dark:after {
    background-size: 523px auto;
    width: 523px
  }
}

@media(max-width:575.98px) {
  .overview-text-links--dark:after {
    opacity: .6
  }
}

.overview-text-links--dark:after {
  opacity: .25
}

.overview-text-links--dark .title .h2,
.overview-text-links--dark .title .h3,
.overview-text-links--dark .title h2,
.overview-text-links--dark .title h3,
.overview-text-links--dark .title__prefix {
  color: #fff
}

.overview-text-links--dark .text a {
  color: #aae4ff
}

.overview-text-links--dark .text a:focus,
.overview-text-links--dark .text a:hover {
  color: #fff
}

.pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding-left: 0
}

.pagination li+li {
  margin-left: 5px
}

@media(min-width:992px) {
  .pagination li+li {
    margin-left: 15px
  }
}

.pagination .page-item {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.pagination .page-item.disabled a,
.pagination .page-item.disabled span {
  color: #bbc0c0;
  pointer-events: none
}

.pagination .page-item .icon-arrow-right:before {
  font-size: 9pt;
  position: relative;
  top: -2px;
  width: auto
}

.pagination .page-item.active .page-link {
  border-bottom-color: #59b7df;
  color: #152456;
  font-weight: 700
}

.pagination .page-link {
  border-bottom: 3px solid transparent;
  color: #274ac1;
  font-size: 1pc;
  line-height: 1.11;
  padding: 5px 8px 6px;
  text-decoration: none
}

@media(min-width:992px) {
  .pagination .page-link {
    font-size: 18px;
    padding: 8px 9pt 10px
  }
}

.pagination .page-link [class*=icon-] {
  pointer-events: none
}

.pagination .page-link:focus,
.pagination .page-link:hover {
  color: #203887
}

.pre-footer {
  background-color: #152456;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(21, 36, 86, .2)), to(rgba(21, 36, 86, .2))), url(../images/pattern-vertical-grid-background.svg);
  background-image: linear-gradient(0deg, rgba(21, 36, 86, .2), rgba(21, 36, 86, .2)), url(../images/pattern-vertical-grid-background.svg);
  background-position: 0 0, top -75pt left -50px, 0 0;
  background-repeat: repeat, repeat-y, repeat;
  background-size: 100% 100%, 440px auto, 100% 100%;
  overflow: hidden;
  padding-bottom: 40px;
  padding-top: 75pt;
  position: relative;
  -webkit-transition: background-position 1s ease;
  transition: background-position 1s ease
}

@media(min-width:768px) {
  .pre-footer {
    padding-bottom: 5pc;
    padding-top: 5pc
  }
}

@media(min-width:992px) {
  .pre-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    min-height: 425px
  }
}

@media(prefers-reduced-motion) {
  .pre-footer {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.pre-footer__image-overlay {
  background: -webkit-gradient(linear, left top, right top, color-stop(14.85%, #152456), to(rgba(21, 36, 86, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(21, 36, 86, .7)), to(rgba(21, 36, 86, .7)));
  background: linear-gradient(90deg, #152456 14.85%, rgba(21, 36, 86, 0)), linear-gradient(0deg, rgba(21, 36, 86, .7), rgba(21, 36, 86, .7));
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2
}

.pre-footer:after {
  background: transparent url(../images/logo-ram.svg) no-repeat scroll 0 0/contain;
  content: "";
  height: 261px;
  pointer-events: none;
  position: absolute;
  right: -180px;
  top: 0;
  -webkit-transition: top 1.5s ease-out;
  transition: top 1.5s ease-out;
  width: 360px;
  z-index: 3
}

@media(min-width:576px) {
  .pre-footer:after {
    height: 501px;
    right: -20pc;
    width: 600px
  }
}

@media(min-width:992px) {
  .pre-footer:after {
    height: 662px;
    right: -479px;
    width: 958px
  }
}

@media(prefers-reduced-motion) {
  .pre-footer:after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.pre-footer.scroll-watch--in-view,
html.aem .pre-footer {
  background-position: top left -50px
}

.pre-footer.scroll-watch--in-view:after,
html.aem .pre-footer:after {
  top: -87px
}

@media(min-width:576px) {

  .pre-footer.scroll-watch--in-view:after,
  html.aem .pre-footer:after {
    top: -88px
  }
}

@media(min-width:992px) {

  .pre-footer.scroll-watch--in-view:after,
  html.aem .pre-footer:after {
    top: -15pc
  }
}

.pre-footer__background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.pre-footer__background .cmp-image {
  max-width: none !important
}

.pre-footer__background img {
  bottom: 0;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.pre-footer__container {
  position: relative;
  z-index: 4
}

.pre-footer .title * {
  color: #fff;
  font-family: museo-slab, serif;
  line-height: 1;
  margin-bottom: 30px
}

@media(min-width:992px) {
  .pre-footer .title * {
    font-size: 72px;
    letter-spacing: 2.16px
  }
}

.pre-footer .action-link a {
  color: #fff
}

.pre-footer .action-link a:after {
  color: #ece819
}

.profile-directory {
  margin-bottom: 5pc
}

.profile-directory .profile-directory__list {
  list-style-type: none;
  padding-left: 0
}

@media(min-width:992px) {
  .profile-directory .search-and-filters {
    margin-bottom: 7px
  }

  .profile-directory .search-and-filters__col {
    margin-bottom: 0 !important
  }
}

.profile-directory .image {
  margin-bottom: 0
}

.profile-directory .image .cmp-image {
  max-width: none !important
}

.interior-page .layout--two-thirds .column-2 .profile-directory .title:not(.title--label) h3,
.profile-directory .h3,
.profile-directory h3 {
  color: #231f20;
  font-family: museo-sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.2;
  margin-bottom: 10px
}

.profile-directory__list .text {
  margin-bottom: 0
}

.profile-directory__list--default {
  border-top: 4px solid #dfe1df;
  margin-top: 20px
}

@media(min-width:1200px) {
  .profile-directory__list--default {
    margin-top: 60px
  }
}

.profile-directory__list--default .sticky-alphabet__anchor {
  border-bottom: 2px solid #dfe1df;
  padding-top: 30px
}

@media(min-width:768px) {
  .profile-directory__list--default .sticky-alphabet__anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .profile-directory__list--default .sticky-alphabet__anchor .title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 40px;
    width: 72px
  }
}

@media(min-width:992px) {
  .profile-directory__list--default .sticky-alphabet__anchor .title {
    margin-right: 90px
  }
}

.profile-directory__list--default .sticky-alphabet__anchor .title .h2,
.profile-directory__list--default .sticky-alphabet__anchor .title h2 {
  color: #203887;
  font-family: museo-slab, serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 1.26px;
  line-height: 1.2
}

@media(min-width:768px) {

  .profile-directory__list--default .sticky-alphabet__anchor .title .h2,
  .profile-directory__list--default .sticky-alphabet__anchor .title h2 {
    text-align: center
  }
}

.profile-directory__list--default .profile-directory__list__profile-row {
  list-style-type: none;
  padding-left: 0;
  width: 100%
}

.profile-directory__list--default .profile-directory__list__item {
  margin-bottom: 30px
}

.profile-directory__list--default .profile-directory__list__item .h3,
.profile-directory__list--default .profile-directory__list__item h3 {
  color: #231f20;
  font-family: museo-sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2
}

.profile-directory__list--default .profile-directory__list__item .h3 a,
.profile-directory__list--default .profile-directory__list__item h3 a {
  color: #152456;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent
}

.profile-directory__list--default .profile-directory__list__item .h3 a:after,
.profile-directory__list--default .profile-directory__list__item h3 a:after {
  color: #59b7df;
  content: "";
  display: inline-block;
  font-family: Jeff Custom Icons;
  font-size: .65em;
  font-size: 14px;
  font-weight: 500;
  margin-top: 7px;
  padding-left: 8px;
  position: absolute;
  top: auto;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform .35s ease;
  transition: -webkit-transform .35s ease;
  transition: transform .35s ease;
  transition: transform .35s ease, -webkit-transform .35s ease;
  -webkit-transition: color .35s ease, -webkit-transform .35s ease;
  transition: color .35s ease, -webkit-transform .35s ease;
  transition: transform .35s ease, color .35s ease;
  transition: transform .35s ease, color .35s ease, -webkit-transform .35s ease
}

.profile-directory__list--default .profile-directory__list__item .h3 a:hover,
.profile-directory__list--default .profile-directory__list__item h3 a:hover {
  color: #203887;
  -webkit-text-decoration-color: #203887;
  text-decoration-color: #203887
}

.profile-directory__list--default .profile-directory__list__item .h3 a:hover:after,
.profile-directory__list--default .profile-directory__list__item h3 a:hover:after {
  color: #274ac1;
  -webkit-transform: translateX(5px);
  transform: translateX(5px)
}

.profile-directory__list--default .profile-directory__list__item__title {
  color: #231f20;
  display: block;
  font-size: 1pc;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 8px
}

.profile-directory__list--default .profile-directory__list__item__email,
.profile-directory__list--default .profile-directory__list__item__phone {
  word-wrap: break-word;
  display: block;
  font-family: GT Haptik, sans-serif;
  font-size: 1pc;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 5px
}

.profile-directory__list--default .profile-directory__list__profiles {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.profile-directory__list--default a.profile-directory__list__item__email,
.profile-directory__list--default a.profile-directory__list__item__phone {
  color: #274ac1
}

.profile-directory__list--default a.profile-directory__list__item__email:hover,
.profile-directory__list--default a.profile-directory__list__item__phone:hover {
  color: #203887
}

.profile-directory__no-results {
  display: none
}

.profile-directory--theme-2 .profile-directory__item {
  border-bottom: 1px solid #bbc0c0;
  margin-bottom: 30px;
  padding-bottom: 30px
}

.profile-directory--theme-2 .profile-directory__item__title {
  color: #231f20;
  display: block;
  font-size: 1pc;
  font-weight: 500;
  line-height: 1.625;
  margin-bottom: 5px
}

.profile-directory--theme-2 .profile-directory__item__email,
.profile-directory--theme-2 .profile-directory__item__phone {
  display: block;
  font-family: GT Haptik, sans-serif;
  font-size: 1pc;
  font-weight: 500
}

.profile-directory--theme-2 .profile-directory__item__email {
  line-height: 1.2;
  margin-bottom: 5px;
  word-break: break-word
}

.profile-directory--theme-2 a.profile-directory__item__email,
.profile-directory--theme-2 a.profile-directory__item__name,
.profile-directory--theme-2 a.profile-directory__item__phone {
  color: #274ac1
}

@media(max-width:767.98px) {
  .profile-directory--theme-2 .image {
    max-width: 250px
  }
}

.profile-directory--theme-2 .image .cmp-image {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  width: 100%
}

.profile-directory--theme-2 .image img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

@media(min-width:768px) {

  .profile-directory--theme-3 .profile-directory__list--one-column .image,
  .profile-directory--theme-3 .profile-directory__list--three-column .image,
  .profile-directory--theme-3 .profile-directory__list--two-column .image {
    margin-bottom: 0
  }
}

.profile-directory--theme-3 .profile-directory__list--one-column .profile-directory__item,
.profile-directory--theme-3 .profile-directory__list--three-column .profile-directory__item,
.profile-directory--theme-3 .profile-directory__list--two-column .profile-directory__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media(min-width:768px) {
  .profile-directory--theme-3 .profile-directory__list--three-column .image {
    width: 90px
  }
}

.profile-directory--theme-3 .profile-directory__item {
  margin-bottom: 40px
}

.profile-directory--theme-3 .profile-directory__item__text .text {
  color: #231f20;
  font-size: 1pc;
  font-weight: 500;
  line-height: 1.625
}

.profile-directory--theme-3 .image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 20px;
  margin-right: 30px;
  width: 150px
}

@media(max-width:767.98px) {
  .profile-directory--theme-3 .image {
    margin-right: 20px;
    width: 90px
  }
}

.profile-directory--theme-3 .image .cmp-image {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  width: 100%
}

.profile-directory--theme-3 .image img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.profile__contact-info {
  font-size: 1pc;
  padding-bottom: 20px;
  padding-top: 30px
}

.profile__contact-info .title.title--label .h2,
.profile__contact-info .title.title--label h2 {
  margin-bottom: 25px;
  padding-top: 0
}

.profile__contact-info a {
  word-wrap: break-word;
  color: #274ac1;
  font-family: GT Haptik, sans-serif;
  font-weight: 500
}

.profile__contact-info p {
  margin-bottom: 8px
}

@media(min-width:992px) {
  .profile__contact-info {
    margin-right: -20px
  }
}

@media(min-width:992px)and (min-width:576px) {
  .profile__contact-info {
    margin-right: calc(-50vw - -266px)
  }
}

@media(min-width:992px)and (min-width:768px) {
  .profile__contact-info {
    margin-right: calc(-50vw - -356px)
  }
}

@media(min-width:992px)and (min-width:992px) {
  .profile__contact-info {
    margin-right: calc(-50vw - -476px)
  }
}

@media(min-width:992px)and (min-width:1200px) {
  .profile__contact-info {
    margin-right: calc(-50vw - -566px)
  }
}

@media(min-width:992px)and (min-width:1400px) {
  .profile__contact-info {
    margin-right: calc(-50vw - -41pc)
  }
}

@media(max-width:991.98px) {
  .profile__contact-info {
    margin-bottom: 0;
    max-width: 300px
  }
}

@media(max-width:767.98px) {
  .container .profile__contact-info {
    margin-left: 0;
    margin-right: 0
  }
}

.layout--profile {
  margin-bottom: 50px
}

.layout--profile .profile__position {
  font-size: 24px;
  line-height: 1.33
}

.layout--profile .h2,
.layout--profile .h3,
.layout--profile .h4,
.layout--profile .h5,
.layout--profile .h6,
.layout--profile .title h2,
.layout--profile .title h3,
.layout--profile .title h4,
.layout--profile .title h5,
.layout--profile .title h6,
.layout--profile h2,
.layout--profile h3,
.layout--profile h4,
.layout--profile h5,
.layout--profile h6 {
  font-family: museo-slab, serif;
  font-weight: 500;
  line-height: 1.25
}

.layout--profile .h2,
.layout--profile .title h2,
.layout--profile h2 {
  font-size: 28px;
  letter-spacing: .84px
}

.layout--profile .h3,
.layout--profile .title h3,
.layout--profile h3 {
  font-size: 24px;
  letter-spacing: .72px
}

.layout--profile .h4,
.layout--profile .title h4,
.layout--profile h4 {
  font-size: 20px;
  letter-spacing: .6px
}

.layout--profile .h5,
.layout--profile .title h5,
.layout--profile h5 {
  font-size: 1pc;
  letter-spacing: .48px;
  text-transform: uppercase
}

.layout--profile .h6,
.layout--profile .title h6,
.layout--profile h6 {
  font-size: 14px;
  letter-spacing: .42px;
  text-transform: uppercase
}

.layout--profile .title .h1,
.layout--profile .title h1 {
  margin-bottom: 18px
}

.layout--profile .title--label .h2,
.layout--profile .title--label .h3,
.layout--profile .title--label .h4,
.layout--profile .title--label .h5,
.layout--profile .title--label .h6,
.layout--profile .title--label h2,
.layout--profile .title--label h3,
.layout--profile .title--label h4,
.layout--profile .title--label h5,
.layout--profile .title--label h6 {
  color: #363d3d;
  font-family: museo-sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .9px;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: uppercase
}

.layout--profile .title--label .h2,
.layout--profile .title--label h2 {
  padding-top: 30px
}

.program-finder-4 {
  margin-bottom: 5pc
}

.program-finder-4 .program-finder__no-results {
  display: none
}

.program-finder-4 .program-finder__list {
  border-bottom: 2px solid #dfe1df;
  border-top: 4px solid #dfe1df;
  list-style-type: none;
  margin-top: 40px;
  padding-left: 0
}

.program-finder-4 .program-finder__programs {
  list-style-type: none;
  margin-bottom: 30px;
  padding-left: 0
}

@media(min-width:768px) {
  .program-finder-4 .program-finder__programs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%
  }
}

.program-finder-4 .program-finder__programs__item {
  margin-bottom: 30px
}

.program-finder-4 .program-finder__programs__item a {
  color: #152456;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  padding-right: 40px;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent
}

.program-finder-4 .program-finder__programs__item a:after {
  color: #59b7df;
  content: "";
  display: inline-block;
  font-family: Jeff Custom Icons;
  font-size: .65em;
  font-size: 9pt;
  font-weight: 500;
  margin-top: 8px;
  padding-left: 8px;
  position: absolute;
  top: auto;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform .35s ease;
  transition: -webkit-transform .35s ease;
  transition: transform .35s ease;
  transition: transform .35s ease, -webkit-transform .35s ease;
  -webkit-transition: color .35s ease, -webkit-transform .35s ease;
  transition: color .35s ease, -webkit-transform .35s ease;
  transition: color .35s ease, transform .35s ease;
  transition: color .35s ease, transform .35s ease, -webkit-transform .35s ease
}

.program-finder-4 .program-finder__programs__item a:hover {
  color: #203887;
  -webkit-text-decoration-color: #203887;
  text-decoration-color: #203887
}

.program-finder-4 .program-finder__programs__item a:hover:after {
  color: #274ac1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px)
}

@media(min-width:992px) {
  .program-finder-4 .search-and-filters {
    margin-bottom: 7px
  }

  .program-finder-4 .search-and-filters__col {
    margin-bottom: 0 !important
  }
}

.program-finder-4 .sticky-alphabet__anchor {
  border-bottom: 2px solid #dfe1df;
  padding-top: 30px
}

@media(min-width:768px) {
  .program-finder-4 .sticky-alphabet__anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.program-finder-4 .sticky-alphabet__anchor .title {
  margin-bottom: 30px
}

@media(min-width:768px) {
  .program-finder-4 .sticky-alphabet__anchor .title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 40px;
    width: 72px
  }
}

@media(min-width:992px) {
  .program-finder-4 .sticky-alphabet__anchor .title {
    margin-right: 90px
  }
}

.program-finder-4 .sticky-alphabet__anchor .title .h2,
.program-finder-4 .sticky-alphabet__anchor .title h2 {
  color: #203887;
  font-family: museo-slab, serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 1.26px;
  line-height: 1.2
}

@media(min-width:768px) {

  .program-finder-4 .sticky-alphabet__anchor .title .h2,
  .program-finder-4 .sticky-alphabet__anchor .title h2 {
    text-align: center
  }
}

.program-info .title.h6 {
  margin-bottom: 0
}

.program-info .title.h6>* {
  margin-bottom: 0;
  margin-top: 5px
}

.program-info .program-info__content .h2,
.program-info .program-info__content .h3,
.program-info .program-info__content .h4,
.program-info .program-info__content .h5,
.program-info .program-info__content .h6,
.program-info .program-info__content h2,
.program-info .program-info__content h3,
.program-info .program-info__content h4,
.program-info .program-info__content h5,
.program-info .program-info__content h6 {
  color: #363d3d;
  font-family: museo-sans, sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1.3px;
  line-height: 1;
  text-transform: uppercase
}

[data-bs-theme=dark] .program-info .program-info__content .h2,
[data-bs-theme=dark] .program-info .program-info__content .h3,
[data-bs-theme=dark] .program-info .program-info__content .h4,
[data-bs-theme=dark] .program-info .program-info__content .h5,
[data-bs-theme=dark] .program-info .program-info__content .h6,
[data-bs-theme=dark] .program-info .program-info__content h2,
[data-bs-theme=dark] .program-info .program-info__content h3,
[data-bs-theme=dark] .program-info .program-info__content h4,
[data-bs-theme=dark] .program-info .program-info__content h5,
[data-bs-theme=dark] .program-info .program-info__content h6 {
  color: hsla(120, 3%, 88%, .8)
}

.program-info .btn-cta+.btn-cta {
  margin-top: 10px
}

.program-info-2 {
  overflow: hidden
}

.interior-page .program-info-2,
.program-page .program-info-2 {
  margin-bottom: 30px
}

@media(min-width:992px) {

  .interior-page .program-info-2,
  .program-page .program-info-2 {
    margin-bottom: 40px
  }
}

.splide--program-info {
  margin-top: 10px
}

.splide--program-info .splide__arrows {
  height: 38px;
  position: absolute;
  right: 0;
  top: -52px;
  width: 136px
}

.splide--program-info .splide__arrow {
  font-size: 9pt;
  height: 38px
}

.splide--program-info .splide__arrow--next {
  padding-left: 1pc;
  padding-right: 25px
}

.splide--program-info .splide__arrow--prev {
  padding-left: 25px;
  padding-right: 1pc
}

.splide--program-info .splide__arrow--prev:before {
  height: 20px
}

.splide--program-info .splide__track {
  overflow: visible
}

.quote {
  margin-bottom: 60px
}

.quote figure {
  padding-left: 66px
}

@media(min-width:768px) {
  .quote figure {
    padding-left: 78pt
  }
}

.quote .image {
  margin-bottom: 0
}

.quote .quote-text {
  color: #152456;
  font-family: museo-slab, serif;
  font-weight: 500;
  line-height: 1.222;
  padding-bottom: 2px;
  position: relative
}

@media(min-width:992px) {
  .quote .quote-text {
    padding-bottom: 17px
  }
}

.quote .quote-text:before {
  color: #152456;
  content: "“";
  font-family: GT Haptik, sans-serif;
  font-size: 81pt;
  font-weight: 500;
  left: -66px;
  letter-spacing: 3.24px;
  line-height: 1;
  position: absolute;
  top: -13px
}

@media(min-width:768px) {
  .quote .quote-text:before {
    font-size: 8pc;
    left: -78pt;
    top: -9pt
  }
}

.quote .quote-text:after {
  background-image: -webkit-gradient(linear, left top, right top, from(#59b7df), to(#ece819));
  background-image: linear-gradient(90deg, #59b7df 0, #ece819);
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
  width: 0
}

@media(prefers-reduced-motion) {
  .quote .quote-text:after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.quote .blockquote-footer {
  font-weight: 300;
  line-height: 1.4;
  margin-top: 0;
  padding-top: 3px;
  position: relative
}

@media(max-width:767.98px) {
  .quote .blockquote-footer {
    font-size: 1pc
  }
}

.quote .blockquote-footer:before {
  display: none
}

.quote .blockquote-footer cite {
  font-style: normal
}

.quote .blockquote-footer__attribute-title {
  display: block
}

.quote .animate--up-and-in--complete .quote-text:after,
html.aem .quote .quote-text:after {
  width: 100%
}

.quote--display-theme-1 {
  margin-top: 40px
}

.quote--display-theme-2 {
  margin-bottom: 5pc
}

.quote--display-theme-2 .quote__geometric-pattern {
  background: transparent url(../images/pattern-two-rows.svg) repeat-x scroll 0 0/auto 100%;
  margin-bottom: 40px
}

.quote--display-theme-2 .quote__geometric-pattern img {
  height: 123px;
  width: auto
}

.quote--display-theme-2 figure {
  padding-left: 0
}

.quote--display-theme-2 .quote-text {
  letter-spacing: .81pt;
  padding-bottom: 2px;
  text-align: center
}

.quote--display-theme-2 .quote-text:before {
  display: none
}

.quote--display-theme-2 .quote-text:after {
  left: 50%;
  max-width: 379px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media(min-width:992px) {
  .quote--display-theme-2 .blockquote {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%
  }
}

.quote--display-theme-2 .blockquote-footer {
  text-align: center
}

@media(min-width:992px) {
  .quote--display-theme-2 .blockquote-footer {
    margin-top: 0
  }
}

.quote--display-theme-3 {
  margin-bottom: 5pc
}

.quote--display-theme-3 figure {
  padding-left: 0
}

.quote--display-theme-3 .blockquote {
  padding-left: 60px
}

@media(min-width:768px) {
  .quote--display-theme-3 .blockquote {
    padding-left: 78pt
  }
}

.quote--display-theme-3 .blockquote .quote-text:before {
  font-size: 81px;
  left: -50px;
  top: -7px
}

@media(min-width:768px) {
  .quote--display-theme-3 .blockquote .quote-text:before {
    font-size: 81pt;
    left: -5pc;
    top: -9px
  }
}

.quote--display-theme-3 .blockquote-footer {
  padding-left: 60px
}

@media(min-width:768px) {
  .quote--display-theme-3 .blockquote-footer {
    padding-left: 78pt
  }
}

.quote--display-theme-3 .animate--up-and-in--complete .quote-text:after,
html.aem .quote--display-theme-3 .quote-text:after {
  width: 100%
}

.related-links {
  margin-bottom: 50px
}

.related-links .title .h2,
.related-links .title h2 {
  margin-bottom: 20px
}

.related-links .related-link {
  width: 100%
}

.related-links .related-link .cq-LinkChecker.cq-LinkChecker--invalid {
  height: 13px;
  width: 20px
}

.related-links .related-link .cq-LinkChecker.cq-LinkChecker--invalid.cq-LinkChecker--suffix {
  width: 3px
}

.related-links:not(.related-links--buttons) .related-link {
  margin-bottom: 30px;
  padding-bottom: 9pt;
  position: relative
}

.related-links:not(.related-links--buttons) .related-link .action-link {
  width: 100%
}

@media(min-width:768px) {
  .related-links:not(.related-links--buttons) .related-link .action-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    justify-content: center
  }
}

.related-links:not(.related-links--buttons) .related-link .action-link a {
  color: #152456;
  display: block;
  font-weight: 500;
  letter-spacing: .9pt;
  text-decoration: none;
  text-transform: none
}

@media(min-width:992px) {
  .related-links:not(.related-links--buttons) .related-link .action-link a {
    font-size: 24px;
    line-height: 1.25
  }
}

.related-links:not(.related-links--buttons) .related-link .action-link a:before {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #bbc0c0), color-stop(55%, #59b7df), color-stop(80%, #ece819));
  background-image: linear-gradient(90deg, #bbc0c0 50%, #59b7df 55%, #ece819 80%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 220% 2px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-position .35s ease;
  transition: background-position .35s ease
}

.related-links:not(.related-links--buttons) .related-link .action-link a:after {
  right: 0;
  top: calc(50% - 11px);
  -webkit-transform: translate(0);
  transform: translate(0)
}

@media(min-width:992px) {
  .related-links:not(.related-links--buttons) .related-link .action-link a:after {
    right: 10px
  }
}

.related-links:not(.related-links--buttons) .related-link .action-link a:focus:before,
.related-links:not(.related-links--buttons) .related-link .action-link a:hover:before {
  background-position: 100% 100%
}

@media(min-width:992px) {

  .related-links:not(.related-links--buttons) .related-link .action-link a:focus:after,
  .related-links:not(.related-links--buttons) .related-link .action-link a:hover:after {
    -webkit-transform: translate(10px);
    transform: translate(10px)
  }
}

.related-links:not(.related-links--buttons) .related-link .action-link a:focus-visible:after {
  -webkit-transform: translate(0);
  transform: translate(0)
}

.related-links--buttons .related-link .btn-cta {
  padding-bottom: 25px;
  padding-top: 26px
}

@media(min-width:768px) {
  .related-links--buttons .related-link .btn-cta {
    height: 100%
  }
}

@media(max-width:767.98px) {
  .related-links--buttons .related-link .btn-cta {
    margin-bottom: 15px
  }
}

.interior-page .column-1 .related-links.pt-5.pt-lg-6,
.program-page .column-1 .related-links.pt-5.pt-lg-6 {
  padding-top: 0 !important
}

#searchResults .searchResults__search-bar {
  border-bottom: 3px solid #bbc0c0
}

#searchResults .searchResults__search-bar .icon-close,
#searchResults .searchResults__search-bar .icon-search {
  color: #203887;
  font-size: 20px;
  position: relative;
  top: -9px
}

@media(min-width:576px) {

  #searchResults .searchResults__search-bar .icon-close,
  #searchResults .searchResults__search-bar .icon-search {
    font-size: 28px
  }
}

#searchResults .searchResults__search-bar #searchBox {
  border: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-family: museo-slab, serif;
  font-size: 20px;
  font-weight: 500;
  height: 34px;
  padding-left: 15px;
  width: 100%
}

@media(min-width:576px) {
  #searchResults .searchResults__search-bar #searchBox {
    font-size: 30px;
    height: 50px;
    padding-left: 23px
  }
}

@media(min-width:768px) {
  #searchResults .searchResults__search-bar #searchBox {
    font-size: 36px
  }
}

#searchResults .searchResults__search-bar #searchBox::-webkit-input-placeholder {
  color: #737777
}

#searchResults .searchResults__search-bar #searchBox::-moz-placeholder {
  color: #737777
}

#searchResults .searchResults__search-bar #searchBox:-ms-input-placeholder {
  color: #737777
}

#searchResults .searchResults__search-bar #searchBox:-moz-placeholder {
  color: #737777
}

#searchResults .searchResults__search-bar #searchBox::-webkit-search-cancel-button {
  height: 14px;
  width: 14px
}

@media(min-width:768px) {
  #searchResults .searchResults__search-bar #searchBox::-webkit-search-cancel-button {
    height: 25px;
    width: 25px
  }
}

#searchResults .gsc-result-info {
  line-height: 1.3
}

#searchResults .gsc-orderby-label {
  line-height: 1
}

#searchResults .gsc-orderby-label,
#searchResults .gsc-result-info {
  color: #231f20;
  font-family: museo-sans, sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1.3px;
  text-transform: uppercase
}

#searchResults .gsc-refinementHeader.gsc-refinementhInactive,
#searchResults .gsc-tabHeader.gsc-tabhInactive {
  color: #203887;
  font-family: museo-sans, sans-serif;
  font-weight: 300
}

#searchResults .gsc-refinementHeader.gsc-refinementhInactive:hover,
#searchResults .gsc-tabHeader.gsc-tabhInactive:hover {
  color: #274ac1;
  cursor: pointer
}

#searchResults .gsc-refinementHeader.gsc-refinementhActive,
#searchResults .gsc-tabHeader.gsc-tabhActive {
  border-bottom-width: 3px;
  -o-border-image: linear-gradient(90deg, #59b7df, #ece819) 4;
  border-image: -webkit-gradient(linear, left top, right top, from(#59b7df), to(#ece819)) 4;
  border-image: linear-gradient(90deg, #59b7df, #ece819) 4;
  color: #152456;
  font-family: museo-sans, sans-serif;
  font-weight: 700
}

#searchResults .gsc-selected-option-container {
  background-color: transparent;
  border-color: #737777;
  color: #231f20;
  font-family: museo-sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  height: 36px;
  line-height: 1.25;
  padding-top: 7px
}

@media(min-width:576px) {
  #searchResults .gsc-selected-option-container {
    font-size: 1pc
  }
}

#searchResults .gsc-control-cse {
  padding: 0
}

#searchResults .gsc-control-cse,
#searchResults .gsc-control-cse .gsc-table-result {
  font-family: museo-sans, sans-serif;
  font-size: 1pc
}

#searchResults .gsc-control-cse .gsc-option-selector {
  background: transparent url('data:image/svg+xml,<svg width="9" height="5" viewBox="0 0 9 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.21094 4.28906L1.21094 1.28906C1 1.07812 0.929688 0.75 1.04688 0.46875C1.16406 0.1875 1.44531 0 1.75 0H7.75C8.05469 0 8.3125 0.1875 8.42969 0.46875C8.54688 0.75 8.47656 1.07812 8.26562 1.28906L5.26562 4.28906C4.98438 4.59375 4.49219 4.59375 4.21094 4.28906Z" fill="%23231F20"/></svg>') no-repeat scroll 100%;
  padding-right: 37px;
  padding-top: 10px;
  top: 15px
}

#searchResults .gsc-control-cse .gs-result .gs-title,
#searchResults .gsc-control-cse .gs-result .gs-title *,
#searchResults .gsc-control-cse .gs-spelling {
  font-size: 20px
}

@media(min-width:992px) {

  #searchResults .gsc-control-cse .gs-result .gs-title,
  #searchResults .gsc-control-cse .gs-result .gs-title *,
  #searchResults .gsc-control-cse .gs-spelling {
    font-size: 24px
  }
}

#searchResults .gsc-wrapper {
  margin-top: 20px
}

#searchResults .gsc-above-wrapper-area {
  border-bottom: 0
}

#searchResults .gs-result .gs-title,
#searchResults .gs-result .gs-title * {
  color: #203887;
  font-family: museo-slab, serif
}

#searchResults .gs-result a.gs-title {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: -webkit-text-decoration-color .35s ease;
  transition: -webkit-text-decoration-color .35s ease;
  transition: text-decoration-color .35s ease;
  transition: text-decoration-color .35s ease, -webkit-text-decoration-color .35s ease
}

#searchResults .gs-result a.gs-title:focus,
#searchResults .gs-result a.gs-title:hover {
  -webkit-text-decoration-color: #274ac1;
  text-decoration-color: #274ac1
}

#searchResults .gs-result a.gs-title:focus,
#searchResults .gs-result a.gs-title:focus *,
#searchResults .gs-result a.gs-title:hover,
#searchResults .gs-result a.gs-title:hover * {
  color: #274ac1
}

#searchResults .gsc-webResult.gsc-result {
  border-bottom: 0
}

#searchResults .gs-result.gs-webResult {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  border-bottom: 1px solid #bbc0c0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 22px;
  padding-top: 7px
}

#searchResults .gs-result.gs-webResult .gsc-thumbnail-inside {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

#searchResults .gs-result.gs-webResult .gsc-url-top {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}

#searchResults .gs-result.gs-webResult .gsc-table-result {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

#searchResults .gs-result.gs-webResult .gsc-thumbnail {
  display: none
}

#searchResults .gs-webResult div.gs-visibleUrl {
  color: #737777
}

#searchResults .gs-webResult .gs-fileFormatType,
#searchResults .gs-webResult:not(.gs-no-results-result):not(.gs-error-result) .gs-snippet {
  color: #231f20
}

#searchResults .gsc-results .gsc-cursor-box {
  margin-top: 35px
}

#searchResults .gsc-results .gsc-cursor-box.gs-bidi-start-align {
  text-align: center
}

#searchResults .gsc-results .gsc-cursor-box .gsc-cursor-page {
  border-bottom: 3px solid transparent;
  color: #274ac1;
  font-size: 1pc;
  font-weight: 300;
  line-height: 1.11;
  padding: 4px 3px
}

@media(min-width:992px) {
  #searchResults .gsc-results .gsc-cursor-box .gsc-cursor-page {
    font-size: 18px;
    padding: 8px 9pt
  }
}

#searchResults .gsc-results .gsc-cursor-box .gsc-cursor-page:focus,
#searchResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  color: #203887;
  text-decoration: none
}

#searchResults .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
  border-bottom-color: #59b7df;
  color: #152456
}

#searchResults .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page:focus,
#searchResults .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page:hover {
  text-decoration: none
}

#searchResults .gcsc-more-maybe-branding-root {
  margin-top: 50px
}

#searchResults .gcsc-find-more-on-google {
  color: #203887;
  font-size: 13px
}

#searchResults .gcsc-find-more-on-google-magnifier {
  fill: #203887
}

.splide__pagination {
  padding-left: 0
}

.splide__arrows {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-negative: 0;
  align-items: center;
  background-color: #274ac1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  height: 51px;
  justify-content: center;
  width: 193px
}

@media(max-width:575.98px) {
  .splide__arrows {
    height: 38px;
    width: 136px
  }
}

.splide__arrow {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  height: 51px;
  justify-content: center
}

@media(min-width:768px) {

  .splide__arrow:focus:after,
  .splide__arrow:hover:after {
    color: #59b7df
  }
}

@media(max-width:575.98px) {
  .splide__arrow {
    font-size: 9pt;
    height: 38px
  }
}

.splide__arrow[disabled] {
  pointer-events: none
}

.splide__arrow[disabled]:after {
  opacity: .5
}

.splide__arrow:after {
  color: #fff;
  content: "";
  font-family: Jeff Custom Icons;
  margin-bottom: -4px;
  margin-top: -4px;
  -webkit-transition: color .35s ease;
  transition: color .35s ease
}

.splide__arrow:focus-visible {
  -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 6px #000;
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #000;
  outline: none
}

.splide__arrow--next {
  padding-left: 22px;
  padding-right: 35px
}

@media(max-width:575.98px) {
  .splide__arrow--next {
    padding-left: 1pc;
    padding-right: 25px
  }
}

.splide__arrow--prev {
  padding-left: 35px;
  padding-right: 22px;
  position: relative
}

@media(max-width:575.98px) {
  .splide__arrow--prev {
    padding-left: 25px;
    padding-right: 17px
  }
}

.splide__arrow--prev:before {
  background-color: #bbc0c0;
  content: "";
  height: 30px;
  position: absolute;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px
}

@media(max-width:575.98px) {
  .splide__arrow--prev:before {
    height: 20px
  }
}

.splide__arrow--prev:after {
  display: block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.splide--calculate-height .splide__list {
  -webkit-transition: height .35s ease;
  transition: height .35s ease
}

.site__social-links a {
  display: block;
  font-size: 22px
}

.site__social-links a:focus .icon--disc,
.site__social-links a:hover .icon--disc {
  background-position: 0 0
}

[data-bs-theme=dark] .site__social-links a:focus .icon--disc,
[data-bs-theme=dark] .site__social-links a:hover .icon--disc {
  background-color: #ece819
}

.site__social-links .icon--disc {
  background-image: -webkit-gradient(linear, left top, right top, from(#152456), color-stop(50%, #274ac1));
  background-image: linear-gradient(90deg, #152456 0, #274ac1 50%);
  background-position: 100% 0;
  background-size: 200%;
  color: #fff;
  height: 46px;
  -webkit-transition: background-position .35s ease;
  transition: background-position .35s ease;
  width: 46px
}

[data-bs-theme=dark] .site__social-links .icon--disc {
  background-color: #fff;
  background-image: none;
  color: #08102e;
  -webkit-transition: background-color .35s ease;
  transition: background-color .35s ease
}

.sharethis .st-custom-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-negative: 0;
  align-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  height: 40px;
  justify-content: center;
  width: 40px
}

.sharethis .st-custom-button[data-network=facebook] {
  background-color: #4267b2
}

.sharethis .st-custom-button[data-network=twitter] {
  background-color: #000
}

.sharethis .st-custom-button[data-network=linkedin] {
  background-color: #0077b5
}

.stat__number {
  word-wrap: break-word;
  color: #152456;
  display: block;
  font-family: museo-slab, serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: .09pc;
  line-height: 1.416;
  margin-bottom: 5px
}

@media(min-width:576px) {
  .stat__number {
    font-size: 3pc
  }
}

.stat__wrapper {
  background-image: linear-gradient(-15deg, #59b7df 70%, #ece819 85%);
  background-position: 100% 100%;
  background-size: 200%;
  padding: 10px
}

.stat .bg-white {
  padding: 35px
}

.stat--featured .stat__number {
  font-size: 40px;
  letter-spacing: 2.4px;
  line-height: .85;
  margin-bottom: 14px
}

@media(min-width:576px) {
  .stat--featured .stat__number {
    font-size: 5pc
  }
}

.stat--featured .bg-white {
  padding: 3pc 41px 41px
}

.stat:not(.stat--row-child) {
  margin-bottom: 30px
}

.stat:not(.stat--row-child) .stat__wrapper {
  background-image: linear-gradient(-15deg, #59b7df 55%, #ece819 70%)
}

.stat:not(.stat--row-child) .stat__number {
  font-size: 40px;
  letter-spacing: 2.4px;
  line-height: .85;
  margin-bottom: 14px
}

@media(min-width:576px) {
  .stat:not(.stat--row-child) .stat__number {
    font-size: 5pc
  }
}

@media(min-width:992px) {
  .stat:not(.stat--row-child) .bg-white {
    padding-left: 71px;
    padding-right: 71px
  }
}

.stat:not(.stat--row-child).stat--featured {
  background-image: url(../images/pattern-two-rows.svg), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#ececec));
  background-image: url(../images/pattern-two-rows.svg), linear-gradient(180deg, #fff 0, #fff), linear-gradient(180deg, #ececec 0, #ececec);
  background-position: left bottom -111px, 0 100%, 0 0;
  background-repeat: repeat-x, no-repeat, no-repeat;
  background-size: auto 111px, 100% 60px, 100% 100%;
  margin-bottom: 50px;
  -webkit-transition: background-position 2s ease-out;
  transition: background-position 2s ease-out
}

@media(prefers-reduced-motion) {
  .stat:not(.stat--row-child).stat--featured {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.stat:not(.stat--row-child).stat--featured .stat__container {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem
}

@media(min-width:768px) {
  .stat:not(.stat--row-child).stat--featured .stat__container {
    padding-bottom: 5rem;
    padding-top: 5rem
  }
}

.column-2 .stat:not(.stat--row-child).stat--featured .stat__container {
  padding-bottom: 0;
  padding-top: 0
}

@media(min-width:992px) {
  .column-2 .stat:not(.stat--row-child).stat--featured .stat__col {
    margin-left: 0;
    width: 100%
  }
}

@media(min-width:768px) {
  .stat:not(.stat--row-child).stat--featured {
    background-size: auto 111px, 100% 111px, 100% 100%
  }
}

.stat:not(.stat--row-child).stat--featured.scroll-watch--in-view,
html.aem .stat:not(.stat--row-child).stat--featured {
  background-position: 0 100%, 0 100%, 0 0
}

@media(min-width:768px) {

  .stat:not(.stat--row-child).stat--featured.scroll-watch--in-view,
  html.aem .stat:not(.stat--row-child).stat--featured {
    background-position: left bottom 30px, 0 100%, 0 0
  }
}

@media(min-width:992px) {
  .stat:not(.stat--row-child).stat--featured .bg-white {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media(min-width:992px)and (max-width:1199.98px) {
  .column-2 .stat:not(.stat--row-child).stat--featured .bg-white {
    display: block
  }
}

@media(min-width:992px) {
  .stat:not(.stat--row-child).stat--featured .stat__number {
    margin-right: 34px;
    margin-top: 6px
  }
}

.stat:not(.stat--row-child).stat--featured .stat__content {
  font-family: GT Haptik, sans-serif;
  font-weight: 500
}

@media(min-width:992px) {
  .stat:not(.stat--row-child).stat--featured .stat__content {
    font-size: 2pc;
    letter-spacing: .1pc;
    line-height: 1.25
  }
}

.statistics {
  margin-bottom: 50px
}

.statistics .stat--row-child:not(.stat--featured),
.statistics .stat--row-child:not(.stat--featured) .bg-white,
.statistics .stat--row-child:not(.stat--featured) .container,
.statistics .stat--row-child:not(.stat--featured) .stat__wrapper {
  height: 100%
}

.statistics .stat--row-child .stat__wrapper {
  background-image: linear-gradient(-30deg, #59b7df 57%, #ece819 70%)
}

.statistics--featured {
  background-attachment: fixed, scroll, scroll;
  background-image: url(../images/pattern-blue-large.svg), -webkit-gradient(linear, left bottom, left top, color-stop(9%, #fff), color-stop(70.5%, #e0f1f9)), -webkit-gradient(linear, left bottom, left top, from(#59b7df), to(#59b7df));
  background-image: url(../images/pattern-blue-large.svg), linear-gradient(0deg, #fff 9%, #e0f1f9 70.5%), linear-gradient(0deg, #59b7df, #59b7df);
  background-position: top -50px right 0, top -50px left 0, 100% 100%;
  background-repeat: repeat-y, no-repeat, no-repeat;
  background-size: 40% auto, 100% 100%, 40% 1px;
  margin-bottom: 5pc;
  padding-bottom: 5pc;
  padding-top: 38px
}

@media(max-width:991.98px) {
  .statistics--featured {
    background-size: 40% auto, 100% 100%, 40% .3px
  }
}

.statistics--featured .stat {
  margin-bottom: 30px
}

.statistics--featured .stat__number {
  font-size: 40px;
  letter-spacing: 2.4px;
  line-height: .85;
  margin-bottom: 14px
}

@media(min-width:576px) {
  .statistics--featured .stat__number {
    font-size: 5pc
  }
}

.statistics--featured .stat .bg-white {
  padding: 3pc 41px 41px
}

.statistics--featured .stat.stat--row-child {
  height: auto
}

.statistics--featured .title {
  margin-bottom: 47px
}

@media(min-width:992px) {
  .statistics--featured .statistics__column--pull-up {
    margin-top: -88px
  }

  .statistics--featured {
    margin-top: 106px
  }
}

.sticky-alphabet {
  background-color: #fff;
  padding: 10px 0 8px;
  position: relative;
  -webkit-transition: opacity .5s ease, top .2s ease;
  transition: opacity .5s ease, top .2s ease
}

@media(min-width:1200px) {
  .sticky-alphabet {
    padding: 14px 0 9pt
  }
}

.sticky-alphabet__list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  position: relative
}

.sticky-alphabet__list li {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.sticky-alphabet__letter {
  color: #274ac1;
  display: block;
  font-family: museo-slab, serif;
  font-size: 1pc;
  font-weight: 700;
  line-height: 1.2;
  margin: 4px;
  padding-bottom: 4px;
  padding-top: 4px;
  text-align: center;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  text-transform: uppercase;
  -webkit-transition: -webkit-text-decoration-color .35s ease;
  transition: -webkit-text-decoration-color .35s ease;
  transition: text-decoration-color .35s ease;
  transition: text-decoration-color .35s ease, -webkit-text-decoration-color .35s ease;
  width: 24px
}

@media(min-width:1200px) {
  .sticky-alphabet__letter {
    font-size: 20px;
    margin: 6px;
    width: 28px
  }
}

.sticky-alphabet__letter.disabled {
  color: #bbc0c0;
  pointer-events: none
}

.sticky-alphabet__letter.active {
  color: #203887;
  -webkit-text-decoration-color: #203887;
  text-decoration-color: #203887
}

.sticky-alphabet__letter:hover {
  -webkit-text-decoration-color: #274ac1;
  text-decoration-color: #274ac1
}

.sticky-alphabet__anchor {
  scroll-margin-top: 57px
}

.sticky-alphabet:before {
  background: #f5f5f5;
  bottom: 0;
  -webkit-box-shadow: 0 4px 9pt 0 rgba(0, 0, 0, .2);
  box-shadow: 0 4px 9pt 0 rgba(0, 0, 0, .2);
  content: "";
  left: 0;
  margin-left: -20px;
  margin-right: -20px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity .35s ease;
  transition: opacity .35s ease
}

@media(min-width:576px) {
  .sticky-alphabet:before {
    margin-right: calc(-50vw - -266px)
  }
}

@media(min-width:768px) {
  .sticky-alphabet:before {
    margin-right: calc(-50vw - -356px)
  }
}

@media(min-width:992px) {
  .sticky-alphabet:before {
    margin-right: calc(-50vw - -476px)
  }
}

@media(min-width:1200px) {
  .sticky-alphabet:before {
    margin-right: calc(-50vw - -566px)
  }
}

@media(min-width:1400px) {
  .sticky-alphabet:before {
    margin-right: calc(-50vw - -41pc)
  }
}

@media(min-width:576px) {
  .sticky-alphabet:before {
    margin-left: calc(-50vw - -266px)
  }
}

@media(min-width:768px) {
  .sticky-alphabet:before {
    margin-left: calc(-50vw - -356px)
  }
}

@media(min-width:992px) {
  .sticky-alphabet:before {
    margin-left: calc(-50vw - -476px)
  }
}

@media(min-width:1200px) {
  .sticky-alphabet:before {
    margin-left: calc(-50vw - -566px)
  }
}

@media(min-width:1400px) {
  .sticky-alphabet:before {
    margin-left: calc(-50vw - -41pc)
  }
}

.sticky-alphabet--sticky {
  z-index: 2
}

.sticky-alphabet--sticky:before {
  opacity: 1
}

@media(max-width:991.98px) {
  .sticky-alphabet {
    display: none
  }
}

.sub-nav {
  margin-bottom: 24px
}

@media(min-width:992px) {
  .sub-nav {
    margin-bottom: 60px
  }

  .sub-nav--full-width {
    margin-bottom: 40px
  }
}

@media(max-width:575.98px) {
  .sub-nav__container {
    padding-left: 0;
    padding-right: 0
  }
}

.sub-nav__title {
  color: #08102e;
  font-family: GT Haptik, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .9px;
  line-height: 1;
  margin-bottom: 0;
  padding: 3px 50px 9pt 20px;
  position: relative;
  text-transform: uppercase;
  width: 100%
}

@media(min-width:992px) {
  .sub-nav__title {
    color: #152456;
    padding-left: 25px
  }
}

@media(max-width:991.98px) {
  .sub-nav__title {
    background-color: #59b7df;
    padding-bottom: 17px;
    padding-top: 19px
  }
}

.sub-nav__navbar {
  position: relative
}

.sub-nav__navbar:before {
  background-color: #59b7df;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: height 1s ease;
  transition: height 1s ease;
  width: 4px
}

@media(prefers-reduced-motion) {
  .sub-nav__navbar:before {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

@media(min-width:992px) {
  .sub-nav__navbar:before {
    height: 0
  }
}

@media(max-width:991.98px) {
  .sub-nav__navbar {
    padding-bottom: 0;
    padding-top: 0
  }
}

.sub-nav__navbar .nav-link {
  text-decoration: underline
}

.sub-nav__navbar+.btn-cta {
  margin-top: 1pc
}

@media(min-width:992px) {

  .sub-nav.scroll-watch--in-view .sub-nav__navbar:before,
  html.aem .sub-nav .sub-nav__navbar:before {
    height: 100%
  }
}

.sub-nav__collapse {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media(max-width:991.98px) {
  .sub-nav__collapse .navbar-nav {
    padding-top: 10px
  }
}

.sub-nav .navbar-expand-lg .navbar-nav .nav-item {
  padding: 5px 20px 0
}

@media(max-width:991.98px) {
  .sub-nav .navbar-expand-lg .navbar-nav .nav-item {
    padding-left: 15px;
    padding-right: 15px
  }
}

.sub-nav .navbar-expand-lg .navbar-nav .nav-link {
  color: #274ac1;
  display: block;
  font-size: 17px;
  line-height: 1.294;
  padding: 5px;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: color .35s ease, -webkit-text-decoration-color .35s ease;
  transition: color .35s ease, -webkit-text-decoration-color .35s ease;
  transition: text-decoration-color .35s ease, color .35s ease;
  transition: text-decoration-color .35s ease, color .35s ease, -webkit-text-decoration-color .35s ease
}

.sub-nav .navbar-expand-lg .navbar-nav .nav-link:focus,
.sub-nav .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #203887;
  -webkit-text-decoration-color: #203887;
  text-decoration-color: #203887
}

.sub-nav__toggle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  left: 0;
  margin-right: 11px;
  position: absolute;
  right: 0;
  top: 0
}

.sub-nav__toggle .expand-toggle__icon-wrapper {
  position: relative;
  top: 2px
}

.sub-nav__list {
  width: 100%
}

@media(max-width:575.98px) {
  .sub-nav:not(.sub-nav--full-width) {
    margin-left: -20px;
    margin-right: -20px
  }
}

.sub-nav:not(.sub-nav--full-width) .navbar-nav .nav-item {
  padding-left: 0;
  padding-right: 0
}

.sub-nav:not(.sub-nav--full-width) .navbar-nav .nav-link {
  padding: 9px
}

.sub-nav:not(.sub-nav--full-width) .sub-nav__item .sub-nav__item__link {
  padding-left: 26px;
  padding-right: 50px
}

.sub-nav:not(.sub-nav--full-width) .sub-nav__list a {
  display: block;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: color .35s ease, -webkit-text-decoration-color .35s ease;
  transition: color .35s ease, -webkit-text-decoration-color .35s ease;
  transition: text-decoration-color .35s ease, color .35s ease;
  transition: text-decoration-color .35s ease, color .35s ease, -webkit-text-decoration-color .35s ease
}

.sub-nav:not(.sub-nav--full-width) .sub-nav__list a:focus,
.sub-nav:not(.sub-nav--full-width) .sub-nav__list a:hover {
  color: #203887;
  -webkit-text-decoration-color: #203887;
  text-decoration-color: #203887
}

.sub-nav:not(.sub-nav--full-width) .sub-nav__list .sub-nav__item--active a,
.sub-nav:not(.sub-nav--full-width) .sub-nav__list .sub-nav__item--active a:focus,
.sub-nav:not(.sub-nav--full-width) .sub-nav__list .sub-nav__item--active a:hover {
  color: #152456
}

.sub-nav__item {
  position: relative
}

.sub-nav__item__toggle {
  color: #59b7df;
  font-size: 1pc;
  position: absolute;
  right: 9pt;
  top: 9pt
}

.sub-nav__item__toggle.expand-toggle .icon {
  font-size: 1pc
}

.sub-nav__item--active .sub-nav__item__link {
  background-color: rgba(89, 183, 223, .2);
  color: #152456
}

.sub-nav__item--active .sub-nav__item__link:focus,
.sub-nav__item--active .sub-nav__item__link:hover {
  color: #152456 !important;
  -webkit-text-decoration-color: transparent !important;
  text-decoration-color: transparent !important
}

.sub-nav__sub-list {
  list-style-type: none;
  padding-left: 0
}

.sub-nav__sub-item {
  position: relative
}

.sub-nav__sub-item:first-child {
  margin-top: 5px
}

.sub-nav__sub-item:last-child {
  margin-bottom: 9px
}

.sub-nav__sub-item:before {
  background-color: #59b7df;
  content: "";
  height: 2px;
  left: 35px;
  position: absolute;
  top: 1pc;
  width: 9px
}

.sub-nav__sub-item__link {
  color: #274ac1;
  display: block;
  font-size: 1pc;
  line-height: 1.375;
  padding-bottom: 6px;
  padding-left: 50px;
  padding-top: 6px
}

.sub-nav__sub-item--active .sub-nav__sub-item__link {
  background-color: rgba(89, 183, 223, .2);
  color: #152456
}

.sub-nav__sub-item--active .sub-nav__sub-item__link:focus,
.sub-nav__sub-item--active .sub-nav__sub-item__link:hover {
  color: #152456 !important;
  -webkit-text-decoration-color: transparent !important;
  text-decoration-color: transparent !important
}

@media(max-width:575.98px) {
  .sub-nav .btn-cta {
    margin-left: 20px;
    margin-right: 20px
  }
}

.svg-icon {
  display: block
}

.svg-icon:before {
  margin-right: 10px
}

.svg-icon--building:before {
  content: url('data:image/svg+xml,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 6H0.5V4.5L8.5 0L16.5 4.5V6H15H2ZM13.4375 4.5L8.5 1.75L3.53125 4.5H7.625C7.53125 4.375 7.5 4.1875 7.5 4C7.5 3.46875 7.9375 3 8.5 3C9.03125 3 9.5 3.46875 9.5 4C9.5 4.1875 9.4375 4.375 9.34375 4.5H13.4375ZM2.5 7H4V12H6V7H7.5V12H9.5V7H11V12H13V7H14.5V12H14.75H15.5V13.5H14.75H2.25H1.5V12H2.25H2.5V7ZM1.25 14.5H15.75H16.5V16H15.75H1.25H0.5V14.5H1.25Z" fill="%231E3784"/></svg>')
}

.svg-icon--degree:before {
  content: url('data:image/svg+xml,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.5 14.5H15V5H11.5V1.5H6V3.71875L5.9375 3.625L5.21875 3.90625L4.5 4.21875V1.5V0H6H12.5L16.5 4V14.5V16H15H7.5V14.5ZM3.375 4.84375L3.53125 4.90625L4.5 5.3125L5.4375 4.90625L5.59375 4.84375L5.71875 5L6.34375 5.8125L7.34375 5.9375L7.53125 5.96875L7.5625 6.15625L7.6875 7.15625L8.5 7.78125L8.65625 7.90625L8.5625 8.0625L8.1875 9L8.59375 9.96875L8.65625 10.125L8.5 10.25L7.6875 10.875L7.5625 11.875L7.53125 12.0625L7.34375 12.0938L6.5 12.2188V16L4.5 14.75L2.5 16V12.2188L1.625 12.0938L1.4375 12.0625L1.40625 11.875L1.28125 10.875L0.46875 10.25L0.3125 10.125L0.40625 9.96875L0.78125 9L0.40625 8.0625L0.3125 7.90625L0.46875 7.78125L1.28125 7.15625L1.40625 6.15625L1.4375 5.96875L1.625 5.9375L2.625 5.8125L3.25 5L3.375 4.84375ZM6.5 9C6.5 8.3125 6.09375 7.65625 5.5 7.28125C4.875 6.9375 4.09375 6.9375 3.5 7.28125C2.875 7.65625 2.5 8.3125 2.5 9C2.5 9.71875 2.875 10.375 3.5 10.75C4.09375 11.0938 4.875 11.0938 5.5 10.75C6.09375 10.375 6.5 9.71875 6.5 9Z" fill="%231E3784"/></svg>')
}

.svg-icon--location:before {
  content: url('data:image/svg+xml,<svg width="13" height="16" viewBox="0 0 13 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 6C11 3.53125 8.96875 1.5 6.5 1.5C4 1.5 2 3.53125 2 6C2 6.53125 2.21875 7.3125 2.75 8.375C3.28125 9.375 3.96875 10.4375 4.6875 11.4375C5.34375 12.3125 5.96875 13.0938 6.5 13.7188C7 13.0938 7.625 12.3125 8.28125 11.4375C9 10.4375 9.6875 9.375 10.2188 8.375C10.75 7.3125 11 6.53125 11 6ZM12.5 6C12.5 8.625 9.1875 12.8438 7.46875 14.875C6.875 15.5938 6.5 16 6.5 16C6.5 16 6.09375 15.5938 5.5 14.875C3.78125 12.8438 0.5 8.625 0.5 6C0.5 2.6875 3.1875 0 6.5 0C9.8125 0 12.5 2.6875 12.5 6ZM7.5 6C7.5 5.46875 7.03125 5 6.5 5C5.9375 5 5.5 5.46875 5.5 6C5.5 6.5625 5.9375 7 6.5 7C7.03125 7 7.5 6.5625 7.5 6ZM4 6C4 5.125 4.46875 4.3125 5.25 3.84375C6 3.40625 6.96875 3.40625 7.75 3.84375C8.5 4.3125 9 5.125 9 6C9 6.90625 8.5 7.71875 7.75 8.1875C6.96875 8.625 6 8.625 5.25 8.1875C4.46875 7.71875 4 6.90625 4 6Z" fill="%231E3784"/></svg>')
}

.svg-icon--format:before {
  content: url('data:image/svg+xml,<svg width="21" height="16" viewBox="0 0 21 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 1.5H7V3.3125C6.53125 3.125 6.03125 3 5.5 3V1.5V0H7H19H20.5V1.5V11.5V13H19H17.5H16.75H12.75H12H10.625L10.1875 11.5H12V9.25V8.5H12.75H16.75H17.5V9.25V11.5H19V1.5ZM16 11.5V10H13.5V11.5H16ZM7 7C7 6.46875 6.6875 6 6.25 5.71875C5.78125 5.4375 5.1875 5.4375 4.75 5.71875C4.28125 6 4 6.46875 4 7C4 7.5625 4.28125 8.03125 4.75 8.3125C5.1875 8.59375 5.78125 8.59375 6.25 8.3125C6.6875 8.03125 7 7.5625 7 7ZM2.5 7C2.5 5.9375 3.0625 4.96875 4 4.40625C4.90625 3.875 6.0625 3.875 7 4.40625C7.90625 4.96875 8.5 5.9375 8.5 7C8.5 8.09375 7.90625 9.0625 7 9.625C6.0625 10.1562 4.90625 10.1562 4 9.625C3.0625 9.0625 2.5 8.09375 2.5 7ZM2.5 14.5H8.46875L7.875 12.5H3.09375L2.5 14.5ZM2 11H9L10.0312 14.5L10.5 16H8.90625H2.0625H0.5L0.9375 14.5L2 11Z" fill="%23152456"/></svg>')
}

.svg-icon--circle-check:before {
  content: url('data:image/svg+xml,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.5 1.5C6.15625 1.5 4.03125 2.75 2.84375 4.75C1.6875 6.78125 1.6875 9.25 2.84375 11.25C4.03125 13.2812 6.15625 14.5 8.5 14.5C10.8125 14.5 12.9375 13.2812 14.125 11.25C15.2812 9.25 15.2812 6.78125 14.125 4.75C12.9375 2.75 10.8125 1.5 8.5 1.5ZM8.5 16C5.625 16 3 14.5 1.5625 12C0.125 9.53125 0.125 6.5 1.5625 4C3 1.53125 5.625 0 8.5 0C11.3438 0 13.9688 1.53125 15.4062 4C16.8438 6.5 16.8438 9.53125 15.4062 12C13.9688 14.5 11.3438 16 8.5 16ZM12.0312 6.53125L8.03125 10.5312L7.5 11.0625L6.96875 10.5312L4.96875 8.53125L4.4375 8L5.5 6.96875L6.03125 7.5L7.5 8.96875L10.9688 5.5L11.5 4.96875L12.5625 6L12.0312 6.53125Z" fill="%23152456"/></svg>')
}

.svg-icon--clock:before {
  content: url('data:image/svg+xml,<svg width="17" height="18" viewBox="0 0 17 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 9C15 6.6875 13.75 4.5625 11.75 3.375C9.71875 2.21875 7.25 2.21875 5.25 3.375C3.21875 4.5625 2 6.6875 2 9C2 11.3438 3.21875 13.4688 5.25 14.6562C7.25 15.8125 9.71875 15.8125 11.75 14.6562C13.75 13.4688 15 11.3438 15 9ZM0.5 9C0.5 6.15625 2 3.53125 4.5 2.09375C6.96875 0.65625 10 0.65625 12.5 2.09375C14.9688 3.53125 16.5 6.15625 16.5 9C16.5 11.875 14.9688 14.5 12.5 15.9375C10 17.375 6.96875 17.375 4.5 15.9375C2 14.5 0.5 11.875 0.5 9ZM7.75 4.75V4H9.25V4.75V8.625L11.9062 10.375L12.5312 10.8125L11.6875 12.0625L11.0625 11.625L8.0625 9.625L7.75 9.40625V9V4.75Z" fill="%231E3784"/></svg>')
}

.text--enable-table-styles table,
table.table {
  border: 0
}

.text--enable-table-styles table td,
.text--enable-table-styles table th,
table.table td,
table.table th {
  padding: 2px 10px
}

@media(min-width:768px) {

  .text--enable-table-styles table td,
  .text--enable-table-styles table th,
  table.table td,
  table.table th {
    padding: 20px
  }
}

@media(min-width:992px) {

  .text--enable-table-styles table td,
  .text--enable-table-styles table th,
  table.table td,
  table.table th {
    padding-right: 40px
  }
}

.text--enable-table-styles table td:first-child,
.text--enable-table-styles table th:first-child,
table.table td:first-child,
table.table th:first-child {
  padding-left: 0
}

.text--enable-table-styles table th,
table.table th {
  border-bottom: 3px solid #dfe1df;
  color: #152456;
  font-family: museo-slab, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  vertical-align: bottom
}

@media(max-width:767.98px) {

  .text--enable-table-styles table th,
  table.table th {
    padding-bottom: 9pt
  }
}

.text--enable-table-styles table tr:first-child th,
table.table tr:first-child th {
  padding-top: 0
}

.text--enable-table-styles table td,
table.table td {
  border-bottom: 1.5px solid #dfe1df;
  vertical-align: top
}

.text--enable-table-styles table caption,
table.table caption {
  caption-side: bottom;
  color: #737777;
  font-size: 1pc;
  font-style: italic;
  font-weight: 500;
  letter-spacing: .8px;
  line-height: 1.375;
  margin-top: 14px
}

.text--enable-table-styles table {
  width: 100%
}

.tabs {
  margin-bottom: 60px
}

@media(max-width:767.98px) {
  .tabs__main-title {
    margin-bottom: 30px
  }
}

.tabs:not(.tabs--boxed) {
  overflow: hidden
}

@media(min-width:768px) {
  .tabs:not(.tabs--boxed) .tab-content {
    position: relative
  }

  .tabs:not(.tabs--boxed) .tab-content:after,
  .tabs:not(.tabs--boxed) .tab-content:before {
    background-color: #f5f5f5;
    border-top: 2px solid #dfe1df;
    bottom: 0;
    content: "";
    position: absolute;
    top: -2px;
    width: 50vw
  }

  .tabs:not(.tabs--boxed) .tab-content:before {
    left: -50vw
  }

  .tabs:not(.tabs--boxed) .tab-content:after {
    right: -50vw
  }

  .tabs.tabs--boxed .tab-content {
    padding: 62px 102px
  }
}

@media(max-width:767.98px) {
  .tabs.tabs--boxed .tab-content {
    padding-left: 0;
    padding-right: 0
  }
}

.tabs.tabs--boxed .tabs__hr {
  display: none !important
}

@media(min-width:992px) {
  .tabs .nav-tabs {
    margin-left: -8px
  }
}

.tabs .nav-tabs .nav-link {
  color: #152456;
  font-family: GT Haptik, sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .9pt;
  line-height: 1.25;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative
}

.tabs .nav-tabs .nav-link:after {
  background-image: -webkit-gradient(linear, left top, right top, from(#59b7df), to(#ece819));
  background-image: linear-gradient(90deg, #59b7df 0, #ece819);
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  -webkit-transition: width .35s ease;
  transition: width .35s ease;
  width: 0
}

@media(prefers-reduced-motion) {
  .tabs .nav-tabs .nav-link:after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.tabs .nav-tabs .nav-link:hover {
  color: #274ac1
}

.tabs .nav-tabs .nav-link.active {
  color: #152456
}

.tabs .nav-tabs .nav-link.active:after {
  width: 100%
}

/** COMMENTED OUT BY SD 2/18/25 **/

/*
@media(min-width:768px) {
  .tabs .tab-content {
    background-color: #f5f5f5;
    border-top: 2px solid #dfe1df;
    padding-bottom: 62px;
    padding-top: 62px
  }
}
*/

@media(max-width:767.98px) {
  .tabs .tab-content .tab-pane {
    border-color: #dfe1df;
    border-style: solid;
    border-width: 1px 0;
    display: block
  }

  .tabs .tab-content .tab-pane.fade {
    opacity: 1
  }

  .tabs .tab-content .tab-pane+.tab-pane {
    margin-top: -1px
  }
}

@media(min-width:768px) {
  .tabs .tab-content .tab-pane .collapse {
    display: block
  }
}

.tabs .tab-content .tab-pane__header {
  margin-bottom: 0
}

.tabs .tab-content .tab-pane__header .expand-toggle {
  background-color: transparent;
  border: 0;
  color: #363d3d;
  font-family: GT Haptik, sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .9pt;
  line-height: 1.25;
  padding-bottom: 25px;
  padding-top: 25px;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 100%
}

.tabs .tab-content .tab-pane__header .expand-toggle:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#59b7df), to(#ece819));
  background-image: linear-gradient(90deg, #59b7df 0, #ece819);
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
  width: 0
}

@media(prefers-reduced-motion) {
  .tabs .tab-content .tab-pane__header .expand-toggle:before {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.tabs .tab-content .tab-pane__header .expand-toggle[aria-expanded=true] {
  color: #152456
}

.tabs .tab-content .tab-pane__header .expand-toggle[aria-expanded=true]:before {
  width: 100%
}

.divider+.tags-and-categories {
  margin-top: -10px
}

.text-and-image-block {
  margin-bottom: 50px
}

.text-and-image-block .image {
  margin-bottom: 19px
}

.text-and-image-block .title .h2,
.text-and-image-block .title .h3,
.text-and-image-block .title h2,
.text-and-image-block .title h3 {
  color: #231f20;
  font-family: GT Haptik, sans-serif;
  font-size: 2pc;
  font-weight: 500;
  letter-spacing: .1pc;
  line-height: 1.375
}

.text-and-image-block .text {
  font-size: 1pc;
  line-height: 26px
}

.row-of-text-and-image-blocks {
  margin-bottom: 30px;
  padding-top: 10px
}

.row-of-text-and-image-blocks__row {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0
}

@media(min-width:992px) {
  .row-of-text-and-image-blocks__row {
    margin-left: -36px;
    margin-right: -36px
  }

  .row-of-text-and-image-blocks__row .row-of-text-and-image-blocks__col {
    padding-left: 36px;
    padding-right: 36px
  }

  .row-of-text-and-image-blocks__row--three-blocks {
    margin-left: -24px;
    margin-right: -24px
  }

  .row-of-text-and-image-blocks__row--three-blocks .row-of-text-and-image-blocks__col {
    padding-left: 24px;
    padding-right: 24px
  }
}

.row-of-text-and-image-blocks--display-theme-2 .text-and-image-block .title {
  margin-bottom: 21px;
  padding-bottom: 18px;
  position: relative
}

.row-of-text-and-image-blocks--display-theme-2 .text-and-image-block .title:after {
  background: -webkit-gradient(linear, left top, right top, from(#59b7df), to(#ece819));
  background: linear-gradient(90deg, #59b7df, #ece819);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transition: width 1s ease-out;
  transition: width 1s ease-out;
  width: 0
}

@media(prefers-reduced-motion) {
  .row-of-text-and-image-blocks--display-theme-2 .text-and-image-block .title:after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    width: 100%
  }
}

@media(min-width:992px) {
  .row-of-text-and-image-blocks--display-theme-2 .text-and-image-block .title {
    padding-bottom: 26px
  }
}

.row-of-text-and-image-blocks--display-theme-2 .text-and-image-block.scroll-watch-stagger__item--complete .title:after,
html.aem .row-of-text-and-image-blocks--display-theme-2 .text-and-image-block .title:after {
  width: 100%
}

.row-of-text-and-image-blocks--display-theme-3 {
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#e0f1f9));
  background: linear-gradient(0deg, #fff, #e0f1f9);
  padding-bottom: 40px;
  padding-top: 6pc
}

.row-of-text-and-image-blocks--display-theme-3 .text-and-image-block {
  text-align: center
}

.row-of-text-and-image-blocks--display-theme-3 .text-and-image-block .title {
  margin-bottom: 1pc;
  padding-bottom: 21px;
  position: relative
}

.row-of-text-and-image-blocks--display-theme-3 .text-and-image-block .title .h2,
.row-of-text-and-image-blocks--display-theme-3 .text-and-image-block .title .h3,
.row-of-text-and-image-blocks--display-theme-3 .text-and-image-block .title h2,
.row-of-text-and-image-blocks--display-theme-3 .text-and-image-block .title h3 {
  font-family: museo-slab, serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 1.1
}

@media(min-width:992px) {

  .row-of-text-and-image-blocks--display-theme-3 .text-and-image-block .title .h2,
  .row-of-text-and-image-blocks--display-theme-3 .text-and-image-block .title .h3,
  .row-of-text-and-image-blocks--display-theme-3 .text-and-image-block .title h2,
  .row-of-text-and-image-blocks--display-theme-3 .text-and-image-block .title h3 {
    font-size: 50px
  }
}

.row-of-text-and-image-blocks--display-theme-3 .text-and-image-block .title:after {
  background-color: #59b7df;
  bottom: 0;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px
}

.row-of-text-and-image-blocks--display-theme-3 .text-and-image-block .cmp-image {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  height: 180px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 180px
}

@media(min-width:768px)and (max-width:991.98px) {
  .row-of-text-and-image-blocks--display-theme-3 .text-and-image-block .cmp-image {
    height: 126px;
    width: 126px
  }
}

.row-of-text-and-image-blocks--display-theme-3 .text-and-image-block .cmp-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.row-of-text-and-image-blocks--display-theme-3 .text-and-image-block .text {
  color: #000
}

.text-media {
  margin-bottom: 55px
}

.text-media:after {
  clear: both;
  content: "";
  display: block
}

@media(min-width:576px) {
  .text-media--w-75 .text-media__media--video {
    margin-left: auto;
    margin-right: auto;
    width: 75%
  }

  .text-media--w-50 .text-media__media--video {
    margin-left: auto;
    margin-right: auto;
    width: 50%
  }
}

.text-media .image,
.text-media .video {
  margin-bottom: 30px
}

.text-media .image .cmp-image {
  display: table
}

.text-media .image .cmp-image__title {
  caption-side: bottom;
  display: table-caption
}

.text-media--media-center .image {
  margin-bottom: 2em
}

.text-media--media-center .image .cmp-image {
  margin: 0 auto
}

.text-media--media-center .image .cmp-image__image {
  width: auto
}

@media(min-width:576px) {
  .text-media--media-left .text-media__media {
    float: left;
    margin-right: 30px;
    max-width: 65%
  }
}

@media(min-width:576px)and (min-width:992px) {
  .text-media--media-left .text-media__media {
    margin-right: 50px
  }
}

@media(min-width:576px) {
  .text-media--media-left .text-media__media--video {
    width: 45% !important
  }

  .text-media--media-left ol,
  .text-media--media-left ul {
    overflow: hidden
  }

  .text-media--media-right .text-media__media {
    float: right;
    margin-left: 30px;
    max-width: 65%
  }
}

@media(min-width:576px)and (min-width:992px) {
  .text-media--media-right .text-media__media {
    margin-left: 50px
  }
}

@media(min-width:576px) {
  .text-media--media-right .text-media__media--video {
    min-width: 45%
  }
}

.text-media.text-media--full-width-image .image .cmp-image {
  display: block;
  max-width: 100% !important
}

.text-media.text-media--full-width-image .image .cmp-image__image {
  width: 100%
}

.text-media.text-media--full-width-image .image .cmp-image__title {
  display: block
}

@media(max-width:575.98px) {
  .text-media--float-media-on-mobile.text-media--media-left .text-media__media {
    float: left;
    margin-right: 1.5em
  }

  .text-media--float-media-on-mobile.text-media--media-left .text-media__media .image {
    margin-bottom: 1em
  }

  .text-media--float-media-on-mobile.text-media--media-right .text-media__media {
    float: right;
    margin-left: 1.5em
  }

  .text-media--float-media-on-mobile.text-media--media-right .text-media__media .image {
    margin-bottom: 1em
  }
}

.text-media--decorate {
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#e0f1f9));
  background: linear-gradient(0deg, #fff, #e0f1f9);
  padding-bottom: 60px;
  padding-top: 5pc;
  position: relative
}

@media(min-width:992px) {
  .text-media--decorate {
    padding-bottom: 75pt;
    padding-top: 75pt
  }
}

.text-media--decorate:after {
  background-attachment: fixed;
  background-image: url(../images/pattern-blue-large.svg);
  background-position: 100% 0;
  background-repeat: repeat-y;
  background-size: 200px auto;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  z-index: 1
}

@media(min-width:992px) {
  .text-media--decorate:after {
    background-size: 350px auto;
    width: 350px
  }
}

@media(min-width:1200px) {
  .text-media--decorate:after {
    background-size: 523px auto;
    width: 523px
  }
}

@media(max-width:575.98px) {
  .text-media--decorate:after {
    opacity: .6
  }
}

.text-media--decorate .text-media__text {
  padding-top: 29px;
  position: relative
}

@media(min-width:992px) {
  .text-media--decorate .text-media__text {
    padding-top: 40px
  }
}

.text-media--decorate .text-media__text:before {
  background: transparent url(../images/blue-slashes.svg) no-repeat scroll 0 0/contain;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 0;
  width: 54px
}

.text-media--decorate .text-media__media {
  position: relative;
  z-index: 2
}

@media(min-width:992px) {
  .text-media--decorate .text-media__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
  }

  .text-media--decorate .text-media__container .text-media__text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: calc(50% - 70px)
  }

  .text-media--decorate .text-media__container .text-media__media {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 50%
  }
}

@media(min-width:576px) {

  .column-2 .text-media.text-media--media-left .text-media__media,
  .column-2 .text-media.text-media--media-right .text-media__media {
    max-width: 45%
  }

  .column-2 .text-media.text-media--media-left .text-media__media .image .cmp-image__image[style*=max-width],
  .column-2 .text-media.text-media--media-right .text-media__media .image .cmp-image__image[style*=max-width] {
    width: 100%
  }
}

.column-2 .text-media .container {
  padding-left: 0;
  padding-right: 0
}

@media(max-width:575.98px) {
  .text-media--mobile-full-width-image .image .cmp-image {
    display: block;
    max-width: 100% !important
  }

  .text-media--mobile-full-width-image .image .cmp-image__title {
    display: block
  }

  .text-media--mobile-full-width-image .image .cmp-image__image {
    width: 100%
  }
}

.text-with-featured-blocks {
  padding-bottom: 62px
}

.text-with-featured-blocks .image {
  margin-bottom: 0
}

.text-with-featured-blocks .image .cmp-image {
  max-width: none !important
}

html.aem .text-with-featured-blocks .card a.card__wrapper .title .h3:after,
html.aem .text-with-featured-blocks .card a.card__wrapper .title h3:after {
  right: 0
}

.text-with-featured-blocks .card .text {
  color: #231f20;
  font-size: 1pc;
  letter-spacing: .8px;
  line-height: 1.375;
  margin-bottom: 0;
  margin-top: 1pc;
  padding-top: 20px;
  position: relative
}

.text-with-featured-blocks .card .text:before {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(5%, #59b7df), color-stop(90%, #ece819));
  background-image: linear-gradient(90deg, #59b7df 5%, #ece819 90%);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: -20px;
  top: 0
}

@media(min-width:992px) {
  .text-with-featured-blocks .card .text:before {
    right: -35px
  }
}

@media(min-width:992px)and (max-width:1399.98px) {
  .text-with-featured-blocks .card .text:before {
    right: -20px
  }
}

.text-with-featured-blocks .card p:last-child {
  margin-bottom: 0
}

@media(min-width:992px) {
  .text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) {
    height: 100%
  }
}

.text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) .card__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  border-top: 3px solid #ece819;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  outline-offset: -4px;
  padding: 30px 20px 20px;
  text-decoration: none
}

@media(min-width:992px) {
  .text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) .card__wrapper {
    height: 100%;
    padding: 50px 35px 35px
  }
}

@media(min-width:992px)and (max-width:1399.98px) {
  .text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) .card__wrapper {
    padding: 25px 20px
  }
}

.text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) a.card__wrapper {
  outline: 4px solid transparent;
  -webkit-transition: outline .2s ease;
  transition: outline .2s ease
}

.text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) a.card__wrapper .title .h3,
.text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) a.card__wrapper .title h3 {
  padding-right: 9pt;
  position: relative
}

@media(min-width:992px) {

  .text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) a.card__wrapper .title .h3,
  .text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) a.card__wrapper .title h3 {
    padding-right: 40px
  }
}

.text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) a.card__wrapper .title .h3:after,
.text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) a.card__wrapper .title h3:after {
  background-image: url(../images/icon-volt-green-chevron.svg);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 9px 14px;
  bottom: 6px;
  content: "";
  display: inline-block;
  height: 14px;
  margin-left: 11px;
  position: absolute;
  -webkit-transition: background .35s ease, opacity .35s ease, width .35s ease .25s;
  transition: background .35s ease, opacity .35s ease, width .35s ease .25s;
  width: 9px
}

@media(prefers-reduced-motion) {

  .text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) a.card__wrapper .title .h3:after,
  .text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) a.card__wrapper .title h3:after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

@media(min-width:992px) {

  .text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) a.card__wrapper .title .h3:after,
  .text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) a.card__wrapper .title h3:after {
    background-image: url(../images/icon-volt-green-chevron.svg), -webkit-gradient(linear, left top, right top, from(#ece819), color-stop(45.9%, #ece819), color-stop(46%, rgba(236, 232, 25, 0)), to(rgba(236, 232, 25, 0)));
    background-image: url(../images/icon-volt-green-chevron.svg), linear-gradient(90deg, #ece819 0, #ece819 45.9%, rgba(236, 232, 25, 0) 46%, rgba(236, 232, 25, 0));
    background-position: 0, 100%;
    background-size: 9pt 1pc, 200% 2px;
    height: 1pc;
    width: 9pt
  }
}

@media(min-width:1200px) {

  .text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) a.card__wrapper .title .h3:after,
  .text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) a.card__wrapper .title h3:after {
    bottom: 10px
  }
}

@media(max-width:767.98px) {

  .text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) a.card__wrapper .title .h3:after,
  .text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) a.card__wrapper .title h3:after {
    bottom: 8px
  }
}

@media(min-width:992px)and (max-width:1399.98px) {

  .text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) a.card__wrapper .title .h3,
  .text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) a.card__wrapper .title h3 {
    padding-right: 21px
  }

  .text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) a.card__wrapper .title .h3:after,
  .text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) a.card__wrapper .title h3:after {
    bottom: 6px
  }
}

@media(min-width:1400px) {

  .text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) a.card__wrapper .title .h3,
  .text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) a.card__wrapper .title h3 {
    padding-right: 7px
  }
}

.text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) a.card__wrapper:focus,
.text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) a.card__wrapper:hover {
  outline: 4px solid #ece819
}

.text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) a.card__wrapper:focus .title .h3:after,
.text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) a.card__wrapper:focus .title h3:after,
.text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) a.card__wrapper:hover .title .h3:after,
.text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) a.card__wrapper:hover .title h3:after {
  opacity: 1
}

@media(min-width:992px) {

  .text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) a.card__wrapper:focus .title .h3:after,
  .text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) a.card__wrapper:focus .title h3:after,
  .text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) a.card__wrapper:hover .title .h3:after,
  .text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) a.card__wrapper:hover .title h3:after {
    background-position: 100%, 0;
    -webkit-transition: background .15s ease, opacity .15s ease, width .15s ease;
    transition: background .15s ease, opacity .15s ease, width .15s ease;
    width: 30px
  }
}

@media(min-width:992px)and (prefers-reduced-motion) {

  .text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) a.card__wrapper:focus .title .h3:after,
  .text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) a.card__wrapper:focus .title h3:after,
  .text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) a.card__wrapper:hover .title .h3:after,
  .text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) a.card__wrapper:hover .title h3:after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) .title * {
  font-family: GT Haptik, sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: .1pc;
  line-height: 1.25
}

@media(min-width:768px) {
  .text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) .title * {
    font-size: 2pc
  }
}

@media(min-width:992px)and (max-width:1399.98px) {
  .text-with-featured-blocks .card:not(.card--featured-block-desaturated-image) .title * {
    font-size: 24px
  }
}

.text-with-featured-blocks--display-dark {
  background-color: #152456;
  color: #fff;
  padding-top: 82px
}

.text-with-featured-blocks--display-dark .title * {
  color: #fff
}

.text-with-featured-blocks--display-dark .text a {
  color: #aae4ff
}

.text-with-featured-blocks--display-dark .text a:focus,
.text-with-featured-blocks--display-dark .text a:hover {
  color: #fff
}

.text-with-featured-blocks--display-dark .card__wrapper {
  background: hsla(0, 0%, 100%, .08)
}

.text-with-featured-blocks--display-dark .card .text,
.text-with-featured-blocks--display-dark .card .text a,
.text-with-featured-blocks--display-dark .card .title * {
  color: #fff
}

.text-with-featured-blocks--display-dark .card .text a:focus,
.text-with-featured-blocks--display-dark .card .text a:hover {
  color: #aae4ff
}

.text-with-featured-blocks--display-light-blue .text-with-featured-blocks__blocks .card .title>* {
  color: #152456
}

.text-with-featured-blocks--display-light-blue .text-with-featured-blocks__blocks .card .text {
  color: #231f20
}

.text-with-featured-blocks--display-light-blue .text-with-featured-blocks__blocks .card .text:before {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(5%, #274ac1), color-stop(90%, #59b7df));
  background-image: linear-gradient(90deg, #274ac1 5%, #59b7df 90%)
}

.text-with-featured-blocks--display-light-blue .text-with-featured-blocks__blocks .card .card__wrapper {
  background-color: rgba(89, 183, 223, .3);
  border-top-width: 0
}

.text-with-featured-blocks--display-light-blue .text-with-featured-blocks__blocks .card a.card__wrapper {
  border-top-width: 0;
  color: #152456;
  text-decoration: none
}

.text-with-featured-blocks--display-light-blue .text-with-featured-blocks__blocks .card a.card__wrapper .title .h3:after,
.text-with-featured-blocks--display-light-blue .text-with-featured-blocks__blocks .card a.card__wrapper .title h3:after {
  background-image: url(../images/icon-blue-chevron.svg)
}

@media(min-width:992px) {

  .text-with-featured-blocks--display-light-blue .text-with-featured-blocks__blocks .card a.card__wrapper .title .h3:after,
  .text-with-featured-blocks--display-light-blue .text-with-featured-blocks__blocks .card a.card__wrapper .title h3:after {
    background-image: url(../images/icon-blue-chevron.svg), -webkit-gradient(linear, left top, right top, from(#59b7df), color-stop(45.9%, #59b7df), color-stop(46%, rgba(89, 183, 223, 0)), to(rgba(89, 183, 223, 0)));
    background-image: url(../images/icon-blue-chevron.svg), linear-gradient(90deg, #59b7df 0, #59b7df 45.9%, rgba(89, 183, 223, 0) 46%, rgba(89, 183, 223, 0))
  }
}

.text-with-featured-blocks--display-light-blue .text-with-featured-blocks__blocks .card a.card__wrapper:focus,
.text-with-featured-blocks--display-light-blue .text-with-featured-blocks__blocks .card a.card__wrapper:hover {
  outline-color: #59b7df
}

.text-with-featured-blocks--display-dark+.text-with-featured-blocks--display-light-blue,
.text-with-featured-blocks--display-light+.text-with-featured-blocks--display-light-blue {
  padding-top: 82px
}

.text-with-featured-blocks--display-light {
  background-color: #f5f5f5;
  padding-top: 82px
}

.text-with-featured-blocks--display-light .card__wrapper {
  background-color: #fff
}

.text-with-featured-blocks--display-light .card .title * {
  color: #152456
}

.text-with-featured-blocks--display-light:not(.text-with-featured-blocks--display-with-images) .card a.card__wrapper .title .h3:after,
.text-with-featured-blocks--display-light:not(.text-with-featured-blocks--display-with-images) .card a.card__wrapper .title h3:after {
  background-image: url(../images/icon-blue-chevron.svg)
}

@media(min-width:992px) {

  .text-with-featured-blocks--display-light:not(.text-with-featured-blocks--display-with-images) .card a.card__wrapper .title .h3:after,
  .text-with-featured-blocks--display-light:not(.text-with-featured-blocks--display-with-images) .card a.card__wrapper .title h3:after {
    background-image: url(../images/icon-blue-chevron.svg), -webkit-gradient(linear, left top, right top, from(#59b7df), color-stop(45.9%, #59b7df), color-stop(46%, rgba(89, 183, 223, 0)), to(rgba(89, 183, 223, 0)));
    background-image: url(../images/icon-blue-chevron.svg), linear-gradient(90deg, #59b7df 0, #59b7df 45.9%, rgba(89, 183, 223, 0) 46%, rgba(89, 183, 223, 0))
  }
}

.text-with-featured-blocks--display-with-images {
  background-color: #f5f5f5;
  padding-top: 82px
}

.text-with-featured-blocks--display-with-images .card__wrapper {
  min-height: 280px;
  overflow: hidden;
  position: relative
}

.text-with-featured-blocks--display-with-images .card .title {
  margin-top: auto;
  z-index: 1
}

.text-with-featured-blocks--display-with-images .card .text,
.text-with-featured-blocks--display-with-images .card .text a,
.text-with-featured-blocks--display-with-images .card .title * {
  color: #fff
}

.text-with-featured-blocks--display-with-images .card .image {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.text-with-featured-blocks--display-with-images .card .image:after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(21, 36, 86, .63)), color-stop(80%, transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .225)), to(rgba(0, 0, 0, .9)));
  background-image: linear-gradient(180deg, rgba(21, 36, 86, .63) 20%, transparent 80%), linear-gradient(180deg, rgba(0, 0, 0, .225) 0, rgba(0, 0, 0, .9));
  background-position: 0 100%, 0 100%;
  background-size: 100% 300%, 100% 100%;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-size .35s ease;
  transition: background-size .35s ease
}

.text-with-featured-blocks--display-with-images .card .image .cmp-image {
  height: 100%;
  width: 100%
}

.text-with-featured-blocks--display-with-images .card .image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .35s ease;
  transition: -webkit-transform .35s ease;
  transition: transform .35s ease;
  transition: transform .35s ease, -webkit-transform .35s ease;
  width: 100%
}

.text-with-featured-blocks--display-with-images .card a.card__wrapper:focus .image:after,
.text-with-featured-blocks--display-with-images .card a.card__wrapper:hover .image:after {
  background-size: 100% 100%, 100% 120%
}

.text-with-featured-blocks--display-with-images .card a.card__wrapper:focus .image img,
.text-with-featured-blocks--display-with-images .card a.card__wrapper:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

@media(prefers-reduced-motion) {

  .text-with-featured-blocks--display-with-images .card a.card__wrapper:focus .image img,
  .text-with-featured-blocks--display-with-images .card a.card__wrapper:hover .image img {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.text-with-featured-blocks--display-slider {
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 0
}

@media(min-width:992px) {
  .text-with-featured-blocks--display-slider {
    margin-bottom: 50px
  }
}

.text-with-featured-blocks--display-slider .card--featured-block-desaturated-image {
  width: 353px
}

@media(min-width:992px) {
  .text-with-featured-blocks--display-slider .card--featured-block-desaturated-image .action-link {
    font-size: 24px
  }
}

@media(min-width:1200px) {
  .text-with-featured-blocks--display-slider .card--featured-block-desaturated-image .action-link {
    font-size: 2pc
  }
}

.text-with-featured-blocks--centered-intro .text-with-featured-blocks__intro {
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

.text-with-featured-blocks--centered-intro .text-with-featured-blocks__intro .title__prefix {
  display: inline-block
}

.splide--text-with-featured-blocks {
  margin-top: 18px
}

@media(min-width:576px) {
  .splide--text-with-featured-blocks {
    margin-top: 24px
  }
}

.splide--text-with-featured-blocks .splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.splide--text-with-featured-blocks .splide__slide .card {
  margin-top: auto
}

.splide--text-with-featured-blocks .splide__arrows {
  position: absolute;
  right: -20px;
  top: -30px
}

@media(min-width:576px) {
  .splide--text-with-featured-blocks .splide__arrows {
    top: -40px
  }
}

.splide--text-with-featured-blocks .splide__track {
  overflow: visible
}

.cmp-text,
.text {
  margin-bottom: 30px
}

.cmp-text .text__content-wrapper>:last-child,
.cmp-text>.container>:last-child,
.cmp-text>:last-child,
.text .text__content-wrapper>:last-child,
.text>.container>:last-child,
.text>:last-child {
  margin-bottom: 0
}

.cmp-text.text--intro p,
.text.text--intro p {
  font-family: museo-slab, serif;
  font-size: 22px;
  line-height: 1.636
}

.cmp-text.text--dark,
.cmp-text.text--dark-with-yellow-text,
.text.text--dark,
.text.text--dark-with-yellow-text {
  background-color: #152456;
  color: #fff;
  padding: 3rem 0
}

.cmp-text.text--dark .h1,
.cmp-text.text--dark .h2,
.cmp-text.text--dark .h3,
.cmp-text.text--dark .h4,
.cmp-text.text--dark .h5,
.cmp-text.text--dark .h6,
.cmp-text.text--dark h1,
.cmp-text.text--dark h2,
.cmp-text.text--dark h3,
.cmp-text.text--dark h4,
.cmp-text.text--dark h5,
.cmp-text.text--dark h6,
.cmp-text.text--dark-with-yellow-text .h1,
.cmp-text.text--dark-with-yellow-text .h2,
.cmp-text.text--dark-with-yellow-text .h3,
.cmp-text.text--dark-with-yellow-text .h4,
.cmp-text.text--dark-with-yellow-text .h5,
.cmp-text.text--dark-with-yellow-text .h6,
.cmp-text.text--dark-with-yellow-text h1,
.cmp-text.text--dark-with-yellow-text h2,
.cmp-text.text--dark-with-yellow-text h3,
.cmp-text.text--dark-with-yellow-text h4,
.cmp-text.text--dark-with-yellow-text h5,
.cmp-text.text--dark-with-yellow-text h6,
.text.text--dark .h1,
.text.text--dark .h2,
.text.text--dark .h3,
.text.text--dark .h4,
.text.text--dark .h5,
.text.text--dark .h6,
.text.text--dark h1,
.text.text--dark h2,
.text.text--dark h3,
.text.text--dark h4,
.text.text--dark h5,
.text.text--dark h6,
.text.text--dark-with-yellow-text .h1,
.text.text--dark-with-yellow-text .h2,
.text.text--dark-with-yellow-text .h3,
.text.text--dark-with-yellow-text .h4,
.text.text--dark-with-yellow-text .h5,
.text.text--dark-with-yellow-text .h6,
.text.text--dark-with-yellow-text h1,
.text.text--dark-with-yellow-text h2,
.text.text--dark-with-yellow-text h3,
.text.text--dark-with-yellow-text h4,
.text.text--dark-with-yellow-text h5,
.text.text--dark-with-yellow-text h6 {
  color: #fff
}

.cmp-text.text--dark a,
.cmp-text.text--dark-with-yellow-text a,
.text.text--dark a,
.text.text--dark-with-yellow-text a {
  color: #aae4ff
}

.cmp-text.text--dark a:focus,
.cmp-text.text--dark a:hover,
.cmp-text.text--dark-with-yellow-text a:focus,
.cmp-text.text--dark-with-yellow-text a:hover,
.text.text--dark a:focus,
.text.text--dark a:hover,
.text.text--dark-with-yellow-text a:focus,
.text.text--dark-with-yellow-text a:hover {
  color: #fff
}

.cmp-text.text--light,
.text.text--light {
  background-color: #f5f5f5;
  padding: 3rem 0
}

.cmp-text.text--bright,
.text.text--bright {
  background-color: rgba(236, 235, 25, .75);
  color: #000;
  padding: 3rem 0
}

.cmp-text.text--bright a,
.text.text--bright a {
  color: inherit
}

.cmp-text.text--bright .h1,
.cmp-text.text--bright .h2,
.cmp-text.text--bright .h3,
.cmp-text.text--bright .h4,
.cmp-text.text--bright .h5,
.cmp-text.text--bright .h6,
.cmp-text.text--bright h2,
.cmp-text.text--bright h3,
.cmp-text.text--bright h4,
.cmp-text.text--bright h5,
.cmp-text.text--bright h6,
.text.text--bright .h1,
.text.text--bright .h2,
.text.text--bright .h3,
.text.text--bright .h4,
.text.text--bright .h5,
.text.text--bright .h6,
.text.text--bright h2,
.text.text--bright h3,
.text.text--bright h4,
.text.text--bright h5,
.text.text--bright h6 {
  color: #000
}

.cmp-text.text--blue,
.cmp-text.text--blue-with-dark-text,
.text.text--blue,
.text.text--blue-with-dark-text {
  background-color: rgba(89, 183, 223, .35);
  padding: 3rem 0
}

.cmp-text.text--font-size-md,
.text.text--font-size-md {
  font-size: 22px
}

.cmp-text.text--font-size-md .h2,
.cmp-text.text--font-size-md h2,
.text.text--font-size-md .h2,
.text.text--font-size-md h2 {
  font-size: 40px
}

@media(min-width:768px) {

  .cmp-text.text--font-size-md .h2,
  .cmp-text.text--font-size-md h2,
  .text.text--font-size-md .h2,
  .text.text--font-size-md h2 {
    font-size: 60px
  }
}

.cmp-text.text--content-width,
.text.text--content-width {
  padding: 30px
}

@media(min-width:992px) {

  .cmp-text.text--content-width,
  .text.text--content-width {
    padding: 70px 74px
  }

  .column-1 .cmp-text.text--content-width,
  .column-1 .text.text--content-width {
    padding: 30px
  }
}

.column-1 .cmp-text .h2,
.column-1 .cmp-text .h3,
.column-1 .cmp-text .h4,
.column-1 .cmp-text .h5,
.column-1 .cmp-text .h6,
.column-1 .cmp-text .title h2,
.column-1 .cmp-text .title h3,
.column-1 .cmp-text .title h4,
.column-1 .cmp-text .title h5,
.column-1 .cmp-text .title h6,
.column-1 .cmp-text h2,
.column-1 .cmp-text h3,
.column-1 .cmp-text h4,
.column-1 .cmp-text h5,
.column-1 .cmp-text h6,
.column-1 .text .h2,
.column-1 .text .h3,
.column-1 .text .h4,
.column-1 .text .h5,
.column-1 .text .h6,
.column-1 .text .title h2,
.column-1 .text .title h3,
.column-1 .text .title h4,
.column-1 .text .title h5,
.column-1 .text .title h6,
.column-1 .text h2,
.column-1 .text h3,
.column-1 .text h4,
.column-1 .text h5,
.column-1 .text h6 {
  font-family: museo-slab, serif;
  font-weight: 500;
  line-height: 1.25
}

.column-1 .cmp-text .h2,
.column-1 .cmp-text .title h2,
.column-1 .cmp-text h2,
.column-1 .text .h2,
.column-1 .text .title h2,
.column-1 .text h2 {
  font-size: 28px;
  letter-spacing: .84px
}

.column-1 .cmp-text .h3,
.column-1 .cmp-text .title h3,
.column-1 .cmp-text h3,
.column-1 .text .h3,
.column-1 .text .title h3,
.column-1 .text h3 {
  font-size: 24px;
  letter-spacing: .72px
}

.column-1 .cmp-text .h4,
.column-1 .cmp-text .title h4,
.column-1 .cmp-text h4,
.column-1 .text .h4,
.column-1 .text .title h4,
.column-1 .text h4 {
  font-size: 20px;
  letter-spacing: .6px
}

.column-1 .cmp-text .h5,
.column-1 .cmp-text .title h5,
.column-1 .cmp-text h5,
.column-1 .text .h5,
.column-1 .text .title h5,
.column-1 .text h5 {
  font-size: 1pc;
  letter-spacing: .48px;
  text-transform: uppercase
}

.column-1 .cmp-text .h6,
.column-1 .cmp-text .title h6,
.column-1 .cmp-text h6,
.column-1 .text .h6,
.column-1 .text .title h6,
.column-1 .text h6 {
  font-size: 14px;
  letter-spacing: .42px;
  text-transform: uppercase
}

.text--large-intro {
  color: #231f20;
  font-family: museo-slab, serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.7
}

.thumbnail-gallery {
  margin-bottom: 50px
}

.thumbnail-gallery__grid {
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 20px
}

@media(min-width:768px) {
  .thumbnail-gallery__grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(min-width:992px) {
  .thumbnail-gallery__grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

.thumbnail-gallery__grid+.tile-gallery__grid {
  margin-top: 20px
}

.thumbnail-gallery__item {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  width: 100%
}

.thumbnail-gallery__item img,
html.aem .thumbnail-gallery__item .cmp-image,
html.aem .thumbnail-gallery__item .image {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.thumbnail-gallery__item img {
  -o-object-fit: cover;
  object-fit: cover
}

.thumbnail-gallery__item .image {
  margin-bottom: 0
}

.thumbnail-gallery__item__button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2
}

.thumbnail-gallery__item__button__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: hsla(0, 0%, 100%, .5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 46px;
  -webkit-transition: background-color .35s ease;
  transition: background-color .35s ease;
  width: 46px
}

.thumbnail-gallery__item__button__wrapper,
.thumbnail-gallery__item__button__wrapper:after {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0
}

.thumbnail-gallery__item__button__wrapper:after {
  background: rgba(0, 0, 0, .9);
  color: transparent;
  content: attr(aria-label);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  min-height: 46px;
  -webkit-transition: width .2s ease .2s, font-size 0s ease, color .25s ease;
  transition: width .2s ease .2s, font-size 0s ease, color .25s ease;
  width: 0
}

.thumbnail-gallery__item__button svg {
  height: 15px;
  -webkit-transition: fill .35s ease;
  transition: fill .35s ease;
  width: 20px
}

.thumbnail-gallery__item__button:focus-visible .thumbnail-gallery__item__button__wrapper,
.thumbnail-gallery__item__button:hover .thumbnail-gallery__item__button__wrapper {
  background-color: rgba(0, 0, 0, .75)
}

.thumbnail-gallery__item__button:focus-visible .thumbnail-gallery__item__button__wrapper svg,
.thumbnail-gallery__item__button:hover .thumbnail-gallery__item__button__wrapper svg {
  fill: #fff;
  z-index: 1
}

.thumbnail-gallery__item__button:focus-visible .thumbnail-gallery__item__button__wrapper:after,
.thumbnail-gallery__item__button:hover .thumbnail-gallery__item__button__wrapper:after {
  color: #fff;
  font-size: 9pt;
  padding: 10px 58px 10px 9pt;
  -webkit-transition: width .25s ease, font-size 0s ease .25s, color .35s ease .26s;
  transition: width .25s ease, font-size 0s ease .25s, color .35s ease .26s;
  width: 184px
}

.thumbnail-gallery__item .cmp-image__title {
  background-color: rgba(0, 0, 0, .85);
  bottom: 0;
  font-style: normal;
  margin-top: 17px;
  padding: 10px 10px 8px;
  position: absolute;
  width: 100%
}

.thumbnail-gallery__item .cmp-image__title,
.thumbnail-gallery__item .cmp-image__title p:first-child {
  color: #fff;
  font-family: GT Haptik, sans-serif;
  font-size: 15px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.thumbnail-gallery__item .cmp-image__title p:not(:first-child),
.thumbnail-gallery__item[data-stop]~.thumbnail-gallery__item {
  display: none
}

.thumbnail-gallery__button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 40px
}

.thumbnail-gallery--landscape-thumbnails .thumbnail-gallery__item {
  padding-bottom: 75%
}

.thumbnail-gallery--more-columns .thumbnail-gallery__grid {
  grid-template-columns: repeat(2, 1fr)
}

@media(min-width:768px) {
  .thumbnail-gallery--more-columns .thumbnail-gallery__grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media(min-width:992px) {
  .thumbnail-gallery--more-columns .thumbnail-gallery__grid {
    grid-template-columns: repeat(4, 1fr)
  }
}

@media(min-width:1400px) {
  .thumbnail-gallery--more-columns .thumbnail-gallery__grid {
    grid-template-columns: repeat(5, 1fr)
  }
}

@media(max-width:575.98px) {

  .thumbnail-gallery--more-columns .thumbnail-gallery__item__button:focus-visible .thumbnail-gallery__item__button__wrapper:after,
  .thumbnail-gallery--more-columns .thumbnail-gallery__item__button:hover .thumbnail-gallery__item__button__wrapper:after {
    display: none
  }
}

.splide--lazy-load-slider {
  -webkit-transition: opacity .5s ease .25s;
  transition: opacity .5s ease .25s
}

.modal:not(.show) .splide--lazy-load-slider {
  opacity: 0
}

.modal.show .splide--lazy-load-slider {
  opacity: 1
}

@media(max-width:767.98px) {
  .splide--lazy-load-slider {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 50px
  }
}

@media(min-width:768px) {
  .splide--lazy-load-slider {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 9px
  }
}

.splide--lazy-load-slider.is-initialized .splide__slide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

@media(min-width:768px) {
  .splide--lazy-load-slider.is-initialized .splide__slide {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.splide--lazy-load-slider .splide__slide:not(.is-active) {
  pointer-events: none;
  visibility: hidden
}

.splide--lazy-load-slider .splide__slide img {
  height: auto;
  max-height: calc(100vh - 135px);
  max-width: 100%;
  width: auto
}

@media(max-width:767.98px) {
  .splide--lazy-load-slider .splide__slide img {
    max-height: calc(100vh - 93px)
  }
}

.splide--lazy-load-slider .splide__slide .cmp-image {
  display: table
}

.splide--lazy-load-slider .splide__slide .cmp-image__title {
  caption-side: bottom;
  display: table-caption
}

.splide--lazy-load-slider .splide__arrows {
  background-color: transparent
}

@media(max-width:767.98px) {
  .splide--lazy-load-slider .splide__arrows {
    left: 0;
    position: absolute;
    top: 0
  }
}

@media(min-width:768px) {
  .splide--lazy-load-slider .splide__arrows {
    height: auto;
    width: auto
  }
}

.splide--lazy-load-slider .splide__arrow {
  background-color: transparent;
  border: 0;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  width: 50px
}

@media(min-width:768px) {
  .splide--lazy-load-slider .splide__arrow {
    bottom: 0;
    height: 100%;
    width: 75pt
  }
}

@media(max-width:767.98px) {
  .splide--lazy-load-slider .splide__arrow {
    top: -14px
  }
}

.splide--lazy-load-slider .splide__arrow[disabled],
.splide--lazy-load-slider .splide__arrow[disabled]:focus,
.splide--lazy-load-slider .splide__arrow[disabled]:hover {
  opacity: .3
}

.splide--lazy-load-slider .splide__arrow:focus,
.splide--lazy-load-slider .splide__arrow:hover {
  opacity: .8;
  outline: 0 none
}

.splide--lazy-load-slider .splide__arrow:focus-visible:before {
  outline: 2px solid #fff
}

.splide--lazy-load-slider .splide__arrow svg {
  display: none
}

.splide--lazy-load-slider .splide__arrow:before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: transparent;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Jeff Custom Icons;
  font-size: 35px;
  height: 50px;
  justify-content: center;
  position: absolute;
  text-indent: 0;
  top: 0;
  -webkit-transform: none;
  transform: none;
  width: 50px
}

@media(min-width:768px) {
  .splide--lazy-load-slider .splide__arrow:before {
    top: 50%
  }
}

@media(max-width:767.98px) {
  .splide--lazy-load-slider .splide__arrow--next {
    left: 70px
  }
}

@media(min-width:768px) {
  .splide--lazy-load-slider .splide__arrow--next {
    right: -40px
  }
}

.splide--lazy-load-slider .splide__arrow--next:before {
  content: "";
  right: 0
}

@media(max-width:767.98px) {
  .splide--lazy-load-slider .splide__arrow--prev {
    left: 10px
  }
}

@media(min-width:768px) {
  .splide--lazy-load-slider .splide__arrow--prev {
    left: -40px
  }
}

@media(min-width:992px) {
  .splide--lazy-load-slider .splide__arrow--prev {
    left: -50px
  }
}

.splide--lazy-load-slider .splide__arrow--prev:before {
  content: "";
  left: 0
}

.splide--lazy-load-slider .cmp-image__title {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-top: 17px
}

.splide--lazy-load-slider .cmp-image__title a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px
}

@media(max-width:767.98px) {
  .splide--lazy-load-slider .cmp-image__title {
    padding-left: 20px;
    padding-right: 20px
  }
}

.h1,
.h1 .h2,
.h1 .h3,
.h1 .h4,
.h1 .h5,
.h1 .h6,
.h1 h2,
.h1 h3,
.h1 h4,
.h1 h5,
.h1 h6,
h1,
h1 .h2,
h1 .h3,
h1 .h4,
h1 .h5,
h1 .h6,
h1 h2,
h1 h3,
h1 h4,
h1 h5,
h1 h6 {
  color: #152456;
  font-family: museo-slab, serif;
  font-size: calc(1.4875rem + 2.85vw);
  font-weight: 500;
  letter-spacing: .87pt;
  line-height: 1.25;
  margin-bottom: 8px
}

@media(min-width:1200px) {

  .h1,
  .h1 .h2,
  .h1 .h3,
  .h1 .h4,
  .h1 .h5,
  .h1 .h6,
  .h1 h2,
  .h1 h3,
  .h1 h4,
  .h1 h5,
  .h1 h6,
  h1,
  h1 .h2,
  h1 .h3,
  h1 .h4,
  h1 .h5,
  h1 .h6,
  h1 h2,
  h1 h3,
  h1 h4,
  h1 h5,
  h1 h6 {
    font-size: 3.625rem
  }
}

.h2,
.h2 .h3,
.h2 .h4,
.h2 .h5,
.h2 .h6,
.h2 h3,
.h2 h4,
.h2 h5,
.h2 h6,
h2,
h2 .h3,
h2 .h4,
h2 .h5,
h2 .h6,
h2 h3,
h2 h4,
h2 h5,
h2 h6 {
  color: #203887;
  font-family: museo-slab, serif;
  font-size: calc(1.45rem + 2.4vw);
  font-weight: 500;
  letter-spacing: 1.56px;
  line-height: 1.25;
  margin-bottom: 8px
}

@media(min-width:1200px) {

  .h2,
  .h2 .h3,
  .h2 .h4,
  .h2 .h5,
  .h2 .h6,
  .h2 h3,
  .h2 h4,
  .h2 h5,
  .h2 h6,
  h2,
  h2 .h3,
  h2 .h4,
  h2 .h5,
  h2 .h6,
  h2 h3,
  h2 h4,
  h2 h5,
  h2 h6 {
    font-size: 3.25rem
  }
}

.h3,
.h3 .h2,
.h3 .h4,
.h3 .h5,
.h3 .h6,
.h3 h2,
.h3 h4,
.h3 h5,
.h3 h6,
h3,
h3 .h2,
h3 .h4,
h3 .h5,
h3 .h6,
h3 h2,
h3 h4,
h3 h5,
h3 h6 {
  color: #152456;
  font-family: museo-slab, serif;
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 500;
  letter-spacing: .9pt;
  line-height: 1.25;
  margin-bottom: 7px
}

@media(min-width:1200px) {

  .h3,
  .h3 .h2,
  .h3 .h4,
  .h3 .h5,
  .h3 .h6,
  .h3 h2,
  .h3 h4,
  .h3 h5,
  .h3 h6,
  h3,
  h3 .h2,
  h3 .h4,
  h3 .h5,
  h3 .h6,
  h3 h2,
  h3 h4,
  h3 h5,
  h3 h6 {
    font-size: 2.5rem
  }
}

.h4,
.h4 .h2,
.h4 .h3,
.h4 .h5,
.h4 .h6,
.h4 h2,
.h4 h3,
.h4 h5,
.h4 h6,
h4,
h4 .h2,
h4 .h3,
h4 .h5,
h4 .h6,
h4 h2,
h4 h3,
h4 h5,
h4 h6 {
  color: #203887;
  font-family: museo-slab, serif;
  font-size: calc(1.3375rem + 1.05vw);
  font-weight: 500;
  letter-spacing: 1.02px;
  line-height: 1.25;
  margin-bottom: 9px
}

@media(min-width:1200px) {

  .h4,
  .h4 .h2,
  .h4 .h3,
  .h4 .h5,
  .h4 .h6,
  .h4 h2,
  .h4 h3,
  .h4 h5,
  .h4 h6,
  h4,
  h4 .h2,
  h4 .h3,
  h4 .h5,
  h4 .h6,
  h4 h2,
  h4 h3,
  h4 h5,
  h4 h6 {
    font-size: 2.125rem
  }
}

.h5,
.h5 .h2,
.h5 .h3,
.h5 .h4,
.h5 .h6,
.h5 h2,
.h5 h3,
.h5 h4,
.h5 h6,
h5,
h5 .h2,
h5 .h3,
h5 .h4,
h5 .h6,
h5 h2,
h5 h3,
h5 h4,
h5 h6 {
  color: #152456;
  font-family: museo-slab, serif;
  font-size: calc(1.275rem + .3vw);
  font-weight: 700;
  letter-spacing: .72px;
  line-height: 1.25;
  margin-bottom: 8px
}

@media(min-width:1200px) {

  .h5,
  .h5 .h2,
  .h5 .h3,
  .h5 .h4,
  .h5 .h6,
  .h5 h2,
  .h5 h3,
  .h5 h4,
  .h5 h6,
  h5,
  h5 .h2,
  h5 .h3,
  h5 .h4,
  h5 .h6,
  h5 h2,
  h5 h3,
  h5 h4,
  h5 h6 {
    font-size: 1.5rem
  }
}

.h6,
.h6 .h2,
.h6 .h3,
.h6 .h4,
.h6 .h5,
.h6 h2,
.h6 h3,
.h6 h4,
.h6 h5,
h6,
h6 .h2,
h6 .h3,
h6 .h4,
h6 .h5,
h6 h2,
h6 h3,
h6 h4,
h6 h5 {
  color: #203887;
  font-family: museo-slab, serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: .54px;
  line-height: 1.2;
  margin-bottom: 6px;
  text-transform: uppercase
}

.h1+.h1,
.h1+.h2,
.h1+.h3,
.h1+.h4,
.h1+.h5,
.h1+.h6,
.h1+h1,
.h1+h2,
.h1+h3,
.h1+h4,
.h1+h5,
.h1+h6,
.h2+.h1,
.h2+.h2,
.h2+.h3,
.h2+.h4,
.h2+.h5,
.h2+.h6,
.h2+h1,
.h2+h2,
.h2+h3,
.h2+h4,
.h2+h5,
.h2+h6,
.h3+.h1,
.h3+.h2,
.h3+.h3,
.h3+.h4,
.h3+.h5,
.h3+.h6,
.h3+h1,
.h3+h2,
.h3+h3,
.h3+h4,
.h3+h5,
.h3+h6,
.h4+.h1,
.h4+.h2,
.h4+.h3,
.h4+.h4,
.h4+.h5,
.h4+.h6,
.h4+h1,
.h4+h2,
.h4+h3,
.h4+h4,
.h4+h5,
.h4+h6,
.h5+.h1,
.h5+.h2,
.h5+.h3,
.h5+.h4,
.h5+.h5,
.h5+.h6,
.h5+h1,
.h5+h2,
.h5+h3,
.h5+h4,
.h5+h5,
.h5+h6,
.h6+.h1,
.h6+.h2,
.h6+.h3,
.h6+.h4,
.h6+.h5,
.h6+.h6,
.h6+h1,
.h6+h2,
.h6+h3,
.h6+h4,
.h6+h5,
.h6+h6,
h1+.h1,
h1+.h2,
h1+.h3,
h1+.h4,
h1+.h5,
h1+.h6,
h1+h1,
h1+h2,
h1+h3,
h1+h4,
h1+h5,
h1+h6,
h2+.h1,
h2+.h2,
h2+.h3,
h2+.h4,
h2+.h5,
h2+.h6,
h2+h1,
h2+h2,
h2+h3,
h2+h4,
h2+h5,
h2+h6,
h3+.h1,
h3+.h2,
h3+.h3,
h3+.h4,
h3+.h5,
h3+.h6,
h3+h1,
h3+h2,
h3+h3,
h3+h4,
h3+h5,
h3+h6,
h4+.h1,
h4+.h2,
h4+.h3,
h4+.h4,
h4+.h5,
h4+.h6,
h4+h1,
h4+h2,
h4+h3,
h4+h4,
h4+h5,
h4+h6,
h5+.h1,
h5+.h2,
h5+.h3,
h5+.h4,
h5+.h5,
h5+.h6,
h5+h1,
h5+h2,
h5+h3,
h5+h4,
h5+h5,
h5+h6,
h6+.h1,
h6+.h2,
h6+.h3,
h6+.h4,
h6+.h5,
h6+.h6,
h6+h1,
h6+h2,
h6+h3,
h6+h4,
h6+h5,
h6+h6 {
  margin-top: 2pc
}

.h1.title--label,
.h2.title--label,
.h3.title--label,
.h4.title--label,
.h5.title--label,
.h6.title--label,
h1.title--label,
h2.title--label,
h3.title--label,
h4.title--label,
h5.title--label,
h6.title--label {
  color: #363d3d;
  font-family: museo-sans, sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1.3px;
  line-height: 1;
  text-transform: uppercase
}

[data-bs-theme=dark] .h1.title--label,
[data-bs-theme=dark] .h2.title--label,
[data-bs-theme=dark] .h3.title--label,
[data-bs-theme=dark] .h4.title--label,
[data-bs-theme=dark] .h5.title--label,
[data-bs-theme=dark] .h6.title--label,
[data-bs-theme=dark] h1.title--label,
[data-bs-theme=dark] h2.title--label,
[data-bs-theme=dark] h3.title--label,
[data-bs-theme=dark] h4.title--label,
[data-bs-theme=dark] h5.title--label,
[data-bs-theme=dark] h6.title--label {
  color: hsla(120, 3%, 88%, .8)
}

.title__prefix {
  color: #363d3d;
  display: block;
  font-family: museo-sans, sans-serif;
  font-size: 1pc;
  font-weight: 300;
  letter-spacing: .8px;
  line-height: 1;
  margin-bottom: 11px;
  padding-left: 58px;
  position: relative;
  text-transform: uppercase
}

.title__prefix:before {
  background-image: url(../images/blue-slashes.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 54px
}

.title--label .h2,
.title--label .h3,
.title--label .h4,
.title--label .h5,
.title--label .h6,
.title--label h2,
.title--label h3,
.title--label h4,
.title--label h5,
.title--label h6 {
  color: #363d3d;
  font-family: museo-sans, sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1.3px;
  line-height: 1;
  text-transform: uppercase
}

[data-bs-theme=dark] .title--label .h2,
[data-bs-theme=dark] .title--label .h3,
[data-bs-theme=dark] .title--label .h4,
[data-bs-theme=dark] .title--label .h5,
[data-bs-theme=dark] .title--label .h6,
[data-bs-theme=dark] .title--label h2,
[data-bs-theme=dark] .title--label h3,
[data-bs-theme=dark] .title--label h4,
[data-bs-theme=dark] .title--label h5,
[data-bs-theme=dark] .title--label h6 {
  color: hsla(120, 3%, 88%, .8)
}

.title--with-accent-lines .h2,
.title--with-accent-lines h2 {
  padding-top: 24px;
  position: relative
}

.title--with-accent-lines .h2:before,
.title--with-accent-lines h2:before {
  background-image: url(../images/blue-slashes.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 54px
}

.title--max-width {
  max-width: 585px
}

html.aem .title.screen-reader-only {
  opacity: .5
}

html:not(.aem) .title.screen-reader-only {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  white-space: nowrap !important;
  width: 1px !important
}

html:not(.aem) .title.screen-reader-only:not(caption) {
  position: absolute !important
}

.expand-toggle {
  background-color: transparent;
  border: 0
}

.expand-toggle .icon {
  font-size: 18px;
  position: relative;
  top: -2px
}

.expand-toggle__title {
  padding-right: 20px
}

.expand-toggle--with-border .expand-toggle__icon-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-negative: 0;
  align-items: center;
  border: 2px solid #59b7df;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-shrink: 0;
  height: 24px;
  justify-content: center;
  -webkit-transition: background-color .35s ease;
  transition: background-color .35s ease;
  width: 24px
}

.expand-toggle--with-border .expand-toggle__icon-wrapper .icon {
  color: #08102e;
  font-size: 9pt;
  height: 9pt;
  top: -1px;
  -webkit-transition: color .35s ease;
  transition: color .35s ease;
  width: 9pt
}

.expand-toggle--with-border .expand-toggle__icon-wrapper .icon:before {
  margin: 0
}

.expand-toggle--with-border:hover .expand-toggle__icon-wrapper {
  background-color: #59b7df
}

.expand-toggle--with-border:hover .expand-toggle__icon-wrapper .icon {
  color: #fff
}

.expand-toggle .expand {
  display: inline-block
}

.expand-toggle .shrink,
.expand-toggle[aria-expanded=true] .expand {
  display: none
}

.expand-toggle[aria-expanded=true] .shrink {
  display: inline-block
}

.text--truncate-text-on-mobile .text__content-wrapper .btn-cta--expand-text {
  background-color: #fff;
  bottom: 0;
  color: #274ac1;
  display: none;
  font-family: museo-sans, sans-serif;
  font-size: 1pc;
  font-weight: 300;
  left: 0;
  letter-spacing: .8px;
  line-height: 1;
  padding: 17px 15px 3px;
  position: absolute;
  right: 0;
  text-align: left;
  text-decoration: underline;
  text-transform: uppercase
}

.text--truncate-text-on-mobile .text__content-wrapper.container .btn-cta--expand-text {
  padding-left: 0
}

@media(max-width:767.98px) {
  .text--truncate-text-on-mobile .text__content-wrapper--truncate {
    max-height: 10pc;
    overflow: hidden;
    position: relative
  }

  .text--truncate-text-on-mobile .text__content-wrapper--truncate .btn-cta--expand-text {
    display: block
  }
}

.text--truncate-text-on-mobile .text__content-wrapper--expanded {
  padding-bottom: 13px
}

@media(max-width:767.98px) {
  .text--truncate-text-on-mobile .text__content-wrapper--expanded {
    max-height: none
  }

  .text--truncate-text-on-mobile .text__content-wrapper--expanded .btn-cta--expand-text,
  .text--truncate-text-on-mobile .text__content-wrapper--expanded .btn-cta--expand-text .shrink {
    display: block
  }

  .text--truncate-text-on-mobile .text__content-wrapper--expanded .btn-cta--expand-text .expand {
    display: none
  }

  .text--truncate-text-on-mobile.text--intro .text__content-wrapper--truncate {
    max-height: 174px
  }

  .text--truncate-text-on-mobile.text--intro .text__content-wrapper--expanded {
    max-height: none
  }

  .text--truncate-text-on-mobile.text--intro .text__content-wrapper--expanded .btn-cta--expand-text {
    display: block
  }
}

.text--truncate-text-on-mobile.text--dark .text__content-wrapper .btn-cta--expand-text {
  background-color: #08102e;
  color: #aae4ff
}

.text--truncate-text-on-mobile.text--dark .text__content-wrapper .btn-cta--expand-text:hover {
  color: #fff
}

.two-full-images-with-a-caption {
  margin-bottom: 52px;
  overflow: hidden
}

.two-full-images-with-a-caption .image {
  height: 250px;
  margin-bottom: 0;
  position: relative;
  width: 100%
}

@media(min-width:768px) {
  .two-full-images-with-a-caption .image {
    height: 35pc
  }
}

@media(max-width:767.98px) {
  .two-full-images-with-a-caption .image {
    margin-bottom: 1rem
  }
}

.two-full-images-with-a-caption .image .cmp-image {
  height: 100%;
  width: 100%
}

.two-full-images-with-a-caption .image .cmp-image__image {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.two-full-images-with-a-caption__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.two-full-images-with-a-caption__row {
  margin-left: -5px;
  margin-right: -5px
}

.two-full-images-with-a-caption__col {
  padding-left: 5px;
  padding-right: 5px
}

.two-full-images-with-a-caption .card {
  background-color: #fff;
  position: relative
}

@media(min-width:768px) {
  .two-full-images-with-a-caption .card {
    margin-left: auto;
    margin-top: -5pc;
    max-width: 490px;
    min-height: 5pc
  }
}

@media(max-width:767.98px) {
  .two-full-images-with-a-caption .card {
    margin-left: 20px;
    margin-right: 20px
  }
}

.two-full-images-with-a-caption .card__border {
  border-left: 2px solid #ece819;
  border-top: 2px solid #ece819;
  display: block;
  left: -10px;
  pointer-events: none;
  position: absolute;
  top: -10px
}

.two-full-images-with-a-caption .card__wrapper {
  padding: 20px 0 20px 20px;
  position: relative
}

@media(min-width:768px) {
  .two-full-images-with-a-caption .card__wrapper {
    padding: 20px
  }
}

@media(min-width:992px) {
  .two-full-images-with-a-caption .card__wrapper {
    padding: 35px
  }
}

.two-full-images-with-a-caption .card__content {
  font-size: 1pc;
  letter-spacing: .8px;
  line-height: 1.375;
  position: relative
}

.video--decorate {
  margin-left: 10px;
  margin-top: 10px;
  position: relative
}

.video--decorate .video__border {
  border-left: 2px solid #59b7df;
  border-top: 2px solid #59b7df;
  display: block;
  left: -10px;
  pointer-events: none;
  position: absolute;
  top: -10px
}

.brightcove_player .video-js .vjs-big-play-button {
  left: 50%;
  top: 50%
}

a.btn-cta.btn-full,
button.btn-cta.btn-full,
div.btn-cta.btn-full>a,
span.btn-cta.btn-full>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

a.btn-cta.btn-xs-full,
button.btn-cta.btn-xs-full,
div.btn-cta.btn-xs-full>a,
span.btn-cta.btn-xs-full>a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

@media(min-width:576px) {

  a.btn-cta.btn-sm-full,
  button.btn-cta.btn-sm-full,
  div.btn-cta.btn-sm-full>a,
  span.btn-cta.btn-sm-full>a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
}

@media(min-width:768px) {

  a.btn-cta.btn-md-full,
  button.btn-cta.btn-md-full,
  div.btn-cta.btn-md-full>a,
  span.btn-cta.btn-md-full>a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
}

@media(min-width:992px) {

  a.btn-cta.btn-lg-full,
  button.btn-cta.btn-lg-full,
  div.btn-cta.btn-lg-full>a,
  span.btn-cta.btn-lg-full>a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
}

@media(min-width:1200px) {

  a.btn-cta.btn-xl-full,
  button.btn-cta.btn-xl-full,
  div.btn-cta.btn-xl-full>a,
  span.btn-cta.btn-xl-full>a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
}

@media(min-width:1400px) {

  a.btn-cta.btn-xxl-full,
  button.btn-cta.btn-xxl-full,
  div.btn-cta.btn-xxl-full>a,
  span.btn-cta.btn-xxl-full>a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
}

div.btn-cta.btn-xxl-full,
span.btn-cta.btn-xxl-full {
  display: block
}

a.btn-cta.btn-inline,
button.btn-cta.btn-inline,
div.btn-cta.btn-inline>a,
span.btn-cta.btn-inline>a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}

a.btn-cta.btn-xs-inline,
button.btn-cta.btn-xs-inline,
div.btn-cta.btn-xs-inline>a,
span.btn-cta.btn-xs-inline>a {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important
}

@media(min-width:576px) {

  a.btn-cta.btn-sm-inline,
  button.btn-cta.btn-sm-inline,
  div.btn-cta.btn-sm-inline>a,
  span.btn-cta.btn-sm-inline>a {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media(min-width:768px) {

  a.btn-cta.btn-md-inline,
  button.btn-cta.btn-md-inline,
  div.btn-cta.btn-md-inline>a,
  span.btn-cta.btn-md-inline>a {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media(min-width:992px) {

  a.btn-cta.btn-lg-inline,
  button.btn-cta.btn-lg-inline,
  div.btn-cta.btn-lg-inline>a,
  span.btn-cta.btn-lg-inline>a {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media(min-width:1200px) {

  a.btn-cta.btn-xl-inline,
  button.btn-cta.btn-xl-inline,
  div.btn-cta.btn-xl-inline>a,
  span.btn-cta.btn-xl-inline>a {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media(min-width:1400px) {

  a.btn-cta.btn-xxl-inline,
  button.btn-cta.btn-xxl-inline,
  div.btn-cta.btn-xxl-inline>a,
  span.btn-cta.btn-xxl-inline>a {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

div.btn-cta.btn-xxl-inline,
span.btn-cta.btn-xxl-inline {
  display: block
}

button {
  font-weight: 300
}

a.btn-cta,
button.btn-cta,
div.btn-cta>a,
span.btn-cta>a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-position: 100% 0;
  background-size: 200%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: museo-sans, sans-serif;
  font-size: 1pc;
  font-weight: 300;
  justify-content: center;
  letter-spacing: .8px;
  line-height: 1.2;
  padding: 1pc 30px 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-position .35s ease;
  transition: background-position .35s ease
}

a.btn-cta:focus,
a.btn-cta:hover,
button.btn-cta:focus,
button.btn-cta:hover,
div.btn-cta>a:focus,
div.btn-cta>a:hover,
span.btn-cta>a:focus,
span.btn-cta>a:hover {
  background-position: 0 0
}

.btn-cta.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

button.btn-cta {
  background-color: transparent;
  border: 0
}

a.btn-cta.btn-sm,
a.btn-cta.btn-utility,
button.btn-cta.btn-sm,
button.btn-cta.btn-utility,
div.btn-cta.btn-sm>a,
div.btn-cta.btn-utility>a,
span.btn-cta.btn-sm>a,
span.btn-cta.btn-utility>a {
  font-size: 13px;
  letter-spacing: .65px;
  padding: 11px 25px 9px
}

a.btn-cta.btn-primary,
button.btn-cta.btn-primary,
div.btn-cta.btn-primary>a,
span.btn-cta.btn-primary>a {
  background-image: -webkit-gradient(linear, left top, right top, from(#152456), color-stop(40%, #274ac1));
  background-image: linear-gradient(90deg, #152456 0, #274ac1 40%);
  color: #fff
}

a.btn-cta.btn-red,
a.btn-cta.btn-white,
a.btn-cta.btn-yellow,
button.btn-cta.btn-red,
button.btn-cta.btn-white,
button.btn-cta.btn-yellow,
div.btn-cta.btn-red>a,
div.btn-cta.btn-white>a,
div.btn-cta.btn-yellow>a,
span.btn-cta.btn-white>a,
span.btn-cta.btn-yellow>a {
  background-image: -webkit-gradient(linear, left top, right top, from(#c0bf11), color-stop(40%, #ece819));
  background-image: linear-gradient(90deg, #c0bf11 0, #ece819 40%);
  color: #000
}

a.btn-cta.btn-blue-outline,
button.btn-cta.btn-blue-outline,
div.btn-cta.btn-blue-outline>a,
span.btn-cta.btn-blue-outline>a {
  background-color: transparent;
  border: 2px solid #59b7df;
  color: #fff
}

a.btn-cta--skip-to-content {
  position: absolute;
  z-index: 1002
}

.btn-cta--jump-link a:after,
a.btn-cta--jump-link:after,
button.btn-cta--jump-link:after {
  -webkit-animation-duration: .35s;
  animation-duration: .35s;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  background: transparent url('data:image/svg+xml,<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.13477 9.86523L1.00977 5.74023C0.794922 5.54688 0.794922 5.22461 1.00977 5.00977C1.20312 4.81641 1.52539 4.81641 1.74023 5.00977L5.5 8.79102L9.25977 5.03125C9.45312 4.81641 9.77539 4.81641 9.99023 5.03125C10.1836 5.22461 10.1836 5.54688 9.99023 5.74023L5.84375 9.86523C5.65039 10.0801 5.32812 10.0801 5.13477 9.86523ZM1.00977 1.61523C0.794922 1.42188 0.794922 1.09961 1.00977 0.884766C1.20312 0.691406 1.52539 0.691406 1.74023 0.884766L5.5 4.66602L9.25977 0.90625C9.45312 0.691406 9.77539 0.691406 9.99023 0.90625C10.1836 1.09961 10.1836 1.42188 9.99023 1.61523L5.84375 5.74023C5.65039 5.95508 5.32812 5.95508 5.13477 5.74023L1.00977 1.61523Z" fill="%23231F20"/></svg>') no-repeat scroll 0 0/11px 11px;
  content: "";
  height: 11px;
  margin-left: 10px;
  position: relative;
  top: -1px;
  width: 11px
}

@media(prefers-reduced-motion) {

  .btn-cta--jump-link a:after,
  a.btn-cta--jump-link:after,
  button.btn-cta--jump-link:after {
    -webkit-animation-duration: 0s;
    animation-duration: 0s
  }
}

.btn-cta--jump-link a:hover:after,
a.btn-cta--jump-link:hover:after,
button.btn-cta--jump-link:hover:after {
  -webkit-animation-name: bounce;
  animation-name: bounce
}

.btn-cta--expand-icon a:after,
a.btn-cta--expand-icon:after,
button.btn-cta--expand-icon:after {
  background: transparent url('data:image/svg+xml,<svg width="11" height="9" viewBox="0 0 11 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.6875 0.75H2.75C3.11523 0.75 3.4375 1.07227 3.4375 1.4375C3.4375 1.82422 3.11523 2.125 2.75 2.125H1.375V3.5C1.375 3.88672 1.05273 4.1875 0.6875 4.1875C0.300781 4.1875 0 3.88672 0 3.5V1.4375C0 1.07227 0.300781 0.75 0.6875 0.75ZM1.375 6.25V7.625H2.75C3.11523 7.625 3.4375 7.94727 3.4375 8.3125C3.4375 8.69922 3.11523 9 2.75 9H0.6875C0.300781 9 0 8.69922 0 8.3125V6.25C0 5.88477 0.300781 5.5625 0.6875 5.5625C1.05273 5.5625 1.375 5.88477 1.375 6.25ZM8.25 0.75H10.3125C10.6777 0.75 11 1.07227 11 1.4375V3.5C11 3.88672 10.6777 4.1875 10.3125 4.1875C9.92578 4.1875 9.625 3.88672 9.625 3.5V2.125H8.25C7.86328 2.125 7.5625 1.82422 7.5625 1.4375C7.5625 1.07227 7.86328 0.75 8.25 0.75ZM11 6.25V8.3125C11 8.69922 10.6777 9 10.3125 9H8.25C7.86328 9 7.5625 8.69922 7.5625 8.3125C7.5625 7.94727 7.86328 7.625 8.25 7.625H9.625V6.25C9.625 5.88477 9.92578 5.5625 10.3125 5.5625C10.6777 5.5625 11 5.88477 11 6.25Z" fill="%23231F20"/></svg>') no-repeat scroll 0 0/13px 9pt;
  content: "";
  height: 9pt;
  margin-left: 10px;
  position: relative;
  top: -1px;
  width: 13px
}

.filter-btn:not(.filter-btn--active) {
  -webkit-appearance: none;
  background-clip: padding-box, border-box;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#59b7df), to(#ece819));
  background-image: linear-gradient(90deg, #fff 0, #fff), linear-gradient(90deg, #59b7df 0, #ece819);
  background-origin: border-box;
  background-position: 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 100%, 100% 100%;
  border: 2px solid transparent;
  -webkit-transition: background-size .5s ease, border-width .5s ease;
  transition: background-size .5s ease, border-width .5s ease
}

.filter-btn:not(.filter-btn--active):focus,
.filter-btn:not(.filter-btn--active):hover {
  background-size: 100% 100%, 400% 400%
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px)
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px)
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

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

.hero--home .cmp-image {
  max-width: none !important
}

.hero--home .hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 380px;
  position: relative
}

@media(min-width:768px) {
  .hero--home .hero__wrapper {
    height: 500px
  }
}

@media(min-width:992px) {
  .hero--home .hero__wrapper {
    height: 750px
  }
}

.hero--home .hero__wrapper:after {
  background: transparent url(../images/pattern-two-rows.svg) repeat-x 0 100%/auto 100%;
  bottom: -8pc;
  content: "";
  height: 8pc;
  left: 0;
  position: absolute;
  right: 0
}

.hero--home .hero__video,
.hero--home .hero__video .video-js {
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.hero--home .hero__video .video-js [class^=vjs-]:not(video) {
  display: none
}

.hero--home .hero__video .video-js video {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.hero--home .hero__video__toggle {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .4);
  border: 2px solid #fff;
  border-radius: 9pt;
  bottom: 130px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .4);
  box-shadow: 0 0 15px rgba(0, 0, 0, .4);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  height: 24px;
  justify-content: center;
  padding: 0 0 0 1px;
  position: absolute;
  right: 20px;
  text-align: center;
  -webkit-transition: background-color .35s ease;
  transition: background-color .35s ease;
  width: 24px;
  z-index: 1
}

@media(prefers-reduced-motion) {
  .hero--home .hero__video__toggle {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.hero--home .hero__video__toggle:after {
  content: "";
  font-family: Jeff Custom Icons;
  font-size: 9pt;
  line-height: 30px;
  opacity: 0
}

.hero--home .hero__video__toggle:after,
.hero--home .hero__video__toggle:before {
  position: absolute;
  -webkit-transition: opacity .35s ease;
  transition: opacity .35s ease
}

.hero--home .hero__video__toggle:before {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  content: "";
  display: block;
  opacity: 1
}

.hero--home .hero__video__toggle .pause {
  display: none
}

.hero--home .hero__video__toggle.playing:after {
  opacity: 1
}

.hero--home .hero__video__toggle.playing:before {
  opacity: 0
}

.hero--home .hero__video__toggle.playing .play {
  display: none
}

.hero--home .hero__video__toggle.playing .pause {
  display: block
}

.hero--home .hero__video__toggle:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 10px
}

@media(min-width:992px) {
  .hero--home .hero__video__toggle {
    bottom: 190px;
    right: 55px
  }
}

.hero--home .hero__image {
  height: 100%;
  width: 100%
}

.hero--home .hero__image img {
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 0;
  width: 100%
}

.hero--home .hero__image .cmp-image {
  height: 100%;
  width: 100%
}

.hero--home .hero__content {
  -webkit-transition: margin-bottom 1s ease;
  transition: margin-bottom 1s ease
}

@media(prefers-reduced-motion) {
  .hero--home .hero__content {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.hero--home .hero__content-box {
  background: -webkit-gradient(linear, right top, left top, color-stop(-12.49%, rgba(89, 183, 223, .9)), color-stop(62.43%, #152456));
  background: linear-gradient(270deg, rgba(89, 183, 223, .9) -12.49%, #152456 62.43%);
  padding: 43px 45px 30px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease
}

@media(prefers-reduced-motion) {
  .hero--home .hero__content-box {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

@media(min-width:992px) {
  .hero--home .hero__content-box {
    width: 66%
  }
}

.hero--home .hero__content-box .action-link a {
  color: #dfe1df
}

.hero--home .hero__content-box .action-link a:after {
  color: #ece819
}

.hero--home .hero__content-box .action-link a:focus,
.hero--home .hero__content-box .action-link a:hover {
  color: #fff;
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff
}

.hero--home .hero__content-box__border {
  border-left: 2px solid #ece819;
  border-top: 2px solid #ece819;
  height: 0;
  left: -9px;
  pointer-events: none;
  position: absolute;
  top: -9px;
  -webkit-transition: width 1.5s ease-out, height 1.5s ease-out;
  transition: width 1.5s ease-out, height 1.5s ease-out;
  width: 0
}

@media(prefers-reduced-motion) {
  .hero--home .hero__content-box__border {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.hero--home .hero__title {
  color: #fff;
  font-family: museo-slab, serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .84px;
  line-height: 1.309;
  margin-bottom: 28px
}

@media(min-width:768px) {
  .hero--home .hero__title {
    font-size: 42px
  }
}

@media(min-width:1200px) {
  .hero--home .hero__title {
    font-size: 68px;
    letter-spacing: 1.36px;
    line-height: 1.0882;
    margin-bottom: 52px
  }
}

.hero--home .hero__title a {
  color: #fff
}

.hero--home .hero__links-box {
  background-color: #fff;
  padding: 54px 0 35px 14px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 1s ease-out .15s;
  transition: -webkit-transform 1s ease-out .15s;
  transition: transform 1s ease-out .15s;
  transition: transform 1s ease-out .15s, -webkit-transform 1s ease-out .15s
}

@media(prefers-reduced-motion) {
  .hero--home .hero__links-box {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

@media(min-width:992px) {
  .hero--home .hero__links-box {
    padding-left: 45px;
    width: 37%
  }
}

@media(min-width:1200px) {
  .hero--home .hero__links-box {
    padding-left: 73px;
    width: 34%
  }
}

.hero--home .hero__links-box li+li {
  margin-top: 30px
}

@media(min-width:992px) {
  .hero--home .hero__links-box li+li {
    margin-top: 46px
  }
}

.hero--home .hero__links-box__link-wrapper a {
  color: #231f20;
  display: block;
  font-family: GT Haptik, sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .9pt;
  line-height: normal;
  padding-bottom: 20px;
  padding-right: 50px;
  position: relative;
  text-decoration: none
}

.hero--home .hero__links-box__link-wrapper a:after {
  color: #59b7df;
  content: "";
  display: inline-block;
  font-family: Jeff Custom Icons;
  font-size: .65em;
  font-weight: 500;
  padding-left: 8px;
  position: absolute;
  -webkit-transform: translateY(9px);
  transform: translateY(9px);
  -webkit-transition: -webkit-transform .35s ease;
  transition: -webkit-transform .35s ease;
  transition: transform .35s ease;
  transition: transform .35s ease, -webkit-transform .35s ease;
  -webkit-transition: color .35s ease, -webkit-transform .35s ease;
  transition: color .35s ease, -webkit-transform .35s ease;
  transition: transform .35s ease, color .35s ease;
  transition: transform .35s ease, color .35s ease, -webkit-transform .35s ease
}

@media(prefers-reduced-motion) {
  .hero--home .hero__links-box__link-wrapper a:after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.hero--home .hero__links-box__link-wrapper a:before {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(11%, #59b7df), color-stop(89.5%, #ece819));
  background-image: linear-gradient(90deg, #59b7df 11%, #ece819 89.5%);
  background-position: 100% 0;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  -webkit-transition: background-size .5s ease, width 1.5s ease .5s;
  transition: background-size .5s ease, width 1.5s ease .5s;
  width: 0
}

@media(prefers-reduced-motion) {
  .hero--home .hero__links-box__link-wrapper a:before {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    width: 100%
  }
}

.hero--home .hero__links-box__link-wrapper a:focus:before,
.hero--home .hero__links-box__link-wrapper a:hover:before {
  background-size: 500%
}

.hero--home .hero__links-box__link-wrapper a:focus:after,
.hero--home .hero__links-box__link-wrapper a:hover:after {
  color: #274ac1;
  -webkit-transform: translate(10px, 9px);
  transform: translate(10px, 9px)
}

.hero--home.scroll-watch--in-view .hero__links-box__link-wrapper a:before,
html.aem .hero--home .hero__links-box__link-wrapper a:before {
  width: 100%
}

.hero--home.scroll-watch--in-view .hero__content,
html.aem .hero--home .hero__content {
  margin-bottom: -99px
}

.hero--home.scroll-watch--in-view .hero__content-box__border,
html.aem .hero--home .hero__content-box__border {
  height: 162px;
  width: calc(100% + 9px)
}

@media(min-width:992px) {

  .hero--home.scroll-watch--in-view .hero__content-box__border,
  html.aem .hero--home .hero__content-box__border {
    height: 185px
  }
}

@media(max-width:991.98px) {
  .hero--home:not(.hero--theme-2) .hero__content {
    max-width: none;
    padding-left: 20px;
    padding-right: 0
  }
}

.hero--home:not(.hero--theme-2) .hero__content-box {
  min-height: 153px
}

@media(min-width:992px) {
  .hero--home:not(.hero--theme-2) .hero__content-box {
    min-height: 227px
  }

  .hero--home:not(.hero--theme-2):not(.hero--home--impact-headline) {
    margin-bottom: 75px
  }
}

.hero--home:not(.hero--theme-2):not(.hero--home--impact-headline) .hero__content {
  margin-top: -106px
}

@media(min-width:992px) {
  .hero--home:not(.hero--theme-2):not(.hero--home--impact-headline) .hero__content {
    margin-top: -175px
  }
}

.hero--home:not(.hero--theme-2):not(.hero--home--impact-headline) .hero__content-box,
.hero--home:not(.hero--theme-2):not(.hero--home--impact-headline) .hero__links-box {
  -webkit-transform: translateY(106px);
  transform: translateY(106px)
}

@media(min-width:992px) {

  .hero--home:not(.hero--theme-2):not(.hero--home--impact-headline) .hero__content-box,
  .hero--home:not(.hero--theme-2):not(.hero--home--impact-headline) .hero__links-box {
    -webkit-transform: translateY(175px);
    transform: translateY(175px)
  }
}

.hero--home:not(.hero--theme-2):not(.hero--home--impact-headline).scroll-watch--in-view .hero__content-box,
.hero--home:not(.hero--theme-2):not(.hero--home--impact-headline).scroll-watch--in-view .hero__links-box,
html.aem .hero--home:not(.hero--theme-2):not(.hero--home--impact-headline) .hero__content-box,
html.aem .hero--home:not(.hero--theme-2):not(.hero--home--impact-headline) .hero__links-box {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.hero--home:not(.hero--theme-2):not(.hero--home--impact-headline).scroll-watch--in-view .hero__content,
html.aem .hero--home:not(.hero--theme-2):not(.hero--home--impact-headline) .hero__content {
  margin-bottom: 0
}

.hero--home.hero--theme-2 {
  margin-bottom: 40px
}

.hero--home.hero--theme-2.scroll-watch--in-view .hero__main-wrapper,
html.aem .hero--home.hero--theme-2 .hero__main-wrapper {
  background-position: 0 100%
}

.hero--home.hero--theme-2.scroll-watch--in-view .hero__content,
html.aem .hero--home.hero--theme-2 .hero__content {
  margin-bottom: 0
}

.hero--home.hero--theme-2.scroll-watch--in-view .hero__content-box__border,
html.aem .hero--home.hero--theme-2 .hero__content-box__border {
  height: calc(100% + 9px);
  width: calc(100% + 9px)
}

.hero--home.hero--theme-2.scroll-watch--in-view .hero__content-box,
.hero--home.hero--theme-2.scroll-watch--in-view .hero__links-box,
html.aem .hero--home.hero--theme-2 .hero__content-box,
html.aem .hero--home.hero--theme-2 .hero__links-box {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

@media(min-width:992px) {

  .hero--home.hero--theme-2.scroll-watch--in-view .hero__content-box,
  .hero--home.hero--theme-2.scroll-watch--in-view .hero__links-box,
  html.aem .hero--home.hero--theme-2 .hero__content-box,
  html.aem .hero--home.hero--theme-2 .hero__links-box {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.hero--home.hero--theme-2 .hero__main-wrapper {
  background: #f5f5f5 url(../images/pattern-grid-background.svg) repeat left -50px bottom;
  position: relative;
  -webkit-transition: background-position 1s ease;
  transition: background-position 1s ease
}

@media(prefers-reduced-motion) {
  .hero--home.hero--theme-2 .hero__main-wrapper {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

@media(max-width:991.98px) {
  .hero--home.hero--theme-2 .hero__main-wrapper {
    overflow: hidden
  }

  .hero--home.hero--theme-2 .hero__content {
    margin-top: -60px
  }
}

@media(min-width:992px) {
  .hero--home.hero--theme-2 .hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 638px;
    padding-bottom: 55px;
    padding-top: 55px
  }

  .hero--home.hero--theme-2 .hero__content__row {
    width: 100%
  }
}

.hero--home.hero--theme-2 .hero__content-box {
  -webkit-transform: none !important;
  transform: none !important;
  width: 100%
}

.hero--home.hero--theme-2 .hero__title {
  letter-spacing: .87pt;
  line-height: 1.25;
  margin-bottom: 0
}

@media(min-width:1200px) {
  .hero--home.hero--theme-2 .hero__title {
    font-size: 58px
  }
}

.hero--home.hero--theme-2 .hero__sub-title {
  color: #fff;
  font-family: museo-slab, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 7px
}

@media(min-width:768px) {
  .hero--home.hero--theme-2 .hero__sub-title {
    font-size: 22px
  }
}

.hero--home.hero--theme-2 .hero__wrapper {
  height: auto
}

@media(max-width:991.98px) {
  .hero--home.hero--theme-2 .hero__wrapper {
    height: 0;
    padding-bottom: 30%;
    width: 100%
  }
}

@media(max-width:767.98px) {
  .hero--home.hero--theme-2 .hero__wrapper {
    padding-bottom: 50%
  }
}

@media(max-width:575.98px) {
  .hero--home.hero--theme-2 .hero__wrapper {
    padding-bottom: 70%
  }
}

@media(min-width:992px) {
  .hero--home.hero--theme-2 .hero__wrapper {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
  }
}

.hero--home.hero--theme-2 .hero__wrapper:after {
  display: none
}

.hero--home.hero--theme-2 .hero__image {
  position: relative
}

@media(max-width:991.98px) {
  .hero--home.hero--theme-2 .hero__image {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
  }
}

.hero--home.hero--theme-2 .hero__image,
.hero--home.hero--theme-2 .hero__video {
  overflow: hidden;
  width: 100%
}

@media(min-width:992px) {

  .hero--home.hero--theme-2 .hero__image,
  .hero--home.hero--theme-2 .hero__video {
    left: 200px;
    width: calc(100% - 200px)
  }
}

@media(min-width:1400px) {

  .hero--home.hero--theme-2 .hero__image,
  .hero--home.hero--theme-2 .hero__video {
    left: 325px;
    width: calc(100% - 325px)
  }
}

@media(max-width:991.98px) {

  .hero--home.hero--theme-2 .hero__image,
  .hero--home.hero--theme-2 .hero__video {
    bottom: 75pt
  }
}

.hero--home.hero--theme-2 .hero__video__toggle {
  bottom: 84px;
  left: 21px
}

@media(min-width:992px) {
  .hero--home.hero--theme-2 .hero__video__toggle {
    bottom: 15px;
    left: 237px
  }
}

@media(min-width:1400px) {
  .hero--home.hero--theme-2 .hero__video__toggle {
    left: 362px
  }
}

.hero--home.hero--theme-2 .free-for-all {
  background-color: #fff;
  padding: 30px
}

@media(max-width:991.98px) {
  .hero--home.hero--theme-2 .free-for-all {
    margin-top: 30px
  }
}

.hero--home.hero--theme-2 .free-for-all.form--external .h2,
.hero--home.hero--theme-2 .free-for-all.form--external h2 {
  color: #152456;
  font-family: museo-slab, serif;
  font-size: calc(1.275rem + .3vw);
  font-weight: 700;
  letter-spacing: .72px;
  line-height: 1.25;
  margin-bottom: 8px
}

@media(min-width:1200px) {

  .hero--home.hero--theme-2 .free-for-all.form--external .h2,
  .hero--home.hero--theme-2 .free-for-all.form--external h2 {
    font-size: 1.5rem
  }
}

.hero--home.hero--theme-2 .free-for-all.form--external p {
  font-size: 1pc
}

.hero--home.hero--theme-2 .free-for-all.form--external input[type=date],
.hero--home.hero--theme-2 .free-for-all.form--external input[type=email],
.hero--home.hero--theme-2 .free-for-all.form--external input[type=month],
.hero--home.hero--theme-2 .free-for-all.form--external input[type=number],
.hero--home.hero--theme-2 .free-for-all.form--external input[type=password],
.hero--home.hero--theme-2 .free-for-all.form--external input[type=search],
.hero--home.hero--theme-2 .free-for-all.form--external input[type=tel],
.hero--home.hero--theme-2 .free-for-all.form--external input[type=text],
.hero--home.hero--theme-2 .free-for-all.form--external input[type=time],
.hero--home.hero--theme-2 .free-for-all.form--external input[type=url] {
  border: 1px solid #737777;
  color: #565954;
  font-size: 1pc;
  font-weight: 300;
  line-height: 1.25;
  padding: 9pt 17px;
  width: 100%
}

.hero--home.hero--theme-2 .free-for-all.form--external select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23274ac1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6' /></svg>");
  background-position: right 17px center;
  background-repeat: no-repeat;
  background-size: 1pc 9pt;
  border: 1px solid #737777;
  color: #565954;
  font-size: 1pc;
  font-weight: 300;
  line-height: 1.25;
  padding: 9pt 51px 9pt 17px;
  width: 100%
}

.hero--home.hero--theme-2 .free-for-all.form--external .form_label {
  color: #152456;
  font-size: 9pt;
  letter-spacing: .6px;
  line-height: 1.5;
  margin-bottom: 0
}

.hero--home.hero--theme-2 .free-for-all.form--external button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#152456), color-stop(40%, #274ac1));
  background-image: linear-gradient(90deg, #152456 0, #274ac1 40%);
  background-position: 100% 0;
  background-size: 200%;
  border: 0;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: museo-sans, sans-serif;
  font-size: 1pc;
  font-size: 13px;
  font-weight: 300;
  justify-content: center;
  letter-spacing: .8px;
  letter-spacing: .65px;
  line-height: 1.2;
  padding: 11px 25px 9px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-position .35s ease;
  transition: background-position .35s ease
}

.hero--home.hero--theme-2 .free-for-all.form--external button:focus,
.hero--home.hero--theme-2 .free-for-all.form--external button:hover {
  background-position: 0 0
}

.hero--home.hero--theme-2 .free-for-all.form--external button.form_button_submit {
  display: block;
  margin-left: auto
}

@media(min-width:992px) {
  .hero--home.hero--theme-2 .hero__main-wrapper--floating-form .free-for-all {
    background-color: #f5f5f5;
    position: absolute;
    top: 0
  }

  .hero--home.hero--theme-2 .hero__main-wrapper--floating-form .hero__content {
    min-height: 338px
  }
}

.hero--home--impact-headline {
  background-image: url(../images/pattern-vertical-grid-background.svg), -webkit-gradient(linear, left bottom, left top, from(rgba(39, 74, 193, .75)), to(rgba(39, 74, 193, .75))), -webkit-gradient(linear, left top, right top, from(#274ac1), to(#152456));
  background-image: url(../images/pattern-vertical-grid-background.svg), linear-gradient(0deg, rgba(39, 74, 193, .75), rgba(39, 74, 193, .75)), linear-gradient(90deg, #274ac1, #152456);
  background-position: left top 300px, left bottom 90px, left bottom 90px;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto auto, 100% 100%, 100% 100%;
  margin-bottom: 35px;
  margin-top: -4px;
  -webkit-transition: background-position 1s ease-out, background-repeat .2s ease-out 1s;
  transition: background-position 1s ease-out, background-repeat .2s ease-out 1s
}

@media(prefers-reduced-motion) {
  .hero--home--impact-headline {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

@media(min-width:992px) {
  .hero--home--impact-headline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 987px
  }
}

.hero--home--impact-headline .cmp-image {
  max-width: none !important
}

.hero--home--impact-headline.scroll-watch--in-view {
  background-position: 0 100%, left bottom 90px, left bottom 90px;
  background-repeat: repeat-y, no-repeat, no-repeat
}

.hero--home--impact-headline.scroll-watch--in-view .hero__wrapper {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

@media(max-width:991.98px) {
  .hero--home--impact-headline.scroll-watch--in-view .hero__content {
    margin-bottom: 30px
  }
}

@media(min-width:992px) {
  .hero--home--impact-headline.scroll-watch--in-view .hero__content {
    margin-bottom: 0
  }
}

.hero--home--impact-headline.scroll-watch--in-view .hero__buttons-row li,
.hero--home--impact-headline.scroll-watch--in-view .hero__content__sub,
.hero--home--impact-headline.scroll-watch--in-view .hero__title {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

html.aem .hero--home--impact-headline .hero__wrapper {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

html.aem .hero--home--impact-headline .hero__content__sub,
html.aem .hero--home--impact-headline .hero__title {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

html.aem .hero--home--impact-headline .hero__title.hide-on-preview {
  opacity: .35
}

html.aem .hero--home--impact-headline .hero__buttons-row li {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.hero--home--impact-headline .hero__wrapper {
  margin-left: 20px;
  overflow: hidden;
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-transition: -webkit-transform 1.15s ease-in-out;
  transition: -webkit-transform 1.15s ease-in-out;
  transition: transform 1.15s ease-in-out;
  transition: transform 1.15s ease-in-out, -webkit-transform 1.15s ease-in-out
}

@media(prefers-reduced-motion) {
  .hero--home--impact-headline .hero__wrapper {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

@media(max-width:991.98px) {
  .hero--home--impact-headline .hero__wrapper {
    height: 0;
    padding-bottom: 100%;
    position: relative
  }

  .hero--home--impact-headline .hero__wrapper>* {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
  }
}

@media(min-width:992px) {
  .hero--home--impact-headline .hero__wrapper {
    height: 808px;
    left: 0;
    margin-left: 40%;
    position: absolute;
    right: 0;
    top: 0
  }

  .hero--home--impact-headline .hero__wrapper:before {
    background: -webkit-gradient(linear, right top, left top, color-stop(69%, transparent), to(rgba(0, 0, 0, .5)));
    background: linear-gradient(270deg, transparent 69%, rgba(0, 0, 0, .5));
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
  }
}

.hero--home--impact-headline .hero__wrapper:after {
  display: none
}

.hero--home--impact-headline .hero__title {
  color: #fff;
  font-family: museo-slab, serif;
  font-size: clamp(1rem, 14vw, 13rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 23px;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity .35s ease, -webkit-transform 1.3s ease-in-out;
  transition: opacity .35s ease, -webkit-transform 1.3s ease-in-out;
  transition: transform 1.3s ease-in-out, opacity .35s ease;
  transition: transform 1.3s ease-in-out, opacity .35s ease, -webkit-transform 1.3s ease-in-out
}

@media(min-width:992px) {
  .hero--home--impact-headline .hero__title {
    -webkit-transform: translateY(200px);
    transform: translateY(200px)
  }
}

@media(prefers-reduced-motion) {
  .hero--home--impact-headline .hero__title {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.hero--home--impact-headline .hero__sub-title {
  color: #fff;
  font-family: museo-slab, serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .48px;
  line-height: 1.09;
  padding-right: 20px
}

@media(min-width:992px) {
  .hero--home--impact-headline .hero__sub-title {
    font-size: 3pc;
    letter-spacing: .96px;
    max-width: 50%
  }
}

.hero--home--impact-headline .hero__content {
  margin-bottom: 30px;
  padding-top: 3pc
}

@media(min-width:992px) {
  .hero--home--impact-headline .hero__content {
    margin-bottom: 0;
    padding-top: 130px;
    position: relative;
    z-index: 1
  }
}

.hero--home--impact-headline .hero__content__sub {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 1s ease .5s, -webkit-transform 1.5s ease .5s;
  transition: opacity 1s ease .5s, -webkit-transform 1.5s ease .5s;
  transition: transform 1.5s ease .5s, opacity 1s ease .5s;
  transition: transform 1.5s ease .5s, opacity 1s ease .5s, -webkit-transform 1.5s ease .5s
}

@media(min-width:992px) {
  .hero--home--impact-headline .hero__content__sub {
    -webkit-transform: translateY(200px);
    transform: translateY(200px)
  }
}

@media(prefers-reduced-motion) {
  .hero--home--impact-headline .hero__content__sub {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.hero--home--impact-headline .hero__buttons-row {
  margin-bottom: 131px;
  margin-top: -26px
}

@media(min-width:992px) {
  .hero--home--impact-headline .hero__buttons-row {
    margin-top: auto
  }
}

@media(max-width:991.98px) {
  .hero--home--impact-headline .hero__buttons-row ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media(min-width:992px) {
  .hero--home--impact-headline .hero__buttons-row ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end
  }
}

.hero--home--impact-headline .hero__buttons-row ul li {
  opacity: 0;
  -webkit-transform: translateY(200px);
  transform: translateY(200px)
}

.hero--home--impact-headline .hero__buttons-row ul li:first-child {
  -webkit-transition: opacity .3s ease .6s, -webkit-transform 1s ease .6s;
  transition: opacity .3s ease .6s, -webkit-transform 1s ease .6s;
  transition: opacity .3s ease .6s, transform 1s ease .6s;
  transition: opacity .3s ease .6s, transform 1s ease .6s, -webkit-transform 1s ease .6s
}

.hero--home--impact-headline .hero__buttons-row ul li:nth-child(2) {
  -webkit-transition: opacity .3s ease .8s, -webkit-transform 1s ease .8s;
  transition: opacity .3s ease .8s, -webkit-transform 1s ease .8s;
  transition: opacity .3s ease .8s, transform 1s ease .8s;
  transition: opacity .3s ease .8s, transform 1s ease .8s, -webkit-transform 1s ease .8s
}

.hero--home--impact-headline .hero__buttons-row ul li:nth-child(3) {
  -webkit-transition: opacity .3s ease 1s, -webkit-transform 1s ease 1s;
  transition: opacity .3s ease 1s, -webkit-transform 1s ease 1s;
  transition: opacity .3s ease 1s, transform 1s ease 1s;
  transition: opacity .3s ease 1s, transform 1s ease 1s, -webkit-transform 1s ease 1s
}

.hero--home--impact-headline .hero__buttons-row ul li:nth-child(4) {
  -webkit-transition: opacity .3s ease 1.2s, -webkit-transform 1s ease 1.2s;
  transition: opacity .3s ease 1.2s, -webkit-transform 1s ease 1.2s;
  transition: opacity .3s ease 1.2s, transform 1s ease 1.2s;
  transition: opacity .3s ease 1.2s, transform 1s ease 1.2s, -webkit-transform 1s ease 1.2s
}

@media(prefers-reduced-motion) {
  .hero--home--impact-headline .hero__buttons-row ul li {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@media(max-width:991.98px) {
  .hero--home--impact-headline .hero__buttons-row li+li {
    margin-top: 10px
  }
}

@media(min-width:992px) {
  .hero--home--impact-headline .hero__buttons-row li+li {
    margin-left: 10px
  }
}

.hero--home--impact-headline .hero__buttons-row__button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-flex-negative: 0;
  align-items: flex-start;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .8));
  border: 4px solid #59b7df;
  -o-border-image: linear-gradient(45deg, #59b7df, #ece819) 1;
  border-image: linear-gradient(45deg, #59b7df, #ece819) 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-shrink: 0;
  font-family: GT Haptik, sans-serif;
  font-size: 24px;
  font-weight: 500;
  justify-content: flex-end;
  letter-spacing: .9pt;
  line-height: 1.25;
  min-width: 254px;
  outline: 8px solid transparent;
  outline-offset: -8px;
  padding: 20px;
  position: relative;
  text-decoration: none;
  -webkit-transition: outline .35s ease;
  transition: outline .35s ease
}

@media(min-width:992px) {
  .hero--home--impact-headline .hero__buttons-row__button {
    font-size: 2pc;
    letter-spacing: .1pc;
    min-height: 150px;
    padding: 30px;
    width: 275px
  }
}

.hero--home--impact-headline .hero__buttons-row__button:after {
  bottom: -4px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .4);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .4);
  content: "";
  left: -4px;
  opacity: 0;
  position: absolute;
  right: -4px;
  top: -4px;
  -webkit-transition: opacity .35s ease;
  transition: opacity .35s ease
}

.hero--home--impact-headline .hero__buttons-row__button span {
  padding-right: 20px;
  position: relative
}

@media(min-width:992px) {
  .hero--home--impact-headline .hero__buttons-row__button span {
    padding-right: 40px
  }
}

.hero--home--impact-headline .hero__buttons-row__button span:after {
  background-image: url(../images/icon-volt-green-chevron.svg);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 9px 14px;
  bottom: 6px;
  content: "";
  display: inline-block;
  height: 14px;
  margin-left: 11px;
  position: absolute;
  -webkit-transition: background .35s ease, opacity .35s ease, width .35s ease .25s;
  transition: background .35s ease, opacity .35s ease, width .35s ease .25s;
  width: 9px
}

@media(prefers-reduced-motion) {
  .hero--home--impact-headline .hero__buttons-row__button span:after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

@media(min-width:992px) {
  .hero--home--impact-headline .hero__buttons-row__button span:after {
    background-image: url(../images/icon-volt-green-chevron.svg), -webkit-gradient(linear, left top, right top, from(#ece819), color-stop(45.9%, #ece819), color-stop(46%, rgba(236, 232, 25, 0)), to(rgba(236, 232, 25, 0)));
    background-image: url(../images/icon-volt-green-chevron.svg), linear-gradient(90deg, #ece819 0, #ece819 45.9%, rgba(236, 232, 25, 0) 46%, rgba(236, 232, 25, 0));
    background-position: 0, 100%;
    background-size: 9pt 1pc, 200% 2px;
    height: 1pc;
    width: 9pt
  }
}

@media(min-width:1200px) {
  .hero--home--impact-headline .hero__buttons-row__button span:after {
    bottom: 10px
  }
}

.hero--home--impact-headline .hero__buttons-row__button:focus,
.hero--home--impact-headline .hero__buttons-row__button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 60, 144, .3)), color-stop(75%, rgba(0, 0, 0, .8)));
  background-image: linear-gradient(180deg, rgba(35, 60, 144, .3), rgba(0, 0, 0, .8) 75%);
  outline-color: #ece819
}

.hero--home--impact-headline .hero__buttons-row__button:focus span:after,
.hero--home--impact-headline .hero__buttons-row__button:focus:after,
.hero--home--impact-headline .hero__buttons-row__button:hover span:after,
.hero--home--impact-headline .hero__buttons-row__button:hover:after {
  opacity: 1
}

@media(min-width:992px) {

  .hero--home--impact-headline .hero__buttons-row__button:focus span:after,
  .hero--home--impact-headline .hero__buttons-row__button:hover span:after {
    background-image: url(../images/icon-volt-green-chevron.svg), -webkit-gradient(linear, left top, right top, from(#ece819), color-stop(45.9%, #ece819), color-stop(46%, rgba(236, 232, 25, 0)), to(rgba(236, 232, 25, 0)));
    background-image: url(../images/icon-volt-green-chevron.svg), linear-gradient(90deg, #ece819 0, #ece819 45.9%, rgba(236, 232, 25, 0) 46%, rgba(236, 232, 25, 0));
    background-position: 100%, 0;
    -webkit-transition: background .15s ease, opacity .15s ease, width .15s ease;
    transition: background .15s ease, opacity .15s ease, width .15s ease;
    width: 30px
  }
}

@media(min-width:992px)and (prefers-reduced-motion) {

  .hero--home--impact-headline .hero__buttons-row__button:focus span:after,
  .hero--home--impact-headline .hero__buttons-row__button:hover span:after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

@media(max-width:991.98px) {
  .hero--home--impact-headline .hero__video__toggle {
    left: calc(100% - 44px);
    top: calc(100% - 5pc)
  }
}

@media(min-width:992px) {
  .hero--home--impact-headline .hero__video__toggle {
    bottom: 150px;
    right: 30px
  }
}

.hero--home--impact-headline--light {
  background-image: url(../images/pattern-vertical-grid-background-grey.svg), -webkit-gradient(linear, left bottom, left top, from(#ececec), to(#ececec));
  background-image: url(../images/pattern-vertical-grid-background-grey.svg), linear-gradient(0deg, #ececec, #ececec)
}

.hero--home--impact-headline--light .hero__sub-title,
.hero--home--impact-headline--light .hero__title {
  color: #152456
}

.hero--home--impact-headline--light .hero__wrapper:before {
  background: -webkit-gradient(linear, right top, left top, color-stop(69%, hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, .5))), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .75)), color-stop(51.5%, hsla(0, 0%, 100%, 0)));
  background: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 69%, hsla(0, 0%, 100%, .5)), linear-gradient(180deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, 0) 51.5%)
}

.hero--home--impact-headline--light .hero__buttons-row__button {
  border: 4px solid #fff;
  -o-border-image: unset;
  border-image: unset
}

.hero--impactful {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  background: transparent url(../images/pattern-grid-background.svg) repeat left -50px bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
  -webkit-transition: background-position 1s ease;
  transition: background-position 1s ease
}

@media(min-width:992px) {
  .hero--impactful {
    min-height: 641px
  }
}

.hero--impactful .cmp-image {
  max-width: none !important
}

.hero--impactful.scroll-watch-bottom--in-view {
  background-position: 0 100%
}

.hero--impactful.scroll-watch--in-view .hero__content {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.hero--impactful.scroll-watch--in-view .hero__content__border {
  border-width: 2px 0 0 2px;
  height: 100%;
  width: 100%
}

@media(min-width:992px) {
  .hero--impactful.scroll-watch--in-view .hero__content__border {
    height: calc(100% - 93px)
  }
}

html.aem .hero--impactful .hero__content {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.hero--impactful .title__prefix {
  color: #fff
}

.hero--impactful .hero__image {
  bottom: 0;
  bottom: 102px;
  height: calc(100% - 102px);
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

@media(max-width:991.98px) {
  .hero--impactful .hero__image {
    height: 25pc
  }
}

@media(max-width:575.98px) {
  .hero--impactful .hero__image {
    height: 280px
  }
}

.hero--impactful .hero__image img {
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 0;
  width: 100%
}

.hero--impactful .hero__image .cmp-image {
  height: 100%;
  width: 100%
}

.hero--impactful .hero__title {
  color: #fff;
  font-family: museo-slab, serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1.36px;
  line-height: 1.25;
  margin-bottom: 8px
}

@media(min-width:768px) {
  .hero--impactful .hero__title {
    font-size: 42px
  }
}

@media(min-width:992px) {
  .hero--impactful .hero__title {
    font-size: 3pc
  }
}

@media(min-width:1200px) {
  .hero--impactful .hero__title {
    font-size: 58px
  }
}

.hero--impactful .hero__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background: -webkit-gradient(linear, right top, left top, color-stop(-12.49%, rgba(89, 183, 223, .9)), color-stop(62.43%, #152456));
  background: linear-gradient(270deg, rgba(89, 183, 223, .9) -12.49%, #152456 62.43%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  padding: 45px 30px 40px;
  position: relative;
  -webkit-transform: translateY(75pt);
  transform: translateY(75pt);
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out
}

@media(prefers-reduced-motion) {
  .hero--impactful .hero__content {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

@media(min-width:992px) {
  .hero--impactful .hero__content {
    margin-top: 60px;
    max-width: 75%;
    padding: 55px 47px 40px
  }
}

@media(min-width:1200px) {
  .hero--impactful .hero__content {
    max-width: 68.4%
  }
}

@media(max-width:991.98px) {
  .hero--impactful .hero__content {
    margin-top: 350px
  }
}

@media(max-width:575.98px) {
  .hero--impactful .hero__content {
    margin-top: 220px
  }
}

.hero--impactful .hero__content__border {
  border: 0 solid #ece819;
  height: 0;
  left: -9px;
  pointer-events: none;
  position: absolute;
  top: -9px;
  -webkit-transition: width 1.5s ease-out 1s, height 1.5s ease-out 1s, border .1s ease 1s;
  transition: width 1.5s ease-out 1s, height 1.5s ease-out 1s, border .1s ease 1s;
  width: 0
}

@media(prefers-reduced-motion) {
  .hero--impactful .hero__content__border {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.hero--impactful .hero__row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 36px
}

.hero--impactful .hero__buttons {
  list-style: none;
  margin-bottom: 0;
  padding: 0
}

.hero--impactful .hero__buttons li {
  display: inline-block;
  margin-top: 14px
}

.hero--impactful .hero__buttons li:not(:last-child) {
  margin-right: 14px
}

.hero--impactful .hero__container {
  position: relative
}

.hero--simple .hero__title {
  color: #fff;
  font-family: museo-slab, serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .84px;
  line-height: 1.309
}

@media(min-width:992px) {
  .hero--simple .hero__title {
    font-size: 42px;
    line-height: 1.25
  }
}

.hero--simple .hero__content-box {
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out
}

@media(prefers-reduced-motion) {
  .hero--simple .hero__content-box {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.hero--simple .hero__buttons {
  list-style: none;
  margin-bottom: 0;
  margin-top: 10px;
  padding: 0
}

.hero--simple .hero__buttons li {
  display: inline-block;
  margin-top: 14px
}

.hero--simple .hero__buttons li:not(:last-child) {
  margin-right: 14px
}

.hero--simple .cmp-image {
  max-width: none !important
}

.hero--simple .hero__title.h1,
.hero--simple h1.hero__title {
  margin-bottom: 0
}

.hero--simple:not(.hero--simple--basic) {
  background: transparent url(../images/pattern-two-rows.svg) repeat left -75pt bottom/auto 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  min-height: 354px;
  overflow: hidden;
  position: relative;
  -webkit-transition: background-position 1.5s ease;
  transition: background-position 1.5s ease
}

@media(prefers-reduced-motion) {
  .hero--simple:not(.hero--simple--basic) {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

@media(min-width:992px) {
  .hero--simple:not(.hero--simple--basic) {
    background-position: left -75pt bottom;
    background-repeat: repeat-x;
    background-size: auto 7pc;
    min-height: 5in
  }
}

.hero--simple:not(.hero--simple--basic) .hero__container {
  padding-top: 254px
}

@media(max-width:767.98px) {
  .hero--simple:not(.hero--simple--basic) .hero__container {
    padding-left: 20px;
    padding-right: 0
  }
}

.hero--simple:not(.hero--simple--basic) .hero__background-wrapper {
  bottom: 0;
  left: 0;
  margin-bottom: 54px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0
}

@media(max-width:991.98px) {
  .hero--simple:not(.hero--simple--basic) .hero__background-wrapper {
    height: 300px
  }
}

@media(min-width:992px) {
  .hero--simple:not(.hero--simple--basic) .hero__background-wrapper {
    margin-bottom: 92px;
    min-height: 390px
  }
}

.hero--simple:not(.hero--simple--basic) .hero__background-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.hero--simple:not(.hero--simple--basic) .hero__background-wrapper .cmp-image {
  height: 100%;
  width: 100%
}

.hero--simple:not(.hero--simple--basic) .hero__content-box {
  background: -webkit-gradient(linear, right top, left top, color-stop(-12.49%, rgba(89, 183, 223, .9)), color-stop(62.43%, #152456));
  background: linear-gradient(270deg, rgba(89, 183, 223, .9) -12.49%, #152456 62.43%);
  padding: 30px;
  position: relative;
  -webkit-transform: translateY(75pt);
  transform: translateY(75pt)
}

@media(min-width:992px) {
  .hero--simple:not(.hero--simple--basic) .hero__content-box {
    max-width: 70%
  }
}

@media(min-width:1200px) {
  .hero--simple:not(.hero--simple--basic) .hero__content-box {
    max-width: 60%
  }
}

@media(min-width:992px) {
  .hero--simple:not(.hero--simple--basic) .hero__content-box {
    padding: 46px
  }
}

.hero--simple:not(.hero--simple--basic) .hero__content-box__border {
  border-left: 0 solid #ece819;
  border-top: 0 solid #ece819;
  height: 0;
  left: -9px;
  position: absolute;
  top: -9px;
  -webkit-transition: width .5s ease-out, height .5s ease-out;
  transition: width .5s ease-out, height .5s ease-out;
  width: 0
}

@media(prefers-reduced-motion) {
  .hero--simple:not(.hero--simple--basic) .hero__content-box__border {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.hero--simple:not(.hero--simple--basic).scroll-watch--in-view,
html.aem .hero--simple:not(.hero--simple--basic) {
  background-position: 0 100%
}

.hero--simple:not(.hero--simple--basic).scroll-watch--in-view .hero__content-box__border,
html.aem .hero--simple:not(.hero--simple--basic) .hero__content-box__border {
  border-width: 2px;
  height: 56px;
  width: 100%
}

@media(min-width:992px) {

  .hero--simple:not(.hero--simple--basic).scroll-watch--in-view .hero__content-box__border,
  html.aem .hero--simple:not(.hero--simple--basic) .hero__content-box__border {
    height: calc(100% - 82px)
  }
}

.hero--simple:not(.hero--simple--basic).hero--simple--small {
  min-height: 291px
}

@media(max-width:991.98px) {
  .hero--simple:not(.hero--simple--basic).hero--simple--small {
    min-height: auto
  }
}

.hero--simple:not(.hero--simple--basic).hero--simple--small .hero__container {
  padding-top: 40px
}

@media(max-width:991.98px) {
  .hero--simple:not(.hero--simple--basic).hero--simple--small .hero__container {
    padding-top: 103px
  }

  .hero--simple:not(.hero--simple--basic).hero--simple--small .hero__background-wrapper {
    height: 150px
  }
}

@media(min-width:992px) {
  .hero--simple:not(.hero--simple--basic).hero--simple--small .hero__background-wrapper {
    min-height: 200px
  }
}

.hero--simple--basic {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 300px;
  overflow: hidden;
  padding-top: 50px;
  position: relative
}

@media(min-width:992px) {
  .hero--simple--basic {
    min-height: 435px;
    padding-top: 200px
  }
}

.hero--simple--basic:after {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .8)));
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .8));
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 1s ease-out .5s;
  transition: -webkit-transform 1s ease-out .5s;
  transition: transform 1s ease-out .5s;
  transition: transform 1s ease-out .5s, -webkit-transform 1s ease-out .5s;
  z-index: 1
}

.hero--simple--basic .hero__title.h1,
.hero--simple--basic div.hero__title,
.hero--simple--basic h1.hero__title {
  margin-bottom: 15px
}

.hero--simple--basic .hero__container {
  margin-top: auto;
  position: relative;
  z-index: 2
}

.hero--simple--basic .hero__background-wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.hero--simple--basic .hero__background-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 80% top;
  object-position: 80% top;
  width: 100%
}

.hero--simple--basic .hero__background-wrapper .cmp-image {
  height: 100%;
  width: 100%
}

.hero--simple--basic .hero__content-box {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 1s ease-out .5s;
  transition: -webkit-transform 1s ease-out .5s;
  transition: transform 1s ease-out .5s;
  transition: transform 1s ease-out .5s, -webkit-transform 1s ease-out .5s
}

.hero--simple--basic .hero__title {
  margin-bottom: 30px
}

@media(min-width:992px) {
  .hero--simple--basic .hero__title {
    margin-bottom: 45px
  }
}

@media(min-width:1200px) {
  .hero--simple--basic .hero__title {
    font-size: 4pc;
    letter-spacing: .08pc;
    line-height: 1.25
  }
}

.hero--simple--basic.scroll-watch--in-view:after,
html.aem .hero--simple--basic:after {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.hero--simple--basic.hero--simple--small {
  min-height: 150px;
  padding-top: 40px
}

@media(min-width:992px) {
  .hero--simple--basic.hero--simple--small {
    min-height: 200px
  }
}

.hero--simple--large {
  margin-bottom: 60px;
  min-height: 5in;
  padding-top: 50px
}

@media(min-width:768px) {
  .hero--simple--large {
    min-height: 465px;
    padding-top: 200px
  }
}

@media(min-width:992px) {
  .hero--simple--large {
    min-height: 650px;
    padding-top: 250px
  }
}

@media(min-width:1200px) {
  .hero--simple--large {
    min-height: 750px
  }
}

.hero--simple--title-centered .hero__content-box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.hero--simple--title-centered .hero__title {
  text-align: center
}

.hero--simple--title-centered .hero__background-wrapper img {
  -o-object-position: center top;
  object-position: center top
}

.hero--simple.scroll-watch--in-view .hero__content-box,
html.aem .hero--simple .hero__content-box {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.hero--tier-1 {
  background: transparent url(../images/pattern-two-rows.svg) repeat-x left -75pt top 430px/auto 8pc;
  margin-bottom: 40px;
  min-height: 558px;
  padding-top: 50px;
  position: relative;
  -webkit-transition: background-position 1s ease;
  transition: background-position 1s ease
}

@media(prefers-reduced-motion) {
  .hero--tier-1 {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

@media(min-width:992px) {
  .hero--tier-1 {
    padding-top: 4pc
  }
}

@media(min-width:1200px) {
  .hero--tier-1 {
    padding-top: 114px
  }
}

@media(min-width:1400px) {
  .hero--tier-1 {
    background-position: left -75pt top 500px;
    min-height: 628px
  }
}

.hero--tier-1.scroll-watch--in-view,
html.aem .hero--tier-1 {
  background-position: left 430px
}

@media(min-width:1400px) {

  .hero--tier-1.scroll-watch--in-view,
  html.aem .hero--tier-1 {
    background-position: left 500px
  }
}

.hero--tier-1 .image {
  margin-bottom: 0
}

.hero--tier-1 .hero__background {
  height: 430px;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0
}

@media(min-width:1400px) {
  .hero--tier-1 .hero__background {
    height: 500px
  }
}

.hero--tier-1 .hero__background .cmp-image {
  max-width: none !important
}

.hero--tier-1 .hero__background .cmp-image,
.hero--tier-1 .hero__background .image {
  height: 100%;
  width: 100%
}

.hero--tier-1 .hero__background img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.hero--tier-1 .hero__col-content {
  position: relative;
  z-index: 2
}

@media(max-width:991.98px) {
  .hero--tier-1 .hero__col-content {
    margin-top: -50px
  }
}

@media(min-width:576px)and (max-width:991.98px) {
  .hero--tier-1 .hero__col-image {
    margin-left: auto
  }
}

@media(max-width:575.98px) {
  .hero--tier-1 .hero__col-image {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: -20px;
    margin-right: -20px;
    max-width: none
  }
}

.hero--tier-1 .hero__content {
  background: -webkit-gradient(linear, right top, left top, color-stop(-91.5%, rgba(89, 183, 223, .9)), color-stop(62.43%, #142456));
  background: linear-gradient(270deg, rgba(89, 183, 223, .9) -91.5%, #142456 62.43%);
  color: #fff;
  padding: 30px 20px 15px 25px
}

@media(min-width:768px) {
  .hero--tier-1 .hero__content {
    padding: 40px 55px 40px 65px
  }
}

@media(min-width:992px) {
  .hero--tier-1 .hero__content {
    margin-top: 75pt
  }
}

@media(min-width:1400px) {
  .hero--tier-1 .hero__content {
    margin-top: 162px
  }
}

@media(min-width:576px)and (max-width:991.98px) {
  .hero--tier-1 .hero__content {
    margin-right: 50px
  }
}

.hero--tier-1 .hero__content .title {
  margin-bottom: 30px;
  padding-bottom: 1px;
  position: relative
}

.hero--tier-1 .hero__content .title:after {
  background: -webkit-gradient(linear, left top, right top, from(#59b7df), to(#ece819));
  background: linear-gradient(90deg, #59b7df, #ece819);
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  -webkit-transition: width 1s ease-out;
  transition: width 1s ease-out;
  width: 0
}

@media(prefers-reduced-motion) {
  .hero--tier-1 .hero__content .title:after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    width: 100%
  }
}

.hero--tier-1 .hero__content .title:after {
  z-index: 2
}

.hero--tier-1 .hero__content .title * {
  color: #152456;
  color: #fff;
  font-family: museo-slab, serif;
  font-size: calc(1.4875rem + 2.85vw);
  font-weight: 500;
  letter-spacing: .87pt;
  line-height: 1.25;
  margin-bottom: 25px
}

@media(min-width:1200px) {
  .hero--tier-1 .hero__content .title * {
    font-size: 3.625rem
  }
}

.hero--tier-1 .hero__content .text a {
  color: #aae4ff
}

.hero--tier-1 .hero__content .text a:focus,
.hero--tier-1 .hero__content .text a:hover {
  color: #fff
}

.hero--tier-1 .scroll-watch-stagger__item--complete .hero__content .title:after,
html.aem .hero--tier-1 .hero__content .title:after {
  width: 100%
}

@media(min-width:992px) {

  .hero--tier-1 .scroll-watch-stagger__item--complete .hero__content .title:after,
  html.aem .hero--tier-1 .hero__content .title:after {
    width: calc(100% + 155px)
  }
}

.hero--video {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  background: transparent url(../images/pattern-grid-background.svg) repeat left -50px bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
  -webkit-transition: background-position 1s ease;
  transition: background-position 1s ease
}

@media(prefers-reduced-motion) {
  .hero--video {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

@media(min-width:992px) {
  .hero--video {
    min-height: 924px
  }
}

.hero--video:not(.hero--video--side-layout).scroll-watch-bottom--in-view {
  background-position: 0 100%
}

.hero--video .cmp-image {
  max-width: none !important
}

.hero--video.scroll-watch--in-view .hero__content {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.hero--video.scroll-watch--in-view .hero__content__border {
  border-width: 2px 0 0 2px;
  height: 100%;
  width: 100%
}

@media(min-width:992px) {
  .hero--video.scroll-watch--in-view .hero__content__border {
    height: calc(100% - 93px)
  }
}

html.aem .hero--video .hero__content {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.hero--video .hero__image,
.hero--video .hero__video {
  bottom: 0;
  bottom: 102px;
  height: calc(100% - 102px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

@media(max-width:991.98px) {

  .hero--video .hero__image,
  .hero--video .hero__video {
    height: 25pc
  }
}

@media(max-width:575.98px) {

  .hero--video .hero__image,
  .hero--video .hero__video {
    height: 280px
  }
}

.hero--video .hero__video .video-js {
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.hero--video .hero__video .video-js [class^=vjs-]:not(video) {
  display: none
}

.hero--video .hero__video .video-js video {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.hero--video .hero__video__toggle {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .4);
  border: 2px solid #fff;
  border-radius: 9pt;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .4);
  box-shadow: 0 0 15px rgba(0, 0, 0, .4);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  height: 24px;
  justify-content: center;
  padding: 0 0 0 1px;
  position: absolute;
  text-align: center;
  -webkit-transition: background-color .35s ease;
  transition: background-color .35s ease;
  width: 24px;
  z-index: 1
}

@media(prefers-reduced-motion) {
  .hero--video .hero__video__toggle {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.hero--video .hero__video__toggle:after {
  content: "";
  font-family: Jeff Custom Icons;
  font-size: 9pt;
  line-height: 30px;
  opacity: 0
}

.hero--video .hero__video__toggle:after,
.hero--video .hero__video__toggle:before {
  position: absolute;
  -webkit-transition: opacity .35s ease;
  transition: opacity .35s ease
}

.hero--video .hero__video__toggle:before {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  content: "";
  display: block;
  opacity: 1
}

.hero--video .hero__video__toggle .pause {
  display: none
}

.hero--video .hero__video__toggle.playing:after {
  opacity: 1
}

.hero--video .hero__video__toggle.playing:before {
  opacity: 0
}

.hero--video .hero__video__toggle.playing .play {
  display: none
}

.hero--video .hero__video__toggle.playing .pause {
  display: block
}

.hero--video .hero__video__toggle:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 10px
}

@media(min-width:992px) {
  .hero--video .hero__video__toggle {
    bottom: 9pc
  }
}

@media(max-width:991.98px) {
  .hero--video .hero__video__toggle {
    top: 295px
  }
}

@media(max-width:575.98px) {
  .hero--video .hero__video__toggle {
    top: 165px
  }
}

.hero--video .hero__image img {
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 0;
  width: 100%
}

.hero--video .hero__image .cmp-image {
  height: 100%;
  width: 100%
}

.hero--video .hero__title {
  color: #152456;
  font-family: museo-slab, serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1.36px;
  line-height: 1.25
}

@media(min-width:768px) {
  .hero--video .hero__title {
    font-size: 42px
  }
}

@media(min-width:992px) {
  .hero--video .hero__title {
    font-size: 3pc
  }
}

@media(min-width:1200px) {
  .hero--video .hero__title {
    font-size: 58px
  }
}

.hero--video .hero__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  padding: 45px 30px 40px;
  position: relative;
  -webkit-transform: translateY(75pt);
  transform: translateY(75pt);
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out
}

@media(prefers-reduced-motion) {
  .hero--video .hero__content {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

@media(min-width:992px) {
  .hero--video .hero__content {
    margin-top: 60px;
    max-width: 75%;
    padding: 55px 47px 40px
  }
}

@media(min-width:1200px) {
  .hero--video .hero__content {
    max-width: 68.4%
  }
}

@media(max-width:991.98px) {
  .hero--video .hero__content {
    margin-top: 350px
  }
}

@media(max-width:575.98px) {
  .hero--video .hero__content {
    margin-top: 220px
  }
}

.hero--video .hero__content__border {
  border: 0 solid #ece819;
  height: 0;
  left: -9px;
  pointer-events: none;
  position: absolute;
  top: -9px;
  -webkit-transition: width 1.5s ease-out 1s, height 1.5s ease-out 1s, border .1s ease 1s;
  transition: width 1.5s ease-out 1s, height 1.5s ease-out 1s, border .1s ease 1s;
  width: 0
}

@media(prefers-reduced-motion) {
  .hero--video .hero__content__border {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.hero--video .hero__buttons {
  list-style: none;
  margin-bottom: 0;
  margin-top: 36px;
  padding: 0
}

.hero--video .hero__buttons li {
  display: inline-block;
  margin-bottom: 14px
}

.hero--video .hero__buttons li:not(:last-child) {
  margin-right: 14px
}

.hero--video .hero__container {
  position: relative
}

@media(min-width:992px) {
  .hero--video--compact {
    min-height: 596px
  }
}

@media(max-width:991.98px) {

  .hero--video--compact .hero__image,
  .hero--video--compact .hero__video {
    height: 280px
  }
}

@media(max-width:575.98px) {

  .hero--video--compact .hero__image,
  .hero--video--compact .hero__video {
    height: 200px
  }
}

@media(max-width:991.98px) {
  .hero--video--compact .hero__video__toggle {
    top: 11pc
  }
}

@media(max-width:575.98px) {
  .hero--video--compact .hero__video__toggle {
    top: 106px
  }
}

.hero--video--compact .hero__title {
  font-size: 30px;
  letter-spacing: .87pt
}

@media(min-width:992px) {
  .hero--video--compact .hero__title {
    font-size: 40px
  }
}

@media(min-width:1200px) {
  .hero--video--compact .hero__title {
    font-size: 58px
  }
}

@media(max-width:991.98px) {
  .hero--video--compact .hero__content {
    margin-top: 230px
  }
}

@media(max-width:575.98px) {
  .hero--video--compact .hero__content {
    margin-top: 10pc
  }
}

.hero--video--side-layout.scroll-watch--in-view {
  background-position: 0 100%
}

.hero--video--side-layout.scroll-watch--in-view .hero__content__border {
  height: 100%
}

@media(max-width:767.98px) {
  .hero--video--side-layout.scroll-watch--in-view .hero__content__border {
    width: calc(100% + 35px)
  }
}

.hero--video--side-layout .hero__container {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end
}

@media(min-width:992px) {
  .hero--video--side-layout .hero__container {
    margin-bottom: 209px
  }
}

@media(max-width:767.98px) {
  .hero--video--side-layout .hero__container {
    margin-right: 0
  }
}

@media(max-width:991.98px) {
  .hero--video--side-layout .hero__container {
    max-width: none
  }
}

.hero--video--side-layout .hero__image,
.hero--video--side-layout .hero__video {
  right: 40px;
  width: calc(100% - 40px)
}

@media(min-width:992px) {

  .hero--video--side-layout .hero__image,
  .hero--video--side-layout .hero__video {
    right: 200px;
    width: calc(100% - 200px)
  }
}

@media(min-width:1400px) {

  .hero--video--side-layout .hero__image,
  .hero--video--side-layout .hero__video {
    right: 325px;
    width: calc(100% - 325px)
  }
}

.hero--video--side-layout .hero__video__toggle {
  right: 60px
}

@media(min-width:992px) {
  .hero--video--side-layout .hero__video__toggle {
    right: 15pc
  }
}

@media(min-width:1400px) {
  .hero--video--side-layout .hero__video__toggle {
    right: 370px
  }
}

.hero--video--side-layout .hero__title {
  font-size: 30px
}

@media(min-width:992px) {
  .hero--video--side-layout .hero__title {
    font-size: 40px
  }
}

@media(min-width:1200px) {
  .hero--video--side-layout .hero__title {
    font-size: 50px
  }
}

@media(min-width:1400px) {
  .hero--video--side-layout .hero__title {
    font-size: 68px
  }
}

@media(min-width:992px) {
  .hero--video--side-layout .hero__content {
    max-width: 50%;
    padding: 45px 40px 40px
  }
}

@media(min-width:1200px) {
  .hero--video--side-layout .hero__content {
    max-width: 618px
  }
}

@media(max-width:767.98px) {
  .hero--video--side-layout .hero__content {
    padding-right: 0
  }
}

@media(max-width:991.98px) {
  .hero--video--side-layout .hero__content {
    max-width: none;
    width: calc(100% - 130px)
  }
}

@media(max-width:575.98px) {
  .hero--video--side-layout .hero__content {
    width: 100%
  }
}

.hero--video--side-layout .hero__content:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  position: absolute;
  right: -750pt;
  top: 0;
  width: 750pt
}

.hero--video--side-layout .hero__modal-button {
  margin-top: 25px
}

.text-and-image {
  margin-bottom: 5pc
}

@media(min-width:992px) {
  .text-and-image {
    margin-bottom: 140px
  }
}

.text-and-image__text .btn-cta+.btn-cta {
  margin-top: 9pt
}

.text-and-image .cmp-image__image--is-loading {
  width: 100% !important
}

.text-and-image .image .cmp-image[data-title] {
  display: block
}

.text-and-image--flip {
  background-position: 0 0
}

@media(max-width:575.98px) {
  .text-and-image--flip .text-and-image__image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

@media(min-width:992px) {
  .text-and-image--flip .text-and-image__image .cmp-image {
    right: 50%
  }
}

@media(max-width:767.98px) {
  .text-and-image--flip .text-and-image__text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

@media(min-width:992px) {
  .text-and-image--flip .text-and-image__text {
    padding-left: 50px
  }
}

@media(min-width:1200px) {
  .text-and-image--flip .text-and-image__text {
    padding-left: 5pc
  }
}

@media(min-width:992px) {
  .text-and-image:not(.text-and-image--flip) .text-and-image__text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 50px
  }
}

@media(min-width:1200px) {
  .text-and-image:not(.text-and-image--flip) .text-and-image__text {
    padding-right: 5pc
  }
}

.text-and-image:not(.text-and-image--flip) .text-and-image__text:after {
  left: -50%;
  right: 0
}

@media(min-width:992px) {
  .text-and-image:not(.text-and-image--flip) .text-and-image__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .text-and-image:not(.text-and-image--flip) .text-and-image__image .cmp-image {
    left: 50%
  }
}

.text-and-image--last-button-action-link .text-and-image__text .btn-cta:last-child a {
  background-color: transparent;
  background-image: none;
  color: #000;
  display: block;
  font-family: GT Haptik, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .9px;
  line-height: 1;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 45px;
  text-align: left;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-transform: uppercase;
  text-underline-offset: 2px;
  -webkit-transition: -webkit-text-decoration-color .35s ease;
  transition: -webkit-text-decoration-color .35s ease;
  transition: text-decoration-color .35s ease;
  transition: text-decoration-color .35s ease, -webkit-text-decoration-color .35s ease
}

.text-and-image--last-button-action-link .text-and-image__text .btn-cta:last-child a:after {
  color: #59b7df;
  content: "";
  display: inline-block;
  font-family: Jeff Custom Icons;
  font-size: .65em;
  font-weight: 500;
  padding-left: 8px;
  position: absolute;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: -webkit-transform .35s ease;
  transition: -webkit-transform .35s ease;
  transition: transform .35s ease;
  transition: transform .35s ease, -webkit-transform .35s ease;
  -webkit-transition: color .35s ease, -webkit-transform .35s ease;
  transition: color .35s ease, -webkit-transform .35s ease;
  transition: transform .35s ease, color .35s ease;
  transition: transform .35s ease, color .35s ease, -webkit-transform .35s ease
}

.text-and-image--last-button-action-link .text-and-image__text .btn-cta:last-child a:focus,
.text-and-image--last-button-action-link .text-and-image__text .btn-cta:last-child a:hover {
  -webkit-text-decoration-color: #000;
  text-decoration-color: #000
}

.text-and-image--last-button-action-link .text-and-image__text .btn-cta:last-child a:focus:after,
.text-and-image--last-button-action-link .text-and-image__text .btn-cta:last-child a:hover:after {
  color: #59b7df;
  -webkit-transform: translate(10px, 5px);
  transform: translate(10px, 5px)
}

.text-and-image--theme-1 {
  background-color: #fff;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 50px;
  position: relative
}

@media(min-width:992px) {
  .text-and-image--theme-1 {
    margin-bottom: 60px;
    padding-bottom: 5pc
  }
}

.text-and-image--theme-1 .cmp-image__image--is-loading {
  height: 100% !important
}

.text-and-image--theme-1 .text-and-image__container {
  position: relative;
  z-index: 1
}

.text-and-image--theme-1 .text-and-image__text {
  padding-bottom: 154px;
  padding-top: 50px;
  position: relative
}

@media(min-width:992px) {
  .text-and-image--theme-1 .text-and-image__text {
    min-height: 500px
  }
}

.text-and-image--theme-1 .text-and-image__text>:last-child {
  margin-bottom: 0
}

.text-and-image--theme-1 .text-and-image__text:before {
  background-color: hsla(0, 0%, 85%, .5);
  bottom: 95px;
  content: "";
  left: -50%;
  position: absolute;
  top: 0;
  width: 200vw;
  z-index: -1
}

.text-and-image--theme-1 .text-and-image__text:after {
  background: transparent url(../images/pattern-two-rows.svg) repeat-x 0 100%/auto 100%;
  bottom: 0;
  content: "";
  height: 8pc;
  opacity: 1;
  position: absolute;
  -webkit-transition: opacity .5s ease 1s, -webkit-transform 2s ease 1s;
  transition: opacity .5s ease 1s, -webkit-transform 2s ease 1s;
  transition: transform 2s ease 1s, opacity .5s ease 1s;
  transition: transform 2s ease 1s, opacity .5s ease 1s, -webkit-transform 2s ease 1s;
  width: 200vw;
  z-index: -1
}

@media(prefers-reduced-motion) {
  .text-and-image--theme-1 .text-and-image__text:after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

@media(min-width:992px) {
  .text-and-image--theme-1 .text-and-image__text:after {
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px)
  }
}

@media(min-width:992px)and (prefers-reduced-motion) {
  .text-and-image--theme-1 .text-and-image__text:after {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.text-and-image--theme-1 .text-and-image__text .title {
  margin-bottom: 30px;
  padding-bottom: 1px;
  position: relative
}

.text-and-image--theme-1 .text-and-image__text .title:after {
  background-image: -webkit-gradient(linear, left top, right top, from(#59b7df), to(#ece819));
  background-image: linear-gradient(90deg, #59b7df 0, #ece819);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: -9%;
  -webkit-transition: width 1s ease 1s;
  transition: width 1s ease 1s;
  width: 0;
  z-index: 1
}

@media(prefers-reduced-motion) {
  .text-and-image--theme-1 .text-and-image__text .title:after {
    width: 100%
  }
}

@media(prefers-reduced-motion)and (min-width:992px) {
  .text-and-image--theme-1 .text-and-image__text .title:after {
    width: 53vw
  }
}

@media(min-width:992px) {
  .text-and-image--theme-1 .text-and-image__image .cmp-image {
    position: relative;
    z-index: 1
  }
}

.text-and-image--theme-1.text-and-image--flip {
  background-position: 0 0
}

@media(max-width:575.98px) {
  .text-and-image--theme-1.text-and-image--flip .text-and-image__image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

@media(min-width:992px) {
  .text-and-image--theme-1.text-and-image--flip .text-and-image__image .cmp-image {
    right: auto
  }
}

@media(max-width:767.98px) {
  .text-and-image--theme-1.text-and-image--flip .text-and-image__text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

@media(min-width:992px) {
  .text-and-image--theme-1.text-and-image--flip .text-and-image__text {
    padding-left: 50px
  }

  .text-and-image--theme-1.text-and-image--flip .text-and-image__text:before {
    left: -100vw;
    width: 200vw
  }
}

@media(min-width:1200px) {
  .text-and-image--theme-1.text-and-image--flip .text-and-image__text {
    padding-left: 5pc
  }
}

.text-and-image--theme-1.text-and-image--flip .text-and-image__text:after {
  right: -50%
}

@media(min-width:992px) {
  .text-and-image--theme-1.text-and-image--flip .text-and-image__text .title:after {
    background-image: -webkit-gradient(linear, left top, right top, from(#ece819), to(#59b7df));
    background-image: linear-gradient(90deg, #ece819 0, #59b7df);
    left: unset;
    right: 0
  }
}

@media(max-width:767.98px) {
  .text-and-image--theme-1.text-and-image--flip .text-and-image__container .row>div:first-child {
    margin-top: 0
  }
}

@media(min-width:992px) {
  .text-and-image--theme-1:not(.text-and-image--flip) .text-and-image__text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 50px
  }
}

@media(min-width:1200px) {
  .text-and-image--theme-1:not(.text-and-image--flip) .text-and-image__text {
    padding-right: 5pc
  }
}

.text-and-image--theme-1:not(.text-and-image--flip) .text-and-image__text:after {
  left: -50%;
  right: 0
}

@media(min-width:992px) {
  .text-and-image--theme-1:not(.text-and-image--flip) .text-and-image__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .text-and-image--theme-1:not(.text-and-image--flip) .text-and-image__image .cmp-image {
    left: auto
  }
}

@media(max-width:767.98px) {
  .text-and-image--theme-1:not(.text-and-image--flip) .text-and-image__container .row>div:first-child {
    margin-bottom: 0
  }
}

@media(min-width:992px) {
  .text-and-image--theme-1.text-and-image--large-image .text-and-image__image .cmp-image {
    bottom: 3pc;
    height: 100% !important;
    position: absolute;
    top: -30px;
    width: 50vw !important;
    z-index: 1
  }

  .text-and-image--theme-1.text-and-image--large-image .text-and-image__image .cmp-image__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
  }

  .text-and-image--theme-1.text-and-image--large-image.text-and-image--flip .text-and-image__image .cmp-image {
    right: 50%
  }

  .text-and-image--theme-1.text-and-image--large-image:not(.text-and-image--flip) .text-and-image__image .cmp-image {
    left: 50%
  }
}

.text-and-image--theme-1.scroll-watch--in-view .text-and-image__text .title:after,
html.aem .text-and-image--theme-1 .text-and-image__text .title:after {
  width: 100%
}

@media(min-width:992px) {

  .text-and-image--theme-1.scroll-watch--in-view .text-and-image__text .title:after,
  html.aem .text-and-image--theme-1 .text-and-image__text .title:after {
    width: 53vw
  }

  .text-and-image--theme-1.scroll-watch--in-view .text-and-image__text:after,
  html.aem .text-and-image--theme-1 .text-and-image__text:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.text-and-image--theme-10 .title {
  margin-bottom: 22px;
  padding-bottom: 14px;
  position: relative
}

.text-and-image--theme-10 .title:after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #59b7df), color-stop(85%, #ece819));
  background-image: linear-gradient(90deg, #59b7df 10%, #ece819 85%);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transition: width 1s ease-out;
  transition: width 1s ease-out;
  width: 0
}

@media(prefers-reduced-motion) {
  .text-and-image--theme-10 .title:after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    width: 85vw
  }
}

@media(prefers-reduced-motion)and (min-width:992px) {
  .text-and-image--theme-10 .title:after {
    width: 42vw
  }
}

.text-and-image--theme-10.scroll-watch--in-view .title:after {
  width: 85vw
}

@media(min-width:992px) {
  .text-and-image--theme-10.scroll-watch--in-view .title:after {
    width: calc(100% + 10pc)
  }

  .text-and-image--theme-10 .text-and-image__container {
    padding-bottom: 81px;
    padding-top: 81px;
    position: relative
  }
}

.text-and-image--theme-10 .text-and-image__text {
  position: relative;
  z-index: 1
}

@media(max-width:991.98px) {
  .text-and-image--theme-10 .text-and-image__text {
    margin-top: 30px
  }

  .text-and-image--theme-10 .text-and-image__image {
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative
  }
}

.text-and-image--theme-10 .text-and-image__image:before {
  background-image: url(../images/pattern-vertical-grid-background-grey.svg), -webkit-gradient(linear, left top, right top, from(#dfe1df), to(#dfe1df)), -webkit-gradient(linear, left top, right top, from(hsla(120, 3%, 88%, .5)), to(hsla(120, 3%, 88%, .5))), -webkit-gradient(linear, left top, right top, from(#dfe1df), to(#dfe1df));
  background-image: url(../images/pattern-vertical-grid-background-grey.svg), linear-gradient(90deg, #dfe1df 0, #dfe1df), linear-gradient(90deg, hsla(120, 3%, 88%, .5) 0, hsla(120, 3%, 88%, .5)), linear-gradient(90deg, #dfe1df 0, #dfe1df);
  background-repeat: repeat-y, no-repeat, no-repeat, repeat-y;
  background-size: 280px auto, 200px 1px, 200px 1px, 1px auto;
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: background-position 1s ease;
  transition: background-position 1s ease
}

@media(max-width:575.98px) {
  .text-and-image--theme-10 .text-and-image__image:before {
    width: 201px
  }
}

@media(min-width:576px) {
  .text-and-image--theme-10 .text-and-image__image:before {
    width: 340px
  }
}

@media(min-width:768px) {
  .text-and-image--theme-10 .text-and-image__image:before {
    background-size: 340px auto, 340px 1px, 340px 1px, 1px auto
  }
}

@media(min-width:992px) {
  .text-and-image--theme-10 .text-and-image__image:before {
    background-size: 428px auto, 428px 1px, 428px 1px, .5px auto;
    width: 428px
  }
}

.text-and-image--theme-10 .text-and-image__image .cmp-image {
  margin-bottom: 0;
  max-width: none !important;
  position: relative
}

@media(min-width:992px) {
  .text-and-image--theme-10.text-and-image--flip .title:after {
    background-image: -webkit-gradient(linear, left top, right top, from(#ece819), to(#59b7df));
    background-image: linear-gradient(90deg, #ece819 0, #59b7df);
    left: unset;
    right: 0
  }

  .text-and-image--theme-10.text-and-image--flip .text-and-image__image {
    padding-left: 40px
  }
}

@media(min-width:992px)and (max-width:1199.98px) {
  .text-and-image--theme-10.text-and-image--flip .text-and-image__image {
    padding-right: 40px
  }
}

@media(min-width:1200px) {
  .text-and-image--theme-10.text-and-image--flip .text-and-image__image {
    padding-left: 75pt
  }
}

.text-and-image--theme-10.text-and-image--flip .text-and-image__image .cmp-image {
  right: auto
}

.text-and-image--theme-10.text-and-image--flip .text-and-image__image:before {
  background-position: left top -75pt, left 1px bottom, left 1px top, 0 0;
  left: 0
}

.text-and-image--theme-10.text-and-image--flip.scroll-watch--in-view .text-and-image__image:before {
  background-position: 0 0, left 1px bottom, left 1px top, 0 0
}

@media(min-width:992px) {
  .text-and-image--theme-10:not(.text-and-image--flip) .text-and-image__image {
    padding-right: 40px
  }
}

@media(min-width:992px)and (max-width:1199.98px) {
  .text-and-image--theme-10:not(.text-and-image--flip) .text-and-image__image {
    padding-left: 40px
  }
}

@media(min-width:1200px) {
  .text-and-image--theme-10:not(.text-and-image--flip) .text-and-image__image {
    padding-right: 75pt
  }
}

.text-and-image--theme-10:not(.text-and-image--flip) .text-and-image__image:before {
  background-position: right top -75pt, right 1px bottom, right 1px top, 0 0;
  right: 0
}

.text-and-image--theme-10:not(.text-and-image--flip) .text-and-image__image .cmp-image {
  left: auto
}

.text-and-image--theme-10:not(.text-and-image--flip).scroll-watch--in-view .text-and-image__image:before {
  background-position: 100% 0, right 1px bottom, right 1px top, 0 0
}

.text-and-image--theme-11 {
  overflow: hidden
}

.text-and-image--theme-11 .title {
  margin-bottom: 22px;
  padding-bottom: 14px;
  position: relative
}

.text-and-image--theme-11 .title:after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #59b7df), color-stop(85%, #ece819));
  background-image: linear-gradient(90deg, #59b7df 10%, #ece819 85%);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transition: width 1s ease-out;
  transition: width 1s ease-out;
  width: 0
}

@media(prefers-reduced-motion) {
  .text-and-image--theme-11 .title:after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    width: 85vw
  }
}

@media(prefers-reduced-motion)and (min-width:992px) {
  .text-and-image--theme-11 .title:after {
    width: 42vw
  }
}

.text-and-image--theme-11.scroll-watch--in-view .title:after {
  width: 85vw
}

@media(min-width:992px) {
  .text-and-image--theme-11.scroll-watch--in-view .title:after {
    width: calc(100% + 10pc)
  }
}

.text-and-image--theme-11 .text-and-image__text {
  padding-top: 40px
}

@media(min-width:992px) {
  .text-and-image--theme-11 .text-and-image__text {
    min-height: 500px;
    padding-bottom: 60px;
    padding-top: 60px
  }
}

.text-and-image--theme-11 .text-and-image__image {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: none;
  position: relative;
  -webkit-transition: background-position 1s ease;
  transition: background-position 1s ease
}

@media(max-width:991.98px) {
  .text-and-image--theme-11 .text-and-image__image {
    height: 0;
    padding-bottom: 65%
  }
}

@media(max-width:767.98px) {
  .text-and-image--theme-11 .text-and-image__image {
    padding-bottom: 80%
  }
}

.text-and-image--theme-11 .text-and-image__image .cmp-image {
  bottom: 0;
  left: 0;
  margin-bottom: 46px;
  margin-top: 46px;
  max-width: none !important;
  position: absolute;
  right: 0;
  top: 0
}

@media(min-width:992px) {
  .text-and-image--theme-11 .text-and-image__image .cmp-image {
    margin-bottom: 60px;
    margin-top: 60px
  }
}

.text-and-image--theme-11 .text-and-image__image .cmp-image__image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

@media(min-width:992px) {
  .text-and-image--theme-11.text-and-image--flip .title:after {
    background-image: -webkit-gradient(linear, left top, right top, from(#ece819), to(#59b7df));
    background-image: linear-gradient(90deg, #ece819 0, #59b7df);
    left: unset;
    right: 0
  }
}

.text-and-image--theme-11.text-and-image--flip .text-and-image__image {
  background-image: url(../images/pattern-vertical-grid-background-grey.svg), -webkit-gradient(linear, left top, right top, from(#dfe1df), to(#dfe1df)), -webkit-gradient(linear, left top, right top, from(hsla(120, 3%, 88%, .5)), to(hsla(120, 3%, 88%, .5))), -webkit-gradient(linear, left top, right top, from(#dfe1df), to(#dfe1df));
  background-image: url(../images/pattern-vertical-grid-background-grey.svg), linear-gradient(90deg, #dfe1df 0, #dfe1df), linear-gradient(90deg, hsla(120, 3%, 88%, .5) 0, hsla(120, 3%, 88%, .5)), linear-gradient(90deg, #dfe1df 0, #dfe1df);
  background-position: right -97px top -75pt, right 1px bottom, right 1px top, right 243px top;
  background-repeat: repeat-y, no-repeat, no-repeat, repeat-y;
  background-size: 340px auto, 242px 1px, 242px .5px, .5px auto;
  margin-left: -20px
}

@media(min-width:992px) {
  .text-and-image--theme-11.text-and-image--flip .text-and-image__image {
    background-position: right -126px top -75pt, right 1px bottom, right 1px top, right 316px top;
    background-size: 442px auto, 316px 1px, 316px 1px, 1px auto
  }
}

@media(min-width:576px) {
  .text-and-image--theme-11.text-and-image--flip .text-and-image__image {
    margin-left: calc(-50vw - -266px)
  }
}

@media(min-width:768px) {
  .text-and-image--theme-11.text-and-image--flip .text-and-image__image {
    margin-left: calc(-50vw - -356px)
  }
}

@media(min-width:992px) {
  .text-and-image--theme-11.text-and-image--flip .text-and-image__image {
    margin-left: calc(-50vw - -476px)
  }
}

@media(min-width:1200px) {
  .text-and-image--theme-11.text-and-image--flip .text-and-image__image {
    margin-left: calc(-50vw - -566px)
  }
}

@media(min-width:1400px) {
  .text-and-image--theme-11.text-and-image--flip .text-and-image__image {
    margin-left: calc(-50vw - -41pc)
  }
}

.text-and-image--theme-11.text-and-image--flip .text-and-image__image .cmp-image {
  margin-right: 40px
}

@media(min-width:992px) {
  .text-and-image--theme-11.text-and-image--flip .text-and-image__image .cmp-image {
    margin-right: 90pt
  }
}

.text-and-image--theme-11.text-and-image--flip.scroll-watch--in-view .text-and-image__image {
  background-position: right -97px top, right 1px bottom, right 1px top, right 243px top
}

@media(min-width:992px) {
  .text-and-image--theme-11.text-and-image--flip.scroll-watch--in-view .text-and-image__image {
    background-position: right -126px top, right 1px bottom, right 1px top, right 316px top
  }
}

.text-and-image--theme-11:not(.text-and-image--flip) .text-and-image__image {
  background-image: url(../images/pattern-vertical-grid-background-grey.svg), -webkit-gradient(linear, left top, right top, from(#dfe1df), to(#dfe1df)), -webkit-gradient(linear, left top, right top, from(hsla(120, 3%, 88%, .5)), to(hsla(120, 3%, 88%, .5)));
  background-image: url(../images/pattern-vertical-grid-background-grey.svg), linear-gradient(90deg, #dfe1df 0, #dfe1df), linear-gradient(90deg, hsla(120, 3%, 88%, .5) 0, hsla(120, 3%, 88%, .5));
  background-position: left -6pc top -75pt, left 1px bottom, left 1px top;
  background-repeat: repeat-y, no-repeat, no-repeat;
  background-size: 340px auto, 242px 1px, 242px .5px;
  margin-right: -20px
}

@media(min-width:992px) {
  .text-and-image--theme-11:not(.text-and-image--flip) .text-and-image__image {
    background-position: left -125px top -75pt, left 1px bottom, left 1px top;
    background-size: 442px auto, 316px 1px, 316px 1px
  }
}

@media(min-width:576px) {
  .text-and-image--theme-11:not(.text-and-image--flip) .text-and-image__image {
    margin-right: calc(-50vw - -266px)
  }
}

@media(min-width:768px) {
  .text-and-image--theme-11:not(.text-and-image--flip) .text-and-image__image {
    margin-right: calc(-50vw - -356px)
  }
}

@media(min-width:992px) {
  .text-and-image--theme-11:not(.text-and-image--flip) .text-and-image__image {
    margin-right: calc(-50vw - -476px)
  }
}

@media(min-width:1200px) {
  .text-and-image--theme-11:not(.text-and-image--flip) .text-and-image__image {
    margin-right: calc(-50vw - -566px)
  }
}

@media(min-width:1400px) {
  .text-and-image--theme-11:not(.text-and-image--flip) .text-and-image__image {
    margin-right: calc(-50vw - -41pc)
  }
}

.text-and-image--theme-11:not(.text-and-image--flip) .text-and-image__image .cmp-image {
  left: 0;
  margin-left: 40px
}

@media(min-width:992px) {
  .text-and-image--theme-11:not(.text-and-image--flip) .text-and-image__image .cmp-image {
    margin-left: 90pt
  }
}

.text-and-image--theme-11:not(.text-and-image--flip).scroll-watch--in-view .text-and-image__image {
  background-position: left -6pc top, left 1px bottom, left 1px top
}

@media(min-width:992px) {
  .text-and-image--theme-11:not(.text-and-image--flip).scroll-watch--in-view .text-and-image__image {
    background-position: left -125px top, left 1px bottom, left 1px top
  }
}

.text-and-image--theme-2 {
  background: transparent url(../images/pattern-two-rows.svg) repeat-x left -75pt bottom/auto 122px;
  overflow: hidden;
  padding-bottom: 50px;
  padding-top: 40px;
  position: relative;
  -webkit-transition: background-position 1.5s ease;
  transition: background-position 1.5s ease
}

@media(min-width:992px) {
  .text-and-image--theme-2 {
    padding-bottom: 87pt;
    padding-top: 87pt
  }
}

@media(prefers-reduced-motion) {
  .text-and-image--theme-2 {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.text-and-image--theme-2 .text-and-image__container {
  position: relative;
  z-index: 1
}

.text-and-image--theme-2 .text-and-image__background {
  bottom: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%
}

@media(max-width:575.98px) {
  .text-and-image--theme-2 .text-and-image__background {
    height: 0;
    padding-bottom: 65%
  }
}

@media(min-width:576px)and (max-width:767.98px) {
  .text-and-image--theme-2 .text-and-image__background {
    height: 362px
  }
}

@media(min-width:768px)and (max-width:991.98px) {
  .text-and-image--theme-2 .text-and-image__background {
    height: 478px
  }
}

@media(min-width:992px) {
  .text-and-image--theme-2 .text-and-image__background {
    width: 40%
  }
}

.text-and-image--theme-2 .text-and-image__background .cmp-image {
  height: 100%;
  max-width: none !important;
  width: 100%
}

.text-and-image--theme-2 .text-and-image__background .cmp-image__image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

@media(min-width:992px) {
  .text-and-image--theme-2 .text-and-image__background .cmp-image__image {
    height: 100%
  }
}

@media(max-width:991.98px) {
  .text-and-image--theme-2 .text-and-image__background .cmp-image__image {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
  }

  .text-and-image--theme-2 .text-and-image__image .cmp-image {
    height: 0;
    padding-bottom: 70.115%;
    position: relative;
    width: 100%
  }

  .text-and-image--theme-2 .text-and-image__image .cmp-image__image {
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
  }
}

.text-and-image--theme-2 .text-and-image__text .title {
  margin-bottom: 30px;
  padding-bottom: 1px;
  position: relative
}

.text-and-image--theme-2 .text-and-image__text .title:after {
  background-image: -webkit-gradient(linear, left top, right top, from(#59b7df), to(#ece819));
  background-image: linear-gradient(90deg, #59b7df 0, #ece819);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: -9%;
  -webkit-transition: width 1s ease 1s;
  transition: width 1s ease 1s;
  width: 0;
  z-index: 1
}

@media(prefers-reduced-motion) {
  .text-and-image--theme-2 .text-and-image__text .title:after {
    width: 100%
  }
}

@media(prefers-reduced-motion)and (min-width:992px) {
  .text-and-image--theme-2 .text-and-image__text .title:after {
    width: 53vw
  }
}

@media(max-width:767.98px) {
  .text-and-image--theme-2.text-and-image--flip .text-and-image__text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

@media(min-width:992px) {
  .text-and-image--theme-2.text-and-image--flip .text-and-image__text {
    padding-left: 50px
  }
}

@media(min-width:1200px) {
  .text-and-image--theme-2.text-and-image--flip .text-and-image__text {
    padding-left: 5pc
  }
}

@media(min-width:992px) {
  .text-and-image--theme-2.text-and-image--flip .text-and-image__text .title:after {
    background-image: -webkit-gradient(linear, left top, right top, from(#ece819), to(#59b7df));
    background-image: linear-gradient(90deg, #ece819 0, #59b7df);
    left: unset;
    right: 0
  }
}

@media(max-width:767.98px) {
  .text-and-image--theme-2.text-and-image--flip .text-and-image__container .row>div:first-child {
    margin-top: 0
  }
}

@media(min-width:992px) {
  .text-and-image--theme-2:not(.text-and-image--flip) .text-and-image__text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 50px
  }
}

@media(min-width:1200px) {
  .text-and-image--theme-2:not(.text-and-image--flip) .text-and-image__text {
    padding-right: 5pc
  }
}

@media(min-width:992px) {
  .text-and-image--theme-2:not(.text-and-image--flip) .text-and-image__background {
    right: 0
  }
}

@media(max-width:767.98px) {
  .text-and-image--theme-2:not(.text-and-image--flip) .text-and-image__container .row>div:first-child {
    margin-bottom: 0
  }
}

.text-and-image--theme-2.scroll-watch--in-view,
html.aem .text-and-image--theme-2 {
  background-position: 0 100%
}

.text-and-image--theme-2.scroll-watch--in-view .text-and-image__text .title:after,
html.aem .text-and-image--theme-2 .text-and-image__text .title:after {
  width: 100%
}

@media(min-width:992px) {

  .text-and-image--theme-2.scroll-watch--in-view .text-and-image__text .title:after,
  html.aem .text-and-image--theme-2 .text-and-image__text .title:after {
    width: calc(100% + 75pt)
  }
}

@media(min-width:1200px) {

  .text-and-image--theme-2.scroll-watch--in-view .text-and-image__text .title:after,
  html.aem .text-and-image--theme-2 .text-and-image__text .title:after {
    width: calc(100% + 145px)
  }
}

.text-and-image--theme-3 {
  overflow: hidden;
  padding-bottom: 60px;
  padding-top: 75px;
  position: relative
}

@media(min-width:992px) {
  .text-and-image--theme-3 {
    padding-bottom: 83px;
    padding-top: 122px
  }
}

.text-and-image--theme-3 .image {
  margin-bottom: 0
}

.text-and-image--theme-3:after {
  background-attachment: fixed;
  background-image: url(../images/pattern-blue-large.svg);
  background-position: 100% 0;
  background-repeat: repeat-y;
  background-size: 200px auto;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  z-index: 1
}

@media(min-width:992px) {
  .text-and-image--theme-3:after {
    background-size: 350px auto;
    width: 350px
  }
}

@media(min-width:1200px) {
  .text-and-image--theme-3:after {
    background-size: 523px auto;
    width: 523px
  }
}

@media(max-width:575.98px) {
  .text-and-image--theme-3:after {
    opacity: .6
  }
}

.text-and-image--theme-3:not(.text-and-image--flip):after {
  right: 0
}

@media(max-width:767.98px) {
  .text-and-image--theme-3:not(.text-and-image--flip):after {
    -webkit-transform: translateX(75pt);
    transform: translateX(75pt)
  }
}

.text-and-image--theme-3:not(.text-and-image--flip) .text-and-image__background-wrapper {
  right: 30px
}

@media(min-width:576px) {
  .text-and-image--theme-3:not(.text-and-image--flip) .text-and-image__background-wrapper {
    right: 50px
  }
}

@media(min-width:992px) {
  .text-and-image--theme-3:not(.text-and-image--flip) .text-and-image__background-wrapper {
    right: 150px
  }
}

@media(min-width:1200px) {
  .text-and-image--theme-3:not(.text-and-image--flip) .text-and-image__background-wrapper {
    right: 222px
  }
}

@media(max-width:991.98px) {
  .text-and-image--theme-3:not(.text-and-image--flip) .text-and-image__text {
    padding-right: 115px
  }
}

@media(max-width:575.98px) {
  .text-and-image--theme-3:not(.text-and-image--flip) .text-and-image__text {
    padding-right: 50px
  }
}

@media(min-width:992px) {
  .text-and-image--theme-3:not(.text-and-image--flip) .text-and-image__text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .text-and-image--theme-3:not(.text-and-image--flip) .text-and-image__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

.text-and-image--theme-3.text-and-image--flip:after {
  background-position: 0 0;
  left: 0
}

@media(max-width:767.98px) {
  .text-and-image--theme-3.text-and-image--flip:after {
    -webkit-transform: translateX(-75pt);
    transform: translateX(-75pt)
  }
}

.text-and-image--theme-3.text-and-image--flip .text-and-image__background-wrapper {
  left: 30px
}

@media(min-width:576px) {
  .text-and-image--theme-3.text-and-image--flip .text-and-image__background-wrapper {
    left: 50px
  }
}

@media(min-width:992px) {
  .text-and-image--theme-3.text-and-image--flip .text-and-image__background-wrapper {
    left: 150px
  }
}

@media(min-width:1200px) {
  .text-and-image--theme-3.text-and-image--flip .text-and-image__background-wrapper {
    left: 222px
  }
}

.text-and-image--theme-3.text-and-image--flip .text-and-image__background:after {
  background: -webkit-gradient(linear, right top, left top, from(#152456), color-stop(66.2%, rgba(21, 36, 86, .8)), color-stop(120.37%, rgba(89, 183, 223, .8))), -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .3)), to(#000));
  background: linear-gradient(-90deg, #152456, rgba(21, 36, 86, .8) 66.2%, rgba(89, 183, 223, .8) 120.37%), linear-gradient(-270deg, rgba(0, 0, 0, .3), #000)
}

.text-and-image--theme-3.text-and-image--flip .text-and-image__text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

@media(max-width:991.98px) {
  .text-and-image--theme-3.text-and-image--flip .text-and-image__text {
    padding-left: 115px
  }
}

@media(max-width:575.98px) {
  .text-and-image--theme-3.text-and-image--flip .text-and-image__text {
    padding-left: 50px
  }
}

.text-and-image--theme-3.text-and-image--flip .text-and-image__image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.text-and-image--theme-3.text-and-image--flip .text-and-image__image .image__border {
  border-width: 2px 2px 0 0;
  left: auto;
  right: -10px
}

html.aem .text-and-image--theme-3.text-and-image--flip .text-and-image__image .image__border {
  left: 0
}

.text-and-image--theme-3.text-and-image--flip .text-and-image__container .row>div:first-child {
  margin-top: 0
}

.text-and-image--theme-3 .text-and-image__container {
  position: relative;
  z-index: 2
}

.text-and-image--theme-3 .text-and-image__background-wrapper {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0
}

.text-and-image--theme-3 .text-and-image__background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.text-and-image--theme-3 .text-and-image__background:after {
  background: -webkit-gradient(linear, left top, right top, from(#152456), color-stop(66.2%, rgba(21, 36, 86, .8)), color-stop(120.37%, rgba(89, 183, 223, .8))), -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .3)), to(#000));
  background: linear-gradient(90deg, #152456, rgba(21, 36, 86, .8) 66.2%, rgba(89, 183, 223, .8) 120.37%), linear-gradient(-270deg, rgba(0, 0, 0, .3), #000);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.text-and-image--theme-3 .text-and-image__background .cmp-image {
  height: 100%;
  max-width: none !important;
  width: 100%
}

.text-and-image--theme-3 .text-and-image__background .cmp-image__image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.text-and-image--theme-3 .text-and-image__image {
  position: relative;
  z-index: 1
}

.text-and-image--theme-3 .text-and-image__image .image__border {
  border-color: #ece819
}

.text-and-image--theme-3 .text-and-image__image .image .cmp-image {
  max-width: none !important
}

.text-and-image--theme-3 .text-and-image__image img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.text-and-image--theme-3 .text-and-image__text {
  color: #fff;
  position: relative
}

.text-and-image--theme-3 .text-and-image__text .title * {
  color: #fff
}

@media(max-width:575.98px) {
  .text-and-image--theme-3 .text-and-image__text .title * {
    word-break: break-word
  }
}

.text-and-image--theme-3 .text-and-image__text :not(.btn-cta) a {
  color: #aae4ff
}

.text-and-image--theme-3 .text-and-image__text :not(.btn-cta) a:focus,
.text-and-image--theme-3 .text-and-image__text :not(.btn-cta) a:hover {
  color: #fff
}

.text-and-image--theme-3.text-and-image--large-image:not(.text-and-image--flip) .text-and-image__image .image {
  margin-right: -20px
}

@media(min-width:576px) {
  .text-and-image--theme-3.text-and-image--large-image:not(.text-and-image--flip) .text-and-image__image .image {
    margin-right: calc(-50vw - -266px)
  }
}

@media(min-width:768px) {
  .text-and-image--theme-3.text-and-image--large-image:not(.text-and-image--flip) .text-and-image__image .image {
    margin-right: calc(-50vw - -356px)
  }
}

@media(min-width:992px) {
  .text-and-image--theme-3.text-and-image--large-image:not(.text-and-image--flip) .text-and-image__image .image {
    margin-right: calc(-50vw - -476px)
  }
}

@media(min-width:1200px) {
  .text-and-image--theme-3.text-and-image--large-image:not(.text-and-image--flip) .text-and-image__image .image {
    margin-right: calc(-50vw - -566px)
  }
}

@media(min-width:1400px) {
  .text-and-image--theme-3.text-and-image--large-image:not(.text-and-image--flip) .text-and-image__image .image {
    margin-right: calc(-50vw - -41pc)
  }
}

.text-and-image--theme-3.text-and-image--large-image.text-and-image--flip .text-and-image__image .image {
  margin-left: -20px
}

@media(min-width:576px) {
  .text-and-image--theme-3.text-and-image--large-image.text-and-image--flip .text-and-image__image .image {
    margin-left: calc(-50vw - -266px)
  }
}

@media(min-width:768px) {
  .text-and-image--theme-3.text-and-image--large-image.text-and-image--flip .text-and-image__image .image {
    margin-left: calc(-50vw - -356px)
  }
}

@media(min-width:992px) {
  .text-and-image--theme-3.text-and-image--large-image.text-and-image--flip .text-and-image__image .image {
    margin-left: calc(-50vw - -476px)
  }
}

@media(min-width:1200px) {
  .text-and-image--theme-3.text-and-image--large-image.text-and-image--flip .text-and-image__image .image {
    margin-left: calc(-50vw - -566px)
  }
}

@media(min-width:1400px) {
  .text-and-image--theme-3.text-and-image--large-image.text-and-image--flip .text-and-image__image .image {
    margin-left: calc(-50vw - -41pc)
  }
}

.text-and-image--theme-3.text-and-image--last-button-action-link .text-and-image__text .btn-cta:last-child a {
  color: #fff
}

.text-and-image--theme-3.text-and-image--last-button-action-link .text-and-image__text .btn-cta:last-child a:focus,
.text-and-image--theme-3.text-and-image--last-button-action-link .text-and-image__text .btn-cta:last-child a:hover {
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff
}

.text-and-image--theme-4 {
  overflow: hidden;
  padding-bottom: 60px;
  padding-top: 95px;
  position: relative
}

@media(min-width:992px) {
  .text-and-image--theme-4 {
    padding-bottom: 103px;
    padding-top: 142px
  }

  .text-and-image--theme-4:not(.text-and-image--flip) .text-and-image__text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

.text-and-image--theme-4:not(.text-and-image--flip) .text-and-image__text-wrapper {
  padding: 70px 40px 30px
}

@media(min-width:992px) {
  .text-and-image--theme-4:not(.text-and-image--flip) .text-and-image__text-wrapper {
    padding: 75px 103px 60px 60px
  }
}

@media(min-width:1200px) {
  .text-and-image--theme-4:not(.text-and-image--flip) .text-and-image__text-wrapper {
    padding-right: 5pc
  }
}

@media(min-width:576px)and (max-width:991.98px) {
  .text-and-image--theme-4:not(.text-and-image--flip) .text-and-image__text-wrapper {
    margin-right: 30px
  }
}

@media(min-width:992px) {
  .text-and-image--theme-4:not(.text-and-image--flip) .text-and-image__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .text-and-image--theme-4:not(.text-and-image--flip) .text-and-image__image .image {
    margin-left: -60px
  }
}

@media(max-width:991.98px) {
  .text-and-image--theme-4:not(.text-and-image--flip) .text-and-image__image .image {
    margin-left: 30px
  }
}

.text-and-image--theme-4:not(.text-and-image--flip) .text-and-image__image .cmp-image {
  height: 100%;
  width: 100%
}

.text-and-image--theme-4.text-and-image--flip .text-and-image__text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.text-and-image--theme-4.text-and-image--flip .text-and-image__text-wrapper {
  padding: 70px 40px 30px
}

@media(min-width:992px) {
  .text-and-image--theme-4.text-and-image--flip .text-and-image__text-wrapper {
    padding: 75px 60px 60px 103px
  }
}

@media(min-width:1200px) {
  .text-and-image--theme-4.text-and-image--flip .text-and-image__text-wrapper {
    padding-left: 5pc
  }
}

@media(min-width:576px)and (max-width:991.98px) {
  .text-and-image--theme-4.text-and-image--flip .text-and-image__text-wrapper {
    margin-left: 30px
  }
}

.text-and-image--theme-4.text-and-image--flip .text-and-image__image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.text-and-image--theme-4.text-and-image--flip .text-and-image__image .image {
  margin-right: 30px
}

@media(min-width:992px) {
  .text-and-image--theme-4.text-and-image--flip .text-and-image__image .image {
    margin-right: -60px
  }
}

.text-and-image--theme-4.text-and-image--flip .text-and-image__image .image__border {
  border-width: 2px 2px 0 0;
  left: auto;
  right: -10px
}

html.aem .text-and-image--theme-4.text-and-image--flip .text-and-image__image .image__border {
  left: 0
}

.text-and-image--theme-4.text-and-image--flip .text-and-image__container .row>div:first-child {
  margin-top: 0
}

.text-and-image--theme-4 .text-and-image__background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.text-and-image--theme-4 .text-and-image__background .cmp-image {
  height: 100%;
  max-width: none !important;
  width: 100%
}

.text-and-image--theme-4 .text-and-image__background .cmp-image__image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.text-and-image--theme-4 .text-and-image__image {
  position: relative;
  z-index: 1
}

.text-and-image--theme-4 .text-and-image__image .image {
  margin-bottom: 0
}

@media(min-width:992px) {
  .text-and-image--theme-4 .text-and-image__image .image {
    height: calc(100% - 41px)
  }

  .text-and-image--theme-4 .text-and-image__image .image__wrapper {
    height: 100%
  }
}

@media(max-width:991.98px) {
  .text-and-image--theme-4 .text-and-image__image .image {
    margin-bottom: -30px
  }
}

.text-and-image--theme-4 .text-and-image__image .image .cmp-image {
  height: 100%;
  max-width: none !important;
  width: 100%
}

@media(min-width:992px) {
  .text-and-image--theme-4 .text-and-image__image .image .cmp-image {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
  }
}

.text-and-image--theme-4 .text-and-image__image .image__border {
  border-color: #ece819
}

.text-and-image--theme-4 .text-and-image__image img {
  height: 350px;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

@media(min-width:992px) {
  .text-and-image--theme-4 .text-and-image__image img {
    height: 100%
  }
}

.text-and-image--theme-4 .text-and-image__text {
  position: relative
}

@media(min-width:992px) {
  .text-and-image--theme-4 .text-and-image__text {
    background-color: #fff;
    margin-top: 39px
  }
}

.text-and-image--theme-4 .text-and-image__text-wrapper {
  background-color: #fff
}

.text-and-image--theme-4 .cmp-image__image--is-loading {
  height: 100% !important
}

.text-and-image--theme-4 .h2,
.text-and-image--theme-4 h2 {
  font-size: calc(1.375rem + 1.5vw)
}

@media(min-width:1200px) {

  .text-and-image--theme-4 .h2,
  .text-and-image--theme-4 h2 {
    font-size: 2.5rem
  }
}

.text-and-image--theme-6 {
  overflow: hidden;
  position: relative
}

.text-and-image--theme-6 .card {
  position: relative;
  z-index: 1
}

.text-and-image--theme-6 .card__border {
  border-top: 0 solid #ece819;
  display: block;
  height: 0;
  pointer-events: none;
  position: absolute;
  top: -10px;
  -webkit-transition: width 1s ease-out, height 1s ease-out;
  transition: width 1s ease-out, height 1s ease-out;
  width: 0
}

@media(prefers-reduced-motion) {
  .text-and-image--theme-6 .card__border {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

.text-and-image--theme-6 .card.animate--up--complete .card__border {
  height: 100%;
  width: 100%
}

@media(min-width:992px) {
  .text-and-image--theme-6 .card.animate--up--complete .card__border {
    width: calc(100% - 63px)
  }
}

.text-and-image--theme-6 .card__wrapper {
  background-color: #fff;
  padding: 20px;
  position: relative
}

@media(min-width:992px) {
  .text-and-image--theme-6 .card__wrapper {
    padding: 35px
  }
}

.text-and-image--theme-6 .text-and-image__image {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: none;
  position: relative
}

@media(max-width:991.98px) {
  .text-and-image--theme-6 .text-and-image__image {
    height: 0;
    padding-bottom: 65%
  }
}

.text-and-image--theme-6 .text-and-image__image .cmp-image {
  bottom: 0;
  left: 0;
  max-width: none !important;
  position: absolute;
  right: 0;
  top: 0
}

.text-and-image--theme-6 .text-and-image__image .cmp-image__image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

@media(min-width:992px) {
  .text-and-image--theme-6 .text-and-image__image .cmp-image__image {
    height: auto
  }
}

.text-and-image--theme-6 .text-and-image__text {
  padding-top: 30px
}

@media(min-width:992px) {
  .text-and-image--theme-6 .text-and-image__text {
    min-height: 25pc;
    padding-bottom: 43px;
    padding-top: 43px
  }
}

.text-and-image--theme-6.text-and-image--flip .card__border {
  border-right: 0 solid #ece819;
  right: -10px
}

.text-and-image--theme-6.text-and-image--flip .card.animate--up--complete .card__border {
  border-width: 2px 2px 0 0
}

@media(min-width:992px) {
  .text-and-image--theme-6.text-and-image--flip .text-and-image__text {
    padding-left: 0
  }

  .text-and-image--theme-6.text-and-image--flip .text-and-image__text .card {
    margin-left: -73px
  }
}

.text-and-image--theme-6.text-and-image--flip .text-and-image__image {
  margin-left: -20px
}

@media(min-width:576px) {
  .text-and-image--theme-6.text-and-image--flip .text-and-image__image {
    margin-left: calc(-50vw - -266px)
  }
}

@media(min-width:768px) {
  .text-and-image--theme-6.text-and-image--flip .text-and-image__image {
    margin-left: calc(-50vw - -356px)
  }
}

@media(min-width:992px) {
  .text-and-image--theme-6.text-and-image--flip .text-and-image__image {
    margin-left: calc(-50vw - -476px)
  }
}

@media(min-width:1200px) {
  .text-and-image--theme-6.text-and-image--flip .text-and-image__image {
    margin-left: calc(-50vw - -566px)
  }
}

@media(min-width:1400px) {
  .text-and-image--theme-6.text-and-image--flip .text-and-image__image {
    margin-left: calc(-50vw - -41pc)
  }
}

@media(min-width:768px) {
  .text-and-image--theme-6.text-and-image--flip:not(.text-and-image--large-image) .text-and-image__image {
    margin-left: 0
  }
}

@media(min-width:992px) {
  .text-and-image--theme-6:not(.text-and-image--flip) .card {
    margin-right: -73px
  }
}

.text-and-image--theme-6:not(.text-and-image--flip) .card__border {
  border-left: 0 solid #ece819;
  left: -10px
}

.text-and-image--theme-6:not(.text-and-image--flip) .card.animate--up--complete .card__border {
  border-width: 2px 0 0 2px
}

@media(min-width:992px) {
  .text-and-image--theme-6:not(.text-and-image--flip) .text-and-image__text {
    padding-right: 0
  }
}

.text-and-image--theme-6:not(.text-and-image--flip) .text-and-image__image {
  margin-right: -20px
}

@media(min-width:576px) {
  .text-and-image--theme-6:not(.text-and-image--flip) .text-and-image__image {
    margin-right: calc(-50vw - -266px)
  }
}

@media(min-width:768px) {
  .text-and-image--theme-6:not(.text-and-image--flip) .text-and-image__image {
    margin-right: calc(-50vw - -356px)
  }
}

@media(min-width:992px) {
  .text-and-image--theme-6:not(.text-and-image--flip) .text-and-image__image {
    margin-right: calc(-50vw - -476px)
  }
}

@media(min-width:1200px) {
  .text-and-image--theme-6:not(.text-and-image--flip) .text-and-image__image {
    margin-right: calc(-50vw - -566px)
  }
}

@media(min-width:1400px) {
  .text-and-image--theme-6:not(.text-and-image--flip) .text-and-image__image {
    margin-right: calc(-50vw - -41pc)
  }
}

.text-and-image--theme-6:not(.text-and-image--flip) .text-and-image__image .cmp-image {
  left: 0
}

@media(min-width:768px) {
  .text-and-image--theme-6:not(.text-and-image--flip):not(.text-and-image--large-image) .text-and-image__image {
    margin-right: 0
  }
}

.text-and-image--theme-6.text-and-image--large-image .text-and-image__image .cmp-image__image {
  height: 100%
}

@media(min-width:992px) {
  .text-and-image--theme-6.text-and-image--large-image .text-and-image__text {
    min-height: 500px;
    padding-bottom: 73px;
    padding-top: 73px
  }
}

.text-and-image--theme-7 {
  margin-bottom: 24px;
  overflow: hidden
}

@media(min-width:992px) {
  .text-and-image--theme-7 {
    margin-bottom: 113px
  }
}

.text-and-image--theme-7 .text-and-image__text .card {
  background-color: #fff;
  min-height: 200px;
  position: relative
}

@media(min-width:992px) {
  .text-and-image--theme-7 .text-and-image__text .card {
    margin-top: -200px
  }
}

.text-and-image--theme-7 .text-and-image__text .card__border {
  border-right: 2px solid #ece819;
  border-top: 2px solid #ece819;
  display: block;
  pointer-events: none;
  position: absolute;
  right: -10px;
  top: -10px
}

.text-and-image--theme-7 .text-and-image__text .card__wrapper {
  padding: 20px 30px 30px 0;
  position: relative
}

@media(min-width:992px) {
  .text-and-image--theme-7 .text-and-image__text .card__wrapper {
    padding: 30px 40px 0 0
  }
}

.text-and-image--theme-7 .text-and-image__text .card__content {
  margin-bottom: 27px;
  position: relative
}

.text-and-image--theme-7 .text-and-image__text .card__content .h2,
.text-and-image--theme-7 .text-and-image__text .card__content h2 {
  color: #152456
}

@media(min-width:768px) {
  .text-and-image--theme-7 .text-and-image__text .card:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 50vw
  }
}

.text-and-image--theme-7 .text-and-image__text .title .h2,
.text-and-image--theme-7 .text-and-image__text .title h2 {
  font-size: calc(1.375rem + 1.5vw)
}

@media(min-width:1200px) {

  .text-and-image--theme-7 .text-and-image__text .title .h2,
  .text-and-image--theme-7 .text-and-image__text .title h2 {
    font-size: 2.5rem
  }
}

.text-and-image--theme-7 .text-and-image__image {
  max-height: 600px;
  overflow: hidden
}

.text-and-image--theme-7 .cmp-image {
  max-width: none !important;
  width: 100%
}

@media(max-width:767.98px) {
  .text-and-image--theme-7 .cmp-image {
    height: 266px
  }
}

.text-and-image--theme-7 .cmp-image__image {
  width: 100%
}

@media(max-width:767.98px) {
  .text-and-image--theme-7 .cmp-image__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }
}

@media(min-width:992px) {
  .text-and-image--theme-7.text-and-image--flip .text-and-image__text {
    margin-left: 41.665%
  }
}

@media(min-width:1400px) {
  .text-and-image--theme-7.text-and-image--flip .text-and-image__text {
    margin-left: 50%
  }
}

.text-and-image--theme-7.text-and-image--flip .text-and-image__text .card__border {
  border-left: 2px solid #ece819;
  border-right: 0;
  left: -10px;
  right: auto
}

.text-and-image--theme-7.text-and-image--flip .text-and-image__text .card__wrapper {
  padding-left: 30px;
  padding-right: 0
}

@media(min-width:992px) {
  .text-and-image--theme-7.text-and-image--flip .text-and-image__text .card__wrapper {
    padding-left: 40px;
    padding-right: 0
  }
}

@media(min-width:768px) {
  .text-and-image--theme-7.text-and-image--flip .text-and-image__text .card:before {
    left: 100%;
    right: auto
  }
}

.text-and-image--theme-8 {
  position: relative
}

.text-and-image--theme-8 .title {
  margin-bottom: 22px;
  padding-bottom: 14px;
  position: relative
}

.text-and-image--theme-8 .title:after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #59b7df), color-stop(85%, #ece819));
  background-image: linear-gradient(90deg, #59b7df 10%, #ece819 85%);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transition: width 1s ease-out;
  transition: width 1s ease-out;
  width: 0
}

@media(prefers-reduced-motion) {
  .text-and-image--theme-8 .title:after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    width: 85vw
  }
}

@media(prefers-reduced-motion)and (min-width:992px) {
  .text-and-image--theme-8 .title:after {
    width: 42vw
  }
}

.text-and-image--theme-8 .image {
  margin-bottom: 0
}

.text-and-image--theme-8.scroll-watch--in-view .title:after {
  width: 85vw
}

@media(min-width:992px) {
  .text-and-image--theme-8.scroll-watch--in-view .title:after {
    width: 42vw
  }
}

.text-and-image--theme-8.scroll-watch--in-view .text-and-image__collage:after {
  background-position: left 1px top
}

.text-and-image--theme-8 .text-and-image__text {
  padding-top: 40px
}

@media(min-width:992px) {
  .text-and-image--theme-8 .text-and-image__text {
    padding-top: 0
  }
}

.text-and-image--theme-8 .text-and-image__collage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative
}

.text-and-image--theme-8 .text-and-image__collage:after {
  background-image: url(../images/pattern-two-rows.svg);
  background-position: left -50px top;
  background-repeat: repeat-x;
  background-size: auto 123px;
  bottom: 0;
  content: "";
  height: 123px;
  position: absolute;
  right: 0;
  -webkit-transition: background-position 1s ease;
  transition: background-position 1s ease;
  width: 80vw;
  z-index: 1
}

@media(prefers-reduced-motion) {
  .text-and-image--theme-8 .text-and-image__collage:after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

@media(min-width:768px) {
  .text-and-image--theme-8 .text-and-image__collage:after {
    width: 60vw
  }
}

@media(min-width:992px) {
  .text-and-image--theme-8 .text-and-image__collage:after {
    width: 30vw
  }
}

.text-and-image--theme-8 .text-and-image__collage .image {
  height: 0;
  position: relative
}

.text-and-image--theme-8 .text-and-image__collage .image:first-child {
  margin-bottom: 10px
}

@media(min-width:768px) {
  .text-and-image--theme-8 .text-and-image__collage .image:first-child {
    margin-bottom: 30px
  }
}

.text-and-image--theme-8 .text-and-image__collage .image .cmp-image {
  bottom: 0;
  height: 100%;
  left: 0;
  max-width: none !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.text-and-image--theme-8 .text-and-image__collage .image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.text-and-image--theme-8 .text-and-image__collage .image--1 {
  padding-bottom: 56.7%;
  width: 65.2%
}

.text-and-image--theme-8 .text-and-image__collage .image--1 .cmp-image {
  margin-left: auto
}

.text-and-image--theme-8 .text-and-image__collage .image--2 {
  padding-bottom: 85.11%;
  width: 106.66%
}

@media(min-width:1400px) {
  .text-and-image--theme-8 .text-and-image__collage .image--2 {
    width: 100%
  }
}

.text-and-image--theme-8 .text-and-image__collage .image--3 {
  padding-bottom: 110%;
  width: 100%
}

.text-and-image--theme-8 .text-and-image__collage .image--4 {
  padding-bottom: 74%;
  width: 85.1%
}

.text-and-image--theme-8 .text-and-image__collage__col-1,
.text-and-image--theme-8 .text-and-image__collage__col-2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2
}

.text-and-image--theme-8 .text-and-image__collage__col-1 {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 50px;
  width: calc(58.5% - 10px)
}

@media(min-width:768px) {
  .text-and-image--theme-8 .text-and-image__collage__col-1 {
    padding-bottom: 87pt;
    width: calc(58.5% - 30px)
  }
}

.text-and-image--theme-8 .text-and-image__collage__col-2 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 41.5%
}

@media(min-width:992px) {
  .text-and-image--theme-8.text-and-image--flip .title:after {
    background-image: -webkit-gradient(linear, right top, left top, color-stop(10%, #59b7df), color-stop(85%, #ece819));
    background-image: linear-gradient(270deg, #59b7df 10%, #ece819 85%);
    left: unset;
    right: 0
  }
}

.text-and-image--theme-8.text-and-image--flip.scroll-watch--in-view .text-and-image__collage:after {
  background-position: 100% 0
}

.text-and-image--theme-8.text-and-image--flip .text-and-image__collage {
  margin-left: -20px
}

@media(min-width:576px) {
  .text-and-image--theme-8.text-and-image--flip .text-and-image__collage {
    margin-left: calc(-50vw - -266px)
  }
}

@media(min-width:768px) {
  .text-and-image--theme-8.text-and-image--flip .text-and-image__collage {
    margin-left: calc(-50vw - -356px)
  }
}

@media(min-width:992px) {
  .text-and-image--theme-8.text-and-image--flip .text-and-image__collage {
    margin-left: calc(-50vw - -476px)
  }
}

@media(min-width:1200px) {
  .text-and-image--theme-8.text-and-image--flip .text-and-image__collage {
    margin-left: calc(-50vw - -566px)
  }
}

@media(min-width:1400px) {
  .text-and-image--theme-8.text-and-image--flip .text-and-image__collage {
    margin-left: calc(-50vw - -41pc)
  }
}

.text-and-image--theme-8.text-and-image--flip .text-and-image__collage:after {
  background-position: right -50px top;
  left: 0
}

.text-and-image--theme-8.text-and-image--flip .text-and-image__collage .image--1 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.text-and-image--theme-8.text-and-image--flip .text-and-image__collage .image--4 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.text-and-image--theme-8.text-and-image--flip .text-and-image__collage__col-2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  order: 1
}

.text-and-image--theme-8.text-and-image--flip .text-and-image__collage__col-1 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: 10px;
  order: 2
}

@media(min-width:768px) {
  .text-and-image--theme-8.text-and-image--flip .text-and-image__collage__col-1 {
    margin-left: 30px
  }
}

.text-and-image--theme-8:not(.text-and-image--flip) .text-and-image__collage {
  margin-right: -20px
}

@media(min-width:576px) {
  .text-and-image--theme-8:not(.text-and-image--flip) .text-and-image__collage {
    margin-right: calc(-50vw - -266px)
  }
}

@media(min-width:768px) {
  .text-and-image--theme-8:not(.text-and-image--flip) .text-and-image__collage {
    margin-right: calc(-50vw - -356px)
  }
}

@media(min-width:992px) {
  .text-and-image--theme-8:not(.text-and-image--flip) .text-and-image__collage {
    margin-right: calc(-50vw - -476px)
  }
}

@media(min-width:1200px) {
  .text-and-image--theme-8:not(.text-and-image--flip) .text-and-image__collage {
    margin-right: calc(-50vw - -566px)
  }
}

@media(min-width:1400px) {
  .text-and-image--theme-8:not(.text-and-image--flip) .text-and-image__collage {
    margin-right: calc(-50vw - -41pc)
  }
}

.text-and-image--theme-8:not(.text-and-image--flip) .text-and-image__collage__col-1 {
  margin-right: 10px
}

@media(min-width:768px) {
  .text-and-image--theme-8:not(.text-and-image--flip) .text-and-image__collage__col-1 {
    margin-right: 30px
  }
}

.text-and-image--theme-5,
.text-and-image--theme-9 {
  position: relative
}

.text-and-image--theme-5 .title,
.text-and-image--theme-9 .title {
  margin-bottom: 22px;
  padding-bottom: 14px;
  position: relative
}

.text-and-image--theme-5 .title:after,
.text-and-image--theme-9 .title:after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #59b7df), color-stop(85%, #ece819));
  background-image: linear-gradient(90deg, #59b7df 10%, #ece819 85%);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transition: width 1s ease-out;
  transition: width 1s ease-out;
  width: 0
}

@media(prefers-reduced-motion) {

  .text-and-image--theme-5 .title:after,
  .text-and-image--theme-9 .title:after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    width: 85vw
  }
}

@media(prefers-reduced-motion)and (min-width:992px) {

  .text-and-image--theme-5 .title:after,
  .text-and-image--theme-9 .title:after {
    width: 42vw
  }
}

.text-and-image--theme-5 .image,
.text-and-image--theme-9 .image {
  margin-bottom: 0
}

.text-and-image--theme-5.scroll-watch--in-view .title:after,
.text-and-image--theme-9.scroll-watch--in-view .title:after {
  width: 85vw
}

@media(min-width:992px) {

  .text-and-image--theme-5.scroll-watch--in-view .title:after,
  .text-and-image--theme-9.scroll-watch--in-view .title:after {
    width: 42vw
  }
}

.text-and-image--theme-5.scroll-watch--in-view .text-and-image__collage:after,
.text-and-image--theme-9.scroll-watch--in-view .text-and-image__collage:after {
  background-position: left 1px top
}

@media(max-width:991.98px) {

  .text-and-image--theme-5 .text-and-image__text,
  .text-and-image--theme-9 .text-and-image__text {
    padding-top: 40px
  }
}

.text-and-image--theme-5 .text-and-image__collage,
.text-and-image--theme-9 .text-and-image__collage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative
}

.text-and-image--theme-5 .text-and-image__collage:after,
.text-and-image--theme-9 .text-and-image__collage:after {
  background-image: url(../images/pattern-two-rows.svg);
  background-position: left -50px top;
  background-repeat: repeat-x;
  background-size: auto 123px;
  bottom: 0;
  content: "";
  height: 123px;
  position: absolute;
  right: 0;
  -webkit-transition: background-position 1s ease;
  transition: background-position 1s ease;
  width: 100vw;
  z-index: 1
}

@media(prefers-reduced-motion) {

  .text-and-image--theme-5 .text-and-image__collage:after,
  .text-and-image--theme-9 .text-and-image__collage:after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}

@media(min-width:768px) {

  .text-and-image--theme-5 .text-and-image__collage:after,
  .text-and-image--theme-9 .text-and-image__collage:after {
    width: 75vw
  }
}

@media(min-width:992px) {

  .text-and-image--theme-5 .text-and-image__collage:after,
  .text-and-image--theme-9 .text-and-image__collage:after {
    width: 50vw
  }
}

.text-and-image--theme-5 .text-and-image__collage .cmp-image,
.text-and-image--theme-9 .text-and-image__collage .cmp-image {
  max-width: none !important;
  position: relative
}

.text-and-image--theme-5 .text-and-image__collage .image img,
.text-and-image--theme-9 .text-and-image__collage .image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.text-and-image--theme-5 .text-and-image__collage__row-1,
.text-and-image--theme-5 .text-and-image__collage__row-2,
.text-and-image--theme-9 .text-and-image__collage__row-1,
.text-and-image--theme-9 .text-and-image__collage__row-2 {
  height: 0;
  position: relative;
  width: 100%;
  z-index: 2
}

.text-and-image--theme-5 .text-and-image__collage__row-1,
.text-and-image--theme-9 .text-and-image__collage__row-1 {
  margin-bottom: 10px;
  padding-bottom: 55%
}

@media(min-width:768px) {

  .text-and-image--theme-5 .text-and-image__collage__row-1,
  .text-and-image--theme-9 .text-and-image__collage__row-1 {
    margin-bottom: 30px
  }
}

.text-and-image--theme-5 .text-and-image__collage__row-1 .image,
.text-and-image--theme-9 .text-and-image__collage__row-1 .image {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.text-and-image--theme-5 .text-and-image__collage__row-1 .image .cmp-image,
.text-and-image--theme-9 .text-and-image__collage__row-1 .image .cmp-image {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 59.2% !important
}

.text-and-image--theme-5 .text-and-image__collage__row-2,
.text-and-image--theme-9 .text-and-image__collage__row-2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 36.1%
}

.text-and-image--theme-5 .text-and-image__collage__row-2 .image--2,
.text-and-image--theme-9 .text-and-image__collage__row-2 .image--2 {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 45%;
  top: 0
}

.text-and-image--theme-5 .text-and-image__collage__row-2 .image--2 .cmp-image,
.text-and-image--theme-9 .text-and-image__collage__row-2 .image--2 .cmp-image {
  height: 100%;
  margin-left: auto;
  width: 82.1% !important
}

.text-and-image--theme-5 .text-and-image__collage__row-2 .image--3,
.text-and-image--theme-9 .text-and-image__collage__row-2 .image--3 {
  bottom: 0;
  left: calc(55% + 10px);
  position: absolute;
  right: 3.9%;
  top: 0
}

@media(min-width:768px) {

  .text-and-image--theme-5 .text-and-image__collage__row-2 .image--3,
  .text-and-image--theme-9 .text-and-image__collage__row-2 .image--3 {
    left: calc(55% + 30px)
  }
}

.text-and-image--theme-5 .text-and-image__collage__row-2 .image--3 .cmp-image,
.text-and-image--theme-9 .text-and-image__collage__row-2 .image--3 .cmp-image {
  height: 75.1%;
  width: 100%
}

@media(min-width:992px) {

  .text-and-image--theme-5.text-and-image--flip .title:after,
  .text-and-image--theme-9.text-and-image--flip .title:after {
    background-image: -webkit-gradient(linear, right top, left top, color-stop(10%, #59b7df), color-stop(85%, #ece819));
    background-image: linear-gradient(270deg, #59b7df 10%, #ece819 85%);
    left: unset;
    right: 0
  }
}

.text-and-image--theme-5.text-and-image--flip.scroll-watch--in-view .text-and-image__collage:after,
.text-and-image--theme-9.text-and-image--flip.scroll-watch--in-view .text-and-image__collage:after {
  background-position: 100% 0
}

.text-and-image--theme-5.text-and-image--flip .text-and-image__image .cmp-image,
.text-and-image--theme-9.text-and-image--flip .text-and-image__image .cmp-image {
  right: auto
}

.text-and-image--theme-5.text-and-image--flip .text-and-image__collage,
.text-and-image--theme-9.text-and-image--flip .text-and-image__collage {
  margin-left: -20px
}

@media(min-width:576px) {

  .text-and-image--theme-5.text-and-image--flip .text-and-image__collage,
  .text-and-image--theme-9.text-and-image--flip .text-and-image__collage {
    margin-left: calc(-50vw - -266px)
  }
}

@media(min-width:768px) {

  .text-and-image--theme-5.text-and-image--flip .text-and-image__collage,
  .text-and-image--theme-9.text-and-image--flip .text-and-image__collage {
    margin-left: calc(-50vw - -356px)
  }
}

@media(min-width:992px) {

  .text-and-image--theme-5.text-and-image--flip .text-and-image__collage,
  .text-and-image--theme-9.text-and-image--flip .text-and-image__collage {
    margin-left: calc(-50vw - -476px)
  }
}

@media(min-width:1200px) {

  .text-and-image--theme-5.text-and-image--flip .text-and-image__collage,
  .text-and-image--theme-9.text-and-image--flip .text-and-image__collage {
    margin-left: calc(-50vw - -566px)
  }
}

@media(min-width:1400px) {

  .text-and-image--theme-5.text-and-image--flip .text-and-image__collage,
  .text-and-image--theme-9.text-and-image--flip .text-and-image__collage {
    margin-left: calc(-50vw - -41pc)
  }
}

.text-and-image--theme-5.text-and-image--flip .text-and-image__collage:after,
.text-and-image--theme-9.text-and-image--flip .text-and-image__collage:after {
  background-position: right -50px top;
  left: auto;
  right: 0
}

.text-and-image--theme-5:not(.text-and-image--flip) .text-and-image__image .cmp-image,
.text-and-image--theme-9:not(.text-and-image--flip) .text-and-image__image .cmp-image {
  left: auto
}

.text-and-image--theme-5:not(.text-and-image--flip) .text-and-image__collage,
.text-and-image--theme-9:not(.text-and-image--flip) .text-and-image__collage {
  margin-right: -20px
}

@media(min-width:576px) {

  .text-and-image--theme-5:not(.text-and-image--flip) .text-and-image__collage,
  .text-and-image--theme-9:not(.text-and-image--flip) .text-and-image__collage {
    margin-right: calc(-50vw - -266px)
  }
}

@media(min-width:768px) {

  .text-and-image--theme-5:not(.text-and-image--flip) .text-and-image__collage,
  .text-and-image--theme-9:not(.text-and-image--flip) .text-and-image__collage {
    margin-right: calc(-50vw - -356px)
  }
}

@media(min-width:992px) {

  .text-and-image--theme-5:not(.text-and-image--flip) .text-and-image__collage,
  .text-and-image--theme-9:not(.text-and-image--flip) .text-and-image__collage {
    margin-right: calc(-50vw - -476px)
  }
}

@media(min-width:1200px) {

  .text-and-image--theme-5:not(.text-and-image--flip) .text-and-image__collage,
  .text-and-image--theme-9:not(.text-and-image--flip) .text-and-image__collage {
    margin-right: calc(-50vw - -566px)
  }
}

@media(min-width:1400px) {

  .text-and-image--theme-5:not(.text-and-image--flip) .text-and-image__collage,
  .text-and-image--theme-9:not(.text-and-image--flip) .text-and-image__collage {
    margin-right: calc(-50vw - -41pc)
  }
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1
}

.splide--rtl {
  direction: rtl
}

.splide__track--ttb>.splide__list {
  display: block
}

.splide__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block
}

.splide__pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
  display: none
}

.splide__progress__bar {
  width: 0
}

.splide {
  position: relative;
  visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible
}

.splide__slide {
  -ms-flex-negative: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative
}

.splide__slide img {
  vertical-align: bottom
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0
}

.container .container {
  padding-left: 0;
  padding-right: 0
}

/* ADDED BY SD: 2/3/25 */

.universal-design-image-container {
  display: grid;
  grid-template-columns: repeat(2, 35%);
  grid-template-rows: 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  padding: 1em;
  margin: 1em;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dfe1df;
  border-radius: 0;
  max-width: 100%;
  height: auto;
}

.panopto-video, .lib-cal {
  /* Default height and width are 720x405 for 16x9 **/
  border: 1px solid #464646;
}

iframe {
  display: block;
  width: 100%;
  height: 50vh;
}

.breadcrumb-last-title-non-link {
  color: #203887;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .65px;
  line-height: 1.4;
}

[class^="icon-"]::before,
[class*=" icon-"]::before {
  font-family: "Jeff Custom Icons";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media all {
  
  .icon-search::before {
    content: "\e803";
  }

  select.select--default+.input-icon,
  input.text-input--default+.input-icon {
    margin-right: 16px;
    float: right;
    margin-top: -44px;
    pointer-events: none;
    color: #274ac1;
  }

  input.text-input--default+.icon-search,
  textarea.text-input--default+.icon-search {
    font-size: 125%;

  }
  
}

.chat-button {
  border: none;
  font-size: 0.875rem;
  font-weight: 300;
}

 #libchat_8beabb311d81c17f847ce64e49c67760 button {
   display: inline-block;
   padding: 6px 12px;
   margin-bottom: 0;
   text-align: center;
   white-space: nowrap;
   vertical-align: middle;
   cursor: pointer;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 4px;
   background-color: #274ac1 !important;
   color: #FFFFFF;
    text-transform: uppercase;
 }

.round-button-corners {
  border-radius: 6px;
}

.table .thead-dark-sd th {
  color: #FFF;
  background-color: #152456;
  border-color: #485151;
  padding-left: 1rem;
  padding-right: 1rem;
}

.text-right {
  text-align: right !important;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

.featured-tab-content {
  background-color: #FFF;
  border-top: 2px solid #dfe1df;
  padding-bottom: 62px;
  padding-top: 62px
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start
}

.media-body {
  -ms-flex: 1;
  flex: 1
}

.mr-3, .mx-3 {
  margin-right: 1rem !important
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group a {
  text-decoration: none;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit
}

.list-group-item-action:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #152456;
}

.table .thead-dark-sd th {
  color: #FFF;
  background-color: #152456;
  border-color: #485151;
  padding-left: 1rem;
  padding-right: 1rem;
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  /* SD: 3/6/25 */
  /** These should be column on smaller breakpoints **/
  -ms-flex-direction: row;
  flex-direction: row;
}

/* THIS IS THE ISSUE ON THE ARCHIVES SITE (BUCKETS) */
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  /* SD FIX FOR ARCHIVES SITE BUCKETS? 3/18/25 */
  /* background-color: #fff; */
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem
}

.card-title {
  margin-bottom: .75rem
}

.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0
}

.card-text:last-child {
  margin-bottom: 0
}

@media(max-width:575.98px) {
  .container {
    --bs-gutter-x: 2.5rem
  }
  .card-group {
    display: -ms-flexbox;
    display: flex;
    /* SD: 3/6/25 */
    /** These should be column on smaller breakpoints **/
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.text .site-header__flyout__quick-links__list.list--line-bullets li ul li::after {
  background-color: #59b7df;
  content: "";
  height: 1px;
  left: 5px;
  position: absolute;
  top: 10px;
  width: 10px;
}

.edt-breadcrumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0.50em;
    padding: 0
}

/** Chris grabs from stylesheet that had nested bullet styles **/
.site-header__flyout__menu__item:first-child {
  border-top: 0;
  position: relative
}

.site-header__flyout__menu__item:first-child:before {
  background-color: #ECE819;
  content: "";
  height: 3px;
  position: absolute;
  top: -1px;
  width: 100%
}

.site-header__flyout__menu__item:first-child a {
  font-size: 21px;
  padding-bottom: 9pt;
  padding-left: 0;
  padding-top: 15px
}

.site-header__flyout__menu__item:first-child a:focus, .site-header__flyout__menu__item:first-child a:hover {
  padding-left: 15px
}

/* END ADDED BY SD */