.phase-breakdown{width:100%}.phase-breakdown .phases{grid-column:col-start / col-end 6;grid-row:1;display:flex;flex-flow:column nowrap}.phase-breakdown .phases .title{color:var(--color-primary)}.phase-breakdown .phases .phase{display:flex;flex-flow:row nowrap;margin-bottom:20px;align-items:flex-start}.phase-breakdown .phases .phase:last-of-type{margin-bottom:0}.phase-breakdown .phases .name{background-color:var(--color-primary);padding:20px 50px 20px 20px;color:var(--color-white);text-transform:uppercase;-webkit-clip-path:polygon(0 0,100% 0,calc(100% - 50px) 100%,0 100%);clip-path:polygon(0 0,100% 0,calc(100% - 50px) 100%,0 100%)}.phase-breakdown .phases .description{flex:1 1 auto;margin-left:10px;padding-top:20px}.phase-breakdown .imagery{grid-column:col-start 7 / full-end;grid-row:1;position:relative;height:0;padding-top:117.5%}.phase-breakdown .imagery .blue-background{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--color-primary);-webkit-clip-path:polygon(0 0,100% 0,100% 100%,50% 100%);clip-path:polygon(0 0,100% 0,100% 100%,50% 100%)}.phase-breakdown .imagery .image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;-webkit-clip-path:polygon(2% 0,100% 0,100% 100%,52% 100%);clip-path:polygon(2% 0,100% 0,100% 100%,52% 100%)}@media(min-width:1320px){.phase-breakdown .imagery{padding-top:710px}.phase-breakdown .imagery .blue-background{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--color-primary);-webkit-clip-path:polygon(0 0,100% 0,100% 100%,302px 100%);clip-path:polygon(0 0,100% 0,100% 100%,302px 100%)}.phase-breakdown .imagery .image{-webkit-clip-path:polygon(12px 0,100% 0,100% 100%,315px 100%);clip-path:polygon(12px 0,100% 0,100% 100%,315px 100%)}}@media(max-width:900px){.phase-breakdown .phases{grid-column:col-start / col-end -1}.phase-breakdown .imagery{display:none}}