.multipleLinksWidget{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:5px;margin:0;padding:0}.multipleLinksWidget .multipleLinksWidgetItem{list-style:none;color:var(--primary-text-color,#fff);padding:8px;box-sizing:border-box}.multipleLinksWidget .multipleLinksWidgetItem a{color:var(--primary-text-color,#fff)!important;text-decoration:none}.postsListByCategories .postsListByCategoriesContainer{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-template-rows:repeat(auto-fill,minmax(auto,1fr));grid-gap:1rem;padding:.5rem;box-sizing:border-box}.postsListByCategories .postsListByCategoriesContainer .postsListByCategoriesGroup{max-height:500px;height:auto;padding:.75rem;box-sizing:border-box;border-radius:.375rem;background-color:var(--secondary-background-color,#181818);position:relative}.postsListByCategories .postsListByCategoriesContainer .postsListByCategoriesGroup .categoryGroupTitleLink{display:flex;justify-content:space-between;align-items:center}.postsListByCategories .postsListByCategoriesContainer .postsListByCategoriesGroup .categoryGroupTitleLink .categoryGroupTitle{color:var(--primary-text-color,#fff);font-weight:700;border-bottom:var(--primary-border)}.postsListByCategories .postsListByCategoriesContainer .postsListByCategoriesGroup .categoryGroupTitleLink span{color:var(--main-active-color,#f90)}.postsListByCategories .postsListByCategoriesContainer .postsListByCategoriesGroup .categoryGroupDescription{padding:0 .5rem;box-sizing:border-box;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;border-bottom:var(--default-border)}.postsListByCategories .postsListByCategoriesContainer .postsListByCategoriesGroup .postsListByCategoriesWrapper{max-height:350px;position:relative;height:100%;overflow:hidden;overflow-y:auto;padding:0 .5rem;box-sizing:border-box;counter-reset:number}.postsListByCategories .postsListByCategoriesContainer .postsListByCategoriesGroup .postsListByCategoriesWrapper .postsList{width:100%;list-style-type:decimal}.postsListByCategories .postsListByCategoriesContainer .postsListByCategoriesGroup .postsListByCategoriesWrapper .postsList .postsListItem{display:grid;grid-template-columns:1fr 48px;align-items:center;width:100%;padding:0 8px 0 16px;box-sizing:border-box;position:relative}.postsListByCategories .postsListByCategoriesContainer .postsListByCategoriesGroup .postsListByCategoriesWrapper .postsList .postsListItem .postsListItemExternalLink{width:100%;display:flex;align-items:center;overflow:hidden;height:48px}.postsListByCategories .postsListByCategoriesContainer .postsListByCategoriesGroup .postsListByCategoriesWrapper .postsList .postsListItem .postsListItemExternalLink .ellipsisText{color:var(--primary-text-color,#fff);flex:1;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.postsListByCategories .postsListByCategoriesContainer .postsListByCategoriesGroup .postsListByCategoriesWrapper .postsList .postsListItem .postsListItemInternalLink{color:var(--primary-text-color,#fff);display:flex;justify-content:flex-end;align-items:center;height:48px}.postsListByCategories .postsListByCategoriesContainer .postsListByCategoriesGroup .postsListByCategoriesWrapper .postsList .postsListItem:before{content:counter(number) ".";counter-increment:number;position:absolute;left:-8px;color:var(--primary-text-color,#fff);font-weight:700;font-size:1rem;top:50%;transform:translateY(-50%);line-height:1}.postsListByCategories .seeAllCategoriesLink{display:flex;justify-content:center;align-items:center;font-size:1rem;padding:.5rem;box-sizing:border-box;width:100%}.postsListByCategories .seeAllCategoriesLink a:hover{color:var(--primary-button-link-text-color,#000)}@media only screen and (min-width:768px){.postsListByCategories .postsListByCategoriesGroup .postsListByCategoriesWrapper .postsList .postsListItem .postsListItemExternalLink,.postsListByCategories .postsListByCategoriesGroup .postsListByCategoriesWrapper .postsList .postsListItem .postsListItemInternalLink{height:auto}}.mediaWidget{max-width:100vw}.mediaWidget .media-element{width:100vw;margin:10px 0}.mediaWidget .page-controller{display:flex;justify-content:space-evenly;align-items:center}.mediaWidget .page-controller button{background-color:rgba(0,0,0,0);border:none}.mediaWidget .widget-document-type{display:flex;justify-content:center;flex-wrap:wrap}@media only screen and (min-width:1024px){.mediaWidget .media-element{width:100%}}.mediaWidget .mediaWidgetVideoIframe{position:relative;overflow:hidden;padding-bottom:56.3%;margin-bottom:20px;height:0}.mediaWidget .mediaWidgetVideoIframe iframe{position:absolute;top:0;left:0;height:100%;width:100%;margin-bottom:50px;padding:0!important;border-radius:10px}