@import 'https://fonts.googleapis.com/css?family=Lato:700,regular,italic,700italic&display=swap';
@import 'https://fonts.googleapis.com/css?family=Comfortaa:700,regular&display=swap';
#imPageExtContainer {background: rgba(239, 239, 239, 1) url('../images/Page_2_Image_2.png') no-repeat right center; background-attachment: fixed;}
#imContentGraphics {background-image: none; background-color: transparent;}
#imPage { display: grid; grid-template-columns: minmax(0, 1fr) 1150px minmax(0, 1fr); grid-template-rows: 300px auto 250px; }
#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: 1149.9px) and (min-width: 1102.0px) {
	#imPage { display: grid; grid-template-columns: minmax(0, 1fr) 1102px minmax(0, 1fr); grid-template-rows: 300px auto 300px; }
	#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: 1101.9px) and (min-width: 1055.0px) {
	#imPage { display: grid; grid-template-columns: minmax(0, 1fr) 1055px minmax(0, 1fr); grid-template-rows: 300px auto 300px; }
	#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: 1054.9px) and (min-width: 960.0px) {
	#imPage { display: grid; grid-template-columns: minmax(0, 1fr) 960px minmax(0, 1fr); grid-template-rows: 300px auto 300px; }
	#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: 200px auto 200px; }
	#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: 480.0px) {
	#imPage { display: grid; grid-template-columns: minmax(0, 1fr) 480px minmax(0, 1fr); grid-template-rows: 200px auto 200px; }
	#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)  {
	#imPage { display: grid; grid-template-columns: 0 minmax(0, 1fr) 0; grid-template-rows: 200px auto 200px; }
	#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) 95.833px 95.833px 95.833px 95.833px 95.833px 95.833px 95.833px 95.833px 95.833px 95.833px 95.833px 95.833px minmax(0, 1fr); grid-template-rows: auto auto auto auto; }
#imContent > header { display: block; grid-column: 2 / 14; grid-row: 1 / 2; }
#imGoToCont { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
#imCell_203 { display: grid; grid-column: 2 / 14; grid-row: 2 / 3; }
#imCell_59 { display: grid; grid-column: 2 / 14; grid-row: 3 / 4; }
#imCell_64 { display: grid; grid-column: 2 / 14; grid-row: 4 / 5; }
#imPageRow_1 { display: block; grid-column: 2 / 14; grid-row: 2 / 5; }
@media (max-width: 1149.9px) and (min-width: 1102.0px) {
	#imContent { display: grid; grid-template-columns: minmax(0, 1fr) 91.833px 91.833px 91.833px 91.833px 91.833px 91.833px 91.833px 91.833px 91.833px 91.833px 91.833px 91.833px minmax(0, 1fr); grid-template-rows: auto auto auto auto; }
	#imContent > header { display: block; grid-column: 2 / 14; grid-row: 1 / 2; }
	#imGoToCont { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
	#imCell_203 { display: grid; grid-column: 2 / 14; grid-row: 2 / 3; }
	#imCell_59 { display: grid; grid-column: 2 / 14; grid-row: 3 / 4; }
	#imCell_64 { display: grid; grid-column: 2 / 14; grid-row: 4 / 5; }
	#imPageRow_1 { display: block; grid-column: 2 / 14; grid-row: 2 / 5; }
	
}
@media (max-width: 1101.9px) and (min-width: 1055.0px) {
	#imContent { display: grid; grid-template-columns: minmax(0, 1fr) 87.917px 87.917px 87.917px 87.917px 87.917px 87.917px 87.917px 87.917px 87.917px 87.917px 87.917px 87.917px minmax(0, 1fr); grid-template-rows: auto auto auto auto; }
	#imContent > header { display: block; grid-column: 2 / 14; grid-row: 1 / 2; }
	#imGoToCont { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
	#imCell_203 { display: grid; grid-column: 2 / 14; grid-row: 2 / 3; }
	#imCell_59 { display: grid; grid-column: 2 / 14; grid-row: 3 / 4; }
	#imCell_64 { display: grid; grid-column: 2 / 14; grid-row: 4 / 5; }
	#imPageRow_1 { display: block; grid-column: 2 / 14; grid-row: 2 / 5; }
	
}
@media (max-width: 1054.9px) and (min-width: 960.0px) {
	#imContent { display: grid; grid-template-columns: minmax(0, 1fr) 80px 80px 80px 80px 80px 80px 80px 80px 80px 80px 80px 80px minmax(0, 1fr); grid-template-rows: auto auto auto auto; }
	#imContent > header { display: block; grid-column: 2 / 14; grid-row: 1 / 2; }
	#imGoToCont { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
	#imCell_203 { display: grid; grid-column: 2 / 14; grid-row: 2 / 3; }
	#imCell_59 { display: grid; grid-column: 2 / 14; grid-row: 3 / 4; }
	#imCell_64 { display: grid; grid-column: 2 / 14; grid-row: 4 / 5; }
	#imPageRow_1 { display: block; grid-column: 2 / 14; grid-row: 2 / 5; }
	
}
@media (max-width: 959.9px) and (min-width: 720.0px) {
	#imContent { display: grid; grid-template-columns: minmax(0, 1fr) 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px 60px minmax(0, 1fr); grid-template-rows: auto auto auto auto; }
	#imContent > header { display: block; grid-column: 2 / 14; grid-row: 1 / 2; }
	#imGoToCont { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
	#imCell_203 { display: grid; grid-column: 2 / 14; grid-row: 2 / 3; }
	#imCell_59 { display: grid; grid-column: 2 / 14; grid-row: 3 / 4; }
	#imCell_64 { display: grid; grid-column: 2 / 14; grid-row: 4 / 5; }
	#imPageRow_1 { display: block; grid-column: 2 / 14; grid-row: 2 / 5; }
	
}
@media (max-width: 719.9px) and (min-width: 480.0px) {
	#imContent { display: grid; grid-template-columns: minmax(0, 1fr) 40px 40px 40px 40px 40px 40px 40px 40px 40px 40px 40px 40px minmax(0, 1fr); grid-template-rows: auto auto auto auto; }
	#imContent > header { display: block; grid-column: 2 / 14; grid-row: 1 / 2; }
	#imGoToCont { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
	#imCell_203 { display: grid; grid-column: 2 / 14; grid-row: 2 / 3; }
	#imCell_59 { display: grid; grid-column: 2 / 14; grid-row: 3 / 4; }
	#imCell_64 { display: grid; grid-column: 2 / 14; grid-row: 4 / 5; }
	#imPageRow_1 { display: block; grid-column: 2 / 14; grid-row: 2 / 5; }
	
}
@media (max-width: 479.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) 0; grid-template-rows: auto auto auto auto; }
	#imContent > header { display: block; grid-column: 2 / 14; grid-row: 1 / 2; }
	#imGoToCont { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
	#imCell_203 { display: grid; grid-column: 2 / 14; grid-row: 2 / 3; }
	#imCell_59 { display: grid; grid-column: 2 / 14; grid-row: 3 / 4; }
	#imCell_64 { display: grid; grid-column: 2 / 14; grid-row: 4 / 5; }
	#imPageRow_1 { display: block; grid-column: 2 / 14; grid-row: 2 / 5; }
	
}
#imHeader_imCell_5 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_imObjectTitle_05 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imHeader_imCellStyleGraphics_5 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imHeader_imCellStyleBorders_5 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imHeader_imObjectTitle_05 {margin: 0px; text-align: center;}
#imHeader_imObjectTitle_05_text {font: normal normal bold 36pt 'Comfortaa';  padding: 5px; background-color: transparent; position: relative; display: inline-block; }
#imHeader_imObjectTitle_05_text,
#imHeader_imObjectTitle_05_text a { color: rgba(0, 0, 0, 1); overflow-wrap: break-word; max-width: 100%;white-space: pre-wrap; }
#imHeader_imObjectTitle_05_text a{ text-decoration: none; }
#imHeader_imCell_7 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_imTextObject_07 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imHeader_imCellStyleGraphics_7 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imHeader_imCellStyleBorders_7 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imHeader_imTextObject_07 { width: 100%; }
#imHeader_imTextObject_07 { font-style: normal; font-weight: normal; line-height: 24px; }
#imHeader_imTextObject_07_tab0 div { line-height: 24px; }
#imHeader_imTextObject_07_tab0 .imHeading1 { line-height: 56px; }
#imHeader_imTextObject_07_tab0 .imHeading2 { line-height: 42px; }
#imHeader_imTextObject_07_tab0 .imHeading3 { line-height: 32px; }
#imHeader_imTextObject_07_tab0 .imHeading4 { line-height: 28px; }
#imHeader_imTextObject_07_tab0 .imHeading5 { line-height: 24px; }
#imHeader_imTextObject_07_tab0 .imHeading6 { line-height: 18px; }
#imHeader_imTextObject_07_tab0 ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imHeader_imTextObject_07_tab0 ul ul { list-style: square; padding-block: 0px; padding-inline: 20px 0px; }
#imHeader_imTextObject_07_tab0 ul ul ul { list-style: circle; }
#imHeader_imTextObject_07_tab0 ul li, ol li { margin-block: 0px; margin-inline: 40px 0px; padding: 0px; }
#imHeader_imTextObject_07_tab0 ol { list-style: decimal; margin: 0; padding: 0; }
#imHeader_imTextObject_07_tab0 ol ol { list-style: lower-alpha; padding-block: 0px; padding-inline: 20px 0px; }
#imHeader_imTextObject_07_tab0 blockquote { margin-block: 0px; margin-inline: 15px 0px; padding: 0; border: none; }
#imHeader_imTextObject_07_tab0 table { border: none; padding: 0; border-collapse: collapse; }
#imHeader_imTextObject_07_tab0 table td { border: 1px solid black; word-wrap: break-word; padding: 4px 3px; margin: 0; vertical-align: middle; }
#imHeader_imTextObject_07_tab0 p { margin: 0; padding: 0; }
#imHeader_imTextObject_07_tab0 .inline-block { display: inline-block; }
#imHeader_imTextObject_07_tab0 sup { vertical-align: super; font-size: smaller; }
#imHeader_imTextObject_07_tab0 sub { vertical-align: sub; font-size: smaller; }
#imHeader_imTextObject_07_tab0 img { border: none; margin: 0; vertical-align: text-bottom;}
#imHeader_imTextObject_07_tab0 .fleft { float: left; float: inline-start; vertical-align: baseline;}
#imHeader_imTextObject_07_tab0 .fright { float: right; float: inline-end; vertical-align: baseline;}
#imHeader_imTextObject_07_tab0 img.fleft { margin-inline-end: 15px; }
#imHeader_imTextObject_07_tab0 img.fright { margin-inline-start: 15px; }
#imHeader_imTextObject_07_tab0 .imTALeft { text-align: start; }
#imHeader_imTextObject_07_tab0 .imTARight { text-align: end; }
#imHeader_imTextObject_07_tab0 .imTACenter { text-align: center; }
#imHeader_imTextObject_07_tab0 .imTAJustify { text-align: justify; }
#imHeader_imTextObject_07_tab0 .imUl { text-decoration: underline; }
#imHeader_imTextObject_07_tab0 .imStrike { text-decoration: line-through; }
#imHeader_imTextObject_07_tab0 .imUlStrike { text-decoration: underline line-through; }
#imHeader_imTextObject_07_tab0 .imVt { vertical-align: top; }
#imHeader_imTextObject_07_tab0 .imVc { vertical-align: middle; }
#imHeader_imTextObject_07_tab0 .imVb { vertical-align: bottom; }
#imHeader_imTextObject_07_tab0 hr { border: solid; border-block-width: 1px 0px; border-inline-width: 0px; }
#imHeader_imTextObject_07 .text-container {width: 100%;}#imHeader_imTextObject_07 .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_07 .text-container .grid-prop.current-tab {z-index: 1; opacity: 1;  }
#imHeader_imTextObject_07 .text-container .grid-prop {grid-area: 1 / 1 / 2 / 2; opacity: 0; box-sizing: border-box; position: relative;  }
#imHeader_imTextObject_07 .text-container .text-tab-content.detach {position: absolute; top: 0; inset-inline-start: 0px; width: 100%; display: none; }
#imHeader_imCell_6 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_imMenuObject_06 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 103; }
#imHeader_imCellStyleGraphics_6 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imHeader_imCellStyleBorders_6 { 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_8 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_imObjectImage_08 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imHeader_imCellStyleGraphics_8 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imHeader_imCellStyleBorders_8 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imHeader_imObjectImage_08 { vertical-align: top; margin-top: 0px; margin-bottom: 0px; margin-inline-start: auto; margin-inline-end: auto; }
#imHeader_imObjectImage_08 #imHeader_imObjectImage_08_container img { width: 100%; height: auto; vertical-align: top; }#imHeader_imCell_9 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_imObjectTitle_09 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imHeader_imCellStyleGraphics_9 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imHeader_imCellStyleBorders_9 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imHeader_imObjectTitle_09 {margin: 0px; text-align: center;}
#imHeader_imObjectTitle_09_text {font: normal normal bold 20pt 'Lato';  padding-block: 0px 6px; padding-inline: 0px 6px; background-color: transparent; position: relative; display: inline-block; }
#imHeader_imObjectTitle_09_text,
#imHeader_imObjectTitle_09_text a { color: rgba(39, 78, 19, 1); white-space: pre-wrap; }
#imHeader_imObjectTitle_09_text a{ text-decoration: none; }
#imHeader_imCell_10 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_imObjectTitle_10 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imHeader_imCellStyleGraphics_10 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imHeader_imCellStyleBorders_10 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imHeader_imObjectTitle_10 {margin: 0px; text-align: center;}
#imHeader_imObjectTitle_10_text {font: normal normal normal 28pt 'Lato';  padding-block: 0px 6px; padding-inline: 0px 6px; background-color: transparent; position: relative; display: inline-block; }
#imHeader_imObjectTitle_10_text,
#imHeader_imObjectTitle_10_text a { color: rgba(39, 78, 19, 1); white-space: pre-wrap; }
#imHeader_imObjectTitle_10_text a{ text-decoration: none; }
#imHeader_imCell_11 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_imObjectTitle_11 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imHeader_imCellStyleGraphics_11 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imHeader_imCellStyleBorders_11 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imHeader_imObjectTitle_11 {margin: 0px; text-align: center;}
#imHeader_imObjectTitle_11_text {font: normal normal bold 24pt 'Comfortaa';  padding-block: 0px 5px; padding-inline: 0px 5px; background-color: transparent; position: relative; display: inline-block; }
#imHeader_imObjectTitle_11_text,
#imHeader_imObjectTitle_11_text a { color: rgba(0, 0, 0, 1); white-space: pre-wrap; }
#imHeader_imObjectTitle_11_text a{ text-decoration: none; }
#imHeader_imCell_12 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_imObjectTitle_12 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imHeader_imCellStyleGraphics_12 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imHeader_imCellStyleBorders_12 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imHeader_imObjectTitle_12 {margin: 0px; text-align: center;}
#imHeader_imObjectTitle_12_text {font: normal normal bold 30pt 'Comfortaa';  padding: 5px; background-color: transparent; position: relative; display: inline-block; }
#imHeader_imObjectTitle_12_text,
#imHeader_imObjectTitle_12_text a { color: rgba(0, 0, 0, 1); overflow-wrap: break-word; max-width: 100%;white-space: pre-wrap; }
#imHeader_imObjectTitle_12_text a{ text-decoration: none; }
#imHeader_imCell_13 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_imObjectTitle_13 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imHeader_imCellStyleGraphics_13 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imHeader_imCellStyleBorders_13 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imHeader_imObjectTitle_13 {margin: 0px; text-align: center;}
#imHeader_imObjectTitle_13_text {font: normal normal bold 24pt 'Comfortaa';  padding-block: 0px 5px; padding-inline: 0px 5px; background-color: transparent; position: relative; display: inline-block; }
#imHeader_imObjectTitle_13_text,
#imHeader_imObjectTitle_13_text a { color: rgba(0, 0, 0, 1); white-space: pre-wrap; }
#imHeader_imObjectTitle_13_text a{ text-decoration: none; }
#imHeader_imCell_14 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_imObjectTitle_14 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imHeader_imCellStyleGraphics_14 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imHeader_imCellStyleBorders_14 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imHeader_imObjectTitle_14 {margin: 0px; text-align: center;}
#imHeader_imObjectTitle_14_text {font: normal normal bold 12pt 'Comfortaa';  padding: 5px; background-color: transparent; position: relative; display: inline-block; }
#imHeader_imObjectTitle_14_text,
#imHeader_imObjectTitle_14_text a { color: rgba(0, 0, 0, 1); overflow-wrap: break-word; max-width: 100%;white-space: pre-wrap; }
#imHeader_imObjectTitle_14_text a{ text-decoration: none; }
#imHeader_imCell_15 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_imObjectTitle_15 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imHeader_imCellStyleGraphics_15 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imHeader_imCellStyleBorders_15 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imHeader_imObjectTitle_15 {margin: 0px; text-align: center;}
#imHeader_imObjectTitle_15_text {font: normal normal normal 12pt 'Comfortaa';  padding-block: 0px 5px; padding-inline: 0px 5px; background-color: transparent; position: relative; display: inline-block; }
#imHeader_imObjectTitle_15_text,
#imHeader_imObjectTitle_15_text a { color: rgba(0, 0, 0, 1); white-space: pre-wrap; }
#imHeader_imObjectTitle_15_text a{ text-decoration: none; }
#imHeader_imCell_16 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_imObjectTitle_16 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imHeader_imCellStyleGraphics_16 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imHeader_imCellStyleBorders_16 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imHeader_imObjectTitle_16 {margin: 0px; text-align: center;}
#imHeader_imObjectTitle_16_text {font: normal normal bold 12pt 'Comfortaa';  padding: 5px; background-color: transparent; position: relative; display: inline-block; }
#imHeader_imObjectTitle_16_text,
#imHeader_imObjectTitle_16_text a { color: rgba(0, 0, 0, 1); overflow-wrap: break-word; max-width: 100%;white-space: pre-wrap; }
#imHeader_imObjectTitle_16_text a{ text-decoration: none; }
#imHeader_imCell_17 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_imObjectTitle_17 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imHeader_imCellStyleGraphics_17 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imHeader_imCellStyleBorders_17 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imHeader_imObjectTitle_17 {margin: 0px; text-align: center;}
#imHeader_imObjectTitle_17_text {font: normal normal normal 12pt 'Comfortaa';  padding-block: 0px 5px; padding-inline: 0px 5px; background-color: transparent; position: relative; display: inline-block; }
#imHeader_imObjectTitle_17_text,
#imHeader_imObjectTitle_17_text a { color: rgba(0, 0, 0, 1); white-space: pre-wrap; }
#imHeader_imObjectTitle_17_text a{ text-decoration: none; }
#imFooter_imCell_1 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_imObjectTitle_01 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imFooter_imCellStyleGraphics_1 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imFooter_imCellStyleBorders_1 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imFooter_imObjectTitle_01 {margin: 0px; text-align: center;}
#imFooter_imObjectTitle_01_text {font: normal normal normal 36pt 'Lato';  padding-block: 0px 6px; padding-inline: 0px 6px; background-color: transparent; position: relative; display: inline-block; }
#imFooter_imObjectTitle_01_text,
#imFooter_imObjectTitle_01_text a { color: rgba(217, 234, 211, 1); white-space: pre-wrap; }
#imFooter_imObjectTitle_01_text a{ text-decoration: none; }
#imFooter_imCell_2 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_imObjectImage_02 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imFooter_imCellStyleGraphics_2 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imFooter_imCellStyleBorders_2 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imFooter_imObjectImage_02 { vertical-align: top; margin-top: 0px; margin-bottom: 0px; margin-inline-start: auto; margin-inline-end: auto; }
#imFooter_imObjectImage_02 #imFooter_imObjectImage_02_container img { width: 100%; height: auto; vertical-align: top; }#imFooter_imCell_5 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_imObjectTitle_05 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imFooter_imCellStyleGraphics_5 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imFooter_imCellStyleBorders_5 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imFooter_imObjectTitle_05 {margin: 0px; text-align: start; }
#imFooter_imObjectTitle_05_text {font: italic normal normal 10pt 'Lato';  padding: 0px; background-color: transparent; position: relative; display: inline-block; }
#imFooter_imObjectTitle_05_text,
#imFooter_imObjectTitle_05_text a { color: rgba(217, 234, 211, 1); overflow-wrap: break-word; max-width: 100%;white-space: pre-wrap; }
#imFooter_imObjectTitle_05_text a{ text-decoration: none; }
#imFooter_imCell_6 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_imObjectImage_06 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imFooter_imCellStyleGraphics_6 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imFooter_imCellStyleBorders_6 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imFooter_imObjectImage_06 { vertical-align: top; margin-top: 0px; margin-bottom: 0px; margin-inline-start: auto; margin-inline-end: auto; }
#imFooter_imObjectImage_06 #imFooter_imObjectImage_06_container img { width: 100%; height: auto; vertical-align: top; }#imFooter_imCell_7 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_imObjectTitle_07 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imFooter_imCellStyleGraphics_7 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imFooter_imCellStyleBorders_7 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imFooter_imObjectTitle_07 {margin: 0px; text-align: start; }
#imFooter_imObjectTitle_07_text {font: italic normal normal 10pt 'Lato';  padding: 0px; background-color: transparent; position: relative; display: inline-block; }
#imFooter_imObjectTitle_07_text,
#imFooter_imObjectTitle_07_text a { color: rgba(217, 234, 211, 1); overflow-wrap: break-word; max-width: 100%;white-space: pre-wrap; }
#imFooter_imObjectTitle_07_text a{ text-decoration: none; }
#imFooter_imCell_8 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_imObjectTitle_08 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imFooter_imCellStyleGraphics_8 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imFooter_imCellStyleBorders_8 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imFooter_imObjectTitle_08 {margin: 0px; text-align: center;}
#imFooter_imObjectTitle_08_text {font: normal normal normal 24pt 'Lato';  padding-block: 0px 6px; padding-inline: 0px 6px; background-color: transparent; position: relative; display: inline-block; }
#imFooter_imObjectTitle_08_text,
#imFooter_imObjectTitle_08_text a { color: rgba(217, 234, 211, 1); white-space: pre-wrap; }
#imFooter_imObjectTitle_08_text a{ text-decoration: none; }
#imFooter_imCell_9 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_imObjectTitle_09 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imFooter_imCellStyleGraphics_9 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imFooter_imCellStyleBorders_9 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imFooter_imObjectTitle_09 {margin: 0px; text-align: center;}
#imFooter_imObjectTitle_09_text {font: normal normal normal 24pt 'Lato';  padding-block: 0px 6px; padding-inline: 0px 6px; background-color: transparent; position: relative; display: inline-block; }
#imFooter_imObjectTitle_09_text,
#imFooter_imObjectTitle_09_text a { color: rgba(217, 234, 211, 1); white-space: pre-wrap; }
#imFooter_imObjectTitle_09_text a{ text-decoration: none; }
#imFooter_imCell_10 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_imObjectTitle_10 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imFooter_imCellStyleGraphics_10 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imFooter_imCellStyleBorders_10 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imFooter_imObjectTitle_10 {margin: 0px; text-align: center;}
#imFooter_imObjectTitle_10_text {font: normal normal normal 36pt 'Lato';  padding-block: 0px 6px; padding-inline: 0px 6px; background-color: transparent; position: relative; display: inline-block; }
#imFooter_imObjectTitle_10_text,
#imFooter_imObjectTitle_10_text a { color: rgba(217, 234, 211, 1); white-space: pre-wrap; }
#imFooter_imObjectTitle_10_text a{ text-decoration: none; }
#imFooter_imCell_11 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_imObjectTitle_11 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imFooter_imCellStyleGraphics_11 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imFooter_imCellStyleBorders_11 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imFooter_imObjectTitle_11 {margin: 0px; text-align: center;}
#imFooter_imObjectTitle_11_text {font: normal normal normal 36pt 'Lato';  padding-block: 0px 6px; padding-inline: 0px 6px; background-color: transparent; position: relative; display: inline-block; }
#imFooter_imObjectTitle_11_text,
#imFooter_imObjectTitle_11_text a { color: rgba(217, 234, 211, 1); white-space: pre-wrap; }
#imFooter_imObjectTitle_11_text a{ text-decoration: none; }
#imStickyBar_imCell_2 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imStickyBar_imMenuObject_02 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 103; }
#imStickyBar_imCellStyleGraphics_2 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imStickyBar_imCellStyleBorders_2 { 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;  }
#imCell_203 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imMenuObject_104_203 { position: relative; align-self: start; justify-self: center; max-width: 100%; box-sizing: border-box; z-index: 103; }
#imCellStyleGraphics_203 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imCellStyleBorders_203 { 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; }
#imCell_59 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imObjectPortfolio_104_59 { position: relative; align-self: start; justify-self: center; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imCellStyleGraphics_59 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imCellStyleBorders_59 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imObjectPortfolio_104_59 {
  box-sizing: border-box;
  width: 100%;
}
#imObjectPortfolio_104_59 > .portfolio {
  --desktop-width: ;

  --category-bar-font-family: Lato;
  --category-bar-font-size: 11pt;
  --category-bar-font-weight: normal;
  --category-bar-font-style: normal;
  --category-bar-background-color: rgba(255, 255, 255, 1);
  --category-bar-padding: 10px 10px;
  --category-bar-border-top: 3px solid rgba(0, 0, 0, 1);
  --category-bar-border-left: 3px solid rgba(0, 0, 0, 1);
  --category-bar-border-right: 3px solid rgba(0, 0, 0, 1);
  --category-bar-border-bottom: 3px solid rgba(0, 0, 0, 1);
  --category-bar-border-start-start-radius: 0px;
  --category-bar-border-start-end-radius: 0px;
  --category-bar-border-end-end-radius: 0px;
  --category-bar-border-end-start-radius: 0px;
  --category-bar-item-idle-color: rgba(0, 0, 0, 1);
  --category-bar-item-active-background-color: rgba(128, 128, 128, 1);
  --category-bar-item-active-color: rgba(255, 255, 255, 1);

  --search-bar-font-family: Lato;
  --search-bar-font-size: 10pt;
  --search-bar-font-weight: normal;
  --search-bar-font-style: normal;
  --search-bar-background-color: transparent;
  --search-bar-padding: 0px 0px;
  --search-bar-color: rgba(0, 0, 0, 1);
  --search-bar-border-top: 0px solid rgba(0, 0, 0, 1);
  --search-bar-border-left: 0px solid rgba(0, 0, 0, 1);
  --search-bar-border-right: 0px solid rgba(0, 0, 0, 1);
  --search-bar-border-bottom: 0px solid rgba(0, 0, 0, 1);
  --search-bar-border-start-start-radius: 0px;
  --search-bar-border-start-end-radius: 0px;
  --search-bar-border-end-end-radius: 0px;
  --search-bar-border-end-start-radius: 0px;

  --items-margin-ver: 10px;
  --items-margin-hor: 10px;
  --items-background-color: rgba(0, 0, 0, 0.75);
  --items-color: rgba(255, 255, 255, 1);
  --items-font-family: Lato;
  --items-font-size: 11pt;
  --items-font-weight: bold;
  --items-font-style: normal;
  --items-border-start-start-radius: 3px;
  --items-border-start-end-radius: 3px;
  --items-border-end-end-radius: 3px;
  --items-border-end-start-radius: 3px;
  --items-overlay-background-color: rgba(102, 102, 102, 0.5);
  --items-overlay-description-font-family: Lato;
  --items-overlay-description-font-size: 13pt;
  --items-overlay-description-font-weight: normal;
  --items-overlay-description-font-style: normal;
  --items-overlay-description-color: rgba(255, 255, 255, 1);

  --items-button-font-family: Lato;
  --items-button-font-size: 11pt;
  --items-button-font-weight: normal;
  --items-button-font-style: normal;
  --items-button-background-color: transparent;
  --items-button-background-color-hover: transparent;
  --items-button-color: rgba(255, 255, 255, 1);
  --items-button-border-top: 1px solid rgba(255, 255, 255, 1);
  --items-button-border-left: 1px solid rgba(255, 255, 255, 1);
  --items-button-border-right: 1px solid rgba(255, 255, 255, 1);
  --items-button-border-bottom: 1px solid rgba(255, 255, 255, 1);
  --items-button-border-start-start-radius: 3px;
  --items-button-border-start-end-radius: 3px;
  --items-button-border-end-end-radius: 3px;
  --items-button-border-end-start-radius: 3px;
  --items-button-margin-ver: 8px;
  --items-button-margin-hor: 20px;

  --items-height: 200px;
  --items-width: 400px;

  --overlay-content-time-normal: 500ms;
  --overlay-content-time-fast: 300ms;
  --effect-delay-out: 300ms;

  --margin-bars-bottom: 10px;
  --padding-overlay: 15px 15%;
  --no-items-text: "Nichts gefunden";
}
@media(min-width: 1150px) {
    #imObjectPortfolio_104_59 .portfolio__container-items {
      height: 250px;
    }
}
@media(min-width: 1102px) {
  @media(max-width: 1149.9px) {
    #imObjectPortfolio_104_59 .portfolio__container-items {
      height: 250px;
    }
  }
}
@media(min-width: 1055px) {
  @media(max-width: 1101.9px) {
    #imObjectPortfolio_104_59 .portfolio__container-items {
      height: 250px;
    }
  }
}
@media(min-width: 960px) {
  @media(max-width: 1054.9px) {
    #imObjectPortfolio_104_59 .portfolio__container-items {
      height: 250px;
    }
  }
}
@media(min-width: 720px) {
  @media(max-width: 959.9px) {
    #imObjectPortfolio_104_59 .portfolio__container-items {
      height: 510px;
    }
  }
}
@media(min-width: 480px) {
  @media(max-width: 719.9px) {
    #imObjectPortfolio_104_59 .portfolio__container-items {
      height: 770px;
    }
  }
}
  @media(max-width: 479.9px) {
    #imObjectPortfolio_104_59 .portfolio__container-items {
      height: 1290px;
    }
  }
#imCell_64 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#pluginAppObj_104_64 { position: relative; align-self: start; justify-self: center; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imCellStyleGraphics_64 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imCellStyleBorders_64 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

@media (min-width: 1150.0px) {
	#imBreadcrumb { width: 1136px; margin-inline-start: 6px; margin-inline-end: 6px; }
	#imCell_203 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 10px; padding-inline-end: 10px; }
	#imCell_203 { grid-template-rows: [row-content] auto ; }
	#imMenuObject_104_203 { 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_203 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imMenuObject_104_203_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;}
	#imMenuObject_104_203_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imMenuObject_104_203_container > ul > li {position: relative;margin-inline-start: 2px; margin-top: 0px; display: inline-block; vertical-align: top; float: left; float: inline-start; }
	#imMenuObject_104_203_container > ul > li > .label-wrapper, #imMenuObject_104_203_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 120px; height: 48px; padding-block: 0px; padding-inline: 10px; border-width: 5px; border-radius: 5px; }
	#imMenuObject_104_203 .hamburger-button {cursor: pointer; width: 48px; height: 48px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 5px; border-radius: 5px; }
	#imMenuObject_104_203 .hamburger-bar { margin: 5px auto; width: 65%; height: 5px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imMenuObject_104_203 .label-inner-wrapper, #imMenuObject_104_203 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imMenuObject_104_203_container > ul > li .label, #imMenuObject_104_203 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imMenuObject_104_203_container > ul > li > .label-wrapper {background-color: rgba(239, 239, 239, 1);background-image: none;border-block-color: rgba(0, 0, 0, 1) rgba(0, 0, 0, 1); border-inline-color: rgba(0, 0, 0, 1) rgba(0, 0, 0, 1); border-style: solid; }
	#imMenuObject_104_203_container > ul > li > .label-wrapper .label, #imMenuObject_104_203_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imMenuObject_104_203 .hamburger-button {background-color: rgba(239, 239, 239, 1);background-image: none;border-block-color: rgba(0, 0, 0, 1) rgba(0, 0, 0, 1); border-inline-color: rgba(0, 0, 0, 1) rgba(0, 0, 0, 1); border-style: solid; }
	#imMenuObject_104_203 .hamburger-button .label, #imMenuObject_104_203 .hamburger-button button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imMenuObject_104_203_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(204, 204, 204, 1);background-image: none;border-block-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-inline-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-style: solid; }
	#imMenuObject_104_203_container > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_104_203_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imMenuObject_104_203_container > ul > li.imPage >.sweeper > .label-wrapper-over {background-color: rgba(239, 239, 239, 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_104_203_container > ul > li.imPage >.sweeper > .label-wrapper-over .label, #imMenuObject_104_203_container > ul > li.imPage >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imMenuObject_104_203_container > ul > li.imPage > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 100%; height: 0; transition: all 0.5s;}#imMenuObject_104_203_container > ul > li.imPage > .sweeper.animated {height: 100%;}#imMenuObject_104_203_container > ul > li.imLevel >.sweeper > .label-wrapper-over {background-color: rgba(239, 239, 239, 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_104_203_container > ul > li.imLevel >.sweeper > .label-wrapper-over .label, #imMenuObject_104_203_container > ul > li.imLevel >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imMenuObject_104_203_container > ul > li.imLevel > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 100%; height: 0; transition: all 0.5s;}#imMenuObject_104_203_container > ul > li.imLevel > .sweeper.animated {height: 100%;}/* Main menu separator button style */
	#imMenuObject_104_203_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; }
	#imMenuObject_104_203_container > ul > .imMnMnSeparator > .label-wrapper .label, #imMenuObject_104_203_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imMenuObject_104_203 .imLevel { cursor: default; }
	#imMenuObject_104_203-menu-opened .imLevel { cursor: default; }
	#imMenuObject_104_203 { justify-self: center;}
	/* Level menu background */
	#imMenuObject_104_203 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_104_203 ul ul li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imMenuObject_104_203 .multiple-column > ul {max-width: 170px;}
	#imMenuObject_104_203 ul ul li:last-child {margin-bottom: 0px; }
	#imMenuObject_104_203 ul ul .label-wrapper { display: block; overflow: hidden; width: 154px; height: 34px; padding-block: 0px; padding-inline: 8px; }
	#imMenuObject_104_203 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imMenuObject_104_203 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_104_203 ul ul .label-wrapper .label, #imMenuObject_104_203 ul ul .label-wrapper button {width: 100%;height: 100%;font-family: Lato;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_104_203 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_104_203 ul ul li.imLevel:hover > .label-wrapper .label, #imMenuObject_104_203 ul ul li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imMenuObject_104_203 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_104_203 ul ul li.imPage:hover > .label-wrapper .label, #imMenuObject_104_203 ul ul li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;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_104_203 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_104_203 ul ul .imMnMnSeparator > .label-wrapper .label, #imMenuObject_104_203 ul ul .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;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_104_203 .imMnMnCurrent > ul > .imMnMnCurrent > .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_104_203 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_104_203 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imMenuObject_104_203 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imMenuObject_104_203 .multiple-column {position: absolute; z-index: 2;inset-inline-start: 0px; }
	#imMenuObject_104_203 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imMenuObject_104_203 .multiple-column > ul > li {display: block;}
	#imMenuObject_104_203_container > ul > li > ul {position: absolute;
	top: 58px;
	}
	#imMenuObject_104_203_container > ul > li > ul.open-bottom { inset-inline-start: 0px; }
	#imMenuObject_104_203_container > ul > li > ul.open-left { inset-inline-end: 150px; }
	#imMenuObject_104_203_container > ul > li > ul.open-right { inset-inline-start: 150px; }
	#imMenuObject_104_203_container > ul > li > ul ul, #imMenuObject_104_203_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imMenuObject_104_203_container  > ul > li > ul ul.open-left, #imMenuObject_104_203_container .multiple-column > ul > li ul.open-left{ inset-inline-end: 170px; }
	#imMenuObject_104_203_container  > ul > li > ul ul.open-right, #imMenuObject_104_203_container .multiple-column > ul > li ul.open-right{ inset-inline-start: 170px; }
	#imMenuObject_104_203 ul > li > ul, #imMenuObject_104_203 .multiple-column { display: none; }
	#imMenuObject_104_203_container > ul > li:nth-child(7n+1) {
	margin-inline-start: 0px; 
	clear: left; clear: inline-start; 
	}
	#imMenuObject_104_203_container > ul > li:nth-child(n+8) {
	margin-top: 2px; 
	}
	#imMenuObject_104_203-menu-opened { display: none; }
	#imMenuObject_104_203 .hamburger-component { display: none; }
	#imCell_59 { padding-top: 50px; padding-bottom: 10px; padding-inline-start: 10px; padding-inline-end: 10px; }
	#imCell_59 { grid-template-rows: [row-content] auto ; }
	#imObjectPortfolio_104_59 { 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_59 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_64 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 10px; padding-inline-end: 10px; }
	#imCell_64 { grid-template-rows: [row-content] auto ; }
	#pluginAppObj_104_64 { 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_64 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	
}

@media (max-width: 1149.9px) and (min-width: 1102.0px) {
	#imBreadcrumb { width: 1088px; margin-inline-start: 6px; margin-inline-end: 6px; }
	#imCell_203 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 10px; padding-inline-end: 10px; }
	#imCell_203 { grid-template-rows: [row-content] auto ; }
	#imMenuObject_104_203 { 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_203 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imMenuObject_104_203_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;}
	#imMenuObject_104_203_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imMenuObject_104_203_container > ul > li {position: relative;margin-inline-start: 2px; margin-top: 0px; display: inline-block; vertical-align: top; float: left; float: inline-start; }
	#imMenuObject_104_203_container > ul > li > .label-wrapper, #imMenuObject_104_203_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 120px; height: 48px; padding-block: 0px; padding-inline: 10px; border-width: 5px; border-radius: 5px; }
	#imMenuObject_104_203 .hamburger-button {cursor: pointer; width: 48px; height: 48px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 5px; border-radius: 5px; }
	#imMenuObject_104_203 .hamburger-bar { margin: 5px auto; width: 65%; height: 5px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imMenuObject_104_203 .label-inner-wrapper, #imMenuObject_104_203 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imMenuObject_104_203_container > ul > li .label, #imMenuObject_104_203 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imMenuObject_104_203_container > ul > li > .label-wrapper {background-color: rgba(239, 239, 239, 1);background-image: none;border-block-color: rgba(0, 0, 0, 1) rgba(0, 0, 0, 1); border-inline-color: rgba(0, 0, 0, 1) rgba(0, 0, 0, 1); border-style: solid; }
	#imMenuObject_104_203_container > ul > li > .label-wrapper .label, #imMenuObject_104_203_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imMenuObject_104_203 .hamburger-button {background-color: rgba(239, 239, 239, 1);background-image: none;border-block-color: rgba(0, 0, 0, 1) rgba(0, 0, 0, 1); border-inline-color: rgba(0, 0, 0, 1) rgba(0, 0, 0, 1); border-style: solid; }
	#imMenuObject_104_203 .hamburger-button .label, #imMenuObject_104_203 .hamburger-button button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imMenuObject_104_203_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(204, 204, 204, 1);background-image: none;border-block-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-inline-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-style: solid; }
	#imMenuObject_104_203_container > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_104_203_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imMenuObject_104_203_container > ul > li.imPage >.sweeper > .label-wrapper-over {background-color: rgba(239, 239, 239, 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_104_203_container > ul > li.imPage >.sweeper > .label-wrapper-over .label, #imMenuObject_104_203_container > ul > li.imPage >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imMenuObject_104_203_container > ul > li.imPage > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 100%; height: 0; transition: all 0.5s;}#imMenuObject_104_203_container > ul > li.imPage > .sweeper.animated {height: 100%;}#imMenuObject_104_203_container > ul > li.imLevel >.sweeper > .label-wrapper-over {background-color: rgba(239, 239, 239, 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_104_203_container > ul > li.imLevel >.sweeper > .label-wrapper-over .label, #imMenuObject_104_203_container > ul > li.imLevel >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imMenuObject_104_203_container > ul > li.imLevel > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 100%; height: 0; transition: all 0.5s;}#imMenuObject_104_203_container > ul > li.imLevel > .sweeper.animated {height: 100%;}/* Main menu separator button style */
	#imMenuObject_104_203_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; }
	#imMenuObject_104_203_container > ul > .imMnMnSeparator > .label-wrapper .label, #imMenuObject_104_203_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imMenuObject_104_203 .imLevel { cursor: default; }
	#imMenuObject_104_203-menu-opened .imLevel { cursor: default; }
	#imMenuObject_104_203 { justify-self: center;}
	/* Level menu background */
	#imMenuObject_104_203 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_104_203 ul ul li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imMenuObject_104_203 .multiple-column > ul {max-width: 170px;}
	#imMenuObject_104_203 ul ul li:last-child {margin-bottom: 0px; }
	#imMenuObject_104_203 ul ul .label-wrapper { display: block; overflow: hidden; width: 154px; height: 34px; padding-block: 0px; padding-inline: 8px; }
	#imMenuObject_104_203 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imMenuObject_104_203 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_104_203 ul ul .label-wrapper .label, #imMenuObject_104_203 ul ul .label-wrapper button {width: 100%;height: 100%;font-family: Lato;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_104_203 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_104_203 ul ul li.imLevel:hover > .label-wrapper .label, #imMenuObject_104_203 ul ul li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imMenuObject_104_203 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_104_203 ul ul li.imPage:hover > .label-wrapper .label, #imMenuObject_104_203 ul ul li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;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_104_203 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_104_203 ul ul .imMnMnSeparator > .label-wrapper .label, #imMenuObject_104_203 ul ul .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;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_104_203 .imMnMnCurrent > ul > .imMnMnCurrent > .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_104_203 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_104_203 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imMenuObject_104_203 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imMenuObject_104_203 .multiple-column {position: absolute; z-index: 2;inset-inline-start: 0px; }
	#imMenuObject_104_203 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imMenuObject_104_203 .multiple-column > ul > li {display: block;}
	#imMenuObject_104_203_container > ul > li > ul {position: absolute;
	top: 58px;
	}
	#imMenuObject_104_203_container > ul > li > ul.open-bottom { inset-inline-start: 0px; }
	#imMenuObject_104_203_container > ul > li > ul.open-left { inset-inline-end: 150px; }
	#imMenuObject_104_203_container > ul > li > ul.open-right { inset-inline-start: 150px; }
	#imMenuObject_104_203_container > ul > li > ul ul, #imMenuObject_104_203_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imMenuObject_104_203_container  > ul > li > ul ul.open-left, #imMenuObject_104_203_container .multiple-column > ul > li ul.open-left{ inset-inline-end: 170px; }
	#imMenuObject_104_203_container  > ul > li > ul ul.open-right, #imMenuObject_104_203_container .multiple-column > ul > li ul.open-right{ inset-inline-start: 170px; }
	#imMenuObject_104_203 ul > li > ul, #imMenuObject_104_203 .multiple-column { display: none; }
	#imMenuObject_104_203_container > ul > li:nth-child(7n+1) {
	margin-inline-start: 0px; 
	clear: left; clear: inline-start; 
	}
	#imMenuObject_104_203_container > ul > li:nth-child(n+8) {
	margin-top: 2px; 
	}
	#imMenuObject_104_203-menu-opened { display: none; }
	#imMenuObject_104_203 .hamburger-component { display: none; }
	#imCell_59 { padding-top: 50px; padding-bottom: 10px; padding-inline-start: 10px; padding-inline-end: 10px; }
	#imCell_59 { grid-template-rows: [row-content] auto ; }
	#imObjectPortfolio_104_59 { 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_59 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_64 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 10px; padding-inline-end: 10px; }
	#imCell_64 { grid-template-rows: [row-content] auto ; }
	#pluginAppObj_104_64 { 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_64 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	
}

@media (max-width: 1101.9px) and (min-width: 1055.0px) {
	#imBreadcrumb { width: 1041px; margin-inline-start: 6px; margin-inline-end: 6px; }
	#imCell_203 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 9px; padding-inline-end: 9px; }
	#imCell_203 { grid-template-rows: [row-content] auto ; }
	#imMenuObject_104_203 { 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_203 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imMenuObject_104_203_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;}
	#imMenuObject_104_203_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imMenuObject_104_203_container > ul > li {position: relative;margin-inline-start: 2px; margin-top: 0px; display: inline-block; vertical-align: top; float: left; float: inline-start; }
	#imMenuObject_104_203_container > ul > li > .label-wrapper, #imMenuObject_104_203_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 120px; height: 48px; padding-block: 0px; padding-inline: 10px; border-width: 5px; border-radius: 5px; }
	#imMenuObject_104_203 .hamburger-button {cursor: pointer; width: 48px; height: 48px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 5px; border-radius: 5px; }
	#imMenuObject_104_203 .hamburger-bar { margin: 5px auto; width: 65%; height: 5px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imMenuObject_104_203 .label-inner-wrapper, #imMenuObject_104_203 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imMenuObject_104_203_container > ul > li .label, #imMenuObject_104_203 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imMenuObject_104_203_container > ul > li > .label-wrapper {background-color: rgba(239, 239, 239, 1);background-image: none;border-block-color: rgba(0, 0, 0, 1) rgba(0, 0, 0, 1); border-inline-color: rgba(0, 0, 0, 1) rgba(0, 0, 0, 1); border-style: solid; }
	#imMenuObject_104_203_container > ul > li > .label-wrapper .label, #imMenuObject_104_203_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imMenuObject_104_203 .hamburger-button {background-color: rgba(239, 239, 239, 1);background-image: none;border-block-color: rgba(0, 0, 0, 1) rgba(0, 0, 0, 1); border-inline-color: rgba(0, 0, 0, 1) rgba(0, 0, 0, 1); border-style: solid; }
	#imMenuObject_104_203 .hamburger-button .label, #imMenuObject_104_203 .hamburger-button button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imMenuObject_104_203_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(204, 204, 204, 1);background-image: none;border-block-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-inline-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-style: solid; }
	#imMenuObject_104_203_container > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_104_203_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imMenuObject_104_203_container > ul > li.imPage >.sweeper > .label-wrapper-over {background-color: rgba(239, 239, 239, 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_104_203_container > ul > li.imPage >.sweeper > .label-wrapper-over .label, #imMenuObject_104_203_container > ul > li.imPage >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imMenuObject_104_203_container > ul > li.imPage > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 100%; height: 0; transition: all 0.5s;}#imMenuObject_104_203_container > ul > li.imPage > .sweeper.animated {height: 100%;}#imMenuObject_104_203_container > ul > li.imLevel >.sweeper > .label-wrapper-over {background-color: rgba(239, 239, 239, 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_104_203_container > ul > li.imLevel >.sweeper > .label-wrapper-over .label, #imMenuObject_104_203_container > ul > li.imLevel >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imMenuObject_104_203_container > ul > li.imLevel > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 100%; height: 0; transition: all 0.5s;}#imMenuObject_104_203_container > ul > li.imLevel > .sweeper.animated {height: 100%;}/* Main menu separator button style */
	#imMenuObject_104_203_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; }
	#imMenuObject_104_203_container > ul > .imMnMnSeparator > .label-wrapper .label, #imMenuObject_104_203_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imMenuObject_104_203 .imLevel { cursor: default; }
	#imMenuObject_104_203-menu-opened .imLevel { cursor: default; }
	#imMenuObject_104_203 { justify-self: center;}
	/* Level menu background */
	#imMenuObject_104_203 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_104_203 ul ul li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imMenuObject_104_203 .multiple-column > ul {max-width: 170px;}
	#imMenuObject_104_203 ul ul li:last-child {margin-bottom: 0px; }
	#imMenuObject_104_203 ul ul .label-wrapper { display: block; overflow: hidden; width: 154px; height: 34px; padding-block: 0px; padding-inline: 8px; }
	#imMenuObject_104_203 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imMenuObject_104_203 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_104_203 ul ul .label-wrapper .label, #imMenuObject_104_203 ul ul .label-wrapper button {width: 100%;height: 100%;font-family: Lato;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_104_203 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_104_203 ul ul li.imLevel:hover > .label-wrapper .label, #imMenuObject_104_203 ul ul li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imMenuObject_104_203 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_104_203 ul ul li.imPage:hover > .label-wrapper .label, #imMenuObject_104_203 ul ul li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;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_104_203 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_104_203 ul ul .imMnMnSeparator > .label-wrapper .label, #imMenuObject_104_203 ul ul .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;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_104_203 .imMnMnCurrent > ul > .imMnMnCurrent > .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_104_203 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_104_203 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imMenuObject_104_203 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imMenuObject_104_203 .multiple-column {position: absolute; z-index: 2;inset-inline-start: 0px; }
	#imMenuObject_104_203 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imMenuObject_104_203 .multiple-column > ul > li {display: block;}
	#imMenuObject_104_203_container > ul > li > ul {position: absolute;
	top: 58px;
	}
	#imMenuObject_104_203_container > ul > li > ul.open-bottom { inset-inline-start: 0px; }
	#imMenuObject_104_203_container > ul > li > ul.open-left { inset-inline-end: 150px; }
	#imMenuObject_104_203_container > ul > li > ul.open-right { inset-inline-start: 150px; }
	#imMenuObject_104_203_container > ul > li > ul ul, #imMenuObject_104_203_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imMenuObject_104_203_container  > ul > li > ul ul.open-left, #imMenuObject_104_203_container .multiple-column > ul > li ul.open-left{ inset-inline-end: 170px; }
	#imMenuObject_104_203_container  > ul > li > ul ul.open-right, #imMenuObject_104_203_container .multiple-column > ul > li ul.open-right{ inset-inline-start: 170px; }
	#imMenuObject_104_203 ul > li > ul, #imMenuObject_104_203 .multiple-column { display: none; }
	#imMenuObject_104_203_container > ul > li:nth-child(6n+1) {
	margin-inline-start: 0px; 
	clear: left; clear: inline-start; 
	}
	#imMenuObject_104_203_container > ul > li:nth-child(n+7) {
	margin-top: 2px; 
	}
	#imMenuObject_104_203-menu-opened { display: none; }
	#imMenuObject_104_203 .hamburger-component { display: none; }
	#imCell_59 { padding-top: 50px; padding-bottom: 10px; padding-inline-start: 9px; padding-inline-end: 9px; }
	#imCell_59 { grid-template-rows: [row-content] auto ; }
	#imObjectPortfolio_104_59 { 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_59 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_64 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 9px; padding-inline-end: 9px; }
	#imCell_64 { grid-template-rows: [row-content] auto ; }
	#pluginAppObj_104_64 { 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_64 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	
}

@media (max-width: 1054.9px) and (min-width: 960.0px) {
	#imBreadcrumb { width: 946px; margin-inline-start: 6px; margin-inline-end: 6px; }
	#imCell_203 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 8px; padding-inline-end: 8px; }
	#imCell_203 { grid-template-rows: [row-content] auto ; }
	#imMenuObject_104_203 { 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_203 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imMenuObject_104_203_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;}
	#imMenuObject_104_203_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imMenuObject_104_203_container > ul > li {position: relative;margin-inline-start: 2px; margin-top: 0px; display: inline-block; vertical-align: top; float: left; float: inline-start; }
	#imMenuObject_104_203_container > ul > li > .label-wrapper, #imMenuObject_104_203_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 120px; height: 48px; padding-block: 0px; padding-inline: 10px; border-width: 5px; border-radius: 5px; }
	#imMenuObject_104_203 .hamburger-button {cursor: pointer; width: 48px; height: 48px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 5px; border-radius: 5px; }
	#imMenuObject_104_203 .hamburger-bar { margin: 5px auto; width: 65%; height: 5px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imMenuObject_104_203 .label-inner-wrapper, #imMenuObject_104_203 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imMenuObject_104_203_container > ul > li .label, #imMenuObject_104_203 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imMenuObject_104_203_container > ul > li > .label-wrapper {background-color: rgba(239, 239, 239, 1);background-image: none;border-block-color: rgba(0, 0, 0, 1) rgba(0, 0, 0, 1); border-inline-color: rgba(0, 0, 0, 1) rgba(0, 0, 0, 1); border-style: solid; }
	#imMenuObject_104_203_container > ul > li > .label-wrapper .label, #imMenuObject_104_203_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imMenuObject_104_203 .hamburger-button {background-color: rgba(239, 239, 239, 1);background-image: none;border-block-color: rgba(0, 0, 0, 1) rgba(0, 0, 0, 1); border-inline-color: rgba(0, 0, 0, 1) rgba(0, 0, 0, 1); border-style: solid; }
	#imMenuObject_104_203 .hamburger-button .label, #imMenuObject_104_203 .hamburger-button button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imMenuObject_104_203_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(204, 204, 204, 1);background-image: none;border-block-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-inline-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-style: solid; }
	#imMenuObject_104_203_container > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_104_203_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imMenuObject_104_203_container > ul > li.imPage >.sweeper > .label-wrapper-over {background-color: rgba(239, 239, 239, 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_104_203_container > ul > li.imPage >.sweeper > .label-wrapper-over .label, #imMenuObject_104_203_container > ul > li.imPage >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imMenuObject_104_203_container > ul > li.imPage > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 100%; height: 0; transition: all 0.5s;}#imMenuObject_104_203_container > ul > li.imPage > .sweeper.animated {height: 100%;}#imMenuObject_104_203_container > ul > li.imLevel >.sweeper > .label-wrapper-over {background-color: rgba(239, 239, 239, 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_104_203_container > ul > li.imLevel >.sweeper > .label-wrapper-over .label, #imMenuObject_104_203_container > ul > li.imLevel >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imMenuObject_104_203_container > ul > li.imLevel > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 100%; height: 0; transition: all 0.5s;}#imMenuObject_104_203_container > ul > li.imLevel > .sweeper.animated {height: 100%;}/* Main menu separator button style */
	#imMenuObject_104_203_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; }
	#imMenuObject_104_203_container > ul > .imMnMnSeparator > .label-wrapper .label, #imMenuObject_104_203_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imMenuObject_104_203 .imLevel { cursor: default; }
	#imMenuObject_104_203-menu-opened .imLevel { cursor: default; }
	#imMenuObject_104_203 { justify-self: center;}
	/* Level menu background */
	#imMenuObject_104_203 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_104_203 ul ul li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imMenuObject_104_203 .multiple-column > ul {max-width: 170px;}
	#imMenuObject_104_203 ul ul li:last-child {margin-bottom: 0px; }
	#imMenuObject_104_203 ul ul .label-wrapper { display: block; overflow: hidden; width: 154px; height: 34px; padding-block: 0px; padding-inline: 8px; }
	#imMenuObject_104_203 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imMenuObject_104_203 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_104_203 ul ul .label-wrapper .label, #imMenuObject_104_203 ul ul .label-wrapper button {width: 100%;height: 100%;font-family: Lato;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_104_203 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_104_203 ul ul li.imLevel:hover > .label-wrapper .label, #imMenuObject_104_203 ul ul li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imMenuObject_104_203 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_104_203 ul ul li.imPage:hover > .label-wrapper .label, #imMenuObject_104_203 ul ul li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;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_104_203 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_104_203 ul ul .imMnMnSeparator > .label-wrapper .label, #imMenuObject_104_203 ul ul .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;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_104_203 .imMnMnCurrent > ul > .imMnMnCurrent > .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_104_203 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_104_203 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imMenuObject_104_203 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imMenuObject_104_203 .multiple-column {position: absolute; z-index: 2;inset-inline-start: 0px; }
	#imMenuObject_104_203 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imMenuObject_104_203 .multiple-column > ul > li {display: block;}
	#imMenuObject_104_203_container > ul > li > ul {position: absolute;
	top: 58px;
	}
	#imMenuObject_104_203_container > ul > li > ul.open-bottom { inset-inline-start: 0px; }
	#imMenuObject_104_203_container > ul > li > ul.open-left { inset-inline-end: 150px; }
	#imMenuObject_104_203_container > ul > li > ul.open-right { inset-inline-start: 150px; }
	#imMenuObject_104_203_container > ul > li > ul ul, #imMenuObject_104_203_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imMenuObject_104_203_container  > ul > li > ul ul.open-left, #imMenuObject_104_203_container .multiple-column > ul > li ul.open-left{ inset-inline-end: 170px; }
	#imMenuObject_104_203_container  > ul > li > ul ul.open-right, #imMenuObject_104_203_container .multiple-column > ul > li ul.open-right{ inset-inline-start: 170px; }
	#imMenuObject_104_203 ul > li > ul, #imMenuObject_104_203 .multiple-column { display: none; }
	#imMenuObject_104_203_container > ul > li:nth-child(6n+1) {
	margin-inline-start: 0px; 
	clear: left; clear: inline-start; 
	}
	#imMenuObject_104_203_container > ul > li:nth-child(n+7) {
	margin-top: 2px; 
	}
	#imMenuObject_104_203-menu-opened { display: none; }
	#imMenuObject_104_203 .hamburger-component { display: none; }
	#imCell_59 { padding-top: 50px; padding-bottom: 10px; padding-inline-start: 8px; padding-inline-end: 8px; }
	#imCell_59 { grid-template-rows: [row-content] auto ; }
	#imObjectPortfolio_104_59 { 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_59 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_64 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 8px; padding-inline-end: 8px; }
	#imCell_64 { grid-template-rows: [row-content] auto ; }
	#pluginAppObj_104_64 { 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_64 {  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) {
	#imBreadcrumb { width: 706px; margin-inline-start: 6px; margin-inline-end: 6px; }
	#imCell_203 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 6px; padding-inline-end: 6px; }
	#imCell_203 { grid-template-rows: [row-content] auto ; }
	#imMenuObject_104_203 { 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_203 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imMenuObject_104_203_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;}
	#imMenuObject_104_203_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imMenuObject_104_203_container > ul > li {position: relative;margin-inline-start: 2px; margin-top: 0px; display: inline-block; vertical-align: top; float: left; float: inline-start; }
	#imMenuObject_104_203_container > ul > li > .label-wrapper, #imMenuObject_104_203_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 120px; height: 48px; padding-block: 0px; padding-inline: 10px; border-width: 5px; border-radius: 5px; }
	#imMenuObject_104_203 .hamburger-button {cursor: pointer; width: 48px; height: 48px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 5px; border-radius: 5px; }
	#imMenuObject_104_203 .hamburger-bar { margin: 5px auto; width: 65%; height: 5px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imMenuObject_104_203 .label-inner-wrapper, #imMenuObject_104_203 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imMenuObject_104_203_container > ul > li .label, #imMenuObject_104_203 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imMenuObject_104_203_container > ul > li > .label-wrapper {background-color: rgba(239, 239, 239, 1);background-image: none;border-block-color: rgba(0, 0, 0, 1) rgba(0, 0, 0, 1); border-inline-color: rgba(0, 0, 0, 1) rgba(0, 0, 0, 1); border-style: solid; }
	#imMenuObject_104_203_container > ul > li > .label-wrapper .label, #imMenuObject_104_203_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imMenuObject_104_203 .hamburger-button {background-color: rgba(239, 239, 239, 1);background-image: none;border-block-color: rgba(0, 0, 0, 1) rgba(0, 0, 0, 1); border-inline-color: rgba(0, 0, 0, 1) rgba(0, 0, 0, 1); border-style: solid; }
	#imMenuObject_104_203 .hamburger-button .label, #imMenuObject_104_203 .hamburger-button button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imMenuObject_104_203_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(204, 204, 204, 1);background-image: none;border-block-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-inline-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-style: solid; }
	#imMenuObject_104_203_container > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_104_203_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imMenuObject_104_203_container > ul > li.imPage >.sweeper > .label-wrapper-over {background-color: rgba(239, 239, 239, 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_104_203_container > ul > li.imPage >.sweeper > .label-wrapper-over .label, #imMenuObject_104_203_container > ul > li.imPage >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imMenuObject_104_203_container > ul > li.imPage > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 100%; height: 0; transition: all 0.5s;}#imMenuObject_104_203_container > ul > li.imPage > .sweeper.animated {height: 100%;}#imMenuObject_104_203_container > ul > li.imLevel >.sweeper > .label-wrapper-over {background-color: rgba(239, 239, 239, 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_104_203_container > ul > li.imLevel >.sweeper > .label-wrapper-over .label, #imMenuObject_104_203_container > ul > li.imLevel >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imMenuObject_104_203_container > ul > li.imLevel > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 100%; height: 0; transition: all 0.5s;}#imMenuObject_104_203_container > ul > li.imLevel > .sweeper.animated {height: 100%;}/* Main menu separator button style */
	#imMenuObject_104_203_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; }
	#imMenuObject_104_203_container > ul > .imMnMnSeparator > .label-wrapper .label, #imMenuObject_104_203_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imMenuObject_104_203 .imLevel { cursor: default; }
	#imMenuObject_104_203-menu-opened .imLevel { cursor: default; }
	#imMenuObject_104_203 { justify-self: center;}
	/* Level menu background */
	#imMenuObject_104_203 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_104_203 ul ul li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imMenuObject_104_203 .multiple-column > ul {max-width: 170px;}
	#imMenuObject_104_203 ul ul li:last-child {margin-bottom: 0px; }
	#imMenuObject_104_203 ul ul .label-wrapper { display: block; overflow: hidden; width: 154px; height: 34px; padding-block: 0px; padding-inline: 8px; }
	#imMenuObject_104_203 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imMenuObject_104_203 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_104_203 ul ul .label-wrapper .label, #imMenuObject_104_203 ul ul .label-wrapper button {width: 100%;height: 100%;font-family: Lato;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_104_203 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_104_203 ul ul li.imLevel:hover > .label-wrapper .label, #imMenuObject_104_203 ul ul li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imMenuObject_104_203 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_104_203 ul ul li.imPage:hover > .label-wrapper .label, #imMenuObject_104_203 ul ul li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;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_104_203 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_104_203 ul ul .imMnMnSeparator > .label-wrapper .label, #imMenuObject_104_203 ul ul .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;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_104_203 .imMnMnCurrent > ul > .imMnMnCurrent > .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_104_203 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_104_203 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imMenuObject_104_203 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imMenuObject_104_203 .multiple-column {position: absolute; z-index: 2;inset-inline-start: 0px; }
	#imMenuObject_104_203 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imMenuObject_104_203 .multiple-column > ul > li {display: block;}
	#imMenuObject_104_203_container > ul > li > ul {position: absolute;
	top: 58px;
	}
	#imMenuObject_104_203_container > ul > li > ul.open-bottom { inset-inline-start: 0px; }
	#imMenuObject_104_203_container > ul > li > ul.open-left { inset-inline-end: 150px; }
	#imMenuObject_104_203_container > ul > li > ul.open-right { inset-inline-start: 150px; }
	#imMenuObject_104_203_container > ul > li > ul ul, #imMenuObject_104_203_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imMenuObject_104_203_container  > ul > li > ul ul.open-left, #imMenuObject_104_203_container .multiple-column > ul > li ul.open-left{ inset-inline-end: 170px; }
	#imMenuObject_104_203_container  > ul > li > ul ul.open-right, #imMenuObject_104_203_container .multiple-column > ul > li ul.open-right{ inset-inline-start: 170px; }
	#imMenuObject_104_203 ul > li > ul, #imMenuObject_104_203 .multiple-column { display: none; }
	#imMenuObject_104_203_container > ul > li:nth-child(4n+1) {
	margin-inline-start: 0px; 
	clear: left; clear: inline-start; 
	}
	#imMenuObject_104_203_container > ul > li:nth-child(n+5) {
	margin-top: 2px; 
	}
	#imMenuObject_104_203-menu-opened { display: none; }
	#imMenuObject_104_203 .hamburger-component { display: none; }
	#imCell_59 { padding-top: 50px; padding-bottom: 10px; padding-inline-start: 6px; padding-inline-end: 6px; }
	#imCell_59 { grid-template-rows: [row-content] auto ; }
	#imObjectPortfolio_104_59 { 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_59 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_64 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 6px; padding-inline-end: 6px; }
	#imCell_64 { grid-template-rows: [row-content] auto ; }
	#pluginAppObj_104_64 { 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_64 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	
}

@media (max-width: 719.9px) and (min-width: 480.0px) {
	#imBreadcrumb { width: 466px; margin-inline-start: 6px; margin-inline-end: 6px; }
	#imCell_203 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 4px; padding-inline-end: 4px; }
	#imCell_203 { grid-template-rows: [row-content] auto ; }
	#imMenuObject_104_203 { 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_203 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imMenuObject_104_203_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;}
	#imMenuObject_104_203_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imMenuObject_104_203_container > ul > li {position: relative;margin-inline-start: 2px; margin-top: 0px; display: inline-block; vertical-align: top; float: left; float: inline-start; }
	#imMenuObject_104_203_container > ul > li > .label-wrapper, #imMenuObject_104_203_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 120px; height: 48px; padding-block: 0px; padding-inline: 10px; border-width: 5px; border-radius: 5px; }
	#imMenuObject_104_203 .hamburger-button {cursor: pointer; width: 48px; height: 48px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 5px; border-radius: 5px; }
	#imMenuObject_104_203 .hamburger-bar { margin: 5px auto; width: 65%; height: 5px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imMenuObject_104_203 .label-inner-wrapper, #imMenuObject_104_203 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imMenuObject_104_203_container > ul > li .label, #imMenuObject_104_203 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imMenuObject_104_203_container > ul > li > .label-wrapper {background-color: rgba(239, 239, 239, 1);background-image: none;border-block-color: rgba(0, 0, 0, 1) rgba(0, 0, 0, 1); border-inline-color: rgba(0, 0, 0, 1) rgba(0, 0, 0, 1); border-style: solid; }
	#imMenuObject_104_203_container > ul > li > .label-wrapper .label, #imMenuObject_104_203_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imMenuObject_104_203 .hamburger-button {background-color: rgba(239, 239, 239, 1);background-image: none;border-block-color: rgba(0, 0, 0, 1) rgba(0, 0, 0, 1); border-inline-color: rgba(0, 0, 0, 1) rgba(0, 0, 0, 1); border-style: solid; }
	#imMenuObject_104_203 .hamburger-button .label, #imMenuObject_104_203 .hamburger-button button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imMenuObject_104_203_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(204, 204, 204, 1);background-image: none;border-block-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-inline-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-style: solid; }
	#imMenuObject_104_203_container > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_104_203_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imMenuObject_104_203_container > ul > li.imPage >.sweeper > .label-wrapper-over {background-color: rgba(239, 239, 239, 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_104_203_container > ul > li.imPage >.sweeper > .label-wrapper-over .label, #imMenuObject_104_203_container > ul > li.imPage >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imMenuObject_104_203_container > ul > li.imPage > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 100%; height: 0; transition: all 0.5s;}#imMenuObject_104_203_container > ul > li.imPage > .sweeper.animated {height: 100%;}#imMenuObject_104_203_container > ul > li.imLevel >.sweeper > .label-wrapper-over {background-color: rgba(239, 239, 239, 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_104_203_container > ul > li.imLevel >.sweeper > .label-wrapper-over .label, #imMenuObject_104_203_container > ul > li.imLevel >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imMenuObject_104_203_container > ul > li.imLevel > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 100%; height: 0; transition: all 0.5s;}#imMenuObject_104_203_container > ul > li.imLevel > .sweeper.animated {height: 100%;}/* Main menu separator button style */
	#imMenuObject_104_203_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; }
	#imMenuObject_104_203_container > ul > .imMnMnSeparator > .label-wrapper .label, #imMenuObject_104_203_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imMenuObject_104_203 .imLevel { cursor: default; }
	#imMenuObject_104_203-menu-opened .imLevel { cursor: default; }
	#imMenuObject_104_203 { justify-self: center;}
	/* Level menu background */
	#imMenuObject_104_203 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_104_203 ul ul li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imMenuObject_104_203 .multiple-column > ul {max-width: 170px;}
	#imMenuObject_104_203 ul ul li:last-child {margin-bottom: 0px; }
	#imMenuObject_104_203 ul ul .label-wrapper { display: block; overflow: hidden; width: 154px; height: 34px; padding-block: 0px; padding-inline: 8px; }
	#imMenuObject_104_203 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imMenuObject_104_203 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_104_203 ul ul .label-wrapper .label, #imMenuObject_104_203 ul ul .label-wrapper button {width: 100%;height: 100%;font-family: Lato;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_104_203 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_104_203 ul ul li.imLevel:hover > .label-wrapper .label, #imMenuObject_104_203 ul ul li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imMenuObject_104_203 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_104_203 ul ul li.imPage:hover > .label-wrapper .label, #imMenuObject_104_203 ul ul li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;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_104_203 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_104_203 ul ul .imMnMnSeparator > .label-wrapper .label, #imMenuObject_104_203 ul ul .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;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_104_203 .imMnMnCurrent > ul > .imMnMnCurrent > .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_104_203 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_104_203 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 9pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imMenuObject_104_203 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imMenuObject_104_203 .multiple-column {position: absolute; z-index: 2;inset-inline-start: 0px; }
	#imMenuObject_104_203 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imMenuObject_104_203 .multiple-column > ul > li {display: block;}
	#imMenuObject_104_203_container > ul > li > ul {position: absolute;
	top: 58px;
	}
	#imMenuObject_104_203_container > ul > li > ul.open-bottom { inset-inline-start: 0px; }
	#imMenuObject_104_203_container > ul > li > ul.open-left { inset-inline-end: 150px; }
	#imMenuObject_104_203_container > ul > li > ul.open-right { inset-inline-start: 150px; }
	#imMenuObject_104_203_container > ul > li > ul ul, #imMenuObject_104_203_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imMenuObject_104_203_container  > ul > li > ul ul.open-left, #imMenuObject_104_203_container .multiple-column > ul > li ul.open-left{ inset-inline-end: 170px; }
	#imMenuObject_104_203_container  > ul > li > ul ul.open-right, #imMenuObject_104_203_container .multiple-column > ul > li ul.open-right{ inset-inline-start: 170px; }
	#imMenuObject_104_203 ul > li > ul, #imMenuObject_104_203 .multiple-column { display: none; }
	#imMenuObject_104_203_container > ul > li:nth-child(2n+1) {
	margin-inline-start: 0px; 
	clear: left; clear: inline-start; 
	}
	#imMenuObject_104_203_container > ul > li:nth-child(n+3) {
	margin-top: 2px; 
	}
	#imMenuObject_104_203-menu-opened { display: none; }
	#imMenuObject_104_203 .hamburger-component { display: none; }
	#imCell_59 { padding-top: 50px; padding-bottom: 10px; padding-inline-start: 4px; padding-inline-end: 4px; }
	#imCell_59 { grid-template-rows: [row-content] auto ; }
	#imObjectPortfolio_104_59 { 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_59 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imCell_64 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 4px; padding-inline-end: 4px; }
	#imCell_64 { grid-template-rows: [row-content] auto ; }
	#pluginAppObj_104_64 { 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_64 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	
}

@media (max-width: 479.9px)  {
	#imBreadcrumb { width: 100%; margin-inline-start: 0px; margin-inline-end: 0px; }
	#imCell_203 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 5px; padding-inline-end: 5px; }
	#imCell_203 { grid-template-rows: [row-content] auto ; }
	#imMenuObject_104_203 { 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_203 { box-sizing: border-box; }
	/* Main menu background */
	#imMenuObject_104_203_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;}
	#imMenuObject_104_203_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imMenuObject_104_203_container > ul > li {position: relative;margin-inline-start: 2px; margin-top: 0px; display: inline-block; vertical-align: top; float: left; float: inline-start; }
	#imMenuObject_104_203_container > ul > li > .label-wrapper, #imMenuObject_104_203_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 120px; height: 48px; padding-block: 0px; padding-inline: 10px; border-width: 5px; border-radius: 5px; }
	#imMenuObject_104_203 .hamburger-button {cursor: pointer; width: 48px; height: 48px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 5px; border-radius: 5px; }
	#imMenuObject_104_203 .hamburger-bar { margin: 5px auto; width: 65%; height: 5px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imMenuObject_104_203 .label-inner-wrapper, #imMenuObject_104_203 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imMenuObject_104_203_container > ul > li .label, #imMenuObject_104_203 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imMenuObject_104_203_container > ul > li > .label-wrapper {background-color: rgba(239, 239, 239, 1);background-image: none;border-block-color: rgba(0, 0, 0, 1) rgba(0, 0, 0, 1); border-inline-color: rgba(0, 0, 0, 1) rgba(0, 0, 0, 1); border-style: solid; }
	#imMenuObject_104_203_container > ul > li > .label-wrapper .label, #imMenuObject_104_203_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imMenuObject_104_203 .hamburger-button {background-color: rgba(239, 239, 239, 1);background-image: none;border-block-color: rgba(0, 0, 0, 1) rgba(0, 0, 0, 1); border-inline-color: rgba(0, 0, 0, 1) rgba(0, 0, 0, 1); border-style: solid; }
	#imMenuObject_104_203 .hamburger-button .label, #imMenuObject_104_203 .hamburger-button button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imMenuObject_104_203_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(204, 204, 204, 1);background-image: none;border-block-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-inline-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-style: solid; }
	#imMenuObject_104_203_container > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_104_203_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imMenuObject_104_203_container > ul > li.imPage >.sweeper > .label-wrapper-over {background-color: rgba(239, 239, 239, 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_104_203_container > ul > li.imPage >.sweeper > .label-wrapper-over .label, #imMenuObject_104_203_container > ul > li.imPage >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imMenuObject_104_203_container > ul > li.imPage > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 100%; height: 0; transition: all 0.5s;}#imMenuObject_104_203_container > ul > li.imPage > .sweeper.animated {height: 100%;}#imMenuObject_104_203_container > ul > li.imLevel >.sweeper > .label-wrapper-over {background-color: rgba(239, 239, 239, 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_104_203_container > ul > li.imLevel >.sweeper > .label-wrapper-over .label, #imMenuObject_104_203_container > ul > li.imLevel >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imMenuObject_104_203_container > ul > li.imLevel > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 100%; height: 0; transition: all 0.5s;}#imMenuObject_104_203_container > ul > li.imLevel > .sweeper.animated {height: 100%;}/* Main menu separator button style */
	#imMenuObject_104_203_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; }
	#imMenuObject_104_203_container > ul > .imMnMnSeparator > .label-wrapper .label, #imMenuObject_104_203_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imMenuObject_104_203 .imLevel { cursor: default; }
	#imMenuObject_104_203-menu-opened .imLevel { cursor: default; }
	#imMenuObject_104_203 { justify-self: end;}
	#imMenuObject_104_203 .hidden { display: none; }
	#imMenuObject_104_203-menu-opened { overflow: visible; z-index: 10402; }
	#imMenuObject_104_203-menu-opened ul ul { display: none; }
	#imMenuObject_104_203-menu-opened li > div { display: none; }
	#imMenuObject_104_203-menu-opened #imMenuObject_104_203_container-menu-opened div > ul { display: block; }
	#imMenuObject_104_203-menu-opened #imMenuObject_104_203_container-menu-opened > ul { position: absolute; inset-inline-start: 0px; inset-inline-end: auto;  top: 40px; background-color: rgba(24, 52, 63, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imMenuObject_104_203-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_104_203-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imMenuObject_104_203-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-start: 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 1000ms; z-index: 10401;}
	.menu-imMenuObject_104_203-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(24, 52, 63, 1); opacity: 0.5;}
	.menu-imMenuObject_104_203-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 1000ms linear, opacity;}
	#imMenuObject_104_203 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imMenuObject_104_203-menu-opened li {position: relative;margin-bottom: 30px; display: inline-block; vertical-align: top; }
	#imMenuObject_104_203-menu-opened li:last-child {margin-bottom: 0px; }
	#imMenuObject_104_203-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 290px; height: 70px; padding-block: 0px; padding-inline: 5px; }
	#imMenuObject_104_203-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imMenuObject_104_203-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imMenuObject_104_203-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 300px;inset-inline-start: 0px; inset-inline-end: auto; background-color: rgba(24, 52, 63, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imMenuObject_104_203-menu-opened ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;}
	#imMenuObject_104_203-menu-opened ul > li > .label-wrapper .label, #imMenuObject_104_203-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imMenuObject_104_203-menu-opened ul ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;}
	#imMenuObject_104_203-menu-opened ul ul > li > .label-wrapper .label, #imMenuObject_104_203-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imMenuObject_104_203-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;}
	#imMenuObject_104_203-menu-opened ul ul ul > li > .label-wrapper .label, #imMenuObject_104_203-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imMenuObject_104_203-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;}
	#imMenuObject_104_203-menu-opened ul ul ul ul > li > .label-wrapper .label, #imMenuObject_104_203-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu hover button style */
	#imMenuObject_104_203-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(217, 234, 211, 1);background-image: none;}
	#imMenuObject_104_203-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imMenuObject_104_203-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(24, 52, 63, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imMenuObject_104_203-menu-opened #imMenuObject_104_203_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 234, 211, 1);background-image: none;}
	#imMenuObject_104_203-menu-opened #imMenuObject_104_203_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_104_203-menu-opened #imMenuObject_104_203_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(24, 52, 63, 1);font-weight: bold;}
	#imMenuObject_104_203-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 234, 211, 1);background-image: none;}
	#imMenuObject_104_203-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imMenuObject_104_203-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(24, 52, 63, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imMenuObject_104_203-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imMenuObject_104_203-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imMenuObject_104_203-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imMenuObject_104_203-menu-opened {  transform: translate3d(-300px, 0 ,0);  transition: transform 1000ms;}
	#imMenuObject_104_203-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imCell_59 { padding-top: 50px; padding-bottom: 10px; padding-inline-start: 5px; padding-inline-end: 5px; }
	#imCell_59 { grid-template-rows: [row-content] auto ; }
	#imObjectPortfolio_104_59 { 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_59 { box-sizing: border-box; }
	#imCell_64 { padding-top: 10px; padding-bottom: 10px; padding-inline-start: 5px; padding-inline-end: 5px; }
	#imCell_64 { grid-template-rows: [row-content] auto ; }
	#pluginAppObj_104_64 { 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_64 { box-sizing: border-box; }
	
}

@media (min-width: 1150.0px) {
	#imHeader_imObjectTitle_05_wrapper { position: absolute; top: 125px; inset-inline-start: 5px; width: 1140px; height: 50px; text-align: center; z-index: 1002;  }
	#imHeader_imCell_5 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_5 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_05 { 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_5 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_05{ text-shadow: 0px 0px 5px rgba(69, 129, 142, 1)}#imHeader_imObjectTitle_05 { width: 100%; }
	#imHeader_imObjectTitle_05_text { margin: 0px; 
	 }
	#imHeader_imTextObject_07_wrapper { display: none; }
	#imHeader_imCell_7 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_7 { grid-template-rows: [row-content] auto ; }
	#imHeader_imTextObject_07 { 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_7 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imTextObject_07 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imHeader_imMenuObject_06_wrapper { position: absolute; top: 249px; inset-inline-start: 5px; width: 1140px; height: 50px; text-align: center; z-index: 1004;  }
	#imHeader_imCell_6 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_6 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_06 { 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_6 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imHeader_imMenuObject_06_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_06_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_06_container > ul > li {position: relative;margin-inline-start: 10px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_06_container > ul > li > .label-wrapper, #imHeader_imMenuObject_06_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 134px; height: 41px; padding-block: 0px; padding-inline: 8px; border-width: 5px; border-radius: 0px; }
	#imHeader_imMenuObject_06 .hamburger-button {cursor: pointer; width: 41px; height: 41px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 5px; border-radius: 0px; }
	#imHeader_imMenuObject_06 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(24, 52, 63, 1); display: block; }
	#imHeader_imMenuObject_06 .label-inner-wrapper, #imHeader_imMenuObject_06 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_06_container > ul > li .label, #imHeader_imMenuObject_06 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_06_container > ul > li > .label-wrapper {background-color: rgba(124, 144, 128, 1);background-image: none;border-block-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-inline-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-style: solid; }
	#imHeader_imMenuObject_06_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_06_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_06 .hamburger-button {background-color: rgba(217, 234, 211, 1);background-image: none;border-block-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-inline-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-style: solid; }
	#imHeader_imMenuObject_06 .hamburger-button .label, #imHeader_imMenuObject_06 .hamburger-button button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(24, 52, 63, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_06_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(124, 144, 128, 1);background-image: none;border-block-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-inline-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-style: solid; }
	#imHeader_imMenuObject_06_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_06_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_06_container > ul > li.imPage >.sweeper > .label-wrapper-over {background-color: rgba(124, 144, 128, 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_06_container > ul > li.imPage >.sweeper > .label-wrapper-over .label, #imHeader_imMenuObject_06_container > ul > li.imPage >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 12pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	#imHeader_imMenuObject_06_container > ul > li.imPage > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 0; height: 100%; transition: all 0.5s;}#imHeader_imMenuObject_06_container > ul > li.imPage > .sweeper.animated {width: 100%;}#imHeader_imMenuObject_06_container > ul > li.imLevel >.sweeper > .label-wrapper-over {background-color: rgba(124, 144, 128, 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_06_container > ul > li.imLevel >.sweeper > .label-wrapper-over .label, #imHeader_imMenuObject_06_container > ul > li.imLevel >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 12pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	#imHeader_imMenuObject_06_container > ul > li.imLevel > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 0; height: 100%; transition: all 0.5s;}#imHeader_imMenuObject_06_container > ul > li.imLevel > .sweeper.animated {width: 100%;}/* Main menu separator button style */
	#imHeader_imMenuObject_06_container > ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;border-block-color: rgba(217, 217, 217, 1) rgba(217, 217, 217, 1); border-inline-color: rgba(217, 217, 217, 1) rgba(217, 217, 217, 1); border-style: solid; }
	#imHeader_imMenuObject_06_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_06_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imHeader_imMenuObject_06 .imLevel { cursor: default; }
	#imHeader_imMenuObject_06-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_06 { text-align: center; }
	/* Level menu background */
	#imHeader_imMenuObject_06 ul ul { border: solid; border-block-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-inline-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-width: 5px; border-radius: 0px;   background-color: rgba(124, 144, 128, 1); }
	/* Level menu button size and position */
	#imHeader_imMenuObject_06 ul ul li {position: relative;margin-bottom: 15px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imHeader_imMenuObject_06 .multiple-column > ul {max-width: 170px;}
	#imHeader_imMenuObject_06 ul ul li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_06 ul ul .label-wrapper { display: block; overflow: hidden; width: 154px; height: 42px; padding-block: 0px; padding-inline: 8px; }
	#imHeader_imMenuObject_06 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imHeader_imMenuObject_06 ul ul .label-wrapper {background-color: rgba(124, 144, 128, 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_06 ul ul .label-wrapper .label, #imHeader_imMenuObject_06 ul ul .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Level menu hover button style */
	#imHeader_imMenuObject_06 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(67, 67, 67, 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_06 ul ul li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_06 ul ul li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	#imHeader_imMenuObject_06 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(67, 67, 67, 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_06 ul ul li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_06 ul ul li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Level menu separator button style */
	#imHeader_imMenuObject_06 ul ul .imMnMnSeparator > .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; }
	#imHeader_imMenuObject_06 ul ul .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_06 ul ul .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(169, 169, 169, 1);font-weight: bold;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imHeader_imMenuObject_06 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(124, 144, 128, 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_06 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_06 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	#imHeader_imMenuObject_06 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imHeader_imMenuObject_06 .multiple-column {position: absolute; z-index: 2;inset-inline-start: 0px; }
	#imHeader_imMenuObject_06 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imHeader_imMenuObject_06 .multiple-column > ul > li {display: block;}
	#imHeader_imMenuObject_06_container > ul > li > ul {position: absolute;
	top: 51px;
	}
	#imHeader_imMenuObject_06_container > ul > li > ul.open-bottom { inset-inline-start: 0px; }
	#imHeader_imMenuObject_06_container > ul > li > ul.open-left { inset-inline-end: 160px; }
	#imHeader_imMenuObject_06_container > ul > li > ul.open-right { inset-inline-start: 160px; }
	#imHeader_imMenuObject_06_container > ul > li > ul ul, #imHeader_imMenuObject_06_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imHeader_imMenuObject_06_container  > ul > li > ul ul.open-left, #imHeader_imMenuObject_06_container .multiple-column > ul > li ul.open-left{ inset-inline-end: 170px; }
	#imHeader_imMenuObject_06_container  > ul > li > ul ul.open-right, #imHeader_imMenuObject_06_container .multiple-column > ul > li ul.open-right{ inset-inline-start: 170px; }
	#imHeader_imMenuObject_06 ul ul { display: none; visibility: hidden; opacity: 0; transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;}#imHeader_imMenuObject_06 ul ul li{  opacity: 0; transition: all 0.5s ease-in-out;}#imHeader_imMenuObject_06 ul ul li:nth-child(odd){ transform: translate3d(100%,0,0);}#imHeader_imMenuObject_06 ul ul li:nth-child(even){ transform: translate3d(-100%,0,0);}#imHeader_imMenuObject_06 ul ul.inline-block {display: inline-block; }
	#imHeader_imMenuObject_06 ul ul.animated { visibility: visible; opacity: 1; transition-delay: 0s, 0s; }
	#imHeader_imMenuObject_06 ul ul li.animated { opacity: 1; transform: translate3d(0,0,0); }
	#imHeader_imMenuObject_06_container > ul > li:nth-child(6n+1) {
	margin-inline-start: 0px; 
	clear: left; clear: inline-start; 
	}
	#imHeader_imMenuObject_06_container > ul > li:nth-child(n+7) {
	margin-top: 10px; 
	}
	#imHeader_imMenuObject_06-menu-opened { display: none; }
	#imHeader_imMenuObject_06 .hamburger-component { display: none; }
	#imHeader_imObjectImage_08_wrapper { position: absolute; top: 5px; inset-inline-start: 500px; width: 150px; height: 105px; text-align: center; z-index: 1005; overflow: hidden; }
	#imHeader_imObjectImage_08_wrapper img {-webkit-clip-path: inset(0 0 -3.96% 0);clip-path: inset(0 0 -3.96% 0);}#imHeader_imCell_8 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_8 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectImage_08 { 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_8 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_09_wrapper { display: none; }
	#imHeader_imCell_9 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_9 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_09 { 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_9 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_09_text { font-size: 12.54pt; }
	#imHeader_imObjectTitle_09{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imHeader_imObjectTitle_09 { width: 100%; }
	#imHeader_imObjectTitle_09_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_10_wrapper { display: none; }
	#imHeader_imCell_10 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_10 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_10 { 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_10 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_10_text { font-size: 14.67pt; }
	#imHeader_imObjectTitle_10{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imHeader_imObjectTitle_10 { width: 100%; }
	#imHeader_imObjectTitle_10_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_11_wrapper { position: absolute; top: 186px; inset-inline-start: 1px; width: 1148px; height: 40px; text-align: center; z-index: 1008;  }
	#imHeader_imCell_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_11 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_11 { 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_11 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_11{ text-shadow: 0px 0px 0px rgba(69, 129, 142, 1.000), 1px 1px 0px rgba(69, 129, 142, 0.640), 2px 2px 0px rgba(69, 129, 142, 0.360), 3px 3px 0px rgba(69, 129, 142, 0.160), 4px 4px 0px rgba(69, 129, 142, 0.040) ;}#imHeader_imObjectTitle_11 { width: 100%; }
	#imHeader_imObjectTitle_11_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_12_wrapper { display: none; }
	#imHeader_imCell_12 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_12 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_12 { 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_12 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_12{ text-shadow: 0px 0px 5px rgba(69, 129, 142, 1)}#imHeader_imObjectTitle_12 { width: 100%; }
	#imHeader_imObjectTitle_12_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_13_wrapper { display: none; }
	#imHeader_imCell_13 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_13 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_13 { 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_13 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_13{ text-shadow: 0px 0px 0px rgba(69, 129, 142, 1.000), 1px 1px 0px rgba(69, 129, 142, 0.640), 2px 2px 0px rgba(69, 129, 142, 0.360), 3px 3px 0px rgba(69, 129, 142, 0.160), 4px 4px 0px rgba(69, 129, 142, 0.040) ;}#imHeader_imObjectTitle_13 { width: 100%; }
	#imHeader_imObjectTitle_13_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_14_wrapper { display: none; }
	#imHeader_imCell_14 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_14 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_14 { 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_14 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_14{ text-shadow: 0px 0px 5px rgba(69, 129, 142, 1)}#imHeader_imObjectTitle_14 { width: 100%; }
	#imHeader_imObjectTitle_14_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_15_wrapper { display: none; }
	#imHeader_imCell_15 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_15 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_15 { 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_15 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_15{ text-shadow: 0px 0px 0px rgba(69, 129, 142, 1.000), 1px 1px 0px rgba(69, 129, 142, 0.640), 2px 2px 0px rgba(69, 129, 142, 0.360), 3px 3px 0px rgba(69, 129, 142, 0.160), 4px 4px 0px rgba(69, 129, 142, 0.040) ;}#imHeader_imObjectTitle_15 { width: 100%; }
	#imHeader_imObjectTitle_15_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_16_wrapper { display: none; }
	#imHeader_imCell_16 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_16 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_16 { 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_16 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_16{ text-shadow: 0px 0px 5px rgba(69, 129, 142, 1)}#imHeader_imObjectTitle_16 { width: 100%; }
	#imHeader_imObjectTitle_16_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_17_wrapper { display: none; }
	#imHeader_imCell_17 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_17 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_17 { 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_17 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_17{ text-shadow: 0px 0px 0px rgba(69, 129, 142, 1.000), 1px 1px 0px rgba(69, 129, 142, 0.640), 2px 2px 0px rgba(69, 129, 142, 0.360), 3px 3px 0px rgba(69, 129, 142, 0.160), 4px 4px 0px rgba(69, 129, 142, 0.040) ;}#imHeader_imObjectTitle_17 { width: 100%; }
	#imHeader_imObjectTitle_17_text { margin: 0px; 
	 }
	
}

@media (max-width: 1149.9px) and (min-width: 1102.0px) {
	#imHeader_imObjectTitle_05_wrapper { display: none; }
	#imHeader_imCell_5 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_5 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_05 { 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_5 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_05{ text-shadow: 0px 0px 5px rgba(69, 129, 142, 1)}#imHeader_imObjectTitle_05 { width: 100%; }
	#imHeader_imObjectTitle_05_text { margin: 0px; 
	 }
	#imHeader_imTextObject_07_wrapper { display: none; }
	#imHeader_imCell_7 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_7 { grid-template-rows: [row-content] auto ; }
	#imHeader_imTextObject_07 { 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_7 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imTextObject_07 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imHeader_imMenuObject_06_wrapper { position: absolute; top: 250px; inset-inline-start: 0px; width: 1100px; height: 50px; text-align: center; z-index: 1004;  }
	#imHeader_imCell_6 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_6 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_06 { 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_6 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imHeader_imMenuObject_06_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_06_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_06_container > ul > li {position: relative;margin-inline-start: 10px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_06_container > ul > li > .label-wrapper, #imHeader_imMenuObject_06_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 134px; height: 41px; padding-block: 0px; padding-inline: 8px; border-width: 5px; border-radius: 0px; }
	#imHeader_imMenuObject_06 .hamburger-button {cursor: pointer; width: 41px; height: 41px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 5px; border-radius: 0px; }
	#imHeader_imMenuObject_06 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(24, 52, 63, 1); display: block; }
	#imHeader_imMenuObject_06 .label-inner-wrapper, #imHeader_imMenuObject_06 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_06_container > ul > li .label, #imHeader_imMenuObject_06 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_06_container > ul > li > .label-wrapper {background-color: rgba(124, 144, 128, 1);background-image: none;border-block-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-inline-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-style: solid; }
	#imHeader_imMenuObject_06_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_06_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_06 .hamburger-button {background-color: rgba(217, 234, 211, 1);background-image: none;border-block-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-inline-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-style: solid; }
	#imHeader_imMenuObject_06 .hamburger-button .label, #imHeader_imMenuObject_06 .hamburger-button button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(24, 52, 63, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_06_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(124, 144, 128, 1);background-image: none;border-block-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-inline-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-style: solid; }
	#imHeader_imMenuObject_06_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_06_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_06_container > ul > li.imPage >.sweeper > .label-wrapper-over {background-color: rgba(124, 144, 128, 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_06_container > ul > li.imPage >.sweeper > .label-wrapper-over .label, #imHeader_imMenuObject_06_container > ul > li.imPage >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 12pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	#imHeader_imMenuObject_06_container > ul > li.imPage > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 0; height: 100%; transition: all 0.5s;}#imHeader_imMenuObject_06_container > ul > li.imPage > .sweeper.animated {width: 100%;}#imHeader_imMenuObject_06_container > ul > li.imLevel >.sweeper > .label-wrapper-over {background-color: rgba(124, 144, 128, 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_06_container > ul > li.imLevel >.sweeper > .label-wrapper-over .label, #imHeader_imMenuObject_06_container > ul > li.imLevel >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 12pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	#imHeader_imMenuObject_06_container > ul > li.imLevel > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 0; height: 100%; transition: all 0.5s;}#imHeader_imMenuObject_06_container > ul > li.imLevel > .sweeper.animated {width: 100%;}/* Main menu separator button style */
	#imHeader_imMenuObject_06_container > ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;border-block-color: rgba(217, 217, 217, 1) rgba(217, 217, 217, 1); border-inline-color: rgba(217, 217, 217, 1) rgba(217, 217, 217, 1); border-style: solid; }
	#imHeader_imMenuObject_06_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_06_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imHeader_imMenuObject_06 .imLevel { cursor: default; }
	#imHeader_imMenuObject_06-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_06 { text-align: center; }
	/* Level menu background */
	#imHeader_imMenuObject_06 ul ul { border: solid; border-block-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-inline-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-width: 5px; border-radius: 0px;   background-color: rgba(124, 144, 128, 1); }
	/* Level menu button size and position */
	#imHeader_imMenuObject_06 ul ul li {position: relative;margin-bottom: 15px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imHeader_imMenuObject_06 .multiple-column > ul {max-width: 170px;}
	#imHeader_imMenuObject_06 ul ul li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_06 ul ul .label-wrapper { display: block; overflow: hidden; width: 154px; height: 42px; padding-block: 0px; padding-inline: 8px; }
	#imHeader_imMenuObject_06 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imHeader_imMenuObject_06 ul ul .label-wrapper {background-color: rgba(124, 144, 128, 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_06 ul ul .label-wrapper .label, #imHeader_imMenuObject_06 ul ul .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Level menu hover button style */
	#imHeader_imMenuObject_06 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(67, 67, 67, 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_06 ul ul li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_06 ul ul li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	#imHeader_imMenuObject_06 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(67, 67, 67, 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_06 ul ul li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_06 ul ul li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Level menu separator button style */
	#imHeader_imMenuObject_06 ul ul .imMnMnSeparator > .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; }
	#imHeader_imMenuObject_06 ul ul .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_06 ul ul .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(169, 169, 169, 1);font-weight: bold;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imHeader_imMenuObject_06 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(124, 144, 128, 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_06 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_06 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	#imHeader_imMenuObject_06 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imHeader_imMenuObject_06 .multiple-column {position: absolute; z-index: 2;inset-inline-start: 0px; }
	#imHeader_imMenuObject_06 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imHeader_imMenuObject_06 .multiple-column > ul > li {display: block;}
	#imHeader_imMenuObject_06_container > ul > li > ul {position: absolute;
	top: 51px;
	}
	#imHeader_imMenuObject_06_container > ul > li > ul.open-bottom { inset-inline-start: 0px; }
	#imHeader_imMenuObject_06_container > ul > li > ul.open-left { inset-inline-end: 160px; }
	#imHeader_imMenuObject_06_container > ul > li > ul.open-right { inset-inline-start: 160px; }
	#imHeader_imMenuObject_06_container > ul > li > ul ul, #imHeader_imMenuObject_06_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imHeader_imMenuObject_06_container  > ul > li > ul ul.open-left, #imHeader_imMenuObject_06_container .multiple-column > ul > li ul.open-left{ inset-inline-end: 170px; }
	#imHeader_imMenuObject_06_container  > ul > li > ul ul.open-right, #imHeader_imMenuObject_06_container .multiple-column > ul > li ul.open-right{ inset-inline-start: 170px; }
	#imHeader_imMenuObject_06 ul ul { display: none; visibility: hidden; opacity: 0; transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;}#imHeader_imMenuObject_06 ul ul li{  opacity: 0; transition: all 0.5s ease-in-out;}#imHeader_imMenuObject_06 ul ul li:nth-child(odd){ transform: translate3d(100%,0,0);}#imHeader_imMenuObject_06 ul ul li:nth-child(even){ transform: translate3d(-100%,0,0);}#imHeader_imMenuObject_06 ul ul.inline-block {display: inline-block; }
	#imHeader_imMenuObject_06 ul ul.animated { visibility: visible; opacity: 1; transition-delay: 0s, 0s; }
	#imHeader_imMenuObject_06 ul ul li.animated { opacity: 1; transform: translate3d(0,0,0); }
	#imHeader_imMenuObject_06_container > ul > li:nth-child(6n+1) {
	margin-inline-start: 0px; 
	clear: left; clear: inline-start; 
	}
	#imHeader_imMenuObject_06_container > ul > li:nth-child(n+7) {
	margin-top: 10px; 
	}
	#imHeader_imMenuObject_06-menu-opened { display: none; }
	#imHeader_imMenuObject_06 .hamburger-component { display: none; }
	#imHeader_imObjectImage_08_wrapper { position: absolute; top: 15px; inset-inline-start: 450px; width: 150px; height: 100px; text-align: center; z-index: 1005; overflow: hidden; }
	#imHeader_imObjectImage_08_wrapper img {-webkit-clip-path: inset(0 0 0.99% 0);clip-path: inset(0 0 0.99% 0);}#imHeader_imCell_8 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_8 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectImage_08 { 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_8 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_09_wrapper { display: none; }
	#imHeader_imCell_9 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_9 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_09 { 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_9 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_09_text { font-size: 12.54pt; }
	#imHeader_imObjectTitle_09{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imHeader_imObjectTitle_09 { width: 100%; }
	#imHeader_imObjectTitle_09_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_10_wrapper { display: none; }
	#imHeader_imCell_10 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_10 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_10 { 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_10 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_10_text { font-size: 14.67pt; }
	#imHeader_imObjectTitle_10{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imHeader_imObjectTitle_10 { width: 100%; }
	#imHeader_imObjectTitle_10_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_11_wrapper { display: none; }
	#imHeader_imCell_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_11 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_11 { 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_11 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_11{ text-shadow: 0px 0px 0px rgba(69, 129, 142, 1.000), 1px 1px 0px rgba(69, 129, 142, 0.640), 2px 2px 0px rgba(69, 129, 142, 0.360), 3px 3px 0px rgba(69, 129, 142, 0.160), 4px 4px 0px rgba(69, 129, 142, 0.040) ;}#imHeader_imObjectTitle_11 { width: 100%; }
	#imHeader_imObjectTitle_11_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_12_wrapper { position: absolute; top: 125px; inset-inline-start: 6px; width: 1090px; height: 45px; text-align: center; z-index: 1009;  }
	#imHeader_imCell_12 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_12 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_12 { 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_12 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_12{ text-shadow: 0px 0px 5px rgba(69, 129, 142, 1)}#imHeader_imObjectTitle_12 { width: 100%; }
	#imHeader_imObjectTitle_12_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_13_wrapper { position: absolute; top: 190px; inset-inline-start: 6px; width: 1090px; height: 40px; text-align: center; z-index: 1010;  }
	#imHeader_imCell_13 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_13 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_13 { 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_13 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_13{ text-shadow: 0px 0px 0px rgba(69, 129, 142, 1.000), 1px 1px 0px rgba(69, 129, 142, 0.640), 2px 2px 0px rgba(69, 129, 142, 0.360), 3px 3px 0px rgba(69, 129, 142, 0.160), 4px 4px 0px rgba(69, 129, 142, 0.040) ;}#imHeader_imObjectTitle_13 { width: 100%; }
	#imHeader_imObjectTitle_13_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_14_wrapper { display: none; }
	#imHeader_imCell_14 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_14 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_14 { 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_14 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_14{ text-shadow: 0px 0px 5px rgba(69, 129, 142, 1)}#imHeader_imObjectTitle_14 { width: 100%; }
	#imHeader_imObjectTitle_14_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_15_wrapper { display: none; }
	#imHeader_imCell_15 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_15 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_15 { 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_15 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_15{ text-shadow: 0px 0px 0px rgba(69, 129, 142, 1.000), 1px 1px 0px rgba(69, 129, 142, 0.640), 2px 2px 0px rgba(69, 129, 142, 0.360), 3px 3px 0px rgba(69, 129, 142, 0.160), 4px 4px 0px rgba(69, 129, 142, 0.040) ;}#imHeader_imObjectTitle_15 { width: 100%; }
	#imHeader_imObjectTitle_15_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_16_wrapper { display: none; }
	#imHeader_imCell_16 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_16 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_16 { 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_16 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_16{ text-shadow: 0px 0px 5px rgba(69, 129, 142, 1)}#imHeader_imObjectTitle_16 { width: 100%; }
	#imHeader_imObjectTitle_16_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_17_wrapper { display: none; }
	#imHeader_imCell_17 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_17 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_17 { 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_17 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_17{ text-shadow: 0px 0px 0px rgba(69, 129, 142, 1.000), 1px 1px 0px rgba(69, 129, 142, 0.640), 2px 2px 0px rgba(69, 129, 142, 0.360), 3px 3px 0px rgba(69, 129, 142, 0.160), 4px 4px 0px rgba(69, 129, 142, 0.040) ;}#imHeader_imObjectTitle_17 { width: 100%; }
	#imHeader_imObjectTitle_17_text { margin: 0px; 
	 }
	
}

@media (max-width: 1101.9px) and (min-width: 1055.0px) {
	#imHeader_imObjectTitle_05_wrapper { display: none; }
	#imHeader_imCell_5 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_5 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_05 { 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_5 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_05{ text-shadow: 0px 0px 5px rgba(69, 129, 142, 1)}#imHeader_imObjectTitle_05 { width: 100%; }
	#imHeader_imObjectTitle_05_text { margin: 0px; 
	 }
	#imHeader_imTextObject_07_wrapper { display: none; }
	#imHeader_imCell_7 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_7 { grid-template-rows: [row-content] auto ; }
	#imHeader_imTextObject_07 { 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_7 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imTextObject_07 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imHeader_imMenuObject_06_wrapper { position: absolute; top: 250px; inset-inline-start: 0px; width: 1053px; height: 50px; text-align: center; z-index: 1004;  }
	#imHeader_imCell_6 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_6 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_06 { 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_6 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imHeader_imMenuObject_06_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_06_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_06_container > ul > li {position: relative;margin-inline-start: 10px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_06_container > ul > li > .label-wrapper, #imHeader_imMenuObject_06_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 134px; height: 41px; padding-block: 0px; padding-inline: 8px; border-width: 5px; border-radius: 0px; }
	#imHeader_imMenuObject_06 .hamburger-button {cursor: pointer; width: 41px; height: 41px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 5px; border-radius: 0px; }
	#imHeader_imMenuObject_06 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(24, 52, 63, 1); display: block; }
	#imHeader_imMenuObject_06 .label-inner-wrapper, #imHeader_imMenuObject_06 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_06_container > ul > li .label, #imHeader_imMenuObject_06 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_06_container > ul > li > .label-wrapper {background-color: rgba(124, 144, 128, 1);background-image: none;border-block-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-inline-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-style: solid; }
	#imHeader_imMenuObject_06_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_06_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_06 .hamburger-button {background-color: rgba(217, 234, 211, 1);background-image: none;border-block-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-inline-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-style: solid; }
	#imHeader_imMenuObject_06 .hamburger-button .label, #imHeader_imMenuObject_06 .hamburger-button button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(24, 52, 63, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_06_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(124, 144, 128, 1);background-image: none;border-block-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-inline-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-style: solid; }
	#imHeader_imMenuObject_06_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_06_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_06_container > ul > li.imPage >.sweeper > .label-wrapper-over {background-color: rgba(124, 144, 128, 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_06_container > ul > li.imPage >.sweeper > .label-wrapper-over .label, #imHeader_imMenuObject_06_container > ul > li.imPage >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 12pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	#imHeader_imMenuObject_06_container > ul > li.imPage > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 0; height: 100%; transition: all 0.5s;}#imHeader_imMenuObject_06_container > ul > li.imPage > .sweeper.animated {width: 100%;}#imHeader_imMenuObject_06_container > ul > li.imLevel >.sweeper > .label-wrapper-over {background-color: rgba(124, 144, 128, 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_06_container > ul > li.imLevel >.sweeper > .label-wrapper-over .label, #imHeader_imMenuObject_06_container > ul > li.imLevel >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 12pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	#imHeader_imMenuObject_06_container > ul > li.imLevel > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 0; height: 100%; transition: all 0.5s;}#imHeader_imMenuObject_06_container > ul > li.imLevel > .sweeper.animated {width: 100%;}/* Main menu separator button style */
	#imHeader_imMenuObject_06_container > ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;border-block-color: rgba(217, 217, 217, 1) rgba(217, 217, 217, 1); border-inline-color: rgba(217, 217, 217, 1) rgba(217, 217, 217, 1); border-style: solid; }
	#imHeader_imMenuObject_06_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_06_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imHeader_imMenuObject_06 .imLevel { cursor: default; }
	#imHeader_imMenuObject_06-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_06 { text-align: center; }
	/* Level menu background */
	#imHeader_imMenuObject_06 ul ul { border: solid; border-block-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-inline-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-width: 5px; border-radius: 0px;   background-color: rgba(124, 144, 128, 1); }
	/* Level menu button size and position */
	#imHeader_imMenuObject_06 ul ul li {position: relative;margin-bottom: 15px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imHeader_imMenuObject_06 .multiple-column > ul {max-width: 170px;}
	#imHeader_imMenuObject_06 ul ul li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_06 ul ul .label-wrapper { display: block; overflow: hidden; width: 154px; height: 42px; padding-block: 0px; padding-inline: 8px; }
	#imHeader_imMenuObject_06 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imHeader_imMenuObject_06 ul ul .label-wrapper {background-color: rgba(124, 144, 128, 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_06 ul ul .label-wrapper .label, #imHeader_imMenuObject_06 ul ul .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Level menu hover button style */
	#imHeader_imMenuObject_06 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(67, 67, 67, 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_06 ul ul li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_06 ul ul li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	#imHeader_imMenuObject_06 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(67, 67, 67, 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_06 ul ul li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_06 ul ul li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Level menu separator button style */
	#imHeader_imMenuObject_06 ul ul .imMnMnSeparator > .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; }
	#imHeader_imMenuObject_06 ul ul .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_06 ul ul .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(169, 169, 169, 1);font-weight: bold;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imHeader_imMenuObject_06 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(124, 144, 128, 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_06 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_06 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	#imHeader_imMenuObject_06 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imHeader_imMenuObject_06 .multiple-column {position: absolute; z-index: 2;inset-inline-start: 0px; }
	#imHeader_imMenuObject_06 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imHeader_imMenuObject_06 .multiple-column > ul > li {display: block;}
	#imHeader_imMenuObject_06_container > ul > li > ul {position: absolute;
	top: 51px;
	}
	#imHeader_imMenuObject_06_container > ul > li > ul.open-bottom { inset-inline-start: 0px; }
	#imHeader_imMenuObject_06_container > ul > li > ul.open-left { inset-inline-end: 160px; }
	#imHeader_imMenuObject_06_container > ul > li > ul.open-right { inset-inline-start: 160px; }
	#imHeader_imMenuObject_06_container > ul > li > ul ul, #imHeader_imMenuObject_06_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imHeader_imMenuObject_06_container  > ul > li > ul ul.open-left, #imHeader_imMenuObject_06_container .multiple-column > ul > li ul.open-left{ inset-inline-end: 170px; }
	#imHeader_imMenuObject_06_container  > ul > li > ul ul.open-right, #imHeader_imMenuObject_06_container .multiple-column > ul > li ul.open-right{ inset-inline-start: 170px; }
	#imHeader_imMenuObject_06 ul ul { display: none; visibility: hidden; opacity: 0; transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;}#imHeader_imMenuObject_06 ul ul li{  opacity: 0; transition: all 0.5s ease-in-out;}#imHeader_imMenuObject_06 ul ul li:nth-child(odd){ transform: translate3d(100%,0,0);}#imHeader_imMenuObject_06 ul ul li:nth-child(even){ transform: translate3d(-100%,0,0);}#imHeader_imMenuObject_06 ul ul.inline-block {display: inline-block; }
	#imHeader_imMenuObject_06 ul ul.animated { visibility: visible; opacity: 1; transition-delay: 0s, 0s; }
	#imHeader_imMenuObject_06 ul ul li.animated { opacity: 1; transform: translate3d(0,0,0); }
	#imHeader_imMenuObject_06_container > ul > li:nth-child(6n+1) {
	margin-inline-start: 0px; 
	clear: left; clear: inline-start; 
	}
	#imHeader_imMenuObject_06_container > ul > li:nth-child(n+7) {
	margin-top: 10px; 
	}
	#imHeader_imMenuObject_06-menu-opened { display: none; }
	#imHeader_imMenuObject_06 .hamburger-component { display: none; }
	#imHeader_imObjectImage_08_wrapper { position: absolute; top: 15px; inset-inline-start: 450px; width: 150px; height: 100px; text-align: center; z-index: 1005; overflow: hidden; }
	#imHeader_imObjectImage_08_wrapper img {-webkit-clip-path: inset(0 0 0.99% 0);clip-path: inset(0 0 0.99% 0);}#imHeader_imCell_8 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_8 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectImage_08 { 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_8 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_09_wrapper { display: none; }
	#imHeader_imCell_9 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_9 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_09 { 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_9 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_09_text { font-size: 12.54pt; }
	#imHeader_imObjectTitle_09{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imHeader_imObjectTitle_09 { width: 100%; }
	#imHeader_imObjectTitle_09_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_10_wrapper { display: none; }
	#imHeader_imCell_10 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_10 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_10 { 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_10 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_10_text { font-size: 14.67pt; }
	#imHeader_imObjectTitle_10{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imHeader_imObjectTitle_10 { width: 100%; }
	#imHeader_imObjectTitle_10_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_11_wrapper { display: none; }
	#imHeader_imCell_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_11 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_11 { 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_11 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_11{ text-shadow: 0px 0px 0px rgba(69, 129, 142, 1.000), 1px 1px 0px rgba(69, 129, 142, 0.640), 2px 2px 0px rgba(69, 129, 142, 0.360), 3px 3px 0px rgba(69, 129, 142, 0.160), 4px 4px 0px rgba(69, 129, 142, 0.040) ;}#imHeader_imObjectTitle_11 { width: 100%; }
	#imHeader_imObjectTitle_11_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_12_wrapper { position: absolute; top: 125px; inset-inline-start: 5px; width: 1045px; height: 45px; text-align: center; z-index: 1009;  }
	#imHeader_imCell_12 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_12 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_12 { 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_12 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_12{ text-shadow: 0px 0px 5px rgba(69, 129, 142, 1)}#imHeader_imObjectTitle_12 { width: 100%; }
	#imHeader_imObjectTitle_12_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_13_wrapper { position: absolute; top: 190px; inset-inline-start: 5px; width: 1045px; height: 40px; text-align: center; z-index: 1010;  }
	#imHeader_imCell_13 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_13 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_13 { 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_13 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_13{ text-shadow: 0px 0px 0px rgba(69, 129, 142, 1.000), 1px 1px 0px rgba(69, 129, 142, 0.640), 2px 2px 0px rgba(69, 129, 142, 0.360), 3px 3px 0px rgba(69, 129, 142, 0.160), 4px 4px 0px rgba(69, 129, 142, 0.040) ;}#imHeader_imObjectTitle_13 { width: 100%; }
	#imHeader_imObjectTitle_13_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_14_wrapper { display: none; }
	#imHeader_imCell_14 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_14 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_14 { 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_14 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_14{ text-shadow: 0px 0px 5px rgba(69, 129, 142, 1)}#imHeader_imObjectTitle_14 { width: 100%; }
	#imHeader_imObjectTitle_14_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_15_wrapper { display: none; }
	#imHeader_imCell_15 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_15 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_15 { 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_15 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_15{ text-shadow: 0px 0px 0px rgba(69, 129, 142, 1.000), 1px 1px 0px rgba(69, 129, 142, 0.640), 2px 2px 0px rgba(69, 129, 142, 0.360), 3px 3px 0px rgba(69, 129, 142, 0.160), 4px 4px 0px rgba(69, 129, 142, 0.040) ;}#imHeader_imObjectTitle_15 { width: 100%; }
	#imHeader_imObjectTitle_15_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_16_wrapper { display: none; }
	#imHeader_imCell_16 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_16 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_16 { 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_16 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_16{ text-shadow: 0px 0px 5px rgba(69, 129, 142, 1)}#imHeader_imObjectTitle_16 { width: 100%; }
	#imHeader_imObjectTitle_16_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_17_wrapper { display: none; }
	#imHeader_imCell_17 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_17 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_17 { 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_17 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_17{ text-shadow: 0px 0px 0px rgba(69, 129, 142, 1.000), 1px 1px 0px rgba(69, 129, 142, 0.640), 2px 2px 0px rgba(69, 129, 142, 0.360), 3px 3px 0px rgba(69, 129, 142, 0.160), 4px 4px 0px rgba(69, 129, 142, 0.040) ;}#imHeader_imObjectTitle_17 { width: 100%; }
	#imHeader_imObjectTitle_17_text { margin: 0px; 
	 }
	
}

@media (max-width: 1054.9px) and (min-width: 960.0px) {
	#imHeader_imObjectTitle_05_wrapper { display: none; }
	#imHeader_imCell_5 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_5 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_05 { 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_5 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_05{ text-shadow: 0px 0px 5px rgba(69, 129, 142, 1)}#imHeader_imObjectTitle_05 { width: 100%; }
	#imHeader_imObjectTitle_05_text { margin: 0px; 
	 }
	#imHeader_imTextObject_07_wrapper { display: none; }
	#imHeader_imCell_7 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_7 { grid-template-rows: [row-content] auto ; }
	#imHeader_imTextObject_07 { 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_7 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imTextObject_07 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imHeader_imMenuObject_06_wrapper { position: absolute; top: 249px; inset-inline-start: 0px; width: 958px; height: 50px; text-align: center; z-index: 1004;  }
	#imHeader_imCell_6 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_6 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_06 { 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_6 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imHeader_imMenuObject_06_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_06_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_06_container > ul > li {position: relative;margin-inline-start: 10px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_06_container > ul > li > .label-wrapper, #imHeader_imMenuObject_06_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 134px; height: 41px; padding-block: 0px; padding-inline: 8px; border-width: 5px; border-radius: 0px; }
	#imHeader_imMenuObject_06 .hamburger-button {cursor: pointer; width: 41px; height: 41px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 5px; border-radius: 0px; }
	#imHeader_imMenuObject_06 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(24, 52, 63, 1); display: block; }
	#imHeader_imMenuObject_06 .label-inner-wrapper, #imHeader_imMenuObject_06 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_06_container > ul > li .label, #imHeader_imMenuObject_06 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_06_container > ul > li > .label-wrapper {background-color: rgba(124, 144, 128, 1);background-image: none;border-block-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-inline-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-style: solid; }
	#imHeader_imMenuObject_06_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_06_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_06 .hamburger-button {background-color: rgba(217, 234, 211, 1);background-image: none;border-block-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-inline-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-style: solid; }
	#imHeader_imMenuObject_06 .hamburger-button .label, #imHeader_imMenuObject_06 .hamburger-button button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(24, 52, 63, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_06_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(124, 144, 128, 1);background-image: none;border-block-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-inline-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-style: solid; }
	#imHeader_imMenuObject_06_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_06_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_06_container > ul > li.imPage >.sweeper > .label-wrapper-over {background-color: rgba(124, 144, 128, 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_06_container > ul > li.imPage >.sweeper > .label-wrapper-over .label, #imHeader_imMenuObject_06_container > ul > li.imPage >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 12pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	#imHeader_imMenuObject_06_container > ul > li.imPage > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 0; height: 100%; transition: all 0.5s;}#imHeader_imMenuObject_06_container > ul > li.imPage > .sweeper.animated {width: 100%;}#imHeader_imMenuObject_06_container > ul > li.imLevel >.sweeper > .label-wrapper-over {background-color: rgba(124, 144, 128, 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_06_container > ul > li.imLevel >.sweeper > .label-wrapper-over .label, #imHeader_imMenuObject_06_container > ul > li.imLevel >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 12pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	#imHeader_imMenuObject_06_container > ul > li.imLevel > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 0; height: 100%; transition: all 0.5s;}#imHeader_imMenuObject_06_container > ul > li.imLevel > .sweeper.animated {width: 100%;}/* Main menu separator button style */
	#imHeader_imMenuObject_06_container > ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;border-block-color: rgba(217, 217, 217, 1) rgba(217, 217, 217, 1); border-inline-color: rgba(217, 217, 217, 1) rgba(217, 217, 217, 1); border-style: solid; }
	#imHeader_imMenuObject_06_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_06_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imHeader_imMenuObject_06 .imLevel { cursor: default; }
	#imHeader_imMenuObject_06-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_06 { text-align: center; }
	#imHeader_imMenuObject_06 .hidden { display: none; }
	#imHeader_imMenuObject_06-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_06-menu-opened ul ul { display: none; }
	#imHeader_imMenuObject_06-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_06-menu-opened #imHeader_imMenuObject_06_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_06-menu-opened #imHeader_imMenuObject_06_container-menu-opened > ul { position: absolute; inset-inline-start: 0px; inset-inline-end: auto;  top: 40px; background-color: rgba(24, 52, 63, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_06-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); }
	#imHeader_imMenuObject_06-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_06-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-start: 0px; width: 200px; border: solid; border-block-color: rgba(183, 183, 183, 1) rgba(183, 183, 183, 1); border-inline-color: rgba(183, 183, 183, 1) rgba(183, 183, 183, 1); 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_06-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(24, 52, 63, 1); opacity: 0.6;}
	.menu-imHeader_imMenuObject_06-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.6; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_06 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_06-menu-opened li {position: relative;margin-bottom: 30px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_06-menu-opened li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_06-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 190px; height: 85px; padding-block: 0px; padding-inline: 5px; }
	#imHeader_imMenuObject_06-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_06-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_06-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 200px;inset-inline-start: 0px; inset-inline-end: auto; background-color: rgba(24, 52, 63, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_06-menu-opened ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;}
	#imHeader_imMenuObject_06-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_06-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_06-menu-opened ul ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;}
	#imHeader_imMenuObject_06-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_06-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_06-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;}
	#imHeader_imMenuObject_06-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_06-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_06-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;}
	#imHeader_imMenuObject_06-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_06-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_06-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(217, 234, 211, 1);background-image: none;}
	#imHeader_imMenuObject_06-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_06-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 14pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(24, 52, 63, 1);font-weight: normal;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_06-menu-opened #imHeader_imMenuObject_06_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 234, 211, 1);background-image: none;}
	#imHeader_imMenuObject_06-menu-opened #imHeader_imMenuObject_06_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_06-menu-opened #imHeader_imMenuObject_06_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 14pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(24, 52, 63, 1);font-weight: normal;}
	#imHeader_imMenuObject_06-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 234, 211, 1);background-image: none;}
	#imHeader_imMenuObject_06-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_06-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 14pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(24, 52, 63, 1);font-weight: normal;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_06-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;}
	#imHeader_imMenuObject_06-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_06-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(147, 141, 129, 1);font-weight: normal;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_06-menu-opened {  transform: translate3d(-200px, 0, 0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_06-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_06-opened .responsive-menu-effect-push-container {  transform: translate3d(200px, 0, 0);}
	#imHeader_imObjectImage_08_wrapper { position: absolute; top: 8px; inset-inline-start: 400px; width: 165px; height: 116px; text-align: center; z-index: 1005; overflow: hidden; }
	#imHeader_imObjectImage_08_wrapper img {-webkit-clip-path: inset(0 0 -4.505% 0);clip-path: inset(0 0 -4.505% 0);}#imHeader_imCell_8 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_8 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectImage_08 { 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_8 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_09_wrapper { display: none; }
	#imHeader_imCell_9 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_9 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_09 { 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_9 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_09_text { font-size: 12.54pt; }
	#imHeader_imObjectTitle_09{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imHeader_imObjectTitle_09 { width: 100%; }
	#imHeader_imObjectTitle_09_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_10_wrapper { display: none; }
	#imHeader_imCell_10 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_10 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_10 { 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_10 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_10_text { font-size: 14.67pt; }
	#imHeader_imObjectTitle_10{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imHeader_imObjectTitle_10 { width: 100%; }
	#imHeader_imObjectTitle_10_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_11_wrapper { display: none; }
	#imHeader_imCell_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_11 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_11 { 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_11 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_11{ text-shadow: 0px 0px 0px rgba(69, 129, 142, 1.000), 1px 1px 0px rgba(69, 129, 142, 0.640), 2px 2px 0px rgba(69, 129, 142, 0.360), 3px 3px 0px rgba(69, 129, 142, 0.160), 4px 4px 0px rgba(69, 129, 142, 0.040) ;}#imHeader_imObjectTitle_11 { width: 100%; }
	#imHeader_imObjectTitle_11_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_12_wrapper { position: absolute; top: 129px; inset-inline-start: 5px; width: 950px; height: 40px; text-align: center; z-index: 1009;  }
	#imHeader_imCell_12 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_12 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_12 { 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_12 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_12{ text-shadow: 0px 0px 5px rgba(69, 129, 142, 1)}#imHeader_imObjectTitle_12 { width: 100%; }
	#imHeader_imObjectTitle_12_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_13_wrapper { position: absolute; top: 190px; inset-inline-start: 5px; width: 950px; height: 40px; text-align: center; z-index: 1010;  }
	#imHeader_imCell_13 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_13 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_13 { 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_13 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_13{ text-shadow: 0px 0px 0px rgba(69, 129, 142, 1.000), 1px 1px 0px rgba(69, 129, 142, 0.640), 2px 2px 0px rgba(69, 129, 142, 0.360), 3px 3px 0px rgba(69, 129, 142, 0.160), 4px 4px 0px rgba(69, 129, 142, 0.040) ;}#imHeader_imObjectTitle_13 { width: 100%; }
	#imHeader_imObjectTitle_13_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_14_wrapper { display: none; }
	#imHeader_imCell_14 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_14 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_14 { 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_14 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_14{ text-shadow: 0px 0px 5px rgba(69, 129, 142, 1)}#imHeader_imObjectTitle_14 { width: 100%; }
	#imHeader_imObjectTitle_14_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_15_wrapper { display: none; }
	#imHeader_imCell_15 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_15 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_15 { 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_15 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_15{ text-shadow: 0px 0px 0px rgba(69, 129, 142, 1.000), 1px 1px 0px rgba(69, 129, 142, 0.640), 2px 2px 0px rgba(69, 129, 142, 0.360), 3px 3px 0px rgba(69, 129, 142, 0.160), 4px 4px 0px rgba(69, 129, 142, 0.040) ;}#imHeader_imObjectTitle_15 { width: 100%; }
	#imHeader_imObjectTitle_15_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_16_wrapper { display: none; }
	#imHeader_imCell_16 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_16 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_16 { 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_16 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_16{ text-shadow: 0px 0px 5px rgba(69, 129, 142, 1)}#imHeader_imObjectTitle_16 { width: 100%; }
	#imHeader_imObjectTitle_16_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_17_wrapper { display: none; }
	#imHeader_imCell_17 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_17 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_17 { 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_17 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_17{ text-shadow: 0px 0px 0px rgba(69, 129, 142, 1.000), 1px 1px 0px rgba(69, 129, 142, 0.640), 2px 2px 0px rgba(69, 129, 142, 0.360), 3px 3px 0px rgba(69, 129, 142, 0.160), 4px 4px 0px rgba(69, 129, 142, 0.040) ;}#imHeader_imObjectTitle_17 { width: 100%; }
	#imHeader_imObjectTitle_17_text { margin: 0px; 
	 }
	
}

@media (max-width: 959.9px) and (min-width: 720.0px) {
	#imHeader_imObjectTitle_05_wrapper { display: none; }
	#imHeader_imCell_5 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_5 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_05 { 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_5 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_05{ text-shadow: 0px 0px 5px rgba(69, 129, 142, 1)}#imHeader_imObjectTitle_05 { width: 100%; }
	#imHeader_imObjectTitle_05_text { margin: 0px; 
	 }
	#imHeader_imTextObject_07_wrapper { display: none; }
	#imHeader_imCell_7 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_7 { grid-template-rows: [row-content] auto ; }
	#imHeader_imTextObject_07 { 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_7 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imTextObject_07 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imHeader_imMenuObject_06_wrapper { position: absolute; top: 143px; inset-inline-start: 0px; width: 718px; height: 57px; text-align: center; z-index: 1004;  }
	#imHeader_imCell_6 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_6 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_06 { 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_6 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imHeader_imMenuObject_06_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_06_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_06_container > ul > li {position: relative;margin-inline-start: 10px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_06_container > ul > li > .label-wrapper, #imHeader_imMenuObject_06_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 134px; height: 41px; padding-block: 0px; padding-inline: 8px; border-width: 5px; border-radius: 0px; }
	#imHeader_imMenuObject_06 .hamburger-button {cursor: pointer; width: 41px; height: 41px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 5px; border-radius: 0px; }
	#imHeader_imMenuObject_06 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(24, 52, 63, 1); display: block; }
	#imHeader_imMenuObject_06 .label-inner-wrapper, #imHeader_imMenuObject_06 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_06_container > ul > li .label, #imHeader_imMenuObject_06 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_06_container > ul > li > .label-wrapper {background-color: rgba(124, 144, 128, 1);background-image: none;border-block-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-inline-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-style: solid; }
	#imHeader_imMenuObject_06_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_06_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_06 .hamburger-button {background-color: rgba(217, 234, 211, 1);background-image: none;border-block-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-inline-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-style: solid; }
	#imHeader_imMenuObject_06 .hamburger-button .label, #imHeader_imMenuObject_06 .hamburger-button button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(24, 52, 63, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_06_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(124, 144, 128, 1);background-image: none;border-block-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-inline-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-style: solid; }
	#imHeader_imMenuObject_06_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_06_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_06_container > ul > li.imPage >.sweeper > .label-wrapper-over {background-color: rgba(124, 144, 128, 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_06_container > ul > li.imPage >.sweeper > .label-wrapper-over .label, #imHeader_imMenuObject_06_container > ul > li.imPage >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 12pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	#imHeader_imMenuObject_06_container > ul > li.imPage > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 0; height: 100%; transition: all 0.5s;}#imHeader_imMenuObject_06_container > ul > li.imPage > .sweeper.animated {width: 100%;}#imHeader_imMenuObject_06_container > ul > li.imLevel >.sweeper > .label-wrapper-over {background-color: rgba(124, 144, 128, 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_06_container > ul > li.imLevel >.sweeper > .label-wrapper-over .label, #imHeader_imMenuObject_06_container > ul > li.imLevel >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 12pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	#imHeader_imMenuObject_06_container > ul > li.imLevel > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 0; height: 100%; transition: all 0.5s;}#imHeader_imMenuObject_06_container > ul > li.imLevel > .sweeper.animated {width: 100%;}/* Main menu separator button style */
	#imHeader_imMenuObject_06_container > ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;border-block-color: rgba(217, 217, 217, 1) rgba(217, 217, 217, 1); border-inline-color: rgba(217, 217, 217, 1) rgba(217, 217, 217, 1); border-style: solid; }
	#imHeader_imMenuObject_06_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_06_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imHeader_imMenuObject_06 .imLevel { cursor: default; }
	#imHeader_imMenuObject_06-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_06 { text-align: center; }
	#imHeader_imMenuObject_06 .hidden { display: none; }
	#imHeader_imMenuObject_06-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_06-menu-opened ul ul { display: none; }
	#imHeader_imMenuObject_06-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_06-menu-opened #imHeader_imMenuObject_06_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_06-menu-opened #imHeader_imMenuObject_06_container-menu-opened > ul { position: absolute; inset-inline-start: 0px; inset-inline-end: auto;  top: 40px; background-color: rgba(24, 52, 63, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_06-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); }
	#imHeader_imMenuObject_06-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_06-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-start: 0px; width: 200px; border: solid; border-block-color: rgba(183, 183, 183, 1) rgba(183, 183, 183, 1); border-inline-color: rgba(183, 183, 183, 1) rgba(183, 183, 183, 1); 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_06-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(24, 52, 63, 1); opacity: 0.6;}
	.menu-imHeader_imMenuObject_06-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.6; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_06 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_06-menu-opened li {position: relative;margin-bottom: 30px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_06-menu-opened li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_06-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 190px; height: 85px; padding-block: 0px; padding-inline: 5px; }
	#imHeader_imMenuObject_06-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_06-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_06-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 200px;inset-inline-start: 0px; inset-inline-end: auto; background-color: rgba(24, 52, 63, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_06-menu-opened ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;}
	#imHeader_imMenuObject_06-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_06-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_06-menu-opened ul ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;}
	#imHeader_imMenuObject_06-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_06-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_06-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;}
	#imHeader_imMenuObject_06-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_06-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_06-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;}
	#imHeader_imMenuObject_06-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_06-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_06-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(217, 234, 211, 1);background-image: none;}
	#imHeader_imMenuObject_06-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_06-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 14pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(24, 52, 63, 1);font-weight: normal;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_06-menu-opened #imHeader_imMenuObject_06_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 234, 211, 1);background-image: none;}
	#imHeader_imMenuObject_06-menu-opened #imHeader_imMenuObject_06_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_06-menu-opened #imHeader_imMenuObject_06_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 14pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(24, 52, 63, 1);font-weight: normal;}
	#imHeader_imMenuObject_06-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 234, 211, 1);background-image: none;}
	#imHeader_imMenuObject_06-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_06-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 14pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(24, 52, 63, 1);font-weight: normal;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_06-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;}
	#imHeader_imMenuObject_06-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_06-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(147, 141, 129, 1);font-weight: normal;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_06-menu-opened {  transform: translate3d(-200px, 0, 0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_06-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_06-opened .responsive-menu-effect-push-container {  transform: translate3d(200px, 0, 0);}
	#imHeader_imObjectImage_08_wrapper { position: absolute; top: 5px; inset-inline-start: 300px; width: 100px; height: 70px; text-align: center; z-index: 1005; overflow: hidden; }
	#imHeader_imObjectImage_08_wrapper img {-webkit-clip-path: inset(0 0 -4.478% 0);clip-path: inset(0 0 -4.478% 0);}#imHeader_imCell_8 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_8 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectImage_08 { 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_8 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_09_wrapper { display: none; }
	#imHeader_imCell_9 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_9 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_09 { 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_9 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_09_text { font-size: 12.54pt; }
	#imHeader_imObjectTitle_09{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imHeader_imObjectTitle_09 { width: 100%; }
	#imHeader_imObjectTitle_09_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_10_wrapper { display: none; }
	#imHeader_imCell_10 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_10 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_10 { 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_10 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_10_text { font-size: 14.67pt; }
	#imHeader_imObjectTitle_10{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imHeader_imObjectTitle_10 { width: 100%; }
	#imHeader_imObjectTitle_10_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_11_wrapper { display: none; }
	#imHeader_imCell_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_11 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_11 { 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_11 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_11{ text-shadow: 0px 0px 0px rgba(69, 129, 142, 1.000), 1px 1px 0px rgba(69, 129, 142, 0.640), 2px 2px 0px rgba(69, 129, 142, 0.360), 3px 3px 0px rgba(69, 129, 142, 0.160), 4px 4px 0px rgba(69, 129, 142, 0.040) ;}#imHeader_imObjectTitle_11 { width: 100%; }
	#imHeader_imObjectTitle_11_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_12_wrapper { display: none; }
	#imHeader_imCell_12 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_12 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_12 { 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_12 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_12{ text-shadow: 0px 0px 5px rgba(69, 129, 142, 1)}#imHeader_imObjectTitle_12 { width: 100%; }
	#imHeader_imObjectTitle_12_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_13_wrapper { display: none; }
	#imHeader_imCell_13 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_13 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_13 { 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_13 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_13{ text-shadow: 0px 0px 0px rgba(69, 129, 142, 1.000), 1px 1px 0px rgba(69, 129, 142, 0.640), 2px 2px 0px rgba(69, 129, 142, 0.360), 3px 3px 0px rgba(69, 129, 142, 0.160), 4px 4px 0px rgba(69, 129, 142, 0.040) ;}#imHeader_imObjectTitle_13 { width: 100%; }
	#imHeader_imObjectTitle_13_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_14_wrapper { position: absolute; top: 84px; inset-inline-start: 5px; width: 710px; height: 16px; text-align: center; z-index: 1011;  }
	#imHeader_imCell_14 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_14 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_14 { 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_14 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_14{ text-shadow: 0px 0px 5px rgba(69, 129, 142, 1)}#imHeader_imObjectTitle_14 { width: 100%; }
	#imHeader_imObjectTitle_14_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_15_wrapper { position: absolute; top: 118px; inset-inline-start: 5px; width: 710px; height: 20px; text-align: center; z-index: 1012;  }
	#imHeader_imCell_15 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_15 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_15 { 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_15 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_15{ text-shadow: 0px 0px 0px rgba(69, 129, 142, 1.000), 1px 1px 0px rgba(69, 129, 142, 0.640), 2px 2px 0px rgba(69, 129, 142, 0.360), 3px 3px 0px rgba(69, 129, 142, 0.160), 4px 4px 0px rgba(69, 129, 142, 0.040) ;}#imHeader_imObjectTitle_15 { width: 100%; }
	#imHeader_imObjectTitle_15_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_16_wrapper { display: none; }
	#imHeader_imCell_16 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_16 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_16 { 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_16 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_16{ text-shadow: 0px 0px 5px rgba(69, 129, 142, 1)}#imHeader_imObjectTitle_16 { width: 100%; }
	#imHeader_imObjectTitle_16_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_17_wrapper { display: none; }
	#imHeader_imCell_17 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_17 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_17 { 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_17 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_17{ text-shadow: 0px 0px 0px rgba(69, 129, 142, 1.000), 1px 1px 0px rgba(69, 129, 142, 0.640), 2px 2px 0px rgba(69, 129, 142, 0.360), 3px 3px 0px rgba(69, 129, 142, 0.160), 4px 4px 0px rgba(69, 129, 142, 0.040) ;}#imHeader_imObjectTitle_17 { width: 100%; }
	#imHeader_imObjectTitle_17_text { margin: 0px; 
	 }
	
}

@media (max-width: 719.9px) and (min-width: 480.0px) {
	#imHeader_imObjectTitle_05_wrapper { display: none; }
	#imHeader_imCell_5 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_5 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_05 { 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_5 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_05{ text-shadow: 0px 0px 5px rgba(69, 129, 142, 1)}#imHeader_imObjectTitle_05 { width: 100%; }
	#imHeader_imObjectTitle_05_text { margin: 0px; 
	 }
	#imHeader_imTextObject_07_wrapper { display: none; }
	#imHeader_imCell_7 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_7 { grid-template-rows: [row-content] auto ; }
	#imHeader_imTextObject_07 { 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_7 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imTextObject_07 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imHeader_imMenuObject_06_wrapper { position: absolute; top: 149px; inset-inline-start: 210px; width: 50px; height: 50px; text-align: center; z-index: 1004;  }
	#imHeader_imCell_6 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_6 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_06 { 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_6 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imHeader_imMenuObject_06_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_06_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_06_container > ul > li {position: relative;margin-inline-start: 10px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_06_container > ul > li > .label-wrapper, #imHeader_imMenuObject_06_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 134px; height: 41px; padding-block: 0px; padding-inline: 8px; border-width: 5px; border-radius: 0px; }
	#imHeader_imMenuObject_06 .hamburger-button {cursor: pointer; width: 41px; height: 41px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 5px; border-radius: 0px; }
	#imHeader_imMenuObject_06 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(24, 52, 63, 1); display: block; }
	#imHeader_imMenuObject_06 .label-inner-wrapper, #imHeader_imMenuObject_06 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_06_container > ul > li .label, #imHeader_imMenuObject_06 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_06_container > ul > li > .label-wrapper {background-color: rgba(124, 144, 128, 1);background-image: none;border-block-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-inline-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-style: solid; }
	#imHeader_imMenuObject_06_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_06_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_06 .hamburger-button {background-color: rgba(217, 234, 211, 1);background-image: none;border-block-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-inline-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-style: solid; }
	#imHeader_imMenuObject_06 .hamburger-button .label, #imHeader_imMenuObject_06 .hamburger-button button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(24, 52, 63, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_06_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(124, 144, 128, 1);background-image: none;border-block-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-inline-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-style: solid; }
	#imHeader_imMenuObject_06_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_06_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_06_container > ul > li.imPage >.sweeper > .label-wrapper-over {background-color: rgba(124, 144, 128, 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_06_container > ul > li.imPage >.sweeper > .label-wrapper-over .label, #imHeader_imMenuObject_06_container > ul > li.imPage >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 12pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	#imHeader_imMenuObject_06_container > ul > li.imPage > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 0; height: 100%; transition: all 0.5s;}#imHeader_imMenuObject_06_container > ul > li.imPage > .sweeper.animated {width: 100%;}#imHeader_imMenuObject_06_container > ul > li.imLevel >.sweeper > .label-wrapper-over {background-color: rgba(124, 144, 128, 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_06_container > ul > li.imLevel >.sweeper > .label-wrapper-over .label, #imHeader_imMenuObject_06_container > ul > li.imLevel >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 12pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	#imHeader_imMenuObject_06_container > ul > li.imLevel > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 0; height: 100%; transition: all 0.5s;}#imHeader_imMenuObject_06_container > ul > li.imLevel > .sweeper.animated {width: 100%;}/* Main menu separator button style */
	#imHeader_imMenuObject_06_container > ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;border-block-color: rgba(217, 217, 217, 1) rgba(217, 217, 217, 1); border-inline-color: rgba(217, 217, 217, 1) rgba(217, 217, 217, 1); border-style: solid; }
	#imHeader_imMenuObject_06_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_06_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imHeader_imMenuObject_06 .imLevel { cursor: default; }
	#imHeader_imMenuObject_06-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_06 { text-align: center; }
	#imHeader_imMenuObject_06 .hidden { display: none; }
	#imHeader_imMenuObject_06-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_06-menu-opened ul ul { display: none; }
	#imHeader_imMenuObject_06-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_06-menu-opened #imHeader_imMenuObject_06_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_06-menu-opened #imHeader_imMenuObject_06_container-menu-opened > ul { position: absolute; inset-inline-start: 0px; inset-inline-end: auto;  top: 40px; background-color: rgba(24, 52, 63, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_06-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); }
	#imHeader_imMenuObject_06-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_06-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-start: 0px; width: 200px; border: solid; border-block-color: rgba(183, 183, 183, 1) rgba(183, 183, 183, 1); border-inline-color: rgba(183, 183, 183, 1) rgba(183, 183, 183, 1); 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_06-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(24, 52, 63, 1); opacity: 0.6;}
	.menu-imHeader_imMenuObject_06-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.6; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_06 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_06-menu-opened li {position: relative;margin-bottom: 30px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_06-menu-opened li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_06-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 190px; height: 85px; padding-block: 0px; padding-inline: 5px; }
	#imHeader_imMenuObject_06-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_06-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_06-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 200px;inset-inline-start: 0px; inset-inline-end: auto; background-color: rgba(24, 52, 63, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_06-menu-opened ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;}
	#imHeader_imMenuObject_06-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_06-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_06-menu-opened ul ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;}
	#imHeader_imMenuObject_06-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_06-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_06-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;}
	#imHeader_imMenuObject_06-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_06-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_06-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;}
	#imHeader_imMenuObject_06-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_06-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_06-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(217, 234, 211, 1);background-image: none;}
	#imHeader_imMenuObject_06-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_06-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 14pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(24, 52, 63, 1);font-weight: normal;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_06-menu-opened #imHeader_imMenuObject_06_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 234, 211, 1);background-image: none;}
	#imHeader_imMenuObject_06-menu-opened #imHeader_imMenuObject_06_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_06-menu-opened #imHeader_imMenuObject_06_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 14pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(24, 52, 63, 1);font-weight: normal;}
	#imHeader_imMenuObject_06-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 234, 211, 1);background-image: none;}
	#imHeader_imMenuObject_06-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_06-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 14pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(24, 52, 63, 1);font-weight: normal;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_06-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;}
	#imHeader_imMenuObject_06-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_06-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(147, 141, 129, 1);font-weight: normal;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_06-menu-opened {  transform: translate3d(-200px, 0, 0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_06-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_06-opened .responsive-menu-effect-push-container {  transform: translate3d(200px, 0, 0);}
	#imHeader_imObjectImage_08_wrapper { position: absolute; top: 5px; inset-inline-start: 184px; width: 100px; height: 70px; text-align: center; z-index: 1005; overflow: hidden; }
	#imHeader_imObjectImage_08_wrapper img {-webkit-clip-path: inset(0 0 -4.478% 0);clip-path: inset(0 0 -4.478% 0);}#imHeader_imCell_8 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_8 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectImage_08 { 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_8 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_09_wrapper { display: none; }
	#imHeader_imCell_9 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_9 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_09 { 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_9 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_09_text { font-size: 12.54pt; }
	#imHeader_imObjectTitle_09{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imHeader_imObjectTitle_09 { width: 100%; }
	#imHeader_imObjectTitle_09_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_10_wrapper { display: none; }
	#imHeader_imCell_10 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_10 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_10 { 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_10 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_10_text { font-size: 14.67pt; }
	#imHeader_imObjectTitle_10{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imHeader_imObjectTitle_10 { width: 100%; }
	#imHeader_imObjectTitle_10_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_11_wrapper { display: none; }
	#imHeader_imCell_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_11 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_11 { 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_11 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_11{ text-shadow: 0px 0px 0px rgba(69, 129, 142, 1.000), 1px 1px 0px rgba(69, 129, 142, 0.640), 2px 2px 0px rgba(69, 129, 142, 0.360), 3px 3px 0px rgba(69, 129, 142, 0.160), 4px 4px 0px rgba(69, 129, 142, 0.040) ;}#imHeader_imObjectTitle_11 { width: 100%; }
	#imHeader_imObjectTitle_11_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_12_wrapper { display: none; }
	#imHeader_imCell_12 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_12 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_12 { 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_12 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_12{ text-shadow: 0px 0px 5px rgba(69, 129, 142, 1)}#imHeader_imObjectTitle_12 { width: 100%; }
	#imHeader_imObjectTitle_12_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_13_wrapper { display: none; }
	#imHeader_imCell_13 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_13 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_13 { 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_13 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_13{ text-shadow: 0px 0px 0px rgba(69, 129, 142, 1.000), 1px 1px 0px rgba(69, 129, 142, 0.640), 2px 2px 0px rgba(69, 129, 142, 0.360), 3px 3px 0px rgba(69, 129, 142, 0.160), 4px 4px 0px rgba(69, 129, 142, 0.040) ;}#imHeader_imObjectTitle_13 { width: 100%; }
	#imHeader_imObjectTitle_13_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_14_wrapper { display: none; }
	#imHeader_imCell_14 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_14 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_14 { 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_14 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_14{ text-shadow: 0px 0px 5px rgba(69, 129, 142, 1)}#imHeader_imObjectTitle_14 { width: 100%; }
	#imHeader_imObjectTitle_14_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_15_wrapper { display: none; }
	#imHeader_imCell_15 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_15 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_15 { 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_15 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_15{ text-shadow: 0px 0px 0px rgba(69, 129, 142, 1.000), 1px 1px 0px rgba(69, 129, 142, 0.640), 2px 2px 0px rgba(69, 129, 142, 0.360), 3px 3px 0px rgba(69, 129, 142, 0.160), 4px 4px 0px rgba(69, 129, 142, 0.040) ;}#imHeader_imObjectTitle_15 { width: 100%; }
	#imHeader_imObjectTitle_15_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_16_wrapper { position: absolute; top: 85px; inset-inline-start: 5px; width: 470px; height: 45px; text-align: center; z-index: 1013;  }
	#imHeader_imCell_16 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_16 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_16 { 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_16 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_16{ text-shadow: 0px 0px 5px rgba(69, 129, 142, 1)}#imHeader_imObjectTitle_16 { width: 100%; }
	#imHeader_imObjectTitle_16_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_17_wrapper { position: absolute; top: 117px; inset-inline-start: 5px; width: 470px; height: 40px; text-align: center; z-index: 1014;  }
	#imHeader_imCell_17 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_17 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_17 { 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_17 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_17{ text-shadow: 0px 0px 0px rgba(69, 129, 142, 1.000), 1px 1px 0px rgba(69, 129, 142, 0.640), 2px 2px 0px rgba(69, 129, 142, 0.360), 3px 3px 0px rgba(69, 129, 142, 0.160), 4px 4px 0px rgba(69, 129, 142, 0.040) ;}#imHeader_imObjectTitle_17 { width: 100%; }
	#imHeader_imObjectTitle_17_text { margin: 0px; 
	 }
	
}

@media (max-width: 479.9px)  {
	#imHeader_imObjectTitle_05_wrapper { display: none; }
	#imHeader_imCell_5 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_5 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_05 { 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_5 { box-sizing: border-box; }
	#imHeader_imObjectTitle_05{ text-shadow: 0px 0px 5px rgba(69, 129, 142, 1)}#imHeader_imObjectTitle_05 { width: 100%; }
	#imHeader_imObjectTitle_05_text { margin: 0px; 
	 }
	#imHeader_imTextObject_07_wrapper { display: none; }
	#imHeader_imCell_7 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_7 { grid-template-rows: [row-content] auto ; }
	#imHeader_imTextObject_07 { 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_7 { box-sizing: border-box; }
	#imHeader_imTextObject_07 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imHeader_imMenuObject_06_wrapper { position: absolute; top: 149px; inset-inline-start: 135px; width: 50px; height: 50px; text-align: center; z-index: 1004;  }
	#imHeader_imCell_6 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_6 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_06 { 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_6 { box-sizing: border-box; }
	/* Main menu background */
	#imHeader_imMenuObject_06_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_06_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_06_container > ul > li {position: relative;margin-inline-start: 10px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_06_container > ul > li > .label-wrapper, #imHeader_imMenuObject_06_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 134px; height: 41px; padding-block: 0px; padding-inline: 8px; border-width: 5px; border-radius: 0px; }
	#imHeader_imMenuObject_06 .hamburger-button {cursor: pointer; width: 41px; height: 41px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 5px; border-radius: 0px; }
	#imHeader_imMenuObject_06 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(24, 52, 63, 1); display: block; }
	#imHeader_imMenuObject_06 .label-inner-wrapper, #imHeader_imMenuObject_06 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_06_container > ul > li .label, #imHeader_imMenuObject_06 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_06_container > ul > li > .label-wrapper {background-color: rgba(124, 144, 128, 1);background-image: none;border-block-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-inline-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-style: solid; }
	#imHeader_imMenuObject_06_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_06_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_06 .hamburger-button {background-color: rgba(217, 234, 211, 1);background-image: none;border-block-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-inline-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-style: solid; }
	#imHeader_imMenuObject_06 .hamburger-button .label, #imHeader_imMenuObject_06 .hamburger-button button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(24, 52, 63, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_06_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(124, 144, 128, 1);background-image: none;border-block-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-inline-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-style: solid; }
	#imHeader_imMenuObject_06_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_06_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_06_container > ul > li.imPage >.sweeper > .label-wrapper-over {background-color: rgba(124, 144, 128, 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_06_container > ul > li.imPage >.sweeper > .label-wrapper-over .label, #imHeader_imMenuObject_06_container > ul > li.imPage >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 12pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	#imHeader_imMenuObject_06_container > ul > li.imPage > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 0; height: 100%; transition: all 0.5s;}#imHeader_imMenuObject_06_container > ul > li.imPage > .sweeper.animated {width: 100%;}#imHeader_imMenuObject_06_container > ul > li.imLevel >.sweeper > .label-wrapper-over {background-color: rgba(124, 144, 128, 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_06_container > ul > li.imLevel >.sweeper > .label-wrapper-over .label, #imHeader_imMenuObject_06_container > ul > li.imLevel >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 12pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	#imHeader_imMenuObject_06_container > ul > li.imLevel > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 0; height: 100%; transition: all 0.5s;}#imHeader_imMenuObject_06_container > ul > li.imLevel > .sweeper.animated {width: 100%;}/* Main menu separator button style */
	#imHeader_imMenuObject_06_container > ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;border-block-color: rgba(217, 217, 217, 1) rgba(217, 217, 217, 1); border-inline-color: rgba(217, 217, 217, 1) rgba(217, 217, 217, 1); border-style: solid; }
	#imHeader_imMenuObject_06_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_06_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imHeader_imMenuObject_06 .imLevel { cursor: default; }
	#imHeader_imMenuObject_06-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_06 { text-align: center; }
	#imHeader_imMenuObject_06 .hidden { display: none; }
	#imHeader_imMenuObject_06-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_06-menu-opened ul ul { display: none; }
	#imHeader_imMenuObject_06-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_06-menu-opened #imHeader_imMenuObject_06_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_06-menu-opened #imHeader_imMenuObject_06_container-menu-opened > ul { position: absolute; inset-inline-start: 0px; inset-inline-end: auto;  top: 40px; background-color: rgba(24, 52, 63, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_06-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); }
	#imHeader_imMenuObject_06-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_06-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-start: 0px; width: 200px; border: solid; border-block-color: rgba(183, 183, 183, 1) rgba(183, 183, 183, 1); border-inline-color: rgba(183, 183, 183, 1) rgba(183, 183, 183, 1); 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_06-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(24, 52, 63, 1); opacity: 0.6;}
	.menu-imHeader_imMenuObject_06-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.6; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_06 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_06-menu-opened li {position: relative;margin-bottom: 30px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_06-menu-opened li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_06-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 190px; height: 85px; padding-block: 0px; padding-inline: 5px; }
	#imHeader_imMenuObject_06-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_06-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_06-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 200px;inset-inline-start: 0px; inset-inline-end: auto; background-color: rgba(24, 52, 63, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_06-menu-opened ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;}
	#imHeader_imMenuObject_06-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_06-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_06-menu-opened ul ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;}
	#imHeader_imMenuObject_06-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_06-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_06-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;}
	#imHeader_imMenuObject_06-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_06-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_06-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;}
	#imHeader_imMenuObject_06-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_06-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_06-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(217, 234, 211, 1);background-image: none;}
	#imHeader_imMenuObject_06-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_06-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 14pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(24, 52, 63, 1);font-weight: normal;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_06-menu-opened #imHeader_imMenuObject_06_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 234, 211, 1);background-image: none;}
	#imHeader_imMenuObject_06-menu-opened #imHeader_imMenuObject_06_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_06-menu-opened #imHeader_imMenuObject_06_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 14pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(24, 52, 63, 1);font-weight: normal;}
	#imHeader_imMenuObject_06-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 234, 211, 1);background-image: none;}
	#imHeader_imMenuObject_06-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_06-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 14pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(24, 52, 63, 1);font-weight: normal;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_06-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;}
	#imHeader_imMenuObject_06-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_06-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(147, 141, 129, 1);font-weight: normal;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_06-menu-opened {  transform: translate3d(-200px, 0, 0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_06-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_06-opened .responsive-menu-effect-push-container {  transform: translate3d(200px, 0, 0);}
	#imHeader_imObjectImage_08_wrapper { position: absolute; top: 5px; inset-inline-start: 111px; width: 80px; height: 60px; text-align: center; z-index: 1005; overflow: hidden; }
	#imHeader_imObjectImage_08_wrapper img {-webkit-clip-path: inset(0 0 -11.111% 0);clip-path: inset(0 0 -11.111% 0);}#imHeader_imCell_8 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_8 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectImage_08 { 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_8 { box-sizing: border-box; }
	#imHeader_imObjectTitle_09_wrapper { display: none; }
	#imHeader_imCell_9 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_9 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_09 { 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_9 { box-sizing: border-box; }
	#imHeader_imObjectTitle_09_text { font-size: 12.54pt; }
	#imHeader_imObjectTitle_09{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imHeader_imObjectTitle_09 { width: 100%; }
	#imHeader_imObjectTitle_09_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_10_wrapper { display: none; }
	#imHeader_imCell_10 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_10 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_10 { 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_10 { box-sizing: border-box; }
	#imHeader_imObjectTitle_10_text { font-size: 14.67pt; }
	#imHeader_imObjectTitle_10{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imHeader_imObjectTitle_10 { width: 100%; }
	#imHeader_imObjectTitle_10_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_11_wrapper { display: none; }
	#imHeader_imCell_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_11 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_11 { 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_11 { box-sizing: border-box; }
	#imHeader_imObjectTitle_11_text { font-size: 17.64pt; }
	#imHeader_imObjectTitle_11{ text-shadow: 0px 0px 0px rgba(69, 129, 142, 1.000), 1px 1px 0px rgba(69, 129, 142, 0.640), 2px 2px 0px rgba(69, 129, 142, 0.360), 3px 3px 0px rgba(69, 129, 142, 0.160), 4px 4px 0px rgba(69, 129, 142, 0.040) ;}#imHeader_imObjectTitle_11 { width: 100%; }
	#imHeader_imObjectTitle_11_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_12_wrapper { display: none; }
	#imHeader_imCell_12 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_12 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_12 { 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_12 { box-sizing: border-box; }
	#imHeader_imObjectTitle_12{ text-shadow: 0px 0px 5px rgba(69, 129, 142, 1)}#imHeader_imObjectTitle_12 { width: 100%; }
	#imHeader_imObjectTitle_12_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_13_wrapper { display: none; }
	#imHeader_imCell_13 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_13 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_13 { 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_13 { box-sizing: border-box; }
	#imHeader_imObjectTitle_13_text { font-size: 17.64pt; }
	#imHeader_imObjectTitle_13{ text-shadow: 0px 0px 0px rgba(69, 129, 142, 1.000), 1px 1px 0px rgba(69, 129, 142, 0.640), 2px 2px 0px rgba(69, 129, 142, 0.360), 3px 3px 0px rgba(69, 129, 142, 0.160), 4px 4px 0px rgba(69, 129, 142, 0.040) ;}#imHeader_imObjectTitle_13 { width: 100%; }
	#imHeader_imObjectTitle_13_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_14_wrapper { position: absolute; top: 78px; inset-inline-start: 0px; width: 318px; height: 45px; text-align: center; z-index: 1011;  }
	#imHeader_imCell_14 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_14 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_14 { 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_14 { box-sizing: border-box; }
	#imHeader_imObjectTitle_14{ text-shadow: 0px 0px 5px rgba(69, 129, 142, 1)}#imHeader_imObjectTitle_14 { width: 100%; }
	#imHeader_imObjectTitle_14_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_15_wrapper { position: absolute; top: 108px; inset-inline-start: 1px; width: 318px; height: 30px; text-align: center; z-index: 1012;  }
	#imHeader_imCell_15 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_15 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_15 { 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_15 { box-sizing: border-box; }
	#imHeader_imObjectTitle_15{ text-shadow: 0px 0px 0px rgba(69, 129, 142, 1.000), 1px 1px 0px rgba(69, 129, 142, 0.640), 2px 2px 0px rgba(69, 129, 142, 0.360), 3px 3px 0px rgba(69, 129, 142, 0.160), 4px 4px 0px rgba(69, 129, 142, 0.040) ;}#imHeader_imObjectTitle_15 { width: 100%; }
	#imHeader_imObjectTitle_15_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_16_wrapper { display: none; }
	#imHeader_imCell_16 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_16 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_16 { 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_16 { box-sizing: border-box; }
	#imHeader_imObjectTitle_16{ text-shadow: 0px 0px 5px rgba(69, 129, 142, 1)}#imHeader_imObjectTitle_16 { width: 100%; }
	#imHeader_imObjectTitle_16_text { margin: 0px; 
	 }
	#imHeader_imObjectTitle_17_wrapper { display: none; }
	#imHeader_imCell_17 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_17 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_17 { 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_17 { box-sizing: border-box; }
	#imHeader_imObjectTitle_17{ text-shadow: 0px 0px 0px rgba(69, 129, 142, 1.000), 1px 1px 0px rgba(69, 129, 142, 0.640), 2px 2px 0px rgba(69, 129, 142, 0.360), 3px 3px 0px rgba(69, 129, 142, 0.160), 4px 4px 0px rgba(69, 129, 142, 0.040) ;}#imHeader_imObjectTitle_17 { width: 100%; }
	#imHeader_imObjectTitle_17_text { margin: 0px; 
	 }
	
}

@media (min-width: 1150.0px) {
	#imFooter_imObjectTitle_01_wrapper { position: absolute; top: 145px; inset-inline-start: 1px; width: 1148px; height: 60px; text-align: center; z-index: 1002;  }
	#imFooter_imCell_1 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_1 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_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; }
	#imFooter_imCellStyleBorders_1 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_01{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imFooter_imObjectTitle_01 { width: 100%; }
	#imFooter_imObjectTitle_01_text { margin: 0px; 
	 }
	#imFooter_imObjectImage_02_wrapper { position: absolute; top: 5px; inset-inline-start: 490px; width: 170px; height: 120px; text-align: center; z-index: 1003; overflow: hidden; }
	#imFooter_imObjectImage_02_wrapper img {-webkit-clip-path: inset(0 0 -5.263% 0);clip-path: inset(0 0 -5.263% 0);}#imFooter_imCell_2 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_2 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_02 { 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_2 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_05_wrapper { position: absolute; top: 225px; inset-inline-start: 370px; width: 65px; height: 20px; text-align: center; z-index: 1004;  }
	#imFooter_imCell_5 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_5 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_05 { 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_5 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_05 { width: 100%; }
	#imFooter_imObjectTitle_05_text { margin: 0px; 
	 }
	#imFooter_imObjectImage_06_wrapper { position: absolute; top: 210px; inset-inline-start: 550px; width: 40px; height: 40px; text-align: center; z-index: 1005; overflow: hidden; }
	#imFooter_imObjectImage_06_wrapper img {-webkit-clip-path: inset(0 0 4.762% 0);clip-path: inset(0 0 4.762% 0);}#imFooter_imCell_6 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_6 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_06 { 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_6 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_07_wrapper { position: absolute; top: 225px; inset-inline-start: 712px; width: 75px; height: 20px; text-align: center; z-index: 1006;  }
	#imFooter_imCell_7 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_7 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_07 { 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_7 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_07 { width: 100%; }
	#imFooter_imObjectTitle_07_text { margin: 0px; 
	 }
	#imFooter_imObjectTitle_08_wrapper { display: none; }
	#imFooter_imCell_8 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_8 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_08 { 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_8 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_08{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imFooter_imObjectTitle_08 { width: 100%; }
	#imFooter_imObjectTitle_08_text { margin: 0px; 
	 }
	#imFooter_imObjectTitle_09_wrapper { display: none; }
	#imFooter_imCell_9 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_9 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_09 { 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_9 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_09{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imFooter_imObjectTitle_09 { width: 100%; }
	#imFooter_imObjectTitle_09_text { margin: 0px; 
	 }
	#imFooter_imObjectTitle_10_wrapper { display: none; }
	#imFooter_imCell_10 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_10 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_10 { 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_10 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_10_text { font-size: 14.79pt; }
	#imFooter_imObjectTitle_10{ text-shadow: 3px 3px 3px rgba(217, 234, 211, 1)}#imFooter_imObjectTitle_10 { width: 100%; }
	#imFooter_imObjectTitle_10_text { margin: 0px; 
	 }
	#imFooter_imObjectTitle_11_wrapper { display: none; }
	#imFooter_imCell_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_11 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_11 { 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_11 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_11_text { font-size: 25.73pt; }
	#imFooter_imObjectTitle_11{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imFooter_imObjectTitle_11 { width: 100%; }
	#imFooter_imObjectTitle_11_text { margin: 0px; 
	 }
	
}

@media (max-width: 1149.9px) and (min-width: 1102.0px) {
	#imFooter_imObjectTitle_01_wrapper { position: absolute; top: 160px; inset-inline-start: 1px; width: 1100px; height: 60px; text-align: center; z-index: 1002;  }
	#imFooter_imCell_1 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_1 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_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; }
	#imFooter_imCellStyleBorders_1 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_01{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imFooter_imObjectTitle_01 { width: 100%; }
	#imFooter_imObjectTitle_01_text { margin: 0px; 
	 }
	#imFooter_imObjectImage_02_wrapper { position: absolute; top: 20px; inset-inline-start: 465px; width: 170px; height: 120px; text-align: center; z-index: 1003; overflow: hidden; }
	#imFooter_imObjectImage_02_wrapper img {-webkit-clip-path: inset(0 0 -5.263% 0);clip-path: inset(0 0 -5.263% 0);}#imFooter_imCell_2 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_2 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_02 { 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_2 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_05_wrapper { position: absolute; top: 265px; inset-inline-start: 375px; width: 65px; height: 20px; text-align: center; z-index: 1004;  }
	#imFooter_imCell_5 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_5 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_05 { 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_5 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_05 { width: 100%; }
	#imFooter_imObjectTitle_05_text { margin: 0px; 
	 }
	#imFooter_imObjectImage_06_wrapper { position: absolute; top: 250px; inset-inline-start: 525px; width: 40px; height: 40px; text-align: center; z-index: 1005; overflow: hidden; }
	#imFooter_imObjectImage_06_wrapper img {-webkit-clip-path: inset(0 0 4.762% 0);clip-path: inset(0 0 4.762% 0);}#imFooter_imCell_6 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_6 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_06 { 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_6 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_07_wrapper { position: absolute; top: 265px; inset-inline-start: 665px; width: 75px; height: 20px; text-align: center; z-index: 1006;  }
	#imFooter_imCell_7 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_7 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_07 { 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_7 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_07 { width: 100%; }
	#imFooter_imObjectTitle_07_text { margin: 0px; 
	 }
	#imFooter_imObjectTitle_08_wrapper { display: none; }
	#imFooter_imCell_8 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_8 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_08 { 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_8 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_08{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imFooter_imObjectTitle_08 { width: 100%; }
	#imFooter_imObjectTitle_08_text { margin: 0px; 
	 }
	#imFooter_imObjectTitle_09_wrapper { display: none; }
	#imFooter_imCell_9 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_9 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_09 { 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_9 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_09{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imFooter_imObjectTitle_09 { width: 100%; }
	#imFooter_imObjectTitle_09_text { margin: 0px; 
	 }
	#imFooter_imObjectTitle_10_wrapper { display: none; }
	#imFooter_imCell_10 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_10 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_10 { 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_10 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_10_text { font-size: 14.79pt; }
	#imFooter_imObjectTitle_10{ text-shadow: 3px 3px 3px rgba(217, 234, 211, 1)}#imFooter_imObjectTitle_10 { width: 100%; }
	#imFooter_imObjectTitle_10_text { margin: 0px; 
	 }
	#imFooter_imObjectTitle_11_wrapper { display: none; }
	#imFooter_imCell_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_11 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_11 { 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_11 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_11_text { font-size: 25.73pt; }
	#imFooter_imObjectTitle_11{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imFooter_imObjectTitle_11 { width: 100%; }
	#imFooter_imObjectTitle_11_text { margin: 0px; 
	 }
	
}

@media (max-width: 1101.9px) and (min-width: 1055.0px) {
	#imFooter_imObjectTitle_01_wrapper { position: absolute; top: 160px; inset-inline-start: 0px; width: 1053px; height: 60px; text-align: center; z-index: 1002;  }
	#imFooter_imCell_1 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_1 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_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; }
	#imFooter_imCellStyleBorders_1 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_01{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imFooter_imObjectTitle_01 { width: 100%; }
	#imFooter_imObjectTitle_01_text { margin: 0px; 
	 }
	#imFooter_imObjectImage_02_wrapper { position: absolute; top: 20px; inset-inline-start: 443px; width: 170px; height: 120px; text-align: center; z-index: 1003; overflow: hidden; }
	#imFooter_imObjectImage_02_wrapper img {-webkit-clip-path: inset(0 0 -5.263% 0);clip-path: inset(0 0 -5.263% 0);}#imFooter_imCell_2 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_2 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_02 { 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_2 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_05_wrapper { position: absolute; top: 265px; inset-inline-start: 361px; width: 65px; height: 20px; text-align: center; z-index: 1004;  }
	#imFooter_imCell_5 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_5 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_05 { 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_5 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_05 { width: 100%; }
	#imFooter_imObjectTitle_05_text { margin: 0px; 
	 }
	#imFooter_imObjectImage_06_wrapper { position: absolute; top: 250px; inset-inline-start: 503px; width: 40px; height: 40px; text-align: center; z-index: 1005; overflow: hidden; }
	#imFooter_imObjectImage_06_wrapper img {-webkit-clip-path: inset(0 0 4.762% 0);clip-path: inset(0 0 4.762% 0);}#imFooter_imCell_6 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_6 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_06 { 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_6 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_07_wrapper { position: absolute; top: 265px; inset-inline-start: 631px; width: 75px; height: 20px; text-align: center; z-index: 1006;  }
	#imFooter_imCell_7 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_7 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_07 { 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_7 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_07 { width: 100%; }
	#imFooter_imObjectTitle_07_text { margin: 0px; 
	 }
	#imFooter_imObjectTitle_08_wrapper { display: none; }
	#imFooter_imCell_8 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_8 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_08 { 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_8 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_08{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imFooter_imObjectTitle_08 { width: 100%; }
	#imFooter_imObjectTitle_08_text { margin: 0px; 
	 }
	#imFooter_imObjectTitle_09_wrapper { display: none; }
	#imFooter_imCell_9 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_9 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_09 { 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_9 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_09{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imFooter_imObjectTitle_09 { width: 100%; }
	#imFooter_imObjectTitle_09_text { margin: 0px; 
	 }
	#imFooter_imObjectTitle_10_wrapper { display: none; }
	#imFooter_imCell_10 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_10 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_10 { 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_10 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_10_text { font-size: 14.79pt; }
	#imFooter_imObjectTitle_10{ text-shadow: 3px 3px 3px rgba(217, 234, 211, 1)}#imFooter_imObjectTitle_10 { width: 100%; }
	#imFooter_imObjectTitle_10_text { margin: 0px; 
	 }
	#imFooter_imObjectTitle_11_wrapper { display: none; }
	#imFooter_imCell_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_11 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_11 { 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_11 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_11_text { font-size: 25.73pt; }
	#imFooter_imObjectTitle_11{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imFooter_imObjectTitle_11 { width: 100%; }
	#imFooter_imObjectTitle_11_text { margin: 0px; 
	 }
	
}

@media (max-width: 1054.9px) and (min-width: 960.0px) {
	#imFooter_imObjectTitle_01_wrapper { position: absolute; top: 160px; inset-inline-start: 1px; width: 958px; height: 60px; text-align: center; z-index: 1002;  }
	#imFooter_imCell_1 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_1 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_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; }
	#imFooter_imCellStyleBorders_1 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_01{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imFooter_imObjectTitle_01 { width: 100%; }
	#imFooter_imObjectTitle_01_text { margin: 0px; 
	 }
	#imFooter_imObjectImage_02_wrapper { position: absolute; top: 20px; inset-inline-start: 395px; width: 170px; height: 120px; text-align: center; z-index: 1003; overflow: hidden; }
	#imFooter_imObjectImage_02_wrapper img {-webkit-clip-path: inset(0 0 -5.263% 0);clip-path: inset(0 0 -5.263% 0);}#imFooter_imCell_2 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_2 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_02 { 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_2 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_05_wrapper { position: absolute; top: 265px; inset-inline-start: 294px; width: 65px; height: 20px; text-align: center; z-index: 1004;  }
	#imFooter_imCell_5 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_5 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_05 { 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_5 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_05 { width: 100%; }
	#imFooter_imObjectTitle_05_text { margin: 0px; 
	 }
	#imFooter_imObjectImage_06_wrapper { position: absolute; top: 250px; inset-inline-start: 455px; width: 40px; height: 40px; text-align: center; z-index: 1005; overflow: hidden; }
	#imFooter_imObjectImage_06_wrapper img {-webkit-clip-path: inset(0 0 4.762% 0);clip-path: inset(0 0 4.762% 0);}#imFooter_imCell_6 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_6 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_06 { 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_6 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_07_wrapper { position: absolute; top: 265px; inset-inline-start: 586px; width: 75px; height: 20px; text-align: center; z-index: 1006;  }
	#imFooter_imCell_7 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_7 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_07 { 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_7 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_07 { width: 100%; }
	#imFooter_imObjectTitle_07_text { margin: 0px; 
	 }
	#imFooter_imObjectTitle_08_wrapper { display: none; }
	#imFooter_imCell_8 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_8 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_08 { 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_8 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_08{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imFooter_imObjectTitle_08 { width: 100%; }
	#imFooter_imObjectTitle_08_text { margin: 0px; 
	 }
	#imFooter_imObjectTitle_09_wrapper { display: none; }
	#imFooter_imCell_9 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_9 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_09 { 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_9 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_09{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imFooter_imObjectTitle_09 { width: 100%; }
	#imFooter_imObjectTitle_09_text { margin: 0px; 
	 }
	#imFooter_imObjectTitle_10_wrapper { display: none; }
	#imFooter_imCell_10 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_10 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_10 { 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_10 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_10_text { font-size: 14.79pt; }
	#imFooter_imObjectTitle_10{ text-shadow: 3px 3px 3px rgba(217, 234, 211, 1)}#imFooter_imObjectTitle_10 { width: 100%; }
	#imFooter_imObjectTitle_10_text { margin: 0px; 
	 }
	#imFooter_imObjectTitle_11_wrapper { display: none; }
	#imFooter_imCell_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_11 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_11 { 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_11 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_11_text { font-size: 25.73pt; }
	#imFooter_imObjectTitle_11{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imFooter_imObjectTitle_11 { width: 100%; }
	#imFooter_imObjectTitle_11_text { margin: 0px; 
	 }
	
}

@media (max-width: 959.9px) and (min-width: 720.0px) {
	#imFooter_imObjectTitle_01_wrapper { display: none; }
	#imFooter_imCell_1 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_1 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_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; }
	#imFooter_imCellStyleBorders_1 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_01{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imFooter_imObjectTitle_01 { width: 100%; }
	#imFooter_imObjectTitle_01_text { margin: 0px; 
	 }
	#imFooter_imObjectImage_02_wrapper { position: absolute; top: 5px; inset-inline-start: 300px; width: 120px; height: 80px; text-align: center; z-index: 1003; overflow: hidden; }
	#imFooter_imObjectImage_02_wrapper img {-webkit-clip-path: inset(0 0 0% 0);clip-path: inset(0 0 0% 0);}#imFooter_imCell_2 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_2 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_02 { 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_2 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_05_wrapper { position: absolute; top: 180px; inset-inline-start: 160px; width: 65px; height: 20px; text-align: center; z-index: 1004;  }
	#imFooter_imCell_5 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_5 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_05 { 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_5 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_05 { width: 100%; }
	#imFooter_imObjectTitle_05_text { margin: 0px; 
	 }
	#imFooter_imObjectImage_06_wrapper { position: absolute; top: 165px; inset-inline-start: 335px; width: 35px; height: 35px; text-align: center; z-index: 1005; overflow: hidden; }
	#imFooter_imObjectImage_06_wrapper img {-webkit-clip-path: inset(0 0 5.405% 0);clip-path: inset(0 0 5.405% 0);}#imFooter_imCell_6 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_6 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_06 { 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_6 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_07_wrapper { position: absolute; top: 180px; inset-inline-start: 510px; width: 75px; height: 20px; text-align: center; z-index: 1006;  }
	#imFooter_imCell_7 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_7 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_07 { 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_7 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_07 { width: 100%; }
	#imFooter_imObjectTitle_07_text { margin: 0px; 
	 }
	#imFooter_imObjectTitle_08_wrapper { display: none; }
	#imFooter_imCell_8 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_8 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_08 { 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_8 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_08{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imFooter_imObjectTitle_08 { width: 100%; }
	#imFooter_imObjectTitle_08_text { margin: 0px; 
	 }
	#imFooter_imObjectTitle_09_wrapper { display: none; }
	#imFooter_imCell_9 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_9 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_09 { 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_9 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_09{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imFooter_imObjectTitle_09 { width: 100%; }
	#imFooter_imObjectTitle_09_text { margin: 0px; 
	 }
	#imFooter_imObjectTitle_10_wrapper { display: none; }
	#imFooter_imCell_10 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_10 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_10 { 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_10 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_10_text { font-size: 14.79pt; }
	#imFooter_imObjectTitle_10{ text-shadow: 3px 3px 3px rgba(217, 234, 211, 1)}#imFooter_imObjectTitle_10 { width: 100%; }
	#imFooter_imObjectTitle_10_text { margin: 0px; 
	 }
	#imFooter_imObjectTitle_11_wrapper { position: absolute; top: 94px; inset-inline-start: 110px; width: 500px; height: 60px; text-align: center; z-index: 1010;  }
	#imFooter_imCell_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_11 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_11 { 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_11 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_11_text { font-size: 25.73pt; }
	#imFooter_imObjectTitle_11{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imFooter_imObjectTitle_11 { width: 100%; }
	#imFooter_imObjectTitle_11_text { margin: 0px; 
	 }
	
}

@media (max-width: 719.9px) and (min-width: 480.0px) {
	#imFooter_imObjectTitle_01_wrapper { display: none; }
	#imFooter_imCell_1 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_1 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_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; }
	#imFooter_imCellStyleBorders_1 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_01_text { font-size: 25.9pt; }
	#imFooter_imObjectTitle_01{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imFooter_imObjectTitle_01 { width: 100%; }
	#imFooter_imObjectTitle_01_text { margin: 0px; 
	 }
	#imFooter_imObjectImage_02_wrapper { position: absolute; top: 5px; inset-inline-start: 180px; width: 120px; height: 80px; text-align: center; z-index: 1003; overflow: hidden; }
	#imFooter_imObjectImage_02_wrapper img {-webkit-clip-path: inset(0 0 0% 0);clip-path: inset(0 0 0% 0);}#imFooter_imCell_2 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_2 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_02 { 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_2 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_05_wrapper { position: absolute; top: 180px; inset-inline-start: 100px; width: 65px; height: 20px; text-align: center; z-index: 1004;  }
	#imFooter_imCell_5 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_5 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_05 { 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_5 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_05 { width: 100%; }
	#imFooter_imObjectTitle_05_text { margin: 0px; 
	 }
	#imFooter_imObjectImage_06_wrapper { position: absolute; top: 165px; inset-inline-start: 215px; width: 35px; height: 35px; text-align: center; z-index: 1005; overflow: hidden; }
	#imFooter_imObjectImage_06_wrapper img {-webkit-clip-path: inset(0 0 5.405% 0);clip-path: inset(0 0 5.405% 0);}#imFooter_imCell_6 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_6 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_06 { 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_6 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_07_wrapper { position: absolute; top: 180px; inset-inline-start: 330px; width: 75px; height: 20px; text-align: center; z-index: 1006;  }
	#imFooter_imCell_7 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_7 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_07 { 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_7 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_07 { width: 100%; }
	#imFooter_imObjectTitle_07_text { margin: 0px; 
	 }
	#imFooter_imObjectTitle_08_wrapper { position: absolute; top: 100px; inset-inline-start: 50px; width: 380px; height: 50px; text-align: center; z-index: 1007;  }
	#imFooter_imCell_8 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_8 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_08 { 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_8 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_08_text { font-size: 20.43pt; }
	#imFooter_imObjectTitle_08{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imFooter_imObjectTitle_08 { width: 100%; }
	#imFooter_imObjectTitle_08_text { margin: 0px; 
	 }
	#imFooter_imObjectTitle_09_wrapper { display: none; }
	#imFooter_imCell_9 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_9 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_09 { 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_9 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_09{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imFooter_imObjectTitle_09 { width: 100%; }
	#imFooter_imObjectTitle_09_text { margin: 0px; 
	 }
	#imFooter_imObjectTitle_10_wrapper { display: none; }
	#imFooter_imCell_10 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_10 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_10 { 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_10 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_10_text { font-size: 14.79pt; }
	#imFooter_imObjectTitle_10{ text-shadow: 3px 3px 3px rgba(217, 234, 211, 1)}#imFooter_imObjectTitle_10 { width: 100%; }
	#imFooter_imObjectTitle_10_text { margin: 0px; 
	 }
	#imFooter_imObjectTitle_11_wrapper { display: none; }
	#imFooter_imCell_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_11 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_11 { 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_11 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectTitle_11_text { font-size: 25.73pt; }
	#imFooter_imObjectTitle_11{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imFooter_imObjectTitle_11 { width: 100%; }
	#imFooter_imObjectTitle_11_text { margin: 0px; 
	 }
	
}

@media (max-width: 479.9px)  {
	#imFooter_imObjectTitle_01_wrapper { display: none; }
	#imFooter_imCell_1 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_1 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_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; }
	#imFooter_imCellStyleGraphics_1 { box-sizing: border-box; }
	#imFooter_imObjectTitle_01_text { font-size: 15.59pt; }
	#imFooter_imObjectTitle_01{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imFooter_imObjectTitle_01 { width: 100%; }
	#imFooter_imObjectTitle_01_text { margin: 0px; 
	 }
	#imFooter_imObjectImage_02_wrapper { position: absolute; top: 10px; inset-inline-start: 105px; width: 100px; height: 75px; text-align: center; z-index: 1003; overflow: hidden; }
	#imFooter_imObjectImage_02_wrapper img {-webkit-clip-path: inset(0 0 -11.94% 0);clip-path: inset(0 0 -11.94% 0);}#imFooter_imCell_2 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_2 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_02 { 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_2 { box-sizing: border-box; }
	#imFooter_imObjectTitle_05_wrapper { position: absolute; top: 175px; inset-inline-start: 41px; width: 65px; height: 20px; text-align: center; z-index: 1004;  }
	#imFooter_imCell_5 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_5 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_05 { 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_5 { box-sizing: border-box; }
	#imFooter_imObjectTitle_05 { width: 100%; }
	#imFooter_imObjectTitle_05_text { margin: 0px; 
	 }
	#imFooter_imObjectImage_06_wrapper { position: absolute; top: 170px; inset-inline-start: 139px; width: 30px; height: 30px; text-align: center; z-index: 1005; overflow: hidden; }
	#imFooter_imObjectImage_06_wrapper img {-webkit-clip-path: inset(0 0 6.25% 0);clip-path: inset(0 0 6.25% 0);}#imFooter_imCell_6 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_6 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_06 { 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_6 { box-sizing: border-box; }
	#imFooter_imObjectTitle_07_wrapper { position: absolute; top: 175px; inset-inline-start: 200px; width: 75px; height: 20px; text-align: center; z-index: 1006;  }
	#imFooter_imCell_7 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_7 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_07 { 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_7 { box-sizing: border-box; }
	#imFooter_imObjectTitle_07 { width: 100%; }
	#imFooter_imObjectTitle_07_text { margin: 0px; 
	 }
	#imFooter_imObjectTitle_08_wrapper { display: none; }
	#imFooter_imCell_8 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_8 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_08 { 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_8 { box-sizing: border-box; }
	#imFooter_imObjectTitle_08_text { font-size: 17.1pt; }
	#imFooter_imObjectTitle_08{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imFooter_imObjectTitle_08 { width: 100%; }
	#imFooter_imObjectTitle_08_text { margin: 0px; 
	 }
	#imFooter_imObjectTitle_09_wrapper { display: none; }
	#imFooter_imCell_9 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_9 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_09 { 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_9 { box-sizing: border-box; }
	#imFooter_imObjectTitle_09_text { font-size: 16.6pt; }
	#imFooter_imObjectTitle_09{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imFooter_imObjectTitle_09 { width: 100%; }
	#imFooter_imObjectTitle_09_text { margin: 0px; 
	 }
	#imFooter_imObjectTitle_10_wrapper { position: absolute; top: 104px; inset-inline-start: 10px; width: 290px; height: 40px; text-align: center; z-index: 1009;  }
	#imFooter_imCell_10 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_10 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_10 { 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_10 { box-sizing: border-box; }
	#imFooter_imObjectTitle_10_text { font-size: 14.79pt; }
	#imFooter_imObjectTitle_10{ text-shadow: 3px 3px 3px rgba(217, 234, 211, 1)}#imFooter_imObjectTitle_10 { width: 100%; }
	#imFooter_imObjectTitle_10_text { margin: 0px; 
	 }
	#imFooter_imObjectTitle_11_wrapper { display: none; }
	#imFooter_imCell_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_11 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_11 { 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_11 { box-sizing: border-box; }
	#imFooter_imObjectTitle_11_text { font-size: 25.73pt; }
	#imFooter_imObjectTitle_11{ text-shadow: 3px 3px 3px rgba(128, 128, 128, 1)}#imFooter_imObjectTitle_11 { width: 100%; }
	#imFooter_imObjectTitle_11_text { margin: 0px; 
	 }
	
}

@media (min-width: 1150.0px) {
	#imStickyBar_imMenuObject_02_wrapper { position: absolute; top: 15px; inset-inline-start: 1px; width: 1148px; height: 50px; text-align: center; z-index: 1002;  }
	#imStickyBar_imCell_2 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imStickyBar_imCell_2 { grid-template-rows: [row-content] auto ; }
	#imStickyBar_imMenuObject_02 { 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_2 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imStickyBar_imMenuObject_02_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_02_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imStickyBar_imMenuObject_02_container > ul > li {position: relative;margin-inline-start: 2px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_02_container > ul > li > .label-wrapper, #imStickyBar_imMenuObject_02_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 150px; height: 38px; padding-block: 0px; padding-inline: 10px; border-width: 5px; border-radius: 0px; }
	#imStickyBar_imMenuObject_02 .hamburger-button {cursor: pointer; width: 38px; height: 38px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 5px; border-radius: 0px; }
	#imStickyBar_imMenuObject_02 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(239, 239, 239, 1); display: block; }
	#imStickyBar_imMenuObject_02 .label-inner-wrapper, #imStickyBar_imMenuObject_02 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imStickyBar_imMenuObject_02_container > ul > li .label, #imStickyBar_imMenuObject_02 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imStickyBar_imMenuObject_02_container > ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;border-block-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-inline-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-style: solid; }
	#imStickyBar_imMenuObject_02_container > ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_02_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Hamburger button style */
	#imStickyBar_imMenuObject_02 .hamburger-button {background-color: rgba(24, 52, 63, 1);background-image: none;border-block-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-inline-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-style: solid; }
	#imStickyBar_imMenuObject_02 .hamburger-button .label, #imStickyBar_imMenuObject_02 .hamburger-button button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Main menu current button style */
	#imStickyBar_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;border-block-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-inline-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-style: solid; }
	#imStickyBar_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imStickyBar_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over {background-color: rgba(239, 239, 239, 1);background-image: none;border-block-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-inline-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-style: solid; }
	#imStickyBar_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over .label, #imStickyBar_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(24, 52, 63, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_02_container > ul > li.imPage > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 0; height: 100%; transition: all 0.5s;}#imStickyBar_imMenuObject_02_container > ul > li.imPage > .sweeper.animated {width: 100%;}#imStickyBar_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over {background-color: rgba(239, 239, 239, 1);background-image: none;border-block-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-inline-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-style: solid; }
	#imStickyBar_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over .label, #imStickyBar_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(24, 52, 63, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_02_container > ul > li.imLevel > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 0; height: 100%; transition: all 0.5s;}#imStickyBar_imMenuObject_02_container > ul > li.imLevel > .sweeper.animated {width: 100%;}/* Main menu separator button style */
	#imStickyBar_imMenuObject_02_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_02_container > ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_02 .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_02-menu-opened .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_02 { text-align: center; }
	/* Level menu background */
	#imStickyBar_imMenuObject_02 ul ul { border: solid; border-block-color: rgba(0, 0, 0, 1) rgba(0, 0, 0, 1); border-inline-color: rgba(0, 0, 0, 1) rgba(0, 0, 0, 1); border-width: 3px; border-radius: 0px;   background-color: rgba(239, 239, 239, 1); }
	/* Level menu button size and position */
	#imStickyBar_imMenuObject_02 ul ul li {position: relative;margin-bottom: 10px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imStickyBar_imMenuObject_02 .multiple-column > ul {max-width: 180px;}
	#imStickyBar_imMenuObject_02 ul ul li:last-child {margin-bottom: 0px; }
	#imStickyBar_imMenuObject_02 ul ul .label-wrapper { display: block; overflow: hidden; width: 160px; height: 48px; padding-block: 0px; padding-inline: 10px; }
	#imStickyBar_imMenuObject_02 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imStickyBar_imMenuObject_02 ul ul .label-wrapper {background-color: rgba(24, 52, 63, 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; }
	#imStickyBar_imMenuObject_02 ul ul .label-wrapper .label, #imStickyBar_imMenuObject_02 ul ul .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: bold;}
	/* Level menu hover button style */
	#imStickyBar_imMenuObject_02 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(24, 52, 63, 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; }
	#imStickyBar_imMenuObject_02 ul ul li.imLevel:hover > .label-wrapper .label, #imStickyBar_imMenuObject_02 ul ul li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(239, 239, 239, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_02 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(24, 52, 63, 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; }
	#imStickyBar_imMenuObject_02 ul ul li.imPage:hover > .label-wrapper .label, #imStickyBar_imMenuObject_02 ul ul li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(239, 239, 239, 1);font-weight: bold;}
	/* Level menu separator button style */
	#imStickyBar_imMenuObject_02 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; }
	#imStickyBar_imMenuObject_02 ul ul .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_02 ul ul .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(169, 169, 169, 1);font-weight: bold;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imStickyBar_imMenuObject_02 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(24, 52, 63, 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; }
	#imStickyBar_imMenuObject_02 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_02 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(239, 239, 239, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_02 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imStickyBar_imMenuObject_02 .multiple-column {position: absolute; z-index: 2;inset-inline-start: 0px; }
	#imStickyBar_imMenuObject_02 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imStickyBar_imMenuObject_02 .multiple-column > ul > li {display: block;}
	#imStickyBar_imMenuObject_02_container > ul > li > ul {position: absolute;
	top: 48px;
	}
	#imStickyBar_imMenuObject_02_container > ul > li > ul.open-bottom { inset-inline-start: 0px; }
	#imStickyBar_imMenuObject_02_container > ul > li > ul.open-left { inset-inline-end: 180px; }
	#imStickyBar_imMenuObject_02_container > ul > li > ul.open-right { inset-inline-start: 180px; }
	#imStickyBar_imMenuObject_02_container > ul > li > ul ul, #imStickyBar_imMenuObject_02_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imStickyBar_imMenuObject_02_container  > ul > li > ul ul.open-left, #imStickyBar_imMenuObject_02_container .multiple-column > ul > li ul.open-left{ inset-inline-end: 180px; }
	#imStickyBar_imMenuObject_02_container  > ul > li > ul ul.open-right, #imStickyBar_imMenuObject_02_container .multiple-column > ul > li ul.open-right{ inset-inline-start: 180px; }
	#imStickyBar_imMenuObject_02 ul > li > ul, #imStickyBar_imMenuObject_02 .multiple-column { display: none; }
	#imStickyBar_imMenuObject_02_container > ul > li:nth-child(6n+1) {
	margin-inline-start: 0px; 
	clear: left; clear: inline-start; 
	}
	#imStickyBar_imMenuObject_02_container > ul > li:nth-child(n+7) {
	margin-top: 2px; 
	}
	#imStickyBar_imMenuObject_02-menu-opened { display: none; }
	#imStickyBar_imMenuObject_02 .hamburger-component { display: none; }
	
}

@media (max-width: 1149.9px) and (min-width: 1102.0px) {
	#imStickyBar_imMenuObject_02_wrapper { position: absolute; top: 15px; inset-inline-start: 1px; width: 1100px; height: 50px; text-align: center; z-index: 1002;  }
	#imStickyBar_imCell_2 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imStickyBar_imCell_2 { grid-template-rows: [row-content] auto ; }
	#imStickyBar_imMenuObject_02 { 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_2 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imStickyBar_imMenuObject_02_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_02_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imStickyBar_imMenuObject_02_container > ul > li {position: relative;margin-inline-start: 2px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_02_container > ul > li > .label-wrapper, #imStickyBar_imMenuObject_02_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 150px; height: 38px; padding-block: 0px; padding-inline: 10px; border-width: 5px; border-radius: 0px; }
	#imStickyBar_imMenuObject_02 .hamburger-button {cursor: pointer; width: 38px; height: 38px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 5px; border-radius: 0px; }
	#imStickyBar_imMenuObject_02 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(239, 239, 239, 1); display: block; }
	#imStickyBar_imMenuObject_02 .label-inner-wrapper, #imStickyBar_imMenuObject_02 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imStickyBar_imMenuObject_02_container > ul > li .label, #imStickyBar_imMenuObject_02 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imStickyBar_imMenuObject_02_container > ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;border-block-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-inline-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-style: solid; }
	#imStickyBar_imMenuObject_02_container > ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_02_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Hamburger button style */
	#imStickyBar_imMenuObject_02 .hamburger-button {background-color: rgba(24, 52, 63, 1);background-image: none;border-block-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-inline-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-style: solid; }
	#imStickyBar_imMenuObject_02 .hamburger-button .label, #imStickyBar_imMenuObject_02 .hamburger-button button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Main menu current button style */
	#imStickyBar_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;border-block-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-inline-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-style: solid; }
	#imStickyBar_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imStickyBar_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over {background-color: rgba(239, 239, 239, 1);background-image: none;border-block-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-inline-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-style: solid; }
	#imStickyBar_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over .label, #imStickyBar_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(24, 52, 63, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_02_container > ul > li.imPage > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 0; height: 100%; transition: all 0.5s;}#imStickyBar_imMenuObject_02_container > ul > li.imPage > .sweeper.animated {width: 100%;}#imStickyBar_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over {background-color: rgba(239, 239, 239, 1);background-image: none;border-block-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-inline-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-style: solid; }
	#imStickyBar_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over .label, #imStickyBar_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(24, 52, 63, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_02_container > ul > li.imLevel > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 0; height: 100%; transition: all 0.5s;}#imStickyBar_imMenuObject_02_container > ul > li.imLevel > .sweeper.animated {width: 100%;}/* Main menu separator button style */
	#imStickyBar_imMenuObject_02_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_02_container > ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_02 .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_02-menu-opened .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_02 { text-align: center; }
	/* Level menu background */
	#imStickyBar_imMenuObject_02 ul ul { border: solid; border-block-color: rgba(0, 0, 0, 1) rgba(0, 0, 0, 1); border-inline-color: rgba(0, 0, 0, 1) rgba(0, 0, 0, 1); border-width: 3px; border-radius: 0px;   background-color: rgba(239, 239, 239, 1); }
	/* Level menu button size and position */
	#imStickyBar_imMenuObject_02 ul ul li {position: relative;margin-bottom: 10px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imStickyBar_imMenuObject_02 .multiple-column > ul {max-width: 180px;}
	#imStickyBar_imMenuObject_02 ul ul li:last-child {margin-bottom: 0px; }
	#imStickyBar_imMenuObject_02 ul ul .label-wrapper { display: block; overflow: hidden; width: 160px; height: 48px; padding-block: 0px; padding-inline: 10px; }
	#imStickyBar_imMenuObject_02 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imStickyBar_imMenuObject_02 ul ul .label-wrapper {background-color: rgba(24, 52, 63, 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; }
	#imStickyBar_imMenuObject_02 ul ul .label-wrapper .label, #imStickyBar_imMenuObject_02 ul ul .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: bold;}
	/* Level menu hover button style */
	#imStickyBar_imMenuObject_02 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(24, 52, 63, 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; }
	#imStickyBar_imMenuObject_02 ul ul li.imLevel:hover > .label-wrapper .label, #imStickyBar_imMenuObject_02 ul ul li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(239, 239, 239, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_02 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(24, 52, 63, 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; }
	#imStickyBar_imMenuObject_02 ul ul li.imPage:hover > .label-wrapper .label, #imStickyBar_imMenuObject_02 ul ul li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(239, 239, 239, 1);font-weight: bold;}
	/* Level menu separator button style */
	#imStickyBar_imMenuObject_02 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; }
	#imStickyBar_imMenuObject_02 ul ul .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_02 ul ul .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(169, 169, 169, 1);font-weight: bold;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imStickyBar_imMenuObject_02 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(24, 52, 63, 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; }
	#imStickyBar_imMenuObject_02 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_02 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(239, 239, 239, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_02 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imStickyBar_imMenuObject_02 .multiple-column {position: absolute; z-index: 2;inset-inline-start: 0px; }
	#imStickyBar_imMenuObject_02 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imStickyBar_imMenuObject_02 .multiple-column > ul > li {display: block;}
	#imStickyBar_imMenuObject_02_container > ul > li > ul {position: absolute;
	top: 48px;
	}
	#imStickyBar_imMenuObject_02_container > ul > li > ul.open-bottom { inset-inline-start: 0px; }
	#imStickyBar_imMenuObject_02_container > ul > li > ul.open-left { inset-inline-end: 180px; }
	#imStickyBar_imMenuObject_02_container > ul > li > ul.open-right { inset-inline-start: 180px; }
	#imStickyBar_imMenuObject_02_container > ul > li > ul ul, #imStickyBar_imMenuObject_02_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imStickyBar_imMenuObject_02_container  > ul > li > ul ul.open-left, #imStickyBar_imMenuObject_02_container .multiple-column > ul > li ul.open-left{ inset-inline-end: 180px; }
	#imStickyBar_imMenuObject_02_container  > ul > li > ul ul.open-right, #imStickyBar_imMenuObject_02_container .multiple-column > ul > li ul.open-right{ inset-inline-start: 180px; }
	#imStickyBar_imMenuObject_02 ul > li > ul, #imStickyBar_imMenuObject_02 .multiple-column { display: none; }
	#imStickyBar_imMenuObject_02_container > ul > li:nth-child(6n+1) {
	margin-inline-start: 0px; 
	clear: left; clear: inline-start; 
	}
	#imStickyBar_imMenuObject_02_container > ul > li:nth-child(n+7) {
	margin-top: 2px; 
	}
	#imStickyBar_imMenuObject_02-menu-opened { display: none; }
	#imStickyBar_imMenuObject_02 .hamburger-component { display: none; }
	
}

@media (max-width: 1101.9px) and (min-width: 1055.0px) {
	#imStickyBar_imMenuObject_02_wrapper { position: absolute; top: 15px; inset-inline-start: 1px; width: 1053px; height: 50px; text-align: center; z-index: 1002;  }
	#imStickyBar_imCell_2 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imStickyBar_imCell_2 { grid-template-rows: [row-content] auto ; }
	#imStickyBar_imMenuObject_02 { 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_2 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imStickyBar_imMenuObject_02_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_02_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imStickyBar_imMenuObject_02_container > ul > li {position: relative;margin-inline-start: 2px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_02_container > ul > li > .label-wrapper, #imStickyBar_imMenuObject_02_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 150px; height: 38px; padding-block: 0px; padding-inline: 10px; border-width: 5px; border-radius: 0px; }
	#imStickyBar_imMenuObject_02 .hamburger-button {cursor: pointer; width: 38px; height: 38px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 5px; border-radius: 0px; }
	#imStickyBar_imMenuObject_02 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(239, 239, 239, 1); display: block; }
	#imStickyBar_imMenuObject_02 .label-inner-wrapper, #imStickyBar_imMenuObject_02 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imStickyBar_imMenuObject_02_container > ul > li .label, #imStickyBar_imMenuObject_02 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imStickyBar_imMenuObject_02_container > ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;border-block-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-inline-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-style: solid; }
	#imStickyBar_imMenuObject_02_container > ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_02_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Hamburger button style */
	#imStickyBar_imMenuObject_02 .hamburger-button {background-color: rgba(24, 52, 63, 1);background-image: none;border-block-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-inline-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-style: solid; }
	#imStickyBar_imMenuObject_02 .hamburger-button .label, #imStickyBar_imMenuObject_02 .hamburger-button button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Main menu current button style */
	#imStickyBar_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;border-block-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-inline-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-style: solid; }
	#imStickyBar_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imStickyBar_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over {background-color: rgba(239, 239, 239, 1);background-image: none;border-block-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-inline-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-style: solid; }
	#imStickyBar_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over .label, #imStickyBar_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(24, 52, 63, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_02_container > ul > li.imPage > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 0; height: 100%; transition: all 0.5s;}#imStickyBar_imMenuObject_02_container > ul > li.imPage > .sweeper.animated {width: 100%;}#imStickyBar_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over {background-color: rgba(239, 239, 239, 1);background-image: none;border-block-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-inline-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-style: solid; }
	#imStickyBar_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over .label, #imStickyBar_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(24, 52, 63, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_02_container > ul > li.imLevel > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 0; height: 100%; transition: all 0.5s;}#imStickyBar_imMenuObject_02_container > ul > li.imLevel > .sweeper.animated {width: 100%;}/* Main menu separator button style */
	#imStickyBar_imMenuObject_02_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_02_container > ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_02 .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_02-menu-opened .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_02 { text-align: center; }
	#imStickyBar_imMenuObject_02 .hidden { display: none; }
	#imStickyBar_imMenuObject_02-menu-opened { overflow: visible; z-index: 10402; }
	#imStickyBar_imMenuObject_02-menu-opened ul ul { display: none; }
	#imStickyBar_imMenuObject_02-menu-opened li > div { display: none; }
	#imStickyBar_imMenuObject_02-menu-opened #imStickyBar_imMenuObject_02_container-menu-opened div > ul { display: block; }
	#imStickyBar_imMenuObject_02-menu-opened #imStickyBar_imMenuObject_02_container-menu-opened > ul { position: absolute; inset-inline-start: 0px; inset-inline-end: auto;  top: 40px; background-color: rgba(24, 52, 63, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imStickyBar_imMenuObject_02-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_02-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imStickyBar_imMenuObject_02-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-start: 0px; width: 280px; border: solid; border-block-color: rgba(183, 183, 183, 1) rgba(183, 183, 183, 1); border-inline-color: rgba(183, 183, 183, 1) rgba(183, 183, 183, 1); border-width: 5px; 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_02-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(24, 52, 63, 1); opacity: 0.5;}
	.menu-imStickyBar_imMenuObject_02-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 1000ms linear, opacity;}
	#imStickyBar_imMenuObject_02 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imStickyBar_imMenuObject_02-menu-opened li {position: relative;margin-bottom: 30px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_02-menu-opened li:last-child {margin-bottom: 0px; }
	#imStickyBar_imMenuObject_02-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 270px; height: 80px; padding-block: 0px; padding-inline: 5px; }
	#imStickyBar_imMenuObject_02-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imStickyBar_imMenuObject_02-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imStickyBar_imMenuObject_02-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 280px;inset-inline-start: 0px; inset-inline-end: auto; background-color: rgba(24, 52, 63, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imStickyBar_imMenuObject_02-menu-opened ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;}
	#imStickyBar_imMenuObject_02-menu-opened ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_02-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_02-menu-opened ul ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;}
	#imStickyBar_imMenuObject_02-menu-opened ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_02-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_02-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;}
	#imStickyBar_imMenuObject_02-menu-opened ul ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_02-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_02-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;}
	#imStickyBar_imMenuObject_02-menu-opened ul ul ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_02-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu hover button style */
	#imStickyBar_imMenuObject_02-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(217, 234, 211, 1);background-image: none;}
	#imStickyBar_imMenuObject_02-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imStickyBar_imMenuObject_02-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(24, 52, 63, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imStickyBar_imMenuObject_02-menu-opened #imStickyBar_imMenuObject_02_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 234, 211, 1);background-image: none;}
	#imStickyBar_imMenuObject_02-menu-opened #imStickyBar_imMenuObject_02_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_02-menu-opened #imStickyBar_imMenuObject_02_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_02-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 234, 211, 1);background-image: none;}
	#imStickyBar_imMenuObject_02-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_02-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imStickyBar_imMenuObject_02-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imStickyBar_imMenuObject_02-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_02-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imStickyBar_imMenuObject_02-menu-opened {  transform: translate3d(-290px, 0 ,0);  transition: transform 1000ms;}
	#imStickyBar_imMenuObject_02-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	
}

@media (max-width: 1054.9px) and (min-width: 960.0px) {
	#imStickyBar_imMenuObject_02_wrapper { position: absolute; top: 15px; inset-inline-start: 1px; width: 958px; height: 50px; text-align: center; z-index: 1002;  }
	#imStickyBar_imCell_2 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imStickyBar_imCell_2 { grid-template-rows: [row-content] auto ; }
	#imStickyBar_imMenuObject_02 { 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_2 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imStickyBar_imMenuObject_02_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_02_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imStickyBar_imMenuObject_02_container > ul > li {position: relative;margin-inline-start: 2px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_02_container > ul > li > .label-wrapper, #imStickyBar_imMenuObject_02_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 150px; height: 38px; padding-block: 0px; padding-inline: 10px; border-width: 5px; border-radius: 0px; }
	#imStickyBar_imMenuObject_02 .hamburger-button {cursor: pointer; width: 38px; height: 38px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 5px; border-radius: 0px; }
	#imStickyBar_imMenuObject_02 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(239, 239, 239, 1); display: block; }
	#imStickyBar_imMenuObject_02 .label-inner-wrapper, #imStickyBar_imMenuObject_02 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imStickyBar_imMenuObject_02_container > ul > li .label, #imStickyBar_imMenuObject_02 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imStickyBar_imMenuObject_02_container > ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;border-block-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-inline-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-style: solid; }
	#imStickyBar_imMenuObject_02_container > ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_02_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Hamburger button style */
	#imStickyBar_imMenuObject_02 .hamburger-button {background-color: rgba(24, 52, 63, 1);background-image: none;border-block-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-inline-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-style: solid; }
	#imStickyBar_imMenuObject_02 .hamburger-button .label, #imStickyBar_imMenuObject_02 .hamburger-button button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Main menu current button style */
	#imStickyBar_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;border-block-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-inline-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-style: solid; }
	#imStickyBar_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imStickyBar_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over {background-color: rgba(239, 239, 239, 1);background-image: none;border-block-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-inline-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-style: solid; }
	#imStickyBar_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over .label, #imStickyBar_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(24, 52, 63, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_02_container > ul > li.imPage > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 0; height: 100%; transition: all 0.5s;}#imStickyBar_imMenuObject_02_container > ul > li.imPage > .sweeper.animated {width: 100%;}#imStickyBar_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over {background-color: rgba(239, 239, 239, 1);background-image: none;border-block-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-inline-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-style: solid; }
	#imStickyBar_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over .label, #imStickyBar_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(24, 52, 63, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_02_container > ul > li.imLevel > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 0; height: 100%; transition: all 0.5s;}#imStickyBar_imMenuObject_02_container > ul > li.imLevel > .sweeper.animated {width: 100%;}/* Main menu separator button style */
	#imStickyBar_imMenuObject_02_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_02_container > ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_02 .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_02-menu-opened .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_02 { text-align: center; }
	#imStickyBar_imMenuObject_02 .hidden { display: none; }
	#imStickyBar_imMenuObject_02-menu-opened { overflow: visible; z-index: 10402; }
	#imStickyBar_imMenuObject_02-menu-opened ul ul { display: none; }
	#imStickyBar_imMenuObject_02-menu-opened li > div { display: none; }
	#imStickyBar_imMenuObject_02-menu-opened #imStickyBar_imMenuObject_02_container-menu-opened div > ul { display: block; }
	#imStickyBar_imMenuObject_02-menu-opened #imStickyBar_imMenuObject_02_container-menu-opened > ul { position: absolute; inset-inline-start: 0px; inset-inline-end: auto;  top: 40px; background-color: rgba(24, 52, 63, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imStickyBar_imMenuObject_02-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_02-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imStickyBar_imMenuObject_02-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-start: 0px; width: 280px; border: solid; border-block-color: rgba(183, 183, 183, 1) rgba(183, 183, 183, 1); border-inline-color: rgba(183, 183, 183, 1) rgba(183, 183, 183, 1); border-width: 5px; 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_02-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(24, 52, 63, 1); opacity: 0.5;}
	.menu-imStickyBar_imMenuObject_02-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 1000ms linear, opacity;}
	#imStickyBar_imMenuObject_02 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imStickyBar_imMenuObject_02-menu-opened li {position: relative;margin-bottom: 30px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_02-menu-opened li:last-child {margin-bottom: 0px; }
	#imStickyBar_imMenuObject_02-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 270px; height: 80px; padding-block: 0px; padding-inline: 5px; }
	#imStickyBar_imMenuObject_02-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imStickyBar_imMenuObject_02-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imStickyBar_imMenuObject_02-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 280px;inset-inline-start: 0px; inset-inline-end: auto; background-color: rgba(24, 52, 63, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imStickyBar_imMenuObject_02-menu-opened ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;}
	#imStickyBar_imMenuObject_02-menu-opened ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_02-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_02-menu-opened ul ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;}
	#imStickyBar_imMenuObject_02-menu-opened ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_02-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_02-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;}
	#imStickyBar_imMenuObject_02-menu-opened ul ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_02-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_02-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;}
	#imStickyBar_imMenuObject_02-menu-opened ul ul ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_02-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu hover button style */
	#imStickyBar_imMenuObject_02-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(217, 234, 211, 1);background-image: none;}
	#imStickyBar_imMenuObject_02-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imStickyBar_imMenuObject_02-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(24, 52, 63, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imStickyBar_imMenuObject_02-menu-opened #imStickyBar_imMenuObject_02_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 234, 211, 1);background-image: none;}
	#imStickyBar_imMenuObject_02-menu-opened #imStickyBar_imMenuObject_02_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_02-menu-opened #imStickyBar_imMenuObject_02_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_02-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 234, 211, 1);background-image: none;}
	#imStickyBar_imMenuObject_02-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_02-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imStickyBar_imMenuObject_02-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imStickyBar_imMenuObject_02-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_02-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imStickyBar_imMenuObject_02-menu-opened {  transform: translate3d(-290px, 0 ,0);  transition: transform 1000ms;}
	#imStickyBar_imMenuObject_02-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	
}

@media (max-width: 959.9px) and (min-width: 720.0px) {
	#imStickyBar_imMenuObject_02_wrapper { position: absolute; top: 15px; inset-inline-start: 1px; width: 718px; height: 50px; text-align: center; z-index: 1002;  }
	#imStickyBar_imCell_2 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imStickyBar_imCell_2 { grid-template-rows: [row-content] auto ; }
	#imStickyBar_imMenuObject_02 { 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_2 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imStickyBar_imMenuObject_02_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_02_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imStickyBar_imMenuObject_02_container > ul > li {position: relative;margin-inline-start: 2px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_02_container > ul > li > .label-wrapper, #imStickyBar_imMenuObject_02_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 150px; height: 38px; padding-block: 0px; padding-inline: 10px; border-width: 5px; border-radius: 0px; }
	#imStickyBar_imMenuObject_02 .hamburger-button {cursor: pointer; width: 38px; height: 38px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 5px; border-radius: 0px; }
	#imStickyBar_imMenuObject_02 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(239, 239, 239, 1); display: block; }
	#imStickyBar_imMenuObject_02 .label-inner-wrapper, #imStickyBar_imMenuObject_02 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imStickyBar_imMenuObject_02_container > ul > li .label, #imStickyBar_imMenuObject_02 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imStickyBar_imMenuObject_02_container > ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;border-block-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-inline-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-style: solid; }
	#imStickyBar_imMenuObject_02_container > ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_02_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Hamburger button style */
	#imStickyBar_imMenuObject_02 .hamburger-button {background-color: rgba(24, 52, 63, 1);background-image: none;border-block-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-inline-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-style: solid; }
	#imStickyBar_imMenuObject_02 .hamburger-button .label, #imStickyBar_imMenuObject_02 .hamburger-button button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Main menu current button style */
	#imStickyBar_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;border-block-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-inline-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-style: solid; }
	#imStickyBar_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imStickyBar_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over {background-color: rgba(239, 239, 239, 1);background-image: none;border-block-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-inline-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-style: solid; }
	#imStickyBar_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over .label, #imStickyBar_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(24, 52, 63, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_02_container > ul > li.imPage > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 0; height: 100%; transition: all 0.5s;}#imStickyBar_imMenuObject_02_container > ul > li.imPage > .sweeper.animated {width: 100%;}#imStickyBar_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over {background-color: rgba(239, 239, 239, 1);background-image: none;border-block-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-inline-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-style: solid; }
	#imStickyBar_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over .label, #imStickyBar_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(24, 52, 63, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_02_container > ul > li.imLevel > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 0; height: 100%; transition: all 0.5s;}#imStickyBar_imMenuObject_02_container > ul > li.imLevel > .sweeper.animated {width: 100%;}/* Main menu separator button style */
	#imStickyBar_imMenuObject_02_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_02_container > ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_02 .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_02-menu-opened .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_02 { text-align: center; }
	#imStickyBar_imMenuObject_02 .hidden { display: none; }
	#imStickyBar_imMenuObject_02-menu-opened { overflow: visible; z-index: 10402; }
	#imStickyBar_imMenuObject_02-menu-opened ul ul { display: none; }
	#imStickyBar_imMenuObject_02-menu-opened li > div { display: none; }
	#imStickyBar_imMenuObject_02-menu-opened #imStickyBar_imMenuObject_02_container-menu-opened div > ul { display: block; }
	#imStickyBar_imMenuObject_02-menu-opened #imStickyBar_imMenuObject_02_container-menu-opened > ul { position: absolute; inset-inline-start: 0px; inset-inline-end: auto;  top: 40px; background-color: rgba(24, 52, 63, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imStickyBar_imMenuObject_02-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_02-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imStickyBar_imMenuObject_02-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-start: 0px; width: 280px; border: solid; border-block-color: rgba(183, 183, 183, 1) rgba(183, 183, 183, 1); border-inline-color: rgba(183, 183, 183, 1) rgba(183, 183, 183, 1); border-width: 5px; 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_02-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(24, 52, 63, 1); opacity: 0.5;}
	.menu-imStickyBar_imMenuObject_02-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 1000ms linear, opacity;}
	#imStickyBar_imMenuObject_02 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imStickyBar_imMenuObject_02-menu-opened li {position: relative;margin-bottom: 30px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_02-menu-opened li:last-child {margin-bottom: 0px; }
	#imStickyBar_imMenuObject_02-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 270px; height: 80px; padding-block: 0px; padding-inline: 5px; }
	#imStickyBar_imMenuObject_02-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imStickyBar_imMenuObject_02-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imStickyBar_imMenuObject_02-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 280px;inset-inline-start: 0px; inset-inline-end: auto; background-color: rgba(24, 52, 63, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imStickyBar_imMenuObject_02-menu-opened ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;}
	#imStickyBar_imMenuObject_02-menu-opened ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_02-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_02-menu-opened ul ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;}
	#imStickyBar_imMenuObject_02-menu-opened ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_02-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_02-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;}
	#imStickyBar_imMenuObject_02-menu-opened ul ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_02-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_02-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;}
	#imStickyBar_imMenuObject_02-menu-opened ul ul ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_02-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu hover button style */
	#imStickyBar_imMenuObject_02-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(217, 234, 211, 1);background-image: none;}
	#imStickyBar_imMenuObject_02-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imStickyBar_imMenuObject_02-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(24, 52, 63, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imStickyBar_imMenuObject_02-menu-opened #imStickyBar_imMenuObject_02_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 234, 211, 1);background-image: none;}
	#imStickyBar_imMenuObject_02-menu-opened #imStickyBar_imMenuObject_02_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_02-menu-opened #imStickyBar_imMenuObject_02_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_02-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 234, 211, 1);background-image: none;}
	#imStickyBar_imMenuObject_02-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_02-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imStickyBar_imMenuObject_02-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imStickyBar_imMenuObject_02-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_02-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imStickyBar_imMenuObject_02-menu-opened {  transform: translate3d(-290px, 0 ,0);  transition: transform 1000ms;}
	#imStickyBar_imMenuObject_02-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	
}

@media (max-width: 719.9px) and (min-width: 480.0px) {
	#imStickyBar_imMenuObject_02_wrapper { position: absolute; top: 15px; inset-inline-start: 1px; width: 478px; height: 50px; text-align: center; z-index: 1002;  }
	#imStickyBar_imCell_2 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imStickyBar_imCell_2 { grid-template-rows: [row-content] auto ; }
	#imStickyBar_imMenuObject_02 { 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_2 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imStickyBar_imMenuObject_02_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_02_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imStickyBar_imMenuObject_02_container > ul > li {position: relative;margin-inline-start: 2px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_02_container > ul > li > .label-wrapper, #imStickyBar_imMenuObject_02_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 150px; height: 38px; padding-block: 0px; padding-inline: 10px; border-width: 5px; border-radius: 0px; }
	#imStickyBar_imMenuObject_02 .hamburger-button {cursor: pointer; width: 38px; height: 38px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 5px; border-radius: 0px; }
	#imStickyBar_imMenuObject_02 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(239, 239, 239, 1); display: block; }
	#imStickyBar_imMenuObject_02 .label-inner-wrapper, #imStickyBar_imMenuObject_02 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imStickyBar_imMenuObject_02_container > ul > li .label, #imStickyBar_imMenuObject_02 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imStickyBar_imMenuObject_02_container > ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;border-block-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-inline-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-style: solid; }
	#imStickyBar_imMenuObject_02_container > ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_02_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Hamburger button style */
	#imStickyBar_imMenuObject_02 .hamburger-button {background-color: rgba(24, 52, 63, 1);background-image: none;border-block-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-inline-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-style: solid; }
	#imStickyBar_imMenuObject_02 .hamburger-button .label, #imStickyBar_imMenuObject_02 .hamburger-button button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Main menu current button style */
	#imStickyBar_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;border-block-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-inline-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-style: solid; }
	#imStickyBar_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imStickyBar_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over {background-color: rgba(239, 239, 239, 1);background-image: none;border-block-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-inline-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-style: solid; }
	#imStickyBar_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over .label, #imStickyBar_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(24, 52, 63, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_02_container > ul > li.imPage > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 0; height: 100%; transition: all 0.5s;}#imStickyBar_imMenuObject_02_container > ul > li.imPage > .sweeper.animated {width: 100%;}#imStickyBar_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over {background-color: rgba(239, 239, 239, 1);background-image: none;border-block-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-inline-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-style: solid; }
	#imStickyBar_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over .label, #imStickyBar_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(24, 52, 63, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_02_container > ul > li.imLevel > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 0; height: 100%; transition: all 0.5s;}#imStickyBar_imMenuObject_02_container > ul > li.imLevel > .sweeper.animated {width: 100%;}/* Main menu separator button style */
	#imStickyBar_imMenuObject_02_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_02_container > ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_02 .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_02-menu-opened .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_02 { text-align: center; }
	#imStickyBar_imMenuObject_02 .hidden { display: none; }
	#imStickyBar_imMenuObject_02-menu-opened { overflow: visible; z-index: 10402; }
	#imStickyBar_imMenuObject_02-menu-opened ul ul { display: none; }
	#imStickyBar_imMenuObject_02-menu-opened li > div { display: none; }
	#imStickyBar_imMenuObject_02-menu-opened #imStickyBar_imMenuObject_02_container-menu-opened div > ul { display: block; }
	#imStickyBar_imMenuObject_02-menu-opened #imStickyBar_imMenuObject_02_container-menu-opened > ul { position: absolute; inset-inline-start: 0px; inset-inline-end: auto;  top: 40px; background-color: rgba(24, 52, 63, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imStickyBar_imMenuObject_02-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_02-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imStickyBar_imMenuObject_02-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-start: 0px; width: 280px; border: solid; border-block-color: rgba(183, 183, 183, 1) rgba(183, 183, 183, 1); border-inline-color: rgba(183, 183, 183, 1) rgba(183, 183, 183, 1); border-width: 5px; 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_02-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(24, 52, 63, 1); opacity: 0.5;}
	.menu-imStickyBar_imMenuObject_02-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 1000ms linear, opacity;}
	#imStickyBar_imMenuObject_02 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imStickyBar_imMenuObject_02-menu-opened li {position: relative;margin-bottom: 30px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_02-menu-opened li:last-child {margin-bottom: 0px; }
	#imStickyBar_imMenuObject_02-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 270px; height: 80px; padding-block: 0px; padding-inline: 5px; }
	#imStickyBar_imMenuObject_02-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imStickyBar_imMenuObject_02-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imStickyBar_imMenuObject_02-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 280px;inset-inline-start: 0px; inset-inline-end: auto; background-color: rgba(24, 52, 63, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imStickyBar_imMenuObject_02-menu-opened ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;}
	#imStickyBar_imMenuObject_02-menu-opened ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_02-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_02-menu-opened ul ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;}
	#imStickyBar_imMenuObject_02-menu-opened ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_02-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_02-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;}
	#imStickyBar_imMenuObject_02-menu-opened ul ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_02-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_02-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;}
	#imStickyBar_imMenuObject_02-menu-opened ul ul ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_02-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu hover button style */
	#imStickyBar_imMenuObject_02-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(217, 234, 211, 1);background-image: none;}
	#imStickyBar_imMenuObject_02-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imStickyBar_imMenuObject_02-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(24, 52, 63, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imStickyBar_imMenuObject_02-menu-opened #imStickyBar_imMenuObject_02_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 234, 211, 1);background-image: none;}
	#imStickyBar_imMenuObject_02-menu-opened #imStickyBar_imMenuObject_02_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_02-menu-opened #imStickyBar_imMenuObject_02_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_02-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 234, 211, 1);background-image: none;}
	#imStickyBar_imMenuObject_02-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_02-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imStickyBar_imMenuObject_02-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imStickyBar_imMenuObject_02-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_02-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imStickyBar_imMenuObject_02-menu-opened {  transform: translate3d(-290px, 0 ,0);  transition: transform 1000ms;}
	#imStickyBar_imMenuObject_02-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	
}

@media (max-width: 479.9px)  {
	#imStickyBar_imMenuObject_02_wrapper { position: absolute; top: 15px; inset-inline-start: 1px; width: 318px; height: 50px; text-align: center; z-index: 1002;  }
	#imStickyBar_imCell_2 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imStickyBar_imCell_2 { grid-template-rows: [row-content] auto ; }
	#imStickyBar_imMenuObject_02 { 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_2 { box-sizing: border-box; }
	/* Main menu background */
	#imStickyBar_imMenuObject_02_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_02_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imStickyBar_imMenuObject_02_container > ul > li {position: relative;margin-inline-start: 2px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_02_container > ul > li > .label-wrapper, #imStickyBar_imMenuObject_02_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 150px; height: 38px; padding-block: 0px; padding-inline: 10px; border-width: 5px; border-radius: 0px; }
	#imStickyBar_imMenuObject_02 .hamburger-button {cursor: pointer; width: 38px; height: 38px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 5px; border-radius: 0px; }
	#imStickyBar_imMenuObject_02 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(239, 239, 239, 1); display: block; }
	#imStickyBar_imMenuObject_02 .label-inner-wrapper, #imStickyBar_imMenuObject_02 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imStickyBar_imMenuObject_02_container > ul > li .label, #imStickyBar_imMenuObject_02 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imStickyBar_imMenuObject_02_container > ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;border-block-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-inline-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-style: solid; }
	#imStickyBar_imMenuObject_02_container > ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_02_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Hamburger button style */
	#imStickyBar_imMenuObject_02 .hamburger-button {background-color: rgba(24, 52, 63, 1);background-image: none;border-block-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-inline-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-style: solid; }
	#imStickyBar_imMenuObject_02 .hamburger-button .label, #imStickyBar_imMenuObject_02 .hamburger-button button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: normal;}
	/* Main menu current button style */
	#imStickyBar_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;border-block-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-inline-color: rgba(239, 239, 239, 1) rgba(239, 239, 239, 1); border-style: solid; }
	#imStickyBar_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(239, 239, 239, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imStickyBar_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over {background-color: rgba(239, 239, 239, 1);background-image: none;border-block-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-inline-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-style: solid; }
	#imStickyBar_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over .label, #imStickyBar_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(24, 52, 63, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_02_container > ul > li.imPage > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 0; height: 100%; transition: all 0.5s;}#imStickyBar_imMenuObject_02_container > ul > li.imPage > .sweeper.animated {width: 100%;}#imStickyBar_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over {background-color: rgba(239, 239, 239, 1);background-image: none;border-block-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-inline-color: rgba(24, 52, 63, 1) rgba(24, 52, 63, 1); border-style: solid; }
	#imStickyBar_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over .label, #imStickyBar_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(24, 52, 63, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_02_container > ul > li.imLevel > .sweeper { position: absolute; z-index: 1; top: 0; left: 0; overflow: hidden; width: 0; height: 100%; transition: all 0.5s;}#imStickyBar_imMenuObject_02_container > ul > li.imLevel > .sweeper.animated {width: 100%;}/* Main menu separator button style */
	#imStickyBar_imMenuObject_02_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_02_container > ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_02 .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_02-menu-opened .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_02 { text-align: center; }
	#imStickyBar_imMenuObject_02 .hidden { display: none; }
	#imStickyBar_imMenuObject_02-menu-opened { overflow: visible; z-index: 10402; }
	#imStickyBar_imMenuObject_02-menu-opened ul ul { display: none; }
	#imStickyBar_imMenuObject_02-menu-opened li > div { display: none; }
	#imStickyBar_imMenuObject_02-menu-opened #imStickyBar_imMenuObject_02_container-menu-opened div > ul { display: block; }
	#imStickyBar_imMenuObject_02-menu-opened #imStickyBar_imMenuObject_02_container-menu-opened > ul { position: absolute; inset-inline-start: 0px; inset-inline-end: auto;  top: 40px; background-color: rgba(24, 52, 63, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imStickyBar_imMenuObject_02-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_02-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imStickyBar_imMenuObject_02-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-start: 0px; width: 280px; border: solid; border-block-color: rgba(183, 183, 183, 1) rgba(183, 183, 183, 1); border-inline-color: rgba(183, 183, 183, 1) rgba(183, 183, 183, 1); border-width: 5px; 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_02-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(24, 52, 63, 1); opacity: 0.5;}
	.menu-imStickyBar_imMenuObject_02-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 1000ms linear, opacity;}
	#imStickyBar_imMenuObject_02 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imStickyBar_imMenuObject_02-menu-opened li {position: relative;margin-bottom: 30px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_02-menu-opened li:last-child {margin-bottom: 0px; }
	#imStickyBar_imMenuObject_02-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 270px; height: 80px; padding-block: 0px; padding-inline: 5px; }
	#imStickyBar_imMenuObject_02-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imStickyBar_imMenuObject_02-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imStickyBar_imMenuObject_02-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 280px;inset-inline-start: 0px; inset-inline-end: auto; background-color: rgba(24, 52, 63, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imStickyBar_imMenuObject_02-menu-opened ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;}
	#imStickyBar_imMenuObject_02-menu-opened ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_02-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_02-menu-opened ul ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;}
	#imStickyBar_imMenuObject_02-menu-opened ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_02-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_02-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;}
	#imStickyBar_imMenuObject_02-menu-opened ul ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_02-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_02-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(24, 52, 63, 1);background-image: none;}
	#imStickyBar_imMenuObject_02-menu-opened ul ul ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_02-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu hover button style */
	#imStickyBar_imMenuObject_02-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(217, 234, 211, 1);background-image: none;}
	#imStickyBar_imMenuObject_02-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imStickyBar_imMenuObject_02-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(24, 52, 63, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imStickyBar_imMenuObject_02-menu-opened #imStickyBar_imMenuObject_02_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 234, 211, 1);background-image: none;}
	#imStickyBar_imMenuObject_02-menu-opened #imStickyBar_imMenuObject_02_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_02-menu-opened #imStickyBar_imMenuObject_02_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_02-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 234, 211, 1);background-image: none;}
	#imStickyBar_imMenuObject_02-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_02-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imStickyBar_imMenuObject_02-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imStickyBar_imMenuObject_02-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_02-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Lato;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imStickyBar_imMenuObject_02-menu-opened {  transform: translate3d(-290px, 0 ,0);  transition: transform 1000ms;}
	#imStickyBar_imMenuObject_02-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	
}

#imPage.without-id_animation-in-progress { overflow: hidden }
