.illustration-item{display:flex;flex-direction:column;gap:var(--spacing-2xs);width:16rem;height:100%;margin:0 auto;align-content:center;text-align:center}@media screen and (min-width:769px){.illustration-item{width:100%;gap:var(--spacing-sm)}}@media screen and (min-width:993px){.illustration-item{grid-column:span 4}}a.illustration-item{justify-content:center;align-items:center;transition:background .3s ease}a.illustration-item,a.illustration-item:hover{text-decoration:none}a.illustration-item:hover .dn-button{border-color:var(--color-darkest);background-color:var(--color-tertiary-dark);color:var(--color-lightest)}.illustration-item__image{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden}.illustration-item__image figure{height:100%}.illustration-item__image picture{display:block;height:100%}.illustration-item__image img{display:block;max-width:100%;height:auto;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (min-width:769px){.illustration-item__image{padding:0 var(--spacing-lg);aspect-ratio:6/5}}.illustration-item__sticker{position:absolute;bottom:0;right:0;z-index:1}.illustration-item__sticker h3{position:absolute;width:5.125rem;top:50%;left:50%;transform:translate(-50%,-50%) rotate(10deg);text-align:center;-webkit-hyphens:auto;hyphens:auto;text-wrap:balance;z-index:10}.illustration-item__sticker img{animation:rotation 16s linear infinite}@media screen and (min-width:769px){.illustration-item__sticker{right:var(--spacing-lg)}}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.illustration-item__title{font-size:var(--font-size-md);font-weight:var(--font-weight-primary-normal);line-height:var(--lineHeight-md);text-transform:uppercase;text-align:center;margin-top:auto}@media screen and (min-width:769px){.illustration-item__title{font-size:var(--font-size-lg)}}.illustration-item__description{font-size:var(--font-size-md);font-weight:var(--font-weight-primary-normal);line-height:var(--lineHeight-md);text-align:center}@media screen and (min-width:769px){.illustration-item__description{font-size:var(--font-size-xl)}}.sticker__title--small .illustration-item__sticker h3{font-size:var(--fontSize-2xl);top:45%}.illustration-grid{display:grid;grid-template-columns:1fr;gap:var(--spacing-lg)}@media screen and (min-width:769px){.illustration-grid{grid-template-columns:repeat(4,1fr);align-items:start;gap:var(--spacing-xl) 5.1875rem}}@media screen and (min-width:993px){.illustration-grid{grid-template-columns:repeat(12,1fr);align-items:start}}@media screen and (min-width:769px)and (max-width:992px){.illustration-item{grid-column:span 2}.grid-container--modulo-md-1 .illustration-item:last-child{grid-column:2/span 2}}@media screen and (min-width:993px){.grid-container--modulo-lg-2 .illustration-item:nth-last-child(2){grid-column:3/span 4}.grid-container--modulo-lg-1 .illustration-item:last-child{grid-column:5/span 4}.grid-container--modulo-lg-1-4-items .illustration-item:first-child,.grid-container--modulo-lg-1-4-items .illustration-item:nth-last-child(2){grid-column:3/span 4}}
