.template-page__header{grid-area:header}.template-page__title{margin-top:16px;margin-bottom:32px;word-break:normal}.template-page__buttons{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}.template-page__body{grid-area:body;display:grid;grid-template-areas:"compatible" "fields" "description";gap:40px}@media screen and (min-width: 64em){.template-page__body{grid-template-columns:1fr 1fr;grid-template-areas:"compatible fields" "description fields";column-gap:100px;row-gap:32px}}.template-page__compatible{grid-area:compatible}.template-page__compatible-logos{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:4px;margin-top:12px}.template-page__compatible-logo{width:32px;height:32px}.template-page__compatible-logo--plus{width:16px;height:16px}.template-page__fields{grid-area:fields;align-self:start}.template-page__fields .tags{margin-top:12px}.template-page__description{grid-area:description}.template-page__section-heading{margin:0 0 8px;font-size:16px;font-weight:600;line-height:20px}.template-page__description-text{margin:0;font-size:16px;line-height:28px;color:var(--Function-Greyscale-700)}.template-page__body--no-fields{grid-template-areas:"compatible" "description"}@media screen and (min-width: 64em){.template-page__body--no-fields{grid-template-columns:1fr;grid-template-areas:"compatible" "description";column-gap:0;row-gap:32px}}.template-page__body--no-compatible{grid-template-areas:"fields" "description"}@media screen and (min-width: 64em){.template-page__body--no-compatible{grid-template-areas:"fields fields" "description description";column-gap:0;row-gap:32px}}.template-page__body--no-compatible.template-page__body--no-fields{grid-template-areas:"description"}@media screen and (min-width: 64em){.template-page__body--no-compatible.template-page__body--no-fields{grid-template-areas:"description"}}.template-page__logo{grid-area:logo;display:flex;justify-content:center}@media screen and (min-width: 64em){.template-page__logo{justify-content:flex-start}}.template-page__image{box-sizing:border-box;display:block;width:100%;height:auto;vertical-align:middle;border:1px solid var(--Tertiary-Grey-60)}@media screen and (min-width: 48em){.template-page__image{width:auto;max-height:340px}}.template-page__cards{padding-bottom:80px}@media screen and (min-width: 64em){.template-page__cards{padding-bottom:100px}}.template-page__cards-heading{margin:0 0 24px;font-size:16px;font-weight:600;line-height:20px}.template-page{width:100%;max-width:1280px;margin-inline:auto;padding:120px 20px 0}@media screen and (min-width: 64em){.template-page{padding:80px 20px 0}}.template-page__hero{display:grid;grid-template-areas:"header" "body" "logo";gap:56px;width:100%;padding-bottom:80px}@media screen and (min-width: 64em){.template-page__hero{grid-template-columns:1fr 1fr;grid-template-areas:"header logo" "body body";column-gap:100px;row-gap:56px;padding-bottom:100px}}
