@-webkit-keyframes fade-in{to{opacity:1}}@keyframes fade-in{to{opacity:1}}.projectsbanner .hotbox{overflow:initial}@media (min-width:992px){.projectsbanner .hotbox:before{content:"";display:block;position:absolute;bottom:70px;left:0;width:166px;height:339px;background-image:url(../images/svg/flower-bg.svg);background-repeat:no-repeat;background-position:center;background-size:contain;pointer-events:none;-webkit-transform:translateX(calc((100% - 25px)*-1));transform:translateX(calc((100% - 25px)*-1));z-index:0}}.projectsbanner .hotbox .hotbox-image{border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius)}@media (min-width:992px){.projectsbanner .hotbox .hotbox-image{border-top-left-radius:var(--border-radius);border-top-right-radius:0;border-bottom-left-radius:var(--border-radius)}}.projectsbanner .hotbox .hotbox-content{border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}@media (min-width:992px){.projectsbanner .hotbox .hotbox-content{border-top-right-radius:var(--border-radius);border-bottom-left-radius:0;border-bottom-right-radius:var(--border-radius)}}.projectstimeline-panel{position:relative}.projectstimeline-item{--text-spacing:10px;position:relative;padding-left:60px}.projectstimeline-item:not(:last-child){margin-bottom:20px}.projectstimeline-item .dot-container{position:absolute;top:0;bottom:0;left:0;width:15px}.projectstimeline-item .dot-container .dot{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:block;width:15px;height:15px;border-radius:50%;background-color:var(--brand-primary-20);z-index:2}.projectstimeline-item .dot-container:after{content:"";display:block;position:absolute;left:7px;width:1px;height:50%;background-color:var(--brand-primary-20);z-index:1;top:50%;height:calc(100% + 20px)}.projectstimeline-item .projectstimeline-content{position:relative;padding:30px;background-color:var(--brand-primary-10);border-radius:var(--border-radius);max-width:425px;background-image:url(../images/svg/projectstimeline-item-bg.svg);background-position:right bottom;background-repeat:no-repeat}.projectstimeline-item .projectstimeline-content:before{content:"";width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:20px solid var(--brand-primary-10);position:absolute;top:50%;left:-20px;margin-top:-10px}.projectstimeline-item:first-child .dot-container:before{display:none}.projectstimeline-item:last-child .dot-container:after{display:none}.projectstimeline-item:last-child .dot-container .dot:after,.projectstimeline-item:last-child .dot-container .dot:before{content:"";display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:50%}.projectstimeline-item:last-child .dot-container .dot:before{width:33px;height:33px;border:6px solid var(--brand-secondary);background-color:#fff}.projectstimeline-item:last-child .dot-container .dot:after{width:15px;height:15px;background-color:var(--brand-secondary)}