/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.newsletter{background-color:#fcd500;border-radius:10px;grid-column-end:content-end;grid-column-start:content-start;padding:2rem;text-align:center}.newsletter__inner{margin:auto;width:50%}@media(max-width:1023px){.newsletter__inner{width:100%}}.newsletter__title{margin-bottom:.5em}.newsletter__description{margin-bottom:1rem}.newsletter .form__input--email{border:1px solid #173145;border-radius:2px}.newsletter .form__label{font-weight:400;margin-bottom:2rem}.newsletter .form__legend{font-weight:400;text-align:center}
.textbox-grid{display:grid;gap:2rem;grid-auto-rows:min-content;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{background:#fff;border:1px solid #173145;border-radius:10px;padding:1.5rem;position:relative;transition:box-shadow .25s 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}}.textbox-grid__item h4{font-family:Rubik,sans-serif;letter-spacing:normal}
