:root{--ink: #09213a;--navy: #071a2e;--navy2: #0c2944;--teal: #14b89b;--mint: #5ee0c6;--ice: #f2f7f8;--line: #dce7e9;--muted: #5d7081;--white: #fff;--shadow: 0 24px 70px rgba(6, 35, 55, .12);--radius: 22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Manrope,IBM Plex Sans Arabic,sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}body.rtl{font-family:IBM Plex Sans Arabic,Manrope,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.container{width:min(1180px,calc(100% - 48px));margin-inline:auto}.narrow{max-width:870px}.skip-link{position:fixed;top:-80px;left:16px;z-index:100;background:var(--teal);padding:10px 16px;color:#051b25}.skip-link:focus{top:16px}.eyebrow{display:flex;align-items:center;gap:10px;color:var(--teal);font-weight:700;font-size:.75rem;letter-spacing:.13em;text-transform:uppercase}.eyebrow>span{width:28px;height:1px;background:currentColor}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.13;letter-spacing:-.035em}h1{font-size:clamp(3rem,6vw,5.8rem)}h2{font-size:clamp(2rem,3.7vw,3.5rem)}h3{font-size:1.15rem}p{color:var(--muted)}header{height:82px;background:#fffffff0;border-bottom:1px solid rgba(10,45,70,.1);position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.nav{height:100%;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:11px;font-size:1.25rem;font-weight:800;letter-spacing:-.035em}.brand small{display:block;color:#687d8c;font-size:.55rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;line-height:1}.brand-mark{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:var(--navy);color:#fff;font-size:1rem;position:relative;overflow:hidden}.brand-mark span{position:absolute;width:12px;height:12px;border-radius:50%;background:var(--teal);right:-3px;bottom:-3px}.brand-mark.large{width:64px;height:64px;font-size:1.5rem;border-radius:17px}.nav nav{display:flex;align-items:center;gap:25px;font-size:.78rem;font-weight:700}.nav nav>a{padding:28px 0;position:relative}.nav nav>a.active:after{content:"";position:absolute;bottom:19px;inset-inline:0;height:2px;background:var(--teal)}.nav-contact{border:1px solid var(--line);padding:10px 17px!important;border-radius:10px}.nav-contact:after{display:none}.lang,.menu{border:0;background:none;color:var(--ink);cursor:pointer;font-weight:700;display:flex;align-items:center;gap:7px}.lang svg{width:18px}.menu{display:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;background:var(--teal);color:#031d25!important;padding:14px 20px;border:1px solid var(--teal);border-radius:11px;font-weight:800;font-size:.86rem;cursor:pointer;transition:.25s ease}.btn svg{width:18px;transition:transform .25s}.rtl .btn svg{transform:scaleX(-1)}.btn:hover{background:#23c9aa;transform:translateY(-2px)}.btn:hover svg{transform:translate(3px)}.rtl .btn:hover svg{transform:scaleX(-1) translate(3px)}.btn-secondary{background:transparent;border-color:#b8c9cf;color:var(--ink)!important}.actions{display:flex;gap:12px;flex-wrap:wrap}.home-hero{background:var(--navy);color:#fff;min-height:720px;display:flex;align-items:center;position:relative;overflow:hidden;padding:90px 0}.home-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:linear-gradient(to right,black,transparent);mask-image:linear-gradient(to right,black,transparent)}.hero-orb{position:absolute;width:650px;height:650px;border-radius:50%;right:-180px;top:-200px;background:radial-gradient(circle,#1fbf9f44 0,transparent 70%);filter:blur(10px)}.rtl .hero-orb{right:auto;left:-180px}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.06fr .94fr;gap:70px;align-items:center}.home-hero h1{font-size:clamp(3.4rem,5.6vw,5.9rem);max-width:800px;margin:24px 0}.home-hero p{font-size:1.15rem;color:#b6c9d6;max-width:700px}.home-hero .btn-secondary{border-color:#50687c;color:#fff!important}.pills{display:flex;gap:10px;flex-wrap:wrap;margin-top:36px}.pills span{display:flex;align-items:center;gap:5px;color:#a9bfcb;font-size:.74rem}.pills svg{width:14px;color:var(--mint)}.system-visual{background:#eef7f7;color:var(--ink);border-radius:24px;box-shadow:0 35px 120px #0007;overflow:hidden;transform:perspective(1000px) rotateY(-3deg);border:1px solid #ffffff22}.rtl .system-visual{transform:perspective(1000px) rotateY(3deg)}.system-top{display:flex;justify-content:space-between;padding:14px 17px;background:#fff;border-bottom:1px solid var(--line);font-size:.68rem;font-weight:700}.system-top b{color:#1b795e}.system-top i,.activity i{width:7px;height:7px;display:inline-block;background:#23bd8e;border-radius:50%;margin-inline-end:5px;box-shadow:0 0 0 4px #23bd8e22}.system-body{display:grid;grid-template-columns:105px 1fr;min-height:420px}.system-body aside{background:#0d2942;color:#708da0;padding:24px 10px;display:flex;flex-direction:column;gap:8px;font-size:.62rem}.system-body aside span{padding:9px;border-radius:6px}.system-body aside .active{background:#16415b;color:#fff}.system-main{padding:26px}.metric{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);padding:20px;border-radius:13px}.metric small{color:#718592;font-size:.55rem;font-weight:800;letter-spacing:.08em}.metric strong{font-size:1.65rem}.metric span{font-size:.65rem;color:#6c8190}.flow{display:flex;align-items:center;justify-content:space-between;margin:30px 0}.flow>div{width:80px;height:75px;border-radius:12px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 8px 25px #1d53601a;font-size:.58rem;font-weight:800}.flow>div:nth-of-type(2){background:var(--navy);color:#fff}.flow>i{width:30px;border-top:1px dashed #87aaa9}.flow svg{width:20px;color:var(--teal)}.activity{background:#fff;border-radius:12px;padding:15px;display:flex;flex-direction:column;gap:9px;font-size:.58rem}.activity b{font-size:.68rem}.activity span{color:#6e818b}.section{padding:120px 0}.section.soft{background:var(--ice)}.section.dark{background:var(--navy);color:#fff}.section.dark p{color:#a9bdca}.section-head{max-width:720px;margin-bottom:48px}.section-head>span,.mission span,.centered>span,.cta span,.contact-aside>span{font-size:.68rem;letter-spacing:.14em;font-weight:800;color:var(--teal)}.section-head h2{margin:12px 0 16px}.section-head p{font-size:1.05rem}.product-panel{display:grid;grid-template-columns:1.05fr .95fr;background:var(--navy);color:#fff;border-radius:30px;padding:70px;gap:80px;align-items:center;box-shadow:var(--shadow);position:relative;overflow:hidden}.product-panel:before{content:"";position:absolute;width:350px;height:350px;background:#1fbf9f24;filter:blur(40px);border-radius:50%;right:-120px;top:-120px}.product-panel.clean:before{display:none}.product-copy{position:relative}.product-logo{width:62px;height:62px;background:linear-gradient(135deg,var(--teal),#2387b9);border-radius:17px;display:grid;place-items:center;font-weight:800;margin-bottom:20px}.product-copy small{font-size:.64rem;letter-spacing:.13em;color:#70dac6;font-weight:800}.product-copy h2{margin:9px 0}.product-copy h3{color:#bcd4df;max-width:570px}.product-copy p{color:#a8bdc9}.relation{display:flex;align-items:flex-start;gap:11px;color:#c8dbe4;font-size:.78rem;border-top:1px solid #ffffff1c;padding:18px 0;margin-top:16px}.relation svg{flex:0 0 auto;color:var(--teal);width:18px}.inbox{background:#f5f9fa;color:var(--ink);border:6px solid #244259;border-radius:20px;box-shadow:0 30px 80px #0006;position:relative}.inbox-head{padding:16px;display:flex;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line);font-size:.72rem}.inbox-head span{color:#168365}.inbox-row{display:grid;grid-template-columns:38px 1fr auto;gap:10px;align-items:center;padding:15px;border-bottom:1px solid var(--line)}.inbox-row i{height:34px;width:34px;border-radius:50%;display:grid;place-items:center;color:#fff;font-style:normal;font-weight:800;font-size:.65rem}.wa{background:#26a968}.ig{background:#b53d89}.fb{background:#287be0}.inbox-row div{display:flex;flex-direction:column}.inbox-row b{font-size:.7rem}.inbox-row span,.inbox-row small{font-size:.55rem;color:#748794}.inbox-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:14px}.inbox-stats>div{background:#fff;border-radius:9px;padding:12px;display:flex;flex-direction:column}.inbox-stats small{font-size:.53rem;color:#71838d}.inbox-stats strong{font-size:.9rem}.split{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.mini-grid,.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.grid{grid-template-columns:repeat(3,1fr)}.card{border:1px solid var(--line);padding:30px;border-radius:var(--radius);background:#fff;min-height:190px;transition:.25s}.card:hover{transform:translateY(-4px);box-shadow:0 18px 45px #0a2d3c14}.card>svg{color:var(--teal);margin-bottom:34px}.card h3{margin-bottom:9px}.card p{font-size:.86rem;margin:0}.cta{background:#0e2b45;color:#fff;padding:80px 0;border-top:1px solid #ffffff12}.cta>.container{display:flex;align-items:center;justify-content:space-between;gap:50px}.cta h2{font-size:clamp(2rem,4vw,3.5rem);max-width:800px;margin:8px 0}.cta p{color:#abc0cc;margin-bottom:0}.page-hero{padding:110px 0 100px;background:var(--navy);color:#fff;position:relative;overflow:hidden}.page-hero:after{content:"";position:absolute;width:600px;height:600px;border-radius:50%;right:-250px;top:-350px;background:#1fbf9f2c;filter:blur(5px)}.rtl .page-hero:after{right:auto;left:-250px}.page-hero .container{position:relative;z-index:1}.page-hero h1{margin:25px 0 20px}.page-hero p{font-size:1.2rem;color:#b5cad5;max-width:760px}.mission{display:grid;grid-template-columns:.55fr 1.45fr;gap:80px}.mission blockquote{font-size:clamp(2rem,4vw,3.8rem);font-weight:700;letter-spacing:-.04em;line-height:1.2;margin:0}.relation-wide{display:flex;align-items:center;gap:28px;background:var(--ice);border-radius:24px;padding:42px}.relation-wide>svg{width:50px;height:50px;color:var(--teal);flex:0 0 auto}.relation-wide h2{font-size:1.8rem;margin:5px 0}.relation-wide .btn{margin-inline-start:auto;white-space:nowrap}.clean{background:#fff;color:var(--ink);border:1px solid var(--line);box-shadow:none}.clean .product-copy p{color:var(--muted)}.clean .relation{color:var(--ink);border-color:var(--line)}.tag-cloud{display:flex;flex-wrap:wrap;gap:10px;position:relative}.tag-cloud span{display:flex;align-items:center;gap:8px;background:var(--ice);padding:13px 16px;border-radius:11px;font-size:.76rem;font-weight:700}.tag-cloud svg{width:15px;color:var(--teal)}.tag-cloud.large span{font-size:.9rem;padding:18px 22px;background:#fff;border:1px solid var(--line)}.centered{text-align:center}.centered p{font-size:1.15rem}.ownership{background:#102f49;color:#d9e6eb;padding:22px 0}.ownership .container{display:flex;align-items:center;gap:15px}.ownership p{margin:0;color:inherit;font-weight:600}.ownership svg{color:var(--teal)}.ownership .btn{margin-inline-start:auto}.api-flow{display:flex;align-items:center;justify-content:center;margin-top:15px}.api-flow>div{width:145px;height:145px;border:1px solid #ffffff25;background:#ffffff0a;border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.api-flow svg{color:var(--mint);margin-bottom:14px}.api-flow small{color:#8fa9b7}.api-flow>i{font-size:.62rem;color:var(--teal);font-style:normal;border-top:1px dashed #4e7582;width:55px;text-align:center}.reason{margin-top:60px;padding-top:35px;border-top:1px solid #ffffff1a}.reason h3{font-size:1.5rem}.notice{display:flex;align-items:flex-start;gap:25px;padding:38px;border-radius:22px}.notice>div:first-child{height:55px;width:55px;flex:0 0 auto;display:grid;place-items:center;border-radius:15px}.notice h2{font-size:1.7rem;margin-bottom:10px}.notice p{margin:0}.notice.neutral{background:var(--ice)}.notice.neutral>div:first-child{background:#fff;color:var(--teal)}.notice.warning{background:#fff8e7;border:1px solid #f0d997}.notice.warning>div:first-child{background:#f8df9f;color:#775400}.link-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.link-row a{display:flex;justify-content:space-between;align-items:center;border:1px solid var(--line);padding:22px;border-radius:14px;font-weight:700}.link-row a:hover{border-color:var(--teal)}.link-row svg{width:17px}.contact-grid{display:grid;grid-template-columns:1.45fr .55fr;gap:70px}.contact-grid form{border:1px solid var(--line);padding:42px;border-radius:24px}.contact-grid form h2{font-size:2rem}.fields{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:25px}.fields label{font-size:.72rem;font-weight:800;display:flex;flex-direction:column;gap:8px}.fields .full{grid-column:1/-1}.fields input,.fields textarea{border:1px solid #cddadd;background:#fafdfe;border-radius:9px;padding:12px;outline:none;color:var(--ink)}.fields input:focus,.fields textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px #14b89b17}.form-note{font-size:.72rem;margin:13px 0 0}.contact-aside{background:var(--navy);color:#fff;padding:38px;border-radius:24px}.contact-aside h2{font-size:2rem;margin:12px 0 30px}.contact-aside p{color:#a7bdc9}.email{display:flex;align-items:center;gap:10px;font-weight:800;color:var(--teal);margin:20px 0 35px;overflow-wrap:anywhere}.legal-meta{background:var(--ice);padding:17px 0;font-size:.72rem}.legal-meta .container{display:flex;justify-content:space-between;gap:20px}.legal-meta strong{color:#8d5a00}.legal-content{padding-top:70px;padding-bottom:120px}.legal-content .lead{font-size:1.15rem;padding-bottom:40px;border-bottom:1px solid var(--line)}.legal-content section{display:grid;grid-template-columns:45px 1fr;gap:25px;padding:34px 0;border-bottom:1px solid var(--line)}.legal-content section>span{font-size:.68rem;color:var(--teal);font-weight:800}.legal-content h2{font-size:1.35rem;margin-bottom:8px}.legal-content p{margin:0}.legal-review{display:flex;gap:13px;align-items:center;margin-top:35px;padding:20px;background:#fff8e7;border-radius:12px}.legal-review svg{color:#906400}.legal-review p{color:#755300;font-weight:700}.steps{list-style:none;padding:0;margin:0;counter-reset:step}.steps li{display:flex;gap:20px;padding:22px 0;border-bottom:1px solid var(--line)}.steps li>span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff;flex:0 0 auto;font-weight:800}.steps p{margin:5px 0}.info-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:60px}.info-table{border-top:1px solid var(--line)}.info-table>div{display:grid;grid-template-columns:.45fr .55fr;gap:20px;padding:22px 0;border-bottom:1px solid var(--line)}.info-table span{font-size:.8rem;color:var(--muted)}.info-table strong{font-size:.9rem}.info-table a{color:#078a75}.identity-card{background:var(--navy);color:#fff;border-radius:24px;padding:40px}.identity-card small{display:block;color:var(--teal);margin-top:40px}.identity-card h2{font-size:2.3rem;margin:6px 0}.identity-card p{color:#adc1cd}footer{background:#061522;color:#c1d0d8;padding:80px 0 25px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.2fr 1fr;gap:70px}.footer-grid .brand{color:#fff}.footer-grid .brand small{color:#6f8b9a}.footer-grid p{max-width:350px;color:#7f99a8;font-size:.8rem;margin:25px 0}.country{font-size:.68rem;letter-spacing:.1em;color:var(--teal)}.footer-grid h3{font-size:.72rem;letter-spacing:.08em;color:#648293;margin-bottom:24px}.footer-grid>div:not(:first-child){display:flex;flex-direction:column}.footer-grid>div:not(:first-child) a{font-size:.75rem;margin-bottom:12px}.footer-grid a:hover{color:var(--mint)}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid #ffffff12;margin-top:60px;padding-top:25px;font-size:.65rem;color:#567484}@media(max-width:1000px){.nav nav{position:fixed;display:none;top:82px;left:0;right:0;background:#fff;padding:22px 24px 30px;flex-direction:column;align-items:stretch;gap:0;box-shadow:0 20px 30px #0002}.nav nav.open{display:flex}.nav nav>a{padding:12px}.nav nav>a.active:after{display:none}.lang{padding:12px}.menu{display:flex}.hero-grid,.product-panel,.split,.contact-grid,.info-layout{grid-template-columns:1fr}.hero-grid{gap:60px}.home-hero{padding:80px 0}.system-visual{max-width:650px}.grid{grid-template-columns:repeat(2,1fr)}.product-panel{padding:50px}.split{gap:40px}.footer-grid{grid-template-columns:1.5fr 1fr 1fr;gap:40px}.footer-grid>div:last-child{grid-column:2}.link-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.container{width:min(100% - 30px,1180px)}h1{font-size:2.8rem}.home-hero h1{font-size:3rem}.home-hero{min-height:auto;padding:70px 0}.section{padding:78px 0}.page-hero{padding:78px 0 68px}.hero-grid{gap:45px}.system-visual{transform:none!important}.system-body{grid-template-columns:70px 1fr;min-height:380px}.system-main{padding:15px}.system-body aside{padding:15px 6px}.flow>div{width:64px;height:66px}.flow>i{width:12px}.product-panel{padding:30px 22px;gap:40px;border-radius:22px}.mission{grid-template-columns:1fr;gap:25px}.grid,.mini-grid,.fields{grid-template-columns:1fr}.card{min-height:160px}.cta>.container{align-items:flex-start;flex-direction:column}.relation-wide{align-items:flex-start;flex-direction:column}.relation-wide .btn,.ownership .btn{margin-inline-start:0}.ownership .container{align-items:flex-start;flex-wrap:wrap}.api-flow{flex-direction:column}.api-flow>i{height:38px;width:auto;border-top:0;border-left:1px dashed #4e7582;display:flex;align-items:center}.link-row{grid-template-columns:1fr}.contact-grid form{padding:25px 20px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column;gap:8px}.info-table>div{grid-template-columns:1fr;gap:4px}.notice{padding:26px;flex-direction:column}.legal-meta .container{flex-direction:column}.legal-content section{grid-template-columns:30px 1fr}.rtl .legal-content section{grid-template-columns:30px 1fr}.inbox{transform:none}.brand small{display:none}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}body{overflow-x:hidden}.hero-grid>*{min-width:0}.system-visual{max-width:100%}:root{--ink: #061968;--navy: #040f45;--navy2: #071968;--teal: #007890;--mint: #28b4bf;--orange: #ff9f00;--ice: #f3f6fb;--line: #dce2ef;--muted: #53657c;--shadow: 0 24px 70px rgba(4, 15, 69, .14)}.brand{height:64px;min-width:174px}.brand-logo-crop{display:block;width:174px;height:58px;position:relative;overflow:hidden}.brand-logo-crop img{position:absolute;width:174px;height:174px;max-width:none;inset-inline-start:0;top:-58px;object-fit:contain}.nav nav>a.active:after,.eyebrow>span{background:var(--orange)}.eyebrow,.section-head>span,.mission span,.centered>span,.cta span,.contact-aside>span,.country{color:var(--orange)}.btn{background:var(--orange);border-color:var(--orange);color:#151000!important}.btn:hover{background:#ffad1f}.product-logo{background:linear-gradient(135deg,var(--teal),var(--orange))}.home-hero,.page-hero{background:linear-gradient(120deg,#030d3e,#07165e 62%,#06394c 120%)}.hero-orb{background:radial-gradient(circle,#ff9f0029 0,transparent 68%)}.home-hero:before{background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px)}.page-hero:after{background:#008ba02a}.system-main .flow>div:nth-of-type(2),.identity-card,.contact-aside,.product-panel{background:#06165d}.system-top i,.activity i{background:var(--orange);box-shadow:0 0 0 4px #ff9f0026}.identity-logo{width:150px;height:150px;object-fit:contain;margin:-30px 0 -18px}.footer-grid .brand{width:190px}.footer-grid .brand-logo-crop{width:190px;height:64px}.footer-grid .brand-logo-crop img{width:190px;height:190px;top:-63px}.footer-contact{display:flex;flex-direction:column;gap:10px;margin-top:22px}.footer-contact span,.footer-contact a{display:flex;align-items:flex-start;gap:9px;font-size:.72rem;color:#8fa5b7;line-height:1.55}.footer-contact svg{width:15px;flex:0 0 auto;margin-top:3px;color:var(--orange)}.email.compact{margin-top:-22px}.product-gallery{background:linear-gradient(180deg,#f5f7fc,#fff)}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.gallery-shot{margin:0;background:#fff;border:1px solid var(--line);border-radius:20px;padding:10px;box-shadow:0 18px 50px #040f4514;overflow:hidden}.gallery-shot.featured{grid-column:1/-1}.gallery-shot img{width:100%;display:block;border-radius:13px;border:1px solid #e3e7f0}.gallery-shot figcaption{display:flex;align-items:center;gap:12px;padding:16px 8px 8px}.gallery-shot figcaption span{color:var(--orange);font-size:.65rem;font-weight:800}.gallery-shot figcaption b{font-size:.9rem}.gallery-source{display:flex;align-items:center;justify-content:flex-end;gap:7px;margin:28px 0 0;font-size:.76rem}.gallery-source a{display:inline-flex;align-items:center;gap:5px;color:var(--teal);font-weight:800}.gallery-source svg{width:15px}.info-table strong{overflow-wrap:anywhere}@media(max-width:700px){.brand{height:54px;min-width:145px}.brand-logo-crop{width:145px;height:52px}.brand-logo-crop img{width:145px;height:145px;top:-47px}.gallery-grid{grid-template-columns:1fr}.gallery-shot.featured{grid-column:auto}.gallery-source{align-items:flex-start;justify-content:flex-start;flex-wrap:wrap}.footer-grid .brand-logo-crop{width:175px}.footer-grid .brand-logo-crop img{width:175px;height:175px;top:-57px}}
