/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.newsletter{grid-column-start:content-start;grid-column-end:content-end;background-color:#fcd500;border-radius:10px;text-align:center;padding:2rem}.newsletter__inner{width:50%;margin:auto}@media(max-width:1023px){.newsletter__inner{width:100%}}.newsletter__title{margin-bottom:.5em}.newsletter__description{margin-bottom:1rem}.newsletter .form__input--email{border-radius:2px;border:1px solid #173145}.newsletter .form__label{font-weight:normal;margin-bottom:2rem}.newsletter .form__legend{font-weight:normal;text-align:center}
.textbox-grid{display:grid;grid-auto-rows:min-content;gap:2rem;grid-template-columns:repeat(3,1fr);margin-bottom:2rem}@media(max-width:1023px){.textbox-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.textbox-grid{grid-template-columns:repeat(1,1fr)}}.textbox-grid__item{position:relative;border:1px solid #173145;border-radius:10px;padding:1.5rem;background:#fff;transition:box-shadow 250ms ease-in-out}.textbox-grid__item:hover{box-shadow:0 0 15px rgba(0,0,0,.15)}@media(max-width:767px){.textbox-grid__item{padding:1rem}}
