@media(min-width:992px){.articles_page .articles_form__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;height:100%;width:100%;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch}.articles_page .articles_form__wrapper form{width:100%}}.articles_page .articles_page__description{color:var(--secondary-80)}.articles_page .article_list__posts_wrapper{display:grid;grid-template-columns:1fr;gap:1.6rem}@media(min-width:768px){.articles_page .article_list__posts_wrapper{grid-template-columns:repeat(2,1fr);gap:4rem 1.6rem}}@media(min-width:992px){.articles_page .article_list__posts_wrapper{grid-template-columns:repeat(3,1fr);gap:4rem 1.6rem}}.articles_page .article_list__post{border-radius:.4rem;-webkit-box-shadow:6px 6px 25px 0 rgba(0,0,0,.1);box-shadow:6px 6px 25px 0 rgba(0,0,0,.1);overflow:hidden;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.articles_page .article_list__post .article_list__post_link{display:block;cursor:pointer;position:relative}.articles_page .article_list__post .article_list__post_link>img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.articles_page .article_list__post .article_list__post_link .article_list__post_logo{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background-color:#fff;width:12.35rem;height:6.36rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-bottom:1.33rem;padding-left:1rem;padding-right:1rem;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,50% 76%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,50% 76%,0 100%)}.articles_page .article_list__post .article_list__post_link .article_list__post_logo img{max-width:100%;display:block}.articles_page .article_list__post .article_list__post_content{background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.articles_page .article_list__post .article_list__post_category{color:var(--secondary-80)!important;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.articles_page .article_list__post .article_list__post_category::before{content:"";border-radius:50%;width:3px;height:3px;background-color:var(--secondary-80);border-radius:50%;-ms-flex-negative:0;flex-shrink:0}.articles_page .article_list__post .article_list__post_title{cursor:pointer;color:var(--color-secondary)}@media(hover:hover)and (pointer:fine){.articles_page .article_list__post .article_list__post_title:hover{color:var(--color-primary)}}.articles_page .article_list__post .article_list__post_date{color:var(--secondary-60)}.articles_page .article_list__post .article_list__post_button{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:.4rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.4rem;color:var(--Primary-Brand,#ffa06a);font-size:1.5rem;font-weight:500;line-height:120%;letter-spacing:-.018rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;cursor:pointer}@media(hover:hover)and (pointer:fine){.articles_page .article_list__post .article_list__post_button:hover{color:var(--color-secondary)}}.articles_page .article_list__post .article_list__post_button svg{rotate:180deg}.articles_page .article__loading_overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:rgba(255,255,255,.7);z-index:1000}