.fcw-about-journey{position:relative;width:100%}.fcw-about-journey__timeline{position:relative;padding:20px 0}.fcw-about-journey__timeline::before{content:'';position:absolute;top:0;bottom:0;left:50%;transform:translateX(-50%);width:4px;background:var(--fcw-journey-line-color,linear-gradient(to bottom,#862780,#6b1f66));z-index:0}.fcw-about-journey__item{position:relative;display:flex;align-items:center;margin-bottom:48px;width:100%}.fcw-about-journey__item:last-child{margin-bottom:0}.fcw-about-journey__item--left .fcw-about-journey__content{order:1;flex:0 0 calc(50% - 32px);text-align:right;margin-right:0}.fcw-about-journey__item--left .fcw-about-journey__dot{order:2;margin:0 0}.fcw-about-journey__item--left .fcw-about-journey__spacer{order:3;flex:0 0 calc(50% - 32px)}.fcw-about-journey__item--right .fcw-about-journey__spacer{order:1;flex:0 0 calc(50% - 32px)}.fcw-about-journey__item--right .fcw-about-journey__dot{order:2;margin:0 0}.fcw-about-journey__item--right .fcw-about-journey__content{order:3;flex:0 0 calc(50% - 32px);text-align:left;margin-left:0}.fcw-about-journey__dot{position:relative;z-index:2;flex:0 0 64px;width:64px;height:64px;border-radius:50%;background:var(--fcw-journey-dot-bg,linear-gradient(135deg,#862780 0%,#6b1f66 100%));border:none;display:flex;align-items:center;justify-content:center;transition:all 0.3s cubic-bezier(.4,0,.2,1);align-self:center;box-shadow:0 4px 12px rgb(134 39 128 / .25)}.fcw-about-journey__dot-label{font-size:18px;font-weight:700;color:#fff;line-height:1}.fcw-about-journey__item:hover .fcw-about-journey__dot{background:var(--fcw-journey-dot-hover-bg,linear-gradient(135deg,#6b1f65 0%,#4d1249 100%));transform:scale(1.1);box-shadow:0 6px 16px rgb(107 31 101 / .4)}.fcw-about-journey__content{background-color:var(--fcw-journey-card-bg,#ffffff);border:1px solid var(--fcw-journey-card-border,#e5e7eb);border-radius:var(--fcw-journey-card-radius,12px);padding:var(--fcw-journey-card-padding,28px 30px);box-shadow:0 2px 12px rgb(0 0 0 / .06);transition:all 0.3s ease}.fcw-about-journey__item:hover .fcw-about-journey__content{background-color:var(--fcw-journey-card-hover-bg,#ffffff);border-color:var(--fcw-journey-card-hover-border,#c084d6);box-shadow:0 8px 24px rgb(134 39 128 / .1)}.fcw-about-journey__year{font-size:18px;font-weight:700;color:var(--fcw-journey-year-color,#862780);margin-bottom:6px;display:block;transition:color 0.3s ease}.fcw-about-journey__title{font-size:19px;font-weight:700;color:var(--fcw-journey-title-color,#111827);margin:0 0 10px;line-height:1.3;transition:color 0.3s ease}.fcw-about-journey__desc{font-size:15px;color:var(--fcw-journey-desc-color,#4b5563);margin:0;line-height:1.65;transition:color 0.3s ease}.fcw-about-journey__spacer{flex:0 0 calc(50% - 32px)}@media (max-width:767px){.fcw-about-journey__timeline::before{left:28px}.fcw-about-journey__item,.fcw-about-journey__item--left,.fcw-about-journey__item--right{flex-direction:row;align-items:flex-start}.fcw-about-journey__item--left .fcw-about-journey__content,.fcw-about-journey__item--right .fcw-about-journey__content{order:3;width:auto;flex:1;text-align:left}.fcw-about-journey__item--left .fcw-about-journey__dot,.fcw-about-journey__item--right .fcw-about-journey__dot{order:1;flex:0 0 56px;width:56px;height:56px;margin-right:16px}.fcw-about-journey__dot-label{font-size:18px}.fcw-about-journey__item--left .fcw-about-journey__spacer,.fcw-about-journey__item--right .fcw-about-journey__spacer{display:none}}.fcw-about-stats{width:100%}.fcw-about-stats__grid{display:grid;grid-template-columns:repeat(var(--fcw-stats-columns,4),1fr);gap:var(--fcw-stats-gap,30px)}.fcw-about-stats__item{background-color:var(--fcw-stats-bg,#ffffff);border:1px solid var(--fcw-stats-border,#e5e7eb);border-radius:var(--fcw-stats-radius,12px);padding:var(--fcw-stats-padding,30px);text-align:var(--fcw-stats-align,center);transition:all 0.3s ease;display:flex;flex-direction:column;justify-content:center;align-items:var(--fcw-stats-align-items,center)}.fcw-about-stats__item:hover{background-color:var(--fcw-stats-hover-bg,#ffffff);border-color:var(--fcw-stats-hover-border,#d1d5db);transform:translateY(-5px);box-shadow:0 10px 25px -5px rgb(0 0 0 / .1),0 8px 10px -6px rgb(0 0 0 / .1)}.fcw-about-stats__icon{font-size:36px;color:var(--fcw-stats-icon-color,#862780);margin-bottom:16px;transition:color 0.3s ease}.fcw-about-stats__item:hover .fcw-about-stats__icon{color:var(--fcw-stats-icon-hover-color,#862780)}.fcw-about-stats__number-wrapper{display:flex;align-items:baseline;justify-content:var(--fcw-stats-align-items,center);margin-bottom:8px}.fcw-about-stats__prefix,.fcw-about-stats__suffix{font-size:24px;font-weight:700;color:var(--fcw-stats-num-color,#111827)}.fcw-about-stats__number{font-size:48px;font-weight:800;color:var(--fcw-stats-num-color,#111827);line-height:1;transition:color 0.3s ease}.fcw-about-stats__title{font-size:16px;font-weight:500;color:var(--fcw-stats-title-color,#4b5563);margin:0;transition:color 0.3s ease}.fcw-about-stats__item:hover .fcw-about-stats__number,.fcw-about-stats__item:hover .fcw-about-stats__prefix,.fcw-about-stats__item:hover .fcw-about-stats__suffix{color:var(--fcw-stats-num-hover-color,#111827)}.fcw-about-stats__item:hover .fcw-about-stats__title{color:var(--fcw-stats-title-hover-color,#4b5563)}@media (max-width:991px){.fcw-about-stats__grid{grid-template-columns:repeat(var(--fcw-stats-columns-tablet,2),1fr)}}@media (max-width:767px){.fcw-about-stats__grid{grid-template-columns:repeat(var(--fcw-stats-columns-mobile,1),1fr)}}.fcw-about-team{width:100%}.fcw-about-team__grid{display:grid;grid-template-columns:repeat(var(--fcw-team-columns,4),1fr);gap:var(--fcw-team-gap,30px)}.fcw-about-team__member{background-color:var(--fcw-team-bg,transparent);border:1px solid var(--fcw-team-border,transparent);border-radius:var(--fcw-team-radius,0);overflow:hidden;transition:all 0.3s ease;text-align:var(--fcw-team-align,left)}.fcw-about-team__member:hover{background-color:var(--fcw-team-hover-bg,transparent);border-color:var(--fcw-team-hover-border,transparent);transform:translateY(-5px)}.fcw-about-team__image-wrapper{position:relative;overflow:hidden;border-radius:var(--fcw-team-img-radius,12px);margin-bottom:20px}.fcw-about-team__image{width:100%;height:auto;object-fit:cover;aspect-ratio:var(--fcw-team-aspect-ratio,1/1.2);display:block;transition:transform 0.5s ease}.fcw-about-team__member:hover .fcw-about-team__image{transform:scale(1.05)}.fcw-about-team__content{padding:var(--fcw-team-padding,0)}.fcw-about-team__name{font-size:20px;font-weight:700;color:var(--fcw-team-name-color,#111827);margin-bottom:4px;transition:color 0.3s ease}.fcw-about-team__role{font-size:15px;font-weight:500;color:var(--fcw-team-role-color,#862780);margin-bottom:12px;transition:color 0.3s ease}.fcw-about-team__desc{font-size:14px;color:var(--fcw-team-desc-color,#4b5563);line-height:1.65;margin:0 0 16px;transition:color 0.3s ease}.fcw-about-team__member:hover .fcw-about-team__name{color:var(--fcw-team-name-hover-color,#111827)}.fcw-about-team__member:hover .fcw-about-team__role{color:var(--fcw-team-role-hover-color,#862780)}.fcw-about-team__socials{display:flex;gap:12px;justify-content:var(--fcw-team-align-items,flex-start)}.fcw-about-team__social-link{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background-color:var(--fcw-team-social-bg,#f3f4f6);color:var(--fcw-team-social-color,#4b5563);font-size:16px;transition:all 0.3s ease;text-decoration:none}.fcw-about-team__social-link:hover{background-color:var(--fcw-team-social-hover-bg,#862780);color:var(--fcw-team-social-hover-color,#ffffff);transform:translateY(-2px)}@media (max-width:991px){.fcw-about-team__grid{grid-template-columns:repeat(var(--fcw-team-columns-tablet,2),1fr)}}@media (max-width:767px){.fcw-about-team__grid{grid-template-columns:repeat(var(--fcw-team-columns-mobile,1),1fr)}}.fcw-about-growth{width:100%;padding:var(--fcw-growth-padding,40px);background:var(--fcw-growth-bg,#ffffff);border:1px solid var(--fcw-growth-border,#f3f4f6);border-radius:var(--fcw-growth-radius,12px)}.fcw-about-growth__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:50px;border-bottom:1px solid var(--fcw-growth-border-header,#f3f4f6);padding-bottom:20px}.fcw-about-growth__title-wrap{display:flex;align-items:center;gap:10px}.fcw-about-growth__icon{color:var(--fcw-growth-icon-color,#862780);font-size:24px}.fcw-about-growth__title{font-size:22px;font-weight:700;color:var(--fcw-growth-title-color,#111827);margin:0}.fcw-about-growth__subtitle{font-size:14px;color:var(--fcw-growth-subtitle-color,#9ca3af);font-weight:500}.fcw-about-growth__chart{display:flex;justify-content:space-between;align-items:flex-end;height:var(--fcw-growth-chart-height,350px);gap:var(--fcw-growth-gap,20px);position:relative}.fcw-about-growth__chart::before,.fcw-about-growth__chart::after{content:'';position:absolute;left:0;right:0;height:1px;background:var(--fcw-growth-grid-color,#f3f4f6);z-index:0}.fcw-about-growth__chart::before{top:33%}.fcw-about-growth__chart::after{top:66%}.fcw-about-growth__bar-wrap{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;flex:1;height:100%;z-index:1;text-align:center}.fcw-about-growth__bar{width:var(--fcw-growth-bar-width,60px);background:var(--fcw-growth-bar-color,#f3e8f5);border-radius:var(--fcw-growth-bar-radius,8px 8px 0 0);transition:all 0.3s ease;position:relative;margin-bottom:15px}.fcw-about-growth__bar-wrap:hover .fcw-about-growth__bar{transform:translateY(-5px);box-shadow:0 10px 20px -5px rgb(0 0 0 / .1)}.fcw-about-growth__labels{display:flex;flex-direction:column;align-items:center}.fcw-about-growth__year{font-size:14px;font-weight:800;color:var(--fcw-growth-year-color,#111827);margin-bottom:4px}.fcw-about-growth__label-title{font-size:12px;color:var(--fcw-growth-label-color,#6b7280);margin-bottom:2px}.fcw-about-growth__label-sub{font-size:12px;font-weight:600;color:var(--fcw-growth-sub-color,#862780)}@media (max-width:767px){.fcw-about-growth__chart{overflow-x:auto;padding-bottom:20px}.fcw-about-growth__bar-wrap{min-width:80px}}.fcw-about-geo{width:100%;padding:var(--fcw-geo-padding,30px);background:var(--fcw-geo-bg,#ffffff);border:1px solid var(--fcw-geo-border,#f3f4f6);border-radius:var(--fcw-geo-radius,12px)}.fcw-about-geo__header{display:flex;align-items:center;gap:12px;margin-bottom:30px}.fcw-about-geo__icon{color:var(--fcw-geo-icon-color,#862780);font-size:22px}.fcw-about-geo__title{font-size:20px;font-weight:700;color:var(--fcw-geo-title-color,#111827);margin:0}.fcw-about-geo__list{display:flex;flex-direction:column;gap:var(--fcw-geo-gap,15px);margin-bottom:30px}.fcw-about-geo__item{display:flex;align-items:center;justify-content:space-between;padding:15px;background:var(--fcw-geo-item-bg,#fafafa);border-radius:8px;transition:background 0.3s ease}.fcw-about-geo__item:hover{background:var(--fcw-geo-item-hover-bg,#f3f4f6)}.fcw-about-geo__left{display:flex;align-items:center;gap:15px}.fcw-about-geo__badge{width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:10px;color:#fff;font-weight:700;font-size:16px;background:var(--fcw-geo-badge-bg,#862780)}.fcw-about-geo__info{display:flex;flex-direction:column}.fcw-about-geo__country{font-size:16px;font-weight:700;color:var(--fcw-geo-country-color,#111827);margin-bottom:2px}.fcw-about-geo__details{font-size:13px;color:var(--fcw-geo-details-color,#6b7280)}.fcw-about-geo__right{text-align:right}.fcw-about-geo__stat-num{font-size:18px;font-weight:800;color:var(--fcw-geo-stat-color,#862780);margin-bottom:2px}.fcw-about-geo__stat-label{font-size:12px;color:var(--fcw-geo-details-color,#6b7280)}.fcw-about-geo__footer{display:flex;align-items:center;gap:10px;padding-top:20px;border-top:1px solid var(--fcw-geo-border-footer,#f3f4f6)}.fcw-about-geo__footer-icon{color:var(--fcw-geo-footer-icon-color,#862780);font-size:16px}.fcw-about-geo__footer-text{font-size:14px;color:var(--fcw-geo-footer-color,#6b7280)}.fcw-about-partners{width:100%;background-color:var(--fcw-partners-section-bg,#f8f9fb);transition:background-color 0.3s ease}.fcw-about-partners__header{text-align:center;margin-bottom:var(--fcw-partners-header-spacing,48px)}.fcw-about-partners__heading{font-size:32px;font-weight:800;color:var(--fcw-partners-heading-color,#111827);margin:0 0 12px;letter-spacing:-.5px}.fcw-about-partners__subheading{font-size:16px;font-weight:600;color:var(--fcw-partners-subheading-color,#862780);margin:0;text-transform:uppercase;letter-spacing:1px}.fcw-about-partners__grid{display:grid;grid-template-columns:repeat(var(--fcw-partners-columns,6),1fr);gap:var(--fcw-partners-gap,24px)}.fcw-about-partners__card{display:flex;align-items:center;justify-content:center;height:var(--fcw-partners-card-height,120px);padding:var(--fcw-partners-card-padding,20px);background-color:var(--fcw-partners-card-bg,#ffffff);border:1px solid var(--fcw-partners-card-border,#e8eaed);border-radius:var(--fcw-partners-card-radius,12px);transition:all 0.3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px rgb(0 0 0 / .02);text-decoration:none}.fcw-about-partners__card:hover{background-color:var(--fcw-partners-card-hover-bg,#ffffff);border-color:var(--fcw-partners-card-hover-border,#862780);transform:translateY(-4px);box-shadow:0 12px 20px -8px rgb(134 39 128 / .15)}.fcw-about-partners__logo{max-width:var(--fcw-partners-logo-max-w,80%);max-height:var(--fcw-partners-logo-max-h,60px);object-fit:contain;transition:all 0.3s ease}.fcw-about-partners__logo--grayscale{filter:grayscale(100%);opacity:.65}.fcw-about-partners__card:hover .fcw-about-partners__logo--grayscale{filter:grayscale(0%);opacity:1}.fcw-about-partners__name-fallback{font-size:16px;font-weight:700;color:#6b7280;transition:color 0.3s ease}.fcw-about-partners__card:hover .fcw-about-partners__name-fallback{color:#862780}@media (max-width:991px){.fcw-about-partners__grid{grid-template-columns:repeat(var(--fcw-partners-columns-tablet,3),1fr)}}@media (max-width:767px){.fcw-about-partners__grid{grid-template-columns:repeat(var(--fcw-partners-columns-mobile,2),1fr)}.fcw-about-partners__heading{font-size:26px}}