@import 'https://fonts.googleapis.com/css?family=Roboto:700,regular,italic,700italic&display=swap';
@import 'https://fonts.googleapis.com/css?family=Barlow+Condensed:700,regular,italic,700italic&display=swap';
@import 'https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:700,regular&display=swap';
@import 'https://fonts.googleapis.com/css?family=Fredericka+the+Great:regular&display=swap';
@import 'https://fonts.googleapis.com/css?family=Neucha:regular&display=swap';
@import 'https://fonts.googleapis.com/css?family=Aguafina+Script:regular&display=swap';
@import 'https://fonts.googleapis.com/css?family=Cabin+Sketch:700,regular&display=swap';
#imContentGraphics {background-image: none; background-color: rgba(255, 255, 255, 1);}
#imPage { display: grid; grid-template-columns: minmax(0, 1fr) 1423px minmax(0, 1fr); grid-template-rows: 160px auto 400px; }
#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: 1422.9px) and (min-width: 1366.0px) {
	#imPage { display: grid; grid-template-columns: minmax(0, 1fr) 1366px minmax(0, 1fr); grid-template-rows: 160px auto 400px; }
	#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: 1365.9px) and (min-width: 1200.0px) {
	#imPage { display: grid; grid-template-columns: minmax(0, 1fr) 1200px minmax(0, 1fr); grid-template-rows: 160px auto 400px; }
	#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: 1199.9px) and (min-width: 960.0px) {
	#imPage { display: grid; grid-template-columns: minmax(0, 1fr) 960px minmax(0, 1fr); grid-template-rows: 160px auto 400px; }
	#imHeader { display: block; grid-column: 1 / 4; grid-row: 1 / 2; }
	#imFooter { display: block; grid-column: 1 / 4; grid-row: 3 / 4; }
	#imSideBar { display: none; }
	#imContent { display: block; grid-column: 1 / 4; grid-row: 2 / 3; }
	#imContentGraphics { display: block; grid-column: 2 / 3; grid-row: 2 / 3; }
	
}
@media (max-width: 959.9px) and (min-width: 720.0px) {
	#imPage { display: grid; grid-template-columns: minmax(0, 1fr) 720px minmax(0, 1fr); grid-template-rows: 160px auto 400px; }
	#imHeader { display: block; grid-column: 1 / 4; grid-row: 1 / 2; }
	#imFooter { display: block; grid-column: 1 / 4; grid-row: 3 / 4; }
	#imSideBar { display: none; }
	#imContent { display: block; grid-column: 1 / 4; grid-row: 2 / 3; }
	#imContentGraphics { display: block; grid-column: 2 / 3; grid-row: 2 / 3; }
	
}
@media (max-width: 719.9px) and (min-width: 480.0px) {
	#imPage { display: grid; grid-template-columns: minmax(0, 1fr) 480px minmax(0, 1fr); grid-template-rows: 220px auto 400px; }
	#imHeader { display: block; grid-column: 1 / 4; grid-row: 1 / 2; }
	#imFooter { display: block; grid-column: 1 / 4; grid-row: 3 / 4; }
	#imSideBar { display: none; }
	#imContent { display: block; grid-column: 1 / 4; grid-row: 2 / 3; }
	#imContentGraphics { display: block; grid-column: 2 / 3; grid-row: 2 / 3; }
	
}
@media (max-width: 479.9px)  {
	#imPage { display: grid; grid-template-columns: 0 minmax(0, 1fr) 0; grid-template-rows: 350px auto 400px; }
	#imHeader { display: block; grid-column: 1 / 4; grid-row: 1 / 2; }
	#imFooter { display: block; grid-column: 1 / 4; grid-row: 3 / 4; }
	#imSideBar { display: none; }
	#imContent { display: block; grid-column: 1 / 4; grid-row: 2 / 3; }
	#imContentGraphics { display: block; grid-column: 2 / 3; grid-row: 2 / 3; }
	
}
#imContent { display: grid; grid-template-columns: minmax(0, 1fr) 1423px minmax(0, 1fr); grid-template-rows: auto; }
#imBlogPage { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
@media (max-width: 1422.9px) and (min-width: 1366.0px) {
	#imContent { display: grid; grid-template-columns: minmax(0, 1fr) 1366px minmax(0, 1fr); grid-template-rows: auto; }
	#imBlogPage { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
	
}
@media (max-width: 1365.9px) and (min-width: 1200.0px) {
	#imContent { display: grid; grid-template-columns: minmax(0, 1fr) 1200px minmax(0, 1fr); grid-template-rows: auto; }
	#imBlogPage { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
	
}
@media (max-width: 1199.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_5 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_imObjectImage_05 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imHeader_imCellStyleGraphics_5 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imHeader_imCellStyleBorders_5 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imHeader_imObjectImage_05 { vertical-align: top; margin-top: 0px; margin-bottom: 0px; margin-inline-start: auto; margin-inline-end: auto; }
#imHeader_imObjectImage_05 #imHeader_imObjectImage_05_container img { width: 100%; height: auto; vertical-align: top; }#imHeader_imCell_7 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_imMenuObject_07 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 103; }
#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: 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_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; }

#imHeader_imCell_11 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_imObjectSearch_11 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imHeader_imCellStyleGraphics_11 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imHeader_imCellStyleBorders_11 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imHeader_imObjectSearch_11 { white-space: nowrap; width: 100%; }
#imHeader_imObjectSearch_11 fieldset { display: contents; }
#imHeader_imObjectSearch_11_fields_container { display: flex; }
input#imHeader_imObjectSearch_11_field[type=text] { box-sizing: border-box; font: normal normal normal 11pt Roboto; color: rgba(204, 204, 204, 1); background-color: rgba(250, 250, 250, 1); padding-block: 4px; padding-inline: 8px;  margin: 0px; vertical-align: middle; border: solid; border-block-color: rgba(217, 217, 217, 1) rgba(217, 217, 217, 1); border-inline-color: rgba(217, 217, 217, 1) rgba(217, 217, 217, 1); border-width: 1px; border-radius: 0px;  outline: none; box-shadow: none; flex: 1; min-width: 0;}
input#imHeader_imObjectSearch_11_field[type=text]::placeholder { color: rgba(204, 204, 204, 0.7);}
#imHeader_imObjectSearch_11_button { box-sizing: border-box; font: normal normal normal 11pt Roboto; color: rgba(255, 255, 255, 1); background-color: rgba(255, 132, 32, 1); padding-block: 4px; padding-inline: 8px; vertical-align: middle; cursor: pointer; border: solid; border-block-color: rgba(241, 128, 1, 1) rgba(241, 128, 1, 1); border-inline-color: rgba(241, 128, 1, 1) rgba(241, 128, 1, 1); border-width: 1px; border-radius: 15px;  outline: none; flex: 0 1 auto;}
#imHeader_imCell_17 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_pluginAppObj_17 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imHeader_imCellStyleGraphics_17 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imHeader_imCellStyleBorders_17 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imHeader_imCell_18 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_imHTMLObject_18 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imHeader_imCellStyleGraphics_18 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imHeader_imCellStyleBorders_18 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imHeader_imCell_19 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_imHTMLObject_19 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imHeader_imCellStyleGraphics_19 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imHeader_imCellStyleBorders_19 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imFooter_imCell_10 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_imTextObject_10 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imFooter_imCellStyleGraphics_10 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imFooter_imCellStyleBorders_10 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imFooter_imTextObject_10 { width: 100%; }
#imFooter_imTextObject_10 { font-style: normal; font-weight: normal; line-height: 24px; }
#imFooter_imTextObject_10_tab0 div { line-height: 24px; }
#imFooter_imTextObject_10_tab0 .imHeading1 { line-height: 44px; }
#imFooter_imTextObject_10_tab0 .imHeading2 { line-height: 40px; }
#imFooter_imTextObject_10_tab0 .imHeading3 { line-height: 36px; }
#imFooter_imTextObject_10_tab0 .imHeading4 { line-height: 32px; }
#imFooter_imTextObject_10_tab0 .imHeading5 { line-height: 28px; }
#imFooter_imTextObject_10_tab0 .imHeading6 { line-height: 24px; }
#imFooter_imTextObject_10_tab0 ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imFooter_imTextObject_10_tab0 ul ul { list-style: square; padding-block: 0px; padding-inline: 20px 0px; }
#imFooter_imTextObject_10_tab0 ul ul ul { list-style: circle; }
#imFooter_imTextObject_10_tab0 ul li, ol li { margin-block: 0px; margin-inline: 40px 0px; padding: 0px; }
#imFooter_imTextObject_10_tab0 ol { list-style: decimal; margin: 0; padding: 0; }
#imFooter_imTextObject_10_tab0 ol ol { list-style: lower-alpha; padding-block: 0px; padding-inline: 20px 0px; }
#imFooter_imTextObject_10_tab0 blockquote { margin-block: 0px; margin-inline: 15px 0px; padding: 0; border: none; }
#imFooter_imTextObject_10_tab0 table { border: none; padding: 0; border-collapse: collapse; }
#imFooter_imTextObject_10_tab0 table th { border: 1px solid black; word-wrap: break-word; padding: 10px; margin: 0; vertical-align: middle; text-align: start;  }
#imFooter_imTextObject_10_tab0 table td { border: 1px solid black; word-wrap: break-word; padding: 10px; margin: 0; vertical-align: middle; }
#imFooter_imTextObject_10_tab0 p { margin: 0; padding: 0; }
#imFooter_imTextObject_10_tab0 .inline-block { display: inline-block; }
#imFooter_imTextObject_10_tab0 sup { vertical-align: super; font-size: smaller; }
#imFooter_imTextObject_10_tab0 sub { vertical-align: sub; font-size: smaller; }
#imFooter_imTextObject_10_tab0 img { border: none; margin: 0; vertical-align: text-bottom;}
#imFooter_imTextObject_10_tab0 .fleft { float: left; float: inline-start; vertical-align: baseline;}
#imFooter_imTextObject_10_tab0 .fright { float: right; float: inline-end; vertical-align: baseline;}
#imFooter_imTextObject_10_tab0 img.fleft { margin-inline-end: 15px; }
#imFooter_imTextObject_10_tab0 img.fright { margin-inline-start: 15px; }
#imFooter_imTextObject_10_tab0 .imTALeft { text-align: start; }
#imFooter_imTextObject_10_tab0 .imTARight { text-align: end; }
#imFooter_imTextObject_10_tab0 .imTACenter { text-align: center; }
#imFooter_imTextObject_10_tab0 .imTAJustify { text-align: justify; }
#imFooter_imTextObject_10_tab0 .imUl { text-decoration: underline; }
#imFooter_imTextObject_10_tab0 .imStrike { text-decoration: line-through; }
#imFooter_imTextObject_10_tab0 .imUlStrike { text-decoration: underline line-through; }
#imFooter_imTextObject_10_tab0 .imVt { vertical-align: top; }
#imFooter_imTextObject_10_tab0 .imVc { vertical-align: middle; }
#imFooter_imTextObject_10_tab0 .imVb { vertical-align: bottom; }
#imFooter_imTextObject_10_tab0 hr { border: solid; border-block-width: 1px 0px; border-inline-width: 0px; }
#imFooter_imTextObject_10_tab0 .lh1-15 { line-height: 1.15; }
#imFooter_imTextObject_10_tab0 .fs7lh1-15 { vertical-align: baseline; font-size: 7pt; line-height: 11px; }
#imFooter_imTextObject_10_tab0 .cf1 { color: rgb(243, 243, 243); }
#imFooter_imTextObject_10_tab0 .ff1 { font-family: 'Verdana'; }
#imFooter_imTextObject_10_tab0 .cf2 { color: rgb(230, 145, 56); }
#imFooter_imTextObject_10_tab0 .cf3 { color: rgb(106, 168, 79); }
#imFooter_imTextObject_10_tab0 .cf4 { color: rgb(109, 158, 235); }
#imFooter_imTextObject_10_tab0 .cf5 { color: rgb(204, 65, 37); }
#imFooter_imTextObject_10_tab0 .cf6 { color: rgb(142, 124, 195); }
#imFooter_imTextObject_10 .text-container {width: 100%;}#imFooter_imTextObject_10 .text-container {margin: 0 auto; position: relative;overflow: hidden; display: grid; grid-template-rows: 1fr; grid-template-columns: 1fr; background-color: rgba(255, 255, 255, 1); border-style: solid;border-color: rgba(169, 169, 169, 1); }
#imFooter_imTextObject_10 .text-container .grid-prop.current-tab {z-index: 1; opacity: 1;  }
#imFooter_imTextObject_10 .text-container .grid-prop {grid-area: 1 / 1 / 2 / 2; opacity: 0; box-sizing: border-box; position: relative;  }
#imFooter_imTextObject_10 .text-container .text-tab-content.detach {position: absolute; top: 0; inset-inline-start: 0px; width: 100%; display: none; }
#imFooter_imCell_11 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_imMenuObject_11 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 103; }
#imFooter_imCellStyleGraphics_11 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imFooter_imCellStyleBorders_11 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 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; }
#imFooter_imCell_12 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_pluginAppObj_12 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imFooter_imCellStyleGraphics_12 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent;  }
#imFooter_imCellStyleBorders_12 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#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: 550px; margin-top: 10px; margin-bottom: 20px; object-fit: contain; }
.imBlogPostRead { margin-block: 10px; margin-inline: 0px; }
.imBlogSeparator { margin-block: 10px; margin-inline: 0px; border-bottom: 1px solid rgba(56, 118, 29, 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 { font-size: 12pt; }
#imBlogContent { font-family: Roboto; }
#imBlogContent { font-weight: normal; }
#imBlogContent { font-style: normal; }
#imBlogContent { color: rgba(102, 102, 102, 1); }
#imBlogContent .topic-form input[type=text] { color: rgba(102, 102, 102, 1); }
#imBlogContent .topic-form textarea { color: rgba(102, 102, 102, 1); }
#imBlogContent .topic-add-review-btn { color: rgba(255, 255, 255, 1) !important; background-color: rgba(254, 151, 37, 1) !important;  }
#imBlogContent .topic-form-row input[type=button] { color: rgba(255, 255, 255, 1); background-color: rgba(254, 151, 37, 1); padding-inline: 20px; }
#imBlogContent .topic-bars { border-color: rgba(118, 122, 130, 0.5); }
#imBlogContent .topic-form { border-color: rgba(118, 122, 130, 0.5); }
#imBlogContent .topic-form input[type=text] { border-color: rgba(118, 122, 130, 0.5); }
#imBlogContent .topic-form textarea { border-color: rgba(118, 122, 130, 0.5); }
#imBlogContent .topic-comment { border-color: rgba(118, 122, 130, 0.5); }
#imBlogContent .topic-form input[type=text] { border-radius: 3px; ; }
#imBlogContent .topic-form textarea { border-radius: 3px; ; }
#imBlogContent .topic-comment { border-radius: 3px; ; }
#imBlogContent .topic-add-review input[type=button] { border-radius: 3px; ; }
#imBlogContent .topic-form-row input[type=button] { border-radius: 3px; ; }
#imBlogContent .topic-bar .bar-progress { height: 10px; border-width: 1px; border-style: solid; border-radius: 3px;  }
#imBlogContent .topic-bar .bar-progress span { border-radius: 3px;  }
#imBlogContent .topic-form-row .title { font-size: 1.3em; font-weight: bold; }
#imBlogContent .topic-bars .topic-bar .bar-star-n { opacity: 0.8; width: 100%; text-align: start; font-size: 0.8em; }
#imBlogContent .topic-bars .topic-bar .bar-total { opacity: 0.8; width: 100%; text-align: end; font-size: 0.8em; }
#imBlogContent .topic-bars .topic-bar .bar-percentage { opacity: 0.8; width: 100%; text-align: start; font-size: 0.8em; }
#imBlogContent .topic-form input[type=text] { color: black; background-color: white; border-width: 1px; }
#imBlogContent .topic-form textarea { color: black; background-color: white; border-width: 1px; }
#imBlogContent .topic-comment .topic-comment-date { color: rgba(102, 102, 102, 1); opacity: 0.8; }
#imBlogContent .topic-star-container-big { background-image: url('../images/star25-empty.svg'); }
#imBlogContent .topic-star-fixer-big { background-image: url('../images/star25-full.svg'); }
#imBlogContent .topic-star-big { background-image: url('../images/star25-empty.svg'); }
#imBlogContent .topic-star-container-big.variable-star-rating:has(input:checked) label .topic-star-big { background-image: url('../images/star25-full.svg'); }
#imBlogContent .topic-star-container-big.variable-star-rating input:checked ~ label .topic-star-big { background-image: url('../images/star25-empty.svg'); }
#imBlogContent .topic-star-container-big.variable-star-rating input:checked + label .topic-star-big { background-image: url('../images/star25-full.svg'); }
#imBlogContent .topic-star-container-big.variable-star-rating:hover input + label .topic-star-big { background-image: url('../images/star25-full.svg') !important; }
#imBlogContent .topic-star-container-big.variable-star-rating:hover label:hover ~ label .topic-star-big { background-image: url('../images/star25-empty.svg') !important; }
#imBlogContent .topic-star-container-big.variable-star-rating:hover label:hover + label .topic-star-big { background-image: url('../images/star25-full.svg') !important; }
#imBlogContent .topic-star-container-big.variable-star-rating:has(.imFormFocus:focus-visible) { outline: auto rgba(0, 0, 0, 1); outline-offset: 3px; }
#imBlogContent .topic-star-container-big.variable-star-rating:hover:has(.imFormFocus:focus-visible) { outline: none; }
#imBlogContent .topic-star-container-small { background-image: url('../images/star25-empty.svg'); }
#imBlogContent .topic-star-fixer-small { background-image: url('../images/star25-full.svg'); }
#imBlogContent .topic-bar .bar-progress { background-color: white; }
#imBlogContent .topic-bar .bar-progress { border-color: rgba(255,98,1,255); border-width: 1px; border-style: solid; }
#imBlogContent .topic-bar .bar-progress > span { background-color: rgba(255,98,1,255);  }
#imBlogContent .topic-form-item { position: relative; }
#imBlogContent .topic-form-item .topic-form-item-email-info { border: 0; padding: 0; background: transparent; appearance: none; line-height: inherit; overflow: hidden; position: absolute; right: 7px; top: 50%; transform: translateY(-50%); }
.imBlogPostCard { background-color: rgba(239, 239, 239, 1); border: solid; border-block-color: rgba(59, 59, 59, 1) rgba(59, 59, 59, 1); border-inline-color: rgba(59, 59, 59, 1) rgba(59, 59, 59, 1); border-block-width: 0px; border-inline-width: 20px 0px; border-radius: 12px;  }
.imBlogPostCard { overflow: hidden; }
.imBlogPagination { float: left; float: inline-start; clear: both; }
.imBlogPostCardCover { box-sizing: border-box; max-width:100%; width:100%; height: 100%; padding: 12px;  object-fit: scale-down;  cursor: pointer; }
.imBlogPostCardTitle h1, .imBlogPostCardTitle h1 a { font-family: Neucha; font-size: 16pt; font-style: normal; font-weight: bold; color: rgba(59, 59, 59, 1); text-decoration: none; }
.imBlogPostCardTitle h1 { text-align: start; margin: 0px; padding-block: 0px; padding-inline: 12px; overflow: hidden; }
.imBlogPostCardCategory { padding-block: 0px; padding-inline: 12px; overflow: hidden; }
.imBlogPostCardCategory a { font-family: Saira ExtraCondensed; font-size: 11pt; font-style: normal; font-weight: normal; color: rgba(56, 118, 29, 1); text-decoration: none; }
.imBlogPostCardDescription { position: relative; padding-block: 0px; padding-inline: 12px; font-family: Roboto; font-size: 11pt; 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 rgba(239, 239, 239, 1); }
.imBlogPostCardDetails { padding-block: 0px; padding-inline: 12px; font-family: Saira ExtraCondensed; font-size: 11pt; font-style: normal; font-weight: normal; color: rgba(56, 118, 29, 1); overflow: hidden; }
.imBlogPostCardAuthor a { font-family: Saira ExtraCondensed; font-size: 11pt; font-style: normal; font-weight: normal; color: rgba(56, 118, 29, 1); text-decoration: none; }
.imBlogPostCardButton { padding-block: 0px; padding-inline: 12px; text-align: end; overflow: hidden; }
.imBlogPostCardButton a { display: inline-block; border: solid; border-block-color: rgba(249, 61, 51, 1) rgba(249, 61, 51, 1); border-inline-color: rgba(249, 61, 51, 1) rgba(249, 61, 51, 1); border-block-width: 0px 6px; border-inline-width: 0px; border-radius: 3px;  padding: 6px 50px; background-color: rgba(251, 140, 134, 1); font-family: Trebuchet MS; font-size: 12pt; font-style: normal; font-weight: normal; color: rgba(255, 240, 240, 1); text-decoration: none; }
.imBlogPostCardTitle h1 { padding-top: 12px; }
.imBlogPostCardButton { padding-bottom: 12px; }
.imBlogBlock { border: solid; border-block-color: rgba(243, 243, 243, 1) rgba(243, 243, 243, 1); border-inline-color: rgba(243, 243, 243, 1) rgba(243, 243, 243, 1); border-width: 1px; border-radius: 0px;  overflow: hidden; margin-inline-start: 20px; margin-inline-end: 0px;  margin-bottom: 4px;background-color: rgba(250, 250, 250, 1);}
.imBlogBlock:first-of-type {  margin-top: 4px;}
.imBlogBlock:first-child { margin-top: 4px; }
.imBlogBlock:last-child { margin-bottom: 4px; }
.imBlogBlockTitle { margin-block: 6px 0px; margin-inline: 4px; padding-bottom: 6px; font: normal normal bold 11pt 'Neucha'; color: rgba(40, 40, 40, 1); }
.imBlogBlockContent { margin-block: 6px; margin-inline: 4px; font: normal normal normal 11pt 'Neucha'; color: rgba(40, 40, 40, 1); }
.imBlogBlockContent ul { list-style: none; }
.imBlogBlockContent li:not(:first-child) { padding-top: 6px; }
.imBlogBlockContent li:not(:last-child) { padding-bottom: 6px; }
.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 11pt 'Neucha'; color: rgba(40, 40, 40, 1);  text-decoration: none; }
.imBlogBlock a:hover { text-decoration: underline; }
@media (min-width: 960.0px) {
	.imBlogBlock { width: 320px; }
	
}
@media (max-width: 959.9px)  {
	.imBlogBlock { box-sizing: border-box; width: 100%; margin-inline-start: 0px; margin-inline-end: 0px; }
	
}
#imBlogPost_000000037 div { line-height: 24px; }
#imBlogPost_000000037 .imHeading1 { line-height: 44px; }
#imBlogPost_000000037 .imHeading2 { line-height: 40px; }
#imBlogPost_000000037 .imHeading3 { line-height: 36px; }
#imBlogPost_000000037 .imHeading4 { line-height: 32px; }
#imBlogPost_000000037 .imHeading5 { line-height: 28px; }
#imBlogPost_000000037 .imHeading6 { line-height: 24px; }
#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 th { border: 1px solid black; word-wrap: break-word; padding: 10px; margin: 0; vertical-align: middle; text-align: start;  }
#imBlogPost_000000037 table td { border: 1px solid black; word-wrap: break-word; padding: 10px; 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_000000037 .fs26lh1-5 { vertical-align: baseline; font-size: 26pt; line-height: 52px; }
#imBlogPost_000000037 .cf1 { color: rgb(204, 65, 37); }
#imBlogPost_000000037 .ff1 { font-family: 'Fredericka the Great'; }
#imBlogPost_000000037 .cf2 { color: rgb(255, 0, 255); }
#imBlogPost_000000037 .cf3 { color: rgb(230, 145, 56); }
#imBlogPost_000000037 .cf4 { color: rgb(60, 120, 216); }
#imBlogPost_000000037 .cf5 { color: rgb(142, 124, 195); }
#imBlogPost_000000037 .fs20lh1-5 { vertical-align: baseline; font-size: 20pt; line-height: 40px; }
#imBlogPost_000000037 .ff2 { font-family: 'Aguafina Script'; }
#imBlogPost_000000037 .fs10lh1-5 { vertical-align: baseline; font-size: 10pt; line-height: 20px; }
#imBlogPost_000000037 .ff3 { font-family: 'Courier New'; }
#imBlogPost_000000037 .fs9lh1-5 { vertical-align: baseline; font-size: 9pt; line-height: 18px; }
#imBlogPost_000000037 .fs28lh1-5 { vertical-align: baseline; font-size: 28pt; line-height: 56px; }
#imBlogPost_000000037 .cf6 { color: rgb(255, 153, 0); }
#imBlogPost_000000037 .ff4 { font-family: 'Cabin Sketch'; }
#imBlogPost_000000037 .cf7 { color: rgb(106, 168, 79); }
#imBlogPost_000000037 .cf8 { color: rgb(103, 78, 167); }
#imBlogPost_000000037 .fs12lh1-5 { vertical-align: baseline; font-size: 12pt; line-height: 24px; }
#imBlogPost_000000037 .cf9 { color: rgb(217, 234, 211); }
#imBlogPost_000000037 .cb1 { background-color: rgb(56, 118, 29); }
#imBlogPost_000000037 .cf10 { color: rgb(255, 255, 255); }
#imBlogPost_000000037 .cb2 { background-color: rgb(204, 0, 0); }
#imBlogPost_000000037 .cb3 { background-color: rgb(109, 158, 235); }
#imBlogPost_000000037 .cf11 { color: rgb(255, 128, 0); }
#imBlogPost_000000036 div { line-height: 24px; }
#imBlogPost_000000036 .imHeading1 { line-height: 44px; }
#imBlogPost_000000036 .imHeading2 { line-height: 40px; }
#imBlogPost_000000036 .imHeading3 { line-height: 36px; }
#imBlogPost_000000036 .imHeading4 { line-height: 32px; }
#imBlogPost_000000036 .imHeading5 { line-height: 28px; }
#imBlogPost_000000036 .imHeading6 { line-height: 24px; }
#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 th { border: 1px solid black; word-wrap: break-word; padding: 10px; margin: 0; vertical-align: middle; text-align: start;  }
#imBlogPost_000000036 table td { border: 1px solid black; word-wrap: break-word; padding: 10px; 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_000000036 .fs16lh1-5 { vertical-align: baseline; font-size: 16pt; line-height: 32px; }
#imBlogPost_000000036 .cf1 { color: rgb(147, 196, 125); }
#imBlogPost_000000036 .ff1 { font-family: 'Saira ExtraCondensed'; }
#imBlogPost_000000036 .fs26lh1-5 { vertical-align: baseline; font-size: 26pt; line-height: 52px; }
#imBlogPost_000000036 .cf2 { color: rgb(204, 65, 37); }
#imBlogPost_000000036 .ff2 { font-family: 'Fredericka the Great'; }
#imBlogPost_000000036 .cf3 { color: rgb(102, 102, 102); }
#imBlogPost_000000036 .cf4 { color: rgb(255, 0, 255); }
#imBlogPost_000000036 .fs20lh1-5 { vertical-align: baseline; font-size: 20pt; line-height: 40px; }
#imBlogPost_000000036 .cf5 { color: rgb(60, 120, 216); }
#imBlogPost_000000036 .ff3 { font-family: 'Aguafina Script'; }
#imBlogPost_000000036 .fs10lh1-5 { vertical-align: baseline; font-size: 10pt; line-height: 20px; }
#imBlogPost_000000036 .ff4 { font-family: 'Courier New'; }
#imBlogPost_000000036 .fs9lh1-5 { vertical-align: baseline; font-size: 9pt; line-height: 18px; }
#imBlogPost_000000036 .fs28lh1-5 { vertical-align: baseline; font-size: 28pt; line-height: 56px; }
#imBlogPost_000000036 .cf6 { color: rgb(255, 153, 0); }
#imBlogPost_000000036 .ff5 { font-family: 'Cabin Sketch'; }
#imBlogPost_000000036 .fs11lh1-5 { vertical-align: baseline; font-size: 11pt; line-height: 22px; }
#imBlogPost_000000033 div { line-height: 24px; }
#imBlogPost_000000033 .imHeading1 { line-height: 44px; }
#imBlogPost_000000033 .imHeading2 { line-height: 40px; }
#imBlogPost_000000033 .imHeading3 { line-height: 36px; }
#imBlogPost_000000033 .imHeading4 { line-height: 32px; }
#imBlogPost_000000033 .imHeading5 { line-height: 28px; }
#imBlogPost_000000033 .imHeading6 { line-height: 24px; }
#imBlogPost_000000033 ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imBlogPost_000000033 ul ul { list-style: square; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_000000033 ul ul ul { list-style: circle; }
#imBlogPost_000000033 ul li, ol li { margin-block: 0px; margin-inline: 40px 0px; padding: 0px; }
#imBlogPost_000000033 ol { list-style: decimal; margin: 0; padding: 0; }
#imBlogPost_000000033 ol ol { list-style: lower-alpha; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_000000033 blockquote { margin-block: 0px; margin-inline: 15px 0px; padding: 0; border: none; }
#imBlogPost_000000033 table { border: none; padding: 0; border-collapse: collapse; }
#imBlogPost_000000033 table th { border: 1px solid black; word-wrap: break-word; padding: 10px; margin: 0; vertical-align: middle; text-align: start;  }
#imBlogPost_000000033 table td { border: 1px solid black; word-wrap: break-word; padding: 10px; margin: 0; vertical-align: middle; }
#imBlogPost_000000033 p { margin: 0; padding: 0; }
#imBlogPost_000000033 .inline-block { display: inline-block; }
#imBlogPost_000000033 sup { vertical-align: super; font-size: smaller; }
#imBlogPost_000000033 sub { vertical-align: sub; font-size: smaller; }
#imBlogPost_000000033 img { border: none; margin: 0; vertical-align: text-bottom;}
#imBlogPost_000000033 .fleft { float: left; float: inline-start; vertical-align: baseline;}
#imBlogPost_000000033 .fright { float: right; float: inline-end; vertical-align: baseline;}
#imBlogPost_000000033 img.fleft { margin-inline-end: 15px; }
#imBlogPost_000000033 img.fright { margin-inline-start: 15px; }
#imBlogPost_000000033 .imTALeft { text-align: start; }
#imBlogPost_000000033 .imTARight { text-align: end; }
#imBlogPost_000000033 .imTACenter { text-align: center; }
#imBlogPost_000000033 .imTAJustify { text-align: justify; }
#imBlogPost_000000033 .imUl { text-decoration: underline; }
#imBlogPost_000000033 .imStrike { text-decoration: line-through; }
#imBlogPost_000000033 .imUlStrike { text-decoration: underline line-through; }
#imBlogPost_000000033 .imVt { vertical-align: top; }
#imBlogPost_000000033 .imVc { vertical-align: middle; }
#imBlogPost_000000033 .imVb { vertical-align: bottom; }
#imBlogPost_000000033 hr { border: solid; border-block-width: 1px 0px; border-inline-width: 0px; }
#imBlogPost_000000033 .fs16lh1-5 { vertical-align: baseline; font-size: 16pt; line-height: 32px; }
#imBlogPost_000000033 .cf1 { color: rgb(147, 196, 125); }
#imBlogPost_000000033 .ff1 { font-family: 'Saira ExtraCondensed'; }
#imBlogPost_000000033 .fs20lh1-5 { vertical-align: baseline; font-size: 20pt; line-height: 40px; }
#imBlogPost_000000033 .fs26lh1-5 { vertical-align: baseline; font-size: 26pt; line-height: 52px; }
#imBlogPost_000000033 .ff2 { font-family: 'Fredericka the Great'; }
#imBlogPost_000000033 .cf2 { color: rgb(60, 120, 216); }
#imBlogPost_000000033 .ff3 { font-family: 'Aguafina Script'; }
#imBlogPost_000000033 .fs10lh1-5 { vertical-align: baseline; font-size: 10pt; line-height: 20px; }
#imBlogPost_000000033 .ff4 { font-family: 'Courier New'; }
#imBlogPost_000000033 .fs9lh1-5 { vertical-align: baseline; font-size: 9pt; line-height: 18px; }
#imBlogPost_000000033 .fs12lh1-5 { vertical-align: baseline; font-size: 12pt; line-height: 24px; }
#imBlogPost_000000032 div { line-height: 24px; }
#imBlogPost_000000032 .imHeading1 { line-height: 44px; }
#imBlogPost_000000032 .imHeading2 { line-height: 40px; }
#imBlogPost_000000032 .imHeading3 { line-height: 36px; }
#imBlogPost_000000032 .imHeading4 { line-height: 32px; }
#imBlogPost_000000032 .imHeading5 { line-height: 28px; }
#imBlogPost_000000032 .imHeading6 { line-height: 24px; }
#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 th { border: 1px solid black; word-wrap: break-word; padding: 10px; margin: 0; vertical-align: middle; text-align: start;  }
#imBlogPost_000000032 table td { border: 1px solid black; word-wrap: break-word; padding: 10px; 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_000000032 .fs16lh1-5 { vertical-align: baseline; font-size: 16pt; line-height: 32px; }
#imBlogPost_000000032 .cf1 { color: rgb(147, 196, 125); }
#imBlogPost_000000032 .ff1 { font-family: 'Saira ExtraCondensed'; }
#imBlogPost_000000032 .fs20lh1-5 { vertical-align: baseline; font-size: 20pt; line-height: 40px; }
#imBlogPost_000000032 .fs26lh1-5 { vertical-align: baseline; font-size: 26pt; line-height: 52px; }
#imBlogPost_000000032 .ff2 { font-family: 'Fredericka the Great'; }
#imBlogPost_000000032 .cf2 { color: rgb(60, 120, 216); }
#imBlogPost_000000032 .ff3 { font-family: 'Aguafina Script'; }
#imBlogPost_000000032 .fs10lh1-5 { vertical-align: baseline; font-size: 10pt; line-height: 20px; }
#imBlogPost_000000032 .ff4 { font-family: 'Courier New'; }
#imBlogPost_000000032 .fs9lh1-5 { vertical-align: baseline; font-size: 9pt; line-height: 18px; }
#imBlogPost_000000032 .fs12lh1-5 { vertical-align: baseline; font-size: 12pt; line-height: 24px; }
#imBlogPost_000000026 div { line-height: 24px; }
#imBlogPost_000000026 .imHeading1 { line-height: 44px; }
#imBlogPost_000000026 .imHeading2 { line-height: 40px; }
#imBlogPost_000000026 .imHeading3 { line-height: 36px; }
#imBlogPost_000000026 .imHeading4 { line-height: 32px; }
#imBlogPost_000000026 .imHeading5 { line-height: 28px; }
#imBlogPost_000000026 .imHeading6 { line-height: 24px; }
#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 th { border: 1px solid black; word-wrap: break-word; padding: 10px; margin: 0; vertical-align: middle; text-align: start;  }
#imBlogPost_000000026 table td { border: 1px solid black; word-wrap: break-word; padding: 10px; 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_000000026 .fs16lh1-5 { vertical-align: baseline; font-size: 16pt; line-height: 32px; }
#imBlogPost_000000026 .cf1 { color: rgb(147, 196, 125); }
#imBlogPost_000000026 .ff1 { font-family: 'Saira ExtraCondensed'; }
#imBlogPost_000000026 .fs20lh1-5 { vertical-align: baseline; font-size: 20pt; line-height: 40px; }
#imBlogPost_000000026 .fs26lh1-5 { vertical-align: baseline; font-size: 26pt; line-height: 52px; }
#imBlogPost_000000026 .ff2 { font-family: 'Fredericka the Great'; }
#imBlogPost_000000026 .cf2 { color: rgb(60, 120, 216); }
#imBlogPost_000000026 .ff3 { font-family: 'Aguafina Script'; }
#imBlogPost_000000026 .fs10lh1-5 { vertical-align: baseline; font-size: 10pt; line-height: 20px; }
#imBlogPost_000000026 .ff4 { font-family: 'Courier New'; }
#imBlogPost_000000026 .fs9lh1-5 { vertical-align: baseline; font-size: 9pt; line-height: 18px; }
#imBlogPost_000000026 .fs12lh1-5 { vertical-align: baseline; font-size: 12pt; line-height: 24px; }
#imBlogPost_000000027 div { line-height: 24px; }
#imBlogPost_000000027 .imHeading1 { line-height: 44px; }
#imBlogPost_000000027 .imHeading2 { line-height: 40px; }
#imBlogPost_000000027 .imHeading3 { line-height: 36px; }
#imBlogPost_000000027 .imHeading4 { line-height: 32px; }
#imBlogPost_000000027 .imHeading5 { line-height: 28px; }
#imBlogPost_000000027 .imHeading6 { line-height: 24px; }
#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 th { border: 1px solid black; word-wrap: break-word; padding: 10px; margin: 0; vertical-align: middle; text-align: start;  }
#imBlogPost_000000027 table td { border: 1px solid black; word-wrap: break-word; padding: 10px; 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_000000027 .fs16lh1-5 { vertical-align: baseline; font-size: 16pt; line-height: 32px; }
#imBlogPost_000000027 .cf1 { color: rgb(147, 196, 125); }
#imBlogPost_000000027 .ff1 { font-family: 'Saira ExtraCondensed'; }
#imBlogPost_000000027 .fs20lh1-5 { vertical-align: baseline; font-size: 20pt; line-height: 40px; }
#imBlogPost_000000027 .fs26lh1-5 { vertical-align: baseline; font-size: 26pt; line-height: 52px; }
#imBlogPost_000000027 .ff2 { font-family: 'Fredericka the Great'; }
#imBlogPost_000000027 .cf2 { color: rgb(60, 120, 216); }
#imBlogPost_000000027 .ff3 { font-family: 'Aguafina Script'; }
#imBlogPost_000000027 .fs10lh1-5 { vertical-align: baseline; font-size: 10pt; line-height: 20px; }
#imBlogPost_000000027 .ff4 { font-family: 'Courier New'; }
#imBlogPost_000000027 .fs9lh1-5 { vertical-align: baseline; font-size: 9pt; line-height: 18px; }
#imBlogPost_000000027 .fs12lh1-5 { vertical-align: baseline; font-size: 12pt; line-height: 24px; }
#imBlogPost_00000001D div { line-height: 24px; }
#imBlogPost_00000001D .imHeading1 { line-height: 44px; }
#imBlogPost_00000001D .imHeading2 { line-height: 40px; }
#imBlogPost_00000001D .imHeading3 { line-height: 36px; }
#imBlogPost_00000001D .imHeading4 { line-height: 32px; }
#imBlogPost_00000001D .imHeading5 { line-height: 28px; }
#imBlogPost_00000001D .imHeading6 { line-height: 24px; }
#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 th { border: 1px solid black; word-wrap: break-word; padding: 10px; margin: 0; vertical-align: middle; text-align: start;  }
#imBlogPost_00000001D table td { border: 1px solid black; word-wrap: break-word; padding: 10px; 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_00000001D .fs16lh1-5 { vertical-align: baseline; font-size: 16pt; line-height: 32px; }
#imBlogPost_00000001D .cf1 { color: rgb(147, 196, 125); }
#imBlogPost_00000001D .ff1 { font-family: 'Saira ExtraCondensed'; }
#imBlogPost_00000001D .fs20lh1-5 { vertical-align: baseline; font-size: 20pt; line-height: 40px; }
#imBlogPost_00000001D .fs26lh1-5 { vertical-align: baseline; font-size: 26pt; line-height: 52px; }
#imBlogPost_00000001D .ff2 { font-family: 'Fredericka the Great'; }
#imBlogPost_00000001D .cf2 { color: rgb(60, 120, 216); }
#imBlogPost_00000001D .ff3 { font-family: 'Aguafina Script'; }
#imBlogPost_00000001D .fs10lh1-5 { vertical-align: baseline; font-size: 10pt; line-height: 20px; }
#imBlogPost_00000001D .ff4 { font-family: 'Courier New'; }
#imBlogPost_00000001D .fs9lh1-5 { vertical-align: baseline; font-size: 9pt; line-height: 18px; }
#imBlogPost_00000001D .fs12lh1-5 { vertical-align: baseline; font-size: 12pt; line-height: 24px; }
#imBlogPost_00000001C div { line-height: 24px; }
#imBlogPost_00000001C .imHeading1 { line-height: 44px; }
#imBlogPost_00000001C .imHeading2 { line-height: 40px; }
#imBlogPost_00000001C .imHeading3 { line-height: 36px; }
#imBlogPost_00000001C .imHeading4 { line-height: 32px; }
#imBlogPost_00000001C .imHeading5 { line-height: 28px; }
#imBlogPost_00000001C .imHeading6 { line-height: 24px; }
#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 th { border: 1px solid black; word-wrap: break-word; padding: 10px; margin: 0; vertical-align: middle; text-align: start;  }
#imBlogPost_00000001C table td { border: 1px solid black; word-wrap: break-word; padding: 10px; 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_00000001C .fs16lh1-5 { vertical-align: baseline; font-size: 16pt; line-height: 32px; }
#imBlogPost_00000001C .cf1 { color: rgb(147, 196, 125); }
#imBlogPost_00000001C .ff1 { font-family: 'Saira ExtraCondensed'; }
#imBlogPost_00000001C .fs26lh1-5 { vertical-align: baseline; font-size: 26pt; line-height: 52px; }
#imBlogPost_00000001C .ff2 { font-family: 'Fredericka the Great'; }
#imBlogPost_00000001C .fs20lh1-5 { vertical-align: baseline; font-size: 20pt; line-height: 40px; }
#imBlogPost_00000001C .cf2 { color: rgb(60, 120, 216); }
#imBlogPost_00000001C .ff3 { font-family: 'Aguafina Script'; }
#imBlogPost_00000001C .fs10lh1-5 { vertical-align: baseline; font-size: 10pt; line-height: 20px; }
#imBlogPost_00000001C .ff4 { font-family: 'Courier New'; }
#imBlogPost_00000001C .fs9lh1-5 { vertical-align: baseline; font-size: 9pt; line-height: 18px; }
#imBlogPost_00000001C .fs12lh1-5 { vertical-align: baseline; font-size: 12pt; line-height: 24px; }
#imBlogPost_00000001B div { line-height: 24px; }
#imBlogPost_00000001B .imHeading1 { line-height: 44px; }
#imBlogPost_00000001B .imHeading2 { line-height: 40px; }
#imBlogPost_00000001B .imHeading3 { line-height: 36px; }
#imBlogPost_00000001B .imHeading4 { line-height: 32px; }
#imBlogPost_00000001B .imHeading5 { line-height: 28px; }
#imBlogPost_00000001B .imHeading6 { line-height: 24px; }
#imBlogPost_00000001B ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imBlogPost_00000001B ul ul { list-style: square; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_00000001B ul ul ul { list-style: circle; }
#imBlogPost_00000001B ul li, ol li { margin-block: 0px; margin-inline: 40px 0px; padding: 0px; }
#imBlogPost_00000001B ol { list-style: decimal; margin: 0; padding: 0; }
#imBlogPost_00000001B ol ol { list-style: lower-alpha; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_00000001B blockquote { margin-block: 0px; margin-inline: 15px 0px; padding: 0; border: none; }
#imBlogPost_00000001B table { border: none; padding: 0; border-collapse: collapse; }
#imBlogPost_00000001B table th { border: 1px solid black; word-wrap: break-word; padding: 10px; margin: 0; vertical-align: middle; text-align: start;  }
#imBlogPost_00000001B table td { border: 1px solid black; word-wrap: break-word; padding: 10px; margin: 0; vertical-align: middle; }
#imBlogPost_00000001B p { margin: 0; padding: 0; }
#imBlogPost_00000001B .inline-block { display: inline-block; }
#imBlogPost_00000001B sup { vertical-align: super; font-size: smaller; }
#imBlogPost_00000001B sub { vertical-align: sub; font-size: smaller; }
#imBlogPost_00000001B img { border: none; margin: 0; vertical-align: text-bottom;}
#imBlogPost_00000001B .fleft { float: left; float: inline-start; vertical-align: baseline;}
#imBlogPost_00000001B .fright { float: right; float: inline-end; vertical-align: baseline;}
#imBlogPost_00000001B img.fleft { margin-inline-end: 15px; }
#imBlogPost_00000001B img.fright { margin-inline-start: 15px; }
#imBlogPost_00000001B .imTALeft { text-align: start; }
#imBlogPost_00000001B .imTARight { text-align: end; }
#imBlogPost_00000001B .imTACenter { text-align: center; }
#imBlogPost_00000001B .imTAJustify { text-align: justify; }
#imBlogPost_00000001B .imUl { text-decoration: underline; }
#imBlogPost_00000001B .imStrike { text-decoration: line-through; }
#imBlogPost_00000001B .imUlStrike { text-decoration: underline line-through; }
#imBlogPost_00000001B .imVt { vertical-align: top; }
#imBlogPost_00000001B .imVc { vertical-align: middle; }
#imBlogPost_00000001B .imVb { vertical-align: bottom; }
#imBlogPost_00000001B hr { border: solid; border-block-width: 1px 0px; border-inline-width: 0px; }
#imBlogPost_00000001B .fs16lh1-5 { vertical-align: baseline; font-size: 16pt; line-height: 32px; }
#imBlogPost_00000001B .cf1 { color: rgb(147, 196, 125); }
#imBlogPost_00000001B .ff1 { font-family: 'Saira ExtraCondensed'; }
#imBlogPost_00000001B .fs26lh1-5 { vertical-align: baseline; font-size: 26pt; line-height: 52px; }
#imBlogPost_00000001B .ff2 { font-family: 'Fredericka the Great'; }
#imBlogPost_00000001B .fs20lh1-5 { vertical-align: baseline; font-size: 20pt; line-height: 40px; }
#imBlogPost_00000001B .cf2 { color: rgb(60, 120, 216); }
#imBlogPost_00000001B .ff3 { font-family: 'Aguafina Script'; }
#imBlogPost_00000001B .fs10lh1-5 { vertical-align: baseline; font-size: 10pt; line-height: 20px; }
#imBlogPost_00000001B .ff4 { font-family: 'Courier New'; }
#imBlogPost_00000001B .fs9lh1-5 { vertical-align: baseline; font-size: 9pt; line-height: 18px; }
#imBlogPost_00000001A div { line-height: 24px; }
#imBlogPost_00000001A .imHeading1 { line-height: 44px; }
#imBlogPost_00000001A .imHeading2 { line-height: 40px; }
#imBlogPost_00000001A .imHeading3 { line-height: 36px; }
#imBlogPost_00000001A .imHeading4 { line-height: 32px; }
#imBlogPost_00000001A .imHeading5 { line-height: 28px; }
#imBlogPost_00000001A .imHeading6 { line-height: 24px; }
#imBlogPost_00000001A ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imBlogPost_00000001A ul ul { list-style: square; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_00000001A ul ul ul { list-style: circle; }
#imBlogPost_00000001A ul li, ol li { margin-block: 0px; margin-inline: 40px 0px; padding: 0px; }
#imBlogPost_00000001A ol { list-style: decimal; margin: 0; padding: 0; }
#imBlogPost_00000001A ol ol { list-style: lower-alpha; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_00000001A blockquote { margin-block: 0px; margin-inline: 15px 0px; padding: 0; border: none; }
#imBlogPost_00000001A table { border: none; padding: 0; border-collapse: collapse; }
#imBlogPost_00000001A table th { border: 1px solid black; word-wrap: break-word; padding: 10px; margin: 0; vertical-align: middle; text-align: start;  }
#imBlogPost_00000001A table td { border: 1px solid black; word-wrap: break-word; padding: 10px; margin: 0; vertical-align: middle; }
#imBlogPost_00000001A p { margin: 0; padding: 0; }
#imBlogPost_00000001A .inline-block { display: inline-block; }
#imBlogPost_00000001A sup { vertical-align: super; font-size: smaller; }
#imBlogPost_00000001A sub { vertical-align: sub; font-size: smaller; }
#imBlogPost_00000001A img { border: none; margin: 0; vertical-align: text-bottom;}
#imBlogPost_00000001A .fleft { float: left; float: inline-start; vertical-align: baseline;}
#imBlogPost_00000001A .fright { float: right; float: inline-end; vertical-align: baseline;}
#imBlogPost_00000001A img.fleft { margin-inline-end: 15px; }
#imBlogPost_00000001A img.fright { margin-inline-start: 15px; }
#imBlogPost_00000001A .imTALeft { text-align: start; }
#imBlogPost_00000001A .imTARight { text-align: end; }
#imBlogPost_00000001A .imTACenter { text-align: center; }
#imBlogPost_00000001A .imTAJustify { text-align: justify; }
#imBlogPost_00000001A .imUl { text-decoration: underline; }
#imBlogPost_00000001A .imStrike { text-decoration: line-through; }
#imBlogPost_00000001A .imUlStrike { text-decoration: underline line-through; }
#imBlogPost_00000001A .imVt { vertical-align: top; }
#imBlogPost_00000001A .imVc { vertical-align: middle; }
#imBlogPost_00000001A .imVb { vertical-align: bottom; }
#imBlogPost_00000001A hr { border: solid; border-block-width: 1px 0px; border-inline-width: 0px; }
#imBlogPost_00000001A .fs16lh1-5 { vertical-align: baseline; font-size: 16pt; line-height: 32px; }
#imBlogPost_00000001A .cf1 { color: rgb(147, 196, 125); }
#imBlogPost_00000001A .ff1 { font-family: 'Saira ExtraCondensed'; }
#imBlogPost_00000001A .fs12lh1-5 { vertical-align: baseline; font-size: 12pt; line-height: 24px; }
#imBlogPost_00000001A .fs26lh1-5 { vertical-align: baseline; font-size: 26pt; line-height: 52px; }
#imBlogPost_00000001A .ff2 { font-family: 'Fredericka the Great'; }
#imBlogPost_00000001A .fs20lh1-5 { vertical-align: baseline; font-size: 20pt; line-height: 40px; }
#imBlogPost_00000001A .cf2 { color: rgb(60, 120, 216); }
#imBlogPost_00000001A .ff3 { font-family: 'Aguafina Script'; }
#imBlogPost_00000001A .lh1 { line-height: 1; }
#imBlogPost_00000001A .fs10lh1 { vertical-align: baseline; font-size: 10pt; line-height: 13px; }
#imBlogPost_00000001A .ff4 { font-family: 'Courier New'; }
#imBlogPost_00000001A .fs9lh1-5 { vertical-align: baseline; font-size: 9pt; line-height: 18px; }
#imBlogPost_00000001A .ff5 { font-family: 'Arial Black'; }
#imBlogPost_00000000C div { line-height: 24px; }
#imBlogPost_00000000C .imHeading1 { line-height: 44px; }
#imBlogPost_00000000C .imHeading2 { line-height: 40px; }
#imBlogPost_00000000C .imHeading3 { line-height: 36px; }
#imBlogPost_00000000C .imHeading4 { line-height: 32px; }
#imBlogPost_00000000C .imHeading5 { line-height: 28px; }
#imBlogPost_00000000C .imHeading6 { line-height: 24px; }
#imBlogPost_00000000C ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imBlogPost_00000000C ul ul { list-style: square; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_00000000C ul ul ul { list-style: circle; }
#imBlogPost_00000000C ul li, ol li { margin-block: 0px; margin-inline: 40px 0px; padding: 0px; }
#imBlogPost_00000000C ol { list-style: decimal; margin: 0; padding: 0; }
#imBlogPost_00000000C ol ol { list-style: lower-alpha; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_00000000C blockquote { margin-block: 0px; margin-inline: 15px 0px; padding: 0; border: none; }
#imBlogPost_00000000C table { border: none; padding: 0; border-collapse: collapse; }
#imBlogPost_00000000C table th { border: 1px solid black; word-wrap: break-word; padding: 10px; margin: 0; vertical-align: middle; text-align: start;  }
#imBlogPost_00000000C table td { border: 1px solid black; word-wrap: break-word; padding: 10px; margin: 0; vertical-align: middle; }
#imBlogPost_00000000C p { margin: 0; padding: 0; }
#imBlogPost_00000000C .inline-block { display: inline-block; }
#imBlogPost_00000000C sup { vertical-align: super; font-size: smaller; }
#imBlogPost_00000000C sub { vertical-align: sub; font-size: smaller; }
#imBlogPost_00000000C img { border: none; margin: 0; vertical-align: text-bottom;}
#imBlogPost_00000000C .fleft { float: left; float: inline-start; vertical-align: baseline;}
#imBlogPost_00000000C .fright { float: right; float: inline-end; vertical-align: baseline;}
#imBlogPost_00000000C img.fleft { margin-inline-end: 15px; }
#imBlogPost_00000000C img.fright { margin-inline-start: 15px; }
#imBlogPost_00000000C .imTALeft { text-align: start; }
#imBlogPost_00000000C .imTARight { text-align: end; }
#imBlogPost_00000000C .imTACenter { text-align: center; }
#imBlogPost_00000000C .imTAJustify { text-align: justify; }
#imBlogPost_00000000C .imUl { text-decoration: underline; }
#imBlogPost_00000000C .imStrike { text-decoration: line-through; }
#imBlogPost_00000000C .imUlStrike { text-decoration: underline line-through; }
#imBlogPost_00000000C .imVt { vertical-align: top; }
#imBlogPost_00000000C .imVc { vertical-align: middle; }
#imBlogPost_00000000C .imVb { vertical-align: bottom; }
#imBlogPost_00000000C hr { border: solid; border-block-width: 1px 0px; border-inline-width: 0px; }
#imBlogPost_00000000C .fs20lh1-5 { vertical-align: baseline; font-size: 20pt; line-height: 40px; }
#imBlogPost_00000000C .cf1 { color: rgb(230, 145, 56); }
#imBlogPost_00000000C .ff1 { font-family: 'Neucha'; }
#imBlogPost_00000000C .fs12lh1-5 { vertical-align: baseline; font-size: 12pt; line-height: 24px; }
#imBlogPost_00000000C .cf2 { color: rgb(67, 67, 67); }
#imBlogPost_00000000C .ff2 { font-family: 'Roboto'; }
#imBlogPost_00000000C .fs9lh1-5 { vertical-align: baseline; font-size: 9pt; line-height: 18px; }
#imBlogPost_00000000C .ff3 { font-family: 'Courier New'; }
#imBlogPost_00000000A div { line-height: 24px; }
#imBlogPost_00000000A .imHeading1 { line-height: 44px; }
#imBlogPost_00000000A .imHeading2 { line-height: 40px; }
#imBlogPost_00000000A .imHeading3 { line-height: 36px; }
#imBlogPost_00000000A .imHeading4 { line-height: 32px; }
#imBlogPost_00000000A .imHeading5 { line-height: 28px; }
#imBlogPost_00000000A .imHeading6 { line-height: 24px; }
#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 th { border: 1px solid black; word-wrap: break-word; padding: 10px; margin: 0; vertical-align: middle; text-align: start;  }
#imBlogPost_00000000A table td { border: 1px solid black; word-wrap: break-word; padding: 10px; 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_00000000A .fs12lh1-5 { vertical-align: baseline; font-size: 12pt; line-height: 24px; }
#imBlogPost_00000000A .cf1 { color: rgb(13, 119, 71); }
#imBlogPost_00000000A .fs9lh1-5 { vertical-align: baseline; font-size: 9pt; line-height: 18px; }
#imBlogPost_00000000A .ff1 { font-family: 'Courier New'; }
#imBlogPost_00000000A .cf2 { color: rgb(230, 145, 56); }
#imBlogPost_00000000A .fs20lh1-5 { vertical-align: baseline; font-size: 20pt; line-height: 40px; }
#imBlogPost_00000000A .ff2 { font-family: 'Neucha'; }
#imBlogPost_00000000A .cf3 { color: rgb(102, 102, 102); }
#imBlogPost_00000000A .cf4 { color: rgb(255, 169, 108); }
#imBlogPost_00000000A .cf5 { color: rgb(109, 158, 235); }
#imBlogPost_00000000A .cf6 { color: rgb(147, 196, 125); }
#imBlogPost_00000000A .cf7 { color: rgb(118, 165, 175); }
#imBlogPost_00000000A .cf8 { color: rgb(142, 124, 195); }
#imBlogPost_00000000A .fs10lh1-5 { vertical-align: baseline; font-size: 10pt; line-height: 20px; }
#imBlogPost_00000000A .cf9 { color: rgb(224, 102, 102); }
#imBlogPost_00000000A .cf10 { color: rgb(221, 126, 107); }
#imBlogPost_00000000A .cf11 { color: rgb(106, 168, 79); }
#imBlogPost_00000000A .cf12 { color: rgb(204, 65, 37); }
#imBlogPost_00000000B div { line-height: 24px; }
#imBlogPost_00000000B .imHeading1 { line-height: 44px; }
#imBlogPost_00000000B .imHeading2 { line-height: 40px; }
#imBlogPost_00000000B .imHeading3 { line-height: 36px; }
#imBlogPost_00000000B .imHeading4 { line-height: 32px; }
#imBlogPost_00000000B .imHeading5 { line-height: 28px; }
#imBlogPost_00000000B .imHeading6 { line-height: 24px; }
#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 th { border: 1px solid black; word-wrap: break-word; padding: 10px; margin: 0; vertical-align: middle; text-align: start;  }
#imBlogPost_00000000B table td { border: 1px solid black; word-wrap: break-word; padding: 10px; 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 .fs14lh1-5 { vertical-align: baseline; font-size: 14pt; line-height: 28px; }
#imBlogPost_00000000B .cf1 { color: rgb(77, 147, 99); }
#imBlogPost_00000000B .ff1 { font-family: 'Barlow Condensed'; }
#imBlogPost_00000000B .fs20lh1-5 { vertical-align: baseline; font-size: 20pt; line-height: 40px; }
#imBlogPost_00000000B .cf2 { color: rgb(230, 145, 56); }
#imBlogPost_00000000B .ff2 { font-family: 'Neucha'; }
#imBlogPost_00000000B .cf3 { color: rgb(67, 67, 67); }
#imBlogPost_00000000B .fs9lh1-5 { vertical-align: baseline; font-size: 9pt; line-height: 18px; }
#imBlogPost_00000000B .ff3 { font-family: 'Courier New'; }
#imBlogPost_00000000B .fs18lh1-5 { vertical-align: baseline; font-size: 18pt; line-height: 36px; }
#imBlogPost_00000000B .fs12lh1-5 { vertical-align: baseline; font-size: 12pt; line-height: 24px; }
#imBlogPost_00000000B .cf4 { color: rgb(143, 183, 79); }
#imBlogPost_00000000B .cf5 { color: rgb(69, 135, 164); }
#imBlogPost_00000000B .cf6 { color: rgb(105, 56, 153); }
#imBlogPost_00000000B .cf7 { color: rgb(214, 97, 18); }
#imBlogPost_00000000B .cf8 { color: rgb(218, 131, 39); }
#imBlogPost_00000000B .cf9 { color: rgb(0, 0, 0); }
#imBlogPost_00000000B .cf10 { color: rgb(218, 125, 19); }
#imBlogPost_00000000B .fs16lh1-5 { vertical-align: baseline; font-size: 16pt; line-height: 32px; }
#imBlogPost_00000000B .cf11 { color: rgb(138, 95, 194); }
#imBlogPost_00000000B .cf12 { color: rgb(103, 149, 79); }
#imBlogPost_00000000B .cf13 { color: rgb(142, 6, 42); }
#imBlogPost_00000000B .cf14 { color: rgb(199, 21, 21); }
#imBlogPost_00000000B .cf15 { color: rgb(50, 118, 85); }
#imBlogPost_00000000B .cf16 { color: rgb(14, 138, 191); }
#imBlogPost_00000000B .cf17 { color: rgb(99, 166, 37); }
#imBlogPost_00000000B .cf18 { color: rgb(61, 133, 198); }
#imBlogPost_00000000B .cf19 { color: rgb(185, 103, 45); }
#imBlogPost_00000000B .cf20 { color: rgb(227, 130, 19); }
#imBlogPost_00000000B .cf21 { color: rgb(142, 124, 195); }
#imBlogPost_00000000B .cf22 { color: rgb(221, 130, 45); }
#imBlogPost_00000000B .cf23 { color: rgb(195, 84, 228); }
#imBlogPost_00000000B .cf24 { color: rgb(87, 185, 51); }
#imBlogPost_00000000B .cf25 { color: rgb(102, 102, 102); }
#imBlogPost_00000000B .cf26 { color: rgb(212, 148, 38); }
#imBlogPost_00000000B .cf27 { color: rgb(131, 163, 0); }
#imBlogPost_00000000B .cf28 { color: rgb(226, 113, 26); }
#imBlogPost_00000000B .cf29 { color: rgb(39, 186, 64); }
#imBlogPost_00000000B .cf30 { color: rgb(119, 153, 52); }
#imBlogPost_00000000B .cf31 { color: rgb(204, 0, 0); }
#imBlogPost_00000000B .fs10lh1-5 { vertical-align: baseline; font-size: 10pt; line-height: 20px; }
#imBlogPost_00000000B .cf32 { color: rgb(255, 255, 255); }
#imBlogPost_00000000B .cb1 { background-color: rgb(204, 0, 0); }
#imBlogPost_00000000F div { line-height: 24px; }
#imBlogPost_00000000F .imHeading1 { line-height: 44px; }
#imBlogPost_00000000F .imHeading2 { line-height: 40px; }
#imBlogPost_00000000F .imHeading3 { line-height: 36px; }
#imBlogPost_00000000F .imHeading4 { line-height: 32px; }
#imBlogPost_00000000F .imHeading5 { line-height: 28px; }
#imBlogPost_00000000F .imHeading6 { line-height: 24px; }
#imBlogPost_00000000F ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imBlogPost_00000000F ul ul { list-style: square; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_00000000F ul ul ul { list-style: circle; }
#imBlogPost_00000000F ul li, ol li { margin-block: 0px; margin-inline: 40px 0px; padding: 0px; }
#imBlogPost_00000000F ol { list-style: decimal; margin: 0; padding: 0; }
#imBlogPost_00000000F ol ol { list-style: lower-alpha; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_00000000F blockquote { margin-block: 0px; margin-inline: 15px 0px; padding: 0; border: none; }
#imBlogPost_00000000F table { border: none; padding: 0; border-collapse: collapse; }
#imBlogPost_00000000F table th { border: 1px solid black; word-wrap: break-word; padding: 10px; margin: 0; vertical-align: middle; text-align: start;  }
#imBlogPost_00000000F table td { border: 1px solid black; word-wrap: break-word; padding: 10px; margin: 0; vertical-align: middle; }
#imBlogPost_00000000F p { margin: 0; padding: 0; }
#imBlogPost_00000000F .inline-block { display: inline-block; }
#imBlogPost_00000000F sup { vertical-align: super; font-size: smaller; }
#imBlogPost_00000000F sub { vertical-align: sub; font-size: smaller; }
#imBlogPost_00000000F img { border: none; margin: 0; vertical-align: text-bottom;}
#imBlogPost_00000000F .fleft { float: left; float: inline-start; vertical-align: baseline;}
#imBlogPost_00000000F .fright { float: right; float: inline-end; vertical-align: baseline;}
#imBlogPost_00000000F img.fleft { margin-inline-end: 15px; }
#imBlogPost_00000000F img.fright { margin-inline-start: 15px; }
#imBlogPost_00000000F .imTALeft { text-align: start; }
#imBlogPost_00000000F .imTARight { text-align: end; }
#imBlogPost_00000000F .imTACenter { text-align: center; }
#imBlogPost_00000000F .imTAJustify { text-align: justify; }
#imBlogPost_00000000F .imUl { text-decoration: underline; }
#imBlogPost_00000000F .imStrike { text-decoration: line-through; }
#imBlogPost_00000000F .imUlStrike { text-decoration: underline line-through; }
#imBlogPost_00000000F .imVt { vertical-align: top; }
#imBlogPost_00000000F .imVc { vertical-align: middle; }
#imBlogPost_00000000F .imVb { vertical-align: bottom; }
#imBlogPost_00000000F hr { border: solid; border-block-width: 1px 0px; border-inline-width: 0px; }
#imBlogPost_00000000F .fs20lh1-5 { vertical-align: baseline; font-size: 20pt; line-height: 40px; }
#imBlogPost_00000000F .ff1 { font-family: 'Fredericka the Great'; }
#imBlogPost_00000000F .fs14lh1-5 { vertical-align: baseline; font-size: 14pt; line-height: 28px; }
#imBlogPost_00000000F .fs11lh1-5 { vertical-align: baseline; font-size: 11pt; line-height: 22px; }
#imBlogPost_00000000F .ff2 { font-family: 'Neucha'; }
#imBlogPost_00000000F .fs10lh1-5 { vertical-align: baseline; font-size: 10pt; line-height: 20px; }
#imBlogPost_00000000F .ff3 { font-family: 'Courier New'; }
#imBlogPost_00000000F .cf1 { color: rgb(204, 0, 0); }
#imBlogPost_00000000F .cf2 { color: rgb(67, 67, 67); }
#imBlogPost_00000000F .cf3 { color: rgb(61, 133, 198); }
#imBlogPost_00000000F .cf4 { color: rgb(230, 145, 56); }
#imBlogPost_00000000F .fs9lh1-5 { vertical-align: baseline; font-size: 9pt; line-height: 18px; }
#imBlogPost_00000000F .fs18lh1-5 { vertical-align: baseline; font-size: 18pt; line-height: 36px; }
#imBlogPost_00000000F .fs16lh1-5 { vertical-align: baseline; font-size: 16pt; line-height: 32px; }
#imBlogPost_00000000F .cf5 { color: rgb(106, 168, 79); }
#imBlogPost_00000000F .lh1 { line-height: 1; }
#imBlogPost_00000000F .fs11lh1 { vertical-align: baseline; font-size: 11pt; line-height: 15px; }
#imBlogPost_00000000F .fs10lh1 { vertical-align: baseline; font-size: 10pt; line-height: 13px; }
#imBlogPost_00000000F .cf6 { color: rgb(69, 129, 142); }
#imBlogPost_00000000F .fs12lh1-5 { vertical-align: baseline; font-size: 12pt; line-height: 24px; }
#imBlogPost_00000000F .cf7 { color: rgb(180, 95, 6); }
#imBlogPost_00000000F .ff4 { font-family: 'Rajdhani'; }
#imBlogPost_00000000F .cf8 { color: rgb(204, 65, 37); }
#imBlogPost_00000000F .cf9 { color: rgb(142, 124, 195); }
#imBlogPost_00000000F .cf10 { color: rgb(166, 77, 121); }
#imBlogPost_00000000F .ff5 { font-family: 'Comic Sans MS'; }
#imBlogPost_00000000F .ff6 { font-family: 'Arial Black'; }
#imBlogPost_000000010 div { line-height: 24px; }
#imBlogPost_000000010 .imHeading1 { line-height: 44px; }
#imBlogPost_000000010 .imHeading2 { line-height: 40px; }
#imBlogPost_000000010 .imHeading3 { line-height: 36px; }
#imBlogPost_000000010 .imHeading4 { line-height: 32px; }
#imBlogPost_000000010 .imHeading5 { line-height: 28px; }
#imBlogPost_000000010 .imHeading6 { line-height: 24px; }
#imBlogPost_000000010 ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imBlogPost_000000010 ul ul { list-style: square; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_000000010 ul ul ul { list-style: circle; }
#imBlogPost_000000010 ul li, ol li { margin-block: 0px; margin-inline: 40px 0px; padding: 0px; }
#imBlogPost_000000010 ol { list-style: decimal; margin: 0; padding: 0; }
#imBlogPost_000000010 ol ol { list-style: lower-alpha; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_000000010 blockquote { margin-block: 0px; margin-inline: 15px 0px; padding: 0; border: none; }
#imBlogPost_000000010 table { border: none; padding: 0; border-collapse: collapse; }
#imBlogPost_000000010 table th { border: 1px solid black; word-wrap: break-word; padding: 10px; margin: 0; vertical-align: middle; text-align: start;  }
#imBlogPost_000000010 table td { border: 1px solid black; word-wrap: break-word; padding: 10px; margin: 0; vertical-align: middle; }
#imBlogPost_000000010 p { margin: 0; padding: 0; }
#imBlogPost_000000010 .inline-block { display: inline-block; }
#imBlogPost_000000010 sup { vertical-align: super; font-size: smaller; }
#imBlogPost_000000010 sub { vertical-align: sub; font-size: smaller; }
#imBlogPost_000000010 img { border: none; margin: 0; vertical-align: text-bottom;}
#imBlogPost_000000010 .fleft { float: left; float: inline-start; vertical-align: baseline;}
#imBlogPost_000000010 .fright { float: right; float: inline-end; vertical-align: baseline;}
#imBlogPost_000000010 img.fleft { margin-inline-end: 15px; }
#imBlogPost_000000010 img.fright { margin-inline-start: 15px; }
#imBlogPost_000000010 .imTALeft { text-align: start; }
#imBlogPost_000000010 .imTARight { text-align: end; }
#imBlogPost_000000010 .imTACenter { text-align: center; }
#imBlogPost_000000010 .imTAJustify { text-align: justify; }
#imBlogPost_000000010 .imUl { text-decoration: underline; }
#imBlogPost_000000010 .imStrike { text-decoration: line-through; }
#imBlogPost_000000010 .imUlStrike { text-decoration: underline line-through; }
#imBlogPost_000000010 .imVt { vertical-align: top; }
#imBlogPost_000000010 .imVc { vertical-align: middle; }
#imBlogPost_000000010 .imVb { vertical-align: bottom; }
#imBlogPost_000000010 hr { border: solid; border-block-width: 1px 0px; border-inline-width: 0px; }
#imBlogPost_000000010 .fs24lh1-5 { vertical-align: baseline; font-size: 24pt; line-height: 48px; }
#imBlogPost_000000010 .ff1 { font-family: 'Fredericka the Great'; }
#imBlogPost_000000010 .fs12lh1-5 { vertical-align: baseline; font-size: 12pt; line-height: 24px; }
#imBlogPost_000000010 .cf1 { color: rgb(67, 67, 67); }
#imBlogPost_000000010 .lh1-15 { line-height: 1.15; }
#imBlogPost_000000010 .fs12lh1-15 { vertical-align: baseline; font-size: 12pt; line-height: 18px; }
#imBlogPost_000000010 .fs14lh1-15 { vertical-align: baseline; font-size: 14pt; line-height: 21px; }
#imBlogPost_000000010 .ff2 { font-family: 'Neucha'; }
#imBlogPost_000000010 .fs10lh1-15 { vertical-align: baseline; font-size: 10pt; line-height: 15px; }
#imBlogPost_000000010 .ff3 { font-family: 'Book Antiqua'; }
#imBlogPost_000000010 .fs10lh1-5 { vertical-align: baseline; font-size: 10pt; line-height: 20px; }
#imBlogPost_000000010 .ff4 { font-family: 'Barlow Condensed'; }
#imBlogPost_00000000E div { line-height: 24px; }
#imBlogPost_00000000E .imHeading1 { line-height: 44px; }
#imBlogPost_00000000E .imHeading2 { line-height: 40px; }
#imBlogPost_00000000E .imHeading3 { line-height: 36px; }
#imBlogPost_00000000E .imHeading4 { line-height: 32px; }
#imBlogPost_00000000E .imHeading5 { line-height: 28px; }
#imBlogPost_00000000E .imHeading6 { line-height: 24px; }
#imBlogPost_00000000E ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imBlogPost_00000000E ul ul { list-style: square; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_00000000E ul ul ul { list-style: circle; }
#imBlogPost_00000000E ul li, ol li { margin-block: 0px; margin-inline: 40px 0px; padding: 0px; }
#imBlogPost_00000000E ol { list-style: decimal; margin: 0; padding: 0; }
#imBlogPost_00000000E ol ol { list-style: lower-alpha; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_00000000E blockquote { margin-block: 0px; margin-inline: 15px 0px; padding: 0; border: none; }
#imBlogPost_00000000E table { border: none; padding: 0; border-collapse: collapse; }
#imBlogPost_00000000E table th { border: 1px solid black; word-wrap: break-word; padding: 10px; margin: 0; vertical-align: middle; text-align: start;  }
#imBlogPost_00000000E table td { border: 1px solid black; word-wrap: break-word; padding: 10px; margin: 0; vertical-align: middle; }
#imBlogPost_00000000E p { margin: 0; padding: 0; }
#imBlogPost_00000000E .inline-block { display: inline-block; }
#imBlogPost_00000000E sup { vertical-align: super; font-size: smaller; }
#imBlogPost_00000000E sub { vertical-align: sub; font-size: smaller; }
#imBlogPost_00000000E img { border: none; margin: 0; vertical-align: text-bottom;}
#imBlogPost_00000000E .fleft { float: left; float: inline-start; vertical-align: baseline;}
#imBlogPost_00000000E .fright { float: right; float: inline-end; vertical-align: baseline;}
#imBlogPost_00000000E img.fleft { margin-inline-end: 15px; }
#imBlogPost_00000000E img.fright { margin-inline-start: 15px; }
#imBlogPost_00000000E .imTALeft { text-align: start; }
#imBlogPost_00000000E .imTARight { text-align: end; }
#imBlogPost_00000000E .imTACenter { text-align: center; }
#imBlogPost_00000000E .imTAJustify { text-align: justify; }
#imBlogPost_00000000E .imUl { text-decoration: underline; }
#imBlogPost_00000000E .imStrike { text-decoration: line-through; }
#imBlogPost_00000000E .imUlStrike { text-decoration: underline line-through; }
#imBlogPost_00000000E .imVt { vertical-align: top; }
#imBlogPost_00000000E .imVc { vertical-align: middle; }
#imBlogPost_00000000E .imVb { vertical-align: bottom; }
#imBlogPost_00000000E hr { border: solid; border-block-width: 1px 0px; border-inline-width: 0px; }
#imBlogPost_00000000E .fs24lh1-5 { vertical-align: baseline; font-size: 24pt; line-height: 48px; }
#imBlogPost_00000000E .ff1 { font-family: 'Fredericka the Great'; }
#imBlogPost_00000000E .lh1-15 { line-height: 1.15; }
#imBlogPost_00000000E .fs12lh1-15 { vertical-align: baseline; font-size: 12pt; line-height: 18px; }
#imBlogPost_00000000E .fs9lh1-15 { vertical-align: baseline; font-size: 9pt; line-height: 14px; }
#imBlogPost_00000000E .ff2 { font-family: 'Courier New'; }
#imBlogPost_000000007 div { line-height: 24px; }
#imBlogPost_000000007 .imHeading1 { line-height: 44px; }
#imBlogPost_000000007 .imHeading2 { line-height: 40px; }
#imBlogPost_000000007 .imHeading3 { line-height: 36px; }
#imBlogPost_000000007 .imHeading4 { line-height: 32px; }
#imBlogPost_000000007 .imHeading5 { line-height: 28px; }
#imBlogPost_000000007 .imHeading6 { line-height: 24px; }
#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 th { border: 1px solid black; word-wrap: break-word; padding: 10px; margin: 0; vertical-align: middle; text-align: start;  }
#imBlogPost_000000007 table td { border: 1px solid black; word-wrap: break-word; padding: 10px; 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_000000007 .fs14lh1-5 { vertical-align: baseline; font-size: 14pt; line-height: 28px; }
#imBlogPost_000000007 .cf1 { color: rgb(106, 168, 79); }
#imBlogPost_000000007 .ff1 { font-family: 'Roboto'; }
#imBlogPost_000000007 .cb1 { background-color: rgb(217, 234, 211); }
#imBlogPost_000000007 .cf2 { color: rgb(230, 145, 56); }
#imBlogPost_000000007 .fs20lh1-5 { vertical-align: baseline; font-size: 20pt; line-height: 40px; }
#imBlogPost_000000007 .cf3 { color: rgb(217, 113, 3); }
#imBlogPost_000000007 .cf4 { color: rgb(13, 163, 95); }
#imBlogPost_000000007 .cf5 { color: rgb(0, 0, 0); }
#imBlogPost_000000007 .lh1 { line-height: 1; }
#imBlogPost_000000007 .fs14lh1 { vertical-align: baseline; font-size: 14pt; line-height: 19px; }
#imBlogPost_000000007 .fs12lh1 { vertical-align: baseline; font-size: 12pt; line-height: 16px; }
#imBlogPost_000000007 .cf6 { color: rgb(22, 81, 68); }
#imBlogPost_000000007 .cf7 { color: rgb(0, 115, 165); }
#imBlogPost_000000007 .cf8 { color: rgb(163, 52, 4); }
#imBlogPost_000000007 .fs9lh1-5 { vertical-align: baseline; font-size: 9pt; line-height: 18px; }
#imBlogPost_000000007 .ff2 { font-family: 'Courier New'; }
#imBlogPost_000000008 div { line-height: 24px; }
#imBlogPost_000000008 .imHeading1 { line-height: 44px; }
#imBlogPost_000000008 .imHeading2 { line-height: 40px; }
#imBlogPost_000000008 .imHeading3 { line-height: 36px; }
#imBlogPost_000000008 .imHeading4 { line-height: 32px; }
#imBlogPost_000000008 .imHeading5 { line-height: 28px; }
#imBlogPost_000000008 .imHeading6 { line-height: 24px; }
#imBlogPost_000000008 ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imBlogPost_000000008 ul ul { list-style: square; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_000000008 ul ul ul { list-style: circle; }
#imBlogPost_000000008 ul li, ol li { margin-block: 0px; margin-inline: 40px 0px; padding: 0px; }
#imBlogPost_000000008 ol { list-style: decimal; margin: 0; padding: 0; }
#imBlogPost_000000008 ol ol { list-style: lower-alpha; padding-block: 0px; padding-inline: 20px 0px; }
#imBlogPost_000000008 blockquote { margin-block: 0px; margin-inline: 15px 0px; padding: 0; border: none; }
#imBlogPost_000000008 table { border: none; padding: 0; border-collapse: collapse; }
#imBlogPost_000000008 table th { border: 1px solid black; word-wrap: break-word; padding: 10px; margin: 0; vertical-align: middle; text-align: start;  }
#imBlogPost_000000008 table td { border: 1px solid black; word-wrap: break-word; padding: 10px; margin: 0; vertical-align: middle; }
#imBlogPost_000000008 p { margin: 0; padding: 0; }
#imBlogPost_000000008 .inline-block { display: inline-block; }
#imBlogPost_000000008 sup { vertical-align: super; font-size: smaller; }
#imBlogPost_000000008 sub { vertical-align: sub; font-size: smaller; }
#imBlogPost_000000008 img { border: none; margin: 0; vertical-align: text-bottom;}
#imBlogPost_000000008 .fleft { float: left; float: inline-start; vertical-align: baseline;}
#imBlogPost_000000008 .fright { float: right; float: inline-end; vertical-align: baseline;}
#imBlogPost_000000008 img.fleft { margin-inline-end: 15px; }
#imBlogPost_000000008 img.fright { margin-inline-start: 15px; }
#imBlogPost_000000008 .imTALeft { text-align: start; }
#imBlogPost_000000008 .imTARight { text-align: end; }
#imBlogPost_000000008 .imTACenter { text-align: center; }
#imBlogPost_000000008 .imTAJustify { text-align: justify; }
#imBlogPost_000000008 .imUl { text-decoration: underline; }
#imBlogPost_000000008 .imStrike { text-decoration: line-through; }
#imBlogPost_000000008 .imUlStrike { text-decoration: underline line-through; }
#imBlogPost_000000008 .imVt { vertical-align: top; }
#imBlogPost_000000008 .imVc { vertical-align: middle; }
#imBlogPost_000000008 .imVb { vertical-align: bottom; }
#imBlogPost_000000008 hr { border: solid; border-block-width: 1px 0px; border-inline-width: 0px; }
#imBlogPost_000000008 .fs12lh1-5 { vertical-align: baseline; font-size: 12pt; line-height: 24px; }
#imBlogPost_000000008 .cf1 { color: rgb(106, 168, 79); }
#imBlogPost_000000008 .ff1 { font-family: 'Arial Black'; }
#imBlogPost_000000008 .cb1 { background-color: rgb(217, 234, 211); }
#imBlogPost_000000008 .fs20lh1-5 { vertical-align: baseline; font-size: 20pt; line-height: 40px; }
#imBlogPost_000000008 .ff2 { font-family: 'Neucha'; }
#imBlogPost_000000008 .fs9lh1-5 { vertical-align: baseline; font-size: 9pt; line-height: 18px; }
#imBlogPost_000000008 .ff3 { font-family: 'Courier New'; }
#imBlogPost_000000008 .cf2 { color: rgb(217, 113, 3); }
#imBlogPost_000000008 .fs18lh1-5 { vertical-align: baseline; font-size: 18pt; line-height: 36px; }
#imBlogPost_000000008 .cf3 { color: rgb(13, 163, 95); }
#imBlogPost_000000008 .cf4 { color: rgb(49, 49, 49); }
#imBlogPost_000000008 .fs14lh1-5 { vertical-align: baseline; font-size: 14pt; line-height: 28px; }
#imBlogPost_000000008 .cf5 { color: rgb(6, 147, 227); }
#imBlogPost_000000008 .cf6 { color: rgb(45, 45, 45); }
#imBlogPost_000000008 .cf7 { color: rgb(155, 81, 224); }
#imBlogPost_000000008 .cf8 { color: rgb(255, 105, 0); }
#imBlogPost_000000008 .cf9 { color: rgb(188, 22, 77); }
#imBlogPost_000000008 .cf10 { color: rgb(100, 156, 25); }
#imBlogPost_000000008 .cf11 { color: rgb(0, 208, 132); }
#imBlogPost_000000008 .cf12 { color: rgb(201, 0, 44); }
#imBlogPost_000000008 .cf13 { color: rgb(0, 0, 0); }
#imBlogPost_000000008 .cf14 { color: rgb(25, 210, 97); }
#imBlogPost_000000008 .cf15 { color: rgb(7, 138, 194); }
#imBlogPost_000000008 .cf16 { color: rgb(206, 114, 15); }
#imBlogPost_000000008 .cf17 { color: rgb(87, 141, 10); }
#imBlogPost_000000008 .cf18 { color: rgb(198, 109, 14); }
#imBlogPost_000000008 .cf19 { color: rgb(216, 34, 64); }
#imBlogPost_000000008 .cf20 { color: rgb(86, 155, 49); }
#imBlogPost_000000008 .cf21 { color: rgb(230, 145, 56); }
#imBlogPost_000000008 .cf22 { color: rgb(3, 110, 129); }
#imBlogPost_000000008 .cf23 { color: rgb(204, 0, 0); }
#imBlogPost_000000008 .cf24 { color: rgb(153, 153, 153); }
#imBlogPost_000000008 .cf25 { color: rgb(163, 52, 4); }
#imBlogPost_000000008 .cf26 { color: rgb(170, 170, 170); }
#imPageExtContainer.imBlogExtArticle #imContentGraphics {
background-image: none; background-color: rgba(255, 255, 255, 1) !important;
}
@media (min-width: 1423.0px) {
	#imBlogPost_00000001A .image-1 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-3 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-4 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-5 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-6 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-7 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-8 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-9 { width: 100%; max-width: 600px; height: auto; }
	#imBlogPost_00000000B .image-0 { width: 100%; max-width: 1013px; height: auto; }
	#imBlogPost_00000000B .image-1 { width: 100%; max-width: 600px; height: auto; }
	#imBlogPost_00000000B .image-2 { width: 100%; max-width: 600px; height: auto; }
	#imBlogPost_00000000B .image-4 { width: 100%; max-width: 600px; height: auto; }
	#imBlogPost_00000000F .image-1 { width: 100%; max-width: 474px; height: auto; }
	#imBlogPost_000000008 .image-4 { width: 100%; max-width: 186px; height: auto; }
	#imBlogPost_000000008 .image-0 { width: 100%; max-width: 330px; height: auto; }
	#imBlogPost_000000008 .image-1 { width: 100%; max-width: 800px; height: auto; }
	#imBlogPost_000000008 .image-2 { width: 100%; max-width: 512px; height: auto; }
	#imBlogPost_000000008 .image-3 { width: 100%; max-width: 477px; height: auto; }
	#imBlogPage { position: relative; box-sizing: border-box; margin-inline-start: 0px; margin-inline-end: 0px; padding-block: 0px; padding-inline: 50px; }
	#imBlogPage.imBlogHome #imBlogContent { width: 981px; }
	#imBlogPage.imBlogArticle #imBlogContent { width: 981px; }
	.imBlogPostCard { width: 961px; height: 400px; float: left; float: inline-start; box-sizing: border-box; margin-block: 20px 0px; margin-inline: 0px 20px; line-height: 1.5; }
	.imBlogPostCard:nth-of-type(-n+1) { margin-top: 0px; }
	.imBlogPostCard:nth-of-type(1n) { margin-inline-end: 0px; }
	.imBlogPagination { width: 961px; }
	#imBlogPage.imBlogHome #imBlogSidebar { width: 342px; }
	#imBlogPage.imBlogArticle #imBlogSidebar { width: 342px; }
	#imBlogContent { margin-inline-end: 0px !important }
	.imBlogPostCard { height: 800px; display: grid; grid-template-columns: auto; grid-template-rows: 0% auto auto 1fr auto; }
	.imBlogPostCardWithCover { grid-template-rows: 50% auto auto 1fr auto; }
	.imBlogPostWrapperCardCover { grid-column: 1 / 2; grid-row: 1 / 2; }
	.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: 1422.9px) and (min-width: 1366.0px) {
	#imBlogPost_00000001A .image-1 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-3 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-4 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-5 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-6 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-7 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-8 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-9 { width: 100%; max-width: 600px; height: auto; }
	#imBlogPost_00000000B .image-0 { width: 100%; max-width: 1013px; height: auto; }
	#imBlogPost_00000000B .image-1 { width: 100%; max-width: 600px; height: auto; }
	#imBlogPost_00000000B .image-2 { width: 100%; max-width: 600px; height: auto; }
	#imBlogPost_00000000B .image-4 { width: 100%; max-width: 600px; height: auto; }
	#imBlogPost_00000000F .image-1 { width: 100%; max-width: 474px; height: auto; }
	#imBlogPost_000000008 .image-4 { width: 100%; max-width: 186px; height: auto; }
	#imBlogPost_000000008 .image-0 { width: 100%; max-width: 330px; height: auto; }
	#imBlogPost_000000008 .image-1 { width: 100%; max-width: 800px; height: auto; }
	#imBlogPost_000000008 .image-2 { width: 100%; max-width: 512px; height: auto; }
	#imBlogPost_000000008 .image-3 { width: 100%; max-width: 477px; height: auto; }
	#imBlogPage { position: relative; box-sizing: border-box; margin-inline-start: 0px; margin-inline-end: 0px; padding-block: 0px; padding-inline: 40px; }
	#imBlogPage.imBlogHome #imBlogContent { width: 944px; }
	#imBlogPage.imBlogArticle #imBlogContent { width: 944px; }
	.imBlogPostCard { width: 924px; height: 400px; float: left; float: inline-start; box-sizing: border-box; margin-block: 20px 0px; margin-inline: 0px 20px; line-height: 1.5; }
	.imBlogPostCard:nth-of-type(-n+1) { margin-top: 0px; }
	.imBlogPostCard:nth-of-type(1n) { margin-inline-end: 0px; }
	.imBlogPagination { width: 924px; }
	#imBlogPage.imBlogHome #imBlogSidebar { width: 342px; }
	#imBlogPage.imBlogArticle #imBlogSidebar { width: 342px; }
	#imBlogContent { margin-inline-end: 0px !important }
	.imBlogPostCard { height: 800px; display: grid; grid-template-columns: auto; grid-template-rows: 0% auto auto 1fr auto; }
	.imBlogPostCardWithCover { grid-template-rows: 50% auto auto 1fr auto; }
	.imBlogPostWrapperCardCover { grid-column: 1 / 2; grid-row: 1 / 2; }
	.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: 1365.9px) and (min-width: 1200.0px) {
	#imBlogPost_00000001A .image-1 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-3 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-4 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-5 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-6 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-7 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-8 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-9 { width: 100%; max-width: 600px; height: auto; }
	#imBlogPost_00000000B .image-0 { width: 100%; max-width: 1013px; height: auto; }
	#imBlogPost_00000000B .image-1 { width: 100%; max-width: 600px; height: auto; }
	#imBlogPost_00000000B .image-2 { width: 100%; max-width: 600px; height: auto; }
	#imBlogPost_00000000B .image-4 { width: 100%; max-width: 600px; height: auto; }
	#imBlogPost_00000000F .image-1 { width: 100%; max-width: 474px; height: auto; }
	#imBlogPost_000000008 .image-4 { width: 100%; max-width: 186px; height: auto; }
	#imBlogPost_000000008 .image-0 { width: 100%; max-width: 330px; height: auto; }
	#imBlogPost_000000008 .image-1 { width: 100%; max-width: 800px; height: auto; }
	#imBlogPost_000000008 .image-2 { width: 100%; max-width: 512px; height: auto; }
	#imBlogPost_000000008 .image-3 { width: 100%; max-width: 477px; height: auto; }
	#imBlogPage { position: relative; box-sizing: border-box; margin-inline-start: 0px; margin-inline-end: 0px; padding-block: 0px; padding-inline: 40px; }
	#imBlogPage.imBlogHome #imBlogContent { width: 778px; }
	#imBlogPage.imBlogArticle #imBlogContent { width: 778px; }
	.imBlogPostCard { width: 758px; height: 400px; float: left; float: inline-start; box-sizing: border-box; margin-block: 20px 0px; margin-inline: 0px 20px; line-height: 1.5; }
	.imBlogPostCard:nth-of-type(-n+1) { margin-top: 0px; }
	.imBlogPostCard:nth-of-type(1n) { margin-inline-end: 0px; }
	.imBlogPagination { width: 758px; }
	#imBlogPage.imBlogHome #imBlogSidebar { width: 342px; }
	#imBlogPage.imBlogArticle #imBlogSidebar { width: 342px; }
	#imBlogContent { margin-inline-end: 0px !important }
	.imBlogPostCard { height: 800px; display: grid; grid-template-columns: auto; grid-template-rows: 0% auto auto 1fr auto; }
	.imBlogPostCardWithCover { grid-template-rows: 50% auto auto 1fr auto; }
	.imBlogPostWrapperCardCover { grid-column: 1 / 2; grid-row: 1 / 2; }
	.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: 1199.9px) and (min-width: 960.0px) {
	#imBlogPost_00000001A .image-1 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-3 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-4 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-5 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-6 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-7 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-8 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-9 { width: 100%; max-width: 600px; height: auto; }
	#imBlogPost_00000000B .image-0 { width: 100%; max-width: 1013px; height: auto; }
	#imBlogPost_00000000B .image-1 { width: 100%; max-width: 600px; height: auto; }
	#imBlogPost_00000000B .image-2 { width: 100%; max-width: 600px; height: auto; }
	#imBlogPost_00000000B .image-4 { width: 100%; max-width: 600px; height: auto; }
	#imBlogPost_00000000F .image-1 { width: 100%; max-width: 474px; height: auto; }
	#imBlogPost_000000008 .image-4 { width: 100%; max-width: 186px; height: auto; }
	#imBlogPost_000000008 .image-0 { width: 100%; max-width: 330px; height: auto; }
	#imBlogPost_000000008 .image-1 { width: 100%; max-width: 800px; height: auto; }
	#imBlogPost_000000008 .image-2 { width: 100%; max-width: 512px; height: auto; }
	#imBlogPost_000000008 .image-3 { width: 100%; max-width: 477px; height: auto; }
	#imBlogPage { position: relative; box-sizing: border-box; margin-inline-start: 0px; margin-inline-end: 0px; padding-block: 0px; padding-inline: 30px; }
	#imBlogPage.imBlogHome #imBlogContent { width: 558px; }
	#imBlogPage.imBlogArticle #imBlogContent { width: 558px; }
	.imBlogPostCard { width: 538px; height: 400px; float: left; float: inline-start; box-sizing: border-box; margin-block: 20px 0px; margin-inline: 0px 20px; line-height: 1.5; }
	.imBlogPostCard:nth-of-type(-n+1) { margin-top: 0px; }
	.imBlogPostCard:nth-of-type(1n) { margin-inline-end: 0px; }
	.imBlogPagination { width: 538px; }
	#imBlogPage.imBlogHome #imBlogSidebar { width: 342px; }
	#imBlogPage.imBlogArticle #imBlogSidebar { width: 342px; }
	#imBlogContent { margin-inline-end: 0px !important }
	.imBlogPostCard { height: 800px; display: grid; grid-template-columns: auto; grid-template-rows: 0% auto auto 1fr auto; }
	.imBlogPostCardWithCover { grid-template-rows: 50% auto auto 1fr auto; }
	.imBlogPostWrapperCardCover { grid-column: 1 / 2; grid-row: 1 / 2; }
	.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_00000001A .image-1 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-3 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-4 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-5 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-6 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-7 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-8 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-9 { width: 100%; max-width: 600px; height: auto; }
	#imBlogPost_00000000B .image-0 { width: 100%; max-width: 1013px; height: auto; }
	#imBlogPost_00000000B .image-1 { width: 100%; max-width: 600px; height: auto; }
	#imBlogPost_00000000B .image-2 { width: 100%; max-width: 600px; height: auto; }
	#imBlogPost_00000000B .image-4 { width: 100%; max-width: 600px; height: auto; }
	#imBlogPost_00000000F .image-1 { width: 100%; max-width: 474px; height: auto; }
	#imBlogPost_000000008 .image-4 { width: 100%; max-width: 186px; height: auto; }
	#imBlogPost_000000008 .image-0 { width: 100%; max-width: 330px; height: auto; }
	#imBlogPost_000000008 .image-1 { width: 100%; max-width: 800px; height: auto; }
	#imBlogPost_000000008 .image-2 { width: 100%; max-width: 512px; height: auto; }
	#imBlogPost_000000008 .image-3 { width: 100%; max-width: 477px; height: auto; }
	#imBlogPage { position: relative; box-sizing: border-box; margin-inline-start: 0px; margin-inline-end: 0px; padding-block: 0px; padding-inline: 20px; }
	#imBlogPage.imBlogHome #imBlogContent { width: 700px; }
	#imBlogPage.imBlogArticle #imBlogContent { width: 700px; }
	.imBlogPostCard { width: 680px; height: 400px; float: left; float: inline-start; box-sizing: border-box; margin-block: 20px 0px; margin-inline: 0px 20px; line-height: 1.5; }
	.imBlogPostCard:nth-of-type(-n+1) { margin-top: 0px; }
	.imBlogPostCard:nth-of-type(1n) { margin-inline-end: 0px; }
	.imBlogPagination { width: 680px; }
	#imBlogPage.imBlogHome #imBlogSidebar { width: 100%; box-sizing: border-box; }
	#imBlogPage.imBlogHome #imBlogSidebar .imBlogBlock { width: 100%; box-sizing: border-box; }
	#imBlogPage.imBlogArticle #imBlogSidebar { width: 100%; box-sizing: border-box; }
	#imBlogPage.imBlogArticle #imBlogSidebar .imBlogBlock { width: 100%; box-sizing: border-box; }
	#imBlogContent { margin-inline-end: 0px !important }
	.imBlogPostCard { height: 800px; display: grid; grid-template-columns: auto; grid-template-rows: 0% auto auto 1fr auto; }
	.imBlogPostCardWithCover { grid-template-rows: 50% auto auto 1fr auto; }
	.imBlogPostWrapperCardCover { grid-column: 1 / 2; grid-row: 1 / 2; }
	.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_00000001A .image-1 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-3 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-4 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-5 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-6 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-7 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-8 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-9 { width: 100%; max-width: 600px; height: auto; }
	#imBlogPost_00000000B .image-0 { width: 100%; max-width: 1013px; height: auto; }
	#imBlogPost_00000000B .image-1 { width: 100%; max-width: 600px; height: auto; }
	#imBlogPost_00000000B .image-2 { width: 100%; max-width: 600px; height: auto; }
	#imBlogPost_00000000B .image-4 { width: 100%; max-width: 600px; height: auto; }
	#imBlogPost_00000000F .image-1 { width: 100%; max-width: 474px; height: auto; }
	#imBlogPost_000000008 .image-4 { width: 100%; max-width: 186px; height: auto; }
	#imBlogPost_000000008 .image-0 { width: 100%; max-width: 330px; height: auto; }
	#imBlogPost_000000008 .image-1 { width: 100%; max-width: 800px; height: auto; }
	#imBlogPost_000000008 .image-2 { width: 100%; max-width: 512px; height: auto; }
	#imBlogPost_000000008 .image-3 { width: 100%; max-width: 477px; height: auto; }
	#imBlogPage { position: relative; box-sizing: border-box; margin-inline-start: 0px; margin-inline-end: 0px; padding-block: 0px; padding-inline: 10px; }
	#imBlogPage.imBlogHome #imBlogContent { width: 480px; }
	#imBlogPage.imBlogArticle #imBlogContent { width: 480px; }
	.imBlogPostCard { width: 460px; height: 400px; float: left; float: inline-start; box-sizing: border-box; margin-block: 20px 0px; margin-inline: 0px 20px; line-height: 1.5; }
	.imBlogPostCard:nth-of-type(-n+1) { margin-top: 0px; }
	.imBlogPostCard:nth-of-type(1n) { margin-inline-end: 0px; }
	.imBlogPagination { width: 460px; }
	#imBlogPage.imBlogHome #imBlogSidebar { width: 100%; box-sizing: border-box; }
	#imBlogPage.imBlogHome #imBlogSidebar .imBlogBlock { width: 100%; box-sizing: border-box; }
	#imBlogPage.imBlogArticle #imBlogSidebar { width: 100%; box-sizing: border-box; }
	#imBlogPage.imBlogArticle #imBlogSidebar .imBlogBlock { width: 100%; box-sizing: border-box; }
	#imBlogContent { margin-inline-end: 0px !important }
	.imBlogPostCard { height: 800px; display: grid; grid-template-columns: auto; grid-template-rows: 0% auto auto 1fr auto; }
	.imBlogPostCardWithCover { grid-template-rows: 50% auto auto 1fr auto; }
	.imBlogPostWrapperCardCover { grid-column: 1 / 2; grid-row: 1 / 2; }
	.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_00000001A .image-1 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-3 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-4 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-5 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-6 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-7 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-8 { width: 100%; max-width: 400px; height: auto; }
	#imBlogPost_00000001A .image-9 { width: 100%; max-width: 600px; height: auto; }
	#imBlogPost_00000000B .image-0 { width: 100%; max-width: 1013px; height: auto; }
	#imBlogPost_00000000B .image-1 { width: 100%; max-width: 600px; height: auto; }
	#imBlogPost_00000000B .image-2 { width: 100%; max-width: 600px; height: auto; }
	#imBlogPost_00000000B .image-4 { width: 100%; max-width: 600px; height: auto; }
	#imBlogPost_00000000F .image-1 { width: 100%; max-width: 474px; height: auto; }
	#imBlogPost_000000008 .image-4 { width: 100%; max-width: 186px; height: auto; }
	#imBlogPost_000000008 .image-0 { width: 100%; max-width: 330px; height: auto; }
	#imBlogPost_000000008 .image-1 { width: 100%; max-width: 800px; height: auto; }
	#imBlogPost_000000008 .image-2 { width: 100%; max-width: 512px; height: auto; }
	#imBlogPost_000000008 .image-3 { width: 100%; max-width: 477px; height: auto; }
	#imBlogPage { width: 100%; }
	#imBlogContent, #imBlogSidebar { box-sizing: border-box; width: 100%;padding-inline-start: 5px; padding-inline-end: 5px; }
	.imBlogPostCard { width: 100%; float: left; float: inline-start; box-sizing: border-box; height: 400px; margin-block: 20px 0px; margin-inline: 0px; line-height: 1.5; }
	.imBlogPostCard:nth-of-type(1) { margin-top: 0px; }
	.imBlogPagination { width: 100%; }
	#imBlogContent { margin-inline-end: 0px !important }
	.imBlogPostCard { height: 800px; display: grid; grid-template-columns: auto; grid-template-rows: 0% auto auto 1fr auto; }
	.imBlogPostCardWithCover { grid-template-rows: 50% auto auto 1fr auto; }
	.imBlogPostWrapperCardCover { grid-column: 1 / 2; grid-row: 1 / 2; }
	.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: 1423.0px) {
	#imHeader_imObjectImage_05_wrapper { position: absolute; top: 42px; inset-inline-start: 10px; width: 230px; height: 118px; text-align: center; z-index: 1002; overflow: hidden; }
	#imHeader_imObjectImage_05_wrapper img {-webkit-clip-path: inset(0 0 0% 0);clip-path: inset(0 0 0% 0);}#imHeader_imCell_5 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_5 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectImage_05 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_5 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imMenuObject_07_wrapper { position: absolute; top: 40px; inset-inline-start: 252px; width: 1168px; height: 54px; text-align: center; z-index: 1005;  }
	#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_imMenuObject_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;  }
	/* Main menu background */
	#imHeader_imMenuObject_07_container { border: solid; border-block-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-inline-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px; display: inline-table;}
	#imHeader_imMenuObject_07_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_07_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_07_container > ul > li > .label-wrapper, #imHeader_imMenuObject_07_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 170px; height: 50px; padding-block: 0px; padding-inline: 2px; border-block-width: 0px 8px; border-inline-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_07_container > ul > li > .label-wrapper:has(:focus-visible), #imHeader_imMenuObject_07_container > ul > li > div > .label-wrapper:has(:focus-visible) { overflow: visible; }
	#imHeader_imMenuObject_07 .hamburger-button {cursor: pointer; width: 50px; height: 50px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-block-width: 0px 8px; border-inline-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_07 .hamburger-bar { margin: 5px auto; width: 65%; height: 5px; background-color: rgba(204, 204, 204, 1); display: block; }
	#imHeader_imMenuObject_07 .label-inner-wrapper, #imHeader_imMenuObject_07 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_07_container > ul > li .label, #imHeader_imMenuObject_07 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_07_container > ul > li > .label-wrapper {background-color: transparent;background-image: none;border-block-color: transparent transparent; border-inline-color: transparent transparent; border-style: solid; }
	#imHeader_imMenuObject_07_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_07_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_07 .hamburger-button {background-color: rgba(67, 67, 67, 1);background-image: none;border-block-color: rgba(230, 145, 56, 1) rgba(230, 145, 56, 1); border-inline-color: rgba(230, 145, 56, 1) rgba(230, 145, 56, 1); border-style: solid; }
	#imHeader_imMenuObject_07 .hamburger-button .label, #imHeader_imMenuObject_07 .hamburger-button button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(204, 204, 204, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_07_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;border-block-color: rgba(102, 102, 102, 1) rgba(102, 102, 102, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imHeader_imMenuObject_07_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_07_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_07_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;border-block-color: rgba(102, 102, 102, 1) rgba(102, 102, 102, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imHeader_imMenuObject_07_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_07_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(67, 67, 67, 1);font-weight: normal;}
	#imHeader_imMenuObject_07_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;border-block-color: rgba(102, 102, 102, 1) rgba(102, 102, 102, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imHeader_imMenuObject_07_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_07_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(67, 67, 67, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_07_container > ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;border-block-color: rgba(102, 102, 102, 1) rgba(102, 102, 102, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imHeader_imMenuObject_07_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_07_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	#imHeader_imMenuObject_07 .imLevel { cursor: default; }
	#imHeader_imMenuObject_07-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_07 { text-align: end; }
	/* Level menu background */
	#imHeader_imMenuObject_07 ul ul { border: solid; border-block-color: transparent transparent; border-inline-color: rgba(102, 102, 102, 1) transparent; border-block-width: 0px; border-inline-width: 6px 0px; border-radius: 0px;   background-color: rgba(204, 204, 204, 1); }
	/* Level menu button size and position */
	#imHeader_imMenuObject_07 ul ul li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imHeader_imMenuObject_07 .multiple-column > ul {max-width: 170px;}
	#imHeader_imMenuObject_07 ul ul li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_07 ul ul .label-wrapper { display: block; overflow: hidden; width: 166px; height: 40px; padding-block: 0px; padding-inline: 2px; }
	#imHeader_imMenuObject_07 ul ul .label-wrapper:has(:focus-visible) { overflow: visible; }
	#imHeader_imMenuObject_07 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imHeader_imMenuObject_07 ul ul .label-wrapper {background-color: rgba(217, 217, 217, 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_07 ul ul .label-wrapper .label, #imHeader_imMenuObject_07 ul ul .label-wrapper button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	/* Level menu hover button style */
	#imHeader_imMenuObject_07 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(204, 204, 204, 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_07 ul ul li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_07 ul ul li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(67, 67, 67, 1);font-weight: normal;}
	#imHeader_imMenuObject_07 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(204, 204, 204, 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_07 ul ul li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_07 ul ul li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(67, 67, 67, 1);font-weight: normal;}
	/* Level menu separator button style */
	#imHeader_imMenuObject_07 ul ul .imMnMnSeparator > .label-wrapper {background-color: rgba(153, 153, 153, 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_07 ul ul .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_07 ul ul .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imHeader_imMenuObject_07 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(183, 183, 183, 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_07 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_07 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	#imHeader_imMenuObject_07 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imHeader_imMenuObject_07 .multiple-column {position: absolute; z-index: 2;inset-inline-start: 0px; }
	#imHeader_imMenuObject_07 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imHeader_imMenuObject_07 .multiple-column > ul > li {display: block;}
	#imHeader_imMenuObject_07_container > ul > li > ul {position: absolute;
	top: 58px;
	}
	#imHeader_imMenuObject_07_container > ul > li > ul.open-bottom { inset-inline-start: 0px; }
	#imHeader_imMenuObject_07_container > ul > li > ul.open-left { inset-inline-end: 174px; }
	#imHeader_imMenuObject_07_container > ul > li > ul.open-right { inset-inline-start: 174px; }
	#imHeader_imMenuObject_07_container > ul > li > ul ul, #imHeader_imMenuObject_07_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imHeader_imMenuObject_07_container  > ul > li > ul ul.open-left, #imHeader_imMenuObject_07_container .multiple-column > ul > li ul.open-left{ inset-inline-end: 170px; }
	#imHeader_imMenuObject_07_container  > ul > li > ul ul.open-right, #imHeader_imMenuObject_07_container .multiple-column > ul > li ul.open-right{ inset-inline-start: 170px; }
	#imHeader_imMenuObject_07 ul ul { display: none; visibility: hidden; opacity: 0; transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;}#imHeader_imMenuObject_07 ul ul li{  opacity: 0; transition: all 0.5s ease-in-out;}#imHeader_imMenuObject_07 ul ul li:nth-child(odd){ transform: translate3d(100%,0,0);}#imHeader_imMenuObject_07 ul ul li:nth-child(even){ transform: translate3d(-100%,0,0);}#imHeader_imMenuObject_07 ul ul.inline-block {display: inline-block; }
	#imHeader_imMenuObject_07 ul ul.animated { visibility: visible; opacity: 1; transition-delay: 0s, 0s; }
	#imHeader_imMenuObject_07 ul ul li.animated { opacity: 1; transform: translate3d(0,0,0); }
	#imHeader_imMenuObject_07_container > ul > li:nth-child(6n+1) {
	margin-inline-start: 0px; 
	clear: left; clear: inline-start; 
	}
	#imHeader_imMenuObject_07_container > ul > li:nth-child(n+7) {
	margin-top: 0px; 
	}
	#imHeader_imMenuObject_07-menu-opened { display: none; }
	#imHeader_imMenuObject_07 .hamburger-component { display: none; }
	#imHeader_pluginAppObj_10_wrapper { position: absolute; top: 5px; inset-inline-start: 940px; width: 300px; height: 28px; text-align: center; z-index: 1003; 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;  }
	#imHeader_imObjectSearch_11_wrapper { position: absolute; top: 6px; inset-inline-start: 626px; width: 300px; height: 28px; text-align: center; z-index: 1004; overflow: hidden; }
	#imHeader_imCell_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_11 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectSearch_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_11 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	input#imHeader_imObjectSearch_11_field[type=text] { margin-inline-end: 4px; }
	#imHeader_pluginAppObj_17_wrapper { position: absolute; top: 5px; inset-inline-start: 1253px; width: 160px; height: 30px; text-align: center; z-index: 1006;  }
	#imHeader_imCell_17 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_17 { grid-template-rows: [row-content] auto ; }
	#imHeader_pluginAppObj_17 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_17 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imHTMLObject_18_wrapper { position: absolute; top: 3px; inset-inline-start: 60px; width: 35px; height: 35px; text-align: center; z-index: 1007; overflow: hidden; }
	#imHeader_imCell_18 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_18 { grid-template-rows: [row-content] auto ; }
	#imHeader_imHTMLObject_18 { 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_18 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imHTMLObject_19_wrapper { position: absolute; top: 100px; inset-inline-start: 1265px; width: 150px; height: 55px; text-align: center; z-index: 1008; overflow: hidden; }
	#imHeader_imCell_19 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_19 { grid-template-rows: [row-content] auto ; }
	#imHeader_imHTMLObject_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; }
	#imHeader_imCellStyleBorders_19 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	
}

@media (max-width: 1422.9px) and (min-width: 1366.0px) {
	#imHeader_imObjectImage_05_wrapper { position: absolute; top: 41px; inset-inline-start: 10px; width: 230px; height: 118px; text-align: center; z-index: 1002; overflow: hidden; }
	#imHeader_imObjectImage_05_wrapper img {-webkit-clip-path: inset(0 0 0% 0);clip-path: inset(0 0 0% 0);}#imHeader_imCell_5 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_5 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectImage_05 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_5 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imMenuObject_07_wrapper { position: absolute; top: 41px; inset-inline-start: 1300px; width: 58px; height: 58px; text-align: center; z-index: 1003;  }
	#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_imMenuObject_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;  }
	/* Main menu background */
	#imHeader_imMenuObject_07_container { border: solid; border-block-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-inline-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px; display: inline-table;}
	#imHeader_imMenuObject_07_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_07_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_07_container > ul > li > .label-wrapper, #imHeader_imMenuObject_07_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 170px; height: 50px; padding-block: 0px; padding-inline: 2px; border-block-width: 0px 8px; border-inline-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_07_container > ul > li > .label-wrapper:has(:focus-visible), #imHeader_imMenuObject_07_container > ul > li > div > .label-wrapper:has(:focus-visible) { overflow: visible; }
	#imHeader_imMenuObject_07 .hamburger-button {cursor: pointer; width: 50px; height: 50px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-block-width: 0px 8px; border-inline-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_07 .hamburger-bar { margin: 5px auto; width: 65%; height: 5px; background-color: rgba(204, 204, 204, 1); display: block; }
	#imHeader_imMenuObject_07 .label-inner-wrapper, #imHeader_imMenuObject_07 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_07_container > ul > li .label, #imHeader_imMenuObject_07 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_07_container > ul > li > .label-wrapper {background-color: transparent;background-image: none;border-block-color: transparent transparent; border-inline-color: transparent transparent; border-style: solid; }
	#imHeader_imMenuObject_07_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_07_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_07 .hamburger-button {background-color: rgba(67, 67, 67, 1);background-image: none;border-block-color: rgba(230, 145, 56, 1) rgba(230, 145, 56, 1); border-inline-color: rgba(230, 145, 56, 1) rgba(230, 145, 56, 1); border-style: solid; }
	#imHeader_imMenuObject_07 .hamburger-button .label, #imHeader_imMenuObject_07 .hamburger-button button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(204, 204, 204, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_07_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;border-block-color: rgba(102, 102, 102, 1) rgba(102, 102, 102, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imHeader_imMenuObject_07_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_07_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_07_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;border-block-color: rgba(102, 102, 102, 1) rgba(102, 102, 102, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imHeader_imMenuObject_07_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_07_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(67, 67, 67, 1);font-weight: normal;}
	#imHeader_imMenuObject_07_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;border-block-color: rgba(102, 102, 102, 1) rgba(102, 102, 102, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imHeader_imMenuObject_07_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_07_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(67, 67, 67, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_07_container > ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;border-block-color: rgba(102, 102, 102, 1) rgba(102, 102, 102, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imHeader_imMenuObject_07_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_07_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	#imHeader_imMenuObject_07 .imLevel { cursor: default; }
	#imHeader_imMenuObject_07-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_07 { text-align: end; }
	#imHeader_imMenuObject_07 .hidden { display: none; }
	#imHeader_imMenuObject_07-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_07-menu-opened ul ul { display: none; }
	#imHeader_imMenuObject_07-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_07-menu-opened #imHeader_imMenuObject_07_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_07-menu-opened #imHeader_imMenuObject_07_container-menu-opened > ul { position: absolute; inset-inline-end: 0px; inset-inline-start: auto;  top: 40px; background-color: rgba(40, 40, 40, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_07-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(102, 102, 102, 1); }
	#imHeader_imMenuObject_07-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_07-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-end: 0px; width: 250px; border: solid; border-block-color: transparent transparent; border-inline-color: rgba(30, 30, 30, 1) transparent; border-block-width: 0px; border-inline-width: 6px 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_07-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.95;}
	.menu-imHeader_imMenuObject_07-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.95; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_07 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_07-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_07-menu-opened li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_07-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 240px; height: 45px; padding-block: 0px; padding-inline: 5px; }
	#imHeader_imMenuObject_07-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_07-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_07-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 250px;inset-inline-end: 0px; inset-inline-start: auto; background-color: rgba(40, 40, 40, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_07-menu-opened ul > li > .label-wrapper {background-color: rgba(40, 40, 40, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	#imHeader_imMenuObject_07-menu-opened ul ul > li > .label-wrapper {background-color: rgba(40, 40, 40, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	#imHeader_imMenuObject_07-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(40, 40, 40, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	#imHeader_imMenuObject_07-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(40, 40, 40, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_07-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(45, 45, 45, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(106, 168, 79, 1);font-weight: normal;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_07-menu-opened #imHeader_imMenuObject_07_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(30, 30, 30, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened #imHeader_imMenuObject_07_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened #imHeader_imMenuObject_07_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 128, 0, 1);font-weight: normal;}
	#imHeader_imMenuObject_07-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(30, 30, 30, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 128, 0, 1);font-weight: normal;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_07-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(30, 30, 30, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(128, 128, 255, 1);font-weight: normal;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_07-menu-opened {  transform: translate3d(256px, 0 ,0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_07-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_pluginAppObj_10_wrapper { position: absolute; top: 6px; inset-inline-start: 885px; width: 300px; height: 28px; text-align: center; z-index: 1004; 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;  }
	#imHeader_imObjectSearch_11_wrapper { position: absolute; top: 6px; inset-inline-start: 575px; width: 300px; height: 28px; text-align: center; z-index: 1005; overflow: hidden; }
	#imHeader_imCell_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_11 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectSearch_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_11 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	input#imHeader_imObjectSearch_11_field[type=text] { margin-inline-end: 4px; }
	#imHeader_pluginAppObj_17_wrapper { position: absolute; top: 5px; inset-inline-start: 1195px; width: 160px; height: 30px; text-align: center; z-index: 1006;  }
	#imHeader_imCell_17 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_17 { grid-template-rows: [row-content] auto ; }
	#imHeader_pluginAppObj_17 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_17 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imHTMLObject_18_wrapper { position: absolute; top: 5px; inset-inline-start: 60px; width: 30px; height: 30px; text-align: center; z-index: 1007; overflow: hidden; }
	#imHeader_imCell_18 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_18 { grid-template-rows: [row-content] auto ; }
	#imHeader_imHTMLObject_18 { 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_18 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imHTMLObject_19_wrapper { position: absolute; top: 105px; inset-inline-start: 1210px; width: 150px; height: 55px; text-align: center; z-index: 1008; overflow: hidden; }
	#imHeader_imCell_19 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_19 { grid-template-rows: [row-content] auto ; }
	#imHeader_imHTMLObject_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; }
	#imHeader_imCellStyleBorders_19 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	
}

@media (max-width: 1365.9px) and (min-width: 1200.0px) {
	#imHeader_imObjectImage_05_wrapper { position: absolute; top: 41px; inset-inline-start: 10px; width: 230px; height: 118px; text-align: center; z-index: 1002; overflow: hidden; }
	#imHeader_imObjectImage_05_wrapper img {-webkit-clip-path: inset(0 0 0% 0);clip-path: inset(0 0 0% 0);}#imHeader_imCell_5 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_5 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectImage_05 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_5 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imMenuObject_07_wrapper { position: absolute; top: 43px; inset-inline-start: 1130px; width: 58px; height: 58px; text-align: center; z-index: 1003;  }
	#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_imMenuObject_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;  }
	/* Main menu background */
	#imHeader_imMenuObject_07_container { border: solid; border-block-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-inline-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px; display: inline-table;}
	#imHeader_imMenuObject_07_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_07_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_07_container > ul > li > .label-wrapper, #imHeader_imMenuObject_07_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 170px; height: 50px; padding-block: 0px; padding-inline: 2px; border-block-width: 0px 8px; border-inline-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_07_container > ul > li > .label-wrapper:has(:focus-visible), #imHeader_imMenuObject_07_container > ul > li > div > .label-wrapper:has(:focus-visible) { overflow: visible; }
	#imHeader_imMenuObject_07 .hamburger-button {cursor: pointer; width: 50px; height: 50px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-block-width: 0px 8px; border-inline-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_07 .hamburger-bar { margin: 5px auto; width: 65%; height: 5px; background-color: rgba(204, 204, 204, 1); display: block; }
	#imHeader_imMenuObject_07 .label-inner-wrapper, #imHeader_imMenuObject_07 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_07_container > ul > li .label, #imHeader_imMenuObject_07 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_07_container > ul > li > .label-wrapper {background-color: transparent;background-image: none;border-block-color: transparent transparent; border-inline-color: transparent transparent; border-style: solid; }
	#imHeader_imMenuObject_07_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_07_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_07 .hamburger-button {background-color: rgba(67, 67, 67, 1);background-image: none;border-block-color: rgba(230, 145, 56, 1) rgba(230, 145, 56, 1); border-inline-color: rgba(230, 145, 56, 1) rgba(230, 145, 56, 1); border-style: solid; }
	#imHeader_imMenuObject_07 .hamburger-button .label, #imHeader_imMenuObject_07 .hamburger-button button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(204, 204, 204, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_07_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;border-block-color: rgba(102, 102, 102, 1) rgba(102, 102, 102, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imHeader_imMenuObject_07_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_07_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_07_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;border-block-color: rgba(102, 102, 102, 1) rgba(102, 102, 102, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imHeader_imMenuObject_07_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_07_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(67, 67, 67, 1);font-weight: normal;}
	#imHeader_imMenuObject_07_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;border-block-color: rgba(102, 102, 102, 1) rgba(102, 102, 102, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imHeader_imMenuObject_07_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_07_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(67, 67, 67, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_07_container > ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;border-block-color: rgba(102, 102, 102, 1) rgba(102, 102, 102, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imHeader_imMenuObject_07_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_07_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	#imHeader_imMenuObject_07 .imLevel { cursor: default; }
	#imHeader_imMenuObject_07-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_07 { text-align: end; }
	#imHeader_imMenuObject_07 .hidden { display: none; }
	#imHeader_imMenuObject_07-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_07-menu-opened ul ul { display: none; }
	#imHeader_imMenuObject_07-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_07-menu-opened #imHeader_imMenuObject_07_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_07-menu-opened #imHeader_imMenuObject_07_container-menu-opened > ul { position: absolute; inset-inline-end: 0px; inset-inline-start: auto;  top: 40px; background-color: rgba(40, 40, 40, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_07-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(102, 102, 102, 1); }
	#imHeader_imMenuObject_07-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_07-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-end: 0px; width: 250px; border: solid; border-block-color: transparent transparent; border-inline-color: rgba(30, 30, 30, 1) transparent; border-block-width: 0px; border-inline-width: 6px 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_07-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.95;}
	.menu-imHeader_imMenuObject_07-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.95; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_07 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_07-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_07-menu-opened li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_07-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 240px; height: 45px; padding-block: 0px; padding-inline: 5px; }
	#imHeader_imMenuObject_07-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_07-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_07-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 250px;inset-inline-end: 0px; inset-inline-start: auto; background-color: rgba(40, 40, 40, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_07-menu-opened ul > li > .label-wrapper {background-color: rgba(40, 40, 40, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	#imHeader_imMenuObject_07-menu-opened ul ul > li > .label-wrapper {background-color: rgba(40, 40, 40, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	#imHeader_imMenuObject_07-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(40, 40, 40, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	#imHeader_imMenuObject_07-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(40, 40, 40, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_07-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(45, 45, 45, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(106, 168, 79, 1);font-weight: normal;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_07-menu-opened #imHeader_imMenuObject_07_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(30, 30, 30, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened #imHeader_imMenuObject_07_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened #imHeader_imMenuObject_07_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 128, 0, 1);font-weight: normal;}
	#imHeader_imMenuObject_07-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(30, 30, 30, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 128, 0, 1);font-weight: normal;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_07-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(30, 30, 30, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(128, 128, 255, 1);font-weight: normal;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_07-menu-opened {  transform: translate3d(256px, 0 ,0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_07-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_pluginAppObj_10_wrapper { position: absolute; top: 5px; inset-inline-start: 730px; width: 300px; height: 28px; text-align: center; z-index: 1004; 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;  }
	#imHeader_imObjectSearch_11_wrapper { position: absolute; top: 6px; inset-inline-start: 420px; width: 300px; height: 28px; text-align: center; z-index: 1005; overflow: hidden; }
	#imHeader_imCell_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_11 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectSearch_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_11 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	input#imHeader_imObjectSearch_11_field[type=text] { margin-inline-end: 4px; }
	#imHeader_pluginAppObj_17_wrapper { position: absolute; top: 5px; inset-inline-start: 1035px; width: 160px; height: 30px; text-align: center; z-index: 1006;  }
	#imHeader_imCell_17 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_17 { grid-template-rows: [row-content] auto ; }
	#imHeader_pluginAppObj_17 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_17 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imHTMLObject_18_wrapper { position: absolute; top: 5px; inset-inline-start: 60px; width: 35px; height: 35px; text-align: center; z-index: 1007; overflow: hidden; }
	#imHeader_imCell_18 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_18 { grid-template-rows: [row-content] auto ; }
	#imHeader_imHTMLObject_18 { 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_18 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imHTMLObject_19_wrapper { position: absolute; top: 105px; inset-inline-start: 1040px; width: 150px; height: 55px; text-align: center; z-index: 1008; overflow: hidden; }
	#imHeader_imCell_19 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_19 { grid-template-rows: [row-content] auto ; }
	#imHeader_imHTMLObject_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; }
	#imHeader_imCellStyleBorders_19 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	
}

@media (max-width: 1199.9px) and (min-width: 960.0px) {
	#imHeader_imObjectImage_05_wrapper { position: absolute; top: 40px; inset-inline-start: 10px; width: 230px; height: 118px; text-align: center; z-index: 1002; overflow: hidden; }
	#imHeader_imObjectImage_05_wrapper img {-webkit-clip-path: inset(0 0 0% 0);clip-path: inset(0 0 0% 0);}#imHeader_imCell_5 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_5 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectImage_05 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_5 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imMenuObject_07_wrapper { position: absolute; top: 43px; inset-inline-start: 880px; width: 58px; height: 58px; text-align: center; z-index: 1003;  }
	#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_imMenuObject_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;  }
	/* Main menu background */
	#imHeader_imMenuObject_07_container { border: solid; border-block-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-inline-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px; display: inline-table;}
	#imHeader_imMenuObject_07_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_07_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_07_container > ul > li > .label-wrapper, #imHeader_imMenuObject_07_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 170px; height: 50px; padding-block: 0px; padding-inline: 2px; border-block-width: 0px 8px; border-inline-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_07_container > ul > li > .label-wrapper:has(:focus-visible), #imHeader_imMenuObject_07_container > ul > li > div > .label-wrapper:has(:focus-visible) { overflow: visible; }
	#imHeader_imMenuObject_07 .hamburger-button {cursor: pointer; width: 50px; height: 50px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-block-width: 0px 8px; border-inline-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_07 .hamburger-bar { margin: 5px auto; width: 65%; height: 5px; background-color: rgba(204, 204, 204, 1); display: block; }
	#imHeader_imMenuObject_07 .label-inner-wrapper, #imHeader_imMenuObject_07 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_07_container > ul > li .label, #imHeader_imMenuObject_07 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_07_container > ul > li > .label-wrapper {background-color: transparent;background-image: none;border-block-color: transparent transparent; border-inline-color: transparent transparent; border-style: solid; }
	#imHeader_imMenuObject_07_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_07_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_07 .hamburger-button {background-color: rgba(67, 67, 67, 1);background-image: none;border-block-color: rgba(230, 145, 56, 1) rgba(230, 145, 56, 1); border-inline-color: rgba(230, 145, 56, 1) rgba(230, 145, 56, 1); border-style: solid; }
	#imHeader_imMenuObject_07 .hamburger-button .label, #imHeader_imMenuObject_07 .hamburger-button button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(204, 204, 204, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_07_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;border-block-color: rgba(102, 102, 102, 1) rgba(102, 102, 102, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imHeader_imMenuObject_07_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_07_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_07_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;border-block-color: rgba(102, 102, 102, 1) rgba(102, 102, 102, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imHeader_imMenuObject_07_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_07_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(67, 67, 67, 1);font-weight: normal;}
	#imHeader_imMenuObject_07_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;border-block-color: rgba(102, 102, 102, 1) rgba(102, 102, 102, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imHeader_imMenuObject_07_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_07_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(67, 67, 67, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_07_container > ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;border-block-color: rgba(102, 102, 102, 1) rgba(102, 102, 102, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imHeader_imMenuObject_07_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_07_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	#imHeader_imMenuObject_07 .imLevel { cursor: default; }
	#imHeader_imMenuObject_07-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_07 { text-align: end; }
	#imHeader_imMenuObject_07 .hidden { display: none; }
	#imHeader_imMenuObject_07-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_07-menu-opened ul ul { display: none; }
	#imHeader_imMenuObject_07-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_07-menu-opened #imHeader_imMenuObject_07_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_07-menu-opened #imHeader_imMenuObject_07_container-menu-opened > ul { position: absolute; inset-inline-end: 0px; inset-inline-start: auto;  top: 40px; background-color: rgba(40, 40, 40, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_07-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(102, 102, 102, 1); }
	#imHeader_imMenuObject_07-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_07-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-end: 0px; width: 250px; border: solid; border-block-color: transparent transparent; border-inline-color: rgba(30, 30, 30, 1) transparent; border-block-width: 0px; border-inline-width: 6px 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_07-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.95;}
	.menu-imHeader_imMenuObject_07-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.95; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_07 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_07-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_07-menu-opened li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_07-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 240px; height: 45px; padding-block: 0px; padding-inline: 5px; }
	#imHeader_imMenuObject_07-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_07-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_07-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 250px;inset-inline-end: 0px; inset-inline-start: auto; background-color: rgba(40, 40, 40, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_07-menu-opened ul > li > .label-wrapper {background-color: rgba(40, 40, 40, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	#imHeader_imMenuObject_07-menu-opened ul ul > li > .label-wrapper {background-color: rgba(40, 40, 40, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	#imHeader_imMenuObject_07-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(40, 40, 40, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	#imHeader_imMenuObject_07-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(40, 40, 40, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_07-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(45, 45, 45, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(106, 168, 79, 1);font-weight: normal;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_07-menu-opened #imHeader_imMenuObject_07_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(30, 30, 30, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened #imHeader_imMenuObject_07_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened #imHeader_imMenuObject_07_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 128, 0, 1);font-weight: normal;}
	#imHeader_imMenuObject_07-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(30, 30, 30, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 128, 0, 1);font-weight: normal;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_07-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(30, 30, 30, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(128, 128, 255, 1);font-weight: normal;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_07-menu-opened {  transform: translate3d(256px, 0 ,0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_07-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_pluginAppObj_10_wrapper { position: absolute; top: 5px; inset-inline-start: 490px; width: 300px; height: 28px; text-align: center; z-index: 1004; 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;  }
	#imHeader_imObjectSearch_11_wrapper { position: absolute; top: 5px; inset-inline-start: 178px; width: 300px; height: 28px; text-align: center; z-index: 1005; overflow: hidden; }
	#imHeader_imCell_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_11 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectSearch_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_11 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	input#imHeader_imObjectSearch_11_field[type=text] { margin-inline-end: 4px; }
	#imHeader_pluginAppObj_17_wrapper { position: absolute; top: 4px; inset-inline-start: 795px; width: 160px; height: 30px; text-align: center; z-index: 1006;  }
	#imHeader_imCell_17 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_17 { grid-template-rows: [row-content] auto ; }
	#imHeader_pluginAppObj_17 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_17 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imHTMLObject_18_wrapper { position: absolute; top: 5px; inset-inline-start: 60px; width: 35px; height: 35px; text-align: center; z-index: 1007; overflow: hidden; }
	#imHeader_imCell_18 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_18 { grid-template-rows: [row-content] auto ; }
	#imHeader_imHTMLObject_18 { 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_18 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imHTMLObject_19_wrapper { position: absolute; top: 105px; inset-inline-start: 800px; width: 150px; height: 55px; text-align: center; z-index: 1008; overflow: hidden; }
	#imHeader_imCell_19 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_19 { grid-template-rows: [row-content] auto ; }
	#imHeader_imHTMLObject_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; }
	#imHeader_imCellStyleBorders_19 {  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_imObjectImage_05_wrapper { position: absolute; top: 40px; inset-inline-start: 10px; width: 230px; height: 118px; text-align: center; z-index: 1002; overflow: hidden; }
	#imHeader_imObjectImage_05_wrapper img {-webkit-clip-path: inset(0 0 0% 0);clip-path: inset(0 0 0% 0);}#imHeader_imCell_5 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_5 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectImage_05 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_5 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imMenuObject_07_wrapper { position: absolute; top: 43px; inset-inline-start: 655px; width: 58px; height: 58px; text-align: center; z-index: 1003;  }
	#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_imMenuObject_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;  }
	/* Main menu background */
	#imHeader_imMenuObject_07_container { border: solid; border-block-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-inline-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px; display: inline-table;}
	#imHeader_imMenuObject_07_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_07_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_07_container > ul > li > .label-wrapper, #imHeader_imMenuObject_07_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 170px; height: 50px; padding-block: 0px; padding-inline: 2px; border-block-width: 0px 8px; border-inline-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_07_container > ul > li > .label-wrapper:has(:focus-visible), #imHeader_imMenuObject_07_container > ul > li > div > .label-wrapper:has(:focus-visible) { overflow: visible; }
	#imHeader_imMenuObject_07 .hamburger-button {cursor: pointer; width: 50px; height: 50px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-block-width: 0px 8px; border-inline-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_07 .hamburger-bar { margin: 5px auto; width: 65%; height: 5px; background-color: rgba(204, 204, 204, 1); display: block; }
	#imHeader_imMenuObject_07 .label-inner-wrapper, #imHeader_imMenuObject_07 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_07_container > ul > li .label, #imHeader_imMenuObject_07 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_07_container > ul > li > .label-wrapper {background-color: transparent;background-image: none;border-block-color: transparent transparent; border-inline-color: transparent transparent; border-style: solid; }
	#imHeader_imMenuObject_07_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_07_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_07 .hamburger-button {background-color: rgba(67, 67, 67, 1);background-image: none;border-block-color: rgba(230, 145, 56, 1) rgba(230, 145, 56, 1); border-inline-color: rgba(230, 145, 56, 1) rgba(230, 145, 56, 1); border-style: solid; }
	#imHeader_imMenuObject_07 .hamburger-button .label, #imHeader_imMenuObject_07 .hamburger-button button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(204, 204, 204, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_07_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;border-block-color: rgba(102, 102, 102, 1) rgba(102, 102, 102, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imHeader_imMenuObject_07_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_07_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_07_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;border-block-color: rgba(102, 102, 102, 1) rgba(102, 102, 102, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imHeader_imMenuObject_07_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_07_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(67, 67, 67, 1);font-weight: normal;}
	#imHeader_imMenuObject_07_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;border-block-color: rgba(102, 102, 102, 1) rgba(102, 102, 102, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imHeader_imMenuObject_07_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_07_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(67, 67, 67, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_07_container > ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;border-block-color: rgba(102, 102, 102, 1) rgba(102, 102, 102, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imHeader_imMenuObject_07_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_07_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	#imHeader_imMenuObject_07 .imLevel { cursor: default; }
	#imHeader_imMenuObject_07-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_07 { text-align: end; }
	#imHeader_imMenuObject_07 .hidden { display: none; }
	#imHeader_imMenuObject_07-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_07-menu-opened ul ul { display: none; }
	#imHeader_imMenuObject_07-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_07-menu-opened #imHeader_imMenuObject_07_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_07-menu-opened #imHeader_imMenuObject_07_container-menu-opened > ul { position: absolute; inset-inline-end: 0px; inset-inline-start: auto;  top: 40px; background-color: rgba(40, 40, 40, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_07-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(102, 102, 102, 1); }
	#imHeader_imMenuObject_07-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_07-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-end: 0px; width: 250px; border: solid; border-block-color: transparent transparent; border-inline-color: rgba(30, 30, 30, 1) transparent; border-block-width: 0px; border-inline-width: 6px 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_07-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.95;}
	.menu-imHeader_imMenuObject_07-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.95; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_07 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_07-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_07-menu-opened li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_07-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 240px; height: 45px; padding-block: 0px; padding-inline: 5px; }
	#imHeader_imMenuObject_07-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_07-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_07-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 250px;inset-inline-end: 0px; inset-inline-start: auto; background-color: rgba(40, 40, 40, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_07-menu-opened ul > li > .label-wrapper {background-color: rgba(40, 40, 40, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	#imHeader_imMenuObject_07-menu-opened ul ul > li > .label-wrapper {background-color: rgba(40, 40, 40, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	#imHeader_imMenuObject_07-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(40, 40, 40, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	#imHeader_imMenuObject_07-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(40, 40, 40, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_07-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(45, 45, 45, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(106, 168, 79, 1);font-weight: normal;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_07-menu-opened #imHeader_imMenuObject_07_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(30, 30, 30, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened #imHeader_imMenuObject_07_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened #imHeader_imMenuObject_07_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 128, 0, 1);font-weight: normal;}
	#imHeader_imMenuObject_07-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(30, 30, 30, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 128, 0, 1);font-weight: normal;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_07-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(30, 30, 30, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(128, 128, 255, 1);font-weight: normal;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_07-menu-opened {  transform: translate3d(256px, 0 ,0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_07-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_pluginAppObj_10_wrapper { position: absolute; top: 5px; inset-inline-start: 250px; width: 300px; height: 28px; text-align: center; z-index: 1004; 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;  }
	#imHeader_imObjectSearch_11_wrapper { position: absolute; top: 45px; inset-inline-start: 251px; width: 300px; height: 28px; text-align: center; z-index: 1005; overflow: hidden; }
	#imHeader_imCell_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_11 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectSearch_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_11 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	input#imHeader_imObjectSearch_11_field[type=text] { margin-inline-end: 4px; }
	#imHeader_pluginAppObj_17_wrapper { position: absolute; top: 5px; inset-inline-start: 555px; width: 160px; height: 30px; text-align: center; z-index: 1006;  }
	#imHeader_imCell_17 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_17 { grid-template-rows: [row-content] auto ; }
	#imHeader_pluginAppObj_17 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_17 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imHTMLObject_18_wrapper { position: absolute; top: 5px; inset-inline-start: 60px; width: 35px; height: 35px; text-align: center; z-index: 1007; overflow: hidden; }
	#imHeader_imCell_18 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_18 { grid-template-rows: [row-content] auto ; }
	#imHeader_imHTMLObject_18 { 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_18 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imHTMLObject_19_wrapper { position: absolute; top: 105px; inset-inline-start: 565px; width: 150px; height: 55px; text-align: center; z-index: 1008; overflow: hidden; }
	#imHeader_imCell_19 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_19 { grid-template-rows: [row-content] auto ; }
	#imHeader_imHTMLObject_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; }
	#imHeader_imCellStyleBorders_19 {  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_imObjectImage_05_wrapper { position: absolute; top: 70px; inset-inline-start: 20px; width: 194px; height: 100px; text-align: center; z-index: 1002; overflow: hidden; }
	#imHeader_imObjectImage_05_wrapper img {-webkit-clip-path: inset(0 0 0% 0);clip-path: inset(0 0 0% 0);}#imHeader_imCell_5 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_5 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectImage_05 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_5 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imMenuObject_07_wrapper { position: absolute; top: 50px; inset-inline-start: 405px; width: 58px; height: 58px; text-align: center; z-index: 1003;  }
	#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_imMenuObject_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;  }
	/* Main menu background */
	#imHeader_imMenuObject_07_container { border: solid; border-block-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-inline-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px; display: inline-table;}
	#imHeader_imMenuObject_07_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_07_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_07_container > ul > li > .label-wrapper, #imHeader_imMenuObject_07_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 170px; height: 50px; padding-block: 0px; padding-inline: 2px; border-block-width: 0px 8px; border-inline-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_07_container > ul > li > .label-wrapper:has(:focus-visible), #imHeader_imMenuObject_07_container > ul > li > div > .label-wrapper:has(:focus-visible) { overflow: visible; }
	#imHeader_imMenuObject_07 .hamburger-button {cursor: pointer; width: 50px; height: 50px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-block-width: 0px 8px; border-inline-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_07 .hamburger-bar { margin: 5px auto; width: 65%; height: 5px; background-color: rgba(204, 204, 204, 1); display: block; }
	#imHeader_imMenuObject_07 .label-inner-wrapper, #imHeader_imMenuObject_07 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_07_container > ul > li .label, #imHeader_imMenuObject_07 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_07_container > ul > li > .label-wrapper {background-color: transparent;background-image: none;border-block-color: transparent transparent; border-inline-color: transparent transparent; border-style: solid; }
	#imHeader_imMenuObject_07_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_07_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_07 .hamburger-button {background-color: rgba(67, 67, 67, 1);background-image: none;border-block-color: rgba(230, 145, 56, 1) rgba(230, 145, 56, 1); border-inline-color: rgba(230, 145, 56, 1) rgba(230, 145, 56, 1); border-style: solid; }
	#imHeader_imMenuObject_07 .hamburger-button .label, #imHeader_imMenuObject_07 .hamburger-button button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(204, 204, 204, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_07_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;border-block-color: rgba(102, 102, 102, 1) rgba(102, 102, 102, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imHeader_imMenuObject_07_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_07_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_07_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;border-block-color: rgba(102, 102, 102, 1) rgba(102, 102, 102, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imHeader_imMenuObject_07_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_07_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(67, 67, 67, 1);font-weight: normal;}
	#imHeader_imMenuObject_07_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;border-block-color: rgba(102, 102, 102, 1) rgba(102, 102, 102, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imHeader_imMenuObject_07_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_07_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(67, 67, 67, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_07_container > ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;border-block-color: rgba(102, 102, 102, 1) rgba(102, 102, 102, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imHeader_imMenuObject_07_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_07_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	#imHeader_imMenuObject_07 .imLevel { cursor: default; }
	#imHeader_imMenuObject_07-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_07 { text-align: end; }
	#imHeader_imMenuObject_07 .hidden { display: none; }
	#imHeader_imMenuObject_07-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_07-menu-opened ul ul { display: none; }
	#imHeader_imMenuObject_07-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_07-menu-opened #imHeader_imMenuObject_07_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_07-menu-opened #imHeader_imMenuObject_07_container-menu-opened > ul { position: absolute; inset-inline-end: 0px; inset-inline-start: auto;  top: 40px; background-color: rgba(40, 40, 40, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_07-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(102, 102, 102, 1); }
	#imHeader_imMenuObject_07-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_07-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-end: 0px; width: 250px; border: solid; border-block-color: transparent transparent; border-inline-color: rgba(30, 30, 30, 1) transparent; border-block-width: 0px; border-inline-width: 6px 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_07-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.95;}
	.menu-imHeader_imMenuObject_07-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.95; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_07 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_07-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_07-menu-opened li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_07-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 240px; height: 45px; padding-block: 0px; padding-inline: 5px; }
	#imHeader_imMenuObject_07-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_07-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_07-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 250px;inset-inline-end: 0px; inset-inline-start: auto; background-color: rgba(40, 40, 40, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_07-menu-opened ul > li > .label-wrapper {background-color: rgba(40, 40, 40, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	#imHeader_imMenuObject_07-menu-opened ul ul > li > .label-wrapper {background-color: rgba(40, 40, 40, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	#imHeader_imMenuObject_07-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(40, 40, 40, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	#imHeader_imMenuObject_07-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(40, 40, 40, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_07-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(45, 45, 45, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(106, 168, 79, 1);font-weight: normal;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_07-menu-opened #imHeader_imMenuObject_07_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(30, 30, 30, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened #imHeader_imMenuObject_07_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened #imHeader_imMenuObject_07_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 128, 0, 1);font-weight: normal;}
	#imHeader_imMenuObject_07-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(30, 30, 30, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 128, 0, 1);font-weight: normal;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_07-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(30, 30, 30, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(128, 128, 255, 1);font-weight: normal;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_07-menu-opened {  transform: translate3d(256px, 0 ,0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_07-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_pluginAppObj_10_wrapper { position: absolute; top: 5px; inset-inline-start: 43px; width: 270px; height: 28px; text-align: center; z-index: 1004; 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;  }
	#imHeader_imObjectSearch_11_wrapper { position: absolute; top: 184px; inset-inline-start: 80px; width: 300px; height: 28px; text-align: center; z-index: 1005; overflow: hidden; }
	#imHeader_imCell_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_11 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectSearch_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_11 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	input#imHeader_imObjectSearch_11_field[type=text] { margin-inline-end: 4px; }
	#imHeader_pluginAppObj_17_wrapper { position: absolute; top: 5px; inset-inline-start: 314px; width: 160px; height: 30px; text-align: center; z-index: 1006;  }
	#imHeader_imCell_17 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_17 { grid-template-rows: [row-content] auto ; }
	#imHeader_pluginAppObj_17 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_17 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imHTMLObject_18_wrapper { position: absolute; top: 40px; inset-inline-start: 225px; width: 35px; height: 35px; text-align: center; z-index: 1007; overflow: hidden; }
	#imHeader_imCell_18 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_18 { grid-template-rows: [row-content] auto ; }
	#imHeader_imHTMLObject_18 { 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_18 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imHeader_imHTMLObject_19_wrapper { position: absolute; top: 120px; inset-inline-start: 315px; width: 150px; height: 55px; text-align: center; z-index: 1008; overflow: hidden; }
	#imHeader_imCell_19 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_19 { grid-template-rows: [row-content] auto ; }
	#imHeader_imHTMLObject_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; }
	#imHeader_imCellStyleBorders_19 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	
}

@media (max-width: 479.9px)  {
	#imHeader_imObjectImage_05_wrapper { position: absolute; top: 43px; inset-inline-start: 60px; width: 198px; height: 102px; text-align: center; z-index: 1002; overflow: hidden; }
	#imHeader_imObjectImage_05_wrapper img {-webkit-clip-path: inset(0 0 0% 0);clip-path: inset(0 0 0% 0);}#imHeader_imCell_5 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_5 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectImage_05 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleGraphics_5 { box-sizing: border-box; }
	#imHeader_imMenuObject_07_wrapper { position: absolute; top: 145px; inset-inline-start: 130px; width: 58px; height: 58px; text-align: center; z-index: 1003;  }
	#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_imMenuObject_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; }
	/* Main menu background */
	#imHeader_imMenuObject_07_container { border: solid; border-block-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-inline-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px; display: inline-table;}
	#imHeader_imMenuObject_07_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_07_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_07_container > ul > li > .label-wrapper, #imHeader_imMenuObject_07_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 170px; height: 50px; padding-block: 0px; padding-inline: 2px; border-block-width: 0px 8px; border-inline-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_07_container > ul > li > .label-wrapper:has(:focus-visible), #imHeader_imMenuObject_07_container > ul > li > div > .label-wrapper:has(:focus-visible) { overflow: visible; }
	#imHeader_imMenuObject_07 .hamburger-button {cursor: pointer; width: 50px; height: 50px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-block-width: 0px 8px; border-inline-width: 0px; border-radius: 0px; }
	#imHeader_imMenuObject_07 .hamburger-bar { margin: 5px auto; width: 65%; height: 5px; background-color: rgba(204, 204, 204, 1); display: block; }
	#imHeader_imMenuObject_07 .label-inner-wrapper, #imHeader_imMenuObject_07 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_07_container > ul > li .label, #imHeader_imMenuObject_07 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_07_container > ul > li > .label-wrapper {background-color: transparent;background-image: none;border-block-color: transparent transparent; border-inline-color: transparent transparent; border-style: solid; }
	#imHeader_imMenuObject_07_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_07_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_07 .hamburger-button {background-color: rgba(67, 67, 67, 1);background-image: none;border-block-color: rgba(230, 145, 56, 1) rgba(230, 145, 56, 1); border-inline-color: rgba(230, 145, 56, 1) rgba(230, 145, 56, 1); border-style: solid; }
	#imHeader_imMenuObject_07 .hamburger-button .label, #imHeader_imMenuObject_07 .hamburger-button button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(204, 204, 204, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_07_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;border-block-color: rgba(102, 102, 102, 1) rgba(102, 102, 102, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imHeader_imMenuObject_07_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_07_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_07_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;border-block-color: rgba(102, 102, 102, 1) rgba(102, 102, 102, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imHeader_imMenuObject_07_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_07_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(67, 67, 67, 1);font-weight: normal;}
	#imHeader_imMenuObject_07_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;border-block-color: rgba(102, 102, 102, 1) rgba(102, 102, 102, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imHeader_imMenuObject_07_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_07_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(67, 67, 67, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_07_container > ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(217, 217, 217, 1);background-image: none;border-block-color: rgba(102, 102, 102, 1) rgba(102, 102, 102, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imHeader_imMenuObject_07_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_07_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	#imHeader_imMenuObject_07 .imLevel { cursor: default; }
	#imHeader_imMenuObject_07-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_07 { text-align: end; }
	#imHeader_imMenuObject_07 .hidden { display: none; }
	#imHeader_imMenuObject_07-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_07-menu-opened ul ul { display: none; }
	#imHeader_imMenuObject_07-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_07-menu-opened #imHeader_imMenuObject_07_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_07-menu-opened #imHeader_imMenuObject_07_container-menu-opened > ul { position: absolute; inset-inline-end: 0px; inset-inline-start: auto;  top: 40px; background-color: rgba(40, 40, 40, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_07-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(102, 102, 102, 1); }
	#imHeader_imMenuObject_07-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_07-menu-opened { position:fixed; top: 0; bottom: 0; inset-inline-end: 0px; width: 250px; border: solid; border-block-color: transparent transparent; border-inline-color: rgba(30, 30, 30, 1) transparent; border-block-width: 0px; border-inline-width: 6px 0px; border-radius: 0px; ;  }
	#imPageExtContainer:after{ position: fixed; top: 0; inset-inline-end: 0px; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_07-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.95;}
	.menu-imHeader_imMenuObject_07-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.95; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_07 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_07-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_07-menu-opened li:last-child {margin-bottom: 0px; }
	#imHeader_imMenuObject_07-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 240px; height: 45px; padding-block: 0px; padding-inline: 5px; }
	#imHeader_imMenuObject_07-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_07-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_07-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 250px;inset-inline-end: 0px; inset-inline-start: auto; background-color: rgba(40, 40, 40, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_07-menu-opened ul > li > .label-wrapper {background-color: rgba(40, 40, 40, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	#imHeader_imMenuObject_07-menu-opened ul ul > li > .label-wrapper {background-color: rgba(40, 40, 40, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	#imHeader_imMenuObject_07-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(40, 40, 40, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	#imHeader_imMenuObject_07-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(40, 40, 40, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_07-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(45, 45, 45, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(106, 168, 79, 1);font-weight: normal;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_07-menu-opened #imHeader_imMenuObject_07_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(30, 30, 30, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened #imHeader_imMenuObject_07_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened #imHeader_imMenuObject_07_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 128, 0, 1);font-weight: normal;}
	#imHeader_imMenuObject_07-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(30, 30, 30, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 128, 0, 1);font-weight: normal;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_07-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(30, 30, 30, 1);background-image: none;}
	#imHeader_imMenuObject_07-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_07-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 14pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(128, 128, 255, 1);font-weight: normal;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_07-menu-opened {  transform: translate3d(256px, 0 ,0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_07-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_pluginAppObj_10_wrapper { position: absolute; top: 249px; inset-inline-start: 10px; width: 300px; height: 28px; text-align: center; z-index: 1004; 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; }
	#imHeader_imObjectSearch_11_wrapper { position: absolute; top: 210px; inset-inline-start: 10px; width: 300px; height: 27px; text-align: center; z-index: 1005; overflow: hidden; }
	#imHeader_imCell_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_11 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectSearch_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleGraphics_11 { box-sizing: border-box; }
	input#imHeader_imObjectSearch_11_field[type=text] { margin-inline-end: 4px; }
	#imHeader_pluginAppObj_17_wrapper { position: absolute; top: 5px; inset-inline-start: 156px; width: 160px; height: 30px; text-align: center; z-index: 1006;  }
	#imHeader_imCell_17 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_17 { grid-template-rows: [row-content] auto ; }
	#imHeader_pluginAppObj_17 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleGraphics_17 { box-sizing: border-box; }
	#imHeader_imHTMLObject_18_wrapper { position: absolute; top: 5px; inset-inline-start: 60px; width: 30px; height: 30px; text-align: center; z-index: 1007; overflow: hidden; }
	#imHeader_imCell_18 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_18 { grid-template-rows: [row-content] auto ; }
	#imHeader_imHTMLObject_18 { 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_18 { box-sizing: border-box; }
	#imHeader_imHTMLObject_19_wrapper { position: absolute; top: 285px; inset-inline-start: 85px; width: 150px; height: 55px; text-align: center; z-index: 1008; overflow: hidden; }
	#imHeader_imCell_19 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imHeader_imCell_19 { grid-template-rows: [row-content] auto ; }
	#imHeader_imHTMLObject_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; }
	#imHeader_imCellStyleGraphics_19 { box-sizing: border-box; }
	
}

@media (min-width: 1423.0px) {
	#imFooter_imTextObject_10_wrapper { position: absolute; top: 340px; inset-inline-start: 567px; width: 300px; height: 60px; text-align: center; z-index: 1002; overflow: hidden; }
	#imFooter_imCell_10 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_10 { grid-template-rows: [row-content] auto ; }
	#imFooter_imTextObject_10 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_10 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imTextObject_10 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imFooter_imMenuObject_11_wrapper { position: absolute; top: 10px; inset-inline-start: 5px; width: 1413px; height: 42px; text-align: center; z-index: 1003;  }
	#imFooter_imCell_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_11 { grid-template-rows: [row-content] auto ; }
	#imFooter_imMenuObject_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_11 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imFooter_imMenuObject_11_container { border: solid; border-block-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-inline-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-block-width: 1px; border-inline-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: rgba(0, 0, 0, 0.25); padding: 0px; display: inline-table;}
	#imFooter_imMenuObject_11_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imFooter_imMenuObject_11_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imFooter_imMenuObject_11_container > ul > li > .label-wrapper, #imFooter_imMenuObject_11_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 146px; height: 36px; padding-block: 0px; padding-inline: 2px; border-block-width: 2px; border-inline-width: 0px; border-radius: 0px; }
	#imFooter_imMenuObject_11_container > ul > li > .label-wrapper:has(:focus-visible), #imFooter_imMenuObject_11_container > ul > li > div > .label-wrapper:has(:focus-visible) { overflow: visible; }
	#imFooter_imMenuObject_11 .hamburger-button {cursor: pointer; width: 36px; height: 36px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-block-width: 2px; border-inline-width: 0px; border-radius: 0px; }
	#imFooter_imMenuObject_11 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(255, 128, 0, 1); display: block; }
	#imFooter_imMenuObject_11 .label-inner-wrapper, #imFooter_imMenuObject_11 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imFooter_imMenuObject_11_container > ul > li .label, #imFooter_imMenuObject_11 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imFooter_imMenuObject_11_container > ul > li > .label-wrapper {background-color: transparent;background-image: none;border-block-color: transparent transparent; border-inline-color: transparent transparent; border-style: solid; }
	#imFooter_imMenuObject_11_container > ul > li > .label-wrapper .label, #imFooter_imMenuObject_11_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(153, 153, 153, 1);font-weight: normal;}
	/* Hamburger button style */
	#imFooter_imMenuObject_11 .hamburger-button {background-color: rgba(45, 45, 45, 1);background-image: none;border-block-color: rgba(255, 0, 0, 1) rgba(255, 0, 0, 1); border-inline-color: rgba(255, 0, 0, 1) rgba(255, 0, 0, 1); border-style: solid; }
	#imFooter_imMenuObject_11 .hamburger-button .label, #imFooter_imMenuObject_11 .hamburger-button button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 128, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imFooter_imMenuObject_11_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(40, 40, 40, 1);background-image: none;border-block-color: transparent rgba(255, 106, 6, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imFooter_imMenuObject_11_container > ul > .imMnMnCurrent > .label-wrapper .label, #imFooter_imMenuObject_11_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 106, 6, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imFooter_imMenuObject_11_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(51, 51, 51, 1);background-image: none;border-block-color: transparent rgba(106, 168, 79, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imFooter_imMenuObject_11_container > ul > li.imPage:hover > .label-wrapper .label, #imFooter_imMenuObject_11_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(106, 168, 79, 1);font-weight: normal;}
	#imFooter_imMenuObject_11_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(51, 51, 51, 1);background-image: none;border-block-color: transparent rgba(106, 168, 79, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imFooter_imMenuObject_11_container > ul > li.imLevel:hover > .label-wrapper .label, #imFooter_imMenuObject_11_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(106, 168, 79, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imFooter_imMenuObject_11_container > ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(51, 51, 51, 1);background-image: none;border-block-color: transparent rgba(142, 124, 195, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imFooter_imMenuObject_11_container > ul > .imMnMnSeparator > .label-wrapper .label, #imFooter_imMenuObject_11_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(142, 124, 195, 1);font-weight: normal;}
	#imFooter_imMenuObject_11 .imLevel { cursor: default; }
	#imFooter_imMenuObject_11-menu-opened .imLevel { cursor: default; }
	#imFooter_imMenuObject_11 { text-align: center; }
	/* Level menu background */
	#imFooter_imMenuObject_11 ul ul { border: solid; border-block-color: transparent transparent; border-inline-color: rgba(35, 35, 35, 1) transparent; border-block-width: 0px; border-inline-width: 6px 0px; border-radius: 0px;   background-color: rgba(55, 55, 55, 1); }
	/* Level menu button size and position */
	#imFooter_imMenuObject_11 ul ul li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imFooter_imMenuObject_11 .multiple-column > ul {max-width: 170px;}
	#imFooter_imMenuObject_11 ul ul li:last-child {margin-bottom: 0px; }
	#imFooter_imMenuObject_11 ul ul .label-wrapper { display: block; overflow: hidden; width: 166px; height: 36px; padding-block: 0px; padding-inline: 2px; }
	#imFooter_imMenuObject_11 ul ul .label-wrapper:has(:focus-visible) { overflow: visible; }
	#imFooter_imMenuObject_11 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imFooter_imMenuObject_11 ul ul .label-wrapper {background-color: rgba(45, 45, 45, 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; }
	#imFooter_imMenuObject_11 ul ul .label-wrapper .label, #imFooter_imMenuObject_11 ul ul .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	/* Level menu hover button style */
	#imFooter_imMenuObject_11 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(55, 55, 55, 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; }
	#imFooter_imMenuObject_11 ul ul li.imLevel:hover > .label-wrapper .label, #imFooter_imMenuObject_11 ul ul li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(106, 168, 79, 1);font-weight: normal;}
	#imFooter_imMenuObject_11 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(55, 55, 55, 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; }
	#imFooter_imMenuObject_11 ul ul li.imPage:hover > .label-wrapper .label, #imFooter_imMenuObject_11 ul ul li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(106, 168, 79, 1);font-weight: normal;}
	/* Level menu separator button style */
	#imFooter_imMenuObject_11 ul ul .imMnMnSeparator > .label-wrapper {background-color: rgba(45, 45, 45, 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; }
	#imFooter_imMenuObject_11 ul ul .imMnMnSeparator > .label-wrapper .label, #imFooter_imMenuObject_11 ul ul .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(128, 128, 255, 1);font-weight: normal;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imFooter_imMenuObject_11 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(35, 35, 35, 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; }
	#imFooter_imMenuObject_11 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imFooter_imMenuObject_11 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 128, 0, 1);font-weight: normal;}
	#imFooter_imMenuObject_11 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imFooter_imMenuObject_11 .multiple-column {position: absolute; z-index: 2;inset-inline-start: 0px; }
	#imFooter_imMenuObject_11 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imFooter_imMenuObject_11 .multiple-column > ul > li {display: block;}
	#imFooter_imMenuObject_11_container > ul > li > ul {position: absolute;
	top: 40px;
	}
	#imFooter_imMenuObject_11_container > ul > li > ul.open-bottom { inset-inline-start: 0px; }
	#imFooter_imMenuObject_11_container > ul > li > ul.open-left { inset-inline-end: 150px; }
	#imFooter_imMenuObject_11_container > ul > li > ul.open-right { inset-inline-start: 150px; }
	#imFooter_imMenuObject_11_container > ul > li > ul ul, #imFooter_imMenuObject_11_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imFooter_imMenuObject_11_container  > ul > li > ul ul.open-left, #imFooter_imMenuObject_11_container .multiple-column > ul > li ul.open-left{ inset-inline-end: 170px; }
	#imFooter_imMenuObject_11_container  > ul > li > ul ul.open-right, #imFooter_imMenuObject_11_container .multiple-column > ul > li ul.open-right{ inset-inline-start: 170px; }
	#imFooter_imMenuObject_11 ul ul { display: none; visibility: hidden; opacity: 0; transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;}#imFooter_imMenuObject_11 ul ul li{  opacity: 0; transition: all 0.5s ease-in-out;}#imFooter_imMenuObject_11 ul ul li:nth-child(odd){ transform: translate3d(100%,0,0);}#imFooter_imMenuObject_11 ul ul li:nth-child(even){ transform: translate3d(-100%,0,0);}#imFooter_imMenuObject_11 ul ul.inline-block {display: inline-block; }
	#imFooter_imMenuObject_11 ul ul.animated { visibility: visible; opacity: 1; transition-delay: 0s, 0s; }
	#imFooter_imMenuObject_11 ul ul li.animated { opacity: 1; transform: translate3d(0,0,0); }
	#imFooter_imMenuObject_11_container > ul > li:nth-child(9n+1) {
	margin-inline-start: 0px; 
	clear: left; clear: inline-start; 
	}
	#imFooter_imMenuObject_11_container > ul > li:nth-child(n+10) {
	margin-top: 0px; 
	}
	#imFooter_imMenuObject_11-menu-opened { display: none; }
	#imFooter_imMenuObject_11 .hamburger-component { display: none; }
	#imFooter_pluginAppObj_12_wrapper { position: absolute; top: 235px; inset-inline-start: 665px; width: 100px; height: 100px; text-align: center; z-index: 1004;  }
	#imFooter_imCell_12 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_12 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_12 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_12 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	
}

@media (max-width: 1422.9px) and (min-width: 1366.0px) {
	#imFooter_imTextObject_10_wrapper { position: absolute; top: 336px; inset-inline-start: 535px; width: 300px; height: 60px; text-align: center; z-index: 1002; overflow: hidden; }
	#imFooter_imCell_10 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_10 { grid-template-rows: [row-content] auto ; }
	#imFooter_imTextObject_10 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_10 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imTextObject_10 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imFooter_imMenuObject_11_wrapper { position: absolute; top: 10px; inset-inline-start: 10px; width: 1345px; height: 42px; text-align: center; z-index: 1003;  }
	#imFooter_imCell_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_11 { grid-template-rows: [row-content] auto ; }
	#imFooter_imMenuObject_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_11 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imFooter_imMenuObject_11_container { border: solid; border-block-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-inline-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-block-width: 1px; border-inline-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: rgba(0, 0, 0, 0.25); padding: 0px; display: inline-table;}
	#imFooter_imMenuObject_11_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imFooter_imMenuObject_11_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imFooter_imMenuObject_11_container > ul > li > .label-wrapper, #imFooter_imMenuObject_11_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 146px; height: 36px; padding-block: 0px; padding-inline: 2px; border-block-width: 2px; border-inline-width: 0px; border-radius: 0px; }
	#imFooter_imMenuObject_11_container > ul > li > .label-wrapper:has(:focus-visible), #imFooter_imMenuObject_11_container > ul > li > div > .label-wrapper:has(:focus-visible) { overflow: visible; }
	#imFooter_imMenuObject_11 .hamburger-button {cursor: pointer; width: 36px; height: 36px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-block-width: 2px; border-inline-width: 0px; border-radius: 0px; }
	#imFooter_imMenuObject_11 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(255, 128, 0, 1); display: block; }
	#imFooter_imMenuObject_11 .label-inner-wrapper, #imFooter_imMenuObject_11 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imFooter_imMenuObject_11_container > ul > li .label, #imFooter_imMenuObject_11 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imFooter_imMenuObject_11_container > ul > li > .label-wrapper {background-color: transparent;background-image: none;border-block-color: transparent transparent; border-inline-color: transparent transparent; border-style: solid; }
	#imFooter_imMenuObject_11_container > ul > li > .label-wrapper .label, #imFooter_imMenuObject_11_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(153, 153, 153, 1);font-weight: normal;}
	/* Hamburger button style */
	#imFooter_imMenuObject_11 .hamburger-button {background-color: rgba(45, 45, 45, 1);background-image: none;border-block-color: rgba(255, 0, 0, 1) rgba(255, 0, 0, 1); border-inline-color: rgba(255, 0, 0, 1) rgba(255, 0, 0, 1); border-style: solid; }
	#imFooter_imMenuObject_11 .hamburger-button .label, #imFooter_imMenuObject_11 .hamburger-button button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 128, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imFooter_imMenuObject_11_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(40, 40, 40, 1);background-image: none;border-block-color: transparent rgba(255, 106, 6, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imFooter_imMenuObject_11_container > ul > .imMnMnCurrent > .label-wrapper .label, #imFooter_imMenuObject_11_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 106, 6, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imFooter_imMenuObject_11_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(51, 51, 51, 1);background-image: none;border-block-color: transparent rgba(106, 168, 79, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imFooter_imMenuObject_11_container > ul > li.imPage:hover > .label-wrapper .label, #imFooter_imMenuObject_11_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(106, 168, 79, 1);font-weight: normal;}
	#imFooter_imMenuObject_11_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(51, 51, 51, 1);background-image: none;border-block-color: transparent rgba(106, 168, 79, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imFooter_imMenuObject_11_container > ul > li.imLevel:hover > .label-wrapper .label, #imFooter_imMenuObject_11_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(106, 168, 79, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imFooter_imMenuObject_11_container > ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(51, 51, 51, 1);background-image: none;border-block-color: transparent rgba(142, 124, 195, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imFooter_imMenuObject_11_container > ul > .imMnMnSeparator > .label-wrapper .label, #imFooter_imMenuObject_11_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(142, 124, 195, 1);font-weight: normal;}
	#imFooter_imMenuObject_11 .imLevel { cursor: default; }
	#imFooter_imMenuObject_11-menu-opened .imLevel { cursor: default; }
	#imFooter_imMenuObject_11 { text-align: center; }
	/* Level menu background */
	#imFooter_imMenuObject_11 ul ul { border: solid; border-block-color: transparent transparent; border-inline-color: rgba(35, 35, 35, 1) transparent; border-block-width: 0px; border-inline-width: 6px 0px; border-radius: 0px;   background-color: rgba(55, 55, 55, 1); }
	/* Level menu button size and position */
	#imFooter_imMenuObject_11 ul ul li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imFooter_imMenuObject_11 .multiple-column > ul {max-width: 170px;}
	#imFooter_imMenuObject_11 ul ul li:last-child {margin-bottom: 0px; }
	#imFooter_imMenuObject_11 ul ul .label-wrapper { display: block; overflow: hidden; width: 166px; height: 36px; padding-block: 0px; padding-inline: 2px; }
	#imFooter_imMenuObject_11 ul ul .label-wrapper:has(:focus-visible) { overflow: visible; }
	#imFooter_imMenuObject_11 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imFooter_imMenuObject_11 ul ul .label-wrapper {background-color: rgba(45, 45, 45, 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; }
	#imFooter_imMenuObject_11 ul ul .label-wrapper .label, #imFooter_imMenuObject_11 ul ul .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	/* Level menu hover button style */
	#imFooter_imMenuObject_11 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(55, 55, 55, 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; }
	#imFooter_imMenuObject_11 ul ul li.imLevel:hover > .label-wrapper .label, #imFooter_imMenuObject_11 ul ul li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(106, 168, 79, 1);font-weight: normal;}
	#imFooter_imMenuObject_11 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(55, 55, 55, 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; }
	#imFooter_imMenuObject_11 ul ul li.imPage:hover > .label-wrapper .label, #imFooter_imMenuObject_11 ul ul li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(106, 168, 79, 1);font-weight: normal;}
	/* Level menu separator button style */
	#imFooter_imMenuObject_11 ul ul .imMnMnSeparator > .label-wrapper {background-color: rgba(45, 45, 45, 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; }
	#imFooter_imMenuObject_11 ul ul .imMnMnSeparator > .label-wrapper .label, #imFooter_imMenuObject_11 ul ul .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(128, 128, 255, 1);font-weight: normal;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imFooter_imMenuObject_11 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(35, 35, 35, 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; }
	#imFooter_imMenuObject_11 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imFooter_imMenuObject_11 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 128, 0, 1);font-weight: normal;}
	#imFooter_imMenuObject_11 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imFooter_imMenuObject_11 .multiple-column {position: absolute; z-index: 2;inset-inline-start: 0px; }
	#imFooter_imMenuObject_11 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imFooter_imMenuObject_11 .multiple-column > ul > li {display: block;}
	#imFooter_imMenuObject_11_container > ul > li > ul {position: absolute;
	top: 40px;
	}
	#imFooter_imMenuObject_11_container > ul > li > ul.open-bottom { inset-inline-start: 0px; }
	#imFooter_imMenuObject_11_container > ul > li > ul.open-left { inset-inline-end: 150px; }
	#imFooter_imMenuObject_11_container > ul > li > ul.open-right { inset-inline-start: 150px; }
	#imFooter_imMenuObject_11_container > ul > li > ul ul, #imFooter_imMenuObject_11_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imFooter_imMenuObject_11_container  > ul > li > ul ul.open-left, #imFooter_imMenuObject_11_container .multiple-column > ul > li ul.open-left{ inset-inline-end: 170px; }
	#imFooter_imMenuObject_11_container  > ul > li > ul ul.open-right, #imFooter_imMenuObject_11_container .multiple-column > ul > li ul.open-right{ inset-inline-start: 170px; }
	#imFooter_imMenuObject_11 ul ul { display: none; visibility: hidden; opacity: 0; transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;}#imFooter_imMenuObject_11 ul ul li{  opacity: 0; transition: all 0.5s ease-in-out;}#imFooter_imMenuObject_11 ul ul li:nth-child(odd){ transform: translate3d(100%,0,0);}#imFooter_imMenuObject_11 ul ul li:nth-child(even){ transform: translate3d(-100%,0,0);}#imFooter_imMenuObject_11 ul ul.inline-block {display: inline-block; }
	#imFooter_imMenuObject_11 ul ul.animated { visibility: visible; opacity: 1; transition-delay: 0s, 0s; }
	#imFooter_imMenuObject_11 ul ul li.animated { opacity: 1; transform: translate3d(0,0,0); }
	#imFooter_imMenuObject_11_container > ul > li:nth-child(8n+1) {
	margin-inline-start: 0px; 
	clear: left; clear: inline-start; 
	}
	#imFooter_imMenuObject_11_container > ul > li:nth-child(n+9) {
	margin-top: 0px; 
	}
	#imFooter_imMenuObject_11-menu-opened { display: none; }
	#imFooter_imMenuObject_11 .hamburger-component { display: none; }
	#imFooter_pluginAppObj_12_wrapper { position: absolute; top: 235px; inset-inline-start: 635px; width: 100px; height: 100px; text-align: center; z-index: 1004;  }
	#imFooter_imCell_12 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_12 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_12 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_12 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	
}

@media (max-width: 1365.9px) and (min-width: 1200.0px) {
	#imFooter_imTextObject_10_wrapper { position: absolute; top: 336px; inset-inline-start: 449px; width: 300px; height: 60px; text-align: center; z-index: 1002; overflow: hidden; }
	#imFooter_imCell_10 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_10 { grid-template-rows: [row-content] auto ; }
	#imFooter_imTextObject_10 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_10 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imTextObject_10 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imFooter_imMenuObject_11_wrapper { position: absolute; top: 10px; inset-inline-start: 10px; width: 1180px; height: 42px; text-align: center; z-index: 1003;  }
	#imFooter_imCell_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_11 { grid-template-rows: [row-content] auto ; }
	#imFooter_imMenuObject_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_11 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imFooter_imMenuObject_11_container { border: solid; border-block-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-inline-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-block-width: 1px; border-inline-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: rgba(0, 0, 0, 0.25); padding: 0px; display: inline-table;}
	#imFooter_imMenuObject_11_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imFooter_imMenuObject_11_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imFooter_imMenuObject_11_container > ul > li > .label-wrapper, #imFooter_imMenuObject_11_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 146px; height: 36px; padding-block: 0px; padding-inline: 2px; border-block-width: 2px; border-inline-width: 0px; border-radius: 0px; }
	#imFooter_imMenuObject_11_container > ul > li > .label-wrapper:has(:focus-visible), #imFooter_imMenuObject_11_container > ul > li > div > .label-wrapper:has(:focus-visible) { overflow: visible; }
	#imFooter_imMenuObject_11 .hamburger-button {cursor: pointer; width: 36px; height: 36px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-block-width: 2px; border-inline-width: 0px; border-radius: 0px; }
	#imFooter_imMenuObject_11 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(255, 128, 0, 1); display: block; }
	#imFooter_imMenuObject_11 .label-inner-wrapper, #imFooter_imMenuObject_11 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imFooter_imMenuObject_11_container > ul > li .label, #imFooter_imMenuObject_11 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imFooter_imMenuObject_11_container > ul > li > .label-wrapper {background-color: transparent;background-image: none;border-block-color: transparent transparent; border-inline-color: transparent transparent; border-style: solid; }
	#imFooter_imMenuObject_11_container > ul > li > .label-wrapper .label, #imFooter_imMenuObject_11_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(153, 153, 153, 1);font-weight: normal;}
	/* Hamburger button style */
	#imFooter_imMenuObject_11 .hamburger-button {background-color: rgba(45, 45, 45, 1);background-image: none;border-block-color: rgba(255, 0, 0, 1) rgba(255, 0, 0, 1); border-inline-color: rgba(255, 0, 0, 1) rgba(255, 0, 0, 1); border-style: solid; }
	#imFooter_imMenuObject_11 .hamburger-button .label, #imFooter_imMenuObject_11 .hamburger-button button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 128, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imFooter_imMenuObject_11_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(40, 40, 40, 1);background-image: none;border-block-color: transparent rgba(255, 106, 6, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imFooter_imMenuObject_11_container > ul > .imMnMnCurrent > .label-wrapper .label, #imFooter_imMenuObject_11_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 106, 6, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imFooter_imMenuObject_11_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(51, 51, 51, 1);background-image: none;border-block-color: transparent rgba(106, 168, 79, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imFooter_imMenuObject_11_container > ul > li.imPage:hover > .label-wrapper .label, #imFooter_imMenuObject_11_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(106, 168, 79, 1);font-weight: normal;}
	#imFooter_imMenuObject_11_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(51, 51, 51, 1);background-image: none;border-block-color: transparent rgba(106, 168, 79, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imFooter_imMenuObject_11_container > ul > li.imLevel:hover > .label-wrapper .label, #imFooter_imMenuObject_11_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(106, 168, 79, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imFooter_imMenuObject_11_container > ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(51, 51, 51, 1);background-image: none;border-block-color: transparent rgba(142, 124, 195, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imFooter_imMenuObject_11_container > ul > .imMnMnSeparator > .label-wrapper .label, #imFooter_imMenuObject_11_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(142, 124, 195, 1);font-weight: normal;}
	#imFooter_imMenuObject_11 .imLevel { cursor: default; }
	#imFooter_imMenuObject_11-menu-opened .imLevel { cursor: default; }
	#imFooter_imMenuObject_11 { text-align: center; }
	/* Level menu background */
	#imFooter_imMenuObject_11 ul ul { border: solid; border-block-color: transparent transparent; border-inline-color: rgba(35, 35, 35, 1) transparent; border-block-width: 0px; border-inline-width: 6px 0px; border-radius: 0px;   background-color: rgba(55, 55, 55, 1); }
	/* Level menu button size and position */
	#imFooter_imMenuObject_11 ul ul li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imFooter_imMenuObject_11 .multiple-column > ul {max-width: 170px;}
	#imFooter_imMenuObject_11 ul ul li:last-child {margin-bottom: 0px; }
	#imFooter_imMenuObject_11 ul ul .label-wrapper { display: block; overflow: hidden; width: 166px; height: 36px; padding-block: 0px; padding-inline: 2px; }
	#imFooter_imMenuObject_11 ul ul .label-wrapper:has(:focus-visible) { overflow: visible; }
	#imFooter_imMenuObject_11 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imFooter_imMenuObject_11 ul ul .label-wrapper {background-color: rgba(45, 45, 45, 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; }
	#imFooter_imMenuObject_11 ul ul .label-wrapper .label, #imFooter_imMenuObject_11 ul ul .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	/* Level menu hover button style */
	#imFooter_imMenuObject_11 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(55, 55, 55, 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; }
	#imFooter_imMenuObject_11 ul ul li.imLevel:hover > .label-wrapper .label, #imFooter_imMenuObject_11 ul ul li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(106, 168, 79, 1);font-weight: normal;}
	#imFooter_imMenuObject_11 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(55, 55, 55, 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; }
	#imFooter_imMenuObject_11 ul ul li.imPage:hover > .label-wrapper .label, #imFooter_imMenuObject_11 ul ul li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(106, 168, 79, 1);font-weight: normal;}
	/* Level menu separator button style */
	#imFooter_imMenuObject_11 ul ul .imMnMnSeparator > .label-wrapper {background-color: rgba(45, 45, 45, 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; }
	#imFooter_imMenuObject_11 ul ul .imMnMnSeparator > .label-wrapper .label, #imFooter_imMenuObject_11 ul ul .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(128, 128, 255, 1);font-weight: normal;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imFooter_imMenuObject_11 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(35, 35, 35, 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; }
	#imFooter_imMenuObject_11 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imFooter_imMenuObject_11 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 128, 0, 1);font-weight: normal;}
	#imFooter_imMenuObject_11 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imFooter_imMenuObject_11 .multiple-column {position: absolute; z-index: 2;inset-inline-start: 0px; }
	#imFooter_imMenuObject_11 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imFooter_imMenuObject_11 .multiple-column > ul > li {display: block;}
	#imFooter_imMenuObject_11_container > ul > li > ul {position: absolute;
	top: 40px;
	}
	#imFooter_imMenuObject_11_container > ul > li > ul.open-bottom { inset-inline-start: 0px; }
	#imFooter_imMenuObject_11_container > ul > li > ul.open-left { inset-inline-end: 150px; }
	#imFooter_imMenuObject_11_container > ul > li > ul.open-right { inset-inline-start: 150px; }
	#imFooter_imMenuObject_11_container > ul > li > ul ul, #imFooter_imMenuObject_11_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imFooter_imMenuObject_11_container  > ul > li > ul ul.open-left, #imFooter_imMenuObject_11_container .multiple-column > ul > li ul.open-left{ inset-inline-end: 170px; }
	#imFooter_imMenuObject_11_container  > ul > li > ul ul.open-right, #imFooter_imMenuObject_11_container .multiple-column > ul > li ul.open-right{ inset-inline-start: 170px; }
	#imFooter_imMenuObject_11 ul ul { display: none; visibility: hidden; opacity: 0; transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;}#imFooter_imMenuObject_11 ul ul li{  opacity: 0; transition: all 0.5s ease-in-out;}#imFooter_imMenuObject_11 ul ul li:nth-child(odd){ transform: translate3d(100%,0,0);}#imFooter_imMenuObject_11 ul ul li:nth-child(even){ transform: translate3d(-100%,0,0);}#imFooter_imMenuObject_11 ul ul.inline-block {display: inline-block; }
	#imFooter_imMenuObject_11 ul ul.animated { visibility: visible; opacity: 1; transition-delay: 0s, 0s; }
	#imFooter_imMenuObject_11 ul ul li.animated { opacity: 1; transform: translate3d(0,0,0); }
	#imFooter_imMenuObject_11_container > ul > li:nth-child(7n+1) {
	margin-inline-start: 0px; 
	clear: left; clear: inline-start; 
	}
	#imFooter_imMenuObject_11_container > ul > li:nth-child(n+8) {
	margin-top: 0px; 
	}
	#imFooter_imMenuObject_11-menu-opened { display: none; }
	#imFooter_imMenuObject_11 .hamburger-component { display: none; }
	#imFooter_pluginAppObj_12_wrapper { position: absolute; top: 235px; inset-inline-start: 548px; width: 100px; height: 100px; text-align: center; z-index: 1004;  }
	#imFooter_imCell_12 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_12 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_12 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_12 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	
}

@media (max-width: 1199.9px) and (min-width: 960.0px) {
	#imFooter_imTextObject_10_wrapper { position: absolute; top: 338px; inset-inline-start: 330px; width: 300px; height: 60px; text-align: center; z-index: 1002; overflow: hidden; }
	#imFooter_imCell_10 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_10 { grid-template-rows: [row-content] auto ; }
	#imFooter_imTextObject_10 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_10 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imTextObject_10 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imFooter_imMenuObject_11_wrapper { position: absolute; top: 10px; inset-inline-start: 10px; width: 940px; height: 42px; text-align: center; z-index: 1003;  }
	#imFooter_imCell_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_11 { grid-template-rows: [row-content] auto ; }
	#imFooter_imMenuObject_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_11 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imFooter_imMenuObject_11_container { border: solid; border-block-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-inline-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-block-width: 1px; border-inline-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: rgba(0, 0, 0, 0.25); padding: 0px; display: inline-table;}
	#imFooter_imMenuObject_11_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imFooter_imMenuObject_11_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imFooter_imMenuObject_11_container > ul > li > .label-wrapper, #imFooter_imMenuObject_11_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 146px; height: 36px; padding-block: 0px; padding-inline: 2px; border-block-width: 2px; border-inline-width: 0px; border-radius: 0px; }
	#imFooter_imMenuObject_11_container > ul > li > .label-wrapper:has(:focus-visible), #imFooter_imMenuObject_11_container > ul > li > div > .label-wrapper:has(:focus-visible) { overflow: visible; }
	#imFooter_imMenuObject_11 .hamburger-button {cursor: pointer; width: 36px; height: 36px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-block-width: 2px; border-inline-width: 0px; border-radius: 0px; }
	#imFooter_imMenuObject_11 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(255, 128, 0, 1); display: block; }
	#imFooter_imMenuObject_11 .label-inner-wrapper, #imFooter_imMenuObject_11 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imFooter_imMenuObject_11_container > ul > li .label, #imFooter_imMenuObject_11 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imFooter_imMenuObject_11_container > ul > li > .label-wrapper {background-color: transparent;background-image: none;border-block-color: transparent transparent; border-inline-color: transparent transparent; border-style: solid; }
	#imFooter_imMenuObject_11_container > ul > li > .label-wrapper .label, #imFooter_imMenuObject_11_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(153, 153, 153, 1);font-weight: normal;}
	/* Hamburger button style */
	#imFooter_imMenuObject_11 .hamburger-button {background-color: rgba(45, 45, 45, 1);background-image: none;border-block-color: rgba(255, 0, 0, 1) rgba(255, 0, 0, 1); border-inline-color: rgba(255, 0, 0, 1) rgba(255, 0, 0, 1); border-style: solid; }
	#imFooter_imMenuObject_11 .hamburger-button .label, #imFooter_imMenuObject_11 .hamburger-button button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 128, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imFooter_imMenuObject_11_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(40, 40, 40, 1);background-image: none;border-block-color: transparent rgba(255, 106, 6, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imFooter_imMenuObject_11_container > ul > .imMnMnCurrent > .label-wrapper .label, #imFooter_imMenuObject_11_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 106, 6, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imFooter_imMenuObject_11_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(51, 51, 51, 1);background-image: none;border-block-color: transparent rgba(106, 168, 79, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imFooter_imMenuObject_11_container > ul > li.imPage:hover > .label-wrapper .label, #imFooter_imMenuObject_11_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(106, 168, 79, 1);font-weight: normal;}
	#imFooter_imMenuObject_11_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(51, 51, 51, 1);background-image: none;border-block-color: transparent rgba(106, 168, 79, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imFooter_imMenuObject_11_container > ul > li.imLevel:hover > .label-wrapper .label, #imFooter_imMenuObject_11_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(106, 168, 79, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imFooter_imMenuObject_11_container > ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(51, 51, 51, 1);background-image: none;border-block-color: transparent rgba(142, 124, 195, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imFooter_imMenuObject_11_container > ul > .imMnMnSeparator > .label-wrapper .label, #imFooter_imMenuObject_11_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(142, 124, 195, 1);font-weight: normal;}
	#imFooter_imMenuObject_11 .imLevel { cursor: default; }
	#imFooter_imMenuObject_11-menu-opened .imLevel { cursor: default; }
	#imFooter_imMenuObject_11 { text-align: center; }
	/* Level menu background */
	#imFooter_imMenuObject_11 ul ul { border: solid; border-block-color: transparent transparent; border-inline-color: rgba(35, 35, 35, 1) transparent; border-block-width: 0px; border-inline-width: 6px 0px; border-radius: 0px;   background-color: rgba(55, 55, 55, 1); }
	/* Level menu button size and position */
	#imFooter_imMenuObject_11 ul ul li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imFooter_imMenuObject_11 .multiple-column > ul {max-width: 170px;}
	#imFooter_imMenuObject_11 ul ul li:last-child {margin-bottom: 0px; }
	#imFooter_imMenuObject_11 ul ul .label-wrapper { display: block; overflow: hidden; width: 166px; height: 36px; padding-block: 0px; padding-inline: 2px; }
	#imFooter_imMenuObject_11 ul ul .label-wrapper:has(:focus-visible) { overflow: visible; }
	#imFooter_imMenuObject_11 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imFooter_imMenuObject_11 ul ul .label-wrapper {background-color: rgba(45, 45, 45, 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; }
	#imFooter_imMenuObject_11 ul ul .label-wrapper .label, #imFooter_imMenuObject_11 ul ul .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	/* Level menu hover button style */
	#imFooter_imMenuObject_11 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(55, 55, 55, 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; }
	#imFooter_imMenuObject_11 ul ul li.imLevel:hover > .label-wrapper .label, #imFooter_imMenuObject_11 ul ul li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(106, 168, 79, 1);font-weight: normal;}
	#imFooter_imMenuObject_11 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(55, 55, 55, 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; }
	#imFooter_imMenuObject_11 ul ul li.imPage:hover > .label-wrapper .label, #imFooter_imMenuObject_11 ul ul li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(106, 168, 79, 1);font-weight: normal;}
	/* Level menu separator button style */
	#imFooter_imMenuObject_11 ul ul .imMnMnSeparator > .label-wrapper {background-color: rgba(45, 45, 45, 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; }
	#imFooter_imMenuObject_11 ul ul .imMnMnSeparator > .label-wrapper .label, #imFooter_imMenuObject_11 ul ul .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(128, 128, 255, 1);font-weight: normal;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imFooter_imMenuObject_11 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(35, 35, 35, 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; }
	#imFooter_imMenuObject_11 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imFooter_imMenuObject_11 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 128, 0, 1);font-weight: normal;}
	#imFooter_imMenuObject_11 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imFooter_imMenuObject_11 .multiple-column {position: absolute; z-index: 2;inset-inline-start: 0px; }
	#imFooter_imMenuObject_11 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imFooter_imMenuObject_11 .multiple-column > ul > li {display: block;}
	#imFooter_imMenuObject_11_container > ul > li > ul {position: absolute;
	top: 40px;
	}
	#imFooter_imMenuObject_11_container > ul > li > ul.open-bottom { inset-inline-start: 0px; }
	#imFooter_imMenuObject_11_container > ul > li > ul.open-left { inset-inline-end: 150px; }
	#imFooter_imMenuObject_11_container > ul > li > ul.open-right { inset-inline-start: 150px; }
	#imFooter_imMenuObject_11_container > ul > li > ul ul, #imFooter_imMenuObject_11_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imFooter_imMenuObject_11_container  > ul > li > ul ul.open-left, #imFooter_imMenuObject_11_container .multiple-column > ul > li ul.open-left{ inset-inline-end: 170px; }
	#imFooter_imMenuObject_11_container  > ul > li > ul ul.open-right, #imFooter_imMenuObject_11_container .multiple-column > ul > li ul.open-right{ inset-inline-start: 170px; }
	#imFooter_imMenuObject_11 ul ul { display: none; visibility: hidden; opacity: 0; transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;}#imFooter_imMenuObject_11 ul ul li{  opacity: 0; transition: all 0.5s ease-in-out;}#imFooter_imMenuObject_11 ul ul li:nth-child(odd){ transform: translate3d(100%,0,0);}#imFooter_imMenuObject_11 ul ul li:nth-child(even){ transform: translate3d(-100%,0,0);}#imFooter_imMenuObject_11 ul ul.inline-block {display: inline-block; }
	#imFooter_imMenuObject_11 ul ul.animated { visibility: visible; opacity: 1; transition-delay: 0s, 0s; }
	#imFooter_imMenuObject_11 ul ul li.animated { opacity: 1; transform: translate3d(0,0,0); }
	#imFooter_imMenuObject_11_container > ul > li:nth-child(6n+1) {
	margin-inline-start: 0px; 
	clear: left; clear: inline-start; 
	}
	#imFooter_imMenuObject_11_container > ul > li:nth-child(n+7) {
	margin-top: 0px; 
	}
	#imFooter_imMenuObject_11-menu-opened { display: none; }
	#imFooter_imMenuObject_11 .hamburger-component { display: none; }
	#imFooter_pluginAppObj_12_wrapper { position: absolute; top: 238px; inset-inline-start: 429px; width: 100px; height: 100px; text-align: center; z-index: 1004;  }
	#imFooter_imCell_12 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_12 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_12 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_12 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	
}

@media (max-width: 959.9px) and (min-width: 720.0px) {
	#imFooter_imTextObject_10_wrapper { position: absolute; top: 338px; inset-inline-start: 210px; width: 300px; height: 60px; text-align: center; z-index: 1002; overflow: hidden; }
	#imFooter_imCell_10 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_10 { grid-template-rows: [row-content] auto ; }
	#imFooter_imTextObject_10 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_10 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imTextObject_10 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imFooter_imMenuObject_11_wrapper { position: absolute; top: 10px; inset-inline-start: 10px; width: 700px; height: 42px; text-align: center; z-index: 1003;  }
	#imFooter_imCell_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_11 { grid-template-rows: [row-content] auto ; }
	#imFooter_imMenuObject_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_11 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imFooter_imMenuObject_11_container { border: solid; border-block-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-inline-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-block-width: 1px; border-inline-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: rgba(0, 0, 0, 0.25); padding: 0px; display: inline-table;}
	#imFooter_imMenuObject_11_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imFooter_imMenuObject_11_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imFooter_imMenuObject_11_container > ul > li > .label-wrapper, #imFooter_imMenuObject_11_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 146px; height: 36px; padding-block: 0px; padding-inline: 2px; border-block-width: 2px; border-inline-width: 0px; border-radius: 0px; }
	#imFooter_imMenuObject_11_container > ul > li > .label-wrapper:has(:focus-visible), #imFooter_imMenuObject_11_container > ul > li > div > .label-wrapper:has(:focus-visible) { overflow: visible; }
	#imFooter_imMenuObject_11 .hamburger-button {cursor: pointer; width: 36px; height: 36px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-block-width: 2px; border-inline-width: 0px; border-radius: 0px; }
	#imFooter_imMenuObject_11 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(255, 128, 0, 1); display: block; }
	#imFooter_imMenuObject_11 .label-inner-wrapper, #imFooter_imMenuObject_11 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imFooter_imMenuObject_11_container > ul > li .label, #imFooter_imMenuObject_11 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imFooter_imMenuObject_11_container > ul > li > .label-wrapper {background-color: transparent;background-image: none;border-block-color: transparent transparent; border-inline-color: transparent transparent; border-style: solid; }
	#imFooter_imMenuObject_11_container > ul > li > .label-wrapper .label, #imFooter_imMenuObject_11_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(153, 153, 153, 1);font-weight: normal;}
	/* Hamburger button style */
	#imFooter_imMenuObject_11 .hamburger-button {background-color: rgba(45, 45, 45, 1);background-image: none;border-block-color: rgba(255, 0, 0, 1) rgba(255, 0, 0, 1); border-inline-color: rgba(255, 0, 0, 1) rgba(255, 0, 0, 1); border-style: solid; }
	#imFooter_imMenuObject_11 .hamburger-button .label, #imFooter_imMenuObject_11 .hamburger-button button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 128, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imFooter_imMenuObject_11_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(40, 40, 40, 1);background-image: none;border-block-color: transparent rgba(255, 106, 6, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imFooter_imMenuObject_11_container > ul > .imMnMnCurrent > .label-wrapper .label, #imFooter_imMenuObject_11_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 106, 6, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imFooter_imMenuObject_11_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(51, 51, 51, 1);background-image: none;border-block-color: transparent rgba(106, 168, 79, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imFooter_imMenuObject_11_container > ul > li.imPage:hover > .label-wrapper .label, #imFooter_imMenuObject_11_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(106, 168, 79, 1);font-weight: normal;}
	#imFooter_imMenuObject_11_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(51, 51, 51, 1);background-image: none;border-block-color: transparent rgba(106, 168, 79, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imFooter_imMenuObject_11_container > ul > li.imLevel:hover > .label-wrapper .label, #imFooter_imMenuObject_11_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(106, 168, 79, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imFooter_imMenuObject_11_container > ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(51, 51, 51, 1);background-image: none;border-block-color: transparent rgba(142, 124, 195, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imFooter_imMenuObject_11_container > ul > .imMnMnSeparator > .label-wrapper .label, #imFooter_imMenuObject_11_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(142, 124, 195, 1);font-weight: normal;}
	#imFooter_imMenuObject_11 .imLevel { cursor: default; }
	#imFooter_imMenuObject_11-menu-opened .imLevel { cursor: default; }
	#imFooter_imMenuObject_11 { text-align: center; }
	/* Level menu background */
	#imFooter_imMenuObject_11 ul ul { border: solid; border-block-color: transparent transparent; border-inline-color: rgba(35, 35, 35, 1) transparent; border-block-width: 0px; border-inline-width: 6px 0px; border-radius: 0px;   background-color: rgba(55, 55, 55, 1); }
	/* Level menu button size and position */
	#imFooter_imMenuObject_11 ul ul li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imFooter_imMenuObject_11 .multiple-column > ul {max-width: 170px;}
	#imFooter_imMenuObject_11 ul ul li:last-child {margin-bottom: 0px; }
	#imFooter_imMenuObject_11 ul ul .label-wrapper { display: block; overflow: hidden; width: 166px; height: 36px; padding-block: 0px; padding-inline: 2px; }
	#imFooter_imMenuObject_11 ul ul .label-wrapper:has(:focus-visible) { overflow: visible; }
	#imFooter_imMenuObject_11 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imFooter_imMenuObject_11 ul ul .label-wrapper {background-color: rgba(45, 45, 45, 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; }
	#imFooter_imMenuObject_11 ul ul .label-wrapper .label, #imFooter_imMenuObject_11 ul ul .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	/* Level menu hover button style */
	#imFooter_imMenuObject_11 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(55, 55, 55, 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; }
	#imFooter_imMenuObject_11 ul ul li.imLevel:hover > .label-wrapper .label, #imFooter_imMenuObject_11 ul ul li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(106, 168, 79, 1);font-weight: normal;}
	#imFooter_imMenuObject_11 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(55, 55, 55, 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; }
	#imFooter_imMenuObject_11 ul ul li.imPage:hover > .label-wrapper .label, #imFooter_imMenuObject_11 ul ul li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(106, 168, 79, 1);font-weight: normal;}
	/* Level menu separator button style */
	#imFooter_imMenuObject_11 ul ul .imMnMnSeparator > .label-wrapper {background-color: rgba(45, 45, 45, 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; }
	#imFooter_imMenuObject_11 ul ul .imMnMnSeparator > .label-wrapper .label, #imFooter_imMenuObject_11 ul ul .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(128, 128, 255, 1);font-weight: normal;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imFooter_imMenuObject_11 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(35, 35, 35, 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; }
	#imFooter_imMenuObject_11 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imFooter_imMenuObject_11 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 128, 0, 1);font-weight: normal;}
	#imFooter_imMenuObject_11 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imFooter_imMenuObject_11 .multiple-column {position: absolute; z-index: 2;inset-inline-start: 0px; }
	#imFooter_imMenuObject_11 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imFooter_imMenuObject_11 .multiple-column > ul > li {display: block;}
	#imFooter_imMenuObject_11_container > ul > li > ul {position: absolute;
	top: 40px;
	}
	#imFooter_imMenuObject_11_container > ul > li > ul.open-bottom { inset-inline-start: 0px; }
	#imFooter_imMenuObject_11_container > ul > li > ul.open-left { inset-inline-end: 150px; }
	#imFooter_imMenuObject_11_container > ul > li > ul.open-right { inset-inline-start: 150px; }
	#imFooter_imMenuObject_11_container > ul > li > ul ul, #imFooter_imMenuObject_11_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imFooter_imMenuObject_11_container  > ul > li > ul ul.open-left, #imFooter_imMenuObject_11_container .multiple-column > ul > li ul.open-left{ inset-inline-end: 170px; }
	#imFooter_imMenuObject_11_container  > ul > li > ul ul.open-right, #imFooter_imMenuObject_11_container .multiple-column > ul > li ul.open-right{ inset-inline-start: 170px; }
	#imFooter_imMenuObject_11 ul ul { display: none; visibility: hidden; opacity: 0; transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;}#imFooter_imMenuObject_11 ul ul li{  opacity: 0; transition: all 0.5s ease-in-out;}#imFooter_imMenuObject_11 ul ul li:nth-child(odd){ transform: translate3d(100%,0,0);}#imFooter_imMenuObject_11 ul ul li:nth-child(even){ transform: translate3d(-100%,0,0);}#imFooter_imMenuObject_11 ul ul.inline-block {display: inline-block; }
	#imFooter_imMenuObject_11 ul ul.animated { visibility: visible; opacity: 1; transition-delay: 0s, 0s; }
	#imFooter_imMenuObject_11 ul ul li.animated { opacity: 1; transform: translate3d(0,0,0); }
	#imFooter_imMenuObject_11_container > ul > li:nth-child(4n+1) {
	margin-inline-start: 0px; 
	clear: left; clear: inline-start; 
	}
	#imFooter_imMenuObject_11_container > ul > li:nth-child(n+5) {
	margin-top: 0px; 
	}
	#imFooter_imMenuObject_11-menu-opened { display: none; }
	#imFooter_imMenuObject_11 .hamburger-component { display: none; }
	#imFooter_pluginAppObj_12_wrapper { position: absolute; top: 238px; inset-inline-start: 305px; width: 100px; height: 100px; text-align: center; z-index: 1004;  }
	#imFooter_imCell_12 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_12 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_12 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_12 {  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) {
	#imFooter_imTextObject_10_wrapper { position: absolute; top: 335px; inset-inline-start: 90px; width: 300px; height: 60px; text-align: center; z-index: 1002; overflow: hidden; }
	#imFooter_imCell_10 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_10 { grid-template-rows: [row-content] auto ; }
	#imFooter_imTextObject_10 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_10 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	#imFooter_imTextObject_10 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imFooter_imMenuObject_11_wrapper { position: absolute; top: 10px; inset-inline-start: 10px; width: 460px; height: 42px; text-align: center; z-index: 1003;  }
	#imFooter_imCell_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_11 { grid-template-rows: [row-content] auto ; }
	#imFooter_imMenuObject_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_11 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	/* Main menu background */
	#imFooter_imMenuObject_11_container { border: solid; border-block-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-inline-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-block-width: 1px; border-inline-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: rgba(0, 0, 0, 0.25); padding: 0px; display: inline-table;}
	#imFooter_imMenuObject_11_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imFooter_imMenuObject_11_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imFooter_imMenuObject_11_container > ul > li > .label-wrapper, #imFooter_imMenuObject_11_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 146px; height: 36px; padding-block: 0px; padding-inline: 2px; border-block-width: 2px; border-inline-width: 0px; border-radius: 0px; }
	#imFooter_imMenuObject_11_container > ul > li > .label-wrapper:has(:focus-visible), #imFooter_imMenuObject_11_container > ul > li > div > .label-wrapper:has(:focus-visible) { overflow: visible; }
	#imFooter_imMenuObject_11 .hamburger-button {cursor: pointer; width: 36px; height: 36px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-block-width: 2px; border-inline-width: 0px; border-radius: 0px; }
	#imFooter_imMenuObject_11 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(255, 128, 0, 1); display: block; }
	#imFooter_imMenuObject_11 .label-inner-wrapper, #imFooter_imMenuObject_11 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imFooter_imMenuObject_11_container > ul > li .label, #imFooter_imMenuObject_11 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imFooter_imMenuObject_11_container > ul > li > .label-wrapper {background-color: transparent;background-image: none;border-block-color: transparent transparent; border-inline-color: transparent transparent; border-style: solid; }
	#imFooter_imMenuObject_11_container > ul > li > .label-wrapper .label, #imFooter_imMenuObject_11_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(153, 153, 153, 1);font-weight: normal;}
	/* Hamburger button style */
	#imFooter_imMenuObject_11 .hamburger-button {background-color: rgba(45, 45, 45, 1);background-image: none;border-block-color: rgba(255, 0, 0, 1) rgba(255, 0, 0, 1); border-inline-color: rgba(255, 0, 0, 1) rgba(255, 0, 0, 1); border-style: solid; }
	#imFooter_imMenuObject_11 .hamburger-button .label, #imFooter_imMenuObject_11 .hamburger-button button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 128, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imFooter_imMenuObject_11_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(40, 40, 40, 1);background-image: none;border-block-color: transparent rgba(255, 106, 6, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imFooter_imMenuObject_11_container > ul > .imMnMnCurrent > .label-wrapper .label, #imFooter_imMenuObject_11_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 106, 6, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imFooter_imMenuObject_11_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(51, 51, 51, 1);background-image: none;border-block-color: transparent rgba(106, 168, 79, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imFooter_imMenuObject_11_container > ul > li.imPage:hover > .label-wrapper .label, #imFooter_imMenuObject_11_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(106, 168, 79, 1);font-weight: normal;}
	#imFooter_imMenuObject_11_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(51, 51, 51, 1);background-image: none;border-block-color: transparent rgba(106, 168, 79, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imFooter_imMenuObject_11_container > ul > li.imLevel:hover > .label-wrapper .label, #imFooter_imMenuObject_11_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(106, 168, 79, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imFooter_imMenuObject_11_container > ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(51, 51, 51, 1);background-image: none;border-block-color: transparent rgba(142, 124, 195, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imFooter_imMenuObject_11_container > ul > .imMnMnSeparator > .label-wrapper .label, #imFooter_imMenuObject_11_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(142, 124, 195, 1);font-weight: normal;}
	#imFooter_imMenuObject_11 .imLevel { cursor: default; }
	#imFooter_imMenuObject_11-menu-opened .imLevel { cursor: default; }
	#imFooter_imMenuObject_11 { text-align: center; }
	/* Level menu background */
	#imFooter_imMenuObject_11 ul ul { border: solid; border-block-color: transparent transparent; border-inline-color: rgba(35, 35, 35, 1) transparent; border-block-width: 0px; border-inline-width: 6px 0px; border-radius: 0px;   background-color: rgba(55, 55, 55, 1); }
	/* Level menu button size and position */
	#imFooter_imMenuObject_11 ul ul li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imFooter_imMenuObject_11 .multiple-column > ul {max-width: 170px;}
	#imFooter_imMenuObject_11 ul ul li:last-child {margin-bottom: 0px; }
	#imFooter_imMenuObject_11 ul ul .label-wrapper { display: block; overflow: hidden; width: 166px; height: 36px; padding-block: 0px; padding-inline: 2px; }
	#imFooter_imMenuObject_11 ul ul .label-wrapper:has(:focus-visible) { overflow: visible; }
	#imFooter_imMenuObject_11 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imFooter_imMenuObject_11 ul ul .label-wrapper {background-color: rgba(45, 45, 45, 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; }
	#imFooter_imMenuObject_11 ul ul .label-wrapper .label, #imFooter_imMenuObject_11 ul ul .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	/* Level menu hover button style */
	#imFooter_imMenuObject_11 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(55, 55, 55, 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; }
	#imFooter_imMenuObject_11 ul ul li.imLevel:hover > .label-wrapper .label, #imFooter_imMenuObject_11 ul ul li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(106, 168, 79, 1);font-weight: normal;}
	#imFooter_imMenuObject_11 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(55, 55, 55, 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; }
	#imFooter_imMenuObject_11 ul ul li.imPage:hover > .label-wrapper .label, #imFooter_imMenuObject_11 ul ul li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(106, 168, 79, 1);font-weight: normal;}
	/* Level menu separator button style */
	#imFooter_imMenuObject_11 ul ul .imMnMnSeparator > .label-wrapper {background-color: rgba(45, 45, 45, 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; }
	#imFooter_imMenuObject_11 ul ul .imMnMnSeparator > .label-wrapper .label, #imFooter_imMenuObject_11 ul ul .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(128, 128, 255, 1);font-weight: normal;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imFooter_imMenuObject_11 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(35, 35, 35, 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; }
	#imFooter_imMenuObject_11 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imFooter_imMenuObject_11 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 128, 0, 1);font-weight: normal;}
	#imFooter_imMenuObject_11 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imFooter_imMenuObject_11 .multiple-column {position: absolute; z-index: 2;inset-inline-start: 0px; }
	#imFooter_imMenuObject_11 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imFooter_imMenuObject_11 .multiple-column > ul > li {display: block;}
	#imFooter_imMenuObject_11_container > ul > li > ul {position: absolute;
	top: 40px;
	}
	#imFooter_imMenuObject_11_container > ul > li > ul.open-bottom { inset-inline-start: 0px; }
	#imFooter_imMenuObject_11_container > ul > li > ul.open-left { inset-inline-end: 150px; }
	#imFooter_imMenuObject_11_container > ul > li > ul.open-right { inset-inline-start: 150px; }
	#imFooter_imMenuObject_11_container > ul > li > ul ul, #imFooter_imMenuObject_11_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imFooter_imMenuObject_11_container  > ul > li > ul ul.open-left, #imFooter_imMenuObject_11_container .multiple-column > ul > li ul.open-left{ inset-inline-end: 170px; }
	#imFooter_imMenuObject_11_container  > ul > li > ul ul.open-right, #imFooter_imMenuObject_11_container .multiple-column > ul > li ul.open-right{ inset-inline-start: 170px; }
	#imFooter_imMenuObject_11 ul ul { display: none; visibility: hidden; opacity: 0; transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;}#imFooter_imMenuObject_11 ul ul li{  opacity: 0; transition: all 0.5s ease-in-out;}#imFooter_imMenuObject_11 ul ul li:nth-child(odd){ transform: translate3d(100%,0,0);}#imFooter_imMenuObject_11 ul ul li:nth-child(even){ transform: translate3d(-100%,0,0);}#imFooter_imMenuObject_11 ul ul.inline-block {display: inline-block; }
	#imFooter_imMenuObject_11 ul ul.animated { visibility: visible; opacity: 1; transition-delay: 0s, 0s; }
	#imFooter_imMenuObject_11 ul ul li.animated { opacity: 1; transform: translate3d(0,0,0); }
	#imFooter_imMenuObject_11_container > ul > li:nth-child(3n+1) {
	margin-inline-start: 0px; 
	clear: left; clear: inline-start; 
	}
	#imFooter_imMenuObject_11_container > ul > li:nth-child(n+4) {
	margin-top: 0px; 
	}
	#imFooter_imMenuObject_11-menu-opened { display: none; }
	#imFooter_imMenuObject_11 .hamburger-component { display: none; }
	#imFooter_pluginAppObj_12_wrapper { position: absolute; top: 235px; inset-inline-start: 190px; width: 100px; height: 100px; text-align: center; z-index: 1004;  }
	#imFooter_imCell_12 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_12 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_12 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_12 {  border-top: 0; border-bottom: 0; border-inline-start-width: 0px;  border-inline-end-width: 0px;  }
	
}

@media (max-width: 479.9px)  {
	#imFooter_imTextObject_10_wrapper { position: absolute; top: 338px; inset-inline-start: 10px; width: 300px; height: 60px; text-align: center; z-index: 1002; overflow: hidden; }
	#imFooter_imCell_10 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_10 { grid-template-rows: [row-content] auto ; }
	#imFooter_imTextObject_10 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleGraphics_10 { box-sizing: border-box; }
	#imFooter_imTextObject_10 .text-container {border-block-width: 0px 1px; border-inline-width: 1px; box-sizing: border-box;width: 100%;}
	#imFooter_imMenuObject_11_wrapper { position: absolute; top: 10px; inset-inline-start: 10px; width: 300px; height: 42px; text-align: center; z-index: 1003;  }
	#imFooter_imCell_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_11 { grid-template-rows: [row-content] auto ; }
	#imFooter_imMenuObject_11 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleGraphics_11 { box-sizing: border-box; }
	/* Main menu background */
	#imFooter_imMenuObject_11_container { border: solid; border-block-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-inline-color: rgba(67, 67, 67, 1) rgba(67, 67, 67, 1); border-block-width: 1px; border-inline-width: 0px; border-radius: 0px;  width: 100%; box-sizing: border-box; background-color: rgba(0, 0, 0, 0.25); padding: 0px; display: inline-table;}
	#imFooter_imMenuObject_11_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imFooter_imMenuObject_11_container > ul > li {position: relative;margin-inline-start: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imFooter_imMenuObject_11_container > ul > li > .label-wrapper, #imFooter_imMenuObject_11_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 146px; height: 36px; padding-block: 0px; padding-inline: 2px; border-block-width: 2px; border-inline-width: 0px; border-radius: 0px; }
	#imFooter_imMenuObject_11_container > ul > li > .label-wrapper:has(:focus-visible), #imFooter_imMenuObject_11_container > ul > li > div > .label-wrapper:has(:focus-visible) { overflow: visible; }
	#imFooter_imMenuObject_11 .hamburger-button {cursor: pointer; width: 36px; height: 36px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-block-width: 2px; border-inline-width: 0px; border-radius: 0px; }
	#imFooter_imMenuObject_11 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(255, 128, 0, 1); display: block; }
	#imFooter_imMenuObject_11 .label-inner-wrapper, #imFooter_imMenuObject_11 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imFooter_imMenuObject_11_container > ul > li .label, #imFooter_imMenuObject_11 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imFooter_imMenuObject_11_container > ul > li > .label-wrapper {background-color: transparent;background-image: none;border-block-color: transparent transparent; border-inline-color: transparent transparent; border-style: solid; }
	#imFooter_imMenuObject_11_container > ul > li > .label-wrapper .label, #imFooter_imMenuObject_11_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(153, 153, 153, 1);font-weight: normal;}
	/* Hamburger button style */
	#imFooter_imMenuObject_11 .hamburger-button {background-color: rgba(45, 45, 45, 1);background-image: none;border-block-color: rgba(255, 0, 0, 1) rgba(255, 0, 0, 1); border-inline-color: rgba(255, 0, 0, 1) rgba(255, 0, 0, 1); border-style: solid; }
	#imFooter_imMenuObject_11 .hamburger-button .label, #imFooter_imMenuObject_11 .hamburger-button button {width: 100%;height: 100%;font-family: Roboto;font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 128, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imFooter_imMenuObject_11_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(40, 40, 40, 1);background-image: none;border-block-color: transparent rgba(255, 106, 6, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imFooter_imMenuObject_11_container > ul > .imMnMnCurrent > .label-wrapper .label, #imFooter_imMenuObject_11_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 106, 6, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imFooter_imMenuObject_11_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(51, 51, 51, 1);background-image: none;border-block-color: transparent rgba(106, 168, 79, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imFooter_imMenuObject_11_container > ul > li.imPage:hover > .label-wrapper .label, #imFooter_imMenuObject_11_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(106, 168, 79, 1);font-weight: normal;}
	#imFooter_imMenuObject_11_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(51, 51, 51, 1);background-image: none;border-block-color: transparent rgba(106, 168, 79, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imFooter_imMenuObject_11_container > ul > li.imLevel:hover > .label-wrapper .label, #imFooter_imMenuObject_11_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(106, 168, 79, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imFooter_imMenuObject_11_container > ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(51, 51, 51, 1);background-image: none;border-block-color: transparent rgba(142, 124, 195, 1); border-inline-color: transparent transparent; border-style: solid; }
	#imFooter_imMenuObject_11_container > ul > .imMnMnSeparator > .label-wrapper .label, #imFooter_imMenuObject_11_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(142, 124, 195, 1);font-weight: normal;}
	#imFooter_imMenuObject_11 .imLevel { cursor: default; }
	#imFooter_imMenuObject_11-menu-opened .imLevel { cursor: default; }
	#imFooter_imMenuObject_11 { text-align: center; }
	/* Level menu background */
	#imFooter_imMenuObject_11 ul ul { border: solid; border-block-color: transparent transparent; border-inline-color: rgba(35, 35, 35, 1) transparent; border-block-width: 0px; border-inline-width: 6px 0px; border-radius: 0px;   background-color: rgba(55, 55, 55, 1); }
	/* Level menu button size and position */
	#imFooter_imMenuObject_11 ul ul li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imFooter_imMenuObject_11 .multiple-column > ul {max-width: 170px;}
	#imFooter_imMenuObject_11 ul ul li:last-child {margin-bottom: 0px; }
	#imFooter_imMenuObject_11 ul ul .label-wrapper { display: block; overflow: hidden; width: 166px; height: 36px; padding-block: 0px; padding-inline: 2px; }
	#imFooter_imMenuObject_11 ul ul .label-wrapper:has(:focus-visible) { overflow: visible; }
	#imFooter_imMenuObject_11 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imFooter_imMenuObject_11 ul ul .label-wrapper {background-color: rgba(45, 45, 45, 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; }
	#imFooter_imMenuObject_11 ul ul .label-wrapper .label, #imFooter_imMenuObject_11 ul ul .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(102, 102, 102, 1);font-weight: normal;}
	/* Level menu hover button style */
	#imFooter_imMenuObject_11 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(55, 55, 55, 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; }
	#imFooter_imMenuObject_11 ul ul li.imLevel:hover > .label-wrapper .label, #imFooter_imMenuObject_11 ul ul li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(106, 168, 79, 1);font-weight: normal;}
	#imFooter_imMenuObject_11 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(55, 55, 55, 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; }
	#imFooter_imMenuObject_11 ul ul li.imPage:hover > .label-wrapper .label, #imFooter_imMenuObject_11 ul ul li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(106, 168, 79, 1);font-weight: normal;}
	/* Level menu separator button style */
	#imFooter_imMenuObject_11 ul ul .imMnMnSeparator > .label-wrapper {background-color: rgba(45, 45, 45, 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; }
	#imFooter_imMenuObject_11 ul ul .imMnMnSeparator > .label-wrapper .label, #imFooter_imMenuObject_11 ul ul .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(128, 128, 255, 1);font-weight: normal;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imFooter_imMenuObject_11 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(35, 35, 35, 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; }
	#imFooter_imMenuObject_11 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imFooter_imMenuObject_11 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Barlow Condensed';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 128, 0, 1);font-weight: normal;}
	#imFooter_imMenuObject_11 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imFooter_imMenuObject_11 .multiple-column {position: absolute; z-index: 2;inset-inline-start: 0px; }
	#imFooter_imMenuObject_11 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imFooter_imMenuObject_11 .multiple-column > ul > li {display: block;}
	#imFooter_imMenuObject_11_container > ul > li > ul {position: absolute;
	top: 40px;
	}
	#imFooter_imMenuObject_11_container > ul > li > ul.open-bottom { inset-inline-start: 0px; }
	#imFooter_imMenuObject_11_container > ul > li > ul.open-left { inset-inline-end: 150px; }
	#imFooter_imMenuObject_11_container > ul > li > ul.open-right { inset-inline-start: 150px; }
	#imFooter_imMenuObject_11_container > ul > li > ul ul, #imFooter_imMenuObject_11_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imFooter_imMenuObject_11_container  > ul > li > ul ul.open-left, #imFooter_imMenuObject_11_container .multiple-column > ul > li ul.open-left{ inset-inline-end: 170px; }
	#imFooter_imMenuObject_11_container  > ul > li > ul ul.open-right, #imFooter_imMenuObject_11_container .multiple-column > ul > li ul.open-right{ inset-inline-start: 170px; }
	#imFooter_imMenuObject_11 ul ul { display: none; visibility: hidden; opacity: 0; transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;}#imFooter_imMenuObject_11 ul ul li{  opacity: 0; transition: all 0.5s ease-in-out;}#imFooter_imMenuObject_11 ul ul li:nth-child(odd){ transform: translate3d(100%,0,0);}#imFooter_imMenuObject_11 ul ul li:nth-child(even){ transform: translate3d(-100%,0,0);}#imFooter_imMenuObject_11 ul ul.inline-block {display: inline-block; }
	#imFooter_imMenuObject_11 ul ul.animated { visibility: visible; opacity: 1; transition-delay: 0s, 0s; }
	#imFooter_imMenuObject_11 ul ul li.animated { opacity: 1; transform: translate3d(0,0,0); }
	#imFooter_imMenuObject_11_container > ul > li:nth-child(2n+1) {
	margin-inline-start: 0px; 
	clear: left; clear: inline-start; 
	}
	#imFooter_imMenuObject_11_container > ul > li:nth-child(n+3) {
	margin-top: 0px; 
	}
	#imFooter_imMenuObject_11-menu-opened { display: none; }
	#imFooter_imMenuObject_11 .hamburger-component { display: none; }
	#imFooter_pluginAppObj_12_wrapper { position: absolute; top: 238px; inset-inline-start: 110px; width: 100px; height: 100px; text-align: center; z-index: 1004;  }
	#imFooter_imCell_12 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; }
	#imFooter_imCell_12 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_12 { padding-top: 0px; padding-bottom: 0px; padding-inline-start: 0px; padding-inline-end: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleGraphics_12 { box-sizing: border-box; }
	
}

#imPage.without-id_animation-in-progress { overflow: hidden }
