.bubble{display:flex;flex-direction:column;align-items:center;text-align:center;height:100%;justify-content:space-between}.bubble-col{margin-bottom:30px}@media (min-width:992px){.bubble-col{margin:0}}.bubble--light_gray{background:#f5f5f5}.bubble--blue{background:#467496}.bubble--blue .bubble__heading,.bubble--blue .bubble__link,.bubble--blue .bubble__tag{color:#fff}.bubble--blue .bubble__link.button{background:#f5f5f5;color:#333;transition:.3s}.bubble--blue .bubble__link.button:hover{background:rgb(220.5,220.5,220.5)}.bubble--blue,.bubble--light_gray{text-align:left;padding-bottom:20px}.bubble--blue .bubble__icon,.bubble--light_gray .bubble__icon{margin-top:30px}.bubble--blue .bubble__icon:has(img),.bubble--light_gray .bubble__icon:has(img){margin-bottom:30px}.bubble--blue .bubble__heading,.bubble--blue .bubble__link,.bubble--blue .bubble__tag,.bubble--light_gray .bubble__heading,.bubble--light_gray .bubble__link,.bubble--light_gray .bubble__tag{margin-left:20px;margin-right:20px}.bubble--blue_gray{background:#f5f5f5;text-align:left;padding-bottom:20px}.bubble--blue_gray .bubble__icon{max-height:136px;background:linear-gradient(to bottom right,#417193 0,#072b45 100%);padding-top:30px}.bubble--blue_gray .bubble__icon:has(img){padding-bottom:30px;margin-bottom:20px}.bubble--blue_gray .bubble__heading,.bubble--blue_gray .bubble__link,.bubble--blue_gray .bubble__tag{margin-left:20px;margin-right:20px}.bubble__icon{max-height:76px;display:flex;align-items:center;justify-content:center;color:#fff;width:100%;font-size:30px;line-height:40px}.bubble__icon:has(img){margin-bottom:30px}@media (min-width:1200px){.bubble--blue_gray .bubble__icon{max-height:212px}.bubble__icon{font-size:45px;line-height:55px;max-height:152px}.bubble__icon:has(img){margin-bottom:20px}}@media (min-width:1200px) and (min-width:1200px){.bubble__icon:has(img){margin-bottom:70px}}.bubble__icon picture{width:100%;height:100%}.bubble__icon__image{width:100%;height:100%;object-fit:contain}.bubble__tag{flex-grow:1;margin-bottom:20px}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.bubble__tag{display:table-cell}}.bubble__heading{margin-bottom:20px;color:var(--color-highlight);text-align:center;font-family:TheSerifOffice-Plain,sans-serif;font-size:24px;line-height:32px}@media (min-width:1200px){.bubble__heading{font-size:30px;line-height:40px;margin-bottom:20px}}.bubble__heading:not(a){color:#000}.bubble__link:not(.button)::after{content:" \ea06";display:inline-block;font-family:IconFont;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bubble__link.button{min-height:0;height:auto;padding:5px 25px}.bubble--link{cursor:pointer}.bubble--link:focus-visible .bubble__icon,.bubble--link:hover .bubble__icon{background-color:var(--color-highlight-dark-5)}