@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;600;700&display=swap");

:root {
  --absa: #a60039;
  --absa-dark: #8d002f;
  --card: #d52840;
  --orange: #ff5b35;
  --text: #282122;
  --muted: #5c5657;
  --line: #e5e1e2;
  --page: 1160px;
}

* {
  box-sizing: border-box
}

html,
body {
  margin: 0;
  padding: 0
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: #fff;
  overflow-x: hidden
}

a {
  color: inherit;
  text-decoration: none
}

a:hover {
  color: inherit;
  text-decoration: none
}

button {
  font: inherit
}

img {
  max-width: 100%
}

.site-container {
  width: 100%;
  max-width: var(--page);
  margin: auto;
  padding: 0 28px
}

/* overlay */
.page-dimmer {
  position: fixed;
  inset: 0;
  background: rgba(33, 25, 26, .62);
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  transition: .18s
}

.page-dimmer.show {
  opacity: 1;
  visibility: visible
}

body.menu-open {
  overflow: hidden
}

/* top desktop header */
.top-header {
  height: 70px;
  background: #fff;
  border-bottom: 1px solid #eee;
  align-items: center;
  position: relative;
  z-index: 1100
}

.top-header-inner {
  width: 100%;
  max-width: 1180px;
  margin: auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  height: 100%
}

.brand-area {
  display: flex;
  align-items: center;
  flex: 0 0 auto
}

.brand-logo-img {
  height: 43px;
  width: auto;
  display: block;
}

.main-persona-nav {
  display: flex;
  align-self: stretch;
  margin-left: 28px
}

.main-persona-nav a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 24px;
  font-size: 14px;
  color: #262122;
  white-space: nowrap
}

.main-persona-nav a.active {
  color: var(--absa);
  font-weight: 700
}

.main-persona-nav a.active:after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 3px;
  background: var(--absa)
}

.header-actions {
  margin-left: auto;
  display: flex;
  gap: 30px;
  align-items: center
}

.header-action-btn {
  border: 0;
  background: none;
  padding: 8px 0;
  color: #242021;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  cursor: pointer
}

.header-action-btn i {
  font-size: 14px
}

/* desktop second nav */
.product-nav {
  height: 52px;
  background: var(--absa);
  color: #fff;
  position: relative;
  z-index: 1100
}

.product-nav.hidden-by-utility {
  display: none !important
}

.product-nav-inner {
  height: 100%;
  max-width: 1500px;
  margin: auto;
  padding-left: 25px;
  display: flex;
  align-items: stretch
}

.product-nav-link,
.help-link {
  height: 52px;
  border: 0;
  background: none;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 21px;
  font-size: 13px;
  font-weight: 700;
  position: relative;
  cursor: pointer
}

.product-nav-link:focus {
  outline: 0
}

.product-nav-link.active:after {
  content: "";
  position: absolute;
  left: 17px;
  right: 17px;
  bottom: 0;
  height: 4px;
  background: #fff
}

.help-link {
  margin-left: auto;
  background: var(--absa-dark);
  padding: 0 42px
}

/* desktop mega menu */
.mega-menu {
  position: absolute;
  top: 122px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1090;
  min-height: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: .14s;
  border-bottom: 1px solid #eee
}

.mega-menu.open {
  opacity: 1;
  visibility: visible;
  transform: none
}

.mega-panel {
  display: none;
  max-width: 1500px;
  margin: auto;
  padding: 25px 38px 30px;
  min-height: 132px
}

.mega-panel.active {
  display: block
}

.mega-close {
  position: absolute;
  right: 35px;
  top: 25px;
  border: 0;
  background: none;
  font-size: 18px;
  color: #332d2e;
  cursor: pointer
}

.mega-close:focus {
  outline: 0
}

.mega-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 62px;
  row-gap: 28px;
  padding-right: 70px
}

.mega-group h4 {
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 11px;
  color: #302a2b
}

.mega-group a {
  display: block;
  font-size: 11px;
  line-height: 1.55;
  color: #403a3b;
  margin-bottom: 3px
}

.mega-group a.see-all,
.mega-top-see-all {
  color: var(--absa);
  font-weight: 700
}

.mega-top-see-all {
  font-size: 12px;
  display: inline-block;
  margin: 0 0 22px
}

.mega-panel[data-panel="savings"],
.mega-panel[data-panel="investment"],
.mega-panel[data-panel="insurance"] {
  padding-bottom: 34px
}

.mega-panel[data-panel="savings"] .mega-grid,
.mega-panel[data-panel="investment"] .mega-grid,
.mega-panel[data-panel="insurance"] .mega-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr))
}

.mega-panel[data-panel="savings"] .mega-group,
.mega-panel[data-panel="investment"] .mega-group,
.mega-panel[data-panel="insurance"] .mega-group {
  break-inside: avoid
}

/* desktop search/login panels */
.utility-panel {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1095;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-3px);
  transition: .14s;
  border-bottom: 1px solid #eee
}

.utility-panel.open {
  opacity: 1;
  visibility: visible;
  transform: none
}

.utility-inner {
  max-width: 1500px;
  margin: auto;
  padding: 26px 35px;
  position: relative
}

.utility-close {
  position: absolute;
  right: 34px;
  top: 24px;
  border: 0;
  background: none;
  font-size: 18px;
  color: #292425;
  cursor: pointer
}

.utility-close:focus {
  outline: 0
}

.search-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 105px;
  padding-right: 85px
}

.search-box-wrap {
  height: 48px;
  border: 1px solid #d8d4d5;
  display: flex;
  align-items: center;
  flex: 1;
  background: #fff
}

.search-box-wrap i {
  margin: 0 16px;
  color: #3c3738
}

.search-box-wrap input {
  border: 0;
  outline: 0;
  flex: 1;
  height: 100%;
  font-size: 13px;
  padding-right: 15px
}

.search-submit {
  height: 48px;
  min-width: 140px;
  border: 0;
  background: var(--orange);
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  border-radius: 3px
}

.search-submit:disabled {
  background: #ffd5c9;
  color: #fff
}

.login-inner {
  min-height: 160px;
  display: flex;
  align-items: flex-start;
  padding-top: 28px
}

.login-main {
  flex: 1
}

.login-main h2 {
  font-size: 34px;
  margin: 0 0 20px;
  font-weight: 700
}

.login-controls {
  display: flex;
  gap: 16px;
  align-items: center;
  max-width: 620px
}

.login-controls .form-control {
  height: 42px;
  font-size: 12px;
  border-radius: 2px
}

.login-controls .form-control:first-child {
  max-width: 120px
}

.login-controls .form-control:nth-child(2) {
  max-width: 260px
}

.login-next {
  height: 42px;
  min-width: 115px;
  border: 0;
  border-radius: 3px;
  background: var(--orange);
  color: #fff;
  font-size: 12px;
  font-weight: 700
}

.secured-services {
  width: 310px;
  padding-top: 18px;
  font-size: 11px
}

.secured-services strong,
.secured-services a {
  display: block;
  margin-bottom: 10px
}

.secured-services strong {
  font-weight: 700
}

/* mobile header/menu */
.mobile-header {
  height: 62px;
  background: #fff;
  border-bottom: 1px solid #e7e3e4;
  align-items: center;
  padding: 0 18px;
  position: relative;
  z-index: 1200
}

.mobile-brand img {
  height: 43px;
  width: auto
}

.mobile-header-divider {
  height: 48px;
  width: 1px;
  background: #c9c4c5;
  margin-left: 15px
}

.mobile-header-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 18px
}

.mobile-action,
.mobile-menu-button {
  border: 0;
  background: none;
  padding: 4px;
  color: #242021
}

.mobile-action {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px
}

.mobile-action i {
  font-size: 18px
}

.mobile-menu-button {
  font-size: 22px;
  width: 32px
}

.mobile-menu {
  position: fixed;
  top: 62px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1190;
  overflow: auto;
  transform: translateX(100%);
  visibility: hidden;
  transition: .2s
}

.mobile-menu.open {
  transform: none;
  visibility: visible
}

.mobile-persona-tabs {
  height: 70px;
  background: var(--absa);
  display: flex;
  align-items: stretch;
  overflow-x: auto
}

.mobile-persona-tabs a {
  min-width: max-content;
  display: flex;
  align-items: center;
  padding: 0 21px;
  color: #fff;
  font-size: 14px;
  position: relative
}

.mobile-persona-tabs a.active {
  font-weight: 700
}

.mobile-persona-tabs a.active:after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 4px;
  background: #fff
}

.mobile-menu-section {
  border-bottom: 1px solid var(--line)
}

.mobile-menu-toggle {
  width: 100%;
  height: 70px;
  border: 0;
  background: #fff;
  padding: 0 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  color: #514b4c;
  font-size: 24px;
  font-weight: 700
}

.mobile-menu-toggle i {
  font-size: 17px;
  color: #292526
}

.mobile-menu-content {
  display: none;
  padding: 12px 34px 35px;
  background: #fff
}

.mobile-top-see-all {
  display: block;
  color: var(--absa);
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 22px
}

.mobile-menu-group {
  margin-bottom: 34px
}

.mobile-menu-group h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px
}

.mobile-menu-group a {
  display: block;
  font-size: 16px;
  margin: 0 0 17px;
  padding-left: 26px;
  color: #252021
}

.mobile-menu-group a.see-all {
  color: var(--absa);
  font-weight: 700
}

.mobile-get-help {
  display: block;
  padding: 46px 70px;
  color: #ff5b35;
  font-size: 20px
}

/* mobile utility panels */
.mobile-utility-panel {
  position: absolute;
  top: 62px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1195;
  padding: 17px 20px 22px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-3px);
  transition: .15s
}

.mobile-utility-panel.open {
  opacity: 1;
  visibility: visible;
  transform: none
}

.mobile-utility-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px
}

.mobile-utility-title-row strong {
  font-size: 17px
}

.mobile-utility-title-row button {
  border: 0;
  background: none;
  font-size: 16px
}

.mobile-search-row {
  display: flex;
  gap: 7px
}

.mobile-search-row .search-box-wrap {
  height: 42px
}

.mobile-search-row .search-submit {
  height: 42px;
  min-width: 80px
}

.mobile-login-controls {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.mobile-login-controls .form-control {
  height: 38px;
  font-size: 11px
}

.mobile-login-controls .login-next {
  height: 38px;
  width: 100%
}

.mobile-secured-services {
  padding-top: 15px;
  font-size: 10px
}

.mobile-secured-services strong,
.mobile-secured-services a {
  display: block;
  margin-bottom: 7px
}

/* hero */
.hero {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%
}

.hero-card {
  min-height: 495px;
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  overflow: hidden
}

.hero-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26, 9, 12, .7), rgba(26, 9, 12, .08) 72%)
}

.hero-card-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 0 26px 42px;
  width: 100%
}

.hero-card h2 {
  font-size: 27px;
  line-height: 1.28;
  font-weight: 700;
  margin: 0 0 16px
}

.hero-card a {
  font-size: 13px;
  text-decoration: underline;
  font-weight: 700
}


.hero-one {
  background-image: url("../images/ub5.jpg.rendition.1280.1280.jpg")
}

.hero-two {
  background-image: url("../images/dha.jpg.rendition.1280.1280.jpg")
}

.hero-three {
  background-image: url("../images/fam.jpg.rendition.1280.1280.jpg")
}

/* content */
.main-content {
  padding: 58px 0 72px
}

.section-title {
  font-size: 35px;
  line-height: 1.15;
  font-weight: 700;
  margin: 0 0 38px
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 32px;
  margin-bottom: 60px
}

.solution-icon {
  height: 38px;
  font-size: 24px;
  margin-bottom: 10px
}

.solution-item h4 {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  min-height: 38px;
  margin: 0 0 20px
}

.standard-link {
  color: var(--absa);
  font-size: 13px;
  text-decoration: underline;
  font-weight: 600
}

.standard-link:hover {
  color: var(--absa-dark);
  text-decoration: underline
}

.action-heading {
  font-size: 31px;
  font-weight: 700;
  margin: 0 0 28px
}

.action-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 54px
}

.action-card {
  min-height: 180px;
  background: var(--card);
  color: #fff;
  border-radius: 7px;
  padding: 20px 20px 15px;
  display: flex;
  flex-direction: column
}

.action-title-row {
  display: flex;
  align-items: center
}

.action-icon {
  width: 34px;
  margin-right: 10px;
  font-size: 21px
}

.action-card h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 0
}

.action-card p {
  font-size: 12px;
  line-height: 1.5;
  margin: 18px 0 8px
}

.action-card-footer {
  margin-top: auto;
  display: flex;
  justify-content: flex-end
}

.outline-button {
  min-width: 122px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, .9);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700
}

.outline-button:hover {
  background: #fff;
  color: var(--absa)
}

/* promos */
.promo-banner {
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  color: #fff;
  margin-bottom: 28px;
  background-size: cover;
  background-position: center
}

/* Default styles for desktop and larger screens */
.cashbuild-banner {
  min-height: 370px;
  background-image: linear-gradient(90deg, rgba(30, 25, 25, .76), rgba(30, 25, 25, .1) 70%), url("../images/cashbuild-home.jpg.rendition.1440.1440.jpg");
}


.getup-banner {
  min-height: 370px;
  background-image: linear-gradient(90deg, rgba(30, 25, 25, .76), rgba(30, 25, 25, .1) 70%), url("../images/card-tap-banner.jpg.rendition.1280.1280.jpg")
}

.anniversary-banner {
  min-height: 370px;
  background-image: linear-gradient(90deg, rgba(30, 25, 25, .76), rgba(30, 25, 25, .1) 70%), url("../images/islamic-banking.jpg.rendition.1280.1280.jpg")
}

.promo-banner-content {
  padding: 43px 45px;
  max-width: 760px;
  position: relative;
  z-index: 2
}

.promo-banner h2 {
  font-size: 31px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 22px
}

.promo-banner p {
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 34px
}

.anniversary-banner {
  min-height: 370px;
  background: linear-gradient(120deg, #a40038, #ed003e)
}

.anniversary-inner {
  min-height: 370px;
  display: flex
}

.anniversary-copy {
  width: 58%;
  padding: 42px 45px
}

.anniversary-art {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px
}

.anniversary-art img {
  max-width: 360px;
  max-height: 170px;
  object-fit: contain
}

/* app download + footer */
.app-download {
  border-top: 1px solid #eee;
  padding: 46px 0 34px
}

.app-download-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px
}

.app-download h2 {
  font-size: 29px;
  font-weight: 700;
  margin: 0
}

.store-buttons {
  display: flex;
  gap: 12px;
  align-items: center
}

.store-badge img {
  display: block;
  height: 39px;
  width: auto
}

.desktop-footer {
  padding: 42px 0 30px
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 52px
}

.footer-heading {
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 15px
}

.footer-subheading {
  margin-top: 28px
}

.social-row {
  display: flex;
  gap: 12px;
  margin-bottom: 28px
}

.social-row a {
  font-size: 22px
}

.x-icon {
  display: inline-flex;
  width: 22px;
  height: 22px;
  background: #111;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 13px
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0
}

.footer-list li {
  margin: 0 0 12px
}

.footer-list a {
  font-size: 11px;
  color: #4a4546
}

.lost-card-text {
  font-size: 11px;
  line-height: 1.7
}

.lost-card-text span {
  display: inline-block;
  margin: 7px 0
}

.footer-bottom {
  text-align: center;
  color: #b9b5b6;
  font-size: 10px;
  margin-top: 82px
}

.footer-legal {
  text-align: center;
  color: #ff6c60;
  font-size: 10px;
  line-height: 1.55;
  margin-top: 16px
}

.footer-line {
  height: 5px;
  margin-top: 24px;
  background: linear-gradient(90deg, #b3003c 0 35%, #ed003d 35% 55%, #f37b27 55% 70%, #d60046 70% 100%)
}

.mobile-footer {
  padding-top: 0
}

.mobile-social {
  padding: 15px 0 12px
}

.mobile-social .social-row {
  margin: 0
}

.mobile-footer-section {
  border-top: 1px solid #ddd
}

.mobile-footer-toggle {
  width: 100%;
  border: 0;
  background: #fff;
  min-height: 48px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px
}

.mobile-footer-toggle i {
  font-size: 9px
}

.mobile-footer-content {
  display: none;
  padding: 3px 0 18px
}

.mobile-footer-content a {
  display: block;
  font-size: 9px;
  color: #514c4d;
  margin-bottom: 6px
}

.lost-card-mobile {
  font-size: 10px;
  line-height: 1.6
}

.mobile-footer .footer-bottom {
  margin-top: 24px;
  padding: 0 8px;
  font-size: 8px
}

.mobile-footer .footer-legal {
  padding: 0 8px;
  font-size: 8px;
  margin-top: 12px
}


/* visual correction pass against the supplied desktop/mobile references */
@media (min-width:1200px) {
  .section-title {
    font-size: 37px
  }

  .action-heading {
    font-size: 33px
  }

  .solution-item h4,
  .standard-link {
    font-size: 13px
  }

  .promo-banner h2 {
    font-size: 33px
  }
}

@media (max-width:1199.98px) {
  .main-persona-nav a {
    padding: 0 16px
  }

  .product-nav-link {
    padding: 0 15px
  }

  .mega-grid {
    column-gap: 35px
  }

  .hero-card {
    min-height: 455px
  }

  .hero-card h2 {
    font-size: 23px
  }

  .solutions-grid {
    gap: 20px
  }

  .footer-columns {
    gap: 32px
  }
}

@media (max-width:991.98px) {
  .site-container {
    padding-left: 30px;
    padding-right: 30px
  }

  .hero {
    display: block
  }

  .hero-card {
    min-height: 190px
  }

  .hero-card-content {
    padding: 22px 25px
  }

  .hero-card h2 {
    font-size: 18px;
    max-width: 390px;
    margin-bottom: 8px
  }

  .hero-card a {
    font-size: 11px
  }

  .main-content {
    padding-top: 52px
  }

  .section-title {
    font-size: 30px
  }

  .solutions-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 36px 24px
  }

  .app-download h2 {
    font-size: 24px
  }
}

@media (max-width:767.98px) {
  .site-container {
    padding-left: 30px;
    padding-right: 30px
  }

  .mobile-header {
    height: 58px;
    padding: 0 14px
  }

  .mobile-brand img {
    height: 34px
  }

  .mobile-header-divider {
    height: 42px;
    margin-left: 11px
  }

  .mobile-header-actions {
    gap: 11px
  }

  .mobile-action {
    font-size: 11px;
    gap: 5px
  }

  .mobile-action i {
    font-size: 15px
  }

  .mobile-menu-button {
    font-size: 18px;
    width: 28px
  }

  .mobile-menu {
    top: 58px
  }

  .mobile-persona-tabs {
    height: 58px
  }

  .mobile-persona-tabs a {
    padding: 0 16px;
    font-size: 13px
  }

  .mobile-menu-toggle {
    height: 58px;
    padding: 0 20px;
    font-size: 19px
  }

  .mobile-menu-content {
    padding: 12px 28px 32px
  }

  .mobile-menu-group h4 {
    font-size: 16px
  }

  .mobile-menu-group a {
    font-size: 14px;
    padding-left: 20px
  }

  .mobile-get-help {
    padding: 38px 40px;
    font-size: 18px
  }

  .mobile-utility-panel {
    top: 58px;
    padding: 14px 20px 18px
  }

  .hero-card {
    min-height: 190px
  }

  .hero-card:after {
    background: linear-gradient(90deg, rgba(24, 7, 10, .72), rgba(24, 7, 10, .12) 80%)
  }

  .hero-card-content {
    padding: 19px 20px;
    max-width: 72%
  }

  .hero-card h2 {
    font-size: 15px;
    line-height: 1.32
  }

  .hero-card a {
    font-size: 10px
  }

  .main-content {
    padding: 52px 0 44px
  }

  .section-title {
    font-size: 27px;
    max-width: 330px;
    margin-bottom: 46px
  }

  .solutions-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 36px;
    row-gap: 90px;
    margin-bottom: 82px
  }

  .solution-icon {
    height: 27px;
    font-size: 18px;
    margin-bottom: 10px
  }

  .solution-item h4 {
    font-size: 10px;
    min-height: 32px;
    margin-bottom: 17px
  }

  .standard-link {
    font-size: 10px
  }

  .action-heading {
    font-size: 19px;
    margin-bottom: 18px
  }

  .action-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 54px
  }

  .action-card {
    min-height: 160px;
    padding: 11px 10px 8px;
    border-radius: 5px
  }

  .action-icon {
    font-size: 16px;
    width: 25px
  }

  .action-card h3 {
    font-size: 10px
  }

  .action-card p {
    font-size: 9px;
    margin: 8px 0 7px
  }

  .action-card-footer {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -8px;
    border-top: 1px solid rgba(255, 255, 255, .48)
  }

  .action-card .outline-button {
    width: 100%;
    height: 30px;
    border: 0;
    font-size: 9px
  }

  .cashbuild-banner,
  .getup-banner {
    min-height: 440px;
    background-color: #8c807d;
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  .cashbuild-banner {
    background-image: linear-gradient(180deg, rgba(47, 39, 39, .78) 0%, rgba(47, 39, 39, .48) 34%, rgba(47, 39, 39, .12) 58%, rgba(47, 39, 39, 0) 76%), url("../images/cashbuild-home.jpg.rendition.480.480.jpg")
  }

  .getup-banner {
    background-image: linear-gradient(180deg, rgba(47, 39, 39, .78) 0%, rgba(47, 39, 39, .48) 34%, rgba(47, 39, 39, .12) 58%, rgba(47, 39, 39, 0) 76%), url("../images/card-tap-banner.jpg.rendition.480.480.jpg")
  }

  .anniversary-banner {
    background-image: linear-gradient(180deg, rgba(47, 39, 39, .78) 0%, rgba(47, 39, 39, .48) 34%, rgba(47, 39, 39, .12) 58%, rgba(47, 39, 39, 0) 76%), url("../images/islamic-banking.jpg.rendition.480.480.png")
  }



  .hero-one {
    background-image: url("../images/ub5.jpg.rendition.480.480.jpg")
  }

  .hero-two {
    background-image: url("../images/dha.jpg.rendition.480.480.jpg")
  }

  .hero-three {
    background-image: url("../images/fam.jpg.rendition.480.480.jpg")
  }


  .promo-banner-content {
    padding: 20px 16px;
    height: 440px;
    display: flex;
    flex-direction: column
  }

  .promo-banner h2 {
    font-size: 17px;
    margin-bottom: 9px
  }

  .promo-banner p {
    font-size: 9px;
    line-height: 1.5;
    margin-bottom: 12px
  }

  .cashbuild-banner .outline-button,
  .getup-banner .outline-button {
    width: 100%;
    margin-top: 5px;
    height: 34px;
    font-size: 9px
  }

  .anniversary-banner {
    min-height: 485px
  }

  .anniversary-inner {
    min-height: 485px;
    display: flex;
    flex-direction: column
  }

  .anniversary-copy {
    width: 100%;
    padding: 20px 16px 0
  }

  .anniversary-copy .outline-button {
    width: 100%;
    height: 34px;
    font-size: 9px;
    margin-top: 8px
  }

  .anniversary-art {
    flex: 1;
    padding: 30px 18px 36px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden
  }

  .anniversary-art img {
    width: 82%;
    max-width: 280px;
    max-height: none;
    object-fit: contain
  }

  .app-download {
    padding: 34px 0 24px
  }

  .app-download-row {
    display: block
  }

  .app-download h2 {
    font-size: 16px;
    line-height: 1.35;
    max-width: 280px;
    margin-bottom: 16px
  }

  .store-buttons {
    display: block
  }

  .store-badge {
    display: block;
    margin-bottom: 7px
  }

  .store-badge img {
    width: 100%;
    height: 34px;
    object-fit: contain;
    background: #050505;
    border-radius: 4px
  }

  .mobile-footer-container {
    padding-left: 30px;
    padding-right: 30px
  }

  .footer-heading {
    font-size: 10px
  }

  .social-row {
    gap: 9px
  }

  .social-row a {
    font-size: 18px
  }

  .x-icon {
    width: 18px;
    height: 18px;
    font-size: 11px
  }
}

@media (max-width:430px) {
  .site-container {
    padding-left: 30px;
    padding-right: 30px
  }

  .hero-card {
    min-height: 190px
  }

  .hero-card-content {
    padding: 17px 14px;
    max-width: 74%
  }

  .hero-card h2 {
    font-size: 14px
  }

  .section-title {
    font-size: 26px
  }

  .mobile-footer-container {
    padding-left: 30px;
    padding-right: 30px
  }

  .cashbuild-banner,
  .getup-banner {
    min-height: 440px
  }

  .promo-banner-content {
    height: 440px
  }
}

/* =========================================================
   FINAL MOBILE HEADER / NAV FIX
   Matches the supplied mobile reference and intentionally
   overrides earlier responsive header declarations above.
   ========================================================= */
@media (max-width: 991.98px) {
  .mobile-header {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    width: 100% !important;
    height: 52px !important;
    padding: 0 14px !important;
    background: #fff !important;
    border-bottom: 1px solid #e5e1e2 !important;
    position: relative !important;
    z-index: 1200 !important;
  }

  .mobile-brand {
    display: flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    line-height: 0 !important;
  }

  .mobile-brand img {
    display: block !important;
    width: auto !important;
    height: 36px !important;
    max-width: none !important;
  }

  .mobile-header-divider {
    display: block !important;
    flex: 0 0 1px !important;
    width: 1px !important;
    height: 42px !important;
    margin: 0 0 0 13px !important;
    background: #c9c4c5 !important;
  }

  .mobile-header-actions {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-end !important;
    min-width: 0 !important;
    margin: 0 0 0 auto !important;
    gap: 17px !important;
  }

  .mobile-action,
  .mobile-menu-button {
    border: 0 !important;
    background: transparent !important;
    color: #242021 !important;
    box-shadow: none !important;
    outline: 0 !important;
  }

  .mobile-action {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    gap: 7px !important;
    padding: 4px 0 !important;
    font-size: 12px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .mobile-action i {
    font-size: 16px !important;
    width: 16px !important;
    text-align: center !important;
  }

  .mobile-menu-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 28px !important;
    width: 28px !important;
    height: 40px !important;
    padding: 0 !important;
    font-size: 20px !important;
    line-height: 1 !important;
  }

  /* Menu begins immediately below the white header. */
  .mobile-menu {
    top: 52px !important;
  }

  .mobile-utility-panel {
    top: 52px !important;
  }

  /* Red Personal / Private & Wealth / Business / Corporate strip. */
  .mobile-persona-tabs {
    height: 46px !important;
    min-height: 46px !important;
    display: flex !important;
    align-items: stretch !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    background: var(--absa) !important;
    scrollbar-width: none;
  }

  .mobile-persona-tabs::-webkit-scrollbar {
    display: none;
  }

  .mobile-persona-tabs a {
    display: flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    min-width: max-content !important;
    height: 46px !important;
    padding: 0 16px !important;
    color: #fff !important;
    font-size: 13px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .mobile-persona-tabs a.active::after {
    left: 15px !important;
    right: 15px !important;
    height: 3px !important;
  }

  /* Product accordion proportions in the supplied reference. */
  .mobile-menu-toggle {
    height: 58px !important;
    min-height: 58px !important;
    padding: 0 17px !important;
    font-size: 17px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    color: #514b4c !important;
  }

  .mobile-menu-toggle i {
    font-size: 15px !important;
  }

  .mobile-get-help {
    padding: 38px 38px !important;
    font-size: 17px !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 374.98px) {
  .mobile-header {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .mobile-brand img {
    height: 32px !important;
  }

  .mobile-header-divider {
    height: 38px !important;
    margin-left: 9px !important;
  }

  .mobile-header-actions {
    gap: 10px !important;
  }

  .mobile-action {
    gap: 4px !important;
    font-size: 10px !important;
  }

  .mobile-action i {
    font-size: 14px !important;
    width: 14px !important;
  }

  .mobile-menu-button {
    flex-basis: 24px !important;
    width: 24px !important;
    font-size: 18px !important;
  }
}





/* =========================================================
   PRIVATE & WEALTH PAGE
   Matches the supplied desktop + iPhone reference.
   Image files are intentionally easy to replace.
   ========================================================= */

/* ---------------- HERO ---------------- */

.pw-hero {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}

.pw-hero-card {
  position: relative;
  min-height: 318px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.pw-hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(20, 8, 11, .76) 0%,
      rgba(20, 8, 11, .28) 44%,
      rgba(20, 8, 11, 0) 72%);
}

.pw-hero-one {
  background-image: url("../images/young-professionals.jpg.rendition.1280.1280.jpg");
}

.pw-hero-two {
  background-image: url("../images/private-banking.jpg.rendition.1280.1280.jpg");
}

.pw-hero-three {
  background-image: url("../images/wealth-management.jpg.rendition.1280.1280.jpg");
}

.pw-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 16px 43px;
}

.pw-hero-content h1 {
  max-width: 290px;
  margin: 0 0 17px;
  font-size: 24px;
  line-height: 1.18;
  font-weight: 700;
}

.pw-hero-content a {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
}

/* ---------------- MAIN ---------------- */

.pw-main {
  padding: 61px 0 0;
}

.pw-services h2 {
  margin: 0 0 31px;
  font-size: 31px;
  line-height: 1.15;
  font-weight: 700;
}

.pw-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-bottom: 57px;
}

.pw-service-item {
  min-width: 0;
}

.pw-service-icon {
  height: 28px;
  margin-bottom: 7px;
  font-size: 19px;
  color: #241f20;
}

.pw-service-item h3 {
  min-height: 31px;
  margin: 0 0 21px;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 600;
}

.pw-service-item>a {
  color: var(--absa);
  font-size: 11px;
  font-weight: 600;
  text-decoration: underline;
}

/* ---------------- PROMO BANNERS ---------------- */

.pw-promo {
  min-height: 240px;
  margin-bottom: 22px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.pw-promo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(14, 8, 13, .79) 0%,
      rgba(14, 8, 13, .48) 46%,
      rgba(14, 8, 13, .06) 76%);
}

.pw-offshore {
  background-image: url("../images/dream-and-legacy.png.rendition.1280.1280.png");
}

.pw-professionals {
  background-image: url("../images/divingboat.jpg.rendition.1280.1280.jpg");
}

.pw-promo-copy {
  position: relative;
  z-index: 2;
  width: 62%;
  padding: 31px 29px;
}

.pw-promo h2 {
  margin: 0 0 18px;
  font-size: 27px;
  line-height: 1.16;
  font-weight: 700;
}

.pw-promo p {
  margin: 0 0 47px;
  font-size: 11px;
  line-height: 1.55;
}

.pw-outline-button {
  min-width: 105px;
  height: 31px;
  border: 1px solid rgba(255, 255, 255, .88);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  color: #fff !important;
  font-size: 10px;
  font-weight: 700;
}

.pw-note {
  margin: 74px 0 37px;
  font-size: 9px;
  line-height: 1.45;
  color: #413b3c;
}

/* App/footer in this page begin almost immediately after note. */
.private-wealth-page .app-download {
  padding-top: 33px;
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 991.98px) {
  .pw-hero {
    display: block;
  }

  .pw-hero-card {
    min-height: 101px;
    width: 100%;
  }

  .pw-hero-card::after {
    background: linear-gradient(90deg,
        rgba(14, 7, 10, .70) 0%,
        rgba(14, 7, 10, .30) 48%,
        rgba(14, 7, 10, .03) 78%);
  }

  .pw-hero-one {
    background-image: url('../images/young-professionals.jpg.rendition.480.480.jpg');
  }

  .pw-hero-two {
    background-image: url('../images/private-banking.jpg.rendition.480.480.jpg');
  }

  .pw-hero-three {
    background-image: url('../images/wealth-management.jpg.rendition.480.480.jpg');
  }

  .pw-hero-content {
    max-width: 74%;
    padding: 0 8px 12px;
  }

  .pw-hero-content h1 {
    max-width: 145px;
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 1.2;
  }

  .pw-hero-content a {
    font-size: 8px;
  }

  .pw-main {
    padding: 39px 0 0;
  }


  .pw-offshore {
    background-image: url("../images/dream-and-legacy.png.rendition.480.480.png");
  }

  .pw-professionals {
    background-image: url("../images/divingboat.jpg.rendition.480.480.jpg");
  }

  .pw-services h2 {
    max-width: 190px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.05;
  }

  .pw-services-grid {
    display: block;
    margin-bottom: 47px;
  }

  .pw-service-item {
    min-height: 108px;
    margin-bottom: 2px;
  }

  .pw-service-icon {
    height: 24px;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .pw-service-item h3 {
    min-height: 0;
    margin: 0 0 24px;
    font-size: 9px;
  }

  .pw-service-item>a {
    font-size: 9px;
  }

  .pw-promo {
    min-height: 258px;
    margin-bottom: 18px;
    border-radius: 4px;
    display: flex;
    align-items: flex-start;
    background-position: center bottom;
  }

  .pw-promo::before {
    background: linear-gradient(to bottom,
        rgba(10, 5, 12, .80) 0%,
        rgba(10, 5, 12, .50) 38%,
        rgba(10, 5, 12, .05) 72%);
  }

  .pw-promo-copy {
    width: 100%;
    min-height: 258px;
    padding: 11px 9px 9px;
    display: flex;
    flex-direction: column;
  }

  .pw-promo h2 {
    max-width: 180px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.14;
  }

  .pw-promo p {
    max-width: 183px;
    margin: 0;
    font-size: 8px;
    line-height: 1.42;
  }

  .pw-outline-button {
    width: 100%;
    min-width: 0;
    height: 24px;
    margin-top: 19px;
    font-size: 8px;
  }

  .pw-professionals .pw-outline-button {
    margin-top: 25px;
  }

  .pw-note {
    margin: 31px 0 18px;
    font-size: 7px;
    line-height: 1.35;
  }

  .private-wealth-page .app-download {
    padding-top: 17px;
  }
}

@media (max-width: 420px) {
  .private-wealth-page .mobile-header {
    height: 31px;
  }

  .private-wealth-page .mobile-brand img {
    height: 23px;
  }

  .private-wealth-page .mobile-header-divider {
    height: 24px;
    margin-left: 9px;
  }

  .private-wealth-page .mobile-header-actions {
    gap: 8px;
  }

  .private-wealth-page .mobile-action {
    font-size: 8px;
    gap: 4px;
  }

  .private-wealth-page .mobile-action i {
    font-size: 9px;
  }

  .private-wealth-page .mobile-menu-button {
    width: 22px;
    font-size: 12px;
  }

  .private-wealth-page .mobile-menu,
  .private-wealth-page .mobile-utility-panel {
    top: 31px;
  }
}





/* =========================================================
   BUSINESS PAGE
   Built to match the supplied desktop + iPhone references.
   ========================================================= */

/* ---------------- HERO ---------------- */

.biz-hero {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}

.biz-hero-card {
  min-height: 325px;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.biz-hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(18, 8, 10, .76) 0%,
      rgba(18, 8, 10, .34) 42%,
      rgba(18, 8, 10, .04) 72%);
}

.biz-hero-one {
  background-image: url("../images/laptop.jpg.rendition.480.480.jpg");
}

.biz-hero-two {
  background-image: url("../images/chef-home.jpg.rendition.480.480.jpg");
}

.biz-hero-three {
  background-image: url("../images/free-device.jpg.rendition.480.480.jpg");
}

.biz-hero-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 15px 39px;
}

.biz-hero-copy h1 {
  max-width: 260px;
  margin: 0 0 12px;
  font-size: 23px;
  line-height: 1.18;
  font-weight: 700;
}

.biz-hero-copy p {
  max-width: 250px;
  margin: -4px 0 12px;
  font-size: 10px;
  line-height: 1.45;
}

.biz-hero-copy a {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-decoration: underline;
}

/* ---------------- MAIN ---------------- */

.biz-main {
  padding: 50px 0 0;
}

.biz-intro-heading-row {
  position: relative;
  padding-right: 54px;
}

.biz-intro h2,
.biz-solutions>h2,
.biz-expertise h2 {
  margin: 0;
  font-size: 27px;
  line-height: 1.15;
  font-weight: 700;
}

.biz-intro-heading-row p,
.biz-expertise>p {
  margin: 16px 0 0;
  font-size: 10px;
  line-height: 1.5;
}

.biz-assistant {
  position: absolute;
  right: 0;
  top: 12px;
  width: 43px;
  height: 43px;
  border: 4px solid #f2f0f0;
  border-radius: 50%;
  background: #e40046;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
}

.biz-services-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  margin: 22px 0 39px;
}

.biz-service-icon {
  height: 27px;
  font-size: 18px;
  margin-bottom: 6px;
}

.biz-service h3 {
  min-height: 30px;
  margin: 0 0 15px;
  font-size: 9px;
  line-height: 1.35;
  font-weight: 500;
}

.biz-service>a,
.biz-feature-copy>a,
.biz-sector-copy>a,
.biz-mini-card>a {
  color: var(--absa);
  font-size: 9px;
  font-weight: 600;
  text-decoration: underline;
}

/* ---------------- SOLUTIONS LIST ---------------- */

.biz-solutions>h2 {
  margin-bottom: 18px;
}

.biz-feature-list {
  display: grid;
  gap: 14px;
  margin-bottom: 33px;
}

.biz-feature {
  min-height: 133px;
  display: grid;
  grid-template-columns: 164px 1fr;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 2px 9px rgba(25, 18, 20, .14);
}

.biz-feature-media {
  min-height: 133px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.biz-feature-values .biz-feature-media {
  background: linear-gradient(135deg, #a30038, #e80046);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.biz-years-mark {
  font-size: 26px;
  font-weight: 800;
  line-height: .9;
}

.biz-years-mark span {
  display: block;
  font-size: 12px;
  margin-top: 4px;
}

.biz-feature-copy {
  padding: 21px 18px;
}

.biz-feature-copy h3 {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 700;
}

.biz-feature-copy p {
  max-width: 570px;
  margin: 0 0 24px;
  font-size: 9px;
  line-height: 1.55;
}

/* ---------------- VIDEO ---------------- */

.biz-expertise {
  margin: 0 0 53px;
}

.biz-expertise>p {
  margin-top: 8px;
  margin-bottom: 15px;
}

.biz-video {
  width: 100%;
  aspect-ratio: 16 / 8.2;
  overflow: hidden;
  border-radius: 5px;
  background: #171217;
}

.biz-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* ---------------- SECTOR SOLUTIONS ---------------- */

.biz-sector-card {
  min-height: 135px;
  display: grid;
  grid-template-columns: 165px 1fr;
  margin-bottom: 16px;
  background: #fff;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 2px 9px rgba(25, 18, 20, .12);
}

.biz-sector-image {
  background: url("../images/business-sector-solutions.jpg") center / cover no-repeat;
}

.biz-sector-copy {
  padding: 19px 18px;
}

.biz-sector-copy h3 {
  margin: 0 0 9px;
  font-size: 14px;
  font-weight: 700;
}

.biz-sector-copy p {
  margin: 0 0 29px;
  font-size: 9px;
  line-height: 1.5;
}

/* ---------------- MINI CARDS ---------------- */

.biz-mini-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 17px;
}

.biz-mini-card {
  min-height: 145px;
  padding: 13px 12px 10px 18px;
  border-left: 5px solid #e00043;
  border-radius: 4px;
  box-shadow: 0 2px 9px rgba(25, 18, 20, .13);
  background: #fff;
}

.biz-mini-card h3 {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
}

.biz-mini-card p {
  min-height: 62px;
  margin: 0 0 8px;
  font-size: 8px;
  line-height: 1.45;
}

/* ---------------- LARGE BANNERS ---------------- */

.biz-banner {
  position: relative;
  min-height: 310px;
  margin-bottom: 28px;
  overflow: hidden;
  border-radius: 6px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.biz-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(21, 10, 10, .74), rgba(21, 10, 10, .25) 63%, rgba(21, 10, 10, .05));
}

.biz-grow-banner {
  background-image: url("../images/working-man.jpg.rendition.1280.1280.jpg");
}

.biz-commercial-banner {
  background-image: url("../images/man.jpg.rendition.1280.1280.jpg");
}

.biz-banner-copy {
  position: relative;
  z-index: 2;
  width: 78%;
  padding: 29px 30px 24px;
}

.biz-banner h2 {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 700;
}

.biz-banner-copy>p {
  max-width: 650px;
  margin: 0 0 23px;
  font-size: 9px;
  line-height: 1.55;
}

.biz-banner-tools {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 23px;
}

.biz-banner-tools>div {
  min-width: 0;
}

.biz-banner-tools i {
  display: block;
  height: 21px;
  font-size: 16px;
  margin-bottom: 3px;
}

.biz-banner-tools strong {
  display: block;
  margin-bottom: 4px;
  font-size: 9px;
}

.biz-banner-tools span {
  display: block;
  font-size: 7px;
  line-height: 1.4;
}

.biz-banner-button {
  min-width: 96px;
  height: 31px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .88);
  color: #fff !important;
  font-size: 8px;
  font-weight: 700;
}

.biz-disclaimer {
  margin: 35px 0 29px;
  font-size: 8px;
  line-height: 1.45;
  color: #4c4647;
}

/* Footer follows reference more closely on this page. */
.business-page .app-download {
  padding-top: 34px;
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 991.98px) {
  .biz-hero {
    display: block;
  }

  .biz-hero-card {
    min-height: 103px;
  }

  .biz-hero-card::after {
    background: linear-gradient(90deg,
        rgba(16, 7, 9, .72),
        rgba(16, 7, 9, .24) 56%,
        rgba(16, 7, 9, .04));
  }


  .biz-grow-banner {
    background-image: url("../images/working-man.jpg.rendition.480.480.jpg");
  }

  .biz-commercial-banner {
    background-image: url("../images/man.jpg.rendition.480.480.jpg");
  }

  .biz-hero-copy {
    max-width: 67%;
    padding: 0 8px 10px;
  }

  .biz-hero-copy h1 {
    max-width: 150px;
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 1.18;
  }

  .biz-hero-copy p {
    display: none;
  }

  .biz-hero-copy a {
    font-size: 7px;
  }

  .biz-main {
    padding: 36px 0 0;
  }

  .biz-intro-heading-row {
    padding-right: 0;
  }

  .biz-intro h2 {
    max-width: 215px;
    font-size: 22px;
    line-height: 1.05;
  }

  .biz-intro-heading-row p {
    max-width: 260px;
    margin-top: 12px;
    font-size: 8px;
    line-height: 1.45;
  }

  .biz-assistant {
    right: -1px;
    top: 48px;
    width: 35px;
    height: 35px;
    border-width: 3px;
    font-size: 13px;
  }

  .biz-services-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 28px;
    column-gap: 32px;
    margin: 20px 0 36px;
  }

  .biz-service-icon {
    height: 23px;
    font-size: 15px;
  }

  .biz-service h3 {
    min-height: 25px;
    margin-bottom: 18px;
    font-size: 8px;
  }

  .biz-service>a {
    font-size: 8px;
  }

  .biz-solutions>h2,
  .biz-expertise h2 {
    font-size: 15px;
    line-height: 1.15;
  }

  .biz-solutions>h2 {
    margin-bottom: 14px;
  }

  .biz-feature-list {
    display: block;
    margin-bottom: 26px;
  }

  .biz-feature {
    display: block;
    width: 100%;
    min-height: 0;
    margin-bottom: 17px;
  }

  .biz-feature-media {
    width: 100%;
    min-height: 95px;
  }

  .biz-feature-values .biz-feature-media {
    min-height: 90px;
  }

  .biz-feature-copy {
    min-height: 137px;
    padding: 13px 11px 12px;
  }

  .biz-feature-copy h3 {
    margin-bottom: 10px;
    font-size: 10px;
  }

  .biz-feature-copy p {
    min-height: 67px;
    margin-bottom: 10px;
    font-size: 7px;
    line-height: 1.45;
  }

  .biz-feature-copy>a {
    font-size: 7px;
  }

  .biz-expertise {
    margin-bottom: 50px;
  }

  .biz-expertise>p {
    margin: 8px 0 10px;
    font-size: 7px;
    line-height: 1.45;
  }

  .biz-video {
    aspect-ratio: 16 / 9;
    border-radius: 3px;
  }

  .biz-sector-card {
    display: block;
    margin-bottom: 17px;
  }

  .biz-sector-image {
    min-height: 105px;
  }

  .biz-sector-copy {
    min-height: 142px;
    padding: 12px 10px;
  }

  .biz-sector-copy h3 {
    font-size: 10px;
  }

  .biz-sector-copy p {
    min-height: 63px;
    margin-bottom: 12px;
    font-size: 7px;
  }

  .biz-sector-copy>a {
    font-size: 7px;
  }

  .biz-mini-grid {
    display: block;
    margin-bottom: 15px;
  }

  .biz-mini-card {
    min-height: 105px;
    margin-bottom: 10px;
    padding: 11px 10px 10px 14px;
    border-left-width: 4px;
  }

  .biz-mini-card h3 {
    font-size: 9px;
  }

  .biz-mini-card p {
    min-height: 46px;
    font-size: 7px;
  }

  .biz-mini-card>a {
    font-size: 7px;
  }

  .biz-banner {
    min-height: 265px;
    margin-bottom: 16px;
    border-radius: 4px;
  }

  .biz-banner-copy {
    width: 100%;
    min-height: 265px;
    padding: 12px 10px 10px;
  }

  .biz-banner h2 {
    max-width: 220px;
    margin-bottom: 6px;
    font-size: 14px;
  }

  .biz-banner-copy>p {
    max-width: 250px;
    margin-bottom: 14px;
    font-size: 7px;
  }

  .biz-banner-tools {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 15px;
    margin-bottom: 13px;
  }

  .biz-banner-tools i {
    height: 18px;
    font-size: 13px;
  }

  .biz-banner-tools strong {
    font-size: 7px;
  }

  .biz-banner-tools span {
    font-size: 6px;
  }

  .biz-banner-button {
    height: 25px;
    min-width: 92px;
    font-size: 7px;
  }

  .biz-disclaimer {
    margin: 22px 0 17px;
    font-size: 6.5px;
  }

  .business-page .app-download {
    padding-top: 16px;
  }



  .biz-hero-one {
    background-image: url("../images/laptop.jpg.rendition.1280.1280.jpg");
  }

  .biz-hero-two {
    background-image: url("../images/chef-home.jpg.rendition.1280.1280.jpg");
  }

  .biz-hero-three {
    background-image: url("../images/free-device.jpg.rendition.1280.1280.jpg");
  }



}

@media (max-width: 420px) {
  .business-page .mobile-header {
    height: 31px;
  }

  .business-page .mobile-brand img {
    height: 23px;
  }

  .business-page .mobile-header-divider {
    height: 24px;
    margin-left: 9px;
  }

  .business-page .mobile-header-actions {
    gap: 8px;
  }

  .business-page .mobile-action {
    font-size: 8px;
    gap: 4px;
  }

  .business-page .mobile-action i {
    font-size: 9px;
  }

  .business-page .mobile-menu-button {
    width: 22px;
    font-size: 12px;
  }

  .business-page .mobile-menu,
  .business-page .mobile-utility-panel {
    top: 31px;
  }
}

/* =========================================================
   FINAL ORIGINAL-SITE CALIBRATION
   ---------------------------------------------------------
   IMPORTANT:
   This correction intentionally DOES NOT replace the layout,
   page widths, hero heights, card sizes, or responsive structure
   already matched to the screenshots.

   It only applies the typography values evidenced by the supplied
   original Absa CSS and restores text colours on image backgrounds.

   Original-site patterns used:
   - card heading: 16px / 24px line-height
   - card subcopy: 14px
   - large card heading: 24px / 28px
   - large card body: 16px / 24px
   - mobile/footer copy: typically 14px
   ========================================================= */


/* ---------------------------------------------------------
   TYPOGRAPHY FAMILY
   --------------------------------------------------------- */

body,
button,
input,
select,
textarea {
  font-family: "Source Sans 3", "SourceSansPro-Regular",
    Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans 3", "SourceSansPro-SemiBold",
    Arial, Helvetica, sans-serif;
  font-weight: 600;
}


/* ---------------------------------------------------------
   CRITICAL COLOUR RESTORATION
   Do NOT globally force heading colour. Text placed over image
   banners/hero panels must remain white.
   --------------------------------------------------------- */

.hero-card,
.hero-card h1,
.hero-card h2,
.hero-card h3,
.hero-card p,
.hero-card a,
.promo-banner,
.promo-banner h1,
.promo-banner h2,
.promo-banner h3,
.promo-banner p,
.promo-banner a,
.anniversary-banner,
.anniversary-banner h1,
.anniversary-banner h2,
.anniversary-banner h3,
.anniversary-banner p,
.anniversary-banner a,
.pw-hero-card,
.pw-hero-card h1,
.pw-hero-card h2,
.pw-hero-card h3,
.pw-hero-card p,
.pw-hero-card a,
.pw-promo,
.pw-promo h1,
.pw-promo h2,
.pw-promo h3,
.pw-promo p,
.pw-promo a,
.biz-hero-card,
.biz-hero-card h1,
.biz-hero-card h2,
.biz-hero-card h3,
.biz-hero-card p,
.biz-hero-card a,
.biz-banner,
.biz-banner h1,
.biz-banner h2,
.biz-banner h3,
.biz-banner p,
.biz-banner a {
  color: #fff;
}


/* =========================================================
   PERSONAL PAGE
   Keep its proven geometry and general scale.
   Only align its small text with the source-site component
   typography rather than enlarging the entire page.
   ========================================================= */

.solution-item h4 {
  font-family: "Source Sans 3", "SourceSansPro-SemiBold",
    Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.action-card h3 {
  font-family: "Source Sans 3", "SourceSansPro-SemiBold",
    Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.action-card p {
  line-height: 1.5;
}


/* =========================================================
   PRIVATE & WEALTH — DESKTOP
   ========================================================= */

.private-wealth-page .pw-hero-content h1 {
  font-family: "Source Sans 3", "SourceSansPro-SemiBold",
    Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.private-wealth-page .pw-hero-content a {
  font-size: 14px;
}

.private-wealth-page .pw-service-item h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  min-height: 48px;
  margin-bottom: 16px;
}

.private-wealth-page .pw-service-item>a {
  font-size: 14px;
  line-height: 1.5;
}

.private-wealth-page .pw-promo h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}

.private-wealth-page .pw-promo p {
  font-size: 16px;
  line-height: 24px;
}

.private-wealth-page .pw-outline-button {
  font-size: 14px;
  min-height: 36px;
}

.private-wealth-page .pw-note {
  font-size: 14px;
  line-height: 1.5;
}


/* =========================================================
   BUSINESS — DESKTOP
   Directly mirrors the original site's advert/card pattern:
   16px headings, 14px subcopy and 24/16 on large banners.
   ========================================================= */

.business-page .biz-hero-copy p {
  font-size: 14px;
  line-height: 1.5;
}

.business-page .biz-hero-copy a {
  font-size: 14px;
}

.business-page .biz-intro-heading-row p,
.business-page .biz-expertise>p {
  font-size: 14px;
  line-height: 1.5;
}

.business-page .biz-service h3 {
  font-size: 14px;
  line-height: 1.5;
  min-height: 42px;
  margin-bottom: 14px;
}

.business-page .biz-service>a {
  font-size: 14px;
}

.business-page .biz-feature-copy h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}

.business-page .biz-feature-copy p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.business-page .biz-feature-copy>a {
  font-size: 14px;
}

.business-page .biz-sector-copy h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.business-page .biz-sector-copy p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 18px;
}

.business-page .biz-sector-copy>a {
  font-size: 14px;
}

.business-page .biz-mini-card h3 {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
}

.business-page .biz-mini-card p {
  font-size: 14px;
  line-height: 1.5;
  min-height: 0;
}

.business-page .biz-mini-card>a {
  font-size: 14px;
}

.business-page .biz-banner h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}

.business-page .biz-banner-copy>p {
  font-size: 14px;
  line-height: 1.5;
}

.business-page .biz-banner-tools strong {
  font-size: 14px;
  line-height: 1.35;
}

.business-page .biz-banner-tools span {
  font-size: 12px;
  line-height: 1.4;
}

.business-page .biz-banner-button {
  font-size: 14px;
  min-height: 34px;
}

.business-page .biz-disclaimer {
  font-size: 12px;
  line-height: 1.5;
}


/* =========================================================
   FOOTER
   Original site footer copy is 14px, but this recreation is
   visually denser, so 13px keeps the screenshot proportions.
   ========================================================= */

.footer-heading {
  font-size: 13px;
}

.footer-list a,
.lost-card-text {
  font-size: 13px;
  line-height: 1.5;
}


/* =========================================================
   TABLET / MOBILE
   ========================================================= */

@media (max-width: 991.98px) {

  /* Keep the fixed header correction as the final authority.
     Private/Business-specific rules earlier in this file must
     not collapse it to a 31px header. */
  .mobile-header,
  .private-wealth-page .mobile-header,
  .business-page .mobile-header {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    height: 52px !important;
    min-height: 52px !important;
    padding: 0 14px !important;
  }

  .mobile-brand img,
  .private-wealth-page .mobile-brand img,
  .business-page .mobile-brand img {
    height: 36px !important;
    width: auto !important;
  }

  .mobile-header-divider,
  .private-wealth-page .mobile-header-divider,
  .business-page .mobile-header-divider {
    height: 42px !important;
    margin-left: 13px !important;
  }

  .mobile-header-actions,
  .private-wealth-page .mobile-header-actions,
  .business-page .mobile-header-actions {
    gap: 17px !important;
  }

  .mobile-action,
  .private-wealth-page .mobile-action,
  .business-page .mobile-action {
    font-size: 12px !important;
    gap: 7px !important;
  }

  .mobile-action i,
  .private-wealth-page .mobile-action i,
  .business-page .mobile-action i {
    font-size: 16px !important;
  }

  .mobile-menu-button,
  .private-wealth-page .mobile-menu-button,
  .business-page .mobile-menu-button {
    width: 28px !important;
    flex-basis: 28px !important;
    font-size: 20px !important;
  }

  .mobile-menu,
  .mobile-utility-panel,
  .private-wealth-page .mobile-menu,
  .private-wealth-page .mobile-utility-panel,
  .business-page .mobile-menu,
  .business-page .mobile-utility-panel {
    top: 52px !important;
  }


  /* -------------------------------------------------------
     PRIVATE & WEALTH MOBILE
     Original site mobile content commonly bottoms out around
     14px; do not use the former 7px–9px values.
     ------------------------------------------------------- */

  .private-wealth-page .pw-hero-content h1 {
    font-size: 16px;
    line-height: 1.2;
    max-width: 210px;
  }

  .private-wealth-page .pw-hero-content a {
    font-size: 12px;
  }

  .private-wealth-page .pw-service-item h3 {
    font-size: 14px;
    line-height: 1.45;
    min-height: 0;
  }

  .private-wealth-page .pw-service-item>a {
    font-size: 14px;
  }

  .private-wealth-page .pw-promo h2 {
    font-size: 18px;
    line-height: 1.2;
    max-width: 230px;
  }

  .private-wealth-page .pw-promo p {
    font-size: 14px;
    line-height: 1.5;
    max-width: 250px;
  }

  .private-wealth-page .pw-outline-button {
    font-size: 14px;
    min-height: 34px;
  }

  .private-wealth-page .pw-note {
    font-size: 12px;
    line-height: 1.5;
  }


  /* -------------------------------------------------------
     BUSINESS MOBILE
     ------------------------------------------------------- */

  .business-page .biz-hero-copy h1 {
    font-size: 15px;
    line-height: 1.2;
    max-width: 210px;
  }

  .business-page .biz-hero-copy a {
    font-size: 12px;
  }

  .business-page .biz-intro-heading-row p {
    font-size: 14px;
    line-height: 1.5;
  }

  .business-page .biz-service h3 {
    font-size: 12px;
    line-height: 1.45;
    min-height: 36px;
  }

  .business-page .biz-service>a {
    font-size: 12px;
  }

  .business-page .biz-solutions>h2,
  .business-page .biz-expertise h2 {
    font-size: 18px;
    line-height: 1.2;
  }

  .business-page .biz-feature-copy h3,
  .business-page .biz-sector-copy h3 {
    font-size: 16px;
    line-height: 1.3;
  }

  .business-page .biz-feature-copy p,
  .business-page .biz-sector-copy p,
  .business-page .biz-expertise>p {
    font-size: 14px;
    line-height: 1.5;
    min-height: 0;
  }

  .business-page .biz-feature-copy>a,
  .business-page .biz-sector-copy>a {
    font-size: 12px;
  }

  .business-page .biz-mini-card h3 {
    font-size: 15px;
  }

  .business-page .biz-mini-card p {
    font-size: 13px;
    line-height: 1.5;
    min-height: 0;
  }

  .business-page .biz-mini-card>a {
    font-size: 12px;
  }

  .business-page .biz-banner h2 {
    font-size: 18px;
    line-height: 1.2;
  }

  .business-page .biz-banner-copy>p {
    font-size: 13px;
    line-height: 1.5;
  }

  .business-page .biz-banner-tools strong {
    font-size: 12px;
  }

  .business-page .biz-banner-tools span {
    font-size: 11px;
  }

  .business-page .biz-banner-button {
    font-size: 12px;
    min-height: 32px;
  }

  .business-page .biz-disclaimer {
    font-size: 11px;
    line-height: 1.5;
  }


  /* -------------------------------------------------------
     MOBILE FOOTER
     ------------------------------------------------------- */

  .mobile-footer-toggle {
    font-size: 12px;
  }

  .mobile-footer-content a,
  .lost-card-mobile {
    font-size: 12px;
    line-height: 1.5;
  }

  .mobile-footer .footer-bottom,
  .mobile-footer .footer-legal {
    font-size: 9px;
    line-height: 1.45;
  }
}


/* =========================================================
   SMALL PHONES
   Preserve readable type; no 6px–9px content copy.
   ========================================================= */

@media (max-width: 430px) {

  .private-wealth-page .pw-service-item h3,
  .private-wealth-page .pw-service-item>a,
  .private-wealth-page .pw-promo p {
    font-size: 13px;
  }

  .business-page .biz-intro-heading-row p,
  .business-page .biz-feature-copy p,
  .business-page .biz-sector-copy p,
  .business-page .biz-expertise>p,
  .business-page .biz-mini-card p,
  .business-page .biz-banner-copy>p {
    font-size: 13px;
  }

  .business-page .biz-service h3,
  .business-page .biz-service>a,
  .business-page .biz-feature-copy>a,
  .business-page .biz-sector-copy>a,
  .business-page .biz-mini-card>a,
  .business-page .biz-banner-button {
    font-size: 12px;
  }
}

/* =========================================================
   SINGLE SITE CONTAINER — ALL PAGES
   ---------------------------------------------------------
   Personal, Private & Wealth, Business and future pages use
   exactly the same content container.
   ========================================================= */

:root {
  --page: 1160px;
}

.site-container,
.personal-page .site-container,
.private-wealth-page .site-container,
.business-page .site-container {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
}

@media (max-width: 991.98px) {

  .site-container,
  .personal-page .site-container,
  .private-wealth-page .site-container,
  .business-page .site-container {
    width: 100%;
    max-width: 1160px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 430px) {

  .site-container,
  .personal-page .site-container,
  .private-wealth-page .site-container,
  .business-page .site-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* =========================================================
   FINAL FONT-SIZE CALIBRATION
   ---------------------------------------------------------
   Font-size only. No container widths, card dimensions,
   margins, hero heights, grids or page spacing are changed.
   ========================================================= */

/* ---------- DESKTOP ---------- */
@media (min-width: 992px) {

  /* Header */
  .main-persona-nav a {
    font-size: 15px;
  }

  .header-action-btn {
    font-size: 14px;
  }

  .product-nav-link,
  .help-link {
    font-size: 14px;
  }

  .mega-group h4 {
    font-size: 15px;
  }

  .mega-group a,
  .mega-top-see-all {
    font-size: 13px;
  }

  /* Personal hero */
  .hero-card h2 {
    font-size: 31px;
    line-height: 1.24;
  }

  .hero-card a {
    font-size: 14px;
  }

  .hero-card-note {
    font-size: 13px;
    line-height: 1.45;
  }

  /* Personal main content */
  .section-title {
    font-size: 39px;
    line-height: 1.14;
  }

  .solution-item h4 {
    font-size: 15px;
    line-height: 1.45;
  }

  .standard-link {
    font-size: 14px;
  }

  .action-heading {
    font-size: 35px;
    line-height: 1.2;
  }

  .action-card h3 {
    font-size: 17px;
  }

  .action-card p {
    font-size: 14px;
    line-height: 1.5;
  }

  .outline-button,
  .action-card .outline-button {
    font-size: 14px;
  }

  .promo-banner h2 {
    font-size: 35px;
    line-height: 1.18;
  }

  .promo-banner p {
    font-size: 15px;
    line-height: 1.55;
  }

  /* Private & Wealth */
  .private-wealth-page .pw-hero-content h1 {
    font-size: 27px;
    line-height: 1.18;
  }

  .private-wealth-page .pw-hero-content a {
    font-size: 14px;
  }

  .private-wealth-page .pw-services h2 {
    font-size: 38px;
    line-height: 1.15;
  }

  .private-wealth-page .pw-service-item h3 {
    font-size: 17px;
    line-height: 1.45;
  }

  .private-wealth-page .pw-service-item>a {
    font-size: 14px;
  }

  .private-wealth-page .pw-promo h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .private-wealth-page .pw-promo p {
    font-size: 16px;
    line-height: 1.5;
  }

  .private-wealth-page .pw-outline-button {
    font-size: 14px;
  }

  .private-wealth-page .pw-note {
    font-size: 14px;
    line-height: 1.5;
  }

  /* Business */
  .business-page .biz-hero-copy h1 {
    font-size: 27px;
    line-height: 1.18;
  }

  .business-page .biz-hero-copy p {
    font-size: 14px;
  }

  .business-page .biz-hero-copy a {
    font-size: 14px;
  }

  .business-page .biz-intro h2,
  .business-page .biz-solutions>h2,
  .business-page .biz-expertise h2 {
    font-size: 34px;
    line-height: 1.18;
  }

  .business-page .biz-intro-heading-row p,
  .business-page .biz-expertise>p {
    font-size: 15px;
    line-height: 1.5;
  }

  .business-page .biz-service h3 {
    font-size: 15px;
    line-height: 1.45;
  }

  .business-page .biz-service>a {
    font-size: 14px;
  }

  .business-page .biz-feature-copy h3,
  .business-page .biz-sector-copy h3 {
    font-size: 19px;
    line-height: 1.3;
  }

  .business-page .biz-feature-copy p,
  .business-page .biz-sector-copy p {
    font-size: 15px;
    line-height: 1.5;
  }

  .business-page .biz-feature-copy>a,
  .business-page .biz-sector-copy>a {
    font-size: 14px;
  }

  .business-page .biz-mini-card h3 {
    font-size: 17px;
  }

  .business-page .biz-mini-card p {
    font-size: 14px;
    line-height: 1.5;
  }

  .business-page .biz-mini-card>a {
    font-size: 14px;
  }

  .business-page .biz-banner h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .business-page .biz-banner-copy>p {
    font-size: 15px;
    line-height: 1.5;
  }

  .business-page .biz-banner-tools strong {
    font-size: 14px;
  }

  .business-page .biz-banner-tools span {
    font-size: 12px;
  }

  .business-page .biz-banner-button {
    font-size: 14px;
  }

  .business-page .biz-disclaimer {
    font-size: 13px;
    line-height: 1.5;
  }

  /* Download + footer */
  .app-download h2 {
    font-size: 33px;
    line-height: 1.2;
  }

  .footer-heading {
    font-size: 14px;
  }

  .footer-list a,
  .lost-card-text {
    font-size: 13px;
    line-height: 1.55;
  }

  .footer-bottom,
  .footer-legal {
    font-size: 11px;
  }
}


/* ---------- TABLET / MOBILE ---------- */
@media (max-width: 991.98px) {

  .mobile-action {
    font-size: 12px !important;
  }

  .mobile-persona-tabs a {
    font-size: 14px;
  }

  .mobile-menu-toggle {
    font-size: 17px;
  }

  .mobile-menu-group h4 {
    font-size: 16px;
  }

  .mobile-menu-group a {
    font-size: 14px;
  }

  .mobile-get-help {
    font-size: 16px;
  }

  /* Personal */
  .hero-card h2 {
    font-size: 17px;
    line-height: 1.28;
  }

  .hero-card a {
    font-size: 11px;
  }

  .section-title {
    font-size: 30px;
    line-height: 1.12;
  }

  .solution-item h4 {
    font-size: 12px;
    line-height: 1.45;
  }

  .standard-link {
    font-size: 11px;
  }

  .action-heading {
    font-size: 22px;
  }

  .action-card h3 {
    font-size: 12px;
  }

  .action-card p {
    font-size: 11px;
    line-height: 1.45;
  }

  .action-card .outline-button {
    font-size: 10px;
  }

  .promo-banner h2 {
    font-size: 20px;
    line-height: 1.2;
  }

  .promo-banner p {
    font-size: 11px;
    line-height: 1.5;
  }

  .cashbuild-banner .outline-button,
  .getup-banner .outline-button,
  .anniversary-copy .outline-button {
    font-size: 10px;
  }

  /* Private & Wealth */
  .private-wealth-page .pw-hero-content h1 {
    font-size: 17px;
  }

  .private-wealth-page .pw-hero-content a {
    font-size: 11px;
  }

  .private-wealth-page .pw-services h2 {
    font-size: 30px;
  }

  .private-wealth-page .pw-service-item h3 {
    font-size: 14px;
  }

  .private-wealth-page .pw-service-item>a {
    font-size: 12px;
  }

  .private-wealth-page .pw-promo h2 {
    font-size: 20px;
  }

  .private-wealth-page .pw-promo p {
    font-size: 12px;
  }

  .private-wealth-page .pw-outline-button {
    font-size: 11px;
  }

  .private-wealth-page .pw-note {
    font-size: 11px;
  }

  /* Business */
  .business-page .biz-hero-copy h1 {
    font-size: 17px;
  }

  .business-page .biz-hero-copy a {
    font-size: 11px;
  }

  .business-page .biz-intro h2 {
    font-size: 28px;
  }

  .business-page .biz-intro-heading-row p {
    font-size: 12px;
  }

  .business-page .biz-service h3 {
    font-size: 12px;
  }

  .business-page .biz-service>a {
    font-size: 11px;
  }

  .business-page .biz-solutions>h2,
  .business-page .biz-expertise h2 {
    font-size: 20px;
  }

  .business-page .biz-feature-copy h3,
  .business-page .biz-sector-copy h3 {
    font-size: 16px;
  }

  .business-page .biz-feature-copy p,
  .business-page .biz-sector-copy p,
  .business-page .biz-expertise>p {
    font-size: 12px;
  }

  .business-page .biz-feature-copy>a,
  .business-page .biz-sector-copy>a,
  .business-page .biz-mini-card>a {
    font-size: 11px;
  }

  .business-page .biz-mini-card h3 {
    font-size: 15px;
  }

  .business-page .biz-mini-card p {
    font-size: 12px;
  }

  .business-page .biz-banner h2 {
    font-size: 20px;
  }

  .business-page .biz-banner-copy>p {
    font-size: 12px;
  }

  .business-page .biz-banner-tools strong {
    font-size: 12px;
  }

  .business-page .biz-banner-tools span {
    font-size: 10px;
  }

  .business-page .biz-banner-button {
    font-size: 11px;
  }

  .business-page .biz-disclaimer {
    font-size: 10px;
  }

  /* Mobile footer */
  .mobile-footer-toggle {
    font-size: 12px;
  }

  .mobile-footer-content a,
  .lost-card-mobile {
    font-size: 11px;
    line-height: 1.5;
  }

  .mobile-footer .footer-bottom,
  .mobile-footer .footer-legal {
    font-size: 9px;
  }
}





/* =========================================================
   TALK TO US PAGE
   Source structure and copy taken from the supplied original
   Absa Talk to us HTML.
   ========================================================= */

.talk-to-us-page {
  background: #fff;
}

/* ---------------- HERO ---------------- */

.contact-hero {
  position: relative;
  min-height: 318px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(25, 10, 14, .70) 0%, rgba(25, 10, 14, .25) 44%, rgba(25, 10, 14, .04) 72%),
    url("../images/Desktop 1440 - 1440px x 368px with text.jpeg.rendition.1440.1440.jpg") center center / cover no-repeat;
}

.contact-hero-inner {
  position: relative;
  z-index: 2;
}

.contact-hero h1 {
  max-width: 620px;
  margin: 0;
  color: #fff;
  font-size: 46px;
  line-height: 1.08;
  font-weight: 600;
}

/* ---------------- TOP CONTACT NAV ---------------- */

.contact-subnav {
  background: #fff;
}

.contact-tabs {
  height: 70px;
  align-items: flex-end;
  gap: 42px;
}

.contact-tabs a {
  position: relative;
  padding: 0 0 16px;
  color: #524a4a;
  font-size: 18px;
  font-weight: 400;
}

.contact-tabs a.active {
  color: #af144b;
  font-weight: 600;
}

.contact-tabs a.active::after {
  content: "";
  position: absolute;
  height: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #af144b;
}

.contact-breadcrumb {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 26px;
  color: #524a4a;
  font-size: 13px;
}

.contact-breadcrumb a {
  color: #fa551e;
}

/* ---------------- MAIN / ACCORDION ---------------- */

.contact-main {
  padding: 104px 0 55px;
}

.contact-accordion {
  width: 72%;
  margin: 0 auto;
}

.contact-accordion-item {
  margin-bottom: 18px;
  overflow: hidden;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  background: #fff;
}

.contact-accordion-heading {
  margin: 0;
}

.contact-accordion-toggle {
  width: 100%;
  min-height: 58px;
  padding: 0 22px 0 39px;
  border: 0;
  background: #fff;
  color: #2d2323;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 600;
  outline: 0 !important;
}

.contact-accordion-toggle:hover,
.contact-accordion-toggle:focus {
  color: #2d2323;
  background: #fff;
}

.contact-accordion-toggle i {
  flex: 0 0 auto;
  font-size: 17px;
  transition: transform .2s ease;
}

.contact-accordion-toggle[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.contact-accordion-content {
  padding: 8px 39px 28px;
  border-top: 1px solid #eee;
  color: #2d2323;
  font-size: 15px;
  line-height: 1.5;
}

.contact-accordion-content h4.contact-content-group {
  margin: 24px 0 12px;
  color: #2d2323;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
}

.contact-accordion-content h5.contact-content-heading {
  margin: 18px 0 6px;
  color: #2d2323;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 600;
}

.contact-accordion-content p {
  margin: 0 0 8px;
}

.contact-accordion-content a {
  color: #af144b;
  text-decoration: underline;
}

/* ---------------- NOTE / FIND BRANCH ---------------- */

.contact-note {
  margin-top: 72px;
}

.contact-note p {
  max-width: 1090px;
  margin: 0 0 43px;
  color: #2d2323;
  font-size: 13px;
  line-height: 1.5;
}

.contact-find-branch {
  min-width: 136px;
  min-height: 42px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: #fa551e;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
}

.contact-find-branch:hover {
  background: #e94a17;
  color: #fff;
}

/* Give this page the same breathing room before the shared app/footer. */
.talk-to-us-page .app-download {
  margin-top: 0;
  padding-top: 43px;
  border-top: 1px solid #eee;
}

/* ---------------- MOBILE ---------------- */

@media (max-width: 767.98px) {

  .contact-hero {
    min-height: 160px;
    align-items: flex-start;
    background-position: 55% center;
  }

  .contact-hero-inner {
    padding-top: 34px;
  }

  .contact-hero h1 {
    max-width: 280px;
    font-size: 28px;
    line-height: 1.12;
  }

  .contact-select-wrap {
    padding-top: 20px;
  }

  .contact-select {
    height: 48px;
    padding-left: 14px;
    padding-right: 42px;
    border: 1px solid #cfcaca;
    border-radius: 4px;
    color: #2d2323;
    background-color: #fff;
    font-size: 14px;
  }

  .contact-breadcrumb {
    margin-top: 25px;
    gap: 12px;
    font-size: 12px;
  }

  .contact-breadcrumb span:last-child {
    max-width: 190px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .contact-main {
    padding: 82px 0 35px;
  }

  .contact-accordion {
    width: 100%;
  }

  .contact-accordion-item {
    margin-bottom: 9px;
    border-radius: 5px;
  }

  .contact-accordion-toggle {
    min-height: 47px;
    padding: 0 14px;
    font-size: 14px;
    line-height: 1.25;
  }

  .contact-accordion-toggle i {
    font-size: 14px;
  }

  .contact-accordion-content {
    padding: 10px 14px 22px;
    font-size: 13px;
  }

  .contact-accordion-content h4.contact-content-group {
    font-size: 17px;
  }

  .contact-accordion-content h5.contact-content-heading {
    font-size: 15px;
  }

  .contact-note {
    margin-top: 39px;
  }

  .contact-note p {
    margin-bottom: 29px;
    font-size: 12px;
    line-height: 1.45;
  }

  .contact-find-branch {
    min-width: 109px;
    min-height: 40px;
    padding: 0 18px;
    font-size: 13px;
  }

  .talk-to-us-page .app-download {
    margin-top: 12px;
    padding-top: 24px;
  }
}

@media (max-width: 430px) {
  .contact-hero h1 {
    font-size: 25px;
  }

  .contact-main {
    padding-top: 80px;
  }

  .contact-accordion-toggle {
    font-size: 13px;
  }
}