.agps-tabs{background:var(--agps-section-bg,#fff);box-sizing:border-box;padding-bottom:var(--agps-v-padding,64px);padding-top:var(--agps-v-padding,64px)}.agps-tabs--bordered{border-top:3px solid var(--agps-accent,#1fc3d6)}.agps-tabs *,.agps-tabs :after,.agps-tabs :before{box-sizing:border-box}.agps-tabs__inner{margin:0 auto;max-width:var(--agps-content-width,1160px);padding-left:24px;padding-right:24px}.agps-tabs__nav{background:var(--agps-track,#ebeef2);border-radius:999px;display:inline-flex;flex-wrap:wrap;gap:4px;margin-bottom:32px;padding:5px}.agps-tabs__toggle{appearance:none;background:transparent;border:0;border-radius:999px;color:var(--agps-inactive-text,#2e2e2e);cursor:pointer;font:inherit;font-family:var(--agps-heading-font,inherit);font-size:15px;font-weight:600;line-height:1.2;padding:10px 22px;transition:background-color .18s ease,color .18s ease;white-space:nowrap}.agps-tabs__toggle:hover{background:rgba(0,0,0,.06)}.agps-tabs__toggle.is-active{color:var(--agps-active-text,#fff)}.agps-tabs__toggle.is-active,.agps-tabs__toggle.is-active:hover{background:var(--agps-active-bg,#12283f)}.agps-tabs__toggle:focus-visible{outline:2px solid var(--agps-accent,#1fc3d6);outline-offset:2px}.agps-tabs__panel{align-items:center;display:grid;gap:56px;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.agps-tabs__panel[hidden]{display:none}.agps-tabs__panel--media-right .agps-tabs__media{order:2}.agps-tabs__panel--media-right .agps-tabs__content{order:1}.agps-tabs__media{text-align:center}.agps-tabs__img{display:inline-block;height:auto;max-width:100%}.agps-tabs__img-placeholder{background:rgba(0,0,0,.02);border:2px dashed rgba(0,0,0,.15);border-radius:16px;min-height:320px;width:100%}.agps-tabs__heading{color:var(--agps-heading-color,#1a1a1a);font-family:var(--agps-heading-font,inherit);font-size:var(--agps-heading-size,2rem);font-weight:var(--agps-heading-weight,700);line-height:1.2;margin:0 0 16px}.agps-tabs__desc{color:var(--agps-body-color,#51555b);font-family:var(--agps-body-font,inherit);font-size:var(--agps-body-size,17px);font-weight:var(--agps-body-weight,400);line-height:1.6}.agps-tabs__desc p{margin:0 0 1em}.agps-tabs__desc p:last-child{margin-bottom:0}.agps-tabs__features{list-style:none;margin:28px 0 0;padding:0}.agps-tabs__feature{align-items:flex-start;color:var(--agps-body-color,#51555b);display:flex;font-family:var(--agps-body-font,inherit);font-size:var(--agps-body-size,17px);gap:12px;line-height:1.5;margin-bottom:16px}.agps-tabs__feature:last-child{margin-bottom:0}.agps-tabs__check{align-items:center;display:inline-flex;flex:0 0 auto;justify-content:center;margin-top:1px}.agps-tabs__check svg{fill:var(--agps-check,#f5451e)}.agps-tabs__feature-text{flex:1 1 auto}.agps-tabs__empty{border:2px dashed rgba(0,0,0,.15);border-radius:16px;color:#7a7f87;margin:0 auto;max-width:var(--agps-content-width,1160px);padding:40px 24px;text-align:center}@media (max-width:782px){.agps-tabs__panel{gap:32px;grid-template-columns:1fr}.agps-tabs__panel--media-right .agps-tabs__content,.agps-tabs__panel--media-right .agps-tabs__media{order:0}.agps-tabs__nav{display:flex;width:100%}.agps-tabs__toggle{flex:1 1 auto;text-align:center}}