.multi-step-graphic-container {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 100px;
}

.multi-step-graphic.content-wrapper {
    height: 3340px;
    margin: 3rem auto 10rem auto;
    position: relative;
    width: 1170px;
    max-width: 100%;
    padding: 0;
    scroll-snap-type: y mandatory;
    scroll-padding-top: 150px;
}

svg#home-intro-graphic {
    height: 2803px;
    left: 34px;
    pointer-events: none;
    position: absolute;
    top: 470px;
    width: 1025px;
    z-index: 5;
}

.st0 {
    stroke-miterlimit: 9;
    stroke-dasharray: 8 6;
    fill: none;
    stroke-dashoffset: 2px;
}

.mask-style {
    stroke: white;
    stroke-width: 6px;
}

step-copy h2 {
    font-size: 3.8rem;
    line-height: 110%;
}

step img {
    display: block;
    margin: 0;
}

step img.mobile-image {
    display:none; 
}

step-copy li, step-copy p {
    font-size: 1.33333rem;
    font-weight: 500;
    line-height: 120%;
}

step-copy a.button {
    font-size: 1.15rem;
}




/* STEPS
 * ================================== */
.multi-step-graphic step {
    display: flex;
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    z-index: 1;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
}

step.step-1 {
    top: 48px;
    align-items: flex-start;
}

step.step-1 img {
    border-radius: 50%;
    height: 305px;
    margin-top: 78px;
    object-fit: cover;
    width: 305px;
    margin-left: 140px;
}

step.step-1 img.animate.animation {
    transition-delay:.5s;  
}

step.step-1 step-copy {
    height: auto;
    margin-left: 12px;
    margin-right: 4px;
    max-width: 100%;
    width: 576px;
}

step.step-1 .globe {
    display: block;
    position: absolute;
    width: 200px;
    height: 201px;
    top: -46px;
    left: 737px;
}

svg#radial-circles {
    display: block;
    position: absolute;
    top: -133px;
    left: 476px;
    height: 819px;
    width: 819px;
}

svg#radial-circles circle {
    opacity:0.0;
    animation: Radiate 4s ease-out infinite;
    transform-origin: center center;
}

svg#radial-circles circle.circle3 {
    animation-delay:4s; 
}

svg#radial-circles circle.circle2 {
    animation-delay:5s; 
}

svg#radial-circles circle.circle1 {
    animation-delay:6s; 
}

step.step-1 svg.plus-sign-user {
    display: block;
    position: absolute;
    top: 30px;
    left: 1008px;
    width: 70px;
    height: 65px;
    animation: PulseOffPerson 3s ease-out 4.95s forwards;
    transform-origin: center center;
}

step.step-1 .car-chip {
    display: block;
    position: absolute;
    width: 95px;
    height: 72px;
    top: 410px;
    left: 1056px;
    animation: PulseOffCar 3s ease-out 6.45s forwards;
    transform-origin: center center;
}

step.step-1 svg.plus-sign-user .circle-area {
    fill:#c4c4c4; 
}

step.step-1 circle#green-buzz {
    background: var(--coxgreen);
    display: block;
    height: 12px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 12px;
    z-index: 5;
    border-radius: 50%;
    filter: blur(3px);
}

step.step-1 circle#green-buzz.expand {
    animation:expandBuzz 4s ease-in-out infinite;
}

circle.line-buzz {
    background: var(--coxgreen);
    display: block;
    height: 12px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 12px;
    z-index: 5;
    border-radius: 50%;
    filter: blur(3px);
    transition:opacity 0.35s ease;
    animation:expandBuzz 4s ease-in-out infinite;
    opacity:0.0;
    transform-origin:center center;
}

circle.line-buzz.sparking {
    opacity:1.0;
}

@keyframes expandBuzz {
    0% {
        height:12px; width:12px; margin-left:0; margin-top:6px;
    }
    10% {
        height: 48px; width: 48px; margin-left: -17px; margin-top: -8px;
    }
    20% {
        height:12px; width:12px; margin-left:0; margin-top:6px;
    }
    100% {
        height:12px; width:12px; margin-left:0; margin-top:6px;
    }
}

step.step-1 svg.crosshairs {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 300px;
    left: 800px;
}

step.step-1 svg.crosshairs path {
    fill: white;
}






.multi-step-graphic step.intro {
    align-items: center;
    flex-flow: column;
    justify-content: center;
    top: 575px;
    width: 100%;
    z-index: 10;
    padding: 2rem 0;
    background: rgba(255,255,255,0.95);
}

step.intro p {
    font-size: 1.66667rem;
    font-weight: 500;
    line-height:120%;
    margin:0;
}

step.intro p span {
    border-radius: 5px;
    display: inline-block;
    
}

.rotating-words {
    display:flex;
    flex-flow:row;
    justify-content:center;
    align-items:center;
}

p.words {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 1rem;
}

.rotating-words.style2 span.dynamic {
    display: block;
    padding: 0 0.5rem;
    color: #102d7b;
    background-color: #f7f5f5;
    border-radius: 5px;
    padding: 0.5rem;
    margin-left:10px;
}

rotate {
    display: block;
}




step.step-2 {
    top: 788px;
    flex-flow: row-reverse;
    align-items: flex-start;
}

step.step-2 step-copy {
    width: 664px;
    max-width: 100%;
    margin-top: 28px;
}

step.step-2 img {
    left: 80px;
    position: absolute;
    top: 0;
}

path#INSIGHTS-TRACE {
    fill: transparent;
    visibility: hidden;
}



step.step-3 {
    top: 1440px;
}

step.step-3 step-copy {
    height: auto;
    margin-left: 24px;
    max-width: 100%;
    width: 710px;
}

step.step-3 img {
    position: absolute;
    top: 0;
    right: 110px;
}

step.step-3 step-copy p {
    width: 100%;
    max-width: 630px;
}

step.step-3 heart {
    display: block;
    position: absolute;
    width: 50px;
    height: 42px;
    top: 185px;
    left: 950px;
    overflow:visible;
}
svg.pulse-heart {
    display: block;
    width: 50px;
    height: 42px;
    overflow:visible;
}

svg.pulse-heart.pump .heart1 {
    animation: HeartPulse 4s ease-out infinite;
    transform-origin:center;
    transform-box: fill-box;
}

svg.pulse-heart.pump .heart2 {
    animation: HeartRadiate 4s ease-out .45s infinite; 
    transform-origin:center;
    transform-box: fill-box;
}

circle#circle-heart {
    top: 194px;
    left: 968px;
}



step.step-4 {
    top: 1980px;
    flex-flow: row;
    height: 617px;
}

step.step-4 step-copy {
    width: 608px;
    height: auto;
    max-width: 100%;
    margin-left: 510px;
}

step.step-4 img.step-4-image {
    display: block;
    position: absolute;
    top: -35px;
    left: -272px;
    width: 706px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
}



step.step-5 {
    top: 2876px;
}

step.step-5 step-copy {
    height: auto;
    margin-left: 34px;
    margin-top: 24px;
    width: 480px;
}

circle#circle-waves {
    top: 157px;
    left: 810px;
}










step step-copy.animate, step.intro.animate {
    opacity:0.0;
    transform: scale(0.65) translate(0px,18px);
    transition:1s cubic-bezier(.335,.03,.135,1) all;
    transition-delay:.25s;
}

step step-copy.animate.animation, step.intro.animate.animation {
    opacity:1.0;
    transform: scale(1) translate(0,0);
}

step img.animate {
    opacity:0.0;
    transform: scale(0.65) translate(0px,18px);
    transition:1s cubic-bezier(.335,.03,.135,1) all;
}

step img.animate.animation {
    opacity:1.0;
    transform: scale(1) translate(0,0);
}




waves {
    position: absolute;
    top: 110px;
    left: 60px;
    width: 56px;
    height: 18px;
}
wave {
    opacity: 0.0;
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 18px;
}
waves svg path {
    fill: #c3c0c0;
}




wave:nth-of-type(1) {
    animation: wavePulse 7s linear infinite;
}

wave:nth-of-type(2) {
    animation: wavePulse 7s 2.5s linear infinite;
}

wave:nth-of-type(3) {
    animation: wavePulse 7s 5s linear infinite;
}


waves.waves1 {
    left: 35px;
    top: 243px;
    transform: rotate(-139deg);
    transform-origin: center;
}

waves.waves2 wave {
    height: 24px;
    width: 114px;
}

step.step-5 waves.waves2 {
    left: 758px;
    top: 155px;
}

waves.waves2 svg path {
    fill: transparent;
}

waves.waves2 wave:nth-of-type(1) {
    animation: wavePulse2 7s linear infinite;
}

waves.waves2 wave:nth-of-type(2) {
    animation: wavePulse2 7s 2.5s linear infinite;
}

waves.waves2 wave:nth-of-type(3) {
    animation: wavePulse2 7s 5s linear infinite;
}

@keyframes wavePulse {
	0% {
		opacity: 0.0;
		transform: translate(0,0) scale(0.6);
	}
	10% {
		opacity: 0.90;
		transform: translate(0,-12px) scale(0.8);
	}
	90% {
		opacity: 0.15;
		transform: translate(0,-68px) scale(1.5);
	}
	100% {
		opacity: 0.0;
		transform: translate(0,-70px) scale(1.6);
	}
}
@keyframes wavePulse2 {
	0% {
		opacity: 0.0;
		transform: translate(0,0) scale(0.3);
	}
	10% {
		opacity: 0.90;
		transform: translate(0,-20px) scale(0.4);
	}
	90% {
		opacity: 0.15;
		transform: translate(0,-80px) scale(0.8);
	}
	100% {
		opacity: 0.0;
		transform: translate(0,-90px) scale(1);
	}
}

@keyframes Radiate {
	0% {
		opacity: 0.0;
		transform:scale(0.75);
	}
	30% {
		opacity: 1;
		transform:scale(1);
	}
	60% {
		opacity: 0.65;
		transform:scale(1.1);
	}
	100% {
		opacity: 0.0;
		transform:scale(1.2);
	}
}

@keyframes HeartPulse {
	0% {
		transform:scale(1);
	}
	10% {
		transform:scale(0.9);
	}
  20% {
		transform:scale(1);
	}
  100% {
		transform:scale(1);
	}
}

@keyframes HeartRadiate {
	0% {
		opacity: 1;
		transform:scale(1);
	}
	100% {
		opacity: 0.0;
		transform:scale(1.5);
	}
}

@keyframes PulseOffPerson {
	0% {
    transform:translate(0,0);
	}
	100% {
    transform:translate(72px,-18px);
	}
}
@keyframes PulseOffCar {
	0% {
    transform:translate(0,0);
	}
	100% {
    transform:translate(72px,14px);
	}
}

























@media all and (max-width:1170px) {
  
    svg#home-intro-graphic, .line-buzz {
        display: none !important;
    }
    
    
     
    .multi-step-graphic-container {
        padding: 80px 0 2rem 0;
    }

    .multi-step-graphic.content-wrapper {
        height: auto;
        margin: 0;
        padding: 0;
    } 

   .multi-step-graphic step, .multi-step-graphic step.intro {
        align-items: center;
        flex-flow: column;
        justify-content: center;
        left: 0;
        margin: 0 auto 2rem auto;
        padding: 0 1rem;
        position: relative;
        top: 0;
        width: 100%;
        max-width: 100%;
        height:auto;
    }
  
    .multi-step-graphic step:last-of-type {
        margin: 0 auto;
    }
  
    .multi-step-graphic step img {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin-bottom: 1rem;
        width: auto;
        max-width: 100%;
        opacity: 0.0;
        transform: scale(0.5) translate(0);
        order:1;
    }
  
    svg#radial-circles {
        top: 0;
        left: 50%;
        transform: translate(-50%,-128px);
        width: 650px;
        height: 650px;
        max-width: 650px;
    }
    /*
    svg#radial-circles {
        display: none;
    }
    */
    svg#radial-circles g {
        filter: none !important;
    }
  
    svg#radial-circles circle {
        fill: #dedede;
    }
  
    svg#radial-circles circle.circle1, 
    svg#radial-circles circle.circle3 {
        display: none;
    }
  
    svg#radial-circles circle.circle2 {
        animation-delay: 2.5s;
    }
  
    step.step-1 .globe {
        width: 110px;
        height: 110px;
        top: 0;
        left: 50%;
        margin-left: -84px;
        z-index:7;
    }
  
    step.step-1 circle#green-buzz {
        filter:none;  
    }
    step.step-1 circle#green-buzz.expand {
        
    }
  
    @keyframes expandBuzz {
        0% {
            height:10px; width:10px; margin-left:0; margin-top:8px;
        }
        10% {
            height: 24px; width: 24px; margin-left: -1px; margin-top:10px;
        }
        20% {
            height:10px; width:10px; margin-left:0; margin-top:8px;
        }
        100% {
            height:10px; width:10px; margin-left:0; margin-top:8px;
        }
    }
  
    step.step-1 svg.plus-sign-user {
        top: 50px;
        left: calc(50% + 44px);
        width: 42px;
        height: auto;
        animation-delay: 2.75s;
    }    
  
    step.step-1 .car-chip {
        top: 310px;
        left: calc(50% + 50px);
        width: 48px;
        height: auto;
        animation-delay: 2.75s;
    }
  
    step.step-1 img {
        aspect-ratio: 1/1;
        height: auto;
        margin: 75px auto 2rem;
        max-width: calc(100% - 54px);
        position: relative;
        width: 252px;
        opacity: 1.0 !important;
        transform: none !important;
    }

    step.step-1 img.animate.animation {
        transition-delay: 0s;
    }
  
    .multi-step-graphic step step-copy, step.step-1 step-copy {
        margin: 0 auto;
        opacity: 1;
        order: 2;
        width: 480px;
        max-width: 100%;
        position: relative;
        opacity:0.0;
        transform: scale(0.5) translate(0);
    }
  
    .multi-step-graphic-container aside.callout, 
    .multi-step-graphic-container step.step-1 aside.callout.animate, 
    .multi-step-graphic-container step.step-2 aside.callout.animate, 
    .multi-step-graphic-container step.step-3 aside.callout.animate,
    .multi-step-graphic-container step.step-4 aside.callout.animate,
    .multi-step-graphic-container step.step-5 aside.callout.animate {
        align-items: center;
        border-radius: 0;
        bottom: 0;
        justify-content: center;
        left: unset;
        right: unset;
        top: 50px;
        margin: 0;
        padding: 1rem;
        min-height: 150px;
        position: relative;
        text-align: center;
        width: calc(100% + 2rem);
        left: 0;
        margin-top: 1.5rem;
        height: auto;
        order:3;
        opacity: 0;
        transform: scale(0.5) translate(0);
        transition-delay:0.25s;
    }
  
    .multi-step-graphic-container aside.callout.animate.animation, 
    .multi-step-graphic-container step.step-1 aside.callout.animate.animation, 
    .multi-step-graphic-container step.step-2 aside.callout.animate.animation, 
    .multi-step-graphic-container step.step-3 aside.callout.animate.animation,
    .multi-step-graphic-container step.step-4 aside.callout.animate.animation,
    .multi-step-graphic-container step.step-5 aside.callout.animate.animation {
        opacity: 1;
        right: unset;
        top: 0;
        left: unset;
        transform: none;
    }
  
  
    step-copy h2 {
        font-size: 2.5rem;
        line-height: 110%;
    }
  
    step-copy h3 {
        font-size: 1.25rem;
    }
  
    step.step-3 heart {
        position: absolute;
        top: 185px;
        left: calc(50% - 20px);
    }
  
    svg.pulse-heart.pump .heart1 ,
    svg.pulse-heart.pump .heart2 {

    }
  
    step.step-4>img.step-4-image {
        display:none;  
    }
    
    step.step-4>img.mobile-image.animate {
        aspect-ratio: 1/1;
        height: auto;
        margin: 0 auto;
        max-width: 100%;
        position: relative;
        width: 300px;
        border-radius: 50%;
        opacity: 0.0;
        transform: scale(0.5) translate(0);
    }
    
    step.step-4>img.mobile-image.animate.animation {
        opacity:1.0;
        transform:scale(1) translate(0);
    }
  
    step-copy li, step-copy p {
        font-size: 1rem;
    }
   
    waves.waves1 {
        left: 50%;
        top: 213px;
        margin-left: -142px;
        transform: rotate(-128deg) !important;
    }

    step.step-5 waves.waves2 {
        left: 50%;
        margin-left: -56px;
        top: 110px;
        opacity: 1.0 !important;
    }
  
    .rotating-words.style2 {
        margin: 2rem 0;
        width:100%;
    }
  
    step.intro p {
        flex: 1;
        text-align:center;
    }
  
    .rotating-words {
        flex-flow: column;
        gap: 1rem 0;
    }
  
    .rotating-words.style2 span.dynamic {
        margin: 0 auto;
    }
  
}
