body.page .documents,body.single .documents{padding:4rem 0;position:relative;overflow-x:hidden}body.page .documents .h1,body.single .documents .h1{color:var(--theme-primary-color);position:relative;margin-bottom:32px;padding-bottom:32px}body.page .documents .h1:after,body.single .documents .h1:after{content:"";position:absolute;left:0;bottom:0;height:1px;width:110px;transform:translate(0);background-color:var(--theme-primary-color)}body.page .documents .document-row,body.single .documents .document-row{row-gap:4rem}body.page .documents .document_list,body.single .documents .document_list{display:flex;flex-direction:column;row-gap:16px}body.page .documents .document_list a,body.single .documents .document_list a{display:flex}body.page .documents .document_list a .icon,body.single .documents .document_list a .icon{color:var(--theme-primary-color);width:21px;height:21px;margin-right:12px}body.page .documents .document_list a span,body.single .documents .document_list a span{width:calc(100% - 33px)}@media (any-hover: hover){body.page .documents .document_list a:hover,body.single .documents .document_list a:hover{color:var(--theme-primary-color)}}body.page .documents .documents-placeholder,body.single .documents .documents-placeholder{text-align:center;padding:3rem;background-color:var(--theme-base-soft);border-radius:4px}body.page .documents .documents-placeholder p,body.single .documents .documents-placeholder p{font-size:1.1rem;color:var(--theme-grey-color)}
