.pathway-cards-module{display:flex;flex-wrap:wrap;gap:4em;position:relative}.pathway-cards__item{background-color:#fff;border:2px solid #d7e0e7;border-radius:.5em;display:flex;flex-direction:column;justify-content:space-between;min-height:30em;padding:2em 2.2em;transition:background-color .2s;width:calc(33.333% - 3em)}.pathway-cards__item:last-of-type{height:20em;max-height:max-content;min-height:15em}.pathway-cards__item:hover{background-color:#f6fbfe}.pathway-cards__item a{color:#2f98d5}.pathway-cards__item .hs-button{background-color:#2f98d5;color:#fff;margin:2em 0;max-width:max-content;transition:.2s}.pathway-cards__item .hs-button+a{display:block;font-weight:600;margin:-1.3em 0 0}.pathway-cards__item h2{color:#2f98d5;font-size:24px;font-weight:400}.pathway-cards__item p{color:#606c75;font-size:16px;line-height:150%}.pathway-cards__bg{border:2px dashed #addcee;border-radius:5em;height:50%;position:absolute;right:-10em;top:25%;width:100vw;z-index:-1}.pathway-cards__bg div{background-color:#0a87cc;border:3px solid #54b795;border-radius:50%;height:40px;position:absolute;width:40px}.pathway-cards__bg div:first-of-type{right:105rem;top:-20px}.pathway-cards__bg div:nth-of-type(2){right:-20px;top:33%}.pathway-cards__bg div:nth-of-type(3){bottom:-20px;right:6rem}@media only screen and (max-width:65rem){.pathway-cards__item{width:calc(50% - 3em)}}@media only screen and (max-width:40rem){.pathway-cards-module{gap:3em;overflow:hidden}.pathway-cards__item{width:100%}.pathway-cards__bg{border-bottom:unset;border-right:unset;border-top:unset;height:100%;left:5em;right:unset;top:0}.pathway-cards__bg div{display:none}}