body {
  font-family: Arial, 'Gotham', sans-serif;
  font-size: 14px;
  font-weight: 300;
}

a {
  color: #5B2784;
  text-decoration: none;
}

a:hover {
  color: #AB3293;
}

h1, h2, h3 {
  font-family: 'Gotham', Arial, sans-serif;
  color: #5B2784;
  margin-bottom: 15px;
}

h4, h5, h6 {
  font-family: 'Gotham', Arial, sans-serif;
  color: #2e0b56;
  font-weight: light;
  font-weight: bold;
}

.bar {
  width: 100%;
  height: 40px;
  padding: 5px 0;
}

.top-gradient-strip {
  background: #AB3293;
  background: linear-gradient(90deg, rgba(171, 50, 147, 1) 0%, rgba(77, 50, 147, 1) 100%);
}

.bottom-gradient-strip {
  background: #4d3293;
  background: linear-gradient(90deg, rgba(77, 50, 147, 1) 0%, rgba(171, 50, 147, 1) 100%);
}

.logo {
  width: 117px;
  height: 117px;
}

.topbar {
  color: #fff;
  letter-spacing: 1px;
  align-items: center;
  font-size: 0.75rem;
}

.topbar a {
  color: #FFFFFF;
  text-decoration: none;
}

.topbar .banking-segments {
  display: flex;
  justify-content: flex-start;
}

.topbar .banking-segments ul {
  gap: 10px;
  margin: 0;
  padding: 0;
  display: flex;
}

.topbar .banking-segments ul li {
  list-style: none;
  display: flex;
  align-items: center;
}

.topbar .banking-segments ul li a {
  color: #FFF;
  padding: 5px 10px;
  text-decoration: none;
}

.topbar .banking-segments ul li a:hover {
  color: #FECB10;
}

.topbar .banking-segments ul li a:first-child {
  padding: 5px 10px 5px 0px;
}

.topbar .banking-segments ul li a:last-child {
  padding: 5px 0px 5px 10px;
}

@media (max-width: 640px) {
  .topbar .banking-segments ul li:first-child {
    display: none;
  }
}

.topbar .share-price {
  color: #FFF;
  display: flex;
  align-items: center;
}

.topbar .show-sp-mobile {
  color: #FFF;
  display: flex;
  align-items: center;
  width: 32px;
  cursor: pointer;
}

#peekSharePriceDiv {
  transition: all 0.3s ease-in-out;
  opacity: 1;
  transform: translateY(0);
}

/* The class we toggle to hide the div */
.hidden {
  opacity: 0;
  transform: translateY(-20px);
  /* Moves it slightly up while fading */
  pointer-events: none;
  /* Prevents clicking it while hidden */
}

.bottombar {
  display: flex;
  font-weight: 100;
}

.accordion-button:not(.collapsed) {
  color: #2e0b56;
  background-color: #e6d4ef;
}

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

.modal.fade .modal-dialog {
  transform: translateY(-50px) scale(0.9);
  opacity: 0;
  transition: all 0.4s ease;
}

.modal.show .modal-dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.purple-bg {
  background-color: #5D0C8C;
  color: #ffffff;
}

.border-purple {
  border: 1px solid #5D0C8C !important;
}

.purple100-bg {
  background-color: #EAE1F2;
}

a.btn {
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
}

.navigation-container {
  width: auto;
  height: 117px;
}

.hero-section {
  width: 100%;
  height: 480px;
  display: flex;
  align-items: start;
  background-size: cover;
  background-position: center;
}

.hero-container {
  width: 100%;
  height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.inner-hero-section {
  width: 100%;
  height: 320px;
  display: flex;
  align-items: start;
  background-size: cover;
  background-position: center;
}

.inner-hero-container {
  width: 100%;
  height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.hero-caption {
  width: 60%;
  max-width: 582px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: start;
}

.inner-hero-caption {
  width: 50%;
  max-width: 582px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: start;
}

@media (max-width: 640px) {
  .hero-section {
    height: 240px;
    align-items: center;
    background-position: -200px 0px;
  }

  .hero-caption {
    width: 75%;
  }

  .h1, h1 {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }

  .h5, h5 {
    font-size: 1.125rem;
  }

  .hero-caption p {
    margin-bottom: 0.5rem;
  }
}

.card-group {
  display: flex;
  height: 385px;
  flex-wrap: wrap;
}

@media (max-width: 767.5px) {
  .card-group {
    height: auto;
    gap: 20px;
  }

  .navigation-container {
    height: 78px;
  }

  .logo {
    width: 78px;
    height: 78px;
  }

  .list-group-item {
    background-color: transparent;
    text-align: center;
    border: solid #dee2e61a 1px;
  }
}

.service-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.service-icon img {
  width: 100%;
  height: auto;
  border-radius: 0;
}

.bg-primary {
  background-color: #5c068c !important;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #A6368C;
  --bs-btn-border-color: #A6368C;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #FBB800;
  --bs-btn-hover-border-color: #f1b100;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #683396;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #A6368C;
  --bs-btn-disabled-border-color: #A6368C;
  font-weight: 300;
}

.btn {
  border-radius: 0;
}

.table>thead.bg-primary {
  --bs-bg-opacity: 1;
  background-color: #A6368C !important;
}

.section-container {
  width: 100%;
  padding: 30px 0;
  margin: 0 auto;
  border-bottom: 1px solid #f3f3f3;
}

.mobile-app-section {
  padding: 20px 20px 30px 50px;
  width: 100%;
  height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  background-size: cover;
  background-position: center;
}

.mobile-app-content {
  max-width: 50%;
}

.mobile-app-content h2 {
  font-size: 2.375rem;
  color: #5B2784;
}

.mobile-app-content-sm {
  display: none;
}

@media (max-width: 640px) {
  .mobile-app-section {
    background-position: -65% 0px;
  }

  .mobile-app-content {
    display: none;
  }

  .mobile-app-content-sm {
    display: grid;
    padding: 0.5rem 1.5rem 0.25rem;
    flex-direction: column;
    justify-items: center;
    align-items: center
  }

  .mobile-app-content-sm h2 {
    font-size: 1.4rem;
    color: #5B2784;
    text-align: center;
  }
}

@media (max-width: 425px) {
  .mobile-app-section {
    background-position: -55% 0px;
  }
}

.card {
  border-radius: 0px;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
}

.card-body {
  font-family: 'Gotham', Arial, sans-serif;
  font-weight: 300;
}

.btn-position-bl {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.bottom-box {
  border: 1px solid #D7D7D7;
  padding: 15px;
  padding-top: 5px;
  height: 220px;
  font-size: 15px;
  color: #575756;
  font-weight: normal;
  position: relative;
  background: #E5E5E5;
}

/* Footer =====================  */

.bottom-menu {
  /* padding: 30px 0; */
  margin: 0;
}

.bottom-menu h6 {
  font-size: 0.815rem;
  margin-bottom: 1rem;
}

.bottom-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bottom-menu ul li {
  font-size: 0.75rem;
  line-height: 225%;
}

.bottom-menu ul li a {
  /* color: inherit; */
  text-decoration: none;
  text-transform: uppercase;
}

.bottom-menu ul li a:hover {
  color: #AB3293;
}

@media (max-width: 768px) {
  .social-media {
    padding: 0 0 15px;
  }
}

.social-media {
  display: flex;
}

.social-media ul {
  padding: 0;
  margin: 0;
  gap: 15px;
  display: flex;
}

.social-media ul li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #5B2784;
}

.social-media ul li a {
  font-size: 0.85rem;
  color: #fff;
}

.footer-menu {
  display: flex;
}

.footer-menu ul {
  padding: 0;
  margin: 0;
  gap: 15px;
  display: flex;
}

.footer-menu ul li {
  list-style: none;
  display: flex;
}

.footer-menu ul li a {
  font-size: 0.75rem;
}

@media (max-width: 768px) {
  .footer-menu {

    align-items: center;
  }

  .footer-menu ul, .footer-menu ul li {
    flex-direction: column;
  }

}

/* Leadership ******************************* */

.board_list {
  float: left;
  /* width: 100%; */
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.board_list .board_title {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 4px 13px;
  background: rgba(68, 64, 64, 0.78);
  min-height: 80px;
}

.board_title h5 {
  font-size: 1rem;
  font-weight: 400;
  color: #fbb700;
}

.board_title h6 {
  font-size: 0.85rem;
  font-weight: 300;
  color: #FFF;
}

/* === Cookies Notice === */
.cookie-banner {
  position: fixed;
  bottom: 0px;
  width: 30%;
  background-color: white;
  bottom: 15px;
  left: 30px;
  border-radius: 10px;
  display: block;
  padding: 15px;
  z-index: 1000;
  box-shadow: 0 -2px 10px rgba(215, 215, 215, 0.2);
}

@media (max-width: 640px) {
  .cookie-banner {
    width: auto;
    background-color: white;
    bottom: 15px;
    left: 30px;
    right: 30px;
  }
}

.cookie-banner h3 {
  margin-top: 0;
}

.cookie-buttons {
  margin-top: 15px;
}

.cookie-buttons button {
  margin-right: 10px;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

.accept {
  background: #5B2784;
  color: white;
}

.reject {
  border: solid 1px #5B2784 !important;
  color: #5B2784;
  background: #fff;
}

.customize {
  color: #5B2784;
}

.cookie-modal {
  display: none;
  position: fixed;
  bottom: 0px;
  bottom: 15px;
  right: 30px;
  background: #fff;
  color: #000;
  padding: 20px;
  width: 300px;
  border-radius: 8px;
  box-shadow: 0 -2px 10px rgba(215, 215, 215, 0.2);
  z-index: 1000;
}

.cookie-modal h4 {
  margin-top: 0;
}

.cookie-modal label {
  display: block;
  margin: 10px 0;
}

.save-btn {
  background: #5B2784;
  color: #fff;
  padding: 10px;
  width: 100%;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}