@media(prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior: smooth
  }
}

:root {
  --swiper-navigation-size: 44px --swiper-theme-color: #26efe9 --heading-color: #2f78c4;
  --link-color: #2f78c4;
  --link-hover-color: #000048;
  --bs-red: #b81f2d;
  --bs-yellow: #e9c71d;
  --bs-green: #2db81f;
  --bs-black: #000048;
  --bs-pink: #f221b8;
  --bs-gray-gray-lightest: #f5f5f2;
  --bs-gray-gray-lighter: #e8e8e6;
  --bs-gray-gray-light: #d0d0ce;
  --bs-gray-gray-medium: #97999b;
  --bs-gray-gray-dark: #53565a;
  --bs-primary: #000048;
  --bs-secondary: #2f78c4;
  --bs-success: #2db81f;
  --bs-info: #26efe9;
  --bs-warning: #e9c71d;
  --bs-danger: #b81f2d;
  --bs-light: #fff;
  --bs-dark: #000048;
  --bs-white: #fff;
  --bs-accent1-light: #85a0f9;
  --bs-accent1-medium: #7373d8;
  --bs-accent1-dark: #2e308e;
  --bs-accent2-light: #92bbe6;
  --bs-accent2-medium: #6aa2dc;
  --bs-accent2-dark: #2f78c4;
  --bs-accent3-light: #97f5f7;
  --bs-accent3-medium: #26efe9;
  --bs-accent3-dark: #06c7cc;
  --bs-gray-light: #d0d0ce;
  --bs-gray-lighter: #e8e8e6;
  --bs-gray-lightest: #f5f5f2;
  --bs-gray-medium: #97999b;
  --bs-gray-dark: #53565a;
  --bs-primary-rgb: 0, 0, 72;
  --bs-secondary-rgb: 47, 120, 196;
  --bs-success-rgb: 45, 184, 31;
  --bs-info-rgb: 38, 239, 233;
  --bs-warning-rgb: 233, 199, 29;
  --bs-danger-rgb: 184, 31, 45;
  --bs-light-rgb: 255, 255, 255;
  --bs-dark-rgb: 0, 0, 72;
  --bs-accent1-light-rgb: 133, 160, 249;
  --bs-accent1-medium-rgb: 115, 115, 216;
  --bs-accent1-dark-rgb: 46, 48, 142;
  --bs-accent2-light-rgb: 146, 187, 230;
  --bs-accent2-medium-rgb: 106, 162, 220;
  --bs-accent2-dark-rgb: 47, 120, 196;
  --bs-accent3-light-rgb: 151, 245, 247;
  --bs-accent3-medium-rgb: 38, 239, 233;
  --bs-accent3-dark-rgb: 6, 199, 204;
  --bs-gray-light-rgb: 208, 208, 206;
  --bs-gray-lighter-rgb: 232, 232, 230;
  --bs-gray-lightest-rgb: 245, 245, 242;
  --bs-gray-medium-rgb: 151, 153, 155;
  --bs-gray-dark-rgb: 83, 86, 90;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 72;
  --bs-body-color-rgb: 0, 0, 72;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Gellix", 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-root-font-size: 1.25rem;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.3;
  --bs-body-color: #000048;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #d0d0ce;
  --bs-border-color-translucent: rgba(0, 0, 72, .175);
  --bs-border-radius: 0.5rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.75rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #2f78c4;
  --bs-link-hover-color: #000048;
  --bs-code-color: #ba1f2e;
  --bs-highlight-bg: #fff
}

.aaro-flex-lg-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important
}

.aaro-flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important
}

.aaro-align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.aaro-justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important
}

.aaro-d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

.aaro-gap-half {
  gap: .5rem !important
}

.aaro-gutter-space {
  padding: 0 .5rem
}

.aaro-container {
  margin: 0 auto;
  max-width: 75pc
}

.cog-container {
  margin: 0 auto;
  max-width: 75pc
}

@media (min-width: 600px) {
  .cog-link-accordion-bar .bd-r-accent {
    border-right: 1px solid #92bbe6;
  }
}

@media (min-width: 1024px) {

  .col-lg-3,
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media (min-width: 1024px) {
  .col-lg-3 {
    width: 25%;
  }
}

@media (min-width: 600px) {
  .col-md-4 {
    width: 25%;
  }
}

@media (min-width: 600px) {

  .col-md-3,
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media (min-width: 600px) {
  .ps-md-2 {
    padding-left: 2rem !important;
  }
}

@media (min-width: 1200px) {

  .h5,
  h5 {
    font-size: 1.35rem;
  }
}

@media (min-width: 1200px) {

  .h5,
  h5 {
    font-size: 1.35rem;
  }
}

@media (min-width: 1200px) {

  .h5,
  h5 {
    font-size: 1.35rem;
  }
}

@media screen and (max-width:1078px) {
  .carousel2__text {
    font-size: .8rem !important;
    text-align: center !important;
  }

  .carousel2__profile-name {
    font-size: .9rem !important;
  }

  .carousel2__text2 {
    font: .8rem !important;
    text-align: center !important;
  }
}

@media screen and (max-width:900px) {
  .carousel2__text {
    font-size: .5rem;
    text-align: center !important;
  }

  .carousel2__profile-name {
    font-size: .8rem !important;
  }

  .carousel2__text2 {
    font: .3rem !important;
    text-align: center !important;
  }

  .clout {
    margin-left: 30%;
  }
}

@media screen and (max-width:414px) {
  .carousel2__text {
    font-size: 10px !important;
  }
}

.col-10,
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.col-10 {
  width: 83.33333333%
}

.position-relative {
  position: relative !important
}

/*Can be */
.nav_2_text {
  color: white;
  text-decoration: none;
}

.nav_2_text:hover {
  color: white;
  text-decoration: underline;
}

#container {
  width: 0px;
  height: 40px;
  position: relative;
  margin-top: 0.5rem;
}

.arrow-right {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  /* 40px height (20+20) */
  border-left: 20px solid #0E0E78;
  position: absolute;
  left: 5rem;
}

.nav_items_center {
  display: flex;
  align-items: center;
}

.carousel-container {
  position: relative;
  overflow: hidden;
  width: 50vw;
  height: 70vh;
}


.carousel {
  display: flex;
  transition: opacity 1s ease;
  /* Update transition to target transform property */
}

.slide {
  margin: .5rem;
  flex: 0 0 8%;
  border: 1px solid #26efe9;
  border-radius: 1rem;
  transition: opacity 1s ease-in-out, flex 1s ease;
  /* Add transition property */
}

.slide img {
  width: 100%;
  height: 60vh;
  border-radius: 1rem;
}

.slide:not(.active) {
  width: 5vw;
  opacity: 0.5;
}

.active {
  width: 40vw;
  flex: 0 0 60%;
  /* Active slide takes full width */
  opacity: 1;
}


.bullets {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #aaa;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  user-select: none;
}

.bullet.active {
  background: rgba(14, 14, 120, 1);
}


.carousel2 {
  position: relative;
  max-height: 400px;
  height: 60vh;
  width: 90%;
  box-shadow: 10px 10px 100px 60px #26efe9;
}

.carousel__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel__track-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.carousel__track {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  height: 100%;
  transition: transform 250ms ease-in;
}

.carousel__slide {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.carousel_button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 36px;
  width: 36px;
  background-color: black;
  border-radius: 50%;
  border: 3px solid rgba(14, 14, 120, 1);
  cursor: pointer;
}

.carousel__button--left {
  left: -38px;
}

.carousel__button--right {
  right: -38px;
}

.carousel__nav {
  /* background-color: pink; */
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

.carousel__indicator {
  border: 0;
  border-radius: 50%;
  min-width: 10px;
  min-height: 10px;
  background: #26efe9;
  margin: 0 .5rem;
  cursor: pointer;
  padding: 0;
}

.carousel__indicator.current-slide {
  background: #0E0E78;
}

.is-hidden {
  display: none;
}


/*New Additions*/
.section-title {
  font-size: 4rem;
  font-weight: 450;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  text-align: left;
  line-height: 4rem;
}

.section-sub-title {
  font-size: 2rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  text-align: left;
}

.h4 {
  /* text-transform: capitalize; */
  /* font-feature-settings: 'ss00'; */
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
  font-size: 2rem;
  font-weight: 310;
  letter-spacing: 0.3rem;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 1rem;
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  word-break: break-word;
  font-feature-settings: "ss01";
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 72, 0);
  /* background-color: var(--bs-body-bg); */
  /* color: var(--bs-body-color); */
  font-family: var(--bs-body-font-family);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 72, 0);
  /* 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);
  --heading-color: #2f78c4;
  --link-color: #2f78c4;
  --link-hover-color: #000048;
  --heading-color: #2f78c4;
  --link-color: #2f78c4;
  --link-hover-color: #000048;
  --bs-red: #b81f2d;
  --bs-yellow: #e9c71d;
  --bs-green: #2db81f;
  --bs-black: #000048;
  --bs-pink: #f221b8;
  --bs-gray-gray-lightest: #f5f5f2;
  --bs-gray-gray-lighter: #e8e8e6;
  --bs-gray-gray-light: #d0d0ce;
  --bs-gray-gray-medium: #97999b;
  --bs-gray-gray-dark: #53565a;
  --bs-primary: #000048;
  --bs-secondary: #2f78c4;
  --bs-success: #2db81f;
  --bs-info: #26efe9;
  --bs-warning: #e9c71d;
  --bs-danger: #b81f2d;
  --bs-light: #fff;
  --bs-dark: #000048;
  --bs-white: #fff;
  --bs-accent1-light: #85a0f9;
  --bs-accent1-medium: #7373d8;
  --bs-accent1-dark: #2e308e;
  --bs-accent2-light: #92bbe6;
  --bs-accent2-medium: #6aa2dc;
  --bs-accent2-dark: #2f78c4;
  --bs-accent3-light: #97f5f7;
  --bs-accent3-medium: #26efe9;
  --bs-accent3-dark: #06c7cc;
  --bs-gray-light: #d0d0ce;
  --bs-gray-lighter: #e8e8e6;
  --bs-gray-lightest: #f5f5f2;
  --bs-gray-medium: #97999b;
  --bs-gray-dark: #53565a;
  --bs-primary-rgb: 0, 0, 72;
  --bs-secondary-rgb: 47, 120, 196;
  --bs-success-rgb: 45, 184, 31;
  --bs-info-rgb: 38, 239, 233;
  --bs-warning-rgb: 233, 199, 29;
  --bs-danger-rgb: 184, 31, 45;
  --bs-light-rgb: 255, 255, 255;
  --bs-dark-rgb: 0, 0, 72;
  --bs-accent1-light-rgb: 133, 160, 249;
  --bs-accent1-medium-rgb: 115, 115, 216;
  --bs-accent1-dark-rgb: 46, 48, 142;
  --bs-accent2-light-rgb: 146, 187, 230;
  --bs-accent2-medium-rgb: 106, 162, 220;
  --bs-accent2-dark-rgb: 47, 120, 196;
  --bs-accent3-light-rgb: 151, 245, 247;
  --bs-accent3-medium-rgb: 38, 239, 233;
  --bs-accent3-dark-rgb: 6, 199, 204;
  --bs-gray-light-rgb: 208, 208, 206;
  --bs-gray-lighter-rgb: 232, 232, 230;
  --bs-gray-lightest-rgb: 245, 245, 242;
  --bs-gray-medium-rgb: 151, 153, 155;
  --bs-gray-dark-rgb: 83, 86, 90;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 72;
  --bs-body-color-rgb: 0, 0, 72;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Gellix", 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-root-font-size: 1.25rem;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.3;
  --bs-body-color: #000048;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #d0d0ce;
  --bs-border-color-translucent: rgba(0, 0, 72, .175);
  --bs-border-radius: 0.5rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.75rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #2f78c4;
  --bs-link-hover-color: #000048;
  --bs-code-color: #ba1f2e;
  --bs-highlight-bg: #fff;
}

.cta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  align-items: center;
  background-color: #26efe9;
  text-decoration: none;
  border: none;
  border-radius: 0.1em;
  color: #000048;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  font-weight: 500;
  line-height: 1;
  /* margin: 0 1.5rem 2rem 10; */
  padding: .75em 1.25em;
  text-align: left;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.cta:hover {
  background-color: #a0f9f3;
  transition: 0.3s ease;
  transition-property: background-color, color;
  -webkit-transition: background-color .25s ease-out, color .25s ease-out, border-color .25s ease-out;
}

.cta-link {
  background-color: transparent;
  color: #26efe9;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.1rem;
  display: inline-block;
  position: relative;
}

.cta-link:hover,
.cta-link :focus {
  color: #a0f9f3;
  transition: 0.3s ease;
  transition-property: background-color, color;
  -webkit-transition: background-color .25s ease-out, color .25s ease-out, border-color .25s ease-out;
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
  background-color: transparent;
  color: #26efe9;
}

.hover-underline-animation:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #a0f9f3;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/* .bg-image {
  background-image: url(https://cognizant.scene7.com/is/image/cognizant/advanced-ai-lab-hero-desktop);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: fit-content;
  background-position: left 70% top 70%;
  background-image: linear-gradient(86deg, rgb(1, 0, 5) 50%, rgba(8, 19, 54, 1) 65%);
  background-blend-mode: darken;
  height: 100%;
  overflow-x: hidden;
} */


.bg-primary-85,
.bg-primary-85.card,
.teaser:not(.bg-primary-85).bg-primary-85 .cmp-teaser {
  --heading-color: #fff;
  --link-color: #26efe9;
  --link-hover-color: #c9fbfa;
  background-color: rgba(0, 0, 72, .85);
  color: #fff;
  /* width: fit-content; */
}

.cog-teaser .cmp-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-block;
  padding: 2rem 1rem !important;
  width: 100%;
}

.cog-teaser.full-width .cmp-teaser__content {
  display: inline-block;
  /* padding: 2rem 1rem !important; */
}

.cmp-teaser__description {
  border-image: linear-gradient(86deg, #0E0E78 20%, white 65%) 5;
  border-width: 2px;
  border-style: solid;
}

.align-content-bottom .cog-teaser.full-width .cmp-teaser__content .cmp-teaser__title {
  font-size: 1.35rem;
}

.align-content-bottom .cog-teaser.full-width .cmp-teaser__content .cmp-teaser_sub_title {
  font-size: 1rem;
}

.cmp-teaser__title-link {
  color: var(--link-color);
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.align-content-bottom .cog-teaser {
  padding: 2rem 1rem !important;
}

/*New*/
.title.text-white .cmp-title__text {
  color: #fff;
}

.cog-title.bd-white .cmp-title__text {
  border-bottom: 2px solid #fff;
  -o-border-image: none;
  border-image: none;
}

.cog-title h6.cmp-title__text {
  font-size: .75rem;
  font-weight: 400;
}

.cog-title .cmp-title__text {
  border: 0;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1;
  border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1;
  padding-bottom: 1rem;
}

/* .h6, h6 {
  font-size: 1rem;
} */
/* .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
  margin-top: 0;
} */

.text-white {
  --bs-text-opacity: 1;
  color: #fff !important;
}

.p-1 {
  padding: 1rem !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}



.py-1 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}


.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}


.mb-0 {
  margin-bottom: 0 !important;
}

p {
  margin-bottom: 1rem;
  margin-top: 0;
}

.m-0 {
  margin: 0 !important;
}


.h5,
h5 {
  font-size: calc(1.26rem + .12vw);
}

.h1,
.h2,
.h3,

.h5,
.h6,
h1,
h2,
h3,

h5,
h6 {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
  margin-top: 0;
}

a,
a:hover {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a {
  /* color: var(--link-color); */
  font-weight: 600;
}

a {
  /* color: var(--bs-link-color); */
  text-decoration: none;
}

.text-end {
  text-align: right !important;
}

.col-auto {
  width: auto;
}

.col-auto,
.row-cols-6>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h1,
.h2,
.h3,

.h5,
.h6,
h1,
h2,
h3,

h5,
h6 {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
  margin-top: 0;
}

.cog-link-accordion-bar a .arrow-right-services {
  color: #26efe9;
}

.cmp-icon,
.cmp-icon-pseudo:before {
  /* speak: never; */
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Cognizant-Icons !important;
  font-style: normal;
  font-variant: normal;
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-left: .25rem;
  text-transform: none;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:is(.h1, h1, .display-1, .display-2, .h2, h2, .h3, h3, .h5, h5) {
  -webkit-font-feature-settings: "ss00";
  font-feature-settings: "ss00";
}

@media (min-width: 1200px) {

  .h5,
  h5 {
    font-size: 1.35rem;
  }
}

.h5,
h5 {
  font-size: calc(1.26rem + .12vw);
}

.h1,
.h2,
.h3,

.h5,
.h6,
h1,
h2,
h3,

h5,
h6 {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
  margin-top: 0;
}

a {
  color: var(--link-color);
  font-weight: 600;
}

a {
  color: var(--bs-link-color);
  text-decoration: none;
}

user agent stylesheet a:-webkit-any-link {
  color: -webkit-link;
  cursor: pointer;
}

.text-end {
  text-align: right !important;
}

/*760*/


.row {
  --bs-gutter-x: 1rem;
  --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-12 {
  width: 100%
}


.p-1 {
  padding: 1rem !important
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important
}





@media(min-width: 600px) {
  .cog-link-accordion-bar .bd-r-accent {
    border-right: 1px solid #92bbe6
  }
}

.cog-link-accordion-bar a .arrow-right {
  color: #26efe9
}

.cog-link-accordion-bar a:hover .arrow-right {
  color: #c9fbfa
}

.py-1 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important
}

.col-lg-3,
.col-lg-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.col-lg-3 {
  width: 25%
}

/* .col-md-4 {
  width: 33.33333333%
} */


/*New*/
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}

.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--12 {
  float: left;
  clear: none;
  width: 100%;
}

/* @media (min-width: 600px) {
  .bg-grd-mesh-theme-3 {
    background: radial-gradient(at 95% 7%, #45bcc9 0, rgba(69, 188, 201, .001) 60%), radial-gradient(at 95% 93%, #fae500 0, rgba(250, 229, 0, .001) 60%), radial-gradient(at 6% 6%, #0060fa 15%, rgba(0, 96, 250, .001) 80%), radial-gradient(at 6% 94%, #fff 0, hsla(0, 0%, 100%, .001) 60%);
  }
}

.bg-grd-mesh-theme-3 {
  background-image: linear-gradient(150deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a);
  color: #000048;
} */

.aem-GridColumn {
  box-sizing: border-box;
  /* clear: both; */
}

/* 

@font-face {
  font-display: swap;
  font-family: Gellix;
  font-style: italic;
  font-weight: 300;
  src: url(../../../etc.clientlibs/cognizant-dot-com/clientlibs/clientlib-site/resources/fonts/Gellix-LightItalic.woff2) format("woff2"),url(../../../etc.clientlibs/cognizant-dot-com/clientlibs/clientlib-site/resources/fonts/Gellix-LightItalic.woff) format("woff"),url(../../../etc.clientlibs/cognizant-dot-com/clientlibs/clientlib-site/resources/fonts/Gellix-LightItalic.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Gellix;
  font-style: normal;
  font-weight: 400;
  src: url(../../../etc.clientlibs/cognizant-dot-com/clientlibs/clientlib-site/resources/fonts/Gellix-Regular.woff2) format("woff2"),url(../../../etc.clientlibs/cognizant-dot-com/clientlibs/clientlib-site/resources/fonts/Gellix-Regular.woff) format("woff"),url(../../../etc.clientlibs/cognizant-dot-com/clientlibs/clientlib-site/resources/fonts/Gellix-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Gellix;
  font-style: italic;
  font-weight: 400;
  src: url(../../../etc.clientlibs/cognizant-dot-com/clientlibs/clientlib-site/resources/fonts/Gellix-RegularItalic.woff2) format("woff2"),url(../../../etc.clientlibs/cognizant-dot-com/clientlibs/clientlib-site/resources/fonts/Gellix-RegularItalic.woff) format("woff"),url(../../../etc.clientlibs/cognizant-dot-com/clientlibs/clientlib-site/resources/fonts/Gellix-RegularItalic.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Gellix;
  font-style: normal;
  font-weight: 600;
  src: url(../../../etc.clientlibs/cognizant-dot-com/clientlibs/clientlib-site/resources/fonts/Gellix-SemiBold.woff2) format("woff2"),url(../../../etc.clientlibs/cognizant-dot-com/clientlibs/clientlib-site/resources/fonts/Gellix-SemiBold.woff) format("woff"),url(../../../etc.clientlibs/cognizant-dot-com/clientlibs/clientlib-site/resources/fonts/Gellix-SemiBold.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Gellix;
  font-style: italic;
  font-weight: 600;
  src: url(../../../etc.clientlibs/cognizant-dot-com/clientlibs/clientlib-site/resources/fonts/Gellix-SemiBoldItalic.woff2) format("woff2"),url(../../../etc.clientlibs/cognizant-dot-com/clientlibs/clientlib-site/resources/fonts/Gellix-SemiBoldItalic.woff) format("woff"),url(../../../etc.clientlibs/cognizant-dot-com/clientlibs/clientlib-site/resources/fonts/Gellix-SemiBoldItalic.ttf) format("truetype")
} */

/* body {
  -webkit-font-feature-settings: "ss01";
  font-feature-settings: "ss01";
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  word-break: break-word
} */

.cog-container {
  margin: 0 auto;
  max-width: 75pc
}

/* .cog-image-logo .cmp-image__link {
  padding: 0
}

.cog-image-logo .cmp-image__link img {
  max-width: 250px;
  width: 100%
} */

iframe {
  border: none;
  min-width: 100%
}

.gutter-space {
  padding: 0 .5rem
}

.primary-menu li a {
  color: #000048
}

.primary-menu li a:hover {
  color: #2f78c4
}

:focus,
:focus-visible {
  outline-color: var(--link-color);
  outline-offset: .2rem;
  outline-width: 2px
}

.btn-close {
  position: absolute;
  right: .5rem;
  top: -5px
}

.list-style-none {
  list-style: none
}

.inpage-btn-close {
  cursor: pointer;
  right: .5rem
}

.inpage-btn-close:hover {
  color: #6aa2dc !important
}

.maximum-lines {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis
}

.maximum-lines--1 {
  -webkit-line-clamp: 1;
  line-clamp: 1
}

.maximum-lines--1-with-height {
  height: 1.3em
}

.maximum-lines--2 {
  -webkit-line-clamp: 2;
  line-clamp: 2
}

.maximum-lines--2-with-height {
  height: 2.6em
}

.maximum-lines--3 {
  -webkit-line-clamp: 3;
  line-clamp: 3
}

.maximum-lines--3-with-height {
  height: 3.9em
}

.maximum-lines--4 {
  -webkit-line-clamp: 4;
  line-clamp: 4
}

.maximum-lines--4-with-height {
  height: 5.2em
}

.maximum-lines--5 {
  -webkit-line-clamp: 5;
  line-clamp: 5
}

.maximum-lines--5-with-height {
  height: 6.5em
}

.maximum-lines--6 {
  -webkit-line-clamp: 6;
  line-clamp: 6
}

.maximum-lines--6-with-height {
  height: 7.8em
}

.maximum-lines--7 {
  -webkit-line-clamp: 7;
  line-clamp: 7
}

.maximum-lines--7-with-height {
  height: 9.1em
}

.maximum-lines--8 {
  -webkit-line-clamp: 8;
  line-clamp: 8
}

.maximum-lines--8-with-height {
  height: 10.4em
}

.maximum-lines--9 {
  -webkit-line-clamp: 9;
  line-clamp: 9
}

.maximum-lines--9-with-height {
  height: 11.7em
}

.maximum-lines--10 {
  -webkit-line-clamp: 10;
  line-clamp: 10
}

.maximum-lines--10-with-height {
  height: 13em
}

ol,
ul {
  padding-left: 1.25rem
}

.text table {
  border: 1px hidden #97999b;
  border-bottom: 0;
  border-collapse: collapse;
  -webkit-box-shadow: 0 0 0 1px #97999b;
  box-shadow: 0 0 0 1px #97999b
}

.text table tr {
  background-color: #fff
}

.text table tr:nth-child(2n) {
  background-color: #f5f5f2
}

.text table tr:nth-child(odd) td,
.text table tr:nth-child(odd) th {
  border-bottom: 1px solid #97999b
}

.text table tr:last-child td,
.text table tr:last-child th {
  border-bottom: none
}

.text table td,
.text table th {
  padding: 8px
}

.text table td+td,
.text table td+th,
.text table th+td,
.text table th+th {
  border-left: 1px solid #97999b
}

form .cmp-form-text,
form .drop-down select {
  margin-bottom: 1rem
}

form .cmp-form-text {
  position: relative
}

form label {
  left: 0;
  padding-left: 1rem;
  padding-top: .8rem;
  position: absolute;
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s
}

form input,
form textarea {
  background: #f5f5f2;
  border: .05rem solid #97999b;
  border-radius: .5rem;
  color: #000048;
  padding: .85rem .5rem .85rem 1rem;
  width: 100%
}

form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  opacity: 0
}

form input::-moz-placeholder,
form textarea::-moz-placeholder {
  opacity: 0
}

form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  opacity: 0
}

form input::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
  opacity: 0
}

form input::placeholder,
form textarea::placeholder {
  opacity: 0
}

form input~label,
form textarea~label {
  color: #000048
}

form input:not(:-moz-placeholder-shown),
form textarea:not(:-moz-placeholder-shown) {
  padding-bottom: .6rem;
  padding-top: 1.1rem
}

form input:not(:-ms-input-placeholder),
form textarea:not(:-ms-input-placeholder) {
  padding-bottom: .6rem;
  padding-top: 1.1rem
}

form input:focus,
form input:not(:placeholder-shown),
form textarea:focus,
form textarea:not(:placeholder-shown) {
  padding-bottom: .6rem;
  padding-top: 1.1rem
}

form input:not(:-moz-placeholder-shown)~label,
form textarea:not(:-moz-placeholder-shown)~label {
  cursor: text;
  opacity: .65;
  padding-left: 1.5rem;
  padding-top: .1rem;
  transform: scale(.65) translateY(15%);
  transform-origin: top left;
  -moz-transition: all .2s;
  transition: all .2s
}

form input:not(:-ms-input-placeholder)~label,
form textarea:not(:-ms-input-placeholder)~label {
  cursor: text;
  opacity: .65;
  padding-left: 1.5rem;
  padding-top: .1rem;
  transform: scale(.65) translateY(15%);
  transform-origin: top left;
  -ms-transition: all .2s;
  transition: all .2s
}

form input:focus~label,
form input:not(:placeholder-shown)~label,
form textarea:focus~label,
form textarea:not(:placeholder-shown)~label {
  cursor: text;
  opacity: .65;
  padding-left: 1.5rem;
  padding-top: .1rem;
  -webkit-transform: scale(.65) translateY(15%);
  transform: scale(.65) translateY(15%);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: all .2s;
  transition: all .2s
}

form input:focus,
form textarea:focus {
  background: #f5f5f2;
  border-color: #97bce2;
  -webkit-box-shadow: 0 0 0 .125rem #2f78c4;
  box-shadow: 0 0 0 .125rem #2f78c4;
  outline: 0;
  -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
  transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
  transition: box-shadow .5s, border-color .25s ease-in-out;
  transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s
}

form input:focus::-webkit-input-placeholder,
form textarea:focus::-webkit-input-placeholder {
  color: #53565a;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s
}

form input:focus::-moz-placeholder,
form textarea:focus::-moz-placeholder {
  color: #53565a;
  opacity: 1;
  -moz-transition: all .2s;
  transition: all .2s
}

form input:focus:-ms-input-placeholder,
form textarea:focus:-ms-input-placeholder {
  color: #53565a;
  opacity: 1;
  -ms-transition: all .2s;
  transition: all .2s
}

form input:focus::-ms-input-placeholder,
form textarea:focus::-ms-input-placeholder {
  color: #53565a;
  opacity: 1;
  -ms-transition: all .2s;
  transition: all .2s
}

form input:focus::placeholder,
form textarea:focus::placeholder {
  color: #53565a;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s
}

form input.date-field {
  display: inline-block;
  font-size: 1rem;
  height: 3.067rem;
  line-height: 1.3rem;
  width: 100%
}

form input.date-field::-webkit-date-and-time-value {
  text-align: left
}

form input.date-field::-webkit-calendar-picker-indicator {
  background: transparent
}

form input.date-field,
form input.date-field:focus {
  background: #f5f5f2 url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="18" viewBox="0 0 33 24"><path fill="%23000048" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>') no-repeat right .2rem bottom 45%
}

@-moz-document url-prefix() {

  form input.date-field,
  form input.date-field:focus {
    background: #f5f5f2 url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="18" viewBox="0 0 33 24"><path fill="%23000048" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>') no-repeat right .2rem bottom 38%
  }
}

form textarea {
  height: 10rem
}

.was-validated input:invalid:not(:focus) {
  background: #fceef0;
  border-color: #b81f2d
}

.was-validated input:invalid:not(:focus)~label {
  color: #b81f2d;
  opacity: 1
}

.was-validated input.date-field:invalid:not(:focus) {
  background: #fceef0 url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="18" viewBox="0 0 33 24"><path fill="%23b81f2d" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>') no-repeat right .2rem bottom 45%
}

.was-validated input.date-field:invalid:not(:focus)::-webkit-calendar-picker-indicator {
  background: transparent
}

@-moz-document url-prefix() {
  .was-validated input.date-field:invalid:not(:focus) {
    background: #fceef0 url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="18" viewBox="0 0 33 24"><path fill="%23b81f2d" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>') no-repeat right .2rem bottom 38%
  }
}

.was-validated input:invalid:focus {
  border-color: #b81f2d;
  -webkit-box-shadow: 0 0 0 .125rem #b81f2d;
  box-shadow: 0 0 0 .125rem #b81f2d
}

.was-validated select.form-control:invalid {
  border-color: transparent
}

.was-validated select.form-control:invalid:not(:focus) {
  background: #fceef0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Ctitle%3Earrow-down%3C/title%3E%3Cpath d='M0 5.5v-.2c.1-.2.3-.3.5-.3h23c.2 0 .4.1.5.3 0 .2 0 .4-.1.5l-11.5 13c-.1.1-.2.2-.4.2s-.3-.1-.4-.2L.1 5.8C0 5.7 0 5.6 0 5.5zm22.4.5H1.6L12 17.7 22.4 6z' fill='%23b81f2d' stroke='%23b81f2d' stroke-width='1'/%3E%3C/svg%3E") no-repeat right 1rem bottom 45%;
  border-color: #b81f2d;
  color: #b81f2d
}

.was-validated select.form-control:invalid:focus {
  border-color: #b81f2d;
  -webkit-box-shadow: 0 0 0 .125rem #b81f2d;
  box-shadow: 0 0 0 .125rem #b81f2d;
  outline: 0
}

.was-validated select~.invalid-feedback {
  margin-bottom: 1rem
}

.was-validated .invalid-feedback {
  font-size: .8rem;
  margin-top: .75rem
}

@media(hover: none), (pointer:coarse) {
  .d-touch-inline-block {
    display: inline-block !important
  }

  .d-touch-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }

  .d-touch-none {
    display: none !important
  }

  .d-touch-block {
    display: block !important
  }
}

.root.container {
  overflow-x: clip
}

/* .modal-video-carousal .swiper-wrapper {
  padding: 2rem 0
}

.modal-video-carousal.hide-swiper-pagination .swiper-pagination {
  display: none
}

.modal-video-carousal .btn-close.close {
  z-index: 1
}
 */
/* .flex-equalheight .cmp-container,.flex-equalheight .cmp-container-full {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%
}

.flex-equalheight .cog-container {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-items: stretch
}

.flex-equalheight .image .cmp-image {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%
}

.flex-equalheight .image .cmp-image img {
  max-inline-size: unset;
  -o-object-fit: cover;
  object-fit: cover
}

.equalize-container .container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.equalize-container .image .cmp-image {
  overflow: clip
}

.equalize-container .image .cmp-image .cmp-image__image {
  height: 100%
} */

/* .title.h1 h1.cmp-title__text {
  font-size: 4.2rem
}

.title.h2 h1.cmp-title__text {
  font-size: 3.15rem
}

.title.h3 h1.cmp-title__text {
  font-size: 2.35rem
}

.title.h4 h1.cmp-title__text {
  font-size: 1.8rem;
  font-weight: 300
}

.title.h5 h1.cmp-title__text {
  font-size: 1.35rem;
  font-weight: 400
}

.title.h6 h1.cmp-title__text {
  -webkit-font-feature-settings: "ss01";
  font-feature-settings: "ss01";
  font-size: 1rem
}

.eds-label {
  background-color: #2e308e;
  border-radius: .5rem;
  color: #fff;
  font-size: .75rem;
  margin-left: .25rem!important;
  padding: .25rem .5rem!important;
  word-break: normal
} */

/* .bg-gray-dark,.bg-gray-dark.card,.teaser:not(.bg-primary-85).bg-gray-dark .cmp-teaser {
  --heading-color: #fff;
  --link-color: #26efe9;
  --link-hover-color: #c9fbfa;
  background-color: #53565a;
  color: #fff
}

.bg-gray-medium,.bg-gray-medium.card,.teaser:not(.bg-primary-85).bg-gray-medium .cmp-teaser {
  --heading-color: #000048;
  --link-color: #000048;
  --link-hover-color: rgba(0,0,72,.5);
  background-color: #97999b;
  color: #000048
}

.bg-gray-light,.bg-gray-light.card,.teaser:not(.bg-primary-85).bg-gray-light .cmp-teaser {
  --heading-color: #2f78c4;
  --link-color: #000048;
  --link-hover-color: rgba(0,0,72,.5);
  background-color: #d0d0ce;
  color: #000048
}

.bg-gray-lighter,.bg-gray-lighter.card,.teaser:not(.bg-primary-85).bg-gray-lighter .cmp-teaser {
  --heading-color: #2f78c4;
  --link-color: #2f78c4;
  --link-hover-color: #000048;
  background-color: #e8e8e6;
  color: #000048
}

.bg-gray-lightest,.bg-gray-lightest.card,.teaser:not(.bg-primary-85).bg-gray-lightest .cmp-teaser {
  --heading-color: #2f78c4;
  --link-color: #2f78c4;
  --link-hover-color: #000048;
  background-color: #f5f5f2;
  color: #000048
}

.bg-accent1-light,.bg-accent1-light.card,.teaser:not(.bg-primary-85).bg-accent1-light .cmp-teaser {
  --heading-color: #000048;
  --link-color: #000048;
  --link-hover-color: rgba(0,0,72,.5);
  background-color: #85a0f9;
  color: #000048
}

.bg-accent1-medium,.bg-accent1-medium.card,.teaser:not(.bg-primary-85).bg-accent1-medium .cmp-teaser {
  --heading-color: #000048;
  --link-color: #000048;
  --link-hover-color: rgba(0,0,72,.5);
  background-color: #7373d8;
  color: #000048
}

.bg-accent1-dark,.bg-accent1-dark.card,.teaser:not(.bg-primary-85).bg-accent1-dark .cmp-teaser {
  --heading-color: #fff;
  --link-color: #26efe9;
  --link-hover-color: #c9fbfa;
  background-color: #2e308e;
  color: #fff
}

.bg-accent2-light,.bg-accent2-light.card,.teaser:not(.bg-primary-85).bg-accent2-light .cmp-teaser {
  --heading-color: #000048;
  --link-color: #000048;
  --link-hover-color: rgba(0,0,72,.5);
  background-color: #92bbe6;
  color: #000048
}

.bg-accent2-medium,.bg-accent2-medium.card,.teaser:not(.bg-primary-85).bg-accent2-medium .cmp-teaser {
  --heading-color: #000048;
  --link-color: #000048;
  --link-hover-color: rgba(0,0,72,.5);
  background-color: #6aa2dc;
  color: #000048
}

.bg-accent2-dark,.bg-accent2-dark.card,.teaser:not(.bg-primary-85).bg-accent2-dark .cmp-teaser {
  --heading-color: #fff;
  --link-color: #26efe9;
  --link-hover-color: #c9fbfa;
  background-color: #2f78c4;
  color: #fff
}

.bg-primary,.bg-primary.card,.teaser:not(.bg-primary-85).bg-primary .cmp-teaser {
  --heading-color: #fff;
  --link-color: #26efe9;
  --link-hover-color: #c9fbfa;
  background-color: #000048;
  color: #fff
}

.bg-primary-30,.bg-primary-30.card,.teaser:not(.bg-primary-85).bg-primary-30 .cmp-teaser {
  --heading-color: #fff;
  --link-color: #26efe9;
  --link-hover-color: #c9fbfa;
  background-color: rgba(0,0,72,.3);
  color: #fff
}

.bg-primary-60,.bg-primary-60.card,.teaser:not(.bg-primary-85).bg-primary-60 .cmp-teaser {
  --heading-color: #fff;
  --link-color: #26efe9;
  --link-hover-color: #c9fbfa;
  background-color: rgba(0,0,72,.6);
  color: #fff
}

.bg-primary-85,.bg-primary-85.card,.teaser:not(.bg-primary-85).bg-primary-85 .cmp-teaser {
  --heading-color: #fff;
  --link-color: #26efe9;
  --link-hover-color: #c9fbfa;
  background-color: rgba(0,0,72,.85);
  color: #fff
}

.bg-white-85,.bg-white-85.card,.teaser:not(.bg-primary-85).bg-white-85 .cmp-teaser {
  --heading-color: #2f78c4;
  --link-color: #2f78c4;
  --link-hover-color: #000048;
  background-color: hsla(0,0%,100%,.85);
  color: #000048
}

.bg-white-60,.bg-white-60.card,.teaser:not(.bg-primary-85).bg-white-60 .cmp-teaser {
  --heading-color: #2f78c4;
  --link-color: #2f78c4;
  --link-hover-color: #000048;
  background-color: hsla(0,0%,100%,.6);
  color: #000048
}

.bg-white-30,.bg-white-30.card,.teaser:not(.bg-primary-85).bg-white-30 .cmp-teaser {
  --heading-color: #2f78c4;
  --link-color: #2f78c4;
  --link-hover-color: #000048;
  background-color: hsla(0,0%,100%,.3);
  color: #000048
}

.bg-white,.bg-white.card,.teaser:not(.bg-primary-85).bg-white .cmp-teaser {
  --heading-color: #2f78c4;
  --link-color: #2f78c4;
  --link-hover-color: #000048;
  background-color: #fff;
  color: #000048
}

.bg-pink,.bg-pink.card,.teaser:not(.bg-primary-85).bg-pink .cmp-teaser {
  --heading-color: #000048;
  --link-color: #000048;
  --link-hover-color: rgba(0,0,72,.5);
  background-color: #f221b8;
  color: #000048
}

.bg-steps,.bg-steps.card,.teaser:not(.bg-primary-85).bg-steps .cmp-teaser {
  background-color: #000048
}

.bg-color-dark,.bg-color-dark.card,.bg-steps,.bg-steps.card,.teaser:not(.bg-primary-85).bg-color-dark .cmp-teaser,.teaser:not(.bg-primary-85).bg-steps .cmp-teaser {
  --heading-color: #fff;
  --link-color: #26efe9;
  --link-hover-color: #c9fbfa;
  color: #fff
}

.bg-color-light,.bg-color-light.card,.teaser:not(.bg-primary-85).bg-color-light .cmp-teaser {
  --heading-color: #2f78c4;
  --link-color: #2f78c4;
  --link-hover-color: #000048;
  color: #000048
}

.bg-color-medium,.bg-color-medium.card,.teaser:not(.bg-primary-85).bg-color-medium .cmp-teaser {
  --heading-color: #000048;
  --link-color: #000048;
  --link-hover-color: rgba(0,0,72,.5);
  color: #000048
}

.bg-transparent {
  background: transparent!important
}

.bg-none {
  background: none!important
}

.bg-no-repeat {
  background-repeat: no-repeat!important
}

.bg-fixed,.bg-fixed .cmp-container,.bg-fixed .cmp-container-full {
  background-attachment: scroll!important
}

.bg-fixed .cmp-container,.bg-fixed .cmp-container-full {
  background-position: 50%
} 

@media(min-width: 1024px) {
  .bg-fixed,.bg-fixed .cmp-container,.bg-fixed .cmp-container-full {
      background-attachment:fixed!important
  }
}

@media only screen and (max-device-width: 1024px)and (-webkit-min-device-pixel-ratio:2)and (orientation:landscape) {
  .bg-fixed,.bg-fixed .cmp-container,.bg-fixed .cmp-container-full {
      background-attachment:scroll!important
  }
}

@media(hover: none),(pointer:coarse) {
  .bg-fixed,.bg-fixed .cmp-container,.bg-fixed .cmp-container-full {
      background-attachment:scroll!important
  }
}
*/
.bd-grd-theme-1-1 {
  -o-border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1;
  border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1;
  border-style: solid;
  border-width: 1px
}

.bd-grd-theme-2-1 {
  -o-border-image: linear-gradient(35deg, #010065 15%, #d43635 65%, #f3c9ce) 1;
  border-image: linear-gradient(35deg, #010065 15%, #d43635 65%, #f3c9ce) 1;
  border-style: solid;
  border-width: 1px
}

.bd-grd-theme-3-1 {
  -o-border-image: linear-gradient(35deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a) 1;
  border-image: linear-gradient(35deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a) 1;
  border-style: solid;
  border-width: 1px
}

.bd-grd-theme-1-2 {
  -o-border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1;
  border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1;
  border-style: solid;
  border-width: 2px
}

.bd-grd-theme-2-2 {
  -o-border-image: linear-gradient(35deg, #010065 15%, #d43635 65%, #f3c9ce) 1;
  border-image: linear-gradient(35deg, #010065 15%, #d43635 65%, #f3c9ce) 1;
  border-style: solid;
  border-width: 2px
}

.bd-grd-theme-3-2 {
  -o-border-image: linear-gradient(35deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a) 1;
  border-image: linear-gradient(35deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a) 1;
  border-style: solid;
  border-width: 2px
}

.bd-grd-theme-1-3 {
  -o-border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1;
  border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1;
  border-style: solid;
  border-width: 3px
}

.bd-grd-theme-2-3 {
  -o-border-image: linear-gradient(35deg, #010065 15%, #d43635 65%, #f3c9ce) 1;
  border-image: linear-gradient(35deg, #010065 15%, #d43635 65%, #f3c9ce) 1;
  border-style: solid;
  border-width: 3px
}

.bd-grd-theme-3-3 {
  -o-border-image: linear-gradient(35deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a) 1;
  border-image: linear-gradient(35deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a) 1;
  border-style: solid;
  border-width: 3px
}

.bd-grd-theme-1-4 {
  -o-border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1;
  border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1;
  border-style: solid;
  border-width: 4px
}

.bd-grd-theme-2-4 {
  -o-border-image: linear-gradient(35deg, #010065 15%, #d43635 65%, #f3c9ce) 1;
  border-image: linear-gradient(35deg, #010065 15%, #d43635 65%, #f3c9ce) 1;
  border-style: solid;
  border-width: 4px
}

.bd-grd-theme-3-4 {
  -o-border-image: linear-gradient(35deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a) 1;
  border-image: linear-gradient(35deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a) 1;
  border-style: solid;
  border-width: 4px
}

.bd-t-grd-theme-1-1 {
  border: 0;
  -o-border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1;
  border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1;
  border-top: 1px solid
}

.bd-t-grd-theme-2-1 {
  border: 0;
  -o-border-image: linear-gradient(35deg, #010065 15%, #d43635 65%, #f3c9ce) 1;
  border-image: linear-gradient(35deg, #010065 15%, #d43635 65%, #f3c9ce) 1;
  border-top: 1px solid
}

.bd-t-grd-theme-3-1 {
  border: 0;
  -o-border-image: linear-gradient(35deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a) 1;
  border-image: linear-gradient(35deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a) 1;
  border-top: 1px solid
}

.bd-r-grd-theme-1-1 {
  border: 0;
  -o-border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1;
  border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1;
  border-right: 1px solid
}

.bd-r-grd-theme-2-1 {
  border: 0;
  -o-border-image: linear-gradient(35deg, #010065 15%, #d43635 65%, #f3c9ce) 1;
  border-image: linear-gradient(35deg, #010065 15%, #d43635 65%, #f3c9ce) 1;
  border-right: 1px solid
}

.bd-r-grd-theme-3-1 {
  border: 0;
  -o-border-image: linear-gradient(35deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a) 1;
  border-image: linear-gradient(35deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a) 1;
  border-right: 1px solid
}

.bd-b-grd-theme-1-1 {
  border: 0;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1;
  border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1
}

.bd-b-grd-theme-2-1 {
  border: 0;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(35deg, #010065 15%, #d43635 65%, #f3c9ce) 1;
  border-image: linear-gradient(35deg, #010065 15%, #d43635 65%, #f3c9ce) 1
}

.bd-b-grd-theme-3-1 {
  border: 0;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(35deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a) 1;
  border-image: linear-gradient(35deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a) 1
}

.bd-l-grd-theme-1-1 {
  border: 0;
  -o-border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1;
  border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1;
  border-left: 1px solid
}

.bd-l-grd-theme-2-1 {
  border: 0;
  -o-border-image: linear-gradient(35deg, #010065 15%, #d43635 65%, #f3c9ce) 1;
  border-image: linear-gradient(35deg, #010065 15%, #d43635 65%, #f3c9ce) 1;
  border-left: 1px solid
}

.bd-l-grd-theme-3-1 {
  border: 0;
  -o-border-image: linear-gradient(35deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a) 1;
  border-image: linear-gradient(35deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a) 1;
  border-left: 1px solid
}

.bd-t-grd-theme-1-2 {
  border: 0;
  -o-border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1;
  border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1;
  border-top: 2px solid
}

.bd-t-grd-theme-2-2 {
  border: 0;
  -o-border-image: linear-gradient(35deg, #010065 15%, #d43635 65%, #f3c9ce) 1;
  border-image: linear-gradient(35deg, #010065 15%, #d43635 65%, #f3c9ce) 1;
  border-top: 2px solid
}

.bd-t-grd-theme-3-2 {
  border: 0;
  -o-border-image: linear-gradient(35deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a) 1;
  border-image: linear-gradient(35deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a) 1;
  border-top: 2px solid
}

.bd-r-grd-theme-1-2 {
  border: 0;
  -o-border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1;
  border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1;
  border-right: 2px solid
}

.bd-r-grd-theme-2-2 {
  border: 0;
  -o-border-image: linear-gradient(35deg, #010065 15%, #d43635 65%, #f3c9ce) 1;
  border-image: linear-gradient(35deg, #010065 15%, #d43635 65%, #f3c9ce) 1;
  border-right: 2px solid
}

.bd-r-grd-theme-3-2 {
  border: 0;
  -o-border-image: linear-gradient(35deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a) 1;
  border-image: linear-gradient(35deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a) 1;
  border-right: 2px solid
}

.bd-b-grd-theme-1-2 {
  border: 0;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1;
  border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1
}

.bd-b-grd-theme-2-2 {
  border: 0;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(35deg, #010065 15%, #d43635 65%, #f3c9ce) 1;
  border-image: linear-gradient(35deg, #010065 15%, #d43635 65%, #f3c9ce) 1
}

.bd-b-grd-theme-3-2 {
  border: 0;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(35deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a) 1;
  border-image: linear-gradient(35deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a) 1
}

.bd-l-grd-theme-1-2 {
  border: 0;
  -o-border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1;
  border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1;
  border-left: 2px solid
}

.bd-l-grd-theme-2-2 {
  border: 0;
  -o-border-image: linear-gradient(35deg, #010065 15%, #d43635 65%, #f3c9ce) 1;
  border-image: linear-gradient(35deg, #010065 15%, #d43635 65%, #f3c9ce) 1;
  border-left: 2px solid
}

.bd-l-grd-theme-3-2 {
  border: 0;
  -o-border-image: linear-gradient(35deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a) 1;
  border-image: linear-gradient(35deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a) 1;
  border-left: 2px solid
}

.bd-t-grd-theme-1-3 {
  border: 0;
  -o-border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1;
  border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1;
  border-top: 3px solid
}

.bd-t-grd-theme-2-3 {
  border: 0;
  -o-border-image: linear-gradient(35deg, #010065 15%, #d43635 65%, #f3c9ce) 1;
  border-image: linear-gradient(35deg, #010065 15%, #d43635 65%, #f3c9ce) 1;
  border-top: 3px solid
}

.bd-t-grd-theme-3-3 {
  border: 0;
  -o-border-image: linear-gradient(35deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a) 1;
  border-image: linear-gradient(35deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a) 1;
  border-top: 3px solid
}

.bd-r-grd-theme-1-3 {
  border: 0;
  -o-border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1;
  border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1;
  border-right: 3px solid
}

.bd-r-grd-theme-2-3 {
  border: 0;
  -o-border-image: linear-gradient(35deg, #010065 15%, #d43635 65%, #f3c9ce) 1;
  border-image: linear-gradient(35deg, #010065 15%, #d43635 65%, #f3c9ce) 1;
  border-right: 3px solid
}

.bd-r-grd-theme-3-3 {
  border: 0;
  -o-border-image: linear-gradient(35deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a) 1;
  border-image: linear-gradient(35deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a) 1;
  border-right: 3px solid
}

.bd-b-grd-theme-1-3 {
  border: 0;
  border-bottom: 3px solid;
  -o-border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1;
  border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1
}

.bd-b-grd-theme-2-3 {
  border: 0;
  border-bottom: 3px solid;
  -o-border-image: linear-gradient(35deg, #010065 15%, #d43635 65%, #f3c9ce) 1;
  border-image: linear-gradient(35deg, #010065 15%, #d43635 65%, #f3c9ce) 1
}

.bd-b-grd-theme-3-3 {
  border: 0;
  border-bottom: 3px solid;
  -o-border-image: linear-gradient(35deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a) 1;
  border-image: linear-gradient(35deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a) 1
}

.bd-l-grd-theme-1-3 {
  border: 0;
  -o-border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1;
  border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1;
  border-left: 3px solid
}

.bd-l-grd-theme-2-3 {
  border: 0;
  -o-border-image: linear-gradient(35deg, #010065 15%, #d43635 65%, #f3c9ce) 1;
  border-image: linear-gradient(35deg, #010065 15%, #d43635 65%, #f3c9ce) 1;
  border-left: 3px solid
}

.bd-l-grd-theme-3-3 {
  border: 0;
  -o-border-image: linear-gradient(35deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a) 1;
  border-image: linear-gradient(35deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a) 1;
  border-left: 3px solid
}

.bd-t-grd-theme-1-4 {
  border: 0;
  -o-border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1;
  border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1;
  border-top: 4px solid
}

.bd-t-grd-theme-2-4 {
  border: 0;
  -o-border-image: linear-gradient(35deg, #010065 15%, #d43635 65%, #f3c9ce) 1;
  border-image: linear-gradient(35deg, #010065 15%, #d43635 65%, #f3c9ce) 1;
  border-top: 4px solid
}

.bd-t-grd-theme-3-4 {
  border: 0;
  -o-border-image: linear-gradient(35deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a) 1;
  border-image: linear-gradient(35deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a) 1;
  border-top: 4px solid
}

.bd-r-grd-theme-1-4 {
  border: 0;
  -o-border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1;
  border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1;
  border-right: 4px solid
}

.bd-r-grd-theme-2-4 {
  border: 0;
  -o-border-image: linear-gradient(35deg, #010065 15%, #d43635 65%, #f3c9ce) 1;
  border-image: linear-gradient(35deg, #010065 15%, #d43635 65%, #f3c9ce) 1;
  border-right: 4px solid
}

.bd-r-grd-theme-3-4 {
  border: 0;
  -o-border-image: linear-gradient(35deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a) 1;
  border-image: linear-gradient(35deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a) 1;
  border-right: 4px solid
}

.bd-b-grd-theme-1-4 {
  border: 0;
  border-bottom: 4px solid;
  -o-border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1;
  border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1
}

.bd-b-grd-theme-2-4 {
  border: 0;
  border-bottom: 4px solid;
  -o-border-image: linear-gradient(35deg, #010065 15%, #d43635 65%, #f3c9ce) 1;
  border-image: linear-gradient(35deg, #010065 15%, #d43635 65%, #f3c9ce) 1
}

.bd-b-grd-theme-3-4 {
  border: 0;
  border-bottom: 4px solid;
  -o-border-image: linear-gradient(35deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a) 1;
  border-image: linear-gradient(35deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a) 1
}

.bd-l-grd-theme-1-4 {
  border: 0;
  -o-border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1;
  border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1;
  border-left: 4px solid
}

.bd-l-grd-theme-2-4 {
  border: 0;
  -o-border-image: linear-gradient(35deg, #010065 15%, #d43635 65%, #f3c9ce) 1;
  border-image: linear-gradient(35deg, #010065 15%, #d43635 65%, #f3c9ce) 1;
  border-left: 4px solid
}

.bd-l-grd-theme-3-4 {
  border: 0;
  -o-border-image: linear-gradient(35deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a) 1;
  border-image: linear-gradient(35deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a) 1;
  border-left: 4px solid
}

.bg-grd-theme-1 {
  background-image: linear-gradient(45deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%);
  color: #fff
}

.bg-grd-theme-2 {
  background-image: linear-gradient(45deg, #010065 15%, #d43635 65%, #f3c9ce);
  color: #fff
}

.bg-grd-theme-3 {
  background-image: linear-gradient(45deg, #5e93ef 10%, #c7ed88 65%, #eee2a0 85%, #efe34a);
  color: #fff
}

.bg-grd-mesh-theme-1 {
  background-image: linear-gradient(150deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%);
  color: #fff
}

@media(min-width: 600px) {
  .bg-grd-mesh-theme-1 {
    background-size: cover;
    background: radial-gradient(at 18% 95%, #030060 0, rgba(3, 0, 96, .001) 80%), radial-gradient(at 85% 81%, #0ff 0, rgba(0, 255, 255, .001) 80%), radial-gradient(at 60% 99%, #3afded 10%, rgba(58, 253, 237, .001) 50%), radial-gradient(at 35% 15%, #fbf9e8 0, hsla(54, 70%, 95%, .75) 10%, hsla(54, 70%, 95%, .001) 20%), radial-gradient(at 39% 25%, #fcf7e7 0, hsla(46, 78%, 95%, .75) 30%, hsla(46, 78%, 95%, .001) 60%), radial-gradient(at 2% 2%, #f6d6d8 0, rgba(246, 214, 216, .001) 55%), radial-gradient(at 0 98%, #250075 0, rgba(37, 0, 117, .001) 85%), radial-gradient(at 98% 3%, #0037ad 0, rgba(0, 55, 173, .001) 85%), radial-gradient(at 76% 2%, #0270bb 10%, rgba(2, 112, 187, .001) 60%)
  }
}

.bg-grd-mesh-theme-2 {
  background-image: linear-gradient(150deg, #010065 15%, #d43635 65%, #f3c9ce);
  color: #fff
}

@media(min-width: 600px) {
  .bg-grd-mesh-theme-2 {
    background-size: cover;
    background: radial-gradient(at 1% 2%, #020033 0, rgba(2, 0, 51, .1) 76%, rgba(2, 0, 51, .001) 100%), radial-gradient(at 3% 98%, #f4cdd1 0, rgba(244, 205, 209, .001) 38%), radial-gradient(at 10% 25%, #030066 0, rgba(3, 0, 102, .5) 25%, rgba(3, 0, 102, .05) 45%, rgba(3, 0, 102, .001) 50%), radial-gradient(at 7% 91%, #fee1e3 0, rgba(254, 225, 227, .001) 65%), radial-gradient(at 79% 2%, #fb0912 0, rgba(251, 9, 18, .001) 100%), radial-gradient(at 77% 38%, #d43a3a 0, rgba(212, 58, 58, .001) 100%), radial-gradient(at 96% 94%, #ff9e9e 50%, hsla(0, 100%, 81%, .001) 100%)
  }
}

.bg-grd-mesh-theme-3 {
  background-image: linear-gradient(150deg, #45bcc9 10%, #79fa00 65%, #0060fa 85%, #fff);
  color: #000048
}

@media(min-width: 600px) {
  .bg-grd-mesh-theme-3 {
    background:
      radial-gradient(at 95% 7%, #45bcc9 0, rgba(69, 188, 201, .001) 60%),
      radial-gradient(at 95% 93%, #79fa00 0, rgba(250, 229, 0, .001) 60%),
      radial-gradient(at 6% 6%, #0060fa 15%, rgba(0, 96, 250, .001) 80%),
      radial-gradient(at 6% 94%, #fff 0, hsla(0, 0%, 100%, .001) 60%);
  }
}

.bg-grd-mesh-theme-4 {
  background-image: linear-gradient(150deg, #fff 10%, #f5cbe7 65%, #fff 85%, #fdfdfc);
  color: #000048
}

@media(min-width: 600px) {
  .bg-grd-mesh-theme-4 {
    background:
      radial-gradient(at 95% 7%, #fff 0, rgba(69, 188, 201, .001) 60%),
      radial-gradient(at 95% 93%, #f5cbe7 0, rgba(250, 229, 0, .001) 60%),
      radial-gradient(at 6% 6%, #fff 15%, rgba(0, 96, 250, .001) 80%),
      radial-gradient(at 6% 94%, #fdfdfc 0, hsla(0, 0%, 100%, .001) 60%);
  }
}

.bg-grd-mesh-theme-5 {
  background-image: linear-gradient(150deg, #45bcc9 10%, #02faa7 65%, #0060fa 85%, #fff);
  color: #000048
}

@media(min-width: 600px) {
  .bg-grd-mesh-theme-5 {
    background:
      radial-gradient(at 95% 7%, #45bcc9 0, rgba(69, 188, 201, .001) 60%),
      radial-gradient(at 95% 93%, #02faa7 0, rgba(250, 229, 0, .001) 60%),
      radial-gradient(at 6% 6%, #0060fa 15%, rgba(0, 96, 250, .001) 80%),
      radial-gradient(at 6% 94%, #fff 0, hsla(0, 0%, 100%, .001) 60%);
  }
}

.bg-grd-accent2-radial {
  background: radial-gradient(circle, #2f78c4 0, #000048 85%)
}

.bg-grd-accent2-radial-top {
  background: radial-gradient(circle at top center, #2f78c4 0, #000048 85%)
}

.bg-grd-accent2-radial-bottom {
  background: radial-gradient(circle at bottom center, #2f78c4 0, #000048 85%)
}

.bg-grd-dark-accent2-dark {
  background: -webkit-gradient(linear, left top, right top, from(#000048), color-stop(50%, #2f78c4), to(#000048));
  background: linear-gradient(90deg, #000048, #2f78c4 50%, #000048)
}

.bg-grd-tb-dark-accent2-medium {
  background: -webkit-gradient(linear, left bottom, left top, from(#000048), to(#2f78c4));
  background: linear-gradient(0deg, #000048, #2f78c4)
}

.bg-grd-bt-dark-accent2-medium {
  background: -webkit-gradient(linear, left top, left bottom, from(#000048), to(#2f78c4));
  background: linear-gradient(180deg, #000048, #2f78c4)
}

.bg-grd-lr-dark-accent2-medium {
  background: -webkit-gradient(linear, left top, right top, from(#000048), to(#2f78c4));
  background: linear-gradient(90deg, #000048, #2f78c4)
}

.bg-grd-rl-dark-accent2-medium {
  background: -webkit-gradient(linear, right top, left top, from(#000048), to(#2f78c4));
  background: linear-gradient(-90deg, #000048, #2f78c4);
  color: #fff
}

.bg-grd-tb-dark-primary {
  background: -webkit-gradient(linear, left bottom, left top, from(#000048), to(#2f78c4));
  background: linear-gradient(0deg, #000048, #2f78c4)
}

.bg-grd-lr-dark-primary {
  background: -webkit-gradient(linear, left top, right top, from(#000048), to(#2f78c4));
  background: linear-gradient(90deg, #000048, #2f78c4)
}

.bg-steps {
  background-color: #000048
}

.bg-gradient-steps-0 {
  /* background: #000048; */
  background:
  radial-gradient(at 95% 7%, #0060fa 0, rgba(69, 188, 201, .001) 60%),
  radial-gradient(at 95% 93%, #0060fa 0, rgba(250, 229, 0, .001) 60%),
  radial-gradient(at 6% 6%, #0060fa 15%, rgba(0, 96, 250, .001) 80%),
  radial-gradient(at 6% 94%, #0060fa 0, hsla(0, 0%, 100%, .001) 60%);
}

.bg-gradient-steps-1 {
  background: #000149
}

.bg-gradient-steps-2 {
  background: #01024a
}

.bg-gradient-steps-3 {
  background: #01044c
}

.bg-gradient-steps-4 {
  background: #02054d
}

.bg-gradient-steps-5 {
  background: #02064e
}

.bg-gradient-steps-6 {
  background: #03074f
}

.bg-gradient-steps-7 {
  background: #030851
}

.bg-gradient-steps-8 {
  background: #040a52
}

.bg-gradient-steps-9 {
  background: #040b53
}

.bg-gradient-steps-10 {
  background: #050c54
}

.bg-gradient-steps-11 {
  background: #050d56
}

.bg-gradient-steps-12 {
  background: #060e57
}

.bg-gradient-steps-13 {
  background: #061058
}

.bg-gradient-steps-14 {
  background: #071159
}

.bg-gradient-steps-15 {
  background: #07125b
}

.bg-gradient-steps-16 {
  background: #08135c
}

.bg-gradient-steps-17 {
  background: #08145d
}

.bg-gradient-steps-18 {
  background: #08165e
}

.bg-gradient-steps-19 {
  background: #091760
}

.bg-gradient-steps-20 {
  background: #091861
}

.bg-gradient-steps-21 {
  background: #0a1962
}

.bg-gradient-steps-22 {
  background: #0a1a63
}

.bg-gradient-steps-23 {
  background: #0b1c65
}

.bg-gradient-steps-24 {
  background: #0b1d66
}

.bg-gradient-steps-25 {
  background: #0c1e67
}

.bg-gradient-steps-26 {
  background: #0c1f68
}

.bg-gradient-steps-27 {
  background: #0d2069
}

.bg-gradient-steps-28 {
  background: #0d226b
}

.bg-gradient-steps-29 {
  background: #0e236c
}

.bg-gradient-steps-30 {
  background: #0e246d
}

.bg-gradient-steps-31 {
  background: #0f256e
}

.bg-gradient-steps-32 {
  background: #0f2670
}

.bg-gradient-steps-33 {
  background: #102871
}

.bg-gradient-steps-34 {
  background: #102972
}

.bg-gradient-steps-35 {
  background: #102a73
}

.bg-gradient-steps-36 {
  background: #112b75
}

.bg-gradient-steps-37 {
  background: #112c76
}

.bg-gradient-steps-38 {
  background: #122e77
}

.bg-gradient-steps-39 {
  background: #122f78
}

.bg-gradient-steps-40 {
  background: #13307a
}

.bg-gradient-steps-41 {
  background: #13317b
}

.bg-gradient-steps-42 {
  background: #14327c
}

.bg-gradient-steps-43 {
  background: #14347d
}

.bg-gradient-steps-44 {
  background: #15357f
}

.bg-gradient-steps-45 {
  background: #153680
}

.bg-gradient-steps-46 {
  background: #163781
}

.bg-gradient-steps-47 {
  background: #163882
}

.bg-gradient-steps-48 {
  background: #173a84
}

.bg-gradient-steps-49 {
  background: #173b85
}

.bg-gradient-steps-50 {
  /* background: #183c86; */
  background:
  radial-gradient(at 95% 7%, #183c86 0, rgba(69, 188, 201, .001) 60%),
  radial-gradient(at 95% 93%, #183c86 0, rgba(250, 229, 0, .001) 60%),
  radial-gradient(at 6% 6%, #183c86 15%, rgba(0, 96, 250, .001) 80%),
  radial-gradient(at 6% 94%, #183c86 0, hsla(0, 0%, 100%, .001) 60%);
}

.bg-gradient-steps-51 {
  background: #183d87
}

.bg-gradient-steps-52 {
  background: #183e88
}

.bg-gradient-steps-53 {
  background: #19408a
}

.bg-gradient-steps-54 {
  background: #19418b
}

.bg-gradient-steps-55 {
  background: #1a428c
}

.bg-gradient-steps-56 {
  background: #1a438d
}

.bg-gradient-steps-57 {
  background: #1b448f
}

.bg-gradient-steps-58 {
  background: #1b4690
}

.bg-gradient-steps-59 {
  background: #1c4791
}

.bg-gradient-steps-60 {
  background: #1c4892
}

.bg-gradient-steps-61 {
  background: #1d4994
}

.bg-gradient-steps-62 {
  background: #1d4a95
}

.bg-gradient-steps-63 {
  background: #1e4c96
}

.bg-gradient-steps-64 {
  background: #1e4d97
}

.bg-gradient-steps-65 {
  background: #1f4e99
}

.bg-gradient-steps-66 {
  background: #1f4f9a
}

.bg-gradient-steps-67 {
  background: #1f509b
}

.bg-gradient-steps-68 {
  background: #20529c
}

.bg-gradient-steps-69 {
  background: #20539e
}

.bg-gradient-steps-70 {
  background: #21549f
}

.bg-gradient-steps-71 {
  background: #2155a0
}

.bg-gradient-steps-72 {
  background: #2256a1
}

.bg-gradient-steps-73 {
  background: #2258a3
}

.bg-gradient-steps-74 {
  background: #2359a4
}

.bg-gradient-steps-75 {
  background: #235aa5
}

.bg-gradient-steps-76 {
  background: #245ba6
}

.bg-gradient-steps-77 {
  background: #245ca7
}

.bg-gradient-steps-78 {
  background: #255ea9
}

.bg-gradient-steps-79 {
  background: #255faa
}

.bg-gradient-steps-80 {
  background: #2660ab
}

.bg-gradient-steps-81 {
  background: #2661ac
}

.bg-gradient-steps-82 {
  background: #2762ae
}

.bg-gradient-steps-83 {
  background: #2764af
}

.bg-gradient-steps-84 {
  background: #2765b0
}

.bg-gradient-steps-85 {
  background: #2866b1
}

.bg-gradient-steps-86 {
  background: #2867b3
}

.bg-gradient-steps-87 {
  background: #2968b4
}

.bg-gradient-steps-88 {
  background: #296ab5
}

.bg-gradient-steps-89 {
  background: #2a6bb6
}

.bg-gradient-steps-90 {
  background: #2a6cb8
}

.bg-gradient-steps-91 {
  background: #2b6db9
}

.bg-gradient-steps-92 {
  background: #2b6eba
}

.bg-gradient-steps-93 {
  background: #2c70bb
}

.bg-gradient-steps-94 {
  background: #2c71bd
}

.bg-gradient-steps-95 {
  background: #2d72be
}

.bg-gradient-steps-96 {
  background: #2d73bf
}

.bg-gradient-steps-97 {
  background: #2e74c0
}

.bg-gradient-steps-98 {
  background: #2e76c2
}

.bg-gradient-steps-99 {
  background: #2f77c3
}

.bg-gradient-steps-100 {
  /* background: #000048; */
  background:
    radial-gradient(at 95% 7%, #000048 0, rgba(69, 188, 201, .001) 60%),
    radial-gradient(at 95% 93%, #000048 0, rgba(250, 229, 0, .001) 60%),
    radial-gradient(at 6% 6%, #000048 15%, rgba(0, 96, 250, .001) 80%),
    radial-gradient(at 6% 94%, #000048 0, hsla(0, 0%, 100%, .001) 60%);
  /* @media(min-width: 600px) {
    .bg-grd-mesh-theme-5 {
      background:
        radial-gradient(at 95% 7%, #45bcc9 0, rgba(69, 188, 201, .001) 60%),
        radial-gradient(at 95% 93%, #02faa7 0, rgba(250, 229, 0, .001) 60%),
        radial-gradient(at 6% 6%, #0060fa 15%, rgba(0, 96, 250, .001) 80%),
        radial-gradient(at 6% 94%, #fff 0, hsla(0, 0%, 100%, .001) 60%);
    }
  } */
}

.gradient-overlay-primary {
  position: relative
}

.gradient-overlay-primary a:link:not(.button),
.gradient-overlay-primary a:not(.button) {
  --link-color: #26efe9;
  color: #fff
}

.gradient-overlay-primary:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 72, 0)), color-stop(30%, rgba(0, 0, 72, .15)), color-stop(45%, rgba(0, 0, 72, .25)), color-stop(85%, rgba(0, 0, 72, .75)), to(#000048));
  background-image: linear-gradient(180deg, rgba(0, 0, 72, 0) 0, rgba(0, 0, 72, .15) 30%, rgba(0, 0, 72, .25) 45%, rgba(0, 0, 72, .75) 85%, #000048);
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 75%;
  left: 0;
  position: absolute;
  width: 100%
}

.gradient-overlay-primary-full {
  color: #fff;
  position: relative
}

.gradient-overlay-primary-full a:link:not(.button),
.gradient-overlay-primary-full a:not(.button) {
  --link-color: #26efe9;
  color: #26efe9
}

.gradient-overlay-primary-full:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 72, 0)), color-stop(15%, rgba(0, 0, 72, .15)), color-stop(45%, rgba(0, 0, 72, .4)), color-stop(65%, rgba(0, 0, 72, .5)), to(rgba(0, 0, 72, .6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 72, 0) 0, rgba(0, 0, 72, .15) 15%, rgba(0, 0, 72, .4) 45%, rgba(0, 0, 72, .5) 65%, rgba(0, 0, 72, .6));
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%
}

.gradient-overlay-primary-angled {
  color: #fff;
  position: relative
}

.gradient-overlay-primary-angled a:link:not(.button),
.gradient-overlay-primary-angled a:not(.button) {
  --link-color: #26efe9;
  color: #26efe9
}

.gradient-overlay-primary-angled:after {
  background-image: linear-gradient(135deg, rgba(0, 0, 72, 0), rgba(0, 0, 72, .15) 30%, rgba(0, 0, 72, .25) 45%, rgba(0, 0, 72, .75) 85%, #000048);
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%
}

.gradient-overlay-primary-horizontal {
  position: relative
}

.gradient-overlay-primary-horizontal a:link:not(.cmp-button),
.gradient-overlay-primary-horizontal a:not(.cmp-button) {
  --link-color: #26efe9;
  color: #fff
}

.gradient-overlay-primary-horizontal:after {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 72, .7)), color-stop(25%, rgba(0, 0, 72, .6)), to(rgba(0, 0, 72, 0)));
  background-image: linear-gradient(90deg, rgba(0, 0, 72, .7) 0, rgba(0, 0, 72, .6) 25%, rgba(0, 0, 72, 0));
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 85%
}

@media(max-width: 599px) {
  .gradient-overlay-primary-horizontal:after {
    width: 100%
  }
}

.gradient-overlay-white {
  position: relative
}

.gradient-overlay-white a:link:not(.button),
.gradient-overlay-white a:not(.button) {
  --link-color: #2f78c4;
  color: #000048
}

.gradient-overlay-white:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(30%, hsla(0, 0%, 100%, .15)), color-stop(45%, hsla(0, 0%, 100%, .25)), color-stop(85%, hsla(0, 0%, 100%, .75)), to(#fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .15) 30%, hsla(0, 0%, 100%, .25) 45%, hsla(0, 0%, 100%, .75) 85%, #fff);
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 75%;
  left: 0;
  position: absolute;
  width: 100%
}

.gradient-overlay-white-full {
  color: #000048;
  position: relative
}

.gradient-overlay-white-full a:link:not(.button),
.gradient-overlay-white-full a:not(.button) {
  --link-color: #2f78c4;
  color: #2f78c4
}

.gradient-overlay-white-full:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(15%, hsla(0, 0%, 100%, .15)), color-stop(45%, hsla(0, 0%, 100%, .4)), color-stop(65%, hsla(0, 0%, 100%, .5)), to(hsla(0, 0%, 100%, .6)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .15) 15%, hsla(0, 0%, 100%, .4) 45%, hsla(0, 0%, 100%, .5) 65%, hsla(0, 0%, 100%, .6));
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%
}

.gradient-overlay-white-angled {
  color: #000048;
  position: relative
}

.gradient-overlay-white-angled a:link:not(.button),
.gradient-overlay-white-angled a:not(.button) {
  --link-color: #2f78c4;
  color: #2f78c4
}

.gradient-overlay-white-angled:after {
  background-image: linear-gradient(135deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .15) 30%, hsla(0, 0%, 100%, .25) 45%, hsla(0, 0%, 100%, .75) 85%, #fff);
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%
}

.gradient-overlay-white-horizontal {
  position: relative
}

.gradient-overlay-white-horizontal a:link:not(.cmp-button),
.gradient-overlay-white-horizontal a:not(.cmp-button) {
  --link-color: #2f78c4;
  color: #000048
}

.gradient-overlay-white-horizontal:after {
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, .7)), color-stop(25%, hsla(0, 0%, 100%, .6)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .7) 0, hsla(0, 0%, 100%, .6) 25%, hsla(0, 0%, 100%, 0));
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 85%
}

@media(max-width: 599px) {
  .gradient-overlay-white-horizontal:after {
    width: 100%
  }
}

.gradient-overlay-primary-50 {
  position: relative
}

.gradient-overlay-primary-50 a:link:not(.button),
.gradient-overlay-primary-50 a:not(.button) {
  --link-color: #26efe9;
  color: #fff
}

.gradient-overlay-primary-50:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 72, 0)), color-stop(30%, rgba(0, 0, 72, .15)), color-stop(45%, rgba(0, 0, 72, .25)), color-stop(85%, rgba(0, 0, 72, .75)), to(rgba(0, 0, 72, .5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 72, 0) 0, rgba(0, 0, 72, .15) 30%, rgba(0, 0, 72, .25) 45%, rgba(0, 0, 72, .75) 85%, rgba(0, 0, 72, .5));
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 75%;
  left: 0;
  position: absolute;
  width: 100%
}

.gradient-overlay-primary-50-full {
  color: #fff;
  position: relative
}

.gradient-overlay-primary-50-full a:link:not(.button),
.gradient-overlay-primary-50-full a:not(.button) {
  --link-color: #26efe9;
  color: #26efe9
}

.gradient-overlay-primary-50-full:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 72, 0)), color-stop(15%, rgba(0, 0, 72, .15)), color-stop(45%, rgba(0, 0, 72, .4)), color-stop(65%, rgba(0, 0, 72, .5)), to(rgba(0, 0, 72, .6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 72, 0) 0, rgba(0, 0, 72, .15) 15%, rgba(0, 0, 72, .4) 45%, rgba(0, 0, 72, .5) 65%, rgba(0, 0, 72, .6));
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%
}

.gradient-overlay-primary-50-angled {
  color: #fff;
  position: relative
}

.gradient-overlay-primary-50-angled a:link:not(.button),
.gradient-overlay-primary-50-angled a:not(.button) {
  --link-color: #26efe9;
  color: #26efe9
}

.gradient-overlay-primary-50-angled:after {
  background-image: linear-gradient(135deg, rgba(0, 0, 72, 0), rgba(0, 0, 72, .15) 30%, rgba(0, 0, 72, .25) 45%, rgba(0, 0, 72, .75) 85%, rgba(0, 0, 72, .5));
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%
}

.gradient-overlay-primary-50-horizontal {
  position: relative
}

.gradient-overlay-primary-50-horizontal a:link:not(.cmp-button),
.gradient-overlay-primary-50-horizontal a:not(.cmp-button) {
  --link-color: #26efe9;
  color: #fff
}

.gradient-overlay-primary-50-horizontal:after {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 72, .7)), color-stop(25%, rgba(0, 0, 72, .6)), to(rgba(0, 0, 72, 0)));
  background-image: linear-gradient(90deg, rgba(0, 0, 72, .7) 0, rgba(0, 0, 72, .6) 25%, rgba(0, 0, 72, 0));
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 85%
}

@media(max-width: 599px) {
  .gradient-overlay-primary-50-horizontal:after {
    width: 100%
  }
}

.gradient-overlay-primary-60 {
  position: relative
}

.gradient-overlay-primary-60 a:link:not(.button),
.gradient-overlay-primary-60 a:not(.button) {
  --link-color: #26efe9;
  color: #fff
}

.gradient-overlay-primary-60:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 72, 0)), color-stop(30%, rgba(0, 0, 72, .15)), color-stop(45%, rgba(0, 0, 72, .25)), color-stop(85%, rgba(0, 0, 72, .75)), to(rgba(0, 0, 72, .6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 72, 0) 0, rgba(0, 0, 72, .15) 30%, rgba(0, 0, 72, .25) 45%, rgba(0, 0, 72, .75) 85%, rgba(0, 0, 72, .6));
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 75%;
  left: 0;
  position: absolute;
  width: 100%
}

.gradient-overlay-primary-60-full {
  color: #fff;
  position: relative
}

.gradient-overlay-primary-60-full a:link:not(.button),
.gradient-overlay-primary-60-full a:not(.button) {
  --link-color: #26efe9;
  color: #26efe9
}

.gradient-overlay-primary-60-full:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 72, 0)), color-stop(15%, rgba(0, 0, 72, .15)), color-stop(45%, rgba(0, 0, 72, .4)), color-stop(65%, rgba(0, 0, 72, .5)), to(rgba(0, 0, 72, .6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 72, 0) 0, rgba(0, 0, 72, .15) 15%, rgba(0, 0, 72, .4) 45%, rgba(0, 0, 72, .5) 65%, rgba(0, 0, 72, .6));
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%
}

.gradient-overlay-primary-60-angled {
  color: #fff;
  position: relative
}

.gradient-overlay-primary-60-angled a:link:not(.button),
.gradient-overlay-primary-60-angled a:not(.button) {
  --link-color: #26efe9;
  color: #26efe9
}

.gradient-overlay-primary-60-angled:after {
  background-image: linear-gradient(135deg, rgba(0, 0, 72, 0), rgba(0, 0, 72, .15) 30%, rgba(0, 0, 72, .25) 45%, rgba(0, 0, 72, .75) 85%, rgba(0, 0, 72, .6));
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%
}

.gradient-overlay-primary-60-horizontal {
  position: relative
}

.gradient-overlay-primary-60-horizontal a:link:not(.cmp-button),
.gradient-overlay-primary-60-horizontal a:not(.cmp-button) {
  --link-color: #26efe9;
  color: #fff
}

.gradient-overlay-primary-60-horizontal:after {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 72, .7)), color-stop(25%, rgba(0, 0, 72, .6)), to(rgba(0, 0, 72, 0)));
  background-image: linear-gradient(90deg, rgba(0, 0, 72, .7) 0, rgba(0, 0, 72, .6) 25%, rgba(0, 0, 72, 0));
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 85%
}

@media(max-width: 599px) {
  .gradient-overlay-primary-60-horizontal:after {
    width: 100%
  }
}

.gradient-overlay-primary-85 {
  position: relative
}

.gradient-overlay-primary-85 a:link:not(.button),
.gradient-overlay-primary-85 a:not(.button) {
  --link-color: #26efe9;
  color: #fff
}

.gradient-overlay-primary-85:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 72, 0)), color-stop(30%, rgba(0, 0, 72, .15)), color-stop(45%, rgba(0, 0, 72, .25)), color-stop(85%, rgba(0, 0, 72, .75)), to(rgba(0, 0, 72, .85)));
  background-image: linear-gradient(180deg, rgba(0, 0, 72, 0) 0, rgba(0, 0, 72, .15) 30%, rgba(0, 0, 72, .25) 45%, rgba(0, 0, 72, .75) 85%, rgba(0, 0, 72, .85));
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 75%;
  left: 0;
  position: absolute;
  width: 100%
}

.gradient-overlay-primary-85-full {
  color: #fff;
  position: relative
}

.gradient-overlay-primary-85-full a:link:not(.button),
.gradient-overlay-primary-85-full a:not(.button) {
  --link-color: #26efe9;
  color: #26efe9
}

.gradient-overlay-primary-85-full:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 72, 0)), color-stop(15%, rgba(0, 0, 72, .15)), color-stop(45%, rgba(0, 0, 72, .4)), color-stop(65%, rgba(0, 0, 72, .5)), to(rgba(0, 0, 72, .6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 72, 0) 0, rgba(0, 0, 72, .15) 15%, rgba(0, 0, 72, .4) 45%, rgba(0, 0, 72, .5) 65%, rgba(0, 0, 72, .6));
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%
}

.gradient-overlay-primary-85-angled {
  color: #fff;
  position: relative
}

.gradient-overlay-primary-85-angled a:link:not(.button),
.gradient-overlay-primary-85-angled a:not(.button) {
  --link-color: #26efe9;
  color: #26efe9
}

.gradient-overlay-primary-85-angled:after {
  background-image: linear-gradient(135deg, rgba(0, 0, 72, 0), rgba(0, 0, 72, .15) 30%, rgba(0, 0, 72, .25) 45%, rgba(0, 0, 72, .75) 85%, rgba(0, 0, 72, .85));
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%
}

.gradient-overlay-primary-85-horizontal {
  position: relative
}

.gradient-overlay-primary-85-horizontal a:link:not(.cmp-button),
.gradient-overlay-primary-85-horizontal a:not(.cmp-button) {
  --link-color: #26efe9;
  color: #fff
}

.gradient-overlay-primary-85-horizontal:after {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 72, .7)), color-stop(25%, rgba(0, 0, 72, .6)), to(rgba(0, 0, 72, 0)));
  background-image: linear-gradient(90deg, rgba(0, 0, 72, .7) 0, rgba(0, 0, 72, .6) 25%, rgba(0, 0, 72, 0));
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 85%
}

@media(max-width: 599px) {
  .gradient-overlay-primary-85-horizontal:after {
    width: 100%
  }
}

.bg-overlay-primary {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 72, .55)), to(rgba(0, 0, 72, .55)));
  background-image: linear-gradient(rgba(0, 0, 72, .55), rgba(0, 0, 72, .55));
  color: #fff
}

.bg-overlay-white {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .55)), to(hsla(0, 0%, 100%, .55)));
  background-image: linear-gradient(hsla(0, 0%, 100%, .55), hsla(0, 0%, 100%, .55));
  color: #000048
}

img {
  block-size: auto;
  max-inline-size: 100%
}

.img-coverAll {
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: -1
}

div:has(>.img-coverAll) {
  position: relative
}

.img-parallax-fixed {
  -webkit-clip-path: inset(0);
  clip-path: inset(0)
}

.img-parallax-fixed .img-coverAll {
  position: fixed !important
}

.ratio-1x1 {
  aspect-ratio: 1/1;
  width: 100%
}

.ratio-4x3 {
  aspect-ratio: 4/3;
  width: 100%
}

.ratio-16x9 {
  aspect-ratio: 16/9;
  width: 100%
}

.ratio-21x9 {
  aspect-ratio: 21/9;
  width: 100%
}

:is(.h1, h1, .display-1, .display-2, .h2, h2, .h3, h3, .h5, h5) {
  -webkit-font-feature-settings: "ss00";
  font-feature-settings: "ss00"
}

.fs-4,
h4 {
  font-weight: 300
}

.fs-5,
h5 {
  font-weight: 400
}

.text :is(ul li, ol li, h5, h6) a,
p a {
  -webkit-text-decoration-skip: ink;
  text-decoration: underline;
  -webkit-text-decoration-color: inherit;
  text-decoration-color: inherit;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: .1em;
  text-underline-offset: .05em
}

blockquote {
  border: 2px solid;
  -o-border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1;
  border-image: linear-gradient(35deg, #2d2d8f 10%, #006fba 50%, #21fceb 94%) 1;
  border-left: none;
  border-right: none;
  color: #2f78c4;
  font-size: calc(1.26rem + .12vw);
  font-style: italic;
  margin: 3rem 0;
  padding: 3rem 1rem
}

@media(min-width: 1200px) {
  blockquote {
    font-size: 1.35rem
  }
}

cite {
  color: #97999b;
  font-size: 1rem;
  font-style: normal;
  margin-bottom: 0
}

cite:before {
  content: "— "
}

a {
  color: var(--link-color);
  font-weight: 600
}

a,
a:hover {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

a:hover {
  color: var(--link-hover-color)
}

.text-light {
  font-style: normal;
  font-weight: 300
}

.text-light-italic {
  font-style: italic;
  font-weight: 300
}

.text-regular {
  font-style: normal;
  font-weight: 400
}

.text-regular-italic {
  font-style: italic;
  font-weight: 400
}

.text-bold {
  font-style: normal;
  font-weight: 600
}

.text-bold-italic {
  font-style: italic;
  font-weight: 600
}

h1:has(>.fs-large) {
  height: 6rem;
  margin-bottom: 0;
  position: relative
}

.fs-large {
  font-size: 7.5rem;
  position: absolute
}

a:has(>.aem-i-header-link) {
  color: #000048;
  font-weight: 300;
  text-decoration: none
}

a:has(>.aem-i-paragraph-link) {
  text-decoration: none
}

.nav-tabs {
  background-color: #e5eff9;
  border: 1px solid #d0d0ce;
  border-radius: .5rem .5rem 0 0
}

.nav-tabs li.nav-item {
  margin-bottom: 0
}

.nav-tabs li.nav-item:first-child .nav-link {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem
}

@media(min-width: 600px) {
  .nav-tabs li.nav-item:first-child .nav-link {
    border-top-right-radius: 0
  }
}

.nav-tabs li.nav-item .nav-link {
  border-radius: inherit;
  color: #2f78c4;
  cursor: pointer;
  padding: .75rem 1.25rem
}

.nav-tabs li.nav-item .nav-link.active {
  -webkit-box-shadow: inset 0 4px 0 0 #2f78c4, 0 0 0 0 #fff;
  box-shadow: inset 0 4px 0 0 #2f78c4, 0 0 0 0 #fff;
  color: #000048
}

@media(min-width: 600px) {
  .nav-tabs li.nav-item .nav-link.active {
    -webkit-box-shadow: inset 0 4px 0 0 #2f78c4, 0 2px 0 0 #fff;
    box-shadow: inset 0 4px 0 0 #2f78c4, 0 2px 0 0 #fff
  }
}

.nav-tabs li.nav-item .nav-link:hover:not(.active) {
  background-color: #fff
}

.nav-fill li.nav-item:first-child .nav-link,
.nav-justified li.nav-item:first-child .nav-link {
  border-top-right-radius: .5rem
}

@media(min-width: 600px) {

  .nav-fill li.nav-item:first-child .nav-link,
  .nav-justified li.nav-item:first-child .nav-link {
    border-top-right-radius: 0
  }
}

.nav-fill li.nav-item:last-child .nav-link,
.nav-justified li.nav-item:last-child .nav-link {
  border-top-right-radius: 0
}

@media(min-width: 600px) {

  .nav-fill li.nav-item:last-child .nav-link,
  .nav-justified li.nav-item:last-child .nav-link {
    border-top-right-radius: .5rem
  }
}

.nav-justified li.nav-item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%
}

@media(min-width: 600px) {
  .nav-justified li.nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0
  }
}

.tab-content {
  border: 1px solid #d0d0ce;
  border-radius: 0 0 .5rem .5rem
}

.tab-content .tab-pane {
  padding: 1.25rem
}

.horizontal-tabs .nav-tabs {
  display: none
}

.horizontal-tabs .tab-content {
  overflow: hidden
}

.horizontal-tabs .tab-content .tab-pane {
  padding: 0
}

.horizontal-tabs .tab-content {
  border-width: 0
}

@media(min-width: 1024px) {
  .horizontal-tabs .tab-content {
    border-width: 1px
  }
}

.horizontal-tabs .tab-content .tab-pane {
  display: block
}

.horizontal-tabs .tab-content .tab-pane.fade {
  opacity: 1
}

@media(min-width: 1024px) {
  .horizontal-tabs .tab-content .tab-pane {
    display: none
  }

  .horizontal-tabs .tab-content .tab-pane.fade:not(.show) {
    opacity: 0
  }

  .horizontal-tabs .tab-content .tab-pane.active {
    display: block
  }

  .horizontal-tabs .tab-content .tab-pane.active.fade.show {
    opacity: 1
  }
}

.horizontal-tabs .tab-content .tab-pane:first-child .card-header {
  border-radius: .5rem .5rem 0 0
}

.horizontal-tabs .tab-content .tab-pane.card:last-child .card-body,
.horizontal-tabs .tab-content .tab-pane:last-child .card-header .collapsed {
  border-radius: 0 0 .5rem .5rem
}

.horizontal-tabs .tab-content .tab-pane.card .card-body {
  border: 1px solid #97999b;
  border-top: 0;
  margin-top: -1px
}

@media(min-width: 1024px) {
  .horizontal-tabs .tab-content .tab-pane.card .card-body {
    border: 0
  }
}

.horizontal-tabs .tab-content .tab-pane.card .card-header {
  margin-bottom: 1px
}

.horizontal-tabs .tab-content .tab-pane.card .card-header a {
  color: #fff;
  display: block;
  padding-right: 20px;
  position: relative
}

.horizontal-tabs .tab-content .tab-pane.card .card-header a:after {
  color: #fff !important;
  content: "";
  /* font-family: Cognizant-Icons; */
  font-size: inherit;
  font-weight: 600;
  line-height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%
}

.horizontal-tabs .tab-content .tab-pane.card .card-header a.collapsed:after {
  content: ""
}

@media(min-width: 1024px) {
  .horizontal-tabs .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .horizontal-tabs .card {
    border: none
  }

  .horizontal-tabs .card .card-header {
    display: none
  }

  .horizontal-tabs .card .card-header a.collapsed:before {
    content: ""
  }

  .horizontal-tabs .card .collapse {
    display: block
  }
}

.hover-grow.active {
  -webkit-transform: scale(1.035);
  transform: scale(1.035);
  -webkit-transform-origin: left center;
  transform-origin: left center
}

/* @font-face {
  font-display: block;
  font-family: Cognizant-Icons;
  font-style: normal;
  font-weight: 400;
  src: url(../../../etc.clientlibs/cognizant-dot-com/clientlibs/clientlib-site/resources/icons/Cognizant-Icons.ttf?fo68q0) format("truetype"), url(../../../etc.clientlibs/cognizant-dot-com/clientlibs/clientlib-site/resources/icons/Cognizant-Icons.svg?fo68q0#Cognizant-Icons) format("svg")
} */

.cmp-icon,
.cmp-icon-pseudo:before {
  speak: never;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* font-family: Cognizant-Icons !important; */
  font-style: normal;
  font-variant: normal;
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-left: .25rem;
  text-transform: none
}

.cmp-icon[class*=logo],
i[class*=logo] {
  font-weight: 400 !important
}

.cmp-icon-pseudo--spacer:before {
  padding-right: 1rem
}

a.cmp-icon-pseudo {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}


.close:before {
  content: "×";
  font-family: Gellix !important;
  font-weight: 400
}

.cog-card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  word-wrap: break-word;
  --heading-color: #2f78c4;
  --link-color: #2f78c4;
  --link-hover-color: #000048;
  background-clip: border-box;
  background-color: #fff;  
  border: 1px solid var(--bs-border-color-translucent);
  color: #000048;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1rem;
  min-width: 0;
  position: relative;
  width: 100%
}

.cog-card hr {
  border-bottom: 2px solid #97999b;
  border-top: 0
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem
}

.card-title {
  margin-bottom: .5rem
}

.card-subtitle {
  margin-bottom: 0;
  margin-top: -.25rem
}

.card-link:hover {
  text-decoration: none
}

.card-link+.card-link {
  margin-left: 1rem
}

.card-header {
  border-bottom: 1px solid var(--bs-border-color-translucent);
  margin-bottom: 0;
  padding: .5rem 1rem
}

.card-footer,
.card-header:not([class*=bg-]) {
  background-color: rgba(0, 0, 72, .03)
}

.card-footer {
  border-top: 1px solid var(--bs-border-color-translucent);
  padding: .5rem 1rem
}

.cog-card-tile .share-icons a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.cog-card-tile .anim-icon {
  display: inline-block;
  line-height: 0;
  margin: 0;
  text-align: right
}

.cog-card-tile .anim-icon a .anim-text,
.cog-card-tile .anim-icon a span {
  display: block;
  -webkit-transition: all .5s cubic-bezier(.77, 0, .175, 1);
  transition: all .5s cubic-bezier(.77, 0, .175, 1)
}

.cog-card-tile .anim-icon a .anim-text {
  font-size: 60%;
  opacity: 0;
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem)
}

.cog-card-tile .anim-icon a:hover span {
  -webkit-transform: translateY(-.75rem);
  transform: translateY(-.75rem)
}

.cog-card-tile .anim-icon a:hover .anim-text {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.cog-card-tile .card-image {
  height: 6rem;
  overflow: hidden
}

.cog-card-tile .label.tags {
  position: absolute;
  top: 1rem
}

.cog-cardgrid,
.cog-infographics-card {
  border: 4px solid #000048;
  margin-bottom: 2rem
}

.cog-cardgrid .label,
.cog-infographics-card .label {
  background: #000048;
  border-radius: 0;
  color: #fff;
  cursor: default;
  display: inline-block;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1;
  padding: .4rem .5rem;
  white-space: nowrap
}

.cog-cardgrid .label img,
.cog-infographics-card .label img {
  display: inline-block;
  vertical-align: middle
}

.cog-cardgrid .card-body .text-shadow,
.cog-infographics-card .card-body .text-shadow {
  text-shadow: 0 0 20px #2f78c4
}

.cog-cardgrid .card-footer,
.cog-infographics-card .card-footer {
  border-top: none
}

.cog-cardgrid hr,
.cog-infographics-card hr {
  border: 0;
  border-bottom: 1px solid #97999b
}

.cog-cardgrid.bgr-grd-card-grid:after,
.cog-infographics-card.bgr-grd-card-grid:after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 72, 0)), color-stop(15%, rgba(0, 0, 72, .15)), color-stop(45%, rgba(0, 0, 72, .4)), color-stop(65%, rgba(0, 0, 72, .5)), to(rgba(0, 0, 72, .6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 72, 0) 0, rgba(0, 0, 72, .15) 15%, rgba(0, 0, 72, .4) 45%, rgba(0, 0, 72, .5) 65%, rgba(0, 0, 72, .6));
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%
}

.box-shadow-hover {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 72, 0);
  box-shadow: 0 0 0 rgba(0, 0, 72, 0);
  -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
  transition: all .6s cubic-bezier(.165, .84, .44, 1)
}

.box-shadow-hover:hover {
  -webkit-box-shadow: 0 10px 30px 5px rgba(0, 0, 72, .2);
  box-shadow: 0 10px 30px 5px rgba(0, 0, 72, .2);
  -webkit-transform: scale(1.01);
  transform: scale(1.01)
}

.box-shadow-hover:hover .anim-icon .cmp-icon {
  -webkit-transform: translateY(-.75rem);
  transform: translateY(-.75rem);
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out
}

.box-shadow-hover:hover .anim-icon .anim-text {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.box-shadow-hover .anim-icon {
  display: inline-block;
  line-height: 0;
  margin: 0;
  text-align: right
}

.box-shadow-hover .anim-icon .cmp-icon {
  margin-left: 0;
  margin-top: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.box-shadow-hover .anim-icon .anim-text,
.box-shadow-hover .anim-icon .cmp-icon {
  display: block;
  -webkit-transition: all .5s cubic-bezier(.77, 0, .175, 1);
  transition: all .5s cubic-bezier(.77, 0, .175, 1)
}

.box-shadow-hover .anim-icon .anim-text {
  font-size: 60%;
  opacity: 0;
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem)
}


.sticky-wrapper .contact-sticky .aem-GridColumn .cmp-form-button.sticky-button {
  background-color: #6aa2dc;
  border: none;
  border-radius: 0 0 .5rem .5rem;
  color: #000048;
  font-weight: 600;
  position: fixed;
  right: 0;
  top: 56%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  white-space: nowrap;
  z-index: 5
}

.sticky-wrapper .contact-sticky .aem-GridColumn .cmp-form-button.sticky-button:hover {
  color: rgba(0, 0, 72, .5)
}

@media(max-width: 1023px) {
  .sticky-wrapper .contact-sticky .aem-GridColumn .cmp-form-button.sticky-button {
    padding-bottom: .3rem !important;
    padding-top: .2rem !important
  }
}


[class*=cog-container--col].rm-vertical-padding>.cmp-container,
[class*=cog-container--col].rm-vertical-padding>.cmp-container-full>.cog-container {
  padding-bottom: 0;
  padding-top: 0
}

[class*=cog-container--col].rm-top-padding>.cmp-container,
[class*=cog-container--col].rm-top-padding>.cmp-container-full>.cog-container {
  padding-top: 0
}

[class*=cog-container--col].rm-bottom-padding>.cmp-container,
[class*=cog-container--col].rm-bottom-padding>.cmp-container-full>.cog-container {
  padding-bottom: 0
}

[class*=cog-container--col].rm-horizontal-padding>.cmp-container,
[class*=cog-container--col].rm-horizontal-padding>.cmp-container-full>.cog-container {
  margin-left: -.5rem;
  margin-right: -.5rem
}

[class*=cog-container--col].rm-middle-gap>.cmp-container,
[class*=cog-container--col].rm-middle-gap>.cmp-container-full>.cog-container {
  grid-row-gap: 0
}

[class*=cog-container--col]>.cmp-container,
[class*=cog-container--col]>.cmp-container-full>.cog-container {
  grid-row-gap: 1rem;
  display: grid;
  padding: 3rem 0
}

[class*=cog-container--col]>.cmp-container-full>.cog-container>*,
[class*=cog-container--col]>.cmp-container>* {
  padding-left: .5rem;
  padding-right: .5rem
}

[class*=cog-container--col-one]>.cmp-container,
[class*=cog-container--col-one]>.cmp-container-full>.cog-container {
  grid-template-columns: minmax(0, 1fr)
}

@media(min-width: 600px) {

  .cog-container--col-one-1>.cmp-container,
  .cog-container--col-one-1>.cmp-container-full>.cog-container {
    width: 100%
  }

  .cog-container--col-one-6>.cmp-container,
  .cog-container--col-one-6>.cmp-container-full>.cog-container {
    width: 50%
  }

  .cog-container--col-one-6-center>.cmp-container,
  .cog-container--col-one-6-center>.cmp-container-full>.cog-container {
    margin-left: auto;
    margin-right: auto;
    width: 50%
  }

  .cog-container--col-one-7>.cmp-container,
  .cog-container--col-one-7>.cmp-container-full>.cog-container {
    width: 58.3333333333%
  }

  .cog-container--col-one-7-center>.cmp-container,
  .cog-container--col-one-7-center>.cmp-container-full>.cog-container {
    margin-left: auto;
    margin-right: auto;
    width: 58.3333333333%
  }

  .cog-container--col-one-8>.cmp-container,
  .cog-container--col-one-8>.cmp-container-full>.cog-container {
    width: 66.6666666667%
  }

  .cog-container--col-one-8-center>.cmp-container,
  .cog-container--col-one-8-center>.cmp-container-full>.cog-container {
    margin-left: auto;
    margin-right: auto;
    width: 66.6666666667%
  }

  .cog-container--col-one-9>.cmp-container,
  .cog-container--col-one-9>.cmp-container-full>.cog-container {
    width: 75%
  }

  .cog-container--col-one-9-center>.cmp-container,
  .cog-container--col-one-9-center>.cmp-container-full>.cog-container {
    margin-left: auto;
    margin-right: auto;
    width: 75%
  }

  .cog-container--col-one-10>.cmp-container,
  .cog-container--col-one-10>.cmp-container-full>.cog-container {
    width: 83.3333333333%
  }

  .cog-container--col-one-10-center>.cmp-container,
  .cog-container--col-one-10-center>.cmp-container-full>.cog-container {
    margin-left: auto;
    margin-right: auto;
    width: 83.3333333333%
  }
}

.cog-container--col-two-2-10>.cmp-container,
.cog-container--col-two-2-10>.cmp-container-full>.cog-container {
  grid-template-columns: 1fr
}

@media(min-width: 600px) {

  .cog-container--col-two-2-10>.cmp-container,
  .cog-container--col-two-2-10>.cmp-container-full>.cog-container {
    grid-template-columns: minmax(0, 2fr) minmax(0, 10fr)
  }
}

@media(min-width: 1024px) {

  .cog-container--col-two-2-10>.cmp-container,
  .cog-container--col-two-2-10>.cmp-container-full>.cog-container {
    grid-template-columns: minmax(0, 2fr) minmax(0, 10fr)
  }
}

.cog-container--col-two-3-9>.cmp-container,
.cog-container--col-two-3-9>.cmp-container-full>.cog-container {
  grid-template-columns: 1fr
}

@media(min-width: 600px) {

  .cog-container--col-two-3-9>.cmp-container,
  .cog-container--col-two-3-9>.cmp-container-full>.cog-container {
    grid-template-columns: minmax(0, 3fr) minmax(0, 9fr)
  }
}

@media(min-width: 1024px) {

  .cog-container--col-two-3-9>.cmp-container,
  .cog-container--col-two-3-9>.cmp-container-full>.cog-container {
    grid-template-columns: minmax(0, 3fr) minmax(0, 9fr)
  }
}

.cog-container--col-two-4-8>.cmp-container,
.cog-container--col-two-4-8>.cmp-container-full>.cog-container {
  grid-template-columns: 1fr
}

@media(min-width: 600px) {

  .cog-container--col-two-4-8>.cmp-container,
  .cog-container--col-two-4-8>.cmp-container-full>.cog-container {
    grid-template-columns: minmax(0, 4fr) minmax(0, 8fr)
  }
}

@media(min-width: 1024px) {

  .cog-container--col-two-4-8>.cmp-container,
  .cog-container--col-two-4-8>.cmp-container-full>.cog-container {
    grid-template-columns: minmax(0, 4fr) minmax(0, 8fr)
  }
}

.cog-container--col-two-5-7>.cmp-container,
.cog-container--col-two-5-7>.cmp-container-full>.cog-container {
  grid-template-columns: 1fr
}

@media(min-width: 600px) {

  .cog-container--col-two-5-7>.cmp-container,
  .cog-container--col-two-5-7>.cmp-container-full>.cog-container {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr)
  }
}

@media(min-width: 1024px) {

  .cog-container--col-two-5-7>.cmp-container,
  .cog-container--col-two-5-7>.cmp-container-full>.cog-container {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr)
  }
}

.cog-container--col-two-6-6>.cmp-container,
.cog-container--col-two-6-6>.cmp-container-full>.cog-container {
  grid-template-columns: 1fr
}

@media(min-width: 600px) {

  .cog-container--col-two-6-6>.cmp-container,
  .cog-container--col-two-6-6>.cmp-container-full>.cog-container {
    grid-template-columns: minmax(0, 6fr) minmax(0, 6fr)
  }
}

@media(min-width: 1024px) {

  .cog-container--col-two-6-6>.cmp-container,
  .cog-container--col-two-6-6>.cmp-container-full>.cog-container {
    grid-template-columns: minmax(0, 6fr) minmax(0, 6fr)
  }
}

.cog-container--col-two-7-5>.cmp-container,
.cog-container--col-two-7-5>.cmp-container-full>.cog-container {
  grid-template-columns: 1fr
}

@media(min-width: 600px) {

  .cog-container--col-two-7-5>.cmp-container,
  .cog-container--col-two-7-5>.cmp-container-full>.cog-container {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr)
  }
}

@media(min-width: 1024px) {

  .cog-container--col-two-7-5>.cmp-container,
  .cog-container--col-two-7-5>.cmp-container-full>.cog-container {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr)
  }
}

.cog-container--col-two-8-4>.cmp-container,
.cog-container--col-two-8-4>.cmp-container-full>.cog-container {
  grid-template-columns: 1fr
}

@media(min-width: 600px) {

  .cog-container--col-two-8-4>.cmp-container,
  .cog-container--col-two-8-4>.cmp-container-full>.cog-container {
    grid-template-columns: minmax(0, 8fr) minmax(0, 4fr)
  }
}

@media(min-width: 1024px) {

  .cog-container--col-two-8-4>.cmp-container,
  .cog-container--col-two-8-4>.cmp-container-full>.cog-container {
    grid-template-columns: minmax(0, 8fr) minmax(0, 4fr)
  }
}

.cog-container--col-two-9-3>.cmp-container,
.cog-container--col-two-9-3>.cmp-container-full>.cog-container {
  grid-template-columns: 1fr
}

@media(min-width: 600px) {

  .cog-container--col-two-9-3>.cmp-container,
  .cog-container--col-two-9-3>.cmp-container-full>.cog-container {
    grid-template-columns: minmax(0, 9fr) minmax(0, 3fr)
  }
}

@media(min-width: 1024px) {

  .cog-container--col-two-9-3>.cmp-container,
  .cog-container--col-two-9-3>.cmp-container-full>.cog-container {
    grid-template-columns: minmax(0, 9fr) minmax(0, 3fr)
  }
}

.cog-container--col-two-10-2>.cmp-container,
.cog-container--col-two-10-2>.cmp-container-full>.cog-container {
  grid-template-columns: 1fr
}

@media(min-width: 600px) {

  .cog-container--col-two-10-2>.cmp-container,
  .cog-container--col-two-10-2>.cmp-container-full>.cog-container {
    grid-template-columns: minmax(0, 10fr) minmax(0, 2fr)
  }
}

@media(min-width: 1024px) {

  .cog-container--col-two-10-2>.cmp-container,
  .cog-container--col-two-10-2>.cmp-container-full>.cog-container {
    grid-template-columns: minmax(0, 10fr) minmax(0, 2fr)
  }
}

.cog-container--col-three-4-4-4>.cmp-container,
.cog-container--col-three-4-4-4>.cmp-container-full>.cog-container {
  grid-template-columns: 1fr
}

@media(min-width: 600px) {

  .cog-container--col-three-4-4-4>.cmp-container,
  .cog-container--col-three-4-4-4>.cmp-container-full>.cog-container {
    grid-template-columns: minmax(0, 6fr) minmax(0, 6fr)
  }
}

@media(min-width: 1024px) {

  .cog-container--col-three-4-4-4>.cmp-container,
  .cog-container--col-three-4-4-4>.cmp-container-full>.cog-container {
    grid-template-columns: minmax(0, 4fr) minmax(0, 4fr) minmax(0, 4fr)
  }
}

.cog-container--col-three-2-8-2>.cmp-container,
.cog-container--col-three-2-8-2>.cmp-container-full>.cog-container {
  grid-template-columns: 1fr
}

@media(min-width: 600px) {

  .cog-container--col-three-2-8-2>.cmp-container,
  .cog-container--col-three-2-8-2>.cmp-container-full>.cog-container {
    grid-template-columns: minmax(0, 6fr) minmax(0, 6fr)
  }
}

@media(min-width: 1024px) {

  .cog-container--col-three-2-8-2>.cmp-container,
  .cog-container--col-three-2-8-2>.cmp-container-full>.cog-container {
    grid-template-columns: minmax(0, 2fr) minmax(0, 8fr) minmax(0, 2fr)
  }
}

.cog-container--col-three-6-3-3>.cmp-container,
.cog-container--col-three-6-3-3>.cmp-container-full>.cog-container {
  grid-template-columns: 1fr
}

@media(min-width: 600px) {

  .cog-container--col-three-6-3-3>.cmp-container,
  .cog-container--col-three-6-3-3>.cmp-container-full>.cog-container {
    grid-template-columns: minmax(0, 6fr) minmax(0, 6fr)
  }
}

@media(min-width: 1024px) {

  .cog-container--col-three-6-3-3>.cmp-container,
  .cog-container--col-three-6-3-3>.cmp-container-full>.cog-container {
    grid-template-columns: minmax(0, 6fr) minmax(0, 3fr) minmax(0, 3fr)
  }
}

.cog-container--col-three-3-3-6>.cmp-container,
.cog-container--col-three-3-3-6>.cmp-container-full>.cog-container {
  grid-template-columns: 1fr
}

@media(min-width: 600px) {

  .cog-container--col-three-3-3-6>.cmp-container,
  .cog-container--col-three-3-3-6>.cmp-container-full>.cog-container {
    grid-template-columns: minmax(0, 6fr) minmax(0, 6fr)
  }
}

@media(min-width: 1024px) {

  .cog-container--col-three-3-3-6>.cmp-container,
  .cog-container--col-three-3-3-6>.cmp-container-full>.cog-container {
    grid-template-columns: minmax(0, 3fr) minmax(0, 3fr) minmax(0, 6fr)
  }
}

.cog-container--col-four-3-3-3-3>.cmp-container,
.cog-container--col-four-3-3-3-3>.cmp-container-full>.cog-container {
  grid-template-columns: 1fr
}

@media(min-width: 600px) {

  .cog-container--col-four-3-3-3-3>.cmp-container,
  .cog-container--col-four-3-3-3-3>.cmp-container-full>.cog-container {
    grid-template-columns: minmax(0, 6fr) minmax(0, 6fr)
  }
}

@media(min-width: 1024px) {

  .cog-container--col-four-3-3-3-3>.cmp-container,
  .cog-container--col-four-3-3-3-3>.cmp-container-full>.cog-container {
    grid-template-columns: minmax(0, 3fr) minmax(0, 3fr) minmax(0, 3fr) minmax(0, 3fr)
  }
}

@media(max-width: 1023px) {
  .cmp-container-full.corner-image {
    background-position: right 0 !important
  }
}

@media(max-width: 599px) {

  .bg-img-sm-none .cmp-container,
  .bg-img-sm-none .cmp-container-full {
    background-image: none !important
  }
}

@media(min-width: 600px)and (max-width:1023px) {

  .bg-img-md-none .cmp-container,
  .bg-img-md-none .cmp-container-full {
    background-image: none !important
  }
}

@media(min-width: 1024px) {

  .bg-img-lg-none .cmp-container,
  .bg-img-lg-none .cmp-container-full {
    background-image: none !important
  }
}

.cog-hero-banner {
  word-break: normal
}

@media(min-width: 1024px) {
  .cog-hero-banner .pos-xy-axis {
    -o-object-position: var(--axis-lg) !important;
    object-position: var(--axis-lg) !important
  }
}

@media(min-width: 600px)and (max-width:1023px) {
  .cog-hero-banner .pos-xy-axis {
    -o-object-position: var(--axis-md) !important;
    object-position: var(--axis-md) !important
  }
}

@media(max-width: 599px) {
  .cog-hero-banner .pos-xy-axis {
    -o-object-position: var(--axis-sm) !important;
    object-position: var(--axis-sm) !important
  }

  .bg-opacity-50-sm-primary {
    background-color: rgba(0, 0, 72, .5)
  }

  .bg-opacity-50-sm-white {
    background-color: hsla(0, 0%, 100%, .5)
  }
}


*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}




hr {
  border: 0;
  border-top: 1px solid;
  color: inherit;
  margin: 1rem 0;
  opacity: .25
}

.h1,
.h2,
.h3,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
  margin-top: 0
}

.h1,
h1 {
  font-size: calc(1.545rem + 3.54vw)
}

@media(min-width: 1200px) {

  .h1,
  h1 {
    font-size: 4.2rem
  }
}

.h2,
h2 {
  font-size: calc(1.44rem + 2.28vw)
}

@media(min-width: 1200px) {

  .h2,
  h2 {
    font-size: 3.15rem
  }
}

.h3,
h3 {
  font-size: calc(1.36rem + 1.32vw)
}

@media(min-width: 1200px) {

  .h3,
  h3 {
    font-size: 2.35rem
  }
}

.h4,
h4 {
  font-size: calc(1.305rem + .66vw)
}

@media(min-width: 1200px) {

  .h4,
  h4 {
    font-size: 1.8rem
  }
}

.h5,
h5 {
  font-size: calc(1.26rem + .12vw)
}

@media(min-width: 1200px) {

  .h5,
  h5 {
    font-size: 1.35rem
  }
}

.h6,
h6 {
  font-size: 1rem
}

p {
  margin-bottom: 1rem;
  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: 600
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

b,
strong {
  font-weight: bolder
}

.small,
small {
  font-size: .75rem
}

.mark,
mark {
  background-color: var(--bs-highlight-bg);
  padding: .1875em
}

sub,
sup {
  font-size: .75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: var(--bs-link-color);
  text-decoration: none
}

a:hover {
  color: var(--bs-link-hover-color)
}

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: .75rem;
  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: .75rem
}

a>code {
  color: inherit
}

kbd {
  background-color: var(--bs-body-color);
  border-radius: .25rem;
  color: var(--bs-body-bg);
  font-size: .75rem;
  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: rgba(var(--bs-body-color-rgb), .75);
  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: 1.25rem;
  font-weight: 600
}

.display-1 {
  font-size: calc(1.825rem + 6.9vw);
  font-weight: 600;
  line-height: 1.2
}

@media(min-width: 1200px) {
  .display-1 {
    font-size: 7rem
  }
}

.display-2 {
  font-size: calc(1.685rem + 5.22vw);
  font-weight: 600;
  line-height: 1.2
}

@media(min-width: 1200px) {
  .display-2 {
    font-size: 5.6rem
  }
}

.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: .75rem;
  text-transform: uppercase
}

.blockquote {
  font-size: 1.25rem;
  margin-bottom: 1rem
}

.blockquote>:last-child {
  margin-bottom: 0
}

.blockquote-footer {
  color: #d0d0ce;
  font-size: .75rem;
  margin-bottom: 1rem;
  margin-top: -1rem
}

.blockquote-footer:before {
  content: "— "
}

.row {
  --bs-gutter-x: 1rem;
  --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%
}

.grid {
  display: grid;
  gap: var(--bs-gap, 1rem);
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  grid-template-rows: repeat(var(--bs-rows, 1), 1fr)
}

.grid .g-col-1 {
  grid-column: auto/span 1
}

.grid .g-col-2 {
  grid-column: auto/span 2
}

.grid .g-col-3 {
  grid-column: auto/span 3
}

.grid .g-col-4 {
  grid-column: auto/span 4
}

.grid .g-col-5 {
  grid-column: auto/span 5
}

.grid .g-col-6 {
  grid-column: auto/span 6
}

.grid .g-col-7 {
  grid-column: auto/span 7
}

.grid .g-col-8 {
  grid-column: auto/span 8
}

.grid .g-col-9 {
  grid-column: auto/span 9
}

.grid .g-col-10 {
  grid-column: auto/span 10
}

.grid .g-col-11 {
  grid-column: auto/span 11
}

.grid .g-col-12 {
  grid-column: auto/span 12
}

.grid .g-start-1 {
  grid-column-start: 1
}

.grid .g-start-2 {
  grid-column-start: 2
}

.grid .g-start-3 {
  grid-column-start: 3
}

.grid .g-start-4 {
  grid-column-start: 4
}

.grid .g-start-5 {
  grid-column-start: 5
}

.grid .g-start-6 {
  grid-column-start: 6
}

.grid .g-start-7 {
  grid-column-start: 7
}

.grid .g-start-8 {
  grid-column-start: 8
}

.grid .g-start-9 {
  grid-column-start: 9
}

.grid .g-start-10 {
  grid-column-start: 10
}

.grid .g-start-11 {
  grid-column-start: 11
}

@media(min-width: 600px) {
  .grid .g-col-md-1 {
    grid-column: auto/span 1
  }

  .grid .g-col-md-2 {
    grid-column: auto/span 2
  }

  .grid .g-col-md-3 {
    grid-column: auto/span 3
  }

  .grid .g-col-md-4 {
    grid-column: auto/span 4
  }

  .grid .g-col-md-5 {
    grid-column: auto/span 5
  }

  .grid .g-col-md-6 {
    grid-column: auto/span 6
  }

  .grid .g-col-md-7 {
    grid-column: auto/span 7
  }

  .grid .g-col-md-8 {
    grid-column: auto/span 8
  }

  .grid .g-col-md-9 {
    grid-column: auto/span 9
  }

  .grid .g-col-md-10 {
    grid-column: auto/span 10
  }

  .grid .g-col-md-11 {
    grid-column: auto/span 11
  }

  .grid .g-col-md-12 {
    grid-column: auto/span 12
  }

  .grid .g-start-md-1 {
    grid-column-start: 1
  }

  .grid .g-start-md-2 {
    grid-column-start: 2
  }

  .grid .g-start-md-3 {
    grid-column-start: 3
  }

  .grid .g-start-md-4 {
    grid-column-start: 4
  }

  .grid .g-start-md-5 {
    grid-column-start: 5
  }

  .grid .g-start-md-6 {
    grid-column-start: 6
  }

  .grid .g-start-md-7 {
    grid-column-start: 7
  }

  .grid .g-start-md-8 {
    grid-column-start: 8
  }

  .grid .g-start-md-9 {
    grid-column-start: 9
  }

  .grid .g-start-md-10 {
    grid-column-start: 10
  }

  .grid .g-start-md-11 {
    grid-column-start: 11
  }
}

@media(min-width: 1024px) {
  .grid .g-col-lg-1 {
    grid-column: auto/span 1
  }

  .grid .g-col-lg-2 {
    grid-column: auto/span 2
  }

  .grid .g-col-lg-3 {
    grid-column: auto/span 3
  }

  .grid .g-col-lg-4 {
    grid-column: auto/span 4
  }

  .grid .g-col-lg-5 {
    grid-column: auto/span 5
  }

  .grid .g-col-lg-6 {
    grid-column: auto/span 6
  }

  .grid .g-col-lg-7 {
    grid-column: auto/span 7
  }

  .grid .g-col-lg-8 {
    grid-column: auto/span 8
  }

  .grid .g-col-lg-9 {
    grid-column: auto/span 9
  }

  .grid .g-col-lg-10 {
    grid-column: auto/span 10
  }

  .grid .g-col-lg-11 {
    grid-column: auto/span 11
  }

  .grid .g-col-lg-12 {
    grid-column: auto/span 12
  }

  .grid .g-start-lg-1 {
    grid-column-start: 1
  }

  .grid .g-start-lg-2 {
    grid-column-start: 2
  }

  .grid .g-start-lg-3 {
    grid-column-start: 3
  }

  .grid .g-start-lg-4 {
    grid-column-start: 4
  }

  .grid .g-start-lg-5 {
    grid-column-start: 5
  }

  .grid .g-start-lg-6 {
    grid-column-start: 6
  }

  .grid .g-start-lg-7 {
    grid-column-start: 7
  }

  .grid .g-start-lg-8 {
    grid-column-start: 8
  }

  .grid .g-start-lg-9 {
    grid-column-start: 9
  }

  .grid .g-start-lg-10 {
    grid-column-start: 10
  }

  .grid .g-start-lg-11 {
    grid-column-start: 11
  }
}

.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.3333333333%
}

.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.6666666667%
}

.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-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: 1rem
}

.g-1,
.gy-1 {
  --bs-gutter-y: 1rem
}

.g-2,
.gx-2 {
  --bs-gutter-x: 2rem
}

.g-2,
.gy-2 {
  --bs-gutter-y: 2rem
}

.g-3,
.gx-3 {
  --bs-gutter-x: 3rem
}

.g-3,
.gy-3 {
  --bs-gutter-y: 3rem
}

.g-4,
.gx-4 {
  --bs-gutter-x: 4rem
}

.g-4,
.gy-4 {
  --bs-gutter-y: 4rem
}

.g-5,
.gx-5 {
  --bs-gutter-x: 5rem
}

.g-5,
.gy-5 {
  --bs-gutter-y: 5rem
}

.g-6,
.gx-6 {
  --bs-gutter-x: 6rem
}

.g-6,
.gy-6 {
  --bs-gutter-y: 6rem
}

.g-7,
.gx-7 {
  --bs-gutter-x: 7rem
}

.g-7,
.gy-7 {
  --bs-gutter-y: 7rem
}

.g-8,
.gx-8 {
  --bs-gutter-x: 8rem
}

.g-8,
.gy-8 {
  --bs-gutter-y: 8rem
}

.g-9,
.gx-9 {
  --bs-gutter-x: 9rem
}

.g-9,
.gy-9 {
  --bs-gutter-y: 9rem
}

.g-10,
.gx-10 {
  --bs-gutter-x: 10rem
}

.g-10,
.gy-10 {
  --bs-gutter-y: 10rem
}

.g-qtr,
.gx-qtr {
  --bs-gutter-x: 0.25rem
}

.g-qtr,
.gy-qtr {
  --bs-gutter-y: 0.25rem
}

.g-half,
.gx-half {
  --bs-gutter-x: 0.5rem
}

.g-half,
.gy-half {
  --bs-gutter-y: 0.5rem
}

@media(min-width: 600px) {
  .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.3333333333%
  }

  .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.6666666667%
  }

  .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: 1rem
  }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 1rem
  }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 2rem
  }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 2rem
  }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 3rem
  }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 3rem
  }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 4rem
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 4rem
  }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 5rem
  }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 5rem
  }

  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 6rem
  }

  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 6rem
  }

  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 7rem
  }

  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 7rem
  }

  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 8rem
  }

  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 8rem
  }

  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 9rem
  }

  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 9rem
  }

  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 10rem
  }

  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 10rem
  }

  .g-md-qtr,
  .gx-md-qtr {
    --bs-gutter-x: 0.25rem
  }

  .g-md-qtr,
  .gy-md-qtr {
    --bs-gutter-y: 0.25rem
  }

  .g-md-half,
  .gx-md-half {
    --bs-gutter-x: 0.5rem
  }

  .g-md-half,
  .gy-md-half {
    --bs-gutter-y: 0.5rem
  }
}

@media(min-width: 1024px) {
  .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.3333333333%
  }

  .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.6666666667%
  }

  .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: 1rem
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 1rem
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 2rem
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 2rem
  }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 3rem
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 3rem
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 4rem
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 4rem
  }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 5rem
  }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 5rem
  }

  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 6rem
  }

  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 6rem
  }

  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 7rem
  }

  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 7rem
  }

  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 8rem
  }

  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 8rem
  }

  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 9rem
  }

  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 9rem
  }

  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 10rem
  }

  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 10rem
  }

  .g-lg-qtr,
  .gx-lg-qtr {
    --bs-gutter-x: 0.25rem
  }

  .g-lg-qtr,
  .gy-lg-qtr {
    --bs-gutter-y: 0.25rem
  }

  .g-lg-half,
  .gx-lg-half {
    --bs-gutter-x: 0.5rem
  }

  .g-lg-half,
  .gy-lg-half {
    --bs-gutter-y: 0.5rem
  }
}

.form-label {
  margin-bottom: .5rem
}

.col-form-label {
  font-size: inherit;
  line-height: 1.3;
  margin-bottom: 0;
  padding-bottom: calc(.75rem + 1px);
  padding-top: calc(.75rem + 1px)
}

.col-form-label-lg {
  font-size: 1.25rem;
  padding-bottom: calc(.5rem + 1px);
  padding-top: calc(.5rem + 1px)
}

.col-form-label-sm {
  font-size: .75rem;
  padding-bottom: calc(.25rem + 1px);
  padding-top: calc(.25rem + 1px)
}

.form-text {
  color: rgba(var(--bs-body-color-rgb), .75);
  font-size: .75rem;
  margin-top: .25rem
}

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-color: #f5f5f2;
  border: 1px solid #97999b;
  border-radius: .5rem;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 72, .075);
  box-shadow: inset 0 0 0 rgba(0, 0, 72, .075);
  color: #000048;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  padding: .75rem;
  -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: #f5f5f2;
  border-color: #97bce2;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 72, .075), 0 0 0 .125rem #2f78c4;
  box-shadow: inset 0 0 0 rgba(0, 0, 72, .075), 0 0 0 .125rem #2f78c4;
  color: #000048;
  outline: 0
}

.form-control::-webkit-date-and-time-value {
  height: 1.3em
}

.form-control::-webkit-input-placeholder {
  color: #53565a;
  opacity: 1
}

.form-control::-moz-placeholder {
  color: #53565a;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #53565a;
  opacity: 1
}

.form-control::-ms-input-placeholder {
  color: #53565a;
  opacity: 1
}

.form-control::placeholder {
  color: #53565a;
  opacity: 1
}

.form-control:disabled {
  background-color: #f5f5f2;
  opacity: 1
}

.form-control::file-selector-button {
  -webkit-margin-end: .75rem;
  background-color: #f5f5f2;
  background-image: var(--bs-gradient);
  border: 0 solid;
  border-color: inherit;
  border-inline-end-width: 1px;
  border-radius: 0;
  color: #000048;
  margin: -.75rem;
  margin-inline-end: .75rem;
  padding: .75rem;
  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: #e9e9e6
}

.form-control-plaintext {
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
  color: #000048;
  display: block;
  line-height: 1.3;
  margin-bottom: 0;
  padding: .75rem 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: .25rem;
  font-size: .75rem;
  min-height: calc(1.3em + .5rem + 2px);
  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: .75rem;
  font-size: 1.25rem;
  min-height: calc(1.3em + 1rem + 2px);
  padding: .5rem 1rem
}

.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.3em + 1.5rem + 2px)
}

textarea.form-control-sm {
  min-height: calc(1.3em + .5rem + 2px)
}

textarea.form-control-lg {
  min-height: calc(1.3em + 1rem + 2px)
}

.form-control-color {
  height: calc(1.3em + 1.5rem + 2px);
  padding: .75rem;
  width: 3rem
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer
}

.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: .5rem
}

.form-control-color::-webkit-color-swatch {
  border-radius: .5rem
}

.form-control-color.form-control-sm {
  height: calc(1.3em + .5rem + 2px)
}

.form-control-color.form-control-lg {
  height: calc(1.3em + 1rem + 2px)
}

.form-select {
  -moz-padding-start: calc(.75rem - 3px);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f5f5f2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Ctitle%3Earrow-down%3C/title%3E%3Cpath d='M0 5.5v-.2c.1-.2.3-.3.5-.3h23c.2 0 .4.1.5.3 0 .2 0 .4-.1.5l-11.5 13c-.1.1-.2.2-.4.2s-.3-.1-.4-.2L.1 5.8C0 5.7 0 5.6 0 5.5zm22.4.5H1.6L12 17.7 22.4 6z' fill='%232F78C4' stroke='%232F78C4' stroke-width='1'/%3E%3C/svg%3E");
  background-position: right .75rem center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 1px solid #97999b;
  border-radius: .5rem;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 72, .075);
  box-shadow: inset 0 0 0 rgba(0, 0, 72, .075);
  color: #000048;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  padding: .75rem 2.25rem .75rem .75rem;
  -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: #97bce2;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 72, .075), 0 0 0 .125rem #2f78c4;
  box-shadow: inset 0 0 0 rgba(0, 0, 72, .075), 0 0 0 .125rem #2f78c4;
  outline: 0
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
  background-image: none;
  padding-right: .75rem
}

.form-select:disabled {
  background-color: #f5f5f2
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000048
}

.form-select-sm {
  border-radius: .25rem;
  font-size: .75rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  padding-top: .25rem
}

.form-select-lg {
  border-radius: .75rem;
  font-size: 1.25rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  padding-top: .5rem
}

.form-check {
  display: block;
  margin-bottom: .125rem;
  min-height: 1.3rem;
  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 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f5f5f2;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #97999b;
  height: 1em;
  margin-top: .15em;
  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: #97bce2;
  -webkit-box-shadow: 0 0 0 .125rem #2f78c4;
  box-shadow: 0 0 0 .125rem #2f78c4;
  outline: 0
}

.form-check-input:checked {
  background-color: #2f78c4;
  border-color: #2f78c4
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"), var(--bs-gradient)
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e"), var(--bs-gradient)
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #2f78c4;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"), var(--bs-gradient);
  border-color: #2f78c4
}

.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 {
  background-image: 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, 72, 0.25%29'/%3e%3c/svg%3e");
  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 {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2397bce2'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e"), var(--bs-gradient);
  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
}

.form-range {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  height: 1.25rem;
  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 .125rem #2f78c4;
  box-shadow: 0 0 0 1px #fff, 0 0 0 .125rem #2f78c4
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .125rem #2f78c4
}

.form-range::-moz-focus-outer {
  border: 0
}

.form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: #2f78c4;
  background-image: var(--bs-gradient);
  border: 0;
  border-radius: 1rem;
  -webkit-box-shadow: 0 .1rem .25rem rgba(0, 0, 72, .1);
  box-shadow: 0 .1rem .25rem rgba(0, 0, 72, .1);
  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: #c1d7ed;
  background-image: var(--bs-gradient)
}

.form-range::-webkit-slider-runnable-track {
  background-color: #f5f5f2;
  border-color: transparent;
  border-radius: 1rem;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 72, .075);
  box-shadow: inset 0 0 0 rgba(0, 0, 72, .075);
  color: transparent;
  cursor: pointer;
  height: .5rem;
  width: 100%
}

.form-range::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  background-color: #2f78c4;
  background-image: var(--bs-gradient);
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 .1rem .25rem rgba(0, 0, 72, .1);
  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: #c1d7ed;
  background-image: var(--bs-gradient)
}

.form-range::-moz-range-track {
  background-color: #f5f5f2;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0 0 rgba(0, 0, 72, .075);
  color: transparent;
  cursor: pointer;
  height: .5rem;
  width: 100%
}

.form-range:disabled {
  pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #e8e8e6
}

.form-range:disabled::-moz-range-thumb {
  background-color: #e8e8e6
}

.form-floating {
  position: relative
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
  height: 3.5rem;
  line-height: 1.25
}

.form-floating>label {
  border: 1px solid transparent;
  height: 100%;
  left: 0;
  overflow: hidden;
  padding: 1rem .75rem;
  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 .25s ease-in-out, -webkit-transform .25s ease-in-out;
  transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
  transition: opacity .25s ease-in-out, transform .25s ease-in-out;
  transition: opacity .25s ease-in-out, transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
  white-space: nowrap;
  width: 100%
}

@media(prefers-reduced-motion:reduce) {
  .form-floating>label {
    -webkit-transition: none;
    transition: none
  }
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
  padding: 1rem .75rem
}

.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 {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label {
  opacity: .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 {
  opacity: .65;
  -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
  transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
  opacity: .65;
  -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
  transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control-plaintext~label {
  border-width: 1px 0
}

.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: #f5f5f2;
  border: 1px solid #97999b;
  border-radius: .5rem;
  color: #000048;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  padding: .75rem;
  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: .75rem;
  font-size: 1.25rem;
  padding: .5rem 1rem
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
  border-radius: .25rem;
  font-size: .75rem;
  padding: .25rem .5rem
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
  padding-right: 3rem
}

.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: -1px
}

.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: #2db81f;
  display: none;
  font-size: .75rem;
  margin-top: .25rem;
  width: 100%
}

.valid-tooltip {
  background-color: #2db81f;
  border-radius: .5rem;
  color: #000048;
  display: none;
  font-size: .75rem;
  margin-top: .1rem;
  max-width: 100%;
  padding: .8rem 1rem;
  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='%232db81f' 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(.325em + .375rem) center;
  background-repeat: no-repeat;
  background-size: calc(.65em + .75rem) calc(.65em + .75rem);
  border-color: #2db81f;
  padding-right: calc(1.3em + 1.5rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #2db81f;
  -webkit-box-shadow: 0 0 0 .125rem #2db81f;
  box-shadow: 0 0 0 .125rem #2db81f
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  background-position: top calc(.325em + .375rem) right calc(.325em + .375rem);
  padding-right: calc(1.3em + 1.5rem)
}

.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: #2db81f
}

.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"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Ctitle%3Earrow-down%3C/title%3E%3Cpath d='M0 5.5v-.2c.1-.2.3-.3.5-.3h23c.2 0 .4.1.5.3 0 .2 0 .4-.1.5l-11.5 13c-.1.1-.2.2-.4.2s-.3-.1-.4-.2L.1 5.8C0 5.7 0 5.6 0 5.5zm22.4.5H1.6L12 17.7 22.4 6z' fill='%232F78C4' stroke='%232F78C4' stroke-width='1'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%232db81f' 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 .75rem center, center right 2.25rem;
  background-size: 20px 20px, calc(.65em + .75rem) calc(.65em + .75rem);
  padding-right: 4.125rem
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: #2db81f;
  -webkit-box-shadow: 0 0 0 .125rem #2db81f;
  box-shadow: 0 0 0 .125rem #2db81f
}

.form-control-color.is-valid,
.was-validated .form-control-color:valid {
  width: calc(4.5rem + 1.3em)
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #2db81f
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #2db81f
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  -webkit-box-shadow: 0 0 0 .125rem #2db81f;
  box-shadow: 0 0 0 .125rem #2db81f
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: #2db81f
}

.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: #b81f2d;
  display: none;
  font-size: .75rem;
  margin-top: .25rem;
  width: 100%
}

.invalid-tooltip {
  background-color: #b81f2d;
  border-radius: .5rem;
  color: #fff;
  display: none;
  font-size: .75rem;
  margin-top: .1rem;
  max-width: 100%;
  padding: .8rem 1rem;
  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='%23b81f2d'%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='%23b81f2d' stroke='none'/%3e%3c/svg%3e");
  background-position: right calc(.325em + .375rem) center;
  background-repeat: no-repeat;
  background-size: calc(.65em + .75rem) calc(.65em + .75rem);
  border-color: #b81f2d;
  padding-right: calc(1.3em + 1.5rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #b81f2d;
  -webkit-box-shadow: 0 0 0 .125rem #b81f2d;
  box-shadow: 0 0 0 .125rem #b81f2d
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  background-position: top calc(.325em + .375rem) right calc(.325em + .375rem);
  padding-right: calc(1.3em + 1.5rem)
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: #b81f2d
}

.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"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Ctitle%3Earrow-down%3C/title%3E%3Cpath d='M0 5.5v-.2c.1-.2.3-.3.5-.3h23c.2 0 .4.1.5.3 0 .2 0 .4-.1.5l-11.5 13c-.1.1-.2.2-.4.2s-.3-.1-.4-.2L.1 5.8C0 5.7 0 5.6 0 5.5zm22.4.5H1.6L12 17.7 22.4 6z' fill='%232F78C4' stroke='%232F78C4' stroke-width='1'/%3E%3C/svg%3E"), 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='%23b81f2d'%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='%23b81f2d' stroke='none'/%3e%3c/svg%3e");
  background-position: right .75rem center, center right 2.25rem;
  background-size: 20px 20px, calc(.65em + .75rem) calc(.65em + .75rem);
  padding-right: 4.125rem
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: #b81f2d;
  -webkit-box-shadow: 0 0 0 .125rem #b81f2d;
  box-shadow: 0 0 0 .125rem #b81f2d
}

.form-control-color.is-invalid,
.was-validated .form-control-color:invalid {
  width: calc(4.5rem + 1.3em)
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #b81f2d
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: #b81f2d
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  -webkit-box-shadow: 0 0 0 .125rem #b81f2d;
  box-shadow: 0 0 0 .125rem #b81f2d
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color: #b81f2d
}

.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
}

.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
  }
}

.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: 1rem;
  --bs-dropdown-color: #000048;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.5rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.5rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 72, .15);
  --bs-dropdown-link-color: #53565a;
  --bs-dropdown-link-hover-color: #4b4d51;
  --bs-dropdown-link-hover-bg: #f5f5f2;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #2f78c4;
  --bs-dropdown-link-disabled-color: #e8e8e6;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #d0d0ce;
  --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);
  -webkit-box-shadow: var(--bs-dropdown-box-shadow);
  box-shadow: var(--bs-dropdown-box-shadow);
  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: 600px) {
  .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: 1024px) {
  .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
  }
}

.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;
  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;
  white-space: nowrap;
  width: 100%
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: var(--bs-dropdown-link-hover-bg);
  background-image: var(--bs-gradient);
  color: var(--bs-dropdown-link-hover-color)
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--bs-dropdown-link-active-bg);
  background-image: var(--bs-gradient);
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  background-color: transparent;
  background-image: none;
  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: .75rem;
  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: #f5f5f2;
  --bs-dropdown-bg: #53565a;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #f5f5f2;
  --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: #2f78c4;
  --bs-dropdown-link-disabled-color: #e8e8e6;
  --bs-dropdown-header-color: #e8e8e6
}

.btn-group,
.btn-group-vertical {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative
}

.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
  z-index: 1
}

.btn-toolbar {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start
}

.btn-toolbar .input-group {
  width: auto
}

.btn-group {
  border-radius: 50rem
}

.btn-group>.btn-group:not(:first-child),
.btn-group>:not(.btn-check:first-child)+.btn {
  margin-left: 0
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn.dropdown-toggle-split:first-child,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.dropdown-toggle-split {
  padding-left: .9375em;
  padding-right: .9375em
}

.dropdown-toggle-split:after,
.dropend .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
  margin-left: 0
}

.dropstart .dropdown-toggle-split:before {
  margin-right: 0
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
  padding-left: .9375em;
  padding-right: .9375em
}

.btn-group.show .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 72, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 72, .125)
}

.btn-group.show .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
  width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
  margin-top: 0
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn~.btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 1rem;
  --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: #d0d0ce;
  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 {
  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);
  -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.disabled {
  color: var(--bs-nav-link-disabled-color);
  cursor: default;
  pointer-events: none
}

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #d0d0ce;
  --bs-nav-tabs-border-radius: 0;
  --bs-nav-tabs-link-hover-border-color: #d0d0ce #d0d0ce #d0d0ce;
  --bs-nav-tabs-link-active-color: #000048;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #d0d0ce #d0d0ce #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .nav-link {
  background: none;
  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-link.disabled,
.nav-tabs .nav-link:disabled {
  background-color: transparent;
  border-color: transparent;
  color: var(--bs-nav-link-disabled-color)
}

.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: 0.5rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #2f78c4
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius)
}

.nav-pills .nav-link:disabled {
  background-color: transparent;
  border-color: transparent;
  color: var(--bs-nav-link-disabled-color)
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: var(--bs-nav-pills-link-active-bg);
  background-image: var(--bs-gradient);
  color: var(--bs-nav-pills-link-active-color)
}

.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
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 0;
  --bs-breadcrumb-font-size: 0.75rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #d0d0ce;
  --bs-breadcrumb-item-padding-x: 0.25rem;
  --bs-breadcrumb-item-active-color: #d0d0ce;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x)
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x)
}

.breadcrumb-item+.breadcrumb-item:before {
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x)
}

.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color)
}

.pagination {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.15rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 0;
  --bs-pagination-border-color: #f5f5f2;
  --bs-pagination-border-radius: 0.25rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e1ecf8;
  --bs-pagination-hover-border-color: #f5f5f2;
  --bs-pagination-focus-color: #fff;
  --bs-pagination-focus-bg: #2f78c4;
  --bs-pagination-focus-box-shadow: 0 0 0 0.125rem #2f78c4;
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #2f78c4;
  --bs-pagination-active-border-color: #2f78c4;
  --bs-pagination-disabled-color: #d0d0ce;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #f5f5f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0
}

.page-link {
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  color: var(--bs-pagination-color);
  display: block;
  font-size: var(--bs-pagination-font-size);
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  position: relative;
  -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) {
  .page-link {
    -webkit-transition: none;
    transition: none
  }
}

.page-link:hover {
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
  color: var(--bs-pagination-hover-color);
  z-index: 2
}

.page-link:focus {
  background-color: var(--bs-pagination-focus-bg);
  -webkit-box-shadow: var(--bs-pagination-focus-box-shadow);
  box-shadow: var(--bs-pagination-focus-box-shadow);
  color: var(--bs-pagination-focus-color);
  outline: 0;
  z-index: 3
}

.active>.page-link,
.page-link.active {
  background-color: var(--bs-pagination-active-bg);
  background-image: var(--bs-gradient);
  border-color: var(--bs-pagination-active-border-color);
  color: var(--bs-pagination-active-color);
  z-index: 3
}

.disabled>.page-link,
.page-link.disabled {
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
  color: var(--bs-pagination-disabled-color);
  pointer-events: none
}

.page-item:not(:first-child) .page-link {
  margin-left: 0
}

.page-item:first-child .page-link {
  border-bottom-left-radius: var(--bs-pagination-border-radius);
  border-top-left-radius: var(--bs-pagination-border-radius)
}

.page-item:last-child .page-link {
  border-bottom-right-radius: var(--bs-pagination-border-radius);
  border-top-right-radius: var(--bs-pagination-border-radius)
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: 0.75rem
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.75rem;
  --bs-pagination-border-radius: 0.25rem
}

.badge {
  --bs-badge-padding-x: 0.5em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 600;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0;
  background-image: var(--bs-gradient);
  border-radius: var(--bs-badge-border-radius);
  color: var(--bs-badge-color);
  display: inline-block;
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap
}

.badge:empty {
  display: none
}

.btn .badge {
  position: relative;
  top: -1px
}

.list-group {
  --bs-list-group-color: #53565a;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 72, .125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.5rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #97999b;
  --bs-list-group-action-hover-color: #97999b;
  --bs-list-group-action-hover-bg: #f5f5f2;
  --bs-list-group-action-active-color: #000048;
  --bs-list-group-action-active-bg: #f5f5f2;
  --bs-list-group-disabled-color: #d0d0ce;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #2f78c4;
  --bs-list-group-active-border-color: #2f78c4;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  border-radius: var(--bs-list-group-border-radius);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0
}

.list-group-numbered {
  counter-reset: section;
  list-style-type: none
}

.list-group-numbered>.list-group-item:before {
  content: counters(section, ".") ". ";
  counter-increment: section
}

.list-group-item-action {
  color: var(--bs-list-group-action-color);
  text-align: inherit;
  width: 100%
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  background-color: var(--bs-list-group-action-hover-bg);
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  z-index: 1
}

.list-group-item-action:active {
  background-color: var(--bs-list-group-action-active-bg);
  color: var(--bs-list-group-action-active-color)
}

.list-group-item {
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
  color: var(--bs-list-group-color);
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  position: relative
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit
}

.list-group-item:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
  background-color: var(--bs-list-group-disabled-bg);
  color: var(--bs-list-group-disabled-color);
  pointer-events: none
}

.list-group-item.active {
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
  color: var(--bs-list-group-active-color);
  z-index: 2
}

.list-group-item+.list-group-item {
  border-top-width: 0
}

.list-group-item+.list-group-item.active {
  border-top-width: var(--bs-list-group-border-width);
  margin-top: calc(var(--bs-list-group-border-width)*-1)
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: var(--bs-list-group-border-radius)
}

.list-group-horizontal>.list-group-item.active {
  margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
  border-left-width: 0;
  border-top-width: var(--bs-list-group-border-width)
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
  border-left-width: var(--bs-list-group-border-width);
  margin-left: calc(var(--bs-list-group-border-width)*-1)
}

@media(min-width: 600px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .list-group-horizontal-md>.list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0
  }

  .list-group-horizontal-md>.list-group-item:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-right-radius: var(--bs-list-group-border-radius)
  }

  .list-group-horizontal-md>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item {
    border-left-width: 0;
    border-top-width: var(--bs-list-group-border-width)
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item.active {
    border-left-width: var(--bs-list-group-border-width);
    margin-left: calc(var(--bs-list-group-border-width)*-1)
  }
}

@media(min-width: 1024px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0
  }

  .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-right-radius: var(--bs-list-group-border-radius)
  }

  .list-group-horizontal-lg>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item {
    border-left-width: 0;
    border-top-width: var(--bs-list-group-border-width)
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
    border-left-width: var(--bs-list-group-border-width);
    margin-left: calc(var(--bs-list-group-border-width)*-1)
  }
}

.list-group-flush {
  border-radius: 0
}

.list-group-flush>.list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width)
}

.list-group-flush>.list-group-item:last-child {
  border-bottom-width: 0
}

.list-group-item-primary {
  background-color: #ccccda;
  color: #00002b
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  background-color: #b8b8c4;
  color: #00002b
}

.list-group-item-primary.list-group-item-action.active {
  background-color: #00002b;
  border-color: #00002b;
  color: #fff
}

.list-group-item-secondary {
  background-color: #d5e4f3;
  color: #1c4876
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  background-color: #c0cddb;
  color: #1c4876
}

.list-group-item-secondary.list-group-item-action.active {
  background-color: #1c4876;
  border-color: #1c4876;
  color: #fff
}

.list-group-item-success {
  background-color: #d5f1d2;
  color: #1b6e13
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  background-color: #c0d9bd;
  color: #1b6e13
}

.list-group-item-success.list-group-item-action.active {
  background-color: #1b6e13;
  border-color: #1b6e13;
  color: #fff
}

.list-group-item-info {
  background-color: #d4fcfb;
  color: #0f6088
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  background-color: #bfe3e2;
  color: #0f6088
}

.list-group-item-info.list-group-item-action.active {
  background-color: #0f6088;
  border-color: #0f6088;
  color: #fff
}

.list-group-item-warning {
  background-color: #fbf4d2;
  color: #5d5037
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  background-color: #e2dcbd;
  color: #5d5037
}

.list-group-item-warning.list-group-item-action.active {
  background-color: #5d5037;
  border-color: #5d5037;
  color: #fff
}

.list-group-item-danger {
  background-color: #f1d2d5;
  color: #6e131b
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  background-color: #d9bdc0;
  color: #6e131b
}

.list-group-item-danger.list-group-item-action.active {
  background-color: #6e131b;
  border-color: #6e131b;
  color: #fff
}

.list-group-item-light {
  background-color: #fff;
  color: #666691
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  background-color: #e6e6e6;
  color: #666691
}

.list-group-item-light.list-group-item-action.active {
  background-color: #666691;
  border-color: #666691;
  color: #fff
}

.list-group-item-dark {
  background-color: #ccccda;
  color: #00002b
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  background-color: #b8b8c4;
  color: #00002b
}

.list-group-item-dark.list-group-item-action.active {
  background-color: #00002b;
  border-color: #00002b;
  color: #fff
}

.list-group-item-white {
  background-color: #fff;
  color: #666691
}

.list-group-item-white.list-group-item-action:focus,
.list-group-item-white.list-group-item-action:hover {
  background-color: #e6e6e6;
  color: #666691
}

.list-group-item-white.list-group-item-action.active {
  background-color: #666691;
  border-color: #666691;
  color: #fff
}

.list-group-item-accent1-light {
  background-color: #e7ecfe;
  color: #506095
}

.list-group-item-accent1-light.list-group-item-action:focus,
.list-group-item-accent1-light.list-group-item-action:hover {
  background-color: #d0d4e5;
  color: #506095
}

.list-group-item-accent1-light.list-group-item-action.active {
  background-color: #506095;
  border-color: #506095;
  color: #fff
}

.list-group-item-accent1-medium {
  background-color: #e3e3f7;
  color: #454582
}

.list-group-item-accent1-medium.list-group-item-action:focus,
.list-group-item-accent1-medium.list-group-item-action:hover {
  background-color: #ccccde;
  color: #454582
}

.list-group-item-accent1-medium.list-group-item-action.active {
  background-color: #454582;
  border-color: #454582;
  color: #fff
}

.list-group-item-accent1-dark {
  background-color: #d5d6e8;
  color: #1c1d55
}

.list-group-item-accent1-dark.list-group-item-action:focus,
.list-group-item-accent1-dark.list-group-item-action:hover {
  background-color: #c0c1d1;
  color: #1c1d55
}

.list-group-item-accent1-dark.list-group-item-action.active {
  background-color: #1c1d55;
  border-color: #1c1d55;
  color: #fff
}

.list-group-item-accent2-light {
  background-color: #e9f1fa;
  color: #3a4b87
}

.list-group-item-accent2-light.list-group-item-action:focus,
.list-group-item-accent2-light.list-group-item-action:hover {
  background-color: #d2d9e1;
  color: #3a4b87
}

.list-group-item-accent2-light.list-group-item-action.active {
  background-color: #3a4b87;
  border-color: #3a4b87;
  color: #fff
}

.list-group-item-accent2-medium {
  background-color: #e1ecf8;
  color: #406184
}

.list-group-item-accent2-medium.list-group-item-action:focus,
.list-group-item-accent2-medium.list-group-item-action:hover {
  background-color: #cbd4df;
  color: #406184
}

.list-group-item-accent2-medium.list-group-item-action.active {
  background-color: #406184;
  border-color: #406184;
  color: #fff
}

.list-group-item-accent2-dark {
  background-color: #d5e4f3;
  color: #1c4876
}

.list-group-item-accent2-dark.list-group-item-action:focus,
.list-group-item-accent2-dark.list-group-item-action:hover {
  background-color: #c0cddb;
  color: #1c4876
}

.list-group-item-accent2-dark.list-group-item-action.active {
  background-color: #1c4876;
  border-color: #1c4876;
  color: #fff
}

.list-group-item-accent3-light {
  background-color: #eafdfd;
  color: #3c628e
}

.list-group-item-accent3-light.list-group-item-action:focus,
.list-group-item-accent3-light.list-group-item-action:hover {
  background-color: #d3e4e4;
  color: #3c628e
}

.list-group-item-accent3-light.list-group-item-action.active {
  background-color: #3c628e;
  border-color: #3c628e;
  color: #fff
}

.list-group-item-accent3-medium {
  background-color: #d4fcfb;
  color: #0f6088
}

.list-group-item-accent3-medium.list-group-item-action:focus,
.list-group-item-accent3-medium.list-group-item-action:hover {
  background-color: #bfe3e2;
  color: #0f6088
}

.list-group-item-accent3-medium.list-group-item-action.active {
  background-color: #0f6088;
  border-color: #0f6088;
  color: #fff
}

.list-group-item-accent3-dark {
  background-color: #cdf4f5;
  color: #04777a
}

.list-group-item-accent3-dark.list-group-item-action:focus,
.list-group-item-accent3-dark.list-group-item-action:hover {
  background-color: #b9dcdd;
  color: #04777a
}

.list-group-item-accent3-dark.list-group-item-action.active {
  background-color: #04777a;
  border-color: #04777a;
  color: #fff
}

.list-group-item-gray-light {
  background-color: #f6f6f5;
  color: #53537e
}

.list-group-item-gray-light.list-group-item-action:focus,
.list-group-item-gray-light.list-group-item-action:hover {
  background-color: #ddd;
  color: #53537e
}

.list-group-item-gray-light.list-group-item-action.active {
  background-color: #53537e;
  border-color: #53537e;
  color: #fff
}

.list-group-item-gray-lighter {
  background-color: #fafafa;
  color: #5d5d87
}

.list-group-item-gray-lighter.list-group-item-action:focus,
.list-group-item-gray-lighter.list-group-item-action:hover {
  background-color: #e1e1e1;
  color: #5d5d87
}

.list-group-item-gray-lighter.list-group-item-action.active {
  background-color: #5d5d87;
  border-color: #5d5d87;
  color: #fff
}

.list-group-item-gray-lightest {
  background-color: #fdfdfc;
  color: #62628c
}

.list-group-item-gray-lightest.list-group-item-action:focus,
.list-group-item-gray-lightest.list-group-item-action:hover {
  background-color: #e4e4e3;
  color: #62628c
}

.list-group-item-gray-lightest.list-group-item-action.active {
  background-color: #62628c;
  border-color: #62628c;
  color: #fff
}

.list-group-item-gray-medium {
  background-color: #eaebeb;
  color: #5b5c5d
}

.list-group-item-gray-medium.list-group-item-action:focus,
.list-group-item-gray-medium.list-group-item-action:hover {
  background-color: #d3d4d4;
  color: #5b5c5d
}

.list-group-item-gray-medium.list-group-item-action.active {
  background-color: #5b5c5d;
  border-color: #5b5c5d;
  color: #fff
}

.list-group-item-gray-dark {
  background-color: #ddddde;
  color: #323436
}

.list-group-item-gray-dark.list-group-item-action:focus,
.list-group-item-gray-dark.list-group-item-action:hover {
  background-color: #c7c7c8;
  color: #323436
}

.list-group-item-gray-dark.list-group-item-action.active {
  background-color: #323436;
  border-color: #323436;
  color: #fff
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: hsla(0, 0%, 100%, .85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.5rem;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 72, .15);
  --bs-toast-header-color: #d0d0ce;
  --bs-toast-header-bg: hsla(0, 0%, 100%, .85);
  --bs-toast-header-border-color: rgba(0, 0, 72, .05);
  background-clip: padding-box;
  background-color: var(--bs-toast-bg);
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  border-radius: var(--bs-toast-border-radius);
  -webkit-box-shadow: var(--bs-toast-box-shadow);
  box-shadow: var(--bs-toast-box-shadow);
  color: var(--bs-toast-color);
  font-size: var(--bs-toast-font-size);
  max-width: 100%;
  pointer-events: auto;
  width: var(--bs-toast-max-width)
}

.toast.showing {
  opacity: 0
}

.toast:not(.show) {
  display: none
}

.toast-container {
  --bs-toast-zindex: 1090;
  max-width: 100%;
  pointer-events: none;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: var(--bs-toast-zindex)
}

.toast-container>:not(:last-child) {
  margin-bottom: var(--bs-toast-spacing)
}

.toast-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-clip: padding-box;
  background-color: var(--bs-toast-header-bg);
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  color: var(--bs-toast-header-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x)
}

.toast-header .btn-close {
  margin-left: var(--bs-toast-padding-x);
  margin-right: calc(var(--bs-toast-padding-x)*-.5)
}

.toast-body {
  word-wrap: break-word;
  padding: var(--bs-toast-padding-x)
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.75rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 72, .075);
  --bs-modal-inner-border-radius: calc(0.75rem - 1px);
  --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: 1px;
  --bs-modal-title-line-height: 1.3;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  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);
  -webkit-box-shadow: var(--bs-modal-box-shadow);
  box-shadow: var(--bs-modal-box-shadow);
  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: #000048;
  --bs-backdrop-opacity: 0.5;
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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;
  justify-content: space-between;
  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)
}

.modal {
  --bs-modal-margin: 1.75rem;
  --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 72, .15)
}

.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--bs-modal-width)
}

.modal-sm {
  --bs-modal-width: 300px
}

@media(min-width: 1024px) {

  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px
  }
}

.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: 599.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: 1023.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
  }
}

.spinner-border,
.spinner-grow {
  -webkit-animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
  border-radius: 50%;
  display: inline-block;
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  width: var(--bs-spinner-width)
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border-right-color: currentcolor;
  border: var(--bs-spinner-border-width) solid;
  border-right: var(--bs-spinner-border-width) solid transparent
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem
}

@media(prefers-reduced-motion:reduce) {

  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s
  }
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md {
  --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: #d0d0ce;
  --bs-offcanvas-bg: hsla(0, 0%, 100%, .25);
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 72, .075)
}

@media(max-width: 599.98px) {
  .offcanvas-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-clip: padding-box;
    background-color: var(--bs-offcanvas-bg);
    bottom: 0;
    -webkit-box-shadow: var(--bs-offcanvas-box-shadow);
    box-shadow: var(--bs-offcanvas-box-shadow);
    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: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    visibility: hidden;
    z-index: var(--bs-offcanvas-zindex)
  }
}

@media(max-width: 599.98px)and (prefers-reduced-motion:reduce) {
  .offcanvas-md {
    -webkit-transition: none;
    transition: none
  }
}

@media(max-width: 599.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: 600px) {
  .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: 1023.98px) {
  .offcanvas-lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-clip: padding-box;
    background-color: var(--bs-offcanvas-bg);
    bottom: 0;
    -webkit-box-shadow: var(--bs-offcanvas-box-shadow);
    box-shadow: var(--bs-offcanvas-box-shadow);
    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: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    visibility: hidden;
    z-index: var(--bs-offcanvas-zindex)
  }
}

@media(max-width: 1023.98px)and (prefers-reduced-motion:reduce) {
  .offcanvas-lg {
    -webkit-transition: none;
    transition: none
  }
}

@media(max-width: 1023.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: 1024px) {
  .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
  }
}

.offcanvas {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-clip: padding-box;
  background-color: var(--bs-offcanvas-bg);
  bottom: 0;
  -webkit-box-shadow: var(--bs-offcanvas-box-shadow);
  box-shadow: var(--bs-offcanvas-box-shadow);
  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: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  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: hsla(0, 0%, 100%, .25);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1040
}

.offcanvas-backdrop.fade {
  opacity: 0
}

.offcanvas-backdrop.show {
  opacity: .5
}

.offcanvas-header {
  -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;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

.offcanvas-header .btn-close {
  margin-bottom: calc(var(--bs-offcanvas-padding-y)*-.5);
  margin-right: calc(var(--bs-offcanvas-padding-x)*-.5);
  margin-top: calc(var(--bs-offcanvas-padding-y)*-.5);
  padding: calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5)
}

.offcanvas-title {
  line-height: 1.3;
  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)
}

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 300px;
  --bs-tooltip-padding-x: 1rem;
  --bs-tooltip-padding-y: 0.8rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.75rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000048;
  --bs-tooltip-border-radius: 0.5rem;
  --bs-tooltip-opacity: 1;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  word-wrap: break-word;
  display: block;
  font-family: var(--bs-font-sans-serif);
  font-size: var(--bs-tooltip-font-size);
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.3;
  margin: var(--bs-tooltip-margin);
  opacity: 0;
  padding: var(--bs-tooltip-arrow-height);
  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: 0
}

.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: 0;
  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: 0
}

.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: 0;
  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
}

.text-bg-primary {
  background-color: RGBA(0, 0, 72, var(--bs-bg-opacity, 1)) !important;
  color: #fff !important
}

.text-bg-secondary {
  background-color: RGBA(47, 120, 196, var(--bs-bg-opacity, 1)) !important;
  color: #fff !important
}

.text-bg-success {
  background-color: RGBA(45, 184, 31, var(--bs-bg-opacity, 1)) !important;
  color: #000048 !important
}

.text-bg-info {
  background-color: RGBA(38, 239, 233, var(--bs-bg-opacity, 1)) !important;
  color: #000048 !important
}

.text-bg-warning {
  background-color: RGBA(233, 199, 29, var(--bs-bg-opacity, 1)) !important;
  color: #000048 !important
}

.text-bg-danger {
  background-color: RGBA(184, 31, 45, var(--bs-bg-opacity, 1)) !important;
  color: #fff !important
}

.text-bg-light {
  background-color: RGBA(255, 255, 255, var(--bs-bg-opacity, 1)) !important;
  color: #000048 !important
}

.text-bg-dark {
  background-color: RGBA(0, 0, 72, var(--bs-bg-opacity, 1)) !important;
  color: #fff !important
}

.text-bg-white {
  background-color: RGBA(255, 255, 255, var(--bs-bg-opacity, 1)) !important;
  color: #000048 !important
}

.text-bg-accent1-light {
  background-color: RGBA(133, 160, 249, var(--bs-bg-opacity, 1)) !important;
  color: #000048 !important
}

.text-bg-accent1-medium {
  background-color: RGBA(115, 115, 216, var(--bs-bg-opacity, 1)) !important;
  color: #000048 !important
}

.text-bg-accent1-dark {
  background-color: RGBA(46, 48, 142, var(--bs-bg-opacity, 1)) !important;
  color: #fff !important
}

.text-bg-accent2-light {
  background-color: RGBA(146, 187, 230, var(--bs-bg-opacity, 1)) !important;
  color: #000048 !important
}

.text-bg-accent2-medium {
  background-color: RGBA(106, 162, 220, var(--bs-bg-opacity, 1)) !important;
  color: #000048 !important
}

.text-bg-accent2-dark {
  background-color: RGBA(47, 120, 196, var(--bs-bg-opacity, 1)) !important;
  color: #fff !important
}

.text-bg-accent3-light {
  background-color: RGBA(151, 245, 247, var(--bs-bg-opacity, 1)) !important;
  color: #000048 !important
}

.text-bg-accent3-medium {
  background-color: RGBA(38, 239, 233, var(--bs-bg-opacity, 1)) !important;
  color: #000048 !important
}

.text-bg-accent3-dark {
  background-color: RGBA(6, 199, 204, var(--bs-bg-opacity, 1)) !important;
  color: #000048 !important
}

.text-bg-gray-light {
  background-color: RGBA(208, 208, 206, var(--bs-bg-opacity, 1)) !important;
  color: #000048 !important
}

.text-bg-gray-lighter {
  background-color: RGBA(232, 232, 230, var(--bs-bg-opacity, 1)) !important;
  color: #000048 !important
}

.text-bg-gray-lightest {
  background-color: RGBA(245, 245, 242, var(--bs-bg-opacity, 1)) !important;
  color: #000048 !important
}

.text-bg-gray-medium {
  background-color: RGBA(151, 153, 155, var(--bs-bg-opacity, 1)) !important;
  color: #000048 !important
}

.text-bg-gray-dark {
  background-color: RGBA(83, 86, 90, var(--bs-bg-opacity, 1)) !important;
  color: #fff !important
}

.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: 600px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }

  .sticky-md-bottom {
    bottom: 0;
    position: sticky;
    z-index: 1020
  }
}

@media(min-width: 1024px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }

  .sticky-lg-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
}

.stretched-link:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.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;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important
}

.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
}

.overflow-auto {
  overflow: auto !important
}

.overflow-hidden {
  overflow: hidden !important
}

.overflow-visible {
  overflow: visible !important
}

.overflow-scroll {
  overflow: 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-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
}

.position-static {
  position: static !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 {
  border-color: #000048 !important
}

.border-accent1-light {
  border-color: #85a0f9 !important
}

.border-accent1-medium {
  border-color: #7373d8 !important
}

.border-accent1-dark {
  border-color: #2e308e !important
}

.border-accent2-light {
  border-color: #92bbe6 !important
}

.border-accent2-medium {
  border-color: #6aa2dc !important
}

.border-accent2-dark {
  border-color: #2f78c4 !important
}

.border-gray-dark {
  border-color: #53565a !important
}

.border-gray-medium {
  border-color: #97999b !important
}

.border-gray-light {
  border-color: #d0d0ce !important
}

.border-gray-lighter {
  border-color: #e8e8e6 !important
}

.border-gray-lightest {
  border-color: #f5f5f2 !important
}

.border-white {
  border-color: #fff !important
}

.border-1 {
  --bs-border-width: 1px
}

.border-2 {
  --bs-border-width: 2px
}

.border-3 {
  --bs-border-width: 3px
}

.border-4 {
  --bs-border-width: 4px
}

.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
}

.h-1 {
  height: 1px !important
}

.h-2 {
  height: 2px !important
}

.h-3 {
  height: 3px !important
}

.h-4 {
  height: 4px !important
}

.h-5 {
  height: 5px !important
}

.h-6 {
  height: 6px !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: 1rem !important
}

.m-2 {
  margin: 2rem !important
}

.m-3 {
  margin: 3rem !important
}

.m-4 {
  margin: 4rem !important
}

.m-5 {
  margin: 5rem !important
}

.m-6 {
  margin: 6rem !important
}

.m-7 {
  margin: 7rem !important
}

.m-8 {
  margin: 8rem !important
}

.m-9 {
  margin: 9rem !important
}

.m-10 {
  margin: 10rem !important
}

.m-qtr {
  margin: .25rem !important
}

.m-half {
  margin: .5rem !important
}

.m-auto {
  margin: auto !important
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important
}

.mx-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important
}

.mx-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important
}

.mx-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important
}

.mx-4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important
}

.mx-5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important
}

.mx-6 {
  margin-left: 6rem !important;
  margin-right: 6rem !important
}

.mx-7 {
  margin-left: 7rem !important;
  margin-right: 7rem !important
}

.mx-8 {
  margin-left: 8rem !important;
  margin-right: 8rem !important
}

.mx-9 {
  margin-left: 9rem !important;
  margin-right: 9rem !important
}

.mx-10 {
  margin-left: 10rem !important;
  margin-right: 10rem !important
}

.mx-qtr {
  margin-left: .25rem !important;
  margin-right: .25rem !important
}

.mx-half {
  margin-left: .5rem !important;
  margin-right: .5rem !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: 1rem !important;
  margin-top: 1rem !important
}

.my-2 {
  margin-bottom: 2rem !important;
  margin-top: 2rem !important
}

.my-3 {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important
}

.my-4 {
  margin-bottom: 4rem !important;
  margin-top: 4rem !important
}

.my-5 {
  margin-bottom: 5rem !important;
  margin-top: 5rem !important
}

.my-6 {
  margin-bottom: 6rem !important;
  margin-top: 6rem !important
}

.my-7 {
  margin-bottom: 7rem !important;
  margin-top: 7rem !important
}

.my-8 {
  margin-bottom: 8rem !important;
  margin-top: 8rem !important
}

.my-9 {
  margin-bottom: 9rem !important;
  margin-top: 9rem !important
}

.my-10 {
  margin-bottom: 10rem !important;
  margin-top: 10rem !important
}

.my-qtr {
  margin-bottom: .25rem !important;
  margin-top: .25rem !important
}

.my-half {
  margin-bottom: .5rem !important;
  margin-top: .5rem !important
}

.my-auto {
  margin-bottom: auto !important;
  margin-top: auto !important
}

.mt-0 {
  margin-top: 0 !important
}

.mt-1 {
  margin-top: 1rem !important
}

.mt-2 {
  margin-top: 2rem !important
}

.mt-3 {
  margin-top: 3rem !important
}

.mt-4 {
  margin-top: 4rem !important
}

.mt-5 {
  margin-top: 5rem !important
}

.mt-6 {
  margin-top: 6rem !important
}

.mt-7 {
  margin-top: 7rem !important
}

.mt-8 {
  margin-top: 8rem !important
}

.mt-9 {
  margin-top: 9rem !important
}

.mt-10 {
  margin-top: 10rem !important
}

.mt-qtr {
  margin-top: .25rem !important
}

.mt-half {
  margin-top: .5rem !important
}

.mt-auto {
  margin-top: auto !important
}

.me-0 {
  margin-right: 0 !important
}

.me-1 {
  margin-right: 1rem !important
}

.me-2 {
  margin-right: 2rem !important
}

.me-3 {
  margin-right: 3rem !important
}

.me-4 {
  margin-right: 4rem !important
}

.me-5 {
  margin-right: 5rem !important
}

.me-6 {
  margin-right: 6rem !important
}

.me-7 {
  margin-right: 7rem !important
}

.me-8 {
  margin-right: 8rem !important
}

.me-9 {
  margin-right: 9rem !important
}

.me-10 {
  margin-right: 10rem !important
}

.me-qtr {
  margin-right: .25rem !important
}

.me-half {
  margin-right: .5rem !important
}

.me-auto {
  margin-right: auto !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.mb-1 {
  margin-bottom: 1rem !important
}

.mb-2 {
  margin-bottom: 2rem !important
}

.mb-3 {
  margin-bottom: 3rem !important
}

.mb-4 {
  margin-bottom: 4rem !important
}

.mb-5 {
  margin-bottom: 5rem !important
}

.mb-6 {
  margin-bottom: 6rem !important
}

.mb-7 {
  margin-bottom: 7rem !important
}

.mb-8 {
  margin-bottom: 8rem !important
}

.mb-9 {
  margin-bottom: 9rem !important
}

.mb-10 {
  margin-bottom: 10rem !important
}

.mb-qtr {
  margin-bottom: .25rem !important
}

.mb-half {
  margin-bottom: .5rem !important
}

.mb-auto {
  margin-bottom: auto !important
}

.ms-0 {
  margin-left: 0 !important
}

.ms-1 {
  margin-left: 1rem !important
}

.ms-2 {
  margin-left: 2rem !important
}

.ms-3 {
  margin-left: 3rem !important
}

.ms-4 {
  margin-left: 4rem !important
}

.ms-5 {
  margin-left: 5rem !important
}

.ms-6 {
  margin-left: 6rem !important
}

.ms-7 {
  margin-left: 7rem !important
}

.ms-8 {
  margin-left: 8rem !important
}

.ms-9 {
  margin-left: 9rem !important
}

.ms-10 {
  margin-left: 10rem !important
}

.ms-qtr {
  margin-left: .25rem !important
}

.ms-half {
  margin-left: .5rem !important
}

.ms-auto {
  margin-left: auto !important
}

.m-n1 {
  margin: -1rem !important
}

.m-n2 {
  margin: -2rem !important
}

.m-n3 {
  margin: -3rem !important
}

.m-n4 {
  margin: -4rem !important
}

.m-n5 {
  margin: -5rem !important
}

.m-n6 {
  margin: -6rem !important
}

.m-n7 {
  margin: -7rem !important
}

.m-n8 {
  margin: -8rem !important
}

.m-n9 {
  margin: -9rem !important
}

.m-n10 {
  margin: -10rem !important
}

.m-nqtr {
  margin: -.25rem !important
}

.m-nhalf {
  margin: -.5rem !important
}

.mx-n1 {
  margin-left: -1rem !important;
  margin-right: -1rem !important
}

.mx-n2 {
  margin-left: -2rem !important;
  margin-right: -2rem !important
}

.mx-n3 {
  margin-left: -3rem !important;
  margin-right: -3rem !important
}

.mx-n4 {
  margin-left: -4rem !important;
  margin-right: -4rem !important
}

.mx-n5 {
  margin-left: -5rem !important;
  margin-right: -5rem !important
}

.mx-n6 {
  margin-left: -6rem !important;
  margin-right: -6rem !important
}

.mx-n7 {
  margin-left: -7rem !important;
  margin-right: -7rem !important
}

.mx-n8 {
  margin-left: -8rem !important;
  margin-right: -8rem !important
}

.mx-n9 {
  margin-left: -9rem !important;
  margin-right: -9rem !important
}

.mx-n10 {
  margin-left: -10rem !important;
  margin-right: -10rem !important
}

.mx-nqtr {
  margin-left: -.25rem !important;
  margin-right: -.25rem !important
}

.mx-nhalf {
  margin-left: -.5rem !important;
  margin-right: -.5rem !important
}

.my-n1 {
  margin-bottom: -1rem !important;
  margin-top: -1rem !important
}

.my-n2 {
  margin-bottom: -2rem !important;
  margin-top: -2rem !important
}

.my-n3 {
  margin-bottom: -3rem !important;
  margin-top: -3rem !important
}

.my-n4 {
  margin-bottom: -4rem !important;
  margin-top: -4rem !important
}

.my-n5 {
  margin-bottom: -5rem !important;
  margin-top: -5rem !important
}

.my-n6 {
  margin-bottom: -6rem !important;
  margin-top: -6rem !important
}

.my-n7 {
  margin-bottom: -7rem !important;
  margin-top: -7rem !important
}

.my-n8 {
  margin-bottom: -8rem !important;
  margin-top: -8rem !important
}

.my-n9 {
  margin-bottom: -9rem !important;
  margin-top: -9rem !important
}

.my-n10 {
  margin-bottom: -10rem !important;
  margin-top: -10rem !important
}

.my-nqtr {
  margin-bottom: -.25rem !important;
  margin-top: -.25rem !important
}

.my-nhalf {
  margin-bottom: -.5rem !important;
  margin-top: -.5rem !important
}

.mt-n1 {
  margin-top: -1rem !important
}

.mt-n2 {
  margin-top: -2rem !important
}

.mt-n3 {
  margin-top: -3rem !important
}

.mt-n4 {
  margin-top: -4rem !important
}

.mt-n5 {
  margin-top: -5rem !important
}

.mt-n6 {
  margin-top: -6rem !important
}

.mt-n7 {
  margin-top: -7rem !important
}

.mt-n8 {
  margin-top: -8rem !important
}

.mt-n9 {
  margin-top: -9rem !important
}

.mt-n10 {
  margin-top: -10rem !important
}

.mt-nqtr {
  margin-top: -.25rem !important
}

.mt-nhalf {
  margin-top: -.5rem !important
}

.me-n1 {
  margin-right: -1rem !important
}

.me-n2 {
  margin-right: -2rem !important
}

.me-n3 {
  margin-right: -3rem !important
}

.me-n4 {
  margin-right: -4rem !important
}

.me-n5 {
  margin-right: -5rem !important
}

.me-n6 {
  margin-right: -6rem !important
}

.me-n7 {
  margin-right: -7rem !important
}

.me-n8 {
  margin-right: -8rem !important
}

.me-n9 {
  margin-right: -9rem !important
}

.me-n10 {
  margin-right: -10rem !important
}

.me-nqtr {
  margin-right: -.25rem !important
}

.me-nhalf {
  margin-right: -.5rem !important
}

.mb-n1 {
  margin-bottom: -1rem !important
}

.mb-n2 {
  margin-bottom: -2rem !important
}

.mb-n3 {
  margin-bottom: -3rem !important
}

.mb-n4 {
  margin-bottom: -4rem !important
}

.mb-n5 {
  margin-bottom: -5rem !important
}

.mb-n6 {
  margin-bottom: -6rem !important
}

.mb-n7 {
  margin-bottom: -7rem !important
}

.mb-n8 {
  margin-bottom: -8rem !important
}

.mb-n9 {
  margin-bottom: -9rem !important
}

.mb-n10 {
  margin-bottom: -10rem !important
}

.mb-nqtr {
  margin-bottom: -.25rem !important
}

.mb-nhalf {
  margin-bottom: -.5rem !important
}

.ms-n1 {
  margin-left: -1rem !important
}

.ms-n2 {
  margin-left: -2rem !important
}

.ms-n3 {
  margin-left: -3rem !important
}

.ms-n4 {
  margin-left: -4rem !important
}

.ms-n5 {
  margin-left: -5rem !important
}

.ms-n6 {
  margin-left: -6rem !important
}

.ms-n7 {
  margin-left: -7rem !important
}

.ms-n8 {
  margin-left: -8rem !important
}

.ms-n9 {
  margin-left: -9rem !important
}

.ms-n10 {
  margin-left: -10rem !important
}

.ms-nqtr {
  margin-left: -.25rem !important
}

.ms-nhalf {
  margin-left: -.5rem !important
}

.p-0 {
  padding: 0 !important
}

.p-1 {
  padding: 1rem !important
}

.p-2 {
  padding: 2rem !important
}

.p-3 {
  padding: 3rem !important
}

.p-4 {
  padding: 4rem !important
}

.p-5 {
  padding: 5rem !important
}

.p-6 {
  padding: 6rem !important
}

.p-7 {
  padding: 7rem !important
}

.p-8 {
  padding: 8rem !important
}

.p-9 {
  padding: 9rem !important
}

.p-10 {
  padding: 10rem !important
}

.p-qtr {
  padding: .25rem !important
}

.p-half {
  padding: .5rem !important
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important
}

.px-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important
}

.px-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important
}

.px-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important
}

.px-5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important
}

.px-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important
}

.px-7 {
  padding-left: 7rem !important;
  padding-right: 7rem !important
}

.px-8 {
  padding-left: 8rem !important;
  padding-right: 8rem !important
}

.px-9 {
  padding-left: 9rem !important;
  padding-right: 9rem !important
}

.px-10 {
  padding-left: 10rem !important;
  padding-right: 10rem !important
}

.px-qtr {
  padding-left: .25rem !important;
  padding-right: .25rem !important
}

.px-half {
  padding-left: .5rem !important;
  padding-right: .5rem !important
}

.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important
}

.py-1 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important
}

.py-2 {
  padding-bottom: 2rem !important;
  padding-top: 2rem !important
}

.py-3 {
  padding-bottom: 3rem !important;
  padding-top: 3rem !important
}

.py-4 {
  padding-bottom: 4rem !important;
  padding-top: 4rem !important
}

.py-5 {
  padding-bottom: 5rem !important;
  padding-top: 5rem !important
}

.py-6 {
  padding-bottom: 6rem !important;
  padding-top: 6rem !important
}

.py-7 {
  padding-bottom: 7rem !important;
  padding-top: 7rem !important
}

.py-8 {
  padding-bottom: 8rem !important;
  padding-top: 8rem !important
}

.py-9 {
  padding-bottom: 9rem !important;
  padding-top: 9rem !important
}

.py-10 {
  padding-bottom: 10rem !important;
  padding-top: 10rem !important
}

.py-qtr {
  padding-bottom: .25rem !important;
  padding-top: .25rem !important
}

.py-half {
  padding-bottom: .5rem !important;
  padding-top: .5rem !important
}

.pt-0 {
  padding-top: 0 !important
}

.pt-1 {
  padding-top: 1rem !important
}

.pt-2 {
  padding-top: 2rem !important
}

.pt-3 {
  padding-top: 3rem !important
}

.pt-4 {
  padding-top: 4rem !important
}

/* .pt-5 {
  padding-top: 5rem!important
} */

.pt-6 {
  padding-top: 6rem !important
}

.pt-7 {
  padding-top: 7rem !important
}

.pt-8 {
  padding-top: 8rem !important
}

.pt-9 {
  padding-top: 9rem !important
}

.pt-10 {
  padding-top: 10rem !important
}

.pt-qtr {
  padding-top: .25rem !important
}

.pt-half {
  padding-top: .5rem !important
}

.pe-0 {
  padding-right: 0 !important
}

.pe-1 {
  padding-right: 1rem !important
}

.pe-2 {
  padding-right: 2rem !important
}

.pe-3 {
  padding-right: 3rem !important
}

.pe-4 {
  padding-right: 4rem !important
}

.pe-5 {
  padding-right: 5rem !important
}

.pe-6 {
  padding-right: 6rem !important
}

.pe-7 {
  padding-right: 7rem !important
}

.pe-8 {
  padding-right: 8rem !important
}

.pe-9 {
  padding-right: 9rem !important
}

.pe-10 {
  padding-right: 10rem !important
}

.pe-qtr {
  padding-right: .25rem !important
}

.pe-half {
  padding-right: .5rem !important
}

.pb-0 {
  padding-bottom: 0 !important
}

.pb-1 {
  padding-bottom: 1rem !important
}

.pb-2 {
  padding-bottom: 2rem !important
}

.pb-3 {
  padding-bottom: 3rem !important
}

.pb-4 {
  padding-bottom: 4rem !important
}

/* .pb-5 {
  padding-bottom: 5rem!important
} */

.pb-6 {
  padding-bottom: 6rem !important
}

.pb-7 {
  padding-bottom: 7rem !important
}

.pb-8 {
  padding-bottom: 8rem !important
}

.pb-9 {
  padding-bottom: 9rem !important
}

.pb-10 {
  padding-bottom: 10rem !important
}

.pb-qtr {
  padding-bottom: .25rem !important
}

.pb-half {
  padding-bottom: .5rem !important
}

.ps-0 {
  padding-left: 0 !important
}

.ps-1 {
  padding-left: 1rem !important
}

.ps-2 {
  padding-left: 2rem !important
}

.ps-3 {
  padding-left: 3rem !important
}

.ps-4 {
  padding-left: 4rem !important
}

.ps-5 {
  padding-left: 5rem !important
}

.ps-6 {
  padding-left: 6rem !important
}

.ps-7 {
  padding-left: 7rem !important
}

.ps-8 {
  padding-left: 8rem !important
}

.ps-9 {
  padding-left: 9rem !important
}

.ps-10 {
  padding-left: 10rem !important
}

.ps-qtr {
  padding-left: .25rem !important
}

.ps-half {
  padding-left: .5rem !important
}

.gap-0 {
  gap: 0 !important
}

.gap-1 {
  gap: 1rem !important
}

.gap-2 {
  gap: 2rem !important
}

.gap-3 {
  gap: 3rem !important
}

.gap-4 {
  gap: 4rem !important
}

.gap-5 {
  gap: 5rem !important
}

.gap-6 {
  gap: 6rem !important
}

.gap-7 {
  gap: 7rem !important
}

.gap-8 {
  gap: 8rem !important
}

.gap-9 {
  gap: 9rem !important
}

.gap-10 {
  gap: 10rem !important
}

.gap-qtr {
  gap: .25rem !important
}

.gap-half {
  gap: .5rem !important
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important
}

.fs-1 {
  font-size: calc(1.545rem + 3.54vw) !important
}

.fs-2 {
  font-size: calc(1.44rem + 2.28vw) !important
}

.fs-3 {
  font-size: calc(1.36rem + 1.32vw) !important
}

.fs-4 {
  font-size: calc(1.305rem + .66vw) !important
}

.fs-5 {
  font-size: calc(1.26rem + .12vw) !important
}

.fs-6 {
  font-size: 1rem !important
}

.fs-small {
  font-size: .75rem !important
}

.fs-tiny {
  font-size: .6rem !important
}

.fst-italic {
  font-style: italic !important
}

.fst-normal {
  font-style: normal !important
}

.fw-light {
  font-weight: 300 !important
}

.fw-lighter {
  font-weight: lighter !important
}

.fw-normal {
  font-weight: 400 !important
}

.fw-bold,
.fw-semibold {
  font-weight: 600 !important
}

.fw-bolder {
  font-weight: bolder !important
}

.lh-1 {
  line-height: 1 !important
}

.lh-sm {
  line-height: 1.1 !important
}

.lh-base {
  line-height: 1.3 !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
}

.bg-opacity-30 {
  --bs-bg-opacity: 0.3
}

.bg-opacity-60 {
  --bs-bg-opacity: 0.6
}

.bg-opacity-85 {
  --bs-bg-opacity: 0.85
}

.bg-gradient {
  background-image: var(--bs-gradient) !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-2xl) !important
}

.rounded-circle {
  border-radius: 50% !important
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important
}

.visible {
  visibility: visible !important
}

.invisible {
  visibility: hidden !important
}

.text-primary {
  --bs-text-opacity: 1;
  color: #000048 !important
}

.text-accent1-light {
  --bs-text-opacity: 1;
  color: #85a0f9 !important
}

.text-accent1-medium {
  --bs-text-opacity: 1;
  color: #7373d8 !important
}

.text-accent1-dark {
  --bs-text-opacity: 1;
  color: #2e308e !important
}

.text-accent2-light {
  --bs-text-opacity: 1;
  color: #92bbe6 !important
}

.text-accent2-medium {
  --bs-text-opacity: 1;
  color: #6aa2dc !important
}

.text-accent2-dark {
  --bs-text-opacity: 1;
  color: #2f78c4 !important
}

.text-accent3-dark {
  --bs-text-opacity: 1;
  color: #06c7cc !important
}

.text-white {
  --bs-text-opacity: 1;
  color: #fff !important
}

.text-gray-light {
  --bs-text-opacity: 1;
  color: #d0d0ce !important
}

.text-gray-lighter {
  --bs-text-opacity: 1;
  color: #e8e8e6 !important
}

.text-gray-lightest {
  --bs-text-opacity: 1;
  color: #f5f5f2 !important
}

.text-gray-medium {
  --bs-text-opacity: 1;
  color: #97999b !important
}

.text-gray-dark {
  --bs-text-opacity: 1;
  color: #53565a !important
}

.text-muted {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), .75) !important
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 72, .5) !important
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: hsla(0, 0%, 100%, .5) !important
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important
}

.bg-pos-top {
  background-position: top !important
}

.bg-pos-top-left {
  background-position: 0 0 !important
}

.bg-pos-top-right {
  background-position: 0 100% !important
}

.bg-pos-top-center {
  background-position: 50% 0 !important
}

.bg-pos-bottom {
  background-position: bottom !important
}

.bg-pos-bottom-left {
  background-position: 0 100% !important
}

.bg-pos-bottom-right {
  background-position: 100% 100% !important
}

.bg-pos-bottom-center {
  background-position: 50% 100% !important
}

.bg-pos-center {
  background-position: 50% 50% !important
}

.bg-pos-center-left {
  background-position: 0 50% !important
}

.bg-pos-center-right {
  background-position: 100% 50% !important
}

.bg-pos-left {
  background-position: 0 !important
}

.bg-pos-right {
  background-position: 100% !important
}

.bg-size-cover {
  background-size: cover !important
}

.bg-size-contain {
  background-size: contain !important
}

.bg-size-unset {
  background-size: unset !important
}

.object-pos-top {
  -o-object-position: top !important;
  object-position: top !important
}

.object-pos-top-left {
  -o-object-position: top left !important;
  object-position: top left !important
}

.object-pos-top-right {
  -o-object-position: top right !important;
  object-position: top right !important
}

.object-pos-top-center {
  -o-object-position: top center !important;
  object-position: top center !important
}

.object-pos-bottom {
  -o-object-position: bottom !important;
  object-position: bottom !important
}

.object-pos-bottom-left {
  -o-object-position: bottom left !important;
  object-position: bottom left !important
}

.object-pos-bottom-right {
  -o-object-position: bottom right !important;
  object-position: bottom right !important
}

.object-pos-bottom-center {
  -o-object-position: bottom center !important;
  object-position: bottom center !important
}

.object-pos-center {
  -o-object-position: center center !important;
  object-position: center center !important
}

.object-pos-center-left {
  -o-object-position: center left !important;
  object-position: center left !important
}

.object-pos-center-right {
  -o-object-position: center right !important;
  object-position: center right !important
}

.object-pos-left {
  -o-object-position: left !important;
  object-position: left !important
}

.object-pos-right {
  -o-object-position: right !important;
  object-position: right !important
}

.object-fit-none {
  -o-object-fit: none !important;
  object-fit: 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
}

.z--1 {
  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
}

.z-4 {
  z-index: 4 !important
}

.z-5 {
  z-index: 5 !important
}

.opacity-0 {
  opacity: 0 !important
}

.opacity-25 {
  opacity: .25 !important
}

.opacity-50 {
  opacity: .5 !important
}

.opacity-75 {
  opacity: .75 !important
}

.opacity-1 {
  opacity: 1 !important
}

@media(min-width: 600px) {
  .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-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: 1rem !important
  }

  .m-md-2 {
    margin: 2rem !important
  }

  .m-md-3 {
    margin: 3rem !important
  }

  .m-md-4 {
    margin: 4rem !important
  }

  .m-md-5 {
    margin: 5rem !important
  }

  .m-md-6 {
    margin: 6rem !important
  }

  .m-md-7 {
    margin: 7rem !important
  }

  .m-md-8 {
    margin: 8rem !important
  }

  .m-md-9 {
    margin: 9rem !important
  }

  .m-md-10 {
    margin: 10rem !important
  }

  .m-md-qtr {
    margin: .25rem !important
  }

  .m-md-half {
    margin: .5rem !important
  }

  .m-md-auto {
    margin: auto !important
  }

  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .mx-md-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .mx-md-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
  }

  .mx-md-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .mx-md-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
  }

  .mx-md-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
  }

  .mx-md-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }

  .mx-md-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important
  }

  .mx-md-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important
  }

  .mx-md-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important
  }

  .mx-md-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important
  }

  .mx-md-qtr {
    margin-left: .25rem !important;
    margin-right: .25rem !important
  }

  .mx-md-half {
    margin-left: .5rem !important;
    margin-right: .5rem !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: 1rem !important;
    margin-top: 1rem !important
  }

  .my-md-2 {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important
  }

  .my-md-3 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
  }

  .my-md-4 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important
  }

  .my-md-5 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important
  }

  .my-md-6 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important
  }

  .my-md-7 {
    margin-bottom: 7rem !important;
    margin-top: 7rem !important
  }

  .my-md-8 {
    margin-bottom: 8rem !important;
    margin-top: 8rem !important
  }

  .my-md-9 {
    margin-bottom: 9rem !important;
    margin-top: 9rem !important
  }

  .my-md-10 {
    margin-bottom: 10rem !important;
    margin-top: 10rem !important
  }

  .my-md-qtr {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important
  }

  .my-md-half {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
  }

  .my-md-auto {
    margin-bottom: auto !important;
    margin-top: auto !important
  }

  .mt-md-0 {
    margin-top: 0 !important
  }

  .mt-md-1 {
    margin-top: 1rem !important
  }

  .mt-md-2 {
    margin-top: 2rem !important
  }

  .mt-md-3 {
    margin-top: 3rem !important
  }

  .mt-md-4 {
    margin-top: 4rem !important
  }

  .mt-md-5 {
    margin-top: 5rem !important
  }

  .mt-md-6 {
    margin-top: 6rem !important
  }

  .mt-md-7 {
    margin-top: 7rem !important
  }

  .mt-md-8 {
    margin-top: 8rem !important
  }

  .mt-md-9 {
    margin-top: 9rem !important
  }

  .mt-md-10 {
    margin-top: 10rem !important
  }

  .mt-md-qtr {
    margin-top: .25rem !important
  }

  .mt-md-half {
    margin-top: .5rem !important
  }

  .mt-md-auto {
    margin-top: auto !important
  }

  .me-md-0 {
    margin-right: 0 !important
  }

  .me-md-1 {
    margin-right: 1rem !important
  }

  .me-md-2 {
    margin-right: 2rem !important
  }

  .me-md-3 {
    margin-right: 3rem !important
  }

  .me-md-4 {
    margin-right: 4rem !important
  }

  .me-md-5 {
    margin-right: 5rem !important
  }

  .me-md-6 {
    margin-right: 6rem !important
  }

  .me-md-7 {
    margin-right: 7rem !important
  }

  .me-md-8 {
    margin-right: 8rem !important
  }

  .me-md-9 {
    margin-right: 9rem !important
  }

  .me-md-10 {
    margin-right: 10rem !important
  }

  .me-md-qtr {
    margin-right: .25rem !important
  }

  .me-md-half {
    margin-right: .5rem !important
  }

  .me-md-auto {
    margin-right: auto !important
  }

  .mb-md-0 {
    margin-bottom: 0 !important
  }

  .mb-md-1 {
    margin-bottom: 1rem !important
  }

  .mb-md-2 {
    margin-bottom: 2rem !important
  }

  .mb-md-3 {
    margin-bottom: 3rem !important
  }

  .mb-md-4 {
    margin-bottom: 4rem !important
  }

  .mb-md-5 {
    margin-bottom: 5rem !important
  }

  .mb-md-6 {
    margin-bottom: 6rem !important
  }

  .mb-md-7 {
    margin-bottom: 7rem !important
  }

  .mb-md-8 {
    margin-bottom: 8rem !important
  }

  .mb-md-9 {
    margin-bottom: 9rem !important
  }

  .mb-md-10 {
    margin-bottom: 10rem !important
  }

  .mb-md-qtr {
    margin-bottom: .25rem !important
  }

  .mb-md-half {
    margin-bottom: .5rem !important
  }

  .mb-md-auto {
    margin-bottom: auto !important
  }

  .ms-md-0 {
    margin-left: 0 !important
  }

  .ms-md-1 {
    margin-left: 1rem !important
  }

  .ms-md-2 {
    margin-left: 2rem !important
  }

  .ms-md-3 {
    margin-left: 3rem !important
  }

  .ms-md-4 {
    margin-left: 4rem !important
  }

  .ms-md-5 {
    margin-left: 5rem !important
  }

  .ms-md-6 {
    margin-left: 6rem !important
  }

  .ms-md-7 {
    margin-left: 7rem !important
  }

  .ms-md-8 {
    margin-left: 8rem !important
  }

  .ms-md-9 {
    margin-left: 9rem !important
  }

  .ms-md-10 {
    margin-left: 10rem !important
  }

  .ms-md-qtr {
    margin-left: .25rem !important
  }

  .ms-md-half {
    margin-left: .5rem !important
  }

  .ms-md-auto {
    margin-left: auto !important
  }

  .m-md-n1 {
    margin: -1rem !important
  }

  .m-md-n2 {
    margin: -2rem !important
  }

  .m-md-n3 {
    margin: -3rem !important
  }

  .m-md-n4 {
    margin: -4rem !important
  }

  .m-md-n5 {
    margin: -5rem !important
  }

  .m-md-n6 {
    margin: -6rem !important
  }

  .m-md-n7 {
    margin: -7rem !important
  }

  .m-md-n8 {
    margin: -8rem !important
  }

  .m-md-n9 {
    margin: -9rem !important
  }

  .m-md-n10 {
    margin: -10rem !important
  }

  .m-md-nqtr {
    margin: -.25rem !important
  }

  .m-md-nhalf {
    margin: -.5rem !important
  }

  .mx-md-n1 {
    margin-left: -1rem !important;
    margin-right: -1rem !important
  }

  .mx-md-n2 {
    margin-left: -2rem !important;
    margin-right: -2rem !important
  }

  .mx-md-n3 {
    margin-left: -3rem !important;
    margin-right: -3rem !important
  }

  .mx-md-n4 {
    margin-left: -4rem !important;
    margin-right: -4rem !important
  }

  .mx-md-n5 {
    margin-left: -5rem !important;
    margin-right: -5rem !important
  }

  .mx-md-n6 {
    margin-left: -6rem !important;
    margin-right: -6rem !important
  }

  .mx-md-n7 {
    margin-left: -7rem !important;
    margin-right: -7rem !important
  }

  .mx-md-n8 {
    margin-left: -8rem !important;
    margin-right: -8rem !important
  }

  .mx-md-n9 {
    margin-left: -9rem !important;
    margin-right: -9rem !important
  }

  .mx-md-n10 {
    margin-left: -10rem !important;
    margin-right: -10rem !important
  }

  .mx-md-nqtr {
    margin-left: -.25rem !important;
    margin-right: -.25rem !important
  }

  .mx-md-nhalf {
    margin-left: -.5rem !important;
    margin-right: -.5rem !important
  }

  .my-md-n1 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important
  }

  .my-md-n2 {
    margin-bottom: -2rem !important;
    margin-top: -2rem !important
  }

  .my-md-n3 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important
  }

  .my-md-n4 {
    margin-bottom: -4rem !important;
    margin-top: -4rem !important
  }

  .my-md-n5 {
    margin-bottom: -5rem !important;
    margin-top: -5rem !important
  }

  .my-md-n6 {
    margin-bottom: -6rem !important;
    margin-top: -6rem !important
  }

  .my-md-n7 {
    margin-bottom: -7rem !important;
    margin-top: -7rem !important
  }

  .my-md-n8 {
    margin-bottom: -8rem !important;
    margin-top: -8rem !important
  }

  .my-md-n9 {
    margin-bottom: -9rem !important;
    margin-top: -9rem !important
  }

  .my-md-n10 {
    margin-bottom: -10rem !important;
    margin-top: -10rem !important
  }

  .my-md-nqtr {
    margin-bottom: -.25rem !important;
    margin-top: -.25rem !important
  }

  .my-md-nhalf {
    margin-bottom: -.5rem !important;
    margin-top: -.5rem !important
  }

  .mt-md-n1 {
    margin-top: -1rem !important
  }

  .mt-md-n2 {
    margin-top: -2rem !important
  }

  .mt-md-n3 {
    margin-top: -3rem !important
  }

  .mt-md-n4 {
    margin-top: -4rem !important
  }

  .mt-md-n5 {
    margin-top: -5rem !important
  }

  .mt-md-n6 {
    margin-top: -6rem !important
  }

  .mt-md-n7 {
    margin-top: -7rem !important
  }

  .mt-md-n8 {
    margin-top: -8rem !important
  }

  .mt-md-n9 {
    margin-top: -9rem !important
  }

  .mt-md-n10 {
    margin-top: -10rem !important
  }

  .mt-md-nqtr {
    margin-top: -.25rem !important
  }

  .mt-md-nhalf {
    margin-top: -.5rem !important
  }

  .me-md-n1 {
    margin-right: -1rem !important
  }

  .me-md-n2 {
    margin-right: -2rem !important
  }

  .me-md-n3 {
    margin-right: -3rem !important
  }

  .me-md-n4 {
    margin-right: -4rem !important
  }

  .me-md-n5 {
    margin-right: -5rem !important
  }

  .me-md-n6 {
    margin-right: -6rem !important
  }

  .me-md-n7 {
    margin-right: -7rem !important
  }

  .me-md-n8 {
    margin-right: -8rem !important
  }

  .me-md-n9 {
    margin-right: -9rem !important
  }

  .me-md-n10 {
    margin-right: -10rem !important
  }

  .me-md-nqtr {
    margin-right: -.25rem !important
  }

  .me-md-nhalf {
    margin-right: -.5rem !important
  }

  .mb-md-n1 {
    margin-bottom: -1rem !important
  }

  .mb-md-n2 {
    margin-bottom: -2rem !important
  }

  .mb-md-n3 {
    margin-bottom: -3rem !important
  }

  .mb-md-n4 {
    margin-bottom: -4rem !important
  }

  .mb-md-n5 {
    margin-bottom: -5rem !important
  }

  .mb-md-n6 {
    margin-bottom: -6rem !important
  }

  .mb-md-n7 {
    margin-bottom: -7rem !important
  }

  .mb-md-n8 {
    margin-bottom: -8rem !important
  }

  .mb-md-n9 {
    margin-bottom: -9rem !important
  }

  .mb-md-n10 {
    margin-bottom: -10rem !important
  }

  .mb-md-nqtr {
    margin-bottom: -.25rem !important
  }

  .mb-md-nhalf {
    margin-bottom: -.5rem !important
  }

  .ms-md-n1 {
    margin-left: -1rem !important
  }

  .ms-md-n2 {
    margin-left: -2rem !important
  }

  .ms-md-n3 {
    margin-left: -3rem !important
  }

  .ms-md-n4 {
    margin-left: -4rem !important
  }

  .ms-md-n5 {
    margin-left: -5rem !important
  }

  .ms-md-n6 {
    margin-left: -6rem !important
  }

  .ms-md-n7 {
    margin-left: -7rem !important
  }

  .ms-md-n8 {
    margin-left: -8rem !important
  }

  .ms-md-n9 {
    margin-left: -9rem !important
  }

  .ms-md-n10 {
    margin-left: -10rem !important
  }

  .ms-md-nqtr {
    margin-left: -.25rem !important
  }

  .ms-md-nhalf {
    margin-left: -.5rem !important
  }

  .p-md-0 {
    padding: 0 !important
  }

  .p-md-1 {
    padding: 1rem !important
  }

  .p-md-2 {
    padding: 2rem !important
  }

  .p-md-3 {
    padding: 3rem !important
  }

  .p-md-4 {
    padding: 4rem !important
  }

  .p-md-5 {
    padding: 5rem !important
  }

  .p-md-6 {
    padding: 6rem !important
  }

  .p-md-7 {
    padding: 7rem !important
  }

  .p-md-8 {
    padding: 8rem !important
  }

  .p-md-9 {
    padding: 9rem !important
  }

  .p-md-10 {
    padding: 10rem !important
  }

  .p-md-qtr {
    padding: .25rem !important
  }

  .p-md-half {
    padding: .5rem !important
  }

  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .px-md-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .px-md-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .px-md-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .px-md-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
  }

  .px-md-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
  }

  .px-md-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }

  .px-md-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important
  }

  .px-md-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important
  }

  .px-md-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important
  }

  .px-md-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important
  }

  .px-md-qtr {
    padding-left: .25rem !important;
    padding-right: .25rem !important
  }

  .px-md-half {
    padding-left: .5rem !important;
    padding-right: .5rem !important
  }

  .py-md-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
  }

  .py-md-1 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
  }

  .py-md-2 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important
  }

  .py-md-3 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
  }

  .py-md-4 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important
  }

  .py-md-5 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important
  }

  .py-md-6 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important
  }

  .py-md-7 {
    padding-bottom: 7rem !important;
    padding-top: 7rem !important
  }

  .py-md-8 {
    padding-bottom: 8rem !important;
    padding-top: 8rem !important
  }

  .py-md-9 {
    padding-bottom: 9rem !important;
    padding-top: 9rem !important
  }

  .py-md-10 {
    padding-bottom: 10rem !important;
    padding-top: 10rem !important
  }

  .py-md-qtr {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important
  }

  .py-md-half {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important
  }

  .pt-md-0 {
    padding-top: 0 !important
  }

  .pt-md-1 {
    padding-top: 1rem !important
  }

  .pt-md-2 {
    padding-top: 2rem !important
  }

  .pt-md-3 {
    padding-top: 3rem !important
  }

  .pt-md-4 {
    padding-top: 4rem !important
  }

  .pt-md-5 {
    padding-top: 5rem !important
  }

  .pt-md-6 {
    padding-top: 6rem !important
  }

  .pt-md-7 {
    padding-top: 7rem !important
  }

  .pt-md-8 {
    padding-top: 8rem !important
  }

  .pt-md-9 {
    padding-top: 9rem !important
  }

  .pt-md-10 {
    padding-top: 10rem !important
  }

  .pt-md-qtr {
    padding-top: .25rem !important
  }

  .pt-md-half {
    padding-top: .5rem !important
  }

  .pe-md-0 {
    padding-right: 0 !important
  }

  .pe-md-1 {
    padding-right: 1rem !important
  }

  .pe-md-2 {
    padding-right: 2rem !important
  }

  .pe-md-3 {
    padding-right: 3rem !important
  }

  .pe-md-4 {
    padding-right: 4rem !important
  }

  .pe-md-5 {
    padding-right: 5rem !important
  }

  .pe-md-6 {
    padding-right: 6rem !important
  }

  .pe-md-7 {
    padding-right: 7rem !important
  }

  .pe-md-8 {
    padding-right: 8rem !important
  }

  .pe-md-9 {
    padding-right: 9rem !important
  }

  .pe-md-10 {
    padding-right: 10rem !important
  }

  .pe-md-qtr {
    padding-right: .25rem !important
  }

  .pe-md-half {
    padding-right: .5rem !important
  }

  .pb-md-0 {
    padding-bottom: 0 !important
  }

  .pb-md-1 {
    padding-bottom: 1rem !important
  }

  .pb-md-2 {
    padding-bottom: 2rem !important
  }

  .pb-md-3 {
    padding-bottom: 3rem !important
  }

  .pb-md-4 {
    padding-bottom: 4rem !important
  }

  .pb-md-5 {
    padding-bottom: 5rem !important
  }

  .pb-md-6 {
    padding-bottom: 6rem !important
  }

  .pb-md-7 {
    padding-bottom: 7rem !important
  }

  .pb-md-8 {
    padding-bottom: 8rem !important
  }

  .pb-md-9 {
    padding-bottom: 9rem !important
  }

  .pb-md-10 {
    padding-bottom: 10rem !important
  }

  .pb-md-qtr {
    padding-bottom: .25rem !important
  }

  .pb-md-half {
    padding-bottom: .5rem !important
  }

  .ps-md-0 {
    padding-left: 0 !important
  }

  .ps-md-1 {
    padding-left: 1rem !important
  }

  .ps-md-2 {
    padding-left: 2rem !important
  }

  .ps-md-3 {
    padding-left: 3rem !important
  }

  .ps-md-4 {
    padding-left: 4rem !important
  }

  .ps-md-5 {
    padding-left: 5rem !important
  }

  .ps-md-6 {
    padding-left: 6rem !important
  }

  .ps-md-7 {
    padding-left: 7rem !important
  }

  .ps-md-8 {
    padding-left: 8rem !important
  }

  .ps-md-9 {
    padding-left: 9rem !important
  }

  .ps-md-10 {
    padding-left: 10rem !important
  }

  .ps-md-qtr {
    padding-left: .25rem !important
  }

  .ps-md-half {
    padding-left: .5rem !important
  }

  .gap-md-0 {
    gap: 0 !important
  }

  .gap-md-1 {
    gap: 1rem !important
  }

  .gap-md-2 {
    gap: 2rem !important
  }

  .gap-md-3 {
    gap: 3rem !important
  }

  .gap-md-4 {
    gap: 4rem !important
  }

  .gap-md-5 {
    gap: 5rem !important
  }

  .gap-md-6 {
    gap: 6rem !important
  }

  .gap-md-7 {
    gap: 7rem !important
  }

  .gap-md-8 {
    gap: 8rem !important
  }

  .gap-md-9 {
    gap: 9rem !important
  }

  .gap-md-10 {
    gap: 10rem !important
  }

  .gap-md-qtr {
    gap: .25rem !important
  }

  .gap-md-half {
    gap: .5rem !important
  }

  .text-md-start {
    text-align: left !important
  }

  .text-md-end {
    text-align: right !important
  }

  .text-md-center {
    text-align: center !important
  }

  .text-md-primary {
    --bs-text-opacity: 1;
    color: #000048 !important
  }

  .text-md-accent1-light {
    --bs-text-opacity: 1;
    color: #85a0f9 !important
  }

  .text-md-accent1-medium {
    --bs-text-opacity: 1;
    color: #7373d8 !important
  }

  .text-md-accent1-dark {
    --bs-text-opacity: 1;
    color: #2e308e !important
  }

  .text-md-accent2-light {
    --bs-text-opacity: 1;
    color: #92bbe6 !important
  }

  .text-md-accent2-medium {
    --bs-text-opacity: 1;
    color: #6aa2dc !important
  }

  .text-md-accent2-dark {
    --bs-text-opacity: 1;
    color: #2f78c4 !important
  }

  .text-md-accent3-dark {
    --bs-text-opacity: 1;
    color: #06c7cc !important
  }

  .text-md-white {
    --bs-text-opacity: 1;
    color: #fff !important
  }

  .text-md-gray-light {
    --bs-text-opacity: 1;
    color: #d0d0ce !important
  }

  .text-md-gray-lighter {
    --bs-text-opacity: 1;
    color: #e8e8e6 !important
  }

  .text-md-gray-lightest {
    --bs-text-opacity: 1;
    color: #f5f5f2 !important
  }

  .text-md-gray-medium {
    --bs-text-opacity: 1;
    color: #97999b !important
  }

  .text-md-gray-dark {
    --bs-text-opacity: 1;
    color: #53565a !important
  }

  .text-md-muted {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), .75) !important
  }

  .text-md-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 72, .5) !important
  }

  .text-md-white-50 {
    --bs-text-opacity: 1;
    color: hsla(0, 0%, 100%, .5) !important
  }

  .text-md-reset {
    --bs-text-opacity: 1;
    color: inherit !important
  }
}

@media(min-width: 1024px) {
  .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-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: 1rem !important
  }

  .m-lg-2 {
    margin: 2rem !important
  }

  .m-lg-3 {
    margin: 3rem !important
  }

  .m-lg-4 {
    margin: 4rem !important
  }

  .m-lg-5 {
    margin: 5rem !important
  }

  .m-lg-6 {
    margin: 6rem !important
  }

  .m-lg-7 {
    margin: 7rem !important
  }

  .m-lg-8 {
    margin: 8rem !important
  }

  .m-lg-9 {
    margin: 9rem !important
  }

  .m-lg-10 {
    margin: 10rem !important
  }

  .m-lg-qtr {
    margin: .25rem !important
  }

  .m-lg-half {
    margin: .5rem !important
  }

  .m-lg-auto {
    margin: auto !important
  }

  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .mx-lg-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .mx-lg-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
  }

  .mx-lg-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .mx-lg-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
  }

  .mx-lg-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
  }

  .mx-lg-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }

  .mx-lg-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important
  }

  .mx-lg-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important
  }

  .mx-lg-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important
  }

  .mx-lg-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important
  }

  .mx-lg-qtr {
    margin-left: .25rem !important;
    margin-right: .25rem !important
  }

  .mx-lg-half {
    margin-left: .5rem !important;
    margin-right: .5rem !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: 1rem !important;
    margin-top: 1rem !important
  }

  .my-lg-2 {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important
  }

  .my-lg-3 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
  }

  .my-lg-4 {
    margin-bottom: 4rem !important;
    margin-top: 4rem !important
  }

  .my-lg-5 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important
  }

  .my-lg-6 {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important
  }

  .my-lg-7 {
    margin-bottom: 7rem !important;
    margin-top: 7rem !important
  }

  .my-lg-8 {
    margin-bottom: 8rem !important;
    margin-top: 8rem !important
  }

  .my-lg-9 {
    margin-bottom: 9rem !important;
    margin-top: 9rem !important
  }

  .my-lg-10 {
    margin-bottom: 10rem !important;
    margin-top: 10rem !important
  }

  .my-lg-qtr {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important
  }

  .my-lg-half {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
  }

  .my-lg-auto {
    margin-bottom: auto !important;
    margin-top: auto !important
  }

  .mt-lg-0 {
    margin-top: 0 !important
  }

  .mt-lg-1 {
    margin-top: 1rem !important
  }

  .mt-lg-2 {
    margin-top: 2rem !important
  }

  .mt-lg-3 {
    margin-top: 3rem !important
  }

  .mt-lg-4 {
    margin-top: 4rem !important
  }

  .mt-lg-5 {
    margin-top: 5rem !important
  }

  .mt-lg-6 {
    margin-top: 6rem !important
  }

  .mt-lg-7 {
    margin-top: 7rem !important
  }

  .mt-lg-8 {
    margin-top: 8rem !important
  }

  .mt-lg-9 {
    margin-top: 9rem !important
  }

  .mt-lg-10 {
    margin-top: 10rem !important
  }

  .mt-lg-qtr {
    margin-top: .25rem !important
  }

  .mt-lg-half {
    margin-top: .5rem !important
  }

  .mt-lg-auto {
    margin-top: auto !important
  }

  .me-lg-0 {
    margin-right: 0 !important
  }

  .me-lg-1 {
    margin-right: 1rem !important
  }

  .me-lg-2 {
    margin-right: 2rem !important
  }

  .me-lg-3 {
    margin-right: 3rem !important
  }

  .me-lg-4 {
    margin-right: 4rem !important
  }

  .me-lg-5 {
    margin-right: 5rem !important
  }

  .me-lg-6 {
    margin-right: 6rem !important
  }

  .me-lg-7 {
    margin-right: 7rem !important
  }

  .me-lg-8 {
    margin-right: 8rem !important
  }

  .me-lg-9 {
    margin-right: 9rem !important
  }

  .me-lg-10 {
    margin-right: 10rem !important
  }

  .me-lg-qtr {
    margin-right: .25rem !important
  }

  .me-lg-half {
    margin-right: .5rem !important
  }

  .me-lg-auto {
    margin-right: auto !important
  }

  .mb-lg-0 {
    margin-bottom: 0 !important
  }

  .mb-lg-1 {
    margin-bottom: 1rem !important
  }

  .mb-lg-2 {
    margin-bottom: 2rem !important
  }

  .mb-lg-3 {
    margin-bottom: 3rem !important
  }

  .mb-lg-4 {
    margin-bottom: 4rem !important
  }

  .mb-lg-5 {
    margin-bottom: 5rem !important
  }

  .mb-lg-6 {
    margin-bottom: 6rem !important
  }

  .mb-lg-7 {
    margin-bottom: 7rem !important
  }

  .mb-lg-8 {
    margin-bottom: 8rem !important
  }

  .mb-lg-9 {
    margin-bottom: 9rem !important
  }

  .mb-lg-10 {
    margin-bottom: 10rem !important
  }

  .mb-lg-qtr {
    margin-bottom: .25rem !important
  }

  .mb-lg-half {
    margin-bottom: .5rem !important
  }

  .mb-lg-auto {
    margin-bottom: auto !important
  }

  .ms-lg-0 {
    margin-left: 0 !important
  }

  .ms-lg-1 {
    margin-left: 1rem !important
  }

  .ms-lg-2 {
    margin-left: 2rem !important
  }

  .ms-lg-3 {
    margin-left: 3rem !important
  }

  .ms-lg-4 {
    margin-left: 4rem !important
  }

  .ms-lg-5 {
    margin-left: 5rem !important
  }

  .ms-lg-6 {
    margin-left: 6rem !important
  }

  .ms-lg-7 {
    margin-left: 7rem !important
  }

  .ms-lg-8 {
    margin-left: 8rem !important
  }

  .ms-lg-9 {
    margin-left: 9rem !important
  }

  .ms-lg-10 {
    margin-left: 10rem !important
  }

  .ms-lg-qtr {
    margin-left: .25rem !important
  }

  .ms-lg-half {
    margin-left: .5rem !important
  }

  .ms-lg-auto {
    margin-left: auto !important
  }

  .m-lg-n1 {
    margin: -1rem !important
  }

  .m-lg-n2 {
    margin: -2rem !important
  }

  .m-lg-n3 {
    margin: -3rem !important
  }

  .m-lg-n4 {
    margin: -4rem !important
  }

  .m-lg-n5 {
    margin: -5rem !important
  }

  .m-lg-n6 {
    margin: -6rem !important
  }

  .m-lg-n7 {
    margin: -7rem !important
  }

  .m-lg-n8 {
    margin: -8rem !important
  }

  .m-lg-n9 {
    margin: -9rem !important
  }

  .m-lg-n10 {
    margin: -10rem !important
  }

  .m-lg-nqtr {
    margin: -.25rem !important
  }

  .m-lg-nhalf {
    margin: -.5rem !important
  }

  .mx-lg-n1 {
    margin-left: -1rem !important;
    margin-right: -1rem !important
  }

  .mx-lg-n2 {
    margin-left: -2rem !important;
    margin-right: -2rem !important
  }

  .mx-lg-n3 {
    margin-left: -3rem !important;
    margin-right: -3rem !important
  }

  .mx-lg-n4 {
    margin-left: -4rem !important;
    margin-right: -4rem !important
  }

  .mx-lg-n5 {
    margin-left: -5rem !important;
    margin-right: -5rem !important
  }

  .mx-lg-n6 {
    margin-left: -6rem !important;
    margin-right: -6rem !important
  }

  .mx-lg-n7 {
    margin-left: -7rem !important;
    margin-right: -7rem !important
  }

  .mx-lg-n8 {
    margin-left: -8rem !important;
    margin-right: -8rem !important
  }

  .mx-lg-n9 {
    margin-left: -9rem !important;
    margin-right: -9rem !important
  }

  .mx-lg-n10 {
    margin-left: -10rem !important;
    margin-right: -10rem !important
  }

  .mx-lg-nqtr {
    margin-left: -.25rem !important;
    margin-right: -.25rem !important
  }

  .mx-lg-nhalf {
    margin-left: -.5rem !important;
    margin-right: -.5rem !important
  }

  .my-lg-n1 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important
  }

  .my-lg-n2 {
    margin-bottom: -2rem !important;
    margin-top: -2rem !important
  }

  .my-lg-n3 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important
  }

  .my-lg-n4 {
    margin-bottom: -4rem !important;
    margin-top: -4rem !important
  }

  .my-lg-n5 {
    margin-bottom: -5rem !important;
    margin-top: -5rem !important
  }

  .my-lg-n6 {
    margin-bottom: -6rem !important;
    margin-top: -6rem !important
  }

  .my-lg-n7 {
    margin-bottom: -7rem !important;
    margin-top: -7rem !important
  }

  .my-lg-n8 {
    margin-bottom: -8rem !important;
    margin-top: -8rem !important
  }

  .my-lg-n9 {
    margin-bottom: -9rem !important;
    margin-top: -9rem !important
  }

  .my-lg-n10 {
    margin-bottom: -10rem !important;
    margin-top: -10rem !important
  }

  .my-lg-nqtr {
    margin-bottom: -.25rem !important;
    margin-top: -.25rem !important
  }

  .my-lg-nhalf {
    margin-bottom: -.5rem !important;
    margin-top: -.5rem !important
  }

  .mt-lg-n1 {
    margin-top: -1rem !important
  }

  .mt-lg-n2 {
    margin-top: -2rem !important
  }

  .mt-lg-n3 {
    margin-top: -3rem !important
  }

  .mt-lg-n4 {
    margin-top: -4rem !important
  }

  .mt-lg-n5 {
    margin-top: -5rem !important
  }

  .mt-lg-n6 {
    margin-top: -6rem !important
  }

  .mt-lg-n7 {
    margin-top: -7rem !important
  }

  .mt-lg-n8 {
    margin-top: -8rem !important
  }

  .mt-lg-n9 {
    margin-top: -9rem !important
  }

  .mt-lg-n10 {
    margin-top: -10rem !important
  }

  .mt-lg-nqtr {
    margin-top: -.25rem !important
  }

  .mt-lg-nhalf {
    margin-top: -.5rem !important
  }

  .me-lg-n1 {
    margin-right: -1rem !important
  }

  .me-lg-n2 {
    margin-right: -2rem !important
  }

  .me-lg-n3 {
    margin-right: -3rem !important
  }

  .me-lg-n4 {
    margin-right: -4rem !important
  }

  .me-lg-n5 {
    margin-right: -5rem !important
  }

  .me-lg-n6 {
    margin-right: -6rem !important
  }

  .me-lg-n7 {
    margin-right: -7rem !important
  }

  .me-lg-n8 {
    margin-right: -8rem !important
  }

  .me-lg-n9 {
    margin-right: -9rem !important
  }

  .me-lg-n10 {
    margin-right: -10rem !important
  }

  .me-lg-nqtr {
    margin-right: -.25rem !important
  }

  .me-lg-nhalf {
    margin-right: -.5rem !important
  }

  .mb-lg-n1 {
    margin-bottom: -1rem !important
  }

  .mb-lg-n2 {
    margin-bottom: -2rem !important
  }

  .mb-lg-n3 {
    margin-bottom: -3rem !important
  }

  .mb-lg-n4 {
    margin-bottom: -4rem !important
  }

  .mb-lg-n5 {
    margin-bottom: -5rem !important
  }

  .mb-lg-n6 {
    margin-bottom: -6rem !important
  }

  .mb-lg-n7 {
    margin-bottom: -7rem !important
  }

  .mb-lg-n8 {
    margin-bottom: -8rem !important
  }

  .mb-lg-n9 {
    margin-bottom: -9rem !important
  }

  .mb-lg-n10 {
    margin-bottom: -10rem !important
  }

  .mb-lg-nqtr {
    margin-bottom: -.25rem !important
  }

  .mb-lg-nhalf {
    margin-bottom: -.5rem !important
  }

  .ms-lg-n1 {
    margin-left: -1rem !important
  }

  .ms-lg-n2 {
    margin-left: -2rem !important
  }

  .ms-lg-n3 {
    margin-left: -3rem !important
  }

  .ms-lg-n4 {
    margin-left: -4rem !important
  }

  .ms-lg-n5 {
    margin-left: -5rem !important
  }

  .ms-lg-n6 {
    margin-left: -6rem !important
  }

  .ms-lg-n7 {
    margin-left: -7rem !important
  }

  .ms-lg-n8 {
    margin-left: -8rem !important
  }

  .ms-lg-n9 {
    margin-left: -9rem !important
  }

  .ms-lg-n10 {
    margin-left: -10rem !important
  }

  .ms-lg-nqtr {
    margin-left: -.25rem !important
  }

  .ms-lg-nhalf {
    margin-left: -.5rem !important
  }

  .p-lg-0 {
    padding: 0 !important
  }

  .p-lg-1 {
    padding: 1rem !important
  }

  .p-lg-2 {
    padding: 2rem !important
  }

  .p-lg-3 {
    padding: 3rem !important
  }

  .p-lg-4 {
    padding: 4rem !important
  }

  .p-lg-5 {
    padding: 5rem !important
  }

  .p-lg-6 {
    padding: 6rem !important
  }

  .p-lg-7 {
    padding: 7rem !important
  }

  .p-lg-8 {
    padding: 8rem !important
  }

  .p-lg-9 {
    padding: 9rem !important
  }

  .p-lg-10 {
    padding: 10rem !important
  }

  .p-lg-qtr {
    padding: .25rem !important
  }

  .p-lg-half {
    padding: .5rem !important
  }

  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .px-lg-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .px-lg-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .px-lg-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .px-lg-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
  }

  .px-lg-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
  }

  .px-lg-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }

  .px-lg-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important
  }

  .px-lg-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important
  }

  .px-lg-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important
  }

  .px-lg-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important
  }

  .px-lg-qtr {
    padding-left: .25rem !important;
    padding-right: .25rem !important
  }

  .px-lg-half {
    padding-left: .5rem !important;
    padding-right: .5rem !important
  }

  .py-lg-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
  }

  .py-lg-1 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
  }

  .py-lg-2 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important
  }

  .py-lg-3 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
  }

  .py-lg-4 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important
  }

  .py-lg-5 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important
  }

  .py-lg-6 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important
  }

  .py-lg-7 {
    padding-bottom: 7rem !important;
    padding-top: 7rem !important
  }

  .py-lg-8 {
    padding-bottom: 8rem !important;
    padding-top: 8rem !important
  }

  .py-lg-9 {
    padding-bottom: 9rem !important;
    padding-top: 9rem !important
  }

  .py-lg-10 {
    padding-bottom: 10rem !important;
    padding-top: 10rem !important
  }

  .py-lg-qtr {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important
  }

  .py-lg-half {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important
  }

  .pt-lg-0 {
    padding-top: 0 !important
  }

  .pt-lg-1 {
    padding-top: 1rem !important
  }

  .pt-lg-2 {
    padding-top: 2rem !important
  }

  .pt-lg-3 {
    padding-top: 3rem !important
  }

  .pt-lg-4 {
    padding-top: 4rem !important
  }

  .pt-lg-5 {
    padding-top: 5rem !important
  }

  .pt-lg-6 {
    padding-top: 6rem !important
  }

  .pt-lg-7 {
    padding-top: 7rem !important
  }

  .pt-lg-8 {
    padding-top: 8rem !important
  }

  .pt-lg-9 {
    padding-top: 9rem !important
  }

  .pt-lg-10 {
    padding-top: 10rem !important
  }

  .pt-lg-qtr {
    padding-top: .25rem !important
  }

  .pt-lg-half {
    padding-top: .5rem !important
  }

  .pe-lg-0 {
    padding-right: 0 !important
  }

  .pe-lg-1 {
    padding-right: 1rem !important
  }

  .pe-lg-2 {
    padding-right: 2rem !important
  }

  .pe-lg-3 {
    padding-right: 3rem !important
  }

  .pe-lg-4 {
    padding-right: 4rem !important
  }

  .pe-lg-5 {
    padding-right: 5rem !important
  }

  .pe-lg-6 {
    padding-right: 6rem !important
  }

  .pe-lg-7 {
    padding-right: 7rem !important
  }

  .pe-lg-8 {
    padding-right: 8rem !important
  }

  .pe-lg-9 {
    padding-right: 9rem !important
  }

  .pe-lg-10 {
    padding-right: 10rem !important
  }

  .pe-lg-qtr {
    padding-right: .25rem !important
  }

  .pe-lg-half {
    padding-right: .5rem !important
  }

  .pb-lg-0 {
    padding-bottom: 0 !important
  }

  .pb-lg-1 {
    padding-bottom: 1rem !important
  }

  .pb-lg-2 {
    padding-bottom: 2rem !important
  }

  .pb-lg-3 {
    padding-bottom: 3rem !important
  }

  .pb-lg-4 {
    padding-bottom: 4rem !important
  }

  .pb-lg-5 {
    padding-bottom: 5rem !important
  }

  .pb-lg-6 {
    padding-bottom: 6rem !important
  }

  .pb-lg-7 {
    padding-bottom: 7rem !important
  }

  .pb-lg-8 {
    padding-bottom: 8rem !important
  }

  .pb-lg-9 {
    padding-bottom: 9rem !important
  }

  .pb-lg-10 {
    padding-bottom: 10rem !important
  }

  .pb-lg-qtr {
    padding-bottom: .25rem !important
  }

  .pb-lg-half {
    padding-bottom: .5rem !important
  }

  .ps-lg-0 {
    padding-left: 0 !important
  }

  .ps-lg-1 {
    padding-left: 1rem !important
  }

  .ps-lg-2 {
    padding-left: 2rem !important
  }

  .ps-lg-3 {
    padding-left: 3rem !important
  }

  .ps-lg-4 {
    padding-left: 4rem !important
  }

  .ps-lg-5 {
    padding-left: 5rem !important
  }

  .ps-lg-6 {
    padding-left: 6rem !important
  }

  .ps-lg-7 {
    padding-left: 7rem !important
  }

  .ps-lg-8 {
    padding-left: 8rem !important
  }

  .ps-lg-9 {
    padding-left: 9rem !important
  }

  .ps-lg-10 {
    padding-left: 10rem !important
  }

  .ps-lg-qtr {
    padding-left: .25rem !important
  }

  .ps-lg-half {
    padding-left: .5rem !important
  }

  .gap-lg-0 {
    gap: 0 !important
  }

  .gap-lg-1 {
    gap: 1rem !important
  }

  .gap-lg-2 {
    gap: 2rem !important
  }

  .gap-lg-3 {
    gap: 3rem !important
  }

  .gap-lg-4 {
    gap: 4rem !important
  }

  .gap-lg-5 {
    gap: 5rem !important
  }

  .gap-lg-6 {
    gap: 6rem !important
  }

  .gap-lg-7 {
    gap: 7rem !important
  }

  .gap-lg-8 {
    gap: 8rem !important
  }

  .gap-lg-9 {
    gap: 9rem !important
  }

  .gap-lg-10 {
    gap: 10rem !important
  }

  .gap-lg-qtr {
    gap: .25rem !important
  }

  .gap-lg-half {
    gap: .5rem !important
  }

  .text-lg-start {
    text-align: left !important
  }

  .text-lg-end {
    text-align: right !important
  }

  .text-lg-center {
    text-align: center !important
  }

  .text-lg-primary {
    --bs-text-opacity: 1;
    color: #000048 !important
  }

  .text-lg-accent1-light {
    --bs-text-opacity: 1;
    color: #85a0f9 !important
  }

  .text-lg-accent1-medium {
    --bs-text-opacity: 1;
    color: #7373d8 !important
  }

  .text-lg-accent1-dark {
    --bs-text-opacity: 1;
    color: #2e308e !important
  }

  .text-lg-accent2-light {
    --bs-text-opacity: 1;
    color: #92bbe6 !important
  }

  .text-lg-accent2-medium {
    --bs-text-opacity: 1;
    color: #6aa2dc !important
  }

  .text-lg-accent2-dark {
    --bs-text-opacity: 1;
    color: #2f78c4 !important
  }

  .text-lg-accent3-dark {
    --bs-text-opacity: 1;
    color: #06c7cc !important
  }

  .text-lg-white {
    --bs-text-opacity: 1;
    color: #fff !important
  }

  .text-lg-gray-light {
    --bs-text-opacity: 1;
    color: #d0d0ce !important
  }

  .text-lg-gray-lighter {
    --bs-text-opacity: 1;
    color: #e8e8e6 !important
  }

  .text-lg-gray-lightest {
    --bs-text-opacity: 1;
    color: #f5f5f2 !important
  }

  .text-lg-gray-medium {
    --bs-text-opacity: 1;
    color: #97999b !important
  }

  .text-lg-gray-dark {
    --bs-text-opacity: 1;
    color: #53565a !important
  }

  .text-lg-muted {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), .75) !important
  }

  .text-lg-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 72, .5) !important
  }

  .text-lg-white-50 {
    --bs-text-opacity: 1;
    color: hsla(0, 0%, 100%, .5) !important
  }

  .text-lg-reset {
    --bs-text-opacity: 1;
    color: inherit !important
  }
}

@media(min-width: 1200px) {
  .fs-1 {
    font-size: 4.2rem !important
  }

  .fs-2 {
    font-size: 3.15rem !important
  }

  .fs-3 {
    font-size: 2.35rem !important
  }

  .fs-4 {
    font-size: 1.8rem !important
  }

  .fs-5 {
    font-size: 1.35rem !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-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
  }
}

.badge {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
}

.breadcrumb a {
  color: #92bbe6
}

.breadcrumb-item {
  margin-bottom: 0
}

.pagination .page-link {
  border-radius: .25rem;
  font-weight: 400
}

.bg-accent1-dark .pagination,
.bg-accent1-light .pagination,
.bg-accent1-medium .pagination,
.bg-accent2-dark .pagination,
.bg-accent2-light .pagination,
.bg-accent2-medium .pagination,
.bg-grd-mesh-theme-1 .pagination,
.bg-grd-mesh-theme-2 .pagination,
.bg-grd-mesh-theme-3 .pagination,
.bg-grd-rl-dark-accent2-medium .pagination,
.bg-grd-theme-1 .pagination,
.bg-grd-theme-2 .pagination,
.bg-grd-theme-3 .pagination,
.bg-primary .pagination {
  --bs-pagination-color: contrast-checker($color-dark)
}

.bg-gray-light .pagination .disabled>.page-link,
.bg-gray-light .pagination .page-link.disabled {
  color: #000048
}

.tooltip-light {
  --bs-tooltip-color: #000048;
  --bs-tooltip-bg: #e8e8e6
}

.tooltip-light .tooltip-inner {
  border: 1px solid #d0d0ce
}

.tooltip-light .tooltip-arrow:after {
  border-color: transparent;
  border-style: solid;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%
}

.tooltip-light[data-popper-placement=bottom] .tooltip-arrow:after {
  border-bottom-color: var(--bs-tooltip-bg);
  border-width: 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);
  bottom: -1px;
  -webkit-filter: drop-shadow(0 -1px 0 #d0d0ce);
  filter: drop-shadow(0 -1px 0 #d0d0ce)
}

.tooltip-light[data-popper-placement=right] .tooltip-arrow:after {
  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;
  -webkit-filter: drop-shadow(-1px 0 0 #d0d0ce);
  filter: drop-shadow(-1px 0 0 #d0d0ce);
  right: -1px
}

.tooltip-light[data-popper-placement=left] .tooltip-arrow:after {
  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);
  -webkit-filter: drop-shadow(1px 0 0 #d0d0ce);
  filter: drop-shadow(1px 0 0 #d0d0ce);
  left: -1px
}

.tooltip-light[data-popper-placement=top] .tooltip-arrow:after {
  border-top-color: var(--bs-tooltip-bg);
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;
  -webkit-filter: drop-shadow(0 1px 0 #d0d0ce);
  filter: drop-shadow(0 1px 0 #d0d0ce);
  top: -1px
}

.tooltip-medium {
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #2e308e
}

.tooltip-dark {
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000048
}

.tooltip .tooltip-inner {
  -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 72, .15);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 72, .15);
  text-align: left
}

@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")
}



.swiper {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1
}

.swiper-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
  z-index: 1
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 75pc;
  perspective: 75pc
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-css-mode>.swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
  -ms-flex-negative: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  content: "";
  flex-shrink: 0;
  order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper: before {
  height: 100%;
  width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper: before {
  height: var(--swiper-centered-offset-after);
  width: 100%
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always
}

.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s linear infinite;
  animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}


.swiper-button-next,
.swiper-button-prev {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  margin-top: calc(0px - var(--swiper-navigation-size)/2);
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/44*27);
  z-index: 10
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: .35;
  pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  cursor: auto;
  opacity: 0;
  pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none !important
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: auto;
  right: 10px
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next"
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  -webkit-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: 50%;
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px))
}

button.swiper-pagination-bullet {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet:only-child {
  display: none !important
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1)
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: top .2s, -webkit-transform .2s;
  transition: top .2s, -webkit-transform .2s;
  transition: transform .2s, top .2s;
  transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: left .2s, -webkit-transform .2s;
  transition: left .2s, -webkit-transform .2s;
  transition: transform .2s, left .2s;
  transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: right .2s, -webkit-transform .2s;
  transition: right .2s, -webkit-transform .2s;
  transition: transform .2s, right .2s;
  transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  width: 100%
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 4px;
  left: 0;
  top: 0;
  width: 100%
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: 4px
}

.swiper-pagination-lock {
  display: none
}

.arrows-outside~.swiper-button-next {
  right: -1.5rem
}

.arrows-outside~.swiper-button-prev {
  left: -1.5rem
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination-bullet {
  border: none;
  -webkit-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out
}

.swiper-button-next:hover,
.swiper-button-prev:hover,
.swiper-pagination-bullet:hover {
  opacity: .75
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: Cognizant-Icons;
  font-size: 1.25rem;
  font-weight: 600
}

@media(min-width: 20rem) {

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: calc(.95rem + 1.5vw)
  }
}

@media(min-width: 70rem) {

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 2rem
  }
}

.swiper-button-prev {
  left: 0
}

.swiper-button-prev:after {
  content: ""
}

@media(min-width: 20rem) {
  .swiper-button-prev {
    left: calc(-.2rem + 1vw)
  }
}

@media(min-width: 70rem) {
  .swiper-button-prev {
    left: .5rem
  }
}

.swiper-button-next {
  right: 0
}

.swiper-button-next:after {
  content: ""
}

@media(min-width: 20rem) {
  .swiper-button-next {
    right: calc(-.2rem + 1vw)
  }
}

@media(min-width: 70rem) {
  .swiper-button-next {
    right: .5rem
  }
}

.accent2-dark-arrows {
  --swiper-navigation-color: #2f78c4
}

.white-arrows {
  --swiper-navigation-color: #fff
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px
}

.swiper-pagination-bullet {
  background: #26efe9;
  height: 10px;
  opacity: .4;
  width: 10px
}

.swiper-pagination-bullet-active {
  opacity: 1
}

.square-pagination [class*=swiper-pagination] [class*=swiper-pagination] {
  border-radius: 5000px !important;
  cursor: pointer;
  height: .25rem;
  margin: 0 .25rem;
  overflow: hidden;
  pointer-events: all;
  width: 2rem
}

.white-pagination [class*=swiper-pagination] [class*=swiper-pagination] {
  --swiper-pagination-color: #fff;
  background: var(--swiper-pagination-color)
}

.accent2-dark-pagination [class*=swiper-pagination] [class*=swiper-pagination] {
  --swiper-pagination-color: #2f78c4;
  background: var(--swiper-pagination-color)
}

.pagination-outside {
  overflow: visible
}

.pagination-outside [class*=swiper-pagination] {
  bottom: -1.5rem
}

.swiper-slide.swiper-slide-active:focus {
  border: 2px solid #92bbe6;
  outline: none
}

.swiper-slide.swiper-slide-active a.link-coverAll:focus:before {
  border: 2px solid #92bbe6;
  height: auto;
  outline: none;
  width: auto
}

.swiper-button-next.show-on-focus,
.swiper-button-prev.show-on-focus {
  border: 2px solid transparent;
  height: auto !important;
  width: auto !important
}

.swiper-button-next.show-on-focus:focus,
.swiper-button-prev.show-on-focus:focus {
  clip: auto !important;
  border: 2px solid #92bbe6 !important;
  height: auto !important;
  outline: none;
  position: absolute !important;
  width: auto !important
}

.cog-related-thinking .cog-card img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.cog-related-thinking .cog-card .card-title {
  display: block;
  margin-bottom: .25rem
}

.cog-related-thinking .digital-show-hide {
  cursor: pointer
}

.cog-related-thinking .digital-show-hide:after {
  font-family: Cognizant-Icons !important;
  margin-left: .25rem
}

.cog-related-thinking div[data-static-variation=horizontal] .cog-card,
.cog-related-thinking div[data-variation=horizontal] .cog-card,
.cog-related-thinking[data-variation=horizontal] .cog-card {
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.cog-related-thinking div[data-static-variation=horizontal] .cog-card:hover,
.cog-related-thinking div[data-variation=horizontal] .cog-card:hover,
.cog-related-thinking[data-variation=horizontal] .cog-card:hover {
  -webkit-box-shadow: 0 .25rem .5rem 0 rgba(0, 0, 72, .2);
  box-shadow: 0 .25rem .5rem 0 rgba(0, 0, 72, .2);
  -webkit-transform: scale(1.035);
  transform: scale(1.035);
  -webkit-transform-origin: center;
  transform-origin: center
}


footer h6 a:link {
  font-weight: revert
}

footer h6 a:link:hover {
  color: var(--link-hover-color)
}

footer a,
footer a:link {
  color: var(--color-dark);
  font-weight: 400
}

@media(max-width: 599px) {

  footer a,
  footer a:link {
    display: inline-block;
    padding: .75rem 0
  }
}

footer a:hover,
footer a:link:hover {
  color: var(--link-color)
}

footer a:link[class*=logo-],
footer a[class*=logo-] {
  color: var(--heading-color)
}

footer a:link[class*=logo-]:hover,
footer a[class*=logo-]:hover {
  color: var(--link-hover-color)
}

footer ul li {
  margin-bottom: .25rem
}

footer.theme-primary:not(.bg-primary) .footer-primary {
  background: #e8e8e6;
}


/* 
.container{
  padding: 75px 0;
  margin: 0 auto;
  width: 1140px;
}

h1{
  position: relative;
  margin-bottom: 45px;
  font-family: 'Oswald', sans-serif;
  font-size: 44px;
  text-transform: uppercase;
  color: #424242;
}

.gallery-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 70vh;
}

.item {
  flex: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  transition: flex 0.8s ease;
  
  &:hover{
    flex: 7;
  }
}

.item-1 { 
  background-image: url('https://images.unsplash.com/photo-1499198116522-4a6235013d63?auto=format&fit=crop&w=1233&q=80');
}

.item-2 { 
  background-image: url('https://images.unsplash.com/photo-1492760864391-753aaae87234?auto=format&fit=crop&w=1336&q=80');
}

.item-3 { 
  background-image: url('https://images.unsplash.com/photo-1503631285924-e1544dce8b28?auto=format&fit=crop&w=1234&q=80');
}

.item-4 { 
  background-image: url('https://images.unsplash.com/photo-1510425463958-dcced28da480?auto=format&fit=crop&w=1352&q=80');
}

.item-5 { 
  background-image: url('https://images.unsplash.com/photo-1503602642458-232111445657?auto=format&fit=crop&w=1234&q=80');
}

.social{
  position: absolute;
  right: 35px;
  bottom: 0;
  
  img{
    display: block;
    width: 32px;
  }
} */
/* TOREMOVE */
@charset "utf-8";@font-face {
  font-display: swap;
  font-family: Gellix;
  font-style: normal;
  font-weight: 300;
  src: url(../../../etc.clientlibs/cognizant-dot-com/clientlibs/clientlib-site/resources/fonts/Gellix-Light.woff2) format("woff2"),url(../../../etc.clientlibs/cognizant-dot-com/clientlibs/clientlib-site/resources/fonts/Gellix-Light.woff) format("woff"),url(../../../etc.clientlibs/cognizant-dot-com/clientlibs/clientlib-site/resources/fonts/Gellix-Light.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Gellix;
  font-style: italic;
  font-weight: 300;
  src: url(../../../etc.clientlibs/cognizant-dot-com/clientlibs/clientlib-site/resources/fonts/Gellix-LightItalic.woff2) format("woff2"),url(../../../etc.clientlibs/cognizant-dot-com/clientlibs/clientlib-site/resources/fonts/Gellix-LightItalic.woff) format("woff"),url(../../../etc.clientlibs/cognizant-dot-com/clientlibs/clientlib-site/resources/fonts/Gellix-LightItalic.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Gellix;
  font-style: normal;
  font-weight: 400;
  src: url(../../../etc.clientlibs/cognizant-dot-com/clientlibs/clientlib-site/resources/fonts/Gellix-Regular.woff2) format("woff2"),url(../../../etc.clientlibs/cognizant-dot-com/clientlibs/clientlib-site/resources/fonts/Gellix-Regular.woff) format("woff"),url(../../../etc.clientlibs/cognizant-dot-com/clientlibs/clientlib-site/resources/fonts/Gellix-Regular.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Gellix;
  font-style: italic;
  font-weight: 400;
  src: url(../../../etc.clientlibs/cognizant-dot-com/clientlibs/clientlib-site/resources/fonts/Gellix-RegularItalic.woff2) format("woff2"),url(../../../etc.clientlibs/cognizant-dot-com/clientlibs/clientlib-site/resources/fonts/Gellix-RegularItalic.woff) format("woff"),url(../../../etc.clientlibs/cognizant-dot-com/clientlibs/clientlib-site/resources/fonts/Gellix-RegularItalic.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Gellix;
  font-style: normal;
  font-weight: 600;
  src: url(../../../etc.clientlibs/cognizant-dot-com/clientlibs/clientlib-site/resources/fonts/Gellix-SemiBold.woff2) format("woff2"),url(../../../etc.clientlibs/cognizant-dot-com/clientlibs/clientlib-site/resources/fonts/Gellix-SemiBold.woff) format("woff"),url(../../../etc.clientlibs/cognizant-dot-com/clientlibs/clientlib-site/resources/fonts/Gellix-SemiBold.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Gellix;
  font-style: italic;
  font-weight: 600;
  src: url(../../../etc.clientlibs/cognizant-dot-com/clientlibs/clientlib-site/resources/fonts/Gellix-SemiBoldItalic.woff2) format("woff2"),url(../../../etc.clientlibs/cognizant-dot-com/clientlibs/clientlib-site/resources/fonts/Gellix-SemiBoldItalic.woff) format("woff"),url(../../../etc.clientlibs/cognizant-dot-com/clientlibs/clientlib-site/resources/fonts/Gellix-SemiBoldItalic.ttf) format("truetype")
}

body {
  -webkit-font-feature-settings: "ss01";
  font-feature-settings: "ss01";
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  word-break: break-word
}

.cog-container {
  margin: 0 auto;
  max-width: 75pc
}

.cog-image-logo .cmp-image__link {
  padding: 0
}

.cog-image-logo .cmp-image__link img {
  max-width: 250px;
  width: 100%
}

iframe {
  border: none;
  min-width: 100%
}

.gutter-space {
  padding: 0 .5rem
}

.primary-menu li a {
  color: #000048
}

.primary-menu li a:hover {
  color: #2f78c4
}

:focus,:focus-visible {
  outline-color: var(--link-color);
  outline-offset: .2rem;
  outline-width: 2px
}

.btn-close {
  position: absolute;
  right: .5rem;
  top: -5px
}

.list-style-none {
  list-style: none
}

.inpage-btn-close {
  cursor: pointer;
  right: .5rem
}

.inpage-btn-close:hover {
  color: #6aa2dc!important
}

.maximum-lines {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis
}

.maximum-lines--1 {
  -webkit-line-clamp: 1;
  line-clamp: 1
}

.maximum-lines--1-with-height {
  height: 1.3em
}

.maximum-lines--2 {
  -webkit-line-clamp: 2;
  line-clamp: 2
}

.maximum-lines--2-with-height {
  height: 2.6em
}

.maximum-lines--3 {
  -webkit-line-clamp: 3;
  line-clamp: 3
}

.maximum-lines--3-with-height {
  height: 3.9em
}

.maximum-lines--4 {
  -webkit-line-clamp: 4;
  line-clamp: 4
}

.maximum-lines--4-with-height {
  height: 5.2em
}

.maximum-lines--5 {
  -webkit-line-clamp: 5;
  line-clamp: 5
}

.maximum-lines--5-with-height {
  height: 6.5em
}

.maximum-lines--6 {
  -webkit-line-clamp: 6;
  line-clamp: 6
}

.maximum-lines--6-with-height {
  height: 7.8em
}

.maximum-lines--7 {
  -webkit-line-clamp: 7;
  line-clamp: 7
}

.maximum-lines--7-with-height {
  height: 9.1em
}

.maximum-lines--8 {
  -webkit-line-clamp: 8;
  line-clamp: 8
}

.maximum-lines--8-with-height {
  height: 10.4em
}

.maximum-lines--9 {
  -webkit-line-clamp: 9;
  line-clamp: 9
}

.maximum-lines--9-with-height {
  height: 11.7em
}

.maximum-lines--10 {
  -webkit-line-clamp: 10;
  line-clamp: 10
}

.maximum-lines--10-with-height {
  height: 13em
}

ol,ul {
  padding-left: 1.25rem
}

.text table {
  border: 1px hidden #97999b;
  border-bottom: 0;
  border-collapse: collapse;
  -webkit-box-shadow: 0 0 0 1px #97999b;
  box-shadow: 0 0 0 1px #97999b
}

.text table tr {
  background-color: #fff
}

.text table tr:nth-child(2n) {
  background-color: #f5f5f2
}

.text table tr:nth-child(odd) td,.text table tr:nth-child(odd) th {
  border-bottom: 1px solid #97999b
}

.text table tr:last-child td,.text table tr:last-child th {
  border-bottom: none
}

.text table td,.text table th {
  padding: 8px
}

.text table td+td,.text table td+th,.text table th+td,.text table th+th {
  border-left: 1px solid #97999b
}

form .cmp-form-text,form .drop-down select {
  margin-bottom: 1rem
}

form .cmp-form-text {
  position: relative
}

form label {
  left: 0;
  padding-left: 1rem;
  padding-top: .8rem;
  position: absolute;
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s
}

form input,form textarea {
  background: #f5f5f2;
  border: .05rem solid #97999b;
  border-radius: .5rem;
  color: #000048;
  padding: .85rem .5rem .85rem 1rem;
  width: 100%
}

form input::-webkit-input-placeholder,form textarea::-webkit-input-placeholder {
  opacity: 0
}

form input::-moz-placeholder,form textarea::-moz-placeholder {
  opacity: 0
}

form input:-ms-input-placeholder,form textarea:-ms-input-placeholder {
  opacity: 0
}

form input::-ms-input-placeholder,form textarea::-ms-input-placeholder {
  opacity: 0
}

form input::placeholder,form textarea::placeholder {
  opacity: 0
}

form input~label,form textarea~label {
  color: #000048
}

form input:not(:-moz-placeholder-shown),form textarea:not(:-moz-placeholder-shown) {
  padding-bottom: .6rem;
  padding-top: 1.1rem
}

form input:not(:-ms-input-placeholder),form textarea:not(:-ms-input-placeholder) {
  padding-bottom: .6rem;
  padding-top: 1.1rem
}

form input:focus,form input:not(:placeholder-shown),form textarea:focus,form textarea:not(:placeholder-shown) {
  padding-bottom: .6rem;
  padding-top: 1.1rem
}

form input:not(:-moz-placeholder-shown)~label,form textarea:not(:-moz-placeholder-shown)~label {
  cursor: text;
  opacity: .65;
  padding-left: 1.5rem;
  padding-top: .1rem;
  transform: scale(.65) translateY(15%);
  transform-origin: top left;
  -moz-transition: all .2s;
  transition: all .2s
}

form input:not(:-ms-input-placeholder)~label,form textarea:not(:-ms-input-placeholder)~label {
  cursor: text;
  opacity: .65;
  padding-left: 1.5rem;
  padding-top: .1rem;
  transform: scale(.65) translateY(15%);
  transform-origin: top left;
  -ms-transition: all .2s;
  transition: all .2s
}

form input:focus~label,form input:not(:placeholder-shown)~label,form textarea:focus~label,form textarea:not(:placeholder-shown)~label {
  cursor: text;
  opacity: .65;
  padding-left: 1.5rem;
  padding-top: .1rem;
  -webkit-transform: scale(.65) translateY(15%);
  transform: scale(.65) translateY(15%);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: all .2s;
  transition: all .2s
}

form input:focus,form textarea:focus {
  background: #f5f5f2;
  border-color: #97bce2;
  -webkit-box-shadow: 0 0 0 .125rem #2f78c4;
  box-shadow: 0 0 0 .125rem #2f78c4;
  outline: 0;
  -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s
}

form input:focus::-webkit-input-placeholder,form textarea:focus::-webkit-input-placeholder {
  color: #53565a;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s
}

form input:focus::-moz-placeholder,form textarea:focus::-moz-placeholder {
  color: #53565a;
  opacity: 1;
  -moz-transition: all .2s;
  transition: all .2s
}

form input:focus:-ms-input-placeholder,form textarea:focus:-ms-input-placeholder {
  color: #53565a;
  opacity: 1;
  -ms-transition: all .2s;
  transition: all .2s
}

form input:focus::-ms-input-placeholder,form textarea:focus::-ms-input-placeholder {
  color: #53565a;
  opacity: 1;
  -ms-transition: all .2s;
  transition: all .2s
}

form input:focus::placeholder,form textarea:focus::placeholder {
  color: #53565a;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s
}

form input.date-field {
  display: inline-block;
  font-size: 1rem;
  height: 3.067rem;
  line-height: 1.3rem;
  width: 100%
}

form input.date-field::-webkit-date-and-time-value {
  text-align: left
}

form input.date-field::-webkit-calendar-picker-indicator {
  background: transparent
}

form input.date-field,form input.date-field:focus {
  background: #f5f5f2 url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="18" viewBox="0 0 33 24"><path fill="%23000048" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>') no-repeat right .2rem bottom 45%
}

@-moz-document url-prefix() {
  form input.date-field,form input.date-field:focus {
      background: #f5f5f2 url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="18" viewBox="0 0 33 24"><path fill="%23000048" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>') no-repeat right .2rem bottom 38%
  }
}

form textarea {
  height: 10rem
}

.was-validated input:invalid:not(:focus) {
  background: #fceef0;
  border-color: #b81f2d
}

.was-validated input:invalid:not(:focus)~label {
  color: #b81f2d;
  opacity: 1
}

.was-validated input.date-field:invalid:not(:focus) {
  background: #fceef0 url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="18" viewBox="0 0 33 24"><path fill="%23b81f2d" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>') no-repeat right .2rem bottom 45%
}

.was-validated input.date-field:invalid:not(:focus)::-webkit-calendar-picker-indicator {
  background: transparent
}

@-moz-document url-prefix() {
  .was-validated input.date-field:invalid:not(:focus) {
      background: #fceef0 url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="18" viewBox="0 0 33 24"><path fill="%23b81f2d" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>') no-repeat right .2rem bottom 38%
  }
}

.was-validated input:invalid:focus {
  border-color: #b81f2d;
  -webkit-box-shadow: 0 0 0 .125rem #b81f2d;
  box-shadow: 0 0 0 .125rem #b81f2d
}

.was-validated select.form-control:invalid {
  border-color: transparent
}

.was-validated select.form-control:invalid:not(:focus) {
  background: #fceef0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Ctitle%3Earrow-down%3C/title%3E%3Cpath d='M0 5.5v-.2c.1-.2.3-.3.5-.3h23c.2 0 .4.1.5.3 0 .2 0 .4-.1.5l-11.5 13c-.1.1-.2.2-.4.2s-.3-.1-.4-.2L.1 5.8C0 5.7 0 5.6 0 5.5zm22.4.5H1.6L12 17.7 22.4 6z' fill='%23b81f2d' stroke='%23b81f2d' stroke-width='1'/%3E%3C/svg%3E") no-repeat right 1rem bottom 45%;
  border-color: #b81f2d;
  color: #b81f2d
}

.was-validated select.form-control:invalid:focus {
  border-color: #b81f2d;
  -webkit-box-shadow: 0 0 0 .125rem #b81f2d;
  box-shadow: 0 0 0 .125rem #b81f2d;
  outline: 0
}

.was-validated select~.invalid-feedback {
  margin-bottom: 1rem
}

.was-validated .invalid-feedback {
  font-size: .8rem;
  margin-top: .75rem
}

@media(hover: none),(pointer:coarse) {
  .d-touch-inline-block {
      display:inline-block!important
  }

  .d-touch-inline-flex {
      display: -webkit-inline-box!important;
      display: -ms-inline-flexbox!important;
      display: inline-flex!important
  }

  .d-touch-none {
      display: none!important
  }

  .d-touch-block {
      display: block!important
  }
}

.root.container {
  overflow-x: clip
}

.modal-video-carousal .swiper-wrapper {
  padding: 2rem 0
}

.modal-video-carousal.hide-swiper-pagination .swiper-pagination {
  display: none
}

.modal-video-carousal .btn-close.close {
  z-index: 1
}

.flex-equalheight .cmp-container,.flex-equalheight .cmp-container-full {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%
}

.flex-equalheight .cog-container {
  -webkit-box-flex: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-items: stretch
}

.flex-equalheight .image .cmp-image {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%
}

.flex-equalheight .image .cmp-image img {
  max-inline-size: unset;
  -o-object-fit: cover;
  object-fit: cover
}

.equalize-container .container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.equalize-container .image .cmp-image {
  overflow: clip
}

.equalize-container .image .cmp-image .cmp-image__image {
  height: 100%
}

.title.h1 h1.cmp-title__text {
  font-size: 4.2rem
}

.title.h2 h1.cmp-title__text {
  font-size: 3.15rem
}

.title.h3 h1.cmp-title__text {
  font-size: 2.35rem
}

.title.h4 h1.cmp-title__text {
  font-size: 1.8rem;
  font-weight: 300
}

.title.h5 h1.cmp-title__text {
  font-size: 1.35rem;
  font-weight: 400
}

.title.h6 h1.cmp-title__text {
  -webkit-font-feature-settings: "ss01";
  font-feature-settings: "ss01";
  font-size: 1rem
}

.eds-label {
  background-color: #2e308e;
  border-radius: .5rem;
  color: #fff;
  font-size: .75rem;
  margin-left: .25rem!important;
  padding: .25rem .5rem!important;
  word-break: normal
}

.bg-gray-dark,.bg-gray-dark.card,.teaser:not(.bg-primary-85).bg-gray-dark .cmp-teaser {
  --heading-color: #fff;
  --link-color: #26efe9;
  --link-hover-color: #c9fbfa;
  background-color: #53565a;
  color: #fff
}

.bg-gray-medium,.bg-gray-medium.card,.teaser:not(.bg-primary-85).bg-gray-medium .cmp-teaser {
  --heading-color: #000048;
  --link-color: #000048;
  --link-hover-color: rgba(0,0,72,.5);
  background-color: #97999b;
  color: #000048
}

.bg-gray-light,.bg-gray-light.card,.teaser:not(.bg-primary-85).bg-gray-light .cmp-teaser {
  --heading-color: #2f78c4;
  --link-color: #000048;
  --link-hover-color: rgba(0,0,72,.5);
  background-color: #d0d0ce;
  color: #000048
}

.bg-gray-lighter,.bg-gray-lighter.card,.teaser:not(.bg-primary-85).bg-gray-lighter .cmp-teaser {
  --heading-color: #2f78c4;
  --link-color: #2f78c4;
  --link-hover-color: #000048;
  background-color: #e8e8e6;
  color: #000048
}

.bg-gray-lightest,.bg-gray-lightest.card,.teaser:not(.bg-primary-85).bg-gray-lightest .cmp-teaser {
  --heading-color: #2f78c4;
  --link-color: #2f78c4;
  --link-hover-color: #000048;
  background-color: #f5f5f2;
  color: #000048
}

.bg-accent1-light,.bg-accent1-light.card,.teaser:not(.bg-primary-85).bg-accent1-light .cmp-teaser {
  --heading-color: #000048;
  --link-color: #000048;
  --link-hover-color: rgba(0,0,72,.5);
  background-color: #85a0f9;
  color: #000048
}

.bg-accent1-medium,.bg-accent1-medium.card,.teaser:not(.bg-primary-85).bg-accent1-medium .cmp-teaser {
  --heading-color: #000048;
  --link-color: #000048;
  --link-hover-color: rgba(0,0,72,.5);
  background-color: #7373d8;
  color: #000048
}

.bg-accent1-dark,.bg-accent1-dark.card,.teaser:not(.bg-primary-85).bg-accent1-dark .cmp-teaser {
  --heading-color: #fff;
  --link-color: #26efe9;
  --link-hover-color: #c9fbfa;
  background-color: #2e308e;
  color: #fff
}

.bg-accent2-light,.bg-accent2-light.card,.teaser:not(.bg-primary-85).bg-accent2-light .cmp-teaser {
  --heading-color: #000048;
  --link-color: #000048;
  --link-hover-color: rgba(0,0,72,.5);
  background-color: #92bbe6;
  color: #000048
}

.bg-accent2-medium,.bg-accent2-medium.card,.teaser:not(.bg-primary-85).bg-accent2-medium .cmp-teaser {
  --heading-color: #000048;
  --link-color: #000048;
  --link-hover-color: rgba(0,0,72,.5);
  background-color: #6aa2dc;
  color: #000048
}

.bg-accent2-dark,.bg-accent2-dark.card,.teaser:not(.bg-primary-85).bg-accent2-dark .cmp-teaser {
  --heading-color: #fff;
  --link-color: #26efe9;
  --link-hover-color: #c9fbfa;
  background-color: #2f78c4;
  color: #fff
}

.bg-primary,.bg-primary.card,.teaser:not(.bg-primary-85).bg-primary .cmp-teaser {
  --heading-color: #fff;
  --link-color: #26efe9;
  --link-hover-color: #c9fbfa;
  background-color: #000048;
  color: #fff
}

.bg-primary-30,.bg-primary-30.card,.teaser:not(.bg-primary-85).bg-primary-30 .cmp-teaser {
  --heading-color: #fff;
  --link-color: #26efe9;
  --link-hover-color: #c9fbfa;
  background-color: rgba(0,0,72,.3);
  color: #fff
}

.bg-primary-60,.bg-primary-60.card,.teaser:not(.bg-primary-85).bg-primary-60 .cmp-teaser {
  --heading-color: #fff;
  --link-color: #26efe9;
  --link-hover-color: #c9fbfa;
  background-color: rgba(0,0,72,.6);
  color: #fff
}

.bg-primary-85,.bg-primary-85.card,.teaser:not(.bg-primary-85).bg-primary-85 .cmp-teaser {
  --heading-color: #fff;
  --link-color: #26efe9;
  --link-hover-color: #c9fbfa;
  background-color: rgba(0,0,72,.85);
  color: #fff
}

.bg-white-85,.bg-white-85.card,.teaser:not(.bg-primary-85).bg-white-85 .cmp-teaser {
  --heading-color: #2f78c4;
  --link-color: #2f78c4;
  --link-hover-color: #000048;
  background-color: hsla(0,0%,100%,.85);
  color: #000048
}

.bg-white-60,.bg-white-60.card,.teaser:not(.bg-primary-85).bg-white-60 .cmp-teaser {
  --heading-color: #2f78c4;
  --link-color: #2f78c4;
  --link-hover-color: #000048;
  background-color: hsla(0,0%,100%,.6);
  color: #000048
}

.bg-white-30,.bg-white-30.card,.teaser:not(.bg-primary-85).bg-white-30 .cmp-teaser {
  --heading-color: #2f78c4;
  --link-color: #2f78c4;
  --link-hover-color: #000048;
  background-color: hsla(0,0%,100%,.3);
  color: #000048
}

.bg-white,.bg-white.card,.teaser:not(.bg-primary-85).bg-white .cmp-teaser {
  --heading-color: #2f78c4;
  --link-color: #2f78c4;
  --link-hover-color: #000048;
  background-color: #fff;
  color: #000048
}

.bg-pink,.bg-pink.card,.teaser:not(.bg-primary-85).bg-pink .cmp-teaser {
  --heading-color: #000048;
  --link-color: #000048;
  --link-hover-color: rgba(0,0,72,.5);
  background-color: #f221b8;
  color: #000048
}

.bg-steps,.bg-steps.card,.teaser:not(.bg-primary-85).bg-steps .cmp-teaser {
  background-color: #000048
}

.bg-color-dark,.bg-color-dark.card,.bg-steps,.bg-steps.card,.teaser:not(.bg-primary-85).bg-color-dark .cmp-teaser,.teaser:not(.bg-primary-85).bg-steps .cmp-teaser {
  --heading-color: #fff;
  --link-color: #26efe9;
  --link-hover-color: #c9fbfa;
  color: #fff
}

.bg-color-light,.bg-color-light.card,.teaser:not(.bg-primary-85).bg-color-light .cmp-teaser {
  --heading-color: #2f78c4;
  --link-color: #2f78c4;
  --link-hover-color: #000048;
  color: #000048
}

.bg-color-medium,.bg-color-medium.card,.teaser:not(.bg-primary-85).bg-color-medium .cmp-teaser {
  --heading-color: #000048;
  --link-color: #000048;
  --link-hover-color: rgba(0,0,72,.5);
  color: #000048
}

.bg-transparent {
  background: transparent!important
}

.bg-none {
  background: none!important
}

.bg-no-repeat {
  background-repeat: no-repeat!important
}

.bg-fixed,.bg-fixed .cmp-container,.bg-fixed .cmp-container-full {
  background-attachment: scroll!important
}

.bg-fixed .cmp-container,.bg-fixed .cmp-container-full {
  background-position: 50%
}

@media(min-width: 1024px) {
  .bg-fixed,.bg-fixed .cmp-container,.bg-fixed .cmp-container-full {
      background-attachment:fixed!important
  }
}

@media only screen and (max-device-width: 1024px)and (-webkit-min-device-pixel-ratio:2)and (orientation:landscape) {
  .bg-fixed,.bg-fixed .cmp-container,.bg-fixed .cmp-container-full {
      background-attachment:scroll!important
  }
}

@media(hover: none),(pointer:coarse) {
  .bg-fixed,.bg-fixed .cmp-container,.bg-fixed .cmp-container-full {
      background-attachment:scroll!important
  }
}

.bd-grd-theme-1-1 {
  -o-border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1;
  border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1;
  border-style: solid;
  border-width: 1px
}

.bd-grd-theme-2-1 {
  -o-border-image: linear-gradient(35deg,#010065 15%,#d43635 65%,#f3c9ce) 1;
  border-image: linear-gradient(35deg,#010065 15%,#d43635 65%,#f3c9ce) 1;
  border-style: solid;
  border-width: 1px
}

.bd-grd-theme-3-1 {
  -o-border-image: linear-gradient(35deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a) 1;
  border-image: linear-gradient(35deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a) 1;
  border-style: solid;
  border-width: 1px
}

.bd-grd-theme-1-2 {
  -o-border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1;
  border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1;
  border-style: solid;
  border-width: 2px
}

.bd-grd-theme-2-2 {
  -o-border-image: linear-gradient(35deg,#010065 15%,#d43635 65%,#f3c9ce) 1;
  border-image: linear-gradient(35deg,#010065 15%,#d43635 65%,#f3c9ce) 1;
  border-style: solid;
  border-width: 2px
}

.bd-grd-theme-3-2 {
  -o-border-image: linear-gradient(35deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a) 1;
  border-image: linear-gradient(35deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a) 1;
  border-style: solid;
  border-width: 2px
}

.bd-grd-theme-1-3 {
  -o-border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1;
  border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1;
  border-style: solid;
  border-width: 3px
}

.bd-grd-theme-2-3 {
  -o-border-image: linear-gradient(35deg,#010065 15%,#d43635 65%,#f3c9ce) 1;
  border-image: linear-gradient(35deg,#010065 15%,#d43635 65%,#f3c9ce) 1;
  border-style: solid;
  border-width: 3px
}

.bd-grd-theme-3-3 {
  -o-border-image: linear-gradient(35deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a) 1;
  border-image: linear-gradient(35deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a) 1;
  border-style: solid;
  border-width: 3px
}

.bd-grd-theme-1-4 {
  -o-border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1;
  border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1;
  border-style: solid;
  border-width: 4px
}

.bd-grd-theme-2-4 {
  -o-border-image: linear-gradient(35deg,#010065 15%,#d43635 65%,#f3c9ce) 1;
  border-image: linear-gradient(35deg,#010065 15%,#d43635 65%,#f3c9ce) 1;
  border-style: solid;
  border-width: 4px
}

.bd-grd-theme-3-4 {
  -o-border-image: linear-gradient(35deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a) 1;
  border-image: linear-gradient(35deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a) 1;
  border-style: solid;
  border-width: 4px
}

.bd-t-grd-theme-1-1 {
  border: 0;
  -o-border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1;
  border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1;
  border-top: 1px solid
}

.bd-t-grd-theme-2-1 {
  border: 0;
  -o-border-image: linear-gradient(35deg,#010065 15%,#d43635 65%,#f3c9ce) 1;
  border-image: linear-gradient(35deg,#010065 15%,#d43635 65%,#f3c9ce) 1;
  border-top: 1px solid
}

.bd-t-grd-theme-3-1 {
  border: 0;
  -o-border-image: linear-gradient(35deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a) 1;
  border-image: linear-gradient(35deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a) 1;
  border-top: 1px solid
}

.bd-r-grd-theme-1-1 {
  border: 0;
  -o-border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1;
  border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1;
  border-right: 1px solid
}

.bd-r-grd-theme-2-1 {
  border: 0;
  -o-border-image: linear-gradient(35deg,#010065 15%,#d43635 65%,#f3c9ce) 1;
  border-image: linear-gradient(35deg,#010065 15%,#d43635 65%,#f3c9ce) 1;
  border-right: 1px solid
}

.bd-r-grd-theme-3-1 {
  border: 0;
  -o-border-image: linear-gradient(35deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a) 1;
  border-image: linear-gradient(35deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a) 1;
  border-right: 1px solid
}

.bd-b-grd-theme-1-1 {
  border: 0;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1;
  border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1
}

.bd-b-grd-theme-2-1 {
  border: 0;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(35deg,#010065 15%,#d43635 65%,#f3c9ce) 1;
  border-image: linear-gradient(35deg,#010065 15%,#d43635 65%,#f3c9ce) 1
}

.bd-b-grd-theme-3-1 {
  border: 0;
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(35deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a) 1;
  border-image: linear-gradient(35deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a) 1
}

.bd-l-grd-theme-1-1 {
  border: 0;
  -o-border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1;
  border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1;
  border-left: 1px solid
}

.bd-l-grd-theme-2-1 {
  border: 0;
  -o-border-image: linear-gradient(35deg,#010065 15%,#d43635 65%,#f3c9ce) 1;
  border-image: linear-gradient(35deg,#010065 15%,#d43635 65%,#f3c9ce) 1;
  border-left: 1px solid
}

.bd-l-grd-theme-3-1 {
  border: 0;
  -o-border-image: linear-gradient(35deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a) 1;
  border-image: linear-gradient(35deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a) 1;
  border-left: 1px solid
}

.bd-t-grd-theme-1-2 {
  border: 0;
  -o-border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1;
  border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1;
  border-top: 2px solid
}

.bd-t-grd-theme-2-2 {
  border: 0;
  -o-border-image: linear-gradient(35deg,#010065 15%,#d43635 65%,#f3c9ce) 1;
  border-image: linear-gradient(35deg,#010065 15%,#d43635 65%,#f3c9ce) 1;
  border-top: 2px solid
}

.bd-t-grd-theme-3-2 {
  border: 0;
  -o-border-image: linear-gradient(35deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a) 1;
  border-image: linear-gradient(35deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a) 1;
  border-top: 2px solid
}

.bd-r-grd-theme-1-2 {
  border: 0;
  -o-border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1;
  border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1;
  border-right: 2px solid
}

.bd-r-grd-theme-2-2 {
  border: 0;
  -o-border-image: linear-gradient(35deg,#010065 15%,#d43635 65%,#f3c9ce) 1;
  border-image: linear-gradient(35deg,#010065 15%,#d43635 65%,#f3c9ce) 1;
  border-right: 2px solid
}

.bd-r-grd-theme-3-2 {
  border: 0;
  -o-border-image: linear-gradient(35deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a) 1;
  border-image: linear-gradient(35deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a) 1;
  border-right: 2px solid
}

.bd-b-grd-theme-1-2 {
  border: 0;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1;
  border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1
}

.bd-b-grd-theme-2-2 {
  border: 0;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(35deg,#010065 15%,#d43635 65%,#f3c9ce) 1;
  border-image: linear-gradient(35deg,#010065 15%,#d43635 65%,#f3c9ce) 1
}

.bd-b-grd-theme-3-2 {
  border: 0;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(35deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a) 1;
  border-image: linear-gradient(35deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a) 1
}

.bd-l-grd-theme-1-2 {
  border: 0;
  -o-border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1;
  border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1;
  border-left: 2px solid
}

.bd-l-grd-theme-2-2 {
  border: 0;
  -o-border-image: linear-gradient(35deg,#010065 15%,#d43635 65%,#f3c9ce) 1;
  border-image: linear-gradient(35deg,#010065 15%,#d43635 65%,#f3c9ce) 1;
  border-left: 2px solid
}

.bd-l-grd-theme-3-2 {
  border: 0;
  -o-border-image: linear-gradient(35deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a) 1;
  border-image: linear-gradient(35deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a) 1;
  border-left: 2px solid
}

.bd-t-grd-theme-1-3 {
  border: 0;
  -o-border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1;
  border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1;
  border-top: 3px solid
}

.bd-t-grd-theme-2-3 {
  border: 0;
  -o-border-image: linear-gradient(35deg,#010065 15%,#d43635 65%,#f3c9ce) 1;
  border-image: linear-gradient(35deg,#010065 15%,#d43635 65%,#f3c9ce) 1;
  border-top: 3px solid
}

.bd-t-grd-theme-3-3 {
  border: 0;
  -o-border-image: linear-gradient(35deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a) 1;
  border-image: linear-gradient(35deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a) 1;
  border-top: 3px solid
}

.bd-r-grd-theme-1-3 {
  border: 0;
  -o-border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1;
  border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1;
  border-right: 3px solid
}

.bd-r-grd-theme-2-3 {
  border: 0;
  -o-border-image: linear-gradient(35deg,#010065 15%,#d43635 65%,#f3c9ce) 1;
  border-image: linear-gradient(35deg,#010065 15%,#d43635 65%,#f3c9ce) 1;
  border-right: 3px solid
}

.bd-r-grd-theme-3-3 {
  border: 0;
  -o-border-image: linear-gradient(35deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a) 1;
  border-image: linear-gradient(35deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a) 1;
  border-right: 3px solid
}

.bd-b-grd-theme-1-3 {
  border: 0;
  border-bottom: 3px solid;
  -o-border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1;
  border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1
}

.bd-b-grd-theme-2-3 {
  border: 0;
  border-bottom: 3px solid;
  -o-border-image: linear-gradient(35deg,#010065 15%,#d43635 65%,#f3c9ce) 1;
  border-image: linear-gradient(35deg,#010065 15%,#d43635 65%,#f3c9ce) 1
}

.bd-b-grd-theme-3-3 {
  border: 0;
  border-bottom: 3px solid;
  -o-border-image: linear-gradient(35deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a) 1;
  border-image: linear-gradient(35deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a) 1
}

.bd-l-grd-theme-1-3 {
  border: 0;
  -o-border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1;
  border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1;
  border-left: 3px solid
}

.bd-l-grd-theme-2-3 {
  border: 0;
  -o-border-image: linear-gradient(35deg,#010065 15%,#d43635 65%,#f3c9ce) 1;
  border-image: linear-gradient(35deg,#010065 15%,#d43635 65%,#f3c9ce) 1;
  border-left: 3px solid
}

.bd-l-grd-theme-3-3 {
  border: 0;
  -o-border-image: linear-gradient(35deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a) 1;
  border-image: linear-gradient(35deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a) 1;
  border-left: 3px solid
}

.bd-t-grd-theme-1-4 {
  border: 0;
  -o-border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1;
  border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1;
  border-top: 4px solid
}

.bd-t-grd-theme-2-4 {
  border: 0;
  -o-border-image: linear-gradient(35deg,#010065 15%,#d43635 65%,#f3c9ce) 1;
  border-image: linear-gradient(35deg,#010065 15%,#d43635 65%,#f3c9ce) 1;
  border-top: 4px solid
}

.bd-t-grd-theme-3-4 {
  border: 0;
  -o-border-image: linear-gradient(35deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a) 1;
  border-image: linear-gradient(35deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a) 1;
  border-top: 4px solid
}

.bd-r-grd-theme-1-4 {
  border: 0;
  -o-border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1;
  border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1;
  border-right: 4px solid
}

.bd-r-grd-theme-2-4 {
  border: 0;
  -o-border-image: linear-gradient(35deg,#010065 15%,#d43635 65%,#f3c9ce) 1;
  border-image: linear-gradient(35deg,#010065 15%,#d43635 65%,#f3c9ce) 1;
  border-right: 4px solid
}

.bd-r-grd-theme-3-4 {
  border: 0;
  -o-border-image: linear-gradient(35deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a) 1;
  border-image: linear-gradient(35deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a) 1;
  border-right: 4px solid
}

.bd-b-grd-theme-1-4 {
  border: 0;
  border-bottom: 4px solid;
  -o-border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1;
  border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1
}

.bd-b-grd-theme-2-4 {
  border: 0;
  border-bottom: 4px solid;
  -o-border-image: linear-gradient(35deg,#010065 15%,#d43635 65%,#f3c9ce) 1;
  border-image: linear-gradient(35deg,#010065 15%,#d43635 65%,#f3c9ce) 1
}

.bd-b-grd-theme-3-4 {
  border: 0;
  border-bottom: 4px solid;
  -o-border-image: linear-gradient(35deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a) 1;
  border-image: linear-gradient(35deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a) 1
}

.bd-l-grd-theme-1-4 {
  border: 0;
  -o-border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1;
  border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1;
  border-left: 4px solid
}

.bd-l-grd-theme-2-4 {
  border: 0;
  -o-border-image: linear-gradient(35deg,#010065 15%,#d43635 65%,#f3c9ce) 1;
  border-image: linear-gradient(35deg,#010065 15%,#d43635 65%,#f3c9ce) 1;
  border-left: 4px solid
}

.bd-l-grd-theme-3-4 {
  border: 0;
  -o-border-image: linear-gradient(35deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a) 1;
  border-image: linear-gradient(35deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a) 1;
  border-left: 4px solid
}

.bg-grd-theme-1 {
  background-image: linear-gradient(45deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%);
  color: #fff
}

.bg-grd-theme-2 {
  background-image: linear-gradient(45deg,#010065 15%,#d43635 65%,#f3c9ce);
  color: #fff
}

.bg-grd-theme-3 {
  background-image: linear-gradient(45deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a);
  color: #fff
}

.bg-grd-mesh-theme-1 {
  background-image: linear-gradient(150deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%);
  color: #fff
}

@media(min-width: 600px) {
  .bg-grd-mesh-theme-1 {
      background-size:cover;
      background: radial-gradient(at 18% 95%,#030060 0,rgba(3,0,96,.001) 80%),radial-gradient(at 85% 81%,#0ff 0,rgba(0,255,255,.001) 80%),radial-gradient(at 60% 99%,#3afded 10%,rgba(58,253,237,.001) 50%),radial-gradient(at 35% 15%,#fbf9e8 0,hsla(54,70%,95%,.75) 10%,hsla(54,70%,95%,.001) 20%),radial-gradient(at 39% 25%,#fcf7e7 0,hsla(46,78%,95%,.75) 30%,hsla(46,78%,95%,.001) 60%),radial-gradient(at 2% 2%,#f6d6d8 0,rgba(246,214,216,.001) 55%),radial-gradient(at 0 98%,#250075 0,rgba(37,0,117,.001) 85%),radial-gradient(at 98% 3%,#0037ad 0,rgba(0,55,173,.001) 85%),radial-gradient(at 76% 2%,#0270bb 10%,rgba(2,112,187,.001) 60%)
  }
}

.bg-grd-mesh-theme-2 {
  background-image: linear-gradient(150deg,#010065 15%,#d43635 65%,#f3c9ce);
  color: #fff
}

@media(min-width: 600px) {
  .bg-grd-mesh-theme-2 {
      background-size:cover;
      background: radial-gradient(at 1% 2%,#020033 0,rgba(2,0,51,.1) 76%,rgba(2,0,51,.001) 100%),radial-gradient(at 3% 98%,#f4cdd1 0,rgba(244,205,209,.001) 38%),radial-gradient(at 10% 25%,#030066 0,rgba(3,0,102,.5) 25%,rgba(3,0,102,.05) 45%,rgba(3,0,102,.001) 50%),radial-gradient(at 7% 91%,#fee1e3 0,rgba(254,225,227,.001) 65%),radial-gradient(at 79% 2%,#fb0912 0,rgba(251,9,18,.001) 100%),radial-gradient(at 77% 38%,#d43a3a 0,rgba(212,58,58,.001) 100%),radial-gradient(at 96% 94%,#ff9e9e 50%,hsla(0,100%,81%,.001) 100%)
  }
}

.bg-grd-mesh-theme-3 {
  background-image: linear-gradient(150deg,#5e93ef 10%,#c7ed88 65%,#eee2a0 85%,#efe34a);
  color: #000048
}

@media(min-width: 600px) {
  .bg-grd-mesh-theme-3 {
      background:radial-gradient(at 95% 7%,#45bcc9 0,rgba(69,188,201,.001) 60%),radial-gradient(at 95% 93%,#fae500 0,rgba(250,229,0,.001) 60%),radial-gradient(at 6% 6%,#0060fa 15%,rgba(0,96,250,.001) 80%),radial-gradient(at 6% 94%,#fff 0,hsla(0,0%,100%,.001) 60%)
  }
}

.bg-grd-accent2-radial {
  background: radial-gradient(circle,#2f78c4 0,#000048 85%)
}

.bg-grd-accent2-radial-top {
  background: radial-gradient(circle at top center,#2f78c4 0,#000048 85%)
}

.bg-grd-accent2-radial-bottom {
  background: radial-gradient(circle at bottom center,#2f78c4 0,#000048 85%)
}

.bg-grd-dark-accent2-dark {
  background: -webkit-gradient(linear,left top,right top,from(#000048),color-stop(50%,#2f78c4),to(#000048));
  background: linear-gradient(90deg,#000048,#2f78c4 50%,#000048)
}

.bg-grd-tb-dark-accent2-medium {
  background: -webkit-gradient(linear,left bottom,left top,from(#000048),to(#2f78c4));
  background: linear-gradient(0deg,#000048,#2f78c4)
}

.bg-grd-bt-dark-accent2-medium {
  background: -webkit-gradient(linear,left top,left bottom,from(#000048),to(#2f78c4));
  background: linear-gradient(180deg,#000048,#2f78c4)
}

.bg-grd-lr-dark-accent2-medium {
  background: -webkit-gradient(linear,left top,right top,from(#000048),to(#2f78c4));
  background: linear-gradient(90deg,#000048,#2f78c4)
}

.bg-grd-rl-dark-accent2-medium {
  background: -webkit-gradient(linear,right top,left top,from(#000048),to(#2f78c4));
  background: linear-gradient(-90deg,#000048,#2f78c4);
  color: #fff
}

.bg-grd-tb-dark-primary {
  background: -webkit-gradient(linear,left bottom,left top,from(#000048),to(#2f78c4));
  background: linear-gradient(0deg,#000048,#2f78c4)
}

.bg-grd-lr-dark-primary {
  background: -webkit-gradient(linear,left top,right top,from(#000048),to(#2f78c4));
  background: linear-gradient(90deg,#000048,#2f78c4)
}

.bg-steps {
  background-color: #000048
}

.bg-gradient-steps-0 {
  background: #000048
}

.bg-gradient-steps-1 {
  background: #000149
}

.bg-gradient-steps-2 {
  background: #01024a
}

.bg-gradient-steps-3 {
  background: #01044c
}

.bg-gradient-steps-4 {
  background: #02054d
}

.bg-gradient-steps-5 {
  background: #02064e
}

.bg-gradient-steps-6 {
  background: #03074f
}

.bg-gradient-steps-7 {
  background: #030851
}

.bg-gradient-steps-8 {
  background: #040a52
}

.bg-gradient-steps-9 {
  background: #040b53
}

.bg-gradient-steps-10 {
  background: #050c54
}

.bg-gradient-steps-11 {
  background: #050d56
}

.bg-gradient-steps-12 {
  background: #060e57
}

.bg-gradient-steps-13 {
  background: #061058
}

.bg-gradient-steps-14 {
  background: #071159
}

.bg-gradient-steps-15 {
  background: #07125b
}

.bg-gradient-steps-16 {
  background: #08135c
}

.bg-gradient-steps-17 {
  background: #08145d
}

.bg-gradient-steps-18 {
  background: #08165e
}

.bg-gradient-steps-19 {
  background: #091760
}

.bg-gradient-steps-20 {
  background: #091861
}

.bg-gradient-steps-21 {
  background: #0a1962
}

.bg-gradient-steps-22 {
  background: #0a1a63
}

.bg-gradient-steps-23 {
  background: #0b1c65
}

.bg-gradient-steps-24 {
  background: #0b1d66
}

.bg-gradient-steps-25 {
  background: #0c1e67
}

.bg-gradient-steps-26 {
  background: #0c1f68
}

.bg-gradient-steps-27 {
  background: #0d2069
}

.bg-gradient-steps-28 {
  background: #0d226b
}

.bg-gradient-steps-29 {
  background: #0e236c
}

.bg-gradient-steps-30 {
  background: #0e246d
}

.bg-gradient-steps-31 {
  background: #0f256e
}

.bg-gradient-steps-32 {
  background: #0f2670
}

.bg-gradient-steps-33 {
  background: #102871
}

.bg-gradient-steps-34 {
  background: #102972
}

.bg-gradient-steps-35 {
  background: #102a73
}

.bg-gradient-steps-36 {
  background: #112b75
}

.bg-gradient-steps-37 {
  background: #112c76
}

.bg-gradient-steps-38 {
  background: #122e77
}

.bg-gradient-steps-39 {
  background: #122f78
}

.bg-gradient-steps-40 {
  background: #13307a
}

.bg-gradient-steps-41 {
  background: #13317b
}

.bg-gradient-steps-42 {
  background: #14327c
}

.bg-gradient-steps-43 {
  background: #14347d
}

.bg-gradient-steps-44 {
  background: #15357f
}

.bg-gradient-steps-45 {
  background: #153680
}

.bg-gradient-steps-46 {
  background: #163781
}

.bg-gradient-steps-47 {
  background: #163882
}

.bg-gradient-steps-48 {
  background: #173a84
}

.bg-gradient-steps-49 {
  background: #173b85
}

.bg-gradient-steps-50 {
  background: #183c86
}

.bg-gradient-steps-51 {
  background: #183d87
}

.bg-gradient-steps-52 {
  background: #183e88
}

.bg-gradient-steps-53 {
  background: #19408a
}

.bg-gradient-steps-54 {
  background: #19418b
}

.bg-gradient-steps-55 {
  background: #1a428c
}

.bg-gradient-steps-56 {
  background: #1a438d
}

.bg-gradient-steps-57 {
  background: #1b448f
}

.bg-gradient-steps-58 {
  background: #1b4690
}

.bg-gradient-steps-59 {
  background: #1c4791
}

.bg-gradient-steps-60 {
  background: #1c4892
}

.bg-gradient-steps-61 {
  background: #1d4994
}

.bg-gradient-steps-62 {
  background: #1d4a95
}

.bg-gradient-steps-63 {
  background: #1e4c96
}

.bg-gradient-steps-64 {
  background: #1e4d97
}

.bg-gradient-steps-65 {
  background: #1f4e99
}

.bg-gradient-steps-66 {
  background: #1f4f9a
}

.bg-gradient-steps-67 {
  background: #1f509b
}

.bg-gradient-steps-68 {
  background: #20529c
}

.bg-gradient-steps-69 {
  background: #20539e
}

.bg-gradient-steps-70 {
  background: #21549f
}

.bg-gradient-steps-71 {
  background: #2155a0
}

.bg-gradient-steps-72 {
  background: #2256a1
}

.bg-gradient-steps-73 {
  background: #2258a3
}

.bg-gradient-steps-74 {
  background: #2359a4
}

.bg-gradient-steps-75 {
  background: #235aa5
}

.bg-gradient-steps-76 {
  background: #245ba6
}

.bg-gradient-steps-77 {
  background: #245ca7
}

.bg-gradient-steps-78 {
  background: #255ea9
}

.bg-gradient-steps-79 {
  background: #255faa
}

.bg-gradient-steps-80 {
  background: #2660ab
}

.bg-gradient-steps-81 {
  background: #2661ac
}

.bg-gradient-steps-82 {
  background: #2762ae
}

.bg-gradient-steps-83 {
  background: #2764af
}

.bg-gradient-steps-84 {
  background: #2765b0
}

.bg-gradient-steps-85 {
  background: #2866b1
}

.bg-gradient-steps-86 {
  background: #2867b3
}

.bg-gradient-steps-87 {
  background: #2968b4
}

.bg-gradient-steps-88 {
  background: #296ab5
}

.bg-gradient-steps-89 {
  background: #2a6bb6
}

.bg-gradient-steps-90 {
  background: #2a6cb8
}

.bg-gradient-steps-91 {
  background: #2b6db9
}

.bg-gradient-steps-92 {
  background: #2b6eba
}

.bg-gradient-steps-93 {
  background: #2c70bb
}

.bg-gradient-steps-94 {
  background: #2c71bd
}

.bg-gradient-steps-95 {
  background: #2d72be
}

.bg-gradient-steps-96 {
  background: #2d73bf
}

.bg-gradient-steps-97 {
  background: #2e74c0
}

.bg-gradient-steps-98 {
  background: #2e76c2
}

.bg-gradient-steps-99 {
  background: #2f77c3
}

.bg-gradient-steps-100 {
  background: #2f78c4
}

.gradient-overlay-primary {
  position: relative
}

.gradient-overlay-primary a:link:not(.button),.gradient-overlay-primary a:not(.button) {
  --link-color: #26efe9;
  color: #fff
}

.gradient-overlay-primary:after {
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,72,0)),color-stop(30%,rgba(0,0,72,.15)),color-stop(45%,rgba(0,0,72,.25)),color-stop(85%,rgba(0,0,72,.75)),to(#000048));
  background-image: linear-gradient(180deg,rgba(0,0,72,0) 0,rgba(0,0,72,.15) 30%,rgba(0,0,72,.25) 45%,rgba(0,0,72,.75) 85%,#000048);
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 75%;
  left: 0;
  position: absolute;
  width: 100%
}

.gradient-overlay-primary-full {
  color: #fff;
  position: relative
}

.gradient-overlay-primary-full a:link:not(.button),.gradient-overlay-primary-full a:not(.button) {
  --link-color: #26efe9;
  color: #26efe9
}

.gradient-overlay-primary-full:after {
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,72,0)),color-stop(15%,rgba(0,0,72,.15)),color-stop(45%,rgba(0,0,72,.4)),color-stop(65%,rgba(0,0,72,.5)),to(rgba(0,0,72,.6)));
  background-image: linear-gradient(180deg,rgba(0,0,72,0) 0,rgba(0,0,72,.15) 15%,rgba(0,0,72,.4) 45%,rgba(0,0,72,.5) 65%,rgba(0,0,72,.6));
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%
}

.gradient-overlay-primary-angled {
  color: #fff;
  position: relative
}

.gradient-overlay-primary-angled a:link:not(.button),.gradient-overlay-primary-angled a:not(.button) {
  --link-color: #26efe9;
  color: #26efe9
}

.gradient-overlay-primary-angled:after {
  background-image: linear-gradient(135deg,rgba(0,0,72,0),rgba(0,0,72,.15) 30%,rgba(0,0,72,.25) 45%,rgba(0,0,72,.75) 85%,#000048);
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%
}

.gradient-overlay-primary-horizontal {
  position: relative
}

.gradient-overlay-primary-horizontal a:link:not(.cmp-button),.gradient-overlay-primary-horizontal a:not(.cmp-button) {
  --link-color: #26efe9;
  color: #fff
}

.gradient-overlay-primary-horizontal:after {
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,72,.7)),color-stop(25%,rgba(0,0,72,.6)),to(rgba(0,0,72,0)));
  background-image: linear-gradient(90deg,rgba(0,0,72,.7) 0,rgba(0,0,72,.6) 25%,rgba(0,0,72,0));
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 85%
}

@media(max-width: 599px) {
  .gradient-overlay-primary-horizontal:after {
      width:100%
  }
}

.gradient-overlay-white {
  position: relative
}

.gradient-overlay-white a:link:not(.button),.gradient-overlay-white a:not(.button) {
  --link-color: #2f78c4;
  color: #000048
}

.gradient-overlay-white:after {
  background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),color-stop(30%,hsla(0,0%,100%,.15)),color-stop(45%,hsla(0,0%,100%,.25)),color-stop(85%,hsla(0,0%,100%,.75)),to(#fff));
  background-image: linear-gradient(180deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.15) 30%,hsla(0,0%,100%,.25) 45%,hsla(0,0%,100%,.75) 85%,#fff);
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 75%;
  left: 0;
  position: absolute;
  width: 100%
}

.gradient-overlay-white-full {
  color: #000048;
  position: relative
}

.gradient-overlay-white-full a:link:not(.button),.gradient-overlay-white-full a:not(.button) {
  --link-color: #2f78c4;
  color: #2f78c4
}

.gradient-overlay-white-full:after {
  background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),color-stop(15%,hsla(0,0%,100%,.15)),color-stop(45%,hsla(0,0%,100%,.4)),color-stop(65%,hsla(0,0%,100%,.5)),to(hsla(0,0%,100%,.6)));
  background-image: linear-gradient(180deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.15) 15%,hsla(0,0%,100%,.4) 45%,hsla(0,0%,100%,.5) 65%,hsla(0,0%,100%,.6));
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%
}

.gradient-overlay-white-angled {
  color: #000048;
  position: relative
}

.gradient-overlay-white-angled a:link:not(.button),.gradient-overlay-white-angled a:not(.button) {
  --link-color: #2f78c4;
  color: #2f78c4
}

.gradient-overlay-white-angled:after {
  background-image: linear-gradient(135deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.15) 30%,hsla(0,0%,100%,.25) 45%,hsla(0,0%,100%,.75) 85%,#fff);
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%
}

.gradient-overlay-white-horizontal {
  position: relative
}

.gradient-overlay-white-horizontal a:link:not(.cmp-button),.gradient-overlay-white-horizontal a:not(.cmp-button) {
  --link-color: #2f78c4;
  color: #000048
}

.gradient-overlay-white-horizontal:after {
  background-image: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,.7)),color-stop(25%,hsla(0,0%,100%,.6)),to(hsla(0,0%,100%,0)));
  background-image: linear-gradient(90deg,hsla(0,0%,100%,.7) 0,hsla(0,0%,100%,.6) 25%,hsla(0,0%,100%,0));
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 85%
}

@media(max-width: 599px) {
  .gradient-overlay-white-horizontal:after {
      width:100%
  }
}

.gradient-overlay-primary-50 {
  position: relative
}

.gradient-overlay-primary-50 a:link:not(.button),.gradient-overlay-primary-50 a:not(.button) {
  --link-color: #26efe9;
  color: #fff
}

.gradient-overlay-primary-50:after {
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,72,0)),color-stop(30%,rgba(0,0,72,.15)),color-stop(45%,rgba(0,0,72,.25)),color-stop(85%,rgba(0,0,72,.75)),to(rgba(0,0,72,.5)));
  background-image: linear-gradient(180deg,rgba(0,0,72,0) 0,rgba(0,0,72,.15) 30%,rgba(0,0,72,.25) 45%,rgba(0,0,72,.75) 85%,rgba(0,0,72,.5));
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 75%;
  left: 0;
  position: absolute;
  width: 100%
}

.gradient-overlay-primary-50-full {
  color: #fff;
  position: relative
}

.gradient-overlay-primary-50-full a:link:not(.button),.gradient-overlay-primary-50-full a:not(.button) {
  --link-color: #26efe9;
  color: #26efe9
}

.gradient-overlay-primary-50-full:after {
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,72,0)),color-stop(15%,rgba(0,0,72,.15)),color-stop(45%,rgba(0,0,72,.4)),color-stop(65%,rgba(0,0,72,.5)),to(rgba(0,0,72,.6)));
  background-image: linear-gradient(180deg,rgba(0,0,72,0) 0,rgba(0,0,72,.15) 15%,rgba(0,0,72,.4) 45%,rgba(0,0,72,.5) 65%,rgba(0,0,72,.6));
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%
}

.gradient-overlay-primary-50-angled {
  color: #fff;
  position: relative
}

.gradient-overlay-primary-50-angled a:link:not(.button),.gradient-overlay-primary-50-angled a:not(.button) {
  --link-color: #26efe9;
  color: #26efe9
}

.gradient-overlay-primary-50-angled:after {
  background-image: linear-gradient(135deg,rgba(0,0,72,0),rgba(0,0,72,.15) 30%,rgba(0,0,72,.25) 45%,rgba(0,0,72,.75) 85%,rgba(0,0,72,.5));
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%
}

.gradient-overlay-primary-50-horizontal {
  position: relative
}

.gradient-overlay-primary-50-horizontal a:link:not(.cmp-button),.gradient-overlay-primary-50-horizontal a:not(.cmp-button) {
  --link-color: #26efe9;
  color: #fff
}

.gradient-overlay-primary-50-horizontal:after {
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,72,.7)),color-stop(25%,rgba(0,0,72,.6)),to(rgba(0,0,72,0)));
  background-image: linear-gradient(90deg,rgba(0,0,72,.7) 0,rgba(0,0,72,.6) 25%,rgba(0,0,72,0));
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 85%
}

@media(max-width: 599px) {
  .gradient-overlay-primary-50-horizontal:after {
      width:100%
  }
}

.gradient-overlay-primary-60 {
  position: relative
}

.gradient-overlay-primary-60 a:link:not(.button),.gradient-overlay-primary-60 a:not(.button) {
  --link-color: #26efe9;
  color: #fff
}

.gradient-overlay-primary-60:after {
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,72,0)),color-stop(30%,rgba(0,0,72,.15)),color-stop(45%,rgba(0,0,72,.25)),color-stop(85%,rgba(0,0,72,.75)),to(rgba(0,0,72,.6)));
  background-image: linear-gradient(180deg,rgba(0,0,72,0) 0,rgba(0,0,72,.15) 30%,rgba(0,0,72,.25) 45%,rgba(0,0,72,.75) 85%,rgba(0,0,72,.6));
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 75%;
  left: 0;
  position: absolute;
  width: 100%
}

.gradient-overlay-primary-60-full {
  color: #fff;
  position: relative
}

.gradient-overlay-primary-60-full a:link:not(.button),.gradient-overlay-primary-60-full a:not(.button) {
  --link-color: #26efe9;
  color: #26efe9
}

.gradient-overlay-primary-60-full:after {
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,72,0)),color-stop(15%,rgba(0,0,72,.15)),color-stop(45%,rgba(0,0,72,.4)),color-stop(65%,rgba(0,0,72,.5)),to(rgba(0,0,72,.6)));
  background-image: linear-gradient(180deg,rgba(0,0,72,0) 0,rgba(0,0,72,.15) 15%,rgba(0,0,72,.4) 45%,rgba(0,0,72,.5) 65%,rgba(0,0,72,.6));
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%
}

.gradient-overlay-primary-60-angled {
  color: #fff;
  position: relative
}

.gradient-overlay-primary-60-angled a:link:not(.button),.gradient-overlay-primary-60-angled a:not(.button) {
  --link-color: #26efe9;
  color: #26efe9
}

.gradient-overlay-primary-60-angled:after {
  background-image: linear-gradient(135deg,rgba(0,0,72,0),rgba(0,0,72,.15) 30%,rgba(0,0,72,.25) 45%,rgba(0,0,72,.75) 85%,rgba(0,0,72,.6));
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%
}

.gradient-overlay-primary-60-horizontal {
  position: relative
}

.gradient-overlay-primary-60-horizontal a:link:not(.cmp-button),.gradient-overlay-primary-60-horizontal a:not(.cmp-button) {
  --link-color: #26efe9;
  color: #fff
}

.gradient-overlay-primary-60-horizontal:after {
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,72,.7)),color-stop(25%,rgba(0,0,72,.6)),to(rgba(0,0,72,0)));
  background-image: linear-gradient(90deg,rgba(0,0,72,.7) 0,rgba(0,0,72,.6) 25%,rgba(0,0,72,0));
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 85%
}

@media(max-width: 599px) {
  .gradient-overlay-primary-60-horizontal:after {
      width:100%
  }
}

.gradient-overlay-primary-85 {
  position: relative
}

.gradient-overlay-primary-85 a:link:not(.button),.gradient-overlay-primary-85 a:not(.button) {
  --link-color: #26efe9;
  color: #fff
}

.gradient-overlay-primary-85:after {
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,72,0)),color-stop(30%,rgba(0,0,72,.15)),color-stop(45%,rgba(0,0,72,.25)),color-stop(85%,rgba(0,0,72,.75)),to(rgba(0,0,72,.85)));
  background-image: linear-gradient(180deg,rgba(0,0,72,0) 0,rgba(0,0,72,.15) 30%,rgba(0,0,72,.25) 45%,rgba(0,0,72,.75) 85%,rgba(0,0,72,.85));
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 75%;
  left: 0;
  position: absolute;
  width: 100%
}

.gradient-overlay-primary-85-full {
  color: #fff;
  position: relative
}

.gradient-overlay-primary-85-full a:link:not(.button),.gradient-overlay-primary-85-full a:not(.button) {
  --link-color: #26efe9;
  color: #26efe9
}

.gradient-overlay-primary-85-full:after {
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,72,0)),color-stop(15%,rgba(0,0,72,.15)),color-stop(45%,rgba(0,0,72,.4)),color-stop(65%,rgba(0,0,72,.5)),to(rgba(0,0,72,.6)));
  background-image: linear-gradient(180deg,rgba(0,0,72,0) 0,rgba(0,0,72,.15) 15%,rgba(0,0,72,.4) 45%,rgba(0,0,72,.5) 65%,rgba(0,0,72,.6));
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%
}

.gradient-overlay-primary-85-angled {
  color: #fff;
  position: relative
}

.gradient-overlay-primary-85-angled a:link:not(.button),.gradient-overlay-primary-85-angled a:not(.button) {
  --link-color: #26efe9;
  color: #26efe9
}

.gradient-overlay-primary-85-angled:after {
  background-image: linear-gradient(135deg,rgba(0,0,72,0),rgba(0,0,72,.15) 30%,rgba(0,0,72,.25) 45%,rgba(0,0,72,.75) 85%,rgba(0,0,72,.85));
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%
}

.gradient-overlay-primary-85-horizontal {
  position: relative
}

.gradient-overlay-primary-85-horizontal a:link:not(.cmp-button),.gradient-overlay-primary-85-horizontal a:not(.cmp-button) {
  --link-color: #26efe9;
  color: #fff
}

.gradient-overlay-primary-85-horizontal:after {
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,72,.7)),color-stop(25%,rgba(0,0,72,.6)),to(rgba(0,0,72,0)));
  background-image: linear-gradient(90deg,rgba(0,0,72,.7) 0,rgba(0,0,72,.6) 25%,rgba(0,0,72,0));
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 85%
}

@media(max-width: 599px) {
  .gradient-overlay-primary-85-horizontal:after {
      width:100%
  }
}

.bg-overlay-primary {
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,72,.55)),to(rgba(0,0,72,.55)));
  background-image: linear-gradient(rgba(0,0,72,.55),rgba(0,0,72,.55));
  color: #fff
}

.bg-overlay-white {
  background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.55)),to(hsla(0,0%,100%,.55)));
  background-image: linear-gradient(hsla(0,0%,100%,.55),hsla(0,0%,100%,.55));
  color: #000048
}

img {
  block-size: auto;
  max-inline-size: 100%
}

.img-coverAll {
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: -1
}

div:has(>.img-coverAll) {
  position: relative
}

.img-parallax-fixed {
  -webkit-clip-path: inset(0);
  clip-path: inset(0)
}

.img-parallax-fixed .img-coverAll {
  position: fixed!important
}

.ratio-1x1 {
  aspect-ratio: 1/1;
  width: 100%
}

.ratio-4x3 {
  aspect-ratio: 4/3;
  width: 100%
}

.ratio-16x9 {
  aspect-ratio: 16/9;
  width: 100%
}

.ratio-21x9 {
  aspect-ratio: 21/9;
  width: 100%
}

:is(.h1,h1,.display-1,.display-2,.h2,h2,.h3,h3,.h4,h4,.h5,h5) {
  -webkit-font-feature-settings: "ss00";
  font-feature-settings: "ss00"
}

.fs-4,h4 {
  font-weight: 300
}

.fs-5,h5 {
  font-weight: 400
}

.text :is(ul li,ol li,h5,h6) a,p a {
  -webkit-text-decoration-skip: ink;
  text-decoration: underline;
  -webkit-text-decoration-color: inherit;
  text-decoration-color: inherit;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: .1em;
  text-underline-offset: .05em
}

blockquote {
  border: 2px solid;
  -o-border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1;
  border-image: linear-gradient(35deg,#2d2d8f 10%,#006fba 50%,#21fceb 94%) 1;
  border-left: none;
  border-right: none;
  color: #2f78c4;
  font-size: calc(1.26rem + .12vw);
  font-style: italic;
  margin: 3rem 0;
  padding: 3rem 1rem
}

@media(min-width: 1200px) {
  blockquote {
      font-size:1.35rem
  }
}

cite {
  color: #97999b;
  font-size: 1rem;
  font-style: normal;
  margin-bottom: 0
}

cite:before {
  content: "— "
}

a {
  color: var(--link-color);
  font-weight: 600
}

a,a:hover {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

a:hover {
  color: var(--link-hover-color)
}

.text-light {
  font-style: normal;
  font-weight: 300
}

.text-light-italic {
  font-style: italic;
  font-weight: 300
}

.text-regular {
  font-style: normal;
  font-weight: 400
}

.text-regular-italic {
  font-style: italic;
  font-weight: 400
}

.text-bold {
  font-style: normal;
  font-weight: 600
}

.text-bold-italic {
  font-style: italic;
  font-weight: 600
}

h1:has(>.fs-large) {
  height: 6rem;
  margin-bottom: 0;
  position: relative
}

.fs-large {
  font-size: 7.5rem;
  position: absolute
}

a:has(>.aem-i-header-link) {
  color: #000048;
  font-weight: 300;
  text-decoration: none
}

a:has(>.aem-i-paragraph-link) {
  text-decoration: none
}

.nav-tabs {
  background-color: #e5eff9;
  border: 1px solid #d0d0ce;
  border-radius: .5rem .5rem 0 0
}

.nav-tabs li.nav-item {
  margin-bottom: 0
}

.nav-tabs li.nav-item:first-child .nav-link {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem
}

@media(min-width: 600px) {
  .nav-tabs li.nav-item:first-child .nav-link {
      border-top-right-radius:0
  }
}

.nav-tabs li.nav-item .nav-link {
  border-radius: inherit;
  color: #2f78c4;
  cursor: pointer;
  padding: .75rem 1.25rem
}

.nav-tabs li.nav-item .nav-link.active {
  -webkit-box-shadow: inset 0 4px 0 0 #2f78c4,0 0 0 0 #fff;
  box-shadow: inset 0 4px 0 0 #2f78c4,0 0 0 0 #fff;
  color: #000048
}

@media(min-width: 600px) {
  .nav-tabs li.nav-item .nav-link.active {
      -webkit-box-shadow:inset 0 4px 0 0 #2f78c4,0 2px 0 0 #fff;
      box-shadow: inset 0 4px 0 0 #2f78c4,0 2px 0 0 #fff
  }
}

.nav-tabs li.nav-item .nav-link:hover:not(.active) {
  background-color: #fff
}

.nav-fill li.nav-item:first-child .nav-link,.nav-justified li.nav-item:first-child .nav-link {
  border-top-right-radius: .5rem
}

@media(min-width: 600px) {
  .nav-fill li.nav-item:first-child .nav-link,.nav-justified li.nav-item:first-child .nav-link {
      border-top-right-radius:0
  }
}

.nav-fill li.nav-item:last-child .nav-link,.nav-justified li.nav-item:last-child .nav-link {
  border-top-right-radius: 0
}

@media(min-width: 600px) {
  .nav-fill li.nav-item:last-child .nav-link,.nav-justified li.nav-item:last-child .nav-link {
      border-top-right-radius:.5rem
  }
}

.nav-justified li.nav-item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%
}

@media(min-width: 600px) {
  .nav-justified li.nav-item {
      -ms-flex-preferred-size:0;
      flex-basis: 0
  }
}

.tab-content {
  border: 1px solid #d0d0ce;
  border-radius: 0 0 .5rem .5rem
}

.tab-content .tab-pane {
  padding: 1.25rem
}

.horizontal-tabs .nav-tabs {
  display: none
}

.horizontal-tabs .tab-content {
  overflow: hidden
}

.horizontal-tabs .tab-content .tab-pane {
  padding: 0
}

.horizontal-tabs .tab-content {
  border-width: 0
}

@media(min-width: 1024px) {
  .horizontal-tabs .tab-content {
      border-width:1px
  }
}

.horizontal-tabs .tab-content .tab-pane {
  display: block
}

.horizontal-tabs .tab-content .tab-pane.fade {
  opacity: 1
}

@media(min-width: 1024px) {
  .horizontal-tabs .tab-content .tab-pane {
      display:none
  }

  .horizontal-tabs .tab-content .tab-pane.fade:not(.show) {
      opacity: 0
  }

  .horizontal-tabs .tab-content .tab-pane.active {
      display: block
  }

  .horizontal-tabs .tab-content .tab-pane.active.fade.show {
      opacity: 1
  }
}

.horizontal-tabs .tab-content .tab-pane:first-child .card-header {
  border-radius: .5rem .5rem 0 0
}

.horizontal-tabs .tab-content .tab-pane.card:last-child .card-body,.horizontal-tabs .tab-content .tab-pane:last-child .card-header .collapsed {
  border-radius: 0 0 .5rem .5rem
}

.horizontal-tabs .tab-content .tab-pane.card .card-body {
  border: 1px solid #97999b;
  border-top: 0;
  margin-top: -1px
}

@media(min-width: 1024px) {
  .horizontal-tabs .tab-content .tab-pane.card .card-body {
      border:0
  }
}

.horizontal-tabs .tab-content .tab-pane.card .card-header {
  margin-bottom: 1px
}

.horizontal-tabs .tab-content .tab-pane.card .card-header a {
  color: #fff;
  display: block;
  padding-right: 20px;
  position: relative
}

.horizontal-tabs .tab-content .tab-pane.card .card-header a:after {
  color: #fff!important;
  content: "";
  font-family: Cognizant-Icons;
  font-size: inherit;
  font-weight: 600;
  line-height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%
}

.horizontal-tabs .tab-content .tab-pane.card .card-header a.collapsed:after {
  content: ""
}

@media(min-width: 1024px) {
  .horizontal-tabs .nav-tabs {
      display:-webkit-box;
      display: -ms-flexbox;
      display: flex
  }

  .horizontal-tabs .card {
      border: none
  }

  .horizontal-tabs .card .card-header {
      display: none
  }

  .horizontal-tabs .card .card-header a.collapsed:before {
      content: ""
  }

  .horizontal-tabs .card .collapse {
      display: block
  }
}

.hover-grow.active {
  -webkit-transform: scale(1.035);
  transform: scale(1.035);
  -webkit-transform-origin: left center;
  transform-origin: left center
}

@font-face {
  font-display: block;
  font-family: Cognizant-Icons;
  font-style: normal;
  font-weight: 400;
  src: url(../../../etc.clientlibs/cognizant-dot-com/clientlibs/clientlib-site/resources/icons/Cognizant-Icons.ttf?fo68q0) format("truetype"),url(../../../etc.clientlibs/cognizant-dot-com/clientlibs/clientlib-site/resources/icons/Cognizant-Icons.svg?fo68q0#Cognizant-Icons) format("svg")
}

.cmp-icon,.cmp-icon-pseudo:before {
  speak: never;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Cognizant-Icons!important;
  font-style: normal;
  font-variant: normal;
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-left: .25rem;
  text-transform: none
}

.cmp-icon[class*=logo],i[class*=logo] {
  font-weight: 400!important
}

.cmp-icon-pseudo--spacer:before {
  padding-right: 1rem
}

a.cmp-icon-pseudo {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.navigation-drawer:before {
  content: ""
}

.arrow-box-up:before {
  content: ""
}

.arrow-down:before {
  content: ""
}

.arrow-down-solid:before {
  content: ""
}

.arrow-left:before {
  content: ""
}

.arrow-left-solid:before {
  content: ""
}

.arrow-right:before {
  content: ""
}

.arrow-solid-right:before {
  content: ""
}

.arrow-up:before {
  content: ""
}

.arrow-up-solid:before {
  content: ""
}

.download-icon:before {
  content: ""
}

.upload:before {
  content: ""
}

.logout:before {
  content: ""
}

.launch:before {
  content: ""
}

.arrow-right-tail:before {
  content: ""
}

.synchronize:before {
  content: ""
}

.synchronize-2:before {
  content: ""
}

.close:before {
  content: "×";
  font-family: Gellix!important;
  font-weight: 400
}

.add-circle:before {
  content: ""
}

.subtract-circle:before {
  content: ""
}

.remove-circle-solid:before {
  content: ""
}

.remove-circle:before {
  content: ""
}

.check-circle:before {
  content: ""
}

.check-circle-2:before {
  content: ""
}

.check-box:before {
  content: ""
}

.expand-diagonal:before {
  content: ""
}

.search:before {
  content: ""
}

.zoom-in:before {
  content: ""
}

.zoom-out:before {
  content: ""
}

.window-search-engine:before {
  content: ""
}

.report-problem-circle:before {
  content: ""
}

.report-problem-triangle:before {
  content: ""
}

.help-circle:before {
  content: ""
}

.cog:before {
  content: ""
}

.home:before {
  content: ""
}

.pencil:before {
  content: ""
}

.layers:before {
  content: ""
}

.view:before {
  content: ""
}

.bin:before {
  content: ""
}

.star:before {
  content: ""
}

.bookmark:before {
  content: ""
}

.bookmark-2:before {
  content: ""
}

.bookmark-2-solid:before {
  content: ""
}

.toolbox:before {
  content: ""
}

.lock-close:before {
  content: ""
}

.lock-open:before {
  content: ""
}

.filter:before {
  content: ""
}

.shopping-cart:before {
  content: ""
}

.book-open:before {
  content: ""
}

.bubble-chat-typing:before {
  content: ""
}

.calendar:before {
  content: ""
}

.camera:before {
  content: ""
}

.picture:before {
  content: ""
}

.clock:before {
  content: ""
}

.clock-solid:before {
  content: ""
}

.clock-2:before {
  content: ""
}

.clock-2-solid:before {
  content: ""
}

.cloud:before {
  content: ""
}

.file-acrobat:before {
  content: ""
}

.file-favorite-star:before {
  content: ""
}

.file-new:before {
  content: ""
}

.file-view:before {
  content: ""
}

.file-checklist-edit:before {
  content: ""
}

.file-text-picture:before {
  content: ""
}

.file-word:before {
  content: ""
}

.folder:before {
  content: ""
}

.folder-add:before {
  content: ""
}

.folder-view:before {
  content: ""
}

.globe:before {
  content: ""
}

.headphone:before {
  content: ""
}

.link:before {
  content: ""
}

.location-pin:before {
  content: ""
}

.location-pin-solid:before {
  content: ""
}

.map-pin:before {
  content: ""
}

.email:before {
  content: ""
}

.email-solid:before {
  content: ""
}

.logo-facebook:before {
  content: ""
}

.logo-linkedin:before {
  content: ""
}

.logo-youtube-clip:before {
  content: ""
}

.logo-instagram:before {
  content: ""
}

.logo-twitter-bird:before {
  content: ""
}

.logo-slide-share:before {
  content: ""
}

.logo-wechat:before {
  content: ""
}

.rss-feed:before {
  content: ""
}

.rss-feed-solid:before {
  content: ""
}

.share:before {
  content: ""
}

.share-solid:before {
  content: ""
}

.account-group:before {
  content: ""
}

.network-user:before {
  content: ""
}

.person:before {
  content: ""
}

.person-solid:before {
  content: ""
}

.group-add:before {
  content: ""
}

.video-camera:before {
  content: ""
}

.video-meeting-square:before {
  content: ""
}

.play-button-solid:before {
  content: ""
}

.play-button:before {
  content: ""
}

.control-previous:before {
  content: ""
}

.control-previous-solid:before {
  content: ""
}

.control-rewind:before {
  content: ""
}

.control-rewind-solid:before {
  content: ""
}

.control-play:before {
  content: ""
}

.control-play-solid:before {
  content: ""
}

.control-pause:before {
  content: ""
}

.control-pause-solid:before {
  content: ""
}

.control-stop:before {
  content: ""
}

.control-stop-solid:before {
  content: ""
}

.control-fast-forward:before {
  content: ""
}

.control-fast-forward-solid:before {
  content: ""
}

.control-next:before {
  content: ""
}

.control-next-solid:before {
  content: ""
}

.control-eject:before {
  content: ""
}

.control-eject-solid:before {
  content: ""
}

.volume-off:before {
  content: ""
}

.volume-off-solid:before {
  content: ""
}

.volume-low:before {
  content: ""
}

.volume-low-solid:before {
  content: ""
}

.volume-medium:before {
  content: ""
}

.volume-medium-solid:before {
  content: ""
}

.volume-max:before {
  content: ""
}

.volume-max-solid:before {
  content: ""
}

.expand:before {
  content: ""
}

.newspaper:before {
  content: ""
}

.programming-website:before {
  content: ""
}

.podcast:before {
  content: ""
}

.print:before {
  content: ""
}

.barcode-scan:before {
  content: ""
}

.leaf:before {
  content: ""
}

.lightbulb:before {
  content: ""
}

.medical-box:before {
  content: ""
}

.gauge:before {
  content: ""
}

.qr-code:before {
  content: ""
}

.truck:before {
  content: ""
}

.box:before {
  content: ""
}

.bank-notes:before {
  content: ""
}

.credit-card:before {
  content: ""
}

.mobile-phone-portrait:before {
  content: ""
}

.tablet-ipad:before {
  content: ""
}

.computer-screen:before {
  content: ""
}

.smartwatch:before {
  content: ""
}

.server:before {
  content: ""
}

.computer-bug:before {
  content: ""
}

.window-code:before {
  content: ""
}

.bluetooth:before {
  content: ""
}

.network-signal:before {
  content: ""
}

.presentation-code:before {
  content: ""
}

.projector-screen:before {
  content: ""
}

.graph-bar:before {
  content: ""
}

.graph-pie:before {
  content: ""
}

.hierarchy:before {
  content: ""
}

.hover-hide-show {
  overflow: hidden;
  position: relative
}

.hover-hide-show .hide-on-hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
  transition: all .35s cubic-bezier(.645,.045,.355,1)
}

.hover-hide-show .show-on-hover {
  opacity: 0
}

.hover-hide-show .show-on-hover,.hover-hide-show:hover .hide-on-hover {
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}

.hover-hide-show .show-on-hover,.hover-hide-show:hover .hide-on-hover,.hover-hide-show:hover .show-on-hover {
  -webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
  transition: all .35s cubic-bezier(.645,.045,.355,1)
}

.hover-hide-show:hover .show-on-hover {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.hover-hide-show:focus-within .hide-on-hover {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: none;
  transition: none
}

.hover-hide-show:focus-within .show-on-hover {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: none;
  transition: none
}

.cog-card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  word-wrap: break-word;
  --heading-color: #2f78c4;
  --link-color: #2f78c4;
  --link-hover-color: #000048;
  background-clip: border-box;
  background-color: #fff;
  border: 1px solid var(--bs-border-color-translucent);
  color: #000048;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1rem;
  min-width: 0;
  position: relative;
  width: 100%
}

.cog-card hr {
  border-bottom: 2px solid #97999b;
  border-top: 0
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem
}

.card-title {
  margin-bottom: .5rem
}

.card-subtitle {
  margin-bottom: 0;
  margin-top: -.25rem
}

.card-link:hover {
  text-decoration: none
}

.card-link+.card-link {
  margin-left: 1rem
}

.card-header {
  border-bottom: 1px solid var(--bs-border-color-translucent);
  margin-bottom: 0;
  padding: .5rem 1rem
}

.card-footer,.card-header:not([class*=bg-]) {
  background-color: rgba(0,0,72,.03)
}

.card-footer {
  border-top: 1px solid var(--bs-border-color-translucent);
  padding: .5rem 1rem
}

.cog-card-tile .share-icons a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.cog-card-tile .anim-icon {
  display: inline-block;
  line-height: 0;
  margin: 0;
  text-align: right
}

.cog-card-tile .anim-icon a .anim-text,.cog-card-tile .anim-icon a span {
  display: block;
  -webkit-transition: all .5s cubic-bezier(.77,0,.175,1);
  transition: all .5s cubic-bezier(.77,0,.175,1)
}

.cog-card-tile .anim-icon a .anim-text {
  font-size: 60%;
  opacity: 0;
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem)
}

.cog-card-tile .anim-icon a:hover span {
  -webkit-transform: translateY(-.75rem);
  transform: translateY(-.75rem)
}

.cog-card-tile .anim-icon a:hover .anim-text {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.cog-card-tile .card-image {
  height: 6rem;
  overflow: hidden
}

.cog-card-tile .label.tags {
  position: absolute;
  top: 1rem
}

.cog-cardgrid,.cog-infographics-card {
  border: 4px solid #000048;
  margin-bottom: 2rem
}

.cog-cardgrid .label,.cog-infographics-card .label {
  background: #000048;
  border-radius: 0;
  color: #fff;
  cursor: default;
  display: inline-block;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1;
  padding: .4rem .5rem;
  white-space: nowrap
}

.cog-cardgrid .label img,.cog-infographics-card .label img {
  display: inline-block;
  vertical-align: middle
}

.cog-cardgrid .card-body .text-shadow,.cog-infographics-card .card-body .text-shadow {
  text-shadow: 0 0 20px #2f78c4
}

.cog-cardgrid .card-footer,.cog-infographics-card .card-footer {
  border-top: none
}

.cog-cardgrid hr,.cog-infographics-card hr {
  border: 0;
  border-bottom: 1px solid #97999b
}

.cog-cardgrid.bgr-grd-card-grid:after,.cog-infographics-card.bgr-grd-card-grid:after {
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,72,0)),color-stop(15%,rgba(0,0,72,.15)),color-stop(45%,rgba(0,0,72,.4)),color-stop(65%,rgba(0,0,72,.5)),to(rgba(0,0,72,.6)));
  background-image: linear-gradient(180deg,rgba(0,0,72,0) 0,rgba(0,0,72,.15) 15%,rgba(0,0,72,.4) 45%,rgba(0,0,72,.5) 65%,rgba(0,0,72,.6));
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%
}

.box-shadow-hover {
  -webkit-box-shadow: 0 0 0 rgba(0,0,72,0);
  box-shadow: 0 0 0 rgba(0,0,72,0);
  -webkit-transition: all .6s cubic-bezier(.165,.84,.44,1);
  transition: all .6s cubic-bezier(.165,.84,.44,1)
}

.box-shadow-hover:hover {
  -webkit-box-shadow: 0 10px 30px 5px rgba(0,0,72,.2);
  box-shadow: 0 10px 30px 5px rgba(0,0,72,.2);
  -webkit-transform: scale(1.01);
  transform: scale(1.01)
}

.box-shadow-hover:hover .anim-icon .cmp-icon {
  -webkit-transform: translateY(-.75rem);
  transform: translateY(-.75rem);
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out
}

.box-shadow-hover:hover .anim-icon .anim-text {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.box-shadow-hover .anim-icon {
  display: inline-block;
  line-height: 0;
  margin: 0;
  text-align: right
}

.box-shadow-hover .anim-icon .cmp-icon {
  margin-left: 0;
  margin-top: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.box-shadow-hover .anim-icon .anim-text,.box-shadow-hover .anim-icon .cmp-icon {
  display: block;
  -webkit-transition: all .5s cubic-bezier(.77,0,.175,1);
  transition: all .5s cubic-bezier(.77,0,.175,1)
}

.box-shadow-hover .anim-icon .anim-text {
  font-size: 60%;
  opacity: 0;
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem)
}

.modal {
  background-color: rgba(0,0,72,.85);
  height: 100vh
}

.modal .modal-dialog {
  border: 1px solid hsla(0,0%,100%,.5);
  border-radius: .75rem
}

.modal .modal-dialog button.btn-close {
  background: none;
  border: none;
  color: #97999b;
  cursor: pointer!important;
  font-size: 2rem;
  font-weight: 400;
  padding: 0!important
}

.modal .modal-dialog button.btn-close:hover {
  color: #2f78c4
}

.modal .modal-dialog .modal-header {
  border-bottom: 0;
  padding: 0 1rem
}

.modal .modal-dialog .modal-body {
  padding: 0 1rem 1rem
}

.modal-backdrop {
  z-index: 0
}

.modal-fade-right .modal.fade.fade-right .modal-dialog {
  -webkit-transform: translate(100%);
  transform: translate(100%);
  transition: transform .5s ease-out,-webkit-transform .5s ease-out
}

.modal-fade-right .modal.fade.show.fade-right .modal-dialog {
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: transform .5s ease-out,-webkit-transform .5s ease-out
}

.sticky-wrapper .contact-sticky .aem-GridColumn .cmp-form-button.sticky-button {
  background-color: #6aa2dc;
  border: none;
  border-radius: 0 0 .5rem .5rem;
  color: #000048;
  font-weight: 600;
  position: fixed;
  right: 0;
  top: 56%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  white-space: nowrap;
  z-index: 5
}

.sticky-wrapper .contact-sticky .aem-GridColumn .cmp-form-button.sticky-button:hover {
  color: rgba(0,0,72,.5)
}

@media(max-width: 1023px) {
  .sticky-wrapper .contact-sticky .aem-GridColumn .cmp-form-button.sticky-button {
      padding-bottom:.3rem!important;
      padding-top: .2rem!important
  }
}

.cog-header {
  --worldwide-menu-width: 0
}

.cog-header li,.cog-header ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0
}

.cog-header__ribbon a {
  display: inline-block;
  font-weight: 400;
  line-height: 1.3
}

.cog-header__ribbon a:hover {
  color: var(--link-color)!important
}

.cog-header__ribbon-menu li {
  line-height: 2.25
}

.cog-header__main-menu>li>a {
  color: #000048;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.cog-header__main-menu>li>a:hover {
  background-color: #000048;
  color: #fff
}

.cog-header__main-menu>li>a:before {
  color: #6aa2dc;
  font-size: 1rem;
  min-width: 1rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.cog-header__sticky.close-sticky {
  -webkit-animation: hide-content 1s ease 0s 1 normal forwards;
  animation: hide-content 1s ease 0s 1 normal forwards
}

@-webkit-keyframes hide-content {
  0% {
      opacity: 1
  }

  to {
      height: 0;
      opacity: 0;
      position: relative;
      visibility: hidden;
      z-index: -1
  }
}

@keyframes hide-content {
  0% {
      opacity: 1
  }

  to {
      height: 0;
      opacity: 0;
      position: relative;
      visibility: hidden;
      z-index: -1
  }
}

.cog-header__sticky .small,.cog-header__sticky p {
  display: inline;
  font-size: 15px
}

@media(min-width: 320px) {
  .cog-header__sticky .small,.cog-header__sticky p {
      font-size:15px
  }
}

@media(min-width: 1200px) {
  .cog-header__sticky .small,.cog-header__sticky p {
      font-size:15px
  }
}

.cog-header__logo {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  word-break: normal
}

.cog-header__logo>p,.cog-header__logo>span {
  color: #53565a
}

@media(max-width: 599px) {
  .cog-header__logo>a {
      width:100%
  }

  .cog-header__logo>.border-start>a img {
      max-width: 150px
  }
}

.cog-header__megamenu-panel {
  height: 100vh;
  top: calc(100% - 1rem);
  z-index: 2000
}

.cog-header__megamenu-panel a.cmp-icon-pseudo:before {
  color: #6aa2dc
}

.cog-header__megamenu-item {
  -webkit-transition: background-color .5s ease-in;
  transition: background-color .5s ease-in
}

.cog-header__megamenu-item:focus,.cog-header__megamenu-item:hover {
  background-color: #2866a7;
  -webkit-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out
}

.cog-header__megamenu-item .cmp-icon {
  font-size: 80%;
  left: 1rem
}

.cog-header__megamenu-active {
  background-color: #000048!important;
  color: #fff!important
}

.cog-header__megamenu-active:before {
  color: #92bbe6!important;
  content: "";
  font-size: .8rem!important;
  -webkit-transition: .9s;
  transition: .9s
}

.cog-header__megamenu-active+.cog-header__megamenu-panel {
  display: block!important
}

.cog-header .cmp-teaser {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

.cog-header .cmp-teaser__image {
  margin-bottom: 1rem
}

.cog-header .cmp-teaser__title {
  font-size: 1rem;
  padding: .5rem 0
}

.cog-header .cmp-teaser__action-link {
  color: #fff;
  display: block;
  margin-left: -.5rem;
  padding: .5rem;
  -webkit-transition: background .5s ease-in;
  transition: background .5s ease-in
}

.cog-header .cmp-teaser__action-link:before {
  color: #6aa2dc;
  content: "";
  font-family: Cognizant-Icons;
  font-size: 80%
}

.cog-header .cmp-teaser__action-link:focus,.cog-header .cmp-teaser__action-link:hover {
  background-color: #2866a7;
  -webkit-transition: background .3s ease-out;
  transition: background .3s ease-out
}

.cog-header__hamburger-icon,.cog-header__hamburger-icon:after,.cog-header__hamburger-icon:before {
  background-color: #2f78c4;
  border-radius: 3px;
  content: "";
  height: 3px;
  position: absolute;
  width: 28px
}

.cog-header__hamburger-icon {
  position: relative
}

.cog-header__hamburger-icon:after {
  top: 8px
}

.cog-header__hamburger-icon:before {
  top: -8px
}

.cog-header__mobile {
  -webkit-box-shadow: 0 0 .5rem rgba(0,0,72,.75);
  box-shadow: 0 0 .5rem rgba(0,0,72,.75);
  max-width: 250px;
  min-width: 250px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.cog-header__mobile-main-menu>li:first-child>a:focus {
  outline: 2px auto #92bbe6
}

.cog-header__mobile-level2 {
  max-width: 250px;
  min-width: 250px;
  -webkit-transition: all .15s linear;
  transition: all .15s linear;
  visibility: hidden
}

.cog-header__mobile-level2-open {
  left: calc(100% - 250px)!important;
  visibility: visible
}

.cog-header__mobile a {
  font-size: 1rem
}

.cog-header__mobile hr {
  border-bottom: 1px solid #b3b3b3
}

.cog-header__mobile .cmp-teaser__action-link:before {
  content: none
}

.cog-header__mobile .cmp-teaser__image {
  margin-bottom: .5rem;
  margin-top: .5rem
}

.cog-header__mobile .cmp-teaser .cmp-teaser__title {
  font-size: 1.35rem
}

.cog-header__mobile-search button {
  border-bottom-right-radius: .5rem;
  border-top-right-radius: .5rem
}

.cog-header__mobile-search input[type=text] {
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: 0;
  border-top-left-radius: .5rem;
  border-top-right-radius: 0;
  outline: none;
  text-overflow: ellipsis
}

.cog-header__mobile-search input[type=text]::-webkit-input-placeholder {
  color: #fff
}

.cog-header__mobile-search input[type=text]::-moz-placeholder {
  color: #fff
}

.cog-header__mobile-search input[type=text]:-ms-input-placeholder {
  color: #fff
}

.cog-header__mobile-search input[type=text]::-ms-input-placeholder {
  color: #fff
}

.cog-header__mobile-search input[type=text]::placeholder {
  color: #fff
}

.cog-header .cog-header__ribbon-menu .dropdown-toggle:after {
  border: none
}

.cog-header .cog-header__ribbon-menu .dropdown-menu:after,.cog-header .cog-header__ribbon-menu .dropdown-menu:before {
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 .5rem .5rem;
  content: "";
  display: block;
  height: 0;
  left: auto;
  position: absolute;
  right: calc(var(--worldwide-menu-width)*1px/2 - 10px);
  top: -.5rem;
  width: 0
}

.cog-header .multilanguage-dropdown button {
  background: transparent;
  border: none;
  color: var(--link-hover-color);
  cursor: pointer
}

.cog-header .multilanguage-dropdown button:hover {
  color: var(--link-color)
}

.cog-header .multilanguage-dropdown ul.dropdown-menu {
  border-radius: 0;
  min-width: 5rem;
  padding: 0;
  z-index: 9999
}

.cog-header .multilanguage-dropdown ul.dropdown-menu .dropdown-item {
  color: var(--link-hover-color);
  padding: .5rem
}

.cog-header .multilanguage-dropdown ul.dropdown-menu .dropdown-item:focus,.cog-header .multilanguage-dropdown ul.dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: var(--link-color)
}

.cog-search .gsc-control-searchbox-only table,.cog-search .gsc-control-searchbox-only td,.cog-search .gsc-control-searchbox-only tr {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0
}

.cog-search .gsc-control-searchbox-only td.gsc-input {
  padding-right: 0
}

.cog-search .gsc-control-searchbox-only td.gsc-input:focus-within {
  border-radius: .5rem 0 0 .5rem;
  -webkit-box-shadow: 0 0 0 .125rem #2f78c4;
  box-shadow: 0 0 0 .125rem #2f78c4
}

.cog-search .gsc-control-searchbox-only td.gsc-input:focus-within .gsc-input-box {
  background: #f5f5f2;
  border-color: #97bce2
}

.cog-search .gsc-control-searchbox-only td.gsc-input:focus-within+.gsc-search-button button {
  background: #f5f5f2;
  border-color: #97bce2;
  -webkit-box-shadow: 0 0 0 .125rem #2f78c4;
  box-shadow: 0 0 0 .125rem #2f78c4
}

.cog-search .gsc-input {
  margin-bottom: 0
}

.cog-search .gsst_a {
  display: none
}

.cog-search .gsc-input-box {
  background: #f5f5f2;
  border: 1px solid #97999b;
  border-radius: .5rem 0 0 .5rem;
  height: 72px;
  padding: 9pt .5rem
}

.cog-search .gsc-input-box input {
  background: #f5f5f2;
  color: #000048;
  font-size: 40px;
  line-height: 1
}

.cog-search .gsc-input-box input::-webkit-input-placeholder {
  color: #53565a;
  font-size: 40px;
  opacity: 1
}

.cog-search .gsc-input-box input:-moz-placeholder,.cog-search .gsc-input-box input::-webkit-input-placeholder,.cog-search .gsc-input-box input::placeholder {
  color: #53565a;
  font-size: 40px;
  opacity: 1
}

.cog-search .gsc-input-box input:focus {
  background: #f5f5f2;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000048;
  outline: 0
}

.cog-search .gsc-input-box input:focus::-webkit-input-placeholder {
  color: #53565a
}

.cog-search .gsc-input-box input:focus:-moz-placeholder,.cog-search .gsc-input-box input:focus::-webkit-input-placeholder,.cog-search .gsc-input-box input:focus::placeholder {
  color: #53565a
}

.cog-search .gsc-search-button button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 0;
  border-radius: 0 .5rem .5rem 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  height: 72px;
  margin-left: 0;
  padding: 0 1rem
}

.cog-search .gsc-search-button button,.cog-search .gsc-search-button button:focus,.cog-search .gsc-search-button button:hover {
  background: #f5f5f2;
  border-color: #97999b
}

.cog-search .gsc-search-button button svg {
  fill: #000048;
  height: 26px;
  width: 26px
}

.cog-search .gsc-search-button button:focus {
  background: #f5f5f2;
  border-color: #97bce2;
  -webkit-box-shadow: 0 0 0 .125rem #2f78c4;
  box-shadow: 0 0 0 .125rem #2f78c4;
  color: #000048;
  outline: 0
}

.cog-search__close.btn-close {
  border-radius: .5rem;
  right: 25px;
  top: 5px;
  width: auto
}

.cog-search__close.btn-close:focus-visible {
  outline: 2px auto
}

.gssb_c {
  border-radius: 0;
  margin-left: -.5rem;
  margin-top: 6.5em
}

.gssb_c tbody {
  background: transparent
}

.gssb_c table,.gssb_c tbody,.gssb_c td,.gssb_c tr {
  border-radius: 0!important;
  font-family: var(--bs-font-sans-serif)
}

.gssb_c tr:nth-child(2n) {
  background: transparent
}

.gssb_c td {
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #2f78c4;
  cursor: pointer;
  line-height: 26px;
  padding: 4px 1rem 4px 0
}

.gssb_c .gsc-completion-container {
  border: 0;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  font-size: 20px
}

.gssb_c .gsc-completion-container .gsc-completion-selected>td {
  background: #e5eff9;
  border: 1px solid #d0d0ce;
  color: #000048
}

.gssb_c .gsc-completion-container .gsc-completion-selected>td.gssb_e:hover {
  background: transparent;
  border: 0
}

.library-header {
  z-index: 15
}

.library-header .component-library .offcanvas.show {
  -webkit-box-shadow: 0 0 .5rem rgba(0,0,72,.2);
  box-shadow: 0 0 .5rem rgba(0,0,72,.2)
}

.library-header .component-library .offcanvas ul li a:not(.accordion-anchor) {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent
}

.library-header .component-library .offcanvas ul li a:not(.accordion-anchor):hover {
  background-color: #e8e8e6
}

.library-header .component-library .offcanvas ul li .accordion-anchor {
  max-width: 65%
}

.library-header .component-library .offcanvas ul li .accordion-item {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent
}

.library-header .component-library .offcanvas ul li .accordion-item:not(.show):hover {
  background-color: #e8e8e6;
  border-color: #e8e8e6
}

.library-header .component-library .offcanvas ul li .accordion-item.show {
  background-color: #f5f5f2;
  border-color: #e8e8e6
}

.library-header .component-library .offcanvas ul li .accordion-button {
  background-color: transparent;
  border: none
}

.library-header .component-library .offcanvas ul li .accordion-button .cmp-button__icon:before {
  margin-left: 0
}

.library-header .component-library .offcanvas ul li .accordion-button.collapsed .cmp-button__icon:before {
  content: ""
}

.library-header .component-library .offcanvas ul li .accordion-button:not(.collapsed) .cmp-button__icon:before {
  content: ""
}

.library-header .component-library .offcanvas ul li .icon-wrapper {
  width: 20px
}

.library-header .component-library .offcanvas .active-link {
  background-color: #e8e8e6
}

.library-header .component-library .eds-enabled {
  background-color: #2e308e;
  color: #fff;
  word-break: normal
}

.sticky-aem-i-header .cog-header__ribbon {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 12
}

.cognizant-navigation a.text-primary:focus,.cognizant-navigation a.text-primary:hover {
  color: #2f78c4!important
}

.cognizant-navigation a.text-primary:not([href]):hover {
  color: inherit!important
}

.cognizant-navigation .cog-header__ribbon-menu .dropdown-toggle:after {
  margin-left: 0
}

.cognizant-navigation .cog-header__ribbon-menu .language-dropdown.show {
  color: #2f78c4!important
}

.cognizant-navigation .cog-header__ribbon-menu .dropdown-menu:before {
  border-color: transparent transparent rgba(0,0,72,.175);
  top: -9.5px
}

.cognizant-navigation .cog-header__ribbon-menu .dropdown-menu:after {
  border-color: transparent transparent #fff;
  top: -.4rem
}

.cognizant-navigation .cog-header__ribbon-menu .multilanguage-dropdown button .arrow-down:before {
  color: #2f78c4;
  position: relative;
  top: 2px
}

.cognizant-navigation .cog-header__main-menu>li>.arrow-down:before,.cognizant-navigation .cog-header__mobile-main-menu .arrow-up:before {
  font-size: .8rem
}

.cognizant-navigation .cog-header__megamenu-active:before {
  color: #06c7cc!important;
  content: ""!important;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.cognizant-navigation .cog-header__megamenu-panel {
  height: calc(100vh - 105px);
  top: 100%!important
}

.cognizant-navigation .cog-header__megamenu-panel .cog-header__megamenu-item {
  color: #fff
}

.cognizant-navigation .cog-header__megamenu-panel .cog-header__megamenu-item:focus,.cognizant-navigation .cog-header__megamenu-panel .cog-header__megamenu-item:hover {
  color: var(--link-color);
  outline-offset: -.1rem
}

.cognizant-navigation .cog-header__megamenu-panel .cog-header__megamenu-item-active {
  background-color: #fff;
  color: #000048!important;
  font-weight: 700!important
}

.cognizant-navigation .cog-header__megamenu-panel .cog-header__megamenu-panel-item {
  height: 100%;
  overflow-y: auto
}

.cognizant-navigation .cog-header__megamenu-panel .cog-header__megamenu-subpanel {
  display: none
}

.cognizant-navigation .cog-header__megamenu-panel .cog-header__megamenu-subpanel.show {
  display: block;
  height: 100%;
  overflow-y: auto
}

.cognizant-navigation .cog-header__hamburger-close:before {
  content: "";
  position: absolute
}

.cognizant-navigation .mobile-nav {
  -webkit-box-shadow: none;
  box-shadow: none;
  left: 0;
  top: 69px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.cognizant-navigation .mobile-nav .cog-header__mobile-main-menu .accordion-level-2 {
  background-color: #f5f5f2;
  border-bottom: 3px solid #000048
}

.cognizant-navigation .mobile-nav .cog-header__mobile-main-menu .accordion-level-2 a.accordion-button {
  background-color: #e8e8e6;
  color: #000048
}

.cognizant-navigation .mobile-nav .cog-header__mobile-main-menu .accordion-level-2 a.accordion-button.collapsed {
  background-color: #f5f5f2
}

.cognizant-navigation .mobile-nav .cog-header__mobile-main-menu .accordion-level-2 .accordion-collapse {
  background-color: #fff
}

.cognizant-navigation .mobile-nav .cog-header__mobile-main-menu a.accordion-button {
  background-color: #000048;
  color: #fff
}

.cognizant-navigation .mobile-nav .cog-header__mobile-main-menu a.accordion-button .arrow-up {
  color: #06c7cc;
  -webkit-transition: all .75s ease;
  transition: all .75s ease
}

.cognizant-navigation .mobile-nav .cog-header__mobile-main-menu a.accordion-button.collapsed {
  background-color: transparent;
  color: #000048
}

.cognizant-navigation .mobile-nav .cog-header__mobile-main-menu a.accordion-button.collapsed .arrow-up {
  color: #2f78c4;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.cognizant-navigation .mobile-nav .cog-header__mobile-main-menu a.accordion-button.collapsed .subtract-circle:before {
  content: ""!important
}

.cognizant-navigation .featured-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: auto auto auto
}

.cognizant-navigation .cog-header__hamburger-icon,.cognizant-navigation .cog-header__hamburger-icon:after,.cognizant-navigation .cog-header__hamburger-icon:before {
  background: #000048
}

.cognizant-navigation .cog-header__hamburger-close {
  color: #000048;
  position: relative;
  top: -9pt;
  width: 23px
}

.cognizant-navigation .cog-header__hamburger-close:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.cognizant-navigation .custom-search {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%
}

@media(min-width: 1024px) {
  .cognizant-navigation .custom-search {
      width:10rem
  }

  .cognizant-navigation .custom-search.expanded {
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      width: 12rem
  }
}

@media(min-width: 1100px) {
  .cognizant-navigation .custom-search {
      width:15rem
  }

  .cognizant-navigation .custom-search.expanded {
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      width: 20rem
  }
}

.cognizant-navigation .custom-search #___gcse_0 {
  width: 100%
}

.cognizant-navigation .custom-search #___gcse_0 .gsc-search-box {
  margin: 0
}

.cognizant-navigation .custom-search #___gcse_0 .gsc-search-box td.gsc-input:focus-within {
  border-radius: 0!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important
}

.cognizant-navigation .custom-search #___gcse_0 .gsc-search-box td.gsc-input:focus-within .gsc-input-box {
  background: transparent!important
}

.cognizant-navigation .custom-search #___gcse_0 .gsc-search-box td.gsc-input .gsc-input-box {
  background: transparent;
  border: 0;
  border-radius: 0;
  height: auto;
  padding: 0
}

.cognizant-navigation .custom-search #___gcse_0 .gsc-search-box td.gsc-input .gsc-input-box input {
  background: transparent;
  border-radius: 0;
  font-size: 20px;
  text-overflow: ellipsis
}

.cognizant-navigation .custom-search #___gcse_0 .gsc-search-box td.gsc-input .gsc-input-box input::-webkit-input-placeholder {
  font-size: inherit
}

.cognizant-navigation .custom-search #___gcse_0 .gsc-search-box td.gsc-input .gsc-input-box input::-moz-placeholder {
  font-size: inherit
}

.cognizant-navigation .custom-search #___gcse_0 .gsc-search-box td.gsc-input .gsc-input-box input:-ms-input-placeholder {
  font-size: inherit
}

.cognizant-navigation .custom-search #___gcse_0 .gsc-search-box td.gsc-input .gsc-input-box input::-ms-input-placeholder {
  font-size: inherit
}

.cognizant-navigation .custom-search #___gcse_0 .gsc-search-box td.gsc-input .gsc-input-box input::placeholder {
  font-size: inherit
}

.cognizant-navigation .custom-search #___gcse_0 .gsc-search-box .gsc-search-button {
  display: none
}

.cognizant-navigation .custom-search .header-search .search {
  color: #97999b
}

.cognizant-navigation .custom-search .search-close {
  -ms-flex-item-align: normal;
  align-self: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.cognizant-navigation .search-bar:not(.mobile-search-bar) .custom-search {
  border: 1px solid #d0d0ce;
  border-radius: .5rem
}

.cognizant-navigation .mobile-search-bar {
  background: #fff;
  display: none;
  position: fixed
}

.cognizant-navigation .mobile-search-bar.show {
  display: block;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  width: 100%
}

.cognizant-navigation .custom-backdrop {
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 99
}

#desktop-suggestionList,#mobile-suggestionList {
  margin-left: -18px;
  margin-top: 0
}

#desktop-suggestionList .gssb_a,#mobile-suggestionList .gssb_a {
  border: 0;
  padding: .5rem 1rem
}

#desktop-suggestionList .gssb_a td,#mobile-suggestionList .gssb_a td {
  color: #000048;
  white-space: normal
}

#desktop-suggestionList .gsc-completion-container,#mobile-suggestionList .gsc-completion-container {
  border-radius: .5rem!important;
  -webkit-box-shadow: 0 0 0 1px #d0d0ce!important;
  box-shadow: 0 0 0 1px #d0d0ce!important
}

#desktop-suggestionList .gsc-completion-container .gsc-completion-selected>td,#mobile-suggestionList .gsc-completion-container .gsc-completion-selected>td {
  background: #f5f5f2;
  border: 0
}

#desktop-suggestionList .gsc-completion-container .gsc-completion-selected:first-child>td,#mobile-suggestionList .gsc-completion-container .gsc-completion-selected:first-child>td {
  border-radius: .5rem .5rem 0 0!important
}

#desktop-suggestionList .gsc-completion-container .gsc-completion-selected:last-child>td,#mobile-suggestionList .gsc-completion-container .gsc-completion-selected:last-child>td {
  border-radius: 0 0 .5rem .5rem!important
}

#desktop-suggestionList {
  top: 75pt!important;
  width: 20rem!important
}

@media(min-width: 1024px)and (max-width:1100px) {
  #desktop-suggestionList {
      right:.5rem!important;
      width: 12rem!important
  }
}

#desktop-suggestionList .gsc-completion-container {
  margin-top: 5px
}

#desktop-suggestionList .gsc-completion-container>tbody {
  border-radius: inherit!important;
  -webkit-box-shadow: 0 5px 10px 0 #d0d0ce!important;
  box-shadow: 0 5px 10px 0 #d0d0ce!important
}

#mobile-suggestionList {
  top: 76px!important;
  width: 100%!important
}

#mobile-suggestionList .gsc-completion-container {
  border-radius: 0 0 .5rem .5rem!important;
  margin-top: -5px
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.cog-home-carousal .hide-swiper-arrows .swiper-button-next,.cog-home-carousal .hide-swiper-arrows .swiper-button-prev {
  opacity: 0
}

.cog-home-carousal .hide-swiper-arrows .swiper-button-next.show-on-focus:focus,.cog-home-carousal .hide-swiper-arrows .swiper-button-prev.show-on-focus:focus {
  opacity: 1
}

.cog-home-carousal .swiper-banner .swiper-slide:not(.swiper-slide-active) {
  z-index: -1
}

.cog-home-carousal .swiper-banner .img-background:after {
  background: -webkit-gradient(linear,left top,right top,color-stop(30%,rgba(0,0,72,.5)),color-stop(90%,rgba(0,0,72,0)));
  background: linear-gradient(90deg,rgba(0,0,72,.5) 30%,rgba(0,0,72,0) 90%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.cog-home-carousal .swiper-banner .img-background.blur img {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.cog-home-carousal .swiper-banner .img-background.blur img.animating {
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: scale(1.01);
  transform: scale(1.01)
}

.cog-home-carousal .swiper-banner .homepageBanner-chevron {
  height: 50px;
  width: 30px
}

.cog-home-carousal .swiper-banner .homepageBanner-chevron .chevron {
  -webkit-animation: move-chevron 3s ease-out infinite;
  animation: move-chevron 3s ease-out infinite;
  height: .25rem;
  opacity: 0;
  -webkit-transform: scale(.3);
  transform: scale(.3);
  width: 1rem;
  will-change: auto
}

.cog-home-carousal .swiper-banner .homepageBanner-chevron .chevron:first-child {
  -webkit-animation: move-chevron 3s ease-out 1s infinite;
  animation: move-chevron 3s ease-out 1s infinite;
  will-change: auto
}

.cog-home-carousal .swiper-banner .homepageBanner-chevron .chevron:nth-child(2) {
  -webkit-animation: move-chevron 3s ease-out 2s infinite;
  animation: move-chevron 3s ease-out 2s infinite;
  will-change: auto
}

.cog-home-carousal .swiper-banner .homepageBanner-chevron .chevron:after,.cog-home-carousal .swiper-banner .homepageBanner-chevron .chevron:before {
  background: #92bbe6;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 50%
}

.cog-home-carousal .swiper-banner .homepageBanner-chevron .chevron:before {
  left: 0;
  -webkit-transform: skewY(45deg);
  transform: skewY(45deg)
}

.cog-home-carousal .swiper-banner .homepageBanner-chevron .chevron:after {
  right: 0;
  -webkit-transform: skewY(-45deg);
  transform: skewY(-45deg);
  width: 50%
}

@-webkit-keyframes move-chevron {
  25% {
      opacity: 1
  }

  33.3% {
      opacity: 1;
      -webkit-transform: translateY(15px);
      transform: translateY(15px)
  }

  66.6% {
      opacity: 1;
      -webkit-transform: translateY(26px);
      transform: translateY(26px)
  }

  to {
      opacity: 0;
      -webkit-transform: translateY(40px) scale(.5);
      transform: translateY(40px) scale(.5)
  }
}

@keyframes move-chevron {
  25% {
      opacity: 1
  }

  33.3% {
      opacity: 1;
      -webkit-transform: translateY(15px);
      transform: translateY(15px)
  }

  66.6% {
      opacity: 1;
      -webkit-transform: translateY(26px);
      transform: translateY(26px)
  }

  to {
      opacity: 0;
      -webkit-transform: translateY(40px) scale(.5);
      transform: translateY(40px) scale(.5)
  }
}

.cog-home-carousal .swiper-banner .swiper-pagination {
  text-align: center
}

.cog-home-carousal .swiper-banner .swiper-pagination .swiper-pagination-bullet.title {
  border-radius: .5rem!important;
  height: .3rem;
  opacity: .5;
  padding: 0;
  position: relative;
  width: 1.7rem
}

.cog-home-carousal .swiper-banner .swiper-pagination .swiper-pagination-bullet.title:after,.cog-home-carousal .swiper-banner .swiper-pagination .swiper-pagination-bullet.title:before {
  display: none
}

.cog-home-carousal .swiper-banner .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: .8
}

.cog-home-carousal .swiper-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1
}

.cog-home-carousal .swiper-banner.bullet-pagination-enabled .swiper-pagination .swiper-pagination-bullet.bullet-pagination {
  background: initial
}

.cog-home-carousal .swiper-banner.bullet-pagination-enabled .swiper-pagination .swiper-pagination-bullet.bullet-pagination.title {
  background: #97999b;
  height: .3rem;
  opacity: .5;
  padding: 0;
  position: relative;
  width: 1.7rem
}

.cog-home-carousal .swiper-banner.bullet-pagination-enabled .swiper-pagination .swiper-pagination-bullet.bullet-pagination.title:after,.cog-home-carousal .swiper-banner.bullet-pagination-enabled .swiper-pagination .swiper-pagination-bullet.bullet-pagination.title:before {
  display: none
}

.cog-home-carousal .swiper-banner.bullet-pagination-enabled .swiper-pagination .swiper-pagination-bullet.bullet-pagination:hover {
  opacity: .8
}

.cog-home-carousal .swiper-banner.bullet-pagination-enabled .swiper-pagination .swiper-pagination-bullet.bullet-pagination.swiper-pagination-bullet-active {
  background: #26efe9;
  opacity: 1
}

@media(min-width: 1200px) {
  .cog-home-carousal .swiper-banner .slide-title {
      display:none
  }

  .cog-home-carousal .swiper-banner .swiper-pagination {
      text-align: left
  }

  .cog-home-carousal .swiper-banner .swiper-pagination .swiper-pagination-bullet {
      color: #fff
  }

  .cog-home-carousal .swiper-banner .swiper-pagination .swiper-pagination-bullet.title {
      background: inherit;
      border-radius: 0!important;
      height: auto;
      opacity: 1;
      padding: 1em 0;
      position: relative;
      width: auto
  }

  .cog-home-carousal .swiper-banner .swiper-pagination .swiper-pagination-bullet.title:before {
      content: attr(aria-label);
      display: inline;
      font-weight: 600;
      padding: 1rem 1.5em
  }

  .cog-home-carousal .swiper-banner .swiper-pagination .swiper-pagination-bullet.title:after {
      content: "";
      display: inline;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 50%;
      transform-origin: 50%;
      -webkit-transition: .5s;
      transition: .5s
  }

  .cog-home-carousal .swiper-banner .swiper-pagination .swiper-pagination-bullet.title.swiper-pagination-bullet-active:after,.cog-home-carousal .swiper-banner .swiper-pagination .swiper-pagination-bullet.title:hover:after {
      background: hsla(0,0%,100%,.5);
      bottom: 0;
      content: "";
      height: 2px;
      left: 0;
      position: absolute;
      right: 0;
      -webkit-transform: scaleX(1);
      transform: scaleX(1)
  }

  .cog-home-carousal .swiper-banner .swiper-pagination .swiper-pagination-bullet.title.swiper-pagination-bullet-active {
      -webkit-backdrop-filter: blur(4px);
      backdrop-filter: blur(4px)
  }

  .cog-home-carousal .swiper-banner .swiper-pagination .swiper-pagination-bullet.title.swiper-pagination-bullet-active:before {
      background: rgba(0,0,72,.1)
  }
}

.cog-breadcrumb .breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.cog-breadcrumb .breadcrumb-item a {
  color: #6aa2dc
}

.cog-breadcrumb .breadcrumb-item a:hover {
  color: #b5d1ee;
  text-decoration: none
}

.cog-breadcrumb .breadcrumb-item a:focus {
  text-decoration: underline
}

.dotcom-bluebar {
  background-color: #000048;
  position: relative!important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 12
}

.dotcom-bluebar.sticky-is-stuck {
  -webkit-animation: slideInDown .5s;
  animation: slideInDown .5s;
  position: fixed!important;
  top: 0;
  width: 100%
}

@-webkit-keyframes slideInDown {
  0% {
      -webkit-transform: translate3d(0,-100%,0);
      transform: translate3d(0,-100%,0);
      visibility: visible
  }

  to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

@keyframes slideInDown {
  0% {
      -webkit-transform: translate3d(0,-100%,0);
      transform: translate3d(0,-100%,0);
      visibility: visible
  }

  to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

.dotcom-bluebar .cog-blue-bar {
  border-bottom: 1px solid #000048
}

.cog-carousel .swiper .swiper-slide {
  -ms-flex-item-align: center;
  align-self: center
}

.cog-carousel .video-wrapper .row.pb-2,.cog-carousel .video-wrapper.py-2 {
  padding: 0!important
}

.cog-carousel .video-wrapper .row.pb-2 .px-0 {
  padding-left: 1rem!important;
  padding-right: 1rem!important
}

.cog-carousel.cog-eq-carousel .swiper {
  display: grid
}

.cog-carousel.cog-eq-carousel .swiper .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media(min-width: 1245px) {
  .cog-carousel.arrows-outside .swiper-button-prev {
      left:-1.6rem
  }

  .cog-carousel.arrows-outside .swiper-button-next {
      right: -1.6rem
  }

  .cog-carousel.hide-swiper-pagination .swiper-pagination {
      display: none
  }
}

.cog-carousel.hide-swiper-arrows .swiper-button-next,.cog-carousel.hide-swiper-arrows .swiper-button-prev {
  opacity: 0;
  pointer-events: none
}

.cog-carousel.hide-swiper-arrows .swiper-button-next.show-on-focus:focus,.cog-carousel.hide-swiper-arrows .swiper-button-prev.show-on-focus:focus {
  opacity: 1;
  pointer-events: auto
}

.cog-carousel.full-width .swiper.pb-4 {
  padding-bottom: 0!important
}

.cog-carousel.full-width .swiper.swiper-horizontal .swiper-pagination-bullets {
  bottom: 5%
}

.cog-carousel .cog-teaser.vertical-view {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 0
}

.cog-carousel .image.fit-image .cmp-image {
  text-align: center
}

.cog-carousel .image.fit-image .cmp-image__image {
  width: auto
}

[class*=cog-container--col].rm-vertical-padding>.cmp-container,[class*=cog-container--col].rm-vertical-padding>.cmp-container-full>.cog-container {
  padding-bottom: 0;
  padding-top: 0
}

[class*=cog-container--col].rm-top-padding>.cmp-container,[class*=cog-container--col].rm-top-padding>.cmp-container-full>.cog-container {
  padding-top: 0
}

[class*=cog-container--col].rm-bottom-padding>.cmp-container,[class*=cog-container--col].rm-bottom-padding>.cmp-container-full>.cog-container {
  padding-bottom: 0
}

[class*=cog-container--col].rm-horizontal-padding>.cmp-container,[class*=cog-container--col].rm-horizontal-padding>.cmp-container-full>.cog-container {
  margin-left: -.5rem;
  margin-right: -.5rem
}

[class*=cog-container--col].rm-middle-gap>.cmp-container,[class*=cog-container--col].rm-middle-gap>.cmp-container-full>.cog-container {
  grid-row-gap: 0
}

[class*=cog-container--col]>.cmp-container,[class*=cog-container--col]>.cmp-container-full>.cog-container {
  grid-row-gap: 1rem;
  display: grid;
  padding: 3rem 0
}

[class*=cog-container--col]>.cmp-container-full>.cog-container>*,[class*=cog-container--col]>.cmp-container>* {
  padding-left: .5rem;
  padding-right: .5rem
}

[class*=cog-container--col-one]>.cmp-container,[class*=cog-container--col-one]>.cmp-container-full>.cog-container {
  grid-template-columns: minmax(0,1fr)
}

@media(min-width: 600px) {
  .cog-container--col-one-1>.cmp-container,.cog-container--col-one-1>.cmp-container-full>.cog-container {
      width:100%
  }

  .cog-container--col-one-6>.cmp-container,.cog-container--col-one-6>.cmp-container-full>.cog-container {
      width: 50%
  }

  .cog-container--col-one-6-center>.cmp-container,.cog-container--col-one-6-center>.cmp-container-full>.cog-container {
      margin-left: auto;
      margin-right: auto;
      width: 50%
  }

  .cog-container--col-one-7>.cmp-container,.cog-container--col-one-7>.cmp-container-full>.cog-container {
      width: 58.3333333333%
  }

  .cog-container--col-one-7-center>.cmp-container,.cog-container--col-one-7-center>.cmp-container-full>.cog-container {
      margin-left: auto;
      margin-right: auto;
      width: 58.3333333333%
  }

  .cog-container--col-one-8>.cmp-container,.cog-container--col-one-8>.cmp-container-full>.cog-container {
      width: 66.6666666667%
  }

  .cog-container--col-one-8-center>.cmp-container,.cog-container--col-one-8-center>.cmp-container-full>.cog-container {
      margin-left: auto;
      margin-right: auto;
      width: 66.6666666667%
  }

  .cog-container--col-one-9>.cmp-container,.cog-container--col-one-9>.cmp-container-full>.cog-container {
      width: 75%
  }

  .cog-container--col-one-9-center>.cmp-container,.cog-container--col-one-9-center>.cmp-container-full>.cog-container {
      margin-left: auto;
      margin-right: auto;
      width: 75%
  }

  .cog-container--col-one-10>.cmp-container,.cog-container--col-one-10>.cmp-container-full>.cog-container {
      width: 83.3333333333%
  }

  .cog-container--col-one-10-center>.cmp-container,.cog-container--col-one-10-center>.cmp-container-full>.cog-container {
      margin-left: auto;
      margin-right: auto;
      width: 83.3333333333%
  }
}

.cog-container--col-two-2-10>.cmp-container,.cog-container--col-two-2-10>.cmp-container-full>.cog-container {
  grid-template-columns: 1fr
}

@media(min-width: 600px) {
  .cog-container--col-two-2-10>.cmp-container,.cog-container--col-two-2-10>.cmp-container-full>.cog-container {
      grid-template-columns:minmax(0,2fr) minmax(0,10fr)
  }
}

@media(min-width: 1024px) {
  .cog-container--col-two-2-10>.cmp-container,.cog-container--col-two-2-10>.cmp-container-full>.cog-container {
      grid-template-columns:minmax(0,2fr) minmax(0,10fr)
  }
}

.cog-container--col-two-3-9>.cmp-container,.cog-container--col-two-3-9>.cmp-container-full>.cog-container {
  grid-template-columns: 1fr
}

@media(min-width: 600px) {
  .cog-container--col-two-3-9>.cmp-container,.cog-container--col-two-3-9>.cmp-container-full>.cog-container {
      grid-template-columns:minmax(0,3fr) minmax(0,9fr)
  }
}

@media(min-width: 1024px) {
  .cog-container--col-two-3-9>.cmp-container,.cog-container--col-two-3-9>.cmp-container-full>.cog-container {
      grid-template-columns:minmax(0,3fr) minmax(0,9fr)
  }
}

.cog-container--col-two-4-8>.cmp-container,.cog-container--col-two-4-8>.cmp-container-full>.cog-container {
  grid-template-columns: 1fr
}

@media(min-width: 600px) {
  .cog-container--col-two-4-8>.cmp-container,.cog-container--col-two-4-8>.cmp-container-full>.cog-container {
      grid-template-columns:minmax(0,4fr) minmax(0,8fr)
  }
}

@media(min-width: 1024px) {
  .cog-container--col-two-4-8>.cmp-container,.cog-container--col-two-4-8>.cmp-container-full>.cog-container {
      grid-template-columns:minmax(0,4fr) minmax(0,8fr)
  }
}

.cog-container--col-two-5-7>.cmp-container,.cog-container--col-two-5-7>.cmp-container-full>.cog-container {
  grid-template-columns: 1fr
}

@media(min-width: 600px) {
  .cog-container--col-two-5-7>.cmp-container,.cog-container--col-two-5-7>.cmp-container-full>.cog-container {
      grid-template-columns:minmax(0,5fr) minmax(0,7fr)
  }
}

@media(min-width: 1024px) {
  .cog-container--col-two-5-7>.cmp-container,.cog-container--col-two-5-7>.cmp-container-full>.cog-container {
      grid-template-columns:minmax(0,5fr) minmax(0,7fr)
  }
}

.cog-container--col-two-6-6>.cmp-container,.cog-container--col-two-6-6>.cmp-container-full>.cog-container {
  grid-template-columns: 1fr
}

@media(min-width: 600px) {
  .cog-container--col-two-6-6>.cmp-container,.cog-container--col-two-6-6>.cmp-container-full>.cog-container {
      grid-template-columns:minmax(0,6fr) minmax(0,6fr)
  }
}

@media(min-width: 1024px) {
  .cog-container--col-two-6-6>.cmp-container,.cog-container--col-two-6-6>.cmp-container-full>.cog-container {
      grid-template-columns:minmax(0,6fr) minmax(0,6fr)
  }
}

.cog-container--col-two-7-5>.cmp-container,.cog-container--col-two-7-5>.cmp-container-full>.cog-container {
  grid-template-columns: 1fr
}

@media(min-width: 600px) {
  .cog-container--col-two-7-5>.cmp-container,.cog-container--col-two-7-5>.cmp-container-full>.cog-container {
      grid-template-columns:minmax(0,7fr) minmax(0,5fr)
  }
}

@media(min-width: 1024px) {
  .cog-container--col-two-7-5>.cmp-container,.cog-container--col-two-7-5>.cmp-container-full>.cog-container {
      grid-template-columns:minmax(0,7fr) minmax(0,5fr)
  }
}

.cog-container--col-two-8-4>.cmp-container,.cog-container--col-two-8-4>.cmp-container-full>.cog-container {
  grid-template-columns: 1fr
}

@media(min-width: 600px) {
  .cog-container--col-two-8-4>.cmp-container,.cog-container--col-two-8-4>.cmp-container-full>.cog-container {
      grid-template-columns:minmax(0,8fr) minmax(0,4fr)
  }
}

@media(min-width: 1024px) {
  .cog-container--col-two-8-4>.cmp-container,.cog-container--col-two-8-4>.cmp-container-full>.cog-container {
      grid-template-columns:minmax(0,8fr) minmax(0,4fr)
  }
}

.cog-container--col-two-9-3>.cmp-container,.cog-container--col-two-9-3>.cmp-container-full>.cog-container {
  grid-template-columns: 1fr
}

@media(min-width: 600px) {
  .cog-container--col-two-9-3>.cmp-container,.cog-container--col-two-9-3>.cmp-container-full>.cog-container {
      grid-template-columns:minmax(0,9fr) minmax(0,3fr)
  }
}

@media(min-width: 1024px) {
  .cog-container--col-two-9-3>.cmp-container,.cog-container--col-two-9-3>.cmp-container-full>.cog-container {
      grid-template-columns:minmax(0,9fr) minmax(0,3fr)
  }
}

.cog-container--col-two-10-2>.cmp-container,.cog-container--col-two-10-2>.cmp-container-full>.cog-container {
  grid-template-columns: 1fr
}

@media(min-width: 600px) {
  .cog-container--col-two-10-2>.cmp-container,.cog-container--col-two-10-2>.cmp-container-full>.cog-container {
      grid-template-columns:minmax(0,10fr) minmax(0,2fr)
  }
}

@media(min-width: 1024px) {
  .cog-container--col-two-10-2>.cmp-container,.cog-container--col-two-10-2>.cmp-container-full>.cog-container {
      grid-template-columns:minmax(0,10fr) minmax(0,2fr)
  }
}

.cog-container--col-three-4-4-4>.cmp-container,.cog-container--col-three-4-4-4>.cmp-container-full>.cog-container {
  grid-template-columns: 1fr
}

@media(min-width: 600px) {
  .cog-container--col-three-4-4-4>.cmp-container,.cog-container--col-three-4-4-4>.cmp-container-full>.cog-container {
      grid-template-columns:minmax(0,6fr) minmax(0,6fr)
  }
}

@media(min-width: 1024px) {
  .cog-container--col-three-4-4-4>.cmp-container,.cog-container--col-three-4-4-4>.cmp-container-full>.cog-container {
      grid-template-columns:minmax(0,4fr) minmax(0,4fr) minmax(0,4fr)
  }
}

.cog-container--col-three-2-8-2>.cmp-container,.cog-container--col-three-2-8-2>.cmp-container-full>.cog-container {
  grid-template-columns: 1fr
}

@media(min-width: 600px) {
  .cog-container--col-three-2-8-2>.cmp-container,.cog-container--col-three-2-8-2>.cmp-container-full>.cog-container {
      grid-template-columns:minmax(0,6fr) minmax(0,6fr)
  }
}

@media(min-width: 1024px) {
  .cog-container--col-three-2-8-2>.cmp-container,.cog-container--col-three-2-8-2>.cmp-container-full>.cog-container {
      grid-template-columns:minmax(0,2fr) minmax(0,8fr) minmax(0,2fr)
  }
}

.cog-container--col-three-6-3-3>.cmp-container,.cog-container--col-three-6-3-3>.cmp-container-full>.cog-container {
  grid-template-columns: 1fr
}

@media(min-width: 600px) {
  .cog-container--col-three-6-3-3>.cmp-container,.cog-container--col-three-6-3-3>.cmp-container-full>.cog-container {
      grid-template-columns:minmax(0,6fr) minmax(0,6fr)
  }
}

@media(min-width: 1024px) {
  .cog-container--col-three-6-3-3>.cmp-container,.cog-container--col-three-6-3-3>.cmp-container-full>.cog-container {
      grid-template-columns:minmax(0,6fr) minmax(0,3fr) minmax(0,3fr)
  }
}

.cog-container--col-three-3-3-6>.cmp-container,.cog-container--col-three-3-3-6>.cmp-container-full>.cog-container {
  grid-template-columns: 1fr
}

@media(min-width: 600px) {
  .cog-container--col-three-3-3-6>.cmp-container,.cog-container--col-three-3-3-6>.cmp-container-full>.cog-container {
      grid-template-columns:minmax(0,6fr) minmax(0,6fr)
  }
}

@media(min-width: 1024px) {
  .cog-container--col-three-3-3-6>.cmp-container,.cog-container--col-three-3-3-6>.cmp-container-full>.cog-container {
      grid-template-columns:minmax(0,3fr) minmax(0,3fr) minmax(0,6fr)
  }
}

.cog-container--col-four-3-3-3-3>.cmp-container,.cog-container--col-four-3-3-3-3>.cmp-container-full>.cog-container {
  grid-template-columns: 1fr
}

@media(min-width: 600px) {
  .cog-container--col-four-3-3-3-3>.cmp-container,.cog-container--col-four-3-3-3-3>.cmp-container-full>.cog-container {
      grid-template-columns:minmax(0,6fr) minmax(0,6fr)
  }
}

@media(min-width: 1024px) {
  .cog-container--col-four-3-3-3-3>.cmp-container,.cog-container--col-four-3-3-3-3>.cmp-container-full>.cog-container {
      grid-template-columns:minmax(0,3fr) minmax(0,3fr) minmax(0,3fr) minmax(0,3fr)
  }
}

@media(max-width: 1023px) {
  .cmp-container-full.corner-image {
      background-position:right 0!important
  }
}

@media(max-width: 599px) {
  .bg-img-sm-none .cmp-container,.bg-img-sm-none .cmp-container-full {
      background-image:none!important
  }
}

@media(min-width: 600px)and (max-width:1023px) {
  .bg-img-md-none .cmp-container,.bg-img-md-none .cmp-container-full {
      background-image:none!important
  }
}

@media(min-width: 1024px) {
  .bg-img-lg-none .cmp-container,.bg-img-lg-none .cmp-container-full {
      background-image:none!important
  }
}

.cog-hero-banner {
  word-break: normal
}

@media(min-width: 1024px) {
  .cog-hero-banner .pos-xy-axis {
      -o-object-position:var(--axis-lg)!important;
      object-position: var(--axis-lg)!important
  }
}

@media(min-width: 600px)and (max-width:1023px) {
  .cog-hero-banner .pos-xy-axis {
      -o-object-position:var(--axis-md)!important;
      object-position: var(--axis-md)!important
  }
}

@media(max-width: 599px) {
  .cog-hero-banner .pos-xy-axis {
      -o-object-position:var(--axis-sm)!important;
      object-position: var(--axis-sm)!important
  }

  .bg-opacity-50-sm-primary {
      background-color: rgba(0,0,72,.5)
  }

  .bg-opacity-50-sm-white {
      background-color: hsla(0,0%,100%,.5)
  }
}

.inpage-navigation {
  position: sticky;
  top: 0;
  z-index: 11
}

.inpage-navigation .cog-inpage-navigation__sticky {
  margin-bottom: -1px
}

.inpage-navigation .cog-inpage-navigation__sticky .nav.nav-pills li {
  margin-bottom: 0
}

.inpage-navigation .cog-inpage-navigation__sticky .nav.nav-pills li a.nav-link {
  border-radius: 0;
  color: #fff;
  font-size: .75rem;
  padding: .5rem
}

.inpage-navigation .cog-inpage-navigation__sticky .nav.nav-pills li a:hover {
  background: #2f78c4;
  border-radius: 0
}

.inpage-navigation .cog-inpage-navigation__sticky .nav.nav-pills li a.active,.inpage-navigation .cog-inpage-navigation__sticky .nav.nav-pills li a.active:hover {
  background: rgba(47,120,196,.6)
}

:root {
  --heading-color: #2f78c4;
  --link-color: #2f78c4;
  --link-hover-color: #000048
}

.podcast-tile {
  display: grid
}

.podcast-tile .cog-podcast-tile .profile-img {
  height: 60px;
  width: 60px
}

.inner-text {
  text-decoration: none;
  position: relative;
}

.inner-text::before {
  content: '';
  background-color: black;
  position: absolute;
  left: 0px;
  bottom: 3px;
  width: 100%;
  height: 30%;
  z-index: -1;
  transition: all .3s ease-in-out;
}

.inner-text:hover::before {
  bottom: 0;
  height: 100%;
}