.graphic-timeline,.timeline-labels{display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto;max-width:1330px;min-height:250px;width:100%}.graphic-timeline .graphic-wrap{animation:gradient 1s ease infinite;background:linear-gradient(90deg,#f0f,#ff0c33);border-radius:100%;height:272px;margin-left:30px;margin-right:30px;max-width:272px;opacity:0;padding:3px;position:relative}.animate .graphic-timeline .graphic-wrap{animation:fadeIn 2s;animation-fill-mode:forwards}.animate .timeline-labels .graphic-label{animation:fadeInUp 2s;animation-fill-mode:forwards}.animate .graphic-timeline .graphic-wrap:nth-of-type(2){animation-delay:.5s}.animate .graphic-timeline .graphic-wrap:nth-of-type(3){animation-delay:1s}.animate .graphic-timeline .graphic-wrap:nth-of-type(4){animation-delay:1.5s}.timeline-labels .graphic-label{margin-top:30px;opacity:0;padding-top:30px;text-align:center;width:25%}.timeline-labels .graphic-label.sectionSpan0{width:0}.timeline-labels .graphic-label.sectionSpan2{width:50%}.graphic-timeline .graphic-wrap.blue{background:linear-gradient(90deg,#53c5dc,#2b6ae8)}.graphic-timeline .graphic-wrap.green{background:linear-gradient(90deg,#6bff63,#53c6db)}.graphic-timeline .graphic-wrap:after,.graphic-timeline .graphic-wrap:before{background:#f0f;content:"";height:4px;left:-30px;position:absolute;top:48%;width:30px}.graphic-timeline .graphic-wrap:after{background:#ff0c33;left:unset;right:-30px}.graphic-timeline .graphic-wrap.blue:before{background:#53c5dc}.graphic-timeline .graphic-wrap.blue:after{background:#2b6ae8}.graphic-timeline .graphic-wrap.green:before{background:#6bff63}.graphic-timeline .graphic-wrap.green:after{background:#53c6db}.graphic-timeline .graphic{background:#fff;border-radius:100%;padding:3rem 2rem 1.3rem;text-align:center}.graphic-timeline .graphic h3{font-size:1.2em;height:60px;margin-bottom:5px;margin-top:0;text-transform:uppercase}.timeline-labels .graphic-label h3{color:#ff0c33;font-size:1.2em}.animate .timeline-labels .graphic-label{animation-delay:2s}.animate .timeline-labels .graphic-label:nth-of-type(2){animation-delay:2.5s}.animate .timeline-labels .graphic-label:nth-of-type(4){animation-delay:3s}.timeline-labels .graphic-label.blue h3{color:#2b6ae8}.timeline-labels .graphic-label.green h3{color:#53c6db}.timeline-labels .graphic-label ul{padding-left:0}.timeline-labels .graphic-label ul li{display:flex;font-size:.85em;justify-content:center;list-style-type:none;opacity:0;position:relative}.animate .timeline-labels .graphic-label ul li{animation:fadeInUp 1s;animation-fill-mode:forwards}.timeline-labels .graphic-label ul li svg{margin-right:7px}.timeline-labels .graphic-label.blue ul li svg g,.timeline-labels .graphic-label.blue ul li svg line{stroke:#2b6ae8!important}.timeline-labels .graphic-label.green ul li svg g,.timeline-labels .graphic-label.green ul li svg line{stroke:#53c6db!important}.graphic-timeline .graphic p{font-size:.85em;height:109px}.title-mobile{display:none}@media only screen and (max-width:600px){.graphic-timeline{width:100%}.timeline-labels{display:none}.graphic-timeline .graphic-wrap{margin-bottom:30px}.graphic-timeline .graphic-wrap:after,.graphic-timeline .graphic-wrap:before{background:#f0f;height:30px;left:48%;top:-30px;width:4px}.graphic-timeline .graphic-wrap:after{bottom:-30px;top:unset}.title-mobile{color:#ff0c33;display:block;font-size:1.3em;position:absolute;right:-190px;top:102px;transform:rotate(-90deg);width:272px}.sectionSpan2 .title-mobile{top:244px}.blue .title-mobile{color:#2b6ae8}.green .title-mobile{color:#53c6db}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{margin-top:30px;opacity:0}to{margin-top:0;opacity:1}}@keyframes gradient{0%{background-size:50%}50%{background-position:250%}to{background-position:100%}}