#imPageExtContainer {background-image: none; background-color: rgba(0, 0, 0, 1);}
#imContentGraphics {background-image: none; background-color: rgba(0, 0, 0, 1);}
#imPage { display: grid; grid-template-columns: minmax(0, 1fr) 1800px minmax(0, 1fr); grid-template-rows: 75px auto 1100px; }
#imHeader { display: block; grid-column: 1 / 4; grid-row: 1 / 2; }
#imFooter { display: block; grid-column: 1 / 4; grid-row: 3 / 4; }
#imSideBar { display: none; }
#imContent { display: block; grid-column: 1 / 4; grid-row: 2 / 3; }
#imContentGraphics { display: block; grid-column: 2 / 3; grid-row: 2 / 3; }
@media (max-width: 1799.9px) and (min-width: 1600.0px) {
	#imPage { display: grid; grid-template-columns: minmax(0, 1fr) 1600px minmax(0, 1fr); grid-template-rows: 260px auto 900px; }
	#imHeader { display: block; grid-column: 1 / 4; grid-row: 1 / 2; }
	#imFooter { display: block; grid-column: 1 / 4; grid-row: 3 / 4; }
	#imSideBar { display: none; }
	#imContent { display: block; grid-column: 1 / 4; grid-row: 2 / 3; }
	#imContentGraphics { display: block; grid-column: 2 / 3; grid-row: 2 / 3; }
	
}
@media (max-width: 1599.9px) and (min-width: 1400.0px) {
	#imPage { display: grid; grid-template-columns: minmax(0, 1fr) 1400px minmax(0, 1fr); grid-template-rows: 260px auto 900px; }
	#imHeader { display: block; grid-column: 1 / 4; grid-row: 1 / 2; }
	#imFooter { display: block; grid-column: 1 / 4; grid-row: 3 / 4; }
	#imSideBar { display: none; }
	#imContent { display: block; grid-column: 1 / 4; grid-row: 2 / 3; }
	#imContentGraphics { display: block; grid-column: 2 / 3; grid-row: 2 / 3; }
	
}
@media (max-width: 1399.9px) and (min-width: 960.0px) {
	#imPage { display: grid; grid-template-columns: minmax(0, 1fr) 960px minmax(0, 1fr); grid-template-rows: 260px auto 750px; }
	#imHeader { display: block; grid-column: 1 / 4; grid-row: 1 / 2; }
	#imFooter { display: block; grid-column: 1 / 4; grid-row: 3 / 4; }
	#imSideBar { display: none; }
	#imContent { display: block; grid-column: 1 / 4; grid-row: 2 / 3; }
	#imContentGraphics { display: block; grid-column: 2 / 3; grid-row: 2 / 3; }
	
}
@media (max-width: 959.9px) and (min-width: 720.0px) {
	#imPage { display: grid; grid-template-columns: minmax(0, 1fr) 720px minmax(0, 1fr); grid-template-rows: 260px auto 1200px; }
	#imHeader { display: block; grid-column: 1 / 4; grid-row: 1 / 2; }
	#imFooter { display: block; grid-column: 1 / 4; grid-row: 3 / 4; }
	#imSideBar { display: none; }
	#imContent { display: block; grid-column: 1 / 4; grid-row: 2 / 3; }
	#imContentGraphics { display: block; grid-column: 2 / 3; grid-row: 2 / 3; }
	
}
@media (max-width: 719.9px) and (min-width: 600.0px) {
	#imPage { display: grid; grid-template-columns: minmax(0, 1fr) 600px minmax(0, 1fr); grid-template-rows: 260px auto 1100px; }
	#imHeader { display: block; grid-column: 1 / 4; grid-row: 1 / 2; }
	#imFooter { display: block; grid-column: 1 / 4; grid-row: 3 / 4; }
	#imSideBar { display: none; }
	#imContent { display: block; grid-column: 1 / 4; grid-row: 2 / 3; }
	#imContentGraphics { display: block; grid-column: 2 / 3; grid-row: 2 / 3; }
	
}
@media (max-width: 599.9px) and (min-width: 480.0px) {
	#imPage { display: grid; grid-template-columns: minmax(0, 1fr) 480px minmax(0, 1fr); grid-template-rows: 260px auto 1000px; }
	#imHeader { display: block; grid-column: 1 / 4; grid-row: 1 / 2; }
	#imFooter { display: block; grid-column: 1 / 4; grid-row: 3 / 4; }
	#imSideBar { display: none; }
	#imContent { display: block; grid-column: 1 / 4; grid-row: 2 / 3; }
	#imContentGraphics { display: block; grid-column: 2 / 3; grid-row: 2 / 3; }
	
}
@media (max-width: 479.9px) and (min-width: 420.0px) {
	#imPage { display: grid; grid-template-columns: minmax(0, 1fr) 420px minmax(0, 1fr); grid-template-rows: 260px auto 960px; }
	#imHeader { display: block; grid-column: 1 / 4; grid-row: 1 / 2; }
	#imFooter { display: block; grid-column: 1 / 4; grid-row: 3 / 4; }
	#imSideBar { display: none; }
	#imContent { display: block; grid-column: 1 / 4; grid-row: 2 / 3; }
	#imContentGraphics { display: block; grid-column: 2 / 3; grid-row: 2 / 3; }
	
}
@media (max-width: 419.9px) and (min-width: 350.0px) {
	#imPage { display: grid; grid-template-columns: minmax(0, 1fr) 350px minmax(0, 1fr); grid-template-rows: 260px auto 920px; }
	#imHeader { display: block; grid-column: 1 / 4; grid-row: 1 / 2; }
	#imFooter { display: block; grid-column: 1 / 4; grid-row: 3 / 4; }
	#imSideBar { display: none; }
	#imContent { display: block; grid-column: 1 / 4; grid-row: 2 / 3; }
	#imContentGraphics { display: block; grid-column: 2 / 3; grid-row: 2 / 3; }
	
}
@media (max-width: 349.9px)  {
	#imPage { display: grid; grid-template-columns: 0 minmax(0, 1fr) 0; grid-template-rows: 260px auto 970px; }
	#imHeader { display: block; grid-column: 1 / 4; grid-row: 1 / 2; }
	#imFooter { display: block; grid-column: 1 / 4; grid-row: 3 / 4; }
	#imSideBar { display: none; }
	#imContent { display: block; grid-column: 1 / 4; grid-row: 2 / 3; }
	#imContentGraphics { display: block; grid-column: 2 / 3; grid-row: 2 / 3; }
	
}
#imContent { display: grid; grid-template-columns: minmax(0, 1fr) 7.083px 7.083px 7.083px 7.083px 7.083px 7.083px 7.083px 7.083px 7.083px 7.083px 7.083px 7.083px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.667px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px 11.917px minmax(0, 1fr); grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto; }
#imContent > header { display: block; grid-column: 2 / 158; grid-row: 1 / 2; }
#imGoToCont { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
#imCell_293 { display: grid; grid-column: 2 / 14; grid-row: 2 / 3; }
#imCell_287 { display: grid; grid-column: 14 / 158; grid-row: 2 / 3; }
#imCell_295 { display: grid; grid-column: 2 / 158; grid-row: 3 / 4; }
#imCell_481 { display: grid; grid-column: 1 / 159; grid-row: 4 / 5; }
#imCell_483 { display: grid; grid-column: 1 / 159; grid-row: 5 / 6; }
#imCell_482 { display: grid; grid-column: 1 / 159; grid-row: 6 / 7; }
#imCell_292 { display: grid; grid-column: 2 / 158; grid-row: 7 / 8; }
#imCell_670 { display: grid; grid-column: 1 / 159; grid-row: 8 / 9; }
#imPageRow_1 { display: block; grid-column: 1 / 159; grid-row: 2 / 3; }
#imPageRow_2 { display: block; grid-column: 1 / 159; grid-row: 3 / 8; }
#imPageRow_3 { display: block; grid-column: 1 / 159; grid-row: 8 / 9; }
#imPageRow_4 { display: none; }
#imPageRow_5 { display: none; }
#imPageRow_6 { display: none; }
#imPageRow_7 { display: none; }
#imPageRow_8 { display: none; }
#imPageRow_9 { display: none; }
#imPageRow_10 { display: none; }
#imPageRow_11 { display: none; }
#imPageRow_12 { display: none; }
#imPageRow_13 { display: none; }
@media (max-width: 1799.9px) and (min-width: 1600.0px) {
	#imContent { display: grid; grid-template-columns: minmax(0, 1fr) 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.333px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px 10.5px minmax(0, 1fr); grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto; }
	#imContent > header { display: block; grid-column: 2 / 158; grid-row: 1 / 2; }
	#imGoToCont { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
	#imCell_287 { display: grid; grid-column: 2 / 158; grid-row: 2 / 3; }
	#imCell_295 { display: grid; grid-column: 2 / 158; grid-row: 3 / 4; }
	#imCell_481 { display: grid; grid-column: 1 / 159; grid-row: 4 / 5; }
	#imCell_483 { display: grid; grid-column: 1 / 159; grid-row: 5 / 6; }
	#imCell_482 { display: grid; grid-column: 1 / 159; grid-row: 6 / 7; }
	#imCell_292 { display: grid; grid-column: 2 / 158; grid-row: 7 / 8; }
	#imCell_670 { display: grid; grid-column: 1 / 159; grid-row: 8 / 9; }
	#imCell_293 { display: none; }
	#imPageRow_1 { display: block; grid-column: 1 / 159; grid-row: 2 / 3; }
	#imPageRow_2 { display: block; grid-column: 1 / 159; grid-row: 3 / 8; }
	#imPageRow_3 { display: block; grid-column: 1 / 159; grid-row: 8 / 9; }
	#imPageRow_4 { display: none; }
	#imPageRow_5 { display: none; }
	#imPageRow_6 { display: none; }
	#imPageRow_7 { display: none; }
	#imPageRow_8 { display: none; }
	#imPageRow_9 { display: none; }
	#imPageRow_10 { display: none; }
	#imPageRow_11 { display: none; }
	#imPageRow_12 { display: none; }
	#imPageRow_13 { display: none; }
	
}
@media (max-width: 1599.9px) and (min-width: 1400.0px) {
	#imContent { display: grid; grid-template-columns: minmax(0, 1fr) 5.5px 5.5px 5.5px 5.5px 5.5px 5.5px 5.5px 5.5px 5.5px 5.5px 5.5px 5.5px 9px 9px 9px 9px 9px 9px 9px 9px 9px 9px 9px 9px 9px 9px 9px 9px 9px 9px 9px 9px 9px 9px 9px 9px 9px 9px 9px 9px 9px 9px 9px 9px 9px 9px 9px 9px 9px 9px 9px 9px 9px 9px 9px 9px 9px 9px 9px 9px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px 9.167px minmax(0, 1fr); grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto; }
	#imContent > header { display: block; grid-column: 2 / 158; grid-row: 1 / 2; }
	#imGoToCont { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
	#imCell_287 { display: grid; grid-column: 2 / 158; grid-row: 2 / 3; }
	#imCell_295 { display: grid; grid-column: 2 / 158; grid-row: 3 / 4; }
	#imCell_481 { display: grid; grid-column: 1 / 159; grid-row: 4 / 5; }
	#imCell_483 { display: grid; grid-column: 1 / 159; grid-row: 5 / 6; }
	#imCell_482 { display: grid; grid-column: 1 / 159; grid-row: 6 / 7; }
	#imCell_292 { display: grid; grid-column: 2 / 158; grid-row: 7 / 8; }
	#imCell_670 { display: grid; grid-column: 1 / 159; grid-row: 8 / 9; }
	#imCell_293 { display: none; }
	#imPageRow_1 { display: block; grid-column: 1 / 159; grid-row: 2 / 3; }
	#imPageRow_2 { display: block; grid-column: 1 / 159; grid-row: 3 / 8; }
	#imPageRow_3 { display: block; grid-column: 1 / 159; grid-row: 8 / 9; }
	#imPageRow_4 { display: none; }
	#imPageRow_5 { display: none; }
	#imPageRow_6 { display: none; }
	#imPageRow_7 { display: none; }
	#imPageRow_8 { display: none; }
	#imPageRow_9 { display: none; }
	#imPageRow_10 { display: none; }
	#imPageRow_11 { display: none; }
	#imPageRow_12 { display: none; }
	#imPageRow_13 { display: none; }
	
}
@media (max-width: 1399.9px) and (min-width: 960.0px) {
	#imContent { display: grid; grid-template-columns: minmax(0, 1fr) 3.75px 3.75px 3.75px 3.75px 3.75px 3.75px 3.75px 3.75px 3.75px 3.75px 3.75px 3.75px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.167px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px 6.25px minmax(0, 1fr); grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto; }
	#imContent > header { display: block; grid-column: 2 / 158; grid-row: 1 / 2; }
	#imGoToCont { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
	#imCell_287 { display: grid; grid-column: 2 / 158; grid-row: 2 / 3; }
	#imCell_295 { display: grid; grid-column: 2 / 158; grid-row: 3 / 4; }
	#imCell_481 { display: grid; grid-column: 1 / 159; grid-row: 4 / 5; }
	#imCell_483 { display: grid; grid-column: 1 / 159; grid-row: 5 / 6; }
	#imCell_482 { display: grid; grid-column: 1 / 159; grid-row: 6 / 7; }
	#imCell_292 { display: grid; grid-column: 2 / 158; grid-row: 7 / 8; }
	#imCell_670 { display: grid; grid-column: 1 / 159; grid-row: 8 / 9; }
	#imCell_293 { display: none; }
	#imPageRow_1 { display: block; grid-column: 1 / 159; grid-row: 2 / 3; }
	#imPageRow_2 { display: block; grid-column: 1 / 159; grid-row: 3 / 8; }
	#imPageRow_3 { display: block; grid-column: 1 / 159; grid-row: 8 / 9; }
	#imPageRow_4 { display: none; }
	#imPageRow_5 { display: none; }
	#imPageRow_6 { display: none; }
	#imPageRow_7 { display: none; }
	#imPageRow_8 { display: none; }
	#imPageRow_9 { display: none; }
	#imPageRow_10 { display: none; }
	#imPageRow_11 { display: none; }
	#imPageRow_12 { display: none; }
	#imPageRow_13 { display: none; }
	
}
@media (max-width: 959.9px) and (min-width: 720.0px) {
	#imContent { display: grid; grid-template-columns: minmax(0, 1fr) 2.833px 2.833px 2.833px 2.833px 2.833px 2.833px 2.833px 2.833px 2.833px 2.833px 2.833px 2.833px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.583px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px 4.667px minmax(0, 1fr); grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto; }
	#imContent > header { display: block; grid-column: 2 / 158; grid-row: 1 / 2; }
	#imGoToCont { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
	#imCell_287 { display: grid; grid-column: 2 / 158; grid-row: 2 / 3; }
	#imCell_295 { display: grid; grid-column: 2 / 158; grid-row: 3 / 4; }
	#imCell_481 { display: grid; grid-column: 1 / 159; grid-row: 4 / 5; }
	#imCell_483 { display: grid; grid-column: 1 / 159; grid-row: 5 / 6; }
	#imCell_482 { display: grid; grid-column: 1 / 159; grid-row: 6 / 7; }
	#imCell_292 { display: grid; grid-column: 2 / 158; grid-row: 7 / 8; }
	#imCell_670 { display: grid; grid-column: 1 / 159; grid-row: 8 / 9; }
	#imCell_293 { display: none; }
	#imPageRow_1 { display: block; grid-column: 1 / 159; grid-row: 2 / 3; }
	#imPageRow_2 { display: block; grid-column: 1 / 159; grid-row: 3 / 8; }
	#imPageRow_3 { display: block; grid-column: 1 / 159; grid-row: 8 / 9; }
	#imPageRow_4 { display: none; }
	#imPageRow_5 { display: none; }
	#imPageRow_6 { display: none; }
	#imPageRow_7 { display: none; }
	#imPageRow_8 { display: none; }
	#imPageRow_9 { display: none; }
	#imPageRow_10 { display: none; }
	#imPageRow_11 { display: none; }
	#imPageRow_12 { display: none; }
	#imPageRow_13 { display: none; }
	
}
@media (max-width: 719.9px) and (min-width: 600.0px) {
	#imContent { display: grid; grid-template-columns: minmax(0, 1fr) 2.333px 2.333px 2.333px 2.333px 2.333px 2.333px 2.333px 2.333px 2.333px 2.333px 2.333px 2.333px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.833px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px 3.917px minmax(0, 1fr); grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto; }
	#imContent > header { display: block; grid-column: 2 / 158; grid-row: 1 / 2; }
	#imGoToCont { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
	#imCell_287 { display: grid; grid-column: 2 / 158; grid-row: 2 / 3; }
	#imCell_295 { display: grid; grid-column: 2 / 158; grid-row: 3 / 4; }
	#imCell_481 { display: grid; grid-column: 1 / 159; grid-row: 4 / 5; }
	#imCell_483 { display: grid; grid-column: 1 / 159; grid-row: 5 / 6; }
	#imCell_482 { display: grid; grid-column: 1 / 159; grid-row: 6 / 7; }
	#imCell_292 { display: grid; grid-column: 2 / 158; grid-row: 7 / 8; }
	#imCell_670 { display: grid; grid-column: 1 / 159; grid-row: 8 / 9; }
	#imCell_293 { display: none; }
	#imPageRow_1 { display: block; grid-column: 1 / 159; grid-row: 2 / 3; }
	#imPageRow_2 { display: block; grid-column: 1 / 159; grid-row: 3 / 8; }
	#imPageRow_3 { display: block; grid-column: 1 / 159; grid-row: 8 / 9; }
	#imPageRow_4 { display: none; }
	#imPageRow_5 { display: none; }
	#imPageRow_6 { display: none; }
	#imPageRow_7 { display: none; }
	#imPageRow_8 { display: none; }
	#imPageRow_9 { display: none; }
	#imPageRow_10 { display: none; }
	#imPageRow_11 { display: none; }
	#imPageRow_12 { display: none; }
	#imPageRow_13 { display: none; }
	
}
@media (max-width: 599.9px) and (min-width: 480.0px) {
	#imContent { display: grid; grid-template-columns: minmax(0, 1fr) 1.833px 1.833px 1.833px 1.833px 1.833px 1.833px 1.833px 1.833px 1.833px 1.833px 1.833px 1.833px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px 3.083px minmax(0, 1fr); grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto; }
	#imContent > header { display: block; grid-column: 2 / 158; grid-row: 1 / 2; }
	#imGoToCont { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
	#imCell_287 { display: grid; grid-column: 2 / 158; grid-row: 2 / 3; }
	#imCell_295 { display: grid; grid-column: 2 / 158; grid-row: 3 / 4; }
	#imCell_481 { display: grid; grid-column: 1 / 159; grid-row: 4 / 5; }
	#imCell_483 { display: grid; grid-column: 1 / 159; grid-row: 5 / 6; }
	#imCell_482 { display: grid; grid-column: 1 / 159; grid-row: 6 / 7; }
	#imCell_292 { display: grid; grid-column: 2 / 158; grid-row: 7 / 8; }
	#imCell_670 { display: grid; grid-column: 1 / 159; grid-row: 8 / 9; }
	#imCell_293 { display: none; }
	#imPageRow_1 { display: block; grid-column: 1 / 159; grid-row: 2 / 3; }
	#imPageRow_2 { display: block; grid-column: 1 / 159; grid-row: 3 / 8; }
	#imPageRow_3 { display: block; grid-column: 1 / 159; grid-row: 8 / 9; }
	#imPageRow_4 { display: none; }
	#imPageRow_5 { display: none; }
	#imPageRow_6 { display: none; }
	#imPageRow_7 { display: none; }
	#imPageRow_8 { display: none; }
	#imPageRow_9 { display: none; }
	#imPageRow_10 { display: none; }
	#imPageRow_11 { display: none; }
	#imPageRow_12 { display: none; }
	#imPageRow_13 { display: none; }
	
}
@media (max-width: 479.9px) and (min-width: 420.0px) {
	#imContent { display: grid; grid-template-columns: minmax(0, 1fr) 1.583px 1.583px 1.583px 1.583px 1.583px 1.583px 1.583px 1.583px 1.583px 1.583px 1.583px 1.583px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.667px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px 2.75px minmax(0, 1fr); grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto; }
	#imContent > header { display: block; grid-column: 2 / 158; grid-row: 1 / 2; }
	#imGoToCont { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
	#imCell_287 { display: grid; grid-column: 2 / 158; grid-row: 2 / 3; }
	#imCell_295 { display: grid; grid-column: 2 / 158; grid-row: 3 / 4; }
	#imCell_481 { display: grid; grid-column: 1 / 159; grid-row: 4 / 5; }
	#imCell_483 { display: grid; grid-column: 1 / 159; grid-row: 5 / 6; }
	#imCell_482 { display: grid; grid-column: 1 / 159; grid-row: 6 / 7; }
	#imCell_292 { display: grid; grid-column: 2 / 158; grid-row: 7 / 8; }
	#imCell_670 { display: grid; grid-column: 1 / 159; grid-row: 8 / 9; }
	#imCell_293 { display: none; }
	#imPageRow_1 { display: block; grid-column: 1 / 159; grid-row: 2 / 3; }
	#imPageRow_2 { display: block; grid-column: 1 / 159; grid-row: 3 / 8; }
	#imPageRow_3 { display: block; grid-column: 1 / 159; grid-row: 8 / 9; }
	#imPageRow_4 { display: none; }
	#imPageRow_5 { display: none; }
	#imPageRow_6 { display: none; }
	#imPageRow_7 { display: none; }
	#imPageRow_8 { display: none; }
	#imPageRow_9 { display: none; }
	#imPageRow_10 { display: none; }
	#imPageRow_11 { display: none; }
	#imPageRow_12 { display: none; }
	#imPageRow_13 { display: none; }
	
}
@media (max-width: 419.9px) and (min-width: 350.0px) {
	#imContent { display: grid; grid-template-columns: minmax(0, 1fr) 1.333px 1.333px 1.333px 1.333px 1.333px 1.333px 1.333px 1.333px 1.333px 1.333px 1.333px 1.333px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.167px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px 2.25px minmax(0, 1fr); grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto; }
	#imContent > header { display: block; grid-column: 2 / 158; grid-row: 1 / 2; }
	#imGoToCont { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
	#imCell_287 { display: grid; grid-column: 2 / 158; grid-row: 2 / 3; }
	#imCell_295 { display: grid; grid-column: 2 / 158; grid-row: 3 / 4; }
	#imCell_481 { display: grid; grid-column: 1 / 159; grid-row: 4 / 5; }
	#imCell_483 { display: grid; grid-column: 1 / 159; grid-row: 5 / 6; }
	#imCell_482 { display: grid; grid-column: 1 / 159; grid-row: 6 / 7; }
	#imCell_292 { display: grid; grid-column: 2 / 158; grid-row: 7 / 8; }
	#imCell_670 { display: grid; grid-column: 1 / 159; grid-row: 8 / 9; }
	#imCell_293 { display: none; }
	#imPageRow_1 { display: block; grid-column: 1 / 159; grid-row: 2 / 3; }
	#imPageRow_2 { display: block; grid-column: 1 / 159; grid-row: 3 / 8; }
	#imPageRow_3 { display: block; grid-column: 1 / 159; grid-row: 8 / 9; }
	#imPageRow_4 { display: none; }
	#imPageRow_5 { display: none; }
	#imPageRow_6 { display: none; }
	#imPageRow_7 { display: none; }
	#imPageRow_8 { display: none; }
	#imPageRow_9 { display: none; }
	#imPageRow_10 { display: none; }
	#imPageRow_11 { display: none; }
	#imPageRow_12 { display: none; }
	#imPageRow_13 { display: none; }
	
}
@media (max-width: 349.9px)  {
	#imContent { display: grid; grid-template-columns: 0 minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) 0; grid-template-rows: auto auto auto auto auto auto; }
	#imContent > header { display: block; grid-column: 2 / 158; grid-row: 1 / 2; }
	#imGoToCont { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
	#imCell_287 { display: grid; grid-column: 2 / 158; grid-row: 2 / 3; }
	#imCell_481 { display: grid; grid-column: 1 / 159; grid-row: 3 / 4; }
	#imCell_483 { display: grid; grid-column: 1 / 159; grid-row: 4 / 5; }
	#imCell_482 { display: grid; grid-column: 1 / 159; grid-row: 5 / 6; }
	#imCell_670 { display: grid; grid-column: 1 / 159; grid-row: 6 / 7; }
	#imCell_292 { display: none; }
	#imCell_293 { display: none; }
	#imCell_295 { display: none; }
	#imPageRow_1 { display: block; grid-column: 1 / 159; grid-row: 2 / 3; }
	#imPageRow_2 { display: block; grid-column: 1 / 159; grid-row: 3 / 6; }
	#imPageRow_3 { display: block; grid-column: 1 / 159; grid-row: 6 / 7; }
	#imPageRow_4 { display: none; }
	#imPageRow_5 { display: none; }
	#imPageRow_6 { display: none; }
	#imPageRow_7 { display: none; }
	#imPageRow_8 { display: none; }
	#imPageRow_9 { display: none; }
	#imPageRow_10 { display: none; }
	#imPageRow_11 { display: none; }
	#imPageRow_12 { display: none; }
	#imPageRow_13 { display: none; }
	
}
#imHeader_imCell_39 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_imMenuObject_39 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 103; }
#imHeader_imCellStyleGraphics_39 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imHeader_imCellStyleBorders_39 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 102; }

.label-wrapper .menu-item-icon {
max-height: 100%; position: absolute; top: 0; bottom: 0; inset-inline-start: 3px; margin: auto; z-index: 0; 
}
.im-menu-opened #imStickyBarContainer, .im-menu-opened #imPageToTop { visibility: hidden !important; }
#imHeader_imCell_40 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_imMenuObject_40 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 103; }
#imHeader_imCellStyleGraphics_40 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imHeader_imCellStyleBorders_40 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 102; }

.label-wrapper .menu-item-icon {
max-height: 100%; position: absolute; top: 0; bottom: 0; inset-inline-start: 3px; margin: auto; z-index: 0; 
}
.im-menu-opened #imStickyBarContainer, .im-menu-opened #imPageToTop { visibility: hidden !important; }
#imHeader_imCell_37 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_imTextObject_37 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imHeader_imCellStyleGraphics_37 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imHeader_imCellStyleBorders_37 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imHeader_imTextObject_37 { width: 100%; }
#imHeader_imTextObject_37 { font-style: normal; font-weight: normal; line-height: 20px; }
#imHeader_imTextObject_37_tab0 div { line-height: 20px; }
#imHeader_imTextObject_37_tab0 .imHeading1 { line-height: 20px; }
#imHeader_imTextObject_37_tab0 .imHeading2 { line-height: 20px; }
#imHeader_imTextObject_37_tab0 .imHeading3 { line-height: 20px; }
#imHeader_imTextObject_37_tab0 .imHeading4 { line-height: 20px; }
#imHeader_imTextObject_37_tab0 .imHeading5 { line-height: 20px; }
#imHeader_imTextObject_37_tab0 .imHeading6 { line-height: 20px; }
#imHeader_imTextObject_37_tab0 ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imHeader_imTextObject_37_tab0 ul ul { list-style: square; padding-block: 0px; padding-inline: 20px 0px; }
#imHeader_imTextObject_37_tab0 ul ul ul { list-style: circle; }
#imHeader_imTextObject_37_tab0 ul li, ol li { margin-block: 0px; margin-inline: 40px 0px; padding: 0px; }
#imHeader_imTextObject_37_tab0 ol { list-style: decimal; margin: 0; padding: 0; }
#imHeader_imTextObject_37_tab0 ol ol { list-style: lower-alpha; padding-block: 0px; padding-inline: 20px 0px; }
#imHeader_imTextObject_37_tab0 blockquote { margin-block: 0px; margin-inline: 15px 0px; padding: 0; border: none; }
#imHeader_imTextObject_37_tab0 table { border: none; padding: 0; border-collapse: collapse; }
#imHeader_imTextObject_37_tab0 table td { border: 1px solid black; word-wrap: break-word; padding: 4px 3px; margin: 0; vertical-align: middle; }
#imHeader_imTextObject_37_tab0 p { margin: 0; padding: 0; }
#imHeader_imTextObject_37_tab0 .inline-block { display: inline-block; }
#imHeader_imTextObject_37_tab0 sup { vertical-align: super; font-size: smaller; }
#imHeader_imTextObject_37_tab0 sub { vertical-align: sub; font-size: smaller; }
#imHeader_imTextObject_37_tab0 img { border: none; margin: 0; vertical-align: text-bottom;}
#imHeader_imTextObject_37_tab0 .fleft { float: left; float: inline-start; vertical-align: baseline;}
#imHeader_imTextObject_37_tab0 .fright { float: right; float: inline-end; vertical-align: baseline;}
#imHeader_imTextObject_37_tab0 img.fleft { margin-inline-end: 15px; }
#imHeader_imTextObject_37_tab0 img.fright { margin-inline-start: 15px; }
#imHeader_imTextObject_37_tab0 .imTALeft { text-align: start; }
#imHeader_imTextObject_37_tab0 .imTARight { text-align: end; }
#imHeader_imTextObject_37_tab0 .imTACenter { text-align: center; }
#imHeader_imTextObject_37_tab0 .imTAJustify { text-align: justify; }
#imHeader_imTextObject_37_tab0 .imUl { text-decoration: underline; }
#imHeader_imTextObject_37_tab0 .imStrike { text-decoration: line-through; }
#imHeader_imTextObject_37_tab0 .imUlStrike { text-decoration: underline line-through; }
#imHeader_imTextObject_37_tab0 .imVt { vertical-align: top; }
#imHeader_imTextObject_37_tab0 .imVc { vertical-align: middle; }
#imHeader_imTextObject_37_tab0 .imVb { vertical-align: bottom; }
#imHeader_imTextObject_37_tab0 hr { border: solid; border-block-width: 1px 0px; border-inline-width: 0px; }
#imHeader_imTextObject_37_tab0 .fs5lh1-5 { vertical-align: baseline; font-size: 5pt; line-height: 10px; }
#imHeader_imTextObject_37_tab0 .ff1 { font-family: 'Arial'; }
#imHeader_imTextObject_37 .text-container {width: 100%;}#imHeader_imTextObject_37 .text-container {margin: 0 auto; position: relative;overflow: hidden; display: grid; grid-template-rows: 1fr; grid-template-columns: 1fr; background-color: rgba(255, 255, 255, 1); border-style: solid;border-color: rgba(169, 169, 169, 1); }
#imHeader_imTextObject_37 .text-container .grid-prop.current-tab {z-index: 1; opacity: 1;  }
#imHeader_imTextObject_37 .text-container .grid-prop {grid-area: 1 / 1 / 2 / 2; opacity: 0; box-sizing: border-box; position: relative;  }
#imHeader_imTextObject_37 .text-container .text-tab-content.detach {position: absolute; top: 0; inset-inline-start: 0px; width: 100%; display: none; }
#imHeader_imCell_41 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_pluginAppObj_41 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imHeader_imCellStyleGraphics_41 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imHeader_imCellStyleBorders_41 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imFooter_imCell_38 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_imTextObject_38 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imFooter_imCellStyleGraphics_38 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imFooter_imCellStyleBorders_38 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imFooter_imTextObject_38 { width: 100%; }
#imFooter_imTextObject_38 { font-style: normal; font-weight: normal; line-height: 20px; }
#imFooter_imTextObject_38_tab0 div { line-height: 20px; }
#imFooter_imTextObject_38_tab0 .imHeading1 { line-height: 20px; }
#imFooter_imTextObject_38_tab0 .imHeading2 { line-height: 20px; }
#imFooter_imTextObject_38_tab0 .imHeading3 { line-height: 20px; }
#imFooter_imTextObject_38_tab0 .imHeading4 { line-height: 20px; }
#imFooter_imTextObject_38_tab0 .imHeading5 { line-height: 20px; }
#imFooter_imTextObject_38_tab0 .imHeading6 { line-height: 20px; }
#imFooter_imTextObject_38_tab0 ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imFooter_imTextObject_38_tab0 ul ul { list-style: square; padding-block: 0px; padding-inline: 20px 0px; }
#imFooter_imTextObject_38_tab0 ul ul ul { list-style: circle; }
#imFooter_imTextObject_38_tab0 ul li, ol li { margin-block: 0px; margin-inline: 40px 0px; padding: 0px; }
#imFooter_imTextObject_38_tab0 ol { list-style: decimal; margin: 0; padding: 0; }
#imFooter_imTextObject_38_tab0 ol ol { list-style: lower-alpha; padding-block: 0px; padding-inline: 20px 0px; }
#imFooter_imTextObject_38_tab0 blockquote { margin-block: 0px; margin-inline: 15px 0px; padding: 0; border: none; }
#imFooter_imTextObject_38_tab0 table { border: none; padding: 0; border-collapse: collapse; }
#imFooter_imTextObject_38_tab0 table td { border: 1px solid black; word-wrap: break-word; padding: 4px 3px; margin: 0; vertical-align: middle; }
#imFooter_imTextObject_38_tab0 p { margin: 0; padding: 0; }
#imFooter_imTextObject_38_tab0 .inline-block { display: inline-block; }
#imFooter_imTextObject_38_tab0 sup { vertical-align: super; font-size: smaller; }
#imFooter_imTextObject_38_tab0 sub { vertical-align: sub; font-size: smaller; }
#imFooter_imTextObject_38_tab0 img { border: none; margin: 0; vertical-align: text-bottom;}
#imFooter_imTextObject_38_tab0 .fleft { float: left; float: inline-start; vertical-align: baseline;}
#imFooter_imTextObject_38_tab0 .fright { float: right; float: inline-end; vertical-align: baseline;}
#imFooter_imTextObject_38_tab0 img.fleft { margin-inline-end: 15px; }
#imFooter_imTextObject_38_tab0 img.fright { margin-inline-start: 15px; }
#imFooter_imTextObject_38_tab0 .imTALeft { text-align: start; }
#imFooter_imTextObject_38_tab0 .imTARight { text-align: end; }
#imFooter_imTextObject_38_tab0 .imTACenter { text-align: center; }
#imFooter_imTextObject_38_tab0 .imTAJustify { text-align: justify; }
#imFooter_imTextObject_38_tab0 .imUl { text-decoration: underline; }
#imFooter_imTextObject_38_tab0 .imStrike { text-decoration: line-through; }
#imFooter_imTextObject_38_tab0 .imUlStrike { text-decoration: underline line-through; }
#imFooter_imTextObject_38_tab0 .imVt { vertical-align: top; }
#imFooter_imTextObject_38_tab0 .imVc { vertical-align: middle; }
#imFooter_imTextObject_38_tab0 .imVb { vertical-align: bottom; }
#imFooter_imTextObject_38_tab0 hr { border: solid; border-block-width: 1px 0px; border-inline-width: 0px; }
#imFooter_imTextObject_38_tab0 .fs10lh1-5 { vertical-align: baseline; font-size: 10pt; line-height: 20px; }
#imFooter_imTextObject_38 .text-container {width: 100%;}#imFooter_imTextObject_38 .text-container {margin: 0 auto; position: relative;overflow: hidden; display: grid; grid-template-rows: 1fr; grid-template-columns: 1fr; background-color: rgba(255, 255, 255, 1); border-style: solid;border-color: rgba(169, 169, 169, 1); }
#imFooter_imTextObject_38 .text-container .grid-prop.current-tab {z-index: 1; opacity: 1;  }
#imFooter_imTextObject_38 .text-container .grid-prop {grid-area: 1 / 1 / 2 / 2; opacity: 0; box-sizing: border-box; position: relative;  }
#imFooter_imTextObject_38 .text-container .text-tab-content.detach {position: absolute; top: 0; inset-inline-start: 0px; width: 100%; display: none; }
#imFooter_imCell_47 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_imTextObject_47 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imFooter_imCellStyleGraphics_47 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imFooter_imCellStyleBorders_47 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imFooter_imTextObject_47 { width: 100%; }
#imFooter_imTextObject_47 { font-style: normal; font-weight: normal; line-height: 20px; }
#imFooter_imTextObject_47_tab0 div { line-height: 20px; }
#imFooter_imTextObject_47_tab0 .imHeading1 { line-height: 20px; }
#imFooter_imTextObject_47_tab0 .imHeading2 { line-height: 20px; }
#imFooter_imTextObject_47_tab0 .imHeading3 { line-height: 20px; }
#imFooter_imTextObject_47_tab0 .imHeading4 { line-height: 20px; }
#imFooter_imTextObject_47_tab0 .imHeading5 { line-height: 20px; }
#imFooter_imTextObject_47_tab0 .imHeading6 { line-height: 20px; }
#imFooter_imTextObject_47_tab0 ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imFooter_imTextObject_47_tab0 ul ul { list-style: square; padding-block: 0px; padding-inline: 20px 0px; }
#imFooter_imTextObject_47_tab0 ul ul ul { list-style: circle; }
#imFooter_imTextObject_47_tab0 ul li, ol li { margin-block: 0px; margin-inline: 40px 0px; padding: 0px; }
#imFooter_imTextObject_47_tab0 ol { list-style: decimal; margin: 0; padding: 0; }
#imFooter_imTextObject_47_tab0 ol ol { list-style: lower-alpha; padding-block: 0px; padding-inline: 20px 0px; }
#imFooter_imTextObject_47_tab0 blockquote { margin-block: 0px; margin-inline: 15px 0px; padding: 0; border: none; }
#imFooter_imTextObject_47_tab0 table { border: none; padding: 0; border-collapse: collapse; }
#imFooter_imTextObject_47_tab0 table td { border: 1px solid black; word-wrap: break-word; padding: 4px 3px; margin: 0; vertical-align: middle; }
#imFooter_imTextObject_47_tab0 p { margin: 0; padding: 0; }
#imFooter_imTextObject_47_tab0 .inline-block { display: inline-block; }
#imFooter_imTextObject_47_tab0 sup { vertical-align: super; font-size: smaller; }
#imFooter_imTextObject_47_tab0 sub { vertical-align: sub; font-size: smaller; }
#imFooter_imTextObject_47_tab0 img { border: none; margin: 0; vertical-align: text-bottom;}
#imFooter_imTextObject_47_tab0 .fleft { float: left; float: inline-start; vertical-align: baseline;}
#imFooter_imTextObject_47_tab0 .fright { float: right; float: inline-end; vertical-align: baseline;}
#imFooter_imTextObject_47_tab0 img.fleft { margin-inline-end: 15px; }
#imFooter_imTextObject_47_tab0 img.fright { margin-inline-start: 15px; }
#imFooter_imTextObject_47_tab0 .imTALeft { text-align: start; }
#imFooter_imTextObject_47_tab0 .imTARight { text-align: end; }
#imFooter_imTextObject_47_tab0 .imTACenter { text-align: center; }
#imFooter_imTextObject_47_tab0 .imTAJustify { text-align: justify; }
#imFooter_imTextObject_47_tab0 .imUl { text-decoration: underline; }
#imFooter_imTextObject_47_tab0 .imStrike { text-decoration: line-through; }
#imFooter_imTextObject_47_tab0 .imUlStrike { text-decoration: underline line-through; }
#imFooter_imTextObject_47_tab0 .imVt { vertical-align: top; }
#imFooter_imTextObject_47_tab0 .imVc { vertical-align: middle; }
#imFooter_imTextObject_47_tab0 .imVb { vertical-align: bottom; }
#imFooter_imTextObject_47_tab0 hr { border: solid; border-block-width: 1px 0px; border-inline-width: 0px; }
#imFooter_imTextObject_47_tab0 .fs10lh1-5 { vertical-align: baseline; font-size: 10pt; line-height: 20px; }
#imFooter_imTextObject_47_tab0 .cf1 { color: rgb(183, 183, 183); }
#imFooter_imTextObject_47 .text-container {width: 100%;}#imFooter_imTextObject_47 .text-container {margin: 0 auto; position: relative;overflow: hidden; display: grid; grid-template-rows: 1fr; grid-template-columns: 1fr; background-color: rgba(255, 255, 255, 1); border-style: solid;border-color: rgba(169, 169, 169, 1); }
#imFooter_imTextObject_47 .text-container .grid-prop.current-tab {z-index: 1; opacity: 1;  }
#imFooter_imTextObject_47 .text-container .grid-prop {grid-area: 1 / 1 / 2 / 2; opacity: 0; box-sizing: border-box; position: relative;  }
#imFooter_imTextObject_47 .text-container .text-tab-content.detach {position: absolute; top: 0; inset-inline-start: 0px; width: 100%; display: none; }
#imFooter_imCell_53 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_pluginAppObj_53 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imFooter_imCellStyleGraphics_53 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imFooter_imCellStyleBorders_53 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imFooter_imCell_57 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_pluginAppObj_57 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imFooter_imCellStyleGraphics_57 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imFooter_imCellStyleBorders_57 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imFooter_imCell_67 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_pluginAppObj_67 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imFooter_imCellStyleGraphics_67 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imFooter_imCellStyleBorders_67 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imFooter_imCell_68 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_pluginAppObj_68 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imFooter_imCellStyleGraphics_68 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imFooter_imCellStyleBorders_68 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imFooter_imCell_71 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_pluginAppObj_71 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imFooter_imCellStyleGraphics_71 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imFooter_imCellStyleBorders_71 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imFooter_imCell_72 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_pluginAppObj_72 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imFooter_imCellStyleGraphics_72 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imFooter_imCellStyleBorders_72 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imStickyBar_imCell_1 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imStickyBar_imMenuObject_01 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 103; }
#imStickyBar_imCellStyleGraphics_1 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imStickyBar_imCellStyleBorders_1 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 102; }

.label-wrapper .menu-item-icon {
max-height: 100%; position: absolute; top: 0; bottom: 0; inset-inline-start: 3px; margin: auto; z-index: 0; 
}
.im-menu-opened #imStickyBarContainer, .im-menu-opened #imPageToTop { visibility: hidden !important; }
.imPageRow { position: relative;  }
.animable { visibility: hidden; }
html.no-cssanimations .animable { visibility: visible; }
.animable.animated { visibility: visible; -webkit-animation-fill-mode: both;  animation-fill-mode: both; -webkit-animation-delay: 0s; animation-delay: 0s; }
:-webkit-full-screen-ancestor{ animation-fill-mode: none !important; }
#imPageRowGraphics_1_0 { background: transparent url('../images/PROJETO-E-CONSTRU--O-DE-AQU-RIOS-DE-LUXO-19.webp') no-repeat center center; opacity: 1; background-size: cover; animation-duration: 1000ms; }
#imPageRowGraphics_1_1 { background: transparent url('../images/restaurante-tematico-aquario-DESIGN-E-CONSTRU--O.webp') no-repeat center center; opacity: 1; background-size: cover; animation-duration: 1000ms; }
#imCell_287 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHTMLObject_97_287 { position: relative; align-self: start; justify-self: center; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imCellStyleGraphics_287 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imCellStyleBorders_287 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imCell_293 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imMenuObject_97_293 { position: relative; align-self: start; justify-self: center; max-width: 100%; box-sizing: border-box; z-index: 103; }
#imCellStyleGraphics_293 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imCellStyleBorders_293 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 102; }

.label-wrapper .menu-item-icon {
max-height: 100%; position: absolute; top: 0; bottom: 0; inset-inline-start: 3px; margin: auto; z-index: 0; 
}
.im-menu-opened #imStickyBarContainer, .im-menu-opened #imPageToTop { visibility: hidden !important; }
#imPageRowGraphics_2 { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
#imPageRowGraphics_2 { background-color: rgba(0, 0, 0, 1); }
#imPageRowGraphicsOverlay_2 { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(67, 67, 67, 0.85); }
#imCell_295 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imTextObject_97_295 { position: relative; align-self: start; justify-self: center; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imCellStyleGraphics_295 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent; opacity: 0.2;  overflow: hidden; }
#imCellStyleGraphicsC_295 { position: absolute; top: 40px; bottom: 40px; inset-inline-start: 34px; inset-inline-end: 34px; background: transparent url('../') repeat center center;}
#imCellStyleGraphicsB_295 { position: absolute; bottom: 0; inset-inline-start: 34px; inset-inline-end: 34px; height: 40px; background: transparent url('../') repeat-x center bottom;}
#imCellStyleGraphicsBL_295 { position: absolute; bottom: 0; inset-inline-start: 0px; width: 34px; height: 40px; background: transparent url('../') repeat left bottom;}
#imCellStyleGraphicsBR_295 { position: absolute; bottom: 0; inset-inline-end: 0px; width: 34px; height: 40px; background: transparent url('../') repeat right bottom;}
#imCellStyleGraphicsL_295 { position: absolute; top: 40px; bottom: 40px; inset-inline-start: 0px; width: 34px; background: transparent url('../') repeat-y left center;}
#imCellStyleGraphicsR_295 { position: absolute; top: 40px; bottom: 40px; inset-inline-end: 0px; width: 34px; background: transparent url('../') repeat-y right center;}
#imCellStyleGraphicsT_295 { position: absolute; top: 0; inset-inline-start: 34px; inset-inline-end: 34px; height: 40px; background: transparent url('../') repeat-x center top;}
#imCellStyleGraphicsTL_295 { position: absolute; top: 0; inset-inline-start: 0px; width: 34px; height: 40px; background: transparent url('../') repeat left top;}
#imCellStyleGraphicsTR_295 { position: absolute; top: 0; inset-inline-end: 0px; width: 34px; height: 40px; background: transparent url('../') repeat right top;}
#imCellStyleBorders_295 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

html:not(.no-cssanimations) #imCell_295.animated {   -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@media (prefers-reduced-motion: no-preference) {@-webkit-keyframes imCell_295-anim-fadeInLeft {
	0% { opacity: 0;    -webkit-transform: translate3d(-100%, 0, 0);    transform: translate3d(-100%, 0, 0); }
	100% { opacity: 1;    -webkit-transform: none;    transform: none; }
}
@keyframes imCell_295-anim-fadeInLeft {
	0% { opacity: 0;    -webkit-transform: translate3d(-100%, 0, 0);    transform: translate3d(-100%, 0, 0); }
	100% { opacity: 1;    -webkit-transform: none;    transform: none; }
}
#imCell_295.animated.fadeInLeft {  -webkit-animation-name: imCell_295-anim-fadeInLeft;  animation-name: imCell_295-anim-fadeInLeft; }
}#imPage.imCell_295_animation-in-progress { overflow: hidden }
#imTextObject_97_295 { width: 100%; }
#imTextObject_97_295 { font-style: normal; font-weight: normal; line-height: 20px; }
#imTextObject_97_295_tab0 div { line-height: 20px; }
#imTextObject_97_295_tab0 .imHeading1 { line-height: 20px; }
#imTextObject_97_295_tab0 .imHeading2 { line-height: 20px; }
#imTextObject_97_295_tab0 .imHeading3 { line-height: 20px; }
#imTextObject_97_295_tab0 .imHeading4 { line-height: 20px; }
#imTextObject_97_295_tab0 .imHeading5 { line-height: 20px; }
#imTextObject_97_295_tab0 .imHeading6 { line-height: 20px; }
#imTextObject_97_295_tab0 ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imTextObject_97_295_tab0 ul ul { list-style: square; padding-block: 0px; padding-inline: 20px 0px; }
#imTextObject_97_295_tab0 ul ul ul { list-style: circle; }
#imTextObject_97_295_tab0 ul li, ol li { margin-block: 0px; margin-inline: 40px 0px; padding: 0px; }
#imTextObject_97_295_tab0 ol { list-style: decimal; margin: 0; padding: 0; }
#imTextObject_97_295_tab0 ol ol { list-style: lower-alpha; padding-block: 0px; padding-inline: 20px 0px; }
#imTextObject_97_295_tab0 blockquote { margin-block: 0px; margin-inline: 15px 0px; padding: 0; border: none; }
#imTextObject_97_295_tab0 table { border: none; padding: 0; border-collapse: collapse; }
#imTextObject_97_295_tab0 table td { border: 1px solid black; word-wrap: break-word; padding: 4px 3px; margin: 0; vertical-align: middle; }
#imTextObject_97_295_tab0 p { margin: 0; padding: 0; }
#imTextObject_97_295_tab0 .inline-block { display: inline-block; }
#imTextObject_97_295_tab0 sup { vertical-align: super; font-size: smaller; }
#imTextObject_97_295_tab0 sub { vertical-align: sub; font-size: smaller; }
#imTextObject_97_295_tab0 img { border: none; margin: 0; vertical-align: text-bottom;}
#imTextObject_97_295_tab0 .fleft { float: left; float: inline-start; vertical-align: baseline;}
#imTextObject_97_295_tab0 .fright { float: right; float: inline-end; vertical-align: baseline;}
#imTextObject_97_295_tab0 img.fleft { margin-inline-end: 15px; }
#imTextObject_97_295_tab0 img.fright { margin-inline-start: 15px; }
#imTextObject_97_295_tab0 .imTALeft { text-align: start; }
#imTextObject_97_295_tab0 .imTARight { text-align: end; }
#imTextObject_97_295_tab0 .imTACenter { text-align: center; }
#imTextObject_97_295_tab0 .imTAJustify { text-align: justify; }
#imTextObject_97_295_tab0 .imUl { text-decoration: underline; }
#imTextObject_97_295_tab0 .imStrike { text-decoration: line-through; }
#imTextObject_97_295_tab0 .imUlStrike { text-decoration: underline line-through; }
#imTextObject_97_295_tab0 .imVt { vertical-align: top; }
#imTextObject_97_295_tab0 .imVc { vertical-align: middle; }
#imTextObject_97_295_tab0 .imVb { vertical-align: bottom; }
#imTextObject_97_295_tab0 hr { border: solid; border-block-width: 1px 0px; border-inline-width: 0px; }
#imTextObject_97_295_tab0 .cf1 { color: rgb(243, 243, 243); }
#imTextObject_97_295_tab0 .fs12lh1-5 { vertical-align: baseline; font-size: 12pt; line-height: 24px; }
#imTextObject_97_295_tab0 .mt1 { margin-top: 10px; }
#imTextObject_97_295 .text-container {width: 100%;}#imTextObject_97_295 .text-container {margin: 0 auto; position: relative;overflow: hidden; display: grid; grid-template-rows: 1fr; grid-template-columns: 1fr; background-color: rgba(255, 255, 255, 1); border-style: solid;border-color: rgba(169, 169, 169, 1); }
#imTextObject_97_295 .text-container .grid-prop.current-tab {z-index: 1; opacity: 1;  }
#imTextObject_97_295 .text-container .grid-prop {grid-area: 1 / 1 / 2 / 2; opacity: 0; box-sizing: border-box; position: relative;  }
#imTextObject_97_295 .text-container .text-tab-content.detach {position: absolute; top: 0; inset-inline-start: 0px; width: 100%; display: none; }
#imCell_481 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#pluginAppObj_97_481 { position: relative; align-self: start; justify-self: center; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imCellStyleGraphics_481 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imCellStyleBorders_481 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imCell_483 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imObjectImage_97_483 { position: relative; align-self: start; justify-self: center; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imCellStyleGraphics_483 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imCellStyleBorders_483 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imObjectImage_97_483 #imObjectImage_97_483_container { width: 2560px; max-width: 100%; line-height: 0; }
#imObjectImage_97_483 { vertical-align: top; margin-top: 0px; margin-bottom: 0px; margin-inline-start: auto; margin-inline-end: auto; }
#imObjectImage_97_483 #imObjectImage_97_483_container img { width: 100%; height: auto; vertical-align: top; }#imCell_482 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#pluginAppObj_97_482 { position: relative; align-self: start; justify-self: center; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imCellStyleGraphics_482 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imCellStyleBorders_482 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imCell_292 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imObjectVideo_97_292 { position: relative; align-self: start; justify-self: center; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imCellStyleGraphics_292 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imCellStyleBorders_292 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

html:not(.no-cssanimations) #imCell_292.animated {   -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@media (prefers-reduced-motion: no-preference) {@-webkit-keyframes imCell_292-anim-pulse {
	0% { -webkit-transform: scale3d(1, 1, 1);    transform: scale3d(1, 1, 1); }
	50% { -webkit-transform: scale3d(1.05, 1.05, 1.05);    transform: scale3d(1.05, 1.05, 1.05); }
	100% { -webkit-transform: scale3d(1, 1, 1);    transform: scale3d(1, 1, 1); }
}
@keyframes imCell_292-anim-pulse {
	0% { -webkit-transform: scale3d(1, 1, 1);    transform: scale3d(1, 1, 1); }
	50% { -webkit-transform: scale3d(1.05, 1.05, 1.05);    transform: scale3d(1.05, 1.05, 1.05); }
	100% { -webkit-transform: scale3d(1, 1, 1);    transform: scale3d(1, 1, 1); }
}
#imCell_292.animated.pulse {  -webkit-animation-name: imCell_292-anim-pulse;  animation-name: imCell_292-anim-pulse; }
}#imPage.imCell_292_animation-in-progress { overflow: hidden }
#imObjectVideo_97_292 .object-generic-error { height: 100%; overflow: hidden; }
#imObjectVideo_97_292_container { max-width: 100%; }
#imPageRowGraphics_3 { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
#imPageRowGraphics_3 { background-color: rgba(61, 133, 198, 1); }
#imCell_670 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#pluginAppObj_97_670 { position: relative; align-self: start; justify-self: center; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imCellStyleGraphics_670 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent; border-start-start-radius: 20px; border-start-end-radius: 20px; border-end-start-radius: 20px; border-end-end-radius: 20px;  }
#imCellStyleBorders_670 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

html:not(.no-cssanimations) #imCell_670.animated {   -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@media (prefers-reduced-motion: no-preference) {@-webkit-keyframes imCell_670-anim-fadeInDown {
	0% { opacity: 0;    -webkit-transform: translate3d(0, -100%, 0);    transform: translate3d(0, -100%, 0); }
	100% { opacity: 1;    -webkit-transform: none;    transform: none; }
}
@keyframes imCell_670-anim-fadeInDown {
	0% { opacity: 0;    -webkit-transform: translate3d(0, -100%, 0);    transform: translate3d(0, -100%, 0); }
	100% { opacity: 1;    -webkit-transform: none;    transform: none; }
}
#imCell_670.animated.fadeInDown {  -webkit-animation-name: imCell_670-anim-fadeInDown;  animation-name: imCell_670-anim-fadeInDown; }
}#imPage.imCell_670_animation-in-progress { overflow: hidden }
@media (min-width: 1800.0px) {
	#imBreadcrumb { width: 1775px; margin-inline-start: 6px; margin-inline-end: 6px; }
	#imCell_287 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 3px; padding-inline-end: 3px; }
	#imCell_287 { grid-template-rows: [row-content] auto ; }
	#imHTMLObject_97_287 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 3px; padding-inline-end: 3px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_287 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_293 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imCell_293 { grid-template-rows: [row-content] auto ; }
	#imMenuObject_97_293 { padding-top: 5px; padding-bottom: 0px; padding-inline-start: 5px; padding-inline-end: 5px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_293 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imMenuObject_97_293_container { border: solid; border-block-color: rgba(128, 128, 128, 1) rgba(128, 128, 128, 1); border-inline-color: rgba(128, 128, 128, 1) rgba(128, 128, 128, 1); border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px; display: inline-table;}
	#imMenuObject_97_293_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imMenuObject_97_293_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; float: left; float: inline-start; }
	#imMenuObject_97_293_container > ul > li > .label-wrapper, #imMenuObject_97_293_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 69px; height: 33px; padding-block: 0px; padding-inline: 3px; border-block-width: 0px 1px; border-inline-width: 0px; border-radius: 0px; }
	#imMenuObject_97_293 .hamburger-button {cursor: pointer; width: 33px; height: 33px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-block-width: 0px 1px; border-inline-width: 0px; border-radius: 0px; }
	#imMenuObject_97_293 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imMenuObject_97_293 .label-inner-wrapper, #imMenuObject_97_293 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imMenuObject_97_293_container > ul > li .label, #imMenuObject_97_293 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imMenuObject_97_293_container > ul > li > .label-wrapper {background-color: rgba(242, 242, 242, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > li > .label-wrapper .label, #imMenuObject_97_293_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imMenuObject_97_293 .hamburger-button {background-color: rgba(242, 242, 242, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293 .hamburger-button .label, #imMenuObject_97_293 .hamburger-button button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imMenuObject_97_293_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(37, 58, 88, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_97_293_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imMenuObject_97_293_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(37, 58, 88, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > li.imPage:hover > .label-wrapper .label, #imMenuObject_97_293_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(37, 58, 88, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > li.imLevel:hover > .label-wrapper .label, #imMenuObject_97_293_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imMenuObject_97_293_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > .imMnMnSeparator > .label-wrapper .label, #imMenuObject_97_293_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(37, 58, 88, 1);font-weight: bold;}
	#imMenuObject_97_293 .imLevel { cursor: default; }
	#imMenuObject_97_293-menu-opened .imLevel { cursor: default; }
	#imMenuObject_97_293 { justify-self: start;}
	/* Level menu background */
	#imMenuObject_97_293 ul ul { border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px;   background-color: transparent; }
	/* Level menu button size and position */
	#imMenuObject_97_293 ul ul li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imMenuObject_97_293 .multiple-column > ul {max-width: 170px;}
	#imMenuObject_97_293 ul ul li:last-child {margin-bottom: 0px; }
	#imMenuObject_97_293 ul ul .label-wrapper { display: block; overflow: hidden; width: 154px; height: 34px; padding-block: 0px; padding-inline: 8px; }
	#imMenuObject_97_293 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imMenuObject_97_293 ul ul .label-wrapper {background-color: rgba(255, 255, 255, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imMenuObject_97_293 ul ul .label-wrapper .label, #imMenuObject_97_293 ul ul .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(37, 58, 88, 1);font-weight: normal;}
	/* Level menu hover button style */
	#imMenuObject_97_293 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(176, 209, 255, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imMenuObject_97_293 ul ul li.imLevel:hover > .label-wrapper .label, #imMenuObject_97_293 ul ul li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imMenuObject_97_293 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(176, 209, 255, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imMenuObject_97_293 ul ul li.imPage:hover > .label-wrapper .label, #imMenuObject_97_293 ul ul li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(37, 58, 88, 1);font-weight: normal;}
	/* Level menu separator button style */
	#imMenuObject_97_293 ul ul .imMnMnSeparator > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imMenuObject_97_293 ul ul .imMnMnSeparator > .label-wrapper .label, #imMenuObject_97_293 ul ul .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(169, 169, 169, 1);font-weight: bold;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imMenuObject_97_293 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(37, 58, 88, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_97_293 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imMenuObject_97_293 .multiple-column {position: absolute; z-index: 2;inset-inline-start: 0px; }
	#imMenuObject_97_293 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imMenuObject_97_293 .multiple-column > ul > li {display: block;}
	#imMenuObject_97_293_container > ul > li > ul {position: absolute;
	top: 34px;
	}
	#imMenuObject_97_293_container > ul > li > ul.open-bottom { inset-inline-start: 0px; }
	#imMenuObject_97_293_container > ul > li > ul.open-left { inset-inline-end: 75px; }
	#imMenuObject_97_293_container > ul > li > ul.open-right { inset-inline-start: 75px; }
	#imMenuObject_97_293_container > ul > li > ul ul, #imMenuObject_97_293_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imMenuObject_97_293_container  > ul > li > ul ul.open-left, #imMenuObject_97_293_container .multiple-column > ul > li ul.open-left{ inset-inline-end: 170px; }
	#imMenuObject_97_293_container  > ul > li > ul ul.open-right, #imMenuObject_97_293_container .multiple-column > ul > li ul.open-right{ inset-inline-start: 170px; }
	#imMenuObject_97_293 ul > li > ul, #imMenuObject_97_293 .multiple-column { display: none; }
	#imMenuObject_97_293_container > ul > li:nth-child(1n+1) {
	margin-inline-start: 0px; 
	clear: left; clear: inline-start; 
	}
	#imMenuObject_97_293_container > ul > li:nth-child(n+2) {
	margin-top: 0px; 
	}
	#imMenuObject_97_293-menu-opened { display: none; }
	#imMenuObject_97_293 .hamburger-component { display: none; }
	#imCell_295 { padding-top: 5px; padding-bottom: 5px; padding-inline-start: 5px; padding-inline-end: 5px; }
	#imCell_295 { grid-template-rows: [row-content] auto ; }
	#imTextObject_97_295 { padding-top: 20px; padding-bottom: 20px; padding-inline-start: 20px; padding-inline-end: 20px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_295 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imTextObject_97_295 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imCell_481 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 10px; padding-inline-end: 10px; }
	#imCell_481 { grid-template-rows: [row-content] auto ; }
	#pluginAppObj_97_481 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 10px; padding-inline-end: 10px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_481 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_483 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 10px; padding-inline-end: 10px; }
	#imCell_483 { grid-template-rows: [row-content] auto ; }
	#imObjectImage_97_483 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 10px; padding-inline-end: 10px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_483 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_482 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 10px; padding-inline-end: 10px; }
	#imCell_482 { grid-template-rows: [row-content] auto ; }
	#pluginAppObj_97_482 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 10px; padding-inline-end: 10px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_482 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_292 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 3px; padding-inline-end: 3px; }
	#imCell_292 { grid-template-rows: [row-content] auto ; }
	#imObjectVideo_97_292 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 3px; padding-inline-end: 3px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_292 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imObjectVideo_97_292 { width: 1500px; height: 806px; }#imObjectVideo_97_292_media { height: 100%; aspect-ratio: 1500/800; }#imCell_670 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 3px; padding-inline-end: 3px; }
	#imCell_670 { grid-template-rows: [row-content] auto ; }
	#pluginAppObj_97_670 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 3px; padding-inline-end: 3px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_670 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  border-start-start-radius: 20px; border-start-end-radius: 20px; border-end-start-radius: 20px; border-end-end-radius: 20px;  }
	
}

@media (max-width: 1799.9px) and (min-width: 1600.0px) {
	#imContent { padding-inline-start: 5px; padding-inline-end: 5px; }
	#imCell_481, #imCell_482, #imCell_483, #imCell_670, .imPageRow { margin-inline-start: -5px; margin-inline-end: -5px; }
	#imBreadcrumb { width: 1565px; margin-inline-start: 6px; margin-inline-end: 6px; }
	#imCell_287 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 3px; padding-inline-end: 3px; }
	#imCell_287 { grid-template-rows: [row-content] auto ; }
	#imHTMLObject_97_287 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 3px; padding-inline-end: 3px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_287 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_293 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imCell_293 { grid-template-rows: [row-content] auto ; }
	#imMenuObject_97_293 { padding-top: 5px; padding-bottom: 0px; padding-inline-start: 5px; padding-inline-end: 5px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_293 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imMenuObject_97_293_container { border: solid; border-block-color: rgba(128, 128, 128, 1) rgba(128, 128, 128, 1); border-inline-color: rgba(128, 128, 128, 1) rgba(128, 128, 128, 1); border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px; display: inline-table;}
	#imMenuObject_97_293_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imMenuObject_97_293_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; float: left; float: inline-start; }
	#imMenuObject_97_293_container > ul > li > .label-wrapper, #imMenuObject_97_293_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 69px; height: 33px; padding-block: 0px; padding-inline: 3px; border-block-width: 0px 1px; border-inline-width: 0px; border-radius: 0px; }
	#imMenuObject_97_293 .hamburger-button {cursor: pointer; width: 33px; height: 33px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-block-width: 0px 1px; border-inline-width: 0px; border-radius: 0px; }
	#imMenuObject_97_293 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imMenuObject_97_293 .label-inner-wrapper, #imMenuObject_97_293 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imMenuObject_97_293_container > ul > li .label, #imMenuObject_97_293 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imMenuObject_97_293_container > ul > li > .label-wrapper {background-color: rgba(242, 242, 242, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > li > .label-wrapper .label, #imMenuObject_97_293_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imMenuObject_97_293 .hamburger-button {background-color: rgba(242, 242, 242, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293 .hamburger-button .label, #imMenuObject_97_293 .hamburger-button button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imMenuObject_97_293_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(37, 58, 88, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_97_293_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imMenuObject_97_293_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(37, 58, 88, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > li.imPage:hover > .label-wrapper .label, #imMenuObject_97_293_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(37, 58, 88, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > li.imLevel:hover > .label-wrapper .label, #imMenuObject_97_293_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imMenuObject_97_293_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > .imMnMnSeparator > .label-wrapper .label, #imMenuObject_97_293_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(37, 58, 88, 1);font-weight: bold;}
	#imMenuObject_97_293 .imLevel { cursor: default; }
	#imMenuObject_97_293-menu-opened .imLevel { cursor: default; }
	#imMenuObject_97_293 { justify-self: start;}
	#imMenuObject_97_293 .hidden { display: none; }
	#imMenuObject_97_293-menu-opened { overflow: visible; z-index: 10402; }
	#imMenuObject_97_293-menu-opened ul ul { display: none; }
	#imMenuObject_97_293-menu-opened li > div { display: none; }
	#imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened div > ul { display: block; }
	#imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened > ul { position: absolute; inset-inline-start: 0px; inset-inline-end: auto;  top: 40px; background-color: rgba(211, 211, 211, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imMenuObject_97_293-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: end; padding-block: 5px; padding-inline: 10px; color: rgba(255, 255, 255, 1); }
	#imMenuObject_97_293-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imMenuObject_97_293-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-start: 0px; width: 160px; border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imMenuObject_97_293-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imMenuObject_97_293-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 1000ms linear, opacity;}
	#imMenuObject_97_293 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imMenuObject_97_293-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imMenuObject_97_293-menu-opened li:last-child {margin-bottom: 0px; }
	#imMenuObject_97_293-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 26px; padding-block: 0px; padding-inline: 5px; }
	#imMenuObject_97_293-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imMenuObject_97_293-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imMenuObject_97_293-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;inset-inline-start: 0px; inset-inline-end: auto; background-color: rgba(211, 211, 211, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imMenuObject_97_293-menu-opened ul > li > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul > li > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293-menu-opened ul ul > li > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul ul > li > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul ul ul > li > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul ul ul ul > li > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imMenuObject_97_293-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu current button style */
	#imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_97_293-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu separator button style */
	#imMenuObject_97_293-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu separation line style */
	#imMenuObject_97_293-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imMenuObject_97_293-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imCell_295 { padding-top: 5px; padding-bottom: 5px; padding-inline-start: 4px; padding-inline-end: 4px; }
	#imCell_295 { grid-template-rows: [row-content] auto ; }
	#imTextObject_97_295 { padding-top: 20px; padding-bottom: 20px; padding-inline-start: 20px; padding-inline-end: 20px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_295 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imTextObject_97_295 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imCell_481 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 9px; padding-inline-end: 9px; }
	#imCell_481 { grid-template-rows: [row-content] auto ; }
	#pluginAppObj_97_481 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 10px; padding-inline-end: 10px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_481 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_483 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 9px; padding-inline-end: 9px; }
	#imCell_483 { grid-template-rows: [row-content] auto ; }
	#imObjectImage_97_483 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 10px; padding-inline-end: 10px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_483 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_482 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 9px; padding-inline-end: 9px; }
	#imCell_482 { grid-template-rows: [row-content] auto ; }
	#pluginAppObj_97_482 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 10px; padding-inline-end: 10px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_482 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_292 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 3px; padding-inline-end: 3px; }
	#imCell_292 { grid-template-rows: [row-content] auto ; }
	#imObjectVideo_97_292 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 3px; padding-inline-end: 3px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_292 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imObjectVideo_97_292 { width: 1500px; height: 806px; }#imObjectVideo_97_292_media { height: 100%; aspect-ratio: 1500/800; }#imCell_670 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 3px; padding-inline-end: 3px; }
	#imCell_670 { grid-template-rows: [row-content] auto ; }
	#pluginAppObj_97_670 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 3px; padding-inline-end: 3px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_670 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  border-start-start-radius: 20px; border-start-end-radius: 20px; border-end-start-radius: 20px; border-end-end-radius: 20px;  }
	
}

@media (max-width: 1599.9px) and (min-width: 1400.0px) {
	#imContent { padding-inline-start: 5px; padding-inline-end: 5px; }
	#imCell_481, #imCell_482, #imCell_483, #imCell_670, .imPageRow { margin-inline-start: -5px; margin-inline-end: -5px; }
	#imBreadcrumb { width: 1364px; margin-inline-start: 6px; margin-inline-end: 6px; }
	#imCell_287 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 2px; padding-inline-end: 2px; }
	#imCell_287 { grid-template-rows: [row-content] auto ; }
	#imHTMLObject_97_287 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 3px; padding-inline-end: 3px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_287 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_293 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imCell_293 { grid-template-rows: [row-content] auto ; }
	#imMenuObject_97_293 { padding-top: 5px; padding-bottom: 0px; padding-inline-start: 5px; padding-inline-end: 5px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_293 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imMenuObject_97_293_container { border: solid; border-block-color: rgba(128, 128, 128, 1) rgba(128, 128, 128, 1); border-inline-color: rgba(128, 128, 128, 1) rgba(128, 128, 128, 1); border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px; display: inline-table;}
	#imMenuObject_97_293_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imMenuObject_97_293_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; float: left; float: inline-start; }
	#imMenuObject_97_293_container > ul > li > .label-wrapper, #imMenuObject_97_293_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 69px; height: 33px; padding-block: 0px; padding-inline: 3px; border-block-width: 0px 1px; border-inline-width: 0px; border-radius: 0px; }
	#imMenuObject_97_293 .hamburger-button {cursor: pointer; width: 33px; height: 33px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-block-width: 0px 1px; border-inline-width: 0px; border-radius: 0px; }
	#imMenuObject_97_293 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imMenuObject_97_293 .label-inner-wrapper, #imMenuObject_97_293 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imMenuObject_97_293_container > ul > li .label, #imMenuObject_97_293 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imMenuObject_97_293_container > ul > li > .label-wrapper {background-color: rgba(242, 242, 242, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > li > .label-wrapper .label, #imMenuObject_97_293_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imMenuObject_97_293 .hamburger-button {background-color: rgba(242, 242, 242, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293 .hamburger-button .label, #imMenuObject_97_293 .hamburger-button button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imMenuObject_97_293_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(37, 58, 88, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_97_293_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imMenuObject_97_293_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(37, 58, 88, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > li.imPage:hover > .label-wrapper .label, #imMenuObject_97_293_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(37, 58, 88, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > li.imLevel:hover > .label-wrapper .label, #imMenuObject_97_293_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imMenuObject_97_293_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > .imMnMnSeparator > .label-wrapper .label, #imMenuObject_97_293_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(37, 58, 88, 1);font-weight: bold;}
	#imMenuObject_97_293 .imLevel { cursor: default; }
	#imMenuObject_97_293-menu-opened .imLevel { cursor: default; }
	#imMenuObject_97_293 { justify-self: start;}
	#imMenuObject_97_293 .hidden { display: none; }
	#imMenuObject_97_293-menu-opened { overflow: visible; z-index: 10402; }
	#imMenuObject_97_293-menu-opened ul ul { display: none; }
	#imMenuObject_97_293-menu-opened li > div { display: none; }
	#imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened div > ul { display: block; }
	#imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened > ul { position: absolute; inset-inline-start: 0px; inset-inline-end: auto;  top: 40px; background-color: rgba(211, 211, 211, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imMenuObject_97_293-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: end; padding-block: 5px; padding-inline: 10px; color: rgba(255, 255, 255, 1); }
	#imMenuObject_97_293-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imMenuObject_97_293-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-start: 0px; width: 160px; border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imMenuObject_97_293-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imMenuObject_97_293-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 1000ms linear, opacity;}
	#imMenuObject_97_293 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imMenuObject_97_293-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imMenuObject_97_293-menu-opened li:last-child {margin-bottom: 0px; }
	#imMenuObject_97_293-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 26px; padding-block: 0px; padding-inline: 5px; }
	#imMenuObject_97_293-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imMenuObject_97_293-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imMenuObject_97_293-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;inset-inline-start: 0px; inset-inline-end: auto; background-color: rgba(211, 211, 211, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imMenuObject_97_293-menu-opened ul > li > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul > li > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293-menu-opened ul ul > li > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul ul > li > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul ul ul > li > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul ul ul ul > li > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imMenuObject_97_293-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu current button style */
	#imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_97_293-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu separator button style */
	#imMenuObject_97_293-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu separation line style */
	#imMenuObject_97_293-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imMenuObject_97_293-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imCell_295 { padding-top: 5px; padding-bottom: 5px; padding-inline-start: 4px; padding-inline-end: 4px; }
	#imCell_295 { grid-template-rows: [row-content] auto ; }
	#imTextObject_97_295 { padding-top: 20px; padding-bottom: 20px; padding-inline-start: 20px; padding-inline-end: 20px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_295 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imTextObject_97_295 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imCell_481 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 8px; padding-inline-end: 8px; }
	#imCell_481 { grid-template-rows: [row-content] auto ; }
	#pluginAppObj_97_481 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 10px; padding-inline-end: 10px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_481 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_483 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 8px; padding-inline-end: 8px; }
	#imCell_483 { grid-template-rows: [row-content] auto ; }
	#imObjectImage_97_483 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 10px; padding-inline-end: 10px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_483 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_482 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 8px; padding-inline-end: 8px; }
	#imCell_482 { grid-template-rows: [row-content] auto ; }
	#pluginAppObj_97_482 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 10px; padding-inline-end: 10px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_482 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_292 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 2px; padding-inline-end: 2px; }
	#imCell_292 { grid-template-rows: [row-content] auto ; }
	#imObjectVideo_97_292 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 3px; padding-inline-end: 3px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_292 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imObjectVideo_97_292 { width: 1500px; height: 736px; }#imObjectVideo_97_292_media { height: 100%; aspect-ratio: 1500/730; }#imCell_670 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 2px; padding-inline-end: 2px; }
	#imCell_670 { grid-template-rows: [row-content] auto ; }
	#pluginAppObj_97_670 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 3px; padding-inline-end: 3px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_670 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  border-start-start-radius: 20px; border-start-end-radius: 20px; border-end-start-radius: 20px; border-end-end-radius: 20px;  }
	
}

@media (max-width: 1399.9px) and (min-width: 960.0px) {
	#imContent { padding-inline-start: 5px; padding-inline-end: 5px; }
	#imCell_481, #imCell_482, #imCell_483, #imCell_670, .imPageRow { margin-inline-start: -5px; margin-inline-end: -5px; }
	#imBreadcrumb { width: 927px; margin-inline-start: 6px; margin-inline-end: 6px; }
	#imCell_287 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 2px; padding-inline-end: 2px; }
	#imCell_287 { grid-template-rows: [row-content] auto ; }
	#imHTMLObject_97_287 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 3px; padding-inline-end: 3px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_287 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_293 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imCell_293 { grid-template-rows: [row-content] auto ; }
	#imMenuObject_97_293 { padding-top: 5px; padding-bottom: 0px; padding-inline-start: 5px; padding-inline-end: 5px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_293 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imMenuObject_97_293_container { border: solid; border-block-color: rgba(128, 128, 128, 1) rgba(128, 128, 128, 1); border-inline-color: rgba(128, 128, 128, 1) rgba(128, 128, 128, 1); border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px; display: inline-table;}
	#imMenuObject_97_293_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imMenuObject_97_293_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; float: left; float: inline-start; }
	#imMenuObject_97_293_container > ul > li > .label-wrapper, #imMenuObject_97_293_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 69px; height: 33px; padding-block: 0px; padding-inline: 3px; border-block-width: 0px 1px; border-inline-width: 0px; border-radius: 0px; }
	#imMenuObject_97_293 .hamburger-button {cursor: pointer; width: 33px; height: 33px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-block-width: 0px 1px; border-inline-width: 0px; border-radius: 0px; }
	#imMenuObject_97_293 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imMenuObject_97_293 .label-inner-wrapper, #imMenuObject_97_293 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imMenuObject_97_293_container > ul > li .label, #imMenuObject_97_293 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imMenuObject_97_293_container > ul > li > .label-wrapper {background-color: rgba(242, 242, 242, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > li > .label-wrapper .label, #imMenuObject_97_293_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imMenuObject_97_293 .hamburger-button {background-color: rgba(242, 242, 242, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293 .hamburger-button .label, #imMenuObject_97_293 .hamburger-button button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imMenuObject_97_293_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(37, 58, 88, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_97_293_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imMenuObject_97_293_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(37, 58, 88, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > li.imPage:hover > .label-wrapper .label, #imMenuObject_97_293_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(37, 58, 88, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > li.imLevel:hover > .label-wrapper .label, #imMenuObject_97_293_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imMenuObject_97_293_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > .imMnMnSeparator > .label-wrapper .label, #imMenuObject_97_293_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(37, 58, 88, 1);font-weight: bold;}
	#imMenuObject_97_293 .imLevel { cursor: default; }
	#imMenuObject_97_293-menu-opened .imLevel { cursor: default; }
	#imMenuObject_97_293 { justify-self: start;}
	#imMenuObject_97_293 .hidden { display: none; }
	#imMenuObject_97_293-menu-opened { overflow: visible; z-index: 10402; }
	#imMenuObject_97_293-menu-opened ul ul { display: none; }
	#imMenuObject_97_293-menu-opened li > div { display: none; }
	#imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened div > ul { display: block; }
	#imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened > ul { position: absolute; inset-inline-start: 0px; inset-inline-end: auto;  top: 40px; background-color: rgba(211, 211, 211, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imMenuObject_97_293-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: end; padding-block: 5px; padding-inline: 10px; color: rgba(255, 255, 255, 1); }
	#imMenuObject_97_293-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imMenuObject_97_293-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-start: 0px; width: 160px; border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imMenuObject_97_293-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imMenuObject_97_293-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 1000ms linear, opacity;}
	#imMenuObject_97_293 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imMenuObject_97_293-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imMenuObject_97_293-menu-opened li:last-child {margin-bottom: 0px; }
	#imMenuObject_97_293-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 26px; padding-block: 0px; padding-inline: 5px; }
	#imMenuObject_97_293-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imMenuObject_97_293-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imMenuObject_97_293-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;inset-inline-start: 0px; inset-inline-end: auto; background-color: rgba(211, 211, 211, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imMenuObject_97_293-menu-opened ul > li > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul > li > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293-menu-opened ul ul > li > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul ul > li > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul ul ul > li > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul ul ul ul > li > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imMenuObject_97_293-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu current button style */
	#imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_97_293-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu separator button style */
	#imMenuObject_97_293-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu separation line style */
	#imMenuObject_97_293-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imMenuObject_97_293-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imCell_295 { padding-top: 5px; padding-bottom: 5px; padding-inline-start: 3px; padding-inline-end: 3px; }
	#imCell_295 { grid-template-rows: [row-content] auto ; }
	#imTextObject_97_295 { padding-top: 20px; padding-bottom: 20px; padding-inline-start: 20px; padding-inline-end: 20px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_295 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imTextObject_97_295 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imCell_481 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 5px; padding-inline-end: 5px; }
	#imCell_481 { grid-template-rows: [row-content] auto ; }
	#pluginAppObj_97_481 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 10px; padding-inline-end: 10px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_481 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_483 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 5px; padding-inline-end: 5px; }
	#imCell_483 { grid-template-rows: [row-content] auto ; }
	#imObjectImage_97_483 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 10px; padding-inline-end: 10px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_483 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_482 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 5px; padding-inline-end: 5px; }
	#imCell_482 { grid-template-rows: [row-content] auto ; }
	#pluginAppObj_97_482 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 10px; padding-inline-end: 10px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_482 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_292 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 2px; padding-inline-end: 2px; }
	#imCell_292 { grid-template-rows: [row-content] auto ; }
	#imObjectVideo_97_292 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 3px; padding-inline-end: 3px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_292 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imObjectVideo_97_292 { width: 1500px; height: 503px; }#imObjectVideo_97_292_media { height: 100%; aspect-ratio: 1500/497; }#imCell_670 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 2px; padding-inline-end: 2px; }
	#imCell_670 { grid-template-rows: [row-content] auto ; }
	#pluginAppObj_97_670 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 3px; padding-inline-end: 3px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_670 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  border-start-start-radius: 20px; border-start-end-radius: 20px; border-end-start-radius: 20px; border-end-end-radius: 20px;  }
	
}

@media (max-width: 959.9px) and (min-width: 720.0px) {
	#imContent { padding-inline-start: 5px; padding-inline-end: 5px; }
	#imCell_481, #imCell_482, #imCell_483, #imCell_670, .imPageRow { margin-inline-start: -5px; margin-inline-end: -5px; }
	#imBreadcrumb { width: 688px; margin-inline-start: 6px; margin-inline-end: 6px; }
	#imCell_287 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 1px; padding-inline-end: 1px; }
	#imCell_287 { grid-template-rows: [row-content] auto ; }
	#imHTMLObject_97_287 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 3px; padding-inline-end: 3px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_287 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_293 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imCell_293 { grid-template-rows: [row-content] auto ; }
	#imMenuObject_97_293 { padding-top: 5px; padding-bottom: 0px; padding-inline-start: 5px; padding-inline-end: 5px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_293 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imMenuObject_97_293_container { border: solid; border-block-color: rgba(128, 128, 128, 1) rgba(128, 128, 128, 1); border-inline-color: rgba(128, 128, 128, 1) rgba(128, 128, 128, 1); border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px; display: inline-table;}
	#imMenuObject_97_293_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imMenuObject_97_293_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; float: left; float: inline-start; }
	#imMenuObject_97_293_container > ul > li > .label-wrapper, #imMenuObject_97_293_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 69px; height: 33px; padding-block: 0px; padding-inline: 3px; border-block-width: 0px 1px; border-inline-width: 0px; border-radius: 0px; }
	#imMenuObject_97_293 .hamburger-button {cursor: pointer; width: 33px; height: 33px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-block-width: 0px 1px; border-inline-width: 0px; border-radius: 0px; }
	#imMenuObject_97_293 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imMenuObject_97_293 .label-inner-wrapper, #imMenuObject_97_293 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imMenuObject_97_293_container > ul > li .label, #imMenuObject_97_293 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imMenuObject_97_293_container > ul > li > .label-wrapper {background-color: rgba(242, 242, 242, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > li > .label-wrapper .label, #imMenuObject_97_293_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imMenuObject_97_293 .hamburger-button {background-color: rgba(242, 242, 242, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293 .hamburger-button .label, #imMenuObject_97_293 .hamburger-button button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imMenuObject_97_293_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(37, 58, 88, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_97_293_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imMenuObject_97_293_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(37, 58, 88, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > li.imPage:hover > .label-wrapper .label, #imMenuObject_97_293_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(37, 58, 88, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > li.imLevel:hover > .label-wrapper .label, #imMenuObject_97_293_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imMenuObject_97_293_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > .imMnMnSeparator > .label-wrapper .label, #imMenuObject_97_293_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(37, 58, 88, 1);font-weight: bold;}
	#imMenuObject_97_293 .imLevel { cursor: default; }
	#imMenuObject_97_293-menu-opened .imLevel { cursor: default; }
	#imMenuObject_97_293 { justify-self: start;}
	#imMenuObject_97_293 .hidden { display: none; }
	#imMenuObject_97_293-menu-opened { overflow: visible; z-index: 10402; }
	#imMenuObject_97_293-menu-opened ul ul { display: none; }
	#imMenuObject_97_293-menu-opened li > div { display: none; }
	#imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened div > ul { display: block; }
	#imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened > ul { position: absolute; inset-inline-start: 0px; inset-inline-end: auto;  top: 40px; background-color: rgba(211, 211, 211, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imMenuObject_97_293-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: end; padding-block: 5px; padding-inline: 10px; color: rgba(255, 255, 255, 1); }
	#imMenuObject_97_293-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imMenuObject_97_293-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-start: 0px; width: 160px; border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imMenuObject_97_293-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imMenuObject_97_293-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 1000ms linear, opacity;}
	#imMenuObject_97_293 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imMenuObject_97_293-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imMenuObject_97_293-menu-opened li:last-child {margin-bottom: 0px; }
	#imMenuObject_97_293-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 26px; padding-block: 0px; padding-inline: 5px; }
	#imMenuObject_97_293-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imMenuObject_97_293-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imMenuObject_97_293-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;inset-inline-start: 0px; inset-inline-end: auto; background-color: rgba(211, 211, 211, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imMenuObject_97_293-menu-opened ul > li > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul > li > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293-menu-opened ul ul > li > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul ul > li > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul ul ul > li > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul ul ul ul > li > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imMenuObject_97_293-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu current button style */
	#imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_97_293-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu separator button style */
	#imMenuObject_97_293-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu separation line style */
	#imMenuObject_97_293-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imMenuObject_97_293-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imCell_295 { padding-top: 5px; padding-bottom: 5px; padding-inline-start: 2px; padding-inline-end: 2px; }
	#imCell_295 { grid-template-rows: [row-content] auto ; }
	#imTextObject_97_295 { padding-top: 20px; padding-bottom: 20px; padding-inline-start: 20px; padding-inline-end: 20px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_295 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imTextObject_97_295 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imCell_481 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 4px; padding-inline-end: 4px; }
	#imCell_481 { grid-template-rows: [row-content] auto ; }
	#pluginAppObj_97_481 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 10px; padding-inline-end: 10px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_481 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_483 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 4px; padding-inline-end: 4px; }
	#imCell_483 { grid-template-rows: [row-content] auto ; }
	#imObjectImage_97_483 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 10px; padding-inline-end: 10px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_483 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_482 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 4px; padding-inline-end: 4px; }
	#imCell_482 { grid-template-rows: [row-content] auto ; }
	#pluginAppObj_97_482 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 10px; padding-inline-end: 10px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_482 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_292 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 1px; padding-inline-end: 1px; }
	#imCell_292 { grid-template-rows: [row-content] auto ; }
	#imObjectVideo_97_292 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 3px; padding-inline-end: 3px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_292 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imObjectVideo_97_292 { width: 1500px; height: 376px; }#imObjectVideo_97_292_media { height: 100%; aspect-ratio: 1500/370; }#imCell_670 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 1px; padding-inline-end: 1px; }
	#imCell_670 { grid-template-rows: [row-content] auto ; }
	#pluginAppObj_97_670 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 3px; padding-inline-end: 3px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_670 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  border-start-start-radius: 20px; border-start-end-radius: 20px; border-end-start-radius: 20px; border-end-end-radius: 20px;  }
	
}

@media (max-width: 719.9px) and (min-width: 600.0px) {
	#imContent { padding-inline-start: 5px; padding-inline-end: 5px; }
	#imCell_481, #imCell_482, #imCell_483, #imCell_670, .imPageRow { margin-inline-start: -5px; margin-inline-end: -5px; }
	#imBreadcrumb { width: 574px; margin-inline-start: 6px; margin-inline-end: 6px; }
	#imCell_287 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 1px; padding-inline-end: 1px; }
	#imCell_287 { grid-template-rows: [row-content] auto ; }
	#imHTMLObject_97_287 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 3px; padding-inline-end: 3px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_287 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_293 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imCell_293 { grid-template-rows: [row-content] auto ; }
	#imMenuObject_97_293 { padding-top: 5px; padding-bottom: 0px; padding-inline-start: 5px; padding-inline-end: 5px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_293 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imMenuObject_97_293_container { border: solid; border-block-color: rgba(128, 128, 128, 1) rgba(128, 128, 128, 1); border-inline-color: rgba(128, 128, 128, 1) rgba(128, 128, 128, 1); border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px; display: inline-table;}
	#imMenuObject_97_293_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imMenuObject_97_293_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; float: left; float: inline-start; }
	#imMenuObject_97_293_container > ul > li > .label-wrapper, #imMenuObject_97_293_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 69px; height: 33px; padding-block: 0px; padding-inline: 3px; border-block-width: 0px 1px; border-inline-width: 0px; border-radius: 0px; }
	#imMenuObject_97_293 .hamburger-button {cursor: pointer; width: 33px; height: 33px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-block-width: 0px 1px; border-inline-width: 0px; border-radius: 0px; }
	#imMenuObject_97_293 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imMenuObject_97_293 .label-inner-wrapper, #imMenuObject_97_293 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imMenuObject_97_293_container > ul > li .label, #imMenuObject_97_293 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imMenuObject_97_293_container > ul > li > .label-wrapper {background-color: rgba(242, 242, 242, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > li > .label-wrapper .label, #imMenuObject_97_293_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imMenuObject_97_293 .hamburger-button {background-color: rgba(242, 242, 242, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293 .hamburger-button .label, #imMenuObject_97_293 .hamburger-button button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imMenuObject_97_293_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(37, 58, 88, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_97_293_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imMenuObject_97_293_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(37, 58, 88, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > li.imPage:hover > .label-wrapper .label, #imMenuObject_97_293_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(37, 58, 88, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > li.imLevel:hover > .label-wrapper .label, #imMenuObject_97_293_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imMenuObject_97_293_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > .imMnMnSeparator > .label-wrapper .label, #imMenuObject_97_293_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(37, 58, 88, 1);font-weight: bold;}
	#imMenuObject_97_293 .imLevel { cursor: default; }
	#imMenuObject_97_293-menu-opened .imLevel { cursor: default; }
	#imMenuObject_97_293 { justify-self: start;}
	#imMenuObject_97_293 .hidden { display: none; }
	#imMenuObject_97_293-menu-opened { overflow: visible; z-index: 10402; }
	#imMenuObject_97_293-menu-opened ul ul { display: none; }
	#imMenuObject_97_293-menu-opened li > div { display: none; }
	#imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened div > ul { display: block; }
	#imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened > ul { position: absolute; inset-inline-start: 0px; inset-inline-end: auto;  top: 40px; background-color: rgba(211, 211, 211, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imMenuObject_97_293-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: end; padding-block: 5px; padding-inline: 10px; color: rgba(255, 255, 255, 1); }
	#imMenuObject_97_293-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imMenuObject_97_293-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-start: 0px; width: 160px; border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imMenuObject_97_293-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imMenuObject_97_293-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 1000ms linear, opacity;}
	#imMenuObject_97_293 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imMenuObject_97_293-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imMenuObject_97_293-menu-opened li:last-child {margin-bottom: 0px; }
	#imMenuObject_97_293-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 26px; padding-block: 0px; padding-inline: 5px; }
	#imMenuObject_97_293-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imMenuObject_97_293-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imMenuObject_97_293-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;inset-inline-start: 0px; inset-inline-end: auto; background-color: rgba(211, 211, 211, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imMenuObject_97_293-menu-opened ul > li > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul > li > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293-menu-opened ul ul > li > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul ul > li > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul ul ul > li > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul ul ul ul > li > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imMenuObject_97_293-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu current button style */
	#imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_97_293-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu separator button style */
	#imMenuObject_97_293-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu separation line style */
	#imMenuObject_97_293-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imMenuObject_97_293-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imCell_295 { padding-top: 5px; padding-bottom: 5px; padding-inline-start: 2px; padding-inline-end: 2px; }
	#imCell_295 { grid-template-rows: [row-content] auto ; }
	#imTextObject_97_295 { padding-top: 20px; padding-bottom: 20px; padding-inline-start: 20px; padding-inline-end: 20px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_295 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imTextObject_97_295 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imCell_481 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 3px; padding-inline-end: 3px; }
	#imCell_481 { grid-template-rows: [row-content] auto ; }
	#pluginAppObj_97_481 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 10px; padding-inline-end: 10px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_481 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_483 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 3px; padding-inline-end: 3px; }
	#imCell_483 { grid-template-rows: [row-content] auto ; }
	#imObjectImage_97_483 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 10px; padding-inline-end: 10px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_483 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_482 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 3px; padding-inline-end: 3px; }
	#imCell_482 { grid-template-rows: [row-content] auto ; }
	#pluginAppObj_97_482 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 10px; padding-inline-end: 10px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_482 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_292 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 1px; padding-inline-end: 1px; }
	#imCell_292 { grid-template-rows: [row-content] auto ; }
	#imObjectVideo_97_292 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 3px; padding-inline-end: 3px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_292 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imObjectVideo_97_292 { width: 1500px; height: 315px; }#imObjectVideo_97_292_media { height: 100%; aspect-ratio: 1500/309; }#imCell_670 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 1px; padding-inline-end: 1px; }
	#imCell_670 { grid-template-rows: [row-content] auto ; }
	#pluginAppObj_97_670 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 3px; padding-inline-end: 3px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_670 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  border-start-start-radius: 20px; border-start-end-radius: 20px; border-end-start-radius: 20px; border-end-end-radius: 20px;  }
	
}

@media (max-width: 599.9px) and (min-width: 480.0px) {
	#imContent { padding-inline-start: 5px; padding-inline-end: 5px; }
	#imCell_481, #imCell_482, #imCell_483, #imCell_670, .imPageRow { margin-inline-start: -5px; margin-inline-end: -5px; }
	#imBreadcrumb { width: 452px; margin-inline-start: 6px; margin-inline-end: 6px; }
	#imCell_287 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 1px; padding-inline-end: 1px; }
	#imCell_287 { grid-template-rows: [row-content] auto ; }
	#imHTMLObject_97_287 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 3px; padding-inline-end: 3px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_287 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_293 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imCell_293 { grid-template-rows: [row-content] auto ; }
	#imMenuObject_97_293 { padding-top: 5px; padding-bottom: 0px; padding-inline-start: 5px; padding-inline-end: 5px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_293 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imMenuObject_97_293_container { border: solid; border-block-color: rgba(128, 128, 128, 1) rgba(128, 128, 128, 1); border-inline-color: rgba(128, 128, 128, 1) rgba(128, 128, 128, 1); border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px; display: inline-table;}
	#imMenuObject_97_293_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imMenuObject_97_293_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; float: left; float: inline-start; }
	#imMenuObject_97_293_container > ul > li > .label-wrapper, #imMenuObject_97_293_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 69px; height: 33px; padding-block: 0px; padding-inline: 3px; border-block-width: 0px 1px; border-inline-width: 0px; border-radius: 0px; }
	#imMenuObject_97_293 .hamburger-button {cursor: pointer; width: 33px; height: 33px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-block-width: 0px 1px; border-inline-width: 0px; border-radius: 0px; }
	#imMenuObject_97_293 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imMenuObject_97_293 .label-inner-wrapper, #imMenuObject_97_293 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imMenuObject_97_293_container > ul > li .label, #imMenuObject_97_293 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imMenuObject_97_293_container > ul > li > .label-wrapper {background-color: rgba(242, 242, 242, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > li > .label-wrapper .label, #imMenuObject_97_293_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imMenuObject_97_293 .hamburger-button {background-color: rgba(242, 242, 242, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293 .hamburger-button .label, #imMenuObject_97_293 .hamburger-button button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imMenuObject_97_293_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(37, 58, 88, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_97_293_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imMenuObject_97_293_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(37, 58, 88, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > li.imPage:hover > .label-wrapper .label, #imMenuObject_97_293_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(37, 58, 88, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > li.imLevel:hover > .label-wrapper .label, #imMenuObject_97_293_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imMenuObject_97_293_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > .imMnMnSeparator > .label-wrapper .label, #imMenuObject_97_293_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(37, 58, 88, 1);font-weight: bold;}
	#imMenuObject_97_293 .imLevel { cursor: default; }
	#imMenuObject_97_293-menu-opened .imLevel { cursor: default; }
	#imMenuObject_97_293 { justify-self: start;}
	#imMenuObject_97_293 .hidden { display: none; }
	#imMenuObject_97_293-menu-opened { overflow: visible; z-index: 10402; }
	#imMenuObject_97_293-menu-opened ul ul { display: none; }
	#imMenuObject_97_293-menu-opened li > div { display: none; }
	#imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened div > ul { display: block; }
	#imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened > ul { position: absolute; inset-inline-start: 0px; inset-inline-end: auto;  top: 40px; background-color: rgba(211, 211, 211, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imMenuObject_97_293-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: end; padding-block: 5px; padding-inline: 10px; color: rgba(255, 255, 255, 1); }
	#imMenuObject_97_293-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imMenuObject_97_293-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-start: 0px; width: 160px; border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imMenuObject_97_293-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imMenuObject_97_293-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 1000ms linear, opacity;}
	#imMenuObject_97_293 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imMenuObject_97_293-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imMenuObject_97_293-menu-opened li:last-child {margin-bottom: 0px; }
	#imMenuObject_97_293-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 26px; padding-block: 0px; padding-inline: 5px; }
	#imMenuObject_97_293-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imMenuObject_97_293-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imMenuObject_97_293-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;inset-inline-start: 0px; inset-inline-end: auto; background-color: rgba(211, 211, 211, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imMenuObject_97_293-menu-opened ul > li > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul > li > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293-menu-opened ul ul > li > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul ul > li > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul ul ul > li > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul ul ul ul > li > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imMenuObject_97_293-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu current button style */
	#imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_97_293-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu separator button style */
	#imMenuObject_97_293-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu separation line style */
	#imMenuObject_97_293-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imMenuObject_97_293-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imCell_295 { padding-top: 5px; padding-bottom: 5px; padding-inline-start: 1px; padding-inline-end: 1px; }
	#imCell_295 { grid-template-rows: [row-content] auto ; }
	#imTextObject_97_295 { padding-top: 20px; padding-bottom: 20px; padding-inline-start: 20px; padding-inline-end: 20px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_295 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imTextObject_97_295 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imCell_481 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 3px; padding-inline-end: 3px; }
	#imCell_481 { grid-template-rows: [row-content] auto ; }
	#pluginAppObj_97_481 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 10px; padding-inline-end: 10px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_481 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_483 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 3px; padding-inline-end: 3px; }
	#imCell_483 { grid-template-rows: [row-content] auto ; }
	#imObjectImage_97_483 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 10px; padding-inline-end: 10px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_483 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_482 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 3px; padding-inline-end: 3px; }
	#imCell_482 { grid-template-rows: [row-content] auto ; }
	#pluginAppObj_97_482 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 10px; padding-inline-end: 10px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_482 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_292 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 1px; padding-inline-end: 1px; }
	#imCell_292 { grid-template-rows: [row-content] auto ; }
	#imObjectVideo_97_292 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 3px; padding-inline-end: 3px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_292 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imObjectVideo_97_292 { width: 1500px; height: 250px; }#imObjectVideo_97_292_media { height: 100%; aspect-ratio: 1500/244; }#imCell_670 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 1px; padding-inline-end: 1px; }
	#imCell_670 { grid-template-rows: [row-content] auto ; }
	#pluginAppObj_97_670 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 3px; padding-inline-end: 3px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_670 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  border-start-start-radius: 20px; border-start-end-radius: 20px; border-end-start-radius: 20px; border-end-end-radius: 20px;  }
	
}

@media (max-width: 479.9px) and (min-width: 420.0px) {
	#imContent { padding-inline-start: 5px; padding-inline-end: 5px; }
	#imCell_481, #imCell_482, #imCell_483, #imCell_670, .imPageRow { margin-inline-start: -5px; margin-inline-end: -5px; }
	#imBreadcrumb { width: 397px; margin-inline-start: 6px; margin-inline-end: 6px; }
	#imCell_287 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 1px; padding-inline-end: 1px; }
	#imCell_287 { grid-template-rows: [row-content] auto ; }
	#imHTMLObject_97_287 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 3px; padding-inline-end: 3px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_287 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_293 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imCell_293 { grid-template-rows: [row-content] auto ; }
	#imMenuObject_97_293 { padding-top: 5px; padding-bottom: 0px; padding-inline-start: 5px; padding-inline-end: 5px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_293 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imMenuObject_97_293_container { border: solid; border-block-color: rgba(128, 128, 128, 1) rgba(128, 128, 128, 1); border-inline-color: rgba(128, 128, 128, 1) rgba(128, 128, 128, 1); border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px; display: inline-table;}
	#imMenuObject_97_293_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imMenuObject_97_293_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; float: left; float: inline-start; }
	#imMenuObject_97_293_container > ul > li > .label-wrapper, #imMenuObject_97_293_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 69px; height: 33px; padding-block: 0px; padding-inline: 3px; border-block-width: 0px 1px; border-inline-width: 0px; border-radius: 0px; }
	#imMenuObject_97_293 .hamburger-button {cursor: pointer; width: 33px; height: 33px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-block-width: 0px 1px; border-inline-width: 0px; border-radius: 0px; }
	#imMenuObject_97_293 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imMenuObject_97_293 .label-inner-wrapper, #imMenuObject_97_293 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imMenuObject_97_293_container > ul > li .label, #imMenuObject_97_293 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imMenuObject_97_293_container > ul > li > .label-wrapper {background-color: rgba(242, 242, 242, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > li > .label-wrapper .label, #imMenuObject_97_293_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imMenuObject_97_293 .hamburger-button {background-color: rgba(242, 242, 242, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293 .hamburger-button .label, #imMenuObject_97_293 .hamburger-button button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imMenuObject_97_293_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(37, 58, 88, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_97_293_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imMenuObject_97_293_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(37, 58, 88, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > li.imPage:hover > .label-wrapper .label, #imMenuObject_97_293_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(37, 58, 88, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > li.imLevel:hover > .label-wrapper .label, #imMenuObject_97_293_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imMenuObject_97_293_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > .imMnMnSeparator > .label-wrapper .label, #imMenuObject_97_293_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(37, 58, 88, 1);font-weight: bold;}
	#imMenuObject_97_293 .imLevel { cursor: default; }
	#imMenuObject_97_293-menu-opened .imLevel { cursor: default; }
	#imMenuObject_97_293 { justify-self: start;}
	#imMenuObject_97_293 .hidden { display: none; }
	#imMenuObject_97_293-menu-opened { overflow: visible; z-index: 10402; }
	#imMenuObject_97_293-menu-opened ul ul { display: none; }
	#imMenuObject_97_293-menu-opened li > div { display: none; }
	#imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened div > ul { display: block; }
	#imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened > ul { position: absolute; inset-inline-start: 0px; inset-inline-end: auto;  top: 40px; background-color: rgba(211, 211, 211, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imMenuObject_97_293-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: end; padding-block: 5px; padding-inline: 10px; color: rgba(255, 255, 255, 1); }
	#imMenuObject_97_293-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imMenuObject_97_293-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-start: 0px; width: 160px; border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imMenuObject_97_293-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imMenuObject_97_293-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 1000ms linear, opacity;}
	#imMenuObject_97_293 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imMenuObject_97_293-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imMenuObject_97_293-menu-opened li:last-child {margin-bottom: 0px; }
	#imMenuObject_97_293-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 26px; padding-block: 0px; padding-inline: 5px; }
	#imMenuObject_97_293-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imMenuObject_97_293-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imMenuObject_97_293-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;inset-inline-start: 0px; inset-inline-end: auto; background-color: rgba(211, 211, 211, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imMenuObject_97_293-menu-opened ul > li > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul > li > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293-menu-opened ul ul > li > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul ul > li > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul ul ul > li > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul ul ul ul > li > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imMenuObject_97_293-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu current button style */
	#imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_97_293-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu separator button style */
	#imMenuObject_97_293-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu separation line style */
	#imMenuObject_97_293-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imMenuObject_97_293-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imCell_295 { padding-top: 5px; padding-bottom: 5px; padding-inline-start: 1px; padding-inline-end: 1px; }
	#imCell_295 { grid-template-rows: [row-content] auto ; }
	#imTextObject_97_295 { padding-top: 20px; padding-bottom: 20px; padding-inline-start: 20px; padding-inline-end: 20px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_295 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imTextObject_97_295 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imCell_481 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 2px; padding-inline-end: 2px; }
	#imCell_481 { grid-template-rows: [row-content] auto ; }
	#pluginAppObj_97_481 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 10px; padding-inline-end: 10px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_481 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_483 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 2px; padding-inline-end: 2px; }
	#imCell_483 { grid-template-rows: [row-content] auto ; }
	#imObjectImage_97_483 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 10px; padding-inline-end: 10px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_483 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_482 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 2px; padding-inline-end: 2px; }
	#imCell_482 { grid-template-rows: [row-content] auto ; }
	#pluginAppObj_97_482 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 10px; padding-inline-end: 10px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_482 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_292 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 1px; padding-inline-end: 1px; }
	#imCell_292 { grid-template-rows: [row-content] auto ; }
	#imObjectVideo_97_292 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 3px; padding-inline-end: 3px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_292 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imObjectVideo_97_292 { width: 1500px; height: 221px; }#imObjectVideo_97_292_media { height: 100%; aspect-ratio: 1500/215; }#imCell_670 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 1px; padding-inline-end: 1px; }
	#imCell_670 { grid-template-rows: [row-content] auto ; }
	#pluginAppObj_97_670 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 3px; padding-inline-end: 3px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_670 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  border-start-start-radius: 20px; border-start-end-radius: 20px; border-end-start-radius: 20px; border-end-end-radius: 20px;  }
	
}

@media (max-width: 419.9px) and (min-width: 350.0px) {
	#imContent { padding-inline-start: 5px; padding-inline-end: 5px; }
	#imCell_481, #imCell_482, #imCell_483, #imCell_670, .imPageRow { margin-inline-start: -5px; margin-inline-end: -5px; }
	#imBreadcrumb { width: 322px; margin-inline-start: 6px; margin-inline-end: 6px; }
	#imCell_287 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 1px; padding-inline-end: 1px; }
	#imCell_287 { grid-template-rows: [row-content] auto ; }
	#imHTMLObject_97_287 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 3px; padding-inline-end: 3px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_287 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_293 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imCell_293 { grid-template-rows: [row-content] auto ; }
	#imMenuObject_97_293 { padding-top: 5px; padding-bottom: 0px; padding-inline-start: 5px; padding-inline-end: 5px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_293 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imMenuObject_97_293_container { border: solid; border-block-color: rgba(128, 128, 128, 1) rgba(128, 128, 128, 1); border-inline-color: rgba(128, 128, 128, 1) rgba(128, 128, 128, 1); border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px; display: inline-table;}
	#imMenuObject_97_293_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imMenuObject_97_293_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; float: left; float: inline-start; }
	#imMenuObject_97_293_container > ul > li > .label-wrapper, #imMenuObject_97_293_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 69px; height: 33px; padding-block: 0px; padding-inline: 3px; border-block-width: 0px 1px; border-inline-width: 0px; border-radius: 0px; }
	#imMenuObject_97_293 .hamburger-button {cursor: pointer; width: 33px; height: 33px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-block-width: 0px 1px; border-inline-width: 0px; border-radius: 0px; }
	#imMenuObject_97_293 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imMenuObject_97_293 .label-inner-wrapper, #imMenuObject_97_293 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imMenuObject_97_293_container > ul > li .label, #imMenuObject_97_293 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imMenuObject_97_293_container > ul > li > .label-wrapper {background-color: rgba(242, 242, 242, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > li > .label-wrapper .label, #imMenuObject_97_293_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imMenuObject_97_293 .hamburger-button {background-color: rgba(242, 242, 242, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293 .hamburger-button .label, #imMenuObject_97_293 .hamburger-button button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imMenuObject_97_293_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(37, 58, 88, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_97_293_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imMenuObject_97_293_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(37, 58, 88, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > li.imPage:hover > .label-wrapper .label, #imMenuObject_97_293_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(37, 58, 88, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > li.imLevel:hover > .label-wrapper .label, #imMenuObject_97_293_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imMenuObject_97_293_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > .imMnMnSeparator > .label-wrapper .label, #imMenuObject_97_293_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(37, 58, 88, 1);font-weight: bold;}
	#imMenuObject_97_293 .imLevel { cursor: default; }
	#imMenuObject_97_293-menu-opened .imLevel { cursor: default; }
	#imMenuObject_97_293 { justify-self: start;}
	#imMenuObject_97_293 .hidden { display: none; }
	#imMenuObject_97_293-menu-opened { overflow: visible; z-index: 10402; }
	#imMenuObject_97_293-menu-opened ul ul { display: none; }
	#imMenuObject_97_293-menu-opened li > div { display: none; }
	#imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened div > ul { display: block; }
	#imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened > ul { position: absolute; inset-inline-start: 0px; inset-inline-end: auto;  top: 40px; background-color: rgba(211, 211, 211, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imMenuObject_97_293-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: end; padding-block: 5px; padding-inline: 10px; color: rgba(255, 255, 255, 1); }
	#imMenuObject_97_293-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imMenuObject_97_293-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-start: 0px; width: 160px; border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imMenuObject_97_293-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imMenuObject_97_293-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 1000ms linear, opacity;}
	#imMenuObject_97_293 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imMenuObject_97_293-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imMenuObject_97_293-menu-opened li:last-child {margin-bottom: 0px; }
	#imMenuObject_97_293-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 26px; padding-block: 0px; padding-inline: 5px; }
	#imMenuObject_97_293-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imMenuObject_97_293-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imMenuObject_97_293-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;inset-inline-start: 0px; inset-inline-end: auto; background-color: rgba(211, 211, 211, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imMenuObject_97_293-menu-opened ul > li > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul > li > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293-menu-opened ul ul > li > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul ul > li > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul ul ul > li > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul ul ul ul > li > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imMenuObject_97_293-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu current button style */
	#imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_97_293-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu separator button style */
	#imMenuObject_97_293-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu separation line style */
	#imMenuObject_97_293-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imMenuObject_97_293-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imCell_295 { padding-top: 5px; padding-bottom: 5px; padding-inline-start: 1px; padding-inline-end: 1px; }
	#imCell_295 { grid-template-rows: [row-content] auto ; }
	#imTextObject_97_295 { padding-top: 20px; padding-bottom: 20px; padding-inline-start: 20px; padding-inline-end: 20px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_295 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imTextObject_97_295 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imCell_481 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 2px; padding-inline-end: 2px; }
	#imCell_481 { grid-template-rows: [row-content] auto ; }
	#pluginAppObj_97_481 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 10px; padding-inline-end: 10px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_481 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_483 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 2px; padding-inline-end: 2px; }
	#imCell_483 { grid-template-rows: [row-content] auto ; }
	#imObjectImage_97_483 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 10px; padding-inline-end: 10px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_483 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_482 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 2px; padding-inline-end: 2px; }
	#imCell_482 { grid-template-rows: [row-content] auto ; }
	#pluginAppObj_97_482 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 10px; padding-inline-end: 10px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_482 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_292 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 1px; padding-inline-end: 1px; }
	#imCell_292 { grid-template-rows: [row-content] auto ; }
	#imObjectVideo_97_292 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 3px; padding-inline-end: 3px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_292 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imObjectVideo_97_292 { width: 1500px; height: 181px; }#imObjectVideo_97_292_media { height: 100%; aspect-ratio: 1500/175; }#imCell_670 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 1px; padding-inline-end: 1px; }
	#imCell_670 { grid-template-rows: [row-content] auto ; }
	#pluginAppObj_97_670 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 3px; padding-inline-end: 3px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleBorders_670 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  border-start-start-radius: 20px; border-start-end-radius: 20px; border-end-start-radius: 20px; border-end-end-radius: 20px;  }
	
}

@media (max-width: 349.9px)  {
	#imBreadcrumb { width: 100%; margin-inline-start: 0px; margin-inline-end: 0px; }
	#imCell_287 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 5px; padding-inline-end: 5px; }
	#imCell_287 { grid-template-rows: [row-content] auto ; }
	#imHTMLObject_97_287 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 3px; padding-inline-end: 3px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleGraphics_287 { box-sizing: border-box; }
	#imCell_293 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imCell_293 { grid-template-rows: [row-content] auto ; }
	#imMenuObject_97_293 { padding-top: 5px; padding-bottom: 0px; padding-inline-start: 5px; padding-inline-end: 5px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleGraphics_293 { box-sizing: border-box; }
	/* Main menu background */
	#imMenuObject_97_293_container { border: solid; border-block-color: rgba(128, 128, 128, 1) rgba(128, 128, 128, 1); border-inline-color: rgba(128, 128, 128, 1) rgba(128, 128, 128, 1); border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px; display: inline-table;}
	#imMenuObject_97_293_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imMenuObject_97_293_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; float: left; float: inline-start; }
	#imMenuObject_97_293_container > ul > li > .label-wrapper, #imMenuObject_97_293_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 69px; height: 33px; padding-block: 0px; padding-inline: 3px; border-block-width: 0px 1px; border-inline-width: 0px; border-radius: 0px; }
	#imMenuObject_97_293 .hamburger-button {cursor: pointer; width: 33px; height: 33px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-block-width: 0px 1px; border-inline-width: 0px; border-radius: 0px; }
	#imMenuObject_97_293 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imMenuObject_97_293 .label-inner-wrapper, #imMenuObject_97_293 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imMenuObject_97_293_container > ul > li .label, #imMenuObject_97_293 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imMenuObject_97_293_container > ul > li > .label-wrapper {background-color: rgba(242, 242, 242, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > li > .label-wrapper .label, #imMenuObject_97_293_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imMenuObject_97_293 .hamburger-button {background-color: rgba(242, 242, 242, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293 .hamburger-button .label, #imMenuObject_97_293 .hamburger-button button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imMenuObject_97_293_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(37, 58, 88, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_97_293_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imMenuObject_97_293_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(37, 58, 88, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > li.imPage:hover > .label-wrapper .label, #imMenuObject_97_293_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(37, 58, 88, 1);background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > li.imLevel:hover > .label-wrapper .label, #imMenuObject_97_293_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imMenuObject_97_293_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-inline-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-style: solid; }
	#imMenuObject_97_293_container > ul > .imMnMnSeparator > .label-wrapper .label, #imMenuObject_97_293_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 6pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(37, 58, 88, 1);font-weight: bold;}
	#imMenuObject_97_293 .imLevel { cursor: default; }
	#imMenuObject_97_293-menu-opened .imLevel { cursor: default; }
	#imMenuObject_97_293 { justify-self: start;}
	#imMenuObject_97_293 .hidden { display: none; }
	#imMenuObject_97_293-menu-opened { overflow: visible; z-index: 10402; }
	#imMenuObject_97_293-menu-opened ul ul { display: none; }
	#imMenuObject_97_293-menu-opened li > div { display: none; }
	#imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened div > ul { display: block; }
	#imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened > ul { position: absolute; inset-inline-start: 0px; inset-inline-end: auto;  top: 40px; background-color: rgba(211, 211, 211, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imMenuObject_97_293-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: end; padding-block: 5px; padding-inline: 10px; color: rgba(255, 255, 255, 1); }
	#imMenuObject_97_293-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imMenuObject_97_293-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-start: 0px; width: 160px; border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imMenuObject_97_293-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imMenuObject_97_293-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 1000ms linear, opacity;}
	#imMenuObject_97_293 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imMenuObject_97_293-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imMenuObject_97_293-menu-opened li:last-child {margin-bottom: 0px; }
	#imMenuObject_97_293-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 26px; padding-block: 0px; padding-inline: 5px; }
	#imMenuObject_97_293-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imMenuObject_97_293-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imMenuObject_97_293-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;inset-inline-start: 0px; inset-inline-end: auto; background-color: rgba(211, 211, 211, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imMenuObject_97_293-menu-opened ul > li > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul > li > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293-menu-opened ul ul > li > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul ul > li > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul ul ul > li > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul ul ul ul > li > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imMenuObject_97_293-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu current button style */
	#imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_97_293-menu-opened #imMenuObject_97_293_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imMenuObject_97_293-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_97_293-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu separator button style */
	#imMenuObject_97_293-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_97_293-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imMenuObject_97_293-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Tahoma;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu separation line style */
	#imMenuObject_97_293-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imMenuObject_97_293-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imCell_295 { padding-top: 5px; padding-bottom: 5px; padding-inline-start: 5px; padding-inline-end: 5px; }
	#imCell_295 { grid-template-rows: [row-content] auto ; }
	#imTextObject_97_295 { padding-top: 20px; padding-bottom: 20px; padding-inline-start: 20px; padding-inline-end: 20px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleGraphics_295 { box-sizing: border-box; }
	#imCellStyleGraphicsC_295, #imCellStyleGraphicsB_295, #imCellStyleGraphicsBL_295, #imCellStyleGraphicsBR_295, #imCellStyleGraphicsL_295, #imCellStyleGraphicsR_295, #imCellStyleGraphicsT_295, #imCellStyleGraphicsTL_295, #imCellStyleGraphicsTR_295 { display: none; }
	#imTextObject_97_295 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imCell_481 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 5px; padding-inline-end: 5px; }
	#imCell_481 { grid-template-rows: [row-content] auto ; }
	#pluginAppObj_97_481 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 10px; padding-inline-end: 10px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleGraphics_481 { box-sizing: border-box; }
	#imCell_483 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 5px; padding-inline-end: 5px; }
	#imCell_483 { grid-template-rows: [row-content] auto ; }
	#imObjectImage_97_483 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 10px; padding-inline-end: 10px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleGraphics_483 { box-sizing: border-box; }
	#imCell_482 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 5px; padding-inline-end: 5px; }
	#imCell_482 { grid-template-rows: [row-content] auto ; }
	#pluginAppObj_97_482 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 10px; padding-inline-end: 10px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleGraphics_482 { box-sizing: border-box; }
	#imCell_292 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 5px; padding-inline-end: 5px; }
	#imCell_292 { grid-template-rows: [row-content] auto ; }
	#imObjectVideo_97_292 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 3px; padding-inline-end: 3px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleGraphics_292 { box-sizing: border-box; }
	#imCell_670 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 5px; padding-inline-end: 5px; }
	#imCell_670 { grid-template-rows: [row-content] auto ; }
	#pluginAppObj_97_670 { padding-top: 3px; padding-bottom: 3px; padding-inline-start: 3px; padding-inline-end: 3px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imCellStyleGraphics_670 { box-sizing: border-box; }
	
}

@media (min-width: 1800.0px) {
	#imHeader_imMenuObject_39_wrapper { position: absolute; top: 35px; inset-inline-start: 0px; width: 1722px; height: 38px; text-align: center; z-index: 1003;  }
	#imHeader_imCell_39 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_39 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_39 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_39 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imHeader_imMenuObject_39_container { border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: rgba(0, 0, 0, 1); padding: 0px; display: inline-table;}
	#imHeader_imMenuObject_39_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_39_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_39_container > ul > li > .label-wrapper, #imHeader_imMenuObject_39_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 158px; height: 28px; padding: 0px; border-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_39 .hamburger-button {cursor: pointer; width: 28px; height: 28px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_39 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(239, 239, 239, 1); display: block; }
	#imHeader_imMenuObject_39 .label-inner-wrapper, #imHeader_imMenuObject_39 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_39_container > ul > li .label, #imHeader_imMenuObject_39 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_39_container > ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_39 .hamburger-button {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39 .hamburger-button .label, #imHeader_imMenuObject_39 .hamburger-button button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_39_container > ul > .imMnMnCurrent > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_39_container > ul > li.imPage:hover > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	#imHeader_imMenuObject_39_container > ul > li.imLevel:hover > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_39_container > ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(243, 243, 243, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_39 .imLevel { cursor: default; }
	#imHeader_imMenuObject_39-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_39 { text-align: center; }
	/* Level menu background */
	#imHeader_imMenuObject_39 ul ul { border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px;   background-color: rgba(0, 0, 0, 1); }
	/* Level menu button size and position */
	#imHeader_imMenuObject_39 ul ul li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imHeader_imMenuObject_39 .multiple-column > ul {max-width: 260px;}
	#imHeader_imMenuObject_39 ul ul li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_39 ul ul .label-wrapper { display: block; overflow: hidden; width: 244px; height: 32px; padding-block: 0px; padding-inline: 8px; }
	#imHeader_imMenuObject_39 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imHeader_imMenuObject_39 ul ul .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(255, 255, 255, 1) rgba(255, 255, 255, 1); border-inline-color: rgba(255, 255, 255, 1) rgba(255, 255, 255, 1); border-style: solid; }
	#imHeader_imMenuObject_39 ul ul .label-wrapper .label, #imHeader_imMenuObject_39 ul ul .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(217, 217, 217, 1);font-weight: normal;}
	/* Level menu hover button style */
	#imHeader_imMenuObject_39 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(153, 153, 153, 1);background-image: none;border-block-color: rgba(255, 255, 255, 1) rgba(255, 255, 255, 1); border-inline-color: rgba(255, 255, 255, 1) rgba(255, 255, 255, 1); border-style: solid; }
	#imHeader_imMenuObject_39 ul ul li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_39 ul ul li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imHeader_imMenuObject_39 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(153, 153, 153, 1);background-image: none;border-block-color: rgba(255, 255, 255, 1) rgba(255, 255, 255, 1); border-inline-color: rgba(255, 255, 255, 1) rgba(255, 255, 255, 1); border-style: solid; }
	#imHeader_imMenuObject_39 ul ul li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_39 ul ul li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Level menu separator button style */
	#imHeader_imMenuObject_39 ul ul .imMnMnSeparator > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39 ul ul .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_39 ul ul .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imHeader_imMenuObject_39 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_39 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 191, 191, 1);font-weight: normal;}
	#imHeader_imMenuObject_39 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imHeader_imMenuObject_39 .multiple-column {position: absolute; z-index: 2;inset-inline-start: 0px; }
	#imHeader_imMenuObject_39 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imHeader_imMenuObject_39 .multiple-column > ul > li {display: block;}
	#imHeader_imMenuObject_39_container > ul > li > ul {position: absolute;
	top: 28px;
	}
	#imHeader_imMenuObject_39_container > ul > li > ul.open-bottom { inset-inline-start: 0px; }
	#imHeader_imMenuObject_39_container > ul > li > ul.open-left { inset-inline-end: 158px; }
	#imHeader_imMenuObject_39_container > ul > li > ul.open-right { inset-inline-start: 158px; }
	#imHeader_imMenuObject_39_container > ul > li > ul ul, #imHeader_imMenuObject_39_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imHeader_imMenuObject_39_container  > ul > li > ul ul.open-left, #imHeader_imMenuObject_39_container .multiple-column > ul > li ul.open-left{ inset-inline-end: 260px; }
	#imHeader_imMenuObject_39_container  > ul > li > ul ul.open-right, #imHeader_imMenuObject_39_container .multiple-column > ul > li ul.open-right{ inset-inline-start: 260px; }
	#imHeader_imMenuObject_39 ul > li > ul, .multiple-column { display: none; }
	#imHeader_imMenuObject_39_container > ul > li:nth-child(10n+1) {
	margin-inline-start: 0px; 
	clear: left; clear: inline-start; 
	}
	#imHeader_imMenuObject_39_container > ul > li:nth-child(n+11) {
	margin-top: 0px; 
	}
	#imHeader_imMenuObject_39-menu-opened { display: none; }
	#imHeader_imMenuObject_39 .hamburger-component { display: none; }
	#imHeader_imMenuObject_40_wrapper { display: none; }
	#imHeader_imCell_40 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_40 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_40 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_40 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imHeader_imMenuObject_40_container { border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px; display: inline-table;}
	#imHeader_imMenuObject_40_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_40_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_40_container > ul > li > .label-wrapper, #imHeader_imMenuObject_40_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 175px; height: 44px; padding: 0px; border-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_40 .hamburger-button {cursor: pointer; width: 44px; height: 44px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_40 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(192, 192, 192, 1); display: block; }
	#imHeader_imMenuObject_40 .label-inner-wrapper, #imHeader_imMenuObject_40 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_40_container > ul > li .label, #imHeader_imMenuObject_40 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_40_container > ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_40 .hamburger-button {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40 .hamburger-button .label, #imHeader_imMenuObject_40 .hamburger-button button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_40_container > ul > .imMnMnCurrent > .label-wrapper {background-color: transparent;background-image: url('../images/8F756A8506401604109DC1F824B4DCDB.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 191, 191, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_40_container > ul > li.imPage:hover > .label-wrapper {background-color: transparent;background-image: url('../images/8F756A8506401604109DC1F824B4DCDB.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(64, 64, 64, 1);font-weight: normal;}
	#imHeader_imMenuObject_40_container > ul > li.imLevel:hover > .label-wrapper {background-color: transparent;background-image: url('../images/8F756A8506401604109DC1F824B4DCDB.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(64, 64, 64, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_40_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_40 .imLevel { cursor: default; }
	#imHeader_imMenuObject_40-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_40 { text-align: end; }
	#imHeader_imMenuObject_40 .hidden { display: none; }
	#imHeader_imMenuObject_40-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_40-menu-opened ul ul { display: none; }
	#imHeader_imMenuObject_40-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened > ul { position: absolute; inset-inline-end: 0px; inset-inline-start: auto;  top: 40px; background-color: rgba(0, 0, 0, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_40-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: end; padding-block: 5px; padding-inline: 10px; color: rgba(0, 0, 0, 1); }
	#imHeader_imMenuObject_40-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_40-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-end: 0px; width: 300px; border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 2000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_40-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imHeader_imMenuObject_40-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 2000ms linear, opacity;}
	#imHeader_imMenuObject_40 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_40-menu-opened li {position: relative;margin-bottom: 7px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_40-menu-opened li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_40-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 284px; height: 42px; padding-block: 0px; padding-inline: 8px; }
	#imHeader_imMenuObject_40-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_40-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_40-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 300px;inset-inline-end: 0px; inset-inline-start: auto; background-color: rgba(0, 0, 0, 1);transition: left 1000ms, right 1000ms, opacity 1000ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_40-menu-opened ul > li > .label-wrapper {background-color: rgba(183, 183, 183, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imHeader_imMenuObject_40-menu-opened ul ul > li > .label-wrapper {background-color: rgba(183, 183, 183, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imHeader_imMenuObject_40-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(183, 183, 183, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imHeader_imMenuObject_40-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(183, 183, 183, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_40-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(159, 197, 232, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(28, 69, 135, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(159, 197, 232, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(28, 69, 135, 1);font-weight: bold;}
	#imHeader_imMenuObject_40-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(159, 197, 232, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(28, 69, 135, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_40-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(102, 102, 102, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(201, 218, 248, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_40-menu-opened ul li::after {display: block; position: relative; height: 0; content: ''; width: 100%; inset-inline-start: 0%; border-block-width: 1px 0px; border-inline-width: 0px; border-color: rgba(0, 0, 0, 1); border-style: solid; }
	#imHeader_imMenuObject_40-menu-opened {  transform: translate3d(300px, 0 ,0);  transition: transform 2000ms;}
	#imHeader_imMenuObject_40-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_imTextObject_37_wrapper { position: absolute; top: 5px; inset-inline-start: 1490px; width: 230px; height: 24px; text-align: center; z-index: 1002; overflow: hidden; }
	#imHeader_imCell_37 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_37 { grid-template-rows: [row-content] auto ; }
	#imHeader_imTextObject_37 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_37 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imTextObject_37 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imHeader_pluginAppObj_41_wrapper { position: absolute; top: 3px; inset-inline-start: 1727px; width: 65px; height: 69px; text-align: center; z-index: 1005; overflow: hidden; }
	#imHeader_imCell_41 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_41 { grid-template-rows: [row-content] auto ; }
	#imHeader_pluginAppObj_41 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_41 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	
}

@media (max-width: 1799.9px) and (min-width: 1600.0px) {
	#imHeader_imMenuObject_39_wrapper { display: none; }
	#imHeader_imCell_39 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_39 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_39 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_39 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imHeader_imMenuObject_39_container { border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: rgba(0, 0, 0, 1); padding: 0px; display: inline-table;}
	#imHeader_imMenuObject_39_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_39_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_39_container > ul > li > .label-wrapper, #imHeader_imMenuObject_39_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 158px; height: 28px; padding: 0px; border-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_39 .hamburger-button {cursor: pointer; width: 28px; height: 28px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_39 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(239, 239, 239, 1); display: block; }
	#imHeader_imMenuObject_39 .label-inner-wrapper, #imHeader_imMenuObject_39 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_39_container > ul > li .label, #imHeader_imMenuObject_39 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_39_container > ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_39 .hamburger-button {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39 .hamburger-button .label, #imHeader_imMenuObject_39 .hamburger-button button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_39_container > ul > .imMnMnCurrent > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_39_container > ul > li.imPage:hover > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	#imHeader_imMenuObject_39_container > ul > li.imLevel:hover > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_39_container > ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(243, 243, 243, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_39 .imLevel { cursor: default; }
	#imHeader_imMenuObject_39-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_39 { text-align: center; }
	#imHeader_imMenuObject_39 .hidden { display: none; }
	#imHeader_imMenuObject_39-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_39-menu-opened ul ul { display: none; }
	#imHeader_imMenuObject_39-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened > ul { position: absolute; inset-inline-end: 0px; inset-inline-start: auto;  top: 40px; background-color: rgba(255, 255, 255, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_39-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: end; padding-block: 5px; padding-inline: 10px; color: rgba(192, 192, 192, 1); }
	#imHeader_imMenuObject_39-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_39-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-end: 0px; width: 270px; border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_39-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.46;}
	.menu-imHeader_imMenuObject_39-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.46; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_39 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_39-menu-opened li {position: relative;margin-bottom: 1px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_39-menu-opened li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_39-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 216px; height: 50px; padding-block: 0px; padding-inline: 27px; }
	#imHeader_imMenuObject_39-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_39-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_39-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 270px;inset-inline-end: 0px; inset-inline-start: auto; background-color: rgba(255, 255, 255, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_39-menu-opened ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_39-menu-opened ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_39-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_39-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_39-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(153, 153, 153, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(153, 153, 153, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imHeader_imMenuObject_39-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(153, 153, 153, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_39-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(128, 128, 128, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(128, 128, 128, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_39-menu-opened {  transform: translate3d(270px, 0, 0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_39-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	body.responsive-menu-effect-push {  overflow: hidden;}
	.responsive-menu-effect-push-container {  transition: transform 1000ms;}
	.menu-imHeader_imMenuObject_39-opened .responsive-menu-effect-push-container {  transform: translate3d(-270px, 0, 0);}
	#imHeader_imMenuObject_40_wrapper { position: absolute; top: 215px; inset-inline-start: 772px; width: 50px; height: 41px; text-align: center; z-index: 1004;  }
	#imHeader_imCell_40 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_40 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_40 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_40 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imHeader_imMenuObject_40_container { border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px; display: inline-table;}
	#imHeader_imMenuObject_40_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_40_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_40_container > ul > li > .label-wrapper, #imHeader_imMenuObject_40_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 175px; height: 44px; padding: 0px; border-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_40 .hamburger-button {cursor: pointer; width: 44px; height: 44px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_40 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(192, 192, 192, 1); display: block; }
	#imHeader_imMenuObject_40 .label-inner-wrapper, #imHeader_imMenuObject_40 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_40_container > ul > li .label, #imHeader_imMenuObject_40 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_40_container > ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_40 .hamburger-button {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40 .hamburger-button .label, #imHeader_imMenuObject_40 .hamburger-button button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_40_container > ul > .imMnMnCurrent > .label-wrapper {background-color: transparent;background-image: url('../images/8F756A8506401604109DC1F824B4DCDB.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 191, 191, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_40_container > ul > li.imPage:hover > .label-wrapper {background-color: transparent;background-image: url('../images/8F756A8506401604109DC1F824B4DCDB.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(64, 64, 64, 1);font-weight: normal;}
	#imHeader_imMenuObject_40_container > ul > li.imLevel:hover > .label-wrapper {background-color: transparent;background-image: url('../images/8F756A8506401604109DC1F824B4DCDB.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(64, 64, 64, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_40_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_40 .imLevel { cursor: default; }
	#imHeader_imMenuObject_40-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_40 { text-align: end; }
	#imHeader_imMenuObject_40 .hidden { display: none; }
	#imHeader_imMenuObject_40-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_40-menu-opened ul ul { display: none; }
	#imHeader_imMenuObject_40-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened > ul { position: absolute; inset-inline-end: 0px; inset-inline-start: auto;  top: 40px; background-color: rgba(0, 0, 0, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_40-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: end; padding-block: 5px; padding-inline: 10px; color: rgba(0, 0, 0, 1); }
	#imHeader_imMenuObject_40-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_40-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-end: 0px; width: 300px; border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 2000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_40-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imHeader_imMenuObject_40-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 2000ms linear, opacity;}
	#imHeader_imMenuObject_40 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_40-menu-opened li {position: relative;margin-bottom: 7px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_40-menu-opened li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_40-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 284px; height: 42px; padding-block: 0px; padding-inline: 8px; }
	#imHeader_imMenuObject_40-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_40-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_40-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 300px;inset-inline-end: 0px; inset-inline-start: auto; background-color: rgba(0, 0, 0, 1);transition: left 1000ms, right 1000ms, opacity 1000ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_40-menu-opened ul > li > .label-wrapper {background-color: rgba(183, 183, 183, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imHeader_imMenuObject_40-menu-opened ul ul > li > .label-wrapper {background-color: rgba(183, 183, 183, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imHeader_imMenuObject_40-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(183, 183, 183, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imHeader_imMenuObject_40-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(183, 183, 183, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_40-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(159, 197, 232, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(28, 69, 135, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(159, 197, 232, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(28, 69, 135, 1);font-weight: bold;}
	#imHeader_imMenuObject_40-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(159, 197, 232, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(28, 69, 135, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_40-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(102, 102, 102, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(201, 218, 248, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_40-menu-opened ul li::after {display: block; position: relative; height: 0; content: ''; width: 100%; inset-inline-start: 0%; border-block-width: 1px 0px; border-inline-width: 0px; border-color: rgba(0, 0, 0, 1); border-style: solid; }
	#imHeader_imMenuObject_40-menu-opened {  transform: translate3d(300px, 0 ,0);  transition: transform 2000ms;}
	#imHeader_imMenuObject_40-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_imTextObject_37_wrapper { position: absolute; top: 187px; inset-inline-start: 696px; width: 200px; height: 24px; text-align: center; z-index: 1002; overflow: hidden; }
	#imHeader_imCell_37 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_37 { grid-template-rows: [row-content] auto ; }
	#imHeader_imTextObject_37 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_37 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imTextObject_37 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imHeader_pluginAppObj_41_wrapper { position: absolute; top: 52px; inset-inline-start: 736px; width: 123px; height: 130px; text-align: center; z-index: 1005; overflow: hidden; }
	#imHeader_imCell_41 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_41 { grid-template-rows: [row-content] auto ; }
	#imHeader_pluginAppObj_41 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_41 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	
}

@media (max-width: 1599.9px) and (min-width: 1400.0px) {
	#imHeader_imMenuObject_39_wrapper { display: none; }
	#imHeader_imCell_39 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_39 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_39 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_39 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imHeader_imMenuObject_39_container { border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: rgba(0, 0, 0, 1); padding: 0px; display: inline-table;}
	#imHeader_imMenuObject_39_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_39_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_39_container > ul > li > .label-wrapper, #imHeader_imMenuObject_39_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 158px; height: 28px; padding: 0px; border-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_39 .hamburger-button {cursor: pointer; width: 28px; height: 28px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_39 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(239, 239, 239, 1); display: block; }
	#imHeader_imMenuObject_39 .label-inner-wrapper, #imHeader_imMenuObject_39 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_39_container > ul > li .label, #imHeader_imMenuObject_39 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_39_container > ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_39 .hamburger-button {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39 .hamburger-button .label, #imHeader_imMenuObject_39 .hamburger-button button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_39_container > ul > .imMnMnCurrent > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_39_container > ul > li.imPage:hover > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	#imHeader_imMenuObject_39_container > ul > li.imLevel:hover > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_39_container > ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(243, 243, 243, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_39 .imLevel { cursor: default; }
	#imHeader_imMenuObject_39-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_39 { text-align: center; }
	#imHeader_imMenuObject_39 .hidden { display: none; }
	#imHeader_imMenuObject_39-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_39-menu-opened ul ul { display: none; }
	#imHeader_imMenuObject_39-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened > ul { position: absolute; inset-inline-end: 0px; inset-inline-start: auto;  top: 40px; background-color: rgba(255, 255, 255, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_39-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: end; padding-block: 5px; padding-inline: 10px; color: rgba(192, 192, 192, 1); }
	#imHeader_imMenuObject_39-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_39-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-end: 0px; width: 270px; border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_39-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.46;}
	.menu-imHeader_imMenuObject_39-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.46; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_39 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_39-menu-opened li {position: relative;margin-bottom: 1px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_39-menu-opened li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_39-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 216px; height: 50px; padding-block: 0px; padding-inline: 27px; }
	#imHeader_imMenuObject_39-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_39-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_39-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 270px;inset-inline-end: 0px; inset-inline-start: auto; background-color: rgba(255, 255, 255, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_39-menu-opened ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_39-menu-opened ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_39-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_39-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_39-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(153, 153, 153, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(153, 153, 153, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imHeader_imMenuObject_39-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(153, 153, 153, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_39-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(128, 128, 128, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(128, 128, 128, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_39-menu-opened {  transform: translate3d(270px, 0, 0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_39-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	body.responsive-menu-effect-push {  overflow: hidden;}
	.responsive-menu-effect-push-container {  transition: transform 1000ms;}
	.menu-imHeader_imMenuObject_39-opened .responsive-menu-effect-push-container {  transform: translate3d(-270px, 0, 0);}
	#imHeader_imMenuObject_40_wrapper { position: absolute; top: 219px; inset-inline-start: 675px; width: 49px; height: 37px; text-align: center; z-index: 1004;  }
	#imHeader_imCell_40 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_40 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_40 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_40 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imHeader_imMenuObject_40_container { border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px; display: inline-table;}
	#imHeader_imMenuObject_40_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_40_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_40_container > ul > li > .label-wrapper, #imHeader_imMenuObject_40_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 175px; height: 44px; padding: 0px; border-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_40 .hamburger-button {cursor: pointer; width: 44px; height: 44px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_40 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(192, 192, 192, 1); display: block; }
	#imHeader_imMenuObject_40 .label-inner-wrapper, #imHeader_imMenuObject_40 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_40_container > ul > li .label, #imHeader_imMenuObject_40 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_40_container > ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_40 .hamburger-button {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40 .hamburger-button .label, #imHeader_imMenuObject_40 .hamburger-button button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_40_container > ul > .imMnMnCurrent > .label-wrapper {background-color: transparent;background-image: url('../images/8F756A8506401604109DC1F824B4DCDB.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 191, 191, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_40_container > ul > li.imPage:hover > .label-wrapper {background-color: transparent;background-image: url('../images/8F756A8506401604109DC1F824B4DCDB.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(64, 64, 64, 1);font-weight: normal;}
	#imHeader_imMenuObject_40_container > ul > li.imLevel:hover > .label-wrapper {background-color: transparent;background-image: url('../images/8F756A8506401604109DC1F824B4DCDB.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(64, 64, 64, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_40_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_40 .imLevel { cursor: default; }
	#imHeader_imMenuObject_40-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_40 { text-align: end; }
	#imHeader_imMenuObject_40 .hidden { display: none; }
	#imHeader_imMenuObject_40-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_40-menu-opened ul ul { display: none; }
	#imHeader_imMenuObject_40-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened > ul { position: absolute; inset-inline-end: 0px; inset-inline-start: auto;  top: 40px; background-color: rgba(0, 0, 0, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_40-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: end; padding-block: 5px; padding-inline: 10px; color: rgba(0, 0, 0, 1); }
	#imHeader_imMenuObject_40-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_40-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-end: 0px; width: 300px; border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 2000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_40-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imHeader_imMenuObject_40-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 2000ms linear, opacity;}
	#imHeader_imMenuObject_40 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_40-menu-opened li {position: relative;margin-bottom: 7px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_40-menu-opened li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_40-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 284px; height: 42px; padding-block: 0px; padding-inline: 8px; }
	#imHeader_imMenuObject_40-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_40-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_40-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 300px;inset-inline-end: 0px; inset-inline-start: auto; background-color: rgba(0, 0, 0, 1);transition: left 1000ms, right 1000ms, opacity 1000ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_40-menu-opened ul > li > .label-wrapper {background-color: rgba(183, 183, 183, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imHeader_imMenuObject_40-menu-opened ul ul > li > .label-wrapper {background-color: rgba(183, 183, 183, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imHeader_imMenuObject_40-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(183, 183, 183, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imHeader_imMenuObject_40-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(183, 183, 183, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_40-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(159, 197, 232, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(28, 69, 135, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(159, 197, 232, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(28, 69, 135, 1);font-weight: bold;}
	#imHeader_imMenuObject_40-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(159, 197, 232, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(28, 69, 135, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_40-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(102, 102, 102, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(201, 218, 248, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_40-menu-opened ul li::after {display: block; position: relative; height: 0; content: ''; width: 100%; inset-inline-start: 0%; border-block-width: 1px 0px; border-inline-width: 0px; border-color: rgba(0, 0, 0, 1); border-style: solid; }
	#imHeader_imMenuObject_40-menu-opened {  transform: translate3d(300px, 0 ,0);  transition: transform 2000ms;}
	#imHeader_imMenuObject_40-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_imTextObject_37_wrapper { position: absolute; top: 184px; inset-inline-start: 604px; width: 192px; height: 27px; text-align: center; z-index: 1002; overflow: hidden; }
	#imHeader_imCell_37 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_37 { grid-template-rows: [row-content] auto ; }
	#imHeader_imTextObject_37 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_37 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imTextObject_37 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imHeader_pluginAppObj_41_wrapper { position: absolute; top: 45px; inset-inline-start: 636px; width: 127px; height: 135px; text-align: center; z-index: 1005; overflow: hidden; }
	#imHeader_imCell_41 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_41 { grid-template-rows: [row-content] auto ; }
	#imHeader_pluginAppObj_41 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_41 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	
}

@media (max-width: 1399.9px) and (min-width: 960.0px) {
	#imHeader_imMenuObject_39_wrapper { display: none; }
	#imHeader_imCell_39 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_39 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_39 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_39 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imHeader_imMenuObject_39_container { border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: rgba(0, 0, 0, 1); padding: 0px; display: inline-table;}
	#imHeader_imMenuObject_39_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_39_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_39_container > ul > li > .label-wrapper, #imHeader_imMenuObject_39_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 158px; height: 28px; padding: 0px; border-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_39 .hamburger-button {cursor: pointer; width: 28px; height: 28px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_39 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(239, 239, 239, 1); display: block; }
	#imHeader_imMenuObject_39 .label-inner-wrapper, #imHeader_imMenuObject_39 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_39_container > ul > li .label, #imHeader_imMenuObject_39 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_39_container > ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_39 .hamburger-button {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39 .hamburger-button .label, #imHeader_imMenuObject_39 .hamburger-button button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_39_container > ul > .imMnMnCurrent > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_39_container > ul > li.imPage:hover > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	#imHeader_imMenuObject_39_container > ul > li.imLevel:hover > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_39_container > ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(243, 243, 243, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_39 .imLevel { cursor: default; }
	#imHeader_imMenuObject_39-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_39 { text-align: center; }
	#imHeader_imMenuObject_39 .hidden { display: none; }
	#imHeader_imMenuObject_39-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_39-menu-opened ul ul { display: none; }
	#imHeader_imMenuObject_39-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened > ul { position: absolute; inset-inline-end: 0px; inset-inline-start: auto;  top: 40px; background-color: rgba(255, 255, 255, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_39-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: end; padding-block: 5px; padding-inline: 10px; color: rgba(192, 192, 192, 1); }
	#imHeader_imMenuObject_39-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_39-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-end: 0px; width: 270px; border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_39-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.46;}
	.menu-imHeader_imMenuObject_39-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.46; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_39 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_39-menu-opened li {position: relative;margin-bottom: 1px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_39-menu-opened li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_39-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 216px; height: 50px; padding-block: 0px; padding-inline: 27px; }
	#imHeader_imMenuObject_39-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_39-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_39-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 270px;inset-inline-end: 0px; inset-inline-start: auto; background-color: rgba(255, 255, 255, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_39-menu-opened ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_39-menu-opened ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_39-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_39-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_39-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(153, 153, 153, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(153, 153, 153, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imHeader_imMenuObject_39-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(153, 153, 153, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_39-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(128, 128, 128, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(128, 128, 128, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_39-menu-opened {  transform: translate3d(270px, 0, 0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_39-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	body.responsive-menu-effect-push {  overflow: hidden;}
	.responsive-menu-effect-push-container {  transition: transform 1000ms;}
	.menu-imHeader_imMenuObject_39-opened .responsive-menu-effect-push-container {  transform: translate3d(-270px, 0, 0);}
	#imHeader_imMenuObject_40_wrapper { position: absolute; top: 218px; inset-inline-start: 459px; width: 46px; height: 37px; text-align: center; z-index: 1004;  }
	#imHeader_imCell_40 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_40 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_40 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_40 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imHeader_imMenuObject_40_container { border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px; display: inline-table;}
	#imHeader_imMenuObject_40_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_40_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_40_container > ul > li > .label-wrapper, #imHeader_imMenuObject_40_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 175px; height: 44px; padding: 0px; border-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_40 .hamburger-button {cursor: pointer; width: 44px; height: 44px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_40 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(192, 192, 192, 1); display: block; }
	#imHeader_imMenuObject_40 .label-inner-wrapper, #imHeader_imMenuObject_40 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_40_container > ul > li .label, #imHeader_imMenuObject_40 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_40_container > ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_40 .hamburger-button {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40 .hamburger-button .label, #imHeader_imMenuObject_40 .hamburger-button button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_40_container > ul > .imMnMnCurrent > .label-wrapper {background-color: transparent;background-image: url('../images/8F756A8506401604109DC1F824B4DCDB.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 191, 191, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_40_container > ul > li.imPage:hover > .label-wrapper {background-color: transparent;background-image: url('../images/8F756A8506401604109DC1F824B4DCDB.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(64, 64, 64, 1);font-weight: normal;}
	#imHeader_imMenuObject_40_container > ul > li.imLevel:hover > .label-wrapper {background-color: transparent;background-image: url('../images/8F756A8506401604109DC1F824B4DCDB.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(64, 64, 64, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_40_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_40 .imLevel { cursor: default; }
	#imHeader_imMenuObject_40-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_40 { text-align: end; }
	#imHeader_imMenuObject_40 .hidden { display: none; }
	#imHeader_imMenuObject_40-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_40-menu-opened ul ul { display: none; }
	#imHeader_imMenuObject_40-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened > ul { position: absolute; inset-inline-end: 0px; inset-inline-start: auto;  top: 40px; background-color: rgba(0, 0, 0, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_40-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: end; padding-block: 5px; padding-inline: 10px; color: rgba(0, 0, 0, 1); }
	#imHeader_imMenuObject_40-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_40-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-end: 0px; width: 300px; border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 2000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_40-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imHeader_imMenuObject_40-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 2000ms linear, opacity;}
	#imHeader_imMenuObject_40 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_40-menu-opened li {position: relative;margin-bottom: 7px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_40-menu-opened li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_40-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 284px; height: 42px; padding-block: 0px; padding-inline: 8px; }
	#imHeader_imMenuObject_40-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_40-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_40-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 300px;inset-inline-end: 0px; inset-inline-start: auto; background-color: rgba(0, 0, 0, 1);transition: left 1000ms, right 1000ms, opacity 1000ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_40-menu-opened ul > li > .label-wrapper {background-color: rgba(183, 183, 183, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imHeader_imMenuObject_40-menu-opened ul ul > li > .label-wrapper {background-color: rgba(183, 183, 183, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imHeader_imMenuObject_40-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(183, 183, 183, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imHeader_imMenuObject_40-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(183, 183, 183, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_40-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(159, 197, 232, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(28, 69, 135, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(159, 197, 232, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(28, 69, 135, 1);font-weight: bold;}
	#imHeader_imMenuObject_40-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(159, 197, 232, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(28, 69, 135, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_40-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(102, 102, 102, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(201, 218, 248, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_40-menu-opened ul li::after {display: block; position: relative; height: 0; content: ''; width: 100%; inset-inline-start: 0%; border-block-width: 1px 0px; border-inline-width: 0px; border-color: rgba(0, 0, 0, 1); border-style: solid; }
	#imHeader_imMenuObject_40-menu-opened {  transform: translate3d(300px, 0 ,0);  transition: transform 2000ms;}
	#imHeader_imMenuObject_40-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_imTextObject_37_wrapper { position: absolute; top: 183px; inset-inline-start: 385px; width: 193px; height: 28px; text-align: center; z-index: 1002; overflow: hidden; }
	#imHeader_imCell_37 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_37 { grid-template-rows: [row-content] auto ; }
	#imHeader_imTextObject_37 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_37 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imTextObject_37 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imHeader_pluginAppObj_41_wrapper { position: absolute; top: 44px; inset-inline-start: 416px; width: 130px; height: 137px; text-align: center; z-index: 1005; overflow: hidden; }
	#imHeader_imCell_41 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_41 { grid-template-rows: [row-content] auto ; }
	#imHeader_pluginAppObj_41 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_41 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	
}

@media (max-width: 959.9px) and (min-width: 720.0px) {
	#imHeader_imMenuObject_39_wrapper { display: none; }
	#imHeader_imCell_39 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_39 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_39 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_39 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imHeader_imMenuObject_39_container { border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: rgba(0, 0, 0, 1); padding: 0px; display: inline-table;}
	#imHeader_imMenuObject_39_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_39_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_39_container > ul > li > .label-wrapper, #imHeader_imMenuObject_39_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 158px; height: 28px; padding: 0px; border-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_39 .hamburger-button {cursor: pointer; width: 28px; height: 28px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_39 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(239, 239, 239, 1); display: block; }
	#imHeader_imMenuObject_39 .label-inner-wrapper, #imHeader_imMenuObject_39 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_39_container > ul > li .label, #imHeader_imMenuObject_39 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_39_container > ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_39 .hamburger-button {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39 .hamburger-button .label, #imHeader_imMenuObject_39 .hamburger-button button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_39_container > ul > .imMnMnCurrent > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_39_container > ul > li.imPage:hover > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	#imHeader_imMenuObject_39_container > ul > li.imLevel:hover > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_39_container > ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(243, 243, 243, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_39 .imLevel { cursor: default; }
	#imHeader_imMenuObject_39-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_39 { text-align: center; }
	#imHeader_imMenuObject_39 .hidden { display: none; }
	#imHeader_imMenuObject_39-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_39-menu-opened ul ul { display: none; }
	#imHeader_imMenuObject_39-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened > ul { position: absolute; inset-inline-end: 0px; inset-inline-start: auto;  top: 40px; background-color: rgba(255, 255, 255, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_39-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: end; padding-block: 5px; padding-inline: 10px; color: rgba(192, 192, 192, 1); }
	#imHeader_imMenuObject_39-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_39-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-end: 0px; width: 270px; border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_39-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.46;}
	.menu-imHeader_imMenuObject_39-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.46; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_39 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_39-menu-opened li {position: relative;margin-bottom: 1px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_39-menu-opened li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_39-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 216px; height: 50px; padding-block: 0px; padding-inline: 27px; }
	#imHeader_imMenuObject_39-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_39-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_39-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 270px;inset-inline-end: 0px; inset-inline-start: auto; background-color: rgba(255, 255, 255, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_39-menu-opened ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_39-menu-opened ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_39-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_39-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_39-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(153, 153, 153, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(153, 153, 153, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imHeader_imMenuObject_39-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(153, 153, 153, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_39-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(128, 128, 128, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(128, 128, 128, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_39-menu-opened {  transform: translate3d(270px, 0, 0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_39-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	body.responsive-menu-effect-push {  overflow: hidden;}
	.responsive-menu-effect-push-container {  transition: transform 1000ms;}
	.menu-imHeader_imMenuObject_39-opened .responsive-menu-effect-push-container {  transform: translate3d(-270px, 0, 0);}
	#imHeader_imMenuObject_40_wrapper { position: absolute; top: 205px; inset-inline-start: 329px; width: 47px; height: 50px; text-align: center; z-index: 1004;  }
	#imHeader_imCell_40 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_40 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_40 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_40 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imHeader_imMenuObject_40_container { border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px; display: inline-table;}
	#imHeader_imMenuObject_40_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_40_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_40_container > ul > li > .label-wrapper, #imHeader_imMenuObject_40_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 175px; height: 44px; padding: 0px; border-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_40 .hamburger-button {cursor: pointer; width: 44px; height: 44px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_40 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(192, 192, 192, 1); display: block; }
	#imHeader_imMenuObject_40 .label-inner-wrapper, #imHeader_imMenuObject_40 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_40_container > ul > li .label, #imHeader_imMenuObject_40 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_40_container > ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_40 .hamburger-button {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40 .hamburger-button .label, #imHeader_imMenuObject_40 .hamburger-button button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_40_container > ul > .imMnMnCurrent > .label-wrapper {background-color: transparent;background-image: url('../images/8F756A8506401604109DC1F824B4DCDB.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 191, 191, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_40_container > ul > li.imPage:hover > .label-wrapper {background-color: transparent;background-image: url('../images/8F756A8506401604109DC1F824B4DCDB.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(64, 64, 64, 1);font-weight: normal;}
	#imHeader_imMenuObject_40_container > ul > li.imLevel:hover > .label-wrapper {background-color: transparent;background-image: url('../images/8F756A8506401604109DC1F824B4DCDB.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(64, 64, 64, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_40_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_40 .imLevel { cursor: default; }
	#imHeader_imMenuObject_40-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_40 { text-align: end; }
	#imHeader_imMenuObject_40 .hidden { display: none; }
	#imHeader_imMenuObject_40-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_40-menu-opened ul ul { display: none; }
	#imHeader_imMenuObject_40-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened > ul { position: absolute; inset-inline-end: 0px; inset-inline-start: auto;  top: 40px; background-color: rgba(0, 0, 0, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_40-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: end; padding-block: 5px; padding-inline: 10px; color: rgba(0, 0, 0, 1); }
	#imHeader_imMenuObject_40-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_40-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-end: 0px; width: 300px; border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 2000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_40-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imHeader_imMenuObject_40-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 2000ms linear, opacity;}
	#imHeader_imMenuObject_40 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_40-menu-opened li {position: relative;margin-bottom: 7px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_40-menu-opened li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_40-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 284px; height: 42px; padding-block: 0px; padding-inline: 8px; }
	#imHeader_imMenuObject_40-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_40-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_40-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 300px;inset-inline-end: 0px; inset-inline-start: auto; background-color: rgba(0, 0, 0, 1);transition: left 1000ms, right 1000ms, opacity 1000ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_40-menu-opened ul > li > .label-wrapper {background-color: rgba(183, 183, 183, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imHeader_imMenuObject_40-menu-opened ul ul > li > .label-wrapper {background-color: rgba(183, 183, 183, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imHeader_imMenuObject_40-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(183, 183, 183, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imHeader_imMenuObject_40-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(183, 183, 183, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_40-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(159, 197, 232, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(28, 69, 135, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(159, 197, 232, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(28, 69, 135, 1);font-weight: bold;}
	#imHeader_imMenuObject_40-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(159, 197, 232, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(28, 69, 135, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_40-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(102, 102, 102, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(201, 218, 248, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_40-menu-opened ul li::after {display: block; position: relative; height: 0; content: ''; width: 100%; inset-inline-start: 0%; border-block-width: 1px 0px; border-inline-width: 0px; border-color: rgba(0, 0, 0, 1); border-style: solid; }
	#imHeader_imMenuObject_40-menu-opened {  transform: translate3d(300px, 0 ,0);  transition: transform 2000ms;}
	#imHeader_imMenuObject_40-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_imTextObject_37_wrapper { position: absolute; top: 177px; inset-inline-start: 259px; width: 187px; height: 24px; text-align: center; z-index: 1002; overflow: hidden; }
	#imHeader_imCell_37 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_37 { grid-template-rows: [row-content] auto ; }
	#imHeader_imTextObject_37 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_37 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imTextObject_37 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imHeader_pluginAppObj_41_wrapper { position: absolute; top: 49px; inset-inline-start: 294px; width: 119px; height: 127px; text-align: center; z-index: 1005; overflow: hidden; }
	#imHeader_imCell_41 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_41 { grid-template-rows: [row-content] auto ; }
	#imHeader_pluginAppObj_41 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_41 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	
}

@media (max-width: 719.9px) and (min-width: 600.0px) {
	#imHeader_imMenuObject_39_wrapper { display: none; }
	#imHeader_imCell_39 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_39 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_39 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_39 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imHeader_imMenuObject_39_container { border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: rgba(0, 0, 0, 1); padding: 0px; display: inline-table;}
	#imHeader_imMenuObject_39_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_39_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_39_container > ul > li > .label-wrapper, #imHeader_imMenuObject_39_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 158px; height: 28px; padding: 0px; border-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_39 .hamburger-button {cursor: pointer; width: 28px; height: 28px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_39 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(239, 239, 239, 1); display: block; }
	#imHeader_imMenuObject_39 .label-inner-wrapper, #imHeader_imMenuObject_39 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_39_container > ul > li .label, #imHeader_imMenuObject_39 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_39_container > ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_39 .hamburger-button {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39 .hamburger-button .label, #imHeader_imMenuObject_39 .hamburger-button button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_39_container > ul > .imMnMnCurrent > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_39_container > ul > li.imPage:hover > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	#imHeader_imMenuObject_39_container > ul > li.imLevel:hover > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_39_container > ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(243, 243, 243, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_39 .imLevel { cursor: default; }
	#imHeader_imMenuObject_39-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_39 { text-align: center; }
	#imHeader_imMenuObject_39 .hidden { display: none; }
	#imHeader_imMenuObject_39-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_39-menu-opened ul ul { display: none; }
	#imHeader_imMenuObject_39-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened > ul { position: absolute; inset-inline-end: 0px; inset-inline-start: auto;  top: 40px; background-color: rgba(255, 255, 255, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_39-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: end; padding-block: 5px; padding-inline: 10px; color: rgba(192, 192, 192, 1); }
	#imHeader_imMenuObject_39-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_39-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-end: 0px; width: 270px; border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_39-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.46;}
	.menu-imHeader_imMenuObject_39-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.46; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_39 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_39-menu-opened li {position: relative;margin-bottom: 1px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_39-menu-opened li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_39-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 216px; height: 50px; padding-block: 0px; padding-inline: 27px; }
	#imHeader_imMenuObject_39-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_39-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_39-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 270px;inset-inline-end: 0px; inset-inline-start: auto; background-color: rgba(255, 255, 255, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_39-menu-opened ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_39-menu-opened ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_39-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_39-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_39-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(153, 153, 153, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(153, 153, 153, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imHeader_imMenuObject_39-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(153, 153, 153, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_39-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(128, 128, 128, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(128, 128, 128, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_39-menu-opened {  transform: translate3d(270px, 0, 0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_39-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	body.responsive-menu-effect-push {  overflow: hidden;}
	.responsive-menu-effect-push-container {  transition: transform 1000ms;}
	.menu-imHeader_imMenuObject_39-opened .responsive-menu-effect-push-container {  transform: translate3d(-270px, 0, 0);}
	#imHeader_imMenuObject_40_wrapper { position: absolute; top: 215px; inset-inline-start: 273px; width: 46px; height: 40px; text-align: center; z-index: 1004;  }
	#imHeader_imCell_40 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_40 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_40 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_40 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imHeader_imMenuObject_40_container { border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px; display: inline-table;}
	#imHeader_imMenuObject_40_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_40_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_40_container > ul > li > .label-wrapper, #imHeader_imMenuObject_40_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 175px; height: 44px; padding: 0px; border-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_40 .hamburger-button {cursor: pointer; width: 44px; height: 44px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_40 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(192, 192, 192, 1); display: block; }
	#imHeader_imMenuObject_40 .label-inner-wrapper, #imHeader_imMenuObject_40 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_40_container > ul > li .label, #imHeader_imMenuObject_40 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_40_container > ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_40 .hamburger-button {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40 .hamburger-button .label, #imHeader_imMenuObject_40 .hamburger-button button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_40_container > ul > .imMnMnCurrent > .label-wrapper {background-color: transparent;background-image: url('../images/8F756A8506401604109DC1F824B4DCDB.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 191, 191, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_40_container > ul > li.imPage:hover > .label-wrapper {background-color: transparent;background-image: url('../images/8F756A8506401604109DC1F824B4DCDB.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(64, 64, 64, 1);font-weight: normal;}
	#imHeader_imMenuObject_40_container > ul > li.imLevel:hover > .label-wrapper {background-color: transparent;background-image: url('../images/8F756A8506401604109DC1F824B4DCDB.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(64, 64, 64, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_40_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_40 .imLevel { cursor: default; }
	#imHeader_imMenuObject_40-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_40 { text-align: end; }
	#imHeader_imMenuObject_40 .hidden { display: none; }
	#imHeader_imMenuObject_40-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_40-menu-opened ul ul { display: none; }
	#imHeader_imMenuObject_40-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened > ul { position: absolute; inset-inline-end: 0px; inset-inline-start: auto;  top: 40px; background-color: rgba(0, 0, 0, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_40-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: end; padding-block: 5px; padding-inline: 10px; color: rgba(0, 0, 0, 1); }
	#imHeader_imMenuObject_40-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_40-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-end: 0px; width: 300px; border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 2000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_40-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imHeader_imMenuObject_40-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 2000ms linear, opacity;}
	#imHeader_imMenuObject_40 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_40-menu-opened li {position: relative;margin-bottom: 7px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_40-menu-opened li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_40-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 284px; height: 42px; padding-block: 0px; padding-inline: 8px; }
	#imHeader_imMenuObject_40-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_40-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_40-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 300px;inset-inline-end: 0px; inset-inline-start: auto; background-color: rgba(0, 0, 0, 1);transition: left 1000ms, right 1000ms, opacity 1000ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_40-menu-opened ul > li > .label-wrapper {background-color: rgba(183, 183, 183, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imHeader_imMenuObject_40-menu-opened ul ul > li > .label-wrapper {background-color: rgba(183, 183, 183, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imHeader_imMenuObject_40-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(183, 183, 183, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imHeader_imMenuObject_40-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(183, 183, 183, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_40-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(159, 197, 232, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(28, 69, 135, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(159, 197, 232, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(28, 69, 135, 1);font-weight: bold;}
	#imHeader_imMenuObject_40-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(159, 197, 232, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(28, 69, 135, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_40-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(102, 102, 102, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(201, 218, 248, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_40-menu-opened ul li::after {display: block; position: relative; height: 0; content: ''; width: 100%; inset-inline-start: 0%; border-block-width: 1px 0px; border-inline-width: 0px; border-color: rgba(0, 0, 0, 1); border-style: solid; }
	#imHeader_imMenuObject_40-menu-opened {  transform: translate3d(300px, 0 ,0);  transition: transform 2000ms;}
	#imHeader_imMenuObject_40-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_imTextObject_37_wrapper { position: absolute; top: 183px; inset-inline-start: 202px; width: 185px; height: 26px; text-align: center; z-index: 1002; overflow: hidden; }
	#imHeader_imCell_37 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_37 { grid-template-rows: [row-content] auto ; }
	#imHeader_imTextObject_37 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_37 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imTextObject_37 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imHeader_pluginAppObj_41_wrapper { position: absolute; top: 53px; inset-inline-start: 235px; width: 118px; height: 125px; text-align: center; z-index: 1005; overflow: hidden; }
	#imHeader_imCell_41 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_41 { grid-template-rows: [row-content] auto ; }
	#imHeader_pluginAppObj_41 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_41 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	
}

@media (max-width: 599.9px) and (min-width: 480.0px) {
	#imHeader_imMenuObject_39_wrapper { display: none; }
	#imHeader_imCell_39 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_39 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_39 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_39 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imHeader_imMenuObject_39_container { border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: rgba(0, 0, 0, 1); padding: 0px; display: inline-table;}
	#imHeader_imMenuObject_39_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_39_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_39_container > ul > li > .label-wrapper, #imHeader_imMenuObject_39_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 158px; height: 28px; padding: 0px; border-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_39 .hamburger-button {cursor: pointer; width: 28px; height: 28px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_39 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(239, 239, 239, 1); display: block; }
	#imHeader_imMenuObject_39 .label-inner-wrapper, #imHeader_imMenuObject_39 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_39_container > ul > li .label, #imHeader_imMenuObject_39 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_39_container > ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_39 .hamburger-button {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39 .hamburger-button .label, #imHeader_imMenuObject_39 .hamburger-button button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_39_container > ul > .imMnMnCurrent > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_39_container > ul > li.imPage:hover > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	#imHeader_imMenuObject_39_container > ul > li.imLevel:hover > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_39_container > ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(243, 243, 243, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_39 .imLevel { cursor: default; }
	#imHeader_imMenuObject_39-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_39 { text-align: center; }
	#imHeader_imMenuObject_39 .hidden { display: none; }
	#imHeader_imMenuObject_39-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_39-menu-opened ul ul { display: none; }
	#imHeader_imMenuObject_39-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened > ul { position: absolute; inset-inline-end: 0px; inset-inline-start: auto;  top: 40px; background-color: rgba(255, 255, 255, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_39-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: end; padding-block: 5px; padding-inline: 10px; color: rgba(192, 192, 192, 1); }
	#imHeader_imMenuObject_39-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_39-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-end: 0px; width: 270px; border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_39-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.46;}
	.menu-imHeader_imMenuObject_39-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.46; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_39 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_39-menu-opened li {position: relative;margin-bottom: 1px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_39-menu-opened li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_39-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 216px; height: 50px; padding-block: 0px; padding-inline: 27px; }
	#imHeader_imMenuObject_39-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_39-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_39-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 270px;inset-inline-end: 0px; inset-inline-start: auto; background-color: rgba(255, 255, 255, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_39-menu-opened ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_39-menu-opened ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_39-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_39-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_39-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(153, 153, 153, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(153, 153, 153, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imHeader_imMenuObject_39-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(153, 153, 153, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_39-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(128, 128, 128, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(128, 128, 128, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_39-menu-opened {  transform: translate3d(270px, 0, 0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_39-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	body.responsive-menu-effect-push {  overflow: hidden;}
	.responsive-menu-effect-push-container {  transition: transform 1000ms;}
	.menu-imHeader_imMenuObject_39-opened .responsive-menu-effect-push-container {  transform: translate3d(-270px, 0, 0);}
	#imHeader_imMenuObject_40_wrapper { position: absolute; top: 217px; inset-inline-start: 211px; width: 48px; height: 38px; text-align: center; z-index: 1004;  }
	#imHeader_imCell_40 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_40 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_40 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_40 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imHeader_imMenuObject_40_container { border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px; display: inline-table;}
	#imHeader_imMenuObject_40_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_40_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_40_container > ul > li > .label-wrapper, #imHeader_imMenuObject_40_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 175px; height: 44px; padding: 0px; border-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_40 .hamburger-button {cursor: pointer; width: 44px; height: 44px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_40 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(192, 192, 192, 1); display: block; }
	#imHeader_imMenuObject_40 .label-inner-wrapper, #imHeader_imMenuObject_40 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_40_container > ul > li .label, #imHeader_imMenuObject_40 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_40_container > ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_40 .hamburger-button {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40 .hamburger-button .label, #imHeader_imMenuObject_40 .hamburger-button button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_40_container > ul > .imMnMnCurrent > .label-wrapper {background-color: transparent;background-image: url('../images/8F756A8506401604109DC1F824B4DCDB.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 191, 191, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_40_container > ul > li.imPage:hover > .label-wrapper {background-color: transparent;background-image: url('../images/8F756A8506401604109DC1F824B4DCDB.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(64, 64, 64, 1);font-weight: normal;}
	#imHeader_imMenuObject_40_container > ul > li.imLevel:hover > .label-wrapper {background-color: transparent;background-image: url('../images/8F756A8506401604109DC1F824B4DCDB.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(64, 64, 64, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_40_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_40 .imLevel { cursor: default; }
	#imHeader_imMenuObject_40-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_40 { text-align: end; }
	#imHeader_imMenuObject_40 .hidden { display: none; }
	#imHeader_imMenuObject_40-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_40-menu-opened ul ul { display: none; }
	#imHeader_imMenuObject_40-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened > ul { position: absolute; inset-inline-end: 0px; inset-inline-start: auto;  top: 40px; background-color: rgba(0, 0, 0, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_40-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: end; padding-block: 5px; padding-inline: 10px; color: rgba(0, 0, 0, 1); }
	#imHeader_imMenuObject_40-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_40-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-end: 0px; width: 300px; border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 2000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_40-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imHeader_imMenuObject_40-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 2000ms linear, opacity;}
	#imHeader_imMenuObject_40 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_40-menu-opened li {position: relative;margin-bottom: 7px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_40-menu-opened li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_40-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 284px; height: 42px; padding-block: 0px; padding-inline: 8px; }
	#imHeader_imMenuObject_40-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_40-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_40-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 300px;inset-inline-end: 0px; inset-inline-start: auto; background-color: rgba(0, 0, 0, 1);transition: left 1000ms, right 1000ms, opacity 1000ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_40-menu-opened ul > li > .label-wrapper {background-color: rgba(183, 183, 183, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imHeader_imMenuObject_40-menu-opened ul ul > li > .label-wrapper {background-color: rgba(183, 183, 183, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imHeader_imMenuObject_40-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(183, 183, 183, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imHeader_imMenuObject_40-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(183, 183, 183, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_40-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(159, 197, 232, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(28, 69, 135, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(159, 197, 232, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(28, 69, 135, 1);font-weight: bold;}
	#imHeader_imMenuObject_40-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(159, 197, 232, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(28, 69, 135, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_40-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(102, 102, 102, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(201, 218, 248, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_40-menu-opened ul li::after {display: block; position: relative; height: 0; content: ''; width: 100%; inset-inline-start: 0%; border-block-width: 1px 0px; border-inline-width: 0px; border-color: rgba(0, 0, 0, 1); border-style: solid; }
	#imHeader_imMenuObject_40-menu-opened {  transform: translate3d(300px, 0 ,0);  transition: transform 2000ms;}
	#imHeader_imMenuObject_40-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_imTextObject_37_wrapper { position: absolute; top: 185px; inset-inline-start: 142px; width: 187px; height: 24px; text-align: center; z-index: 1002; overflow: hidden; }
	#imHeader_imCell_37 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_37 { grid-template-rows: [row-content] auto ; }
	#imHeader_imTextObject_37 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_37 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imTextObject_37 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imHeader_pluginAppObj_41_wrapper { position: absolute; top: 52px; inset-inline-start: 176px; width: 120px; height: 128px; text-align: center; z-index: 1005; overflow: hidden; }
	#imHeader_imCell_41 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_41 { grid-template-rows: [row-content] auto ; }
	#imHeader_pluginAppObj_41 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_41 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	
}

@media (max-width: 479.9px) and (min-width: 420.0px) {
	#imHeader_imMenuObject_39_wrapper { display: none; }
	#imHeader_imCell_39 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_39 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_39 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_39 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imHeader_imMenuObject_39_container { border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: rgba(0, 0, 0, 1); padding: 0px; display: inline-table;}
	#imHeader_imMenuObject_39_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_39_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_39_container > ul > li > .label-wrapper, #imHeader_imMenuObject_39_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 158px; height: 28px; padding: 0px; border-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_39 .hamburger-button {cursor: pointer; width: 28px; height: 28px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_39 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(239, 239, 239, 1); display: block; }
	#imHeader_imMenuObject_39 .label-inner-wrapper, #imHeader_imMenuObject_39 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_39_container > ul > li .label, #imHeader_imMenuObject_39 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_39_container > ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_39 .hamburger-button {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39 .hamburger-button .label, #imHeader_imMenuObject_39 .hamburger-button button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_39_container > ul > .imMnMnCurrent > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_39_container > ul > li.imPage:hover > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	#imHeader_imMenuObject_39_container > ul > li.imLevel:hover > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_39_container > ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(243, 243, 243, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_39 .imLevel { cursor: default; }
	#imHeader_imMenuObject_39-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_39 { text-align: center; }
	#imHeader_imMenuObject_39 .hidden { display: none; }
	#imHeader_imMenuObject_39-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_39-menu-opened ul ul { display: none; }
	#imHeader_imMenuObject_39-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened > ul { position: absolute; inset-inline-end: 0px; inset-inline-start: auto;  top: 40px; background-color: rgba(255, 255, 255, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_39-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: end; padding-block: 5px; padding-inline: 10px; color: rgba(192, 192, 192, 1); }
	#imHeader_imMenuObject_39-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_39-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-end: 0px; width: 270px; border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_39-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.46;}
	.menu-imHeader_imMenuObject_39-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.46; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_39 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_39-menu-opened li {position: relative;margin-bottom: 1px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_39-menu-opened li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_39-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 216px; height: 50px; padding-block: 0px; padding-inline: 27px; }
	#imHeader_imMenuObject_39-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_39-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_39-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 270px;inset-inline-end: 0px; inset-inline-start: auto; background-color: rgba(255, 255, 255, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_39-menu-opened ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_39-menu-opened ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_39-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_39-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_39-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(153, 153, 153, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(153, 153, 153, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imHeader_imMenuObject_39-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(153, 153, 153, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_39-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(128, 128, 128, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(128, 128, 128, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_39-menu-opened {  transform: translate3d(270px, 0, 0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_39-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	body.responsive-menu-effect-push {  overflow: hidden;}
	.responsive-menu-effect-push-container {  transition: transform 1000ms;}
	.menu-imHeader_imMenuObject_39-opened .responsive-menu-effect-push-container {  transform: translate3d(-270px, 0, 0);}
	#imHeader_imMenuObject_40_wrapper { position: absolute; top: 220px; inset-inline-start: 184px; width: 48px; height: 35px; text-align: center; z-index: 1004;  }
	#imHeader_imCell_40 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_40 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_40 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_40 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imHeader_imMenuObject_40_container { border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px; display: inline-table;}
	#imHeader_imMenuObject_40_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_40_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_40_container > ul > li > .label-wrapper, #imHeader_imMenuObject_40_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 175px; height: 44px; padding: 0px; border-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_40 .hamburger-button {cursor: pointer; width: 44px; height: 44px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_40 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(192, 192, 192, 1); display: block; }
	#imHeader_imMenuObject_40 .label-inner-wrapper, #imHeader_imMenuObject_40 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_40_container > ul > li .label, #imHeader_imMenuObject_40 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_40_container > ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_40 .hamburger-button {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40 .hamburger-button .label, #imHeader_imMenuObject_40 .hamburger-button button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_40_container > ul > .imMnMnCurrent > .label-wrapper {background-color: transparent;background-image: url('../images/8F756A8506401604109DC1F824B4DCDB.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 191, 191, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_40_container > ul > li.imPage:hover > .label-wrapper {background-color: transparent;background-image: url('../images/8F756A8506401604109DC1F824B4DCDB.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(64, 64, 64, 1);font-weight: normal;}
	#imHeader_imMenuObject_40_container > ul > li.imLevel:hover > .label-wrapper {background-color: transparent;background-image: url('../images/8F756A8506401604109DC1F824B4DCDB.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(64, 64, 64, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_40_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_40 .imLevel { cursor: default; }
	#imHeader_imMenuObject_40-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_40 { text-align: end; }
	#imHeader_imMenuObject_40 .hidden { display: none; }
	#imHeader_imMenuObject_40-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_40-menu-opened ul ul { display: none; }
	#imHeader_imMenuObject_40-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened > ul { position: absolute; inset-inline-end: 0px; inset-inline-start: auto;  top: 40px; background-color: rgba(0, 0, 0, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_40-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: end; padding-block: 5px; padding-inline: 10px; color: rgba(0, 0, 0, 1); }
	#imHeader_imMenuObject_40-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_40-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-end: 0px; width: 300px; border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 2000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_40-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imHeader_imMenuObject_40-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 2000ms linear, opacity;}
	#imHeader_imMenuObject_40 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_40-menu-opened li {position: relative;margin-bottom: 7px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_40-menu-opened li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_40-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 284px; height: 42px; padding-block: 0px; padding-inline: 8px; }
	#imHeader_imMenuObject_40-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_40-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_40-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 300px;inset-inline-end: 0px; inset-inline-start: auto; background-color: rgba(0, 0, 0, 1);transition: left 1000ms, right 1000ms, opacity 1000ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_40-menu-opened ul > li > .label-wrapper {background-color: rgba(183, 183, 183, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imHeader_imMenuObject_40-menu-opened ul ul > li > .label-wrapper {background-color: rgba(183, 183, 183, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imHeader_imMenuObject_40-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(183, 183, 183, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imHeader_imMenuObject_40-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(183, 183, 183, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_40-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(159, 197, 232, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(28, 69, 135, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(159, 197, 232, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(28, 69, 135, 1);font-weight: bold;}
	#imHeader_imMenuObject_40-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(159, 197, 232, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(28, 69, 135, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_40-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(102, 102, 102, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(201, 218, 248, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_40-menu-opened ul li::after {display: block; position: relative; height: 0; content: ''; width: 100%; inset-inline-start: 0%; border-block-width: 1px 0px; border-inline-width: 0px; border-color: rgba(0, 0, 0, 1); border-style: solid; }
	#imHeader_imMenuObject_40-menu-opened {  transform: translate3d(300px, 0 ,0);  transition: transform 2000ms;}
	#imHeader_imMenuObject_40-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_imTextObject_37_wrapper { position: absolute; top: 185px; inset-inline-start: 121px; width: 184px; height: 26px; text-align: center; z-index: 1002; overflow: hidden; }
	#imHeader_imCell_37 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_37 { grid-template-rows: [row-content] auto ; }
	#imHeader_imTextObject_37 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_37 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imTextObject_37 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imHeader_pluginAppObj_41_wrapper { position: absolute; top: 47px; inset-inline-start: 151px; width: 128px; height: 134px; text-align: center; z-index: 1005; overflow: hidden; }
	#imHeader_imCell_41 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_41 { grid-template-rows: [row-content] auto ; }
	#imHeader_pluginAppObj_41 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_41 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	
}

@media (max-width: 419.9px) and (min-width: 350.0px) {
	#imHeader_imMenuObject_39_wrapper { display: none; }
	#imHeader_imCell_39 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_39 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_39 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_39 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imHeader_imMenuObject_39_container { border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: rgba(0, 0, 0, 1); padding: 0px; display: inline-table;}
	#imHeader_imMenuObject_39_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_39_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_39_container > ul > li > .label-wrapper, #imHeader_imMenuObject_39_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 158px; height: 28px; padding: 0px; border-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_39 .hamburger-button {cursor: pointer; width: 28px; height: 28px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_39 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(239, 239, 239, 1); display: block; }
	#imHeader_imMenuObject_39 .label-inner-wrapper, #imHeader_imMenuObject_39 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_39_container > ul > li .label, #imHeader_imMenuObject_39 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_39_container > ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_39 .hamburger-button {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39 .hamburger-button .label, #imHeader_imMenuObject_39 .hamburger-button button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_39_container > ul > .imMnMnCurrent > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_39_container > ul > li.imPage:hover > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	#imHeader_imMenuObject_39_container > ul > li.imLevel:hover > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_39_container > ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(243, 243, 243, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_39 .imLevel { cursor: default; }
	#imHeader_imMenuObject_39-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_39 { text-align: center; }
	#imHeader_imMenuObject_39 .hidden { display: none; }
	#imHeader_imMenuObject_39-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_39-menu-opened ul ul { display: none; }
	#imHeader_imMenuObject_39-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened > ul { position: absolute; inset-inline-end: 0px; inset-inline-start: auto;  top: 40px; background-color: rgba(255, 255, 255, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_39-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: end; padding-block: 5px; padding-inline: 10px; color: rgba(192, 192, 192, 1); }
	#imHeader_imMenuObject_39-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_39-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-end: 0px; width: 270px; border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_39-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.46;}
	.menu-imHeader_imMenuObject_39-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.46; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_39 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_39-menu-opened li {position: relative;margin-bottom: 1px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_39-menu-opened li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_39-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 216px; height: 50px; padding-block: 0px; padding-inline: 27px; }
	#imHeader_imMenuObject_39-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_39-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_39-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 270px;inset-inline-end: 0px; inset-inline-start: auto; background-color: rgba(255, 255, 255, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_39-menu-opened ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_39-menu-opened ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_39-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_39-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_39-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(153, 153, 153, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(153, 153, 153, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imHeader_imMenuObject_39-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(153, 153, 153, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_39-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(128, 128, 128, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(128, 128, 128, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_39-menu-opened {  transform: translate3d(270px, 0, 0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_39-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	body.responsive-menu-effect-push {  overflow: hidden;}
	.responsive-menu-effect-push-container {  transition: transform 1000ms;}
	.menu-imHeader_imMenuObject_39-opened .responsive-menu-effect-push-container {  transform: translate3d(-270px, 0, 0);}
	#imHeader_imMenuObject_40_wrapper { position: absolute; top: 218px; inset-inline-start: 155px; width: 47px; height: 36px; text-align: center; z-index: 1004;  }
	#imHeader_imCell_40 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_40 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_40 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_40 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imHeader_imMenuObject_40_container { border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px; display: inline-table;}
	#imHeader_imMenuObject_40_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_40_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_40_container > ul > li > .label-wrapper, #imHeader_imMenuObject_40_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 175px; height: 44px; padding: 0px; border-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_40 .hamburger-button {cursor: pointer; width: 44px; height: 44px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_40 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(192, 192, 192, 1); display: block; }
	#imHeader_imMenuObject_40 .label-inner-wrapper, #imHeader_imMenuObject_40 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_40_container > ul > li .label, #imHeader_imMenuObject_40 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_40_container > ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_40 .hamburger-button {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40 .hamburger-button .label, #imHeader_imMenuObject_40 .hamburger-button button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_40_container > ul > .imMnMnCurrent > .label-wrapper {background-color: transparent;background-image: url('../images/8F756A8506401604109DC1F824B4DCDB.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 191, 191, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_40_container > ul > li.imPage:hover > .label-wrapper {background-color: transparent;background-image: url('../images/8F756A8506401604109DC1F824B4DCDB.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(64, 64, 64, 1);font-weight: normal;}
	#imHeader_imMenuObject_40_container > ul > li.imLevel:hover > .label-wrapper {background-color: transparent;background-image: url('../images/8F756A8506401604109DC1F824B4DCDB.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(64, 64, 64, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_40_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_40 .imLevel { cursor: default; }
	#imHeader_imMenuObject_40-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_40 { text-align: end; }
	#imHeader_imMenuObject_40 .hidden { display: none; }
	#imHeader_imMenuObject_40-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_40-menu-opened ul ul { display: none; }
	#imHeader_imMenuObject_40-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened > ul { position: absolute; inset-inline-end: 0px; inset-inline-start: auto;  top: 40px; background-color: rgba(0, 0, 0, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_40-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: end; padding-block: 5px; padding-inline: 10px; color: rgba(0, 0, 0, 1); }
	#imHeader_imMenuObject_40-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_40-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-end: 0px; width: 300px; border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 2000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_40-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imHeader_imMenuObject_40-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 2000ms linear, opacity;}
	#imHeader_imMenuObject_40 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_40-menu-opened li {position: relative;margin-bottom: 7px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_40-menu-opened li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_40-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 284px; height: 42px; padding-block: 0px; padding-inline: 8px; }
	#imHeader_imMenuObject_40-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_40-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_40-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 300px;inset-inline-end: 0px; inset-inline-start: auto; background-color: rgba(0, 0, 0, 1);transition: left 1000ms, right 1000ms, opacity 1000ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_40-menu-opened ul > li > .label-wrapper {background-color: rgba(183, 183, 183, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imHeader_imMenuObject_40-menu-opened ul ul > li > .label-wrapper {background-color: rgba(183, 183, 183, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imHeader_imMenuObject_40-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(183, 183, 183, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imHeader_imMenuObject_40-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(183, 183, 183, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_40-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(159, 197, 232, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(28, 69, 135, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(159, 197, 232, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(28, 69, 135, 1);font-weight: bold;}
	#imHeader_imMenuObject_40-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(159, 197, 232, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(28, 69, 135, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_40-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(102, 102, 102, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(201, 218, 248, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_40-menu-opened ul li::after {display: block; position: relative; height: 0; content: ''; width: 100%; inset-inline-start: 0%; border-block-width: 1px 0px; border-inline-width: 0px; border-color: rgba(0, 0, 0, 1); border-style: solid; }
	#imHeader_imMenuObject_40-menu-opened {  transform: translate3d(300px, 0 ,0);  transition: transform 2000ms;}
	#imHeader_imMenuObject_40-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_imTextObject_37_wrapper { position: absolute; top: 184px; inset-inline-start: 83px; width: 188px; height: 27px; text-align: center; z-index: 1002; overflow: hidden; }
	#imHeader_imCell_37 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_37 { grid-template-rows: [row-content] auto ; }
	#imHeader_imTextObject_37 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_37 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imTextObject_37 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imHeader_pluginAppObj_41_wrapper { position: absolute; top: 32px; inset-inline-start: 105px; width: 144px; height: 147px; text-align: center; z-index: 1005; overflow: hidden; }
	#imHeader_imCell_41 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_41 { grid-template-rows: [row-content] auto ; }
	#imHeader_pluginAppObj_41 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_41 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	
}

@media (max-width: 349.9px)  {
	#imHeader_imMenuObject_39_wrapper { display: none; }
	#imHeader_imCell_39 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_39 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_39 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleGraphics_39 { box-sizing: border-box; }
	/* Main menu background */
	#imHeader_imMenuObject_39_container { border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: rgba(0, 0, 0, 1); padding: 0px; display: inline-table;}
	#imHeader_imMenuObject_39_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_39_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_39_container > ul > li > .label-wrapper, #imHeader_imMenuObject_39_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 158px; height: 28px; padding: 0px; border-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_39 .hamburger-button {cursor: pointer; width: 28px; height: 28px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_39 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(239, 239, 239, 1); display: block; }
	#imHeader_imMenuObject_39 .label-inner-wrapper, #imHeader_imMenuObject_39 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_39_container > ul > li .label, #imHeader_imMenuObject_39 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_39_container > ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_39 .hamburger-button {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39 .hamburger-button .label, #imHeader_imMenuObject_39 .hamburger-button button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_39_container > ul > .imMnMnCurrent > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_39_container > ul > li.imPage:hover > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	#imHeader_imMenuObject_39_container > ul > li.imLevel:hover > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_39_container > ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(243, 243, 243, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_39_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_39_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Arial Black';font-size: 8pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_39 .imLevel { cursor: default; }
	#imHeader_imMenuObject_39-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_39 { text-align: center; }
	#imHeader_imMenuObject_39 .hidden { display: none; }
	#imHeader_imMenuObject_39-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_39-menu-opened ul ul { display: none; }
	#imHeader_imMenuObject_39-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened > ul { position: absolute; inset-inline-end: 0px; inset-inline-start: auto;  top: 40px; background-color: rgba(255, 255, 255, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_39-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: end; padding-block: 5px; padding-inline: 10px; color: rgba(192, 192, 192, 1); }
	#imHeader_imMenuObject_39-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_39-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-end: 0px; width: 270px; border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_39-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.46;}
	.menu-imHeader_imMenuObject_39-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.46; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_39 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_39-menu-opened li {position: relative;margin-bottom: 1px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_39-menu-opened li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_39-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 216px; height: 50px; padding-block: 0px; padding-inline: 27px; }
	#imHeader_imMenuObject_39-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_39-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_39-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 270px;inset-inline-end: 0px; inset-inline-start: auto; background-color: rgba(255, 255, 255, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_39-menu-opened ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_39-menu-opened ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_39-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_39-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_39-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(153, 153, 153, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(153, 153, 153, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened #imHeader_imMenuObject_39_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imHeader_imMenuObject_39-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(153, 153, 153, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_39-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(128, 128, 128, 1);background-image: none;}
	#imHeader_imMenuObject_39-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_39-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Georgia;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(128, 128, 128, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_39-menu-opened {  transform: translate3d(270px, 0, 0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_39-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	body.responsive-menu-effect-push {  overflow: hidden;}
	.responsive-menu-effect-push-container {  transition: transform 1000ms;}
	.menu-imHeader_imMenuObject_39-opened .responsive-menu-effect-push-container {  transform: translate3d(-270px, 0, 0);}
	#imHeader_imMenuObject_40_wrapper { position: absolute; top: 216px; inset-inline-start: 133px; width: 44px; height: 37px; text-align: center; z-index: 1003;  }
	#imHeader_imCell_40 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_40 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_40 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleGraphics_40 { box-sizing: border-box; }
	/* Main menu background */
	#imHeader_imMenuObject_40_container { border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px; display: inline-table;}
	#imHeader_imMenuObject_40_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_40_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_40_container > ul > li > .label-wrapper, #imHeader_imMenuObject_40_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 175px; height: 44px; padding: 0px; border-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_40 .hamburger-button {cursor: pointer; width: 44px; height: 44px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_40 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(192, 192, 192, 1); display: block; }
	#imHeader_imMenuObject_40 .label-inner-wrapper, #imHeader_imMenuObject_40 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_40_container > ul > li .label, #imHeader_imMenuObject_40 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_40_container > ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_40 .hamburger-button {background-color: rgba(0, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40 .hamburger-button .label, #imHeader_imMenuObject_40 .hamburger-button button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_40_container > ul > .imMnMnCurrent > .label-wrapper {background-color: transparent;background-image: url('../images/8F756A8506401604109DC1F824B4DCDB.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 191, 191, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_40_container > ul > li.imPage:hover > .label-wrapper {background-color: transparent;background-image: url('../images/8F756A8506401604109DC1F824B4DCDB.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(64, 64, 64, 1);font-weight: normal;}
	#imHeader_imMenuObject_40_container > ul > li.imLevel:hover > .label-wrapper {background-color: transparent;background-image: url('../images/8F756A8506401604109DC1F824B4DCDB.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(64, 64, 64, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_40_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_40_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_40_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imHeader_imMenuObject_40 .imLevel { cursor: default; }
	#imHeader_imMenuObject_40-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_40 { text-align: end; }
	#imHeader_imMenuObject_40 .hidden { display: none; }
	#imHeader_imMenuObject_40-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_40-menu-opened ul ul { display: none; }
	#imHeader_imMenuObject_40-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened > ul { position: absolute; inset-inline-end: 0px; inset-inline-start: auto;  top: 40px; background-color: rgba(0, 0, 0, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_40-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: end; padding-block: 5px; padding-inline: 10px; color: rgba(0, 0, 0, 1); }
	#imHeader_imMenuObject_40-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_40-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-end: 0px; width: 300px; border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 2000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_40-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imHeader_imMenuObject_40-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 2000ms linear, opacity;}
	#imHeader_imMenuObject_40 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_40-menu-opened li {position: relative;margin-bottom: 7px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_40-menu-opened li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_40-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 284px; height: 42px; padding-block: 0px; padding-inline: 8px; }
	#imHeader_imMenuObject_40-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_40-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_40-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 300px;inset-inline-end: 0px; inset-inline-start: auto; background-color: rgba(0, 0, 0, 1);transition: left 1000ms, right 1000ms, opacity 1000ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_40-menu-opened ul > li > .label-wrapper {background-color: rgba(183, 183, 183, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imHeader_imMenuObject_40-menu-opened ul ul > li > .label-wrapper {background-color: rgba(183, 183, 183, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imHeader_imMenuObject_40-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(183, 183, 183, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imHeader_imMenuObject_40-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(183, 183, 183, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_40-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(159, 197, 232, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(28, 69, 135, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(159, 197, 232, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened #imHeader_imMenuObject_40_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(28, 69, 135, 1);font-weight: bold;}
	#imHeader_imMenuObject_40-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(159, 197, 232, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(28, 69, 135, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_40-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(102, 102, 102, 1);background-image: none;}
	#imHeader_imMenuObject_40-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_40-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(201, 218, 248, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_40-menu-opened ul li::after {display: block; position: relative; height: 0; content: ''; width: 100%; inset-inline-start: 0%; border-block-width: 1px 0px; border-inline-width: 0px; border-color: rgba(0, 0, 0, 1); border-style: solid; }
	#imHeader_imMenuObject_40-menu-opened {  transform: translate3d(300px, 0 ,0);  transition: transform 2000ms;}
	#imHeader_imMenuObject_40-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_imTextObject_37_wrapper { position: absolute; top: 186px; inset-inline-start: 62px; width: 192px; height: 26px; text-align: center; z-index: 1004; overflow: hidden; }
	#imHeader_imCell_37 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_37 { grid-template-rows: [row-content] auto ; }
	#imHeader_imTextObject_37 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleGraphics_37 { box-sizing: border-box; }
	#imHeader_imTextObject_37 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imHeader_pluginAppObj_41_wrapper { position: absolute; top: 44px; inset-inline-start: 90px; width: 132px; height: 138px; text-align: center; z-index: 1005; overflow: hidden; }
	#imHeader_imCell_41 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_41 { grid-template-rows: [row-content] auto ; }
	#imHeader_pluginAppObj_41 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleGraphics_41 { box-sizing: border-box; }
	
}

@media (min-width: 1800.0px) {
	#imFooter_imTextObject_38_wrapper { position: absolute; top: 923px; inset-inline-start: 457px; width: 227px; height: 47px; text-align: center; z-index: 1002; overflow: hidden; }
	#imFooter_imCell_38 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_38 { grid-template-rows: [row-content] auto ; }
	#imFooter_imTextObject_38 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_38 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imTextObject_38 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imFooter_imTextObject_47_wrapper { position: absolute; top: 923px; inset-inline-start: 693px; width: 383px; height: 45px; text-align: center; z-index: 1003; overflow: hidden; }
	#imFooter_imCell_47 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_47 { grid-template-rows: [row-content] auto ; }
	#imFooter_imTextObject_47 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_47 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imTextObject_47 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imFooter_pluginAppObj_53_wrapper { position: absolute; top: 924px; inset-inline-start: 1109px; width: 672px; height: 47px; text-align: center; z-index: 1004; overflow: hidden; }
	#imFooter_imCell_53 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_53 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_53 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_53 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_57_wrapper { position: absolute; top: 900px; inset-inline-start: 116px; width: 165px; height: 68px; text-align: center; z-index: 1005;  }
	#imFooter_imCell_57 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_57 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_57 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_57 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_67_wrapper { position: absolute; top: 57px; inset-inline-start: 11px; width: 1785px; height: 216px; text-align: center; z-index: 1006; overflow: hidden; }
	#imFooter_imCell_67 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_67 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_67 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_67 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_68_wrapper { position: absolute; top: 891px; inset-inline-start: 46px; width: 64px; height: 54px; text-align: center; z-index: 1007;  }
	#imFooter_imCell_68 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_68 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_68 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_68 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_71_wrapper { position: absolute; top: 288px; inset-inline-start: 10px; width: 892px; height: 514px; text-align: center; z-index: 1008; overflow: hidden; }
	#imFooter_imCell_71 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_71 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_71 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_71 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_72_wrapper { position: absolute; top: 288px; inset-inline-start: 908px; width: 888px; height: 521px; text-align: center; z-index: 1009; overflow: hidden; }
	#imFooter_imCell_72 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_72 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_72 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_72 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	
}

@media (max-width: 1799.9px) and (min-width: 1600.0px) {
	#imFooter_imTextObject_38_wrapper { position: absolute; top: 723px; inset-inline-start: 360px; width: 203px; height: 49px; text-align: center; z-index: 1002; overflow: hidden; }
	#imFooter_imCell_38 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_38 { grid-template-rows: [row-content] auto ; }
	#imFooter_imTextObject_38 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_38 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imTextObject_38 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imFooter_imTextObject_47_wrapper { position: absolute; top: 722px; inset-inline-start: 618px; width: 361px; height: 43px; text-align: center; z-index: 1003; overflow: hidden; }
	#imFooter_imCell_47 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_47 { grid-template-rows: [row-content] auto ; }
	#imFooter_imTextObject_47 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_47 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imTextObject_47 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imFooter_pluginAppObj_53_wrapper { position: absolute; top: 717px; inset-inline-start: 995px; width: 590px; height: 30px; text-align: center; z-index: 1004; overflow: hidden; }
	#imFooter_imCell_53 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_53 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_53 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_53 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_57_wrapper { position: absolute; top: 721px; inset-inline-start: 95px; width: 160px; height: 62px; text-align: center; z-index: 1005;  }
	#imFooter_imCell_57 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_57 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_57 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_57 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_67_wrapper { position: absolute; top: 25px; inset-inline-start: 10px; width: 1585px; height: 191px; text-align: center; z-index: 1006; overflow: hidden; }
	#imFooter_imCell_67 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_67 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_67 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_67 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_68_wrapper { position: absolute; top: 710px; inset-inline-start: 27px; width: 64px; height: 50px; text-align: center; z-index: 1007;  }
	#imFooter_imCell_68 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_68 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_68 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_68 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_71_wrapper { position: absolute; top: 238px; inset-inline-start: 807px; width: 783px; height: 463px; text-align: center; z-index: 1008; overflow: hidden; }
	#imFooter_imCell_71 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_71 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_71 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_71 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_72_wrapper { position: absolute; top: 240px; inset-inline-start: 9px; width: 782px; height: 458px; text-align: center; z-index: 1009; overflow: hidden; }
	#imFooter_imCell_72 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_72 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_72 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_72 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	
}

@media (max-width: 1599.9px) and (min-width: 1400.0px) {
	#imFooter_imTextObject_38_wrapper { position: absolute; top: 718px; inset-inline-start: 365px; width: 204px; height: 44px; text-align: center; z-index: 1002; overflow: hidden; }
	#imFooter_imCell_38 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_38 { grid-template-rows: [row-content] auto ; }
	#imFooter_imTextObject_38 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_38 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imTextObject_38 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imFooter_imTextObject_47_wrapper { position: absolute; top: 718px; inset-inline-start: 610px; width: 281px; height: 42px; text-align: center; z-index: 1003; overflow: hidden; }
	#imFooter_imCell_47 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_47 { grid-template-rows: [row-content] auto ; }
	#imFooter_imTextObject_47 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_47 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imTextObject_47 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imFooter_pluginAppObj_53_wrapper { position: absolute; top: 720px; inset-inline-start: 951px; width: 434px; height: 30px; text-align: center; z-index: 1004; overflow: hidden; }
	#imFooter_imCell_53 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_53 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_53 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_53 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_57_wrapper { position: absolute; top: 718px; inset-inline-start: 96px; width: 160px; height: 55px; text-align: center; z-index: 1005;  }
	#imFooter_imCell_57 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_57 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_57 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_57 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_67_wrapper { position: absolute; top: 18px; inset-inline-start: 5px; width: 1390px; height: 176px; text-align: center; z-index: 1006; overflow: hidden; }
	#imFooter_imCell_67 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_67 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_67 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_67 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_68_wrapper { position: absolute; top: 708px; inset-inline-start: 25px; width: 64px; height: 50px; text-align: center; z-index: 1007;  }
	#imFooter_imCell_68 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_68 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_68 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_68 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_71_wrapper { position: absolute; top: 203px; inset-inline-start: 709px; width: 680px; height: 438px; text-align: center; z-index: 1008; overflow: hidden; }
	#imFooter_imCell_71 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_71 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_71 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_71 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_72_wrapper { position: absolute; top: 205px; inset-inline-start: 16px; width: 680px; height: 414px; text-align: center; z-index: 1009; overflow: hidden; }
	#imFooter_imCell_72 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_72 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_72 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_72 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	
}

@media (max-width: 1399.9px) and (min-width: 960.0px) {
	#imFooter_imTextObject_38_wrapper { position: absolute; top: 523px; inset-inline-start: 596px; width: 201px; height: 46px; text-align: center; z-index: 1002; overflow: hidden; }
	#imFooter_imCell_38 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_38 { grid-template-rows: [row-content] auto ; }
	#imFooter_imTextObject_38 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_38 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imTextObject_38 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imFooter_imTextObject_47_wrapper { position: absolute; top: 522px; inset-inline-start: 360px; width: 211px; height: 45px; text-align: center; z-index: 1003; overflow: hidden; }
	#imFooter_imCell_47 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_47 { grid-template-rows: [row-content] auto ; }
	#imFooter_imTextObject_47 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_47 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imTextObject_47 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imFooter_pluginAppObj_53_wrapper { position: absolute; top: 455px; inset-inline-start: 10px; width: 943px; height: 30px; text-align: center; z-index: 1004; overflow: hidden; }
	#imFooter_imCell_53 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_53 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_53 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_53 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_57_wrapper { position: absolute; top: 517px; inset-inline-start: 117px; width: 169px; height: 62px; text-align: center; z-index: 1005;  }
	#imFooter_imCell_57 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_57 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_57 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_57 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_67_wrapper { position: absolute; top: 17px; inset-inline-start: 4px; width: 950px; height: 136px; text-align: center; z-index: 1006; overflow: hidden; }
	#imFooter_imCell_67 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_67 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_67 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_67 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_68_wrapper { position: absolute; top: 511px; inset-inline-start: 54px; width: 57px; height: 54px; text-align: center; z-index: 1007;  }
	#imFooter_imCell_68 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_68 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_68 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_68 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_71_wrapper { position: absolute; top: 165px; inset-inline-start: 485px; width: 461px; height: 277px; text-align: center; z-index: 1008; overflow: hidden; }
	#imFooter_imCell_71 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_71 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_71 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_71 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_72_wrapper { position: absolute; top: 165px; inset-inline-start: 13px; width: 460px; height: 278px; text-align: center; z-index: 1009; overflow: hidden; }
	#imFooter_imCell_72 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_72 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_72 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_72 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	
}

@media (max-width: 959.9px) and (min-width: 720.0px) {
	#imFooter_imTextObject_38_wrapper { position: absolute; top: 997px; inset-inline-start: 488px; width: 202px; height: 47px; text-align: center; z-index: 1002; overflow: hidden; }
	#imFooter_imCell_38 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_38 { grid-template-rows: [row-content] auto ; }
	#imFooter_imTextObject_38 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_38 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imTextObject_38 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imFooter_imTextObject_47_wrapper { position: absolute; top: 997px; inset-inline-start: 265px; width: 219px; height: 54px; text-align: center; z-index: 1003; overflow: hidden; }
	#imFooter_imCell_47 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_47 { grid-template-rows: [row-content] auto ; }
	#imFooter_imTextObject_47 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_47 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imTextObject_47 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imFooter_pluginAppObj_53_wrapper { position: absolute; top: 947px; inset-inline-start: 6px; width: 708px; height: 30px; text-align: center; z-index: 1004; overflow: hidden; }
	#imFooter_imCell_53 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_53 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_53 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_53 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_57_wrapper { position: absolute; top: 991px; inset-inline-start: 73px; width: 165px; height: 62px; text-align: center; z-index: 1005;  }
	#imFooter_imCell_57 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_57 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_57 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_57 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_67_wrapper { position: absolute; top: 20px; inset-inline-start: 7px; width: 707px; height: 89px; text-align: center; z-index: 1006; overflow: hidden; }
	#imFooter_imCell_67 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_67 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_67 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_67 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_68_wrapper { position: absolute; top: 986px; inset-inline-start: 14px; width: 53px; height: 52px; text-align: center; z-index: 1007;  }
	#imFooter_imCell_68 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_68 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_68 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_68 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_71_wrapper { position: absolute; top: 532px; inset-inline-start: 9px; width: 705px; height: 404px; text-align: center; z-index: 1008; overflow: hidden; }
	#imFooter_imCell_71 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_71 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_71 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_71 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_72_wrapper { position: absolute; top: 118px; inset-inline-start: 9px; width: 706px; height: 407px; text-align: center; z-index: 1009; overflow: hidden; }
	#imFooter_imCell_72 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_72 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_72 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_72 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	
}

@media (max-width: 719.9px) and (min-width: 600.0px) {
	#imFooter_imTextObject_38_wrapper { position: absolute; top: 900px; inset-inline-start: 318px; width: 230px; height: 50px; text-align: center; z-index: 1002; overflow: hidden; }
	#imFooter_imCell_38 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_38 { grid-template-rows: [row-content] auto ; }
	#imFooter_imTextObject_38 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_38 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imTextObject_38 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imFooter_imTextObject_47_wrapper { position: absolute; top: 899px; inset-inline-start: 58px; width: 254px; height: 51px; text-align: center; z-index: 1003; overflow: hidden; }
	#imFooter_imCell_47 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_47 { grid-template-rows: [row-content] auto ; }
	#imFooter_imTextObject_47 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_47 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imTextObject_47 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imFooter_pluginAppObj_53_wrapper { position: absolute; top: 956px; inset-inline-start: 6px; width: 590px; height: 30px; text-align: center; z-index: 1004; overflow: hidden; }
	#imFooter_imCell_53 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_53 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_53 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_53 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_57_wrapper { position: absolute; top: 830px; inset-inline-start: 195px; width: 166px; height: 57px; text-align: center; z-index: 1005;  }
	#imFooter_imCell_57 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_57 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_57 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_57 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_67_wrapper { position: absolute; top: 16px; inset-inline-start: 4px; width: 592px; height: 82px; text-align: center; z-index: 1006; overflow: hidden; }
	#imFooter_imCell_67 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_67 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_67 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_67 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_68_wrapper { position: absolute; top: 822px; inset-inline-start: 364px; width: 60px; height: 50px; text-align: center; z-index: 1007;  }
	#imFooter_imCell_68 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_68 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_68 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_68 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_71_wrapper { position: absolute; top: 463px; inset-inline-start: 8px; width: 586px; height: 346px; text-align: center; z-index: 1008; overflow: hidden; }
	#imFooter_imCell_71 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_71 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_71 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_71 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_72_wrapper { position: absolute; top: 109px; inset-inline-start: 7px; width: 587px; height: 342px; text-align: center; z-index: 1009; overflow: hidden; }
	#imFooter_imCell_72 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_72 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_72 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_72 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	
}

@media (max-width: 599.9px) and (min-width: 480.0px) {
	#imFooter_imTextObject_38_wrapper { position: absolute; top: 791px; inset-inline-start: 112px; width: 250px; height: 45px; text-align: center; z-index: 1002; overflow: hidden; }
	#imFooter_imCell_38 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_38 { grid-template-rows: [row-content] auto ; }
	#imFooter_imTextObject_38 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_38 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imTextObject_38 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imFooter_imTextObject_47_wrapper { position: absolute; top: 733px; inset-inline-start: 111px; width: 251px; height: 50px; text-align: center; z-index: 1003; overflow: hidden; }
	#imFooter_imCell_47 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_47 { grid-template-rows: [row-content] auto ; }
	#imFooter_imTextObject_47 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_47 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imTextObject_47 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imFooter_pluginAppObj_53_wrapper { position: absolute; top: 844px; inset-inline-start: 6px; width: 465px; height: 30px; text-align: center; z-index: 1004; overflow: hidden; }
	#imFooter_imCell_53 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_53 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_53 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_53 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_57_wrapper { position: absolute; top: 665px; inset-inline-start: 119px; width: 163px; height: 58px; text-align: center; z-index: 1005;  }
	#imFooter_imCell_57 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_57 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_57 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_57 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_67_wrapper { position: absolute; top: 13px; inset-inline-start: 5px; width: 469px; height: 63px; text-align: center; z-index: 1006; overflow: hidden; }
	#imFooter_imCell_67 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_67 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_67 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_67 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_68_wrapper { position: absolute; top: 660px; inset-inline-start: 288px; width: 64px; height: 52px; text-align: center; z-index: 1007;  }
	#imFooter_imCell_68 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_68 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_68 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_68 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_71_wrapper { position: absolute; top: 370px; inset-inline-start: 5px; width: 466px; height: 265px; text-align: center; z-index: 1008; overflow: hidden; }
	#imFooter_imCell_71 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_71 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_71 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_71 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_72_wrapper { position: absolute; top: 86px; inset-inline-start: 5px; width: 467px; height: 275px; text-align: center; z-index: 1009; overflow: hidden; }
	#imFooter_imCell_72 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_72 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_72 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_72 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	
}

@media (max-width: 479.9px) and (min-width: 420.0px) {
	#imFooter_imTextObject_38_wrapper { position: absolute; top: 731px; inset-inline-start: 102px; width: 219px; height: 45px; text-align: center; z-index: 1002; overflow: hidden; }
	#imFooter_imCell_38 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_38 { grid-template-rows: [row-content] auto ; }
	#imFooter_imTextObject_38 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_38 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imTextObject_38 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imFooter_imTextObject_47_wrapper { position: absolute; top: 686px; inset-inline-start: 101px; width: 219px; height: 44px; text-align: center; z-index: 1003; overflow: hidden; }
	#imFooter_imCell_47 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_47 { grid-template-rows: [row-content] auto ; }
	#imFooter_imTextObject_47 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_47 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imTextObject_47 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imFooter_pluginAppObj_53_wrapper { position: absolute; top: 568px; inset-inline-start: 7px; width: 405px; height: 24px; text-align: center; z-index: 1004; overflow: hidden; }
	#imFooter_imCell_53 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_53 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_53 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_53 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_57_wrapper { position: absolute; top: 612px; inset-inline-start: 105px; width: 162px; height: 60px; text-align: center; z-index: 1005;  }
	#imFooter_imCell_57 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_57 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_57 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_57 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_67_wrapper { position: absolute; top: 17px; inset-inline-start: 6px; width: 410px; height: 54px; text-align: center; z-index: 1006; overflow: hidden; }
	#imFooter_imCell_67 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_67 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_67 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_67 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_68_wrapper { position: absolute; top: 605px; inset-inline-start: 272px; width: 58px; height: 51px; text-align: center; z-index: 1007;  }
	#imFooter_imCell_68 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_68 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_68 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_68 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_71_wrapper { position: absolute; top: 322px; inset-inline-start: 8px; width: 406px; height: 236px; text-align: center; z-index: 1008; overflow: hidden; }
	#imFooter_imCell_71 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_71 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_71 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_71 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_72_wrapper { position: absolute; top: 80px; inset-inline-start: 7px; width: 407px; height: 236px; text-align: center; z-index: 1009; overflow: hidden; }
	#imFooter_imCell_72 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_72 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_72 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_72 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	
}

@media (max-width: 419.9px) and (min-width: 350.0px) {
	#imFooter_imTextObject_38_wrapper { position: absolute; top: 695px; inset-inline-start: 62px; width: 223px; height: 47px; text-align: center; z-index: 1002; overflow: hidden; }
	#imFooter_imCell_38 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_38 { grid-template-rows: [row-content] auto ; }
	#imFooter_imTextObject_38 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_38 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imTextObject_38 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imFooter_imTextObject_47_wrapper { position: absolute; top: 644px; inset-inline-start: 62px; width: 224px; height: 46px; text-align: center; z-index: 1003; overflow: hidden; }
	#imFooter_imCell_47 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_47 { grid-template-rows: [row-content] auto ; }
	#imFooter_imTextObject_47 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_47 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imTextObject_47 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imFooter_pluginAppObj_53_wrapper { position: absolute; top: 759px; inset-inline-start: 2px; width: 341px; height: 30px; text-align: center; z-index: 1004; overflow: hidden; }
	#imFooter_imCell_53 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_53 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_53 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_53 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_57_wrapper { position: absolute; top: 539px; inset-inline-start: 121px; width: 165px; height: 77px; text-align: center; z-index: 1005;  }
	#imFooter_imCell_57 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_57 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_57 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_57 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_67_wrapper { position: absolute; top: 13px; inset-inline-start: 3px; width: 343px; height: 52px; text-align: center; z-index: 1006; overflow: hidden; }
	#imFooter_imCell_67 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_67 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_67 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_67 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_68_wrapper { position: absolute; top: 531px; inset-inline-start: 63px; width: 53px; height: 50px; text-align: center; z-index: 1007;  }
	#imFooter_imCell_68 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_68 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_68 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_68 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_71_wrapper { position: absolute; top: 301px; inset-inline-start: 4px; width: 340px; height: 201px; text-align: center; z-index: 1008; overflow: hidden; }
	#imFooter_imCell_71 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_71 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_71 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_71 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_pluginAppObj_72_wrapper { position: absolute; top: 86px; inset-inline-start: 4px; width: 341px; height: 196px; text-align: center; z-index: 1009; overflow: hidden; }
	#imFooter_imCell_72 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_72 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_72 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_72 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	
}

@media (max-width: 349.9px)  {
	#imFooter_imTextObject_38_wrapper { position: absolute; top: 681px; inset-inline-start: 23px; width: 275px; height: 55px; text-align: center; z-index: 1002; overflow: hidden; }
	#imFooter_imCell_38 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_38 { grid-template-rows: [row-content] auto ; }
	#imFooter_imTextObject_38 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleGraphics_38 { box-sizing: border-box; }
	#imFooter_imTextObject_38 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imFooter_imTextObject_47_wrapper { position: absolute; top: 608px; inset-inline-start: 24px; width: 273px; height: 63px; text-align: center; z-index: 1003; overflow: hidden; }
	#imFooter_imCell_47 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_47 { grid-template-rows: [row-content] auto ; }
	#imFooter_imTextObject_47 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleGraphics_47 { box-sizing: border-box; }
	#imFooter_imTextObject_47 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imFooter_pluginAppObj_53_wrapper { position: absolute; top: 467px; inset-inline-start: 4px; width: 302px; height: 30px; text-align: center; z-index: 1004; overflow: hidden; }
	#imFooter_imCell_53 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_53 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_53 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleGraphics_53 { box-sizing: border-box; }
	#imFooter_pluginAppObj_57_wrapper { position: absolute; top: 517px; inset-inline-start: 109px; width: 163px; height: 62px; text-align: center; z-index: 1005;  }
	#imFooter_imCell_57 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_57 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_57 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleGraphics_57 { box-sizing: border-box; }
	#imFooter_pluginAppObj_67_wrapper { position: absolute; top: 18px; inset-inline-start: 5px; width: 311px; height: 47px; text-align: center; z-index: 1006; overflow: hidden; }
	#imFooter_imCell_67 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_67 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_67 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleGraphics_67 { box-sizing: border-box; }
	#imFooter_pluginAppObj_68_wrapper { position: absolute; top: 506px; inset-inline-start: 39px; width: 64px; height: 50px; text-align: center; z-index: 1007;  }
	#imFooter_imCell_68 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_68 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_68 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleGraphics_68 { box-sizing: border-box; }
	#imFooter_pluginAppObj_71_wrapper { position: absolute; top: 273px; inset-inline-start: 6px; width: 309px; height: 187px; text-align: center; z-index: 1008; overflow: hidden; }
	#imFooter_imCell_71 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_71 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_71 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleGraphics_71 { box-sizing: border-box; }
	#imFooter_pluginAppObj_72_wrapper { position: absolute; top: 78px; inset-inline-start: 6px; width: 309px; height: 182px; text-align: center; z-index: 1009; overflow: hidden; }
	#imFooter_imCell_72 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_72 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_72 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleGraphics_72 { box-sizing: border-box; }
	
}

@media (min-width: 1800.0px) {
	#imStickyBar_imMenuObject_01_wrapper { position: absolute; top: 7px; inset-inline-start: 883px; width: 44px; height: 44px; text-align: center; z-index: 1002;  }
	#imStickyBar_imCell_1 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imStickyBar_imCell_1 { grid-template-rows: [row-content] auto ; }
	#imStickyBar_imMenuObject_01 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imStickyBar_imCellStyleBorders_1 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imStickyBar_imMenuObject_01_container { border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px; display: inline-table;}
	#imStickyBar_imMenuObject_01_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imStickyBar_imMenuObject_01_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper, #imStickyBar_imMenuObject_01_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 175px; height: 44px; padding: 0px; border-width: 0px; border-radius: 0px; }
	#imStickyBar_imMenuObject_01 .hamburger-button {cursor: pointer; width: 44px; height: 44px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px; border-radius: 0px; }
	#imStickyBar_imMenuObject_01 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imStickyBar_imMenuObject_01 .label-inner-wrapper, #imStickyBar_imMenuObject_01 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imStickyBar_imMenuObject_01_container > ul > li .label, #imStickyBar_imMenuObject_01 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imStickyBar_imMenuObject_01 .hamburger-button {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01 .hamburger-button .label, #imStickyBar_imMenuObject_01 .hamburger-button button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 191, 191, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(64, 64, 64, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(64, 64, 64, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_01 .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_01-menu-opened .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_01 { text-align: end; }
	#imStickyBar_imMenuObject_01 .hidden { display: none; }
	#imStickyBar_imMenuObject_01-menu-opened { overflow: visible; z-index: 10402; }
	#imStickyBar_imMenuObject_01-menu-opened ul ul { display: none; }
	#imStickyBar_imMenuObject_01-menu-opened li > div { display: none; }
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened div > ul { display: block; }
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul { position: absolute; inset-inline-end: 0px; inset-inline-start: auto;  top: 40px; background-color: rgba(0, 0, 0, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: end; padding-block: 5px; padding-inline: 10px; color: rgba(255, 255, 255, 1); }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imStickyBar_imMenuObject_01-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-end: 0px; width: 350px; border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imStickyBar_imMenuObject_01-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.6;}
	.menu-imStickyBar_imMenuObject_01-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.6; transition: background-color 1000ms linear, opacity;}
	#imStickyBar_imMenuObject_01 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imStickyBar_imMenuObject_01-menu-opened li {position: relative;margin-bottom: 3px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_01-menu-opened li:last-child {margin-bottom: 0px; }
	#imStickyBar_imMenuObject_01-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 336px; height: 50px; padding-block: 0px; padding-inline: 7px; }
	#imStickyBar_imMenuObject_01-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imStickyBar_imMenuObject_01-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 350px;inset-inline-end: 0px; inset-inline-start: auto; background-color: rgba(0, 0, 0, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu hover button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(67, 67, 67, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(207, 226, 243, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imStickyBar_imMenuObject_01-menu-opened ul li::after {display: block; position: relative; height: 0; content: ''; width: 100%; inset-inline-start: 0%; border-block-width: 1px 0px; border-inline-width: 0px; border-color: rgba(243, 243, 243, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01-menu-opened {  transform: translate3d(350px, 0 ,0);  transition: transform 1000ms;}
	#imStickyBar_imMenuObject_01-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	
}

@media (max-width: 1799.9px) and (min-width: 1600.0px) {
	#imStickyBar_imMenuObject_01_wrapper { position: absolute; top: 8px; inset-inline-start: 783px; width: 44px; height: 44px; text-align: center; z-index: 1002;  }
	#imStickyBar_imCell_1 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imStickyBar_imCell_1 { grid-template-rows: [row-content] auto ; }
	#imStickyBar_imMenuObject_01 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imStickyBar_imCellStyleBorders_1 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imStickyBar_imMenuObject_01_container { border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px; display: inline-table;}
	#imStickyBar_imMenuObject_01_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imStickyBar_imMenuObject_01_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper, #imStickyBar_imMenuObject_01_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 175px; height: 44px; padding: 0px; border-width: 0px; border-radius: 0px; }
	#imStickyBar_imMenuObject_01 .hamburger-button {cursor: pointer; width: 44px; height: 44px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px; border-radius: 0px; }
	#imStickyBar_imMenuObject_01 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imStickyBar_imMenuObject_01 .label-inner-wrapper, #imStickyBar_imMenuObject_01 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imStickyBar_imMenuObject_01_container > ul > li .label, #imStickyBar_imMenuObject_01 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imStickyBar_imMenuObject_01 .hamburger-button {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01 .hamburger-button .label, #imStickyBar_imMenuObject_01 .hamburger-button button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 191, 191, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(64, 64, 64, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(64, 64, 64, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_01 .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_01-menu-opened .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_01 { text-align: end; }
	#imStickyBar_imMenuObject_01 .hidden { display: none; }
	#imStickyBar_imMenuObject_01-menu-opened { overflow: visible; z-index: 10402; }
	#imStickyBar_imMenuObject_01-menu-opened ul ul { display: none; }
	#imStickyBar_imMenuObject_01-menu-opened li > div { display: none; }
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened div > ul { display: block; }
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul { position: absolute; inset-inline-end: 0px; inset-inline-start: auto;  top: 40px; background-color: rgba(0, 0, 0, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: end; padding-block: 5px; padding-inline: 10px; color: rgba(255, 255, 255, 1); }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imStickyBar_imMenuObject_01-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-end: 0px; width: 350px; border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imStickyBar_imMenuObject_01-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.6;}
	.menu-imStickyBar_imMenuObject_01-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.6; transition: background-color 1000ms linear, opacity;}
	#imStickyBar_imMenuObject_01 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imStickyBar_imMenuObject_01-menu-opened li {position: relative;margin-bottom: 3px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_01-menu-opened li:last-child {margin-bottom: 0px; }
	#imStickyBar_imMenuObject_01-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 336px; height: 50px; padding-block: 0px; padding-inline: 7px; }
	#imStickyBar_imMenuObject_01-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imStickyBar_imMenuObject_01-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 350px;inset-inline-end: 0px; inset-inline-start: auto; background-color: rgba(0, 0, 0, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu hover button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(67, 67, 67, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(207, 226, 243, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imStickyBar_imMenuObject_01-menu-opened ul li::after {display: block; position: relative; height: 0; content: ''; width: 100%; inset-inline-start: 0%; border-block-width: 1px 0px; border-inline-width: 0px; border-color: rgba(243, 243, 243, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01-menu-opened {  transform: translate3d(350px, 0 ,0);  transition: transform 1000ms;}
	#imStickyBar_imMenuObject_01-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	
}

@media (max-width: 1599.9px) and (min-width: 1400.0px) {
	#imStickyBar_imMenuObject_01_wrapper { position: absolute; top: 8px; inset-inline-start: 683px; width: 44px; height: 44px; text-align: center; z-index: 1002;  }
	#imStickyBar_imCell_1 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imStickyBar_imCell_1 { grid-template-rows: [row-content] auto ; }
	#imStickyBar_imMenuObject_01 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imStickyBar_imCellStyleBorders_1 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imStickyBar_imMenuObject_01_container { border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px; display: inline-table;}
	#imStickyBar_imMenuObject_01_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imStickyBar_imMenuObject_01_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper, #imStickyBar_imMenuObject_01_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 175px; height: 44px; padding: 0px; border-width: 0px; border-radius: 0px; }
	#imStickyBar_imMenuObject_01 .hamburger-button {cursor: pointer; width: 44px; height: 44px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px; border-radius: 0px; }
	#imStickyBar_imMenuObject_01 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imStickyBar_imMenuObject_01 .label-inner-wrapper, #imStickyBar_imMenuObject_01 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imStickyBar_imMenuObject_01_container > ul > li .label, #imStickyBar_imMenuObject_01 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imStickyBar_imMenuObject_01 .hamburger-button {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01 .hamburger-button .label, #imStickyBar_imMenuObject_01 .hamburger-button button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 191, 191, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(64, 64, 64, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(64, 64, 64, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_01 .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_01-menu-opened .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_01 { text-align: end; }
	#imStickyBar_imMenuObject_01 .hidden { display: none; }
	#imStickyBar_imMenuObject_01-menu-opened { overflow: visible; z-index: 10402; }
	#imStickyBar_imMenuObject_01-menu-opened ul ul { display: none; }
	#imStickyBar_imMenuObject_01-menu-opened li > div { display: none; }
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened div > ul { display: block; }
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul { position: absolute; inset-inline-end: 0px; inset-inline-start: auto;  top: 40px; background-color: rgba(0, 0, 0, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: end; padding-block: 5px; padding-inline: 10px; color: rgba(255, 255, 255, 1); }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imStickyBar_imMenuObject_01-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-end: 0px; width: 350px; border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imStickyBar_imMenuObject_01-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.6;}
	.menu-imStickyBar_imMenuObject_01-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.6; transition: background-color 1000ms linear, opacity;}
	#imStickyBar_imMenuObject_01 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imStickyBar_imMenuObject_01-menu-opened li {position: relative;margin-bottom: 3px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_01-menu-opened li:last-child {margin-bottom: 0px; }
	#imStickyBar_imMenuObject_01-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 336px; height: 50px; padding-block: 0px; padding-inline: 7px; }
	#imStickyBar_imMenuObject_01-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imStickyBar_imMenuObject_01-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 350px;inset-inline-end: 0px; inset-inline-start: auto; background-color: rgba(0, 0, 0, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu hover button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(67, 67, 67, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(207, 226, 243, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imStickyBar_imMenuObject_01-menu-opened ul li::after {display: block; position: relative; height: 0; content: ''; width: 100%; inset-inline-start: 0%; border-block-width: 1px 0px; border-inline-width: 0px; border-color: rgba(243, 243, 243, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01-menu-opened {  transform: translate3d(350px, 0 ,0);  transition: transform 1000ms;}
	#imStickyBar_imMenuObject_01-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	
}

@media (max-width: 1399.9px) and (min-width: 960.0px) {
	#imStickyBar_imMenuObject_01_wrapper { position: absolute; top: 8px; inset-inline-start: 463px; width: 44px; height: 44px; text-align: center; z-index: 1002;  }
	#imStickyBar_imCell_1 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imStickyBar_imCell_1 { grid-template-rows: [row-content] auto ; }
	#imStickyBar_imMenuObject_01 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imStickyBar_imCellStyleBorders_1 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imStickyBar_imMenuObject_01_container { border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px; display: inline-table;}
	#imStickyBar_imMenuObject_01_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imStickyBar_imMenuObject_01_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper, #imStickyBar_imMenuObject_01_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 175px; height: 44px; padding: 0px; border-width: 0px; border-radius: 0px; }
	#imStickyBar_imMenuObject_01 .hamburger-button {cursor: pointer; width: 44px; height: 44px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px; border-radius: 0px; }
	#imStickyBar_imMenuObject_01 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imStickyBar_imMenuObject_01 .label-inner-wrapper, #imStickyBar_imMenuObject_01 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imStickyBar_imMenuObject_01_container > ul > li .label, #imStickyBar_imMenuObject_01 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imStickyBar_imMenuObject_01 .hamburger-button {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01 .hamburger-button .label, #imStickyBar_imMenuObject_01 .hamburger-button button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 191, 191, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(64, 64, 64, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(64, 64, 64, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_01 .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_01-menu-opened .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_01 { text-align: end; }
	#imStickyBar_imMenuObject_01 .hidden { display: none; }
	#imStickyBar_imMenuObject_01-menu-opened { overflow: visible; z-index: 10402; }
	#imStickyBar_imMenuObject_01-menu-opened ul ul { display: none; }
	#imStickyBar_imMenuObject_01-menu-opened li > div { display: none; }
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened div > ul { display: block; }
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul { position: absolute; inset-inline-end: 0px; inset-inline-start: auto;  top: 40px; background-color: rgba(0, 0, 0, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: end; padding-block: 5px; padding-inline: 10px; color: rgba(255, 255, 255, 1); }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imStickyBar_imMenuObject_01-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-end: 0px; width: 350px; border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imStickyBar_imMenuObject_01-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.6;}
	.menu-imStickyBar_imMenuObject_01-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.6; transition: background-color 1000ms linear, opacity;}
	#imStickyBar_imMenuObject_01 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imStickyBar_imMenuObject_01-menu-opened li {position: relative;margin-bottom: 3px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_01-menu-opened li:last-child {margin-bottom: 0px; }
	#imStickyBar_imMenuObject_01-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 336px; height: 50px; padding-block: 0px; padding-inline: 7px; }
	#imStickyBar_imMenuObject_01-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imStickyBar_imMenuObject_01-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 350px;inset-inline-end: 0px; inset-inline-start: auto; background-color: rgba(0, 0, 0, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu hover button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(67, 67, 67, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(207, 226, 243, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imStickyBar_imMenuObject_01-menu-opened ul li::after {display: block; position: relative; height: 0; content: ''; width: 100%; inset-inline-start: 0%; border-block-width: 1px 0px; border-inline-width: 0px; border-color: rgba(243, 243, 243, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01-menu-opened {  transform: translate3d(350px, 0 ,0);  transition: transform 1000ms;}
	#imStickyBar_imMenuObject_01-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	
}

@media (max-width: 959.9px) and (min-width: 720.0px) {
	#imStickyBar_imMenuObject_01_wrapper { position: absolute; top: 8px; inset-inline-start: 343px; width: 44px; height: 44px; text-align: center; z-index: 1002;  }
	#imStickyBar_imCell_1 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imStickyBar_imCell_1 { grid-template-rows: [row-content] auto ; }
	#imStickyBar_imMenuObject_01 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imStickyBar_imCellStyleBorders_1 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imStickyBar_imMenuObject_01_container { border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px; display: inline-table;}
	#imStickyBar_imMenuObject_01_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imStickyBar_imMenuObject_01_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper, #imStickyBar_imMenuObject_01_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 175px; height: 44px; padding: 0px; border-width: 0px; border-radius: 0px; }
	#imStickyBar_imMenuObject_01 .hamburger-button {cursor: pointer; width: 44px; height: 44px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px; border-radius: 0px; }
	#imStickyBar_imMenuObject_01 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imStickyBar_imMenuObject_01 .label-inner-wrapper, #imStickyBar_imMenuObject_01 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imStickyBar_imMenuObject_01_container > ul > li .label, #imStickyBar_imMenuObject_01 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imStickyBar_imMenuObject_01 .hamburger-button {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01 .hamburger-button .label, #imStickyBar_imMenuObject_01 .hamburger-button button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 191, 191, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(64, 64, 64, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(64, 64, 64, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_01 .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_01-menu-opened .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_01 { text-align: end; }
	#imStickyBar_imMenuObject_01 .hidden { display: none; }
	#imStickyBar_imMenuObject_01-menu-opened { overflow: visible; z-index: 10402; }
	#imStickyBar_imMenuObject_01-menu-opened ul ul { display: none; }
	#imStickyBar_imMenuObject_01-menu-opened li > div { display: none; }
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened div > ul { display: block; }
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul { position: absolute; inset-inline-end: 0px; inset-inline-start: auto;  top: 40px; background-color: rgba(0, 0, 0, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: end; padding-block: 5px; padding-inline: 10px; color: rgba(255, 255, 255, 1); }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imStickyBar_imMenuObject_01-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-end: 0px; width: 350px; border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imStickyBar_imMenuObject_01-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.6;}
	.menu-imStickyBar_imMenuObject_01-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.6; transition: background-color 1000ms linear, opacity;}
	#imStickyBar_imMenuObject_01 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imStickyBar_imMenuObject_01-menu-opened li {position: relative;margin-bottom: 3px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_01-menu-opened li:last-child {margin-bottom: 0px; }
	#imStickyBar_imMenuObject_01-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 336px; height: 50px; padding-block: 0px; padding-inline: 7px; }
	#imStickyBar_imMenuObject_01-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imStickyBar_imMenuObject_01-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 350px;inset-inline-end: 0px; inset-inline-start: auto; background-color: rgba(0, 0, 0, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu hover button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(67, 67, 67, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(207, 226, 243, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imStickyBar_imMenuObject_01-menu-opened ul li::after {display: block; position: relative; height: 0; content: ''; width: 100%; inset-inline-start: 0%; border-block-width: 1px 0px; border-inline-width: 0px; border-color: rgba(243, 243, 243, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01-menu-opened {  transform: translate3d(350px, 0 ,0);  transition: transform 1000ms;}
	#imStickyBar_imMenuObject_01-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	
}

@media (max-width: 719.9px) and (min-width: 600.0px) {
	#imStickyBar_imMenuObject_01_wrapper { position: absolute; top: 8px; inset-inline-start: 283px; width: 44px; height: 44px; text-align: center; z-index: 1002;  }
	#imStickyBar_imCell_1 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imStickyBar_imCell_1 { grid-template-rows: [row-content] auto ; }
	#imStickyBar_imMenuObject_01 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imStickyBar_imCellStyleBorders_1 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imStickyBar_imMenuObject_01_container { border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px; display: inline-table;}
	#imStickyBar_imMenuObject_01_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imStickyBar_imMenuObject_01_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper, #imStickyBar_imMenuObject_01_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 175px; height: 44px; padding: 0px; border-width: 0px; border-radius: 0px; }
	#imStickyBar_imMenuObject_01 .hamburger-button {cursor: pointer; width: 44px; height: 44px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px; border-radius: 0px; }
	#imStickyBar_imMenuObject_01 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imStickyBar_imMenuObject_01 .label-inner-wrapper, #imStickyBar_imMenuObject_01 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imStickyBar_imMenuObject_01_container > ul > li .label, #imStickyBar_imMenuObject_01 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imStickyBar_imMenuObject_01 .hamburger-button {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01 .hamburger-button .label, #imStickyBar_imMenuObject_01 .hamburger-button button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 191, 191, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(64, 64, 64, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(64, 64, 64, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_01 .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_01-menu-opened .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_01 { text-align: end; }
	#imStickyBar_imMenuObject_01 .hidden { display: none; }
	#imStickyBar_imMenuObject_01-menu-opened { overflow: visible; z-index: 10402; }
	#imStickyBar_imMenuObject_01-menu-opened ul ul { display: none; }
	#imStickyBar_imMenuObject_01-menu-opened li > div { display: none; }
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened div > ul { display: block; }
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul { position: absolute; inset-inline-end: 0px; inset-inline-start: auto;  top: 40px; background-color: rgba(0, 0, 0, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: end; padding-block: 5px; padding-inline: 10px; color: rgba(255, 255, 255, 1); }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imStickyBar_imMenuObject_01-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-end: 0px; width: 350px; border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imStickyBar_imMenuObject_01-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.6;}
	.menu-imStickyBar_imMenuObject_01-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.6; transition: background-color 1000ms linear, opacity;}
	#imStickyBar_imMenuObject_01 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imStickyBar_imMenuObject_01-menu-opened li {position: relative;margin-bottom: 3px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_01-menu-opened li:last-child {margin-bottom: 0px; }
	#imStickyBar_imMenuObject_01-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 336px; height: 50px; padding-block: 0px; padding-inline: 7px; }
	#imStickyBar_imMenuObject_01-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imStickyBar_imMenuObject_01-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 350px;inset-inline-end: 0px; inset-inline-start: auto; background-color: rgba(0, 0, 0, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu hover button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(67, 67, 67, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(207, 226, 243, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imStickyBar_imMenuObject_01-menu-opened ul li::after {display: block; position: relative; height: 0; content: ''; width: 100%; inset-inline-start: 0%; border-block-width: 1px 0px; border-inline-width: 0px; border-color: rgba(243, 243, 243, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01-menu-opened {  transform: translate3d(350px, 0 ,0);  transition: transform 1000ms;}
	#imStickyBar_imMenuObject_01-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	
}

@media (max-width: 599.9px) and (min-width: 480.0px) {
	#imStickyBar_imMenuObject_01_wrapper { position: absolute; top: 8px; inset-inline-start: 223px; width: 44px; height: 44px; text-align: center; z-index: 1002;  }
	#imStickyBar_imCell_1 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imStickyBar_imCell_1 { grid-template-rows: [row-content] auto ; }
	#imStickyBar_imMenuObject_01 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imStickyBar_imCellStyleBorders_1 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imStickyBar_imMenuObject_01_container { border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px; display: inline-table;}
	#imStickyBar_imMenuObject_01_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imStickyBar_imMenuObject_01_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper, #imStickyBar_imMenuObject_01_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 175px; height: 44px; padding: 0px; border-width: 0px; border-radius: 0px; }
	#imStickyBar_imMenuObject_01 .hamburger-button {cursor: pointer; width: 44px; height: 44px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px; border-radius: 0px; }
	#imStickyBar_imMenuObject_01 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imStickyBar_imMenuObject_01 .label-inner-wrapper, #imStickyBar_imMenuObject_01 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imStickyBar_imMenuObject_01_container > ul > li .label, #imStickyBar_imMenuObject_01 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imStickyBar_imMenuObject_01 .hamburger-button {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01 .hamburger-button .label, #imStickyBar_imMenuObject_01 .hamburger-button button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 191, 191, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(64, 64, 64, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(64, 64, 64, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_01 .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_01-menu-opened .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_01 { text-align: end; }
	#imStickyBar_imMenuObject_01 .hidden { display: none; }
	#imStickyBar_imMenuObject_01-menu-opened { overflow: visible; z-index: 10402; }
	#imStickyBar_imMenuObject_01-menu-opened ul ul { display: none; }
	#imStickyBar_imMenuObject_01-menu-opened li > div { display: none; }
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened div > ul { display: block; }
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul { position: absolute; inset-inline-end: 0px; inset-inline-start: auto;  top: 40px; background-color: rgba(0, 0, 0, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: end; padding-block: 5px; padding-inline: 10px; color: rgba(255, 255, 255, 1); }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imStickyBar_imMenuObject_01-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-end: 0px; width: 350px; border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imStickyBar_imMenuObject_01-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.6;}
	.menu-imStickyBar_imMenuObject_01-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.6; transition: background-color 1000ms linear, opacity;}
	#imStickyBar_imMenuObject_01 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imStickyBar_imMenuObject_01-menu-opened li {position: relative;margin-bottom: 3px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_01-menu-opened li:last-child {margin-bottom: 0px; }
	#imStickyBar_imMenuObject_01-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 336px; height: 50px; padding-block: 0px; padding-inline: 7px; }
	#imStickyBar_imMenuObject_01-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imStickyBar_imMenuObject_01-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 350px;inset-inline-end: 0px; inset-inline-start: auto; background-color: rgba(0, 0, 0, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu hover button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(67, 67, 67, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(207, 226, 243, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imStickyBar_imMenuObject_01-menu-opened ul li::after {display: block; position: relative; height: 0; content: ''; width: 100%; inset-inline-start: 0%; border-block-width: 1px 0px; border-inline-width: 0px; border-color: rgba(243, 243, 243, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01-menu-opened {  transform: translate3d(350px, 0 ,0);  transition: transform 1000ms;}
	#imStickyBar_imMenuObject_01-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	
}

@media (max-width: 479.9px) and (min-width: 420.0px) {
	#imStickyBar_imMenuObject_01_wrapper { position: absolute; top: 8px; inset-inline-start: 193px; width: 44px; height: 44px; text-align: center; z-index: 1002;  }
	#imStickyBar_imCell_1 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imStickyBar_imCell_1 { grid-template-rows: [row-content] auto ; }
	#imStickyBar_imMenuObject_01 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imStickyBar_imCellStyleBorders_1 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imStickyBar_imMenuObject_01_container { border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px; display: inline-table;}
	#imStickyBar_imMenuObject_01_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imStickyBar_imMenuObject_01_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper, #imStickyBar_imMenuObject_01_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 175px; height: 44px; padding: 0px; border-width: 0px; border-radius: 0px; }
	#imStickyBar_imMenuObject_01 .hamburger-button {cursor: pointer; width: 44px; height: 44px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px; border-radius: 0px; }
	#imStickyBar_imMenuObject_01 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imStickyBar_imMenuObject_01 .label-inner-wrapper, #imStickyBar_imMenuObject_01 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imStickyBar_imMenuObject_01_container > ul > li .label, #imStickyBar_imMenuObject_01 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imStickyBar_imMenuObject_01 .hamburger-button {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01 .hamburger-button .label, #imStickyBar_imMenuObject_01 .hamburger-button button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 191, 191, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(64, 64, 64, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(64, 64, 64, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_01 .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_01-menu-opened .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_01 { text-align: end; }
	#imStickyBar_imMenuObject_01 .hidden { display: none; }
	#imStickyBar_imMenuObject_01-menu-opened { overflow: visible; z-index: 10402; }
	#imStickyBar_imMenuObject_01-menu-opened ul ul { display: none; }
	#imStickyBar_imMenuObject_01-menu-opened li > div { display: none; }
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened div > ul { display: block; }
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul { position: absolute; inset-inline-end: 0px; inset-inline-start: auto;  top: 40px; background-color: rgba(0, 0, 0, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: end; padding-block: 5px; padding-inline: 10px; color: rgba(255, 255, 255, 1); }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imStickyBar_imMenuObject_01-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-end: 0px; width: 350px; border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imStickyBar_imMenuObject_01-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.6;}
	.menu-imStickyBar_imMenuObject_01-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.6; transition: background-color 1000ms linear, opacity;}
	#imStickyBar_imMenuObject_01 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imStickyBar_imMenuObject_01-menu-opened li {position: relative;margin-bottom: 3px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_01-menu-opened li:last-child {margin-bottom: 0px; }
	#imStickyBar_imMenuObject_01-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 336px; height: 50px; padding-block: 0px; padding-inline: 7px; }
	#imStickyBar_imMenuObject_01-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imStickyBar_imMenuObject_01-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 350px;inset-inline-end: 0px; inset-inline-start: auto; background-color: rgba(0, 0, 0, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu hover button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(67, 67, 67, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(207, 226, 243, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imStickyBar_imMenuObject_01-menu-opened ul li::after {display: block; position: relative; height: 0; content: ''; width: 100%; inset-inline-start: 0%; border-block-width: 1px 0px; border-inline-width: 0px; border-color: rgba(243, 243, 243, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01-menu-opened {  transform: translate3d(350px, 0 ,0);  transition: transform 1000ms;}
	#imStickyBar_imMenuObject_01-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	
}

@media (max-width: 419.9px) and (min-width: 350.0px) {
	#imStickyBar_imMenuObject_01_wrapper { position: absolute; top: 8px; inset-inline-start: 158px; width: 44px; height: 44px; text-align: center; z-index: 1002;  }
	#imStickyBar_imCell_1 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imStickyBar_imCell_1 { grid-template-rows: [row-content] auto ; }
	#imStickyBar_imMenuObject_01 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imStickyBar_imCellStyleBorders_1 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imStickyBar_imMenuObject_01_container { border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px; display: inline-table;}
	#imStickyBar_imMenuObject_01_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imStickyBar_imMenuObject_01_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper, #imStickyBar_imMenuObject_01_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 175px; height: 44px; padding: 0px; border-width: 0px; border-radius: 0px; }
	#imStickyBar_imMenuObject_01 .hamburger-button {cursor: pointer; width: 44px; height: 44px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px; border-radius: 0px; }
	#imStickyBar_imMenuObject_01 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imStickyBar_imMenuObject_01 .label-inner-wrapper, #imStickyBar_imMenuObject_01 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imStickyBar_imMenuObject_01_container > ul > li .label, #imStickyBar_imMenuObject_01 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imStickyBar_imMenuObject_01 .hamburger-button {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01 .hamburger-button .label, #imStickyBar_imMenuObject_01 .hamburger-button button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 191, 191, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(64, 64, 64, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(64, 64, 64, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_01 .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_01-menu-opened .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_01 { text-align: end; }
	#imStickyBar_imMenuObject_01 .hidden { display: none; }
	#imStickyBar_imMenuObject_01-menu-opened { overflow: visible; z-index: 10402; }
	#imStickyBar_imMenuObject_01-menu-opened ul ul { display: none; }
	#imStickyBar_imMenuObject_01-menu-opened li > div { display: none; }
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened div > ul { display: block; }
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul { position: absolute; inset-inline-end: 0px; inset-inline-start: auto;  top: 40px; background-color: rgba(0, 0, 0, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: end; padding-block: 5px; padding-inline: 10px; color: rgba(255, 255, 255, 1); }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imStickyBar_imMenuObject_01-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-end: 0px; width: 350px; border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imStickyBar_imMenuObject_01-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.6;}
	.menu-imStickyBar_imMenuObject_01-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.6; transition: background-color 1000ms linear, opacity;}
	#imStickyBar_imMenuObject_01 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imStickyBar_imMenuObject_01-menu-opened li {position: relative;margin-bottom: 3px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_01-menu-opened li:last-child {margin-bottom: 0px; }
	#imStickyBar_imMenuObject_01-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 336px; height: 50px; padding-block: 0px; padding-inline: 7px; }
	#imStickyBar_imMenuObject_01-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imStickyBar_imMenuObject_01-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 350px;inset-inline-end: 0px; inset-inline-start: auto; background-color: rgba(0, 0, 0, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu hover button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(67, 67, 67, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(207, 226, 243, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imStickyBar_imMenuObject_01-menu-opened ul li::after {display: block; position: relative; height: 0; content: ''; width: 100%; inset-inline-start: 0%; border-block-width: 1px 0px; border-inline-width: 0px; border-color: rgba(243, 243, 243, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01-menu-opened {  transform: translate3d(350px, 0 ,0);  transition: transform 1000ms;}
	#imStickyBar_imMenuObject_01-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	
}

@media (max-width: 349.9px)  {
	#imStickyBar_imMenuObject_01_wrapper { position: absolute; top: 8px; inset-inline-start: 143px; width: 44px; height: 44px; text-align: center; z-index: 1002;  }
	#imStickyBar_imCell_1 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imStickyBar_imCell_1 { grid-template-rows: [row-content] auto ; }
	#imStickyBar_imMenuObject_01 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imStickyBar_imCellStyleGraphics_1 { box-sizing: border-box; }
	/* Main menu background */
	#imStickyBar_imMenuObject_01_container { border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px; display: inline-table;}
	#imStickyBar_imMenuObject_01_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imStickyBar_imMenuObject_01_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper, #imStickyBar_imMenuObject_01_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 175px; height: 44px; padding: 0px; border-width: 0px; border-radius: 0px; }
	#imStickyBar_imMenuObject_01 .hamburger-button {cursor: pointer; width: 44px; height: 44px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px; border-radius: 0px; }
	#imStickyBar_imMenuObject_01 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imStickyBar_imMenuObject_01 .label-inner-wrapper, #imStickyBar_imMenuObject_01 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imStickyBar_imMenuObject_01_container > ul > li .label, #imStickyBar_imMenuObject_01 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imStickyBar_imMenuObject_01 .hamburger-button {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01 .hamburger-button .label, #imStickyBar_imMenuObject_01 .hamburger-button button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 191, 191, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(64, 64, 64, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper {background-color: transparent;background-image: url('../images/C8FA9C963F96D1D59FDBEC180CD65F89.webp');border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(64, 64, 64, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(192, 192, 192, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_01 .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_01-menu-opened .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_01 { text-align: end; }
	#imStickyBar_imMenuObject_01 .hidden { display: none; }
	#imStickyBar_imMenuObject_01-menu-opened { overflow: visible; z-index: 10402; }
	#imStickyBar_imMenuObject_01-menu-opened ul ul { display: none; }
	#imStickyBar_imMenuObject_01-menu-opened li > div { display: none; }
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened div > ul { display: block; }
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul { position: absolute; inset-inline-end: 0px; inset-inline-start: auto;  top: 40px; background-color: rgba(0, 0, 0, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: end; padding-block: 5px; padding-inline: 10px; color: rgba(255, 255, 255, 1); }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imStickyBar_imMenuObject_01-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-end: 0px; width: 350px; border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imStickyBar_imMenuObject_01-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.6;}
	.menu-imStickyBar_imMenuObject_01-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.6; transition: background-color 1000ms linear, opacity;}
	#imStickyBar_imMenuObject_01 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imStickyBar_imMenuObject_01-menu-opened li {position: relative;margin-bottom: 3px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_01-menu-opened li:last-child {margin-bottom: 0px; }
	#imStickyBar_imMenuObject_01-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 336px; height: 50px; padding-block: 0px; padding-inline: 7px; }
	#imStickyBar_imMenuObject_01-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imStickyBar_imMenuObject_01-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 350px;inset-inline-end: 0px; inset-inline-start: auto; background-color: rgba(0, 0, 0, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu hover button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(67, 67, 67, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Arial;font-size: 8pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(207, 226, 243, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imStickyBar_imMenuObject_01-menu-opened ul li::after {display: block; position: relative; height: 0; content: ''; width: 100%; inset-inline-start: 0%; border-block-width: 1px 0px; border-inline-width: 0px; border-color: rgba(243, 243, 243, 1); border-style: solid; }
	#imStickyBar_imMenuObject_01-menu-opened {  transform: translate3d(350px, 0 ,0);  transition: transform 1000ms;}
	#imStickyBar_imMenuObject_01-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	
}

#imPage.without-id_animation-in-progress { overflow: hidden }
