.logo {
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 32px !important;
}

header {
  background-color: #00050b;
}



.uk-inline .lang-btn {
  text-transform: capitalize;
}

header .lang-btn,
.uk-navbar .lang-btn {
  color: #211539 !important;
}

.mob-button {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px;
  border-radius: 5px;
}

.uk-dropdown {
  background-color: #fff;
}

.mob-menu {
  list-style: none;
  padding: 0 !important;
  margin: 0;
}
.mob-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mob-menu li:last-child {
  border-bottom: 0;
}
.mob-menu li a {
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  padding: 10px 0;
  display: block;
}
.mob-menu li a:hover {
  text-decoration: none;
  color: #444;
}

.lang-btn {
  outline: inherit;
  background-color: transparent;
  border: 0;
  font-size: 18px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lang-btn img {
  margin-right: 6px;
}

.ast-arrow-svg {
  height: 0.6em;
  width: 0.6em;
  position: relative;
  margin-left: 10px;
  fill: currentColor;
}

.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
  min-height: 90px;
}

.lang-menu {
  top: 0 !important;
  max-height: 400px !important;
  overflow-y: scroll !important;
}

.lang-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.lang-menu ul a {
  color: #222;
  padding: 5px 0;
  display: block;
}
.lang-menu ul a img,
.lang-menu ul a svg {
  margin-right: 10px;
}

.uk-navbar-nav {
  gap: 0px;
}

.uk-navbar-nav > li > a {
  color: #fff;
  text-transform: inherit;
  font-family: "Lato", Sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.has-submenu {
  position: relative;
}

.submenu {
  display: none;
}

.has-submenu.open .submenu {
  display: block;
}

.submenu-toggle {
  cursor: pointer;
}

.submenu li {
  list-style: none;
}

.mob-menu .submenu {
  position: relative;
  background: #f5f5f5;
  padding: 6px 0 6px 12px;
  border-radius: 6px;
}

.mob-menu .submenu li {
  border-bottom: 0;
}

.mob-menu .submenu li a {
  padding: 8px 0;
  font-size: 14px;
  text-transform: none;
}

.footer-nav li,
.header-nav li {
  position: relative;
  padding: 0 20px;
}
.footer-nav > li::after,
.header-nav > li::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #009b3a;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer-nav li:hover:after,
.header-nav li:hover:after {
  opacity: 1;
}

.footer-nav li {
  padding: 0 10px;
}
.footer-nav li:after {
  bottom: -10px;
}

.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  border-color: #000;
  background-color: #fff;
}

.site-footer {
  background-color: #0a0a0a;
  padding: 40px 0 0;
}
.site-footer .footer-nav {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.site-footer .footer-nav li {
  display: inline-block;
}
.site-footer .footer-nav li a {
  color: #fff;
  padding: 5px 10px;
}

.footer-bottom {
  margin-top: 50px;
  padding: 35px 0;
  border-top: 1px solid white;
}

.copyright {
  font-size: 16px;
  color: #fff;
}
.copyright span {
  font-weight: 500;
  color: #fff;
}
@media (max-width: 960px) {
  .copyright {
    font-size: 12px;
  }
}

#ast-scroll-top {
  background-color: #009b3a;
  font-size: 15px;
}

#ast-scroll-top {
  display: none;
  position: fixed;
  text-align: center;
  cursor: pointer;
  z-index: 99;
  width: 2.1em;
  height: 2.1em;
  line-height: 2.1;
  color: #ffffff;
  border-radius: 2px;
  content: "";
  outline: inherit;
}

.ast-scroll-to-top-right {
  right: 30px;
  bottom: 30px;
}

.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#ast-scroll-top .ast-icon.icon-arrow svg {
  margin-left: 0px;
  vertical-align: middle;
  -webkit-transform: translate(0, -20%) rotate(180deg);
  transform: translate(0, -20%) rotate(180deg);
  width: 1.6em;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  line-height: 1.7;
  font-weight: 400;
  font-size: 18px;
  color: #575757;
  font-family: "Lato", sans-serif;
}
@media (max-width: 960px) {
  body {
    font-size: 14px;
  }
}

.uk-container {
  max-width: 1140px;
}

.uk-container-xsmall {
  max-width: 750px;
}

h2,
h1,
.uk-h1,
.uk-h2 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
}

.site-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.site-content {
  position: relative;
}

.site-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.form_panel {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-form {
  border-radius: 16px;
  background-color: #fff;
  padding: 25px 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-form-title h2 {
  font-size: 30px;
  font-weight: 700;
  color: #171717;
  line-height: 1.25;
  margin-bottom: 20px;
  text-align: center;
}

.main-form-title h2 span {
  color: #002776;
}
@media (max-width: 960px) {
  .main-form-title h2 span {
    display: block;
    font-weight: bold;
  }
}

.form_group {
  position: relative;
  margin-bottom: 1rem;
}

.form_group input,
.form_group textarea {
  border-radius: 3px;
  border: 1px solid #e1e1e1;
  width: 100%;
  height: 55px;
  padding: 15px;
  font-size: 18px;
  font-weight: 400 !important;
  font-family: "Montserrat", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f9fafb;
}

.form_group input:focus,
.form_group textarea:focus {
  outline: none !important;
}

input[name="tel"] {
  padding-left: 52px;
}

.main-form-btn {
  border-radius: 25px;
  background-color: #009b3a !important;
  padding: 10px 20px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  min-height: 53px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  border: 0;
  width: 100%;
  border-radius: 50px !important;
}
.main-form-btn:hover {
  background-color: #007d2f !important;
  border-color: #007d2f;
}

.form_checkbox {
  color: #000;
}

.form_checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.form_checkbox label input[type="checkbox"] {
  -ms-flex-preferred-size: 15px;
  flex-basis: 15px;
  min-width: 15px;
  height: 22px;
  margin-right: 10px;
  margin-top: 0;
}

.form_group .iti {
  width: 100%;
}

.hero-section {
  background-image: url(../images/bg.jpg);
  background-size: cover;
  padding: 20px 0;
}

.hero-form {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 50px;
}

.hero-meta h1 {
  color: #ffffff;
  font-family: "Lato", Sans-serif;
  font-size: 70px;
  font-weight: 800;
}
.hero-meta h2 {
  color: #ffffff;
  font-family: "Lato", Sans-serif;
  font-size: 34px;
  font-weight: 600;
  margin-top: 30px;
}
@media (max-width: 960px) {
  .hero-meta h2 {
    font-size: 32px;
  }
}

.form_checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.hero-img {
  border-radius: 30px;
  margin-top: 10px;
}

.section2 {
  background-color: #090b16;
  color: #fff;
  padding: 20px 0;
}
.section2 h2 {
  color: #fff;
  font-family: "Lato", Sans-serif;
  font-size: 60px;
  font-weight: 800;
}
.section2 p {
  font-weight: 400;
  font-size: 18px;
}

.c-button {
  font-family: "Lato", Sans-serif;
  font-size: 21px;
  color: #fff;
  background-color: #009b3a;
  border-radius: 20px;
  padding: 10px 30px;
  margin-top: 30px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.c-button svg {
  width: 1em;
  height: 1em;
  fill: #fff;
}
.c-button:hover {
  background-color: #007d2f;
  color: #fff;
  text-decoration: none;
}

.section3 {
  padding: 20px 0;
}
.section3 h2 {
  text-align: center;
  color: #000000;
  font-family: "Lato", Sans-serif;
  font-size: 70px;
  font-weight: 800;
}
@media (max-width: 960px) {
  .section3 h2 {
    font-size: 66px;
    padding: 0 10px;
  }
}

.sec3-box {
  text-align: center;
}
.sec3-box svg {
  width: 3em;
  height: 3em;
  position: relative;
  display: block;
  fill: #FFD73A;
  color: #FFD73A;
  margin: 0 auto;
}
.sec3-box h3 {
  font-family: "Lato", Sans-serif;
  font-size: 28px;
  font-weight: 800;
  margin-top: 15px;
}
.sec3-box p {
  font-size: 18px;
}

.sec5-box {
  background-color: #090b16;
  border-radius: 20px;
  padding: 10px;
  color: #fff;
  text-align: center;
}
.sec5-box h3 {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
}

.uk-accordion-title::before {
  display: none;
}

.uk-accordion-title .e-font-icon-svg {
  display: none;
}

#form_btn {
  font-weight: 700 !important;
}

.language-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 170px;
  font-size: 16px;
  color: #666;
  background-color: #f1f1f1;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 8%;
  z-index: 99999;
  max-height: 300px;
  font-family: Arial, Helvetica, sans-serif;
}

.language-switcher a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1px 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #666 !important;
  text-transform: none !important;
}

.language-switcher a img {
  margin-right: 5px;
}

.language-switcher a:hover {
  background-color: #fff;
  color: #666 !important;
  text-transform: none !important;
}

.language-switcher__selected {
  background: #fff -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#efefef),
      color-stop(70%, #fff)
    );
  background: #fff linear-gradient(180deg, #efefef 0%, #fff 70%);
  border: 1px solid #ccc;
  color: #666;
}

.language-switcher__selected a {
  color: #666;
}

.language-switcher__selected a:after {
  content: "";
  background: url(../fonts/arrow-down.svg) no-repeat;
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  right: 10px;
  top: 11px;
  font-size: 16px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  opacity: 0.7;
  color: #666;
}

.language-switcher__list {
  display: none;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.language-switcher__active .language-switcher__selected a:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.language-switcher__active .language-switcher__list {
  display: block;
}

.banner {
  background-image: url(../images/hero-bg-sl.webp);
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner h1 {
  color: #ffffff;
  font-family: "Lato", Sans-serif;
  font-size: 70px;
  font-weight: 800;
}

@media (max-width: 960px) {
  .banner {
    height: 155px;
    background-position: right center;
    background-size: cover;
  }

  .banner h1 {
    font-size: 24px;
    line-height: 1.2;
    padding: 0 16px;
  }
}

.f60 {
  font-size: 60px !important;
}

.f25 {
  font-size: 25px !important;
}

.f32 {
  font-size: 32px !important;
}

.f11 {
  font-size: 11px !important;
}

.sub-btn {
  background-color: #009b3a;
  color: #ffffff;
  min-height: 48px;
  fill: #fff;
  text-align: center;
  transition: all 0.3s;
  border-radius: 20px;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  outline: invert;
}

.sub-btn svg {
  font-size: 21px;
}

.contact-form .form_group input,
.contact-form textarea {
  border-radius: 20px;
}

td,
th {
  padding: 0.7em 1em;
  border-width: 1px;
  border-style: solid;
}

table,
td,
th {
  border-color: #adb6be;
}
.uk--h2 {
  font-size: 38px !important;
}
.address-row {
  display: flex;
  gap: 20px;
}
.address-row .address-item {
  background: #009b3a;
  padding: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.address-row .address-item h3,
.address-row .address-item p,
.address-row .address-item a {
  margin: 0;
  color: #fff;
}

.section1 {
  background: #fff;
  color: #090b16;
  padding: 60px 0;
}

.contact-wrapper {
  text-align: center;
}
.contact-wrapper .contact-form {
  max-width: 497px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .banner {
    height: 155px;
  }
  .banner h1 {
    font-size: 24px;
    line-height: 1.2;
  }
  .uk--h2 {
    font-size: 26px !important;
  }
  .address-row {
    flex-wrap: wrap;
  }
  .section1 {
    padding: 20px 0;
  }
  .lang-btn {
    color: #211539;
  }
}

.uk-accordion-title::before {
  display: none;
}

.uk-open .e-font-icon-svg {
  -webkit-transform: rotate(-90deg) !important;
  transform: rotate(-90deg) !important;
}

.uk-accordion-content {
  padding: 0 15px;
}

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

.uk-accordion > li {
  background: #009b3a;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid #009b3a;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}

.uk-accordion-title {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem 1.75rem !important;
  text-align: left;
  color: #ffffff !important;
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.uk-accordion-title::after {
  content: "";
  order: 2;
  width: 28px;
  height: 28px;
  margin-left: 16px;
  flex-shrink: 0;
  border-radius: 50%;
  filter: invert(1);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg viewBox%3D%220 0 192 512%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath fill%3D%22%23666%22 d%3D%22M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z%22%2F%3E%3C%2Fsvg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 7px 14px;
  transition: transform 0.2s ease;
}

.uk-open > .uk-accordion-title::after {
  transform: rotate(90deg);
}

.uk-accordion-title:hover {
  background: rgba(30, 41, 59, 0.3) !important;
}

.uk-accordion-title svg {
  width: 1.25rem !important;
  height: 1.25rem !important;
  margin-left: 1rem;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  color: #fff !important;
  fill: #fff !important;
}

.uk-open > .uk-accordion-title svg {
  transform: rotate(90deg);
}

.uk-accordion-content {
  padding: 0 1.75rem 1.5rem 1.75rem !important; /* px-7 pb-6 */
  color: #cbd5e1 !important; /* text-slate-300 */
  line-height: 1.625 !important; /* leading-relaxed */
}

.uk-accordion-content p {
  margin: 0;
  color: #cbd5e1 !important;
}

.uk-accordion-content[hidden] {
  display: none;
}

.uk-open {
  background: #fff;
  border-color: rgba(2, 78, 159, 0.3);
}

@media (max-width: 640px) {
  .uk-accordion-title {
    padding: 1.25rem 1.5rem !important;
    font-size: 1rem !important;
  }

  .uk-accordion-content {
    padding: 0 1.5rem 1.25rem 1.5rem !important;
  }
}

.documentation-page .pt-documentation-section {
  background: #ffffff !important;
  color: #111111 !important;
}

.section-step {
  padding: 40px 0;
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 30px;
  box-shadow: 0 0.5rem 1rem #00000026;
}

.section-step h2 {
  font-size: 44px;
  color: #002776;
  font-weight: 600;
  line-height: 52px;
  text-align: center;
  margin-bottom: 26px;
  padding: 0 14px;
}

.section-step__container {
  display: flex;
  flex-wrap: wrap;
}

.section-step__item {
  flex: 0 0 auto;
  width: 27%;
  margin-right: -54px;
  z-index: 4;
}

.section-step__item:nth-child(2) {
  z-index: 3;
}

.section-step__item:nth-child(3) {
  z-index: 2;
}

.section-step__item:nth-child(4) {
  z-index: 1;
}

.section-step__number {
  width: 100%;
  height: 140px;
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: center;
  background: #ECECEC;
  font-size: 90px;
  color: #34395D;
  font-weight: 700;
  margin-bottom: 18px;
  clip-path: polygon(0% 0%, 86% 0%, 100% 50%, 86% 100%, 0% 100%);
}

.section-step__title {
  font-size: 18px;
  color: #002776;
  line-height: 26px;
  font-weight: 600;
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .section-step h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 26px;
  }

  .section-step__container {
    row-gap: 30px;
  }

  .section-step__item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .section-step h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .section-step__item {
    display: flex;
    align-items: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: -80px;
  }

  .section-step__item:last-child {
    margin-bottom: -58px;
  }

  .section-step__item:last-child .section-step__number {
    clip-path: polygon(0% 0%, 100% 1%, 100% 100%, 50% 100%, 0 100%);
    border-radius: 0 0 0 30px;
  }

  .section-step__number {
    width: 150px;
    height: 160px;
    font-size: 72px;
    gap: 12px;
    clip-path: polygon(0% 0%, 100% 1%, 100% 81%, 50% 100%, 0 81%);
  }

  .section-step__title {
    width: calc(100% - 160px - 24px);
    font-size: 16px;
    line-height: 24px;
    margin: 0px auto 28px auto;
  }

  #hero {
  background-position: calc(50% - 384px) center;
}
}

/* ===== Deposit & Withdrawal Methods (copied from EN /css/main.css) ===== */
:root {
    --funding-teal: #00d084;
    --funding-teal-dark: #00d084;
    --funding-mint: #00d08424;
    --funding-text: #545b62;
    --funding-text-dark: #4a4f54;
    --funding-border: #ebebeb;
}

/*Deposit & Withdrawal Methods*/

.funding-table {
    width: 100%;
    background: #ffffff;
    border: 1px solid var(--funding-border);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    margin-bottom: 2rem;
}

.funding-table__head {
    display: none;
    background: var(--funding-teal);
    padding: 1rem 1.5rem;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #ffffff;
    user-select: none;
    align-items: center;
    gap: 1.5rem;
}

.funding-table__body {
    display: flex;
    flex-direction: column;
}

.funding-table__body > .funding-row + .funding-row {
    border-top: 1px solid var(--funding-border);
}

.funding-table__head,
.funding-row__main {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
}

@media (max-width: 767px) {
    .funding-table__head > div:nth-child(2),
    .funding-table__head > div:nth-child(3) {
        display: none;
    }
}

@media (min-width: 768px) {
    .funding-table__head {
        display: grid;
    }
    .funding-table__head,
    .funding-row__main {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.funding-row__main {
    gap: 1.5rem;
    padding: 1.25rem 1.5rem;
    align-items: center;
    cursor: pointer;
    background: #ffffff;
    transition: background-color 150ms;
    font-size: 14px;
    color: var(--funding-text);
    position: relative;
}

.funding-row__main:hover {
    background: #f7fafa;
}

.funding-row--active .funding-row__main,
.funding-row__main--active {
    background: var(--funding-mint);
}

.funding-row__method {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 500;
    color: var(--funding-text-dark);
    min-width: 0;
}

.funding-row__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    background: transparent;
    width: 46px;
    height: 28px;
    max-width: 46px;
    max-height: 28px;
    min-width: 46px;
    min-height: 28px;
}

.funding-row__icon svg {
    width: 100%;
    height: 100%;
}

.funding-row__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* logos whose source SVG has large built-in padding — scale up to match */
.funding-row__icon img[src*="visa"],
.funding-row__icon img[src*="paypal"],
.funding-row__icon img[src*="ipay"],
.funding-row__icon img[src*="mastercard"] {
    transform: scale(1.3);
}

.funding-row__name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

@media (min-width: 768px) {
    .funding-row__name {
        font-size: 14px;
    }
}

.funding-row__type-cell {
    display: none;
    color: var(--funding-text);
}

@media (min-width: 768px) {
    .funding-row__type-cell {
        display: block;
    }
}

.funding-row__type {
    white-space: nowrap;
}

.funding-row__fee-cell {
    display: none;
    color: var(--funding-text);
}

@media (min-width: 768px) {
    .funding-row__fee-cell {
        display: block;
    }
}

.funding-row__time-cell {
    text-align: right;
    color: var(--funding-text);
}

@media (min-width: 768px) {
    .funding-row__time-cell {
        text-align: left;
    }
}

.funding-row__time-cell--instant {
    color: var(--funding-teal);
    font-weight: 500;
}

.funding-row__time-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
}

@media (min-width: 768px) {
    .funding-row__time-wrap {
        justify-content: space-between;
    }
}

.funding-row__chevron {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #545b62;
    transition: transform 200ms;
}

.funding-row__chevron-icon {
    width: 0.875rem;
    height: 0.875rem;
    transform: rotate(0deg);
    transition: transform 200ms;
}

.funding-row__chevron-icon--open {
    transform: rotate(180deg);
    color: var(--funding-text-dark);
}

.funding-row__details {
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms ease-in-out;
    background: #ffffff;
}

.funding-row__details--open {
    max-height: none;
}

.funding-row__details-inner {
    padding: 1.5rem;
    font-size: 14px;
    color: var(--funding-text);
    line-height: 1.7;
}

@media (min-width: 768px) {
    .funding-row__details-inner {
        padding-left: 74px;
    }
}

.funding-row__details-inner a {
    color: var(--funding-teal);
    text-decoration: none;
}

.funding-row__details-inner a:hover {
    text-decoration: underline;
}

.funding-page {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    padding-top: 3rem;
    min-height: 100vh;
    position: relative;
}

.funding-page__inner {
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
    padding: 1rem 0.5rem;
}

@media (min-width: 640px) {
    .funding-page__inner {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.funding-page__intro {
    max-width: 48rem;
    margin: 0 0 1.5rem;
}

.funding-page__title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    color: #58606a;
}

@media (min-width: 640px) {
    .funding-page__title {
        font-size: 2rem;
    }
}

.funding-page__subtitle {
    font-size: 1rem;
    color: var(--funding-text);
    line-height: 1.6;
    margin-top: 0.5rem;
}

.funding-page__section {
    padding-top: 2rem;
}

.funding-page__section--deposits {
    padding-top: 1rem;
}

.funding-page__section--withdrawals {
    padding-top: 2.5rem;
}

.funding-page__section-title {
    font-size: 1.375rem;
    font-weight: 700;
    color: #58606a;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0 0.25rem;
    margin-bottom: 1rem;
}

.funding-page__section-marker {
    width: 0.3125rem;
    height: 1.125rem;
    border-radius: 9999px;
    background: var(--funding-teal);
}


/* ===== Hero: payment methods + link to /pt/deposit-withdrawal/ ===== */
.hero-pay-methods {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: -14px;
    padding: 24px 14px 18px;
    text-decoration: none;
    background: #fff;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.06);
}
.hero-pay-methods__logos {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
}
.hero-pay-methods__logo {
    flex: 1 1 0;
    min-width: 0;
    width: 100%;
    max-width: 44px;
    height: 26px;
    object-fit: contain;
    display: block;
}
/* logos whose source SVG has large built-in padding — scale up to match */
.hero-pay-methods__logo--lg {
    transform: scale(1.45);
}
.hero-pay-methods__link {
    color: #009B3A;
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.hero-pay-methods:hover .hero-pay-methods__link {
    text-decoration: none;
}
