body{-webkit-transition:background-color .3s ease;-moz-transition:background-color .3s ease;-ms-transition:background-color .3s ease;-o-transition:background-color .3s ease;transition:background-color .3s ease;-webkit-transition:color .3s ease;-moz-transition:color .3s ease;-ms-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}#services{display:flex;flex-direction:column;gap:64px}#services .section-first{padding:0 20px}#services .section-first .container{background-color:var(--studio-bg-color-01,#f8f6f5);border-radius:24px;padding:0}#services .section-first .section-header{padding:32px;display:flex;flex-direction:column;gap:32px;position:relative;z-index:1}#services .section-first .description{color:var(--studio-gray,#605e5d);font-size:13px;line-height:21px;font-weight:300;font-family:Kanit;letter-spacing:.25px}#services .section-first .section-image{margin-top:-62px}#services .section-two{padding:0 20px}#services .section-two .services-grid{display:grid;grid-template-columns:1fr;gap:1rem}#services .section-two .service-card{border-radius:24px;padding:32px;display:flex;flex-direction:column;gap:12px;position:relative;overflow:hidden;z-index:1;background:linear-gradient(135deg,rgba(255,255,255,.22) 0,rgba(255,255,255,.06) 42%,rgba(255,255,255,.02) 100%);backdrop-filter:blur(26px) saturate(165%);-webkit-backdrop-filter:blur(26px) saturate(165%);border:1px solid rgba(255,255,255,.26);box-shadow:0 24px 44px -26px rgba(15,13,12,.55),0 1px 0 0 rgba(255,255,255,.35) inset,0 -1px 0 0 rgba(255,255,255,.06) inset;transition:all .6s cubic-bezier(.22,1,.36,1)}#services .section-two .service-card::before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(125deg,rgba(255,255,255,.28) 0,rgba(255,255,255,.08) 38%,rgba(255,255,255,0) 72%);z-index:-1;opacity:.72;transition:opacity .6s ease}#services .section-two .service-card__icon{position:absolute;top:-20px;right:-20px;width:180px;height:180px;z-index:-2;opacity:.9;transition:all .7s cubic-bezier(.22,1,.36,1)}#services .section-two .service-card__icon img,#services .section-two .service-card__icon picture{width:100%;height:100%;object-fit:cover;display:block;opacity:.42;filter:none;transition:all .6s ease;will-change:filter,opacity;transform:translateZ(0);mix-blend-mode:soft-light}#services .section-two .service-card__cta,#services .section-two .service-card__description,#services .section-two .service-card__number,#services .section-two .service-card__tags,#services .section-two .service-card__title{position:relative;z-index:5}#services .section-two .service-card__number{color:var(--studio-orange,#ff6028);font-size:14px;line-height:20px;font-weight:600;font-family:Kanit;letter-spacing:.1px}#services .section-two .service-card__title{color:var(--studio-black,#0f0d0c);font-size:24px;line-height:32px;font-weight:600;font-family:Kanit;padding-bottom:4px}#services .section-two .service-card__tags{display:flex;gap:8px;flex-wrap:wrap;padding-top:4px;padding-bottom:8px}@media (max-width:1023px){#services .section-two .service-card__tags{display:none}}#services .section-two .service-card__tags .tag{padding:4px 10px;border:1px solid rgba(var(--studio-orange,#ff6028),.3);border-radius:6px;background-color:rgba(var(--studio-orange,#ff6028),.08);color:var(--studio-orange,#ff6028);font-size:11px;line-height:14px;font-weight:600;font-family:Kanit;letter-spacing:.4px}#services .section-two .service-card__description{color:var(--studio-gray,#605e5d);font-size:14px;line-height:22px;font-weight:300;font-family:Kanit;letter-spacing:.25px;padding:8px 0;flex-grow:1}#services .section-two .service-card__actions{display:flex;align-items:center;gap:20px;margin-top:16px;flex-wrap:wrap}#services .section-two .service-card__btn-details{display:inline-flex;align-items:center;justify-content:center;padding:10px 24px;background:var(--studio-white,#fff);color:var(--studio-orange,#ff6028);border:1px solid var(--studio-orange,#ff6028);border-radius:12px;text-decoration:none;color:var(--studio-orange,#ff6028);font-size:14px;line-height:21px;font-weight:600;font-family:Kanit;transition:all .3s ease;text-align:center}#services .section-two .service-card__btn-details:hover{background:var(--studio-orange,#ff6028);color:var(--studio-white,#fff);text-decoration:none;box-shadow:0 10px 20px -5px rgba(var(--studio-orange,#ff6028),.4);transform:translateY(-2px)}#services .section-two .service-card__btn-details:active{transform:translateY(0)}#services .section-two .service-card__cta{display:flex;align-items:center;gap:8px;color:var(--studio-black,#0f0d0c);font-size:14px;line-height:21px;font-weight:600;font-family:Kanit;width:fit-content}#services .section-two .service-card__cta i,#services .section-two .service-card__cta svg{font-size:16px;transition:transform .3s ease}#services .section-two .service-card__cta:hover{color:var(--studio-orange,#ff6028)}#services .section-two .service-card__cta:hover i,#services .section-two .service-card__cta:hover svg{transform:translateX(5px)}#services .section-two .service-card:hover{background:rgba(255,255,255,.08);box-shadow:0 20px 40px -10px rgba(0,0,0,.3),0 0 0 1px var(--studio-orange,#ff6028);transform:translateY(-8px)}#services .section-two .service-card:hover::before{opacity:1}#services .section-two .service-card:hover .service-card__icon{transform:scale(1.08) rotate(2deg);filter:drop-shadow(0 15px 30px rgba(var(--studio-orange, #ff6028), .3))}#services .section-two .service-card:hover .service-card__icon img,#services .section-two .service-card:hover .service-card__icon picture{opacity:.5;filter:blur(4px)}#services .section-two .service-card:hover .service-card__cta:hover{color:var(--studio-orange,#ff6028)!important}#services .section-three{background-color:var(--studio-orange,#ff6028);position:relative;overflow:hidden;width:100%;margin:0}#services .section-three .why-choose__container{padding:64px 20px}#services .section-three .why-choose__content{display:flex;flex-direction:column;gap:24px;border-radius:32px;padding:32px 0;position:relative;z-index:2;overflow:hidden;background-image:url(../../imgs/services/services-background-why-mobile.webp);background-position:center;background-repeat:no-repeat;background-size:cover}#services .section-three .why-choose__header{display:flex;flex-direction:column;gap:24px;padding-bottom:12px;padding:0 32px}#services .section-three .why-choose__title{color:var(--studio-white-01,#fefefe);font-size:32px;line-height:38px;font-weight:600;font-family:Kanit;letter-spacing:.25px}#services .section-three .why-choose__title .highlight{color:var(--studio-orange,#ff6028)}#services .section-three .why-choose__social-proof{display:flex;gap:24px;flex-direction:column}#services .section-three .why-choose__slider-wrapper{position:relative}#services .section-three .why-choose__navigation{display:flex;align-items:center;justify-content:space-between;margin-top:16px;gap:16px;padding:0 32px}#services .section-three .why-choose__navigation .navigation__counter{color:var(--studio-gray,#605e5d);font-size:13px;line-height:21px;font-weight:300;font-family:Kanit;text-align:right}#services .section-three .why-choose__navigation .navigation__arrows{display:flex;gap:12px}#services .section-three .why-choose__navigation .navigation__arrows .nav-arrow{width:40px;height:40px;border-radius:50%;background-color:var(--studio-orange,#ff6028);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .3s;position:relative}#services .section-three .why-choose__navigation .navigation__arrows .nav-arrow--prev::before{content:none}#services .section-three .why-choose__navigation .navigation__arrows .nav-arrow--next::before{content:none}#services .section-three .why-choose__navigation .navigation__arrows .nav-arrow.swiper-button-disabled{cursor:not-allowed}#services .section-three .why-choose__navigation .navigation__dots{display:none}#services .section-three .why-choose__cta{padding:0 32px}#services .section-three .social-proof__avatars{list-style:none;display:flex}#services .section-three .social-proof__avatars li{background-color:var(--studio-white-01,#fefefe);border-radius:100px;width:56px;height:56px;display:flex;align-items:center;justify-content:center;margin-left:-16px;border:2px solid #0f0d0c;position:relative;z-index:1}#services .section-three .social-proof__avatars li:first-of-type{margin-left:0}#services .section-three .social-proof__avatars li img,#services .section-three .social-proof__avatars li picture{max-width:40px;max-height:40px;width:100%;height:100%;object-fit:cover;aspect-ratio:1/1}#services .section-three .social-proof__text{color:var(--studio-gray-01,#eeeceb);font-size:13px;line-height:21px;font-weight:300;font-family:Kanit;letter-spacing:.25px}#services .section-three .benefit-card{border:1px solid #2f2e2d;padding:24px;border-radius:24px;display:flex;flex-direction:column;gap:16px}#services .section-three .benefit-card__title{color:var(--studio-white-01,#fefefe);font-size:22px;line-height:28px;font-weight:700;font-family:Kanit;letter-spacing:.15px;text-align:center;flex:1;display:flex;align-items:center;justify-content:center}#services .section-three .benefit-card__text{color:var(--studio-gray-01,#eeeceb);font-size:13px;line-height:21px;font-weight:300;font-family:Kanit;letter-spacing:.15px}#services .section-three .swiper-button-next,#services .section-three .swiper-button-prev,#services .section-three .swiper-buttons-wrapper,#services .section-three .swiper-pagination{position:static}#services .section-three .swiper-button-next::after,#services .section-three .swiper-button-prev::after,#services .section-three .swiper-buttons-wrapper::after,#services .section-three .swiper-pagination::after{content:none}#services .section-three .swiper-buttons-wrapper{display:flex;gap:8px;align-items:center;padding-top:16px}#services .section-three .swiper-pagination{color:var(--studio-gray-01,#eeeceb);font-size:13px;line-height:21px;font-weight:300;font-family:Kanit;letter-spacing:.25px;text-align:right}#services .section-three .swiper-button-next,#services .section-three .swiper-button-prev{margin:0;width:32px;height:32px;display:flex;justify-content:center;align-items:center;background-color:var(--studio-orange,#ff6028);color:var(--studio-white-01,#fefefe);border-radius:100px;aspect-ratio:1/1}#services .section-three .bottom-image{position:absolute;bottom:0;right:0;width:100%;pointer-events:none;z-index:1}#services .section-three .bottom-matrix{position:absolute;inset:0;z-index:1;pointer-events:none;overflow:hidden}#services .section-three .bottom-matrix .matrix-canvas{width:100%;height:100%}#services .section-three .bottom-matrix canvas{display:block;width:100%;height:100%;opacity:.95}#services .section-three .bottom-matrix .matrix-loading{position:absolute;top:24px;right:24px;z-index:2;color:#fefefe;font-size:13px;line-height:17px;font-weight:600;font-family:Kanit;padding:8px 12px;border-radius:999px;background:rgba(15,13,12,.45);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}[data-theme=dark] #services .section-three .why-choose__title{color:#fefefe}[data-theme=dark] #services .section-three .benefit-card__text,[data-theme=dark] #services .section-three .social-proof__text,[data-theme=dark] #services .section-three .why-choose__navigation .navigation__counter{color:#eeeceb}[data-theme=dark] #services .section-three .benefit-card{border-color:#2f2e2d}[data-theme=dark] #services .section-three .benefit-card__title{color:#fefefe}[data-theme=dark] #services .section-three .social-proof__avatars li{background-color:#fefefe;border-color:#0f0d0c}[data-theme=dark] #services .section-three .social-proof__avatars li img{opacity:1;filter:none}[data-theme=dark] #services .section-three .why-choose__cta .btn-two{background-color:#ff6028;border-color:#ff6028;color:#fff}[data-theme=dark] #services .section-three .why-choose__cta .btn-two:hover{background-color:#cc4d21;color:#fff}[data-theme=dark] #services .section-three .bottom-matrix .matrix-loading{background:rgba(15,13,12,.7);color:#eeeceb}