.intro{background:var(--background,var(--alfa));color:var(--foreground,#08e6e2);font-size:1.1rem;line-height:1.83;}.intro--schema_aqua{color:var(--alfa);}.intro__main{max-width:var(--max-width,1370px);padding:5rem var(--inner-gutter,1rem);display:grid;margin:auto;box-sizing:border-box;}.intro__date{grid-area:date;}.intro__body{grid-area:body;display:block;}.intro__title{font-size:2.6rem;line-height:1.3;font-weight:700;margin:auto 0;grid-area:title;}@media (max-width:800px){.intro__main{padding:3rem 2rem;}.intro__title{font-size:2.3rem;}}.intro__slot{grid-area:slot;background:#fff;text-align:center;}@media (min-width:800px){.intro__main{grid-gap:1em 4em;grid-template-areas:'date slot' 'title slot' 'body slot';grid-template-columns:1fr 290px;grid-template-rows:auto auto auto;}.intro__slot{margin:auto;}}@media (max-width:799px){.intro__main{grid-template-areas:'slot' 'date' 'title' 'body';grid-gap:1.5rem;}.intro__slot{margin-right:auto;}}.intro__slot img{vertical-align:bottom;}.intro__header{display:contents;font-size:inherit;font-weight:inherit;line-height:inherit;}
