
img:is([sizes="auto" i], [sizes^="auto," i]) {
  contain-intrinsic-size: 3000px 1500px;
}
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: 0 0 !important;
  padding: 0 !important;
}
:where(.wp-block-button__link) {
  border-radius: 9999px;
  box-shadow: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
}
:root :where(.wp-block-button .wp-block-button__link.is-style-outline),
:root :where(.wp-block-button.is-style-outline > .wp-block-button__link) {
  border: 2px solid;
  padding: 0.667em 1.333em;
}
:root
  :where(
    .wp-block-button
      .wp-block-button__link.is-style-outline:not(.has-text-color)
  ),
:root
  :where(
    .wp-block-button.is-style-outline
      > .wp-block-button__link:not(.has-text-color)
  ) {
  color: currentColor;
}
:root
  :where(
    .wp-block-button
      .wp-block-button__link.is-style-outline:not(.has-background)
  ),
:root
  :where(
    .wp-block-button.is-style-outline
      > .wp-block-button__link:not(.has-background)
  ) {
  background-color: initial;
  background-image: none;
}
:where(.wp-block-calendar table:not(.has-background) th) {
  background: #ddd;
}
:where(.wp-block-columns) {
  margin-bottom: 1.75em;
}
:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em;
}
:where(.wp-block-post-comments input[type="submit"]) {
  border: none;
}
:where(.wp-block-cover-image:not(.has-text-color)),
:where(.wp-block-cover:not(.has-text-color)) {
  color: #fff;
}
:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
  color: #000;
}
:root :where(.wp-block-cover h1:not(.has-text-color)),
:root :where(.wp-block-cover h2:not(.has-text-color)),
:root :where(.wp-block-cover h3:not(.has-text-color)),
:root :where(.wp-block-cover h4:not(.has-text-color)),
:root :where(.wp-block-cover h5:not(.has-text-color)),
:root :where(.wp-block-cover h6:not(.has-text-color)),
:root :where(.wp-block-cover p:not(.has-text-color)) {
  color: inherit;
}
:where(.wp-block-file) {
  margin-bottom: 1.5em;
}
:where(.wp-block-file__button) {
  border-radius: 2em;
  display: inline-block;
  padding: 0.5em 1em;
}
:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
  box-shadow: none;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}
:where(.wp-block-group.wp-block-group-is-layout-constrained) {
  position: relative;
}
:root
  :where(
    .wp-block-image.is-style-rounded img,
    .wp-block-image .is-style-rounded img
  ) {
  border-radius: 9999px;
}
:where(
    .wp-block-latest-comments:not(
        [style*="line-height"] .wp-block-latest-comments__comment
      )
  ) {
  line-height: 1.1;
}
:where(
    .wp-block-latest-comments:not(
        [style*="line-height"]
          .wp-block-latest-comments__comment-excerpt
          p
      )
  ) {
  line-height: 1.8;
}
:root :where(.wp-block-latest-posts.is-grid) {
  padding: 0;
}
:root :where(.wp-block-latest-posts.wp-block-latest-posts__list) {
  padding-left: 0;
}
ol,
ul {
  box-sizing: border-box;
}
:root :where(.wp-block-list.has-background) {
  padding: 1.25em 2.375em;
}
:where(
    .wp-block-navigation.has-background
      .wp-block-navigation-item
      a:not(.wp-element-button)
  ),
:where(
    .wp-block-navigation.has-background
      .wp-block-navigation-submenu
      a:not(.wp-element-button)
  ) {
  padding: 0.5em 1em;
}
:where(
    .wp-block-navigation
      .wp-block-navigation__submenu-container
      .wp-block-navigation-item
      a:not(.wp-element-button)
  ),
:where(
    .wp-block-navigation
      .wp-block-navigation__submenu-container
      .wp-block-navigation-submenu
      a:not(.wp-element-button)
  ),
:where(
    .wp-block-navigation
      .wp-block-navigation__submenu-container
      .wp-block-navigation-submenu
      button.wp-block-navigation-item__content
  ),
:where(
    .wp-block-navigation
      .wp-block-navigation__submenu-container
      .wp-block-pages-list__item
      button.wp-block-navigation-item__content
  ) {
  padding: 0.5em 1em;
}
:root :where(p.has-background) {
  padding: 1.25em 2.375em;
}
:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit;
}
:where(.wp-block-post-comments-form) input:not([type="submit"]),
:where(.wp-block-post-comments-form) textarea {
  border: 1px solid #949494;
  font-family: inherit;
  font-size: 1em;
}
:where(.wp-block-post-comments-form)
  input:where(:not([type="submit"]):not([type="checkbox"])),
:where(.wp-block-post-comments-form) textarea {
  padding: calc(0.667em + 2px);
}
:where(.wp-block-post-excerpt) {
  box-sizing: border-box;
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap);
}
:where(.wp-block-preformatted.has-background) {
  padding: 1.25em 2.375em;
}
:where(.wp-block-search__button) {
  border: 1px solid #ccc;
  padding: 6px 10px;
}
:where(.wp-block-search__input) {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  /* text-transform: inherit; */
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border: 1px solid #949494;
  box-sizing: border-box;
  padding: 4px;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  .wp-block-search__input {
  border: none;
  border-radius: 0;
  padding: 0 4px;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  .wp-block-search__input:focus {
  outline: 0;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  :where(.wp-block-search__button) {
  padding: 4px 8px;
}
:root :where(.wp-block-separator.is-style-dots) {
  height: auto;
  line-height: 1;
  text-align: center;
}
:root :where(.wp-block-separator.is-style-dots):before {
  color: currentColor;
  content: "Â·Â·Â·";
  font-family: serif;
  font-size: 1.5em;
  letter-spacing: 2em;
  padding-left: 2em;
}
:root :where(.wp-block-site-logo.is-style-rounded) {
  border-radius: 9999px;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link {
  background-color: #f0f0f0;
  color: #444;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-amazon {
  background-color: #f90;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-bluesky {
  background-color: #0a7aff;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-facebook {
  background-color: #0866ff;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-github {
  background-color: #24292d;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-google {
  background-color: #ea4434;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-gravatar {
  background-color: #1d4fc4;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-linkedin {
  background-color: #0d66c2;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-medium {
  background-color: #000;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-patreon {
  background-color: #000;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-reddit {
  background-color: #ff4500;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-snapchat {
  background-color: #fefc00;
  color: #fff;
  stroke: #000;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-telegram {
  background-color: #2aabee;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-threads {
  background-color: #000;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-tiktok {
  background-color: #000;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-twitter {
  background-color: #1da1f2;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-whatsapp {
  background-color: #25d366;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-x {
  background-color: #000;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-youtube {
  background-color: red;
  color: #fff;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link {
  background: 0 0;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg {
  height: 1.25em;
  width: 1.25em;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-amazon {
  color: #f90;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-bandcamp {
  color: #1ea0c3;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-behance {
  color: #0757fe;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-bluesky {
  color: #0a7aff;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-codepen {
  color: #1e1f26;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-deviantart {
  color: #02e49b;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-dribbble {
  color: #e94c89;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-dropbox {
  color: #4280ff;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy {
  color: #f45800;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-facebook {
  color: #0866ff;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-fivehundredpx {
  color: #000;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-flickr {
  color: #0461dd;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-foursquare {
  color: #e65678;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-github {
  color: #24292d;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-goodreads {
  color: #382110;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-google {
  color: #ea4434;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-gravatar {
  color: #1d4fc4;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-instagram {
  color: #f00075;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-lastfm {
  color: #e21b24;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-linkedin {
  color: #0d66c2;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-mastodon {
  color: #3288d4;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-medium {
  color: #000;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-meetup {
  color: #f6405f;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-patreon {
  color: #000;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-pinterest {
  color: #e60122;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-pocket {
  color: #ef4155;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-reddit {
  color: #ff4500;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype {
  color: #0478d7;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-snapchat {
  color: #fff;
  stroke: #000;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-soundcloud {
  color: #ff5600;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-spotify {
  color: #1bd760;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-telegram {
  color: #2aabee;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-threads {
  color: #000;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-tiktok {
  color: #000;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-tumblr {
  color: #011835;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-twitch {
  color: #6440a4;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-twitter {
  color: #1da1f2;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo {
  color: #1eb7ea;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk {
  color: #4680c2;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-whatsapp {
  color: #25d366;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-wordpress {
  color: #3499cd;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x {
  color: #000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp {
  color: #d32422;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-youtube {
  color: red;
}
:root :where(.wp-block-social-links .wp-social-link a) {
  padding: 0.25em;
}
:root
  :where(.wp-block-social-links.is-style-logos-only .wp-social-link a) {
  padding: 0;
}
:root
  :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
  padding-left: 0.66667em;
  padding-right: 0.66667em;
}
:root :where(.wp-block-tag-cloud.is-style-outline) {
  display: flex;
  flex-wrap: wrap;
  gap: 1ch;
}
:root :where(.wp-block-tag-cloud.is-style-outline a) {
  border: 1px solid;
  font-size: unset !important;
  margin-right: 0;
  padding: 1ch 2ch;
  text-decoration: none !important;
}
:root :where(.wp-block-table-of-contents) {
  box-sizing: border-box;
}
:where(.wp-block-term-description) {
  box-sizing: border-box;
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap);
}
:where(pre.wp-block-verse) {
  font-family: inherit;
}
:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
}
.aligncenter {
  clear: both;
}
html :where(.has-border-color) {
  border-style: solid;
}
html :where([style*="border-top-color"]) {
  border-top-style: solid;
}
html :where([style*="border-right-color"]) {
  border-right-style: solid;
}
html :where([style*="border-bottom-color"]) {
  border-bottom-style: solid;
}
html :where([style*="border-left-color"]) {
  border-left-style: solid;
}
html :where([style*="border-width"]) {
  border-style: solid;
}
html :where([style*="border-top-width"]) {
  border-top-style: solid;
}
html :where([style*="border-right-width"]) {
  border-right-style: solid;
}
html :where([style*="border-bottom-width"]) {
  border-bottom-style: solid;
}
html :where([style*="border-left-width"]) {
  border-left-style: solid;
}
html :where(img[class*="wp-image-"]) {
  height: auto;
  max-width: 100%;
}
:where(figure) {
  margin: 0 0 1em;
}
html :where(.is-position-sticky) {
  --wp-admin--admin-bar--position-offset: var(
    --wp-admin--admin-bar--height,
    0px
  );
}
@media screen and (max-width: 600px) {
  html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: 0px;
  }
}
:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #fff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--color--blue: #007bff;
  --wp--preset--color--indigo: #6610f2;
  --wp--preset--color--purple: #5533ff;
  --wp--preset--color--pink: #e83e8c;
  --wp--preset--color--red: #dc3545;
  --wp--preset--color--orange: #fd7e14;
  --wp--preset--color--yellow: #ffc107;
  --wp--preset--color--green: #28a745;
  --wp--preset--color--teal: #20c997;
  --wp--preset--color--cyan: #17a2b8;
  --wp--preset--color--gray: #6c757d;
  --wp--preset--color--gray-dark: #343a40;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}
:where(.is-layout-flex) {
  gap: 0.5em;
}
:where(.is-layout-grid) {
  gap: 0.5em;
}
:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}
:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}
:root :where(.wp-block-pullquote) {
  font-size: 1.5em;
  line-height: 1.6;
}
.wpml-ls-legacy-list-vertical {
  display: table;
  max-width: 100%;
  border: 1px solid transparent;
  border-bottom: 0;
}
.wpml-ls-legacy-list-vertical > ul {
  position: relative;
  padding: 0;
  margin: 0 !important;
  list-style-type: none;
}
.wpml-ls-legacy-list-vertical .wpml-ls-item {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.wpml-ls-legacy-list-vertical a {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding: 5px 10px;
  line-height: 1;
}
.wpml-ls-legacy-list-vertical a span {
  vertical-align: middle;
}
.wpml-ls-legacy-list-vertical a {
  padding: 0;
}
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e50071;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #4f2683;
  --secondary: #05326e;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #ffffff;
  --dark: #000000;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
header,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
a {
  color: #4f2683;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #2b1548;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
[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;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
code {
  font-size: 87.5%;
  color: #e50071;
  word-break: break-word;
}
a > code {
  color: inherit;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-12,
.col-6,
.col-lg,
.col-lg-12,
.col-lg-3,
.col-lg-4,
.col-lg-6,
.col-lg-9,
.col-md-3,
.col-md-5,
.col-md-6,
.col-md-7,
.col-sm-11,
.col-sm-12,
.col-sm-3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(79, 38, 131, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(79, 38, 131, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s;
  -o-transition: height 0.35s;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropright .dropdown-toggle:after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle:after {
  display: none;
}
.dropleft .dropdown-toggle:before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropleft .dropdown-toggle:before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  right: auto;
  bottom: auto;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #4f2683;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-toggler {
  margin-right: 1rem;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: center center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
a.badge:focus,
a.badge:hover {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #4f2683;
  -webkit-transition: width 0.6s;
  -o-transition: width 0.6s;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #4f2683;
  border-color: #4f2683;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none;
}
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow:after,
.popover .arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner:after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out,
    -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.bg-secondary {
  background-color: #05326e !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #031c3d !important;
}
.bg-dark {
  background-color: #000 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #000 !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.d-none {
  display: none !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .container {
    max-width: 1440px;
  }
}
.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;
}
.position-static {
  position: static !important;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.w-100 {
  width: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mr-1 {
  margin-right: 1rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.my-2 {
  margin-top: 2rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 2rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mr-5 {
  margin-right: 5rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 1rem !important;
}
.py-1 {
  padding-top: 1rem !important;
}
.px-1 {
  padding-right: 1rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 1rem !important;
}
.pl-1,
.px-1 {
  padding-left: 1rem !important;
}
.pt-2,
.py-2 {
  padding-top: 2rem !important;
}
.px-2 {
  padding-right: 2rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 2rem !important;
}
.pl-2,
.px-2 {
  padding-left: 2rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.px-3 {
  padding-right: 3rem !important;
}
.px-3 {
  padding-left: 3rem !important;
}
.pb-4 {
  padding-bottom: 4rem !important;
}
.pt-5,
.py-5 {
  padding-top: 5rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 5rem !important;
}
.aligncenter,
.mr-auto {
  margin-right: auto !important;
}
.aligncenter,
.ml-auto {
  margin-left: auto !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .py-md-5 {
    padding-top: 5rem !important;
  }
  .px-md-5 {
    padding-right: 5rem !important;
  }
  .py-md-5 {
    padding-bottom: 5rem !important;
  }
  .px-md-5 {
    padding-left: 5rem !important;
  }
  .px-md-7 {
    padding-right: 7rem !important;
  }
  .px-md-7 {
    padding-left: 7rem !important;
  }
  .px-md-8 {
    padding-right: 8rem !important;
  }
  .px-md-8 {
    padding-left: 8rem !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 1rem !important;
  }
  .p-lg-2 {
    padding: 2rem !important;
  }
  .pt-lg-2 {
    padding-top: 2rem !important;
  }
  .pr-lg-2 {
    padding-right: 2rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 3rem !important;
  }
  .py-lg-3 {
    padding-bottom: 3rem !important;
  }
  .p-lg-5 {
    padding: 5rem !important;
  }
  .px-lg-5 {
    padding-right: 5rem !important;
  }
  .px-lg-5 {
    padding-left: 5rem !important;
  }
  .pr-lg-6 {
    padding-right: 6rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 8rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 8rem !important;
  }
  .py-lg-8 {
    padding-bottom: 8rem !important;
  }
  .px-lg-8 {
    padding-left: 8rem !important;
  }
  .p-lg-9 {
    padding: 9rem !important;
  }
  .py-lg-10 {
    padding-top: 10rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 10rem !important;
  }
  .pb-lg-28 {
    padding-bottom: 28rem !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  :after,
  :before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
}
.wrapper {
  padding: 30px 0;
}
#secondary img,
img {
  max-width: 100%;
  height: auto;
}
a.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
}
.navbar h1 {
  font-weight: 400;
}
.fa {
  display: inline-block;
  font: 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* .fa-bars:before {
  content: "ï";
} */
body {
  font-family: "Helvetica Neue LT W05_45 Light";
  font-size: 18px;
  color: #05326e;
  line-height: 36px;
  letter-spacing: 1px;
}
strong {
  font-family: "Helvetica Neue LT W05_65 Medium";
}
h1 {
  font-size: 120px;
  font-family: "Helvetica Neue LT W05_65 Medium";
  letter-spacing: -5px;
  line-height: 160px;
  margin-bottom: 0.7rem;
}
h1 .logo {
  width: 276px;
  margin: -45px 20px 0 0;
}
h1 svg {
  width: auto;
  height: 82px;
  fill: #fff;
}
h1 svg * {
  fill: #fff;
}
h2 {
  font-size: 60px;
  font-family: "Helvetica Neue LT W05_65 Medium";
  letter-spacing: -1.29px;
  line-height: 70px;
}
h2 .logo {
  width: 188px;
  margin: -29px 20px 0 0;
}
h3 {
  font-size: 50px;
  font-family: "Helvetica Neue LT W05_75 Bold";
  margin-bottom: 0.7em;
  letter-spacing: 1px;
  line-height: 60px;
}
h3.head-lt {
  font-family: "Helvetica Neue LT W05_55 Roman";
}
h3 img {
  max-width: 162px;
  margin-right: 10px;
  margin-top: -24px;
}
h4 {
  font-size: 36px;
  letter-spacing: 1px;
  line-height: 53px;
}
h4.lh-small {
  line-height: 44px;
}
h4 strong {
  font-family: "Helvetica Neue LT W05_75 Bold";
  letter-spacing: 1px;
}
h4 img {
  margin-top: -18px;
  margin-right: 6px;
}
.carousel-item h4 {
  font-size: 28.8px;
  line-height: 40px;
  letter-spacing: -0.64px;
  margin-bottom: 2rem;
}
h5 {
  font-size: 24px;
  margin-bottom: 1em;
  letter-spacing: 1px;
  line-height: 40px;
}
h5.lt {
  font-family: "Helvetica Neue LT W05_45 Light";
}
h5.lh-small {
  line-height: 31px;
}
h5 strong {
  font-family: "Helvetica Neue LT W05_75 Bold";
  letter-spacing: 1px;
}
@media (max-width: 991.98px) {
  .heading {
    text-align: center;
  }
  .text-right {
    text-align: left !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: start !important;
  }
  .bg-secondary .text-right {
    text-align: right !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: end !important;
  }
  h1 {
    font-size: 72.48px;
    letter-spacing: -3.65px;
    line-height: 72.9px;
  }
  h1 svg {
    width: 100%;
    height: auto;
  }
  h2 {
    font-size: 35px;
    letter-spacing: -0.86px;
    line-height: 50.16px;
  }
  h3 {
    font-size: 40px;
    letter-spacing: -0.86px;
    line-height: 50px;
  }
  h3.head-lt br {
    display: none;
  }
  h4 {
    font-size: 24px;
    letter-spacing: -0.54px;
    line-height: 34px;
  }
  h5 {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  body {
    line-height: 31px;
  }
  h4 {
    font-size: 22px;
    line-height: 31px;
  }
  h4.lh-small {
    line-height: 31px;
  }
  h5 {
    line-height: 36px;
  }
}
a {
  text-decoration: none !important;
}
a:hover {
  color: #f0f0f0;
}
.full img,
img.full {
  width: 100%;
}
.ul-column ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
.ul-column ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-left: 1rem;
  padding-right: 2rem;
}
.position-rel {
  position: relative !important;
}
.logo {
  width: 190px;
}
.cleanlist {
  padding: 0;
  margin: 0 0 0 3px;
  list-style-type: none;
}
.vh-78 {
  height: 82vh;
  min-height: 730px;
}
@media (max-width: 991.98px) {
  .ul-column ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ul-column ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .vh-78 {
    height: auto !important;
    min-height: unset !important;
  }
}
.background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.background .vert {
  height: 100%;
}
.background.right {
  background-position-x: right;
}
.background.top {
  background-position-y: top;
}
.background.left {
  background-position-x: left;
}
.background.bottom {
  background-position-y: bottom;
}
.background.contain {
  background-size: contain;
}
.bg-linear {
  background: #05326e;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#05326e),
    to(#4eb2e6)
  );
  background: -webkit-linear-gradient(left, #05326e 0, #4eb2e6 100%);
  background: -o-linear-gradient(left, #05326e 0, #4eb2e6 100%);
  background: linear-gradient(90deg, #05326e 0, #4eb2e6 100%);
}
.vert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.vert.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.text-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.light {
  color: #fff;
}
.bg-dark {
  background-color: #000;
}
.bg-secondary {
  background-color: #05326e;
}
.bg-secondary * {
  color: #fff;
}
.lh-2 {
  line-height: 2;
}
.bg-babyblue {
  background-color: #edf7fc;
}
.weight-norm {
  font-family: "Helvetica Neue LT W05_55 Roman" !important;
  font-weight: 400 !important;
}
.border-bottom {
  border-width: 2px !important;
}
.navbar-nav li {
  margin-right: 50px;
}
.nav-link {
  margin-right: 20px;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
  font-size: 16px;
}
.navbar-expand-md .navbar-nav .nav-link:first-child {
  padding-left: 0;
}
.nav-link:hover {
  border-bottom: 2px solid red;
}
.wall {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-height: 100%;
}
.wall.expanded {
  display: block !important;
  position: relative !important;
}
.wall.why-first a {
  font-size: 24px;
  line-height: 57px;
  border-bottom: 2px solid transparent;
  padding-bottom: 10px;
}
.wall.why-first a:hover {
  border-bottom: 2px solid red;
}
.wall.opportunities a {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 25px;
  display: inline-block;
  border-bottom: 2px solid transparent;
  padding-bottom: 10px;
}
.wall.opportunities a:hover {
  border-bottom: 2px solid red;
}
@media (max-width: 1199.98px) {
  .container {
    max-width: 100%;
  }
  .navbar-nav li {
    margin-right: 24px;
  }
  .nav-link {
    margin-right: 12px;
  }
  .heading .button {
    min-width: 148px;
    font-size: 13px;
  }
}
@media (max-width: 991.98px) {
  .heading .button {
    min-width: 148px;
    font-size: 13px !important;
  }
  .wall h1 {
    font-size: 51.84px;
    letter-spacing: -1.11px;
    line-height: 65.32px;
  }
  .wall .border-bottom {
    border-bottom: 0 !important;
    border-width: 0 !important;
  }
  .wall.why-first .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wall.why-first a {
    font-size: 16px;
    line-height: 36px !important;
  }
  .wall.opportunities .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wall.opportunities a {
    font-size: 16px;
    line-height: 16px !important;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.button {
  display: inline-block;
  text-decoration: none;
  padding: 22px 2rem 21px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 14.94px;
  letter-spacing: 0.71px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s all;
  border-radius: 3px;
}
.button.white-outline {
  border: 2px solid #fff;
  color: #fff;
  background: 0 0;
}
.button.white-outline.border-lt {
  border-width: 1px;
}
.button.white-outline:hover {
  text-decoration: none;
  background: #fff;
  color: #000;
}
.button.blue-outline {
  border: 2px solid #05326e;
  color: #05326e;
  background: 0 0;
}
.button.blue-outline.border-lt {
  border-width: 1px;
}
.button.blue-outline:hover {
  text-decoration: none;
  background: #05326e;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .button {
    width: 100%;
    padding: 22px 1rem 21px;
  }
}
.heading .button {
  font-weight: 700;
  font-size: 18px;
  white-space: nowrap;
}
.nav-hover-box {
  position: absolute;
  top: -5rem;
  right: 0;
  width: 65%;
  height: 100vh;
  min-height: 1000px;
  background: rgba(5, 50, 110, 0.9);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s all;
  opacity: 0;
  display: none;
}
.nav-hover-box h2 {
  color: #fff;
}
.nav-hover-box a {
  display: inline-block;
  color: #fff;
  padding-bottom: 2px;
  margin-bottom: 13px;
  border-bottom: 2px solid transparent;
}
.nav-hover-box a:hover {
  border-bottom: 2px solid #fff;
}
.nav-hover-box .logo-hover a:hover {
  border-bottom: 2px solid transparent;
}
div.logo-hover,
li.logo-hover {
  margin-bottom: 25px;
}
.logo-hover a:hover svg .hoverLogo {
  fill: white;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s all;
}
.logo-hover svg {
  width: auto !important;
  height: 36px !important;
}
.logo-hover svg.active .hoverLogo {
  fill: white;
}
.logo-hover .hoverLogo {
  fill: rgba(255, 255, 255, 0.1);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s all;
}
svg {
  width: auto;
}
svg.large {
  height: 60px;
}
svg.white {
  fill: #ffffff;
}
svg.colored.inline {
  height: 36px;
}
svg.colored .hoverLogo {
  fill: #e50071;
}
li:hover .nav-hover-box {
  opacity: 1;
  display: block;
}
@media (max-width: 991.98px) {
  li:hover .nav-hover-box {
    opacity: 0;
    display: none;
  }
  svg.large {
    height: 35px !important;
  }
  .carousel {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .logo-hover {
    margin-left: -132px;
  }
  .logo-hover .hoverLogo {
    display: none;
  }
  svg.colored.inline {
    height: auto;
    max-width: 100%;
  }
  svg.large {
    height: auto !important;
    width: 100% !important;
  }
}
.carousel {
  overflow: hidden;
}
.carousel-item.background .vert {
  height: unset;
}
.row.carousel-item.active,
.row.carousel-item.carousel-item-left,
.row.carousel-item.carousel-item-right {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-left: 0;
}
.backtotop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99999999;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.backtotop.visible {
  opacity: 1;
}
.backtotop a {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%234EB2E6" class="bi bi-arrow-up-circle-fill" viewBox="0 0 16 16">\a <path d="M16 8A8 8 0 1 0 0 8a8 8 0 0 0 16 0zm-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V11.5z"/>\a </svg>');
  height: 6rem;
  width: 6rem;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 2rem;
  margin-top: -8rem;
}
@media (max-width: 767.98px) {
  .backtotop a {
    height: 2rem;
    width: 2rem;
  }
}
.wrapper h5 {
  color: #fff;
}
.wrapper h5 a {
  color: #fff;
}
.wrapper li a {
  color: #fff;
  line-height: 2;
  font-size: 14px;
}
.wrapper .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.wrapper .navbar-nav li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 35px;
}
#wrapper-footer .icon {
  width: 37px;
  height: 40px;
  display: inline-block;
  margin: 3px;
}
#wrapper-footer .button {
  border-width: 1px !important;
  color: #a8a6a7;
}
#wrapper-footer h5 {
  font-size: 20px;
  margin-bottom: 7px;
  font-weight: 700;
}
#wrapper-footer .cleanlist {
  margin-left: 0;
}
#wrapper-footer .nav-link {
  text-transform: unset;
}
#wrapper-footer .copyright {
  font-size: 14px;
  color: #fff;
  padding: 0.5rem 0;
  line-height: 2;
  text-align: right;
}
@media (min-width: 576px) {
  .section {
    opacity: 0;
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: all 2s;
  }
}
.section.visible {
  opacity: 1;
}
.hover {
  background: #05326e;
}
.hover * {
  color: #fff;
}
.hover:hover {
  background: #fff;
  -webkit-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s all;
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  z-index: 9999;
}
.hover:hover * {
  color: #05326e;
}
.hover:hover a {
  border-color: #05326e !important;
}
.hover h5 {
  font-weight: 700;
}
.hover a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #979797;
}
.value h5 {
  font-weight: 700;
}
.people-filter {
  position: relative;
  z-index: 2;
}
.div-filter {
  background: #05326e;
}
.div-filter img {
  width: 100%;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: 0.6s opacity;
}
.bg-float {
  background-position-x: 102%;
  background-position-y: 150px;
  background-size: contain;
}
.bg-float h3 {
  font-weight: 400;
}
.stickme {
  position: fixed !important;
  width: 100%;
  z-index: 99999;
  top: 0;
  left: 0;
  padding: 2rem 9rem 0 !important;
}
.stickme.stuck {
  background-color: #05326e;
}
.stickme.home {
  margin-left: 0;
  padding-left: 8rem !important;
}
.stickme.home.stuck {
  border-bottom: 0 !important;
  padding-bottom: 1rem !important;
}
@media (max-width: 991.98px) {
  .wrapper .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bg-float {
    background-image: unset !important;
  }
  .stickme {
    padding: 1rem 2rem !important;
  }
}
:root {
  --blue: #0b2265;
  --sky-blue: #007ac9;
  --red: #da291c;
  --midnight: #05326e;
  --pink: #e50071;
}
.weight-norm,
body,
h1,
h2,
h2 strong,
h3,
h3 strong,
h3.head-lt,
h4,
h4 strong,
h5,
h5 strong,
h5.lt,
ol,
p,
strong,
ul {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
}
.weight-norm,
text {
  font-family: "Barlow Semi Condensed", sans-serif !important;
}
h1,
h2,
h2 strong,
h3,
h3 strong,
h3.head-lt,
h4,
h4 strong,
h5,
h5 strong,
strong {
  font-weight: 700;
}
.button {
  padding: 20px 2rem 21px;
}
.logo-hover .hoverLogo {
  fill: #fff;
}
.bg-secondary,
.hover,
.stickme.stuck {
  background-color: var(--blue) !important;
}
.bg-linear {
  background: var(--sky-blue) !important;
}
body {
  color: var(--blue);
}
.button.blue-outline {
  border-color: var(--blue);
  color: var(--blue);
}
.backtotop a {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23007ac9" class="bi bi-arrow-up-circle-fill" viewBox="0 0 16 16">\a <path d="M16 8A8 8 0 1 0 0 8a8 8 0 0 0 16 0zm-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V11.5z"/>\a </svg>');
}
svg.colored .hoverLogo {
  fill: var(--blue);
}
.hover:hover {
  background: #fff !important;
}
.nav-hover-box {
  background: rgba(11, 34, 101, 0.9);
}
.nav-link:hover,
.wall.divisions a:hover,
.wall.why-first a:hover {
  border-color: var(--red);
}
.wall.divisions a {
  font-size: 24px;
  line-height: 57px;
  border-bottom: 2px solid transparent;
  padding-bottom: 10px;
}
.bg-babyblue {
  background: rgba(11, 34, 101, 0.1);
}
.centered {
  text-align: center;
}
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* .fa-bars:before {
  content: "\f0c9";
} */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.fa {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.logo {
  width: 350px;
}
@font-face {
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpvgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXeIqq.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfw6-_B2sl.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.mt-neg {
  margin-top: -410px;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .mt-neg {
    margin-top: 0;
    background-color: #007ac9;
  }
  .mt-neg .row .col-lg-4 {
    width: auto !important;
    padding-bottom: 50px;
  }
  .mt-neg img {
    width: 100% !important;
  }
  .order-lg-last img {
    width: 100%;
  }
  .bm_tab {
    margin-bottom: 80px;
  }
}

/* .rll-youtube-player,
  [data-lazy-src] {
    display: none ;
} */
[data-wpr-lazyrender] {
  content-visibility: auto;
}

@font-face {
  font-family: apply-element-icons;
  font-weight: 400;
  font-display: auto;
  font-style: normal;
  src: url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/element-icons.313f7da.woff)
      format("woff"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/element-icons.4520188.ttf)
      format("truetype");
}
@font-face {
  font-family: apply-icomoon;
  font-weight: normal;
  font-style: normal;
  font-display: block;
  src: url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/icomoon.ecc6b28.eot);
  src: url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/icomoon.ecc6b28.eot?#iefix)
      format("embedded-opentype"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/icomoon.5f21a70.ttf)
      format("truetype"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/icomoon.85d2dbf.woff)
      format("woff"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/img/icomoon.0a561ef.svg)
      format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/open-sans-v17-latin-regular.b9e5672.eot);
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/open-sans-v17-latin-regular.b9e5672.eot?#iefix)
      format("embedded-opentype"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/open-sans-v17-latin-regular.f57a62e.woff2)
      format("woff2"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/open-sans-v17-latin-regular.347639e.woff)
      format("woff"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/open-sans-v17-latin-regular.cf6a345.ttf)
      format("truetype"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/img/open-sans-v17-latin-regular.1d0d8b6.svg#OpenSans)
      format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/open-sans-v17-latin-italic.3afe546.eot);
  src: local("Open Sans Italic"), local("OpenSans-Italic"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/open-sans-v17-latin-italic.3afe546.eot?#iefix)
      format("embedded-opentype"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/open-sans-v17-latin-italic.bb91531.woff2)
      format("woff2"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/open-sans-v17-latin-italic.56bdf84.woff)
      format("woff"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/open-sans-v17-latin-italic.5b8c0a0.ttf)
      format("truetype"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/img/open-sans-v17-latin-italic.a80aff3.svg#OpenSans)
      format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/open-sans-v17-latin-600.bbccb82.eot);
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/open-sans-v17-latin-600.bbccb82.eot?#iefix)
      format("embedded-opentype"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/open-sans-v17-latin-600.9526470.woff2)
      format("woff2"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/open-sans-v17-latin-600.7e06644.woff)
      format("woff"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/open-sans-v17-latin-600.3f76b06.ttf)
      format("truetype"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/img/open-sans-v17-latin-600.099f405.svg#OpenSans)
      format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/open-sans-v17-latin-700.78e1d7f.eot);
  src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/open-sans-v17-latin-700.78e1d7f.eot?#iefix)
      format("embedded-opentype"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/open-sans-v17-latin-700.92425c6.woff2)
      format("woff2"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/open-sans-v17-latin-700.f24f4bc.woff)
      format("woff"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/open-sans-v17-latin-700.eea87f9.ttf)
      format("truetype"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/img/open-sans-v17-latin-700.926388f.svg#OpenSans)
      format("svg");
}
@font-face {
  font-family: "Source Sans";
  font-weight: normal;
  font-style: normal;
  src: url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/source-sans-pro-v11-latin-regular.96b1588.woff2)
      format("woff2"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/source-sans-pro-v11-latin-regular.74ddb2b.woff)
      format("woff");
}
@font-face {
  font-family: "Spotify Circular";
  font-style: normal;
  font-weight: 300;
  src: local("Spotify Circular Light"), local("Spotify-Circular-Light"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/Spotify-Circular-Light.ed5ae8d.woff2)
      format("woff2"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/Spotify-Circular-Light.4bfb8d4.woff)
      format("woff"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/Spotify-Circular-Light.ef865be.ttf)
      format("truetype");
}
@font-face {
  font-family: "Spotify Circular";
  font-style: italic;
  font-weight: 300;
  src: local("Spotify Circular Light Italic"),
    local("Spotify-Circular-Light-Italic"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/Spotify-Circular-Light-Italic.105fa08.woff2)
      format("woff2"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/Spotify-Circular-Light-Italic.a604e35.woff)
      format("woff"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/Spotify-Circular-Light-Italic.9b3b7fb.ttf)
      format("truetype");
}
@font-face {
  font-family: "Spotify Circular";
  font-style: normal;
  font-weight: 400;
  src: local("Spotify Circular Book"), local("Spotify-Circular-Book"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/Spotify-Circular-Book.29062d3.woff2)
      format("woff2"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/Spotify-Circular-Book.7ce59fb.woff)
      format("woff"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/Spotify-Circular-Book.11ae635.ttf)
      format("truetype");
}
@font-face {
  font-family: "Spotify Circular";
  font-style: italic;
  font-weight: 400;
  src: local("Spotify Circular Book Italic"),
    local("Spotify-Circular-Book-Italic"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/Spotify-Circular-Book-Italic.5e6b435.woff2)
      format("woff2"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/Spotify-Circular-Book-Italic.4f760ff.woff)
      format("woff"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/Spotify-Circular-Book-Italic.0ccb666.ttf)
      format("truetype");
}
@font-face {
  font-family: "Spotify Circular";
  font-style: normal;
  font-weight: 700;
  src: local("Spotify Circular Bold"), local("Spotify-Circular-Bold"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/Spotify-Circular-Bold.81d16b5.woff2)
      format("woff2"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/Spotify-Circular-Bold.0885eed.woff)
      format("woff"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/Spotify-Circular-Bold.fc97a08.ttf)
      format("truetype");
}
@font-face {
  font-family: "Spotify Circular";
  font-style: italic;
  font-weight: 700;
  src: local("Spotify Circular Bold Italic"),
    local("Spotify-Circular-Bold-Italic"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/Spotify-Circular-Bold-Italic.ac426ce.woff2)
      format("woff2"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/Spotify-Circular-Bold-Italic.5999f3a.woff)
      format("woff"),
    url(https://dokumfe7mps0i.cloudfront.net/static/widget/fonts/Spotify-Circular-Bold-Italic.7dd6271.ttf)
      format("truetype");
}
.el-popup-parent--hidden {
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.woff2') format('woff2'),
       url('../fonts/fontawesome-webfont.woff') format('woff');
}

.fa {
  display: inline-block;
  font: normal normal normal 20px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-bars:before {
  content: "\f0c9";
}
 
@media (min-width: 750px) and (max-width: 800px) {
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 22%;
    }
}

.rotate-icon {
  margin-top: -0.25rem;
  transform: rotate(90deg);
}