.tabs3-section{background:var(--tabs3-bg);background-position:50%;background-size:cover;padding-bottom:60px;padding-top:50px}.tabs3-section.white .t3-body *,.tabs3-section.white h2{color:inherit!important}.t3-tab-labels{display:flex;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;gap:6px 8px;margin-bottom:60px;padding-bottom:4px}.t3-tab-labels::-webkit-scrollbar{display:none}.t3-tab-btn{all:unset;color:inherit;cursor:pointer;font-size:1rem;font-weight:700;opacity:.45;padding:8px 18px;position:relative;transition:opacity .3s ease;white-space:nowrap}.t3-tab-btn:after{background:currentColor;bottom:0;content:"";height:2px;left:18px;position:absolute;right:18px;transform:scaleX(0);transform-origin:left center;transition:transform .3s ease}.t3-tab-btn[aria-selected=true]{opacity:1}.t3-tab-btn[aria-selected=true]:after{transform:scaleX(1)}.t3-tab-btn:hover{opacity:.75}.t3-tab-btn:focus{outline:none}.t3-tab-btn:focus-visible{border-radius:4px;outline:2px solid currentColor;outline-offset:6px}.t3-panel{display:none;gap:30px}.t3-panel:not([hidden]){display:flex;flex-direction:column}.t3-panel--no-image .t3-panel-text{max-width:65ch}.t3-panel:not([hidden]) .t3-panel-text{animation:t3FadeIn .48s ease both}.t3-panel:not([hidden]) .t3-panel-img-wrap{animation:t3FadeIn .48s ease both;animation-delay:.12s}@keyframes t3FadeIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.t3-panel-text{flex:1}.t3-panel-text h2{margin-bottom:20px}.t3-body p{max-width:55ch}.t3-panel-img-wrap{flex:1}.t3-panel-img{border-radius:10px;box-shadow:var(--shadow-1);display:block;object-fit:cover;width:100%}.t3-dots{display:flex;gap:10px;margin-bottom:8px;margin-top:50px}.t3-dot{background:currentColor;border-radius:50%;height:10px;opacity:.3;transition:opacity .3s ease,transform .3s ease;width:10px}.t3-dot.active{opacity:1;transform:scale(1.3)}@media (min-width:961px){.tabs3-section{overflow:visible;padding-bottom:20px!important}.t3-tab-labels{flex-wrap:wrap;justify-content:center;overflow-x:unset}.t3-panel:not([hidden]){align-items:start;column-gap:60px;display:grid;grid-template-columns:1fr 1fr;position:relative}.t3-panel--no-image:not([hidden]){grid-template-columns:1fr}.t3-panel-img-wrap{bottom:-120px;position:absolute;right:0;top:0;width:calc(50% - 30px);z-index:1}.t3-panel-img{height:100%}}@media (max-width:500px){.t3-tab-btn{font-size:.9rem;padding:6px 12px}}@media (prefers-reduced-motion:reduce){.t3-panel:not([hidden]) .t3-panel-img-wrap,.t3-panel:not([hidden]) .t3-panel-text{animation:none}.t3-dot,.t3-tab-btn,.t3-tab-btn:after{transition:none}}