
.block.congressof{position:relative;padding:12px var(--us-gap) 12px;background:#FFFFFF;z-index:3;}
.block.congressof .block-content{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0;font-size:8px;font-weight:500;color:var(--us-text-weak);}
.block.congressof .footer-logos{padding:0!important;}
.block.congressof .drg-logo{margin-right:0!important;height:28px;width:196px;background-size:contain!important;}
.block.congressof .degir-logo{margin-right:0!important;height:30px;width:140px;}
.block.congressof .degir-logo-small{display:inline-block;background:url('/images/degir-logo-small.svg') no-repeat 0 50%;background-size:contain;height:46px;width:64px;margin:-8px 0 -8px 0;position:relative;}
.block.congressof .dgmtr-logo-small{display:inline-block;background:url('/images/dgmtr-logo.svg') no-repeat 0 50%;background-size:contain;height:30px;width:58px;margin:0;}

body.dark .block.congressof{background:var(--us-bg-gradation);}
body.dark .block.congressof .degir-logo-small,
body.dark .block.congressof .dgmtr-logo-small{filter: brightness(100) contrast(100) grayscale(100);}
@media screen and (max-width:400px){
	.block.congressof .degir-logo-small{margin-top:8px;}
}
@media screen and (max-width:767px){
	.block.congressof .block-content{flex-wrap: wrap;}
	.block.congressof .block-content > div:first-child{flex:0 0 100%;text-align:center;margin-bottom:12px;}
	.block.congressof .block-content > a:first-child{margin-left:0!important;}
	.block.congressof .block-content * + *{margin-left:16px;}
}
@media screen and (min-width:768px) {
.block.congressof{position:relative;padding:22px var(--us-gap) 22px;}
.block.congressof .block-content{gap:24px;font-size:10px;}
}