:root{--primary: #FF992C;--secondary: #BEDC53;--secondary-hover: #C8ED46;--tertiary: #4AACE8;--alt-1: #F7F7F9;--alt-2: #F1EAEA;--alt-3: #FFA200;--alt-4: #1B1E20;--text: #151515;--text-light: #FCFCFC;--text-light-with-opacity: rgba(252 252 252 /0.66);--background: #E8E7EE;--background-alt-1: #F7F7F9;--background-light: #FCFCFC;--background-lightest: #FFFFFF;--background-dark: #151515;--background-darkest: #000000;--link: #152C2A;--link-hover: #152C2A;--border: rgba( 21 21 21 / 0.25);--border-light: rgba(251 251 251 /0.30);--faq-item-border: rgba(27, 30, 32, 0.5);--disabled: #e5e5e5;--error: #FF626F;--opaque: rgba( 255 255 255 / 0.25);--placeholder: #FCFCFC;--overlay-post: linear-gradient(180deg, rgba(232,232,232,0) 50%, rgba(74,172,232,1) 88%), linear-gradient(180deg, rgba(232, 232, 232, 0) 40%, rgba(0, 162, 200, 1) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(21, 21, 21, 1) 100%), linear-gradient(162deg, rgba(255,255,255,0) 80%, rgba(255,135,133,1) 100%), linear-gradient(180deg, rgba(232, 232, 232, 0) 60%, rgba(0, 162, 200, 1) 100%);--overlay-post-hover: linear-gradient(180deg, rgba(232,232,232,0) 10%, rgba(74,172,232,1) 88%), linear-gradient(180deg, rgba(232, 232, 232, 0) 10%, rgba(0, 162, 200, 1) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(21, 21, 21, 1) 100%), linear-gradient(162deg, rgba(255,255,255,0) 80%, rgba(255,135,133,1) 100%), linear-gradient(180deg, rgba(232, 232, 232, 0) 60%, rgba(0, 162, 200, 1) 100%);--overlay-image: linear-gradient(133deg, rgba(255,255,255,0) 30%, rgba(74,172,232,1) 100%);--mask-soft-edges-wrapper: linear-gradient(to top, transparent,#fff) top /100% 20%, linear-gradient(to bottom, transparent,#fff) bottom/100% 20%, linear-gradient(to left , transparent,#fff) left /20% 100%, linear-gradient(to right , transparent,#fff) right /20% 100%;--100vw: 100vw;--font-stack: "Barlow", "Helvetica Neue", Arial, sans-serif;--duration: .3s;--ease: ease-in-out;--radius-lg: 3rem;--radius-md: 2.5rem;--radius-sm: 1rem;--radius-round: 50%;--p-size-s: 1.5rem;--p-size-s-md: 3rem;--p-size-m: 3rem;--p-size-m-md: 4.5rem;--p-size-l: 4.5rem;--p-size-l-md: 6rem;--box-shadow-lg: 0 3rem 6rem rgba(21, 21, 21, 0.16);--box-shadow-md: 0 2rem 4rem rgba(21, 21, 21, 0.16);--box-shadow-sm: 0 2rem 2.5rem rgba(21, 21, 21, 0.16);--mask-height: 6rem;--gap-sm: 1.5rem;--gap-md: 2.5rem;--gap-lg: 3rem;--gap-xl: 6rem;--gap-xxl: 10rem}.posts-container{display:grid;grid-template-columns:1fr;gap:2rem}@media screen and (min-width: 768px){.posts-container{grid-template-columns:1fr 1fr}}.amount{display:inline-block;font-weight:500;font-size:1.7rem;padding:2rem 0}.amount .count{margin-right:.5rem}article.post{border-radius:var(--radius-sm);position:relative}article.post.post--news{overflow:hidden;aspect-ratio:540/355}article.post.post--news a.image-container,article.post.post--news .image-container{display:inline-block;width:100%;height:100%;text-decoration:none;position:relative;transition:all .5s var(--ease);mask-repeat:no-repeat;mask-size:cover;mask-position:center}article.post.post--news a.image-container::before,article.post.post--news a.image-container::after,article.post.post--news .image-container::before,article.post.post--news .image-container::after{content:"";position:absolute;bottom:0;top:0;left:0;right:0;width:100%;height:100%;transition:opacity .6s var(--ease)}article.post.post--news a.image-container::before,article.post.post--news .image-container::before{background:var(--overlay-post);opacity:1;z-index:1}article.post.post--news a.image-container::after,article.post.post--news .image-container::after{background:var(--overlay-post-hover);opacity:0;z-index:1}article.post.post--news a.image-container .category,article.post.post--news .image-container .category{position:absolute;top:1.5rem;margin-left:1.5rem;z-index:1}@media screen and (min-width: 576px){article.post.post--news a.image-container .category,article.post.post--news .image-container .category{top:2.5rem;margin-left:2.5rem}}@media screen and (min-width: 992px){article.post.post--news a.image-container .category,article.post.post--news .image-container .category{top:4rem;margin-left:4rem}}article.post.post--news a.image-container picture,article.post.post--news .image-container picture{display:inline-block;width:100%;height:100%}article.post.post--news a.image-container picture img,article.post.post--news .image-container picture img{width:100%;height:100%;object-fit:cover;transition:all var(--ease) var(--duration)}article.post.post--news a.image-container .content,article.post.post--news .image-container .content{position:absolute;display:flex;flex-direction:row;align-items:center;justify-content:space-between;z-index:2;bottom:0;padding:1.5rem;box-sizing:border-box;width:100%}@media screen and (min-width: 576px){article.post.post--news a.image-container .content,article.post.post--news .image-container .content{padding:2.5rem}}@media screen and (min-width: 992px){article.post.post--news a.image-container .content,article.post.post--news .image-container .content{padding:4rem}}article.post.post--news a.image-container .content .meta,article.post.post--news .image-container .content .meta{color:var(--text-light);display:inline-flex;flex-direction:column;width:100%}article.post.post--news a.image-container .content .meta h3,article.post.post--news .image-container .content .meta h3{margin:1rem 0 0 0;order:2}article.post.post--news a.image-container .content .meta time,article.post.post--news .image-container .content .meta time{order:1;text-transform:uppercase;font-size:1.4rem}@media screen and (min-width: 576px){article.post.post--news a.image-container .content .meta time,article.post.post--news .image-container .content .meta time{font-size:1.6rem}}article.post.post--news a.image-container:hover img,article.post.post--news a.image-container:focus img,article.post.post--news .image-container:hover img,article.post.post--news .image-container:focus img{transform:scale(1.05)}article.post.post--news a.image-container:hover::before,article.post.post--news a.image-container:focus::before,article.post.post--news .image-container:hover::before,article.post.post--news .image-container:focus::before{opacity:1}article.post.post--news a.image-container:hover::after,article.post.post--news a.image-container:focus::after,article.post.post--news .image-container:hover::after,article.post.post--news .image-container:focus::after{opacity:1}@media screen and (max-width: 767px){article.post.post--news:nth-of-type(1) a.image-container,article.post.post--news:nth-of-type(1) .image-container{mask-image:url(../../svg/masks/post-container.svg)}}@media screen and (min-width: 768px){article.post.post--news:nth-of-type(2) a.image-container,article.post.post--news:nth-of-type(2) .image-container{mask-image:url(../../svg/masks/post-container.svg)}}article.post.post--organization{width:100%;height:100%}article.post.post--organization h3{margin:0}article.post.post--organization .organization-link{width:100%;height:100%;background:var(--background-light);box-shadow:var(--box-shadow-sm);border-radius:var(--radius-sm);padding:3.7rem;display:inline-flex;flex-direction:column;justify-content:flex-start;gap:2rem;box-sizing:border-box;transition:all var(--duration) var(--ease);text-decoration:none}article.post.post--organization .organization-link:hover,article.post.post--organization .organization-link:focus{transform:scale(1.02);box-shadow:var(--box-shadow-lg)}article.post.post--organization .organization-description{width:inherit}article.post.post--organization .organization-description>*{margin:0;word-break:break-word;word-wrap:break-word}article.post.post--organization .organization-meta{display:flex;flex-direction:row;align-items:end;justify-content:center;flex:1}article.post.post--organization .organization-meta .button.link{justify-content:start;gap:1.2rem;text-decoration:underline}article.post.post--organization .organization-meta .button.link>*{text-decoration:underline}article.post.post--organization .organization-meta .button.link svg{transform:rotate(-45deg)}article.post.post--organization .organization-meta .thumbnail-container{aspect-ratio:153/69;width:15.3rem;height:6.9rem;border-radius:1.6rem;overflow:hidden}article.post.post--organization .organization-meta .thumbnail-container img{width:100%;height:100%;object-fit:contain}main:has(.post--organization) .posts-container{grid-template-columns:100%}@media screen and (min-width: 576px){main:has(.post--organization) .posts-container{grid-template-columns:repeat(2, 1fr)}}@media screen and (min-width: 992px){main:has(.post--organization) .posts-container{grid-template-columns:repeat(3, 1fr)}}@media screen and (min-width: 1440px){main:has(.post--organization) .posts-container{grid-template-columns:repeat(5, 1fr)}}.block-related-news{padding-bottom:15rem}.block-related-news .button{margin-top:-15%}.related-news-slider-container{width:100%;height:100%;position:relative}.related-news-slider-container .related-news-slider{width:100%;height:auto;overflow:visible}.related-news-slider-container .swiper-wrapper{display:flex}.related-news-slider-container .related-news-slide{display:flex;flex-direction:column}.related-news-slider-container .related-news-slide article.post.post--news{aspect-ratio:540/351}.related-news-slider-container .related-news-slide article.post.post--news .content button.arrow-btn{cursor:pointer}.related-news-slider-container .related-news-slide:nth-of-type(2) .image-container{mask-image:url(../../svg/masks/post-container.svg)}.post-no-post-found{padding-bottom:14rem}/*# sourceMappingURL=posts.css.map */
