.blogpost--hero{background-image:linear-gradient(180deg,rgba(28,36,44,0) 0,#1c242c 60%),repeating-linear-gradient(-45deg,rgba(28,36,44,.7),rgba(28,36,44,.7) 2px,rgba(0,0,0,.6) 0,rgba(0,0,0,.6) 14px),radial-gradient(circle,#161c22 30%,#5d7792 70%);margin-top:71px;padding:72px 0 0;position:relative}.blogpost--hero-container{align-items:center;display:flex;flex-direction:column;height:100%;position:relative}.blogpost--hero-bg{background:#fff;bottom:0;height:45%;position:absolute;width:100%;z-index:1}@media(max-width:900px){.blogpost--hero-bg{height:30%}}.blogpost--hero__image{margin:0 auto;max-width:600px;z-index:2}.blogpost--hero__content{display:flex;flex-direction:column;gap:8px;max-width:800px;order:1;padding:0 24px;text-align:center;z-index:2}.blogpost--hero__content em{color:var(--color-primary-red);text-transform:uppercase}.blogpost--hero__content h1{color:var(--color-white)}.blogpost--hero__image{aspect-ratio:192/123;max-width:848px;order:1;padding:24px;width:100%}.blogpost--hero__image img{border-radius:4px;display:block;height:100%;object-fit:cover;width:100%}.blogpost--hero__cut{background:var(--color-white);height:16px;inset:auto auto 0 auto;overflow:visible;overflow-y:clip;position:absolute;top:-16px;width:60px;z-index:3}@media only screen and (min-width:1000px){.blogpost--hero__cut{width:140px}}.blogpost--hero__cut:after{background:var(--color-white);bottom:0;content:"";height:46px;position:absolute;top:-1px;width:40px}.blogpost--hero__cut.left{left:0}.blogpost--hero__cut.left:after{left:99%;transform:skewY(45deg)}.blogpost--hero__cut.right{right:0}.blogpost--hero__cut.right:after{right:99%;transform:skewY(-45deg)}