<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.text-image-container{width:100%;margin:0 auto;display:flex;justify-content:center;align-items:center;position:relative;margin-bottom:50px;padding-bottom:0;color:var(--text-color)}.text-image_full{height:480px;width:100%}.text-image-background_full{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.text-image_full .text-image-content{width:90%;max-width:var(--max-width-content);margin:0 auto}.text-image-content{width:80%}.text-image_small{width:90%;max-width:var(--max-width-content);display:flex;justify-content:space-between;align-items:center}.text-image-background_small{position:static;width:100%;max-width:715px;height:400px;object-fit:cover;border-radius:var(--border-rounded-shape)}.text-image_small .text-image-content{width:40%}.text-image_small .text-image-image-container{width:60%;height:100%;object-fit:cover}.text-image_left{flex-direction:row-reverse}.text-image_left .text-image-content{padding-right:50px}.text-image_right{flex-direction:row}.text-image_right .text-image-content{padding-left:50px}.text-image_centered{width:90%;max-width:var(--max-width-content);height:480px;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}.text-image-background_centered{width:100%;height:100%;object-fit:cover;position:absolute;border-radius:var(--border-rounded-shape);top:0;left:0;z-index:0}.text-image-content{width:100vw;max-width:var(--max-width-content);display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;height:100%;position:relative;z-index:1}.text-image-text{display:flex;flex-direction:column;justify-content:center;flex-grow:1;padding:20px}.text-image-text div{margin-bottom:20px}.text-image-text p{margin-bottom:0;font-family:var(--font-secondary);font-size:var(--font-size-text-medium);font-weight:var(--font-weight-light);line-height:25px}.text-image-a a{font-size:var(--font-size-cta);font-weight:500;text-decoration:none;color:inherit;font-family:var(--font-secondary);display:flex;align-items:center}.text-image-a span{margin-left:10px;transform:translateY(1px)}.text-image_centered .text-image-content{align-items:center;text-align:center}.text-image_centered .text-image-text{align-items:center}@media (max-width:767.98px){.text-image_small{flex-direction:column;align-items:center;margin:0 auto}.text-image_full .text-image-content,.text-image_centered{width:90%;margin:0 auto}.text-image_small .text-image-image-container{width:100%;max-height:400px;margin-right:0;padding-bottom:30px}.text-image_small .text-image-content{width:100%;max-width:100%;padding:0}.text-image_small,.text-image_centered,.text-image_full .text-image-content{width:calc(100% - var(--global-safe-space) * 2);margin:0 auto}}@media (min-width:768px){div:not(.text-image_small)&gt;.text-image-content&gt;.text-image-text{width:50%}}.text-image-container:last-child .text-image_full{margin-top:calc(0px - var(--section-padding) - 50px);transform:translateY(calc(var(--section-padding) + 50px))}</pre></body></html>