:root {
  --px: 1px;
  --inherit: inherit;

  /* COLORS */
  --black: #000;
  --dark: #2d2d3a;
  --dark-gunmetal: #212259;
  /*--bright-gray: #e8f3f5;*/
  --bright-gray: #ecf2f3;
  --mist-30: #e2ecee;
  --gray: #d5dde2;
  --aqua: #00f5fa;
  --aqua-o-75: rgba(0, 247, 249, 0.75);
  --gunmetal: #2b2b38;
  --flourescent-blue: #26f7fb;
  --torquoise-blue: #00f0f5;
  --ua-red: #d9024c;
  --han-purple: #4809e9;
  --columbia-blue: #c6e2e6;
  --water: #cbfdfe;
  --af-white: #eff4f2;
  --cultured: #f3f4f8;
  --white: #fff;
  --dark-gunmetal2: #2d2d3a;
  --business-advance-bg: #1a1a24;
  --light-gray: #e8e8e8;
  --its-gotyme-bg: #3c424d;
  --purple: #4a0be8;
  --charcoal-nav: #2d2d39;
  --bs-secondary-text-emphasis: #2d2d3a;

  /* COLORS used in business */
  --steel-teal: #5e969f;
  --business-section: #424252;
  --business-main-bg: #14161a;
  --search-text: #66fffc;
  --off-white: #e8e8e8;

  --accordion-btn-icon-size: 2.375rem;
  --bs-navbar-toggler-icon-bg-white: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --navbar-toggler-dark-focus: 0 0 0 var(--bs-navbar-toggler-focus-width)
    rgba(255, 255, 255, 0.4);

  /* COLORS new in personal */
  --bg-ghost-white: #f8fbfd;
}

/*
@font-face {
    font-family: 'Larken';
    src: url('/static-assets/fonts/larken/larkendemo-regular.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: 'Larken';
    src: url('/static-assets/fonts/larken/larken-extrabold.ttf') format('truetype');
    font-weight: bold;
}
@font-face {
  font-family: 'DM Sans';
  src: url('/static-assets/fonts/dm-sans/dm-sans-v15-latin-regular.woff2') format('woff2');
  font-weight: normal;
}
@font-face {
  font-family: 'DM Sans';
  src: url('/static-assets/fonts/dm-sans/dm-sans-v15-latin-700.woff2') format('woff2');
  font-weight: bold;
}*/

@font-face {
  font-family: "DM Sans";
  src: url("/static-assets/fonts/dm-sans/dmsans-medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "GoTyme Sans";
  src:
    url("/static-assets/fonts/gotyme-sans/gotymesans-regular.woff2")
      format("woff2"),
    url("/static-assets/fonts/gotyme-sans/gotymesans-regular.woff")
      format("woff"),
    url("/static-assets/fonts/gotyme-sans/gotymesans-regular.ttf")
      format("truetype");
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "GoTyme Sans";
  src:
    url("/static-assets/fonts/gotyme-sans/gotymesans-medium.woff2")
      format("woff2"),
    url("/static-assets/fonts/gotyme-sans/gotymesans-medium.woff")
      format("woff"),
    url("/static-assets/fonts/gotyme-sans/gotymesans-medium.ttf")
      format("truetype");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "GoTyme Sans";
  src:
    url("/static-assets/fonts/gotyme-sans/gotymesans-bold.woff2")
      format("woff2"),
    url("/static-assets/fonts/gotyme-sans/gotymesans-bold.woff") format("woff"),
    url("/static-assets/fonts/gotyme-sans/gotymesans-bold.ttf")
      format("truetype");
  font-weight: bold;
  font-display: swap;
}

* {
  font-family: "GoTyme Sans", sans-serif;
  font-display: optional;
}

/* Scrollable data table */
.scrollable-table-outer {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.scrollable-table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.scrollable-table {
  min-width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
  text-align: center;
}

.scrollable-table th,
.scrollable-table td {
  padding: 12px 24px;
  border: none;
}

.scrollable-table thead th {
  font-weight: bold;
  border-bottom: 3px solid #d5dde2;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #eff3f8;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #bacbe1;
  border-radius: 15px;
  opacity: 0.5;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #ccd8e8;
}

/* BOOTSTRAP OVERRIDE */
.btn:hover {
  /*background-color: initial;*/
  border-color: none;
}

.btn.bg-ua-red:hover {
  background-color: hsl(339 98% 40% / 1) !important;
}

.btn.bg-han-purple:hover {
  background-color: hsl(267 93% 40% / 1) !important;
}

.modal-semi-fullscreen {
  width: 850px;
  max-width: none;
  height: 95vh;
  margin: 1rem auto;
}

.btn-group label.checked {
  background-color: var(--aqua) !important;
}

.react-embed .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12M6,10L12,16L18,10L16.6,8.6L12,13.2L7.4,8.6L6,10Z' /%3E%3C/svg%3E");
}

/*.react-embed .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12M7.4,15.4L12,10.8L16.6,15.4L18,14L12,8L6,14L7.4,15.4Z' /%3E%3C/svg%3E");
}*/

/* Start: COMMON */
body {
  font-family: "GoTyme Sans", sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: var(--gunmetal);
  background-color: #fff;
  overflow-x: hidden;
}

p a,
h2 a,
li a {
  color: white;
  border-bottom: 1px solid var(--aqua);
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

p a:hover,
h2 a:hover {
  color: var(--aqua);
}

.light-link {
  color: #2d2d3a;
  border-bottom: 1px solid;
  text-decoration: none;
}

.light-link:hover {
  color: #4a0be8;
}

.main-content {
  min-height: 50vh;
}

.h-40p {
  height: calc(var(--px) * 40);
}

.h-inherit {
  height: var(--inherit);
}

.bg-black {
  background-color: var(--black);
}

.bg-white {
  background-color: var(--white);
}

.bg-ghost-white {
  background-color: var(--bg-ghost-white);
}

.bg-aqua {
  background-color: var(--aqua);
}

.bg-aqua-outline {
  background-color: white;
  border: 1px solid var(--aqua);
}

.bg-bright-gray,
.bg-mist-10 {
  background-color: var(--bright-gray);
}

.bg-mist-30 {
  background-color: var(--mist-30);
}

.bg-gray {
  background-color: var(--gray);
}

.bg-dark {
  background-color: var(--dark);
}

.bg-bright-gray-linear {
  background-color: var(--bright-gray);
  background-image: linear-gradient(#e8f3f5, #fefefe);
}

@media (max-width: 767.98px) {
  .bg-bright-gray-linear .card > .card-body {
    min-height: auto !important;
  }
}

.bg-gunmetal {
  background-color: var(--gunmetal);
}

.bg-torquoise-blue {
  background-color: var(--torquoise-blue) !important;
}

.bg-ua-red {
  background-color: var(--ua-red);
}

.bg-han-purple {
  background-color: var(--han-purple);
}

.bg-columbia-blue {
  background-color: var(--columbia-blue);
}

.bg-water {
  background-color: var(--water);
}

.bg-af-white {
  background-color: var(--af-white);
}

.bg-cultured {
  background-color: var(--cultured) !important;
}

.bg-dark-gunmetal2 {
  background-color: var(--dark-gunmetal2) !important;
}

.bg-business-advance-bg {
  background-color: var(--business-advance-bg) !important;
}

.bg-its-gotyme {
  background-color: var(--its-gotyme-bg) !important;
  background-image: url("/static-assets/images/b2b-cta-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-business-section {
  background-color: var(--business-section) !important;
}

.bg-business-main {
  background-color: var(--business-main-bg) !important;
}

.bg-steel-teal {
  background-color: var(--steel-teal) !important;
}

.fg-white {
  color: var(--white);
}

.fg-ua-red {
  color: var(--ua-red);
}

.fg-gunmetal {
  color: var(--gunmetal);
}

.fg-han-purple {
  color: var(--han-purple);
}

.fg-torquoise-blue {
  color: var(--torquoise-blue);
}

.fg-business-section {
  color: var(--business-section) !important;
}

.fg-dark {
  color: var(--dark) !important;
}

.fg-off-white {
  color: var(--off-white) !important;
}

.fg-search-text {
  color: var(--search-text) !important;
}

.rounded-bl-sm {
  border-bottom-left-radius: calc(var(--px) * 10);
}

.rounded-bl-md {
  border-bottom-left-radius: calc(var(--px) * 25);
}

.rounded-bl-lg {
  border-bottom-left-radius: calc(var(--px) * 35);
}

.rounded-bl-xl {
  border-bottom-left-radius: calc(var(--px) * 45);
}

.rounded-br-sm {
  border-bottom-right-radius: calc(var(--px) * 10);
}

.rounded-br-md {
  border-bottom-right-radius: calc(var(--px) * 25);
}

.rounded-br-lg {
  border-bottom-right-radius: calc(var(--px) * 35);
}

.rounded-br-xl {
  border-bottom-right-radius: calc(var(--px) * 45);
}

.rounded-tl-sm {
  border-top-left-radius: calc(var(--px) * 10);
}

.rounded-tl-md {
  border-top-left-radius: calc(var(--px) * 25);
}

.rounded-tl-lg {
  border-top-left-radius: calc(var(--px) * 35);
}

.rounded-tl-xl {
  border-top-left-radius: calc(var(--px) * 45);
}

.rounded-tr-sm {
  border-top-right-radius: calc(var(--px) * 10);
}

.rounded-tr-md {
  border-top-right-radius: calc(var(--px) * 25);
}

.rounded-tr-lg {
  border-top-right-radius: calc(var(--px) * 35);
}

.rounded-tr-xl {
  border-top-right-radius: calc(var(--px) * 45);
}

.border-han-purple {
  border-color: var(--han-purple);
}

.border-aqua {
  border-color: var(--aqua);
}

.border-bright-gray {
  border-color: var(--bright-gray);
}

button {
  font-size: calc(var(--px) * 12) !important;
}

/*button:hover {*/
/*  opacity: 0.75 !important;*/
/*}*/

.btn.bg-aqua:hover {
  background-color: var(--aqua-o-75);
}

footer h5,
footer h6,
footer h5 strong,
footer h6 strong {
  font-weight: 500;
}

footer p a {
  text-decoration: none;
  color: #c0c0c4 !important;
  border-bottom: none;
}

footer a.circle-link {
  text-decoration: none;
  width: 48px;
  height: 48px;
}

footer a.circle-link:hover {
  background-color: var(--flourescent-blue) !important;
}

footer a.circle-link i {
  font-size: 28px;
}

.dropdown-toggle::after {
  display: none;
}

p img {
  max-width: 100%;
  height: auto;
}

.cursor-pointer {
  cursor: pointer !important;
}

@media (max-width: 991.98px) {
  .business-video-thumbnail {
    min-height: auto !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    width: 100%;
  }
  .business-video-thumbnail-wrapper,
  .business-video-thumbnail-wrapper > * {
    height: auto !important;
  }
}

.responsive-cols.banner-rounded-bg {
  position: relative;
  z-index: 1;
}

.responsive-cols.banner-rounded-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: var(--rc-bg-image);
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  /* Rounded corners for the image only */
  z-index: 0;
  /* Places it behind any content */
}

/*.btn.cta span,*/
/*a.cta span {*/
/*    margin-bottom: -0.32rem;*/
/*    padding-top: 0.2rem;*/
/*    padding-bottom: 0.2rem;*/
/*}*/
/*End: COMMON */

/* Start: NAVIGATION */
.nav-link {
  font-size: calc(var(--px) * 14);
}

.nav-link:not(.dropdown-item) {
  font-weight: 500;
}

.nav-link div,
.nav-link span {
  text-box-trim: trim-both;
  display: block;
}

#navbar .nav-link:focus-visible,
.navbar-util .nav-link:focus-visible {
  box-shadow: none !important;
  outline: none !important;
}

.navbar-util .nav-link:focus {
  box-shadow: none !important;
  outline: none !important;
}

/*.navbar .dropdown-toggle::after {*/
/*    display: none;*/
/*}*/

.navbar-util {
  height: 45px;
}

/*.navbar-main {*/
/*    height: 70px;*/
/*}*/

#navbar {
  position: fixed;
  top: 45px;
  /*top: 95px;  top position before navbar revamp*/
  /* not final */
  /* top: 30px; */
  /* Initial position 10px from the top */
  width: 100%;
  /* transition: top 0.3s ease, position 0.3s ease;  Smooth transition */
  /*z-index: 4;*/
  left: 50%;
  transform: translate(-50%);
  z-index: 9;
}

#navbar.sticky {
  position: fixed;
  top: 45px;
  /* not final */
  /*top: 0;*/
  /*width: 100%;*/
  /*z-index: 4;*/
  /* top: 30px;*/
  /* Initial position 10px from the top */
  width: 100%;
  /* transition: top 0.3s ease, position 0.3s ease;  Smooth transition */
  z-index: 4;
  left: 50%;
  transform: translate(-50%);
}

.navbar-collapse-personal {
  background-color: #e8f3f5;
}

.navbar-collapse-business {
  background-color: #1a1a24;
}

.navbar-collapse {
  /*border-radius: var(--bs-border-radius);*/
  padding: 0.5rem 2rem;
  width: 100%;
}

#navbar .navbar-toggler {
  padding: 0 !important;
  box-shadow: none !important;
}

#navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(33%2c37%2c41%2c0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M6 6L24 24M24 6L6 24'/%3e%3c/svg%3e");
  background-size: 150%;
}

#navbar .navbar-toggler-icon {
  background-size: 150% !important;
}

/* End: NAVIGATION */

/* Start: POSITION */
.left-25 {
  left: 25px;
}

.bottom-25 {
  bottom: 25px;
}

/* End: POSITION */

/*Start: DOWNLOAD LINK */
.dl-link.google
  svg
  g
  path:not(:nth-child(17)):not(:nth-child(18)):not(:nth-child(19)):not(
    :nth-child(20)
  ):not(:nth-child(21)) {
  fill: white;
}

/*End: DOWNLOAD LINK */

/*Start: DROPDOWN */
.dropdown-item:active {
  background-color: var(--bright-gray) !important;
  color: initial;
}

/*End: DROPDOWN */

/*Start: SPACING */
.mb-6 {
  margin-bottom: 4.3rem;
}

.mb-7 {
  margin-bottom: 5rem;
}

.mb-8 {
  margin-bottom: 6rem;
}

.mb-9 {
  margin-bottom: 7.5rem;
}

.mb-10 {
  margin-bottom: 8.6rem;
}

.mb-11 {
  margin-bottom: 10rem;
}

.mt-6 {
  margin-top: 4.3rem;
}

.mt-7 {
  margin-top: 5rem;
}

.mt-8 {
  margin-top: 6rem;
}

.mt-9 {
  margin-top: 7.5rem;
}

.mt-10 {
  margin-top: 8.6rem;
}

.mt-11 {
  margin-top: 10rem;
}

.pt-6 {
  padding-top: 4.3rem;
}

.pt-7 {
  padding-top: 5rem;
}

.pt-8 {
  padding-top: 6rem;
}

.px-8 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

p ~ ul {
  margin-top: -0.8rem;
}

p ~ ul li::marker {
  font-size: 12px;
}

ol {
  padding-left: 2.5rem;
}

.p-2rem {
  padding: 2rem;
}
/* bugging some paragraph horizontal spacing 
ol~p {
  margin-top: -0.8rem;
}
*/

/* Disclosure-links (external icon bullets) — standalone version */
ul.disclosure-links {
  list-style: none;
  padding-left: 0;
}

ul.disclosure-links > li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-left: 0;
}

ul.disclosure-links > li::before {
  content: "";
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 4px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4675_3522)'%3E%3Cpath d='M9.66699 6H6V18H18V14.333H20V20H4V4H9.66699V6Z' fill='%232D2D3A'/%3E%3Cpath d='M22 10C22 10.5523 21.5523 11 21 11C20.4477 11 20 10.5523 20 10V5.41406L10.707 14.707L9.29297 13.293L18.5859 4H14C13.4477 4 13 3.55228 13 3C13 2.44772 13.4477 2 14 2H22V10Z' fill='%232D2D3A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4675_3522'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: 18px 18px;
  background-repeat: no-repeat;
}

.apple-pay-banner-margin {
  margin-bottom: 12rem;
}

@media (min-width: 768px) {
  .apple-pay-banner {
    padding-top: 7.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .apple-pay-banner {
    align-items: start !important;
    padding-top: 150px !important;
  }
  .apple-pay-banner h1 {
    text-align: center;
  }

  .apple-pay-banner h1 {
    max-width: 600px;
    margin-inline: auto;
  }
}

@media (max-width: 991.98px) {
    .apple-pay-watch-img {
        height: 350px !important;
    }
}

@media (max-width: 575.98px) {
  .apple-pay-banner {
    min-height: max(1100px, 100vh) !important;
    padding-top: 150px !important;
  }
}

@media (max-width: 991.98px) {
  .applepay-big-ticket {
    background-position: center bottom !important;
  }

  .apple-pay-video-col {
    margin-bottom: 1.5rem;
  }
}

.apple-pay-video-col {
  margin-bottom: 2.75rem;
}

@media (min-width: 992px) {
  .applepay-big-ticket .col-lg-6 {
    flex: 0 0 auto;
    width: 55%;
  }

  .applepay-add-card .col-lg-2 {
    flex: 0 0 auto;
    width: 27%;
  }

  .apple-pay-banner h1 {
    max-width: 620px;
  }
}

@media only screen and (max-width: 540px) {
  .px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/*End: SPACING */

/*Start: Border*/
.border-right-visible {
  border-right: 1px solid #2d2d3a;
}

.border-left-visible {
  border-left: 1px solid #2d2d3a;
}

@media only screen and (max-width: 990px) {
  .border-right-visible {
    border-right: none;
  }

  .border-left-visible {
    border-left: none;
  }
}

/*End: Border*/

@media only screen and (max-width: 768px) {
  .send-money-font-color {
    color: #2b2b38 !important;
  }
}

/*Start: Button*/
.button-purple {
  color: #fff;
  background-color: #4809e9;
  border: 1px solid #4809e9;
  border-radius: 35px;
}

.button-purple-outline {
  background-color: #fff;
  color: #4809e9;
  border: 1px solid #4809e9;
  border-radius: 35px;
}

/*End: Button*/

/* Start: INPUT */
input[type="text"]::placeholder {
  font-size: 1rem;
  line-height: 1.5;
}

/* End: INPUT */

@media (min-width: 85.375em) {
  /* 1366px+ */
  input[type="text"]::placeholder {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

/* Start: FONTSIZES */
b,
.btn strong,
p strong {
  font-weight: 500;
}

/* for minimal font sizes - 
h2 {
    font-size: clamp(2.5rem, 5vw + 1rem, 4.55rem); Max size of 4.5625rem (73px)
}

h3 {
    font-size: clamp(2rem, 4.5vw + 0.75rem, 3.4rem);  Max size of 3.5rem (56px) 
}


h5 {
    font-size: clamp(1.5rem, 3.5vw + 0.25rem, 2.4rem); Max size of 2.5rem (40px) 
    margin-bottom: 1rem;
}


*/

/*h4 {*/
/*  font-size: clamp(1.75rem, 4vw + 0.5rem, 2.9rem);*/
/* Max size of 3rem (48px) */
/*}*/

/*h6,*/
/*.h6,*/
/*h5,*/
/*.h5,*/
/*.main-nav-font-label .nav-link {*/
/*  font-size: clamp(1.25rem, 3vw + 0.25rem, 1.0rem);*/
/* Max size of 2rem (32px) */
/*}*/

.card-heading {
  font-size: clamp(0.75rem, 3vw + 0.25rem, 1.2rem);
  font-weight: bold;
  font-family: "GoTyme Sans", sans-serif !important;
}

p,
li,
.nav-link {
  font-size: 1rem; /* 16px */
  line-height: 1.5; /* 24px / 16px */
}

p,
.nav-link {
  line-height: 1.5;
}

small {
  font-size: clamp(0.45rem, 1vw + 0.5rem, 0.7575rem);
}

.fs-medium {
  font-size: clamp(0.75rem, 1vw + 0.5rem, 0.9rem);
}

.hero-banner h1 {
  font-size: clamp(6.5rem, 6vw + 3rem, 10rem);
}

/* End: FONTSIZES */

.content-border-left {
  border-right: 1.5px solid #93c8d0;
  display: flex;
  justify-content: center;
}

.content-border-right {
  border-left: 1.5px solid #93c8d0;
  display: flex;
  justify-content: center;
}

.section-with-divider {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.rte-section-bg-image {
  min-height: 795px;
  background-size: 600px auto !important;
  background-position: bottom right !important;
  background-repeat: no-repeat;
}

.shop-responsive-section {
  min-height: 600px;
}

.shop-card {
  background-size: 180px auto !important;
}

.shop-card p {
  width: 60%;
}

#partner-logo-main {
  height: 200px;
  overflow: hidden;
  mask-image: linear-gradient(180deg, #000 50%, transparent);
}

.partner-logo-container {
  height: 90px;
}

.search-container {
  min-height: 500px;
  margin-top: 150px !important;
}

.help-link {
  color: #00f0f5;
  text-decoration: none;
}

.help-link:hover {
  text-decoration: underline;
}

.form-control::placeholder {
  font-size: 14px;
  opacity: 0.6;
}

#calculator-form .form-control::placeholder {
  font-size: inherit;
  line-height: inherit;
  opacity: 0.6;
}

#attach-file-placeholder:hover {
  cursor: pointer;
}

/* FAQ Items */
#faq-items-root .accordion .accordion-body h1:first-child,
#faq-items-root .accordion .accordion-body h2:first-child,
#faq-items-root .accordion .accordion-body h3:first-child,
#faq-items-root .accordion .accordion-body h4:first-child,
#faq-items-root .accordion .accordion-body h5:first-child {
  display: none;
}

/* End: FAQ Items */

/* RICH TEXT EDITOR */
.tox-collection__item-label span,
.tox-collection__item-checkmark span {
  color: white !important;
}

/* End: RICH TEXT EDITOR */

/* REACT EMBED CLASSES */
.react-embed .swiper {
  width: 100%;
  height: 80vh !important;
}

.react-embed .swiper-wrapper {
  min-height: 65vh;
  height: 65vh;
}

.react-embed .swiper-slide {
  width: max-content !important;
}

.react-embed .swiper-slide:first-child {
  margin-left: 1.5rem;
}

.react-embed .card-article {
  width: clamp(320px, 20vw, 394px) !important;
  height: 100%;
}

.react-embed .card-article img {
  min-height: 393px;
  max-height: 393px;
  object-fit: cover;
}

.react-embed .swiper-pagination {
  bottom: 1.5rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

#grant-advance-testimonials-root .swiper-pagination {
  text-align: left;
}

.testimonial-section .container-fluid.px-2 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.react-embed .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 2px solid;
}

.react-embed
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--aqua);
  border: 2px solid var(--aqua);
}

#media-featured-root .swiper-wrapper {
  min-height: 60vh;
  height: 60vh;
}

#media-featured-root .swiper-pagination {
  /*bottom: 1.5rem !important;*/
  display: flex;
  justify-content: center;
  align-items: center;
}

#media-featured-root .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 2px solid;
}

#media-featured-root
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--aqua);
  border: 2px solid var(--aqua);
}

#media-stories-root .swiper-wrapper {
  min-height: 80vh;
  height: 80vh;
}

#media-stories-root .swiper-pagination {
  /*bottom: 1.5rem !important;*/
  display: flex;
  justify-content: center;
  align-items: center;
}

#media-stories-root .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 2px solid;
}

#media-stories-root
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--aqua);
  border: 2px solid var(--aqua);
}

#grant-advance-testimonials-root .swiper-wrapper {
  min-height: 350px;
}

#grant-advance-testimonials-root .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 2px solid;
}

#grant-advance-testimonials-root
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--aqua);
  border: 2px solid var(--aqua);
}

#grant-advance-testimonials-root .testimonial-container {
  width: 50%;
}

.codi-logo--container {
  width: 180px;
}

.codi-logo {
  height: auto;
  width: 100%;
}

.react-embed small {
  font-size: clamp(0.45rem, 1vw + 0.5rem, 0.7575rem);
}

.react-embed .btn-filter {
  padding-top: 0.25rem;
}

.react-embed .btn-filter:hover {
  color: unset;
}

.react-embed .btn-filter-active {
  background-color: var(--aqua) !important;
  border-color: var(--aqua) !important;
}

.react-embed .btn-show-more {
  color: #007a7d;
  border-color: #007a7d;
  font-size: 0.81rem !important;
  line-height: 1.4;
}

.react-embed .search-results-wrapper {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}

.search-glass-icon {
  left: 1rem;
  top: 0.5rem;
}

.search-glass-icon svg {
  width: 1.3rem;
}

.search-go-icon {
  right: 0.45rem;
  top: 50%;
  transform: translateY(-50%);
}

.react-embed .search-go-icon img {
  width: 3.3rem;
}

.react-embed:not(.normal-article-list) ul {
  padding-left: 0;
}

.react-embed:not(.normal-article-list) ul li {
  list-style: none;
}

.react-embed.normal-article-list ul.search-results-wrapper {
  list-style: none;
  padding-left: 0;
}

.search-results-wrapper li a {
  border-bottom: none !important;
}

.react-embed .accordion-button {
  font-size: clamp(0.6rem, 2vw + 0.3rem, 0.95rem) !important;
  font-weight: 500;
}

.react-embed .accordion-button:focus,
.react-embed .accordion-button:active,
.react-embed .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.react-embed.white-panels .accordion-item {
  background-color: white !important;
}

.react-embed.white-panels .accordion-item .accordion-button {
  background-color: white !important;
}

.react-embed input#seach-input::placeholder {
  font-size: initial;
}

.react-embed .articles-nav {
  top: -0.04rem !important;
  background-color: white;
}

.business-advance-hustle-section-image-container {
  display: flex;
  align-items: end;
  height: 100%;
}

.business-advance-hustle-section-image {
  width: auto;
  height: 650px;
}

/* KIOSK */
#find-kiosk-v2-root .nav-pills .nav-item .nav-link > span:first-child {
  text-align: left;
}

#find-kiosk-v2-root .nav-pills .nav-item .nav-link > span {
  font-weight: initial;
}

/*End: KIOSK */

/* MoreTyme */
div:has(> .moretyme-shopping-cards) {
  container-type: inline-size;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.moretyme-shopping-cards {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  gap: 1rem;
  --bs-gutter-x: 0;
}
.moretyme-shopping-cards > * {
  flex: 1 1 0% !important;
  width: 0 !important;
  max-width: none !important;
  align-self: stretch !important;
}
@container (max-width: 400px) {
  .moretyme-shopping-cards {
    flex-wrap: wrap !important;
  }
  .moretyme-shopping-cards > * {
    flex: 1 1 100% !important;
    width: 100% !important;
  }
}

/* MoreTyme: text-image sections */
.moretyme-text-image .text-image-img-wrapper {
  display: block !important;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 16px;
}

.moretyme-text-image .text-image-img-wrapper img.img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .moretyme-text-image .text-image-img-wrapper {
    max-width: 400px;
    margin: 0 auto;
  }
}
/* End MoreTyme */

/* Newsroom: text-image section (kitchen to boardroom) */
.press-release-text-image .text-image-img-wrapper {
  display: block !important;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 16px;
}

.press-release-text-image .text-image-img-wrapper img.img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .press-release-text-image .text-image-img-wrapper {
    max-width: 400px;
    margin: 0 auto;
  }
}

.equal-items-width > * {
  flex: 1;
}

@media (max-width: 992px) {
  .equal-items-width {
    flex-direction: column;
  }
}

.bank-product-link {
  text-decoration: none;
  color: #85858f;
}

.bank-product-link:hover {
  text-decoration: underline;
}

.media-news-featured-img,
.media-featured-img {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.media-news-featured-content {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.media-stories-container::-webkit-scrollbar {
  display: none !important;
}

.media-stories-container {
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}

.react-pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.react-pagination-active-link {
  color: black !important;
  border: 1px solid black !important;
}

.react-pagination-page-link {
  padding: 5px 15px;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
  border: 1px solid #cacaca;
  border-radius: 50%;
  color: #cacaca;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.react-pagination-disabled-link:hover {
  text-decoration: none !important;
  color: #cacaca !important;
}

.react-pagination-active-link:hover {
  text-decoration: none !important;
}

.react-pagination-page-link:hover {
  text-decoration: underline;
  color: black;
}

.media-story {
  min-width: 350px !important;
}

.media-featured-item {
  max-width: 1000px !important;
}

.media-featured-div {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.home-hero-img--container {
  width: 600px;
}

.home-hero-img {
  width: 100%;
  height: auto;
}

/* Home: Window section - play icon override */
.home-window-section
  .business-video-thumbnail-wrapper
  img[src*="business-play"],
.dark-mode img[src*="business-play"] {
  content: url("/static-assets/images/utils/play-dark.svg");
  width: 50px !important;
  height: 50px !important;
  padding: 12.5px;
  background-color: var(--aqua);
  border-radius: 50%;
  box-sizing: border-box;
}

/* Dark mode: video modal */
.dark-mode .business-video-modal .modal-content {
  background-color: #424252;
}
.dark-mode .business-video-modal .btn-close {
  filter: invert(1);
}

/* Home: From South Africa section */
.home-from-south {
  overflow: hidden;
  padding-bottom: 0 !important;
  padding-top: 2rem;
}

.home-from-south .rte-bottom-image-section {
  text-align: center;
  padding-bottom: 0 !important;
}

.home-from-south .rte-bottom-image-section .fr-body-1 {
  max-width: 960px;
  margin: 0 auto;
}

.home-from-south .rte-bottom-image-wrapper {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.home-from-south .rte-bottom-image {
  max-width: 1100px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .home-from-south .rte-bottom-image-section .fr-body-1 {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 575.98px) {
  .home-from-south .rte-bottom-image {
    max-width: 100%;
  }
}

/* Home: Align sections 4 & 5 to nav */
@media (min-width: 992px) {
  .home-take-money > .container--main,
  .home-closer-than-ever > .container--main {
    padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5) !important;
    padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5) !important;
  }
}

/* Home: Take Your Money section */
.home-take-money {
  overflow: hidden;
}

.home-take-money .rte-bottom-image-section {
  display: flex;
  align-items: flex-end;
}

.home-take-money .rte-bottom-image-section .fr-body-1 {
  flex: 0 0 45%;
  align-self: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.home-take-money .rte-bottom-image-wrapper {
  flex: 0 0 55%;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.home-take-money .rte-bottom-image {
  width: 100%;
  max-width: 500px;
  display: block;
  margin-left: auto;
  margin-right: 1.5rem;
}

@media (max-width: 991.98px) {
  .home-take-money .rte-bottom-image-section {
    flex-direction: column;
    align-items: stretch;
  }

  .home-take-money .rte-bottom-image-section .fr-body-1 {
    flex: none;
    padding: 3rem 1rem 1rem;
  }

  .home-take-money .rte-bottom-image-wrapper {
    flex: none;
    text-align: center;
  }

  .home-take-money .rte-bottom-image {
    max-width: 350px;
    margin: 0 auto;
  }
}

@media (max-width: 423px) {
  .home-take-money .rte-bottom-image {
    max-width: 250px;
  }
}

/* Apple Pay: How to Use section — 2-up video thumbnails */
.apple-pay-how-to-use .business-video-thumbnail {
  min-height: 0 !important;
  aspect-ratio: 856 / 500;
}

.apple-pay-how-to-use .business-video-thumbnail-wrapper,
.apple-pay-how-to-use .business-video-thumbnail-wrapper > div {
  height: auto !important;
}

.apple-pay-how-to-use
  .business-video-thumbnail-wrapper
  img[src*="business-play"] {
  width: 60px !important;
  height: auto !important;
}

/* Apple Pay: How to add a card — video thumbnail sizing */
.applepay-add-card .business-video-thumbnail {
  min-height: 0 !important;
  aspect-ratio: 853 / 523;
}

.applepay-add-card .business-video-thumbnail-wrapper,
.applepay-add-card .business-video-thumbnail-wrapper > div {
  height: auto !important;
}

.applepay-add-card .business-video-thumbnail-wrapper img[src*="business-play"] {
  width: 60px !important;
  height: auto !important;
}

/* Apple Pay: Easy payments section */
.apple-pay-easy-payments {
  overflow: hidden;
}

.apple-pay-easy-payments .rte-bottom-image-section {
  display: flex;
  align-items: flex-end;
}

.apple-pay-easy-payments .rte-bottom-image-section .fr-body-1 {
  flex: 0 0 55%;
  align-self: center;
  padding: 3rem 3rem 3rem 0;
}

.apple-pay-easy-payments .rte-bottom-image-wrapper {
  flex: 0 0 45%;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.apple-pay-easy-payments .rte-bottom-image {
  width: 100%;
  max-width: 450px;
  display: block;
  margin-left: auto;
}

@media (max-width: 991.98px) {
  .apple-pay-easy-payments .rte-bottom-image-section {
    flex-direction: column;
    align-items: stretch;
  }

  .apple-pay-easy-payments .rte-bottom-image-section .fr-body-1 {
    flex: none;
    padding: 3rem 1rem 1rem;
  }

  .apple-pay-easy-payments .rte-bottom-image-wrapper {
    flex: none;
    text-align: center;
  }

  .apple-pay-easy-payments .rte-bottom-image {
    max-width: 320px;
    margin: 0 auto;
  }
}

@media (max-width: 423px) {
  .apple-pay-easy-payments .rte-bottom-image {
    max-width: 240px;
  }
}

/* Apple Pay: side-by-side CTA buttons */
.apple-pay-cta-col > div {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
.apple-pay-cta-col > div > div {
  height: auto !important;
}
@media (min-width: 992px) {
  .apple-pay-hero-cta-col > div {
    justify-content: flex-start;
  }
}

/* Reusable: Card with side image */
.rte-side-image-card {
  display: flex;
  align-items: stretch;
  border-radius: 1.5rem;
  overflow: hidden;
}

.rte-side-image-card__text {
  flex: 0 0 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px 63px 44px 0;
}

.rte-side-image-card__image {
  flex: 0 0 45%;
  line-height: 0;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  height: 600px;
}

.rte-side-image-card__image img {
  width: 200px;
  margin-inline: auto;
  display: block;
  transform: scale(1.5);
  transform-origin: bottom center;
  margin-bottom: -300px;
}

@media (max-width: 991.98px) {
  .rte-side-image-card {
    flex-direction: column;
  }

  .rte-side-image-card__text {
    flex: none;
    padding: 1.5rem 1.5rem 0;
  }

  .rte-side-image-card__image {
    flex: none;
    justify-content: center;
    order: 1 !important;
    height: 400px;
  }

  .rte-side-image-card__image img {
    margin: 0 auto;
    margin-bottom: -256px;
    width: 140px;
    transform: scale(1.5);
    transform-origin: bottom center;
  }
}

/* Home: Align FAQ section to nav */
@media (min-width: 992px) {
  .home-faq-header,
  .home-faq-header ~ [class*="col-"] {
    padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5) !important;
    padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5) !important;
  }
  .home-faq-header {
    padding-right: 3rem !important;
  }
}

@media (max-width: 991.98px) {
  .home-faq-section.container--main {
    width: calc(100% + 1.5rem) !important;
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .home-faq-section .home-faq-header,
  .home-faq-section .home-faq-header ~ [class*="col-"] {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

/* Home: FAQ section layout */
@media (max-width: 767.98px) {
  .home-faq-header .btn.cta {
    margin-inline: auto;
  }
}

/* Home: FAQ accordion scoped styles */
#homepage-faq-root .accordion-card {
  background: var(--cultured, #f3f4f8);
  border-radius: 25px;
  min-height: auto;
}

#homepage-faq-root .accordion-card:hover {
  box-shadow: none;
  transform: none;
}

#homepage-faq-root .accordion-header:not(.accordion-header-normal) {
  padding: 25px;
  min-height: auto;
}

#homepage-faq-root .accordion-icon {
  top: 25px;
  right: 25px;
  transform: none;
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  background-color: var(--dark, #2d2d3a);
  background-image: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

#homepage-faq-root .accordion-icon::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(45deg);
  margin-top: -3px;
}

#homepage-faq-root .accordion-card.active .accordion-icon {
  transform: rotate(180deg);
}

#homepage-faq-root .accordion-body:not(.accordion-body-normal) {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

#homepage-faq-root .accordion-body:not(.accordion-body-normal) > div {
  padding-bottom: 25px;
}

.footer-display--alt {
  display: none;
}

.cards-sm-max-width {
  max-width: 800px !important;
  margin-inline: auto !important;
}

/* RESPONSIVE BUTTON FILTER ARROW SCROLLER */
.category-container {
  padding-right: 7rem;
}

.container-main-nav {
  width: 100%;
  position: fixed;
  z-index: 10;
}

.container-sub-nav {
  max-width: 1300px;
}

.main-nav-font-label a {
  color: #fff;
}

.main-nav-font-label a:focus,
.main-nav-font-label a:hover,
.main-nav-font-label a:active {
  color: var(--purple);
}

.hide-container {
  display: none;
}

.show-container {
  display: block;
}

.active-label {
  /*color: #00F0F5 !important;*/
  font-weight: 700;
}

.navbar-personal .active-label {
  color: #1a1a25 !important;
}
.navbar-personal .nav-link:hover {
  color: #4a0be8 !important;
}

.navbar-personal .utility-bar .nav-item .nav-link.active-label {
  color: #000000a6 !important;
}

.navbar-business .utility-bar .nav-item .nav-link.active-label {
  color: white !important;
}

.navbar-business .utility-bar .nav-item .nav-link.active-label:hover,
.navbar-business .utility-bar .nav-item .nav-link:hover {
  color: var(--aqua) !important;
}

.navbar-personal .nav-item .nav-link.active-label:hover,
.navbar-personal .nav-item .nav-link:hover {
  color: var(--purple) !important;
}

/*.navbar-business .nav-item .nav-link.active-label:hover{*/
/*    color: var(--aqua) !important;*/
/*}*/

/*.navbar-business .active-label{*/
/*    color: #00F5FA !important;*/
/*}*/

.navbar-business .active-label:hover,
.navbar-business .active-label:focus,
.navbar-business .active-label:active {
  color: white;
}

.navbar-personal .dropdown-item.nav-link:hover {
  background-color: #4a0be8;
  color: white !important;
}

.navbar-personal .nav-item .dropdown-item.active-label:hover {
  color: white !important;
}

/*.navbar-business .dropdown-item.nav-link:hover {*/
/*    background-color: #00F5FA;*/
/*    color: white !important;*/
/*}*/

.not-active-label {
  color: #fff;
}

.show-disable {
  opacity: 0.4;
}

.hide-disable {
  opacity: 1;
}

.card-height-1 h6 {
  height: 80px;
}

.pill-free {
  text-transform: uppercase;
  background-color: var(--aqua) !important;
  border-radius: 5px;
  padding: 0.5rem;
}

.navbar-toggler {
  border: none;
}

.btn,
footer .btn i {
  font-weight: 500;
}

.bg-overlay-dark,
.bg-overlay-light {
  background: rgba(0, 0, 0, 0.3);
  width: auto;
  border-radius: var(--bs-border-radius-xxl);
  padding: 2rem 1rem 1rem 2rem;
  margin: 3rem;
}

.bg-overlay-light {
  background: rgba(255, 255, 255, 0.8);
  /* white with 30% opacity */
}

.mw-700 {
  max-width: 700px !important;
}

.mw-500 {
  max-width: 500px !important;
}

.mh-350 {
  /* default for mobile (auto height) */
  min-height: auto;
  max-height: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* adjust breakpoint as needed */
  .mh-350 {
    min-height: 390px;
  }
}

@media (min-width: 1200px) {
  /* adjust breakpoint as needed */
  .mh-350 {
    min-height: 300px;
  }

  .h-xl-100 {
    height: 100% !important;
  }

  .h-xl-100 {
    height: 100% !important;
  }
}

/* reset native bullets */
@media (min-width: 992px) {
  .px-lg-gutter {
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  }
}

ul.custom-bullets-check-dark {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.custom-bullets-check-dark li {
  position: relative;
  padding-left: 46px;
  margin-bottom: 16px;
  line-height: 1.4;
}

ul.custom-bullets-check-dark li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url("/static-assets/images/ico-checkmark-dark.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

ul.custom-bullets-check-1 {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* space for the icon and vertical spacing */
ul.custom-bullets-check-1 li {
  position: relative;
  padding-left: 28px;
  /* room for the icon */
  margin-bottom: 8px;
  line-height: 1.3;
}

/* decorative SVG via ::before */
ul.custom-bullets-check-1 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 30%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("/static-assets/images/ico-bullet-check-1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  /* ARIA: pseudo-elements are ignored by assistive tech, so if the icon is purely decorative this is fine */
}

/* Virtual Card: mobile padding for step cards */
@media (max-width: 991.98px) {
  #how-to-get-started .container-fluid {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  #vc-add-samsung .container-fluid,
  #vc-add-google .container-fluid {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

/* ── Fixed Deposit: text-image sections ── */
#fd-why-choose img.img-fluid {
  max-width: 400px;
}

#fd-simple-interest .col-lg-5 {
  overflow: hidden;
}

/*#fd-simple-interest img.img-fluid {*/
/*    max-width: 480px;*/
/*}*/

@media (max-width: 991.98px) {
  #fd-why-choose .col-12:has(img),
  #fd-simple-interest .col-12:has(img),
  #fd-simple-interest .col-12:has(img) {
    order: 3 !important;
  }

  #fd-why-choose img.img-fluid {
    max-width: 320px;
  }

  /*#fd-simple-interest img.img-fluid {*/
  /*    max-width: 380px;*/
  /*}*/
  #fd-saving-goals img.img-fluid,
  #fd-in-less img.img-fluid {
    width: 50%;
  }
}

@media (max-width: 767px) {
  #fd-saving-goals img.img-fluid,
  #fd-in-less img.img-fluid {
    width: 100%;
  }
}

#what-it-costs .col-lg-5 {
  align-self: flex-start;
}

#what-it-costs img.img-fluid {
  border-radius: 25px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  #what-it-costs img.img-fluid {
    aspect-ratio: 16 / 9;
  }
}

.img-square img.img-fluid {
  border-radius: 16px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
}

.goalsave-simple-saving .row {
  margin-top: 0 !important;
}

@media (max-width: 991.98px) {
  .img-square img.img-fluid {
    aspect-ratio: unset;
  }
}

.img-flip-x img.img-fluid {
  transform: scaleX(-1);
}

.img-pos-left img.img-fluid {
  object-position: 25% center;
}

.text-image-img-wrapper {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.text-image-img-wrapper img.img-fluid {
  width: 100%;
}

.img-crop-top .text-image-img-wrapper {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 16px;
}

.img-crop-top .text-image-img-wrapper img.img-fluid {
  width: 100%;
  height: 157%;
  object-fit: cover;
  object-position: -140px -120px;
}

@media (max-width: 991.98px) {
  .img-crop-top .text-image-img-wrapper {
    aspect-ratio: unset;
    overflow: hidden;
    border-radius: 16px;
  }

  .img-crop-top .text-image-img-wrapper img.img-fluid {
    height: auto;
    object-fit: cover;
    object-position: center;
  }
}

#what-it-costs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#what-it-costs ul li {
  position: relative;
  padding-left: 46px;
  margin-bottom: 16px;
  line-height: 1.4;
}

#what-it-costs ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url("/static-assets/images/ico-checkmark-dark.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 992px) {
  #how-to-send .container {
    max-width: 100%;
    padding: 0;
  }
}

#how-to-send .my-5 {
  margin-bottom: 50px !important;
  margin-top: 0 !important;
}

/* Section 2: mobile image on top */
/*@media (max-width: 991.98px) {*/
/*    #what-it-costs .order-2 {*/
/*        order: -1 !important;*/
/*    }*/
/*}*/

/* Section 4: How to receive */
#how-to-receive {
  border-radius: 25px;
  overflow: hidden;
}

.smv2-section #how-to-receive .banner-with-text-section {
  min-height: 350px;
}

@media (min-width: 992px) {
  .smv2-section #how-to-receive .banner-with-text-section {
    min-height: 550px;
  }
}

#how-to-receive > .col-lg-7:first-child > div,
#how-to-receive > .col-lg-7:first-child > div > div {
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  #how-to-receive > .col-lg-7:first-child {
    position: relative;
    z-index: 2;
  }

  #how-to-receive > .col-lg-7:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    bottom: 0;
    width: 60px;
    background-color: var(--dark-gunmetal2);
    transform: skewX(-5deg);
    z-index: 1;
  }
}

/* SendMoney V2: Uniform section padding */
.smv2-section {
  padding: 3rem 1rem;
}

@media (max-width: 991.98px) {
  #how-to-receive > div:first-child {
    padding: 1.5rem !important;
  }

  /* Card padding on mobile */
  #how-to-send .bg-white,
  #how-to-ussd .bg-cultured {
    padding: 1.5rem !important;
  }
}

/* Standard card — shared across all SMV2-pattern cards */
.standard-card {
  width: 100%;
  padding: 34px 1.5rem;
  height: 100%;
  border-radius: 20px;
}

/* Why use USSD cards: consistent 40px padding, min-height only on desktop */
.ussd-why-card {
  min-height: 250px;
  padding: 40px;
}
.ussd-why-card > [class*="col"] {
  padding: 0 !important;
}
@media (max-width: 767.98px) {
  .ussd-why-card {
    min-height: auto;
  }
}

#what-it-costs {
  padding: 3rem 1rem !important;
}

@media (min-width: 992px) {
  .smv2-section {
    padding: 5rem 0;
  }

  #what-it-costs {
    padding: 5rem 0 !important;
  }
}

#how-to-send-ussd {
  padding-top: 0 !important;
}

.smv2-section .banner-with-text-section.py-lg-5 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 2rem;
}

/* Section 1: Hero Banner */
.smv2-hero-banner {
  min-height: 100dvh !important;
}

@media (min-width: 992px) {
  .smv2-hero-banner {
    background-size: auto 90% !important;
    background-position: calc(100% + max(0px, (1400px - 100vw) * 0.65)) bottom !important;
  }

  .smv2-hero-banner .container--main > .w-100 {
    max-width: 40%;
  }

  .smv2-hero-banner .banner-content-wrapper {
    width: auto;
  }
}

@media (min-width: 992px) {
  .shariah-hero .banner-content-wrapper {
    width: 52%;
  }
}

.shariah-hero .hero-banner-image::after {
  display: none;
}

.retail-capital-v2-page .hero-banner-image::after {
  display: none;
}

.retail-capital-v2-page .business-cta-card li.fr-body-2,
.retail-capital-v2-page li.fr-body-2 {
  margin-bottom: 0;
}

.retail-capital-v2-page .business-cta-card .d-flex.flex-column.gap-4 {
  gap: 0 !important;
}

.retail-capital-v2-page .business-cta-card ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin-bottom: 0;
}

.retail-capital-v2-page .business-cta-card ul li::marker {
  font-size: 1rem;
}

@media (max-width: 991px) {
  .retail-capital-v2-page .hero-banner-image {
    background-position: 75% top !important;
  }
  #rc-v2-moreways-cards > div {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  #rc-v2-growth {
    position: relative;
  }
  #rc-v2-growth::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(20, 22, 26, 0.6);
    z-index: 0;
  }
  #rc-v2-growth > * {
    position: relative;
    z-index: 1;
  }
}

.shariah-features-cards .h-100 {
  height: 100% !important;
}

@media (max-width: 767.98px) {
  .shariah-features-cards {
    --bs-gutter-x: 0;
  }
}

@media (max-width: 991.98px) {
  .smv2-hero-banner {
    background-size: cover !important;
    background-position: center bottom !important;
  }
}

/* Section 5: USSD step number circles */
.smv2-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  flex-shrink: 0;
  border: 2px solid var(--dark-gunmetal2);
  border-radius: 50%;
  font-weight: 700;
  font-size: 1rem;
}

.smv2-step-number--white {
  border-color: #ffffff;
  color: #ffffff;
}

/* Section 6: #ITSGOTYME CTA Card */
.smv2-cta-card {
  background:
    url("/static-assets/images/sendmoney-wavy-pattern.png") no-repeat 8% 50% /
      450% auto,
    linear-gradient(180deg, #abc6cf, #ebf5f6);
  background-blend-mode: screen, normal;
  border-radius: 24px;
  overflow: hidden;
}

.smv2-cta-card .col-lg-7 {
  padding: 2rem !important;
}

@media (min-width: 808px) {
  .smv2-cta-card {
    background-size: 300% auto !important;
  }
}

@media (min-width: 992px) {
  .smv2-cta-card {
    background-size: 200% auto !important;
  }

  .smv2-cta-card .col-lg-7 {
    padding: 5rem 3rem !important;
  }
}

@media (min-width: 1500px) {
  .smv2-cta-card .col-lg-7 {
    padding: 5rem 4.5rem !important;
  }
}

.smv2-cta-card .smv2-cta-image img {
  max-height: 420px;
  object-fit: contain;
  object-position: bottom;
}

@media (max-width: 991.98px) {
  .smv2-cta-card .smv2-cta-image img {
    max-height: 300px;
    width: 100%;
  }
}

/* Business CTA Card overrides */
.dark-mode .smv2-cta-card .col-lg-7,
.dark-mode .smv2-cta-card .col-lg-7 > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dark-mode .smv2-cta-card .col-lg-7 > div > div {
  height: auto !important;
}

.dark-mode .smv2-cta-card .smv2-cta-image {
  align-self: flex-end;
}

.dark-mode .smv2-cta-card .smv2-cta-image img {
  max-height: 550px;
}

@media (min-width: 992px) {
  .dark-mode .smv2-cta-card .col-lg-7 {
    padding: 5rem 3rem 5rem 4rem !important;
  }
}

@media (max-width: 991.98px) {
  .dark-mode .smv2-cta-card .smv2-cta-image img {
    max-height: 350px;
  }
}

/* Industry testimonial cards: 3 cols at xl, 2 cols below */
@media (min-width: 1200px) {
  .industry-testimonial-cards > .col-xl-4 {
    flex: 0 0 calc(33.333% - 1rem);
    max-width: calc(33.333% - 1rem);
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .industry-testimonial-cards > .col-xl-4 {
    flex: 0 0 calc(50% - 0.75rem);
    max-width: calc(50% - 0.75rem);
  }
}

@media (max-width: 767.98px) {
  .hero-banner-align-left-60.p-5 {
    padding: 2rem !important;
  }

  .hero-banner-align-left-60 .text-content-wrapper.px-3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.industry-testimonial-cards h3,
.industry-testimonial-cards .fr-body-2,
.industry-testimonial-cards .rte-m-0 {
  height: auto !important;
}

.industry-testimonial-cards h3 br,
.industry-testimonial-cards .fr-body-2 br {
  display: none;
}

.industry-testimonial-cards > [class*="col"] {
  padding: 2rem !important;
}

.industry-testimonial-cards h3 {
  margin-bottom: 1rem !important;
}

.industry-testimonial-cards
  .rte-content
  > .fr-body-2:not(.rte-m-0):not(.bg-business-advance-bg) {
  margin-bottom: 1.5rem !important;
}

.industry-testimonial-cards .rte-content,
.industry-testimonial-cards .d-flex.flex-column {
  justify-content: flex-start !important;
}

.industry-testimonial-cards .rte-content > p:last-child,
.industry-testimonial-cards .d-flex.flex-column > p:last-child {
  margin-top: auto !important;
}

/* Business Advance: From hustle to heights section */
.ba-hustle-section {
  overflow: hidden;
  padding-top: 3rem;
}

.ba-hustle-section .rte-bottom-image-section {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
}

.ba-hustle-section .rte-bottom-image-section .fr-body-1 {
  flex: 0 0 45%;
  align-self: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.ba-hustle-section .rte-bottom-image-wrapper {
  flex: 0 0 55%;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.ba-hustle-section .rte-bottom-image {
  width: 100%;
  max-width: 650px;
  display: block;
  margin-right: auto;
  margin-left: 1.5rem;
}

@media (max-width: 1024px) and (min-width: 992px) {
  .ba-hustle-section .rte-bottom-image {
    transform: scale(1.2);
    transform-origin: bottom center;
  }
}

@media (max-width: 991.98px) {
  .ba-hustle-section .rte-bottom-image-section {
    flex-direction: column;
    align-items: stretch;
  }

  .ba-hustle-section .rte-bottom-image-section .fr-body-1 {
    flex: none;
    padding: 3rem 1rem 1rem;
  }

  .ba-hustle-section .rte-bottom-image-wrapper {
    flex: none;
    text-align: center;
  }

  .ba-hustle-section .rte-bottom-image {
    max-width: 350px;
    margin: 0 auto;
  }
}

@media (max-width: 423px) {
  .ba-hustle-section .rte-bottom-image {
    max-width: 250px;
  }
}

/* Instant Payments V2 */
.ipv2-hero-banner {
  min-height: 100dvh !important;
}

@media (min-width: 992px) {
  .ipv2-hero-banner {
    background-size: auto 90% !important;
    background-position: calc(100% + max(0px, (1400px - 100vw) * 0.65)) bottom !important;
  }

  .ipv2-hero-banner .container--main > .w-100 {
    max-width: 45%;
  }
}

@media (max-width: 991.98px) {
  .ipv2-hero-banner {
    background-size: cover !important;
    background-position: center bottom !important;
  }
}

@media (max-width: 991.98px) {
  .ipv2-hero {
    background-position: 60% center !important;
  }
}

.ipv2-section {
  padding: 3rem 1rem;
}

@media (min-width: 992px) {
  .ipv2-section {
    padding: 5rem 0;
  }
}

.ipv2-section .banner-with-text-section.pb-lg-5 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 2rem;
}

.ipv2-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  flex-shrink: 0;
  border: 2px solid var(--aqua);
  border-radius: 50%;
  font-weight: 700;
  font-size: 1rem;
  color: var(--aqua);
}

.ipv2-text-image img {
  border-radius: 16px;
  object-fit: cover;
  object-position: right center;
  width: 100%;
  aspect-ratio: 1 / 1;
}

@media (max-width: 991.98px) {
  .ipv2-text-image img {
    aspect-ratio: 16 / 9;
  }
}

/* DebiCheck: text-image sections */
.dcv2-text-image img {
  border-radius: 16px;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  aspect-ratio: 1 / 1;
}

@media (max-width: 991.98px) {
  .dcv2-text-image img {
    aspect-ratio: unset;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .dcv2-text-image--wide img {
    aspect-ratio: 1 / 1;
    max-width: 400px;
  }
  .vc-secure-section .row > [class*="order-"] {
    order: unset !important;
  }
}

.text-image-img-wrapper:not(.d-none):not(.d-lg-none):not(.d-lg-block) {
  display: contents;
}

.ipv2-text-image .text-image-img-wrapper {
  display: block !important;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 16px;
}

.ipv2-text-image .text-image-img-wrapper img.img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#ipv2-what-are .text-image-img-wrapper img.img-fluid {
  object-position: 30% center;
}

@media (max-width: 991.98px) {
  .ipv2-text-image .text-image-img-wrapper {
    max-width: 400px;
    margin: 0 auto;
  }
}

/* Tills: Mobile nav alignment */
@media (max-width: 991.98px) {
  .hero-banner-till-points .container--main .row {
    margin-left: 0;
    margin-right: 0;
  }
}

/* Tills: TymeCode text-image section */
.tills-text-image .order-lg-2 {
  margin-top: 0 !important;
}

.tills-text-image .text-image-img-wrapper {
  display: block !important;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 16px;
  background: none !important;
}

.tills-text-image .text-image-img-wrapper img.img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-image-gradient-frame {
  overflow: hidden;
}
.text-image-gradient-frame .text-image-img-wrapper {
  background: linear-gradient(to bottom, #f3f4f8, #fbfbfb);
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
}
@media (min-width: 992px) {
  .text-image-gradient-frame .row > .order-lg-2 {
    align-self: flex-end;
  }
}
.text-image-gradient-frame img {
  max-height: 100%;
  object-fit: contain;
}
@media (max-width: 991.98px) {
  .text-image-gradient-frame .text-image-img-wrapper {
    aspect-ratio: unset;
    max-width: 350px;
    margin: 0 auto;
    justify-content: center;
  }
  .text-image-gradient-frame img {
    max-height: 400px;
  }
}

.text-image-gradient-frame--stretch .text-image-img-wrapper {
  align-items: stretch;
}

.homepage-banner {
  box-shadow:
    0 4px 16px rgba(91, 91, 91, 0.04),
    0 16px 40px rgba(91, 91, 91, 0.06);
}

.apple-pay-row {
  max-width: 1400px;
  margin-inline: auto;
}
.apple-pay-text-image .text-image-img-wrapper {
  display: block !important;
  max-width: 470px;
  margin: 0 auto;
}
.apple-pay-text-image .text-image-img-wrapper img.img-fluid {
  width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  .apple-pay-text-image .text-image-img-wrapper {
    max-width: 400px;
    margin: 0 auto;
  }
}

.text-image-gradient-frame--stretch img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top right;
}

/* @media (min-width: 768px) {
    .ipv2-cards > [class*="col-"]:not(.col-lg-12) .banner-with-text-section {
        min-height: 200px;
    }
} */

@media (min-width: 576px) and (max-width: 991.98px) {
  .ipv2-cards > [class*="col-lg-"]:not(.col-lg-12) {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* Instant Payments V2 - Payment Request Section */
.ipv2-pr-section {
  position: relative;
  overflow: hidden;
  min-height: 568px;
  display: flex;
  align-items: center;
  margin-right: calc(-50vw + 50%);
  background-size: 0 !important;
}

.ipv2-pr-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: -237px;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: cover;
  background-position: 60% 20%;
  background-repeat: no-repeat;
  transform: scaleX(-1);
  z-index: 0;
}

.ipv2-pr-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    #93b9c2 25%,
    rgba(147, 185, 194, 0.6) 40%,
    transparent 60%
  );
  z-index: 1;
  pointer-events: none;
}

.ipv2-pr-text {
  position: relative;
  z-index: 2;
  max-width: 50%;
}

@media (max-width: 991.98px) {
  .ipv2-pr-section {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: 0;
    min-height: auto;
    align-items: flex-start;
    background-color: #93b9c2;
  }
  .ipv2-pr-section::after {
    right: 0;
    left: 0;
    background-position: center 0%;
    background-size: 200% auto;
  }
  .ipv2-pr-section::before {
    background: linear-gradient(
      180deg,
      transparent min(30vw, 200px),
      #93b9c2 min(90vw, 430px)
    );
  }
  .ipv2-pr-text {
    max-width: 100%;
    padding: min(80vw, 450px) 2rem 3rem;
  }
}

@media (min-width: 650px) and (max-width: 991.98px) {
  .ipv2-pr-section::after {
    background-size: 150% auto;
  }
}

#why-use-payment-request ul,
#fd-why-choose ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#why-use-payment-request ul li,
#fd-why-choose ul li {
  position: relative;
  padding-left: 46px;
  margin-bottom: 16px;
  line-height: 1.4;
}

#why-use-payment-request ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-image: url("/static-assets/images/ico-checkmark-dark.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

#fd-why-choose ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background-image: url("/static-assets/images/ico-checkmark-dark.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.ba-business-icon {
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.ba-business-icon .industry-icon-container {
  transition: background-color 0.2s ease;
}

.ba-business-icon span {
  transition: color 0.2s ease;
}

.business-advance-page .ba-business-icon .industry-icon-container {
  background-color: #ffffff !important;
}

.business-advance-page .ba-business-icon span {
  color: #ffffff !important;
}

.ba-business-icon:hover {
  background-color: rgba(0, 240, 245, 1) !important;

  .industry-icon-container {
    background-color: rgba(31, 36, 45, 1) !important;
  }

  span {
    color: rgba(31, 36, 45, 1) !important;
  }
}

.business-advance-page .ba-business-icon:hover .industry-icon-container {
  background-color: rgba(31, 36, 45, 1) !important;
}

.business-advance-page .ba-business-icon:hover span {
  color: rgba(31, 36, 45, 1) !important;
}

.business-advance-campaign .business-cta-card .mt-2rem {
  background-color: var(--business-advance-bg) !important;
}

@media (min-width: 768px) {
  .business-cta-card {
    height: 100%;
  }
}

.card-vertical-align-center-1 .p-4.ps-lg-5 {
  align-items: center !important;
  display: flex;
  height: 100% !important;
}

.container-national-financial {
  margin: auto;
}

.banner-glossary .mb-4.banner-content-wrapper,
.banner-contact .mb-4.banner-content-wrapper {
  margin: 0 auto;
  width: auto;
  max-width: 900px;
}

.banner-stories .mb-4.banner-content-wrapper {
  margin: 0 auto;
  width: auto;
  max-width: 650px;
}

.page-stories .bg-business-section h3 {
  font-weight: 500 !important;
  margin-bottom: 0.5rem !important;
}

.page-stories .pe-lg-4 h2 {
  font-weight: 500 !important;
  margin-bottom: 0.5rem !important;
}

@media (max-width: 991.98px) {
  .business-glossary-page .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.banner-stories .responsive-banner,
.banner-glossary .responsive-banner,
.banner-contact .responsive-banner,
.business-press-release-page .responsive-banner {
  background-color: var(--dark-gunmetal2);
  min-height: 530px !important;
  background-position: bottom !important;
}

@media (max-width: 992px) {
  .banner-stories .responsive-banner,
  .banner-glossary .responsive-banner,
  .banner-contact .responsive-banner,
  .business-finformation-page .responsive-banner,
  .business-press-release-page .responsive-banner,
  .business-funding-calculator-page .responsive-banner {
    min-height: 450px !important;
  }

  .banner-stories .responsive-banner {
    /*background-image: url('/static-assets/images/b2b-stories-banner-mobile.png') !important;*/
  }

  .banner-glossary .responsive-banner {
    /*background-image: url('/static-assets/images/b2b-glossary-mobile-banner.png') !important;*/
  }

  .banner-contact .responsive-banner {
    /*background-image: url('/static-assets/images/contact-us-mobile-banner.png') !important;*/
  }

  .business-finformation-page .responsive-banner {
    /*background-image: url('/static-assets/images/b2b-finformation-banner-mobile.png') !important;*/
    padding-top: 120px !important;
    padding-bottom: 2rem !important;
  }

  .business-press-release-page .responsive-banner {
    background-image: url("/static-assets/images/b2b-press-release-banner-mobile.png") !important;
    padding-top: 120px !important;
    padding-bottom: 2rem !important;
  }

  .business-funding-calculator-page .responsive-banner {
    /*background-image: url('/static-assets/images/b2b-funding-calculator-banner-mobile.png') !important;*/
    padding-top: 120px !important;
    padding-bottom: 2rem !important;
  }
}

.dark-mode.page-grid.business-finformation-page,
.dark-mode.page-grid.security-grid-page {
  background-color: #1a1a25 !important;
}

.business-finformation-page > div.container-fluid:not(footer) {
  padding-bottom: 3rem;
}

.page-stories .p-5 {
  padding: 2rem !important;
}

@media (min-width: 992px) {
  .page-stories .pe-lg-4 {
    padding-right: 3.5rem !important;
  }

  .page-stories .p-5 {
    padding: 3rem !important;
  }
}

/* width scaling reverse */
.dynamic-width {
  width: 50%;
}

@media (max-width: 1200px) {
  .dynamic-width {
    width: 70%;
  }
}

@media (max-width: 992px) {
  .dynamic-width {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .dynamic-width {
    width: 90%;
  }
}

@media (max-width: 992px) {
  #dynamic-img-pos {
    background-position: left bottom !important;
  }

  #dynamic-img-pos-center {
    background-position: center bottom !important;
  }
}

/* supplementals */
.fixed-height-rte {
  min-height: 201.59px !important;
  height: 201.59px !important;
}
/* CTA Button base styles */
.btn.cta {
  display: inline-flex;
  align-items: center !important;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
.btn.cta span {
  text-box-trim: trim-both;
  display: block;
}
/* CTA Button - CSS Variables */
.cta .cta-label {
  color: var(--label-color);
  transition: color 0.2s ease-in-out;
  display: flex;
  align-items: center;
}
.cta .btn-icon-mask {
  background-color: var(--icon-color);
  transition: background-color 0.2s ease-in-out;
}
.cta i {
  color: var(--icon-color);
  transition: color 0.2s ease-in-out;
}
/* Hover state */
.btn.cta:hover {
  background: var(--purple) !important;
  border-color: var(--purple) !important;
}
.btn.cta:hover .cta-label,
.btn.cta:hover .cta-inner .cta-label {
  color: var(--white) !important;
}
.btn.cta:hover .btn-icon-mask,
.btn.cta:hover .cta-inner .btn-icon-mask {
  background-color: var(--white) !important;
}
.btn.cta:hover i,
.btn.cta:hover .cta-inner i {
  color: var(--white) !important;
}
/* Button responsive styles */
/* Small devices (phones) */
@media (max-width: 47.9375em) {
  /* 767px */
  .btn-custom {
    padding: 0.75rem 1.375rem;
    font-size: 0.8125rem !important; /* 13px */
    line-height: 1.4 !important;
  }
  .btn-icon-mask {
    width: 1.125rem;
    height: 1.125rem;
  }
  .btn.cta i {
    font-size: 1.125rem;
    width: 1.125rem;
    text-align: center;
  }
  .link-custom {
    font-size: 1rem !important;
  }

  .btn-custom.kiosk-search.search-go-icon {
    padding: 0.4rem 0.75rem !important;
  }

  .clear-button {
    right: 80px !important;
  }
}
/* Medium devices (tablets) */
@media (min-width: 48em) and (max-width: 63.9375em) {
  /* 768px - 1023px */
  .btn-custom {
    padding: 0.75rem 1.375rem;
    font-size: 1rem !important; /* 16px */
    line-height: 1.4 !important;
  }
  .btn-icon-mask {
    width: 1.25rem;
    height: 1.25rem;
  }
  .btn.cta i {
    font-size: 1.25rem;
    width: 1.25rem;
    text-align: center;
  }
  .link-custom {
    font-size: 1rem !important;
  }
}
/* Large devices (desktops) */
@media (min-width: 64em) {
  /* 1024px */
  .btn-custom {
    padding: 0.75rem 1.375rem;
    font-size: 1rem !important; /* 16px */
    line-height: 1.4 !important;
  }
  .btn-icon-mask {
    width: 1.25rem;
    height: 1.25rem;
  }
  .btn.cta i {
    font-size: 1.25rem;
    width: 1.25rem;
    text-align: center;
  }
  .link-custom {
    font-size: 1rem !important;
  }
}
.btn.cta .cta-inner {
  display: inline-flex;
  align-items: center;
}

.industry-icon-container {
  height: 30px;
  width: 30px;
  mask-size: contain !important;
  mask-repeat: no-repeat !important;
  background-color: rgba(255, 255, 255, 0.56);
}

/* Community page: Empower section cards */
#empower-section .card {
  min-width: 0;
}

@media (max-width: 991.98px) {
  #empower-section .card .card-body {
    padding: 1.5rem !important;
  }
}

@media (max-width: 767.98px) {
  #empower-section .card .card-body {
    padding: 1.25rem !important;
  }
}

/* Share-to component: dark mode override for business pages */
.dark-mode .share-to-card {
  background-color: var(--business-advance-bg) !important;
}

/* USSD cost cards: use fr-title sizing on mobile */
@media (max-width: 991.98px) {
  .shop-info-card-section h3 {
    font-size: 1.25rem !important;
    line-height: 1.25 !important;
  }
}

.btn-custom,
.btn,
.btn.cta .cta-inner span {
  font-family: GoTyme Sans;
  font-weight: 500 !important;
}

.btn-custom.kiosk-search.search-go-icon {
  padding: 0.3rem 0.75rem;
}

.clear-button {
  right: 90px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

#hero-section p {
  font-size: 1.125rem !important; /* 18px */
  line-height: 1.5 !important; /* 27px / 18px */
}

p {
  margin-bottom: 1rem;
}

.login-to-gotyme {
  height: 10.9375rem;
}

.gotyme-step-4 {
  height: 12.4375rem;
}

b,
strong {
  font-weight: 700 !important;
}

/* Cards content horizontal alignment */
.card-with-text-section {
  display: flex;
  height: 100%;
}

.banner-with-text-section p {
  margin-top: auto;
}

.card-header-number {
  margin-bottom: 2rem;
}

.card-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 80px; /* adjust based on tallest header */
}

.banner-with-text-section .card-header {
  min-height: 120px; /* adjust based on tallest title */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.banner-with-text-section.logo-card {
  height: 100%;
  padding: 40px !important;
}

.banner-with-text-section.logo-card > div {
  width: 100%;
  text-align: center;
}

.logo-card-img {
  height: 60px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

@media (min-width: 992px) {
  .logo-card-img {
    height: 130px;
    max-width: 60%;
  }
}

@media (max-width: 767.98px) {
  .logo-card-img {
    max-width: 60%;
  }
}

#learn-more {
  margin-bottom: 2rem !important;
}

#learn-more > [class*="col-"] {
  margin-bottom: 0 !important;
}

#empower-section {
  padding: 3rem 1rem !important;
}

#empower-section .row > [class*="col-"]:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 992px) {
  #empower-section {
    padding: 5rem 0 !important;
  }
}

.business-glossary-page #contentWrapper {
  margin-top: 2rem !important;
}

.arrow-right {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.5355 5.63493C15.1449 5.24441 14.5118 5.24441 14.1213 5.63493C13.7307 6.02546 13.7307 6.65862 14.1213 7.04915L18.0712 10.999H3.51465L3.51465 12.999H18.0709L14.1213 16.9486C13.7307 17.3392 13.7307 17.9723 14.1213 18.3629C14.5118 18.7534 15.1449 18.7534 15.5355 18.3629L21.8994 11.9989L15.5355 5.63493Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.5355 5.63493C15.1449 5.24441 14.5118 5.24441 14.1213 5.63493C13.7307 6.02546 13.7307 6.65862 14.1213 7.04915L18.0712 10.999H3.51465L3.51465 12.999H18.0709L14.1213 16.9486C13.7307 17.3392 13.7307 17.9723 14.1213 18.3629C14.5118 18.7534 15.1449 18.7534 15.5355 18.3629L21.8994 11.9989L15.5355 5.63493Z'/%3E%3C/svg%3E");
}

.help-center {
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'><path d='M13.3945 18.9917H11V16.9917H19V9.9917H21V18.9917H17V20.9917L14.5039 19.3276C14.1754 19.1086 13.7894 18.9917 13.3945 18.9917ZM17 14.9917H10.4004C9.54967 14.9917 8.7212 15.2631 8.03516 15.7661L5 17.9917V14.9917H2V2.9917H17V14.9917Z' fill='%232D2D3A'/></svg>");
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'><path d='M13.3945 18.9917H11V16.9917H19V9.9917H21V18.9917H17V20.9917L14.5039 19.3276C14.1754 19.1086 13.7894 18.9917 13.3945 18.9917ZM17 14.9917H10.4004C9.54967 14.9917 8.7212 15.2631 8.03516 15.7661L5 17.9917V14.9917H2V2.9917H17V14.9917Z' fill='%232D2D3A'/></svg>");
}

.search-icon {
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M15 11C15 8.23858 12.7614 6 10 6C7.23858 6 5 8.23858 5 11C5 13.7614 7.23858 16 10 16C12.7614 16 15 13.7614 15 11ZM10 4C6.13401 4 3 7.13401 3 11C3 14.866 6.13401 18 10 18C11.5724 18 13.0236 17.4816 14.1922 16.6064L18.793 21.2071L20.2072 19.7929L15.6064 15.1921C16.4816 14.0236 17 12.5723 17 11C17 7.13401 13.866 4 10 4Z' fill='%232D2D3A'/></svg>");
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M15 11C15 8.23858 12.7614 6 10 6C7.23858 6 5 8.23858 5 11C5 13.7614 7.23858 16 10 16C12.7614 16 15 13.7614 15 11ZM10 4C6.13401 4 3 7.13401 3 11C3 14.866 6.13401 18 10 18C11.5724 18 13.0236 17.4816 14.1922 16.6064L18.793 21.2071L20.2072 19.7929L15.6064 15.1921C16.4816 14.0236 17 12.5723 17 11C17 7.13401 13.866 4 10 4Z' fill='%232D2D3A'/></svg>");
}

.arrow-left {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.5355 5.63493C15.1449 5.24441 14.5118 5.24441 14.1213 5.63493C13.7307 6.02546 13.7307 6.65862 14.1213 7.04915L18.0712 10.999H3.51465L3.51465 12.999H18.0709L14.1213 16.9486C13.7307 17.3392 13.7307 17.9723 14.1213 18.3629C14.5118 18.7534 15.1449 18.7534 15.5355 18.3629L21.8994 11.9989L15.5355 5.63493Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.5355 5.63493C15.1449 5.24441 14.5118 5.24441 14.1213 5.63493C13.7307 6.02546 13.7307 6.65862 14.1213 7.04915L18.0712 10.999H3.51465L3.51465 12.999H18.0709L14.1213 16.9486C13.7307 17.3392 13.7307 17.9723 14.1213 18.3629C14.5118 18.7534 15.1449 18.7534 15.5355 18.3629L21.8994 11.9989L15.5355 5.63493Z'/%3E%3C/svg%3E");
  transform: scaleX(-1);
}

.external-link {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9.66699 6H6V18H18V14.333H20V20H4V4H9.66699V6Z'/%3E%3Cpath d='M22 10C22 10.5523 21.5523 11 21 11C20.4477 11 20 10.5523 20 10V5.41406L10.707 14.707L9.29297 13.293L18.5859 4H14C13.4477 4 13 3.55228 13 3C13 2.44772 13.4477 2 14 2H22V10Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9.66699 6H6V18H18V14.333H20V20H4V4H9.66699V6Z'/%3E%3Cpath d='M22 10C22 10.5523 21.5523 11 21 11C20.4477 11 20 10.5523 20 10V5.41406L10.707 14.707L9.29297 13.293L18.5859 4H14C13.4477 4 13 3.55228 13 3C13 2.44772 13.4477 2 14 2H22V10Z'/%3E%3C/svg%3E");
}

.headphone {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9915 2.56008C10.3669 2.55982 9.3565 2.55966 8.50031 2.78907C6.18128 3.41045 4.36993 5.22181 3.74855 7.54083C3.51914 8.39703 3.51929 9.40741 3.51955 11.032L3.51957 17.7651C3.51955 18.2711 3.51953 18.7077 3.54891 19.0673C3.57992 19.4468 3.64838 19.8243 3.83347 20.1876C4.10958 20.7295 4.55017 21.17 5.09208 21.4461C5.45532 21.6312 5.83281 21.6997 6.21234 21.7308C6.57192 21.7601 7.00846 21.76 7.5145 21.76H12.1595V19.84H7.55157C6.99807 19.84 6.64069 19.8393 6.36868 19.8171C6.10789 19.7958 6.0112 19.7596 5.96374 19.7354C5.7831 19.6434 5.63623 19.4965 5.5442 19.3159C5.52002 19.2685 5.48384 19.1718 5.46254 18.9109C5.44299 18.6717 5.44006 18.3665 5.43964 17.92H9.27957V10.24H5.44154C5.44836 9.07217 5.47806 8.50448 5.60312 8.03777C6.04697 6.38133 7.3408 5.0875 8.99724 4.64365C9.57686 4.48834 10.3122 4.48009 12.1596 4.48009C14.0069 4.48009 14.7423 4.48834 15.3219 4.64365C16.9783 5.0875 18.2721 6.38133 18.716 8.03777C18.841 8.50448 18.8708 9.07217 18.8776 10.24H15.0395V17.92H18.8795V11.1213C18.8795 11.1473 18.8796 11.1736 18.8796 11.2001L18.8795 17.92L20.7996 17.9201V11.032C20.7998 9.40741 20.8 8.39703 20.5706 7.54083C19.9492 5.22181 18.1378 3.41045 15.8188 2.78907C14.9626 2.55966 13.9522 2.55982 12.3276 2.56008H11.9915Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9915 2.56008C10.3669 2.55982 9.3565 2.55966 8.50031 2.78907C6.18128 3.41045 4.36993 5.22181 3.74855 7.54083C3.51914 8.39703 3.51929 9.40741 3.51955 11.032L3.51957 17.7651C3.51955 18.2711 3.51953 18.7077 3.54891 19.0673C3.57992 19.4468 3.64838 19.8243 3.83347 20.1876C4.10958 20.7295 4.55017 21.17 5.09208 21.4461C5.45532 21.6312 5.83281 21.6997 6.21234 21.7308C6.57192 21.7601 7.00846 21.76 7.5145 21.76H12.1595V19.84H7.55157C6.99807 19.84 6.64069 19.8393 6.36868 19.8171C6.10789 19.7958 6.0112 19.7596 5.96374 19.7354C5.7831 19.6434 5.63623 19.4965 5.5442 19.3159C5.52002 19.2685 5.48384 19.1718 5.46254 18.9109C5.44299 18.6717 5.44006 18.3665 5.43964 17.92H9.27957V10.24H5.44154C5.44836 9.07217 5.47806 8.50448 5.60312 8.03777C6.04697 6.38133 7.3408 5.0875 8.99724 4.64365C9.57686 4.48834 10.3122 4.48009 12.1596 4.48009C14.0069 4.48009 14.7423 4.48834 15.3219 4.64365C16.9783 5.0875 18.2721 6.38133 18.716 8.03777C18.841 8.50448 18.8708 9.07217 18.8776 10.24H15.0395V17.92H18.8795V11.1213C18.8795 11.1473 18.8796 11.1736 18.8796 11.2001L18.8795 17.92L20.7996 17.9201V11.032C20.7998 9.40741 20.8 8.39703 20.5706 7.54083C19.9492 5.22181 18.1378 3.41045 15.8188 2.78907C14.9626 2.55966 13.9522 2.55982 12.3276 2.56008H11.9915Z'/%3E%3C/svg%3E");
}

.btn.cta i {
  width: 24px;
  height: 24px;
  font-size: 24px;
}

.btn-icon-mask {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

@media (max-width: 767px) {
  .btn-icon-mask,
  .btn.cta i {
    width: 18px;
    height: 18px;
    font-size: 18px;
  }
}

.share-to .card .circle-link {
  width: 48px;
  height: 48px;
}

:not(.dark-mode) .card .circle-link:hover {
  background-color: var(--purple) !important;
  color: white !important;
}

.hover-purple *,
.hover-aqua * {
  transition: all 0.2s ease-in-out;
}

.hover-purple:hover * {
  color: var(--purple) !important;
}

.hover-aqua:hover * {
  color: var(--aqua) !important;
}

.card-hoverable:hover .hover-aqua {
  color: var(--aqua) !important;
}

.card-hoverable:hover .hover-purple {
  color: var(--purple) !important;
}

#card-slider .btn.cta .btn-icon-mask {
  background-color: currentColor;
}

#card-slider .btn.cta:hover .btn-icon-mask {
  background-color: var(--white);
}

.category-container::-webkit-scrollbar {
  display: none;
}

.filter-scroll-btn:hover svg path {
  stroke: var(--aqua) !important;
}

.find-kiosk-filter-btn {
  transition: all 0.2s ease-in-out;
}

.find-kiosk-filter-btn:not(.bg-aqua):hover {
  background: var(--purple) !important;
  border-color: var(--purple) !important;
}

.find-kiosk-filter-btn:not(.bg-aqua):hover p,
.find-kiosk-filter-btn:not(.bg-aqua):hover span {
  color: var(--white) !important;
}

/* ===========================================                                                                                                                                                 GoTyme PH2 - Filter Buttons (hover only)
     =========================================== */
.gotyme-filter-btn {
  transition: all 0.2s ease-in-out;
}

.dark-mode .gotyme-filter-btn:not(.gotyme-filter-btn-active) {
  background-color: #595969 !important;
}

/* Hover - only for non-active buttons */
.gotyme-filter-btn:not(.gotyme-filter-btn-active):hover {
  background-color: var(--purple) !important;
  color: var(--white) !important;
}

.gotyme-filter-btn:not(.gotyme-filter-btn-active):hover small {
  color: var(--white) !important;
}

/* ===========================================
     GoTyme PH2 - Search Result Links
     =========================================== */
.search-result-link {
  color: #490be8;
}

.search-result-link:hover {
  color: #31079c;
}

/* ===========================================
     GoTyme PH2 - Show More Button
     =========================================== */
.gotyme-show-more-btn {
  --label-color: var(--dark-gunmetal2);
  --icon-color: var(--dark-gunmetal2);
  background-color: var(--white);
  border: 1px solid var(--dark-gunmetal2);
  opacity: 1;
}

.gotyme-show-more-btn .cta-label {
  color: var(--label-color);
}

/* Dark mode show more button */
.gotyme-show-more-btn.gotyme-show-more-btn-dark {
  --label-color: var(--white);
  --icon-color: var(--white);
  background-color: #1f242d;
  border-color: var(--white);
}

/* Hover state */
.gotyme-show-more-btn:hover {
  background-color: var(--purple) !important;
  border-color: var(--purple) !important;
}

.gotyme-show-more-btn:hover .cta-label {
  color: var(--white) !important;
}

/*.row {*/
/*    overflow-x: clip;*/
/*}*/

@media only screen and (min-width: 992px) {
  .virtual-card-second-section {
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
  }
}

.vc-strip-card {
  border-radius: 1.5625rem;
  overflow: hidden;
  container-type: inline-size;
}

.vc-strip-card__inner {
  display: flex;
  gap: 1.5rem;
}

.vc-strip-card__text {
  flex: 1;
  min-width: 0;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vc-strip-card__image {
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 1rem 0;
}

.vc-strip-card__image img {
  flex-shrink: 0;
  height: 220px;
  width: auto;
  object-fit: contain;
}

@container (max-width: 550px) {
  .vc-strip-card__image img {
    height: 160px;
  }

  .vc-strip-card__text {
    padding: 1.5rem;
  }
}

@container (max-width: 380px) {
  .vc-strip-card__inner {
    flex-direction: column;
  }

  .vc-strip-card__text {
    padding: 1.5rem 1.5rem 0;
  }

  .vc-strip-card__image {
    flex-shrink: 1;
  }

  .vc-strip-card__image img {
    flex-shrink: 1;
    height: auto;
    max-height: 280px;
    max-width: 100%;
  }
}

.vc-steps-container {
  max-width: 1060px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#vc-love-section.container--main {
  width: calc(100% - 0.5rem) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (min-width: 992px) {
  #vc-love-section > div:first-child {
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  #vc-love-section.container--main {
    width: calc(100% - 10.25rem) !important;
  }
}

.dark-mode .accordion-item.light-dark {
  background-color: #2d2d3a !important;
}

/*.radial-background-color {*/
/*    background: radial-gradient(circle at 50% 80%, #14161A, #2D2D3A);*/
/*}*/

.text-fixed-body-2 {
  font-size: 1rem !important;
  line-height: 1.5 !important;
}

.row--grid-howto > div:nth-child(5) {
  padding-top: 2rem !important;
}

@media (max-width: 991.98px) {
  .row--grid-howto > div {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .row--grid-howto > div:nth-child(3) {
    max-width: 60% !important;
    margin-inline: auto;
  }
}

@media (max-width: 767.98px) {
  .row--grid-howto > div:nth-child(3) {
    max-width: 100% !important;
    margin-inline: unset;
  }
}

@media (min-width: 992px) {
  .row--grid-howto {
    display: grid !important;
    grid-template-columns: 5fr 7fr;
    grid-template-rows: auto auto auto auto;
    column-gap: 1.5rem;
  }

  .row--grid-howto > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0 !important;
  }

  .row--grid-howto > div .h-100 {
    height: auto !important;
  }

  .row--grid-howto > div:nth-child(1) {
    grid-column: 1 / -1;
    grid-row: 1;
    width: 100% !important;
    max-width: 100% !important;
    flex: unset !important;
  }

  .row--grid-howto > div:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
    align-self: center;
    width: 100% !important;
    max-width: 100% !important;
    flex: unset !important;
    order: unset !important;
  }

  .row--grid-howto > div:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    width: 100% !important;
    max-width: 100% !important;
    flex: unset !important;
    margin-left: 0 !important;
    order: unset !important;
  }

  .row--grid-howto > div:nth-child(3) img {
    max-width: 80% !important;
    width: 100% !important;
    display: block;
    margin-inline: auto;
  }

  .row--grid-howto > div:nth-child(4) {
    grid-column: 1 / -1;
    grid-row: 3;
    padding-top: 2rem !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: unset !important;
    order: unset !important;
  }

  .row--grid-howto > div:nth-child(5) {
    grid-column: 1 / -1;
    grid-row: 4;
    width: 100% !important;
    max-width: 100% !important;
    flex: unset !important;
    order: unset !important;
  }
}

@media (min-width: 1200px) {
  body:not(.dark-mode) .text-image-section > .container--main > .row,
  .press-release-text-image > .container--main > .row {
    --bs-gutter-x: 9rem;
  }
}

@media (max-width: 991.98px) {
  .text-image-section-img--constrained img {
    max-width: 350px;
    margin: 0 auto;
    display: block;
  }
  .order-mobile-1 {
    order: 1 !important;
  }
  .order-mobile-2 {
    order: 2 !important;
  }
  .pt-mobile-0 {
    padding-top: 0 !important;
  }
}

.reg-hero {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  padding-top: 10rem;
  padding-bottom: 5rem;
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
}

.reg-hero::after,
.reg-hero *::after {
  display: none !important;
  background: none !important;
}

.reg-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: url("/static-assets/images/registration-hero-bg.png") no-repeat
    right center;
  background-size: cover;
  z-index: 0;
  pointer-events: none;
}

.reg-hero > * {
  position: relative;
  z-index: 1;
}

.reg-hero-qr {
  display: flex;
  justify-content: center;
  align-items: center;
}

.reg-hero-qr img {
  max-width: 380px;
  width: 100%;
  border-radius: 40px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {
  .reg-hero {
    padding-top: 8rem;
    padding-bottom: 3rem;
  }

  .reg-hero::before {
    width: 100%;
    right: 0;
    background-image: url("/static-assets/images/registration-hero-bg-tablet.png");
  }

  .reg-hero-qr {
    padding-top: 2rem;
  }

  .reg-hero-qr img {
    max-width: 280px;
  }
}

@media (max-width: 575.98px) {
  .reg-hero::before {
    background-image: url("/static-assets/images/registration-hero-bg-mobile.png");
  }
}

@media screen and (min-width: 1025px) {
  .about-us-hero-banner .banner-content-wrapper {
    width: 55%;
  }
}

@media screen and (min-width: 1025px) {
  .b2b-payments-hero .banner-content-wrapper {
    width: 60%;
  }
}

@media screen and (max-width: 1024px) {
  .about-us-hero-banner {
    background-position: 70% center !important;
  }
}

@media screen and (min-width: 1025px) {
  .about-logo-cards {
    max-width: 821px;
    margin-inline: auto;
  }
}

@media (min-width: 992px) {
  .b2b-slider-container {
    max-width: 1650px;
    width: calc(100% - 11.75rem);
    margin-left: auto;
    margin-right: auto;
  }
}

.entrep-bg-img {
  max-height: 400px;
  object-fit: contain;
  object-position: bottom;
}

.entrep-section .text-image-img-wrapper img {
  max-height: 470px;
  object-fit: contain;
}
