.stories-grid .container{border-top:none}@media(max-width:767px){.stories-grid .container{padding:0}}.stories-grid .heading-wrapper{display:flex;flex-direction:column;gap:16px;justify-content:center;align-items:center}@media(max-width:767px){.stories-grid .heading-wrapper{align-items:flex-start;padding:30px}}.stories-grid .heading-wrapper .heading{max-width:800px}@media(max-width:767px){.stories-grid .heading-wrapper .heading{text-align:left}}.stories-grid .heading-wrapper .description{text-align:center;max-width:800px}@media(max-width:767px){.stories-grid .heading-wrapper .description{text-align:left}}.stories-grid .stories{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);grid-gap:0;gap:0}@media(max-width:1024px){.stories-grid .stories{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(1,1fr);padding:0}}.stories-grid .story-card{box-sizing:border-box;padding:32px;position:relative;min-height:400px;border-top:none}@media(max-width:1024px){.stories-grid .story-card{padding:16px;min-height:320px}}.stories-grid .story-card .logo{max-height:32px;max-width:100%}@media(max-width:767px){.stories-grid .story-card .logo{max-height:24px}}.stories-grid .story-card .logo svg{width:auto;height:100%;max-width:100%}.stories-grid .story-card.lg{grid-column:span 2/span 2}.stories-grid .story-card.xl{grid-column:span 2/span 2;grid-row:span 2/span 2;min-height:450px}.stories-grid .story-card .content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;height:100%;gap:24px}@media(max-width:767px){.stories-grid .story-card .content{gap:16px}}.stories-grid .story-card .quote{margin-top:auto;width:100%;color:var(--Light-100,#e4eac8);font-size:var(--fonts-sizes--text-2xl);font-weight:400;line-height:1.2;word-wrap:break-word;padding-top:24px}@media(max-width:767px){.stories-grid .story-card .quote{font-size:var(--fonts-sizes--text-xl)}}.stories-grid .story-card.sm .quote{font-size:var(--fonts-sizes--text-xl)}@media(max-width:767px){.stories-grid .story-card.sm .quote{font-size:var(--fonts-sizes--text-sm)}.stories-grid .story-card.sm .author{font-size:var(--fonts-sizes--text-xs)}}.stories-grid .story-card .author{width:100%;color:var(--colors--light-200);font-size:var(--fonts-sizes--text-sm);font-weight:400;word-wrap:break-word}.stories-grid .story-card .background-image{inset:0;position:absolute;width:100%;height:100%;opacity:.3;overflow:hidden}.stories-grid .story-card .background-image img{width:100%;height:100%;object-fit:cover;object-position:center}