.mm-preapproval-page,.mm-preapproval-page *,.mm-preapproval-page *::before,.mm-preapproval-page *::after{box-sizing:border-box;margin:0;padding:0}
.mm-preapproval-page{
  --navy:#0A2240;--navy2:#0d2e56;--navy3:#112d52;
  --gold:#e02c25;--gold2:#e02c25;--gold3:#e02c25;
  --white:#fff;--off:#F7F8FA;--border:#e2e8f0;
  --text:#3d4a5c;--dark:#0A2240;--muted:#6b7a8d;
  --green:#0f6e56;--green-bg:#e1f5ee;
  --r:10px;--sh:0 2px 20px rgba(10,34,64,0.10);
}
.mm-preapproval-page{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--text);line-height:1.7;font-size:16px;background:#fff}
.mm-preapproval-page a{text-decoration:none}
.mm-preapproval-page img{max-width:100%}
.mm-container{max-width:1160px;margin:0 auto;padding:0 24px}
.mm-section{padding:80px 0}
.mm-section--alt{background:var(--off)}
.mm-section--navy{background:var(--navy);color:#fff}
.mm-section--navy2{background:var(--navy2);color:#fff}

/* ─── Label / Title ─── */
.mm-lbl{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:10px}
.mm-lbl.mm-dark{color:var(--navy)}
h2.mm-st{font-size:36px;font-weight:700;color:var(--dark);line-height:1.2;margin-bottom:14px}
h2.mm-st.mm-light{color:#fff !important}
.mm-intro{font-size:17px;color:var(--muted);max-width:640px;margin-bottom:52px;line-height:1.65}
.mm-intro.mm-light{color:rgba(255,255,255,.7)}

/* ─── Sticky Anchor Nav (matches home-financing page) ─── */
.mm-anav{
  position:sticky;top:var(--mm-sticky-nav-top,0px);z-index:100;
  background:#fff;
  backdrop-filter:blur(8px);
  border-bottom:1px solid rgba(255,255,255,.1);
  padding:0;
  overflow-x:auto;
  white-space:nowrap;
}
.mm-anav-inner{display:flex;align-items:center;gap:0;padding:0 24px;justify-content: center;}
.mm-anav a{
  display:inline-block;
  padding:14px 18px;
  font-size:13px;
  font-weight:500;
  color:#000;
  border-bottom:2px solid transparent;
  transition:color .2s,border-color .2s;
  white-space:nowrap;
}
.mm-anav a:hover,.mm-anav a.mm-active{color:#e02c25;border-bottom-color:var(--gold)}

/* ─── Hero ─── */
.mm-hero{background:var(--navy);padding:80px 0 70px;position:relative;overflow:hidden}
.mm-hero::before{content:'';position:absolute;top:-80px;right:-100px;width:600px;height:600px;background:radial-gradient(circle,rgba(201,168,76,.1) 0%,transparent 70%);pointer-events:none}
.mm-hero-grid{display:grid;grid-template-columns:1fr 440px;gap:52px;align-items:start}
.mm-hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(201,168,76,.15);color:var(--gold2);font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:6px 16px;border-radius:20px;margin-bottom:22px}
.mm-hero h1{font-size:46px;font-weight:800;color:#fff;line-height:1.15;margin-bottom:22px}
.mm-hero h1 span{color:var(--gold)}
.mm-hero-sub{font-size:17px;color:rgba(255,255,255,.72);margin-bottom:32px;line-height:1.65;max-width:520px}
.mm-hero-pills{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:36px}
.mm-pill{display:flex;align-items:center;gap:6px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:20px;padding:6px 14px;font-size:13px;color:rgba(255,255,255,.88)}
.mm-pill-icon{color:var(--gold);font-size:15px}
.mm-hero-cta-row{display:flex;gap:12px;flex-wrap:wrap}
.mm-btn-gold{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:var(--gold);color:#fff;font-size:15px;font-weight:700;border-radius:8px;transition:background .2s}
.mm-btn-gold:hover{background:var(--gold2)}
.mm-btn-outline-white{display:inline-flex;align-items:center;gap:8px;padding:14px 24px;border:1.5px solid rgba(255,255,255,.3);color:#fff;font-size:15px;font-weight:500;border-radius:8px;transition:border-color .2s,background .2s}
.mm-btn-outline-white:hover{border-color:var(--gold);background:rgba(201,168,76,.08)}

/* ─── Hero Form ─── */
.mm-hero-form{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.15);border-radius:16px;padding:32px 28px}
.mm-hero-form-badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--gold2);background:rgba(201,168,76,.12);padding:4px 12px;border-radius:20px;margin-bottom:16px}
.mm-hero-form h3{font-size:20px;font-weight:700;color:#fff;margin-bottom:6px}
.mm-hero-form p{font-size:13px;color:rgba(255,255,255,.55);margin-bottom:22px}
.mm-fg{margin-bottom:14px}
.mm-fg label{display:block;font-size:12px;font-weight:600;color:rgba(255,255,255,.6);margin-bottom:6px;text-transform:uppercase;letter-spacing:.05em}
.mm-fg input,.mm-fg select{width:100%;padding:12px 16px;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.08);color:#fff;font-size:14px;outline:none;transition:border-color .2s;-webkit-appearance:none}
.mm-fg input::placeholder{color:rgba(255,255,255,.38)}
.mm-fg input:focus,.mm-fg select:focus{border-color:var(--gold)}
.mm-fg select{color:rgba(255,255,255,.7)}
.mm-fg select option{background:var(--navy);color:#fff}
.mm-fg-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.mm-form-submit{width:100%;padding:14px;background:var(--gold);color:#fff;font-size:15px;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:background .2s;margin-top:4px}
.mm-form-submit:hover{background:var(--gold2)}
.mm-form-note{font-size:11px;color:rgba(255,255,255,.38);text-align:center;margin-top:10px}

/* ─── Trust Bar ─── */
.mm-trust-bar{background:var(--navy2);padding:18px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.mm-trust-bar-inner{display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap;gap:14px}
.mm-ti{display:flex;align-items:center;gap:8px;font-size:14px;color:rgba(255,255,255,.85)}
.mm-ti strong{color:#fff}

/* ─── Steps ─── */
.mm-steps-wrap{position:relative}
.mm-steps-line{position:absolute;top:36px;left:calc(12.5% + 28px);right:calc(12.5% + 28px);height:2px;background:linear-gradient(90deg,var(--gold),var(--gold2));z-index:0}
.mm-steps-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:0;position:relative;z-index:1}
.mm-step{text-align:center;padding:0 8px}
.mm-step-num{width:72px;height:72px;border-radius:50%;background:var(--gold);color:#fff;font-size:22px;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;box-shadow:0 0 0 8px rgba(201,168,76,.12);position:relative;z-index:2}
.mm-step h4{font-size:14px;font-weight:700;color:var(--dark);margin-bottom:6px;line-height:1.3}
.mm-step p{font-size:12px;color:var(--muted);line-height:1.5}
.mm-step-time{display:inline-block;font-size:11px;font-weight:700;color:var(--green);background:var(--green-bg);border-radius:4px;padding:2px 8px;margin-top:8px}
.mm-step-link{display:flex;justify-content:center;margin-top:52px}

/* ─── Feature Cards ─── */
.mm-cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.mm-cards-4{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.mm-card{background:#fff;border:1px solid var(--border);border-radius:var(--r);padding:28px 24px;transition:box-shadow .2s,transform .2s}
.mm-card:hover{box-shadow:var(--sh);transform:translateY(-2px)}
.mm-card-icon{font-size:30px;margin-bottom:16px;display:block}
.mm-card h3{font-size:16px;font-weight:700;color:var(--dark);margin-bottom:8px}
.mm-card p{font-size:14px;color:var(--muted);line-height:1.6}
.mm-card-stat{display:inline-block;font-size:12px;font-weight:700;color:var(--navy);background:rgba(201,168,76,.15);border-radius:4px;padding:3px 9px;margin-top:12px}
.mm-card--navy{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.13)}
.mm-card--navy h3{color:#fff}
.mm-card--navy p{color:rgba(255,255,255,.65)}
.mm-card--navy .mm-card-stat{color:var(--gold);background:rgba(201,168,76,.15)}

/* ─── Who card / eligibility ─── */
.mm-elig-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.mm-elig-card{background:#fff;border:1px solid var(--border);border-radius:var(--r);padding:26px 22px;display:flex;flex-direction:column;gap:10px}
.mm-elig-icon{font-size:28px}
.mm-elig-card h3{font-size:15px;font-weight:700;color:var(--dark);margin:0}
.mm-elig-card p{font-size:13px;color:var(--muted);line-height:1.55;margin:0}
.mm-elig-note{font-size:12px;color:var(--muted);margin-top:32px;padding-top:18px;border-top:1px solid var(--border)}

/* ─── Comparison Table ─── */
.mm-comp-table{width:100%;border-collapse:collapse;font-size:14px;border-radius:var(--r);overflow:hidden;box-shadow:var(--sh)}
.mm-comp-table th{background:var(--navy);color:#fff;padding:14px 18px;text-align:left;font-weight:600;font-size:13px}
.mm-comp-table td{padding:13px 18px;border-bottom:1px solid var(--border)}
.mm-comp-table tr:last-child td{border-bottom:none}
.mm-comp-table tr:nth-child(even) td{background:var(--off)}
.mm-comp-table .mm-yes{color:var(--green);font-weight:700}
.mm-comp-table .mm-no{color:#c0392b;font-weight:700}

/* ─── Documents ─── */
.mm-docs-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.mm-doc-card{background:#fff;border:1px solid var(--border);border-radius:var(--r);overflow:hidden}
.mm-doc-card-head{padding:18px 24px;font-size:15px;font-weight:700;color:#fff;display:flex;align-items:center;gap:10px}
.mm-doc-card-head.mm-res{background:var(--navy)}
.mm-doc-card-head.mm-exp{background:#1d5a9e}
.mm-doc-list{list-style:none;padding:18px 24px}
.mm-doc-list li{display:flex;align-items:flex-start;gap:10px;padding:9px 0;border-bottom:1px solid var(--border);font-size:14px;color:var(--text)}
.mm-doc-list li:last-child{border-bottom:none}
.mm-doc-list li::before{content:'✓';color:var(--green);font-weight:700;flex-shrink:0;margin-top:2px}
.mm-doc-extra{padding:0 24px 12px;font-size:13px;font-weight:600}
.mm-doc-extra.mm-res{color:var(--green)}
.mm-doc-extra.mm-exp{color:#1d5a9e}
.mm-doc-dl{display:flex;align-items:center;gap:8px;margin:8px 24px 24px;padding:11px 16px;background:var(--off);border:1.5px dashed var(--border);border-radius:8px;font-size:13px;font-weight:600;color:var(--navy);transition:background .2s}
.mm-doc-dl:hover{background:#edf0f5}

/* ─── UAE Rules / Reg cards ─── */
.mm-reg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:32px}
.mm-reg-card{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.13);border-radius:var(--r);padding:26px}
.mm-reg-lbl{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);margin-bottom:8px}
.mm-reg-val{font-size:30px;font-weight:800;color:#fff;margin-bottom:6px;line-height:1}
.mm-reg-desc{font-size:13px;color:rgba(255,255,255,.6);line-height:1.5}
.mm-reg-note{font-size:12px;color:rgba(255,255,255,.38);margin-top:20px}
.mm-reg-note a{color:var(--gold)}

/* ─── Testimonials ─── */
.mm-testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.mm-testi{background:#fff;border:1px solid var(--border);border-radius:var(--r);padding:28px 24px}
.mm-stars{color:var(--gold);font-size:15px;letter-spacing:2px;margin-bottom:14px}
.mm-testi blockquote{font-size:14px;color:var(--text);line-height:1.65;font-style:italic;margin-bottom:22px}
.mm-testi-author{display:flex;align-items:center;gap:12px}
.mm-avatar{width:44px;height:44px;border-radius:50%;background:var(--navy);color:var(--gold);font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.mm-author-name{font-size:14px;font-weight:600;color:var(--dark)}
.mm-author-sub{font-size:12px;color:var(--muted)}
.mm-author-tag{display:inline-block;font-size:11px;font-weight:600;color:var(--green);background:var(--green-bg);border-radius:4px;padding:2px 7px;margin-top:4px}

/* ─── Lender Logos Strip (scrolling like home-financing) ─── */
.mm-banks-outer{overflow:hidden;position:relative;padding:28px 0}
.mm-banks-track{display:flex;gap:24px;width:max-content;animation:scroll-left 28s linear infinite}
.mm-banks-track:hover{animation-play-state:paused}
.mm-bank-tag{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--border);border-radius:8px;padding:10px 18px;font-size:13px;font-weight:700;color:var(--dark);white-space:nowrap}
.mm-bank-tag .mm-btag{font-size:10px;font-weight:700;padding:2px 6px;border-radius:4px;margin-left:4px}
.mm-btag-p{background:#e8f0fe;color:#185fa5}
.mm-btag-w{background:#faeeda;color:#854f0b}
@keyframes scroll-left{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* ─── Calculator Banner ─── */
.mm-calc-banner{background:linear-gradient(135deg,#e8f0fe,#dbeafe);border:1.5px solid #bfcfee;border-radius:14px;padding:36px 44px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.mm-calc-banner h3{font-size:22px;font-weight:700;color:var(--navy);margin-bottom:8px}
.mm-calc-banner p{font-size:15px;color:var(--muted)}
.mm-btn-navy{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:var(--navy);color:#fff;font-size:15px;font-weight:600;border-radius:8px;transition:background .2s;white-space:nowrap}
.mm-btn-navy:hover{background:var(--navy2)}

/* ─── Rates Table ─── */
.mm-rates-table{width:100%;border-collapse:collapse;font-size:14px;border-radius:var(--r);overflow:hidden;box-shadow:var(--sh)}
.mm-rates-table th{background:var(--navy);color:#fff;padding:13px 18px;text-align:left;font-weight:600;font-size:13px}
.mm-rates-table td{padding:13px 18px;border-bottom:1px solid var(--border);color:var(--text)}
.mm-rates-table tr:last-child td{border-bottom:none}
.mm-rates-table tr:nth-child(even) td{background:var(--off)}
.mm-rates-disc{font-size:12px;color:var(--muted);margin-top:14px}
.mm-rates-disc a{color:var(--navy)}

/* ─── Services Grid ─── */
.mm-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.mm-svc-card{display:flex;flex-direction:column;gap:10px;background:#fff;border:1px solid var(--border);border-radius:var(--r);padding:26px 22px;transition:box-shadow .2s,transform .2s}
.mm-svc-card:hover{box-shadow:var(--sh);transform:translateY(-2px)}
.mm-svc-card h4{font-size:15px;font-weight:700;color:var(--dark);margin:0}
.mm-svc-card p{font-size:13px;color:var(--muted);margin:0;flex:1}
.mm-svc-card a{font-size:13px;font-weight:600;color:var(--navy);display:inline-flex;align-items:center;gap:4px;margin-top:6px}

/* ─── FAQ ─── */
.mm-faq-list{display:flex;flex-direction:column;gap:0;border:1px solid var(--border);border-radius:var(--r);overflow:hidden}
.mm-faq-item{border-bottom:1px solid var(--border)}
.mm-faq-item:last-child{border-bottom:none}
.mm-faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;padding:18px 24px;background:#fff;border:none;cursor:pointer;text-align:left;font-size:15px;font-weight:600;color:var(--dark);gap:16px;transition:background .15s}
.mm-faq-q:hover{background:var(--off)}
.mm-faq-q.mm-open{background:var(--off);color:var(--navy)}
.mm-faq-icon{flex-shrink:0;font-size:20px;color:var(--muted);transition:transform .25s}
.mm-faq-q.mm-open .mm-faq-icon{transform:rotate(45deg);color:var(--navy)}
.mm-faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .25s}
.mm-faq-a.mm-open{max-height:300px}
.mm-faq-a-inner{padding:0 24px 20px;font-size:14px;color:var(--muted);line-height:1.7}

/* ─── Bottom CTA ─── */
.mm-bottom-cta{background:var(--navy);padding:90px 24px;text-align:center}
.mm-bottom-cta h2{font-size:40px;font-weight:800;color:#fff !important;margin-bottom:14px;line-height:1.2}
.mm-bottom-cta h2 span{color:var(--gold)}
.mm-bottom-cta p{font-size:17px;color:rgba(255,255,255,.65);max-width:560px;margin:0 auto 40px}
.mm-cta-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:36px}
.mm-bottom-checks{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}
.mm-bcheck{font-size:13px;color:rgba(255,255,255,.65);display:flex;align-items:center;gap:6px}
.mm-bcheck::before{content:'✓';color:var(--gold);font-weight:700}

/* ─── Mobile Sticky ─── */
.mm-mob-bar{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--navy);border-top:1px solid rgba(255,255,255,.12);z-index:999;padding:12px 16px;gap:10px}
.mm-mob-bar a{flex:1;text-align:center;padding:12px 8px;border-radius:7px;font-size:14px;font-weight:600;text-decoration:none}
.mm-mob-wa{background:#25D366;color:#fff}
.mm-mob-call{background:var(--gold);color:var(--navy)}

/* ─── Responsive ─── */
@media(max-width:960px){
  .mm-hero-grid{grid-template-columns:1fr}
  .mm-steps-grid{grid-template-columns:repeat(3,1fr)}
  .mm-steps-line{display:none}
  .mm-cards-3{grid-template-columns:1fr 1fr}
  .mm-cards-4{grid-template-columns:1fr 1fr}
  .mm-reg-grid{grid-template-columns:1fr 1fr}
  .mm-testi-grid{grid-template-columns:1fr 1fr}
  .mm-docs-grid{grid-template-columns:1fr}
  .mm-elig-grid{grid-template-columns:1fr 1fr}
  .mm-services-grid{grid-template-columns:1fr 1fr}
  h2.mm-st{font-size:30px}
  .mm-hero h1{font-size:36px}
  .mm-calc-banner{flex-direction:column;text-align:center}
}
@media(max-width:600px){
  .mm-cards-3,.mm-cards-4,.mm-reg-grid,.mm-testi-grid,.mm-elig-grid,.mm-services-grid{grid-template-columns:1fr}
  .mm-steps-grid{grid-template-columns:1fr 1fr}
  .mm-section{padding:52px 0}
  .mm-mob-bar{display:flex}
  .mm-preapproval-page{padding-bottom:70px}
  .mm-fg-row{grid-template-columns:1fr}
  .mm-comp-table{font-size:12px}
  .mm-comp-table th,.mm-comp-table td{padding:10px 12px}
}

/* Laravel / Bootstrap integration */
.mm-preapproval-page { width: 100%; overflow-x: clip; }
.mm-preapproval-page .alert { border-radius: 8px; font-size: 13px; line-height: 1.45; margin-bottom: 16px; }
.mm-preapproval-page .invalid-feedback { color: #ffb4b4; font-size: 11px; margin-top: 5px; }
.mm-preapproval-page .mm-fg input.is-invalid,
.mm-preapproval-page .mm-fg select.is-invalid { border-color: #ff8e8e; }
.mm-preapproval-page .mm-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.mm-preapproval-page .table-responsive { border-radius: var(--r); }
.mm-preapproval-page button, .mm-preapproval-page input, .mm-preapproval-page select { font-family: inherit; }


.twr-modern-home-trusted-bank-section{position:relative;padding:54px 0 46px;background:#fff;overflow:hidden}.twr-modern-home-trusted-bank-section .twr-modern-home-trusted-bank-section__inner{max-width:1100px;margin:0 auto}.twr-modern-home-trusted-bank-section .twr-modern-home-trusted-bank-section__title{color:#111;font-size:34px;font-weight:600;line-height:1.45;letter-spacing:-.2px;margin-bottom:61px!important}.twr-modern-home-trusted-bank-section .twr-modern-home-trusted-bank-section__logos{display:flex;align-items:center;justify-content:center;gap:29px;flex-wrap:wrap}.twr-modern-home-trusted-bank-section .twr-modern-home-trusted-bank-section__logo-item{display:flex;align-items:center;justify-content:center;min-height:28px;opacity:1!important;visibility:visible!important;transition:transform 0.35s ease,opacity 0.35s ease}.twr-modern-home-trusted-bank-section .twr-modern-home-trusted-bank-section__logo-item img{display:block;max-height:65px;width:auto;max-width:150px;object-fit:contain}.twr-modern-home-trusted-bank-section .twr-modern-home-trusted-bank-section__logo-item:hover{transform:translateY(-3px)}.twr-modern-home-trusted-bank-section .twr-modern-home-trusted-bank-section__logo-item:hover img{filter:grayscale(0)}.twr-modern-home-trusted-bank-section .twr-modern-home-trusted-bank-section__mobile-slider{margin-top:10px}.twr-modern-home-trusted-bank-section .twr-modern-home-trusted-bank-section__mobile-slide{display:flex;align-items:center;justify-content:center;gap:18px;padding:10px 0 6px}.twr-modern-home-trusted-bank-section__mobile-slider .carousel-item{height:133px}.twr-modern-home-trusted-bank-section .twr-modern-home-trusted-bank-section__mobile-slide .twr-modern-home-trusted-bank-section__logo-item{width:calc(50% - 9px);min-height:70px}.twr-modern-home-trusted-bank-section .twr-modern-home-trusted-bank-section__mobile-slide .twr-modern-home-trusted-bank-section__logo-item img{max-height:47px;max-width:133px}.twr-modern-home-trusted-bank-section .twr-modern-home-trusted-bank-section__indicators{margin-top:16px;gap:8px}.twr-modern-home-trusted-bank-section .twr-modern-home-trusted-bank-section__indicators [data-bs-target]{width:8px;height:8px;border:0;border-radius:50%;background-color:#bdbdbd;opacity:1;margin:0 4px}.twr-modern-home-trusted-bank-section .twr-modern-home-trusted-bank-section__indicators .active{background-color:#111}@media (max-width:991.98px){.twr-modern-home-trusted-bank-section{padding:46px 0 40px}.twr-modern-home-trusted-bank-section .twr-modern-home-trusted-bank-section__title{font-size:15px;margin-bottom:28px!important}.twr-modern-home-trusted-bank-section .twr-modern-home-trusted-bank-section__logos{gap:38px 34px}.twr-modern-home-trusted-bank-section .twr-modern-home-trusted-bank-section__logo-item img{max-height:240px;max-width:110px}}@media (max-width:767.98px){.twr-modern-home-trusted-bank-section{padding:40px 0 34px}.twr-modern-home-trusted-bank-section .twr-modern-home-trusted-bank-section__title{font-size:16px;line-height:1.5;margin-bottom:24px!important}}@media (max-width:575.98px){.twr-modern-home-trusted-bank-section{padding:34px 0 28px}.twr-modern-home-trusted-bank-section .twr-modern-home-trusted-bank-section__title{font-size:30px;margin-bottom:22px!important}.twr-modern-home-trusted-bank-section .twr-modern-home-trusted-bank-section__mobile-slide{gap:14px}.twr-modern-home-trusted-bank-section .twr-modern-home-trusted-bank-section__mobile-slide .twr-modern-home-trusted-bank-section__logo-item img{max-height:47px;max-width:133px}}


.twr-modern-home-trusted-bank-section{padding:80px 0;background:#f7f7f7;overflow:hidden;position:relative}.twr-modern-home-trusted-bank-section__title{font-size:48px;font-weight:700;color:#111;margin-bottom:60px}.twr-modern-home-trusted-bank-section__slider{width:100%;overflow:hidden;position:relative}.twr-modern-home-trusted-bank-section__slider::before{content:"";position:absolute;left:0;top:0;width:120px;height:100%;z-index:2;background:linear-gradient(to right,#f7f7f7 0,#fff0 100%)}.twr-modern-home-trusted-bank-section__slider::after{content:"";position:absolute;right:0;top:0;width:120px;height:100%;z-index:2;background:linear-gradient(to left,#f7f7f7 0,#fff0 100%)}.twr-modern-home-trusted-bank-section__track{display:flex;align-items:center;gap:70px;width:max-content;animation:twrTrustedBankScroll 35s linear infinite}.twr-modern-home-trusted-bank-section__logo-item{flex:0 0 auto}.twr-modern-home-trusted-bank-section__logo-item img{height:60px;width:auto;object-fit:contain;transition:all 0.3s ease}.twr-modern-home-trusted-bank-section__logo-item img:hover{transform:scale(1.08)}@keyframes twrTrustedBankScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.twr-modern-home-trusted-bank-section__slider:hover .twr-modern-home-trusted-bank-section__track{animation-play-state:paused}@media (max-width:768px){.twr-modern-home-trusted-bank-section{padding:60px 0}.twr-modern-home-trusted-bank-section__title{font-size:30px;margin-bottom:40px}.twr-modern-home-trusted-bank-section__track{gap:40px}.twr-modern-home-trusted-bank-section__logo-item img{height:42px}.twr-modern-home-trusted-bank-section__slider::after,.twr-modern-home-trusted-bank-section__slider::before{width:60px}}