.post-card{background-color:var(--color-gray-lightest)}.post-card a{align-items:stretch;display:flex;flex-direction:column;height:100%;justify-content:space-between}.post-card .thumbnail{view-transition-name:--post-thumb;aspect-ratio:1}.post-card .details{align-items:stretch;display:flex;flex:1;flex-direction:column;justify-content:flex-start;padding:30px 20px}.post-card .details .arrow-link{margin-top:auto}.post-card .info,.post-card h3{font-size:16px}.pagination{font-family:var(--secondary-font-family);padding:60px 0 40px}.pagination ul{align-items:stretch;gap:6px;list-style:none;margin:0;padding:0}.pagination li,.pagination ul{display:flex;flex-direction:row;justify-content:center}.pagination li{align-items:center;background-color:var(--color-yellow-lightest);border:1px solid var(--color-black);border-radius:10px;font-size:20px;font-weight:var(--text-bald);line-height:48px;text-align:center;width:50px}.pagination li .icon{color:var(--text-color);font-size:12px}.pagination li .icon:before{height:20px;width:25px}.pagination li a,.pagination li span{color:var(--text-color);cursor:pointer;display:block}.pagination li button{background:none;border:none;color:var(--text-color);cursor:pointer;font-size:20px;font-weight:var(--text-bald);outline:none}.pagination li.active{background-color:var(--color-yellow-lighter);border:1px solid var(--color-black)}#hero{background-color:var(--color-white)}@media only screen and (max-width:767px){#hero{height:auto!important}}#featured h2{margin-bottom:40px;max-width:40ch;text-align:center}@media only screen and (min-width:768px){#featured .cards{-moz-column-gap:40px;column-gap:40px;display:grid;grid-auto-flow:column;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;row-gap:20px}#featured .card{width:auto}#featured .card:first-child{grid-column:1;grid-row:1/3}#featured .card:first-child .thumbnail{aspect-ratio:16/9;max-height:330px}#featured .card:first-child h3{font-size:26px}#featured .card:not(:first-child) a{flex-direction:row}#featured .card:not(:first-child) .thumbnail{max-width:275px}#featured .card:not(:first-child) h3{font-size:20px;margin:0}#featured .details{display:flex;flex-direction:column;justify-content:space-between}#featured .details button{justify-content:flex-start}}@media only screen and (max-width:767px){#featured .cards .card{margin:0 auto 30px}}#posts{background-color:var(--color-white);padding:80px 0 120px}#posts .grid{display:grid;grid-template-columns:repeat(4,1fr);row-gap:30px}#posts .pagination{margin-top:50px;padding:0}@media only screen and (max-width:767px){#posts{padding-tpp:40px}#posts .grid{grid-template-columns:1fr;justify-items:center}}#blog{color:blue}
