.deedpoll-our-story,
.deedpoll-our-story *{box-sizing:border-box}
.deedpoll-our-story{position:relative;width:100%;overflow:hidden;background:#fffaf2;color:#062c60}
.deedpoll-our-story__inner{position:relative;width:min(1400px,calc(100% - 40px));max-width:1400px;margin:0 auto}
.deedpoll-our-story__grid{display:grid;grid-template-columns:minmax(0,55%) minmax(0,1fr);gap:58px;align-items:center}
.deedpoll-our-story__media{position:relative;min-width:0;padding:14px 0 16px 10px;isolation:isolate}
.deedpoll-our-story__media::before{content:"";position:absolute;inset:10px -10px -10px 10px;border:1.5px solid #d7a646;border-radius:38px 20px 38px 20px;z-index:-1;pointer-events:none}
.deedpoll-our-story__image{position:relative;overflow:hidden;width:100%;height:545px;border-radius:40px 20px 40px 20px;background:#ede5da;box-shadow:0 12px 32px rgba(8,35,66,.08)}
.deedpoll-our-story__image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center}
.deedpoll-our-story__bracket{position:absolute;z-index:2;pointer-events:none;border-color:#052c5c;border-style:solid}
.deedpoll-our-story__bracket--tl{left:-4px;top:-1px;width:285px;height:340px;border-width:20px 0 0 20px;border-radius:85px 0 0 0}
.deedpoll-our-story__bracket--br{right:-15px;bottom:-4px;width:315px;height:185px;border-width:0 20px 20px 0;border-radius:0 0 78px 0}
.deedpoll-our-story__dots{--dp-story-dot:#dfb260;position:absolute;width:78px;height:78px;background-image:radial-gradient(circle,var(--dp-story-dot) 2px,transparent 2.3px);background-size:14px 14px;opacity:.75;z-index:-2}
.deedpoll-our-story__dots--top{left:-8px;top:-33px}
.deedpoll-our-story__dots--bottom{right:-18px;bottom:-35px}
.deedpoll-our-story__content{position:relative;min-width:0;align-self:center;padding:8px 0}
.deedpoll-our-story__badge{display:inline-flex;align-items:center;gap:9px;border:1px solid #d9aa52;background:#fffaf0;color:#082f64;border-radius:22px;padding:8px 18px;margin-bottom:24px;line-height:1;white-space:nowrap}
.deedpoll-our-story__badge-dot{display:inline-block;width:9px;height:9px;border-radius:50%;background:#082f64;flex:none}
.deedpoll-our-story__heading{margin:0 0 24px;color:#062c60;font-family:Georgia,"Times New Roman",serif;font-size:54px;font-weight:600;line-height:1.03;letter-spacing:-.8px}
.deedpoll-our-story__divider{display:flex;align-items:center;gap:18px;width:280px;max-width:70%;height:18px;margin:0 0 20px}
.deedpoll-our-story__divider::before,.deedpoll-our-story__divider::after{content:"";display:block;height:1px;background:#d8aa51;flex:1}
.deedpoll-our-story__divider span{width:10px;height:10px;display:block;background:#d8aa51;transform:rotate(45deg);flex:none}
.deedpoll-our-story__description{max-width:560px;color:#4b4f55;font-size:17px;line-height:1.65}
.deedpoll-our-story__features{display:flex;flex-direction:column;gap:8px;margin-top:24px}
.deedpoll-our-story__feature{position:relative;display:grid;grid-template-columns:72px 1fr;align-items:center;gap:12px;min-height:72px;text-decoration:none;color:inherit}
.deedpoll-our-story__feature::after{content:"";position:absolute;left:84px;right:0;bottom:0;height:1px;background:#d7a646;opacity:.65}
.deedpoll-our-story__feature:last-child::after{display:none}
.deedpoll-our-story__feature-icon{width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#052f64;border:2px solid #d5a94f;color:#fff;box-shadow:0 5px 14px rgba(8,45,88,.13);justify-self:start}
.deedpoll-our-story__feature-icon i{font-size:25px;color:#fff}
.deedpoll-our-story__feature-icon svg{width:25px;height:25px;fill:#fff;color:#fff}
.deedpoll-our-story__feature-text{color:#42464c;font-size:15px;font-weight:600;line-height:1.45}
@media(max-width:1024px){
 .deedpoll-our-story__grid{grid-template-columns:1fr 1fr;gap:38px}
 .deedpoll-our-story__heading{font-size:44px}
 .deedpoll-our-story__image{height:470px}
 .deedpoll-our-story__bracket--tl{width:220px;height:285px;border-width:16px 0 0 16px}
 .deedpoll-our-story__bracket--br{width:235px;height:150px;border-width:0 16px 16px 0}
}
@media(max-width:767px){
 .deedpoll-our-story{padding-left:20px!important;padding-right:20px!important}
 .deedpoll-our-story__inner{width:100%!important;max-width:100%}
 .deedpoll-our-story__grid{grid-template-columns:1fr!important;gap:44px}
 .deedpoll-our-story__media{padding:9px 0 12px 6px;order:1}
 .deedpoll-our-story__content{order:2;text-align:left}
 .deedpoll-our-story__image{height:390px}
 .deedpoll-our-story__heading{font-size:38px;letter-spacing:-.4px}
 .deedpoll-our-story__divider{max-width:80%}
 .deedpoll-our-story__description{max-width:none}
 .deedpoll-our-story__bracket--tl{width:180px;height:225px;border-width:12px 0 0 12px;border-radius:55px 0 0 0}
 .deedpoll-our-story__bracket--br{width:190px;height:120px;border-width:0 12px 12px 0;border-radius:0 0 55px 0}
 .deedpoll-our-story__feature{grid-template-columns:60px 1fr}
 .deedpoll-our-story__feature::after{left:70px}
 .deedpoll-our-story__dots{display:none}
}
@media(max-width:480px){
 .deedpoll-our-story__image{height:315px}
 .deedpoll-our-story__heading{font-size:34px}
 .deedpoll-our-story__badge{white-space:normal}
}
