.divider-container{display:flex;flex-direction:row;align-items:flex-start}.text-content-divider{overflow:hidden;position:relative;z-index:1}.image-group{display:none;font-size:min(1vw, 1em);z-index:1;width:50vw;max-width:40.625rem;height:auto;min-height:clamp(36.25rem,50vw,45.5625rem);flex:0 0 auto;position:relative}.image-firefighter{width:75%;height:auto;left:auto;top:auto;border-radius:1.5em;position:relative;z-index:1}.image-owner{width:60%;height:57%;right:0;bottom:6.25em;border-radius:1.5em;position:absolute}.image-owner img{object-fit:cover}.image-background{overflow:hidden;border-radius:1.5em}.image-background img{position:absolute;height:100%;width:300px;top:0;left:0;z-index:2;border-radius:inherit}.service-cards{grid-template-columns:repeat(1,1fr)}.purpose-icon{color:#0ff}.innovation-icon{color:red}.collaboration-icon{color:#ff0}.growth-icon{color:#6495ed}.quality-icon{color:orange}.background-bubbles{z-index:2;position:absolute;bottom:0;right:30px;height:26.6875em;width:26.1875em;font-size:min(2.5vw, .7em);transform:scaleY(-1)}.background-bubbles2{font-size:min(1.5vw, .5rem);bottom:auto;right:auto;left:-7.5rem;top:15.625rem;z-index:-1;transform:rotate(45deg)}.background-bubbles:before{position:absolute;bottom:0;right:0;content:"";opacity:1;display:block;border:1px solid #1a1a1a;border-radius:50%;border-color:#7c3aed;box-shadow:var(--box-shadow-glow);background:0 0;height:20.625em;width:20.625em;animation-name:floatAnimation;animation-duration:5s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-fill-mode:forwards}.background-bubbles:after{z-index:2;position:absolute;top:0;left:0;content:"";opacity:.15;display:block;border-radius:50%;background:var(--primary);height:16.25em;width:16.25em;animation-name:floatAnimation2;animation-duration:14s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-fill-mode:forwards;transition:box-shadow .3s}@keyframes floatAnimation{0%{transform:translateY(0)}50%{transform:translateY(-2rem)}100%{transform:translateY(0)}}@keyframes floatAnimation2{0%{transform:translateY(0)}50%{transform:translateY(-3rem)}100%{transform:translateY(0)}}@media (min-width:768px){.image-group{display:flex}.service-card:first-child{grid-column:span 2}.service-cards{grid-template-columns:repeat(3,1fr)}}