/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 03 June 2026 19:56:17
*/


@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, figure, blockquote, dl, dd {
  margin: 0;
}
ul, ol {
  padding: 0;
}
ul[role="list"], ol[role="list"] {
  list-style: none;
}
html:focus-within {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  font-family: "Museo Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #2b2d42;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, picture, svg {
  max-width: 100%;
  display: block;
}
input, button, textarea, select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
a {
  text-decoration: none;
  color: inherit;
}
:focus-visible {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Museo Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  color: #2b2d42;
  margin-bottom: 1rem;
}
h1, .h1 {
  font-size: 2.5rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 3rem;
  }
}
h2, .h2 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 2.5rem;
  }
}
h3, .h3 {
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 2rem;
  }
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
p {
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: #0066cc;
  text-decoration: underline;
  transition: color 300ms ease-in-out;
}
a:hover, a:focus {
  color: #004080;
}
a:active {
  color: #00264d;
}
.text-small {
  font-size: 0.875rem;
}
.text-large {
  font-size: 1.125rem;
}
.text-light {
  font-weight: 300;
}
.text-normal {
  font-weight: 400;
}
.text-medium {
  font-weight: 500;
}
.text-semibold {
  font-weight: 600;
}
.text-bold {
  font-weight: 700;
}
.text-primary {
  color: #0066cc;
}
.text-success {
  color: #00a651;
}
.text-warning {
  color: #ffc857;
}
.text-danger {
  color: #e63946;
}
.text-muted {
  color: #8d99ae;
}
ul, ol {
  margin-bottom: 1rem;
  padding-left: 2rem;
}
ul li, ol li {
  margin-bottom: 0.5rem;
}
blockquote {
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 4px solid #0066cc;
  background-color: #edf2f4;
  font-style: italic;
}
blockquote p {
  margin-bottom: 0.5rem;
}
blockquote footer {
  font-size: 0.875rem;
  color: #8d99ae;
  font-style: normal;
}
blockquote footer::before {
  content: "— ";
}
code {
  font-family: "Monaco", "Courier New", monospace;
  font-size: 0.875em;
  padding: 0.125rem 0.25rem;
  background-color: #edf2f4;
  border-radius: 0.25rem;
  color: #e63946;
}
pre {
  padding: 1rem;
  margin-bottom: 1.5rem;
  background-color: #2b2d42;
  border-radius: 0.5rem;
  overflow-x: auto;
}
pre code {
  background: none;
  color: #edf2f4;
  padding: 0;
}
body.home .hide-on-home {
  display: none !important;
}
.show-on-home {
  display: none;
}
body.home .show-on-home {
  display: block;
}
.main-container {
  width: 100%;
}
body.home .main-container {
  max-width: 100%;
  padding: 0;
}
body.home .main-container .main-container-inner {
  max-width: 100%;
  padding: 0;
}
body.home .main-container .main-row {
  display: block;
}
body.home .main-container .main-col {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
body.home .main-container .page-content {
  width: 100%;
}
body.inside .main-container .main-container-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 992px) {
  body.inside .main-container .main-container-inner {
    padding: 0 2rem;
  }
}
body.inside .main-container .main-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
body.inside .main-container .main-left-col {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  body.inside .main-container .main-left-col {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2rem;
  }
}
body.inside .main-container .main-col {
  flex: 1 0 0;
  max-width: 100%;
  padding: 0 1rem;
}
.breadcrumb-wrapper {
  padding: 1rem 0;
}
.container-fluid-custom {
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .container-fluid-custom {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.container-narrow {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.container-wide {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.grid {
  display: grid;
  gap: 1rem;
}
.grid.grid-gap-sm {
  gap: 0.5rem;
}
.grid.grid-gap-lg {
  gap: 1.5rem;
}
.grid.grid-gap-xl {
  gap: 2rem;
}
.grid.grid-cols-1 {
  grid-template-columns: repeat(1, 1fr);
}
.grid.grid-cols-2 {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 576px) {
  .grid.grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid.grid-cols-3 {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 576px) {
  .grid.grid-cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .grid.grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.grid.grid-cols-4 {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 576px) {
  .grid.grid-cols-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .grid.grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.grid.grid-cols-6 {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 576px) {
  .grid.grid-cols-6 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .grid.grid-cols-6 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .grid.grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
.flex {
  display: flex;
}
.flex.flex-column {
  flex-direction: column;
}
.flex.flex-wrap {
  flex-wrap: wrap;
}
.flex.flex-center {
  align-items: center;
  justify-content: center;
}
.flex.flex-between {
  align-items: center;
  justify-content: space-between;
}
.flex.flex-around {
  align-items: center;
  justify-content: space-around;
}
.flex.flex-evenly {
  align-items: center;
  justify-content: space-evenly;
}
.flex.flex-start {
  align-items: flex-start;
  justify-content: flex-start;
}
.flex.flex-end {
  align-items: flex-end;
  justify-content: flex-end;
}
.section {
  padding: 4rem 0;
}
.section.section-sm {
  padding: 2rem 0;
}
.section.section-lg {
  padding: 4rem 0;
}
@media (min-width: 992px) {
  .section.section-lg {
    padding: 6rem 0;
  }
}
.aspect-ratio {
  position: relative;
  width: 100%;
}
.aspect-ratio::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.aspect-ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aspect-ratio.aspect-16-9::before {
  padding-bottom: 56.25%;
}
.aspect-ratio.aspect-4-3::before {
  padding-bottom: 75%;
}
.aspect-ratio.aspect-3-2::before {
  padding-bottom: 66.66%;
}
.aspect-ratio.aspect-21-9::before {
  padding-bottom: 42.85%;
}
.site-footer {
  background-color: #2b2d42;
  color: #edf2f4;
  padding: 4rem 0 1.5rem 0;
  margin-top: auto;
  min-height: 200px;
}
.site-footer .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 992px) {
  .site-footer .footer-container {
    padding: 0 2rem;
  }
}
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .site-footer .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .site-footer .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .site-footer .footer-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.site-footer .footer-column h4 {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.site-footer .footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-column ul li {
  margin-bottom: 0.5rem;
}
.site-footer .footer-column a {
  color: #edf2f4;
  text-decoration: none;
  transition: color 300ms ease-in-out;
}
.site-footer .footer-column a:hover, .site-footer .footer-column a:focus {
  color: #0066cc;
}
.site-footer .footer-column p {
  color: #edf2f4;
  font-size: 0.875rem;
  line-height: 1.6;
}
.site-footer .footer-bottom {
  border-top: 1px solid rgba(237, 242, 244, 0.2);
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
.site-footer .footer-bottom p {
  margin: 0;
  font-size: 0.875rem;
  color: #8d99ae;
}
.site-footer .footer-bottom .social-links {
  display: flex;
  gap: 1rem;
}
.site-footer .footer-bottom .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  transition: all 300ms ease-in-out;
}
.site-footer .footer-bottom .social-links a:hover, .site-footer .footer-bottom .social-links a:focus {
  background-color: #0066cc;
  transform: translateY(-2px);
}
.site-footer .footer-bottom .social-links a svg {
  width: 18px;
  height: 18px;
}
.site-footer .footer-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.site-footer .footer-logo img {
  height: 40px;
  width: auto;
}
.site-footer .footer-logo span {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 1020;
  background-color: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  height: 70px;
}
.site-header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .site-header .header-container {
    padding: 0 2rem;
  }
}
.site-header .header-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0066cc;
  text-decoration: none;
}
.site-header .header-logo img {
  height: 40px;
  width: auto;
}
.site-header .header-logo:hover {
  color: #004c99;
}
.site-header .header-nav {
  display: none;
}
@media (min-width: 992px) {
  .site-header .header-nav {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
}
.site-header .header-nav a {
  color: #2b2d42;
  text-decoration: none;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  transition: all 300ms ease-in-out;
}
.site-header .header-nav a:hover, .site-header .header-nav a:focus {
  color: #0066cc;
  background-color: rgba(0, 102, 204, 0.05);
}
.site-header .header-nav a.active {
  color: #0066cc;
  font-weight: 600;
}
.site-header .mobile-menu-toggle {
  display: block;
  padding: 0.5rem;
  background: none;
  border: none;
  cursor: pointer;
}
@media (min-width: 992px) {
  .site-header .mobile-menu-toggle {
    display: none;
  }
}
.site-header .mobile-menu-toggle .hamburger-icon {
  width: 24px;
  height: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.site-header .mobile-menu-toggle .hamburger-icon span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #2b2d42;
  border-radius: 2px;
  transition: all 300ms ease-in-out;
}
.site-header .mobile-menu-toggle.active .hamburger-icon span:nth-child(1) {
  transform: rotate(45deg) translateY(8px);
}
.site-header .mobile-menu-toggle.active .hamburger-icon span:nth-child(2) {
  opacity: 0;
}
.site-header .mobile-menu-toggle.active .hamburger-icon span:nth-child(3) {
  transform: rotate(-45deg) translateY(-8px);
}
.site-header .mobile-menu {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  background-color: #ffffff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
  padding: 1.5rem;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out;
}
@media (min-width: 992px) {
  .site-header .mobile-menu {
    display: none;
  }
}
.site-header .mobile-menu.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.site-header .mobile-menu nav {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.site-header .mobile-menu nav a {
  color: #2b2d42;
  text-decoration: none;
  font-weight: 500;
  padding: 1rem;
  border-radius: 0.5rem;
  transition: all 300ms ease-in-out;
}
.site-header .mobile-menu nav a:hover, .site-header .mobile-menu nav a:focus {
  color: #0066cc;
  background-color: rgba(0, 102, 204, 0.05);
}
.site-header .mobile-menu nav a.active {
  color: #0066cc;
  background-color: rgba(0, 102, 204, 0.1);
  font-weight: 600;
}
.card-custom {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid rgba(141, 153, 174, 0.2);
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 300ms ease-in-out;
}
.card-custom:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
.card-header {
  padding: 1.5rem;
  border-bottom: 1px solid rgba(141, 153, 174, 0.2);
  background-color: #edf2f4;
}
.card-header h3, .card-header h4, .card-header h5, .card-header h6 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #2b2d42;
}
.card-body {
  padding: 1.5rem;
  flex: 1;
}
.card-body > *:last-child {
  margin-bottom: 0;
}
.card-footer {
  padding: 1.5rem;
  border-top: 1px solid rgba(141, 153, 174, 0.2);
  background-color: #edf2f4;
}
.card-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease-in-out;
}
.card-image.card-image-top {
  border-radius: 0.75rem 0.75rem 0 0;
}
.card-image.card-image-bottom {
  border-radius: 0 0 0.75rem 0.75rem;
}
.card-custom:hover .card-image img {
  transform: scale(1.05);
}
.card-outline {
  box-shadow: none;
  border: 2px solid rgba(141, 153, 174, 0.3);
}
.card-outline:hover {
  border-color: #0066cc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.card-elevated {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: none;
}
.card-elevated:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}
.card-flat {
  box-shadow: none;
  border: none;
  background-color: transparent;
}
.card-flat:hover {
  transform: none;
}
.card-accent {
  border-top: 4px solid #0066cc;
}
.card-accent.card-accent-success {
  border-top-color: #00a651;
}
.card-accent.card-accent-warning {
  border-top-color: #ffc857;
}
.card-accent.card-accent-danger {
  border-top-color: #e63946;
}
.card-horizontal {
  flex-direction: row;
}
@media (max-width: 768px) {
  .card-horizontal {
    flex-direction: column;
  }
}
.card-horizontal .card-image {
  width: 40%;
  min-height: 200px;
}
@media (max-width: 768px) {
  .card-horizontal .card-image {
    width: 100%;
  }
}
.card-horizontal .card-image img {
  height: 100%;
}
.card-horizontal .card-body {
  width: 60%;
}
@media (max-width: 768px) {
  .card-horizontal .card-body {
    width: 100%;
  }
}
.card-clickable {
  cursor: pointer;
  user-select: none;
}
.card-clickable:active {
  transform: translateY(-2px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.card-overlay {
  position: relative;
  color: #ffffff;
}
.card-overlay .card-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(43, 45, 66, 0) 0%, rgba(43, 45, 66, 0.7) 100%);
}
.card-overlay .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  color: #ffffff;
  z-index: 1;
}
.card-overlay .card-body h3, .card-overlay .card-body h4, .card-overlay .card-body h5, .card-overlay .card-body h6 {
  color: #ffffff;
}
.card-loading {
  position: relative;
  pointer-events: none;
  opacity: 0.6;
}
.card-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 3px solid rgba(0, 102, 204, 0.3);
  border-radius: 50%;
  border-top-color: #0066cc;
  animation: card-loading-spin 500ms linear infinite;
}
@keyframes card-loading-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.card-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
@media (min-width: 768px) {
  .card-grid {
    gap: 2rem;
  }
}
.btn-custom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1.5rem;
  font-family: "Museo Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 2px solid transparent;
  border-radius: 0.5rem;
  transition: all 300ms ease-in-out;
}
.btn-custom:hover, .btn-custom:focus {
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.btn-custom:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-custom:disabled, .btn-custom.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.btn-primary {
  background-color: #0066cc;
  color: #ffffff;
  border-color: #0066cc;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #004c99;
  border-color: #004c99;
  color: #ffffff;
}
.btn-secondary {
  background-color: #8d99ae;
  color: #ffffff;
  border-color: #8d99ae;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #6f7e99;
  border-color: #6f7e99;
  color: #ffffff;
}
.btn-success {
  background-color: #00a651;
  color: #ffffff;
  border-color: #00a651;
}
.btn-success:hover, .btn-success:focus {
  background-color: #007338;
  border-color: #007338;
  color: #ffffff;
}
.btn-danger {
  background-color: #e63946;
  color: #ffffff;
  border-color: #e63946;
}
.btn-danger:hover, .btn-danger:focus {
  background-color: #d21a28;
  border-color: #d21a28;
  color: #ffffff;
}
.btn-warning {
  background-color: #ffc857;
  color: #2b2d42;
  border-color: #ffc857;
}
.btn-warning:hover, .btn-warning:focus {
  background-color: #ffb724;
  border-color: #ffb724;
  color: #2b2d42;
}
.btn-outline-primary {
  background-color: transparent;
  color: #0066cc;
  border-color: #0066cc;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  background-color: #0066cc;
  color: #ffffff;
}
.btn-outline-secondary {
  background-color: transparent;
  color: #8d99ae;
  border-color: #8d99ae;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus {
  background-color: #8d99ae;
  color: #ffffff;
}
.btn-sm {
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.btn-lg {
  padding: 1rem 2rem;
  font-size: 1.125rem;
  border-radius: 0.75rem;
}
.btn-block {
  display: flex;
  width: 100%;
}
.btn-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.btn-icon svg, .btn-icon img {
  width: 20px;
  height: 20px;
}
.btn-icon.btn-icon-only {
  padding: 0.5rem;
  gap: 0;
}
.btn-icon.btn-icon-only svg, .btn-icon.btn-icon-only img {
  margin: 0;
}
.btn-group {
  display: inline-flex;
  gap: 0.5rem;
}
.btn-group.btn-group-vertical {
  flex-direction: column;
}
.btn-group.btn-group-justified {
  width: 100%;
}
.btn-group.btn-group-justified > .btn-custom {
  flex: 1;
}
.btn-loading {
  position: relative;
  color: transparent !important;
  pointer-events: none;
}
.btn-loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border: 2px solid currentColor;
  border-radius: 50%;
  border-right-color: transparent;
  animation: btn-loading-spin 500ms linear infinite;
}
@keyframes btn-loading-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.btn-fab {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 56px;
  height: 56px;
  padding: 0;
  border-radius: 50%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
  z-index: 1030;
}
.btn-fab:hover, .btn-fab:focus {
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.2);
}
.form-group {
  margin-bottom: 1.5rem;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #2b2d42;
}
.form-label.required::after {
  content: " *";
  color: #e63946;
}
.form-input, .form-select, .form-textarea {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #2b2d42;
  background-color: #ffffff;
  border: 2px solid rgba(141, 153, 174, 0.3);
  border-radius: 0.5rem;
  transition: all 300ms ease-in-out;
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
  outline: none;
  border-color: #0066cc;
  box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
}
.form-input::placeholder, .form-select::placeholder, .form-textarea::placeholder {
  color: #8d99ae;
  opacity: 0.7;
}
.form-input:disabled, .form-select:disabled, .form-textarea:disabled {
  background-color: #edf2f4;
  cursor: not-allowed;
  opacity: 0.6;
}
.form-input.error, .form-select.error, .form-textarea.error {
  border-color: #e63946;
}
.form-input.error:focus, .form-select.error:focus, .form-textarea.error:focus {
  box-shadow: 0 0 0 3px rgba(230, 57, 70, 0.1);
}
.form-input.success, .form-select.success, .form-textarea.success {
  border-color: #00a651;
}
.form-input.success:focus, .form-select.success:focus, .form-textarea.success:focus {
  box-shadow: 0 0 0 3px rgba(0, 166, 81, 0.1);
}
.form-textarea {
  resize: vertical;
  min-height: 120px;
}
.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%238d99ae' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2rem;
}
.form-check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.form-check input[type="checkbox"], .form-check input[type="radio"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  border: 2px solid rgba(141, 153, 174, 0.3);
  transition: all 300ms ease-in-out;
}
.form-check input[type="checkbox"]:focus, .form-check input[type="radio"]:focus {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}
.form-check input[type="checkbox"] {
  border-radius: 0.25rem;
}
.form-check input[type="radio"] {
  border-radius: 50%;
}
.form-check label {
  cursor: pointer;
  user-select: none;
  font-weight: 400;
}
.form-input-sm, .form-select-sm, .form-textarea-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.form-input-lg, .form-select-lg, .form-textarea-lg {
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
}
.input-group {
  display: flex;
  width: 100%;
}
.input-group .form-input {
  flex: 1;
  border-radius: 0;
}
.input-group .form-input:first-child {
  border-radius: 0.5rem 0 0 0.5rem;
}
.input-group .form-input:last-child {
  border-radius: 0 0.5rem 0.5rem 0;
}
.input-group .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  background-color: #edf2f4;
  border: 2px solid rgba(141, 153, 174, 0.3);
  white-space: nowrap;
}
.input-group .input-group-text:first-child {
  border-radius: 0.5rem 0 0 0.5rem;
  border-right: none;
}
.input-group .input-group-text:last-child {
  border-radius: 0 0.5rem 0.5rem 0;
  border-left: none;
}
.form-help {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #8d99ae;
}
.form-error {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #e63946;
}
.form-success {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #00a651;
}
.form-floating {
  position: relative;
}
.form-floating .form-input, .form-floating .form-select {
  padding: 1.5rem 1rem 0.5rem;
}
.form-floating .form-input:focus ~ .form-label, .form-floating .form-input:not(:placeholder-shown) ~ .form-label, .form-floating .form-select:focus ~ .form-label, .form-floating .form-select:not(:placeholder-shown) ~ .form-label {
  transform: translateY(-50%) scale(0.85);
  color: #0066cc;
}
.form-floating .form-label {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  pointer-events: none;
  transition: all 300ms ease-in-out;
  transform-origin: left center;
  background-color: #ffffff;
  padding: 0 0.25rem;
}
.form-file {
  position: relative;
}
.form-file input[type="file"] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.form-file .form-file-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 2rem;
  border: 2px dashed rgba(141, 153, 174, 0.3);
  border-radius: 0.5rem;
  background-color: #edf2f4;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.form-file .form-file-label:hover {
  border-color: #0066cc;
  background-color: rgba(0, 102, 204, 0.05);
}
.was-validated .form-input:valid, .was-validated .form-select:valid, .was-validated .form-textarea:valid {
  border-color: #00a651;
}
.was-validated .form-input:invalid, .was-validated .form-select:invalid, .was-validated .form-textarea:invalid {
  border-color: #e63946;
}
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-grid {
  display: grid !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.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;
}
.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;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-justify {
  text-align: justify !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !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-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.cursor-pointer {
  cursor: pointer !important;
}
.cursor-default {
  cursor: default !important;
}
.cursor-not-allowed {
  cursor: not-allowed !important;
}
.cursor-grab {
  cursor: grab !important;
}
.user-select-none {
  user-select: none !important;
}
.user-select-all {
  user-select: all !important;
}
.user-select-auto {
  user-select: auto !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.border {
  border: 1px solid rgba(141, 153, 174, 0.2) !important;
}
.border-top {
  border-top: 1px solid rgba(141, 153, 174, 0.2) !important;
}
.border-right {
  border-right: 1px solid rgba(141, 153, 174, 0.2) !important;
}
.border-bottom {
  border-bottom: 1px solid rgba(141, 153, 174, 0.2) !important;
}
.border-left {
  border-left: 1px solid rgba(141, 153, 174, 0.2) !important;
}
.border-0 {
  border: 0 !important;
}
.rounded {
  border-radius: 0.5rem !important;
}
.rounded-sm {
  border-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.75rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.shadow-none {
  box-shadow: none !important;
}
.shadow-sm {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}
.shadow {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}
.shadow-lg {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15) !important;
}
.shadow-xl {
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.2) !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-light {
  background-color: #edf2f4 !important;
}
.bg-dark {
  background-color: #2b2d42 !important;
}
.bg-primary {
  background-color: #0066cc !important;
}
.bg-success {
  background-color: #00a651 !important;
}
.bg-warning {
  background-color: #ffc857 !important;
}
.bg-danger {
  background-color: #e63946 !important;
}
@media (max-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.m-xs {
  margin: 0.25rem !important;
}
.m-sm {
  margin: 0.5rem !important;
}
.m-md {
  margin: 1rem !important;
}
.m-lg {
  margin: 1.5rem !important;
}
.m-xl {
  margin: 2rem !important;
}
.m-2xl {
  margin: 3rem !important;
}
.m-3xl {
  margin: 4rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-xs {
  margin-top: 0.25rem !important;
}
.mt-sm {
  margin-top: 0.5rem !important;
}
.mt-md {
  margin-top: 1rem !important;
}
.mt-lg {
  margin-top: 1.5rem !important;
}
.mt-xl {
  margin-top: 2rem !important;
}
.mt-2xl {
  margin-top: 3rem !important;
}
.mt-3xl {
  margin-top: 4rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-xs {
  margin-bottom: 0.25rem !important;
}
.mb-sm {
  margin-bottom: 0.5rem !important;
}
.mb-md {
  margin-bottom: 1rem !important;
}
.mb-lg {
  margin-bottom: 1.5rem !important;
}
.mb-xl {
  margin-bottom: 2rem !important;
}
.mb-2xl {
  margin-bottom: 3rem !important;
}
.mb-3xl {
  margin-bottom: 4rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-xs {
  margin-left: 0.25rem !important;
}
.ml-sm {
  margin-left: 0.5rem !important;
}
.ml-md {
  margin-left: 1rem !important;
}
.ml-lg {
  margin-left: 1.5rem !important;
}
.ml-xl {
  margin-left: 2rem !important;
}
.ml-2xl {
  margin-left: 3rem !important;
}
.ml-3xl {
  margin-left: 4rem !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-xs {
  margin-right: 0.25rem !important;
}
.mr-sm {
  margin-right: 0.5rem !important;
}
.mr-md {
  margin-right: 1rem !important;
}
.mr-lg {
  margin-right: 1.5rem !important;
}
.mr-xl {
  margin-right: 2rem !important;
}
.mr-2xl {
  margin-right: 3rem !important;
}
.mr-3xl {
  margin-right: 4rem !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mx-xs {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.mx-sm {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mx-md {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mx-lg {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.mx-xl {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.mx-2xl {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.mx-3xl {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-xs {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-sm {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-md {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-lg {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-xl {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.my-2xl {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-3xl {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-xs {
  padding: 0.25rem !important;
}
.p-sm {
  padding: 0.5rem !important;
}
.p-md {
  padding: 1rem !important;
}
.p-lg {
  padding: 1.5rem !important;
}
.p-xl {
  padding: 2rem !important;
}
.p-2xl {
  padding: 3rem !important;
}
.p-3xl {
  padding: 4rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-xs {
  padding-top: 0.25rem !important;
}
.pt-sm {
  padding-top: 0.5rem !important;
}
.pt-md {
  padding-top: 1rem !important;
}
.pt-lg {
  padding-top: 1.5rem !important;
}
.pt-xl {
  padding-top: 2rem !important;
}
.pt-2xl {
  padding-top: 3rem !important;
}
.pt-3xl {
  padding-top: 4rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-xs {
  padding-bottom: 0.25rem !important;
}
.pb-sm {
  padding-bottom: 0.5rem !important;
}
.pb-md {
  padding-bottom: 1rem !important;
}
.pb-lg {
  padding-bottom: 1.5rem !important;
}
.pb-xl {
  padding-bottom: 2rem !important;
}
.pb-2xl {
  padding-bottom: 3rem !important;
}
.pb-3xl {
  padding-bottom: 4rem !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-xs {
  padding-left: 0.25rem !important;
}
.pl-sm {
  padding-left: 0.5rem !important;
}
.pl-md {
  padding-left: 1rem !important;
}
.pl-lg {
  padding-left: 1.5rem !important;
}
.pl-xl {
  padding-left: 2rem !important;
}
.pl-2xl {
  padding-left: 3rem !important;
}
.pl-3xl {
  padding-left: 4rem !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-xs {
  padding-right: 0.25rem !important;
}
.pr-sm {
  padding-right: 0.5rem !important;
}
.pr-md {
  padding-right: 1rem !important;
}
.pr-lg {
  padding-right: 1.5rem !important;
}
.pr-xl {
  padding-right: 2rem !important;
}
.pr-2xl {
  padding-right: 3rem !important;
}
.pr-3xl {
  padding-right: 4rem !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-xs {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.px-sm {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-md {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-lg {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-xl {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.px-2xl {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.px-3xl {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-xs {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-sm {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-md {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-lg {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-xl {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-2xl {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-3xl {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-xs {
  gap: 0.25rem !important;
}
.gap-sm {
  gap: 0.5rem !important;
}
.gap-md {
  gap: 1rem !important;
}
.gap-lg {
  gap: 1.5rem !important;
}
.gap-xl {
  gap: 2rem !important;
}
.gap-2xl {
  gap: 3rem !important;
}
.gap-3xl {
  gap: 4rem !important;
}
blockquote {
  padding: 1rem;
  font-style: italic;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
}
dt {
  font-weight: bold;
  margin: 1em 0;
}
dd {
  font-style: italic;
  margin: 0 0 0.5em 1em;
}
pre {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
}
.page-wrapper {
  overflow: hidden;
}
body.home .hide-on-home {
  display: none !important;
}
body.has-no-children.page-level-1 .main-left-col {
  display: none !important;
}
.container {
  max-width: 1140px;
}
header .logo img {
  max-height: 40px;
}
.list-group-nav .list-group-item {
  padding: 0px;
}
.list-group-nav .list-group-item a {
  display: block;
  padding: 0.6rem 1rem;
  text-decoration: none;
  color: #495057;
}
.list-group-nav .list-group-item.active > a {
  color: #fff;
}
.list-group-nav .list-group-item.hierarchy {
  background: transparent;
}
.list-group-nav .list-group-item.hierarchy > a {
  color: #0d6efd;
}
.list-group-nav .list-group-sub {
  padding-left: 0;
  list-style: none;
  border-radius: 0;
  font-size: 0.9rem;
}
.list-group-nav .list-group-sub .list-group-item {
  border-width: 0px;
  border-top-width: 1px;
  border-style: dotted;
}
.list-group-nav .list-group-sub a {
  padding-left: 1.4rem;
}
.main-navbar .navbar-nav {
  margin-bottom: -1px;
}
.main-navbar .navbar-nav > .nav-item {
  border-bottom: 3px solid transparent;
}
.main-navbar .navbar-nav > .nav-item:hover {
  border-bottom-color: #d8d8d8;
}
.main-navbar .navbar-nav > .nav-item.active {
  border-bottom-color: #0d6efd;
}
.main-navbar .navbar-nav > .nav-item.active > a {
  color: #333;
}
.main-navbar .navbar-nav .dropdown-menu {
  padding: 0;
  border: none;
  margin-top: 3px;
  box-shadow: 1px 1px 0.25rem 1px #e6e6e6;
}
.main-navbar .navbar-nav .dropdown-menu li {
  padding: 0;
}
.main-navbar .navbar-nav .dropdown-menu li a {
  padding: 0.6rem 1rem;
}
.main-navbar .navbar-nav .dropdown-menu li.active a {
  color: #fff;
}
.full-width-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media (min-width: 768px) {
  li:hover > .dropdown-menu.dropdown-menu-hover {
    display: block;
  }
}
.btn-primary {
  background-color: #6f42c1;
  border-color: #6f42c1;
}
.btn-primary:hover {
  background-color: #5a32a3;
  border-color: #533098;
}
.btn-primary:focus, .btn-primary.focus {
  background-color: #5a32a3;
  border-color: #533098;
  box-shadow: 0 0 0 0.25rem rgba(111, 66, 193, 0.5);
}
.btn-primary:active, .btn-primary.active {
  background-color: #533098;
  border-color: #4d2d8d;
}
.home .sp-internal-banner {
  display: none;
}
.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.main-container {
  flex: 1 0 auto;
}
body.inside .sp-page-body {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 992px) {
  body.inside .sp-page-body {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.main-col a, .main-col a:visited {
  color: #007681;
  text-decoration: underline;
}
.main-col a:hover, .main-col a:focus {
  color: #005c64;
}
.main-col a:active {
  color: #004449;
}
p.center img {
  text-align: center !important;
  margin: 0 auto !important;
}

