.decodable-slider{--ds-navy:#182a4d;--ds-orange:#e0913d;--ds-white:#fff;--ds-body:hsla(0,0%,100%,.92);--ds-radius:24px;font-family:inherit;margin:40px auto;max-width:1120px}.decodable-slider__viewport{border-radius:var(--ds-radius);box-shadow:0 12px 30px rgba(0,0,0,.12);overflow:hidden;position:relative}.decodable-slider__track{display:flex;transition:transform .45s ease}.decodable-slider__slide{display:flex;flex:0 0 100%;min-height:420px}.decodable-slider__image{background-color:#e5e5e5;background-repeat:no-repeat;background-size:cover;flex:0 0 50%}.decodable-slider__content{align-items:center;background-color:var(--ds-navy);background-image:repeating-linear-gradient(180deg,hsla(0,0%,100%,.05) 0,hsla(0,0%,100%,.05) 1px,transparent 0,transparent 48px);display:flex;flex:0 0 50%;padding:56px 64px}.decodable-slider__text{width:100%}.decodable-slider__heading{color:var(--ds-white)!important;font-size:34px;font-weight:800!important;line-height:1.25;margin:0 0 6px}.decodable-slider__heading--accent{color:var(--ds-orange)!important;margin-bottom:24px}.decodable-slider__body{color:var(--ds-body)!important;font-size:18px;font-weight:400!important;line-height:1.6;margin:0}.decodable-slider__arrow{align-items:center;background:hsla(0,0%,100%,.9);border:none;border-radius:50%;color:var(--ds-navy);cursor:pointer;display:flex;height:44px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:background .2s ease,transform .2s ease;width:44px;z-index:2}.decodable-slider__arrow:hover{background:var(--ds-white)}.decodable-slider__arrow:disabled{cursor:default;opacity:.35}.decodable-slider__arrow--prev{left:16px}.decodable-slider__arrow--next{right:16px}.decodable-slider__dots{display:flex;gap:10px;justify-content:center;margin-top:20px}.decodable-slider__dot{background:#d5d5d5;border:none;border-radius:50%;cursor:pointer;height:9px;padding:0;transition:background .2s ease,transform .2s ease;width:9px}.decodable-slider__dot.is-active{background:var(--ds-navy);transform:scale(1.2)}@media (max-width:768px){.decodable-slider__slide{flex-direction:column;min-height:0}.decodable-slider__content,.decodable-slider__image{flex:0 0 auto;width:100%}.decodable-slider__image{height:220px}.decodable-slider__content{padding:32px 28px}.decodable-slider__heading{font-size:26px}.decodable-slider__body{font-size:16px}.decodable-slider__arrow{height:36px;width:36px}}