.section--index{margin-bottom:calc(var(--gutter) * 3)}.section--index .section__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));gap:var(--gutter)}.section--index .section__content{margin-left:auto;margin-right:auto;max-width:var(--max-width-3)}.section--index .section__content{margin-top:var(--gutter-outer)}@media (min-width:768px){.section--index .section__content{grid-template-columns:repeat(6,1fr)}.section--index .section__content .block{grid-column:span 2}.section--index .section__content .sticky{grid-column:span 3}}.section--blog-home .section__more{text-align:center;margin-top:var(--gutter)}.section--blog-home .section__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));gap:var(--gutter)}.section--exhibitioner .section__title{margin-bottom:calc(var(--gutter) * 2)}.section--exhibitioner .section__content{display:grid;grid-gap:calc(var(--gutter) * 1.5)}.section--exhibitioner .section__more{text-align:center;margin-top:calc(var(--gutter) * 2)}.section--exhibitioner-home{max-width:var(--max-width-2)}.section--exhibitioner-home .section__more{text-align:center}@media (min-width:768px){.section--blog-home .section__content{grid-template-columns:repeat(3,1fr)}.section--exhibitioner .section__content{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.section--exhibitioner .section__content{grid-template-columns:repeat(3,1fr)}}.section--faq .block:last-child{border-bottom:1px solid var(--color-1)}.section--exhibitioner-home .section__content{display:flex;flex-wrap:wrap;margin-left:calc(var(--gutter) * -1);justify-content:center}.section--exhibitioner-home .section__content .block{--count:1;flex-basis:calc(100% / var(--count) - var(--gutter));margin-left:var(--gutter);margin-bottom:var(--gutter);height:initial}@media (min-width:768px){.section--exhibitioner-home .section__content .block{--count:2}}@media (min-width:1024px){.section--exhibitioner-home .section__content .block{--count:3}}@media (min-width:1920px){.section--exhibitioner-home .section__content .block{--count:5}}.section--table .section__title{font-weight:700}.section--table .section__content{display:grid;gap:calc(var(--gutter) * 2)}@media (min-width:768px){.section--table .section__content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}.section--teaser .section__content{display:grid;gap:var(--gutter)}.section--teaser .section__title{font-weight:700;margin-top:calc(var(--vertical-rhythm) * 3)}.section--teaser .section__content{margin-top:var(--vertical-rhythm)}@media (min-width:768px){.section--teaser .section__content{grid-template-columns:repeat(3,1fr)}}.section--share{background-color:var(--color-6)}.section--share .section__content{max-width:var(--max-width-3);width:100%;margin-left:auto;margin-right:auto;padding-top:var(--gutter);padding-bottom:var(--gutter)}