.elementor-2213 .elementor-element.elementor-element-685cee5{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-78ba775 */.groui-banks-page,
.groui-banks-page * {
  box-sizing: border-box;
}

.groui-banks-page {
  --groui-banks-white: #fbfaf4;
  --groui-banks-ink: #121713;
  --groui-banks-deep: #0b2419;
  --groui-banks-green: #1f6b43;
  --groui-banks-accent: #a6d817;
  --groui-banks-muted: #657268;
  --groui-banks-line: rgba(11, 36, 25, .12);
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: clip;
  background:
    radial-gradient(circle at 84% 6%, rgba(166, 216, 23, .13), transparent 22rem),
    #f3f5ee;
  color: var(--groui-banks-ink);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.groui-banks-inner {
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: clamp(2.5rem, 6vw, 5.2rem) 1rem;
}

.groui-banks-hero {
  display: grid;
  gap: 1.4rem;
  margin-bottom: 1rem;
}

.groui-banks-copy {
  display: grid;
  gap: .8rem;
  max-width: 52rem;
}

.groui-banks-kicker {
  margin: 0;
  color: var(--groui-banks-green);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.groui-banks-title {
  max-width: 12ch;
  margin: 0;
  color: var(--groui-banks-deep);
  font-size: clamp(2.55rem, 8vw, 5.8rem);
  font-weight: 900;
  line-height: .9;
  letter-spacing: 0;
  text-wrap: balance;
}

.groui-banks-text {
  max-width: 42rem;
  margin: 0;
  color: var(--groui-banks-muted);
  font-size: clamp(1rem, 2vw, 1.14rem);
  font-weight: 650;
  line-height: 1.58;
}

.groui-banks-panel {
  display: grid;
  gap: .75rem;
  align-self: end;
  padding: 1rem;
  border: 1px solid var(--groui-banks-line);
  border-radius: 8px;
  background: #fff;
}

.groui-banks-stat {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: .65rem;
  border-bottom: 1px solid var(--groui-banks-line);
}

.groui-banks-stat strong {
  color: var(--groui-banks-deep);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.groui-banks-stat span {
  color: var(--groui-banks-muted);
  font-size: .78rem;
  font-weight: 900;
  text-align: right;
}

.groui-banks-search {
  display: grid;
  gap: .55rem;
}

.groui-banks-search span {
  color: var(--groui-banks-deep);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.groui-banks-search input {
  width: 100%;
  min-height: 3rem;
  padding: 0 1rem;
  border: 1px solid var(--groui-banks-line);
  border-radius: 999px;
  background: #f8faf4;
  color: var(--groui-banks-ink);
  font: 800 .9rem "Manrope", sans-serif;
  outline: none;
}

.groui-banks-search input:focus {
  border-color: rgba(31, 107, 67, .52);
  box-shadow: 0 0 0 4px rgba(31, 107, 67, .1);
}

.groui-banks-trust {
  display: flex;
  gap: .55rem;
  overflow-x: auto;
  padding: .7rem 0 1.15rem;
  scrollbar-width: none;
}

.groui-banks-trust::-webkit-scrollbar {
  display: none;
}

.groui-banks-trust a {
  flex: 0 0 auto;
  padding: .72rem .92rem;
  border: 1px solid var(--groui-banks-line);
  border-radius: 999px;
  background: #fff;
  color: var(--groui-banks-deep);
  text-decoration: none;
  font-size: .78rem;
  font-weight: 900;
}

.groui-banks-grid {
  display: grid;
  gap: .85rem;
}

.groui-bank-card {
  display: grid;
  gap: 0;
  min-height: 17rem;
  border: 1px solid var(--groui-banks-line);
  border-radius: 8px;
  background: #fff;
  color: var(--groui-banks-ink);
  text-decoration: none;
  overflow: hidden;
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity .45s ease var(--groui-bank-delay, 0ms),
    transform .45s ease var(--groui-bank-delay, 0ms),
    border-color .22s ease,
    box-shadow .22s ease,
    background .22s ease;
}

.groui-bank-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.groui-bank-card:hover {
  transform: translateY(-3px);
  border-color: rgba(31, 107, 67, .34);
  box-shadow: 0 18px 50px rgba(7, 27, 18, .1);
}

.groui-bank-card-media {
  display: grid;
  place-items: center;
  min-height: 9rem;
  padding: 1.4rem;
  background: #eef1e8;
}

.groui-bank-card-media img {
  display: block;
  max-width: min(78%, 12rem);
  max-height: 5.6rem;
  object-fit: contain;
}

.groui-bank-card-media span {
  display: grid;
  place-items: center;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 999px;
  background: var(--groui-banks-deep);
  color: var(--groui-banks-accent);
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.groui-bank-card-body {
  display: grid;
  gap: .62rem;
  padding: 1rem;
}

.groui-bank-card-label {
  color: var(--groui-banks-green);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.groui-bank-card h2 {
  margin: 0;
  color: var(--groui-banks-deep);
  font-size: clamp(1.45rem, 4vw, 2.15rem);
  font-weight: 900;
  line-height: .98;
}

.groui-bank-card p {
  margin: 0;
  color: var(--groui-banks-muted);
  font-size: .92rem;
  font-weight: 650;
  line-height: 1.48;
}

.groui-bank-card em {
  width: fit-content;
  margin-top: auto;
  color: var(--groui-banks-green);
  font-style: normal;
  font-size: .82rem;
  font-weight: 900;
}

.groui-bank-card-featured {
  background:
    radial-gradient(circle at 82% 12%, rgba(166, 216, 23, .16), transparent 18rem),
    linear-gradient(135deg, #071b12, #0b2419 55%, #123625);
  color: var(--groui-banks-white);
  border-color: var(--groui-banks-deep);
}

.groui-bank-card-featured .groui-bank-card-media {
  background: rgba(251, 250, 244, .08);
}

.groui-bank-card-featured .groui-bank-card-media span {
  background: var(--groui-banks-accent);
  color: var(--groui-banks-deep);
}

.groui-bank-card-featured .groui-bank-card-label,
.groui-bank-card-featured em {
  color: var(--groui-banks-accent);
}

.groui-bank-card-featured h2 {
  color: var(--groui-banks-white);
}

.groui-bank-card-featured p {
  color: rgba(251, 250, 244, .72);
}

.groui-banks-empty,
.groui-banks-empty-result {
  margin: 1rem 0 0;
  padding: 1rem;
  border: 1px solid var(--groui-banks-line);
  border-radius: 8px;
  background: #fff;
  color: var(--groui-banks-muted);
  font-weight: 750;
}

.groui-banks-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 8px;
  background: var(--groui-banks-deep);
  color: #fff;
}

.groui-banks-cta p {
  margin: 0;
  color: rgba(251, 250, 244, .78);
  font-size: .95rem;
  font-weight: 750;
}

.groui-banks-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0 1rem;
  border-radius: 999px;
  background: var(--groui-banks-accent);
  color: var(--groui-banks-deep);
  text-decoration: none;
  font-size: .82rem;
  font-weight: 900;
}

@media (min-width: 760px) {
  .groui-banks-inner {
    padding-left: clamp(1.5rem, 4vw, 5rem);
    padding-right: clamp(1.5rem, 4vw, 5rem);
  }

  .groui-banks-hero {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 24rem);
    align-items: end;
  }

  .groui-banks-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .groui-bank-card-featured {
    grid-row: span 2;
  }
}

@media (min-width: 1080px) {
  .groui-banks-grid {
    grid-template-columns: 1.15fr repeat(2, minmax(0, 1fr));
  }

  .groui-bank-card {
    min-height: 18rem;
  }

  .groui-bank-card-featured {
    min-height: 36.8rem;
  }
}

@media (max-width: 520px) {
  .groui-banks-title {
    max-width: 11ch;
    font-size: clamp(2.4rem, 13vw, 3.85rem);
  }

  .groui-banks-cta a {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .groui-bank-card {
    opacity: 1;
    transform: none;
    transition: none !important;
  }

  .groui-bank-card:hover {
    transform: none;
  }
}/* End custom CSS */