.text-image-container{width:100%;margin:0 auto;display:flex;justify-content:center;align-items:center;position:relative;margin-top:0 !important;margin-bottom:0 !important;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:100%;display:flex;justify-content:space-between;align-items:center;padding-left:var(--lock);padding-right:var(--lock)}.text-image-background_small{position:static;width:100%;max-width:715px;height:400px;object-fit:cover}.text-image_small .text-image-content{width:42%}.text-image_small .text-image-image-container{width:58%;height:100%;object-fit:cover}.text-image_left{flex-direction:row-reverse}.text-image_left .text-image-content{padding-right:30px}.text-image_right{flex-direction:row;margin:0}.text-image_right .text-image-content{padding-left:30px}.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;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 h5,.text-image-text .text-image-a a{color:var(--color-sand)}.text-image-text p{margin-bottom:0;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)>.text-image-content>.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))}