div.sequence-cards{margin-bottom:2.5rem}div.sequence-cards .cards{display:flex;align-items:stretch;gap:1.5rem}div.sequence-cards .card{flex:1 1 0;min-width:0;font-size:1.125rem;line-height:1.75rem;border-radius:0.25rem;padding:1.5rem}div.sequence-cards .card>*:last-child{margin-bottom:0}div.sequence-cards .card h2{margin-bottom:2.25rem;font-size:3.5rem}div.sequence-cards .card h4{margin-bottom:1.125rem}div.sequence-cards .card h5{margin-bottom:0.5rem}div.sequence-cards .card h5{font-size:1.25rem;line-height:2rem;font-weight:500}div.sequence-cards .card--light_blue{background-color:var(--color-off-white);color:var(--color-body-copy)}div.sequence-cards .card--dark_blue{background-color:var(--color-deep-blue);color:var(--color-white)}div.sequence-cards .card--dark_blue .large{color:var(--color-white)}div.sequence-cards .card--dark_blue h2,div.sequence-cards .card--dark_blue h3,div.sequence-cards .card--dark_blue h4,div.sequence-cards .card--dark_blue h5,div.sequence-cards .card--dark_blue h6{color:var(--color-white)}div.sequence-cards .card--light_blue h2{color:var(--color-heading-copy)}div.sequence-cards .card--light_blue h3,div.sequence-cards .card--light_blue h4,div.sequence-cards .card--light_blue h6{color:var(--color-body-copy)}div.sequence-cards .card--light_blue h5{color:var(--color-deeper-blue)}div.sequence-cards .arrow{flex:0 0 1.25rem;align-self:center;display:flex;align-items:center;justify-content:center}div.sequence-cards .arrow img{width:1.25rem;height:auto}@media (max-width:1024px){div.sequence-cards .cards{flex-direction:column;gap:0.75rem}div.sequence-cards .card h2{text-align:left}div.sequence-cards .arrow{justify-content:center;align-self:center;flex:0 0 1.5rem;width:100%}div.sequence-cards .arrow img{transform:rotate(90deg)}}