.abt-pg .mission-vision-section{background:var(--bg2,#1b1b1b);position:relative;overflow:hidden}.abt-pg .custom_tab{display:flex;list-style:none;padding:0;margin:0 0 60px;border-bottom:2px solid var(--border1,#454750);position:relative}.abt-pg .custom_tab:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:rgba(9,190,100,.1);z-index:0}.abt-pg .tabs{padding:0;margin:0;cursor:pointer;transition:all .4s ease-in-out;position:relative;z-index:1}.abt-pg .tabs .example{padding:15px 30px;position:relative}.abt-pg .tabs h2{font-size:28px;font-weight:700;color:var(--pra-white);margin:0;transition:all .4s ease-in-out;text-transform:uppercase}.abt-pg .tabs.active h2{color:var(--theme,#09be64)}.abt-pg .tabs.active .example:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--theme,#09be64) 50%,#c4ff72 100%);border-radius:2px}.abt-pg .tabs:hover h2{color:var(--theme,#09be64);transform:translateY(-2px)}.abt-pg .tab-content-wrapper{width:100%;position:relative}.abt-pg .tab-content{min-height:400px;display:none;flex-wrap:wrap;overflow:hidden;transition:all .4s ease-in-out}.abt-pg .tab-content.d-flex{display:flex;animation:fadeIn .6s ease-in-out}.abt-pg .tab-content.d-none{display:none}.abt-pg .content-box{position:relative;align-items:start}.abt-pg .content-box h4{font-size:28px;font-weight:700;color:var(--white);margin-top:0;line-height:1.3}.abt-pg .content-box p{font-size:16px;line-height:1.8;color:var(--pra-clr,#fff);margin-bottom:20px}.abt-pg .content-box .highlight{color:var(--theme,#09be64);font-weight:600;background:rgba(9,190,100,.1);padding:2px 6px;border-radius:4px}.abt-pg .content-box h4:not(:first-of-type){font-size:22px;position:relative}.abt-pg .image-container{height:100%;min-height:400px;position:relative;overflow:hidden}.abt-pg .vision{background:linear-gradient(135deg,#1a1a1a,#222)}.abt-pg .values{background:linear-gradient(135deg,#1e1e1e,#252525)}.abt-pg .image-container .img-fluid{width:100%;height:100%;object-fit:cover;transition:transform .6s ease-in-out}.abt-pg .image-container:hover .img-fluid{transform:scale(1.05)}.abt-pg .value-item{background:var(--bg2,#1b1b1b);padding:25px;border-radius:8px;border:1px solid var(--border1,#454750);transition:all .4s ease-in-out;position:relative;overflow:hidden}.abt-pg .value-item:before{content:"";position:absolute;left:0;top:0;width:4px;height:100%;background:linear-gradient(180deg,var(--theme,#09be64) 50%,#c4ff72 100%);opacity:0;transition:opacity .4s ease-in-out}.abt-pg .value-item:hover{transform:translateY(-5px);border-color:var(--theme,#09be64);box-shadow:0 10px 30px rgba(9,190,100,.2)}.abt-pg .value-item:hover:before{opacity:1}.abt-pg .value-item h4{color:var(--white);margin-bottom:10px;display:flex;align-items:center;gap:10px;font-size:18px}.abt-pg .value-item h4 i{color:var(--theme,#09be64);font-size:20px}.abt-pg .value-item p{margin-bottom:0;color:var(--pra-clr,#bebebe);font-size:14px;line-height:1.6}@media (max-width:1199px){.abt-pg .mission-vision-section{padding:80px 0 0}.abt-pg .custom_tab{justify-content:center}.abt-pg .tabs .example{padding:12px 20px}.abt-pg .tabs h2{font-size:24px}}@media (max-width:991px){.abt-pg .mission-vision-section{padding:60px 0 0}.abt-pg .tab-content{flex-direction:column}.abt-pg .image-container{min-height:300px;order:-1}.abt-pg .content-box h4{font-size:24px}.abt-pg .content-box p{font-size:15px}}@media (max-width:768px){.abt-pg .mission-vision-section{padding:40px 0 0}.abt-pg .custom_tab{flex-direction:column;align-items:center;border-bottom:none;gap:10px}.abt-pg .tabs{width:100%;max-width:300px;margin-bottom:10px;border:1px solid var(--border1,#454750);border-radius:8px;background:var(--bg1)}.abt-pg .tabs.active{border-color:var(--theme,#09be64);background:rgba(9,190,100,.05)}.abt-pg .tabs.active .example:after{display:none}.abt-pg .content-box h4{font-size:22px}.abt-pg .tab-content{border-radius:12px}.abt-pg .image-container{min-height:250px}}@media (max-width:575px){.abt-pg .content-box h4{font-size:20px}.abt-pg .content-box p{font-size:14px}.abt-pg .value-item{padding:20px}.abt-pg .value-item h4{font-size:16px}.abt-pg .value-item p{font-size:13px}}@media (max-width:425px){.abt-pg .content-box h4{font-size:20px}.abt-pg .content-box p{font-size:18px}.abt-pg .tabs h2{font-size:20px}}.abt-pg .our-story-section{background:var(--bg2,#1b1b1b);position:relative;overflow:hidden}.abt-pg .example,.abt-pg .section-header{position:relative}.abt-pg .example{display:inline-block}.abt-pg .story-details p{font-size:16px;line-height:1.8;color:#fff}.abt-pg .stats-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px;gap:30px;list-style:none;padding:0;margin:0}.abt-pg .stat-item{background:var(--bg1);border:1px solid var(--border1,#454750);border-radius:12px;padding:30px 25px;text-align:center;transition:all .4s ease-in-out;position:relative;overflow:hidden}.abt-pg .stat-item:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--theme,#09be64) 50%,#c4ff72 100%);transform:translateY(100%);transition:transform .4s ease-in-out}.abt-pg .stat-item:hover{transform:translateY(-5px);border-color:var(--theme,#09be64);box-shadow:0 15px 40px rgba(9,190,100,.2)}.abt-pg .stat-item:hover:before{transform:translateY(0)}.abt-pg .stat-number{display:block;font-size:42px;font-weight:700;color:var(--white);line-height:1;margin-bottom:10px}.abt-pg .stat-number .plus{color:var(--theme,#09be64);margin-left:2px}.abt-pg .stat-label{font-size:14px;color:var(--pra-clr,#bebebe);line-height:1.5;margin:0;letter-spacing:.5px}@media (max-width:1199px){.abt-pg .stat-number{font-size:36px}.abt-pg .stat-item{padding:25px 20px}}@media (max-width:991px){.abt-pg .our-story-content{padding-right:0;margin-bottom:50px}}@media (max-width:768px){.abt-pg .stats-grid{gap:20px}.abt-pg .stat-number{font-size:32px}.abt-pg .stat-item{padding:20px 15px}.abt-pg .story-details h4{font-size:20px}.abt-pg .story-details p{font-size:15px}}@media (max-width:575px){.abt-pg .stats-grid{grid-template-columns:1fr;gap:15px}.abt-pg .stat-number{font-size:28px}.abt-pg .stat-item{padding:18px 12px}.abt-pg .stat-label{font-size:13px}}@media (max-width:400px){.abt-pg .story-details h4{font-size:18px}.abt-pg .story-details p{font-size:14px}.abt-pg .stat-number{font-size:24px}}.abt-pg .insights-section{background:var(--bg1);position:relative;overflow:hidden}.abt-pg .insights-header{text-align:center;margin-bottom:3rem;position:relative}.abt-pg .insights-cards-grid{display:grid;grid-gap:1.5rem;gap:1.5rem;margin-bottom:3rem}@media (min-width:768px){.abt-pg .insights-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.abt-pg .insights-cards-grid{grid-template-columns:repeat(3,1fr)}}.abt-pg .insight-card{background:var(--bg2);border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .4s ease-in-out;height:100%;display:flex;flex-direction:column;border:1px solid var(--border1,#454750);animation:fadeInUp .5s ease-out forwards}.abt-pg .insight-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(9,190,100,.15);border-color:var(--theme,#09be64)}.abt-pg .insight-card:first-child{animation-delay:.1s}.abt-pg .insight-card:nth-child(2){animation-delay:.2s}.abt-pg .insight-card:nth-child(3){animation-delay:.3s}.abt-pg .card-image-container{height:200px;position:relative;overflow:hidden;background:linear-gradient(135deg,rgba(9,190,100,.1),rgba(196,255,114,.05))}.abt-pg .card-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.abt-pg .insight-card:hover .card-image{transform:scale(1.05)}.abt-pg .image-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;color:var(--place,#858585)}.abt-pg .image-placeholder-icon{font-size:3rem;margin-bottom:.5rem;opacity:.7}.abt-pg .category-badge{color:var(--theme,#09be64);border-radius:100px;border:1px solid rgba(9,190,100,.3)}.abt-pg .category-badge,.abt-pg .result-badge{display:inline-block;font-weight:600;font-size:12px;padding:6px 16px;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.abt-pg .result-badge{background:linear-gradient(135deg,rgba(196,255,114,.1),rgba(9,190,100,.05));color:#c4ff72;border-radius:100px;border:1px solid rgba(196,255,114,.3)}.abt-pg .card-content{padding:1.5rem;flex:1 1;display:flex;flex-direction:column}.abt-pg .card-title{color:var(--white);font-size:20px;font-weight:600;line-height:1.4;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.abt-pg .card-title a{color:var(--white);text-decoration:none;transition:color .3s ease}.abt-pg .card-title a:hover{color:var(--theme,#09be64)}.abt-pg .card-description{color:var(--pra-clr,#bebebe);line-height:1.6;margin-bottom:1rem;flex:1 1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-size:16px}.abt-pg .card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;margin-top:auto;border-top:1px solid var(--border1,#454750)}.abt-pg .date-text{color:var(--place,#858585);font-size:14px;font-weight:500}.abt-pg .learn-more-link{color:var(--theme,#09be64);font-weight:600;display:flex;align-items:center;gap:8px;transition:all .3s ease;text-decoration:none;font-size:14px;text-transform:uppercase;letter-spacing:.5px}.abt-pg .learn-more-link:hover{color:#c4ff72;gap:12px}.abt-pg .arrow-icon{transition:transform .3s ease}.abt-pg .insight-card:hover .arrow-icon{transform:translateX(4px)}.abt-pg .show-more-main-container{display:flex;justify-content:center;align-items:center;background:var(--bg1);padding:40px 0;margin-top:30px}.abt-pg .show-more-container{width:200px;margin:0 auto}.abt-pg .show-more-container .touch-btn{width:100%}.abt-pg .show-more-container .base-btn{display:flex;align-items:center;justify-content:center;gap:10px}.abt-pg .show-more-button{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,var(--theme,#09be64) 0,#c4ff72 100%);color:var(--black);font-weight:600;padding:14px 32px;border-radius:100px;transition:all .3s ease;position:relative;overflow:hidden;border:none;cursor:pointer;font-size:16px;text-transform:uppercase;text-decoration:none}.abt-pg .show-more-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);transition:left .5s ease}.abt-pg .show-more-button:hover:before{left:100%}.abt-pg .show-more-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(9,190,100,.3);gap:12px}.abt-pg .button-arrow{transition:transform .3s ease}.abt-pg .show-more-button:hover .button-arrow{transform:translateX(4px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1399px){.abt-pg .insights-section{padding:3rem 0}.abt-pg .card-image-container{height:180px}.abt-pg .card-content{padding:1.25rem}.abt-pg .card-title{font-size:18px}.abt-pg .show-more-button{padding:12px 28px}}@media (max-width:1199px){.abt-pg .card-image-container{height:170px}}@media (max-width:991px){.abt-pg .insights-section{padding:2.5rem 0}.abt-pg .card-image-container{height:160px}.abt-pg .card-title{font-size:17px}.abt-pg .card-description{font-size:15px}.abt-pg .show-more-button{padding:10px 24px;font-size:14px}}@media (max-width:768px){.abt-pg .insights-section{padding:2rem 0}.abt-pg .card-image-container{height:150px}.abt-pg .card-content{padding:1rem}.abt-pg .card-title{font-size:16px}.abt-pg .card-description{font-size:14px}.abt-pg .category-badge,.abt-pg .result-badge{font-size:11px;padding:5px 12px}.abt-pg .date-text,.abt-pg .learn-more-link{font-size:13px}}@media (max-width:640px){.abt-pg .insights-cards-grid{grid-template-columns:1fr}.abt-pg .card-footer{flex-direction:column;align-items:flex-start;gap:12px}.abt-pg .learn-more-link{align-self:flex-end}.abt-pg .show-more-button{width:100%;justify-content:center}}@media (max-width:575px){.abt-pg .card-image-container{height:140px}.abt-pg .insight-card:hover{transform:translateY(-5px)}}@media (max-width:480px){.abt-pg .card-title{font-size:15px}.abt-pg .card-description{font-size:13px}}@media print{.abt-pg .insights-section{background:var(--white)!important}.abt-pg .insight-card{page-break-inside:avoid;break-inside:avoid;box-shadow:none}.abt-pg .show-more-button{display:none}.abt-pg .card-description,.abt-pg .card-title,.abt-pg .card-title a{color:var(--black)}}.contact-section{background-color:#000;min-height:1000px;display:flex;align-items:stretch;justify-content:end;margin:0;padding:0}.contact-section,.contact-section *,.contact-section :after,.contact-section :before{box-sizing:border-box}.contact-grid{display:grid;grid-template-columns:1.25fr .75fr;width:100%;max-width:1600px}.form-panel{background-color:#000;padding:80px 10% 80px 0;color:#fff;display:flex;flex-direction:column;justify-content:center}.form-title{font-size:2.5rem;font-weight:400;line-height:1.25;margin-bottom:50px;max-width:650px;color:#fff}.custom-form{display:flex;flex-direction:column;gap:35px}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px}.input-wrap{display:flex;flex-direction:column;position:relative;border-bottom:1px solid hsla(0,0%,100%,.2);padding-bottom:8px}.input-wrap label{font-size:.85rem;color:hsla(0,0%,100%,.6);margin-bottom:6px}.input-wrap .disabled-label{color:hsla(0,0%,100%,.3)}.input-wrap input,.input-wrap textarea{background:transparent;border:none;outline:none;width:100%}.country-value,.input-wrap input,.input-wrap textarea{color:#fff;font-size:1.05rem;padding:4px 0}.textarea-wrap{position:relative}.textarea-wrap textarea{resize:none;padding-right:30px}.attachment-icon{position:absolute;right:0;bottom:12px;cursor:pointer;opacity:.5;font-size:1.1rem;transition:opacity .2s}.attachment-icon:hover{opacity:1}.checkbox-wrap{margin-top:10px}.checkbox-container{display:flex;align-items:center;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkbox-container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{height:18px;width:18px;border:1px solid hsla(0,0%,100%,.4);border-radius:2px;margin-right:12px;display:inline-block;position:relative}.checkbox-container:hover input~.checkmark{border-color:hsla(0,0%,100%,.8)}.checkbox-container input:checked~.checkmark{background-color:transparent;border-color:#fff}.checkbox-container input:checked~.checkmark:after{content:"";position:absolute;left:5px;top:1px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.checkbox-label{font-size:.9rem;color:hsla(0,0%,100%,.8)}.disclaimer-text{font-size:.8rem;color:hsla(0,0%,100%,.5);line-height:1.5;margin:5px 0 10px}.disclaimer-text a{color:hsla(0,0%,100%,.9);text-decoration:underline}.btn-contact-submit{align-self:flex-start;font-size:1rem;font-weight:500;cursor:pointer;transition:opacity .2s ease}.form-status-msg{margin-top:10px;font-size:.95rem}.form-status-msg.success{color:#2ed06e}.form-status-msg.error{color:#ff4d4d}.testimonial-panel{background-color:#fff;padding:150px 40px 140px;color:#181920;display:flex;flex-direction:column;justify-content:space-between;position:relative;margin:30px;border-radius:12px;width:630px}.testimonial-section-title{font-size:1.1rem;font-weight:500;margin-bottom:50px;color:#181920}.testimonial-card{display:flex;flex-direction:column}.quote-mark{font-size:4rem;line-height:1;margin-bottom:10px;display:block;font-weight:700;color:#000}.quote-text{font-size:1.1rem;line-height:1.65;color:#333;margin-bottom:40px}.author-block{display:flex;align-items:center;gap:20px}.author-avatar{width:64px;height:64px;border-radius:8px;object-fit:cover}.author-info{display:flex;flex-direction:column;gap:4px}.author-name{font-size:1.05rem;font-weight:600;margin:0}.author-role{font-size:.9rem;color:#666;margin:0}.carousel-controls{display:flex;gap:15px;margin-top:50px;border-top:1px solid rgba(0,0,0,.1);padding-top:30px}.control-btn{background:transparent;border:1px solid rgba(0,0,0,.2);width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;cursor:pointer;transition:all .2s}.control-btn:hover{border-color:#000;background-color:rgba(0,0,0,.02)}@media (max-width:1024px){.contact-section{min-height:auto;justify-content:center}.contact-grid{grid-template-columns:1fr;max-width:100%}.form-panel{padding:60px 40px}.testimonial-panel{width:auto;margin:0 30px 30px;padding:50px 40px}}@media (max-width:768px){.form-panel{padding:50px 28px}.form-title{font-size:2rem;margin-bottom:36px}.testimonial-panel{margin:0 24px 24px;padding:44px 28px}}@media (max-width:600px){.form-row{grid-template-columns:1fr;gap:28px}.custom-form{gap:28px}}@media (max-width:415px){.form-panel{padding:40px 20px}.form-title{font-size:1.55rem;line-height:1.3;margin-bottom:28px}.testimonial-panel{margin:0 16px 16px;padding:32px 20px}.testimonial-section-title{margin-bottom:32px}.quote-mark{font-size:3rem}.quote-text{font-size:1rem;margin-bottom:28px}.author-avatar{width:54px;height:54px}.author-block{gap:14px}.carousel-controls{margin-top:32px;padding-top:22px}}.cta-section{background:#fff;padding:80px 0}.cta-card{display:flex;flex-direction:column;justify-content:space-between;padding:25px;min-height:430px;border-radius:20px;background:#000;cursor:pointer;transition:background .35s ease}.cta-card:hover{background:#161616}.cta-label{font-size:14px;font-weight:400;letter-spacing:.15em;text-transform:uppercase;color:#fff;transition:color .35s}.cta-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.cta-heading{font-size:clamp(52px,6vw,100px);font-weight:4300;color:#fff;margin:0;line-height:1;letter-spacing:-.03em;transition:color .35s}.cta-arrow{flex-shrink:0;width:120px;height:120px;border-radius:50%;border:2px solid #111;background:#fff;display:flex;align-items:center;justify-content:center;font-size:26px;color:#000;margin-bottom:6px;transition:background .35s,border-color .35s,color .35s}.cta-card:hover .cta-arrow{color:#2ed06e}@media (max-width:768px){.cta-section{padding:56px 0}.cta-card{padding:36px 32px;min-height:260px}.cta-arrow{width:56px;height:56px;font-size:20px}}@media (max-width:480px){.cta-card{padding:28px 24px}}.sbg-container{background-color:#fff;padding:50px;color:#000}.sbg-grid{display:grid;grid-template-columns:1.1fr 1.9fr 2.4fr;grid-template-rows:auto auto;grid-template-areas:"left  center  rtop" "map   map     rbot";grid-gap:14px;gap:14px;width:100%}.sbg-left{grid-area:left;display:flex;flex-direction:column;gap:14px}.sbg-center{grid-area:center}.sbg-top-right{grid-area:rtop}.sbg-map{grid-area:map}.sbg-bottom-right{grid-area:rbot}.sbg-card{background-color:#000;border-radius:16px;padding:28px 30px;position:relative;overflow:hidden;display:flex;flex-direction:column}.sbg-number{font-size:2.6rem;font-weight:500;margin:0 0 8px;color:#fff;letter-spacing:-.5px}.sbg-number-lg{font-size:3.8rem}.sbg-desc{color:#fff;font-size:.9rem;line-height:1.45;margin:0;max-width:200px}.sbg-desc-white{color:hsla(0,0%,100%,.85)}.sbg-small{flex:none;height:165px;justify-content:flex-start}.sbg-center{background:#000;min-height:280px}.sbg-center,.sbg-oval{justify-content:center;align-items:center}.sbg-oval{position:relative;width:88%;height:84%;min-height:210px;border-radius:120px;display:flex;box-shadow:inset 0 0 30px rgba(16,90,45,.25),0 0 20px rgba(16,90,45,.15);background:radial-gradient(ellipse at top,rgba(46,208,110,.25) 0,rgba(46,208,110,.08) 35%,rgba(15,50,28,.9) 100%)}.sbg-oval-progress{position:absolute;top:-2px;left:30%;right:30%;height:3px;background:linear-gradient(90deg,transparent,#1a7a42,#2ed06e,#a8ffd0,#2ed06e,#1a7a42,transparent);border-radius:2px;box-shadow:0 0 12px rgba(46,208,110,.8)}.sbg-oval-inner{text-align:center;padding:0 16px}.sbg-oval-inner .sbg-desc{max-width:180px;margin:0 auto;color:#8890b0}.sbg-video-card{background:#000;height:345px;overflow:hidden}.sbg-split-video{position:absolute;left:0;width:100%;height:704px;object-fit:cover;opacity:.5;z-index:0;pointer-events:none}.sbg-split-top{top:0;object-position:top center}.sbg-split-bottom{bottom:0;object-position:bottom center}.sbg-video-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,11,18,.3) 0,rgba(10,11,18,.65));z-index:1}.sbg-video-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:space-between}.sbg-play-icon{font-size:.65rem;opacity:.9}.sbg-map{background:linear-gradient(130deg,#5aef95,#2ed06e 55%,#167a3b);min-height:220px}.sbg-map,.sbg-map-content{justify-content:space-between}.sbg-map-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column}.sbg-map-content p,.sbg-map-content span{color:#000}.sbg-map-dots{inset:0;background-image:radial-gradient(hsla(0,0%,100%,.18) 1px,transparent 0);background-size:13px 13px;mask-image:linear-gradient(270deg,rgba(0,0,0,.6) 0,transparent 60%);-webkit-mask-image:linear-gradient(270deg,rgba(0,0,0,.6) 0,transparent 60%);border-radius:inherit}.sbg-map-dots,.sbg-map-svg{position:absolute;z-index:1}.sbg-map-svg{right:2%;top:50%;transform:translateY(-50%);width:58%;pointer-events:none}.sbg-map-svg svg{width:100%;height:auto}.sbg-locations-link{color:hsla(0,0%,100%,.9);text-decoration:none;font-size:.88rem;font-weight:500;display:inline-block;margin-top:12px;transition:color .2s}.sbg-locations-link:hover{color:#fff}.sbg-logos{display:flex;flex-wrap:wrap;gap:50px;align-items:center;margin-top:12px}.sbg-logo-item{height:70px;width:70px;object-fit:contain;filter:brightness(0) invert(1);opacity:.8}@media (max-width:1100px){.sbg-grid{grid-template-columns:1.1fr 1.9fr;grid-template-areas:"left  center" "rtop  rtop" "rbot  rbot" "map   map"}.sbg-center{min-height:260px}}@media (max-width:768px){.sbg-container{padding:24px}.sbg-grid{grid-template-columns:1fr;grid-template-areas:"left" "center" "rtop" "rbot" "map"}.sbg-left{flex-direction:row}.sbg-small{flex:1 1;height:auto;min-height:150px}.sbg-center{min-height:230px}.sbg-number{font-size:2rem}.sbg-number-lg{font-size:3rem}.sbg-map-svg{display:none}}@media (max-width:425px){.sbg-container{padding:16px}.sbg-card{padding:22px 20px}.sbg-small{min-height:130px}}.problems-section{background-color:#fff;padding:50px 0;overflow-x:clip}.problems-container{padding-left:max(28px,calc((100vw - 1296px) / 2));padding-right:40px;width:100%}.section-title{font-size:50px;font-weight:700;color:#111;margin-bottom:60px;letter-spacing:-.5px;line-height:125%;font-family:Poppins,sans-serif}.problems-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:48px;gap:48px}.problem-column{display:flex;flex-direction:column}.problem-number{font-size:1.1rem;font-weight:600;color:#2ed06e;margin-bottom:20px}.problem-heading{font-size:1.35rem;font-weight:500;color:#111;line-height:1.3;margin:0 0 18px}.problem-description{font-size:.95rem;line-height:1.6;color:#555;margin:0 0 24px}.problem-link{color:#111;text-decoration:none;font-size:.95rem;font-weight:600;display:inline-flex;align-items:center;margin-top:auto;transition:color .2s ease}.problem-link:hover{color:#2ed06e}.arrow-icon{margin-left:6px;font-size:1rem}@media (max-width:1024px){.section-title{font-size:42px}}@media (max-width:992px){.problems-grid{grid-template-columns:repeat(2,1fr);gap:32px}.section-title{font-size:36px;margin-bottom:44px}}@media (max-width:768px){.problems-section{padding:56px 0 64px}.problems-container{padding-left:28px;padding-right:28px}.section-title{font-size:32px;margin-bottom:36px}}@media (max-width:600px){.problems-container{padding-left:16px;padding-right:16px}.problems-grid{grid-template-columns:1fr;gap:40px}.section-title{font-size:28px;margin-bottom:32px}}.af-section{background:#fff;padding:50px 0;overflow-x:clip}.af-header{display:flex;align-items:center;justify-content:space-between;padding-right:40px;margin-bottom:52px}.af-header-inner{padding-left:max(28px,calc((100vw - 1296px) / 2))}.af-title{font-size:50px;font-weight:700;color:#111;margin:0;letter-spacing:-.5px;line-height:125%;font-family:Poppins}.af-controls{display:flex;gap:10px;flex-shrink:0}.af-btn{width:44px;height:44px;border-radius:50%;border:1.5px solid #ccc;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;transition:border-color .2s ease,color .2s ease,background-color .2s ease,opacity .2s ease}.af-btn:hover:not(.af-btn--disabled){border-color:#2ed06e;color:#2ed06e;background-color:rgba(46,208,110,.06)}.af-btn--disabled{opacity:.3;cursor:default}.af-grid-wrap{padding-left:max(28px,calc((100vw - 1296px) / 2));display:flex}.af-grid{border-left:1px solid #e2e2e2;min-height:320px}.af-card,.af-grid{flex:1 1;display:flex}.af-card{min-width:0;border-right:1px solid #e2e2e2;border-top:3px solid transparent;padding:36px 28px 32px;flex-direction:column;justify-content:space-between;cursor:pointer;background:#f8f8f9;transition:flex .45s cubic-bezier(.25,1,.5,1),border-top-color .25s ease,background-color .25s ease;overflow:hidden}.af-card:hover{background:#f2f2f3}.af-card.expanded{flex:2.5 1;cursor:default;border-top-color:#2ed06e;background:#fff}.af-card-body{display:flex;flex-direction:column}.af-icon{width:52px;height:52px;background-color:#c9eedb;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:28px;flex-shrink:0;transition:background-color .25s ease}.af-card.expanded .af-icon{background-color:#d0f5e3}.af-card-title{font-size:1rem;font-weight:600;color:#111;margin:0 0 12px;line-height:1.45;font-family:Poppins}.af-desc-wrap{max-height:0;opacity:0;overflow:hidden}.af-card.expanded .af-desc-wrap{max-height:240px;opacity:1}.af-desc{font-size:.875rem;color:#555;line-height:1.75;margin:0;font-family:Poppins}.af-plus{margin-top:28px}.af-plus span{width:32px;height:32px;border:1.5px solid #ccc;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#aaa;font-size:1.1rem;font-weight:300;transition:border-color .2s ease,color .2s ease,background-color .2s ease}.af-card:hover .af-plus span{border-color:#2ed06e;color:#2ed06e;background-color:rgba(46,208,110,.08)}@media (max-width:1024px){.af-title{font-size:42px}}@media (max-width:768px){.af-section{padding:52px 0 64px}.af-header{padding-right:24px;margin-bottom:36px}.af-header-inner{padding-left:28px}.af-title{font-size:36px}.af-grid-wrap{padding-left:28px;display:block;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.af-grid-wrap::-webkit-scrollbar{display:none}.af-grid{width:max-content;min-height:280px}.af-card{flex:none;width:200px;padding:24px 18px 20px}.af-card.expanded{flex:none;width:320px}}@media (max-width:480px){.af-header{padding-right:16px}.af-grid-wrap,.af-header-inner{padding-left:16px}.af-title{font-size:30px}.af-card{width:170px}.af-card.expanded{width:270px}}.vs-section{background:#fff;padding:50px 25px 50px 0;overflow-x:clip}.vs-top{display:grid;grid-template-columns:2fr 3fr;grid-gap:80px;gap:80px;align-items:start;margin-bottom:48px}.vs-heading{font-size:50px;font-weight:700;color:#111;letter-spacing:-.5px;line-height:125%}.vs-heading,.vs-intro{margin:0;font-family:Poppins}.vs-intro{font-size:.92rem;color:#444;line-height:1.85;padding-top:4px}.vs-slider-wrap{padding-left:max(28px,calc((100vw - 1296px) / 2));display:flex;flex-direction:column}.vs-slider{display:flex;gap:10px;height:500px}.vs-slide{position:relative;flex:1 1;overflow:hidden;border-radius:10px;cursor:pointer}.vs-slide.active{flex:5.5 1;cursor:default}.vs-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:brightness(.32) saturate(.45);transition:transform .6s ease,filter .4s ease}.vs-slide.active .vs-img{filter:brightness(.72) saturate(1)}.vs-slide:not(.active):hover .vs-img{filter:brightness(.45) saturate(.6);transform:scale(1.03)}.vs-overlay{position:absolute;inset:0;pointer-events:none}.vs-slide.active .vs-overlay{background:linear-gradient(0deg,rgba(0,0,0,.82) 0,rgba(0,0,0,.28) 42%,transparent 68%)}.vs-slide:not(.active) .vs-overlay{background:rgba(0,0,0,.356)}.vs-content{position:absolute;bottom:0;left:0;right:0;padding:28px 32px 32px}.vs-slide-title{font-size:1.4rem;font-weight:300;color:#fff;margin:0 0 12px;line-height:1.3;font-family:Poppins;letter-spacing:-.01em}.vs-slide-desc{font-size:1.25rem;color:#fff;line-height:1.75;margin:0;font-family:Poppins}.vs-slide-desc strong{color:#fff;font-weight:600}.vs-plus{position:absolute;bottom:22px;left:50%;transform:translateX(-50%)}.vs-plus span{width:34px;height:34px;border:1px solid hsla(0,0%,100%,.55);border-radius:50%;display:flex;align-items:center;justify-content:center;color:hsla(0,0%,100%,.7);font-size:1.1rem;font-weight:300;transition:border-color .2s ease,color .2s ease,background-color .2s ease}.vs-slide:not(.active):hover .vs-plus span{border-color:#2ed06e;color:#2ed06e;background-color:rgba(46,208,110,.12)}@media (max-width:1200px){.vs-heading{font-size:42px}.vs-slider{height:380px}}@media (max-width:1024px){.vs-top{grid-template-columns:1fr 1.4fr;gap:48px}.vs-heading{font-size:36px}.vs-slider{height:350px;gap:8px}}@media (max-width:768px){.vs-section{padding:56px 0 64px}.vs-slider-wrap{padding-left:20px;padding-right:20px}.vs-top{grid-template-columns:1fr;gap:20px;margin-bottom:36px}.vs-heading{font-size:32px}.vs-slider{flex-direction:column;height:auto;gap:8px}.vs-slide{flex:none!important;height:80px;transition:height .5s ease;border-radius:8px}.vs-slide.active{flex:none!important;height:460px}.vs-content{padding:20px 22px 24px}.vs-slide-title{font-size:1.15rem;margin-bottom:8px}.vs-slide-desc{font-size:.8rem;max-width:100%}.vs-plus{bottom:auto;top:50%;transform:translate(-50%,-50%)}}@media (max-width:480px){.vs-slider-wrap{padding-left:16px;padding-right:16px}.vs-heading{font-size:1.55rem}.vs-slide.active{height:520px}}.aw-section{background:#fff;padding:50px 0;overflow-x:clip}.aw-header{display:flex;align-items:center;justify-content:space-between;padding-left:max(28px,calc((100vw - 1296px) / 2));padding-right:40px;margin-bottom:56px}.aw-heading{font-size:50px;font-weight:700;color:#111;margin:0;letter-spacing:-.5px;line-height:125%;font-family:Poppins,sans-serif}.aw-controls{display:flex;gap:10px;flex-shrink:0}.aw-btn-nav{width:44px;height:44px;border-radius:50%;border:1.5px solid #ccc;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;transition:border-color .2s ease,color .2s ease,opacity .2s ease}.aw-btn-nav:hover:not(.disabled){border-color:#111;color:#111}.aw-btn-nav.disabled{opacity:.3;cursor:default}.aw-body{max-width:1400px;margin:0 auto}.aw-swiper{width:100%}.aw-swiper .swiper-slide{height:auto}.aw-logo-item,.aw-swiper .swiper-slide{display:flex;align-items:center;justify-content:center}.aw-logo-item{padding:12px 0;width:100%}.aw-logo-item img{max-width:160px;width:100%;object-fit:contain;object-position:center;transition:opacity .2s ease;opacity:1}.aw-footer{padding-top:4px}.aw-view-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 22px;border:1.5px solid #ccc;border-radius:999px;font-size:.875rem;font-weight:500;color:#333;text-decoration:none;font-family:Poppins,sans-serif;transition:border-color .2s ease,color .2s ease,background-color .2s ease}.aw-view-btn:hover{border-color:#2ed06e;color:#2ed06e;background-color:rgba(46,208,110,.05)}@media (max-width:1200px){.aw-heading{font-size:42px}}@media (max-width:1024px){.aw-heading{font-size:36px}}@media (max-width:768px){.aw-section{padding:52px 0 60px}.aw-header{padding-left:28px;padding-right:28px;margin-bottom:40px}.aw-body{padding:0 28px}.aw-heading{font-size:30px}}@media (max-width:480px){.aw-header{padding-left:16px;padding-right:16px}.aw-body{padding:0 16px}.aw-heading{font-size:1.55rem}.aw-logo-item img{max-width:120px}}