.services-section{width:calc(100% - 32px);margin:24px 16px 0;background-color:#f8efdb;border-radius:24px;padding:80px 0;box-sizing:border-box;overflow:visible;font-family:Helvetica Neue,Arial,sans-serif}.services-section,.services__header{display:flex;flex-direction:column;align-items:center}.services__header{text-align:center;margin-bottom:56px}.services__subtitle{font-family:Inter Tight,sans-serif;font-size:18px;font-weight:600;line-height:24px;text-align:center;margin-bottom:24px;color:#000}.services__subtitle p{margin:0}.services__title{font-family:Items,Georgia,serif;font-size:64px;font-weight:300;line-height:70px;letter-spacing:0;text-align:center;color:#000;margin-bottom:48px;max-width:800px;padding:0 20px}.services__tabs-container{display:flex;justify-content:center;margin-bottom:28px;max-width:920px;margin-left:auto;margin-right:auto;padding:0 20px}.services__tabs{display:inline-flex;gap:4px;background:#f2ead4;border-radius:100px;padding:6px;box-shadow:0 1px 3px rgba(0,0,0,.06)}@media screen and (max-width:480px){.services__tabs{width:378px;max-width:100%;height:64px;overflow-x:auto;-webkit-overflow-scrolling:touch;align-items:center;scrollbar-width:none}.services__tabs::-webkit-scrollbar{display:none}}.services__tab{border:none;cursor:pointer;padding:12px 24px;border-radius:100px;font-family:Inter,sans-serif;font-weight:500;font-size:20px;line-height:1;letter-spacing:-.02em;background:transparent;color:#2c2c2a;transition:background .4s ease .1s,color .4s ease .1s;white-space:nowrap}@media screen and (max-width:480px){.services__tab{height:52px;display:inline-flex;align-items:center;justify-content:center}}.services__tab.services__tab--active{background:#1c1c1a;color:#fff}.stage{position:relative;width:100vw;margin-left:-16px;flex-shrink:0;height:620px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:0;box-sizing:border-box}@media(max-width:1024px){.stage{height:540px}}@media(max-width:720px){.stage{height:500px;margin-left:0}}.slide{position:absolute;top:60px;bottom:60px;border-radius:24px;overflow:hidden;cursor:grab;background-size:cover;background-position:50%;user-select:none;-webkit-user-select:none;touch-action:pan-y;transition:left .55s cubic-bezier(.4,0,.2,1),width .55s cubic-bezier(.4,0,.2,1),top .55s cubic-bezier(.4,0,.2,1),bottom .55s cubic-bezier(.4,0,.2,1),border-radius .55s cubic-bezier(.4,0,.2,1),box-shadow .55s ease}.slide.left-slide{border-top-left-radius:0;border-bottom-left-radius:0}.slide.right-slide{border-top-right-radius:0;border-bottom-right-radius:0}.slide.center{top:0;bottom:0;border-radius:24px;cursor:grab}.slide.dragging{cursor:grabbing}.slide:after{content:"";position:absolute;inset:0;background:transparent;transition:background .55s ease;pointer-events:none;z-index:1}.slide:not(.center):after{background:rgba(0,0,0,.4)}.slide.has-card.center .slide-caption{opacity:0}.slide-caption{position:absolute;inset:0;display:flex;align-items:center;justify-content:flex-end;padding:48px;pointer-events:none;transition:opacity .4s ease .1s;z-index:2}.slide-caption span{font-family:Items,Georgia,serif;font-weight:400;font-size:32px;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.3)}.slide.right-slide .slide-caption{justify-content:flex-start}.content-card{position:absolute;left:24px;bottom:24px;width:339px;height:auto;max-width:calc(100% - 48px);background:#f8efdb;border-radius:16px;padding:33px 24px 58px;opacity:0;transform:translateX(-12px);transition:opacity .4s ease .15s,transform .4s ease .15s;pointer-events:none;z-index:3;display:flex;flex-direction:column;justify-content:space-between;gap:24px}.content-card h3{font-family:Items,Georgia,serif;font-size:36px;font-weight:300;color:#000;line-height:44px;margin:0}.content-card__desc{font-family:Inter Tight,sans-serif;font-weight:600;font-size:16px;line-height:28px;color:var(--color-aip-black);display:flex;flex-direction:column;gap:8px;width:100%}.content-card__desc p{margin:0;width:100%}.content-card__btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;width:fit-content;min-width:153px;white-space:nowrap;height:48px;background:#c3d646;color:#000;font-family:Inter,sans-serif;font-weight:500;font-size:20px;line-height:1;letter-spacing:-.02em;border-radius:8px;text-decoration:none;transition:all .4s ease .1s;box-sizing:border-box;gap:10px;align-self:flex-start}.content-card__btn:hover{background:#000;color:#fff}.slide.center .content-card{opacity:1;transform:translateX(0);pointer-events:auto}@media screen and (max-width:768px){.services-section{padding-top:48px;padding-bottom:16px;margin:0;width:100%;border-radius:16px}.services__header{margin-bottom:32px}.services__subtitle{margin-bottom:24px}.services__title{margin-bottom:32px;line-height:70px}.content-card{left:16px;right:16px;bottom:16px;width:auto;max-width:none;gap:16px;padding:24px 16px 16px}.content-card__btn{width:fit-content}}@media screen and (max-width:480px){.services__title{line-height:70px}}.services__dots{display:none;justify-content:center;align-items:center;gap:8px;margin-top:24px;margin-bottom:0}@media screen and (max-width:480px){.services__dots{display:flex}}.services__dot{width:6px;height:6px;border-radius:50%;background-color:#8c8c88;cursor:pointer;transition:all .4s ease .1s}.services__dot.active{background-color:#407b1a;transform:scale(1.2)}