.Blog_container__ZrFLG{width:100%;padding:5rem 2rem;box-sizing:border-box}.Blog_title___ovK2{width:100%;background-color:var(--color-white);min-height:10rem;display:flex;flex-direction:column;justify-content:center;padding:3rem}.Blog_nav__0yVP1{width:100%;min-height:12rem;display:grid;grid-template-columns:1fr 38rem;padding:0 5rem;grid-gap:5rem;gap:5rem;align-items:center;background-color:var(--color-table-grey)}@media only screen and (max-width:62.5em){.Blog_nav__0yVP1{grid-template-columns:1fr;justify-items:center;gap:2rem;padding:2rem 5rem}}@media only screen and (max-width:43.75em){.Blog_nav__0yVP1{padding:2rem}}.Blog_nav__item__LpHvw{display:flex;justify-content:space-between;width:100%;flex-wrap:wrap}.Blog_nav__item__LpHvw>:not(:last-child){margin-right:1rem}@media only screen and (max-width:43.75em){.Blog_nav__item__LpHvw{justify-content:flex-start}}.Blog_nav__item__LpHvw nav{cursor:pointer;padding:1rem;border-radius:.8rem}.Blog_nav__item__LpHvw nav:hover,.Blog_nav__item__selected___jDrU{background-color:var(--color-table-grey-1)}.Blog_nav__item__selected___jDrU{border-radius:.8rem;border:1px solid var(--color-dark)}.Blog_blog__list__MnNsB{width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:2rem;column-gap:2rem;grid-row-gap:7rem;row-gap:7rem;box-sizing:border-box}.Blog_blog__list__MnNsB a{text-decoration:none;color:inherit}@media only screen and (max-width:56.25em){.Blog_blog__list__MnNsB{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:37.5em){.Blog_blog__list__MnNsB{grid-template-columns:1fr}}.Blog_blog__list__single__ZjLuh{display:flex;flex-direction:column;gap:1rem}.Blog_blog__list__single__img__y4cxW{width:100%;height:25rem;object-fit:cover;cursor:pointer;transition:transform .3s ease}.Blog_blog__list__single__img__y4cxW:hover{transform:scale(1.1);transition:transform .3s ease}.Blog_blog__list__single__img__container__uy6BE{width:100%;overflow:hidden;transition:transform .3s ease;border-radius:2rem}.Blog_blog__list__single__flex__fclIA{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.Blog_blog__list__single__tags__jsmpv{display:flex;background-color:var(--color-primary-3);font-size:var(--font-size-small);font-weight:700;padding:.8rem;border-radius:.8rem}.Blog_blog__list__single__tags__jsmpv>:not(:last-child){margin-right:1rem}.Blog_blog__list__single__read__mthn4{display:flex;align-items:center;color:var(--color-primary);cursor:pointer}.Blog_blog__list__single__read__mthn4:hover{color:var(--color-primary-4)}.Blog_blog__list__single__read__mthn4>:not(:last-child){margin-right:1rem}.Blog_blog__list__single__read__mthn4>:last-child{font-size:2.4rem}.Blog_single___wSgT{padding:3rem 10rem;display:flex;flex-direction:column;align-items:center}@media only screen and (max-width:37.5em){.Blog_single___wSgT{padding:3rem}}.Blog_single__author__nR3Re{display:flex;gap:2rem;align-items:center;flex-wrap:wrap}.Blog_single__img__M9IaT{width:100rem;height:40rem;object-fit:cover;cursor:pointer;transition:transform .3s ease;margin-bottom:6rem;border-radius:1rem}.Blog_single__img__M9IaT:hover{transform:scale(1.1);transition:transform .3s ease}@media only screen and (max-width:37.5em){.Blog_single__img__M9IaT{width:100%;height:24rem}}.Blog_single__authorImg__5OGHv{width:5.5rem;height:5.5rem;object-fit:cover;border-radius:5rem;object-position:top}.Blog_single__content__za7ik{display:grid;grid-template-columns:50rem 1fr;grid-gap:3rem;gap:3rem}@media only screen and (max-width:68.75em){.Blog_single__content__za7ik{display:flex;flex-direction:column-reverse}}.Blog_single__content__1__PXgd_{padding:3rem;background-color:var(--color-primary-4);height:-moz-fit-content;height:fit-content;border-radius:1rem}.Blog_single__content__2__6tD5I{width:80rem}@media only screen and (max-width:50em){.Blog_single__content__2__6tD5I{width:100%}}