:root {
  --bg-desktop: none;
  --bg-mobile: none;
}

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

section {
  padding: 40px 0;
}

.side-link {
  position: fixed;
  right: 0;
  bottom: 80px;
  z-index: 999;
  transform: translateX(102px);
  transition: 0.5s ease-in-out;
}
.side-link:hover {
  transform: translateX(0);
}
.side-link span {
  transform: rotate(270deg);
  position: absolute;
  left: -70px;
  top: 33px;
  background-color: #0076bb;
  color: #ffffff;
  padding: 9px 0.955rem;
  font-size: 0.8125rem;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 8px;
}
.side-link ul {
  padding-left: 0;
  list-style: none;
  background-color: #e9f5ff;
  border: 1px solid #cbe9f7;
  padding-top: 10px;
}
.side-link ul li a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100px;
  padding: 5px 15px;
  text-align: center;
}
.side-link ul li a img {
  width: 26px;
}
.side-link ul li a p {
  font-size: 0.75rem;
  color: #131314;
  word-wrap: break-word;
}

a.theme-link {
  color: #eb008b;
  font-weight: 400;
  font-size: 0.875rem;
  text-decoration: none;
}

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-hero {
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: relative;
  height: 40vh;
  background: linear-gradient(93deg, #131314 -0.87%, rgba(19, 19, 20, 0.75) 61.81%, #18b4e9 108.99%), linear-gradient(0deg, #037dc0 0%, #037dc0 100%), #d9d9d9;
  padding: 40px 0px;
  background: linear-gradient(93deg, #131314 -0.87%, rgba(19, 19, 20, 0.75) 61.81%, #18b4e9 108.99%), linear-gradient(0deg, #037dc0 0%, #037dc0 100%), #d9d9d9;
}
.page-hero.career-hero {
  background: linear-gradient(173.18deg, #e9f7ff 5.34%, #cbe9f7 94.66%);
  height: 45dvh;
}
.page-hero.career-hero .job-title h2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 48px;
  color: #115fad;
}
.page-hero.request-hero {
  background: unset;
  height: 50px;
}
.page-hero.has-top-gap {
  margin-top: 160px;
}
.page-hero.auto-height {
  height: auto;
}
.page-hero.no-bg .page-hero-content .breadcumb ul li {
  color: #828e9f;
}
.page-hero.no-bg .page-hero-content .breadcumb ul li a {
  color: #828e9f;
}
.page-hero.no-bg .page-hero-content .breadcumb ul li i {
  color: #828e9f;
}
.page-hero.news-blog {
  background: linear-gradient(173.18deg, #e9f7ff 5.34%, #cbe9f7 94.66%);
  min-height: 100dvh;
}
.page-hero.news-blog .page-hero-content {
  justify-content: flex-start;
}
.page-hero.news-blog .page-hero-content .page-title h2 {
  color: #0076bb;
  margin-bottom: 10px;
}
.page-hero.news-blog .page-hero-content .breadcumb ul li {
  color: #828e9f;
}
.page-hero.news-blog .page-hero-content .breadcumb ul li i {
  color: #828e9f;
}
.page-hero.has-bg-overlay::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, rgba(5, 74, 138, 0.8) 0%, rgba(217, 217, 217, 0) 100%);
}
.page-hero .page-hero-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.page-hero .page-hero-content .breadcumb ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-hero .page-hero-content .breadcumb ul li {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 400;
}
.page-hero .page-hero-content .breadcumb ul li.rotate i {
  transform: rotate(180deg);
  font-size: 1rem;
}
.page-hero .page-hero-content .breadcumb ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 400;
}
.page-hero .page-hero-content .breadcumb ul li a i {
  color: #ffffff;
}
.page-hero .page-hero-content .breadcumb ul li a img {
  width: 16px;
  margin-bottom: 2px;
}
.page-hero .page-hero-content .breadcumb ul li i {
  color: #ffffff;
}
.page-hero .page-hero-content .page-title {
  margin-bottom: 10px;
}
.page-hero .page-hero-content .page-title h2 {
  color: #fff;
  font-family: "Brutalista";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.64px;
}
.page-hero .page-hero-content .page-title p {
  color: var(--text-icon-neutral-006, #fff);
  font-family: "Brutalista";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  max-width: 640px;
  margin-bottom: 0;
}
.page-hero .page-hero-content .page-title h5 {
  color: #495669;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.card-details-hero {
  background: linear-gradient(90deg, #0076bb 0%, #18b4e9 100%), linear-gradient(0deg, #037dc0 0%, #037dc0 100%), #d9d9d9;
}

.has-dropdown-menu .page-hero .page-hero-content .breadcumb ul {
  margin-top: 20px;
}

.has-dropdown-menu .dropdown-menu .megamenu-top-nav {
  top: unset;
}

img.radius-12 {
  border-radius: 12px;
}
img.radius-8 {
  border-radius: 8px;
}

.section-heading h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 0;
}
.section-heading h3.text-dark {
  color: #131314;
}
.section-heading h3.text-blue {
  color: #0096d5;
}
.section-heading .text-dark {
  color: #131314;
}
.section-heading .text-blue {
  color: #0096d5;
}
.section-heading h5 {
  color: #131314;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 15px;
}
.section-heading p {
  color: #495669;
  font-weight: 500;
  font-size: 1.125rem;
}

.swiper-arrow {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: end;
  gap: 10px;
}
.swiper-arrow.between-arrow {
  position: unset;
}
.swiper-arrow.between-arrow .swiper-arrow-btn {
  position: absolute;
}
.swiper-arrow.between-arrow .swiper-arrow-btn.swiper-button-next {
  left: unset;
  right: 220px;
  top: var(--swiper-navigation-top-offset, 50%);
}
.swiper-arrow.between-arrow .swiper-arrow-btn.swiper-button-prev {
  left: 220px;
  right: unset;
  top: var(--swiper-navigation-top-offset, 50%);
}
.swiper-arrow .swiper-button-next {
  left: unset;
  right: unset;
  top: unset;
}
.swiper-arrow .swiper-button-prev {
  left: unset;
  right: unset;
  top: unset;
}
.swiper-arrow .swiper-arrow-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 20px;
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  opacity: 1;
  position: relative;
  margin-top: unset;
}
.swiper-arrow .swiper-arrow-btn i {
  color: #a2aaba;
  font-size: 1.125rem;
}
.swiper-arrow .swiper-arrow-btn:hover i {
  color: #eb008b;
}
.swiper-arrow .swiper-arrow-btn::after {
  display: none;
}

.swiper-button-lock.swiper-button-prev, .swiper-button-lock.swiper-button-next {
  display: none;
}

.pagination-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pagination-navigation .swiper-pagination {
  position: relative;
  bottom: unset;
  top: unset;
  left: unset;
  width: auto;
}
.pagination-navigation .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  background-color: rgba(237, 2, 140, 0.1215686275);
  opacity: 1;
}
.pagination-navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #eb008b;
}

.heading-with-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

ul.style-bullets {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
  margin-bottom: 15px;
}
ul.style-bullets li {
  color: #495669;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: flex-start;
}
ul.style-bullets li::before {
  position: absolute;
  content: "";
  top: 7px;
  left: -21px;
  width: 7px;
  height: 7px;
  background-color: #9e789b;
  border-radius: 100%;
}
ul.style-bullets li::after {
  position: absolute;
  content: "";
  left: -25px;
  top: 3px;
  width: 15px;
  height: 15px;
  border: 2px solid #9e789b;
  border-radius: 100%;
}

a.back-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #828e9f;
  font-size: 1rem;
  text-decoration: none;
  transition: 0.4s all;
}
a.back-link i {
  color: #828e9f;
  transition: 0.4s all;
}
a.back-link:hover {
  color: #131314;
}
a.back-link:hover i {
  color: #131314;
}

.cursor-pointer {
  cursor: pointer;
}

@media (max-width: 767px) {
  .side-link {
    bottom: 150px;
  }
  .page-hero .page-hero-content .page-title h2 {
    font-size: 1.5rem;
    line-height: 28px;
  }
  .page-hero.has-bg-overlay::after {
    top: unset;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, rgb(5, 74, 138) 0%, rgba(217, 217, 217, 0) 100%);
  }
  .breadcumb {
    display: none;
  }
  .page-hero .page-hero-content {
    justify-content: flex-end;
  }
}
.text-neutral {
  color: #131314;
}

.text-blue {
  color: #0096d5 !important;
}

.floating-acc {
  position: fixed;
  bottom: 24rem;
  right: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 99999;
}

.floating-bottom-dock {
  position: fixed;
  bottom: 0px;
  display: flex;
  width: 100%;
  justify-content: center;
  z-index: 9999;
  flex-direction: column;
  padding: 0px;
  background: #f9faff;
}
.floating-bottom-dock.slide-down {
  animation: slideDown 0.4s ease-in forwards;
}
.floating-bottom-dock .close-btn {
  position: absolute;
  display: flex;
  justify-content: end;
  right: 155px;
  top: -38px;
  cursor: pointer;
  right: 10px;
  padding: 10px 20px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background: #f9faff;
}
.floating-bottom-dock .close-btn img {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: end;
}
.floating-bottom-dock .image-wrapper {
  position: relative;
  overflow: hidden;
}
.floating-bottom-dock .image-wrapper .gradient-pop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 204px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
  z-index: 1;
}
.floating-bottom-dock .image-wrapper .pb-logo {
  position: absolute;
  right: 30px;
  bottom: 30px;
  display: none;
}
.floating-bottom-dock .image-wrapper .pb-logo img {
  max-width: 150px;
  width: unset;
  object-fit: unset;
  object-position: unset;
  height: unset;
}
.floating-bottom-dock .title-wrapper {
  position: absolute;
  top: 20%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 15px;
  z-index: 111;
  opacity: 1;
}
.floating-bottom-dock .title-wrapper .float-title {
  color: white;
  font-size: 2rem;
  font-weight: 700;
  line-height: 42px;
}
.floating-bottom-dock .button-container {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}
.floating-bottom-dock img {
  width: 100%;
  object-fit: cover;
  object-position: center top;
  height: 300px;
}

@keyframes slideDown {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}
.last-updated {
  background-color: #0076bb;
  padding: 10px;
  max-width: fit-width;
}
.last-updated p {
  color: #fff;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 0;
}

html,
body {
  font-family: "Brutalista";
  font-weight: 400;
  color: #101828;
  background-color: rgba(255, 255, 255, 0.84);
}

a {
  text-decoration: none;
}

html.accessiblity-app-cursor {
  cursor: url("../images/acc/cursor.svg"), default !important;
}
html.accessiblity-app-cursor a,
html.accessiblity-app-cursor button {
  cursor: url("../images/acc/cursor.svg"), default !important;
}
html.accessiblity-app-fonts body {
  font-family: "Brutalista" !important;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
html {
  /* Webkit browsers (Chrome, Safari, Edge) */
}

body.accessiblity-app-links a {
  outline-offset: 3px;
  background-color: #eb008b;
  color: #fff !important;
  text-decoration: underline !important;
}
body[data-theme=dark-theme] {
  background: #111;
  color: #f0f0f0;
}
body[data-theme=dark-theme] .header {
  background-color: #1a1a1a;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
body[data-theme=dark-theme] .accButton span {
  color: #f0f0f0;
}
body[data-theme=dark-theme] .home-faq {
  background: #0d1117;
}
body[data-theme=dark-theme] .home-faq .guide-panel {
  background: linear-gradient(187deg, #1a2535 -4.59%, #0f1e2e 82.81%) !important;
  border-color: rgba(255, 255, 255, 0.1);
}
body[data-theme=dark-theme] .home-faq .guide-panel .guide-title {
  color: #58a6ff;
}
body[data-theme=dark-theme] .home-faq .guide-panel .guide-subtitle {
  color: #aaa;
}
body[data-theme=dark-theme] .home-faq .guide-panel .selector-row .selector-label,
body[data-theme=dark-theme] .home-faq .guide-panel .selector-row .selector-label-end {
  color: #58a6ff;
}
body[data-theme=dark-theme] .home-faq .guide-panel .selector-row .select-wrapper .form-select {
  background-color: #222 !important;
  background: #222 !important;
  color: #f0f0f0;
  border-color: rgba(255, 255, 255, 0.15);
}
body[data-theme=dark-theme] .home-faq .faq-panel {
  background: linear-gradient(187deg, #1a2535 -4.59%, #0f1e2e 82.81%) !important;
  border-color: rgba(255, 255, 255, 0.1);
}
body[data-theme=dark-theme] .home-faq .faq-panel .faq-heading {
  color: #58a6ff;
}
body[data-theme=dark-theme] .home-faq .faq-panel .accordion-flush .accordion-item {
  background: #1e2a3a;
  border-color: rgba(255, 255, 255, 0.08);
}
body[data-theme=dark-theme] .home-faq .faq-panel .accordion-flush .accordion-item .accordion-button {
  background: #1e2a3a;
  color: #e6edf3;
}
body[data-theme=dark-theme] .home-faq .faq-panel .accordion-flush .accordion-item .accordion-body {
  color: #aaa;
}
body[data-theme=dark-theme] .banking-services .banking-service-wrapper {
  background: linear-gradient(173deg, #1a2535 5.34%, #0f1e2e 94.66%);
}
body[data-theme=dark-theme] .banking-services .banking-services-header h2 {
  color: #e6edf3;
}
body[data-theme=dark-theme] .banking-services .service-card {
  background: #1e2a3a;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
body[data-theme=dark-theme] .banking-services .service-card p {
  color: #aaa;
}
body[data-theme=dark-theme] .open-account-section .box-container {
  background: linear-gradient(173.18deg, #1a2535 5.34%, #0f1e2e 94.66%) !important;
}
body[data-theme=dark-theme] .open-account-section .box-container h2,
body[data-theme=dark-theme] .open-account-section .box-container h4 {
  color: #e6edf3;
}
body[data-theme=dark-theme] .open-account-section .box-container p {
  color: #aaa;
}
body[data-theme=dark-theme] .open-account-section .box-container ul li {
  color: #aaa;
}
body[data-theme=dark-theme] .open-account-section .box-container small {
  color: #8b949e;
}
body[data-theme=dark-theme] .open-account-section .list-title {
  color: #e6edf3;
}
body[data-theme=dark-theme] .open-account-section .box-container .precentages .amount-box {
  background-color: #1e2a3a;
}
body[data-theme=dark-theme] .open-account-section .box-container .precentages .amount-box p {
  color: #aaa;
}
body[data-theme=dark-theme] .open-account-section .box-container .swiper .swiper-slide .info-box {
  background-color: rgba(30, 42, 58, 0.84);
}
body[data-theme=dark-theme] .open-account-section .box-container .swiper .swiper-slide .info-box p {
  color: #e6edf3;
}
body[data-theme=dark-theme] .contact-index {
  background: rgba(17, 151, 214, 0.05);
}
body[data-theme=dark-theme] .contact-index .title {
  color: #e6edf3;
}
body[data-theme=dark-theme] .select2-container--default .select2-dropdown {
  background-color: #1e2a3a;
  border-color: rgba(255, 255, 255, 0.1);
}
body[data-theme=dark-theme] .select2-container--default .select2-results__option {
  color: #e6edf3;
}
body[data-theme=dark-theme] .select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: #111;
  color: #f0f0f0;
  border-color: rgba(255, 255, 255, 0.1);
}
body[data-theme=dark-theme] .back-to-top {
  background-color: #1e2a3a;
  border-color: rgba(255, 255, 255, 0.15);
}
body[data-theme=dark-theme] .back-to-top-text {
  color: #aaa;
}
body[data-theme=dark-theme] .navbar,
body[data-theme=dark-theme] .ma5menu__container,
body[data-theme=dark-theme] .ma5menu__panel,
body[data-theme=dark-theme] .ma5menu-search-inserted {
  background: #111;
}
body[data-theme=dark-theme] .accessability-panel__body {
  background: #111;
}
body[data-theme=dark-theme] .accessability-panel__body ul li h5 {
  color: #fff;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icon/icomoon.eot?14nx0a");
  src: url("../fonts/icon/icomoon.eot?14nx0a#iefix") format("embedded-opentype"), url("../fonts/icon/icomoon.ttf?14nx0a") format("truetype"), url("../fonts/icon/icomoon.woff?14nx0a") format("woff"), url("../fonts/icon/icomoon.svg?14nx0a#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-health:before {
  content: "\e900";
  color: #828e9f;
}

.icon-other:before {
  content: "\e901";
  color: #828e9f;
}

.icon-leisure:before {
  content: "\e902";
  color: #828e9f;
}

.icon-food:before {
  content: "\e903";
  color: #828e9f;
}

.icon-lifestyle:before {
  content: "\e904";
  color: #828e9f;
}

.icon-supermarket:before {
  content: "\e905";
  color: #828e9f;
}

.icon-all:before {
  content: "\e906";
  color: #828e9f;
}

.btn-theme-blue {
  background-color: #0076bb;
  border-radius: 8px;
  color: #ffffff !important;
  font-weight: 400;
  font-size: 1rem;
  padding: 12px 20px;
  border: none;
  transition: all 0.3s ease;
  max-width: fit-content;
}
.btn-theme-blue.with-icon {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.btn-theme-blue.with-icon i.lni-paperclip-1 {
  font-size: 1.375rem;
  transform: rotate(45deg);
}
.btn-theme-blue:hover {
  background-color: #0069a7;
  color: #ffffff;
}
.btn-theme-blue:focus {
  background-color: #0069a7;
  color: #ffffff;
}
.btn-theme-blue:focus-visible {
  background-color: #0069a7;
  color: #ffffff;
}
.btn-theme-blue:active {
  background-color: #0069a7 !important;
  color: #ffffff !important;
}

.btn-theme-pink {
  background-color: #eb008b;
  border-radius: 6px;
  color: #ffffff;
  font-weight: 400;
  font-size: 1rem;
  padding: 12px 20px;
  border: 1px solid #eb008b;
}
.btn-theme-pink.with-left-arrow-icon {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.btn-theme-pink.with-left-arrow-icon i {
  transform: rotate(180deg);
  font-size: 1.125rem;
}
.btn-theme-pink.with-right-arrow-icon {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.btn-theme-pink.with-right-arrow-icon i {
  font-size: 1.125rem;
}
.btn-theme-pink.with-long-left-arrow {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  height: 48px;
}
.btn-theme-pink.with-long-left-arrow i {
  font-size: 1.125rem;
}
.btn-theme-pink:hover {
  background-color: #be036e;
  color: #ffffff;
}
.btn-theme-pink:focus {
  background-color: #eb008b;
  color: #ffffff;
}
.btn-theme-pink:focus-visible {
  background-color: #eb008b;
  color: #ffffff;
}
.btn-theme-pink:active {
  background-color: #eb008b !important;
  color: #ffffff !important;
}

.btn-theme-outline {
  background-color: transparent;
  border-radius: 6px;
  color: #a2aaba;
  font-weight: 400;
  font-size: 1rem;
  padding: 12px 20px;
  border: 1px solid #a2aaba;
}
.btn-theme-outline:hover {
  background-color: #eb008b;
  color: #ffffff;
  border: 1px solid #eb008b;
}
.btn-theme-outline:focus {
  background-color: unset;
  color: #a2aaba;
}
.btn-theme-outline:focus-visible {
  background-color: unset;
  color: #a2aaba;
}
.btn-theme-outline:active {
  background-color: transparent !important;
  color: #a2aaba !important;
}
.btn-theme-outline.no-radius {
  border-radius: 0;
}
.btn-theme-outline.with-arrow-icon {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.btn-theme-outline.with-arrow-icon i {
  font-size: 1.125rem;
}
.btn-theme-outline.with-left-arrow-icon {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.btn-theme-outline.with-left-arrow-icon i {
  transform: rotate(180deg);
  font-size: 1.125rem;
}
.btn-theme-outline.with-right-arrow-icon {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.btn-theme-outline.with-right-arrow-icon i {
  font-size: 1.125rem;
}
.btn-theme-outline.with-long-left-arrow-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.btn-theme-outline.with-long-left-arrow-icon i {
  font-size: 1.125rem;
}

.btn-theme-white {
  background-color: #ffffff;
  border-radius: 6px;
  color: #151515;
  font-weight: 400;
  font-size: 1rem;
  padding: 10px 20px;
  border: none;
}

.quick-links-btn {
  position: fixed;
  right: 150px;
  bottom: 0px;
  background: #eb008b;
  color: #ffffff;
  border: none;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 12px 22px;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.3px;
  cursor: pointer;
  z-index: 10000;
  box-shadow: 0 4px 20px rgba(228, 217, 223, 0.4), 0 2px 8px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 8px;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease, box-shadow 0.25s ease, background 0.2s ease;
}
.quick-links-btn.visible {
  transform: translateY(0);
  opacity: 1;
}
.quick-links-btn:hover {
  background: linear-gradient(135deg, #ff1a9d 0%, #d6008a 100%);
  box-shadow: 0 6px 28px rgba(235, 0, 139, 0.55), 0 3px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.quick-links-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 12px rgba(235, 0, 139, 0.3);
}

@keyframes pulse-dot {
  0%, 100% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.3);
  }
}
#backToTopContainer {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 99999;
}
#backToTopContainer.show {
  opacity: 1;
  visibility: visible;
}
#backToTopContainer #backToTop {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background: #0076bb;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
  padding: 7.2px;
  flex-shrink: 0;
}
#backToTopContainer #backToTop:hover {
  background: #005fa3;
  transform: translateY(-2px);
}
#backToTopContainer #backToTop:active {
  transform: translateY(0);
}
#backToTopContainer .back-to-top-text {
  color: #0076bb;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 0.3px;
}
@media (max-width: 768px) {
  #backToTopContainer {
    bottom: 1rem;
    right: 1rem;
    gap: 0.5rem;
  }
  #backToTopContainer .back-to-top-text {
    font-size: 0.75rem;
  }
}

.font-32px, .comparison-table h2, .banking-options .banking-card h2, .home-faq .faq-panel .faq-heading {
  font-family: "Brutalista";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.64px;
}

.font-16px, .banking-services .service-card p, .banking-options .banking-card p, footer .links-bar h5 {
  font-family: "Brutalista";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.font-18px, .home-faq .faq-panel .accordion-flush .accordion-item .accordion-button {
  font-family: "Brutalista";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.header {
  background-color: #ffffff;
  box-shadow: 0 1px 2px rgba(23, 23, 23, 0.06);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.header-container {
  margin: 0 auto;
  padding: 20px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .header-container {
    padding: 20px 16px;
  }
}
.header-actions {
  display: flex;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.logo-icon {
  max-width: 308.378px;
  width: 100%;
}
@media (max-width: 580px) {
  .logo-icon {
    max-width: 212.378px;
  }
}
@media (max-width: 480px) {
  .logo-icon {
    max-width: 180px;
  }
}
@media (max-width: 1023px) {
  .logo-text {
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .logo-text {
    font-size: 0.8125rem;
  }
}

.nav {
  flex: 1;
  display: flex;
  padding-left: 119px;
}
@media (max-width: 1200px) {
  .nav {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .nav {
    padding-left: 0;
    display: none;
  }
}
.nav-list {
  display: flex;
  list-style: none;
  gap: 28px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1023px) {
  .nav-list {
    gap: 25px;
  }
}
.nav-link {
  color: #495669;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  transition: color 0.3s ease;
  position: relative;
}
@media (max-width: 1025px) {
  .nav-link {
    font-size: 0.875rem;
  }
}
.nav-link.active {
  color: #0076BB !important;
}
.nav-link:hover {
  color: #0076BB;
}

.cta-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0076BB;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.cta-btn:hover {
  transform: translateY(-2px);
}
@media (max-width: 1023px) {
  .cta-btn {
    padding: 8px 16px;
    font-size: 0.8125rem;
    gap: 6px;
  }
}
@media (max-width: 991px) {
  .cta-btn {
    display: block !important;
    padding: 6px 6px !important;
  }
}
@media (max-width: 430px) {
  .cta-btn {
    padding: 4px 4px !important;
    font-size: 0.4125rem !important;
  }
}

.phone-icon {
  width: 18px;
  height: 18px;
}

.mobile-toggle {
  display: none;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .mobile-toggle {
    display: flex;
  }
}
.mobile-toggle.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.mobile-toggle.active .hamburger-line:nth-child(2) {
  opacity: 0;
}
.mobile-toggle.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(10px, -10px);
}

.hamburger-line {
  width: 24px;
  height: 3px;
  background-color: #eb008b;
  margin: 5px 0;
  transition: all 0.3s ease;
  border-radius: 2px;
}
@media (max-width: 991px) {
  .hamburger-line {
    width: 22px;
    height: 2.5px;
    margin: 4px 0;
  }
}

.mobile-menu {
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  background-color: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.mobile-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mobile-nav-list {
  list-style: none;
  padding: 20px 0;
  margin: 0;
}

.mobile-nav-link {
  display: block;
  padding: 12px 20px;
  color: #495669;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 500;
  transition: background-color 0.3s ease, color 0.3s ease;
  border-left: 3px solid transparent;
}
.mobile-nav-link:hover {
  background-color: #f8fafe;
  color: #eb008b;
  border-left-color: #eb008b;
}

.mobile-cta-btn {
  display: block;
  margin: 10px 20px 0;
  padding: 12px 20px;
  background-color: #eb008b;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  text-align: center;
  font-weight: 600;
  font-size: 0.875rem;
  transition: background-color 0.3s ease;
}
.mobile-cta-btn:hover {
  background-color: #d6006f;
}

/* Desktop */
@media (min-width: 1024px) {
  .nav {
    display: flex;
  }
  .mobile-toggle {
    display: none;
  }
  .mobile-menu {
    display: none;
  }
}
@media (max-width: 1023px) {
  .nav-list {
    gap: 25px;
  }
  .nav-link {
    font-size: 0.875rem;
  }
  .cta-btn {
    padding: 8px 16px;
    font-size: 0.8125rem;
    gap: 6px;
  }
  .logo-text {
    font-size: 0.875rem;
  }
}
/* Mobile */
@media (max-width: 768px) {
  .header-container {
    height: 60px;
    padding: 0 16px;
  }
  .logo-text {
    font-size: 0.8125rem;
  }
  .nav {
    display: none;
  }
  .cta-btn {
    display: none;
  }
  .mobile-toggle {
    display: flex;
  }
  .hamburger-line {
    width: 22px;
    height: 2.5px;
    margin: 4px 0;
  }
}
footer {
  margin-top: 40px;
}
footer .footer-row {
  max-width: 924px;
  margin: 0 auto;
}
footer .search-bar {
  background: linear-gradient(90deg, #0076bb 0%, #18b4e9 100%);
  padding: 30px 0;
}
footer .search-bar .input-group input {
  height: 80px;
  color: #131314;
  font-size: 1rem;
  font-weight: 400;
  border: 1px solid #e5e9f0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-left: 25px;
  padding-right: 15px;
}
footer .search-bar .input-group input::placeholder {
  color: #828e9f;
}
footer .search-bar .input-group input:focus {
  box-shadow: unset;
}
footer .search-bar .input-group button {
  background-color: #ffffff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding-right: 25px;
}
footer .search-bar .input-group button:active {
  background-color: #ffffff;
  border: none;
}
footer .contact-container {
  padding: 20px 0 0 0;
  background-color: #004a80;
}
footer .contact-container .contact-bar {
  background-color: #004374;
  padding: 30px 0;
  border-radius: 8px;
}
footer .contact-container .contact-bar .contact-box {
  display: flex;
  align-items: center;
  gap: 20px;
}
footer .contact-container .contact-bar .contact-box .icon-box {
  width: 72px;
  height: 72px;
  border-radius: 8px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .contact-container .contact-bar .contact-box .icon-box img {
  width: 40px;
}
footer .contact-container .contact-bar .contact-box .contact-info h5 {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 1px;
}
footer .contact-container .contact-bar .contact-box .contact-info a {
  color: #0096d5;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.875rem;
}
footer .contact-container .contact-bar .contact-box .contact-info a:hover {
  color: #eb008b;
}
footer .contact-container .contact-bar .contact-box .contact-info span {
  color: #0096d5;
}
footer .links-bar {
  background-color: #004a80;
  padding: 0px 0px 40px 0;
}
footer .links-bar h6 {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 8px;
}
footer .links-bar h5 {
  font-weight: 500;
  color: #c5cdd9;
}
footer .links-bar ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .links-bar ul li a {
  color: #c5cdd9;
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  transition: 0.4s all;
}
footer .links-bar ul li a:hover {
  color: #eb008b;
}
footer .color-bar {
  width: 100%;
  display: flex;
  align-items: center;
}
footer .color-bar .column-1 {
  height: 40px;
  width: 10%;
  background-color: #e12490;
}
footer .color-bar .column-2 {
  height: 40px;
  width: 20%;
  background-color: #0076bb;
}
footer .color-bar .column-3 {
  height: 40px;
  width: 70%;
  background-color: #238dc1;
}
footer .social-and-app-bar {
  padding: 30px 0;
}
footer .social-and-app-bar .app-image {
  display: flex;
  align-items: center;
  gap: 8px;
}
footer .social-and-app-bar .app-image img {
  max-width: 148px;
}
footer .social-and-app-bar .app-image a {
  text-decoration: none;
}
footer .social-and-app-bar .app-image a img {
  width: auto;
}
footer .social-and-app-bar .social-links ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
footer .social-and-app-bar .social-links ul li a {
  text-decoration: none;
}
footer .social-and-app-bar .social-links ul li a img {
  width: 32px;
  transition: 0.4s all;
  transform: scale(1);
}
footer .social-and-app-bar .social-links ul li a:hover img {
  transform: scale(1.1);
}
footer .bottom-bar {
  padding: 15px 0;
  border-top: 1px solid #e5e9f0;
}
footer .bottom-bar .copyright ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 1200px) {
  footer .bottom-bar .copyright ul {
    gap: 10px;
  }
}
footer .bottom-bar .copyright ul li {
  color: #828e9f;
  font-size: 0.875rem;
  font-weight: 400;
}
footer .bottom-bar .copyright ul li a {
  color: #828e9f;
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  transition: 0.4s all;
}
footer .bottom-bar .copyright ul li a:hover {
  color: #eb008b;
}
footer .bottom-bar .credit {
  text-align: right;
}
@media (max-width: 991px) {
  footer .bottom-bar .credit {
    text-align: center;
  }
}
footer .bottom-bar .credit a {
  text-decoration: none;
  color: #828e9f;
  font-size: 0.875rem;
  font-weight: 400;
}
footer .bottom-bar .credit span {
  color: #eb008b;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}

@media (max-width: 767px) {
  footer .social-and-app-bar .app-image a img {
    width: 100%;
  }
  footer .social-and-app-bar .social-links ul {
    justify-content: center;
  }
  footer .contact-container {
    padding: 20px 0 20px 0;
  }
  footer .contact-container .contact-bar {
    padding: 30px 20px;
  }
  footer .links-bar ul {
    gap: 6px;
  }
}
.social-and-app-banner {
  padding-top: 30px;
  gap: 12px;
}
.social-and-app-banner .app-image {
  gap: 12px;
}
.social-and-app-banner img {
  max-width: 120px;
}
@media (max-width: 580px) {
  .social-and-app-banner img {
    max-width: 100px;
  }
}
@media (max-width: 480px) {
  .social-and-app-banner img {
    max-width: 90px;
  }
}

/* ============================================================
   Select2 Customization for FAQ Section

   IMPORTANT: Select2 appends its dropdown to <body>, NOT inside
   .home-faq. So dropdown styles MUST be at root scope.
   Only the trigger (.select2-selection) is inside .home-faq.
   ============================================================ */
@keyframes s2DropdownIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes s2FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.select2-container--default .select2-dropdown {
  border: 1px solid rgba(0, 118, 187, 0.1) !important;
  border-radius: 14px !important;
  margin-top: 6px !important;
  box-shadow: 0 12px 48px rgba(0, 48, 103, 0.18), 0 4px 16px rgba(0, 118, 187, 0.08) !important;
  background: #fff !important;
  padding: 0 !important;
  overflow: hidden !important;
  animation: s2DropdownIn 0.2s ease-out !important;
  z-index: 9999 !important;
}
.select2-container--default .select2-dropdown.select2-dropdown--above {
  margin-top: 0 !important;
  margin-bottom: 6px !important;
  border-radius: 14px !important;
}
.select2-container--default .select2-search--dropdown {
  padding: 12px 12px 10px !important;
  margin: 0 !important;
  border-bottom: 1px solid #f0f3f7 !important;
  background: #fafbfd !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 10px !important;
  padding: 10px 14px 10px 36px !important;
  font-size: 0.84375rem !important;
  font-weight: 450 !important;
  outline: none !important;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2394a3b8' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85zm-5.242.656a5 5 0 1 1 0-10 5 5 0 0 1 0 10z'/%3E%3C/svg%3E") no-repeat 12px center !important;
  background-size: 14px !important;
  color: #1a2332 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
  line-height: 1.4 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
  color: #94a3b8 !important;
  font-weight: 400 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #0076BB !important;
  box-shadow: 0 0 0 3px rgba(0, 118, 187, 0.12) !important;
}
.select2-container--default .select2-results__options {
  max-height: 300px !important;
  padding: 6px !important;
  overflow-y: auto !important;
}
.select2-container--default .select2-results__options::-webkit-scrollbar {
  width: 5px;
}
.select2-container--default .select2-results__options::-webkit-scrollbar-track {
  background: transparent;
}
.select2-container--default .select2-results__options::-webkit-scrollbar-thumb {
  background: rgba(0, 118, 187, 0.2);
  border-radius: 10px;
}
.select2-container--default .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 118, 187, 0.35);
}
.select2-container--default .select2-results__option {
  padding: 10px 14px !important;
  font-size: 0.84375rem !important;
  line-height: 1.55 !important;
  font-weight: 450 !important;
  cursor: pointer !important;
  white-space: normal !important;
  word-wrap: break-word !important;
  border-radius: 8px !important;
  margin: 2px 0 !important;
  color: #1a2332 !important;
  background: transparent !important;
  position: relative !important;
  transition: all 0.15s ease !important;
  border: 1px solid transparent !important;
}
.select2-container--default .select2-results__option.select2-results__option--highlighted, .select2-container--default .select2-results__option.select2-results__option--highlighted[aria-selected] {
  background: rgba(0, 118, 187, 0.06) !important;
  color: #0076BB !important;
  border-color: rgba(0, 118, 187, 0.08) !important;
  transform: none !important;
  box-shadow: none !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background: rgba(0, 118, 187, 0.1) !important;
  color: #0076BB !important;
  font-weight: 550 !important;
  border-color: rgba(0, 118, 187, 0.12) !important;
}
.select2-container--default .select2-results__option:first-child {
  color: #1a2332 !important;
  font-weight: 450 !important;
}
.select2-container--default .select2-results__message {
  padding: 16px 14px !important;
  font-size: 0.8125rem !important;
  color: #64748b !important;
  text-align: center !important;
  font-weight: 400 !important;
}

.home-faq select.form-select,
.home-faq select#customerType,
.home-faq select#actionType {
  display: none !important;
}
.home-faq .select2-container {
  width: 100% !important;
}
.home-faq .select2-container--default .select2-selection--single {
  overflow: hidden;
  border-radius: 42px;
  min-width: 250px;
  border: 2px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  min-height: 52px;
  padding: 0;
  display: flex;
  align-items: center;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  position: relative;
}
.home-faq .select2-container--default .select2-selection--single:hover {
  border-color: rgba(0, 118, 187, 0.4);
  box-shadow: 0 2px 8px rgba(0, 118, 187, 0.1);
}
.home-faq .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 12px 44px 12px 20px;
  font-size: 0.90625rem;
  line-height: 1.5;
  color: #1a2332;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  letter-spacing: 0.01em;
  max-width: 505px;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .home-faq .select2-container--default .select2-selection--single .select2-selection__rendered {
    max-width: 300px;
  }
}
.home-faq .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #94a3b8;
}
.home-faq .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  width: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  right: 4px;
  top: 0;
  position: absolute;
  pointer-events: none;
}
.home-faq .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #0076BB transparent transparent transparent;
  border-width: 6px 5px 0 5px;
  border-style: solid;
  margin: 0;
  transition: transform 0.2s ease;
}
.home-faq .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #0076BB;
  box-shadow: 0 0 0 3px rgba(0, 118, 187, 0.12);
}
.home-faq .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
  border-color: #0076BB transparent transparent transparent;
}
.home-faq .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #0076BB;
  box-shadow: 0 0 0 3px rgba(0, 118, 187, 0.12);
  outline: none;
}
.home-faq .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #f8f9fb;
  cursor: not-allowed;
  opacity: 0.55;
  box-shadow: none;
  border-color: #e8ecf0;
}
.home-faq .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
  color: #a0aec0;
}
.home-faq .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow b {
  border-color: #c0c8d4 transparent transparent transparent;
}
.home-faq .select2-container--below .select2-selection--single {
  border-bottom-left-radius: 42px !important;
  border-bottom-right-radius: 42px !important;
}
.home-faq .select-wrapper,
.home-faq .select-wrapper-wide {
  flex: 1;
  min-width: 0;
  position: relative;
}

.faq-highlight {
  animation: highlightFade 2.5s ease-in-out;
  border-radius: 4px;
}

@keyframes highlightFade {
  0% {
    background-color: rgba(0, 118, 187, 0.15);
    box-shadow: 0 0 0 4px rgba(0, 118, 187, 0.1);
  }
  100% {
    background-color: transparent;
    box-shadow: none;
  }
}
.table-scroll-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  display: block;
}

.table-faq {
  min-width: 480px;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(93, 191, 238, 0.5);
}
.table-faq thead tr th {
  background-color: #0076bb;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 14px 14px;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.table-faq thead tr th:first-child {
  border-top-left-radius: 8px;
}
.table-faq thead tr th:last-child {
  border-top-right-radius: 8px;
}
.table-faq tbody tr td {
  padding: 9px 14px;
  border: 1px solid var(--bgbr-brand-brand-1012, rgba(17, 151, 214, 0.12));
  vertical-align: middle;
}
.table-faq tbody tr:nth-of-type(odd) td {
  background: rgba(255, 255, 255, 0.32);
}
.table-faq tbody tr:nth-of-type(even) td {
  background: rgba(255, 255, 255, 0.32);
}

.font-32px, .comparison-table h2, .banking-options .banking-card h2, .home-faq .faq-panel .faq-heading {
  font-family: "Brutalista";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.64px;
}

.font-16px, .banking-services .service-card p, .banking-options .banking-card p, footer .links-bar h5 {
  font-family: "Brutalista";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.font-18px, .home-faq .faq-panel .accordion-flush .accordion-item .accordion-button {
  font-family: "Brutalista";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.hero {
  padding: 0px;
  position: relative;
}
@media (max-width: 991px) {
  .hero {
    padding: 0 0px;
  }
}
.hero .button-digital {
  position: absolute;
  top: 80%;
  right: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
  padding-bottom: 15px;
}
.hero .button-digital .btn-theme-blue {
  font-size: 0.8rem;
  padding: 8px 11px;
}
@media (max-width: 999px) {
  .hero .button-digital {
    left: 50%;
    right: auto;
    top: 90%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero .button-digital .social-and-app-banner {
    padding-top: 12px;
  }
}
.hero .hero-swiper {
  width: 100%;
  overflow: hidden;
}
.hero .hero-swiper .swiper-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.hero .hero-swiper .swiper-slide {
  width: 100%;
  flex-shrink: 0;
}
.hero .hero-inner {
  position: relative;
}
.hero .hero-inner img {
  width: 100%;
  height: auto;
  display: block;
}
.hero .hero-inner .hero-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
}
.hero .hero-inner .see-more-btn {
  position: absolute;
  right: 13px;
  bottom: 10px;
  padding: 5px 10px !important;
  border: none;
  cursor: pointer;
}
.hero .hero-inner .see-more-btn .btn-label-mobile {
  display: none;
}
@media (max-width: 767px) {
  .hero .hero-inner .see-more-btn .btn-label-desktop {
    display: none;
  }
  .hero .hero-inner .see-more-btn .btn-label-mobile {
    display: none;
  }
}
.hero .hero-inner .hero-text {
  color: #ffffff;
  text-align: left;
  max-width: 600px;
}
.hero .hero-inner .hero-text h1 {
  color: #fff;
  font-family: "Brutalista";
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: -0.96px;
}
.hero .hero-inner .hero-text p {
  color: #fff;
  font-family: "Brutalista";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-top: 12px;
}

.home-faq {
  padding: 24px 0px 40px 0;
  background: #f5f9fc;
}
.home-faq .faq-wrapper {
  display: flex;
  align-items: stretch;
}
.home-faq .guide-panel {
  border-radius: var(--radius-s, 12px);
  border: 2px solid rgba(255, 255, 255, 0.8);
  background: linear-gradient(187deg, #e9f7ff -4.59%, var(--Primary-Brand---1-004, #cbe9f7) 82.81%), linear-gradient(180deg, #18b4e9 0%, #0076bb 100%), #d9d9d9;
  padding: 48px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-faq .guide-panel .guide-title {
  color: #0076bb;
  text-align: center;
  font-family: "Brutalista";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 120% */
  letter-spacing: -0.8px;
}
.home-faq .guide-panel .guide-subtitle {
  color: #5d5d5d;
  text-align: center;
  font-family: "Brutalista";
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 60px;
}
@media (max-width: 580px) {
  .home-faq .guide-panel .guide-subtitle {
    margin-bottom: 30px;
  }
}
.home-faq .guide-panel .selector-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.home-faq .guide-panel .selector-row .selector-label {
  color: #0080c7;
  font-family: "Brutalista";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -1.28px;
}
.home-faq .guide-panel .selector-row .selector-label-end {
  color: #0080c7;
  font-family: "Brutalista";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -1.28px;
}
.home-faq .guide-panel .selector-row .selector-label-end.dot-label {
  margin-left: -9px;
}
.home-faq .guide-panel .selector-row .select-wrapper {
  flex: 1;
  min-width: 200px;
  position: relative;
}
.home-faq .guide-panel .selector-row .select-wrapper .form-select {
  width: 100%;
  padding: 12px 40px 12px 16px;
  font-size: 0.875rem;
  color: #333;
  background-color: #fff;
  appearance: none;
  background-image: none !important;
  background-repeat: no-repeat;
  background-position: right 12px center;
  border-radius: 42px;
  border: 2px solid #f2f4fa;
  background: #fff !important;
  box-shadow: 1px 2px 12px 0 rgba(0, 128, 199, 0.05);
  background-size: 12px 6px;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.home-faq .guide-panel .selector-row .select-wrapper .form-select:focus {
  outline: none;
  border-color: #eb008b;
  box-shadow: 0 0 0 3px rgba(235, 0, 139, 0.1);
}
.home-faq .guide-panel button {
  max-width: fit-content;
  margin: auto;
}
.home-faq .faq-panel {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  border: 1px solid #e8f4fc;
  border-radius: var(--radius-s, 12px);
  border: 2px solid rgba(255, 255, 255, 0.8);
  background: linear-gradient(187deg, #e9f7ff -4.59%, var(--Primary-Brand---1-004, #cbe9f7) 82.81%), #d9d9d9;
}
.home-faq .faq-panel .faq-heading {
  color: #0076BB;
  margin: 0 0 20px 0;
  line-height: 40px;
}
.home-faq .faq-panel .faq-list-container {
  flex: 1;
  overflow-y: auto;
  max-height: 370px;
  padding-right: 8px;
}
.home-faq .faq-panel .faq-list-container::-webkit-scrollbar {
  width: 5px;
}
.home-faq .faq-panel .faq-list-container::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
}
.home-faq .faq-panel .faq-list-container::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 4px;
}
.home-faq .faq-panel .faq-list-container::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.home-faq .faq-panel .accordion-flush .accordion-item {
  border: 1px solid #e8f4fc;
  border-radius: 8px;
  margin-bottom: 8px;
  background: #fff;
}
.home-faq .faq-panel .accordion-flush .accordion-item:last-child {
  margin-bottom: 0;
}
.home-faq .faq-panel .accordion-flush .accordion-item .accordion-header {
  margin: 0;
  border-bottom: 0px;
}
.home-faq .faq-panel .accordion-flush .accordion-item .accordion-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  background: #fff;
  border: none;
  border-radius: 8px;
  text-align: left;
  cursor: pointer;
  transition: color 0.2s;
  color: #131314;
}
.home-faq .faq-panel .accordion-flush .accordion-item .accordion-button::after {
  content: "";
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 4.08253L0.917474 0L0 0.917474L4.54126 5.45874C4.79462 5.71209 5.20538 5.71209 5.45874 5.45874L10 0.917474L9.08253 0L5 4.08253Z" fill="%23828E9F"/></svg>');
  background-repeat: no-repeat;
  background-size: 16px;
  transition: transform 0.2s;
}
.home-faq .faq-panel .accordion-flush .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}
.home-faq .faq-panel .accordion-flush .accordion-item .accordion-button:not(.nocollapsed) {
  box-shadow: none;
}
.home-faq .faq-panel .accordion-flush .accordion-item .accordion-button:hover {
  color: #eb008b;
}
.home-faq .faq-panel .accordion-flush .accordion-item .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.home-faq .faq-panel .accordion-flush .accordion-item .accordion-collapse.collapse:not(.show) {
  display: none;
}
.home-faq .faq-panel .accordion-flush .accordion-item .accordion-body {
  padding: 0 20px 16px 20px;
  font-size: 0.875rem;
  color: #666;
  line-height: 1.6;
}
@media (max-width: 992px) {
  .home-faq {
    padding: 40px 0;
  }
  .home-faq .faq-wrapper {
    flex-direction: column;
  }
  .home-faq .guide-panel {
    padding: 32px;
  }
  .home-faq .faq-panel .faq-list-container {
    max-height: 300px;
  }
}
@media (max-width: 768px) {
  .home-faq .guide-panel {
    padding: 28px 24px;
  }
  .home-faq .guide-panel .guide-title {
    font-size: 1.625rem;
  }
  .home-faq .guide-panel .selector-row {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .home-faq .guide-panel .selector-row .select-wrapper {
    width: 100%;
  }
  .home-faq .guide-panel .selector-row .selector-label-end {
    display: none;
  }
  .home-faq .guide-panel .btn-find-solution {
    width: 100%;
    text-align: center;
  }
  .home-faq .faq-panel {
    padding: 24px;
  }
  .home-faq .faq-panel .accordion-flush .accordion-item .accordion-button {
    font-size: 0.875rem;
    padding: 14px 16px;
  }
}
@media (max-width: 480px) {
  .home-faq {
    padding: 30px 0;
  }
  .home-faq .guide-panel {
    padding: 24px 20px;
  }
  .home-faq .guide-panel .guide-title {
    font-size: 1.375rem;
  }
  .home-faq .faq-panel {
    padding: 20px;
  }
  .home-faq .faq-panel .faq-list-container {
    max-height: 260px;
  }
}

.banking-options {
  background-color: #fff;
  margin: auto;
}
.banking-options .banking-card {
  position: relative;
  background: linear-gradient(135deg, #0e4f8a 0%, #1a6ab8 100%);
  background-image: url("/images/card-bg.png");
  min-height: 300px;
  background-position: center right;
  background-size: cover;
  border-radius: 20px;
  padding: 37px;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.banking-options .banking-card .gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent);
  border-radius: 20px 20px 0 0;
  z-index: 1;
}
.banking-options .banking-card .card-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #ffffff;
  color: #0076bb;
  padding: 8px 16px;
  border-radius: 8px;
  margin-bottom: 65px;
  font-size: 0.875rem;
  font-weight: 600;
  width: fit-content;
}
.banking-options .banking-card .card-badge .badge-icon {
  width: 18px;
  height: 18px;
}
.banking-options .banking-card h2 {
  margin-bottom: 20px;
  color: #fff;
}
.banking-options .banking-card p {
  margin-bottom: 32px;
  max-width: 686px;
  color: #fff;
}
.banking-options .banking-card .card-content {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.banking-options .banking-card .card-text {
  flex: 1;
}
@media (max-width: 480px) {
  .banking-options .banking-card .card-text {
    text-align: center;
  }
}
.banking-options .banking-card .card-image {
  flex: 1;
}
.banking-options .banking-card .card-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.banking-options .banking-card .pb-logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.banking-options .banking-card .pb-logo img {
  max-width: 150px;
}
.banking-options .banking-card {
  /* Alternate text alignment for even cards */
}
.banking-options .banking-card:nth-child(even) {
  text-align: right;
  background-image: url("/images/card-bg-2.png");
}
.banking-options .banking-card:nth-child(even) .pb-logo {
  display: none;
}
.banking-options .banking-card:nth-child(even) .card-badge {
  justify-content: flex-end;
}
.banking-options .banking-card:nth-child(even) p {
  margin-left: auto;
  margin-right: 0;
}
.banking-options .banking-card:nth-child(even) .btn-view-details {
  margin-left: auto;
  display: inline-block;
}
.banking-options .with-image {
  padding: 16px 40px;
}
@media (max-width: 768px) {
  .banking-options {
    padding: 40px 0;
  }
  .banking-options .banking-card {
    padding: 30px;
  }
  .banking-options .banking-card h2 {
    font-size: 1.5rem;
    line-height: 32px;
  }
  .banking-options .banking-card p {
    font-size: 0.875rem;
    line-height: 22px;
  }
  .banking-options .banking-card .card-badge {
    font-size: 0.8125rem;
    padding: 6px 12px;
  }
  .banking-options .banking-card .card-badge .badge-icon {
    width: 16px;
    height: 16px;
  }
}

.digital-bank-section .box {
  background: linear-gradient(173.18deg, #e9f7ff 5.34%, #cbe9f7 94.66%);
  padding: 40px 40px 40px 40px;
  border-radius: 12px;
  height: 100%;
}
@media (max-width: 480px) {
  .digital-bank-section .box {
    padding: 32px 25px;
  }
}
.digital-bank-section .box .info-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 48px;
}
.digital-bank-section .box .info-box .info p {
  color: #767779;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 32px;
}
.digital-bank-section .box .info-box .info a {
  text-decoration: none;
  color: #eb008b;
  font-size: 0.875rem;
  font-weight: 400;
}
.digital-bank-section .box .info-box .app-logo {
  display: flex;
  align-items: center;
  gap: 8px;
}
.digital-bank-section .box .info-box .app-logo a {
  text-decoration: none;
}
.digital-bank-section .box .info-box .app-logo a img {
  max-width: 108px;
  width: 100%;
}
.digital-bank-section .box .info-box a {
  text-decoration: none;
  color: #115fad;
  font-size: 0.875rem;
  font-weight: 400;
}
.digital-bank-section .box .app-image {
  margin: 0;
}
.digital-bank-section .box .app-image img {
  width: 100%;
}

.page-about.title-blue h2 {
  color: #0076bb !important;
}
.page-about .page-about-card h2 {
  color: #231f20;
  font-family: "Brutalista";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -0.64px;
}
.page-about .page-about-card p {
  color: #767779;
}

.banking-services.text-blue h2 {
  color: #0076bb !important;
}
.banking-services .banking-service-wrapper {
  border-radius: 12px;
  padding: 60px;
  background: linear-gradient(173deg, #e9f7ff 5.34%, var(--Primary-Brand---1-004, #cbe9f7) 94.66%);
}
@media (max-width: 992px) {
  .banking-services .banking-service-wrapper {
    padding: 30px;
  }
}
.banking-services .banking-services-header {
  margin-bottom: 48px;
  text-align: center;
}
.banking-services .banking-services-header h2 {
  color: var(--text-icon-neutral-001, #131314);
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 41px;
  letter-spacing: -0.64px;
}
.banking-services .service-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 24px 32px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.banking-services .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.banking-services .service-card .service-icon {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}
.banking-services .service-card .service-icon svg {
  width: 56px;
  height: 56px;
}
.banking-services .service-card h3 {
  color: #0076bb;
  text-align: center;
  font-family: "Brutalista";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 136.364% */
  letter-spacing: -0.44px;
  margin-bottom: 16px;
}
.banking-services .service-card p {
  color: #767779;
  font-weight: 500 !important;
  margin-bottom: 24px;
}
.banking-services .service-card .btn-theme-blue {
  margin: auto;
}
@media (max-width: 992px) {
  .banking-services {
    padding: 48px 0;
  }
  .banking-services .mb-24 {
    margin-bottom: 24px;
  }
  .banking-services .banking-services-header {
    margin-bottom: 36px;
  }
  .banking-services .banking-services-header h2 {
    font-size: 1.75rem;
  }
  .banking-services .service-card {
    padding: 24px 26px;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .banking-services {
    padding: 40px 0;
  }
  .banking-services .banking-services-header {
    margin-bottom: 32px;
  }
  .banking-services .banking-services-header h2 {
    font-size: 2rem;
  }
  .banking-services .service-card {
    padding: 24px 20px;
    margin-bottom: 20px;
  }
  .banking-services .service-card h3 {
    font-size: 1.375rem;
  }
  .banking-services .service-card p {
    font-size: 1rem;
  }
  .banking-services .service-card .btn-view-details {
    padding: 9px 20px;
    font-size: 0.8125rem;
  }
}
@media (max-width: 480px) {
  .banking-services {
    padding: 30px 0;
  }
  .banking-services .banking-services-header {
    margin-bottom: 32px;
  }
  .banking-services .banking-services-header h2 {
    font-size: 1.375rem;
  }
  .banking-services .service-card {
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

.comparison-table {
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: var(--radius-s, 12px);
  background: var(--bgbr-brand-brand-1014, #e9f8ff);
}
.comparison-table h2 {
  color: #131314;
  text-align: center;
  font-weight: 400;
}
.comparison-table h2.text-blue {
  color: #0096d5;
}
.comparison-table .comparison-subtitle {
  max-width: 602px;
  color: #5d5d5d;
  text-align: center;
  font-family: "Brutalista";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: auto;
}
.comparison-table .table-responsive {
  margin-top: 32px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.comparison-table .table-responsive::-webkit-scrollbar {
  height: 6px;
}
.comparison-table .table-responsive::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.comparison-table .table-responsive::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}
.comparison-table .comparison-table-content {
  width: 100%;
  min-width: 800px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
.comparison-table .comparison-table-content thead tr {
  display: table-row;
}
.comparison-table .comparison-table-content thead tr th {
  display: table-cell;
  background: var(--bgbr-brand-brand-1007, #0076bb);
  color: #fff;
  border-bottom: 1px solid var(--bgbr-light-010, rgba(255, 255, 255, 0.32));
  padding: 16px 20px;
  font-family: "Brutalista";
  font-size: 0.875rem;
  font-weight: 500;
  text-align: left;
  border: none;
  vertical-align: middle;
}
.comparison-table .comparison-table-content thead tr th.feature-header {
  width: 20%;
  border-bottom: 1px solid var(--bgbr-light-010, rgba(255, 255, 255, 0.32));
  border-right: 1px solid var(--bgbr-light-010, rgba(255, 255, 255, 0.32));
  border-radius: 12px 0 0 0;
}
.comparison-table .comparison-table-content thead tr th.compare-header {
  width: 40%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  gap: 8px;
}
.comparison-table .comparison-table-content thead tr th.compare-header:last-child {
  border-radius: 0 12px 0 0;
}
.comparison-table .comparison-table-content thead tr th .header-table-compare {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comparison-table .comparison-table-content thead tr th .compare-label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 400;
  opacity: 0.9;
}
.comparison-table .comparison-table-content thead tr th .compare-select {
  width: 100%;
  max-width: 296px;
  padding: 10px 36px 10px 14px;
  font-size: 0.8125rem;
  color: #333;
  background-color: #fff;
  appearance: none;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="6" viewBox="0 0 11 6" fill="none"><path d="M11 0L5.5 5.5L0 0" fill="%23131314"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
  border-radius: 42px;
  border: 2px solid #f2f4fa;
  box-shadow: 1px 2px 12px 0 rgba(0, 128, 199, 0.05);
}
@media (max-width: 1200px) {
  .comparison-table .comparison-table-content thead tr th .compare-select {
    max-width: 220px;
  }
}
.comparison-table .comparison-table-content thead tr th .compare-select:focus {
  outline: none;
  border-color: #0076bb;
  box-shadow: 0 0 0 2px rgba(0, 118, 187, 0.15);
}
.comparison-table .comparison-table-content tbody tr .feature-cell {
  background-color: #0076bb;
  color: #fff;
  border-bottom: 1px solid var(--bgbr-light-010, rgba(255, 255, 255, 0.32));
}
.comparison-table .comparison-table-content tbody tr {
  background: var(--bgbr-light-010, rgba(255, 255, 255, 0.32));
}
.comparison-table .comparison-table-content tbody tr:last-child td:first-child {
  border-radius: 0 0 0 12px;
}
.comparison-table .comparison-table-content tbody tr:last-child td:last-child {
  border-radius: 0 0 12px 0;
}
.comparison-table .comparison-table-content tbody tr td {
  padding: 16px 20px;
  font-size: 0.875rem;
  text-align: left;
  border: none;
  vertical-align: middle;
  border-bottom: 1px solid var(--bgbr-brand-brand-1012, rgba(17, 151, 214, 0.12));
  border-left: 1px solid var(--bgbr-brand-brand-1012, rgba(17, 151, 214, 0.12));
}
.comparison-table .comparison-table-content tbody tr td.feature-cell {
  width: 20%;
  font-weight: 500;
}
@media (max-width: 992px) {
  .comparison-table {
    padding: 32px 0;
  }
  .comparison-table h2 {
    font-size: 1.625rem;
    margin-bottom: 24px;
  }
  .comparison-table .comparison-table-content thead tr th,
  .comparison-table .comparison-table-content tbody tr td {
    padding: 14px 16px;
    font-size: 0.8125rem;
  }
  .comparison-table .comparison-table-content thead tr th .compare-select {
    max-width: 160px;
    font-size: 0.75rem;
  }
}
@media (max-width: 768px) {
  .comparison-table {
    padding: 24px 0;
    margin-top: 24px;
  }
  .comparison-table h2 {
    font-size: 1.375rem;
  }
  .comparison-table .comparison-table-content {
    min-width: 600px;
  }
  .comparison-table .comparison-table-content thead tr th,
  .comparison-table .comparison-table-content tbody tr td {
    padding: 12px 14px;
    font-size: 0.75rem;
  }
  .comparison-table .comparison-table-content thead tr th .compare-label {
    font-size: 0.6875rem;
  }
  .comparison-table .comparison-table-content thead tr th .compare-select {
    max-width: 140px;
    padding: 8px 30px 8px 10px;
    font-size: 0.6875rem;
  }
}

.contact-index {
  margin: 0px 0px;
  padding: 48px;
  background: var(--bgbr-brand-brand-1013, rgba(17, 151, 214, 0.08));
}
@media (max-width: 768px) {
  .contact-index {
    padding: 30px 20px;
  }
}
.contact-index .title {
  font-weight: 400;
  margin-bottom: 20px;
}
.contact-index .contact-bar {
  background-color: #004374;
  padding: 30px 0;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .contact-index .contact-bar {
    padding: 30px 20px;
  }
}
.contact-index .contact-bar .contact-box {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact-index .contact-bar .contact-box .icon-box {
  width: 72px;
  height: 72px;
  border-radius: 8px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-index .contact-bar .contact-box .icon-box img {
  width: 40px;
}
.contact-index .contact-bar .contact-box .contact-info h5 {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 1px;
}
.contact-index .contact-bar .contact-box .contact-info a {
  color: #0096d5;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.875rem;
}
.contact-index .contact-bar .contact-box .contact-info a:hover {
  color: #eb008b;
}
.contact-index .contact-bar .contact-box .contact-info span {
  color: #0096d5;
}

.open-account-section.custom-digital-guide {
  padding: 0px;
  margin-top: 30px;
}
.open-account-section.bg-white .box-container {
  background: #fff !important;
}
.open-account-section.text-blue h2 {
  color: #0076bb !important;
}
.open-account-section .box-container {
  background-color: #e9f8ff;
  border-radius: 12px;
  padding: 48px;
}
.open-account-section .box-container p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  color: #767779;
  line-height: 22px;
}
.open-account-section .box-container h2 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  color: #131314;
  letter-spacing: -0.64px;
}
.open-account-section .box-container h2 strong {
  font-weight: 400;
}
.open-account-section .box-container h4 {
  color: #131314;
  font-weight: 500;
  font-size: 1.125rem;
}
.open-account-section .box-container ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
  margin-bottom: 15px;
}
.open-account-section .box-container ul li {
  color: #495669;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.open-account-section .box-container ul li::before {
  position: absolute;
  content: "";
  top: 7px;
  left: -21px;
  width: 7px;
  height: 7px;
  background-color: #9e789b;
  border-radius: 100%;
}
.open-account-section .box-container ul li::after {
  position: absolute;
  content: "";
  left: -25px;
  top: 3px;
  width: 15px;
  height: 15px;
  border: 2px solid #9e789b;
  border-radius: 100%;
}
.open-account-section .box-container small {
  color: #828e9f;
}
.open-account-section .box-container .precentages {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.open-account-section .box-container .precentages .amount-box {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: #ffffff;
  padding: 20px 15px;
}
.open-account-section .box-container .precentages .amount-box.top {
  border-radius: 8px 8px 0 0;
}
.open-account-section .box-container .precentages .amount-box.bottom {
  border-radius: 0 0 8px 8px;
}
.open-account-section .box-container .precentages .amount-box img {
  width: 66px;
}
.open-account-section .box-container .precentages .amount-box p {
  color: #495669;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 5px;
}
.open-account-section .box-container .precentages .amount-box h3 {
  color: #0096d5;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 0;
}
.open-account-section .custom-bullet-list {
  list-style: none;
  padding: 0;
  gap: 10px !important;
  padding-left: 40px;
  margin: 0;
}
.open-account-section .custom-bullet-list li {
  position: relative;
  padding-left: 0px;
  margin-bottom: 5px;
  color: #767779;
  font-size: 0.875rem;
  line-height: 1.6;
}
.open-account-section .custom-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cg clip-path='url(%23clip0_297_660)'%3E%3Cpath d='M5.33122 2.6665C3.85922 2.6665 2.66455 3.86118 2.66455 5.33318C2.66455 6.80518 3.85922 7.99983 5.33122 7.99983C6.80322 7.99983 7.9979 6.80515 7.9979 5.33315C7.9979 3.86115 6.80322 2.6665 5.33122 2.6665Z' fill='%239E789B'/%3E%3Cpath d='M5.33137 0C2.38472 0 -0.00195312 2.38667 -0.00195312 5.33332C-0.00195312 8.27997 2.38472 10.6666 5.33137 10.6666C8.27802 10.6666 10.6647 8.27999 10.6647 5.33332C10.6647 2.38665 8.27804 0 5.33137 0ZM5.33137 9.59999C2.97404 9.59999 1.0647 7.69067 1.0647 5.33332C1.0647 2.97597 2.97404 1.06667 5.33137 1.06667C7.68869 1.06667 9.59804 2.976 9.59804 5.33332C9.59804 7.69064 7.68872 9.59999 5.33137 9.59999Z' fill='%239E789B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_297_660'%3E%3Crect width='10.6667' height='10.6667' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.open-account-section .custom-bullet-list li:last-child {
  margin-bottom: 0;
}
.open-account-section .list-title {
  color: #131314;
  font-family: "Brutalista";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 18px;
}

.other-products-section {
  padding: 40px 0;
  margin: auto;
}
.other-products-section .section-title {
  color: #131314;
  font-family: "Brutalista";
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 12px;
}
.other-products-section .section-subtitle {
  color: #767779;
  font-size: 1rem;
  margin-bottom: 40px;
}
.other-products-section .products-slider {
  position: relative;
}
.other-products-section .products-wrapper-container {
  background: var(--bgbr-brand-brand-1014, #e9f8ff);
  padding: 48px;
}
@media (max-width: 768px) {
  .other-products-section .products-wrapper-container {
    padding: 35px 24px;
  }
}
.other-products-section .products-wrapper {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  justify-content: center;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.other-products-section .products-wrapper::-webkit-scrollbar {
  display: none;
}
.other-products-section .product-box {
  background-color: #ffffff;
  padding: 10px;
  transition: background-color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #ffffff;
  border-radius: 12px;
  will-change: transform, opacity;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.other-products-section .product-box:hover {
  background-color: #e9f8ff;
  border: 1px solid #cbe9f7;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.other-products-section .product-box .info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.other-products-section .product-box .info h5 {
  color: #131314;
  font-size: 1.375rem;
  line-height: 28px;
  margin-bottom: 10px;
  font-weight: 400;
}
.other-products-section .product-box .info p {
  color: #495669;
  font-size: 1rem;
  font-weight: 400;
}
.other-products-section .product-box .info a {
  display: flex;
  justify-content: center;
}
.other-products-section .product-box .info ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
  margin-bottom: 15px;
}
.other-products-section .product-box .info ul li {
  color: #495669;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.other-products-section .product-box .info ul li::before {
  position: absolute;
  content: "";
  top: 7px;
  left: -21px;
  width: 7px;
  height: 7px;
  background-color: #9e789b;
  border-radius: 100%;
}
.other-products-section .product-box .info ul li::after {
  position: absolute;
  content: "";
  left: -25px;
  top: 3px;
  width: 15px;
  height: 15px;
  border: 2px solid #9e789b;
  border-radius: 100%;
}
.other-products-section .slider-navigation {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 24px;
}
.other-products-section .slider-navigation .nav-btn {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  transition: all 0.2s ease;
}
.other-products-section .slider-navigation .nav-btn:hover {
  border-color: #0076bb;
}
.other-products-section .slider-navigation .nav-btn:hover svg path {
  fill: #0076bb;
}

.product-list-section .product-box {
  background-color: #ffffff;
  padding: 10px;
  transition: background-color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #ffffff;
  border-radius: 12px;
  will-change: transform, opacity;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-list-section .product-box:hover {
  background-color: #e9f8ff;
  border: 1px solid #cbe9f7;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.product-list-section .product-box .info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product-list-section .product-box .info h5 {
  color: #131314;
  font-size: 1.375rem;
  line-height: 28px;
  margin-bottom: 10px;
  font-weight: 400;
}
.product-list-section .product-box .info p {
  color: #495669;
  font-size: 1rem;
  font-weight: 400;
}
.product-list-section .product-box .info a {
  display: flex;
  justify-content: center;
}
.product-list-section .product-box .info ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
  margin-bottom: 15px;
}
.product-list-section .product-box .info ul li {
  color: #495669;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.product-list-section .product-box .info ul li::before {
  position: absolute;
  content: "";
  top: 7px;
  left: -21px;
  width: 7px;
  height: 7px;
  background-color: #9e789b;
  border-radius: 100%;
}
.product-list-section .product-box .info ul li::after {
  position: absolute;
  content: "";
  left: -25px;
  top: 3px;
  width: 15px;
  height: 15px;
  border: 2px solid #9e789b;
  border-radius: 100%;
}

.benefits-section .box-container {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
}
.benefits-section .box-container .swiper .swiper-slide {
  height: auto;
}
.benefits-section .box-container .swiper .swiper-slide .info-box {
  background-color: #0096d5;
  text-align: center;
  padding: 20px;
  border-radius: 12px;
  height: 100%;
  transition: background-color 0.4s all;
  min-height: 200px;
}
.benefits-section .box-container .swiper .swiper-slide .info-box:hover {
  background-color: rgba(0, 119, 189, 0.8);
}
.benefits-section .box-container .swiper .swiper-slide .info-box img {
  width: 60px;
  margin-bottom: 15px;
}
.benefits-section .box-container .swiper .swiper-slide .info-box p {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}
.benefits-section .box-container .swiper .swiper-slide .info-box p a {
  color: #ffffff;
}

.eligibility-section .box-container {
  background-color: rgba(17, 151, 214, 0.0784313725);
  border-radius: 12px;
  padding: 30px;
}
.eligibility-section .box-container.inner-circle {
  background-color: #ffffff;
}
.eligibility-section .box-container.inner-circle h6 {
  color: #131314;
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 15px;
}
.eligibility-section .box-container .swiper-slide {
  height: auto;
}
.eligibility-section .box-container .info-box {
  text-align: center;
  background-color: #ffffff;
  padding: 20px 30px;
  border-radius: 12px;
  height: 100%;
}
.eligibility-section .box-container .info-box img {
  width: 60px;
  margin-bottom: 15px;
}
.eligibility-section .box-container .info-box p {
  color: #495669;
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 0;
}
.eligibility-section .document-box {
  background-color: #004a7f;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
}
.eligibility-section .document-box .line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1607843137);
}
.eligibility-section .document-box .title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.eligibility-section .document-box .title img {
  width: 32px;
}
.eligibility-section .document-box .title h5 {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 0;
}
.eligibility-section .document-box .links {
  display: flex;
  align-items: center;
  gap: 8px;
}
.eligibility-section .document-box .links.with-icon {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 12px;
}
.eligibility-section .document-box .links.with-icon a {
  width: 100%;
}
.eligibility-section .document-box .links.with-icon a img {
  width: 22px;
}
.eligibility-section .document-box .links a {
  border: 1px solid #fff;
  padding: 8px 15px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 400;
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  flex: 1 1 0px;
  transition: 0.4s all;
}
.eligibility-section .document-box .links a:hover {
  background-color: rgba(255, 255, 255, 0.0784313725);
}
.eligibility-section .document-box .links a i {
  font-size: 1.125rem;
  color: #ffffff;
}
.eligibility-section .table {
  border-color: rgba(17, 151, 214, 0.1215686275);
  border-radius: 8px;
}
.eligibility-section .table thead tr th {
  background-color: #054a8a;
  padding: 15px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  vertical-align: middle;
}
.eligibility-section .table thead tr th:first-child {
  border-radius: 8px 0 0 0;
}
.eligibility-section .table thead tr th:last-child {
  border-radius: 0 8px 0 0;
}
.eligibility-section .table tbody tr:last-child th:first-child {
  border-radius: 0 0 0 8px;
}
.eligibility-section .table tbody tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}
.eligibility-section .table tbody tr th[scope=row] {
  background-color: #054a8a;
  padding: 12px 15px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  vertical-align: middle;
  height: 100px;
}
.eligibility-section .table tbody tr th[scope=row] span {
  display: block;
  margin-top: 15px;
}
.eligibility-section .table tbody tr th[scope=row] ul {
  padding-left: 1.5rem;
}
.eligibility-section .table tbody tr th[scope=row] ul li {
  font-weight: 400;
  color: #e5e9f0;
}
.eligibility-section .table tbody tr td {
  padding: 12px 15px;
  color: #495669;
  font-weight: 400;
  line-height: 22px;
}
.eligibility-section .conditions {
  color: #495669;
}

.open-account-section.share-feedback-section {
  overflow: hidden;
}
@media (max-width: 778px) {
  .open-account-section.share-feedback-section .box-container {
    padding: 30px 50px;
  }
}
.open-account-section .share-feeback {
  margin: auto;
  max-width: 584px;
}
.open-account-section .box-container {
  background: linear-gradient(173.18deg, #e9f7ff 5.34%, #cbe9f7 94.66%);
  border-radius: 12px;
  padding: 48px;
}
.open-account-section .box-container .swiper {
  padding-top: 40px;
  padding-bottom: 15px;
}
.open-account-section .box-container .swiper .swiper-slide {
  height: auto;
}
.open-account-section .box-container .swiper .swiper-slide .info-box {
  background-color: rgba(255, 255, 255, 0.8392156863);
  text-align: center;
  padding: 20px;
  border-radius: 12px;
  min-height: 225px;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.4s all;
}
.open-account-section .box-container .swiper .swiper-slide .info-box:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.open-account-section .box-container .swiper .swiper-slide .info-box .step {
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
  background-color: #ffffff;
  color: #495669;
  font-size: 0.8125rem;
  font-weight: 400;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  text-align: center;
  position: absolute;
  top: -33px;
  padding: 10px;
  width: 80px;
  text-transform: uppercase;
}
.open-account-section .box-container .swiper .swiper-slide .info-box .step span {
  display: block;
  font-weight: 500;
  font-size: 1.125rem;
}
.open-account-section .box-container .swiper .swiper-slide .info-box img {
  width: 60px;
  margin-bottom: 15px;
  margin-top: 30px;
}
.open-account-section .box-container .swiper .swiper-slide .info-box p {
  color: #495669;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}

.faq-section .accordion {
  background: var(--bgbr-brand-brand-1013, rgba(17, 151, 214, 0.08));
  padding: 4px;
  gap: 3px;
  display: flex;
  flex-direction: column;
}
.faq-section .accordion .accordion-item {
  border-radius: 8px;
  background-color: transparent;
}
.faq-section .accordion .accordion-item .accordion-header button {
  color: #131314;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 28px;
  border: 1px solid rgba(17, 151, 214, 0.0784313725);
  border-radius: 8px;
}
.faq-section .accordion .accordion-item .accordion-header button:focus {
  box-shadow: unset;
}
.faq-section .accordion .accordion-item .accordion-header button:not(.collapsed) {
  box-shadow: unset;
  background-color: rgba(255, 255, 255, 0.6392156863);
  color: #131314;
  border-radius: 8px 8px 0 0;
}
.faq-section .accordion .accordion-item .accordion-body {
  background-color: rgba(255, 255, 255, 0.8392156863);
  color: #495669;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 0 0 8px 8px;
  padding: 20px;
  line-height: 24px;
}
.faq-section .accordion .accordion-item .accordion-body p {
  color: #495669;
  font-size: 1rem;
  font-weight: 400;
  line-height: 22px;
}
.faq-section .accordion .accordion-item .accordion-body a {
  color: #131314;
  text-decoration: none;
}
.faq-section .accordion .accordion-item .accordion-body table {
  margin-top: 15px;
}
.faq-section .accordion .accordion-item .accordion-body ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
  margin-bottom: 15px;
  margin-top: 15px;
}
.faq-section .accordion .accordion-item .accordion-body ul li {
  color: #495669;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 400;
  position: relative;
}
.faq-section .accordion .accordion-item .accordion-body ul li::before {
  position: absolute;
  content: "";
  top: 7px;
  left: -21px;
  width: 7px;
  height: 7px;
  background-color: #9e789b;
  border-radius: 100%;
}
.faq-section .accordion .accordion-item .accordion-body ul li::after {
  position: absolute;
  content: "";
  left: -25px;
  top: 3px;
  width: 15px;
  height: 15px;
  border: 2px solid #9e789b;
  border-radius: 100%;
}

.calculator-section .box-container {
  border-radius: 12px;
}
.calculator-section .box-container .box-inner-left {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px 0 0 12px;
  height: 100%;
}
.calculator-section .box-container .box-inner-left p {
  color: #495669;
  font-weight: 400;
  font-size: 1rem;
}
.calculator-section .box-container .box-inner-left h4 {
  color: #131314;
  font-weight: 500;
  font-size: 1.125rem;
}
.calculator-section .box-container .box-inner-left h2 {
  color: #0076bb;
  font-size: 2rem;
  line-height: 48px;
  font-weight: 400;
}
.calculator-section .box-container .box-inner-left ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
  margin-bottom: 15px;
}
.calculator-section .box-container .box-inner-left ul li {
  color: #495669;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.calculator-section .box-container .box-inner-left ul li::before {
  position: absolute;
  content: "";
  top: 7px;
  left: -21px;
  width: 7px;
  height: 7px;
  background-color: #9e789b;
  border-radius: 100%;
}
.calculator-section .box-container .box-inner-left ul li::after {
  position: absolute;
  content: "";
  left: -25px;
  top: 3px;
  width: 15px;
  height: 15px;
  border: 2px solid #9e789b;
  border-radius: 100%;
}
.calculator-section .box-container .calculator-box {
  background: linear-gradient(173.18deg, #e9f7ff 5.34%, #cbe9f7 94.66%);
  padding: 30px;
  border-radius: 0 12px 12px 0;
  height: 100%;
}
.calculator-section .box-container .calculator-box .radio-container {
  display: flex;
  align-items: center;
  gap: 20px;
}
.calculator-section .box-container .calculator-box .radio-container .form-check .form-check-input:checked {
  background-color: #eb008b;
  border-color: #eb008b;
}
.calculator-section .box-container .calculator-box h4 {
  color: #115fad;
  font-weight: 500;
  font-size: 1.375rem;
  margin-bottom: 15px;
}
.calculator-section .box-container .calculator-box h6 {
  color: #131314;
  font-weight: 500;
  font-size: 1.125rem;
}
.calculator-section .box-container .calculator-box .form-control,
.calculator-section .box-container .calculator-box .form-select {
  border: 1px solid #a2aaba;
  background-color: #ffffff;
  height: 50px;
  border-radius: 4px;
}
.calculator-section .box-container .calculator-box .result-box {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 2px;
}
.calculator-section .box-container .calculator-box .result-box .info p {
  color: #495669;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}
.calculator-section .box-container .calculator-box .result-box .info .result {
  color: #0096d5;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: -2%;
}
.calculator-section .box-container .calculator-box table {
  background-color: rgba(17, 151, 214, 0.0784313725);
  border-collapse: separate;
}
.calculator-section .box-container .calculator-box table td {
  padding: 18px 12px;
  background-color: rgba(255, 255, 255, 0.8392156863);
  color: #495669;
  font-size: 1rem;
  font-weight: 400;
  vertical-align: middle;
}
.calculator-section .box-container .calculator-box table td[scope=row] {
  background-color: rgba(255, 255, 255, 0.6392156863);
  font-size: 0.875rem;
  font-weight: 500;
  color: #131314;
}
.calculator-section .box-container .calculator-box table tr td:first-child {
  border-radius: 4px 0 0 4px;
}
.calculator-section .box-container .calculator-box table tr td:last-child {
  border-radius: 0 4px 4px 0;
}

.card-more-info .card-more-info-box {
  background-color: #e9f8ff;
  border-radius: 12px;
  height: 100%;
}
.card-more-info .card-more-info-box .info {
  padding: 40px 25px;
  height: 100%;
}
.card-more-info .card-more-info-box .info h5 {
  color: #115fad;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 28px;
  margin-bottom: 20px;
}
.card-more-info .card-more-info-box .info p {
  color: #495669;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 20px;
  margin-bottom: 20px;
}
.card-more-info .card-more-info-box img {
  width: 100%;
  border-radius: 0 12px 12px 0;
  height: 100%;
  object-fit: cover;
}

.cards-section .box-container {
  background: linear-gradient(173.18deg, #e9f7ff 5.34%, #cbe9f7 94.66%);
  border-radius: 12px;
  padding: 30px;
}
.cards-section .box-container .card-slider-box {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
}
.cards-section .box-container .card-slider-box .swiper .swiper-slide img {
  width: 100%;
}
.cards-section .box-container .box-inner-left p {
  color: #495669;
  font-weight: 400;
  font-size: 1rem;
}
.cards-section .box-container .box-inner-left h4 {
  color: #131314;
  font-weight: 500;
  font-size: 1.125rem;
}
.cards-section .box-container .box-inner-left h2 {
  color: #0076bb;
  font-size: 2rem;
  line-height: 48px;
  font-weight: 400;
}
.cards-section .box-container .box-inner-left ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
  margin-bottom: 15px;
}
.cards-section .box-container .box-inner-left ul li {
  color: #495669;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.cards-section .box-container .box-inner-left ul li::before {
  position: absolute;
  content: "";
  top: 7px;
  left: -21px;
  width: 7px;
  height: 7px;
  background-color: #9e789b;
  border-radius: 100%;
}
.cards-section .box-container .box-inner-left ul li::after {
  position: absolute;
  content: "";
  left: -25px;
  top: 3px;
  width: 15px;
  height: 15px;
  border: 2px solid #9e789b;
  border-radius: 100%;
}

.page-menu-sections ul.nav-pills {
  background-color: #6c7788;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 20px 0;
}
.page-menu-sections ul.nav-pills li.nav-item button.nav-link {
  color: #c5cdd9;
  font-size: 0.875rem;
}
.page-menu-sections ul.nav-pills li.nav-item button.nav-link.active {
  background-color: unset;
  color: #ffffff;
}

.remittance-section .box-container {
  background: #e9f8ff;
  border-radius: 12px;
  padding: 30px;
}
.remittance-section .box-container .tab-content p {
  color: #495669;
  font-size: 1rem;
  line-height: 22px;
  font-weight: 400;
}
.remittance-section .box-container .tab-content p a {
  color: #115fad;
}
.remittance-section .box-container .tab-content table {
  border-color: rgba(17, 151, 214, 0.1215686275);
  background-color: rgba(255, 255, 255, 0.3215686275);
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.remittance-section .box-container .tab-content table th {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #0076bb;
  padding: 20px 15px;
  border-color: rgba(255, 255, 255, 0.3215686275);
}
.remittance-section .box-container .tab-content table td {
  font-size: 1rem;
  font-weight: 500;
  color: #131314;
  padding: 15px;
  vertical-align: middle;
  border-color: rgba(17, 151, 214, 0.1215686275);
}
.remittance-section .box-container .tab-content table td img {
  height: 35px;
  width: auto;
}
.remittance-section .box-container .tab-content table tr:first-child th:first-child {
  border-radius: 8px 0 0 0;
}
.remittance-section .box-container .tab-content table tr:first-child th:last-child {
  border-radius: 0 8px 0 0;
}
.remittance-section .box-container .tab-content table tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}
.remittance-section .box-container .tab-content table tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}
.remittance-section .box-container .tab-content .contact-box {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
}
.remittance-section .box-container .tab-content .contact-box .box h6 {
  color: #495669;
  font-weight: 500;
  font-size: 1rem;
}
.remittance-section .box-container .tab-content .contact-box .box ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.remittance-section .box-container .tab-content .contact-box .box ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.remittance-section .box-container .tab-content .contact-box .box ul li a {
  text-decoration: none;
  color: #0096d5;
  font-weight: 400;
  font-size: 1rem;
}

.ic-jounior-section .box-container {
  background: rgba(17, 151, 214, 0.1215686275);
  border-radius: 12px;
  padding: 30px;
  height: 100%;
}
.ic-jounior-section .box-container p {
  color: #495669;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 400;
}
.ic-jounior-section img {
  width: 100%;
}

.ic-our-value-section .box-container {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px;
}
.ic-our-value-section .box-container .info-box {
  background-color: #e9f8ff;
  padding: 15px;
  border-radius: 8px;
  height: 100%;
}
.ic-our-value-section .box-container .info-box img {
  width: 100%;
  margin-bottom: 20px;
}
.ic-our-value-section .box-container .info-box h5 {
  color: #131314;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}
.ic-our-value-section .box-container .info-box p {
  color: #495669;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 400;
}

.products-section .box-container {
  background: #e9f8ff;
  border-radius: 12px;
  padding: 30px;
}
.products-section .box-container .product-box {
  height: 100%;
  background-color: #ffffff;
  padding: 10px;
  transition: 0.4s all;
  border: 1px solid #ffffff;
  border-radius: 12px;
  will-change: transform, opacity;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.products-section .box-container .product-box:hover {
  background-color: #e9f8ff;
  border: 1px solid #cbe9f7;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.products-section .box-container .product-box .info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.products-section .box-container .product-box .info h5 {
  color: #131314;
  font-size: 1.375rem;
  line-height: 28px;
  margin-bottom: 18px;
  font-weight: 400;
}
.products-section .box-container .product-box .info a {
  display: inline-flex;
  justify-content: center;
}

.service-section .box-container {
  background: #e9f8ff;
  border-radius: 12px;
  padding: 30px 50px 30px 30px;
  height: 100%;
}
.service-section .box-container .info h5 {
  color: #131314;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
}
.service-section .box-container .info p {
  color: #495669;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 400;
}
.service-section img {
  border-radius: 12px;
  width: 100%;
}
.service-section .trade-solution-container .row:nth-child(2n) {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .calculator-section .box-container {
    padding: 15px !important;
  }
  .calculator-section .box-container .box-inner-left {
    padding: 20px;
  }
  .calculator-section .box-container .calculator-box {
    padding: 20px;
  }
  .products-section .box-container .product-box .info .btn-theme-outline {
    padding: 12px 10px;
    font-size: 0.875rem;
  }
  .products-section .box-container .product-box .info h5 {
    font-size: 1rem;
  }
  .eligibility-section .box-container,
  .open-account-section .box-container,
  .benefits-section .box-container,
  .remittance-section .box-container,
  .products-section .box-container {
    padding: 15px;
  }
  .page-menu-sections .container.container-wide {
    max-width: 100% !important;
    padding: 0 !important;
    overflow: hidden;
  }
  .page-menu-sections ul.nav-pills {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .page-menu-sections ul.nav-pills li button {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.75rem;
    line-height: 32px;
    font-weight: 800;
  }
  h2 {
    font-size: 1.5rem;
    line-height: 28px;
    font-weight: 800;
  }
  h3 {
    font-size: 1.375rem;
    line-height: 26px;
    font-weight: 800;
  }
  h4 {
    font-size: 1.25rem;
    line-height: 24px;
    font-weight: 800;
  }
  h5 {
    font-size: 1rem;
    line-height: 20px;
    font-weight: 700;
  }
  h6 {
    font-size: 0.875rem;
    line-height: 20px;
    font-weight: 700;
  }
  section {
    padding: 30px 0;
  }
  .container {
    padding: 0 20px;
  }
  .bg-image {
    background-image: var(--bg-mobile);
  }
  .has-dropdown-menu .page-hero {
    margin-top: 0px;
  }
  .section-heading h3 {
    font-size: 1.5rem;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .bg-image {
    background-image: var(--bg-desktop);
  }
  .swiper-container {
    padding-left: max(15px, (100% - 700px) / 2);
  }
  .swiper-container.with-right-padding {
    padding-right: 15px;
  }
}
@media (min-width: 1024px) {
  .swiper-container {
    padding-left: max(15px, (100% - 1024px) / 2);
  }
  .swiper-container.with-right-padding {
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .container-wide {
    max-width: 1180px;
  }
  .swiper-container {
    padding-left: max(15px, (100% - 1125px) / 2);
  }
  .swiper-container.with-right-padding {
    padding-right: 15px;
  }
}
@media (min-width: 1300px) {
  .container-wide {
    max-width: 1280px;
  }
  .swiper-container {
    padding-left: max(15px, (100% - 1160px) / 2);
  }
  .swiper-container.with-right-padding {
    padding-right: 20px;
  }
}
@media (min-width: 1400px) {
  .container-wide {
    max-width: 1380px;
  }
  .swiper-container {
    padding-left: max(15px, (100% - 1350px) / 2);
  }
  .swiper-container.with-right-padding {
    padding-right: 20px;
  }
}
@media (min-width: 1500px) {
  .container-wide {
    max-width: 1440px;
  }
  .swiper-container {
    padding-left: max(15px, (100% - 1425px) / 2);
  }
  .swiper-container.with-right-padding {
    padding-right: 20px;
  }
}
@media (min-width: 1600px) {
  .container-wide {
    max-width: 1440px;
  }
  .swiper-container {
    padding-left: max(15px, (100% - 1425px) / 2);
  }
  .swiper-container.with-right-padding {
    padding-right: 20px;
  }
}
@media (min-width: 1800px) {
  .container-wide {
    max-width: 1440px;
  }
  .swiper-container {
    padding-left: max(15px, (100% - 1425px) / 2);
  }
  .swiper-container.with-right-padding {
    padding-right: 20px;
  }
}
@media (min-width: 2000px) {
  .container-wide {
    max-width: 1440px;
  }
  .swiper-container {
    padding-left: max(15px, (100% - 1425px) / 2);
  }
  .swiper-container.with-right-padding {
    padding-right: 20px;
  }
}
.accessability-panel {
  width: 100%;
  max-width: 330px;
  height: 100dvh;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
  background-color: #fff;
  display: block;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.accessability-panel.is-open {
  transform: translateX(0);
}
@media (max-width: 767px) {
  .accessability-panel {
    max-width: 100%;
  }
}
.accessability-panel .reset-button-wrap {
  width: 100%;
  height: 60px;
  padding: 20px 10px;
  background-color: #fff;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.accessability-panel .reset-button-wrap button {
  width: 100%;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
  background-color: #F8D800;
  border: none;
}
.accessability-panel .reset-button-wrap button span {
  font-size: 16px;
  font-weight: 700;
  color: #101112;
}
.accessability-panel__header {
  background-color: #0076BB;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.accessability-panel__header h3 {
  font-size: 18px;
  color: #fff;
  padding: 0;
  margin: 0;
}
.accessability-panel__header .close-acc-p {
  background-color: transparent;
  outline: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.accessability-panel__body {
  height: 100%;
  overflow: hidden scroll;
  padding: 20px 15px;
  background: #fff;
  backdrop-filter: blur(7.5px);
  padding-bottom: 10rem;
  box-shadow: 1px -1px 2px 0px #8a8a8a;
}
.accessability-panel__body .group-section {
  padding: 0px 10px 10px 10px;
}
.accessability-panel__body .group-section__title {
  font-weight: 800;
  margin-bottom: 20px;
  color: #101112;
}
.accessability-panel__body ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding-left: 0rem;
}
.accessability-panel__body ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.accessability-panel__body ul li button {
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 100%;
  border: none;
  border: 1.5px solid #0076BB;
  outline: none;
  position: relative;
}
.accessability-panel__body ul li button .progress-bar {
  position: absolute;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: radial-gradient(closest-side, #0076BB 90%, transparent 80% 100%), conic-gradient(#0076BB 75%, #fff 0);
  opacity: 0;
  animation: 3ms ease-in-out;
  visibility: hidden;
}
.accessability-panel__body ul li button svg {
  position: relative;
  z-index: 99999999;
}
.accessability-panel__body ul li button svg path {
  fill: #0076BB;
}
.accessability-panel__body ul li button.active {
  background-color: #0076BB;
  color: #fff;
}
.accessability-panel__body ul li button.active .progress-bar {
  opacity: 1;
  visibility: visible;
}
.accessability-panel__body ul li button.active svg path {
  fill: #fff;
}
.accessability-panel__body ul li h5 {
  color: #202226;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.tooltip-show {
  position: absolute;
  width: max-content;
  height: auto;
  border-radius: 4px;
  background: #3F4A5B;
  padding: 5px 10px;
  color: #fff;
  border: solid 2px #fff;
}
.tooltip-show p {
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: uppercase;
  font-family: "Nunito";
  font-weight: 700;
}
.tooltip-show:hover {
  display: none;
}

.accButton {
  border: none;
  outline: none;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.accButton span {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
@media (max-width: 992px) {
  .accButton span {
    display: none;
  }
}

/*# sourceMappingURL=app.css.map */
