.news-content{margin-right:10vw}.latest-news-mobile{display:none}.latest-news{display:flex;flex-direction:column;gap:2.5rem}.latest-news .wrap{display:flex;flex-direction:row;flex-wrap:wrap;gap:2rem;justify-content:space-between}.post-news{background-color:var(--blue-500);border:2px solid var(--white)}.post-news:hover{border-color:var(--secondary-100)}.news{aspect-ratio:1/1.2;background-position:50%;background-repeat:no-repeat;background-size:100%;padding:1rem;transition:all .5s ease-in-out;width:calc(25% - 2rem)}.swiper-slide{display:flex;height:calc(100% - 30px)!important;width:100%!important}.news:hover{background-size:105%}.news a,.post-news a{color:var(--white);display:block;font-size:2.5vw;height:fit-content;min-height:100%;text-decoration:none;width:100%}.news a,.news a p,.post-news a{font-family:AkagiPro-Thin,arial,sans-serif}.news a p{margin:0}.news:hover p{transform:none}.post-news:active a,.post-news:focus a{border-color:var(--secondary-100);color:var(--secondary-100)}@media (max-width:1190px){.latest-news .news{width:calc(50% - 2rem)}.latest-news .news a p{font-size:1.2rem}}@media screen and (min-width:1025px) and (max-width:1200px){.news a,.post-news a{font-size:3vw}}@media (max-width:1024px){.latest-news .wrap{display:inline-grid!important;gap:20px;grid-template-columns:repeat(2,1fr)}.latest-news .news{aspect-ratio:auto;height:460px;width:100%}}@media screen and (min-width:768px) and (max-width:1024px){.news a,.post-news a{font-size:5vw}}@media (min-width:641px) and (max-width:1024px){.latest-news{display:block}}@media (max-width:640px){.latest-news{display:none}.news-content{overflow:hidden;width:100vw}.news-content .latest-news-mobile{display:grid;gap:2rem;grid-template-columns:repeat(8,70vw);overflow-x:scroll;overflow-y:hidden}.news-content .latest-news-mobile .news{aspect-ratio:unset;width:100%}.latest-news-mobile .news a{display:flex;font-size:10vw;height:380px;text-decoration:none;width:100%}}