@import 'https://fonts.googleapis.com/css?family=Questrial:regular&display=swap';
@import 'https://fonts.googleapis.com/css?family=Mrs+Saint+Delafield:regular&display=swap';
#imPageExtContainer {background-image: none; background-color: transparent;}
#imPage { display: grid; grid-template-columns: minmax(0, 1fr) 1150px minmax(0, 1fr); grid-template-rows: 350px 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: 1149.9px) and (min-width: 1126.0px) {
	#imPage { display: grid; grid-template-columns: minmax(0, 1fr) 1126px 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: 2 / 3; 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: 1125.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: 2 / 3; grid-row: 1 / 2; }
	#imFooter { display: block; grid-column: 2 / 3; 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: 2 / 3; grid-row: 1 / 2; }
	#imFooter { display: block; grid-column: 2 / 3; 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: 2 / 3; grid-row: 1 / 2; }
	#imFooter { display: block; grid-column: 2 / 3; 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: 300px auto 300px; }
	#imHeader { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
	#imFooter { display: block; grid-column: 2 / 3; 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: 300px auto 300px; }
	#imHeader { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
	#imFooter { display: block; grid-column: 2 / 3; 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: 150px auto 250px; }
	#imHeader { display: block; grid-column: 1 / 4; grid-row: 1 / 2; }
	#imFooter { display: block; grid-column: 2 / 3; 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) 1150px minmax(0, 1fr); grid-template-rows: auto; }
#imBlogPage { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
@media (max-width: 1149.9px) and (min-width: 1126.0px) {
	#imContent { display: grid; grid-template-columns: minmax(0, 1fr) 1126px minmax(0, 1fr); grid-template-rows: auto; }
	#imBlogPage { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
	
}
@media (max-width: 1125.9px) and (min-width: 1102.0px) {
	#imContent { display: grid; grid-template-columns: minmax(0, 1fr) 1102px minmax(0, 1fr); grid-template-rows: auto; }
	#imBlogPage { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
	
}
@media (max-width: 1101.9px) and (min-width: 1055.0px) {
	#imContent { display: grid; grid-template-columns: minmax(0, 1fr) 1055px minmax(0, 1fr); grid-template-rows: auto; }
	#imBlogPage { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
	
}
@media (max-width: 1054.9px) and (min-width: 960.0px) {
	#imContent { display: grid; grid-template-columns: minmax(0, 1fr) 960px minmax(0, 1fr); grid-template-rows: auto; }
	#imBlogPage { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
	
}
@media (max-width: 959.9px) and (min-width: 720.0px) {
	#imContent { display: grid; grid-template-columns: minmax(0, 1fr) 720px minmax(0, 1fr); grid-template-rows: auto; }
	#imBlogPage { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
	
}
@media (max-width: 719.9px) and (min-width: 480.0px) {
	#imContent { display: grid; grid-template-columns: minmax(0, 1fr) 480px minmax(0, 1fr); grid-template-rows: auto; }
	#imBlogPage { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
	
}
@media (max-width: 479.9px)  {
	#imContent { display: grid; grid-template-columns: 0 minmax(0, 1fr) 0; grid-template-rows: auto; }
	#imBlogPage { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
	
}
#imHeader_imCell_2 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_imMenuObject_02 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 103; }
#imHeader_imCellStyleGraphics_2 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imHeader_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; }
#imHeader_imCell_3 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_imObjectTitle_03 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imHeader_imCellStyleGraphics_3 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imHeader_imCellStyleBorders_3 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imHeader_imObjectTitle_03 {margin: 0px; text-align: end; }
#imHeader_imObjectTitle_03_text {font: normal normal normal 48pt 'Mrs Saint Delafield';  padding: 0px; background-color: transparent; position: relative; display: inline-block; }
#imHeader_imObjectTitle_03_text,
#imHeader_imObjectTitle_03_text a { color: rgba(127, 96, 0, 1); white-space: pre-wrap; }
#imHeader_imObjectTitle_03_text a{ text-decoration: none; }
#imHeader_imCell_7 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_imObjectImage_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_imObjectImage_07 { vertical-align: top; margin-top: 0px; margin-bottom: 0px; margin-inline-start: auto; margin-inline-end: auto; }
#imHeader_imObjectImage_07 #imHeader_imObjectImage_07_container img { width: 100%; height: auto; vertical-align: top; }#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_imObjectImage_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_imObjectImage_09 { vertical-align: top; margin-top: 0px; margin-bottom: 0px; margin-inline-start: auto; margin-inline-end: auto; }
#imHeader_imObjectImage_09 #imHeader_imObjectImage_09_container img { width: 100%; height: auto; vertical-align: top; }#imHeader_imCell_10 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_pluginAppObj_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; }

#imFooter_imCell_1 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_imObjectImage_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_imObjectImage_01 { vertical-align: top; margin-top: 0px; margin-bottom: 0px; margin-inline-start: auto; margin-inline-end: auto; }
#imFooter_imObjectImage_01 #imFooter_imObjectImage_01_container img { width: 100%; height: auto; vertical-align: top; }#imFooter_imCell_4 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_imObjectImage_04 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imFooter_imCellStyleGraphics_4 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imFooter_imCellStyleBorders_4 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imFooter_imObjectImage_04 { vertical-align: top; margin-top: 0px; margin-bottom: 0px; margin-inline-start: auto; margin-inline-end: auto; }
#imFooter_imObjectImage_04 #imFooter_imObjectImage_04_container img { width: 100%; height: auto; vertical-align: top; }#imFooter_imCell_7 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_imObjectImage_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_imObjectImage_07 { vertical-align: top; margin-top: 0px; margin-bottom: 0px; margin-inline-start: auto; margin-inline-end: auto; }
#imFooter_imObjectImage_07 #imFooter_imObjectImage_07_container img { width: 100%; height: auto; vertical-align: top; }#imFooter_imCell_8 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_imObjectImage_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_imObjectImage_08 { vertical-align: top; margin-top: 0px; margin-bottom: 0px; margin-inline-start: auto; margin-inline-end: auto; }
#imFooter_imObjectImage_08 #imFooter_imObjectImage_08_container img { width: 100%; height: auto; vertical-align: top; }#imFooter_imCell_15 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_imObjectImage_15 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imFooter_imCellStyleGraphics_15 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imFooter_imCellStyleBorders_15 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imFooter_imObjectImage_15 { vertical-align: top; margin-top: 0px; margin-bottom: 0px; margin-inline-start: auto; margin-inline-end: auto; }
#imFooter_imObjectImage_15 #imFooter_imObjectImage_15_container img { width: 100%; height: auto; vertical-align: top; }#imFooter_imCell_16 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_imObjectImage_16 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imFooter_imCellStyleGraphics_16 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imFooter_imCellStyleBorders_16 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imFooter_imObjectImage_16 { vertical-align: top; margin-top: 0px; margin-bottom: 0px; margin-inline-start: auto; margin-inline-end: auto; }
#imFooter_imObjectImage_16 #imFooter_imObjectImage_16_container img { width: 100%; height: auto; vertical-align: top; }#imFooter_imCell_17 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_imObjectImage_17 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imFooter_imCellStyleGraphics_17 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imFooter_imCellStyleBorders_17 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imFooter_imObjectImage_17 { vertical-align: top; margin-top: 0px; margin-bottom: 0px; margin-inline-start: auto; margin-inline-end: auto; }
#imFooter_imObjectImage_17 #imFooter_imObjectImage_17_container img { width: 100%; height: auto; vertical-align: top; }#imFooter_imCell_19 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_imObjectImage_19 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imFooter_imCellStyleGraphics_19 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imFooter_imCellStyleBorders_19 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imFooter_imObjectImage_19 { vertical-align: top; margin-top: 0px; margin-bottom: 0px; margin-inline-start: auto; margin-inline-end: auto; }
#imFooter_imObjectImage_19 #imFooter_imObjectImage_19_container img { width: 100%; height: auto; vertical-align: top; }#imFooter_imObjectImage_20 { vertical-align: top; margin-top: 0px; margin-bottom: 0px; margin-inline-start: auto; margin-inline-end: auto; }
#imFooter_imObjectImage_20 #imFooter_imObjectImage_20_container img { width: 100%; height: auto; vertical-align: top; }#imFooter_imObjectImage_21 { vertical-align: top; margin-top: 0px; margin-bottom: 0px; margin-inline-start: auto; margin-inline-end: auto; }
#imFooter_imObjectImage_21 #imFooter_imObjectImage_21_container img { width: 100%; height: auto; vertical-align: top; }#imBlogContent h2 a:hover { text-decoration: underline; }
#imBlogContent { float: left; float: inline-start; font: inherit; overflow: hidden; }
#imBlogSidebar { float: right; float: inline-end; font: inherit; }
.imBlogPostBody, .imBlogPostSummary { margin-block: 10px 0px; margin-inline: 0px; }
.imBlogPostCover { width: 100%; height: 500px; margin-bottom: 20px; object-fit: cover; }
.imBlogPostRead { margin-block: 10px; margin-inline: 0px; }
.imBlogSeparator { margin-block: 10px; margin-inline: 0px; border-bottom: 1px solid rgba(169, 169, 169, 1); }
.imBlogMedia { clear: both; margin-block: 20px 10px; margin-inline: 0px; }
.imBlogSources { border-top: 1px solid #CCCCCC; padding-top: 15px; margin-top: 20px; }
.imBlogSources ul { margin-block: 5px 0px; margin-inline: 5px 0px; }
#imBlogContent .topic-bar .bar-progress { background-color: rgba(102,102,102,255); }
#imBlogContent .topic-bar .bar-progress > span { background-color: rgba(228,190,33,255); }
.imBlogPostCard { background-color: transparent; border: solid; border-block-color: rgba(127, 96, 0, 1) rgba(127, 96, 0, 1); border-inline-color: rgba(127, 96, 0, 1) rgba(127, 96, 0, 1); border-width: 3px; border-radius: 0px;  }
.imBlogPostCard { overflow: hidden; }
.imBlogPagination { float: left; float: inline-start; clear: both; }
.imBlogPostCardCover { box-sizing: border-box; max-width:100%; width:100%; height: 100%; min-height: 75px; padding: 0px;  object-fit: cover;  cursor: pointer; }
.imBlogPostCardTitle h1, .imBlogPostCardTitle h1 a { font-family: Tahoma; font-size: 12pt; font-style: normal; font-weight: normal; color: rgba(0, 0, 0, 1); text-decoration: none; }
.imBlogPostCardTitle h1 { text-align: start; margin: 0px; padding-block: 0px; padding-inline: 10px; overflow: hidden; }
.imBlogPostCardCategory { padding-block: 0px; padding-inline: 10px; overflow: hidden; }
.imBlogPostCardCategory a { font-family: Tahoma; font-size: 9pt; font-style: normal; font-weight: normal; color: rgba(169, 169, 169, 1); text-decoration: none; }
.imBlogPostCardDescription { position: relative; padding-block: 0px; padding-inline: 10px; font-family: Tahoma; font-size: 9pt; font-style: normal; font-weight: normal; color: rgba(0, 0, 0, 1); overflow: auto; }
.imBlogPostCardDescription .imBlogPostCardDescriptionFade { position: absolute; width: 100%; height: 25px; inset-inline-start: 0px; bottom: 0; box-shadow: inset 0px -20px 44px transparent; }
.imBlogPostCardDetails { padding-block: 0px; padding-inline: 10px; font-family: Tahoma; font-size: 9pt; font-style: normal; font-weight: normal; color: rgba(169, 169, 169, 1); overflow: hidden; }
.imBlogPostCardAuthor a { font-family: Tahoma; font-size: 9pt; font-style: normal; font-weight: normal; color: rgba(169, 169, 169, 1); text-decoration: none; }
.imBlogPostCardButton { padding-block: 0px; padding-inline: 10px; text-align: end; overflow: hidden; }
.imBlogPostCardButton a { display: inline-block; border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 3px;  padding: 5px 5px; background-color: rgba(50, 205, 50, 1); font-family: Tahoma; font-size: 9pt; font-style: normal; font-weight: normal; color: rgba(255, 255, 255, 1); text-decoration: none; }
.imBlogPostCardTitle h1 { padding-top: 5px; }
.imBlogPostCardButton { padding-bottom: 5px; }
.imBlogBlock { border: solid; border-block-color: rgba(191, 144, 0, 1) rgba(191, 144, 0, 1); border-inline-color: rgba(191, 144, 0, 1) rgba(191, 144, 0, 1); border-width: 4px; border-radius: 2px;  overflow: hidden; margin-inline-start: 10px; margin-inline-end: 0px;  margin-bottom: 4px;background-color: transparent;}
.imBlogBlock:first-of-type {  margin-top: 4px;}
.imBlogBlock:first-child { margin-top: 4px; }
.imBlogBlock:last-child { margin-bottom: 4px; }
.imBlogBlockTitle { margin-block: 10px 0px; margin-inline: 10px; padding-bottom: 10px; font: normal normal bold 8pt 'Questrial'; color: rgba(0, 0, 0, 1); }
.imBlogBlockContent { margin: 10px; font: normal normal normal 8pt 'Questrial'; color: rgba(0, 0, 0, 1); }
.imBlogBlockContent ul { list-style: none; }
.imBlogBlockContent li { position: relative; padding-inline-start: calc(0.75em + 6px); padding-inline-start: calc(0.75lh + 6px); }
.imBlogBlockContent li::before { position: absolute; inset-inline-start: 0px; width: 0.75em; height: 0.75em; top: 0.125em; width: 0.75lh; height: 0.75lh; top: 0.125lh; content: ''; background-image: url('../blog/images/De-Alemania-19-8-2025.webp'); background-size: contain; background-repeat: no-repeat;}
.imBlogBlockContent li:not(:first-child)::before { top: calc(0.125em + 10px); top: calc(0.125lh + 10px); }
.imBlogBlockContent li:not(:first-child) { padding-top: 10px; }
.imBlogBlockContent li:not(:last-child) { padding-bottom: 10px; }
.imBlogBlock .imBlogCloudItem { margin-inline-end: 5px;  display: inline; }
.imBlogBlock .imBlogImageBlock { max-width: 100%; margin: 0 auto; }
.imBlogBlock .imBlogImageBlock img { width: 100%; }
.imBlogBlock a, .imBlogBlock a:link, .imBlogBlock a:hover, .imBlogBlock a:visited { font: normal normal normal 8pt 'Questrial'; color: rgba(0, 0, 0, 1);  text-decoration: none; }
.imBlogBlock a:hover { text-decoration: underline; }
@media (min-width: 480.0px) {
	.imBlogBlock { width: 110px; }
	
}
@media (max-width: 479.9px)  {
	.imBlogBlock { box-sizing: border-box; width: 100%; margin-inline-start: 0px; margin-inline-end: 0px; }
	
}
#imBlogPost_000000038 div { line-height: 32px; }
#imBlogPost_000000038 .imHeading1 { line-height: 72px; }
#imBlogPost_000000038 .imHeading2 { line-height: 56px; }
#imBlogPost_000000038 .imHeading3 { line-height: 48px; }
#imBlogPost_000000038 .imHeading4 { line-height: 40px; }
#imBlogPost_000000038 .imHeading5 { line-height: 36px; }
#imBlogPost_000000038 .imHeading6 { line-height: 32px; }
#imBlogPost_000000038 ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imBlogPost_000000038 ul ul { list-style: square; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_000000038 ul ul ul { list-style: circle; }
#imBlogPost_000000038 ul li, ol li { margin-block: 0px; margin-inline: 40px 0px; padding: 0px; }
#imBlogPost_000000038 ol { list-style: decimal; margin: 0; padding: 0; }
#imBlogPost_000000038 ol ol { list-style: lower-alpha; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_000000038 blockquote { margin-block: 0px; margin-inline: 15px 0px; padding: 0; border: none; }
#imBlogPost_000000038 table { border: none; padding: 0; border-collapse: collapse; }
#imBlogPost_000000038 table td { border: 1px solid black; word-wrap: break-word; padding: 4px 3px; margin: 0; vertical-align: middle; }
#imBlogPost_000000038 p { margin: 0; padding: 0; }
#imBlogPost_000000038 .inline-block { display: inline-block; }
#imBlogPost_000000038 sup { vertical-align: super; font-size: smaller; }
#imBlogPost_000000038 sub { vertical-align: sub; font-size: smaller; }
#imBlogPost_000000038 img { border: none; margin: 0; vertical-align: text-bottom;}
#imBlogPost_000000038 .fleft { float: left; float: inline-start; vertical-align: baseline;}
#imBlogPost_000000038 .fright { float: right; float: inline-end; vertical-align: baseline;}
#imBlogPost_000000038 img.fleft { margin-inline-end: 15px; }
#imBlogPost_000000038 img.fright { margin-inline-start: 15px; }
#imBlogPost_000000038 .imTALeft { text-align: start; }
#imBlogPost_000000038 .imTARight { text-align: end; }
#imBlogPost_000000038 .imTACenter { text-align: center; }
#imBlogPost_000000038 .imTAJustify { text-align: justify; }
#imBlogPost_000000038 .imUl { text-decoration: underline; }
#imBlogPost_000000038 .imStrike { text-decoration: line-through; }
#imBlogPost_000000038 .imUlStrike { text-decoration: underline line-through; }
#imBlogPost_000000038 .imVt { vertical-align: top; }
#imBlogPost_000000038 .imVc { vertical-align: middle; }
#imBlogPost_000000038 .imVb { vertical-align: bottom; }
#imBlogPost_000000038 hr { border: solid; border-block-width: 1px 0px; border-inline-width: 0px; }
#imBlogPost_000000037 div { line-height: 32px; }
#imBlogPost_000000037 .imHeading1 { line-height: 72px; }
#imBlogPost_000000037 .imHeading2 { line-height: 56px; }
#imBlogPost_000000037 .imHeading3 { line-height: 48px; }
#imBlogPost_000000037 .imHeading4 { line-height: 40px; }
#imBlogPost_000000037 .imHeading5 { line-height: 36px; }
#imBlogPost_000000037 .imHeading6 { line-height: 32px; }
#imBlogPost_000000037 ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imBlogPost_000000037 ul ul { list-style: square; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_000000037 ul ul ul { list-style: circle; }
#imBlogPost_000000037 ul li, ol li { margin-block: 0px; margin-inline: 40px 0px; padding: 0px; }
#imBlogPost_000000037 ol { list-style: decimal; margin: 0; padding: 0; }
#imBlogPost_000000037 ol ol { list-style: lower-alpha; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_000000037 blockquote { margin-block: 0px; margin-inline: 15px 0px; padding: 0; border: none; }
#imBlogPost_000000037 table { border: none; padding: 0; border-collapse: collapse; }
#imBlogPost_000000037 table td { border: 1px solid black; word-wrap: break-word; padding: 4px 3px; margin: 0; vertical-align: middle; }
#imBlogPost_000000037 p { margin: 0; padding: 0; }
#imBlogPost_000000037 .inline-block { display: inline-block; }
#imBlogPost_000000037 sup { vertical-align: super; font-size: smaller; }
#imBlogPost_000000037 sub { vertical-align: sub; font-size: smaller; }
#imBlogPost_000000037 img { border: none; margin: 0; vertical-align: text-bottom;}
#imBlogPost_000000037 .fleft { float: left; float: inline-start; vertical-align: baseline;}
#imBlogPost_000000037 .fright { float: right; float: inline-end; vertical-align: baseline;}
#imBlogPost_000000037 img.fleft { margin-inline-end: 15px; }
#imBlogPost_000000037 img.fright { margin-inline-start: 15px; }
#imBlogPost_000000037 .imTALeft { text-align: start; }
#imBlogPost_000000037 .imTARight { text-align: end; }
#imBlogPost_000000037 .imTACenter { text-align: center; }
#imBlogPost_000000037 .imTAJustify { text-align: justify; }
#imBlogPost_000000037 .imUl { text-decoration: underline; }
#imBlogPost_000000037 .imStrike { text-decoration: line-through; }
#imBlogPost_000000037 .imUlStrike { text-decoration: underline line-through; }
#imBlogPost_000000037 .imVt { vertical-align: top; }
#imBlogPost_000000037 .imVc { vertical-align: middle; }
#imBlogPost_000000037 .imVb { vertical-align: bottom; }
#imBlogPost_000000037 hr { border: solid; border-block-width: 1px 0px; border-inline-width: 0px; }
#imBlogPost_000000036 div { line-height: 32px; }
#imBlogPost_000000036 .imHeading1 { line-height: 72px; }
#imBlogPost_000000036 .imHeading2 { line-height: 56px; }
#imBlogPost_000000036 .imHeading3 { line-height: 48px; }
#imBlogPost_000000036 .imHeading4 { line-height: 40px; }
#imBlogPost_000000036 .imHeading5 { line-height: 36px; }
#imBlogPost_000000036 .imHeading6 { line-height: 32px; }
#imBlogPost_000000036 ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imBlogPost_000000036 ul ul { list-style: square; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_000000036 ul ul ul { list-style: circle; }
#imBlogPost_000000036 ul li, ol li { margin-block: 0px; margin-inline: 40px 0px; padding: 0px; }
#imBlogPost_000000036 ol { list-style: decimal; margin: 0; padding: 0; }
#imBlogPost_000000036 ol ol { list-style: lower-alpha; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_000000036 blockquote { margin-block: 0px; margin-inline: 15px 0px; padding: 0; border: none; }
#imBlogPost_000000036 table { border: none; padding: 0; border-collapse: collapse; }
#imBlogPost_000000036 table td { border: 1px solid black; word-wrap: break-word; padding: 4px 3px; margin: 0; vertical-align: middle; }
#imBlogPost_000000036 p { margin: 0; padding: 0; }
#imBlogPost_000000036 .inline-block { display: inline-block; }
#imBlogPost_000000036 sup { vertical-align: super; font-size: smaller; }
#imBlogPost_000000036 sub { vertical-align: sub; font-size: smaller; }
#imBlogPost_000000036 img { border: none; margin: 0; vertical-align: text-bottom;}
#imBlogPost_000000036 .fleft { float: left; float: inline-start; vertical-align: baseline;}
#imBlogPost_000000036 .fright { float: right; float: inline-end; vertical-align: baseline;}
#imBlogPost_000000036 img.fleft { margin-inline-end: 15px; }
#imBlogPost_000000036 img.fright { margin-inline-start: 15px; }
#imBlogPost_000000036 .imTALeft { text-align: start; }
#imBlogPost_000000036 .imTARight { text-align: end; }
#imBlogPost_000000036 .imTACenter { text-align: center; }
#imBlogPost_000000036 .imTAJustify { text-align: justify; }
#imBlogPost_000000036 .imUl { text-decoration: underline; }
#imBlogPost_000000036 .imStrike { text-decoration: line-through; }
#imBlogPost_000000036 .imUlStrike { text-decoration: underline line-through; }
#imBlogPost_000000036 .imVt { vertical-align: top; }
#imBlogPost_000000036 .imVc { vertical-align: middle; }
#imBlogPost_000000036 .imVb { vertical-align: bottom; }
#imBlogPost_000000036 hr { border: solid; border-block-width: 1px 0px; border-inline-width: 0px; }
#imBlogPost_000000032 div { line-height: 32px; }
#imBlogPost_000000032 .imHeading1 { line-height: 72px; }
#imBlogPost_000000032 .imHeading2 { line-height: 56px; }
#imBlogPost_000000032 .imHeading3 { line-height: 48px; }
#imBlogPost_000000032 .imHeading4 { line-height: 40px; }
#imBlogPost_000000032 .imHeading5 { line-height: 36px; }
#imBlogPost_000000032 .imHeading6 { line-height: 32px; }
#imBlogPost_000000032 ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imBlogPost_000000032 ul ul { list-style: square; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_000000032 ul ul ul { list-style: circle; }
#imBlogPost_000000032 ul li, ol li { margin-block: 0px; margin-inline: 40px 0px; padding: 0px; }
#imBlogPost_000000032 ol { list-style: decimal; margin: 0; padding: 0; }
#imBlogPost_000000032 ol ol { list-style: lower-alpha; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_000000032 blockquote { margin-block: 0px; margin-inline: 15px 0px; padding: 0; border: none; }
#imBlogPost_000000032 table { border: none; padding: 0; border-collapse: collapse; }
#imBlogPost_000000032 table td { border: 1px solid black; word-wrap: break-word; padding: 4px 3px; margin: 0; vertical-align: middle; }
#imBlogPost_000000032 p { margin: 0; padding: 0; }
#imBlogPost_000000032 .inline-block { display: inline-block; }
#imBlogPost_000000032 sup { vertical-align: super; font-size: smaller; }
#imBlogPost_000000032 sub { vertical-align: sub; font-size: smaller; }
#imBlogPost_000000032 img { border: none; margin: 0; vertical-align: text-bottom;}
#imBlogPost_000000032 .fleft { float: left; float: inline-start; vertical-align: baseline;}
#imBlogPost_000000032 .fright { float: right; float: inline-end; vertical-align: baseline;}
#imBlogPost_000000032 img.fleft { margin-inline-end: 15px; }
#imBlogPost_000000032 img.fright { margin-inline-start: 15px; }
#imBlogPost_000000032 .imTALeft { text-align: start; }
#imBlogPost_000000032 .imTARight { text-align: end; }
#imBlogPost_000000032 .imTACenter { text-align: center; }
#imBlogPost_000000032 .imTAJustify { text-align: justify; }
#imBlogPost_000000032 .imUl { text-decoration: underline; }
#imBlogPost_000000032 .imStrike { text-decoration: line-through; }
#imBlogPost_000000032 .imUlStrike { text-decoration: underline line-through; }
#imBlogPost_000000032 .imVt { vertical-align: top; }
#imBlogPost_000000032 .imVc { vertical-align: middle; }
#imBlogPost_000000032 .imVb { vertical-align: bottom; }
#imBlogPost_000000032 hr { border: solid; border-block-width: 1px 0px; border-inline-width: 0px; }
#imBlogPost_00000002D div { line-height: 32px; }
#imBlogPost_00000002D .imHeading1 { line-height: 72px; }
#imBlogPost_00000002D .imHeading2 { line-height: 56px; }
#imBlogPost_00000002D .imHeading3 { line-height: 48px; }
#imBlogPost_00000002D .imHeading4 { line-height: 40px; }
#imBlogPost_00000002D .imHeading5 { line-height: 36px; }
#imBlogPost_00000002D .imHeading6 { line-height: 32px; }
#imBlogPost_00000002D ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imBlogPost_00000002D ul ul { list-style: square; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_00000002D ul ul ul { list-style: circle; }
#imBlogPost_00000002D ul li, ol li { margin-block: 0px; margin-inline: 40px 0px; padding: 0px; }
#imBlogPost_00000002D ol { list-style: decimal; margin: 0; padding: 0; }
#imBlogPost_00000002D ol ol { list-style: lower-alpha; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_00000002D blockquote { margin-block: 0px; margin-inline: 15px 0px; padding: 0; border: none; }
#imBlogPost_00000002D table { border: none; padding: 0; border-collapse: collapse; }
#imBlogPost_00000002D table td { border: 1px solid black; word-wrap: break-word; padding: 4px 3px; margin: 0; vertical-align: middle; }
#imBlogPost_00000002D p { margin: 0; padding: 0; }
#imBlogPost_00000002D .inline-block { display: inline-block; }
#imBlogPost_00000002D sup { vertical-align: super; font-size: smaller; }
#imBlogPost_00000002D sub { vertical-align: sub; font-size: smaller; }
#imBlogPost_00000002D img { border: none; margin: 0; vertical-align: text-bottom;}
#imBlogPost_00000002D .fleft { float: left; float: inline-start; vertical-align: baseline;}
#imBlogPost_00000002D .fright { float: right; float: inline-end; vertical-align: baseline;}
#imBlogPost_00000002D img.fleft { margin-inline-end: 15px; }
#imBlogPost_00000002D img.fright { margin-inline-start: 15px; }
#imBlogPost_00000002D .imTALeft { text-align: start; }
#imBlogPost_00000002D .imTARight { text-align: end; }
#imBlogPost_00000002D .imTACenter { text-align: center; }
#imBlogPost_00000002D .imTAJustify { text-align: justify; }
#imBlogPost_00000002D .imUl { text-decoration: underline; }
#imBlogPost_00000002D .imStrike { text-decoration: line-through; }
#imBlogPost_00000002D .imUlStrike { text-decoration: underline line-through; }
#imBlogPost_00000002D .imVt { vertical-align: top; }
#imBlogPost_00000002D .imVc { vertical-align: middle; }
#imBlogPost_00000002D .imVb { vertical-align: bottom; }
#imBlogPost_00000002D hr { border: solid; border-block-width: 1px 0px; border-inline-width: 0px; }
#imBlogPost_00000002B div { line-height: 32px; }
#imBlogPost_00000002B .imHeading1 { line-height: 72px; }
#imBlogPost_00000002B .imHeading2 { line-height: 56px; }
#imBlogPost_00000002B .imHeading3 { line-height: 48px; }
#imBlogPost_00000002B .imHeading4 { line-height: 40px; }
#imBlogPost_00000002B .imHeading5 { line-height: 36px; }
#imBlogPost_00000002B .imHeading6 { line-height: 32px; }
#imBlogPost_00000002B ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imBlogPost_00000002B ul ul { list-style: square; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_00000002B ul ul ul { list-style: circle; }
#imBlogPost_00000002B ul li, ol li { margin-block: 0px; margin-inline: 40px 0px; padding: 0px; }
#imBlogPost_00000002B ol { list-style: decimal; margin: 0; padding: 0; }
#imBlogPost_00000002B ol ol { list-style: lower-alpha; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_00000002B blockquote { margin-block: 0px; margin-inline: 15px 0px; padding: 0; border: none; }
#imBlogPost_00000002B table { border: none; padding: 0; border-collapse: collapse; }
#imBlogPost_00000002B table td { border: 1px solid black; word-wrap: break-word; padding: 4px 3px; margin: 0; vertical-align: middle; }
#imBlogPost_00000002B p { margin: 0; padding: 0; }
#imBlogPost_00000002B .inline-block { display: inline-block; }
#imBlogPost_00000002B sup { vertical-align: super; font-size: smaller; }
#imBlogPost_00000002B sub { vertical-align: sub; font-size: smaller; }
#imBlogPost_00000002B img { border: none; margin: 0; vertical-align: text-bottom;}
#imBlogPost_00000002B .fleft { float: left; float: inline-start; vertical-align: baseline;}
#imBlogPost_00000002B .fright { float: right; float: inline-end; vertical-align: baseline;}
#imBlogPost_00000002B img.fleft { margin-inline-end: 15px; }
#imBlogPost_00000002B img.fright { margin-inline-start: 15px; }
#imBlogPost_00000002B .imTALeft { text-align: start; }
#imBlogPost_00000002B .imTARight { text-align: end; }
#imBlogPost_00000002B .imTACenter { text-align: center; }
#imBlogPost_00000002B .imTAJustify { text-align: justify; }
#imBlogPost_00000002B .imUl { text-decoration: underline; }
#imBlogPost_00000002B .imStrike { text-decoration: line-through; }
#imBlogPost_00000002B .imUlStrike { text-decoration: underline line-through; }
#imBlogPost_00000002B .imVt { vertical-align: top; }
#imBlogPost_00000002B .imVc { vertical-align: middle; }
#imBlogPost_00000002B .imVb { vertical-align: bottom; }
#imBlogPost_00000002B hr { border: solid; border-block-width: 1px 0px; border-inline-width: 0px; }
#imBlogPost_000000029 div { line-height: 32px; }
#imBlogPost_000000029 .imHeading1 { line-height: 72px; }
#imBlogPost_000000029 .imHeading2 { line-height: 56px; }
#imBlogPost_000000029 .imHeading3 { line-height: 48px; }
#imBlogPost_000000029 .imHeading4 { line-height: 40px; }
#imBlogPost_000000029 .imHeading5 { line-height: 36px; }
#imBlogPost_000000029 .imHeading6 { line-height: 32px; }
#imBlogPost_000000029 ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imBlogPost_000000029 ul ul { list-style: square; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_000000029 ul ul ul { list-style: circle; }
#imBlogPost_000000029 ul li, ol li { margin-block: 0px; margin-inline: 40px 0px; padding: 0px; }
#imBlogPost_000000029 ol { list-style: decimal; margin: 0; padding: 0; }
#imBlogPost_000000029 ol ol { list-style: lower-alpha; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_000000029 blockquote { margin-block: 0px; margin-inline: 15px 0px; padding: 0; border: none; }
#imBlogPost_000000029 table { border: none; padding: 0; border-collapse: collapse; }
#imBlogPost_000000029 table td { border: 1px solid black; word-wrap: break-word; padding: 4px 3px; margin: 0; vertical-align: middle; }
#imBlogPost_000000029 p { margin: 0; padding: 0; }
#imBlogPost_000000029 .inline-block { display: inline-block; }
#imBlogPost_000000029 sup { vertical-align: super; font-size: smaller; }
#imBlogPost_000000029 sub { vertical-align: sub; font-size: smaller; }
#imBlogPost_000000029 img { border: none; margin: 0; vertical-align: text-bottom;}
#imBlogPost_000000029 .fleft { float: left; float: inline-start; vertical-align: baseline;}
#imBlogPost_000000029 .fright { float: right; float: inline-end; vertical-align: baseline;}
#imBlogPost_000000029 img.fleft { margin-inline-end: 15px; }
#imBlogPost_000000029 img.fright { margin-inline-start: 15px; }
#imBlogPost_000000029 .imTALeft { text-align: start; }
#imBlogPost_000000029 .imTARight { text-align: end; }
#imBlogPost_000000029 .imTACenter { text-align: center; }
#imBlogPost_000000029 .imTAJustify { text-align: justify; }
#imBlogPost_000000029 .imUl { text-decoration: underline; }
#imBlogPost_000000029 .imStrike { text-decoration: line-through; }
#imBlogPost_000000029 .imUlStrike { text-decoration: underline line-through; }
#imBlogPost_000000029 .imVt { vertical-align: top; }
#imBlogPost_000000029 .imVc { vertical-align: middle; }
#imBlogPost_000000029 .imVb { vertical-align: bottom; }
#imBlogPost_000000029 hr { border: solid; border-block-width: 1px 0px; border-inline-width: 0px; }
#imBlogPost_000000027 div { line-height: 32px; }
#imBlogPost_000000027 .imHeading1 { line-height: 72px; }
#imBlogPost_000000027 .imHeading2 { line-height: 56px; }
#imBlogPost_000000027 .imHeading3 { line-height: 48px; }
#imBlogPost_000000027 .imHeading4 { line-height: 40px; }
#imBlogPost_000000027 .imHeading5 { line-height: 36px; }
#imBlogPost_000000027 .imHeading6 { line-height: 32px; }
#imBlogPost_000000027 ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imBlogPost_000000027 ul ul { list-style: square; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_000000027 ul ul ul { list-style: circle; }
#imBlogPost_000000027 ul li, ol li { margin-block: 0px; margin-inline: 40px 0px; padding: 0px; }
#imBlogPost_000000027 ol { list-style: decimal; margin: 0; padding: 0; }
#imBlogPost_000000027 ol ol { list-style: lower-alpha; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_000000027 blockquote { margin-block: 0px; margin-inline: 15px 0px; padding: 0; border: none; }
#imBlogPost_000000027 table { border: none; padding: 0; border-collapse: collapse; }
#imBlogPost_000000027 table td { border: 1px solid black; word-wrap: break-word; padding: 4px 3px; margin: 0; vertical-align: middle; }
#imBlogPost_000000027 p { margin: 0; padding: 0; }
#imBlogPost_000000027 .inline-block { display: inline-block; }
#imBlogPost_000000027 sup { vertical-align: super; font-size: smaller; }
#imBlogPost_000000027 sub { vertical-align: sub; font-size: smaller; }
#imBlogPost_000000027 img { border: none; margin: 0; vertical-align: text-bottom;}
#imBlogPost_000000027 .fleft { float: left; float: inline-start; vertical-align: baseline;}
#imBlogPost_000000027 .fright { float: right; float: inline-end; vertical-align: baseline;}
#imBlogPost_000000027 img.fleft { margin-inline-end: 15px; }
#imBlogPost_000000027 img.fright { margin-inline-start: 15px; }
#imBlogPost_000000027 .imTALeft { text-align: start; }
#imBlogPost_000000027 .imTARight { text-align: end; }
#imBlogPost_000000027 .imTACenter { text-align: center; }
#imBlogPost_000000027 .imTAJustify { text-align: justify; }
#imBlogPost_000000027 .imUl { text-decoration: underline; }
#imBlogPost_000000027 .imStrike { text-decoration: line-through; }
#imBlogPost_000000027 .imUlStrike { text-decoration: underline line-through; }
#imBlogPost_000000027 .imVt { vertical-align: top; }
#imBlogPost_000000027 .imVc { vertical-align: middle; }
#imBlogPost_000000027 .imVb { vertical-align: bottom; }
#imBlogPost_000000027 hr { border: solid; border-block-width: 1px 0px; border-inline-width: 0px; }
#imBlogPost_000000026 div { line-height: 32px; }
#imBlogPost_000000026 .imHeading1 { line-height: 72px; }
#imBlogPost_000000026 .imHeading2 { line-height: 56px; }
#imBlogPost_000000026 .imHeading3 { line-height: 48px; }
#imBlogPost_000000026 .imHeading4 { line-height: 40px; }
#imBlogPost_000000026 .imHeading5 { line-height: 36px; }
#imBlogPost_000000026 .imHeading6 { line-height: 32px; }
#imBlogPost_000000026 ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imBlogPost_000000026 ul ul { list-style: square; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_000000026 ul ul ul { list-style: circle; }
#imBlogPost_000000026 ul li, ol li { margin-block: 0px; margin-inline: 40px 0px; padding: 0px; }
#imBlogPost_000000026 ol { list-style: decimal; margin: 0; padding: 0; }
#imBlogPost_000000026 ol ol { list-style: lower-alpha; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_000000026 blockquote { margin-block: 0px; margin-inline: 15px 0px; padding: 0; border: none; }
#imBlogPost_000000026 table { border: none; padding: 0; border-collapse: collapse; }
#imBlogPost_000000026 table td { border: 1px solid black; word-wrap: break-word; padding: 4px 3px; margin: 0; vertical-align: middle; }
#imBlogPost_000000026 p { margin: 0; padding: 0; }
#imBlogPost_000000026 .inline-block { display: inline-block; }
#imBlogPost_000000026 sup { vertical-align: super; font-size: smaller; }
#imBlogPost_000000026 sub { vertical-align: sub; font-size: smaller; }
#imBlogPost_000000026 img { border: none; margin: 0; vertical-align: text-bottom;}
#imBlogPost_000000026 .fleft { float: left; float: inline-start; vertical-align: baseline;}
#imBlogPost_000000026 .fright { float: right; float: inline-end; vertical-align: baseline;}
#imBlogPost_000000026 img.fleft { margin-inline-end: 15px; }
#imBlogPost_000000026 img.fright { margin-inline-start: 15px; }
#imBlogPost_000000026 .imTALeft { text-align: start; }
#imBlogPost_000000026 .imTARight { text-align: end; }
#imBlogPost_000000026 .imTACenter { text-align: center; }
#imBlogPost_000000026 .imTAJustify { text-align: justify; }
#imBlogPost_000000026 .imUl { text-decoration: underline; }
#imBlogPost_000000026 .imStrike { text-decoration: line-through; }
#imBlogPost_000000026 .imUlStrike { text-decoration: underline line-through; }
#imBlogPost_000000026 .imVt { vertical-align: top; }
#imBlogPost_000000026 .imVc { vertical-align: middle; }
#imBlogPost_000000026 .imVb { vertical-align: bottom; }
#imBlogPost_000000026 hr { border: solid; border-block-width: 1px 0px; border-inline-width: 0px; }
#imBlogPost_000000025 div { line-height: 32px; }
#imBlogPost_000000025 .imHeading1 { line-height: 72px; }
#imBlogPost_000000025 .imHeading2 { line-height: 56px; }
#imBlogPost_000000025 .imHeading3 { line-height: 48px; }
#imBlogPost_000000025 .imHeading4 { line-height: 40px; }
#imBlogPost_000000025 .imHeading5 { line-height: 36px; }
#imBlogPost_000000025 .imHeading6 { line-height: 32px; }
#imBlogPost_000000025 ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imBlogPost_000000025 ul ul { list-style: square; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_000000025 ul ul ul { list-style: circle; }
#imBlogPost_000000025 ul li, ol li { margin-block: 0px; margin-inline: 40px 0px; padding: 0px; }
#imBlogPost_000000025 ol { list-style: decimal; margin: 0; padding: 0; }
#imBlogPost_000000025 ol ol { list-style: lower-alpha; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_000000025 blockquote { margin-block: 0px; margin-inline: 15px 0px; padding: 0; border: none; }
#imBlogPost_000000025 table { border: none; padding: 0; border-collapse: collapse; }
#imBlogPost_000000025 table td { border: 1px solid black; word-wrap: break-word; padding: 4px 3px; margin: 0; vertical-align: middle; }
#imBlogPost_000000025 p { margin: 0; padding: 0; }
#imBlogPost_000000025 .inline-block { display: inline-block; }
#imBlogPost_000000025 sup { vertical-align: super; font-size: smaller; }
#imBlogPost_000000025 sub { vertical-align: sub; font-size: smaller; }
#imBlogPost_000000025 img { border: none; margin: 0; vertical-align: text-bottom;}
#imBlogPost_000000025 .fleft { float: left; float: inline-start; vertical-align: baseline;}
#imBlogPost_000000025 .fright { float: right; float: inline-end; vertical-align: baseline;}
#imBlogPost_000000025 img.fleft { margin-inline-end: 15px; }
#imBlogPost_000000025 img.fright { margin-inline-start: 15px; }
#imBlogPost_000000025 .imTALeft { text-align: start; }
#imBlogPost_000000025 .imTARight { text-align: end; }
#imBlogPost_000000025 .imTACenter { text-align: center; }
#imBlogPost_000000025 .imTAJustify { text-align: justify; }
#imBlogPost_000000025 .imUl { text-decoration: underline; }
#imBlogPost_000000025 .imStrike { text-decoration: line-through; }
#imBlogPost_000000025 .imUlStrike { text-decoration: underline line-through; }
#imBlogPost_000000025 .imVt { vertical-align: top; }
#imBlogPost_000000025 .imVc { vertical-align: middle; }
#imBlogPost_000000025 .imVb { vertical-align: bottom; }
#imBlogPost_000000025 hr { border: solid; border-block-width: 1px 0px; border-inline-width: 0px; }
#imBlogPost_000000023 div { line-height: 32px; }
#imBlogPost_000000023 .imHeading1 { line-height: 72px; }
#imBlogPost_000000023 .imHeading2 { line-height: 56px; }
#imBlogPost_000000023 .imHeading3 { line-height: 48px; }
#imBlogPost_000000023 .imHeading4 { line-height: 40px; }
#imBlogPost_000000023 .imHeading5 { line-height: 36px; }
#imBlogPost_000000023 .imHeading6 { line-height: 32px; }
#imBlogPost_000000023 ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imBlogPost_000000023 ul ul { list-style: square; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_000000023 ul ul ul { list-style: circle; }
#imBlogPost_000000023 ul li, ol li { margin-block: 0px; margin-inline: 40px 0px; padding: 0px; }
#imBlogPost_000000023 ol { list-style: decimal; margin: 0; padding: 0; }
#imBlogPost_000000023 ol ol { list-style: lower-alpha; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_000000023 blockquote { margin-block: 0px; margin-inline: 15px 0px; padding: 0; border: none; }
#imBlogPost_000000023 table { border: none; padding: 0; border-collapse: collapse; }
#imBlogPost_000000023 table td { border: 1px solid black; word-wrap: break-word; padding: 4px 3px; margin: 0; vertical-align: middle; }
#imBlogPost_000000023 p { margin: 0; padding: 0; }
#imBlogPost_000000023 .inline-block { display: inline-block; }
#imBlogPost_000000023 sup { vertical-align: super; font-size: smaller; }
#imBlogPost_000000023 sub { vertical-align: sub; font-size: smaller; }
#imBlogPost_000000023 img { border: none; margin: 0; vertical-align: text-bottom;}
#imBlogPost_000000023 .fleft { float: left; float: inline-start; vertical-align: baseline;}
#imBlogPost_000000023 .fright { float: right; float: inline-end; vertical-align: baseline;}
#imBlogPost_000000023 img.fleft { margin-inline-end: 15px; }
#imBlogPost_000000023 img.fright { margin-inline-start: 15px; }
#imBlogPost_000000023 .imTALeft { text-align: start; }
#imBlogPost_000000023 .imTARight { text-align: end; }
#imBlogPost_000000023 .imTACenter { text-align: center; }
#imBlogPost_000000023 .imTAJustify { text-align: justify; }
#imBlogPost_000000023 .imUl { text-decoration: underline; }
#imBlogPost_000000023 .imStrike { text-decoration: line-through; }
#imBlogPost_000000023 .imUlStrike { text-decoration: underline line-through; }
#imBlogPost_000000023 .imVt { vertical-align: top; }
#imBlogPost_000000023 .imVc { vertical-align: middle; }
#imBlogPost_000000023 .imVb { vertical-align: bottom; }
#imBlogPost_000000023 hr { border: solid; border-block-width: 1px 0px; border-inline-width: 0px; }
#imBlogPost_000000023 .fs16lh1-5 { vertical-align: baseline; font-size: 16pt; line-height: 32px; }
#imBlogPost_000000023 .ff1 { font-family: 'Questrial'; }
#imBlogPost_00000001D div { line-height: 32px; }
#imBlogPost_00000001D .imHeading1 { line-height: 72px; }
#imBlogPost_00000001D .imHeading2 { line-height: 56px; }
#imBlogPost_00000001D .imHeading3 { line-height: 48px; }
#imBlogPost_00000001D .imHeading4 { line-height: 40px; }
#imBlogPost_00000001D .imHeading5 { line-height: 36px; }
#imBlogPost_00000001D .imHeading6 { line-height: 32px; }
#imBlogPost_00000001D ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imBlogPost_00000001D ul ul { list-style: square; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_00000001D ul ul ul { list-style: circle; }
#imBlogPost_00000001D ul li, ol li { margin-block: 0px; margin-inline: 40px 0px; padding: 0px; }
#imBlogPost_00000001D ol { list-style: decimal; margin: 0; padding: 0; }
#imBlogPost_00000001D ol ol { list-style: lower-alpha; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_00000001D blockquote { margin-block: 0px; margin-inline: 15px 0px; padding: 0; border: none; }
#imBlogPost_00000001D table { border: none; padding: 0; border-collapse: collapse; }
#imBlogPost_00000001D table td { border: 1px solid black; word-wrap: break-word; padding: 4px 3px; margin: 0; vertical-align: middle; }
#imBlogPost_00000001D p { margin: 0; padding: 0; }
#imBlogPost_00000001D .inline-block { display: inline-block; }
#imBlogPost_00000001D sup { vertical-align: super; font-size: smaller; }
#imBlogPost_00000001D sub { vertical-align: sub; font-size: smaller; }
#imBlogPost_00000001D img { border: none; margin: 0; vertical-align: text-bottom;}
#imBlogPost_00000001D .fleft { float: left; float: inline-start; vertical-align: baseline;}
#imBlogPost_00000001D .fright { float: right; float: inline-end; vertical-align: baseline;}
#imBlogPost_00000001D img.fleft { margin-inline-end: 15px; }
#imBlogPost_00000001D img.fright { margin-inline-start: 15px; }
#imBlogPost_00000001D .imTALeft { text-align: start; }
#imBlogPost_00000001D .imTARight { text-align: end; }
#imBlogPost_00000001D .imTACenter { text-align: center; }
#imBlogPost_00000001D .imTAJustify { text-align: justify; }
#imBlogPost_00000001D .imUl { text-decoration: underline; }
#imBlogPost_00000001D .imStrike { text-decoration: line-through; }
#imBlogPost_00000001D .imUlStrike { text-decoration: underline line-through; }
#imBlogPost_00000001D .imVt { vertical-align: top; }
#imBlogPost_00000001D .imVc { vertical-align: middle; }
#imBlogPost_00000001D .imVb { vertical-align: bottom; }
#imBlogPost_00000001D hr { border: solid; border-block-width: 1px 0px; border-inline-width: 0px; }
#imBlogPost_00000001C div { line-height: 32px; }
#imBlogPost_00000001C .imHeading1 { line-height: 72px; }
#imBlogPost_00000001C .imHeading2 { line-height: 56px; }
#imBlogPost_00000001C .imHeading3 { line-height: 48px; }
#imBlogPost_00000001C .imHeading4 { line-height: 40px; }
#imBlogPost_00000001C .imHeading5 { line-height: 36px; }
#imBlogPost_00000001C .imHeading6 { line-height: 32px; }
#imBlogPost_00000001C ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imBlogPost_00000001C ul ul { list-style: square; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_00000001C ul ul ul { list-style: circle; }
#imBlogPost_00000001C ul li, ol li { margin-block: 0px; margin-inline: 40px 0px; padding: 0px; }
#imBlogPost_00000001C ol { list-style: decimal; margin: 0; padding: 0; }
#imBlogPost_00000001C ol ol { list-style: lower-alpha; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_00000001C blockquote { margin-block: 0px; margin-inline: 15px 0px; padding: 0; border: none; }
#imBlogPost_00000001C table { border: none; padding: 0; border-collapse: collapse; }
#imBlogPost_00000001C table td { border: 1px solid black; word-wrap: break-word; padding: 4px 3px; margin: 0; vertical-align: middle; }
#imBlogPost_00000001C p { margin: 0; padding: 0; }
#imBlogPost_00000001C .inline-block { display: inline-block; }
#imBlogPost_00000001C sup { vertical-align: super; font-size: smaller; }
#imBlogPost_00000001C sub { vertical-align: sub; font-size: smaller; }
#imBlogPost_00000001C img { border: none; margin: 0; vertical-align: text-bottom;}
#imBlogPost_00000001C .fleft { float: left; float: inline-start; vertical-align: baseline;}
#imBlogPost_00000001C .fright { float: right; float: inline-end; vertical-align: baseline;}
#imBlogPost_00000001C img.fleft { margin-inline-end: 15px; }
#imBlogPost_00000001C img.fright { margin-inline-start: 15px; }
#imBlogPost_00000001C .imTALeft { text-align: start; }
#imBlogPost_00000001C .imTARight { text-align: end; }
#imBlogPost_00000001C .imTACenter { text-align: center; }
#imBlogPost_00000001C .imTAJustify { text-align: justify; }
#imBlogPost_00000001C .imUl { text-decoration: underline; }
#imBlogPost_00000001C .imStrike { text-decoration: line-through; }
#imBlogPost_00000001C .imUlStrike { text-decoration: underline line-through; }
#imBlogPost_00000001C .imVt { vertical-align: top; }
#imBlogPost_00000001C .imVc { vertical-align: middle; }
#imBlogPost_00000001C .imVb { vertical-align: bottom; }
#imBlogPost_00000001C hr { border: solid; border-block-width: 1px 0px; border-inline-width: 0px; }
#imBlogPost_00000001E div { line-height: 32px; }
#imBlogPost_00000001E .imHeading1 { line-height: 72px; }
#imBlogPost_00000001E .imHeading2 { line-height: 56px; }
#imBlogPost_00000001E .imHeading3 { line-height: 48px; }
#imBlogPost_00000001E .imHeading4 { line-height: 40px; }
#imBlogPost_00000001E .imHeading5 { line-height: 36px; }
#imBlogPost_00000001E .imHeading6 { line-height: 32px; }
#imBlogPost_00000001E ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imBlogPost_00000001E ul ul { list-style: square; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_00000001E ul ul ul { list-style: circle; }
#imBlogPost_00000001E ul li, ol li { margin-block: 0px; margin-inline: 40px 0px; padding: 0px; }
#imBlogPost_00000001E ol { list-style: decimal; margin: 0; padding: 0; }
#imBlogPost_00000001E ol ol { list-style: lower-alpha; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_00000001E blockquote { margin-block: 0px; margin-inline: 15px 0px; padding: 0; border: none; }
#imBlogPost_00000001E table { border: none; padding: 0; border-collapse: collapse; }
#imBlogPost_00000001E table td { border: 1px solid black; word-wrap: break-word; padding: 4px 3px; margin: 0; vertical-align: middle; }
#imBlogPost_00000001E p { margin: 0; padding: 0; }
#imBlogPost_00000001E .inline-block { display: inline-block; }
#imBlogPost_00000001E sup { vertical-align: super; font-size: smaller; }
#imBlogPost_00000001E sub { vertical-align: sub; font-size: smaller; }
#imBlogPost_00000001E img { border: none; margin: 0; vertical-align: text-bottom;}
#imBlogPost_00000001E .fleft { float: left; float: inline-start; vertical-align: baseline;}
#imBlogPost_00000001E .fright { float: right; float: inline-end; vertical-align: baseline;}
#imBlogPost_00000001E img.fleft { margin-inline-end: 15px; }
#imBlogPost_00000001E img.fright { margin-inline-start: 15px; }
#imBlogPost_00000001E .imTALeft { text-align: start; }
#imBlogPost_00000001E .imTARight { text-align: end; }
#imBlogPost_00000001E .imTACenter { text-align: center; }
#imBlogPost_00000001E .imTAJustify { text-align: justify; }
#imBlogPost_00000001E .imUl { text-decoration: underline; }
#imBlogPost_00000001E .imStrike { text-decoration: line-through; }
#imBlogPost_00000001E .imUlStrike { text-decoration: underline line-through; }
#imBlogPost_00000001E .imVt { vertical-align: top; }
#imBlogPost_00000001E .imVc { vertical-align: middle; }
#imBlogPost_00000001E .imVb { vertical-align: bottom; }
#imBlogPost_00000001E hr { border: solid; border-block-width: 1px 0px; border-inline-width: 0px; }
#imBlogPost_00000001E .fs14lh1-5 { vertical-align: baseline; font-size: 14pt; line-height: 28px; }
#imBlogPost_00000001E .cf1 { color: rgb(204, 0, 0); }
#imBlogPost_00000001E .cf2 { color: rgb(85, 85, 85); }
#imBlogPost_00000001E .fs16lh1-5 { vertical-align: baseline; font-size: 16pt; line-height: 32px; }
#imBlogPost_00000001E .ff1 { font-family: 'Arial'; }
#imBlogPost_000000019 div { line-height: 32px; }
#imBlogPost_000000019 .imHeading1 { line-height: 72px; }
#imBlogPost_000000019 .imHeading2 { line-height: 56px; }
#imBlogPost_000000019 .imHeading3 { line-height: 48px; }
#imBlogPost_000000019 .imHeading4 { line-height: 40px; }
#imBlogPost_000000019 .imHeading5 { line-height: 36px; }
#imBlogPost_000000019 .imHeading6 { line-height: 32px; }
#imBlogPost_000000019 ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imBlogPost_000000019 ul ul { list-style: square; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_000000019 ul ul ul { list-style: circle; }
#imBlogPost_000000019 ul li, ol li { margin-block: 0px; margin-inline: 40px 0px; padding: 0px; }
#imBlogPost_000000019 ol { list-style: decimal; margin: 0; padding: 0; }
#imBlogPost_000000019 ol ol { list-style: lower-alpha; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_000000019 blockquote { margin-block: 0px; margin-inline: 15px 0px; padding: 0; border: none; }
#imBlogPost_000000019 table { border: none; padding: 0; border-collapse: collapse; }
#imBlogPost_000000019 table td { border: 1px solid black; word-wrap: break-word; padding: 4px 3px; margin: 0; vertical-align: middle; }
#imBlogPost_000000019 p { margin: 0; padding: 0; }
#imBlogPost_000000019 .inline-block { display: inline-block; }
#imBlogPost_000000019 sup { vertical-align: super; font-size: smaller; }
#imBlogPost_000000019 sub { vertical-align: sub; font-size: smaller; }
#imBlogPost_000000019 img { border: none; margin: 0; vertical-align: text-bottom;}
#imBlogPost_000000019 .fleft { float: left; float: inline-start; vertical-align: baseline;}
#imBlogPost_000000019 .fright { float: right; float: inline-end; vertical-align: baseline;}
#imBlogPost_000000019 img.fleft { margin-inline-end: 15px; }
#imBlogPost_000000019 img.fright { margin-inline-start: 15px; }
#imBlogPost_000000019 .imTALeft { text-align: start; }
#imBlogPost_000000019 .imTARight { text-align: end; }
#imBlogPost_000000019 .imTACenter { text-align: center; }
#imBlogPost_000000019 .imTAJustify { text-align: justify; }
#imBlogPost_000000019 .imUl { text-decoration: underline; }
#imBlogPost_000000019 .imStrike { text-decoration: line-through; }
#imBlogPost_000000019 .imUlStrike { text-decoration: underline line-through; }
#imBlogPost_000000019 .imVt { vertical-align: top; }
#imBlogPost_000000019 .imVc { vertical-align: middle; }
#imBlogPost_000000019 .imVb { vertical-align: bottom; }
#imBlogPost_000000019 hr { border: solid; border-block-width: 1px 0px; border-inline-width: 0px; }
#imBlogPost_000000034 div { line-height: 32px; }
#imBlogPost_000000034 .imHeading1 { line-height: 72px; }
#imBlogPost_000000034 .imHeading2 { line-height: 56px; }
#imBlogPost_000000034 .imHeading3 { line-height: 48px; }
#imBlogPost_000000034 .imHeading4 { line-height: 40px; }
#imBlogPost_000000034 .imHeading5 { line-height: 36px; }
#imBlogPost_000000034 .imHeading6 { line-height: 32px; }
#imBlogPost_000000034 ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imBlogPost_000000034 ul ul { list-style: square; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_000000034 ul ul ul { list-style: circle; }
#imBlogPost_000000034 ul li, ol li { margin-block: 0px; margin-inline: 40px 0px; padding: 0px; }
#imBlogPost_000000034 ol { list-style: decimal; margin: 0; padding: 0; }
#imBlogPost_000000034 ol ol { list-style: lower-alpha; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_000000034 blockquote { margin-block: 0px; margin-inline: 15px 0px; padding: 0; border: none; }
#imBlogPost_000000034 table { border: none; padding: 0; border-collapse: collapse; }
#imBlogPost_000000034 table td { border: 1px solid black; word-wrap: break-word; padding: 4px 3px; margin: 0; vertical-align: middle; }
#imBlogPost_000000034 p { margin: 0; padding: 0; }
#imBlogPost_000000034 .inline-block { display: inline-block; }
#imBlogPost_000000034 sup { vertical-align: super; font-size: smaller; }
#imBlogPost_000000034 sub { vertical-align: sub; font-size: smaller; }
#imBlogPost_000000034 img { border: none; margin: 0; vertical-align: text-bottom;}
#imBlogPost_000000034 .fleft { float: left; float: inline-start; vertical-align: baseline;}
#imBlogPost_000000034 .fright { float: right; float: inline-end; vertical-align: baseline;}
#imBlogPost_000000034 img.fleft { margin-inline-end: 15px; }
#imBlogPost_000000034 img.fright { margin-inline-start: 15px; }
#imBlogPost_000000034 .imTALeft { text-align: start; }
#imBlogPost_000000034 .imTARight { text-align: end; }
#imBlogPost_000000034 .imTACenter { text-align: center; }
#imBlogPost_000000034 .imTAJustify { text-align: justify; }
#imBlogPost_000000034 .imUl { text-decoration: underline; }
#imBlogPost_000000034 .imStrike { text-decoration: line-through; }
#imBlogPost_000000034 .imUlStrike { text-decoration: underline line-through; }
#imBlogPost_000000034 .imVt { vertical-align: top; }
#imBlogPost_000000034 .imVc { vertical-align: middle; }
#imBlogPost_000000034 .imVb { vertical-align: bottom; }
#imBlogPost_000000034 hr { border: solid; border-block-width: 1px 0px; border-inline-width: 0px; }
#imBlogPost_000000018 div { line-height: 32px; }
#imBlogPost_000000018 .imHeading1 { line-height: 72px; }
#imBlogPost_000000018 .imHeading2 { line-height: 56px; }
#imBlogPost_000000018 .imHeading3 { line-height: 48px; }
#imBlogPost_000000018 .imHeading4 { line-height: 40px; }
#imBlogPost_000000018 .imHeading5 { line-height: 36px; }
#imBlogPost_000000018 .imHeading6 { line-height: 32px; }
#imBlogPost_000000018 ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imBlogPost_000000018 ul ul { list-style: square; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_000000018 ul ul ul { list-style: circle; }
#imBlogPost_000000018 ul li, ol li { margin-block: 0px; margin-inline: 40px 0px; padding: 0px; }
#imBlogPost_000000018 ol { list-style: decimal; margin: 0; padding: 0; }
#imBlogPost_000000018 ol ol { list-style: lower-alpha; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_000000018 blockquote { margin-block: 0px; margin-inline: 15px 0px; padding: 0; border: none; }
#imBlogPost_000000018 table { border: none; padding: 0; border-collapse: collapse; }
#imBlogPost_000000018 table td { border: 1px solid black; word-wrap: break-word; padding: 4px 3px; margin: 0; vertical-align: middle; }
#imBlogPost_000000018 p { margin: 0; padding: 0; }
#imBlogPost_000000018 .inline-block { display: inline-block; }
#imBlogPost_000000018 sup { vertical-align: super; font-size: smaller; }
#imBlogPost_000000018 sub { vertical-align: sub; font-size: smaller; }
#imBlogPost_000000018 img { border: none; margin: 0; vertical-align: text-bottom;}
#imBlogPost_000000018 .fleft { float: left; float: inline-start; vertical-align: baseline;}
#imBlogPost_000000018 .fright { float: right; float: inline-end; vertical-align: baseline;}
#imBlogPost_000000018 img.fleft { margin-inline-end: 15px; }
#imBlogPost_000000018 img.fright { margin-inline-start: 15px; }
#imBlogPost_000000018 .imTALeft { text-align: start; }
#imBlogPost_000000018 .imTARight { text-align: end; }
#imBlogPost_000000018 .imTACenter { text-align: center; }
#imBlogPost_000000018 .imTAJustify { text-align: justify; }
#imBlogPost_000000018 .imUl { text-decoration: underline; }
#imBlogPost_000000018 .imStrike { text-decoration: line-through; }
#imBlogPost_000000018 .imUlStrike { text-decoration: underline line-through; }
#imBlogPost_000000018 .imVt { vertical-align: top; }
#imBlogPost_000000018 .imVc { vertical-align: middle; }
#imBlogPost_000000018 .imVb { vertical-align: bottom; }
#imBlogPost_000000018 hr { border: solid; border-block-width: 1px 0px; border-inline-width: 0px; }
#imBlogPost_000000015 div { line-height: 32px; }
#imBlogPost_000000015 .imHeading1 { line-height: 72px; }
#imBlogPost_000000015 .imHeading2 { line-height: 56px; }
#imBlogPost_000000015 .imHeading3 { line-height: 48px; }
#imBlogPost_000000015 .imHeading4 { line-height: 40px; }
#imBlogPost_000000015 .imHeading5 { line-height: 36px; }
#imBlogPost_000000015 .imHeading6 { line-height: 32px; }
#imBlogPost_000000015 ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imBlogPost_000000015 ul ul { list-style: square; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_000000015 ul ul ul { list-style: circle; }
#imBlogPost_000000015 ul li, ol li { margin-block: 0px; margin-inline: 40px 0px; padding: 0px; }
#imBlogPost_000000015 ol { list-style: decimal; margin: 0; padding: 0; }
#imBlogPost_000000015 ol ol { list-style: lower-alpha; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_000000015 blockquote { margin-block: 0px; margin-inline: 15px 0px; padding: 0; border: none; }
#imBlogPost_000000015 table { border: none; padding: 0; border-collapse: collapse; }
#imBlogPost_000000015 table td { border: 1px solid black; word-wrap: break-word; padding: 4px 3px; margin: 0; vertical-align: middle; }
#imBlogPost_000000015 p { margin: 0; padding: 0; }
#imBlogPost_000000015 .inline-block { display: inline-block; }
#imBlogPost_000000015 sup { vertical-align: super; font-size: smaller; }
#imBlogPost_000000015 sub { vertical-align: sub; font-size: smaller; }
#imBlogPost_000000015 img { border: none; margin: 0; vertical-align: text-bottom;}
#imBlogPost_000000015 .fleft { float: left; float: inline-start; vertical-align: baseline;}
#imBlogPost_000000015 .fright { float: right; float: inline-end; vertical-align: baseline;}
#imBlogPost_000000015 img.fleft { margin-inline-end: 15px; }
#imBlogPost_000000015 img.fright { margin-inline-start: 15px; }
#imBlogPost_000000015 .imTALeft { text-align: start; }
#imBlogPost_000000015 .imTARight { text-align: end; }
#imBlogPost_000000015 .imTACenter { text-align: center; }
#imBlogPost_000000015 .imTAJustify { text-align: justify; }
#imBlogPost_000000015 .imUl { text-decoration: underline; }
#imBlogPost_000000015 .imStrike { text-decoration: line-through; }
#imBlogPost_000000015 .imUlStrike { text-decoration: underline line-through; }
#imBlogPost_000000015 .imVt { vertical-align: top; }
#imBlogPost_000000015 .imVc { vertical-align: middle; }
#imBlogPost_000000015 .imVb { vertical-align: bottom; }
#imBlogPost_000000015 hr { border: solid; border-block-width: 1px 0px; border-inline-width: 0px; }
#imBlogPost_000000014 div { line-height: 32px; }
#imBlogPost_000000014 .imHeading1 { line-height: 72px; }
#imBlogPost_000000014 .imHeading2 { line-height: 56px; }
#imBlogPost_000000014 .imHeading3 { line-height: 48px; }
#imBlogPost_000000014 .imHeading4 { line-height: 40px; }
#imBlogPost_000000014 .imHeading5 { line-height: 36px; }
#imBlogPost_000000014 .imHeading6 { line-height: 32px; }
#imBlogPost_000000014 ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imBlogPost_000000014 ul ul { list-style: square; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_000000014 ul ul ul { list-style: circle; }
#imBlogPost_000000014 ul li, ol li { margin-block: 0px; margin-inline: 40px 0px; padding: 0px; }
#imBlogPost_000000014 ol { list-style: decimal; margin: 0; padding: 0; }
#imBlogPost_000000014 ol ol { list-style: lower-alpha; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_000000014 blockquote { margin-block: 0px; margin-inline: 15px 0px; padding: 0; border: none; }
#imBlogPost_000000014 table { border: none; padding: 0; border-collapse: collapse; }
#imBlogPost_000000014 table td { border: 1px solid black; word-wrap: break-word; padding: 4px 3px; margin: 0; vertical-align: middle; }
#imBlogPost_000000014 p { margin: 0; padding: 0; }
#imBlogPost_000000014 .inline-block { display: inline-block; }
#imBlogPost_000000014 sup { vertical-align: super; font-size: smaller; }
#imBlogPost_000000014 sub { vertical-align: sub; font-size: smaller; }
#imBlogPost_000000014 img { border: none; margin: 0; vertical-align: text-bottom;}
#imBlogPost_000000014 .fleft { float: left; float: inline-start; vertical-align: baseline;}
#imBlogPost_000000014 .fright { float: right; float: inline-end; vertical-align: baseline;}
#imBlogPost_000000014 img.fleft { margin-inline-end: 15px; }
#imBlogPost_000000014 img.fright { margin-inline-start: 15px; }
#imBlogPost_000000014 .imTALeft { text-align: start; }
#imBlogPost_000000014 .imTARight { text-align: end; }
#imBlogPost_000000014 .imTACenter { text-align: center; }
#imBlogPost_000000014 .imTAJustify { text-align: justify; }
#imBlogPost_000000014 .imUl { text-decoration: underline; }
#imBlogPost_000000014 .imStrike { text-decoration: line-through; }
#imBlogPost_000000014 .imUlStrike { text-decoration: underline line-through; }
#imBlogPost_000000014 .imVt { vertical-align: top; }
#imBlogPost_000000014 .imVc { vertical-align: middle; }
#imBlogPost_000000014 .imVb { vertical-align: bottom; }
#imBlogPost_000000014 hr { border: solid; border-block-width: 1px 0px; border-inline-width: 0px; }
#imBlogPost_000000012 div { line-height: 32px; }
#imBlogPost_000000012 .imHeading1 { line-height: 72px; }
#imBlogPost_000000012 .imHeading2 { line-height: 56px; }
#imBlogPost_000000012 .imHeading3 { line-height: 48px; }
#imBlogPost_000000012 .imHeading4 { line-height: 40px; }
#imBlogPost_000000012 .imHeading5 { line-height: 36px; }
#imBlogPost_000000012 .imHeading6 { line-height: 32px; }
#imBlogPost_000000012 ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imBlogPost_000000012 ul ul { list-style: square; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_000000012 ul ul ul { list-style: circle; }
#imBlogPost_000000012 ul li, ol li { margin-block: 0px; margin-inline: 40px 0px; padding: 0px; }
#imBlogPost_000000012 ol { list-style: decimal; margin: 0; padding: 0; }
#imBlogPost_000000012 ol ol { list-style: lower-alpha; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_000000012 blockquote { margin-block: 0px; margin-inline: 15px 0px; padding: 0; border: none; }
#imBlogPost_000000012 table { border: none; padding: 0; border-collapse: collapse; }
#imBlogPost_000000012 table td { border: 1px solid black; word-wrap: break-word; padding: 4px 3px; margin: 0; vertical-align: middle; }
#imBlogPost_000000012 p { margin: 0; padding: 0; }
#imBlogPost_000000012 .inline-block { display: inline-block; }
#imBlogPost_000000012 sup { vertical-align: super; font-size: smaller; }
#imBlogPost_000000012 sub { vertical-align: sub; font-size: smaller; }
#imBlogPost_000000012 img { border: none; margin: 0; vertical-align: text-bottom;}
#imBlogPost_000000012 .fleft { float: left; float: inline-start; vertical-align: baseline;}
#imBlogPost_000000012 .fright { float: right; float: inline-end; vertical-align: baseline;}
#imBlogPost_000000012 img.fleft { margin-inline-end: 15px; }
#imBlogPost_000000012 img.fright { margin-inline-start: 15px; }
#imBlogPost_000000012 .imTALeft { text-align: start; }
#imBlogPost_000000012 .imTARight { text-align: end; }
#imBlogPost_000000012 .imTACenter { text-align: center; }
#imBlogPost_000000012 .imTAJustify { text-align: justify; }
#imBlogPost_000000012 .imUl { text-decoration: underline; }
#imBlogPost_000000012 .imStrike { text-decoration: line-through; }
#imBlogPost_000000012 .imUlStrike { text-decoration: underline line-through; }
#imBlogPost_000000012 .imVt { vertical-align: top; }
#imBlogPost_000000012 .imVc { vertical-align: middle; }
#imBlogPost_000000012 .imVb { vertical-align: bottom; }
#imBlogPost_000000012 hr { border: solid; border-block-width: 1px 0px; border-inline-width: 0px; }
#imBlogPost_000000012 .fs16lh1-5 { vertical-align: baseline; font-size: 16pt; line-height: 32px; }
#imBlogPost_000000012 .ff1 { font-family: 'Questrial'; }
#imBlogPost_00000000D div { line-height: 32px; }
#imBlogPost_00000000D .imHeading1 { line-height: 72px; }
#imBlogPost_00000000D .imHeading2 { line-height: 56px; }
#imBlogPost_00000000D .imHeading3 { line-height: 48px; }
#imBlogPost_00000000D .imHeading4 { line-height: 40px; }
#imBlogPost_00000000D .imHeading5 { line-height: 36px; }
#imBlogPost_00000000D .imHeading6 { line-height: 32px; }
#imBlogPost_00000000D ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imBlogPost_00000000D ul ul { list-style: square; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_00000000D ul ul ul { list-style: circle; }
#imBlogPost_00000000D ul li, ol li { margin-block: 0px; margin-inline: 40px 0px; padding: 0px; }
#imBlogPost_00000000D ol { list-style: decimal; margin: 0; padding: 0; }
#imBlogPost_00000000D ol ol { list-style: lower-alpha; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_00000000D blockquote { margin-block: 0px; margin-inline: 15px 0px; padding: 0; border: none; }
#imBlogPost_00000000D table { border: none; padding: 0; border-collapse: collapse; }
#imBlogPost_00000000D table td { border: 1px solid black; word-wrap: break-word; padding: 4px 3px; margin: 0; vertical-align: middle; }
#imBlogPost_00000000D p { margin: 0; padding: 0; }
#imBlogPost_00000000D .inline-block { display: inline-block; }
#imBlogPost_00000000D sup { vertical-align: super; font-size: smaller; }
#imBlogPost_00000000D sub { vertical-align: sub; font-size: smaller; }
#imBlogPost_00000000D img { border: none; margin: 0; vertical-align: text-bottom;}
#imBlogPost_00000000D .fleft { float: left; float: inline-start; vertical-align: baseline;}
#imBlogPost_00000000D .fright { float: right; float: inline-end; vertical-align: baseline;}
#imBlogPost_00000000D img.fleft { margin-inline-end: 15px; }
#imBlogPost_00000000D img.fright { margin-inline-start: 15px; }
#imBlogPost_00000000D .imTALeft { text-align: start; }
#imBlogPost_00000000D .imTARight { text-align: end; }
#imBlogPost_00000000D .imTACenter { text-align: center; }
#imBlogPost_00000000D .imTAJustify { text-align: justify; }
#imBlogPost_00000000D .imUl { text-decoration: underline; }
#imBlogPost_00000000D .imStrike { text-decoration: line-through; }
#imBlogPost_00000000D .imUlStrike { text-decoration: underline line-through; }
#imBlogPost_00000000D .imVt { vertical-align: top; }
#imBlogPost_00000000D .imVc { vertical-align: middle; }
#imBlogPost_00000000D .imVb { vertical-align: bottom; }
#imBlogPost_00000000D hr { border: solid; border-block-width: 1px 0px; border-inline-width: 0px; }
#imBlogPost_00000000D .fs16lh1-5 { vertical-align: baseline; font-size: 16pt; line-height: 32px; }
#imBlogPost_00000000D .ff1 { font-family: 'Questrial'; }
#imBlogPost_00000000B div { line-height: 32px; }
#imBlogPost_00000000B .imHeading1 { line-height: 72px; }
#imBlogPost_00000000B .imHeading2 { line-height: 56px; }
#imBlogPost_00000000B .imHeading3 { line-height: 48px; }
#imBlogPost_00000000B .imHeading4 { line-height: 40px; }
#imBlogPost_00000000B .imHeading5 { line-height: 36px; }
#imBlogPost_00000000B .imHeading6 { line-height: 32px; }
#imBlogPost_00000000B ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imBlogPost_00000000B ul ul { list-style: square; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_00000000B ul ul ul { list-style: circle; }
#imBlogPost_00000000B ul li, ol li { margin-block: 0px; margin-inline: 40px 0px; padding: 0px; }
#imBlogPost_00000000B ol { list-style: decimal; margin: 0; padding: 0; }
#imBlogPost_00000000B ol ol { list-style: lower-alpha; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_00000000B blockquote { margin-block: 0px; margin-inline: 15px 0px; padding: 0; border: none; }
#imBlogPost_00000000B table { border: none; padding: 0; border-collapse: collapse; }
#imBlogPost_00000000B table td { border: 1px solid black; word-wrap: break-word; padding: 4px 3px; margin: 0; vertical-align: middle; }
#imBlogPost_00000000B p { margin: 0; padding: 0; }
#imBlogPost_00000000B .inline-block { display: inline-block; }
#imBlogPost_00000000B sup { vertical-align: super; font-size: smaller; }
#imBlogPost_00000000B sub { vertical-align: sub; font-size: smaller; }
#imBlogPost_00000000B img { border: none; margin: 0; vertical-align: text-bottom;}
#imBlogPost_00000000B .fleft { float: left; float: inline-start; vertical-align: baseline;}
#imBlogPost_00000000B .fright { float: right; float: inline-end; vertical-align: baseline;}
#imBlogPost_00000000B img.fleft { margin-inline-end: 15px; }
#imBlogPost_00000000B img.fright { margin-inline-start: 15px; }
#imBlogPost_00000000B .imTALeft { text-align: start; }
#imBlogPost_00000000B .imTARight { text-align: end; }
#imBlogPost_00000000B .imTACenter { text-align: center; }
#imBlogPost_00000000B .imTAJustify { text-align: justify; }
#imBlogPost_00000000B .imUl { text-decoration: underline; }
#imBlogPost_00000000B .imStrike { text-decoration: line-through; }
#imBlogPost_00000000B .imUlStrike { text-decoration: underline line-through; }
#imBlogPost_00000000B .imVt { vertical-align: top; }
#imBlogPost_00000000B .imVc { vertical-align: middle; }
#imBlogPost_00000000B .imVb { vertical-align: bottom; }
#imBlogPost_00000000B hr { border: solid; border-block-width: 1px 0px; border-inline-width: 0px; }
#imBlogPost_00000000B .fs12lh1-5 { vertical-align: baseline; font-size: 12pt; line-height: 24px; }
#imBlogPost_00000000B .ff1 { font-family: 'Questrial'; }
#imBlogPost_00000000B .cf1 { color: rgb(127, 96, 0); }
#imBlogPost_00000000A div { line-height: 32px; }
#imBlogPost_00000000A .imHeading1 { line-height: 72px; }
#imBlogPost_00000000A .imHeading2 { line-height: 56px; }
#imBlogPost_00000000A .imHeading3 { line-height: 48px; }
#imBlogPost_00000000A .imHeading4 { line-height: 40px; }
#imBlogPost_00000000A .imHeading5 { line-height: 36px; }
#imBlogPost_00000000A .imHeading6 { line-height: 32px; }
#imBlogPost_00000000A ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imBlogPost_00000000A ul ul { list-style: square; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_00000000A ul ul ul { list-style: circle; }
#imBlogPost_00000000A ul li, ol li { margin-block: 0px; margin-inline: 40px 0px; padding: 0px; }
#imBlogPost_00000000A ol { list-style: decimal; margin: 0; padding: 0; }
#imBlogPost_00000000A ol ol { list-style: lower-alpha; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_00000000A blockquote { margin-block: 0px; margin-inline: 15px 0px; padding: 0; border: none; }
#imBlogPost_00000000A table { border: none; padding: 0; border-collapse: collapse; }
#imBlogPost_00000000A table td { border: 1px solid black; word-wrap: break-word; padding: 4px 3px; margin: 0; vertical-align: middle; }
#imBlogPost_00000000A p { margin: 0; padding: 0; }
#imBlogPost_00000000A .inline-block { display: inline-block; }
#imBlogPost_00000000A sup { vertical-align: super; font-size: smaller; }
#imBlogPost_00000000A sub { vertical-align: sub; font-size: smaller; }
#imBlogPost_00000000A img { border: none; margin: 0; vertical-align: text-bottom;}
#imBlogPost_00000000A .fleft { float: left; float: inline-start; vertical-align: baseline;}
#imBlogPost_00000000A .fright { float: right; float: inline-end; vertical-align: baseline;}
#imBlogPost_00000000A img.fleft { margin-inline-end: 15px; }
#imBlogPost_00000000A img.fright { margin-inline-start: 15px; }
#imBlogPost_00000000A .imTALeft { text-align: start; }
#imBlogPost_00000000A .imTARight { text-align: end; }
#imBlogPost_00000000A .imTACenter { text-align: center; }
#imBlogPost_00000000A .imTAJustify { text-align: justify; }
#imBlogPost_00000000A .imUl { text-decoration: underline; }
#imBlogPost_00000000A .imStrike { text-decoration: line-through; }
#imBlogPost_00000000A .imUlStrike { text-decoration: underline line-through; }
#imBlogPost_00000000A .imVt { vertical-align: top; }
#imBlogPost_00000000A .imVc { vertical-align: middle; }
#imBlogPost_00000000A .imVb { vertical-align: bottom; }
#imBlogPost_00000000A hr { border: solid; border-block-width: 1px 0px; border-inline-width: 0px; }
#imBlogPost_000000007 div { line-height: 32px; }
#imBlogPost_000000007 .imHeading1 { line-height: 72px; }
#imBlogPost_000000007 .imHeading2 { line-height: 56px; }
#imBlogPost_000000007 .imHeading3 { line-height: 48px; }
#imBlogPost_000000007 .imHeading4 { line-height: 40px; }
#imBlogPost_000000007 .imHeading5 { line-height: 36px; }
#imBlogPost_000000007 .imHeading6 { line-height: 32px; }
#imBlogPost_000000007 ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imBlogPost_000000007 ul ul { list-style: square; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_000000007 ul ul ul { list-style: circle; }
#imBlogPost_000000007 ul li, ol li { margin-block: 0px; margin-inline: 40px 0px; padding: 0px; }
#imBlogPost_000000007 ol { list-style: decimal; margin: 0; padding: 0; }
#imBlogPost_000000007 ol ol { list-style: lower-alpha; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_000000007 blockquote { margin-block: 0px; margin-inline: 15px 0px; padding: 0; border: none; }
#imBlogPost_000000007 table { border: none; padding: 0; border-collapse: collapse; }
#imBlogPost_000000007 table td { border: 1px solid black; word-wrap: break-word; padding: 4px 3px; margin: 0; vertical-align: middle; }
#imBlogPost_000000007 p { margin: 0; padding: 0; }
#imBlogPost_000000007 .inline-block { display: inline-block; }
#imBlogPost_000000007 sup { vertical-align: super; font-size: smaller; }
#imBlogPost_000000007 sub { vertical-align: sub; font-size: smaller; }
#imBlogPost_000000007 img { border: none; margin: 0; vertical-align: text-bottom;}
#imBlogPost_000000007 .fleft { float: left; float: inline-start; vertical-align: baseline;}
#imBlogPost_000000007 .fright { float: right; float: inline-end; vertical-align: baseline;}
#imBlogPost_000000007 img.fleft { margin-inline-end: 15px; }
#imBlogPost_000000007 img.fright { margin-inline-start: 15px; }
#imBlogPost_000000007 .imTALeft { text-align: start; }
#imBlogPost_000000007 .imTARight { text-align: end; }
#imBlogPost_000000007 .imTACenter { text-align: center; }
#imBlogPost_000000007 .imTAJustify { text-align: justify; }
#imBlogPost_000000007 .imUl { text-decoration: underline; }
#imBlogPost_000000007 .imStrike { text-decoration: line-through; }
#imBlogPost_000000007 .imUlStrike { text-decoration: underline line-through; }
#imBlogPost_000000007 .imVt { vertical-align: top; }
#imBlogPost_000000007 .imVc { vertical-align: middle; }
#imBlogPost_000000007 .imVb { vertical-align: bottom; }
#imBlogPost_000000007 hr { border: solid; border-block-width: 1px 0px; border-inline-width: 0px; }
#imBlogPost_000000005 div { line-height: 32px; }
#imBlogPost_000000005 .imHeading1 { line-height: 72px; }
#imBlogPost_000000005 .imHeading2 { line-height: 56px; }
#imBlogPost_000000005 .imHeading3 { line-height: 48px; }
#imBlogPost_000000005 .imHeading4 { line-height: 40px; }
#imBlogPost_000000005 .imHeading5 { line-height: 36px; }
#imBlogPost_000000005 .imHeading6 { line-height: 32px; }
#imBlogPost_000000005 ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imBlogPost_000000005 ul ul { list-style: square; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_000000005 ul ul ul { list-style: circle; }
#imBlogPost_000000005 ul li, ol li { margin-block: 0px; margin-inline: 40px 0px; padding: 0px; }
#imBlogPost_000000005 ol { list-style: decimal; margin: 0; padding: 0; }
#imBlogPost_000000005 ol ol { list-style: lower-alpha; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_000000005 blockquote { margin-block: 0px; margin-inline: 15px 0px; padding: 0; border: none; }
#imBlogPost_000000005 table { border: none; padding: 0; border-collapse: collapse; }
#imBlogPost_000000005 table td { border: 1px solid black; word-wrap: break-word; padding: 4px 3px; margin: 0; vertical-align: middle; }
#imBlogPost_000000005 p { margin: 0; padding: 0; }
#imBlogPost_000000005 .inline-block { display: inline-block; }
#imBlogPost_000000005 sup { vertical-align: super; font-size: smaller; }
#imBlogPost_000000005 sub { vertical-align: sub; font-size: smaller; }
#imBlogPost_000000005 img { border: none; margin: 0; vertical-align: text-bottom;}
#imBlogPost_000000005 .fleft { float: left; float: inline-start; vertical-align: baseline;}
#imBlogPost_000000005 .fright { float: right; float: inline-end; vertical-align: baseline;}
#imBlogPost_000000005 img.fleft { margin-inline-end: 15px; }
#imBlogPost_000000005 img.fright { margin-inline-start: 15px; }
#imBlogPost_000000005 .imTALeft { text-align: start; }
#imBlogPost_000000005 .imTARight { text-align: end; }
#imBlogPost_000000005 .imTACenter { text-align: center; }
#imBlogPost_000000005 .imTAJustify { text-align: justify; }
#imBlogPost_000000005 .imUl { text-decoration: underline; }
#imBlogPost_000000005 .imStrike { text-decoration: line-through; }
#imBlogPost_000000005 .imUlStrike { text-decoration: underline line-through; }
#imBlogPost_000000005 .imVt { vertical-align: top; }
#imBlogPost_000000005 .imVc { vertical-align: middle; }
#imBlogPost_000000005 .imVb { vertical-align: bottom; }
#imBlogPost_000000005 hr { border: solid; border-block-width: 1px 0px; border-inline-width: 0px; }
@media (min-width: 1150.0px) {
	#imBlogPost_00000001E .image-1 { width: 100%; max-width: 263px; height: auto; }
	#imBlogPost_000000019 .image-0 { width: 100%; max-width: 998px; height: auto; }
	#imBlogPost_000000012 .image-0 { width: 100%; max-width: 211px; height: auto; }
	#imBlogPost_000000012 .image-2 { width: 100%; max-width: 376px; height: auto; }
	#imBlogPost_000000012 .image-4 { width: 100%; max-width: 127px; height: auto; }
	#imBlogPost_000000012 .image-6 { width: 100%; max-width: 137px; height: auto; }
	#imBlogPost_000000012 .image-5 { width: 100%; max-width: 405px; height: auto; }
	#imBlogPost_00000000D .image-1 { width: 100%; max-width: 1010px; height: auto; }
	#imBlogPost_00000000B .image-1 { width: 100%; max-width: 150px; height: auto; }
	#imBlogPost_00000000B .image-2 { width: 100%; max-width: 150px; height: auto; }
	#imBlogPost_00000000B .image-3 { width: 100%; max-width: 150px; height: auto; }
	#imBlogPost_00000000B .image-0 { width: 100%; max-width: 151px; height: auto; }
	#imBlogPost_00000000B .image-4 { width: 100%; max-width: 150px; height: auto; }
	#imBlogPost_00000000B .image-5 { width: 100%; max-width: 151px; height: auto; }
	#imBlogPage { position: relative; box-sizing: border-box; margin-inline-start: 0px; margin-inline-end: 0px; padding-block: 0px; padding-inline: 5px; }
	#imBlogPage.imBlogHome #imBlogContent { width: 1140px; padding-inline-start: 0px; }
	#imBlogPage.imBlogHome { margin-inline-start: auto; margin-inline-end: auto; }
	#imBlogPage.imBlogArticle #imBlogContent { width: 1140px; padding-inline-start: 0px; }
	#imBlogPage.imBlogArticle { margin-inline-start: auto; margin-inline-end: auto; }
	.imBlogPostCard { width: 373px; height: 150px; float: left; float: inline-start; box-sizing: border-box; margin-block: 10px 0px; margin-inline: 0px 10px; line-height: 1.5; }
	.imBlogPostCard:nth-of-type(-n+3) { margin-top: 0px; }
	.imBlogPostCard:nth-of-type(3n) { margin-inline-end: 0px; }
	.imBlogPagination { width: 1140px; }
	#imBlogPage.imBlogHome #imBlogSidebar { display: none; }
	#imBlogPage.imBlogArticle #imBlogSidebar { display: none; }
	.imBlogPostCard { display: grid; grid-template-columns: auto; grid-template-rows: 0% auto auto 1fr auto; }
	.imBlogPostCardWithCover { grid-template-rows: 75px auto auto 1fr auto; }
	.imBlogPostWrapperCardCover { grid-column: 1 / 2; grid-row: 1 / 2; }
	.slideshow .imBlogPostWrapperCardCover { grid-column: 1 / 2; grid-row: 1 / 3; }
	.imBlogPostCardTitle { grid-column: 1 / 2; grid-row: 2 / 3; }
	.imBlogPostCardCategory { grid-column: 1 / 2; grid-row: 3 / 4; }
	.imBlogPostCardDescription { grid-column: 1 / 2; grid-row: 4 / 5; }
	.imBlogPostCardDetails { grid-column: 1 / 2; grid-row: 5 / 6; }
	.imBlogPostCardButton { grid-column: 1 / 2; grid-row: 6 / 7; }
	
}

@media (max-width: 1149.9px) and (min-width: 1126.0px) {
	#imBlogPost_00000001E .image-1 { width: 100%; max-width: 263px; height: auto; }
	#imBlogPost_000000019 .image-0 { width: 100%; max-width: 998px; height: auto; }
	#imBlogPost_000000012 .image-0 { width: 100%; max-width: 211px; height: auto; }
	#imBlogPost_000000012 .image-2 { width: 100%; max-width: 376px; height: auto; }
	#imBlogPost_000000012 .image-4 { width: 100%; max-width: 127px; height: auto; }
	#imBlogPost_000000012 .image-6 { width: 100%; max-width: 137px; height: auto; }
	#imBlogPost_000000012 .image-5 { width: 100%; max-width: 405px; height: auto; }
	#imBlogPost_00000000D .image-1 { width: 100%; max-width: 1010px; height: auto; }
	#imBlogPost_00000000B .image-1 { width: 100%; max-width: 150px; height: auto; }
	#imBlogPost_00000000B .image-2 { width: 100%; max-width: 150px; height: auto; }
	#imBlogPost_00000000B .image-3 { width: 100%; max-width: 150px; height: auto; }
	#imBlogPost_00000000B .image-0 { width: 100%; max-width: 151px; height: auto; }
	#imBlogPost_00000000B .image-4 { width: 100%; max-width: 150px; height: auto; }
	#imBlogPost_00000000B .image-5 { width: 100%; max-width: 151px; height: auto; }
	#imBlogPage { position: relative; box-sizing: border-box; margin-inline-start: 0px; margin-inline-end: 0px; padding: 0px; }
	#imBlogPage.imBlogHome #imBlogContent { width: 1126px; padding-inline-start: 0px; }
	#imBlogPage.imBlogHome { margin-inline-start: auto; margin-inline-end: auto; }
	#imBlogPage.imBlogArticle #imBlogContent { width: 1126px; padding-inline-start: 0px; }
	#imBlogPage.imBlogArticle { margin-inline-start: auto; margin-inline-end: auto; }
	.imBlogPostCard { width: 368px; height: 150px; float: left; float: inline-start; box-sizing: border-box; margin-block: 10px 0px; margin-inline: 0px 10px; line-height: 1.5; }
	.imBlogPostCard:nth-of-type(-n+3) { margin-top: 0px; }
	.imBlogPostCard:nth-of-type(3n) { margin-inline-end: 0px; }
	.imBlogPagination { width: 1126px; }
	#imBlogPage.imBlogHome #imBlogSidebar { display: none; }
	#imBlogPage.imBlogArticle #imBlogSidebar { display: none; }
	.imBlogPostCard { display: grid; grid-template-columns: auto; grid-template-rows: 0% auto auto 1fr auto; }
	.imBlogPostCardWithCover { grid-template-rows: 75px auto auto 1fr auto; }
	.imBlogPostWrapperCardCover { grid-column: 1 / 2; grid-row: 1 / 2; }
	.slideshow .imBlogPostWrapperCardCover { grid-column: 1 / 2; grid-row: 1 / 3; }
	.imBlogPostCardTitle { grid-column: 1 / 2; grid-row: 2 / 3; }
	.imBlogPostCardCategory { grid-column: 1 / 2; grid-row: 3 / 4; }
	.imBlogPostCardDescription { grid-column: 1 / 2; grid-row: 4 / 5; }
	.imBlogPostCardDetails { grid-column: 1 / 2; grid-row: 5 / 6; }
	.imBlogPostCardButton { grid-column: 1 / 2; grid-row: 6 / 7; }
	
}

@media (max-width: 1125.9px) and (min-width: 1102.0px) {
	#imBlogPost_00000001E .image-1 { width: 100%; max-width: 263px; height: auto; }
	#imBlogPost_000000019 .image-0 { width: 100%; max-width: 998px; height: auto; }
	#imBlogPost_000000012 .image-0 { width: 100%; max-width: 211px; height: auto; }
	#imBlogPost_000000012 .image-2 { width: 100%; max-width: 376px; height: auto; }
	#imBlogPost_000000012 .image-4 { width: 100%; max-width: 127px; height: auto; }
	#imBlogPost_000000012 .image-6 { width: 100%; max-width: 137px; height: auto; }
	#imBlogPost_000000012 .image-5 { width: 100%; max-width: 405px; height: auto; }
	#imBlogPost_00000000D .image-1 { width: 100%; max-width: 1010px; height: auto; }
	#imBlogPost_00000000B .image-1 { width: 100%; max-width: 150px; height: auto; }
	#imBlogPost_00000000B .image-2 { width: 100%; max-width: 150px; height: auto; }
	#imBlogPost_00000000B .image-3 { width: 100%; max-width: 150px; height: auto; }
	#imBlogPost_00000000B .image-0 { width: 100%; max-width: 151px; height: auto; }
	#imBlogPost_00000000B .image-4 { width: 100%; max-width: 150px; height: auto; }
	#imBlogPost_00000000B .image-5 { width: 100%; max-width: 151px; height: auto; }
	#imBlogPage { position: relative; box-sizing: border-box; margin-inline-start: 0px; margin-inline-end: 0px; padding: 0px; }
	#imBlogPage.imBlogHome #imBlogContent { width: 1102px; padding-inline-start: 0px; }
	#imBlogPage.imBlogHome { margin-inline-start: auto; margin-inline-end: auto; }
	#imBlogPage.imBlogArticle #imBlogContent { width: 1102px; padding-inline-start: 0px; }
	#imBlogPage.imBlogArticle { margin-inline-start: auto; margin-inline-end: auto; }
	.imBlogPostCard { width: 360px; height: 150px; float: left; float: inline-start; box-sizing: border-box; margin-block: 10px 0px; margin-inline: 0px 10px; line-height: 1.5; }
	.imBlogPostCard:nth-of-type(-n+3) { margin-top: 0px; }
	.imBlogPostCard:nth-of-type(3n) { margin-inline-end: 0px; }
	.imBlogPagination { width: 1102px; }
	#imBlogPage.imBlogHome #imBlogSidebar { display: none; }
	#imBlogPage.imBlogArticle #imBlogSidebar { display: none; }
	.imBlogPostCard { display: grid; grid-template-columns: auto; grid-template-rows: 0% auto auto 1fr auto; }
	.imBlogPostCardWithCover { grid-template-rows: 75px auto auto 1fr auto; }
	.imBlogPostWrapperCardCover { grid-column: 1 / 2; grid-row: 1 / 2; }
	.slideshow .imBlogPostWrapperCardCover { grid-column: 1 / 2; grid-row: 1 / 3; }
	.imBlogPostCardTitle { grid-column: 1 / 2; grid-row: 2 / 3; }
	.imBlogPostCardCategory { grid-column: 1 / 2; grid-row: 3 / 4; }
	.imBlogPostCardDescription { grid-column: 1 / 2; grid-row: 4 / 5; }
	.imBlogPostCardDetails { grid-column: 1 / 2; grid-row: 5 / 6; }
	.imBlogPostCardButton { grid-column: 1 / 2; grid-row: 6 / 7; }
	
}

@media (max-width: 1101.9px) and (min-width: 1055.0px) {
	#imBlogPost_00000001E .image-1 { width: 100%; max-width: 263px; height: auto; }
	#imBlogPost_000000019 .image-0 { width: 100%; max-width: 998px; height: auto; }
	#imBlogPost_000000012 .image-0 { width: 100%; max-width: 211px; height: auto; }
	#imBlogPost_000000012 .image-2 { width: 100%; max-width: 376px; height: auto; }
	#imBlogPost_000000012 .image-4 { width: 100%; max-width: 127px; height: auto; }
	#imBlogPost_000000012 .image-6 { width: 100%; max-width: 137px; height: auto; }
	#imBlogPost_000000012 .image-5 { width: 100%; max-width: 405px; height: auto; }
	#imBlogPost_00000000D .image-1 { width: 100%; max-width: 1010px; height: auto; }
	#imBlogPost_00000000B .image-1 { width: 100%; max-width: 150px; height: auto; }
	#imBlogPost_00000000B .image-2 { width: 100%; max-width: 150px; height: auto; }
	#imBlogPost_00000000B .image-3 { width: 100%; max-width: 150px; height: auto; }
	#imBlogPost_00000000B .image-0 { width: 100%; max-width: 151px; height: auto; }
	#imBlogPost_00000000B .image-4 { width: 100%; max-width: 150px; height: auto; }
	#imBlogPost_00000000B .image-5 { width: 100%; max-width: 151px; height: auto; }
	#imBlogPage { position: relative; box-sizing: border-box; margin-inline-start: 0px; margin-inline-end: 0px; padding: 0px; }
	#imBlogPage.imBlogHome #imBlogContent { width: 1055px; padding-inline-start: 0px; }
	#imBlogPage.imBlogHome { margin-inline-start: auto; margin-inline-end: auto; }
	#imBlogPage.imBlogArticle #imBlogContent { width: 1055px; padding-inline-start: 0px; }
	#imBlogPage.imBlogArticle { margin-inline-start: auto; margin-inline-end: auto; }
	.imBlogPostCard { width: 345px; height: 150px; float: left; float: inline-start; box-sizing: border-box; margin-block: 10px 0px; margin-inline: 0px 10px; line-height: 1.5; }
	.imBlogPostCard:nth-of-type(-n+3) { margin-top: 0px; }
	.imBlogPostCard:nth-of-type(3n) { margin-inline-end: 0px; }
	.imBlogPagination { width: 1055px; }
	#imBlogPage.imBlogHome #imBlogSidebar { display: none; }
	#imBlogPage.imBlogArticle #imBlogSidebar { display: none; }
	.imBlogPostCard { display: grid; grid-template-columns: auto; grid-template-rows: 0% auto auto 1fr auto; }
	.imBlogPostCardWithCover { grid-template-rows: 75px auto auto 1fr auto; }
	.imBlogPostWrapperCardCover { grid-column: 1 / 2; grid-row: 1 / 2; }
	.slideshow .imBlogPostWrapperCardCover { grid-column: 1 / 2; grid-row: 1 / 3; }
	.imBlogPostCardTitle { grid-column: 1 / 2; grid-row: 2 / 3; }
	.imBlogPostCardCategory { grid-column: 1 / 2; grid-row: 3 / 4; }
	.imBlogPostCardDescription { grid-column: 1 / 2; grid-row: 4 / 5; }
	.imBlogPostCardDetails { grid-column: 1 / 2; grid-row: 5 / 6; }
	.imBlogPostCardButton { grid-column: 1 / 2; grid-row: 6 / 7; }
	
}

@media (max-width: 1054.9px) and (min-width: 960.0px) {
	#imBlogPost_00000001E .image-1 { width: 100%; max-width: 263px; height: auto; }
	#imBlogPost_000000019 .image-0 { width: 100%; max-width: 998px; height: auto; }
	#imBlogPost_000000012 .image-0 { width: 100%; max-width: 211px; height: auto; }
	#imBlogPost_000000012 .image-2 { width: 100%; max-width: 376px; height: auto; }
	#imBlogPost_000000012 .image-4 { width: 100%; max-width: 127px; height: auto; }
	#imBlogPost_000000012 .image-6 { width: 100%; max-width: 137px; height: auto; }
	#imBlogPost_000000012 .image-5 { width: 100%; max-width: 405px; height: auto; }
	#imBlogPost_00000000D .image-1 { width: 100%; max-width: 1010px; height: auto; }
	#imBlogPost_00000000B .image-1 { width: 100%; max-width: 150px; height: auto; }
	#imBlogPost_00000000B .image-2 { width: 100%; max-width: 150px; height: auto; }
	#imBlogPost_00000000B .image-3 { width: 100%; max-width: 150px; height: auto; }
	#imBlogPost_00000000B .image-0 { width: 100%; max-width: 151px; height: auto; }
	#imBlogPost_00000000B .image-4 { width: 100%; max-width: 150px; height: auto; }
	#imBlogPost_00000000B .image-5 { width: 100%; max-width: 151px; height: auto; }
	#imBlogPage { position: relative; box-sizing: border-box; margin-inline-start: 0px; margin-inline-end: 0px; padding: 0px; }
	#imBlogPage.imBlogHome #imBlogContent { width: 960px; padding-inline-start: 0px; }
	#imBlogPage.imBlogHome { margin-inline-start: auto; margin-inline-end: auto; }
	#imBlogPage.imBlogArticle #imBlogContent { width: 960px; padding-inline-start: 0px; }
	#imBlogPage.imBlogArticle { margin-inline-start: auto; margin-inline-end: auto; }
	.imBlogPostCard { width: 313px; height: 150px; float: left; float: inline-start; box-sizing: border-box; margin-block: 10px 0px; margin-inline: 0px 10px; line-height: 1.5; }
	.imBlogPostCard:nth-of-type(-n+3) { margin-top: 0px; }
	.imBlogPostCard:nth-of-type(3n) { margin-inline-end: 0px; }
	.imBlogPagination { width: 960px; }
	#imBlogPage.imBlogHome #imBlogSidebar { display: none; }
	#imBlogPage.imBlogArticle #imBlogSidebar { display: none; }
	.imBlogPostCard { display: grid; grid-template-columns: auto; grid-template-rows: 0% auto auto 1fr auto; }
	.imBlogPostCardWithCover { grid-template-rows: 75px auto auto 1fr auto; }
	.imBlogPostWrapperCardCover { grid-column: 1 / 2; grid-row: 1 / 2; }
	.slideshow .imBlogPostWrapperCardCover { grid-column: 1 / 2; grid-row: 1 / 3; }
	.imBlogPostCardTitle { grid-column: 1 / 2; grid-row: 2 / 3; }
	.imBlogPostCardCategory { grid-column: 1 / 2; grid-row: 3 / 4; }
	.imBlogPostCardDescription { grid-column: 1 / 2; grid-row: 4 / 5; }
	.imBlogPostCardDetails { grid-column: 1 / 2; grid-row: 5 / 6; }
	.imBlogPostCardButton { grid-column: 1 / 2; grid-row: 6 / 7; }
	
}

@media (max-width: 959.9px) and (min-width: 720.0px) {
	#imBlogPost_00000001E .image-1 { width: 100%; max-width: 263px; height: auto; }
	#imBlogPost_000000019 .image-0 { width: 100%; max-width: 998px; height: auto; }
	#imBlogPost_000000012 .image-0 { width: 100%; max-width: 211px; height: auto; }
	#imBlogPost_000000012 .image-2 { width: 100%; max-width: 376px; height: auto; }
	#imBlogPost_000000012 .image-4 { width: 100%; max-width: 127px; height: auto; }
	#imBlogPost_000000012 .image-6 { width: 100%; max-width: 137px; height: auto; }
	#imBlogPost_000000012 .image-5 { width: 100%; max-width: 405px; height: auto; }
	#imBlogPost_00000000D .image-1 { width: 100%; max-width: 1010px; height: auto; }
	#imBlogPost_00000000B .image-1 { width: 100%; max-width: 150px; height: auto; }
	#imBlogPost_00000000B .image-2 { width: 100%; max-width: 150px; height: auto; }
	#imBlogPost_00000000B .image-3 { width: 100%; max-width: 150px; height: auto; }
	#imBlogPost_00000000B .image-0 { width: 100%; max-width: 151px; height: auto; }
	#imBlogPost_00000000B .image-4 { width: 100%; max-width: 150px; height: auto; }
	#imBlogPost_00000000B .image-5 { width: 100%; max-width: 151px; height: auto; }
	#imBlogPage { position: relative; box-sizing: border-box; margin-inline-start: 0px; margin-inline-end: 0px; padding: 0px; }
	#imBlogPage.imBlogHome #imBlogContent { width: 720px; padding-inline-start: 0px; }
	#imBlogPage.imBlogHome { margin-inline-start: auto; margin-inline-end: auto; }
	#imBlogPage.imBlogArticle #imBlogContent { width: 720px; padding-inline-start: 0px; }
	#imBlogPage.imBlogArticle { margin-inline-start: auto; margin-inline-end: auto; }
	.imBlogPostCard { width: 233px; height: 150px; float: left; float: inline-start; box-sizing: border-box; margin-block: 10px 0px; margin-inline: 0px 10px; line-height: 1.5; }
	.imBlogPostCard:nth-of-type(-n+3) { margin-top: 0px; }
	.imBlogPostCard:nth-of-type(3n) { margin-inline-end: 0px; }
	.imBlogPagination { width: 720px; }
	#imBlogPage.imBlogHome #imBlogSidebar { display: none; }
	#imBlogPage.imBlogArticle #imBlogSidebar { display: none; }
	.imBlogPostCard { display: grid; grid-template-columns: auto; grid-template-rows: 0% auto auto 1fr auto; }
	.imBlogPostCardWithCover { grid-template-rows: 75px auto auto 1fr auto; }
	.imBlogPostWrapperCardCover { grid-column: 1 / 2; grid-row: 1 / 2; }
	.slideshow .imBlogPostWrapperCardCover { grid-column: 1 / 2; grid-row: 1 / 3; }
	.imBlogPostCardTitle { grid-column: 1 / 2; grid-row: 2 / 3; }
	.imBlogPostCardCategory { grid-column: 1 / 2; grid-row: 3 / 4; }
	.imBlogPostCardDescription { grid-column: 1 / 2; grid-row: 4 / 5; }
	.imBlogPostCardDetails { grid-column: 1 / 2; grid-row: 5 / 6; }
	.imBlogPostCardButton { grid-column: 1 / 2; grid-row: 6 / 7; }
	
}

@media (max-width: 719.9px) and (min-width: 480.0px) {
	#imBlogPost_00000001E .image-1 { width: 100%; max-width: 263px; height: auto; }
	#imBlogPost_000000019 .image-0 { width: 100%; max-width: 998px; height: auto; }
	#imBlogPost_000000012 .image-0 { width: 100%; max-width: 211px; height: auto; }
	#imBlogPost_000000012 .image-2 { width: 100%; max-width: 376px; height: auto; }
	#imBlogPost_000000012 .image-4 { width: 100%; max-width: 127px; height: auto; }
	#imBlogPost_000000012 .image-6 { width: 100%; max-width: 137px; height: auto; }
	#imBlogPost_000000012 .image-5 { width: 100%; max-width: 405px; height: auto; }
	#imBlogPost_00000000D .image-1 { width: 100%; max-width: 1010px; height: auto; }
	#imBlogPost_00000000B .image-1 { width: 100%; max-width: 150px; height: auto; }
	#imBlogPost_00000000B .image-2 { width: 100%; max-width: 150px; height: auto; }
	#imBlogPost_00000000B .image-3 { width: 100%; max-width: 150px; height: auto; }
	#imBlogPost_00000000B .image-0 { width: 100%; max-width: 151px; height: auto; }
	#imBlogPost_00000000B .image-4 { width: 100%; max-width: 150px; height: auto; }
	#imBlogPost_00000000B .image-5 { width: 100%; max-width: 151px; height: auto; }
	#imBlogPage { position: relative; box-sizing: border-box; margin-inline-start: 0px; margin-inline-end: 0px; padding: 0px; }
	#imBlogPage.imBlogHome #imBlogContent { width: 480px; padding-inline-start: 0px; }
	#imBlogPage.imBlogHome { margin-inline-start: auto; margin-inline-end: auto; }
	#imBlogPage.imBlogArticle #imBlogContent { width: 480px; padding-inline-start: 0px; }
	#imBlogPage.imBlogArticle { margin-inline-start: auto; margin-inline-end: auto; }
	.imBlogPostCard { width: 235px; height: 150px; float: left; float: inline-start; box-sizing: border-box; margin-block: 10px 0px; margin-inline: 0px 10px; line-height: 1.5; }
	.imBlogPostCard:nth-of-type(-n+2) { margin-top: 0px; }
	.imBlogPostCard:nth-of-type(2n) { margin-inline-end: 0px; }
	.imBlogPagination { width: 480px; }
	#imBlogPage.imBlogHome #imBlogSidebar { display: none; }
	#imBlogPage.imBlogArticle #imBlogSidebar { display: none; }
	.imBlogPostCard { display: grid; grid-template-columns: auto; grid-template-rows: 0% auto auto 1fr auto; }
	.imBlogPostCardWithCover { grid-template-rows: 75px auto auto 1fr auto; }
	.imBlogPostWrapperCardCover { grid-column: 1 / 2; grid-row: 1 / 2; }
	.slideshow .imBlogPostWrapperCardCover { grid-column: 1 / 2; grid-row: 1 / 3; }
	.imBlogPostCardTitle { grid-column: 1 / 2; grid-row: 2 / 3; }
	.imBlogPostCardCategory { grid-column: 1 / 2; grid-row: 3 / 4; }
	.imBlogPostCardDescription { grid-column: 1 / 2; grid-row: 4 / 5; }
	.imBlogPostCardDetails { grid-column: 1 / 2; grid-row: 5 / 6; }
	.imBlogPostCardButton { grid-column: 1 / 2; grid-row: 6 / 7; }
	
}

@media (max-width: 479.9px)  {
	#imBlogPost_00000001E .image-1 { width: 100%; max-width: 263px; height: auto; }
	#imBlogPost_000000019 .image-0 { width: 100%; max-width: 998px; height: auto; }
	#imBlogPost_000000012 .image-0 { width: 100%; max-width: 211px; height: auto; }
	#imBlogPost_000000012 .image-2 { width: 100%; max-width: 376px; height: auto; }
	#imBlogPost_000000012 .image-4 { width: 100%; max-width: 127px; height: auto; }
	#imBlogPost_000000012 .image-6 { width: 100%; max-width: 137px; height: auto; }
	#imBlogPost_000000012 .image-5 { width: 100%; max-width: 405px; height: auto; }
	#imBlogPost_00000000D .image-1 { width: 100%; max-width: 1010px; height: auto; }
	#imBlogPost_00000000B .image-1 { width: 100%; max-width: 150px; height: auto; }
	#imBlogPost_00000000B .image-2 { width: 100%; max-width: 150px; height: auto; }
	#imBlogPost_00000000B .image-3 { width: 100%; max-width: 150px; height: auto; }
	#imBlogPost_00000000B .image-0 { width: 100%; max-width: 151px; height: auto; }
	#imBlogPost_00000000B .image-4 { width: 100%; max-width: 150px; height: auto; }
	#imBlogPost_00000000B .image-5 { width: 100%; max-width: 151px; height: auto; }
	#imBlogPage { width: 100%; }
	#imBlogContent, #imBlogSidebar { box-sizing: border-box; width: 100%;padding-inline-start: 0px; padding-inline-end: 0px; }
	.imBlogPostCard { width: 100%; float: left; float: inline-start; box-sizing: border-box; height: 150px; margin-block: 10px 0px; margin-inline: 0px; line-height: 1.5; }
	.imBlogPostCard:nth-of-type(1) { margin-top: 0px; }
	#imBlogPage.imBlogHome #imBlogSidebar { display: none; }
	#imBlogPage.imBlogArticle #imBlogSidebar { display: none; }
	.imBlogPagination { width: 100%; }
	.imBlogPostCard { display: grid; grid-template-columns: auto; grid-template-rows: 0% auto auto 1fr auto; }
	.imBlogPostCardWithCover { grid-template-rows: 75px auto auto 1fr auto; }
	.imBlogPostWrapperCardCover { grid-column: 1 / 2; grid-row: 1 / 2; }
	.slideshow .imBlogPostWrapperCardCover { grid-column: 1 / 2; grid-row: 1 / 3; }
	.imBlogPostCardTitle { grid-column: 1 / 2; grid-row: 2 / 3; }
	.imBlogPostCardCategory { grid-column: 1 / 2; grid-row: 3 / 4; }
	.imBlogPostCardDescription { grid-column: 1 / 2; grid-row: 4 / 5; }
	.imBlogPostCardDetails { grid-column: 1 / 2; grid-row: 5 / 6; }
	.imBlogPostCardButton { grid-column: 1 / 2; grid-row: 6 / 7; }
	
}

@media (min-width: 1150.0px) {
	#imHeader_imMenuObject_02_wrapper { position: absolute; top: 110px; inset-inline-start: 380px; width: 469px; height: 47px; text-align: center; z-index: 1002;  }
	#imHeader_imCell_2 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_2 { grid-template-rows: [row-content] auto ; }
	#imHeader_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; }
	#imHeader_imCellStyleBorders_2 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imHeader_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;}
	#imHeader_imMenuObject_02_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_02_container > ul > li {position: relative;margin-inline-start: 5px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_02_container > ul > li > .label-wrapper, #imHeader_imMenuObject_02_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 99px; height: 37px; padding-block: 0px; padding-inline: 5px; border-width: 0px; border-radius: 7px; }
	#imHeader_imMenuObject_02_container > ul > li > .label-wrapper:has(:focus-visible), #imHeader_imMenuObject_02_container > ul > li > div > .label-wrapper:has(:focus-visible) { overflow: visible; }
	#imHeader_imMenuObject_02 .hamburger-button {cursor: pointer; width: 37px; height: 37px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px; border-radius: 7px; }
	#imHeader_imMenuObject_02 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(255, 255, 255, 1); display: block; }
	#imHeader_imMenuObject_02 .label-inner-wrapper, #imHeader_imMenuObject_02 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_02_container > ul > li .label, #imHeader_imMenuObject_02 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_02_container > ul > li > .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_02_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_02_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(127, 96, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_02 .hamburger-button {background-color: rgba(127, 96, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02 .hamburger-button .label, #imHeader_imMenuObject_02 .hamburger-button button {width: 100%;height: 100%;font-family: Tahoma;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(127, 96, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over {background-color: rgba(127, 96, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over .label, #imHeader_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Questrial;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_02_container > ul > li.imPage > .sweeper { position: absolute; z-index: 1; bottom: 0; left: 0; overflow: hidden; width: 100%; height: 0; transition: all 0.5s;}#imHeader_imMenuObject_02_container > ul > li.imPage > .sweeper .label-wrapper-over { position: absolute; bottom: 0;}#imHeader_imMenuObject_02_container > ul > li.imPage > .sweeper.animated {height: 100%;}#imHeader_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over {background-color: rgba(127, 96, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over .label, #imHeader_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Questrial;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_02_container > ul > li.imLevel > .sweeper { position: absolute; z-index: 1; bottom: 0; left: 0; overflow: hidden; width: 100%; height: 0; transition: all 0.5s;}#imHeader_imMenuObject_02_container > ul > li.imLevel > .sweeper .label-wrapper-over { position: absolute; bottom: 0;}#imHeader_imMenuObject_02_container > ul > li.imLevel > .sweeper.animated {height: 100%;}/* Main menu separator button style */
	#imHeader_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; }
	#imHeader_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imHeader_imMenuObject_02 .imLevel { cursor: default; }
	#imHeader_imMenuObject_02-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_02 { text-align: end; }
	/* Level menu background */
	#imHeader_imMenuObject_02 ul ul { border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px;   box-shadow: 3px 3px 10px 0px rgba(128, 128, 128, 1); background-color: transparent; }
	/* Level menu button size and position */
	#imHeader_imMenuObject_02 ul ul li {position: relative;margin-bottom: 10px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imHeader_imMenuObject_02 .multiple-column > ul {max-width: 150px;}
	#imHeader_imMenuObject_02 ul ul li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_02 ul ul .label-wrapper { display: block; overflow: hidden; width: 142px; height: 41px; padding-block: 0px; padding-inline: 4px; }
	#imHeader_imMenuObject_02 ul ul .label-wrapper:has(:focus-visible) { overflow: visible; }
	#imHeader_imMenuObject_02 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imHeader_imMenuObject_02 ul ul .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02 ul ul .label-wrapper .label, #imHeader_imMenuObject_02 ul ul .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Level menu hover button style */
	#imHeader_imMenuObject_02 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(153, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02 ul ul li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_02 ul ul li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imHeader_imMenuObject_02 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(153, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02 ul ul li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_02 ul ul li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Level menu separator button style */
	#imHeader_imMenuObject_02 ul ul .imMnMnSeparator > .label-wrapper {background-color: rgba(204, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02 ul ul .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_02 ul ul .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imHeader_imMenuObject_02 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(153, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_02 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imHeader_imMenuObject_02 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imHeader_imMenuObject_02 .multiple-column {position: absolute; z-index: 2;inset-inline-start: 0px; }
	#imHeader_imMenuObject_02 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imHeader_imMenuObject_02 .multiple-column > ul > li {display: block;}
	#imHeader_imMenuObject_02_container > ul > li > ul {position: absolute;
	top: 37px;
	}
	#imHeader_imMenuObject_02_container > ul > li > ul.open-bottom { inset-inline-start: 0px; }
	#imHeader_imMenuObject_02_container > ul > li > ul.open-left { inset-inline-end: 109px; }
	#imHeader_imMenuObject_02_container > ul > li > ul.open-right { inset-inline-start: 109px; }
	#imHeader_imMenuObject_02_container > ul > li > ul ul, #imHeader_imMenuObject_02_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imHeader_imMenuObject_02_container  > ul > li > ul ul.open-left, #imHeader_imMenuObject_02_container .multiple-column > ul > li ul.open-left{ inset-inline-end: 150px; }
	#imHeader_imMenuObject_02_container  > ul > li > ul ul.open-right, #imHeader_imMenuObject_02_container .multiple-column > ul > li ul.open-right{ inset-inline-start: 150px; }
	#imHeader_imMenuObject_02 ul ul { display: none; visibility: hidden; opacity: 0; transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;}#imHeader_imMenuObject_02 ul ul li{  opacity: 0; transition: all 0.5s ease-in-out;}#imHeader_imMenuObject_02 ul ul li:nth-child(odd){ transform: translate3d(100%,0,0);}#imHeader_imMenuObject_02 ul ul li:nth-child(even){ transform: translate3d(-100%,0,0);}#imHeader_imMenuObject_02 ul ul.inline-block {display: inline-block; }
	#imHeader_imMenuObject_02 ul ul.animated { visibility: visible; opacity: 1; transition-delay: 0s, 0s; }
	#imHeader_imMenuObject_02 ul ul li.animated { opacity: 1; transform: translate3d(0,0,0); }
	#imHeader_imMenuObject_02_container > ul > li:nth-child(4n+1) {
	margin-inline-start: 0px; 
	clear: left; clear: inline-start; 
	}
	#imHeader_imMenuObject_02_container > ul > li:nth-child(n+5) {
	margin-top: 5px; 
	}
	#imHeader_imMenuObject_02-menu-opened { display: none; }
	#imHeader_imMenuObject_02 .hamburger-component { display: none; }
	#imHeader_imObjectTitle_03_wrapper { position: absolute; top: 90px; inset-inline-start: 70px; width: 330px; height: 75px; text-align: center; z-index: 1003;  }
	#imHeader_imCell_3 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_3 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_03 { 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_3 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_03 { width: 100%; }
	#imHeader_imObjectTitle_03_text { margin: 0px; 
	 }
	#imHeader_imObjectImage_07_wrapper { position: absolute; top: 230px; inset-inline-start: 120px; width: 64px; height: 65px; text-align: center; z-index: 1004; overflow: hidden; }
	#imHeader_imObjectImage_07_wrapper img {-webkit-clip-path: inset(0 0 -1.563% 0);clip-path: inset(0 0 -1.563% 0);}#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_imObjectImage_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_imObjectImage_08_wrapper { position: absolute; top: 230px; inset-inline-start: 190px; width: 68px; height: 65px; text-align: center; z-index: 1005; overflow: hidden; }
	#imHeader_imObjectImage_08_wrapper img {-webkit-clip-path: inset(0 0 4.412% 0);clip-path: inset(0 0 4.412% 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_imObjectImage_09_wrapper { position: absolute; top: 230px; inset-inline-start: 260px; width: 71px; height: 63px; text-align: center; z-index: 1006; overflow: hidden; }
	#imHeader_imObjectImage_09_wrapper img {-webkit-clip-path: inset(0 0 11.268% 0);clip-path: inset(0 0 11.268% 0);}#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_imObjectImage_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_pluginAppObj_10_wrapper { position: absolute; top: 240px; inset-inline-start: 510px; width: 201px; height: 25px; text-align: center; z-index: 1007; overflow: hidden; }
	#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_pluginAppObj_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;  }
	
}

@media (max-width: 1149.9px) and (min-width: 1126.0px) {
	#imHeader_imMenuObject_02_wrapper { position: absolute; top: 52px; inset-inline-start: 227px; width: 632px; height: 60px; text-align: center; z-index: 1002;  }
	#imHeader_imCell_2 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_2 { grid-template-rows: [row-content] auto ; }
	#imHeader_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; }
	#imHeader_imCellStyleBorders_2 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imHeader_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;}
	#imHeader_imMenuObject_02_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_02_container > ul > li {position: relative;margin-inline-start: 5px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_02_container > ul > li > .label-wrapper, #imHeader_imMenuObject_02_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 99px; height: 37px; padding-block: 0px; padding-inline: 5px; border-width: 0px; border-radius: 7px; }
	#imHeader_imMenuObject_02_container > ul > li > .label-wrapper:has(:focus-visible), #imHeader_imMenuObject_02_container > ul > li > div > .label-wrapper:has(:focus-visible) { overflow: visible; }
	#imHeader_imMenuObject_02 .hamburger-button {cursor: pointer; width: 37px; height: 37px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px; border-radius: 7px; }
	#imHeader_imMenuObject_02 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(255, 255, 255, 1); display: block; }
	#imHeader_imMenuObject_02 .label-inner-wrapper, #imHeader_imMenuObject_02 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_02_container > ul > li .label, #imHeader_imMenuObject_02 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_02_container > ul > li > .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_02_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_02_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(127, 96, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_02 .hamburger-button {background-color: rgba(127, 96, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02 .hamburger-button .label, #imHeader_imMenuObject_02 .hamburger-button button {width: 100%;height: 100%;font-family: Tahoma;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(127, 96, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over {background-color: rgba(127, 96, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over .label, #imHeader_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Questrial;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_02_container > ul > li.imPage > .sweeper { position: absolute; z-index: 1; bottom: 0; left: 0; overflow: hidden; width: 100%; height: 0; transition: all 0.5s;}#imHeader_imMenuObject_02_container > ul > li.imPage > .sweeper .label-wrapper-over { position: absolute; bottom: 0;}#imHeader_imMenuObject_02_container > ul > li.imPage > .sweeper.animated {height: 100%;}#imHeader_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over {background-color: rgba(127, 96, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over .label, #imHeader_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Questrial;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_02_container > ul > li.imLevel > .sweeper { position: absolute; z-index: 1; bottom: 0; left: 0; overflow: hidden; width: 100%; height: 0; transition: all 0.5s;}#imHeader_imMenuObject_02_container > ul > li.imLevel > .sweeper .label-wrapper-over { position: absolute; bottom: 0;}#imHeader_imMenuObject_02_container > ul > li.imLevel > .sweeper.animated {height: 100%;}/* Main menu separator button style */
	#imHeader_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; }
	#imHeader_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imHeader_imMenuObject_02 .imLevel { cursor: default; }
	#imHeader_imMenuObject_02-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_02 { text-align: end; }
	/* Level menu background */
	#imHeader_imMenuObject_02 ul ul { border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px;   box-shadow: 3px 3px 10px 0px rgba(128, 128, 128, 1); background-color: transparent; }
	/* Level menu button size and position */
	#imHeader_imMenuObject_02 ul ul li {position: relative;margin-bottom: 10px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imHeader_imMenuObject_02 .multiple-column > ul {max-width: 150px;}
	#imHeader_imMenuObject_02 ul ul li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_02 ul ul .label-wrapper { display: block; overflow: hidden; width: 142px; height: 41px; padding-block: 0px; padding-inline: 4px; }
	#imHeader_imMenuObject_02 ul ul .label-wrapper:has(:focus-visible) { overflow: visible; }
	#imHeader_imMenuObject_02 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imHeader_imMenuObject_02 ul ul .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02 ul ul .label-wrapper .label, #imHeader_imMenuObject_02 ul ul .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Level menu hover button style */
	#imHeader_imMenuObject_02 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(153, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02 ul ul li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_02 ul ul li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imHeader_imMenuObject_02 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(153, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02 ul ul li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_02 ul ul li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Level menu separator button style */
	#imHeader_imMenuObject_02 ul ul .imMnMnSeparator > .label-wrapper {background-color: rgba(204, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02 ul ul .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_02 ul ul .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imHeader_imMenuObject_02 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(153, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_02 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imHeader_imMenuObject_02 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imHeader_imMenuObject_02 .multiple-column {position: absolute; z-index: 2;inset-inline-start: 0px; }
	#imHeader_imMenuObject_02 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imHeader_imMenuObject_02 .multiple-column > ul > li {display: block;}
	#imHeader_imMenuObject_02_container > ul > li > ul {position: absolute;
	top: 37px;
	}
	#imHeader_imMenuObject_02_container > ul > li > ul.open-bottom { inset-inline-start: 0px; }
	#imHeader_imMenuObject_02_container > ul > li > ul.open-left { inset-inline-end: 109px; }
	#imHeader_imMenuObject_02_container > ul > li > ul.open-right { inset-inline-start: 109px; }
	#imHeader_imMenuObject_02_container > ul > li > ul ul, #imHeader_imMenuObject_02_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imHeader_imMenuObject_02_container  > ul > li > ul ul.open-left, #imHeader_imMenuObject_02_container .multiple-column > ul > li ul.open-left{ inset-inline-end: 150px; }
	#imHeader_imMenuObject_02_container  > ul > li > ul ul.open-right, #imHeader_imMenuObject_02_container .multiple-column > ul > li ul.open-right{ inset-inline-start: 150px; }
	#imHeader_imMenuObject_02 ul ul { display: none; visibility: hidden; opacity: 0; transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;}#imHeader_imMenuObject_02 ul ul li{  opacity: 0; transition: all 0.5s ease-in-out;}#imHeader_imMenuObject_02 ul ul li:nth-child(odd){ transform: translate3d(100%,0,0);}#imHeader_imMenuObject_02 ul ul li:nth-child(even){ transform: translate3d(-100%,0,0);}#imHeader_imMenuObject_02 ul ul.inline-block {display: inline-block; }
	#imHeader_imMenuObject_02 ul ul.animated { visibility: visible; opacity: 1; transition-delay: 0s, 0s; }
	#imHeader_imMenuObject_02 ul ul li.animated { opacity: 1; transform: translate3d(0,0,0); }
	#imHeader_imMenuObject_02_container > ul > li:nth-child(5n+1) {
	margin-inline-start: 0px; 
	clear: left; clear: inline-start; 
	}
	#imHeader_imMenuObject_02_container > ul > li:nth-child(n+6) {
	margin-top: 5px; 
	}
	#imHeader_imMenuObject_02-menu-opened { display: none; }
	#imHeader_imMenuObject_02 .hamburger-component { display: none; }
	#imHeader_imObjectTitle_03_wrapper { position: absolute; top: 31px; inset-inline-start: 112px; width: 250px; height: 60px; text-align: center; z-index: 1003;  }
	#imHeader_imCell_3 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_3 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_03 { 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_3 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_03_text { font-size: 43.1pt; }
	#imHeader_imObjectTitle_03 { width: 100%; }
	#imHeader_imObjectTitle_03_text { margin: 0px; 
	 }
	#imHeader_imObjectImage_07_wrapper { position: absolute; top: 110px; inset-inline-start: 90px; width: 76px; height: 78px; text-align: center; z-index: 1004; overflow: hidden; }
	#imHeader_imObjectImage_07_wrapper img {-webkit-clip-path: inset(0 0 -2.632% 0);clip-path: inset(0 0 -2.632% 0);}#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_imObjectImage_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_imObjectImage_08_wrapper { position: absolute; top: 110px; inset-inline-start: 180px; width: 74px; height: 76px; text-align: center; z-index: 1005; overflow: hidden; }
	#imHeader_imObjectImage_08_wrapper img {-webkit-clip-path: inset(0 0 -2.703% 0);clip-path: inset(0 0 -2.703% 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_imObjectImage_09_wrapper { position: absolute; top: 110px; inset-inline-start: 270px; width: 77px; height: 75px; text-align: center; z-index: 1006; overflow: hidden; }
	#imHeader_imObjectImage_09_wrapper img {-webkit-clip-path: inset(0 0 2.597% 0);clip-path: inset(0 0 2.597% 0);}#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_imObjectImage_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_pluginAppObj_10_wrapper { position: absolute; top: 128px; inset-inline-start: 550px; width: 170px; height: 25px; text-align: center; z-index: 1007; overflow: hidden; }
	#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_pluginAppObj_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;  }
	
}

@media (max-width: 1125.9px) and (min-width: 1102.0px) {
	#imHeader_imMenuObject_02_wrapper { position: absolute; top: 20px; inset-inline-start: 360px; width: 466px; height: 42px; text-align: center; z-index: 1002;  }
	#imHeader_imCell_2 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_2 { grid-template-rows: [row-content] auto ; }
	#imHeader_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; }
	#imHeader_imCellStyleBorders_2 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imHeader_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;}
	#imHeader_imMenuObject_02_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_02_container > ul > li {position: relative;margin-inline-start: 5px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_02_container > ul > li > .label-wrapper, #imHeader_imMenuObject_02_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 99px; height: 37px; padding-block: 0px; padding-inline: 5px; border-width: 0px; border-radius: 7px; }
	#imHeader_imMenuObject_02_container > ul > li > .label-wrapper:has(:focus-visible), #imHeader_imMenuObject_02_container > ul > li > div > .label-wrapper:has(:focus-visible) { overflow: visible; }
	#imHeader_imMenuObject_02 .hamburger-button {cursor: pointer; width: 37px; height: 37px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px; border-radius: 7px; }
	#imHeader_imMenuObject_02 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(255, 255, 255, 1); display: block; }
	#imHeader_imMenuObject_02 .label-inner-wrapper, #imHeader_imMenuObject_02 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_02_container > ul > li .label, #imHeader_imMenuObject_02 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_02_container > ul > li > .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_02_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_02_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(127, 96, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_02 .hamburger-button {background-color: rgba(127, 96, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02 .hamburger-button .label, #imHeader_imMenuObject_02 .hamburger-button button {width: 100%;height: 100%;font-family: Tahoma;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(127, 96, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over {background-color: rgba(127, 96, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over .label, #imHeader_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Questrial;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_02_container > ul > li.imPage > .sweeper { position: absolute; z-index: 1; bottom: 0; left: 0; overflow: hidden; width: 100%; height: 0; transition: all 0.5s;}#imHeader_imMenuObject_02_container > ul > li.imPage > .sweeper .label-wrapper-over { position: absolute; bottom: 0;}#imHeader_imMenuObject_02_container > ul > li.imPage > .sweeper.animated {height: 100%;}#imHeader_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over {background-color: rgba(127, 96, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over .label, #imHeader_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Questrial;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_02_container > ul > li.imLevel > .sweeper { position: absolute; z-index: 1; bottom: 0; left: 0; overflow: hidden; width: 100%; height: 0; transition: all 0.5s;}#imHeader_imMenuObject_02_container > ul > li.imLevel > .sweeper .label-wrapper-over { position: absolute; bottom: 0;}#imHeader_imMenuObject_02_container > ul > li.imLevel > .sweeper.animated {height: 100%;}/* Main menu separator button style */
	#imHeader_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; }
	#imHeader_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imHeader_imMenuObject_02 .imLevel { cursor: default; }
	#imHeader_imMenuObject_02-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_02 { text-align: end; }
	/* Level menu background */
	#imHeader_imMenuObject_02 ul ul { border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px;   box-shadow: 3px 3px 10px 0px rgba(128, 128, 128, 1); background-color: transparent; }
	/* Level menu button size and position */
	#imHeader_imMenuObject_02 ul ul li {position: relative;margin-bottom: 10px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imHeader_imMenuObject_02 .multiple-column > ul {max-width: 150px;}
	#imHeader_imMenuObject_02 ul ul li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_02 ul ul .label-wrapper { display: block; overflow: hidden; width: 142px; height: 41px; padding-block: 0px; padding-inline: 4px; }
	#imHeader_imMenuObject_02 ul ul .label-wrapper:has(:focus-visible) { overflow: visible; }
	#imHeader_imMenuObject_02 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imHeader_imMenuObject_02 ul ul .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02 ul ul .label-wrapper .label, #imHeader_imMenuObject_02 ul ul .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Level menu hover button style */
	#imHeader_imMenuObject_02 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(153, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02 ul ul li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_02 ul ul li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imHeader_imMenuObject_02 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(153, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02 ul ul li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_02 ul ul li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Level menu separator button style */
	#imHeader_imMenuObject_02 ul ul .imMnMnSeparator > .label-wrapper {background-color: rgba(204, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02 ul ul .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_02 ul ul .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imHeader_imMenuObject_02 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(153, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_02 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imHeader_imMenuObject_02 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imHeader_imMenuObject_02 .multiple-column {position: absolute; z-index: 2;inset-inline-start: 0px; }
	#imHeader_imMenuObject_02 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imHeader_imMenuObject_02 .multiple-column > ul > li {display: block;}
	#imHeader_imMenuObject_02_container > ul > li > ul {position: absolute;
	top: 37px;
	}
	#imHeader_imMenuObject_02_container > ul > li > ul.open-bottom { inset-inline-start: 0px; }
	#imHeader_imMenuObject_02_container > ul > li > ul.open-left { inset-inline-end: 109px; }
	#imHeader_imMenuObject_02_container > ul > li > ul.open-right { inset-inline-start: 109px; }
	#imHeader_imMenuObject_02_container > ul > li > ul ul, #imHeader_imMenuObject_02_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imHeader_imMenuObject_02_container  > ul > li > ul ul.open-left, #imHeader_imMenuObject_02_container .multiple-column > ul > li ul.open-left{ inset-inline-end: 150px; }
	#imHeader_imMenuObject_02_container  > ul > li > ul ul.open-right, #imHeader_imMenuObject_02_container .multiple-column > ul > li ul.open-right{ inset-inline-start: 150px; }
	#imHeader_imMenuObject_02 ul ul { display: none; visibility: hidden; opacity: 0; transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;}#imHeader_imMenuObject_02 ul ul li{  opacity: 0; transition: all 0.5s ease-in-out;}#imHeader_imMenuObject_02 ul ul li:nth-child(odd){ transform: translate3d(100%,0,0);}#imHeader_imMenuObject_02 ul ul li:nth-child(even){ transform: translate3d(-100%,0,0);}#imHeader_imMenuObject_02 ul ul.inline-block {display: inline-block; }
	#imHeader_imMenuObject_02 ul ul.animated { visibility: visible; opacity: 1; transition-delay: 0s, 0s; }
	#imHeader_imMenuObject_02 ul ul li.animated { opacity: 1; transform: translate3d(0,0,0); }
	#imHeader_imMenuObject_02_container > ul > li:nth-child(4n+1) {
	margin-inline-start: 0px; 
	clear: left; clear: inline-start; 
	}
	#imHeader_imMenuObject_02_container > ul > li:nth-child(n+5) {
	margin-top: 5px; 
	}
	#imHeader_imMenuObject_02-menu-opened { display: none; }
	#imHeader_imMenuObject_02 .hamburger-component { display: none; }
	#imHeader_imObjectTitle_03_wrapper { position: absolute; top: 0px; inset-inline-start: 70px; width: 250px; height: 60px; text-align: center; z-index: 1003;  }
	#imHeader_imCell_3 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_3 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_03 { 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_3 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_03_text { font-size: 43.1pt; }
	#imHeader_imObjectTitle_03 { width: 100%; }
	#imHeader_imObjectTitle_03_text { margin: 0px; 
	 }
	#imHeader_imObjectImage_07_wrapper { position: absolute; top: 80px; inset-inline-start: 98px; width: 71px; height: 71px; text-align: center; z-index: 1004; overflow: hidden; }
	#imHeader_imObjectImage_07_wrapper img {-webkit-clip-path: inset(0 0 0% 0);clip-path: inset(0 0 0% 0);}#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_imObjectImage_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_imObjectImage_08_wrapper { position: absolute; top: 80px; inset-inline-start: 180px; width: 67px; height: 75px; text-align: center; z-index: 1005; overflow: hidden; }
	#imHeader_imObjectImage_08_wrapper img {-webkit-clip-path: inset(0 0 -11.94% 0);clip-path: inset(0 0 -11.94% 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_imObjectImage_09_wrapper { position: absolute; top: 80px; inset-inline-start: 260px; width: 67px; height: 75px; text-align: center; z-index: 1006; overflow: hidden; }
	#imHeader_imObjectImage_09_wrapper img {-webkit-clip-path: inset(0 0 -11.94% 0);clip-path: inset(0 0 -11.94% 0);}#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_imObjectImage_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_pluginAppObj_10_wrapper { position: absolute; top: 100px; inset-inline-start: 480px; width: 173px; height: 25px; text-align: center; z-index: 1007; overflow: hidden; }
	#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_pluginAppObj_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;  }
	
}

@media (max-width: 1101.9px) and (min-width: 1055.0px) {
	#imHeader_imMenuObject_02_wrapper { position: absolute; top: 16px; inset-inline-start: 350px; width: 480px; height: 44px; text-align: center; z-index: 1002;  }
	#imHeader_imCell_2 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_2 { grid-template-rows: [row-content] auto ; }
	#imHeader_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; }
	#imHeader_imCellStyleBorders_2 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imHeader_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;}
	#imHeader_imMenuObject_02_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_02_container > ul > li {position: relative;margin-inline-start: 5px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_02_container > ul > li > .label-wrapper, #imHeader_imMenuObject_02_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 99px; height: 37px; padding-block: 0px; padding-inline: 5px; border-width: 0px; border-radius: 7px; }
	#imHeader_imMenuObject_02_container > ul > li > .label-wrapper:has(:focus-visible), #imHeader_imMenuObject_02_container > ul > li > div > .label-wrapper:has(:focus-visible) { overflow: visible; }
	#imHeader_imMenuObject_02 .hamburger-button {cursor: pointer; width: 37px; height: 37px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px; border-radius: 7px; }
	#imHeader_imMenuObject_02 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(255, 255, 255, 1); display: block; }
	#imHeader_imMenuObject_02 .label-inner-wrapper, #imHeader_imMenuObject_02 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_02_container > ul > li .label, #imHeader_imMenuObject_02 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_02_container > ul > li > .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_02_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_02_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(127, 96, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_02 .hamburger-button {background-color: rgba(127, 96, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02 .hamburger-button .label, #imHeader_imMenuObject_02 .hamburger-button button {width: 100%;height: 100%;font-family: Tahoma;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(127, 96, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over {background-color: rgba(127, 96, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over .label, #imHeader_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Questrial;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_02_container > ul > li.imPage > .sweeper { position: absolute; z-index: 1; bottom: 0; left: 0; overflow: hidden; width: 100%; height: 0; transition: all 0.5s;}#imHeader_imMenuObject_02_container > ul > li.imPage > .sweeper .label-wrapper-over { position: absolute; bottom: 0;}#imHeader_imMenuObject_02_container > ul > li.imPage > .sweeper.animated {height: 100%;}#imHeader_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over {background-color: rgba(127, 96, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over .label, #imHeader_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Questrial;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_02_container > ul > li.imLevel > .sweeper { position: absolute; z-index: 1; bottom: 0; left: 0; overflow: hidden; width: 100%; height: 0; transition: all 0.5s;}#imHeader_imMenuObject_02_container > ul > li.imLevel > .sweeper .label-wrapper-over { position: absolute; bottom: 0;}#imHeader_imMenuObject_02_container > ul > li.imLevel > .sweeper.animated {height: 100%;}/* Main menu separator button style */
	#imHeader_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; }
	#imHeader_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imHeader_imMenuObject_02 .imLevel { cursor: default; }
	#imHeader_imMenuObject_02-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_02 { text-align: end; }
	/* Level menu background */
	#imHeader_imMenuObject_02 ul ul { border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px;   box-shadow: 3px 3px 10px 0px rgba(128, 128, 128, 1); background-color: transparent; }
	/* Level menu button size and position */
	#imHeader_imMenuObject_02 ul ul li {position: relative;margin-bottom: 10px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imHeader_imMenuObject_02 .multiple-column > ul {max-width: 150px;}
	#imHeader_imMenuObject_02 ul ul li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_02 ul ul .label-wrapper { display: block; overflow: hidden; width: 142px; height: 41px; padding-block: 0px; padding-inline: 4px; }
	#imHeader_imMenuObject_02 ul ul .label-wrapper:has(:focus-visible) { overflow: visible; }
	#imHeader_imMenuObject_02 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imHeader_imMenuObject_02 ul ul .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02 ul ul .label-wrapper .label, #imHeader_imMenuObject_02 ul ul .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Level menu hover button style */
	#imHeader_imMenuObject_02 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(153, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02 ul ul li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_02 ul ul li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imHeader_imMenuObject_02 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(153, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02 ul ul li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_02 ul ul li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Level menu separator button style */
	#imHeader_imMenuObject_02 ul ul .imMnMnSeparator > .label-wrapper {background-color: rgba(204, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02 ul ul .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_02 ul ul .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imHeader_imMenuObject_02 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(153, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_02 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imHeader_imMenuObject_02 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imHeader_imMenuObject_02 .multiple-column {position: absolute; z-index: 2;inset-inline-start: 0px; }
	#imHeader_imMenuObject_02 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imHeader_imMenuObject_02 .multiple-column > ul > li {display: block;}
	#imHeader_imMenuObject_02_container > ul > li > ul {position: absolute;
	top: 37px;
	}
	#imHeader_imMenuObject_02_container > ul > li > ul.open-bottom { inset-inline-start: 0px; }
	#imHeader_imMenuObject_02_container > ul > li > ul.open-left { inset-inline-end: 109px; }
	#imHeader_imMenuObject_02_container > ul > li > ul.open-right { inset-inline-start: 109px; }
	#imHeader_imMenuObject_02_container > ul > li > ul ul, #imHeader_imMenuObject_02_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imHeader_imMenuObject_02_container  > ul > li > ul ul.open-left, #imHeader_imMenuObject_02_container .multiple-column > ul > li ul.open-left{ inset-inline-end: 150px; }
	#imHeader_imMenuObject_02_container  > ul > li > ul ul.open-right, #imHeader_imMenuObject_02_container .multiple-column > ul > li ul.open-right{ inset-inline-start: 150px; }
	#imHeader_imMenuObject_02 ul ul { display: none; visibility: hidden; opacity: 0; transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;}#imHeader_imMenuObject_02 ul ul li{  opacity: 0; transition: all 0.5s ease-in-out;}#imHeader_imMenuObject_02 ul ul li:nth-child(odd){ transform: translate3d(100%,0,0);}#imHeader_imMenuObject_02 ul ul li:nth-child(even){ transform: translate3d(-100%,0,0);}#imHeader_imMenuObject_02 ul ul.inline-block {display: inline-block; }
	#imHeader_imMenuObject_02 ul ul.animated { visibility: visible; opacity: 1; transition-delay: 0s, 0s; }
	#imHeader_imMenuObject_02 ul ul li.animated { opacity: 1; transform: translate3d(0,0,0); }
	#imHeader_imMenuObject_02_container > ul > li:nth-child(4n+1) {
	margin-inline-start: 0px; 
	clear: left; clear: inline-start; 
	}
	#imHeader_imMenuObject_02_container > ul > li:nth-child(n+5) {
	margin-top: 5px; 
	}
	#imHeader_imMenuObject_02-menu-opened { display: none; }
	#imHeader_imMenuObject_02 .hamburger-component { display: none; }
	#imHeader_imObjectTitle_03_wrapper { position: absolute; top: 0px; inset-inline-start: 70px; width: 250px; height: 60px; text-align: center; z-index: 1003;  }
	#imHeader_imCell_3 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_3 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_03 { 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_3 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_03_text { font-size: 43.1pt; }
	#imHeader_imObjectTitle_03 { width: 100%; }
	#imHeader_imObjectTitle_03_text { margin: 0px; 
	 }
	#imHeader_imObjectImage_07_wrapper { position: absolute; top: 80px; inset-inline-start: 70px; width: 71px; height: 64px; text-align: center; z-index: 1004; overflow: hidden; }
	#imHeader_imObjectImage_07_wrapper img {-webkit-clip-path: inset(0 0 9.859% 0);clip-path: inset(0 0 9.859% 0);}#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_imObjectImage_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_imObjectImage_08_wrapper { position: absolute; top: 80px; inset-inline-start: 150px; width: 69px; height: 69px; text-align: center; z-index: 1005; overflow: hidden; }
	#imHeader_imObjectImage_08_wrapper img {-webkit-clip-path: inset(0 0 0% 0);clip-path: inset(0 0 0% 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_imObjectImage_09_wrapper { position: absolute; top: 80px; inset-inline-start: 230px; width: 69px; height: 64px; text-align: center; z-index: 1006; overflow: hidden; }
	#imHeader_imObjectImage_09_wrapper img {-webkit-clip-path: inset(0 0 7.246% 0);clip-path: inset(0 0 7.246% 0);}#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_imObjectImage_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_pluginAppObj_10_wrapper { position: absolute; top: 105px; inset-inline-start: 485px; width: 177px; height: 25px; text-align: center; z-index: 1007; overflow: hidden; }
	#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_pluginAppObj_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;  }
	
}

@media (max-width: 1054.9px) and (min-width: 960.0px) {
	#imHeader_imMenuObject_02_wrapper { position: absolute; top: 23px; inset-inline-start: 389px; width: 459px; height: 38px; text-align: center; z-index: 1002;  }
	#imHeader_imCell_2 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_2 { grid-template-rows: [row-content] auto ; }
	#imHeader_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; }
	#imHeader_imCellStyleBorders_2 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imHeader_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;}
	#imHeader_imMenuObject_02_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_02_container > ul > li {position: relative;margin-inline-start: 5px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_02_container > ul > li > .label-wrapper, #imHeader_imMenuObject_02_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 99px; height: 37px; padding-block: 0px; padding-inline: 5px; border-width: 0px; border-radius: 7px; }
	#imHeader_imMenuObject_02_container > ul > li > .label-wrapper:has(:focus-visible), #imHeader_imMenuObject_02_container > ul > li > div > .label-wrapper:has(:focus-visible) { overflow: visible; }
	#imHeader_imMenuObject_02 .hamburger-button {cursor: pointer; width: 37px; height: 37px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px; border-radius: 7px; }
	#imHeader_imMenuObject_02 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(255, 255, 255, 1); display: block; }
	#imHeader_imMenuObject_02 .label-inner-wrapper, #imHeader_imMenuObject_02 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_02_container > ul > li .label, #imHeader_imMenuObject_02 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_02_container > ul > li > .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_02_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_02_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(127, 96, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_02 .hamburger-button {background-color: rgba(127, 96, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02 .hamburger-button .label, #imHeader_imMenuObject_02 .hamburger-button button {width: 100%;height: 100%;font-family: Tahoma;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(127, 96, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over {background-color: rgba(127, 96, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over .label, #imHeader_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Questrial;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_02_container > ul > li.imPage > .sweeper { position: absolute; z-index: 1; bottom: 0; left: 0; overflow: hidden; width: 100%; height: 0; transition: all 0.5s;}#imHeader_imMenuObject_02_container > ul > li.imPage > .sweeper .label-wrapper-over { position: absolute; bottom: 0;}#imHeader_imMenuObject_02_container > ul > li.imPage > .sweeper.animated {height: 100%;}#imHeader_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over {background-color: rgba(127, 96, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over .label, #imHeader_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Questrial;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_02_container > ul > li.imLevel > .sweeper { position: absolute; z-index: 1; bottom: 0; left: 0; overflow: hidden; width: 100%; height: 0; transition: all 0.5s;}#imHeader_imMenuObject_02_container > ul > li.imLevel > .sweeper .label-wrapper-over { position: absolute; bottom: 0;}#imHeader_imMenuObject_02_container > ul > li.imLevel > .sweeper.animated {height: 100%;}/* Main menu separator button style */
	#imHeader_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; }
	#imHeader_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imHeader_imMenuObject_02 .imLevel { cursor: default; }
	#imHeader_imMenuObject_02-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_02 { text-align: end; }
	/* Level menu background */
	#imHeader_imMenuObject_02 ul ul { border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px;   box-shadow: 3px 3px 10px 0px rgba(128, 128, 128, 1); background-color: transparent; }
	/* Level menu button size and position */
	#imHeader_imMenuObject_02 ul ul li {position: relative;margin-bottom: 10px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imHeader_imMenuObject_02 .multiple-column > ul {max-width: 150px;}
	#imHeader_imMenuObject_02 ul ul li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_02 ul ul .label-wrapper { display: block; overflow: hidden; width: 142px; height: 41px; padding-block: 0px; padding-inline: 4px; }
	#imHeader_imMenuObject_02 ul ul .label-wrapper:has(:focus-visible) { overflow: visible; }
	#imHeader_imMenuObject_02 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imHeader_imMenuObject_02 ul ul .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02 ul ul .label-wrapper .label, #imHeader_imMenuObject_02 ul ul .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Level menu hover button style */
	#imHeader_imMenuObject_02 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(153, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02 ul ul li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_02 ul ul li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imHeader_imMenuObject_02 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(153, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02 ul ul li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_02 ul ul li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Level menu separator button style */
	#imHeader_imMenuObject_02 ul ul .imMnMnSeparator > .label-wrapper {background-color: rgba(204, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02 ul ul .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_02 ul ul .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imHeader_imMenuObject_02 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(153, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_02 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imHeader_imMenuObject_02 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imHeader_imMenuObject_02 .multiple-column {position: absolute; z-index: 2;inset-inline-start: 0px; }
	#imHeader_imMenuObject_02 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imHeader_imMenuObject_02 .multiple-column > ul > li {display: block;}
	#imHeader_imMenuObject_02_container > ul > li > ul {position: absolute;
	top: 37px;
	}
	#imHeader_imMenuObject_02_container > ul > li > ul.open-bottom { inset-inline-start: 0px; }
	#imHeader_imMenuObject_02_container > ul > li > ul.open-left { inset-inline-end: 109px; }
	#imHeader_imMenuObject_02_container > ul > li > ul.open-right { inset-inline-start: 109px; }
	#imHeader_imMenuObject_02_container > ul > li > ul ul, #imHeader_imMenuObject_02_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imHeader_imMenuObject_02_container  > ul > li > ul ul.open-left, #imHeader_imMenuObject_02_container .multiple-column > ul > li ul.open-left{ inset-inline-end: 150px; }
	#imHeader_imMenuObject_02_container  > ul > li > ul ul.open-right, #imHeader_imMenuObject_02_container .multiple-column > ul > li ul.open-right{ inset-inline-start: 150px; }
	#imHeader_imMenuObject_02 ul ul { display: none; visibility: hidden; opacity: 0; transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;}#imHeader_imMenuObject_02 ul ul li{  opacity: 0; transition: all 0.5s ease-in-out;}#imHeader_imMenuObject_02 ul ul li:nth-child(odd){ transform: translate3d(100%,0,0);}#imHeader_imMenuObject_02 ul ul li:nth-child(even){ transform: translate3d(-100%,0,0);}#imHeader_imMenuObject_02 ul ul.inline-block {display: inline-block; }
	#imHeader_imMenuObject_02 ul ul.animated { visibility: visible; opacity: 1; transition-delay: 0s, 0s; }
	#imHeader_imMenuObject_02 ul ul li.animated { opacity: 1; transform: translate3d(0,0,0); }
	#imHeader_imMenuObject_02_container > ul > li:nth-child(4n+1) {
	margin-inline-start: 0px; 
	clear: left; clear: inline-start; 
	}
	#imHeader_imMenuObject_02_container > ul > li:nth-child(n+5) {
	margin-top: 5px; 
	}
	#imHeader_imMenuObject_02-menu-opened { display: none; }
	#imHeader_imMenuObject_02 .hamburger-component { display: none; }
	#imHeader_imObjectTitle_03_wrapper { position: absolute; top: 0px; inset-inline-start: 70px; width: 250px; height: 60px; text-align: center; z-index: 1003;  }
	#imHeader_imCell_3 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_3 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_03 { 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_3 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_03_text { font-size: 43.1pt; }
	#imHeader_imObjectTitle_03 { width: 100%; }
	#imHeader_imObjectTitle_03_text { margin: 0px; 
	 }
	#imHeader_imObjectImage_07_wrapper { position: absolute; top: 80px; inset-inline-start: 70px; width: 67px; height: 72px; text-align: center; z-index: 1004; overflow: hidden; }
	#imHeader_imObjectImage_07_wrapper img {-webkit-clip-path: inset(0 0 -7.463% 0);clip-path: inset(0 0 -7.463% 0);}#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_imObjectImage_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_imObjectImage_08_wrapper { position: absolute; top: 80px; inset-inline-start: 150px; width: 59px; height: 69px; text-align: center; z-index: 1005; overflow: hidden; }
	#imHeader_imObjectImage_08_wrapper img {-webkit-clip-path: inset(0 0 -16.949% 0);clip-path: inset(0 0 -16.949% 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_imObjectImage_09_wrapper { position: absolute; top: 80px; inset-inline-start: 220px; width: 69px; height: 64px; text-align: center; z-index: 1006; overflow: hidden; }
	#imHeader_imObjectImage_09_wrapper img {-webkit-clip-path: inset(0 0 7.246% 0);clip-path: inset(0 0 7.246% 0);}#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_imObjectImage_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_pluginAppObj_10_wrapper { position: absolute; top: 100px; inset-inline-start: 480px; width: 178px; height: 25px; text-align: center; z-index: 1007; overflow: hidden; }
	#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_pluginAppObj_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;  }
	
}

@media (max-width: 959.9px) and (min-width: 720.0px) {
	#imHeader_imMenuObject_02_wrapper { position: absolute; top: 32px; inset-inline-start: 264px; width: 465px; height: 37px; text-align: center; z-index: 1002;  }
	#imHeader_imCell_2 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_2 { grid-template-rows: [row-content] auto ; }
	#imHeader_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; }
	#imHeader_imCellStyleBorders_2 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imHeader_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;}
	#imHeader_imMenuObject_02_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_02_container > ul > li {position: relative;margin-inline-start: 5px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_02_container > ul > li > .label-wrapper, #imHeader_imMenuObject_02_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 99px; height: 37px; padding-block: 0px; padding-inline: 5px; border-width: 0px; border-radius: 7px; }
	#imHeader_imMenuObject_02_container > ul > li > .label-wrapper:has(:focus-visible), #imHeader_imMenuObject_02_container > ul > li > div > .label-wrapper:has(:focus-visible) { overflow: visible; }
	#imHeader_imMenuObject_02 .hamburger-button {cursor: pointer; width: 37px; height: 37px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px; border-radius: 7px; }
	#imHeader_imMenuObject_02 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(255, 255, 255, 1); display: block; }
	#imHeader_imMenuObject_02 .label-inner-wrapper, #imHeader_imMenuObject_02 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_02_container > ul > li .label, #imHeader_imMenuObject_02 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_02_container > ul > li > .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_02_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_02_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(127, 96, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_02 .hamburger-button {background-color: rgba(127, 96, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02 .hamburger-button .label, #imHeader_imMenuObject_02 .hamburger-button button {width: 100%;height: 100%;font-family: Tahoma;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(127, 96, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over {background-color: rgba(127, 96, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over .label, #imHeader_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Questrial;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_02_container > ul > li.imPage > .sweeper { position: absolute; z-index: 1; bottom: 0; left: 0; overflow: hidden; width: 100%; height: 0; transition: all 0.5s;}#imHeader_imMenuObject_02_container > ul > li.imPage > .sweeper .label-wrapper-over { position: absolute; bottom: 0;}#imHeader_imMenuObject_02_container > ul > li.imPage > .sweeper.animated {height: 100%;}#imHeader_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over {background-color: rgba(127, 96, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over .label, #imHeader_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Questrial;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_02_container > ul > li.imLevel > .sweeper { position: absolute; z-index: 1; bottom: 0; left: 0; overflow: hidden; width: 100%; height: 0; transition: all 0.5s;}#imHeader_imMenuObject_02_container > ul > li.imLevel > .sweeper .label-wrapper-over { position: absolute; bottom: 0;}#imHeader_imMenuObject_02_container > ul > li.imLevel > .sweeper.animated {height: 100%;}/* Main menu separator button style */
	#imHeader_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; }
	#imHeader_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imHeader_imMenuObject_02 .imLevel { cursor: default; }
	#imHeader_imMenuObject_02-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_02 { text-align: end; }
	/* Level menu background */
	#imHeader_imMenuObject_02 ul ul { border: solid; border-block-color: transparent transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px;   box-shadow: 3px 3px 10px 0px rgba(128, 128, 128, 1); background-color: transparent; }
	/* Level menu button size and position */
	#imHeader_imMenuObject_02 ul ul li {position: relative;margin-bottom: 10px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imHeader_imMenuObject_02 .multiple-column > ul {max-width: 150px;}
	#imHeader_imMenuObject_02 ul ul li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_02 ul ul .label-wrapper { display: block; overflow: hidden; width: 142px; height: 41px; padding-block: 0px; padding-inline: 4px; }
	#imHeader_imMenuObject_02 ul ul .label-wrapper:has(:focus-visible) { overflow: visible; }
	#imHeader_imMenuObject_02 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imHeader_imMenuObject_02 ul ul .label-wrapper {background-color: transparent;background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02 ul ul .label-wrapper .label, #imHeader_imMenuObject_02 ul ul .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Level menu hover button style */
	#imHeader_imMenuObject_02 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(153, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02 ul ul li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_02 ul ul li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imHeader_imMenuObject_02 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(153, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02 ul ul li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_02 ul ul li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Level menu separator button style */
	#imHeader_imMenuObject_02 ul ul .imMnMnSeparator > .label-wrapper {background-color: rgba(204, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02 ul ul .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_02 ul ul .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imHeader_imMenuObject_02 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(153, 0, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_02 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: start; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imHeader_imMenuObject_02 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imHeader_imMenuObject_02 .multiple-column {position: absolute; z-index: 2;inset-inline-start: 0px; }
	#imHeader_imMenuObject_02 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imHeader_imMenuObject_02 .multiple-column > ul > li {display: block;}
	#imHeader_imMenuObject_02_container > ul > li > ul {position: absolute;
	top: 37px;
	}
	#imHeader_imMenuObject_02_container > ul > li > ul.open-bottom { inset-inline-start: 0px; }
	#imHeader_imMenuObject_02_container > ul > li > ul.open-left { inset-inline-end: 109px; }
	#imHeader_imMenuObject_02_container > ul > li > ul.open-right { inset-inline-start: 109px; }
	#imHeader_imMenuObject_02_container > ul > li > ul ul, #imHeader_imMenuObject_02_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imHeader_imMenuObject_02_container  > ul > li > ul ul.open-left, #imHeader_imMenuObject_02_container .multiple-column > ul > li ul.open-left{ inset-inline-end: 150px; }
	#imHeader_imMenuObject_02_container  > ul > li > ul ul.open-right, #imHeader_imMenuObject_02_container .multiple-column > ul > li ul.open-right{ inset-inline-start: 150px; }
	#imHeader_imMenuObject_02 ul ul { display: none; visibility: hidden; opacity: 0; transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;}#imHeader_imMenuObject_02 ul ul li{  opacity: 0; transition: all 0.5s ease-in-out;}#imHeader_imMenuObject_02 ul ul li:nth-child(odd){ transform: translate3d(100%,0,0);}#imHeader_imMenuObject_02 ul ul li:nth-child(even){ transform: translate3d(-100%,0,0);}#imHeader_imMenuObject_02 ul ul.inline-block {display: inline-block; }
	#imHeader_imMenuObject_02 ul ul.animated { visibility: visible; opacity: 1; transition-delay: 0s, 0s; }
	#imHeader_imMenuObject_02 ul ul li.animated { opacity: 1; transform: translate3d(0,0,0); }
	#imHeader_imMenuObject_02_container > ul > li:nth-child(4n+1) {
	margin-inline-start: 0px; 
	clear: left; clear: inline-start; 
	}
	#imHeader_imMenuObject_02_container > ul > li:nth-child(n+5) {
	margin-top: 5px; 
	}
	#imHeader_imMenuObject_02-menu-opened { display: none; }
	#imHeader_imMenuObject_02 .hamburger-component { display: none; }
	#imHeader_imObjectTitle_03_wrapper { position: absolute; top: 5px; inset-inline-start: 12px; width: 250px; height: 60px; text-align: center; z-index: 1003;  }
	#imHeader_imCell_3 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_3 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_03 { 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_3 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_03_text { font-size: 43.1pt; }
	#imHeader_imObjectTitle_03 { width: 100%; }
	#imHeader_imObjectTitle_03_text { margin: 0px; 
	 }
	#imHeader_imObjectImage_07_wrapper { position: absolute; top: 90px; inset-inline-start: 20px; width: 74px; height: 69px; text-align: center; z-index: 1004; overflow: hidden; }
	#imHeader_imObjectImage_07_wrapper img {-webkit-clip-path: inset(0 0 6.757% 0);clip-path: inset(0 0 6.757% 0);}#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_imObjectImage_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_imObjectImage_08_wrapper { position: absolute; top: 90px; inset-inline-start: 110px; width: 69px; height: 69px; text-align: center; z-index: 1005; overflow: hidden; }
	#imHeader_imObjectImage_08_wrapper img {-webkit-clip-path: inset(0 0 0% 0);clip-path: inset(0 0 0% 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_imObjectImage_09_wrapper { position: absolute; top: 90px; inset-inline-start: 200px; width: 69px; height: 74px; text-align: center; z-index: 1006; overflow: hidden; }
	#imHeader_imObjectImage_09_wrapper img {-webkit-clip-path: inset(0 0 -7.246% 0);clip-path: inset(0 0 -7.246% 0);}#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_imObjectImage_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_pluginAppObj_10_wrapper { position: absolute; top: 89px; inset-inline-start: 395px; width: 179px; height: 25px; text-align: center; z-index: 1007; overflow: hidden; }
	#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_pluginAppObj_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;  }
	
}

@media (max-width: 719.9px) and (min-width: 480.0px) {
	#imHeader_imMenuObject_02_wrapper { position: absolute; top: 30px; inset-inline-start: 360px; width: 34px; height: 34px; text-align: center; z-index: 1002;  }
	#imHeader_imCell_2 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_2 { grid-template-rows: [row-content] auto ; }
	#imHeader_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; }
	#imHeader_imCellStyleBorders_2 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imHeader_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;}
	#imHeader_imMenuObject_02_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_02_container > ul > li {position: relative;margin-inline-start: 5px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_02_container > ul > li > .label-wrapper, #imHeader_imMenuObject_02_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 99px; height: 37px; padding-block: 0px; padding-inline: 5px; border-width: 0px; border-radius: 7px; }
	#imHeader_imMenuObject_02_container > ul > li > .label-wrapper:has(:focus-visible), #imHeader_imMenuObject_02_container > ul > li > div > .label-wrapper:has(:focus-visible) { overflow: visible; }
	#imHeader_imMenuObject_02 .hamburger-button {cursor: pointer; width: 37px; height: 37px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px; border-radius: 7px; }
	#imHeader_imMenuObject_02 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(255, 255, 255, 1); display: block; }
	#imHeader_imMenuObject_02 .label-inner-wrapper, #imHeader_imMenuObject_02 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_02_container > ul > li .label, #imHeader_imMenuObject_02 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_02_container > ul > li > .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_02_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_02_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(127, 96, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_02 .hamburger-button {background-color: rgba(127, 96, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02 .hamburger-button .label, #imHeader_imMenuObject_02 .hamburger-button button {width: 100%;height: 100%;font-family: Tahoma;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(127, 96, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over {background-color: rgba(127, 96, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over .label, #imHeader_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Questrial;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_02_container > ul > li.imPage > .sweeper { position: absolute; z-index: 1; bottom: 0; left: 0; overflow: hidden; width: 100%; height: 0; transition: all 0.5s;}#imHeader_imMenuObject_02_container > ul > li.imPage > .sweeper .label-wrapper-over { position: absolute; bottom: 0;}#imHeader_imMenuObject_02_container > ul > li.imPage > .sweeper.animated {height: 100%;}#imHeader_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over {background-color: rgba(127, 96, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over .label, #imHeader_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Questrial;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_02_container > ul > li.imLevel > .sweeper { position: absolute; z-index: 1; bottom: 0; left: 0; overflow: hidden; width: 100%; height: 0; transition: all 0.5s;}#imHeader_imMenuObject_02_container > ul > li.imLevel > .sweeper .label-wrapper-over { position: absolute; bottom: 0;}#imHeader_imMenuObject_02_container > ul > li.imLevel > .sweeper.animated {height: 100%;}/* Main menu separator button style */
	#imHeader_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; }
	#imHeader_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imHeader_imMenuObject_02 .imLevel { cursor: default; }
	#imHeader_imMenuObject_02-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_02 { text-align: end; }
	#imHeader_imMenuObject_02 .hidden { display: none; }
	#imHeader_imMenuObject_02-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_02-menu-opened ul ul { display: none; }
	#imHeader_imMenuObject_02-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_02-menu-opened #imHeader_imMenuObject_02_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_02-menu-opened #imHeader_imMenuObject_02_container-menu-opened > ul { position: absolute; inset-inline-end: 0px; inset-inline-start: auto;  top: 40px; background-color: rgba(255, 255, 255, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_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); }
	#imHeader_imMenuObject_02-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_02-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-end: 0px; width: 100px; border: solid; border-block-color: rgba(166, 28, 0, 1) transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px; ;  box-shadow: 3px 3px 5px 0px rgba(128, 128, 128, 1); }
	#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_02-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: transparent; opacity: 0;}
	.menu-imHeader_imMenuObject_02-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_02 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_02-menu-opened li {position: relative;margin-bottom: 11px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_02-menu-opened li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_02-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 80px; height: 41px; padding-block: 0px; padding-inline: 10px; }
	#imHeader_imMenuObject_02-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_02-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_02-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 100px;inset-inline-end: 0px; inset-inline-start: auto; background-color: rgba(255, 255, 255, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_02-menu-opened ul > li > .label-wrapper {background-color: rgba(127, 96, 0, 1);background-image: none;}
	#imHeader_imMenuObject_02-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_02-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_02-menu-opened ul ul > li > .label-wrapper {background-color: rgba(127, 96, 0, 1);background-image: none;}
	#imHeader_imMenuObject_02-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_02-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_02-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(127, 96, 0, 1);background-image: none;}
	#imHeader_imMenuObject_02-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_02-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_02-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(127, 96, 0, 1);background-image: none;}
	#imHeader_imMenuObject_02-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_02-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;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_02-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(255, 255, 255, 1);background-image: none;}
	#imHeader_imMenuObject_02-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_02-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_02-menu-opened #imHeader_imMenuObject_02_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(255, 255, 255, 1);background-image: none;}
	#imHeader_imMenuObject_02-menu-opened #imHeader_imMenuObject_02_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_02-menu-opened #imHeader_imMenuObject_02_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imHeader_imMenuObject_02-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(255, 255, 255, 1);background-image: none;}
	#imHeader_imMenuObject_02-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_02-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_02-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;}
	#imHeader_imMenuObject_02-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_02-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_02-menu-opened {  transform: translate3d(100px, 0 ,0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_02-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_imObjectTitle_03_wrapper { position: absolute; top: 9px; inset-inline-start: 8px; width: 212px; height: 74px; text-align: center; z-index: 1003;  }
	#imHeader_imCell_3 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_3 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_03 { 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_3 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imObjectTitle_03_text { font-size: 36.55pt; }
	#imHeader_imObjectTitle_03 { width: 100%; }
	#imHeader_imObjectTitle_03_text { margin: 0px; 
	 }
	#imHeader_imObjectImage_07_wrapper { position: absolute; top: 85px; inset-inline-start: 18px; width: 50px; height: 54px; text-align: center; z-index: 1004; overflow: hidden; }
	#imHeader_imObjectImage_07_wrapper img {-webkit-clip-path: inset(0 0 -8% 0);clip-path: inset(0 0 -8% 0);}#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_imObjectImage_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_imObjectImage_08_wrapper { position: absolute; top: 85px; inset-inline-start: 68px; width: 50px; height: 53px; text-align: center; z-index: 1005; overflow: hidden; }
	#imHeader_imObjectImage_08_wrapper img {-webkit-clip-path: inset(0 0 -6% 0);clip-path: inset(0 0 -6% 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_imObjectImage_09_wrapper { position: absolute; top: 85px; inset-inline-start: 120px; width: 53px; height: 52px; text-align: center; z-index: 1006; overflow: hidden; }
	#imHeader_imObjectImage_09_wrapper img {-webkit-clip-path: inset(0 0 1.887% 0);clip-path: inset(0 0 1.887% 0);}#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_imObjectImage_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_pluginAppObj_10_wrapper { position: absolute; top: 90px; inset-inline-start: 284px; width: 172px; height: 25px; text-align: center; z-index: 1007; overflow: hidden; }
	#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_pluginAppObj_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;  }
	
}

@media (max-width: 479.9px)  {
	#imHeader_imMenuObject_02_wrapper { position: absolute; top: 97px; inset-inline-start: 261px; width: 39px; height: 38px; text-align: center; z-index: 1002;  }
	#imHeader_imCell_2 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_2 { grid-template-rows: [row-content] auto ; }
	#imHeader_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; }
	#imHeader_imCellStyleGraphics_2 { box-sizing: border-box; }
	/* Main menu background */
	#imHeader_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;}
	#imHeader_imMenuObject_02_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_02_container > ul > li {position: relative;margin-inline-start: 5px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_02_container > ul > li > .label-wrapper, #imHeader_imMenuObject_02_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 99px; height: 37px; padding-block: 0px; padding-inline: 5px; border-width: 0px; border-radius: 7px; }
	#imHeader_imMenuObject_02_container > ul > li > .label-wrapper:has(:focus-visible), #imHeader_imMenuObject_02_container > ul > li > div > .label-wrapper:has(:focus-visible) { overflow: visible; }
	#imHeader_imMenuObject_02 .hamburger-button {cursor: pointer; width: 37px; height: 37px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px; border-radius: 7px; }
	#imHeader_imMenuObject_02 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(255, 255, 255, 1); display: block; }
	#imHeader_imMenuObject_02 .label-inner-wrapper, #imHeader_imMenuObject_02 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_02_container > ul > li .label, #imHeader_imMenuObject_02 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_02_container > ul > li > .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_02_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_02_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(127, 96, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_02 .hamburger-button {background-color: rgba(127, 96, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02 .hamburger-button .label, #imHeader_imMenuObject_02 .hamburger-button button {width: 100%;height: 100%;font-family: Tahoma;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(127, 96, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over {background-color: rgba(127, 96, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over .label, #imHeader_imMenuObject_02_container > ul > li.imPage >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Questrial;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_02_container > ul > li.imPage > .sweeper { position: absolute; z-index: 1; bottom: 0; left: 0; overflow: hidden; width: 100%; height: 0; transition: all 0.5s;}#imHeader_imMenuObject_02_container > ul > li.imPage > .sweeper .label-wrapper-over { position: absolute; bottom: 0;}#imHeader_imMenuObject_02_container > ul > li.imPage > .sweeper.animated {height: 100%;}#imHeader_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over {background-color: rgba(127, 96, 0, 1);background-image: none;border-block-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-inline-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1); border-style: solid; }
	#imHeader_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over .label, #imHeader_imMenuObject_02_container > ul > li.imLevel >.sweeper > .label-wrapper-over button {width: 100%;height: 100%;font-family: Questrial;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_02_container > ul > li.imLevel > .sweeper { position: absolute; z-index: 1; bottom: 0; left: 0; overflow: hidden; width: 100%; height: 0; transition: all 0.5s;}#imHeader_imMenuObject_02_container > ul > li.imLevel > .sweeper .label-wrapper-over { position: absolute; bottom: 0;}#imHeader_imMenuObject_02_container > ul > li.imLevel > .sweeper.animated {height: 100%;}/* Main menu separator button style */
	#imHeader_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; }
	#imHeader_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(37, 58, 88, 1);font-weight: normal;}
	#imHeader_imMenuObject_02 .imLevel { cursor: default; }
	#imHeader_imMenuObject_02-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_02 { text-align: end; }
	#imHeader_imMenuObject_02 .hidden { display: none; }
	#imHeader_imMenuObject_02-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_02-menu-opened ul ul { display: none; }
	#imHeader_imMenuObject_02-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_02-menu-opened #imHeader_imMenuObject_02_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_02-menu-opened #imHeader_imMenuObject_02_container-menu-opened > ul { position: absolute; inset-inline-end: 0px; inset-inline-start: auto;  top: 40px; background-color: rgba(255, 255, 255, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_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); }
	#imHeader_imMenuObject_02-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_02-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-end: 0px; width: 100px; border: solid; border-block-color: rgba(166, 28, 0, 1) transparent; border-inline-color: transparent transparent; border-width: 0px; border-radius: 0px; ;  box-shadow: 3px 3px 5px 0px rgba(128, 128, 128, 1); }
	#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_02-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: transparent; opacity: 0;}
	.menu-imHeader_imMenuObject_02-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_02 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_02-menu-opened li {position: relative;margin-bottom: 11px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_02-menu-opened li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_02-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 80px; height: 41px; padding-block: 0px; padding-inline: 10px; }
	#imHeader_imMenuObject_02-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_02-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_02-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 100px;inset-inline-end: 0px; inset-inline-start: auto; background-color: rgba(255, 255, 255, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_02-menu-opened ul > li > .label-wrapper {background-color: rgba(127, 96, 0, 1);background-image: none;}
	#imHeader_imMenuObject_02-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_02-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_02-menu-opened ul ul > li > .label-wrapper {background-color: rgba(127, 96, 0, 1);background-image: none;}
	#imHeader_imMenuObject_02-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_02-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_02-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(127, 96, 0, 1);background-image: none;}
	#imHeader_imMenuObject_02-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_02-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_02-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(127, 96, 0, 1);background-image: none;}
	#imHeader_imMenuObject_02-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_02-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;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_02-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(255, 255, 255, 1);background-image: none;}
	#imHeader_imMenuObject_02-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_02-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_02-menu-opened #imHeader_imMenuObject_02_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(255, 255, 255, 1);background-image: none;}
	#imHeader_imMenuObject_02-menu-opened #imHeader_imMenuObject_02_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_02-menu-opened #imHeader_imMenuObject_02_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imHeader_imMenuObject_02-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(255, 255, 255, 1);background-image: none;}
	#imHeader_imMenuObject_02-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_02-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_02-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;}
	#imHeader_imMenuObject_02-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_02-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Questrial;font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_02-menu-opened {  transform: translate3d(100px, 0 ,0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_02-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_imObjectTitle_03_wrapper { position: absolute; top: 4px; inset-inline-start: 1px; width: 249px; height: 67px; text-align: center; z-index: 1003;  }
	#imHeader_imCell_3 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_3 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_03 { 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_3 { box-sizing: border-box; }
	#imHeader_imObjectTitle_03_text { font-size: 42.93pt; }
	#imHeader_imObjectTitle_03 { width: 100%; }
	#imHeader_imObjectTitle_03_text { margin: 0px; 
	 }
	#imHeader_imObjectImage_07_wrapper { position: absolute; top: 62px; inset-inline-start: -2px; width: 63px; height: 57px; text-align: center; z-index: 1004; overflow: hidden; }
	#imHeader_imObjectImage_07_wrapper img {-webkit-clip-path: inset(0 0 9.524% 0);clip-path: inset(0 0 9.524% 0);}#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_imObjectImage_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_imObjectImage_08_wrapper { position: absolute; top: 59px; inset-inline-start: 61px; width: 67px; height: 56px; text-align: center; z-index: 1005; overflow: hidden; }
	#imHeader_imObjectImage_08_wrapper img {-webkit-clip-path: inset(0 0 16.418% 0);clip-path: inset(0 0 16.418% 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_imObjectImage_09_wrapper { position: absolute; top: 62px; inset-inline-start: 130px; width: 64px; height: 58px; text-align: center; z-index: 1006; overflow: hidden; }
	#imHeader_imObjectImage_09_wrapper img {-webkit-clip-path: inset(0 0 9.375% 0);clip-path: inset(0 0 9.375% 0);}#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_imObjectImage_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_pluginAppObj_10_wrapper { position: absolute; top: 63px; inset-inline-start: 172px; width: 189px; height: 25px; text-align: center; z-index: 1007; overflow: hidden; }
	#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_pluginAppObj_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; }
	
}

@media (min-width: 1150.0px) {
	#imFooter_imObjectImage_01_wrapper { position: absolute; top: 27px; inset-inline-start: 33px; width: 150px; height: 150px; text-align: center; z-index: 1002; overflow: hidden; }
	#imFooter_imObjectImage_01_wrapper img {-webkit-clip-path: inset(0 0 -3.448% 0);clip-path: inset(0 0 -3.448% 0);}#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_imObjectImage_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_imObjectImage_04_wrapper { position: absolute; top: 31px; inset-inline-start: 208px; width: 100px; height: 138px; text-align: center; z-index: 1003; overflow: hidden; }
	#imFooter_imObjectImage_04_wrapper img {-webkit-clip-path: inset(0 0 -0.73% 0);clip-path: inset(0 0 -0.73% 0);}#imFooter_imCell_4 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_4 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_04 { 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_4 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_07_wrapper { position: absolute; top: 110px; inset-inline-start: 330px; width: 150px; height: 40px; text-align: center; z-index: 1004; overflow: hidden; }
	#imFooter_imObjectImage_07_wrapper img {-webkit-clip-path: inset(0 0 -5.263% 0);clip-path: inset(0 0 -5.263% 0);}#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_imObjectImage_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_imObjectImage_08_wrapper { position: absolute; top: 10px; inset-inline-start: 500px; width: 150px; height: 167px; text-align: center; z-index: 1005; overflow: hidden; }
	#imFooter_imObjectImage_08_wrapper img {-webkit-clip-path: inset(0 0 -7.742% 0);clip-path: inset(0 0 -7.742% 0);}#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_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; }
	#imFooter_imCellStyleBorders_8 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_15_wrapper { position: absolute; top: 15px; inset-inline-start: 671px; width: 81px; height: 77px; text-align: center; z-index: 1006; overflow: hidden; }
	#imFooter_imObjectImage_15_wrapper img {-webkit-clip-path: inset(0 0 4.938% 0);clip-path: inset(0 0 4.938% 0);}#imFooter_imCell_15 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_15 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_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; }
	#imFooter_imCellStyleBorders_15 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_16_wrapper { position: absolute; top: 15px; inset-inline-start: 765px; width: 75px; height: 77px; text-align: center; z-index: 1007; overflow: hidden; }
	#imFooter_imObjectImage_16_wrapper img {-webkit-clip-path: inset(0 0 -2.667% 0);clip-path: inset(0 0 -2.667% 0);}#imFooter_imCell_16 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_16 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_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; }
	#imFooter_imCellStyleBorders_16 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_17_wrapper { position: absolute; top: 20px; inset-inline-start: 852px; width: 72px; height: 75px; text-align: center; z-index: 1008; overflow: hidden; }
	#imFooter_imObjectImage_17_wrapper img {-webkit-clip-path: inset(0 0 -4.167% 0);clip-path: inset(0 0 -4.167% 0);}#imFooter_imCell_17 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_17 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_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; }
	#imFooter_imCellStyleBorders_17 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_19_wrapper { position: absolute; top: 30px; inset-inline-start: 330px; width: 150px; height: 50px; text-align: center; z-index: 1009; overflow: hidden; }
	#imFooter_imObjectImage_19_wrapper img {-webkit-clip-path: inset(0 0 3.846% 0);clip-path: inset(0 0 3.846% 0);}#imFooter_imCell_19 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_19 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_19 { 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_19 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_20_wrapper { position: absolute; top: 200px; inset-inline-start: 30px; width: 150px; height: 100px; text-align: center; z-index: 1010; overflow: hidden; }
	#imFooter_imObjectImage_20_wrapper img {-webkit-clip-path: inset(0 0 -Infinity% 0);clip-path: inset(0 0 -Infinity% 0);}#imFooter_imObjectImage_21_wrapper { position: absolute; top: 200px; inset-inline-start: 30px; width: 150px; height: 100px; text-align: center; z-index: 1011; overflow: hidden; }
	#imFooter_imObjectImage_21_wrapper img {-webkit-clip-path: inset(0 0 -Infinity% 0);clip-path: inset(0 0 -Infinity% 0);}
}

@media (max-width: 1149.9px) and (min-width: 1126.0px) {
	#imFooter_imObjectImage_01_wrapper { position: absolute; top: 5px; inset-inline-start: 12px; width: 150px; height: 148px; text-align: center; z-index: 1002; overflow: hidden; }
	#imFooter_imObjectImage_01_wrapper img {-webkit-clip-path: inset(0 0 -2.069% 0);clip-path: inset(0 0 -2.069% 0);}#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_imObjectImage_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_imObjectImage_04_wrapper { position: absolute; top: 10px; inset-inline-start: 170px; width: 150px; height: 203px; text-align: center; z-index: 1003; overflow: hidden; }
	#imFooter_imObjectImage_04_wrapper img {-webkit-clip-path: inset(0 0 0.976% 0);clip-path: inset(0 0 0.976% 0);}#imFooter_imCell_4 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_4 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_04 { 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_4 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_07_wrapper { position: absolute; top: 70px; inset-inline-start: 330px; width: 150px; height: 38px; text-align: center; z-index: 1004; overflow: hidden; }
	#imFooter_imObjectImage_07_wrapper img {-webkit-clip-path: inset(0 0 0% 0);clip-path: inset(0 0 0% 0);}#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_imObjectImage_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_imObjectImage_08_wrapper { position: absolute; top: 10px; inset-inline-start: 490px; width: 146px; height: 150px; text-align: center; z-index: 1005; overflow: hidden; }
	#imFooter_imObjectImage_08_wrapper img {-webkit-clip-path: inset(0 0 0.662% 0);clip-path: inset(0 0 0.662% 0);}#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_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; }
	#imFooter_imCellStyleBorders_8 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_15_wrapper { position: absolute; top: 30px; inset-inline-start: 650px; width: 86px; height: 87px; text-align: center; z-index: 1006; overflow: hidden; }
	#imFooter_imObjectImage_15_wrapper img {-webkit-clip-path: inset(0 0 -1.163% 0);clip-path: inset(0 0 -1.163% 0);}#imFooter_imCell_15 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_15 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_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; }
	#imFooter_imCellStyleBorders_15 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_16_wrapper { position: absolute; top: 30px; inset-inline-start: 750px; width: 82px; height: 87px; text-align: center; z-index: 1007; overflow: hidden; }
	#imFooter_imObjectImage_16_wrapper img {-webkit-clip-path: inset(0 0 -6.098% 0);clip-path: inset(0 0 -6.098% 0);}#imFooter_imCell_16 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_16 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_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; }
	#imFooter_imCellStyleBorders_16 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_17_wrapper { position: absolute; top: 30px; inset-inline-start: 850px; width: 89px; height: 86px; text-align: center; z-index: 1008; overflow: hidden; }
	#imFooter_imObjectImage_17_wrapper img {-webkit-clip-path: inset(0 0 3.371% 0);clip-path: inset(0 0 3.371% 0);}#imFooter_imCell_17 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_17 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_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; }
	#imFooter_imCellStyleBorders_17 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_19_wrapper { position: absolute; top: 10px; inset-inline-start: 330px; width: 150px; height: 50px; text-align: center; z-index: 1009; overflow: hidden; }
	#imFooter_imObjectImage_19_wrapper img {-webkit-clip-path: inset(0 0 3.846% 0);clip-path: inset(0 0 3.846% 0);}#imFooter_imCell_19 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_19 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_19 { 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_19 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_20_wrapper { position: absolute; top: 200px; inset-inline-start: 30px; width: 150px; height: 100px; text-align: center; z-index: 1010; overflow: hidden; }
	#imFooter_imObjectImage_20_wrapper img {-webkit-clip-path: inset(0 0 -Infinity% 0);clip-path: inset(0 0 -Infinity% 0);}#imFooter_imObjectImage_21_wrapper { position: absolute; top: 200px; inset-inline-start: 30px; width: 150px; height: 100px; text-align: center; z-index: 1011; overflow: hidden; }
	#imFooter_imObjectImage_21_wrapper img {-webkit-clip-path: inset(0 0 -Infinity% 0);clip-path: inset(0 0 -Infinity% 0);}
}

@media (max-width: 1125.9px) and (min-width: 1102.0px) {
	#imFooter_imObjectImage_01_wrapper { position: absolute; top: 20px; inset-inline-start: 20px; width: 120px; height: 120px; text-align: center; z-index: 1002; overflow: hidden; }
	#imFooter_imObjectImage_01_wrapper img {-webkit-clip-path: inset(0 0 -3.448% 0);clip-path: inset(0 0 -3.448% 0);}#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_imObjectImage_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_imObjectImage_04_wrapper { position: absolute; top: 20px; inset-inline-start: 150px; width: 90px; height: 120px; text-align: center; z-index: 1003; overflow: hidden; }
	#imFooter_imObjectImage_04_wrapper img {-webkit-clip-path: inset(0 0 2.439% 0);clip-path: inset(0 0 2.439% 0);}#imFooter_imCell_4 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_4 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_04 { 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_4 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_07_wrapper { position: absolute; top: 80px; inset-inline-start: 350px; width: 150px; height: 40px; text-align: center; z-index: 1004; overflow: hidden; }
	#imFooter_imObjectImage_07_wrapper img {-webkit-clip-path: inset(0 0 -5.263% 0);clip-path: inset(0 0 -5.263% 0);}#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_imObjectImage_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_imObjectImage_08_wrapper { position: absolute; top: 20px; inset-inline-start: 250px; width: 80px; height: 80px; text-align: center; z-index: 1005; overflow: hidden; }
	#imFooter_imObjectImage_08_wrapper img {-webkit-clip-path: inset(0 0 3.614% 0);clip-path: inset(0 0 3.614% 0);}#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_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; }
	#imFooter_imCellStyleBorders_8 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_15_wrapper { position: absolute; top: 50px; inset-inline-start: 540px; width: 80px; height: 80px; text-align: center; z-index: 1006; overflow: hidden; }
	#imFooter_imObjectImage_15_wrapper img {-webkit-clip-path: inset(0 0 0% 0);clip-path: inset(0 0 0% 0);}#imFooter_imCell_15 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_15 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_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; }
	#imFooter_imCellStyleBorders_15 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_16_wrapper { position: absolute; top: 50px; inset-inline-start: 630px; width: 79px; height: 79px; text-align: center; z-index: 1007; overflow: hidden; }
	#imFooter_imObjectImage_16_wrapper img {-webkit-clip-path: inset(0 0 0% 0);clip-path: inset(0 0 0% 0);}#imFooter_imCell_16 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_16 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_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; }
	#imFooter_imCellStyleBorders_16 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_17_wrapper { position: absolute; top: 50px; inset-inline-start: 720px; width: 79px; height: 84px; text-align: center; z-index: 1008; overflow: hidden; }
	#imFooter_imObjectImage_17_wrapper img {-webkit-clip-path: inset(0 0 -6.329% 0);clip-path: inset(0 0 -6.329% 0);}#imFooter_imCell_17 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_17 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_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; }
	#imFooter_imCellStyleBorders_17 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_19_wrapper { position: absolute; top: 20px; inset-inline-start: 350px; width: 150px; height: 50px; text-align: center; z-index: 1009; overflow: hidden; }
	#imFooter_imObjectImage_19_wrapper img {-webkit-clip-path: inset(0 0 3.846% 0);clip-path: inset(0 0 3.846% 0);}#imFooter_imCell_19 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_19 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_19 { 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_19 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_20_wrapper { position: absolute; top: 200px; inset-inline-start: 30px; width: 150px; height: 100px; text-align: center; z-index: 1010; overflow: hidden; }
	#imFooter_imObjectImage_20_wrapper img {-webkit-clip-path: inset(0 0 -Infinity% 0);clip-path: inset(0 0 -Infinity% 0);}#imFooter_imObjectImage_21_wrapper { position: absolute; top: 200px; inset-inline-start: 30px; width: 150px; height: 100px; text-align: center; z-index: 1011; overflow: hidden; }
	#imFooter_imObjectImage_21_wrapper img {-webkit-clip-path: inset(0 0 -Infinity% 0);clip-path: inset(0 0 -Infinity% 0);}
}

@media (max-width: 1101.9px) and (min-width: 1055.0px) {
	#imFooter_imObjectImage_01_wrapper { position: absolute; top: 10px; inset-inline-start: 10px; width: 120px; height: 120px; text-align: center; z-index: 1002; overflow: hidden; }
	#imFooter_imObjectImage_01_wrapper img {-webkit-clip-path: inset(0 0 -3.448% 0);clip-path: inset(0 0 -3.448% 0);}#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_imObjectImage_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_imObjectImage_04_wrapper { position: absolute; top: 10px; inset-inline-start: 150px; width: 100px; height: 140px; text-align: center; z-index: 1003; overflow: hidden; }
	#imFooter_imObjectImage_04_wrapper img {-webkit-clip-path: inset(0 0 -2.19% 0);clip-path: inset(0 0 -2.19% 0);}#imFooter_imCell_4 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_4 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_04 { 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_4 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_07_wrapper { position: absolute; top: 70px; inset-inline-start: 370px; width: 150px; height: 40px; text-align: center; z-index: 1004; overflow: hidden; }
	#imFooter_imObjectImage_07_wrapper img {-webkit-clip-path: inset(0 0 -5.263% 0);clip-path: inset(0 0 -5.263% 0);}#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_imObjectImage_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_imObjectImage_08_wrapper { position: absolute; top: 10px; inset-inline-start: 270px; width: 80px; height: 90px; text-align: center; z-index: 1005; overflow: hidden; }
	#imFooter_imObjectImage_08_wrapper img {-webkit-clip-path: inset(0 0 -8.434% 0);clip-path: inset(0 0 -8.434% 0);}#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_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; }
	#imFooter_imCellStyleBorders_8 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_15_wrapper { position: absolute; top: 60px; inset-inline-start: 540px; width: 80px; height: 80px; text-align: center; z-index: 1006; overflow: hidden; }
	#imFooter_imObjectImage_15_wrapper img {-webkit-clip-path: inset(0 0 0% 0);clip-path: inset(0 0 0% 0);}#imFooter_imCell_15 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_15 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_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; }
	#imFooter_imCellStyleBorders_15 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_16_wrapper { position: absolute; top: 60px; inset-inline-start: 630px; width: 79px; height: 79px; text-align: center; z-index: 1007; overflow: hidden; }
	#imFooter_imObjectImage_16_wrapper img {-webkit-clip-path: inset(0 0 0% 0);clip-path: inset(0 0 0% 0);}#imFooter_imCell_16 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_16 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_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; }
	#imFooter_imCellStyleBorders_16 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_17_wrapper { position: absolute; top: 60px; inset-inline-start: 720px; width: 79px; height: 74px; text-align: center; z-index: 1008; overflow: hidden; }
	#imFooter_imObjectImage_17_wrapper img {-webkit-clip-path: inset(0 0 6.329% 0);clip-path: inset(0 0 6.329% 0);}#imFooter_imCell_17 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_17 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_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; }
	#imFooter_imCellStyleBorders_17 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_19_wrapper { position: absolute; top: 10px; inset-inline-start: 370px; width: 150px; height: 50px; text-align: center; z-index: 1009; overflow: hidden; }
	#imFooter_imObjectImage_19_wrapper img {-webkit-clip-path: inset(0 0 3.846% 0);clip-path: inset(0 0 3.846% 0);}#imFooter_imCell_19 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_19 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_19 { 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_19 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_20_wrapper { position: absolute; top: 200px; inset-inline-start: 30px; width: 150px; height: 100px; text-align: center; z-index: 1010; overflow: hidden; }
	#imFooter_imObjectImage_20_wrapper img {-webkit-clip-path: inset(0 0 -Infinity% 0);clip-path: inset(0 0 -Infinity% 0);}#imFooter_imObjectImage_21_wrapper { position: absolute; top: 200px; inset-inline-start: 30px; width: 150px; height: 100px; text-align: center; z-index: 1011; overflow: hidden; }
	#imFooter_imObjectImage_21_wrapper img {-webkit-clip-path: inset(0 0 -Infinity% 0);clip-path: inset(0 0 -Infinity% 0);}
}

@media (max-width: 1054.9px) and (min-width: 960.0px) {
	#imFooter_imObjectImage_01_wrapper { position: absolute; top: 20px; inset-inline-start: 30px; width: 120px; height: 120px; text-align: center; z-index: 1002; overflow: hidden; }
	#imFooter_imObjectImage_01_wrapper img {-webkit-clip-path: inset(0 0 -3.448% 0);clip-path: inset(0 0 -3.448% 0);}#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_imObjectImage_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_imObjectImage_04_wrapper { position: absolute; top: 10px; inset-inline-start: 180px; width: 100px; height: 130px; text-align: center; z-index: 1003; overflow: hidden; }
	#imFooter_imObjectImage_04_wrapper img {-webkit-clip-path: inset(0 0 5.109% 0);clip-path: inset(0 0 5.109% 0);}#imFooter_imCell_4 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_4 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_04 { 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_4 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_07_wrapper { position: absolute; top: 70px; inset-inline-start: 420px; width: 150px; height: 40px; text-align: center; z-index: 1004; overflow: hidden; }
	#imFooter_imObjectImage_07_wrapper img {-webkit-clip-path: inset(0 0 -5.263% 0);clip-path: inset(0 0 -5.263% 0);}#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_imObjectImage_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_imObjectImage_08_wrapper { position: absolute; top: 10px; inset-inline-start: 310px; width: 80px; height: 80px; text-align: center; z-index: 1005; overflow: hidden; }
	#imFooter_imObjectImage_08_wrapper img {-webkit-clip-path: inset(0 0 3.614% 0);clip-path: inset(0 0 3.614% 0);}#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_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; }
	#imFooter_imCellStyleBorders_8 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_15_wrapper { position: absolute; top: 70px; inset-inline-start: 590px; width: 70px; height: 70px; text-align: center; z-index: 1006; overflow: hidden; }
	#imFooter_imObjectImage_15_wrapper img {-webkit-clip-path: inset(0 0 0% 0);clip-path: inset(0 0 0% 0);}#imFooter_imCell_15 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_15 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_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; }
	#imFooter_imCellStyleBorders_15 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_16_wrapper { position: absolute; top: 70px; inset-inline-start: 670px; width: 69px; height: 69px; text-align: center; z-index: 1007; overflow: hidden; }
	#imFooter_imObjectImage_16_wrapper img {-webkit-clip-path: inset(0 0 0% 0);clip-path: inset(0 0 0% 0);}#imFooter_imCell_16 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_16 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_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; }
	#imFooter_imCellStyleBorders_16 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_17_wrapper { position: absolute; top: 70px; inset-inline-start: 750px; width: 69px; height: 74px; text-align: center; z-index: 1008; overflow: hidden; }
	#imFooter_imObjectImage_17_wrapper img {-webkit-clip-path: inset(0 0 -7.246% 0);clip-path: inset(0 0 -7.246% 0);}#imFooter_imCell_17 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_17 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_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; }
	#imFooter_imCellStyleBorders_17 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_19_wrapper { position: absolute; top: 10px; inset-inline-start: 420px; width: 150px; height: 50px; text-align: center; z-index: 1009; overflow: hidden; }
	#imFooter_imObjectImage_19_wrapper img {-webkit-clip-path: inset(0 0 3.846% 0);clip-path: inset(0 0 3.846% 0);}#imFooter_imCell_19 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_19 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_19 { 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_19 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_20_wrapper { position: absolute; top: 200px; inset-inline-start: 30px; width: 150px; height: 100px; text-align: center; z-index: 1010; overflow: hidden; }
	#imFooter_imObjectImage_20_wrapper img {-webkit-clip-path: inset(0 0 -Infinity% 0);clip-path: inset(0 0 -Infinity% 0);}#imFooter_imObjectImage_21_wrapper { position: absolute; top: 200px; inset-inline-start: 30px; width: 150px; height: 100px; text-align: center; z-index: 1011; overflow: hidden; }
	#imFooter_imObjectImage_21_wrapper img {-webkit-clip-path: inset(0 0 -Infinity% 0);clip-path: inset(0 0 -Infinity% 0);}
}

@media (max-width: 959.9px) and (min-width: 720.0px) {
	#imFooter_imObjectImage_01_wrapper { position: absolute; top: 10px; inset-inline-start: 9px; width: 83px; height: 84px; text-align: center; z-index: 1002; overflow: hidden; }
	#imFooter_imObjectImage_01_wrapper img {-webkit-clip-path: inset(0 0 -5% 0);clip-path: inset(0 0 -5% 0);}#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_imObjectImage_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_imObjectImage_04_wrapper { position: absolute; top: 1px; inset-inline-start: 103px; width: 71px; height: 97px; text-align: center; z-index: 1003; overflow: hidden; }
	#imFooter_imObjectImage_04_wrapper img {-webkit-clip-path: inset(0 0 0% 0);clip-path: inset(0 0 0% 0);}#imFooter_imCell_4 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_4 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_04 { 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_4 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_07_wrapper { position: absolute; top: 70px; inset-inline-start: 290px; width: 152px; height: 43px; text-align: center; z-index: 1004; overflow: hidden; }
	#imFooter_imObjectImage_07_wrapper img {-webkit-clip-path: inset(0 0 -10.256% 0);clip-path: inset(0 0 -10.256% 0);}#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_imObjectImage_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_imObjectImage_08_wrapper { position: absolute; top: 19px; inset-inline-start: 204px; width: 73px; height: 75px; text-align: center; z-index: 1005; overflow: hidden; }
	#imFooter_imObjectImage_08_wrapper img {-webkit-clip-path: inset(0 0 0% 0);clip-path: inset(0 0 0% 0);}#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_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; }
	#imFooter_imCellStyleBorders_8 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_15_wrapper { position: absolute; top: 70px; inset-inline-start: 470px; width: 58px; height: 55px; text-align: center; z-index: 1006; overflow: hidden; }
	#imFooter_imObjectImage_15_wrapper img {-webkit-clip-path: inset(0 0 5.172% 0);clip-path: inset(0 0 5.172% 0);}#imFooter_imCell_15 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_15 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_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; }
	#imFooter_imCellStyleBorders_15 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_16_wrapper { position: absolute; top: 70px; inset-inline-start: 540px; width: 56px; height: 51px; text-align: center; z-index: 1007; overflow: hidden; }
	#imFooter_imObjectImage_16_wrapper img {-webkit-clip-path: inset(0 0 8.929% 0);clip-path: inset(0 0 8.929% 0);}#imFooter_imCell_16 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_16 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_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; }
	#imFooter_imCellStyleBorders_16 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_17_wrapper { position: absolute; top: 70px; inset-inline-start: 610px; width: 56px; height: 50px; text-align: center; z-index: 1008; overflow: hidden; }
	#imFooter_imObjectImage_17_wrapper img {-webkit-clip-path: inset(0 0 10.714% 0);clip-path: inset(0 0 10.714% 0);}#imFooter_imCell_17 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_17 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_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; }
	#imFooter_imCellStyleBorders_17 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_19_wrapper { position: absolute; top: 10px; inset-inline-start: 290px; width: 150px; height: 50px; text-align: center; z-index: 1009; overflow: hidden; }
	#imFooter_imObjectImage_19_wrapper img {-webkit-clip-path: inset(0 0 3.846% 0);clip-path: inset(0 0 3.846% 0);}#imFooter_imCell_19 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_19 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_19 { 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_19 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_20_wrapper { position: absolute; top: 200px; inset-inline-start: 30px; width: 150px; height: 100px; text-align: center; z-index: 1010; overflow: hidden; }
	#imFooter_imObjectImage_20_wrapper img {-webkit-clip-path: inset(0 0 -Infinity% 0);clip-path: inset(0 0 -Infinity% 0);}#imFooter_imObjectImage_21_wrapper { position: absolute; top: 200px; inset-inline-start: 30px; width: 150px; height: 100px; text-align: center; z-index: 1011; overflow: hidden; }
	#imFooter_imObjectImage_21_wrapper img {-webkit-clip-path: inset(0 0 -Infinity% 0);clip-path: inset(0 0 -Infinity% 0);}
}

@media (max-width: 719.9px) and (min-width: 480.0px) {
	#imFooter_imObjectImage_01_wrapper { position: absolute; top: 4px; inset-inline-start: 7px; width: 116px; height: 126px; text-align: center; z-index: 1002; overflow: hidden; }
	#imFooter_imObjectImage_01_wrapper img {-webkit-clip-path: inset(0 0 -12.5% 0);clip-path: inset(0 0 -12.5% 0);}#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_imObjectImage_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_imObjectImage_04_wrapper { position: absolute; top: 3px; inset-inline-start: 135px; width: 95px; height: 123px; text-align: center; z-index: 1003; overflow: hidden; }
	#imFooter_imObjectImage_04_wrapper img {-webkit-clip-path: inset(0 0 5.385% 0);clip-path: inset(0 0 5.385% 0);}#imFooter_imCell_4 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_4 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_04 { 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_4 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_07_wrapper { position: absolute; top: 60px; inset-inline-start: 240px; width: 130px; height: 39px; text-align: center; z-index: 1004; overflow: hidden; }
	#imFooter_imObjectImage_07_wrapper img {-webkit-clip-path: inset(0 0 -18.182% 0);clip-path: inset(0 0 -18.182% 0);}#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_imObjectImage_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_imObjectImage_08_wrapper { position: absolute; top: 135px; inset-inline-start: 33px; width: 80px; height: 88px; text-align: center; z-index: 1005; overflow: hidden; }
	#imFooter_imObjectImage_08_wrapper img {-webkit-clip-path: inset(0 0 -6.024% 0);clip-path: inset(0 0 -6.024% 0);}#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_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; }
	#imFooter_imCellStyleBorders_8 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_15_wrapper { position: absolute; top: 110px; inset-inline-start: 270px; width: 59px; height: 60px; text-align: center; z-index: 1006; overflow: hidden; }
	#imFooter_imObjectImage_15_wrapper img {-webkit-clip-path: inset(0 0 -1.695% 0);clip-path: inset(0 0 -1.695% 0);}#imFooter_imCell_15 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_15 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_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; }
	#imFooter_imCellStyleBorders_15 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_16_wrapper { position: absolute; top: 110px; inset-inline-start: 340px; width: 59px; height: 59px; text-align: center; z-index: 1007; overflow: hidden; }
	#imFooter_imObjectImage_16_wrapper img {-webkit-clip-path: inset(0 0 0% 0);clip-path: inset(0 0 0% 0);}#imFooter_imCell_16 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_16 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_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; }
	#imFooter_imCellStyleBorders_16 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_17_wrapper { position: absolute; top: 110px; inset-inline-start: 410px; width: 59px; height: 64px; text-align: center; z-index: 1008; overflow: hidden; }
	#imFooter_imObjectImage_17_wrapper img {-webkit-clip-path: inset(0 0 -8.475% 0);clip-path: inset(0 0 -8.475% 0);}#imFooter_imCell_17 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_17 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_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; }
	#imFooter_imCellStyleBorders_17 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_19_wrapper { position: absolute; top: 10px; inset-inline-start: 240px; width: 130px; height: 40px; text-align: center; z-index: 1009; overflow: hidden; }
	#imFooter_imObjectImage_19_wrapper img {-webkit-clip-path: inset(0 0 11.111% 0);clip-path: inset(0 0 11.111% 0);}#imFooter_imCell_19 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_19 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_19 { 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_19 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imObjectImage_20_wrapper { position: absolute; top: 200px; inset-inline-start: 30px; width: 150px; height: 100px; text-align: center; z-index: 1010; overflow: hidden; }
	#imFooter_imObjectImage_20_wrapper img {-webkit-clip-path: inset(0 0 -Infinity% 0);clip-path: inset(0 0 -Infinity% 0);}#imFooter_imObjectImage_21_wrapper { position: absolute; top: 200px; inset-inline-start: 30px; width: 150px; height: 100px; text-align: center; z-index: 1011; overflow: hidden; }
	#imFooter_imObjectImage_21_wrapper img {-webkit-clip-path: inset(0 0 -Infinity% 0);clip-path: inset(0 0 -Infinity% 0);}
}

@media (max-width: 479.9px)  {
	#imFooter_imObjectImage_01_wrapper { position: absolute; top: 10px; inset-inline-start: 20px; width: 71px; height: 80px; text-align: center; z-index: 1002; overflow: hidden; }
	#imFooter_imObjectImage_01_wrapper img {-webkit-clip-path: inset(0 0 -15.942% 0);clip-path: inset(0 0 -15.942% 0);}#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_imObjectImage_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_imObjectImage_04_wrapper { position: absolute; top: 10px; inset-inline-start: 100px; width: 61px; height: 81px; text-align: center; z-index: 1003; overflow: hidden; }
	#imFooter_imObjectImage_04_wrapper img {-webkit-clip-path: inset(0 0 2.41% 0);clip-path: inset(0 0 2.41% 0);}#imFooter_imCell_4 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_4 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_04 { 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_4 { box-sizing: border-box; }
	#imFooter_imObjectImage_07_wrapper { position: absolute; top: 50px; inset-inline-start: 180px; width: 100px; height: 28px; text-align: center; z-index: 1004; overflow: hidden; }
	#imFooter_imObjectImage_07_wrapper img {-webkit-clip-path: inset(0 0 -7.692% 0);clip-path: inset(0 0 -7.692% 0);}#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_imObjectImage_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_imObjectImage_08_wrapper { position: absolute; top: 100px; inset-inline-start: 20px; width: 57px; height: 60px; text-align: center; z-index: 1005; overflow: hidden; }
	#imFooter_imObjectImage_08_wrapper img {-webkit-clip-path: inset(0 0 -1.695% 0);clip-path: inset(0 0 -1.695% 0);}#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_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; }
	#imFooter_imCellStyleGraphics_8 { box-sizing: border-box; }
	#imFooter_imObjectImage_15_wrapper { position: absolute; top: 110px; inset-inline-start: 150px; width: 49px; height: 41px; text-align: center; z-index: 1006; overflow: hidden; }
	#imFooter_imObjectImage_15_wrapper img {-webkit-clip-path: inset(0 0 16.327% 0);clip-path: inset(0 0 16.327% 0);}#imFooter_imCell_15 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_15 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_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; }
	#imFooter_imCellStyleGraphics_15 { box-sizing: border-box; }
	#imFooter_imObjectImage_16_wrapper { position: absolute; top: 110px; inset-inline-start: 210px; width: 51px; height: 41px; text-align: center; z-index: 1007; overflow: hidden; }
	#imFooter_imObjectImage_16_wrapper img {-webkit-clip-path: inset(0 0 19.608% 0);clip-path: inset(0 0 19.608% 0);}#imFooter_imCell_16 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_16 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_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; }
	#imFooter_imCellStyleGraphics_16 { box-sizing: border-box; }
	#imFooter_imObjectImage_17_wrapper { position: absolute; top: 110px; inset-inline-start: 270px; width: 52px; height: 41px; text-align: center; z-index: 1008; overflow: hidden; }
	#imFooter_imObjectImage_17_wrapper img {-webkit-clip-path: inset(0 0 21.154% 0);clip-path: inset(0 0 21.154% 0);}#imFooter_imCell_17 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_17 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_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; }
	#imFooter_imCellStyleGraphics_17 { box-sizing: border-box; }
	#imFooter_imObjectImage_19_wrapper { position: absolute; top: 10px; inset-inline-start: 180px; width: 100px; height: 30px; text-align: center; z-index: 1009; overflow: hidden; }
	#imFooter_imObjectImage_19_wrapper img {-webkit-clip-path: inset(0 0 14.286% 0);clip-path: inset(0 0 14.286% 0);}#imFooter_imCell_19 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_19 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_19 { 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_19 { box-sizing: border-box; }
	#imFooter_imObjectImage_20_wrapper { position: absolute; top: 150px; inset-inline-start: 30px; width: 150px; height: 100px; text-align: center; z-index: 1010; overflow: hidden; }
	#imFooter_imObjectImage_20_wrapper img {-webkit-clip-path: inset(0 0 -Infinity% 0);clip-path: inset(0 0 -Infinity% 0);}#imFooter_imObjectImage_21_wrapper { position: absolute; top: 150px; inset-inline-start: 30px; width: 150px; height: 100px; text-align: center; z-index: 1011; overflow: hidden; }
	#imFooter_imObjectImage_21_wrapper img {-webkit-clip-path: inset(0 0 -Infinity% 0);clip-path: inset(0 0 -Infinity% 0);}
}

#imPage.without-id_animation-in-progress { overflow: hidden }
