.landing-page .product-timeline .timeline-items{width:60%;margin-left:auto;margin-right:auto}@media (max-width:1000px){.landing-page .product-timeline .timeline-items{width:100%}}.product-timeline{padding:var(--marginMedium);background:var(--yellowWhiteDark);border-radius:var(--borderRadius)}.product-timeline .heading-center--dark .timeline-title{font-size:1.4rem}.product-timeline .timeline-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;margin-top:50px}.product-timeline .timeline-items .timeline-item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:30px;padding:10px 0;border-bottom:1px solid #E8E6DB;cursor:pointer}.product-timeline .timeline-items .timeline-item:last-of-type{cursor:auto!important;border-bottom:0;padding-bottom:0}.product-timeline .timeline-items .timeline-item .timeline-content{width:75%}.product-timeline .timeline-items .timeline-item .timeline-content .timeline-title-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer}.product-timeline .timeline-items .timeline-item .timeline-content .timeline-title-wrap .timeline-title{margin:0;font-size:1.4rem}.product-timeline .timeline-items .timeline-item .timeline-content .timeline-title-wrap .down-arrow--dark{height:20px;width:20px;-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;background-image:url(../svg/arrow-down-dark-green.svg);background-position:center;background-size:contain;background-repeat:no-repeat}.product-timeline .timeline-items .timeline-item .timeline-content .timeline-description{height:0;opacity:0;pointer-events:none}.product-timeline .timeline-items .timeline-item .timeline-time{width:25%;text-align:center;font-size:1.3rem;color:var(--darkGreen)}.product-timeline .timeline-items .timeline-item .total-time{font-weight:bold}.product-timeline .timeline-items .open-description .timeline-content .down-arrow--dark{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.product-timeline .timeline-items .open-description .timeline-content .timeline-description{height:auto;opacity:1}.product-timeline .timeline-total span{font-size:2rem;color:var(--darkGreen)}@media (max-width:1000px){.product-timeline{padding:var(--marginBig)}.product-timeline .timeline-items{gap:10px}.product-timeline .timeline-items .timeline-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2px;padding:5px}.product-timeline .timeline-items .timeline-item .timeline-content{width:100%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.product-timeline .timeline-items .timeline-item .timeline-content .timeline-title-wrap .timeline-title{width:94%;font-size:1.8rem}.product-timeline .timeline-items .timeline-item .timeline-content .timeline-title-wrap .down-arrow--dark{width:6%}.product-timeline .timeline-items .timeline-item .timeline-time{width:100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;text-align:left}}