.container{width:100%;margin-right:auto;margin-left:auto}
@media (min-width:576px){.container{max-width:576px}}
@media (min-width:768px){.container{max-width:768px}}
@media (min-width:1024px){.container{max-width:1024px}}
@media (min-width:1320px){.container{max-width:1320px}}
.mb-\[var\(--spacing-11\)\]{margin-bottom:var(--spacing-11)}
.block{display:block}
.flex{display:flex}
.h-full{height:100%}
.w-full{width:100%}
.flex-col{flex-direction:column}
.justify-center{justify-content:center}
.gap-\[var\(--spacing-5\)\]{gap:var(--spacing-5)}
.overflow-hidden{overflow:hidden}
.rounded-xs{border-radius:var(--radius-xs)}
.border-0{border-width:0px}
.bg-sectionBackground-bg{background-color:var(--SectionBackground-bg)}
.bg-sectionBackground-txt{background-color:var(--SectionBackground-txt)}
.object-cover{-o-object-fit:cover;object-fit:cover}
.p-5{padding:1.25rem}
.text-3xl{font-size:var(--font-xxxl)}
.text-md{font-size:var(--font-md)}
.font-regular{font-weight:400}
.font-semibold{font-weight:600}
.leading-\[1\.2\]{line-height:1.2}
.leading-\[1\.5\]{line-height:1.5}
.text-sectionBackground-gray_100{color:var(--SectionBackground-gray-100)}
.text-stickySummaryBar-txt{color:var(--stickySummaryBar-txt)}@media (min-width:1024px){.lg\:w-4\/12{width:33.333333%}.lg\:w-8\/12{width:66.666667%}.lg\:\!flex-row{flex-direction:row !important}.lg\:\!p-10{padding:2.5rem !important}}