.section-timeline .content{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:5em;gap:1em}.section-timeline .content .title{display:flex;gap:1em;margin:0;flex-basis:500px}@media (min-width:1500px){.section-timeline .content .title{margin-left:calc(-1em + -40px)}}.section-timeline .content .title:before{content:"\e956";font-family:icomoon;position:relative;height:25px;width:25px;transform:rotate(-90deg)}@media (min-width:981px){.section-timeline .content .title:before{height:40px;width:40px}}.section-timeline .content .text{flex-basis:400px}.section-timeline .steps-wrapper{display:flex;position:relative}.section-timeline .steps-wrapper:after{content:"";display:table;clear:left}.section-timeline .steps-wrapper .step-icons{display:none;width:100%;position:absolute;top:-4px;pointer-events:none;height:45px}@media (min-width:480px){.section-timeline .steps-wrapper .step-icons{display:grid;top:5px}}.section-timeline .steps-wrapper .step-icons .icon{position:relative;pointer-events:none;flex:1}.section-timeline .steps-wrapper .step-icons .icon:before{content:"";position:absolute;top:-10px;left:0;border:2px solid var(--white);height:25px;width:25px;border-radius:50%;background-color:var(--dark-green);z-index:9;transform:scale(1);transition:transform .3s ease-in-out}.section-timeline .steps-wrapper .step-icons .icon .background{position:absolute;transform:scale(0);transition:all .3s ease-in-out;height:135px;width:135px;top:-63px;left:-52px}.section-timeline .steps-wrapper .step-icons .icon.hovered:before{content:"\e957";font-family:Icomoon;background-color:var(--white);display:flex;align-items:center;justify-content:center;transform:scale(2);color:var(--pink)}.section-timeline .steps-wrapper .step-icons .icon.hovered .background{transform:scale(1)}.section-timeline .steps-wrapper .steps{display:grid;position:relative;width:100%}@media (max-width:479px){.section-timeline .steps-wrapper .steps{grid-template-columns:1fr!important}}.section-timeline .steps-wrapper .steps .step{flex:1;position:relative;border-left:2px solid #fff;margin:8px 0 0 15px;cursor:pointer}@media (max-width:479px){.section-timeline .steps-wrapper .steps .step:before{content:"";position:absolute;top:-14px;left:-16px;border:2px solid var(--white);height:25px;width:25px;border-radius:50%;background-color:var(--dark-green);z-index:9;transform:scale(1);transition:transform .3s ease-in-out}}@media (min-width:480px){.section-timeline .steps-wrapper .steps .step{border-top:2px solid var(--white);border-left:none}.section-timeline .steps-wrapper .steps .step:last-of-type{border:none}}@media (max-width:479px){.section-timeline .steps-wrapper .steps .step:last-of-type{border:none}.section-timeline .steps-wrapper .steps .step:last-of-type:after{content:"";height:0;width:2px;background-color:var(--white);position:absolute;left:0;top:0;transition:height .3s ease-in-out}.section-timeline .steps-wrapper .steps .step:last-of-type:before{left:-13px}.section-timeline .steps-wrapper .steps .step:last-of-type .background-mobile{left:-11px}.section-timeline .steps-wrapper .steps .step:last-of-type.hovered:after{height:100%}}.section-timeline .steps-wrapper .steps .step .background-mobile{position:absolute;top:-12px;left:-14px;height:25px;width:25px;transform:scale(0);transition:transform .3s ease-in-out}@media (min-width:480px){.section-timeline .steps-wrapper .steps .step .background-mobile{display:none}}.section-timeline .steps-wrapper .steps .step .background-mobile svg{height:25px;width:25px}.section-timeline .steps-wrapper .steps .step .content-wrapper{padding:0 1em 0 2.5em;top:-35px;position:relative;z-index:2;width:100%}@media (min-width:480px){.section-timeline .steps-wrapper .steps .step .content-wrapper{top:0;padding:2em 2em 0;width:125%}.section-timeline .steps-wrapper .steps .step .content-wrapper:after{content:"";height:0;width:2px;background-color:var(--white);position:absolute;top:25px;left:0}}.section-timeline .steps-wrapper .steps .step .content-wrapper .content{position:relative}@media (min-width:480px){.section-timeline .steps-wrapper .steps .step .content-wrapper .content{display:none}}.section-timeline .steps-wrapper .steps .step .content-wrapper .content .label{background-color:var(--lime-green);width:-moz-fit-content;width:fit-content}.section-timeline .steps-wrapper .steps .step .content-wrapper .content .mobile_accordion{display:none}@media (max-width:479px){.section-timeline .steps-wrapper .steps .step.hovered:before{content:"\e957";font-family:Icomoon;background-color:var(--white);display:flex;align-items:center;justify-content:center;transform:scale(1.1);color:var(--pink)}.section-timeline .steps-wrapper .steps .step.hovered .background-mobile{transform:scale(2.5)}}.section-timeline .steps-wrapper .steps .step.hovered .content-wrapper:after{height:calc(100% - 25px)}.section-timeline .steps-wrapper .steps .step.hovered .content-wrapper .content .mobile_accordion,.section-timeline .steps-wrapper .steps .step:first-of-type .content-wrapper .content{display:block}.section-timeline .steps-wrapper .steps .step:last-child .content-wrapper{width:100%}.section-timeline.dark-green .step-icons:after,.section-timeline.dark .step-icons:after,.section-timeline.green .step-icons:after{background-color:var(--white)}