@import "https://fonts.googleapis.com/css?family=Roboto:700,regular,italic,700italic&display=swap";
#imPage {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1150px minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) 1150px minmax(0, 1fr);
  -ms-grid-rows: 90px auto 400px;
  grid-template-rows: 90px auto 400px;
}
#imHeader {
  display: block;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / 4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
}
#imFooter {
  display: block;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / 4;
}
#imSideBar {
  display: none;
}
#imContent {
  display: block;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / 4;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
}
#imContentGraphics {
  display: block;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
}
@media (max-width: 1149.9px) and (min-width: 720px) {
  #imPage {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 720px minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) 720px minmax(0, 1fr);
    -ms-grid-rows: 90px auto 400px;
    grid-template-rows: 90px auto 400px;
  }
  #imHeader {
    display: block;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
  #imFooter {
    display: block;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
  }
  #imSideBar {
    display: none;
  }
  #imContent {
    display: block;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
  }
  #imContentGraphics {
    display: block;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
  }
}
@media (max-width: 719.9px) and (min-width: 480px) {
  #imPage {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 480px minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) 480px minmax(0, 1fr);
    -ms-grid-rows: 90px auto 400px;
    grid-template-rows: 90px auto 400px;
  }
  #imHeader {
    display: block;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
  #imFooter {
    display: block;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
  }
  #imSideBar {
    display: none;
  }
  #imContent {
    display: block;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
  }
  #imContentGraphics {
    display: block;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
  }
}
@media (max-width: 479.9px) {
  #imPage {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0 minmax(0, 1fr) 0;
    grid-template-columns: 0 minmax(0, 1fr) 0;
    -ms-grid-rows: 90px auto 350px;
    grid-template-rows: 90px auto 350px;
  }
  #imHeader {
    display: block;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
  #imFooter {
    display: block;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
  }
  #imSideBar {
    display: none;
  }
  #imContent {
    display: block;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
  }
  #imContentGraphics {
    display: block;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
  }
}
#imContent {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 47.917px 47.917px 47.917px 47.917px 47.917px
    47.917px 47.917px 47.917px 47.917px 47.917px 47.917px 47.917px 47.917px
    47.917px 47.917px 47.917px 47.917px 47.917px 47.917px 47.917px 47.917px
    47.917px 47.917px 47.917px minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) 47.917px 47.917px 47.917px 47.917px 47.917px 47.917px 47.917px 47.917px 47.917px 47.917px 47.917px 47.917px 47.917px 47.917px 47.917px 47.917px 47.917px 47.917px 47.917px 47.917px 47.917px 47.917px 47.917px 47.917px minmax(
      0,
      1fr
    );
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}
#imGoToCont {
  display: block;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
}
#imCell_1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-column: 1;
  -ms-grid-column-span: 26;
  grid-column: 1 / 27;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
}
#imCell_3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-column: 2;
  -ms-grid-column-span: 24;
  grid-column: 2 / 26;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
}
#imCell_7 {
  display: -ms-grid;
  display: grid;
  -ms-grid-column: 2;
  -ms-grid-column-span: 24;
  grid-column: 2 / 26;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / 4;
}
#imCell_29 {
  display: -ms-grid;
  display: grid;
  -ms-grid-column: 2;
  -ms-grid-column-span: 24;
  grid-column: 2 / 26;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4 / 5;
}
#imCell_30 {
  display: -ms-grid;
  display: grid;
  -ms-grid-column: 1;
  -ms-grid-column-span: 26;
  grid-column: 1 / 27;
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5 / 6;
}
#imPageRow_1 {
  display: block;
  -ms-grid-column: 1;
  -ms-grid-column-span: 26;
  grid-column: 1 / 27;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
}
#imPageRow_2 {
  display: block;
  -ms-grid-column: 2;
  -ms-grid-column-span: 24;
  grid-column: 2 / 26;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
}
#imPageRow_3 {
  display: block;
  -ms-grid-column: 1;
  -ms-grid-column-span: 26;
  grid-column: 1 / 27;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / 4;
}
#imPageRow_4 {
  display: block;
  -ms-grid-column: 2;
  -ms-grid-column-span: 24;
  grid-column: 2 / 26;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4 / 5;
}
#imPageRow_5 {
  display: block;
  -ms-grid-column: 2;
  -ms-grid-column-span: 24;
  grid-column: 2 / 26;
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5 / 6;
}
@media (max-width: 1149.9px) and (min-width: 720px) {
  #imContent {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 30px 30px 30px 30px 30px 30px 30px 30px
      30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px
      30px minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px minmax(
        0,
        1fr
      );
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  #imGoToCont {
    display: block;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
  #imCell_1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-column: 1;
    -ms-grid-column-span: 26;
    grid-column: 1 / 27;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
  #imCell_3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-column: 2;
    -ms-grid-column-span: 24;
    grid-column: 2 / 26;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
  }
  #imCell_7 {
    display: -ms-grid;
    display: grid;
    -ms-grid-column: 2;
    -ms-grid-column-span: 24;
    grid-column: 2 / 26;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
  }
  #imCell_29 {
    display: -ms-grid;
    display: grid;
    -ms-grid-column: 2;
    -ms-grid-column-span: 24;
    grid-column: 2 / 26;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / 5;
  }
  #imCell_30 {
    display: -ms-grid;
    display: grid;
    -ms-grid-column: 1;
    -ms-grid-column-span: 26;
    grid-column: 1 / 27;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5 / 6;
  }
  #imPageRow_1 {
    display: block;
    -ms-grid-column: 1;
    -ms-grid-column-span: 26;
    grid-column: 1 / 27;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
  #imPageRow_2 {
    display: block;
    -ms-grid-column: 2;
    -ms-grid-column-span: 24;
    grid-column: 2 / 26;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
  }
  #imPageRow_3 {
    display: block;
    -ms-grid-column: 1;
    -ms-grid-column-span: 26;
    grid-column: 1 / 27;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
  }
  #imPageRow_4 {
    display: block;
    -ms-grid-column: 2;
    -ms-grid-column-span: 24;
    grid-column: 2 / 26;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / 5;
  }
  #imPageRow_5 {
    display: block;
    -ms-grid-column: 2;
    -ms-grid-column-span: 24;
    grid-column: 2 / 26;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5 / 6;
  }
}
@media (max-width: 719.9px) and (min-width: 480px) {
  #imContent {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 20px 20px 20px 20px 20px 20px 20px 20px
      20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px
      20px minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px 20px minmax(
        0,
        1fr
      );
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  #imGoToCont {
    display: block;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
  #imCell_1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-column: 1;
    -ms-grid-column-span: 26;
    grid-column: 1 / 27;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
  #imCell_3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-column: 2;
    -ms-grid-column-span: 24;
    grid-column: 2 / 26;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
  }
  #imCell_7 {
    display: -ms-grid;
    display: grid;
    -ms-grid-column: 2;
    -ms-grid-column-span: 24;
    grid-column: 2 / 26;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
  }
  #imCell_29 {
    display: -ms-grid;
    display: grid;
    -ms-grid-column: 2;
    -ms-grid-column-span: 24;
    grid-column: 2 / 26;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / 5;
  }
  #imCell_30 {
    display: -ms-grid;
    display: grid;
    -ms-grid-column: 1;
    -ms-grid-column-span: 26;
    grid-column: 1 / 27;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5 / 6;
  }
  #imPageRow_1 {
    display: block;
    -ms-grid-column: 1;
    -ms-grid-column-span: 26;
    grid-column: 1 / 27;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
  #imPageRow_2 {
    display: block;
    -ms-grid-column: 2;
    -ms-grid-column-span: 24;
    grid-column: 2 / 26;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
  }
  #imPageRow_3 {
    display: block;
    -ms-grid-column: 1;
    -ms-grid-column-span: 26;
    grid-column: 1 / 27;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
  }
  #imPageRow_4 {
    display: block;
    -ms-grid-column: 2;
    -ms-grid-column-span: 24;
    grid-column: 2 / 26;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / 5;
  }
  #imPageRow_5 {
    display: block;
    -ms-grid-column: 2;
    -ms-grid-column-span: 24;
    grid-column: 2 / 26;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5 / 6;
  }
}
@media (max-width: 479.9px) {
  #imContent {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0 minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)
      minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)
      minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)
      minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)
      minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)
      minmax(0, 1fr) 0;
    grid-template-columns:
      0 minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)
      minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)
      minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)
      minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)
      minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)
      0;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  #imGoToCont {
    display: block;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
  #imCell_1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-column: 1;
    -ms-grid-column-span: 26;
    grid-column: 1 / 27;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
  #imCell_3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-column: 2;
    -ms-grid-column-span: 24;
    grid-column: 2 / 26;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
  }
  #imCell_7 {
    display: -ms-grid;
    display: grid;
    -ms-grid-column: 2;
    -ms-grid-column-span: 24;
    grid-column: 2 / 26;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
  }
  #imCell_29 {
    display: -ms-grid;
    display: grid;
    -ms-grid-column: 2;
    -ms-grid-column-span: 24;
    grid-column: 2 / 26;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / 5;
  }
  #imCell_30 {
    display: -ms-grid;
    display: grid;
    -ms-grid-column: 1;
    -ms-grid-column-span: 26;
    grid-column: 1 / 27;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5 / 6;
  }
  #imPageRow_1 {
    display: block;
    -ms-grid-column: 1;
    -ms-grid-column-span: 26;
    grid-column: 1 / 27;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
  #imPageRow_2 {
    display: block;
    -ms-grid-column: 2;
    -ms-grid-column-span: 24;
    grid-column: 2 / 26;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
  }
  #imPageRow_3 {
    display: block;
    -ms-grid-column: 1;
    -ms-grid-column-span: 26;
    grid-column: 1 / 27;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
  }
  #imPageRow_4 {
    display: block;
    -ms-grid-column: 2;
    -ms-grid-column-span: 24;
    grid-column: 2 / 26;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / 5;
  }
  #imPageRow_5 {
    display: block;
    -ms-grid-column: 2;
    -ms-grid-column-span: 24;
    grid-column: 2 / 26;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5 / 6;
  }
}
#imHeader_imCell_2 {
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  position: relative;
  box-sizing: border-box;
}
#imHeader_imMenuObject_02 {
  position: relative;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  max-width: 100%;
  box-sizing: border-box;
  z-index: 103;
}
#imHeader_imCellStyleGraphics_2 {
  position: absolute;
  top: 0px;
  bottom: 0px;
  background-color: transparent;
}
#imHeader_imCellStyleBorders_2 {
  position: absolute;
  top: 0px;
  bottom: 0px;
}
.label-wrapper .menu-item-icon {
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  margin: auto;
  z-index: 0;
}
.im-menu-opened #imStickyBarContainer,
.im-menu-opened #imPageToTop {
  visibility: hidden !important;
}
#imHeader_imCell_3 {
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  position: relative;
  box-sizing: border-box;
}
#imHeader_imObjectImage_03 {
  position: relative;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  max-width: 100%;
  box-sizing: border-box;
  z-index: 3;
}
#imHeader_imCellStyleGraphics_3 {
  position: absolute;
  top: 0px;
  bottom: 0px;
  background-color: transparent;
}
#imHeader_imCellStyleBorders_3 {
  position: absolute;
  top: 0px;
  bottom: 0px;
}
#imHeader_imObjectImage_03 {
  vertical-align: top;
  margin: 0 auto;
}
#imHeader_imObjectImage_03 #imHeader_imObjectImage_03_container img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#imFooter_imCell_1 {
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  position: relative;
  box-sizing: border-box;
}
#imFooter_imTextObject_01 {
  position: relative;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  max-width: 100%;
  box-sizing: border-box;
  z-index: 3;
}
#imFooter_imCellStyleGraphics_1 {
  position: absolute;
  top: 0px;
  bottom: 0px;
  background-color: transparent;
}
#imFooter_imCellStyleBorders_1 {
  position: absolute;
  top: 0px;
  bottom: 0px;
}
#imFooter_imTextObject_01 {
  width: 100%;
}
#imFooter_imTextObject_01 {
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
}
#imFooter_imTextObject_01_tab0 div {
  line-height: 22px;
}
#imFooter_imTextObject_01_tab0 .imHeading1 {
  line-height: 56px;
}
#imFooter_imTextObject_01_tab0 .imHeading2 {
  line-height: 40px;
}
#imFooter_imTextObject_01_tab0 .imHeading3 {
  line-height: 36px;
}
#imFooter_imTextObject_01_tab0 .imHeading4 {
  line-height: 40px;
}
#imFooter_imTextObject_01_tab0 .imHeading5 {
  line-height: 36px;
}
#imFooter_imTextObject_01_tab0 .imHeading6 {
  line-height: 32px;
}
#imFooter_imTextObject_01_tab0 ul {
  list-style: disc;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#imFooter_imTextObject_01_tab0 ul ul {
  list-style: square;
  padding: 0 0 0 20px;
}
#imFooter_imTextObject_01_tab0 ul ul ul {
  list-style: circle;
}
#imFooter_imTextObject_01_tab0 ul li {
  margin: 0 0 0 40px;
  padding: 0px;
}
#imFooter_imTextObject_01_tab0 ol {
  list-style: decimal;
  margin: 0;
  padding: 0;
}
#imFooter_imTextObject_01_tab0 ol ol {
  list-style: lower-alpha;
  padding: 0 0 0 20px;
}
#imFooter_imTextObject_01_tab0 ol li {
  margin: 0 0 0 40px;
  padding: 0px;
}
#imFooter_imTextObject_01_tab0 blockquote {
  margin: 0 0 0 15px;
  padding: 0;
  border: none;
}
#imFooter_imTextObject_01_tab0 table {
  border: none;
  padding: 0;
  border-collapse: collapse;
}
#imFooter_imTextObject_01_tab0 table td {
  border: 1px solid black;
  word-wrap: break-word;
  padding: 4px 3px 4px 3px;
  margin: 0;
  vertical-align: middle;
}
#imFooter_imTextObject_01_tab0 p {
  margin: 0;
  padding: 0;
}
#imFooter_imTextObject_01_tab0 .inline-block {
  display: inline-block;
}
#imFooter_imTextObject_01_tab0 sup {
  vertical-align: super;
  font-size: smaller;
}
#imFooter_imTextObject_01_tab0 sub {
  vertical-align: sub;
  font-size: smaller;
}
#imFooter_imTextObject_01_tab0 img {
  border: none;
  margin: 0;
  vertical-align: text-bottom;
}
#imFooter_imTextObject_01_tab0 .fleft {
  float: left;
  vertical-align: baseline;
}
#imFooter_imTextObject_01_tab0 .fright {
  float: right;
  vertical-align: baseline;
}
#imFooter_imTextObject_01_tab0 img.fleft {
  margin-right: 15px;
}
#imFooter_imTextObject_01_tab0 img.fright {
  margin-left: 15px;
}
#imFooter_imTextObject_01_tab0 .imTALeft {
  text-align: left;
}
#imFooter_imTextObject_01_tab0 .imTARight {
  text-align: right;
}
#imFooter_imTextObject_01_tab0 .imTACenter {
  text-align: center;
}
#imFooter_imTextObject_01_tab0 .imTAJustify {
  text-align: justify;
}
#imFooter_imTextObject_01_tab0 .imUl {
  text-decoration: underline;
}
#imFooter_imTextObject_01_tab0 .imStrike {
  text-decoration: line-through;
}
#imFooter_imTextObject_01_tab0 .imUlStrike {
  text-decoration: underline line-through;
}
#imFooter_imTextObject_01_tab0 .imVt {
  vertical-align: top;
}
#imFooter_imTextObject_01_tab0 .imVc {
  vertical-align: middle;
}
#imFooter_imTextObject_01_tab0 .imVb {
  vertical-align: bottom;
}
#imFooter_imTextObject_01_tab0 hr {
  border-width: 1px 0 0 0;
  border-style: solid;
}
#imFooter_imTextObject_01_tab0 .lh1-15 {
  line-height: 1.15;
}
#imFooter_imTextObject_01_tab0 .fs9lh1-15 {
  vertical-align: baseline;
  font-size: 9pt;
  line-height: 14px;
}
#imFooter_imTextObject_01 .text-container {
  width: 100%;
}
#imFooter_imTextObject_01 .text-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-template-rows: 1fr;
  grid-template-rows: 1fr;
  -ms-grid-template-columns: 1fr;
  grid-template-columns: 1fr;
  background-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-color: rgba(169, 169, 169, 1);
}
#imFooter_imTextObject_01 .text-container .grid-prop.current-tab {
  z-index: 1;
  opacity: 1;
}
#imFooter_imTextObject_01 .text-container .grid-prop {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  grid-area: 1 / 1 / 2 / 2;
  opacity: 0;
  box-sizing: border-box;
  position: relative;
}
#imFooter_imTextObject_01 .text-container .text-tab-content.detach {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
#imFooter_imCell_2 {
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  position: relative;
  box-sizing: border-box;
}
#imFooter_pluginAppObj_02 {
  position: relative;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  max-width: 100%;
  box-sizing: border-box;
  z-index: 3;
}
#imFooter_imCellStyleGraphics_2 {
  position: absolute;
  top: 0px;
  bottom: 0px;
  background-color: transparent;
}
#imFooter_imCellStyleBorders_2 {
  position: absolute;
  top: 0px;
  bottom: 0px;
}
#imFooter_imCell_3 {
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  position: relative;
  box-sizing: border-box;
}
#imFooter_imObjectForm_03 {
  position: relative;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  max-width: 100%;
  box-sizing: border-box;
  z-index: 3;
}
#imFooter_imCellStyleGraphics_3 {
  position: absolute;
  top: 0px;
  bottom: 0px;
  background-color: transparent;
}
#imFooter_imCellStyleBorders_3 {
  position: absolute;
  top: 0px;
  bottom: 0px;
}
#imFooter_imObjectForm_03 {
  width: 100%;
}
.imObjectForm_3_tip {
  position: absolute;
  right: 0px;
  width: 20px;
}
#imObjectForm_3_form {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  font-family: Roboto, sans serif;
  font-size: 10pt;
  font-weight: normal;
  font-style: normal;
  text-align: left;
}
#imObjectForm_3_form label,
#imObjectForm_3_form .checkbox,
#imObjectForm_3_form .radiobutton,
#imObjectForm_3_form option.label_option {
  opacity: 1;
  color: rgba(7, 19, 35, 1);
  font-family: Roboto, sans serif;
  font-size: 10pt;
  font-weight: normal;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
}
#imObjectForm_3_form :-ms-input-placeholder {
  opacity: 1 !important;
  color: rgba(7, 19, 35, 1) !important;
  font-family: Roboto, sans serif !important;
  font-size: 10pt !important;
  font-weight: normal !important;
  font-style: normal !important;
}
#imObjectForm_3_form ::-ms-input-placeholder {
  opacity: 1;
  color: rgba(7, 19, 35, 1);
  font-family: Roboto, sans serif;
  font-size: 10pt;
  font-weight: normal;
  font-style: normal;
}
#imObjectForm_3_form ::placeholder {
  opacity: 1;
  color: rgba(7, 19, 35, 1);
  font-family: Roboto, sans serif;
  font-size: 10pt;
  font-weight: normal;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
}
#imObjectForm_3_form label {
  text-align: left;
  padding: 1px 0;
}
#imObjectForm_3_form label span {
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 2px;
}
#imObjectForm_3_form fieldset {
  margin: 0;
  padding: 8px 0 0 0;
}
#imObjectForm_3_form fieldset.first {
  margin: 0;
  padding: 0;
}
#imObjectForm_3_form div.legend {
  margin-bottom: 8px;
  font-family: Roboto, sans serif;
  font-size: 10pt;
}
#imObjectForm_3_form input[type="text"],
#imObjectForm_3_form input[type="password"],
#imObjectForm_3_form input[type="file"],
#imObjectForm_3_form input[type="tel"],
#imObjectForm_3_form input[type="date"],
#imObjectForm_3_form input[type="number"],
#imObjectForm_3_form input[type="email"],
#imObjectForm_3_form input[type="url"],
#imObjectForm_3_form select,
#imObjectForm_3_form textarea,
#imObjectForm_3_form span.textarea {
  resize: none;
  margin: 2px 0;
  color: rgba(7, 19, 35, 1);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: rgba(192, 192, 192, 1);
  background-color: rgba(255, 255, 255, 1);
  font-family: Roboto, sans serif;
  font-size: 10pt;
  font-weight: normal;
  font-style: normal;
  padding: 2px 9px 2px 9px;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  box-shadow: none;
  transition: all 200ms ease;
}
#imObjectForm_3_form select {
  padding: 1px 9px 1px 9px;
}
#imObjectForm_3_form input[type="checkbox"],
#imObjectForm_3_form input[type="radio"] {
  border: 0;
  background-color: transparent;
}
#imObjectForm_3_form input.imFormFocus,
#imObjectForm_3_form select.imFormFocus,
#imObjectForm_3_form textarea.imFormFocus,
#imObjectForm_3_form span.textarea.imFormFocus {
  color: rgba(7, 19, 35, 1);
  background-color: rgba(255, 252, 240, 1);
  border-color: rgba(192, 192, 192, 1);
}
#imObjectForm_3_form input[type="checkbox"].imFormFocus,
#imObjectForm_3_form input[type="radio"].imFormFocus {
  border: 0;
  background-color: transparent;
}
#imObjectForm_3_form input.imFormMark,
#imObjectForm_3_form textarea.imFormMark,
#imObjectForm_3_form span.textarea.imFormMark,
#imObjectForm_3_form select.imFormMark {
  color: rgba(192, 0, 0, 1);
  background-color: rgba(255, 192, 192, 1);
  border-color: rgba(192, 192, 192, 1);
}
#imObjectForm_3_form input[type="submit"],
#imObjectForm_3_form input[type="button"],
#imObjectForm_3_next,
#imObjectForm_3_prev,
#imObjectForm_3_submit {
  -webkit-appearance: none;
  cursor: pointer;
  color: rgba(255, 191, 0, 1);
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: rgba(55, 71, 79, 1) rgba(55, 71, 79, 1) rgba(55, 71, 79, 1)
    rgba(55, 71, 79, 1);
  background-color: rgba(7, 19, 35, 1);
  font-family: Roboto, sans serif;
  font-size: 11pt;
  font-weight: bold;
  font-style: normal;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 5px 40px 5px 40px;
  margin-left: 0;
}
#imObjectForm_3_form input[type="submit"]:disabled,
#imObjectForm_3_form input[type="button"]:disabled,
#imObjectForm_3_next:disabled,
#imObjectForm_3_prev:disabled,
#imObjectForm_3_submit:disabled {
  opacity: 0.5;
  cursor: default;
}
#imObjectForm_3_prot {
  display: none;
}
#imObjectForm_3_buttonswrap {
  text-align: left;
  box-sizing: border-box;
  width: 100%;
}
.imObjectFormFieldContainer {
  float: left;
  box-sizing: border-box;
  margin: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 2px;
}
.imObjectFormFieldContainer.centered {
  display: flex;
  align-items: center;
}
.imObjectFormAgreementCheckboxWrapper {
  display: block;
}
.imObjectFormAgreementCheckbox {
  margin-right: 5px;
  vertical-align: middle;
}
.checkbox-input,
.checkbox-label,
.radio-input,
.radio-label {
  vertical-align: middle;
}
.radio-input {
  margin-top: 0;
}
#imObjectForm_3_1_container {
  position: relative;
  width: 50%;
  padding-right: 10px;
  clear: left;
}
#imObjectForm_3_1_field {
  position: relative;
  float: left;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
}
#imObjectForm_3_1 {
  box-sizing: border-box;
  width: 100%;
}
#imObjectForm_3_2_container {
  position: relative;
  width: 100%;
  padding-right: 10px;
  clear: left;
}
#imObjectForm_3_2_field {
  position: relative;
  float: left;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
}
#imObjectForm_3_2 {
  box-sizing: border-box;
  width: 100%;
  height: 58px;
}
#imObjectForm_3_3_container {
  position: relative;
  width: 50%;
  padding-right: 10px;
  clear: left;
}
#imObjectForm_3_3_field,
#imObjectForm_3_3_chkfield {
  position: relative;
  float: left;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
}
#imObjectForm_3_3,
#imObjectForm_3_3_chk {
  box-sizing: border-box;
  width: 100%;
}
#imObjectForm_3_4_container {
  position: relative;
  width: 50%;
  padding-right: 10px;
}
#imObjectForm_3_4_field {
  position: relative;
  float: left;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
}
#imObjectForm_3_4 {
  box-sizing: border-box;
  width: 100%;
}
#imFooter_imCell_4 {
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  position: relative;
  box-sizing: border-box;
}
#imFooter_imTextObject_04 {
  position: relative;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  max-width: 100%;
  box-sizing: border-box;
  z-index: 3;
}
#imFooter_imCellStyleGraphics_4 {
  position: absolute;
  top: 0px;
  bottom: 0px;
  background-color: transparent;
}
#imFooter_imCellStyleBorders_4 {
  position: absolute;
  top: 0px;
  bottom: 0px;
}
#imFooter_imTextObject_04 {
  width: 100%;
}
#imFooter_imTextObject_04 {
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
}
#imFooter_imTextObject_04_tab0 div {
  line-height: 22px;
}
#imFooter_imTextObject_04_tab0 .imHeading1 {
  line-height: 56px;
}
#imFooter_imTextObject_04_tab0 .imHeading2 {
  line-height: 40px;
}
#imFooter_imTextObject_04_tab0 .imHeading3 {
  line-height: 36px;
}
#imFooter_imTextObject_04_tab0 .imHeading4 {
  line-height: 40px;
}
#imFooter_imTextObject_04_tab0 .imHeading5 {
  line-height: 36px;
}
#imFooter_imTextObject_04_tab0 .imHeading6 {
  line-height: 32px;
}
#imFooter_imTextObject_04_tab0 ul {
  list-style: disc;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#imFooter_imTextObject_04_tab0 ul ul {
  list-style: square;
  padding: 0 0 0 20px;
}
#imFooter_imTextObject_04_tab0 ul ul ul {
  list-style: circle;
}
#imFooter_imTextObject_04_tab0 ul li {
  margin: 0 0 0 40px;
  padding: 0px;
}
#imFooter_imTextObject_04_tab0 ol {
  list-style: decimal;
  margin: 0;
  padding: 0;
}
#imFooter_imTextObject_04_tab0 ol ol {
  list-style: lower-alpha;
  padding: 0 0 0 20px;
}
#imFooter_imTextObject_04_tab0 ol li {
  margin: 0 0 0 40px;
  padding: 0px;
}
#imFooter_imTextObject_04_tab0 blockquote {
  margin: 0 0 0 15px;
  padding: 0;
  border: none;
}
#imFooter_imTextObject_04_tab0 table {
  border: none;
  padding: 0;
  border-collapse: collapse;
}
#imFooter_imTextObject_04_tab0 table td {
  border: 1px solid black;
  word-wrap: break-word;
  padding: 4px 3px 4px 3px;
  margin: 0;
  vertical-align: middle;
}
#imFooter_imTextObject_04_tab0 p {
  margin: 0;
  padding: 0;
}
#imFooter_imTextObject_04_tab0 .inline-block {
  display: inline-block;
}
#imFooter_imTextObject_04_tab0 sup {
  vertical-align: super;
  font-size: smaller;
}
#imFooter_imTextObject_04_tab0 sub {
  vertical-align: sub;
  font-size: smaller;
}
#imFooter_imTextObject_04_tab0 img {
  border: none;
  margin: 0;
  vertical-align: text-bottom;
}
#imFooter_imTextObject_04_tab0 .fleft {
  float: left;
  vertical-align: baseline;
}
#imFooter_imTextObject_04_tab0 .fright {
  float: right;
  vertical-align: baseline;
}
#imFooter_imTextObject_04_tab0 img.fleft {
  margin-right: 15px;
}
#imFooter_imTextObject_04_tab0 img.fright {
  margin-left: 15px;
}
#imFooter_imTextObject_04_tab0 .imTALeft {
  text-align: left;
}
#imFooter_imTextObject_04_tab0 .imTARight {
  text-align: right;
}
#imFooter_imTextObject_04_tab0 .imTACenter {
  text-align: center;
}
#imFooter_imTextObject_04_tab0 .imTAJustify {
  text-align: justify;
}
#imFooter_imTextObject_04_tab0 .imUl {
  text-decoration: underline;
}
#imFooter_imTextObject_04_tab0 .imStrike {
  text-decoration: line-through;
}
#imFooter_imTextObject_04_tab0 .imUlStrike {
  text-decoration: underline line-through;
}
#imFooter_imTextObject_04_tab0 .imVt {
  vertical-align: top;
}
#imFooter_imTextObject_04_tab0 .imVc {
  vertical-align: middle;
}
#imFooter_imTextObject_04_tab0 .imVb {
  vertical-align: bottom;
}
#imFooter_imTextObject_04_tab0 hr {
  border-width: 1px 0 0 0;
  border-style: solid;
}
#imFooter_imTextObject_04 .text-container {
  width: 100%;
}
#imFooter_imTextObject_04 .text-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-template-rows: 1fr;
  grid-template-rows: 1fr;
  -ms-grid-template-columns: 1fr;
  grid-template-columns: 1fr;
  background-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-color: rgba(169, 169, 169, 1);
}
#imFooter_imTextObject_04 .text-container .grid-prop.current-tab {
  z-index: 1;
  opacity: 1;
}
#imFooter_imTextObject_04 .text-container .grid-prop {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  grid-area: 1 / 1 / 2 / 2;
  opacity: 0;
  box-sizing: border-box;
  position: relative;
}
#imFooter_imTextObject_04 .text-container .text-tab-content.detach {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
#imSideBar_imCell_1 {
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  position: relative;
  box-sizing: border-box;
}
#imSideBar_imObjectImage_01 {
  position: relative;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  max-width: 100%;
  box-sizing: border-box;
  z-index: 3;
}
#imSideBar_imCellStyleGraphics_1 {
  position: absolute;
  top: 0px;
  bottom: 0px;
  background-color: transparent;
}
#imSideBar_imCellStyleBorders_1 {
  position: absolute;
  top: 0px;
  bottom: 0px;
}
#imSideBar_imObjectImage_01 {
  vertical-align: top;
  margin: 0 auto;
}
#imSideBar_imObjectImage_01 #imSideBar_imObjectImage_01_container img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#imStickyBar_imCell_1 {
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  position: relative;
  box-sizing: border-box;
}
#imStickyBar_imMenuObject_01 {
  position: relative;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  max-width: 100%;
  box-sizing: border-box;
  z-index: 103;
}
#imStickyBar_imCellStyleGraphics_1 {
  position: absolute;
  top: 0px;
  bottom: 0px;
  background-color: transparent;
}
#imStickyBar_imCellStyleBorders_1 {
  position: absolute;
  top: 0px;
  bottom: 0px;
}
.label-wrapper .menu-item-icon {
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  margin: auto;
  z-index: 0;
}
.im-menu-opened #imStickyBarContainer,
.im-menu-opened #imPageToTop {
  visibility: hidden !important;
}
.imPageRow {
  position: relative;
}
.object-icon.text {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAIAAAD8GO2jAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAADMSURBVEhLY7jjH0FTNGoBQYRiwX9qAGQDgQjdAmQuGWjkWABk4AJwxVgRpgLsFvz98vV5W8+D1FywmSAAZANFgOIQZWgAogsiBWdDEHYLXs9ZCBeBAAj3w6ZtEAYuBFcJRwTiAGw4CKCJ40KYKgelBVAhJIAsBWdD0MgMIjwIUyU+Cx4XlIMNBwFgJoCLQ4WQALIUnA1B+CwA60UAZClcCFMZgSAiFY0oC4Bs4gGyLjgbgkbjAA0RtoBygGwgEKFYQAs0agFBRGML/CMA23cB5YgRYRkAAAAASUVORK5CYII=);
}
.object-icon.pluginapp-962af960-3184-4db6-954c-24215440ca9 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAIAAAD8GO2jAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAASUlEQVRIS+3TsQkAIAwFUXd0UMdxHE1hJcKBEmwuvNorPpbaeioDyAA6BMbDbU8FN0BugAwgA+hHYH3Kq9ueCm6A3AAZQMmB1icPSb+qENiWbgAAAABJRU5ErkJggg==);
}
.object-icon.gallery {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAIAAAD8GO2jAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAEeSURBVEhL7ZOxS0JRFIf7J92b3d2do01aXIK2GkQIqSWFhgLJITAaDEIHoVoKEsTFPjjw43KUnveYYPAuH4/Dvfed79xz3zs4blV2SikopBQU4gXLLYZLZawRuJmzmxq4yVWCguG49zV7f/t8hcblYbrkiAjOb+uTjyeLR9N+9/FUS6sEBZzA4sFL5+75gkNguno40R5hL/JMM8BvAtLRGRxkny++m9dVAjpmsbYZejFDADiol+aQkQNJo9aJoADa90dogNrtGtJYBAV8oMxQr6tap9FMUMAdcLdr++6UEQFNQEBg9dIZLYFrVLaAekmqf5h6+UAtFmmjsgW57JMgPJRB2cALtidD4LZuyJ4JYiNN8vd34CgFhfx3QavyA6ANBINvb97RAAAAAElFTkSuQmCC);
}
#imPageRowGraphics_1 {
  position: absolute;
  top: -70%;
  bottom: -70%;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 1;
}
#imPageRowGraphics_1 {
  background: transparent url("../images/flagaPL.jpg") no-repeat center center;
  background-size: cover;
}
#imCell_1 {
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  position: relative;
  box-sizing: border-box;
}
#imTextObject_01 {
  position: relative;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  max-width: 100%;
  box-sizing: border-box;
  z-index: 3;
}
#imCellStyleGraphics_1 {
  position: absolute;
  top: 120px;
  bottom: 120px;
  background-color: transparent;
}
#imCellStyleBorders_1 {
  position: absolute;
  top: 120px;
  bottom: 120px;
}
#imTextObject_01 {
  width: 100%;
}
#imTextObject_01 {
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
}
#imTextObject_01_tab0 div {
  line-height: 22px;
}
#imTextObject_01_tab0 .imHeading1 {
  line-height: 56px;
}
#imTextObject_01_tab0 .imHeading2 {
  line-height: 40px;
}
#imTextObject_01_tab0 .imHeading3 {
  line-height: 36px;
}
#imTextObject_01_tab0 .imHeading4 {
  line-height: 40px;
}
#imTextObject_01_tab0 .imHeading5 {
  line-height: 36px;
}
#imTextObject_01_tab0 .imHeading6 {
  line-height: 32px;
}
#imTextObject_01_tab0 ul {
  list-style: disc;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#imTextObject_01_tab0 ul ul {
  list-style: square;
  padding: 0 0 0 20px;
}
#imTextObject_01_tab0 ul ul ul {
  list-style: circle;
}
#imTextObject_01_tab0 ul li {
  margin: 0 0 0 40px;
  padding: 0px;
}
#imTextObject_01_tab0 ol {
  list-style: decimal;
  margin: 0;
  padding: 0;
}
#imTextObject_01_tab0 ol ol {
  list-style: lower-alpha;
  padding: 0 0 0 20px;
}
#imTextObject_01_tab0 ol li {
  margin: 0 0 0 40px;
  padding: 0px;
}
#imTextObject_01_tab0 blockquote {
  margin: 0 0 0 15px;
  padding: 0;
  border: none;
}
#imTextObject_01_tab0 table {
  border: none;
  padding: 0;
  border-collapse: collapse;
}
#imTextObject_01_tab0 table td {
  border: 1px solid black;
  word-wrap: break-word;
  padding: 4px 3px 4px 3px;
  margin: 0;
  vertical-align: middle;
}
#imTextObject_01_tab0 p {
  margin: 0;
  padding: 0;
}
#imTextObject_01_tab0 .inline-block {
  display: inline-block;
}
#imTextObject_01_tab0 sup {
  vertical-align: super;
  font-size: smaller;
}
#imTextObject_01_tab0 sub {
  vertical-align: sub;
  font-size: smaller;
}
#imTextObject_01_tab0 img {
  border: none;
  margin: 0;
  vertical-align: text-bottom;
}
#imTextObject_01_tab0 .fleft {
  float: left;
  vertical-align: baseline;
}
#imTextObject_01_tab0 .fright {
  float: right;
  vertical-align: baseline;
}
#imTextObject_01_tab0 img.fleft {
  margin-right: 15px;
}
#imTextObject_01_tab0 img.fright {
  margin-left: 15px;
}
#imTextObject_01_tab0 .imTALeft {
  text-align: left;
}
#imTextObject_01_tab0 .imTARight {
  text-align: right;
}
#imTextObject_01_tab0 .imTACenter {
  text-align: center;
}
#imTextObject_01_tab0 .imTAJustify {
  text-align: justify;
}
#imTextObject_01_tab0 .imUl {
  text-decoration: underline;
}
#imTextObject_01_tab0 .imStrike {
  text-decoration: line-through;
}
#imTextObject_01_tab0 .imUlStrike {
  text-decoration: underline line-through;
}
#imTextObject_01_tab0 .imVt {
  vertical-align: top;
}
#imTextObject_01_tab0 .imVc {
  vertical-align: middle;
}
#imTextObject_01_tab0 .imVb {
  vertical-align: bottom;
}
#imTextObject_01_tab0 hr {
  border-width: 1px 0 0 0;
  border-style: solid;
}
#imTextObject_01_tab0 .cf1 {
  color: rgb(255, 255, 255);
}
#imTextObject_01_tab0 .fs16lh1-5 {
  vertical-align: baseline;
  font-size: 16pt;
  line-height: 32px;
}
#imTextObject_01_tab0 .fs14lh1-5 {
  vertical-align: baseline;
  font-size: 14pt;
  line-height: 28px;
}
#imTextObject_01_tab0 .cb1 {
  background-color: rgb(7, 19, 35);
}
#imTextObject_01 .text-container {
  width: 100%;
}
#imTextObject_01 .text-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-template-rows: 1fr;
  grid-template-rows: 1fr;
  -ms-grid-template-columns: 1fr;
  grid-template-columns: 1fr;
  background-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-color: rgba(169, 169, 169, 1);
}
#imTextObject_01 .text-container .grid-prop.current-tab {
  z-index: 1;
  opacity: 1;
}
#imTextObject_01 .text-container .grid-prop {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  grid-area: 1 / 1 / 2 / 2;
  opacity: 0;
  box-sizing: border-box;
  position: relative;
}
#imTextObject_01 .text-container .text-tab-content.detach {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
#imCell_3 {
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  position: relative;
  box-sizing: border-box;
}
#imTextObject_03 {
  position: relative;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  max-width: 100%;
  box-sizing: border-box;
  z-index: 3;
}
#imCellStyleGraphics_3 {
  position: absolute;
  top: 0px;
  bottom: 0px;
  background-color: transparent;
}
#imCellStyleBorders_3 {
  position: absolute;
  top: 0px;
  bottom: 0px;
}
#imTextObject_03 {
  width: 100%;
}
#imTextObject_03 {
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
}
#imTextObject_03_tab0 div {
  line-height: 22px;
}
#imTextObject_03_tab0 .imHeading1 {
  line-height: 56px;
}
#imTextObject_03_tab0 .imHeading2 {
  line-height: 40px;
}
#imTextObject_03_tab0 .imHeading3 {
  line-height: 36px;
}
#imTextObject_03_tab0 .imHeading4 {
  line-height: 40px;
}
#imTextObject_03_tab0 .imHeading5 {
  line-height: 36px;
}
#imTextObject_03_tab0 .imHeading6 {
  line-height: 32px;
}
#imTextObject_03_tab0 ul {
  list-style: disc;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#imTextObject_03_tab0 ul ul {
  list-style: square;
  padding: 0 0 0 20px;
}
#imTextObject_03_tab0 ul ul ul {
  list-style: circle;
}
#imTextObject_03_tab0 ul li {
  margin: 0 0 0 40px;
  padding: 0px;
}
#imTextObject_03_tab0 ol {
  list-style: decimal;
  margin: 0;
  padding: 0;
}
#imTextObject_03_tab0 ol ol {
  list-style: lower-alpha;
  padding: 0 0 0 20px;
}
#imTextObject_03_tab0 ol li {
  margin: 0 0 0 40px;
  padding: 0px;
}
#imTextObject_03_tab0 blockquote {
  margin: 0 0 0 15px;
  padding: 0;
  border: none;
}
#imTextObject_03_tab0 table {
  border: none;
  padding: 0;
  border-collapse: collapse;
}
#imTextObject_03_tab0 table td {
  border: 1px solid black;
  word-wrap: break-word;
  padding: 4px 3px 4px 3px;
  margin: 0;
  vertical-align: middle;
}
#imTextObject_03_tab0 p {
  margin: 0;
  padding: 0;
}
#imTextObject_03_tab0 .inline-block {
  display: inline-block;
}
#imTextObject_03_tab0 sup {
  vertical-align: super;
  font-size: smaller;
}
#imTextObject_03_tab0 sub {
  vertical-align: sub;
  font-size: smaller;
}
#imTextObject_03_tab0 img {
  border: none;
  margin: 0;
  vertical-align: text-bottom;
}
#imTextObject_03_tab0 .fleft {
  float: left;
  vertical-align: baseline;
}
#imTextObject_03_tab0 .fright {
  float: right;
  vertical-align: baseline;
}
#imTextObject_03_tab0 img.fleft {
  margin-right: 15px;
}
#imTextObject_03_tab0 img.fright {
  margin-left: 15px;
}
#imTextObject_03_tab0 .imTALeft {
  text-align: left;
}
#imTextObject_03_tab0 .imTARight {
  text-align: right;
}
#imTextObject_03_tab0 .imTACenter {
  text-align: center;
}
#imTextObject_03_tab0 .imTAJustify {
  text-align: justify;
}
#imTextObject_03_tab0 .imUl {
  text-decoration: underline;
}
#imTextObject_03_tab0 .imStrike {
  text-decoration: line-through;
}
#imTextObject_03_tab0 .imUlStrike {
  text-decoration: underline line-through;
}
#imTextObject_03_tab0 .imVt {
  vertical-align: top;
}
#imTextObject_03_tab0 .imVc {
  vertical-align: middle;
}
#imTextObject_03_tab0 .imVb {
  vertical-align: bottom;
}
#imTextObject_03_tab0 hr {
  border-width: 1px 0 0 0;
  border-style: solid;
}
#imTextObject_03_tab0 .lh2 {
  line-height: 2;
}
#imTextObject_03_tab0 .mb1 {
  margin-bottom: 14.6667px;
}
#imTextObject_03_tab0 .fs14lh1-5 {
  vertical-align: baseline;
  font-size: 14pt;
  line-height: 28px;
}
#imTextObject_03 .text-container {
  width: 100%;
}
#imTextObject_03 .text-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-template-rows: 1fr;
  grid-template-rows: 1fr;
  -ms-grid-template-columns: 1fr;
  grid-template-columns: 1fr;
  background-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-color: rgba(169, 169, 169, 1);
}
#imTextObject_03 .text-container .grid-prop.current-tab {
  z-index: 1;
  opacity: 1;
}
#imTextObject_03 .text-container .grid-prop {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  grid-area: 1 / 1 / 2 / 2;
  opacity: 0;
  box-sizing: border-box;
  position: relative;
}
#imTextObject_03 .text-container .text-tab-content.detach {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
#imPageRowGraphics_3 {
  position: absolute;
  top: -120%;
  bottom: -120%;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 1;
}
#imPageRowGraphics_3 {
  background: transparent url("../images/flagaPL.jpg") no-repeat center center;
  background-size: cover;
}
#imCell_7 {
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  position: relative;
  box-sizing: border-box;
}
#pluginAppObj_07 {
  position: relative;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  max-width: 100%;
  box-sizing: border-box;
  z-index: 3;
}
#imCellStyleGraphics_7 {
  position: absolute;
  top: 3px;
  bottom: 3px;
  background-color: transparent;
}
#imCellStyleBorders_7 {
  position: absolute;
  top: 3px;
  bottom: 3px;
}
#imCell_29 {
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  position: relative;
  box-sizing: border-box;
}
#imTextObject_29 {
  position: relative;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  max-width: 100%;
  box-sizing: border-box;
  z-index: 3;
}
#imCellStyleGraphics_29 {
  position: absolute;
  top: 0px;
  bottom: 40px;
  background-color: transparent;
}
#imCellStyleBorders_29 {
  position: absolute;
  top: 0px;
  bottom: 40px;
}
#imTextObject_29 {
  width: 100%;
}
#imTextObject_29 {
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
}
#imTextObject_29_tab0 div {
  line-height: 22px;
}
#imTextObject_29_tab0 .imHeading1 {
  line-height: 56px;
}
#imTextObject_29_tab0 .imHeading2 {
  line-height: 40px;
}
#imTextObject_29_tab0 .imHeading3 {
  line-height: 36px;
}
#imTextObject_29_tab0 .imHeading4 {
  line-height: 40px;
}
#imTextObject_29_tab0 .imHeading5 {
  line-height: 36px;
}
#imTextObject_29_tab0 .imHeading6 {
  line-height: 32px;
}
#imTextObject_29_tab0 ul {
  list-style: disc;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#imTextObject_29_tab0 ul ul {
  list-style: square;
  padding: 0 0 0 20px;
}
#imTextObject_29_tab0 ul ul ul {
  list-style: circle;
}
#imTextObject_29_tab0 ul li {
  margin: 0 0 0 40px;
  padding: 0px;
}
#imTextObject_29_tab0 ol {
  list-style: decimal;
  margin: 0;
  padding: 0;
}
#imTextObject_29_tab0 ol ol {
  list-style: lower-alpha;
  padding: 0 0 0 20px;
}
#imTextObject_29_tab0 ol li {
  margin: 0 0 0 40px;
  padding: 0px;
}
#imTextObject_29_tab0 blockquote {
  margin: 0 0 0 15px;
  padding: 0;
  border: none;
}
#imTextObject_29_tab0 table {
  border: none;
  padding: 0;
  border-collapse: collapse;
}
#imTextObject_29_tab0 table td {
  border: 1px solid black;
  word-wrap: break-word;
  padding: 4px 3px 4px 3px;
  margin: 0;
  vertical-align: middle;
}
#imTextObject_29_tab0 p {
  margin: 0;
  padding: 0;
}
#imTextObject_29_tab0 .inline-block {
  display: inline-block;
}
#imTextObject_29_tab0 sup {
  vertical-align: super;
  font-size: smaller;
}
#imTextObject_29_tab0 sub {
  vertical-align: sub;
  font-size: smaller;
}
#imTextObject_29_tab0 img {
  border: none;
  margin: 0;
  vertical-align: text-bottom;
}
#imTextObject_29_tab0 .fleft {
  float: left;
  vertical-align: baseline;
}
#imTextObject_29_tab0 .fright {
  float: right;
  vertical-align: baseline;
}
#imTextObject_29_tab0 img.fleft {
  margin-right: 15px;
}
#imTextObject_29_tab0 img.fright {
  margin-left: 15px;
}
#imTextObject_29_tab0 .imTALeft {
  text-align: left;
}
#imTextObject_29_tab0 .imTARight {
  text-align: right;
}
#imTextObject_29_tab0 .imTACenter {
  text-align: center;
}
#imTextObject_29_tab0 .imTAJustify {
  text-align: justify;
}
#imTextObject_29_tab0 .imUl {
  text-decoration: underline;
}
#imTextObject_29_tab0 .imStrike {
  text-decoration: line-through;
}
#imTextObject_29_tab0 .imUlStrike {
  text-decoration: underline line-through;
}
#imTextObject_29_tab0 .imVt {
  vertical-align: top;
}
#imTextObject_29_tab0 .imVc {
  vertical-align: middle;
}
#imTextObject_29_tab0 .imVb {
  vertical-align: bottom;
}
#imTextObject_29_tab0 hr {
  border-width: 1px 0 0 0;
  border-style: solid;
}
#imTextObject_29_tab0 .fs14lh1-5 {
  vertical-align: baseline;
  font-size: 14pt;
  line-height: 28px;
}
#imTextObject_29 .text-container {
  width: 100%;
}
#imTextObject_29 .text-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-template-rows: 1fr;
  grid-template-rows: 1fr;
  -ms-grid-template-columns: 1fr;
  grid-template-columns: 1fr;
  background-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-color: rgba(169, 169, 169, 1);
}
#imTextObject_29 .text-container .grid-prop.current-tab {
  z-index: 1;
  opacity: 1;
}
#imTextObject_29 .text-container .grid-prop {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  grid-area: 1 / 1 / 2 / 2;
  opacity: 0;
  box-sizing: border-box;
  position: relative;
}
#imTextObject_29 .text-container .text-tab-content.detach {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
#imCell_30 {
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  position: relative;
  box-sizing: border-box;
}
#imObjectGallery_30 {
  position: relative;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  max-width: 100%;
  box-sizing: border-box;
  z-index: 3;
}
#imCellStyleGraphics_30 {
  position: absolute;
  top: 0px;
  bottom: 10px;
  background-color: transparent;
}
#imCellStyleBorders_30 {
  position: absolute;
  top: 0px;
  bottom: 10px;
}
#imObjectGallery_30 {
  width: 100%;
  max-width: 100%;
}
#imObjectGallery_30 {
  position: relative;
}
#imObjectGallery_30 div {
  float: left;
  text-align: left;
}
#imObjectGallery_30 .imGlContent {
  margin-left: 14px;
  overflow: hidden;
  display: block;
  position: relative;
}
#imObjectGallery_30 .imGlContent img {
  display: block;
  float: left;
  margin: 0 1px;
  max-width: 368px;
  max-height: 368px;
  min-width: 64px;
  min-height: 64px;
}
#imObjectGallery_30 .imRunner {
  position: relative;
}
#imObjectGallery_30 .imGlContent a {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
#imObjectGallery_30 .imLeftArrow {
  left: 0;
  background-image: url("../gallery/b02_l.png");
}
#imObjectGallery_30 .imRightArrow {
  right: 0;
  background-image: url("../gallery/b02_r.png");
}
#imObjectGallery_30 .imLeftArrow,
#imObjectGallery_30 .imRightArrow {
  z-index: 1000;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  background-position: center center;
}
#imObjectGallery_30 a:link,
#imContent #imObjectGallery_30 a:hover,
#imContent #imObjectGallery_30 a:visited,
#imContent #imObjectGallery_30 a:active {
  border: none;
  background-color: transparent;
  text-decoration: none;
}
@media (min-width: 1150px) {
  #imCell_1 {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imCell_1 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imTextObject_01 {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }
  #imCellStyleGraphics_1 {
    left: 0px;
    right: 0px;
  }
  #imCellStyleBorders_1 {
    left: 0px;
    right: 0px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
  #imTextObject_01 .text-container {
    border-width: 0 1px 1px 1px;
    box-sizing: border-box;
    width: 100%;
  }
  #imCell_3 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imCell_3 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imTextObject_03 {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 25px;
    padding-right: 25px;
  }
  #imCellStyleGraphics_3 {
    left: 0px;
    right: 0px;
  }
  #imCellStyleBorders_3 {
    left: 0px;
    right: 0px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
  #imTextObject_03 .text-container {
    border-width: 0 1px 1px 1px;
    box-sizing: border-box;
    width: 100%;
  }
  #imCell_7 {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
  }
  #imCell_7 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #pluginAppObj_07 {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
  }
  #imCellStyleGraphics_7 {
    left: 3px;
    right: 3px;
  }
  #imCellStyleBorders_7 {
    left: 3px;
    right: 3px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
  #imCell_29 {
    padding-top: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imCell_29 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imTextObject_29 {
    padding-top: 80px;
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }
  #imCellStyleGraphics_29 {
    left: 0px;
    right: 0px;
  }
  #imCellStyleBorders_29 {
    left: 0px;
    right: 0px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
  #imTextObject_29 .text-container {
    border-width: 0 1px 1px 1px;
    box-sizing: border-box;
    width: 100%;
  }
  #imCell_30 {
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #imCell_30 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imObjectGallery_30 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #imCellStyleGraphics_30 {
    left: 10px;
    right: 10px;
  }
  #imCellStyleBorders_30 {
    left: 10px;
    right: 10px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
}

@media (max-width: 1149.9px) and (min-width: 720px) {
  #imCell_1 {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imCell_1 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imTextObject_01 {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }
  #imCellStyleGraphics_1 {
    left: 0px;
    right: 0px;
  }
  #imCellStyleBorders_1 {
    left: 0px;
    right: 0px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
  #imTextObject_01 .text-container {
    border-width: 0 1px 1px 1px;
    box-sizing: border-box;
    width: 100%;
  }
  #imCell_3 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imCell_3 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imTextObject_03 {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 25px;
    padding-right: 25px;
  }
  #imCellStyleGraphics_3 {
    left: 0px;
    right: 0px;
  }
  #imCellStyleBorders_3 {
    left: 0px;
    right: 0px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
  #imTextObject_03 .text-container {
    border-width: 0 1px 1px 1px;
    box-sizing: border-box;
    width: 100%;
  }
  #imCell_7 {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 2px;
    padding-right: 2px;
  }
  #imCell_7 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #pluginAppObj_07 {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
  }
  #imCellStyleGraphics_7 {
    left: 2px;
    right: 2px;
  }
  #imCellStyleBorders_7 {
    left: 2px;
    right: 2px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
  #imCell_29 {
    padding-top: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imCell_29 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imTextObject_29 {
    padding-top: 80px;
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }
  #imCellStyleGraphics_29 {
    left: 0px;
    right: 0px;
  }
  #imCellStyleBorders_29 {
    left: 0px;
    right: 0px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
  #imTextObject_29 .text-container {
    border-width: 0 1px 1px 1px;
    box-sizing: border-box;
    width: 100%;
  }
  #imCell_30 {
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 6px;
    padding-right: 6px;
  }
  #imCell_30 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imObjectGallery_30 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #imCellStyleGraphics_30 {
    left: 6px;
    right: 6px;
  }
  #imCellStyleBorders_30 {
    left: 6px;
    right: 6px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
}

@media (max-width: 719.9px) and (min-width: 480px) {
  #imCell_1 {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imCell_1 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imTextObject_01 {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }
  #imCellStyleGraphics_1 {
    left: 0px;
    right: 0px;
  }
  #imCellStyleBorders_1 {
    left: 0px;
    right: 0px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
  #imTextObject_01 .text-container {
    border-width: 0 1px 1px 1px;
    box-sizing: border-box;
    width: 100%;
  }
  #imCell_3 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imCell_3 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imTextObject_03 {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 25px;
    padding-right: 25px;
  }
  #imCellStyleGraphics_3 {
    left: 0px;
    right: 0px;
  }
  #imCellStyleBorders_3 {
    left: 0px;
    right: 0px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
  #imTextObject_03 .text-container {
    border-width: 0 1px 1px 1px;
    box-sizing: border-box;
    width: 100%;
  }
  #imCell_7 {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 1px;
    padding-right: 1px;
  }
  #imCell_7 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #pluginAppObj_07 {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
  }
  #imCellStyleGraphics_7 {
    left: 1px;
    right: 1px;
  }
  #imCellStyleBorders_7 {
    left: 1px;
    right: 1px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
  #imCell_29 {
    padding-top: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imCell_29 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imTextObject_29 {
    padding-top: 80px;
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }
  #imCellStyleGraphics_29 {
    left: 0px;
    right: 0px;
  }
  #imCellStyleBorders_29 {
    left: 0px;
    right: 0px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
  #imTextObject_29 .text-container {
    border-width: 0 1px 1px 1px;
    box-sizing: border-box;
    width: 100%;
  }
  #imCell_30 {
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 4px;
    padding-right: 4px;
  }
  #imCell_30 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imObjectGallery_30 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #imCellStyleGraphics_30 {
    left: 4px;
    right: 4px;
  }
  #imCellStyleBorders_30 {
    left: 4px;
    right: 4px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
}

@media (max-width: 479.9px) {
  #imCell_1 {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imTextObject_01 {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }
  #imCell_1 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imCellStyleGraphics_1 {
    top: 120px;
    bottom: 120px;
    left: 0px;
    right: 0px;
    box-sizing: border-box;
  }
  #imTextObject_01 .text-container {
    border-width: 0 1px 1px 1px;
    box-sizing: border-box;
    width: 100%;
  }
  #imCell_3 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imTextObject_03 {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 25px;
    padding-right: 25px;
  }
  #imCell_3 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imCellStyleGraphics_3 {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    box-sizing: border-box;
  }
  #imTextObject_03 .text-container {
    border-width: 0 1px 1px 1px;
    box-sizing: border-box;
    width: 100%;
  }
  #imCell_7 {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
  }
  #pluginAppObj_07 {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
  }
  #imCell_7 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imCellStyleGraphics_7 {
    top: 3px;
    bottom: 3px;
    left: 5px;
    right: 5px;
    box-sizing: border-box;
  }
  #imCell_29 {
    padding-top: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imTextObject_29 {
    padding-top: 80px;
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }
  #imCell_29 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imCellStyleGraphics_29 {
    top: 0px;
    bottom: 40px;
    left: 0px;
    right: 0px;
    box-sizing: border-box;
  }
  #imTextObject_29 .text-container {
    border-width: 0 1px 1px 1px;
    box-sizing: border-box;
    width: 100%;
  }
  #imCell_30 {
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  #imObjectGallery_30 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #imCell_30 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imCellStyleGraphics_30 {
    top: 0px;
    bottom: 10px;
    left: 5px;
    right: 5px;
    box-sizing: border-box;
  }
}

@media (min-width: 1150px) {
  #imHeader_imMenuObject_02_wrapper {
    position: absolute;
    top: 30px;
    left: 470px;
    width: 673px;
    height: 40px;
    text-align: center;
    z-index: 1002;
  }
  #imHeader_imCell_2 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imHeader_imCell_2 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imHeader_imMenuObject_02 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imHeader_imCellStyleGraphics_2 {
    left: 0px;
    right: 0px;
  }
  #imHeader_imCellStyleBorders_2 {
    left: 0px;
    right: 0px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
  /* Main menu background */
  #imHeader_imMenuObject_02_container {
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: transparent transparent transparent transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    padding: 0px 0px 0px 0px;
    display: inline-table;
  }
  #imHeader_imMenuObject_02_container > ul:after {
    content: "";
    display: table;
    clear: both;
  }
  /* Main menu button size and position */
  #imHeader_imMenuObject_02_container > ul > li {
    position: relative;
    margin-left: 10px;
    margin-top: 0px;
    display: inline-block;
    vertical-align: top;
  }
  #imHeader_imMenuObject_02_container > ul > li > .label-wrapper,
  #imHeader_imMenuObject_02_container > ul > li > div > .label-wrapper {
    display: block;
    overflow: hidden;
    width: 150px;
    height: 43px;
    padding: 0 5px 0 5px;
    border-width: 0px 0px 0px 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  #imHeader_imMenuObject_02 .hamburger-button {
    cursor: pointer;
    width: 43px;
    height: 43px;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    border-width: 0px 0px 0px 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  #imHeader_imMenuObject_02 .hamburger-bar {
    margin: 4px auto;
    width: 65%;
    height: 4px;
    background-color: rgba(0, 0, 0, 1);
  }
  #imHeader_imMenuObject_02 .label-inner-wrapper,
  #imHeader_imMenuObject_02 .hamburger-button > div {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  #imHeader_imMenuObject_02_container > ul > li .label,
  #imHeader_imMenuObject_02 .hamburger-button > div > div {
    display: table-cell;
    vertical-align: middle;
  }
  /* Main menu default button style */
  #imHeader_imMenuObject_02_container > ul > li > .label-wrapper {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imHeader_imMenuObject_02_container > ul > li > .label-wrapper .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 13pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    font-weight: bold;
  }
  /* Hamburger button style */
  #imHeader_imMenuObject_02 .hamburger-button {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imHeader_imMenuObject_02 .hamburger-button .label {
    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 current button style */
  #imHeader_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imHeader_imMenuObject_02_container
    > ul
    > .imMnMnCurrent
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 13pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    font-weight: bold;
  }
  /* Main menu hover button style */
  #imHeader_imMenuObject_02_container > ul > li.imPage:hover > .label-wrapper {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imHeader_imMenuObject_02_container
    > ul
    > li.imPage:hover
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 13pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    font-weight: bold;
  }
  #imHeader_imMenuObject_02_container > ul > li.imLevel:hover > .label-wrapper {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imHeader_imMenuObject_02_container
    > ul
    > li.imLevel:hover
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 13pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    font-weight: bold;
  }
  /* Main menu separator button style */
  #imHeader_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imHeader_imMenuObject_02_container
    > ul
    > .imMnMnSeparator
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 13pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(224, 224, 224, 1);
    font-weight: bold;
  }
  #imHeader_imMenuObject_02 .imLevel {
    cursor: default;
  }
  #imHeader_imMenuObject_02-menu-opened .imLevel {
    cursor: default;
  }
  #imHeader_imMenuObject_02 {
    text-align: right;
  }
  /* Level menu background */
  #imHeader_imMenuObject_02 ul ul {
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: transparent transparent transparent transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: rgba(251, 209, 34, 1);
  }
  /* Level menu button size and position */
  #imHeader_imMenuObject_02 ul ul li {
    position: relative;
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: top;
  }
  /* Multiple column menu buttons position */
  #imHeader_imMenuObject_02 .multiple-column > ul {
    max-width: 170px;
  }
  #imHeader_imMenuObject_02 ul ul li:last-child {
    margin-bottom: 0;
  }
  #imHeader_imMenuObject_02 ul ul .label-wrapper {
    display: block;
    overflow: hidden;
    width: 154px;
    height: 34px;
    padding: 0 8px 0 8px;
  }
  #imHeader_imMenuObject_02 ul ul .label {
    display: table-cell;
    vertical-align: middle;
  }
  /* Level menu default button style */
  #imHeader_imMenuObject_02 ul ul .label-wrapper {
    background-color: rgba(251, 209, 34, 1);
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imHeader_imMenuObject_02 ul ul .label-wrapper .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 10pt;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    color: rgba(37, 58, 88, 1);
    font-weight: normal;
  }
  /* Level menu hover button style */
  #imHeader_imMenuObject_02 ul ul li.imLevel:hover > .label-wrapper {
    background-color: rgba(7, 19, 34, 1);
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imHeader_imMenuObject_02 ul ul li.imLevel:hover > .label-wrapper .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 10pt;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    color: rgba(251, 209, 34, 1);
    font-weight: normal;
  }
  #imHeader_imMenuObject_02 ul ul li.imPage:hover > .label-wrapper {
    background-color: rgba(7, 19, 34, 1);
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imHeader_imMenuObject_02 ul ul li.imPage:hover > .label-wrapper .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 10pt;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    color: rgba(251, 209, 34, 1);
    font-weight: normal;
  }
  /* Level menu separator button style */
  #imHeader_imMenuObject_02 ul ul .imMnMnSeparator > .label-wrapper {
    background-color: rgba(211, 211, 211, 1);
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imHeader_imMenuObject_02 ul ul .imMnMnSeparator > .label-wrapper .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 10pt;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    color: rgba(169, 169, 169, 1);
    font-weight: bold;
  }
  /* Level menu separation line style */
  /* Level menu current button style */
  #imHeader_imMenuObject_02
    .imMnMnCurrent
    > ul
    > .imMnMnCurrent
    > .label-wrapper {
    background-color: rgba(7, 19, 34, 1);
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imHeader_imMenuObject_02
    .imMnMnCurrent
    > ul
    > .imMnMnCurrent
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 10pt;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    color: rgba(251, 209, 34, 1);
    font-weight: normal;
  }
  #imHeader_imMenuObject_02 ul ul {
    z-index: 2;
  } /* Level menu show/hide directives */
  #imHeader_imMenuObject_02 .multiple-column {
    position: absolute;
    z-index: 2;
    left: 0;
  }
  #imHeader_imMenuObject_02 .multiple-column > ul {
    position: static;
    display: inline-block;
    vertical-align: top;
  }
  #imHeader_imMenuObject_02 .multiple-column > ul > li {
    display: block;
  }
  #imHeader_imMenuObject_02_container > ul > li > ul {
    position: absolute;
    top: 43px;
  }
  #imHeader_imMenuObject_02_container > ul > li > ul.open-bottom {
    left: 0;
  }
  #imHeader_imMenuObject_02_container > ul > li > ul.open-left {
    right: 160px;
  }
  #imHeader_imMenuObject_02_container > ul > li > ul.open-right {
    left: 160px;
  }
  #imHeader_imMenuObject_02_container > ul > li > ul ul,
  #imHeader_imMenuObject_02_container .multiple-column > ul > li ul {
    position: absolute;
    top: 0;
  }
  #imHeader_imMenuObject_02_container > ul > li > ul ul.open-left,
  #imHeader_imMenuObject_02_container .multiple-column > ul > li ul.open-left {
    right: 170px;
  }
  #imHeader_imMenuObject_02_container > ul > li > ul ul.open-right,
  #imHeader_imMenuObject_02_container .multiple-column > ul > li ul.open-right {
    left: 170px;
  }
  #imHeader_imMenuObject_02 ul > li > ul,
  .multiple-column {
    display: none;
  }
  #imHeader_imMenuObject_02_container > ul > li:nth-child(4n + 1) {
    margin-left: 0;
    clear: left;
  }
  #imHeader_imMenuObject_02_container > ul > li:nth-child(n + 5) {
    margin-top: 10px;
  }
  #imHeader_imMenuObject_02-menu-opened {
    display: none;
  }
  #imHeader_imMenuObject_02 .hamburger-component {
    display: none;
  }
  #imHeader_imObjectImage_03_wrapper {
    position: absolute;
    top: 10px;
    left: 40px;
    width: 130px;
    height: 70px;
    text-align: center;
    z-index: 1003;
    overflow: hidden;
  }
  #imHeader_imObjectImage_03_wrapper img {
    -webkit-clip-path: inset(0 0 16.667% 0);
    clip-path: inset(0 0 16.667% 0);
  }
  #imHeader_imCell_3 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imHeader_imCell_3 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imHeader_imObjectImage_03 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imHeader_imCellStyleGraphics_3 {
    left: 0px;
    right: 0px;
  }
  #imHeader_imCellStyleBorders_3 {
    left: 0px;
    right: 0px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
}

@media (max-width: 1149.9px) and (min-width: 720px) {
  #imHeader_imMenuObject_02_wrapper {
    position: absolute;
    top: 30px;
    left: 671px;
    width: 33px;
    height: 30px;
    text-align: center;
    z-index: 1002;
  }
  #imHeader_imCell_2 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imHeader_imCell_2 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imHeader_imMenuObject_02 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imHeader_imCellStyleGraphics_2 {
    left: 0px;
    right: 0px;
  }
  #imHeader_imCellStyleBorders_2 {
    left: 0px;
    right: 0px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
  /* Main menu background */
  #imHeader_imMenuObject_02_container {
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: transparent transparent transparent transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    padding: 0px 0px 0px 0px;
    display: inline-table;
  }
  #imHeader_imMenuObject_02_container > ul:after {
    content: "";
    display: table;
    clear: both;
  }
  /* Main menu button size and position */
  #imHeader_imMenuObject_02_container > ul > li {
    position: relative;
    margin-left: 10px;
    margin-top: 0px;
    display: inline-block;
    vertical-align: top;
  }
  #imHeader_imMenuObject_02_container > ul > li > .label-wrapper,
  #imHeader_imMenuObject_02_container > ul > li > div > .label-wrapper {
    display: block;
    overflow: hidden;
    width: 150px;
    height: 43px;
    padding: 0 5px 0 5px;
    border-width: 0px 0px 0px 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  #imHeader_imMenuObject_02 .hamburger-button {
    cursor: pointer;
    width: 43px;
    height: 43px;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    border-width: 0px 0px 0px 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  #imHeader_imMenuObject_02 .hamburger-bar {
    margin: 4px auto;
    width: 65%;
    height: 4px;
    background-color: rgba(0, 0, 0, 1);
  }
  #imHeader_imMenuObject_02 .label-inner-wrapper,
  #imHeader_imMenuObject_02 .hamburger-button > div {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  #imHeader_imMenuObject_02_container > ul > li .label,
  #imHeader_imMenuObject_02 .hamburger-button > div > div {
    display: table-cell;
    vertical-align: middle;
  }
  /* Main menu default button style */
  #imHeader_imMenuObject_02_container > ul > li > .label-wrapper {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imHeader_imMenuObject_02_container > ul > li > .label-wrapper .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 13pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    font-weight: bold;
  }
  /* Hamburger button style */
  #imHeader_imMenuObject_02 .hamburger-button {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imHeader_imMenuObject_02 .hamburger-button .label {
    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 current button style */
  #imHeader_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imHeader_imMenuObject_02_container
    > ul
    > .imMnMnCurrent
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 13pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    font-weight: bold;
  }
  /* Main menu hover button style */
  #imHeader_imMenuObject_02_container > ul > li.imPage:hover > .label-wrapper {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imHeader_imMenuObject_02_container
    > ul
    > li.imPage:hover
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 13pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    font-weight: bold;
  }
  #imHeader_imMenuObject_02_container > ul > li.imLevel:hover > .label-wrapper {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imHeader_imMenuObject_02_container
    > ul
    > li.imLevel:hover
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 13pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    font-weight: bold;
  }
  /* Main menu separator button style */
  #imHeader_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imHeader_imMenuObject_02_container
    > ul
    > .imMnMnSeparator
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 13pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(224, 224, 224, 1);
    font-weight: bold;
  }
  #imHeader_imMenuObject_02 .imLevel {
    cursor: default;
  }
  #imHeader_imMenuObject_02-menu-opened .imLevel {
    cursor: default;
  }
  #imHeader_imMenuObject_02 {
    text-align: right;
  }
  #imHeader_imMenuObject_02 .hidden {
    display: none;
  }
  #imHeader_imMenuObject_02-menu-opened {
    overflow: visible;
    z-index: 10402;
  }
  #imHeader_imMenuObject_02-menu-opened ul ul {
    display: none; /*margin-bottom: 1px;*/
  }
  #imHeader_imMenuObject_02-menu-opened li > div {
    display: none;
  }
  #imHeader_imMenuObject_02-menu-opened
    #imHeader_imMenuObject_02_container-menu-opened
    div
    > ul {
    display: block;
  }
  #imHeader_imMenuObject_02-menu-opened
    #imHeader_imMenuObject_02_container-menu-opened
    > ul {
    position: absolute;
    right: 0;
    left: auto;
    top: 40px;
    background-color: rgba(251, 209, 34, 1);
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100% - 40px);
    width: 100%;
  }
  #imHeader_imMenuObject_02-menu-opened .hamburger-menu-close-button {
    display: block;
    font-family: Arial;
    font-size: 30px;
    text-align: right;
    padding: 5px 10px;
    color: rgba(7, 19, 35, 1);
  }
  #imHeader_imMenuObject_02-menu-opened .hamburger-menu-close-button span {
    cursor: pointer;
  }
  #imHeader_imMenuObject_02-menu-opened {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 250px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: transparent transparent transparent transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  #imPageExtContainer:after {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    content: "";
    opacity: 0;
    transition: opacity 1000ms;
    z-index: 10401;
  }
  .menu-imHeader_imMenuObject_02-opened #imPageExtContainer:after {
    width: 100%;
    height: 100%;
    background-color: rgba(251, 209, 34, 1);
    opacity: 1;
  }
  .menu-imHeader_imMenuObject_02-towards-closing #imPageExtContainer:after {
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 1;
    transition: background-color 1000ms linear, opacity;
  }
  #imHeader_imMenuObject_02 .hidden {
    display: none;
  }
  /* Responsive menu button size and position */
  #imHeader_imMenuObject_02-menu-opened li {
    position: relative;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
  }
  #imHeader_imMenuObject_02-menu-opened li:last-child {
    margin-bottom: 0;
  }
  #imHeader_imMenuObject_02-menu-opened .label-wrapper {
    display: block;
    overflow: hidden;
    position: relative;
    width: 230px;
    height: 58px;
    padding: 0 10px 0 10px;
  }
  #imHeader_imMenuObject_02-menu-opened .label-inner-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
  }
  #imHeader_imMenuObject_02-menu-opened .label {
    display: table-cell;
    vertical-align: middle;
  }
  #imHeader_imMenuObject_02-menu-opened .hamburger-menu-background {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    width: 250px;
    right: 0;
    left: auto;
    background-color: rgba(251, 209, 34, 1);
    transition: left 500ms, right 500ms, opacity 500ms;
    -webkit-transition: left 500ms, right 500ms, opacity 500ms;
  }
  /* Responsive menu default button style */
  #imHeader_imMenuObject_02-menu-opened ul > li > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imHeader_imMenuObject_02-menu-opened ul > li > .label-wrapper .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  #imHeader_imMenuObject_02-menu-opened ul ul > li > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imHeader_imMenuObject_02-menu-opened ul ul > li > .label-wrapper .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  #imHeader_imMenuObject_02-menu-opened ul ul ul > li > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imHeader_imMenuObject_02-menu-opened ul ul ul > li > .label-wrapper .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  #imHeader_imMenuObject_02-menu-opened ul ul ul ul > li > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imHeader_imMenuObject_02-menu-opened
    ul
    ul
    ul
    ul
    > li
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  /* Responsive menu hover button style */
  #imHeader_imMenuObject_02-menu-opened
    ul
    > li:hover:not(.imMnMnSeparator)
    > .label-wrapper {
    background-color: rgba(7, 19, 35, 1);
    background-image: none;
  }
  #imHeader_imMenuObject_02-menu-opened
    ul
    > li:hover:not(.imMnMnSeparator)
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(255, 191, 0, 1);
    font-weight: bold;
  }
  /* Responsive menu current button style */
  #imHeader_imMenuObject_02-menu-opened
    #imHeader_imMenuObject_02_container-menu-opened
    > ul
    > .imMnMnCurrent
    > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imHeader_imMenuObject_02-menu-opened
    #imHeader_imMenuObject_02_container-menu-opened
    > ul
    > .imMnMnCurrent
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  #imHeader_imMenuObject_02-menu-opened
    .imMnMnCurrent
    > ul
    > .imMnMnCurrent
    > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imHeader_imMenuObject_02-menu-opened
    .imMnMnCurrent
    > ul
    > .imMnMnCurrent
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  /* Responsive menu separator button style */
  #imHeader_imMenuObject_02-menu-opened ul > .imMnMnSeparator > .label-wrapper {
    background-color: rgba(128, 128, 128, 1);
    background-image: none;
  }
  #imHeader_imMenuObject_02-menu-opened
    ul
    > .imMnMnSeparator
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
  }
  /* Responsive menu separation line style */
  #imHeader_imMenuObject_02-menu-opened {
    transform: translate3d(250px, 0, 0);
    transition: transform 1000ms;
    -webkit-transition: transform 1000ms;
  }
  #imHeader_imMenuObject_02-menu-opened.animated {
    transform: translate3d(0, 0, 0);
  }
  #imPageIntContainer {
    transition: transform 1000ms;
    -webkit-transition: transform 1000ms;
  }
  .menu-imHeader_imMenuObject_02-opened #imPageIntContainer {
    transform: scale(0.8);
  }
  #imHeader_imObjectImage_03_wrapper {
    position: absolute;
    top: 10px;
    left: 40px;
    width: 130px;
    height: 70px;
    text-align: center;
    z-index: 1003;
    overflow: hidden;
  }
  #imHeader_imObjectImage_03_wrapper img {
    -webkit-clip-path: inset(0 0 16.667% 0);
    clip-path: inset(0 0 16.667% 0);
  }
  #imHeader_imCell_3 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imHeader_imCell_3 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imHeader_imObjectImage_03 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imHeader_imCellStyleGraphics_3 {
    left: 0px;
    right: 0px;
  }
  #imHeader_imCellStyleBorders_3 {
    left: 0px;
    right: 0px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
}

@media (max-width: 719.9px) and (min-width: 480px) {
  #imHeader_imMenuObject_02_wrapper {
    position: absolute;
    top: 30px;
    left: 400px;
    width: 61px;
    height: 30px;
    text-align: center;
    z-index: 1002;
  }
  #imHeader_imCell_2 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imHeader_imCell_2 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imHeader_imMenuObject_02 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imHeader_imCellStyleGraphics_2 {
    left: 0px;
    right: 0px;
  }
  #imHeader_imCellStyleBorders_2 {
    left: 0px;
    right: 0px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
  /* Main menu background */
  #imHeader_imMenuObject_02_container {
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: transparent transparent transparent transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    padding: 0px 0px 0px 0px;
    display: inline-table;
  }
  #imHeader_imMenuObject_02_container > ul:after {
    content: "";
    display: table;
    clear: both;
  }
  /* Main menu button size and position */
  #imHeader_imMenuObject_02_container > ul > li {
    position: relative;
    margin-left: 10px;
    margin-top: 0px;
    display: inline-block;
    vertical-align: top;
  }
  #imHeader_imMenuObject_02_container > ul > li > .label-wrapper,
  #imHeader_imMenuObject_02_container > ul > li > div > .label-wrapper {
    display: block;
    overflow: hidden;
    width: 150px;
    height: 43px;
    padding: 0 5px 0 5px;
    border-width: 0px 0px 0px 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  #imHeader_imMenuObject_02 .hamburger-button {
    cursor: pointer;
    width: 43px;
    height: 43px;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    border-width: 0px 0px 0px 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  #imHeader_imMenuObject_02 .hamburger-bar {
    margin: 4px auto;
    width: 65%;
    height: 4px;
    background-color: rgba(0, 0, 0, 1);
  }
  #imHeader_imMenuObject_02 .label-inner-wrapper,
  #imHeader_imMenuObject_02 .hamburger-button > div {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  #imHeader_imMenuObject_02_container > ul > li .label,
  #imHeader_imMenuObject_02 .hamburger-button > div > div {
    display: table-cell;
    vertical-align: middle;
  }
  /* Main menu default button style */
  #imHeader_imMenuObject_02_container > ul > li > .label-wrapper {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imHeader_imMenuObject_02_container > ul > li > .label-wrapper .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 13pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    font-weight: bold;
  }
  /* Hamburger button style */
  #imHeader_imMenuObject_02 .hamburger-button {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imHeader_imMenuObject_02 .hamburger-button .label {
    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 current button style */
  #imHeader_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imHeader_imMenuObject_02_container
    > ul
    > .imMnMnCurrent
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 13pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    font-weight: bold;
  }
  /* Main menu hover button style */
  #imHeader_imMenuObject_02_container > ul > li.imPage:hover > .label-wrapper {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imHeader_imMenuObject_02_container
    > ul
    > li.imPage:hover
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 13pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    font-weight: bold;
  }
  #imHeader_imMenuObject_02_container > ul > li.imLevel:hover > .label-wrapper {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imHeader_imMenuObject_02_container
    > ul
    > li.imLevel:hover
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 13pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    font-weight: bold;
  }
  /* Main menu separator button style */
  #imHeader_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imHeader_imMenuObject_02_container
    > ul
    > .imMnMnSeparator
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 13pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(224, 224, 224, 1);
    font-weight: bold;
  }
  #imHeader_imMenuObject_02 .imLevel {
    cursor: default;
  }
  #imHeader_imMenuObject_02-menu-opened .imLevel {
    cursor: default;
  }
  #imHeader_imMenuObject_02 {
    text-align: right;
  }
  #imHeader_imMenuObject_02 .hidden {
    display: none;
  }
  #imHeader_imMenuObject_02-menu-opened {
    overflow: visible;
    z-index: 10402;
  }
  #imHeader_imMenuObject_02-menu-opened ul ul {
    display: none; /*margin-bottom: 1px;*/
  }
  #imHeader_imMenuObject_02-menu-opened li > div {
    display: none;
  }
  #imHeader_imMenuObject_02-menu-opened
    #imHeader_imMenuObject_02_container-menu-opened
    div
    > ul {
    display: block;
  }
  #imHeader_imMenuObject_02-menu-opened
    #imHeader_imMenuObject_02_container-menu-opened
    > ul {
    position: absolute;
    right: 0;
    left: auto;
    top: 40px;
    background-color: rgba(251, 209, 34, 1);
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100% - 40px);
    width: 100%;
  }
  #imHeader_imMenuObject_02-menu-opened .hamburger-menu-close-button {
    display: block;
    font-family: Arial;
    font-size: 30px;
    text-align: right;
    padding: 5px 10px;
    color: rgba(7, 19, 35, 1);
  }
  #imHeader_imMenuObject_02-menu-opened .hamburger-menu-close-button span {
    cursor: pointer;
  }
  #imHeader_imMenuObject_02-menu-opened {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 250px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: transparent transparent transparent transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  #imPageExtContainer:after {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    content: "";
    opacity: 0;
    transition: opacity 1000ms;
    z-index: 10401;
  }
  .menu-imHeader_imMenuObject_02-opened #imPageExtContainer:after {
    width: 100%;
    height: 100%;
    background-color: rgba(251, 209, 34, 1);
    opacity: 1;
  }
  .menu-imHeader_imMenuObject_02-towards-closing #imPageExtContainer:after {
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 1;
    transition: background-color 1000ms linear, opacity;
  }
  #imHeader_imMenuObject_02 .hidden {
    display: none;
  }
  /* Responsive menu button size and position */
  #imHeader_imMenuObject_02-menu-opened li {
    position: relative;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
  }
  #imHeader_imMenuObject_02-menu-opened li:last-child {
    margin-bottom: 0;
  }
  #imHeader_imMenuObject_02-menu-opened .label-wrapper {
    display: block;
    overflow: hidden;
    position: relative;
    width: 230px;
    height: 58px;
    padding: 0 10px 0 10px;
  }
  #imHeader_imMenuObject_02-menu-opened .label-inner-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
  }
  #imHeader_imMenuObject_02-menu-opened .label {
    display: table-cell;
    vertical-align: middle;
  }
  #imHeader_imMenuObject_02-menu-opened .hamburger-menu-background {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    width: 250px;
    right: 0;
    left: auto;
    background-color: rgba(251, 209, 34, 1);
    transition: left 500ms, right 500ms, opacity 500ms;
    -webkit-transition: left 500ms, right 500ms, opacity 500ms;
  }
  /* Responsive menu default button style */
  #imHeader_imMenuObject_02-menu-opened ul > li > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imHeader_imMenuObject_02-menu-opened ul > li > .label-wrapper .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  #imHeader_imMenuObject_02-menu-opened ul ul > li > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imHeader_imMenuObject_02-menu-opened ul ul > li > .label-wrapper .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  #imHeader_imMenuObject_02-menu-opened ul ul ul > li > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imHeader_imMenuObject_02-menu-opened ul ul ul > li > .label-wrapper .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  #imHeader_imMenuObject_02-menu-opened ul ul ul ul > li > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imHeader_imMenuObject_02-menu-opened
    ul
    ul
    ul
    ul
    > li
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  /* Responsive menu hover button style */
  #imHeader_imMenuObject_02-menu-opened
    ul
    > li:hover:not(.imMnMnSeparator)
    > .label-wrapper {
    background-color: rgba(7, 19, 35, 1);
    background-image: none;
  }
  #imHeader_imMenuObject_02-menu-opened
    ul
    > li:hover:not(.imMnMnSeparator)
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(255, 191, 0, 1);
    font-weight: bold;
  }
  /* Responsive menu current button style */
  #imHeader_imMenuObject_02-menu-opened
    #imHeader_imMenuObject_02_container-menu-opened
    > ul
    > .imMnMnCurrent
    > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imHeader_imMenuObject_02-menu-opened
    #imHeader_imMenuObject_02_container-menu-opened
    > ul
    > .imMnMnCurrent
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  #imHeader_imMenuObject_02-menu-opened
    .imMnMnCurrent
    > ul
    > .imMnMnCurrent
    > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imHeader_imMenuObject_02-menu-opened
    .imMnMnCurrent
    > ul
    > .imMnMnCurrent
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  /* Responsive menu separator button style */
  #imHeader_imMenuObject_02-menu-opened ul > .imMnMnSeparator > .label-wrapper {
    background-color: rgba(128, 128, 128, 1);
    background-image: none;
  }
  #imHeader_imMenuObject_02-menu-opened
    ul
    > .imMnMnSeparator
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
  }
  /* Responsive menu separation line style */
  #imHeader_imMenuObject_02-menu-opened {
    transform: translate3d(250px, 0, 0);
    transition: transform 1000ms;
    -webkit-transition: transform 1000ms;
  }
  #imHeader_imMenuObject_02-menu-opened.animated {
    transform: translate3d(0, 0, 0);
  }
  #imPageIntContainer {
    transition: transform 1000ms;
    -webkit-transition: transform 1000ms;
  }
  .menu-imHeader_imMenuObject_02-opened #imPageIntContainer {
    transform: scale(0.8);
  }
  #imHeader_imObjectImage_03_wrapper {
    position: absolute;
    top: 10px;
    left: 40px;
    width: 130px;
    height: 70px;
    text-align: center;
    z-index: 1003;
    overflow: hidden;
  }
  #imHeader_imObjectImage_03_wrapper img {
    -webkit-clip-path: inset(0 0 16.667% 0);
    clip-path: inset(0 0 16.667% 0);
  }
  #imHeader_imCell_3 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imHeader_imCell_3 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imHeader_imObjectImage_03 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imHeader_imCellStyleGraphics_3 {
    left: 0px;
    right: 0px;
  }
  #imHeader_imCellStyleBorders_3 {
    left: 0px;
    right: 0px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
}

@media (max-width: 479.9px) {
  #imHeader_imMenuObject_02_wrapper {
    position: absolute;
    top: 34px;
    left: 270px;
    width: 42px;
    height: 30px;
    text-align: center;
    z-index: 1002;
  }
  #imHeader_imCell_2 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imHeader_imMenuObject_02 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imHeader_imCell_2 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imHeader_imCellStyleGraphics_2 {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    box-sizing: border-box;
  }
  /* Main menu background */
  #imHeader_imMenuObject_02_container {
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: transparent transparent transparent transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    padding: 0px 0px 0px 0px;
    display: inline-table;
  }
  #imHeader_imMenuObject_02_container > ul:after {
    content: "";
    display: table;
    clear: both;
  }
  /* Main menu button size and position */
  #imHeader_imMenuObject_02_container > ul > li {
    position: relative;
    margin-left: 10px;
    margin-top: 0px;
    display: inline-block;
    vertical-align: top;
  }
  #imHeader_imMenuObject_02_container > ul > li > .label-wrapper,
  #imHeader_imMenuObject_02_container > ul > li > div > .label-wrapper {
    display: block;
    overflow: hidden;
    width: 150px;
    height: 43px;
    padding: 0 5px 0 5px;
    border-width: 0px 0px 0px 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  #imHeader_imMenuObject_02 .hamburger-button {
    cursor: pointer;
    width: 43px;
    height: 43px;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    border-width: 0px 0px 0px 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  #imHeader_imMenuObject_02 .hamburger-bar {
    margin: 4px auto;
    width: 65%;
    height: 4px;
    background-color: rgba(0, 0, 0, 1);
  }
  #imHeader_imMenuObject_02 .label-inner-wrapper,
  #imHeader_imMenuObject_02 .hamburger-button > div {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  #imHeader_imMenuObject_02_container > ul > li .label,
  #imHeader_imMenuObject_02 .hamburger-button > div > div {
    display: table-cell;
    vertical-align: middle;
  }
  /* Main menu default button style */
  #imHeader_imMenuObject_02_container > ul > li > .label-wrapper {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imHeader_imMenuObject_02_container > ul > li > .label-wrapper .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 13pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    font-weight: bold;
  }
  /* Hamburger button style */
  #imHeader_imMenuObject_02 .hamburger-button {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imHeader_imMenuObject_02 .hamburger-button .label {
    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 current button style */
  #imHeader_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imHeader_imMenuObject_02_container
    > ul
    > .imMnMnCurrent
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 13pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    font-weight: bold;
  }
  /* Main menu hover button style */
  #imHeader_imMenuObject_02_container > ul > li.imPage:hover > .label-wrapper {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imHeader_imMenuObject_02_container
    > ul
    > li.imPage:hover
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 13pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    font-weight: bold;
  }
  #imHeader_imMenuObject_02_container > ul > li.imLevel:hover > .label-wrapper {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imHeader_imMenuObject_02_container
    > ul
    > li.imLevel:hover
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 13pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    font-weight: bold;
  }
  /* Main menu separator button style */
  #imHeader_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imHeader_imMenuObject_02_container
    > ul
    > .imMnMnSeparator
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 13pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(224, 224, 224, 1);
    font-weight: bold;
  }
  #imHeader_imMenuObject_02 .imLevel {
    cursor: default;
  }
  #imHeader_imMenuObject_02-menu-opened .imLevel {
    cursor: default;
  }
  #imHeader_imMenuObject_02 {
    text-align: right;
  }
  #imHeader_imMenuObject_02 .hidden {
    display: none;
  }
  #imHeader_imMenuObject_02-menu-opened {
    overflow: visible;
    z-index: 10402;
  }
  #imHeader_imMenuObject_02-menu-opened ul ul {
    display: none; /*margin-bottom: 1px;*/
  }
  #imHeader_imMenuObject_02-menu-opened li > div {
    display: none;
  }
  #imHeader_imMenuObject_02-menu-opened
    #imHeader_imMenuObject_02_container-menu-opened
    div
    > ul {
    display: block;
  }
  #imHeader_imMenuObject_02-menu-opened
    #imHeader_imMenuObject_02_container-menu-opened
    > ul {
    position: absolute;
    right: 0;
    left: auto;
    top: 40px;
    background-color: rgba(251, 209, 34, 1);
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100% - 40px);
    width: 100%;
  }
  #imHeader_imMenuObject_02-menu-opened .hamburger-menu-close-button {
    display: block;
    font-family: Arial;
    font-size: 30px;
    text-align: right;
    padding: 5px 10px;
    color: rgba(7, 19, 35, 1);
  }
  #imHeader_imMenuObject_02-menu-opened .hamburger-menu-close-button span {
    cursor: pointer;
  }
  #imHeader_imMenuObject_02-menu-opened {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 250px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: transparent transparent transparent transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  #imPageExtContainer:after {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    content: "";
    opacity: 0;
    transition: opacity 1000ms;
    z-index: 10401;
  }
  .menu-imHeader_imMenuObject_02-opened #imPageExtContainer:after {
    width: 100%;
    height: 100%;
    background-color: rgba(251, 209, 34, 1);
    opacity: 1;
  }
  .menu-imHeader_imMenuObject_02-towards-closing #imPageExtContainer:after {
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 1;
    transition: background-color 1000ms linear, opacity;
  }
  #imHeader_imMenuObject_02 .hidden {
    display: none;
  }
  /* Responsive menu button size and position */
  #imHeader_imMenuObject_02-menu-opened li {
    position: relative;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
  }
  #imHeader_imMenuObject_02-menu-opened li:last-child {
    margin-bottom: 0;
  }
  #imHeader_imMenuObject_02-menu-opened .label-wrapper {
    display: block;
    overflow: hidden;
    position: relative;
    width: 230px;
    height: 58px;
    padding: 0 10px 0 10px;
  }
  #imHeader_imMenuObject_02-menu-opened .label-inner-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
  }
  #imHeader_imMenuObject_02-menu-opened .label {
    display: table-cell;
    vertical-align: middle;
  }
  #imHeader_imMenuObject_02-menu-opened .hamburger-menu-background {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    width: 250px;
    right: 0;
    left: auto;
    background-color: rgba(251, 209, 34, 1);
    transition: left 500ms, right 500ms, opacity 500ms;
    -webkit-transition: left 500ms, right 500ms, opacity 500ms;
  }
  /* Responsive menu default button style */
  #imHeader_imMenuObject_02-menu-opened ul > li > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imHeader_imMenuObject_02-menu-opened ul > li > .label-wrapper .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  #imHeader_imMenuObject_02-menu-opened ul ul > li > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imHeader_imMenuObject_02-menu-opened ul ul > li > .label-wrapper .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  #imHeader_imMenuObject_02-menu-opened ul ul ul > li > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imHeader_imMenuObject_02-menu-opened ul ul ul > li > .label-wrapper .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  #imHeader_imMenuObject_02-menu-opened ul ul ul ul > li > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imHeader_imMenuObject_02-menu-opened
    ul
    ul
    ul
    ul
    > li
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  /* Responsive menu hover button style */
  #imHeader_imMenuObject_02-menu-opened
    ul
    > li:hover:not(.imMnMnSeparator)
    > .label-wrapper {
    background-color: rgba(7, 19, 35, 1);
    background-image: none;
  }
  #imHeader_imMenuObject_02-menu-opened
    ul
    > li:hover:not(.imMnMnSeparator)
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(255, 191, 0, 1);
    font-weight: bold;
  }
  /* Responsive menu current button style */
  #imHeader_imMenuObject_02-menu-opened
    #imHeader_imMenuObject_02_container-menu-opened
    > ul
    > .imMnMnCurrent
    > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imHeader_imMenuObject_02-menu-opened
    #imHeader_imMenuObject_02_container-menu-opened
    > ul
    > .imMnMnCurrent
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  #imHeader_imMenuObject_02-menu-opened
    .imMnMnCurrent
    > ul
    > .imMnMnCurrent
    > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imHeader_imMenuObject_02-menu-opened
    .imMnMnCurrent
    > ul
    > .imMnMnCurrent
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  /* Responsive menu separator button style */
  #imHeader_imMenuObject_02-menu-opened ul > .imMnMnSeparator > .label-wrapper {
    background-color: rgba(128, 128, 128, 1);
    background-image: none;
  }
  #imHeader_imMenuObject_02-menu-opened
    ul
    > .imMnMnSeparator
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
  }
  /* Responsive menu separation line style */
  #imHeader_imMenuObject_02-menu-opened {
    transform: translate3d(250px, 0, 0);
    transition: transform 1000ms;
    -webkit-transition: transform 1000ms;
  }
  #imHeader_imMenuObject_02-menu-opened.animated {
    transform: translate3d(0, 0, 0);
  }
  #imPageIntContainer {
    transition: transform 1000ms;
    -webkit-transition: transform 1000ms;
  }
  .menu-imHeader_imMenuObject_02-opened #imPageIntContainer {
    transform: scale(0.8);
  }
  #imHeader_imObjectImage_03_wrapper {
    position: absolute;
    top: 10px;
    left: 40px;
    width: 130px;
    height: 70px;
    text-align: center;
    z-index: 1003;
    overflow: hidden;
  }
  #imHeader_imObjectImage_03_wrapper img {
    -webkit-clip-path: inset(0 0 16.667% 0);
    clip-path: inset(0 0 16.667% 0);
  }
  #imHeader_imCell_3 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imHeader_imObjectImage_03 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imHeader_imCell_3 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imHeader_imCellStyleGraphics_3 {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    box-sizing: border-box;
  }
}

@media (min-width: 1150px) {
  #imFooter_imTextObject_01_wrapper {
    position: absolute;
    top: 68px;
    left: 42px;
    width: 330px;
    height: 222px;
    text-align: center;
    z-index: 1002;
    overflow: hidden;
  }
  #imFooter_imCell_1 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imFooter_imCell_1 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imFooter_imTextObject_01 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imFooter_imCellStyleGraphics_1 {
    left: 0px;
    right: 0px;
  }
  #imFooter_imCellStyleBorders_1 {
    left: 0px;
    right: 0px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
  #imFooter_imTextObject_01 .text-container {
    border-width: 0 1px 1px 1px;
    box-sizing: border-box;
    width: 100%;
  }
  #imFooter_pluginAppObj_02_wrapper {
    position: absolute;
    top: 301px;
    left: 40px;
    width: 130px;
    height: 40px;
    text-align: center;
    z-index: 1003;
  }
  #imFooter_imCell_2 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imFooter_imCell_2 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imFooter_pluginAppObj_02 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imFooter_imCellStyleGraphics_2 {
    left: 0px;
    right: 0px;
  }
  #imFooter_imCellStyleBorders_2 {
    left: 0px;
    right: 0px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
  #imFooter_imObjectForm_03_wrapper {
    position: absolute;
    top: 128px;
    left: 540px;
    width: 580px;
    height: 220px;
    text-align: center;
    z-index: 1004;
    overflow: hidden;
  }
  #imFooter_imCell_3 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imFooter_imCell_3 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imFooter_imObjectForm_03 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imFooter_imCellStyleGraphics_3 {
    left: 0px;
    right: 0px;
  }
  #imFooter_imCellStyleBorders_3 {
    left: 0px;
    right: 0px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
  #imFooter_imTextObject_04_wrapper {
    position: absolute;
    top: 68px;
    left: 540px;
    width: 400px;
    height: 60px;
    text-align: center;
    z-index: 1005;
    overflow: hidden;
  }
  #imFooter_imCell_4 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imFooter_imCell_4 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imFooter_imTextObject_04 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imFooter_imCellStyleGraphics_4 {
    left: 0px;
    right: 0px;
  }
  #imFooter_imCellStyleBorders_4 {
    left: 0px;
    right: 0px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
  #imFooter_imTextObject_04 .text-container {
    border-width: 0 1px 1px 1px;
    box-sizing: border-box;
    width: 100%;
  }
}

@media (max-width: 1149.9px) and (min-width: 720px) {
  #imFooter_imTextObject_01_wrapper {
    position: absolute;
    top: 77px;
    left: 12px;
    width: 160px;
    height: 240px;
    text-align: center;
    z-index: 1002;
    overflow: hidden;
  }
  #imFooter_imCell_1 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imFooter_imCell_1 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imFooter_imTextObject_01 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imFooter_imCellStyleGraphics_1 {
    left: 0px;
    right: 0px;
  }
  #imFooter_imCellStyleBorders_1 {
    left: 0px;
    right: 0px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
  #imFooter_imTextObject_01 .text-container {
    border-width: 0 1px 1px 1px;
    box-sizing: border-box;
    width: 100%;
  }
  #imFooter_pluginAppObj_02_wrapper {
    position: absolute;
    top: 330px;
    left: 10px;
    width: 123px;
    height: 40px;
    text-align: center;
    z-index: 1003;
  }
  #imFooter_imCell_2 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imFooter_imCell_2 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imFooter_pluginAppObj_02 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imFooter_imCellStyleGraphics_2 {
    left: 0px;
    right: 0px;
  }
  #imFooter_imCellStyleBorders_2 {
    left: 0px;
    right: 0px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
  #imFooter_imObjectForm_03_wrapper {
    position: absolute;
    top: 137px;
    left: 250px;
    width: 450px;
    height: 120px;
    text-align: center;
    z-index: 1004;
    overflow: hidden;
  }
  #imFooter_imCell_3 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imFooter_imCell_3 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imFooter_imObjectForm_03 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imFooter_imCellStyleGraphics_3 {
    left: 0px;
    right: 0px;
  }
  #imFooter_imCellStyleBorders_3 {
    left: 0px;
    right: 0px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
  #imFooter_imTextObject_04_wrapper {
    position: absolute;
    top: 77px;
    left: 250px;
    width: 310px;
    height: 60px;
    text-align: center;
    z-index: 1005;
    overflow: hidden;
  }
  #imFooter_imCell_4 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imFooter_imCell_4 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imFooter_imTextObject_04 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imFooter_imCellStyleGraphics_4 {
    left: 0px;
    right: 0px;
  }
  #imFooter_imCellStyleBorders_4 {
    left: 0px;
    right: 0px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
  #imFooter_imTextObject_04 .text-container {
    border-width: 0 1px 1px 1px;
    box-sizing: border-box;
    width: 100%;
  }
}

@media (max-width: 719.9px) and (min-width: 480px) {
  #imFooter_imTextObject_01_wrapper {
    position: absolute;
    top: 200px;
    left: 10px;
    width: 180px;
    height: 200px;
    text-align: center;
    z-index: 1002;
    overflow: hidden;
  }
  #imFooter_imCell_1 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imFooter_imCell_1 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imFooter_imTextObject_01 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imFooter_imCellStyleGraphics_1 {
    left: 0px;
    right: 0px;
  }
  #imFooter_imCellStyleBorders_1 {
    left: 0px;
    right: 0px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
  #imFooter_imTextObject_01 .text-container {
    border-width: 0 1px 1px 1px;
    box-sizing: border-box;
    width: 100%;
  }
  #imFooter_pluginAppObj_02_wrapper {
    position: absolute;
    top: 280px;
    left: 290px;
    width: 120px;
    height: 50px;
    text-align: center;
    z-index: 1003;
  }
  #imFooter_imCell_2 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imFooter_imCell_2 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imFooter_pluginAppObj_02 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imFooter_imCellStyleGraphics_2 {
    left: 0px;
    right: 0px;
  }
  #imFooter_imCellStyleBorders_2 {
    left: 0px;
    right: 0px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
  #imFooter_imObjectForm_03_wrapper {
    position: absolute;
    top: 80px;
    left: 10px;
    width: 470px;
    height: 120px;
    text-align: center;
    z-index: 1004;
    overflow: hidden;
  }
  #imFooter_imCell_3 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imFooter_imCell_3 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imFooter_imObjectForm_03 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imFooter_imCellStyleGraphics_3 {
    left: 0px;
    right: 0px;
  }
  #imFooter_imCellStyleBorders_3 {
    left: 0px;
    right: 0px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
  #imFooter_imTextObject_04_wrapper {
    position: absolute;
    top: 20px;
    left: 10px;
    width: 200px;
    height: 60px;
    text-align: center;
    z-index: 1005;
    overflow: hidden;
  }
  #imFooter_imCell_4 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imFooter_imCell_4 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imFooter_imTextObject_04 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imFooter_imCellStyleGraphics_4 {
    left: 0px;
    right: 0px;
  }
  #imFooter_imCellStyleBorders_4 {
    left: 0px;
    right: 0px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
  #imFooter_imTextObject_04 .text-container {
    border-width: 0 1px 1px 1px;
    box-sizing: border-box;
    width: 100%;
  }
}

@media (max-width: 479.9px) {
  #imFooter_imTextObject_01_wrapper {
    position: absolute;
    top: 60px;
    left: 20px;
    width: 230px;
    height: 198px;
    text-align: center;
    z-index: 1002;
    overflow: hidden;
  }
  #imFooter_imCell_1 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imFooter_imTextObject_01 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imFooter_imCell_1 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imFooter_imCellStyleGraphics_1 {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    box-sizing: border-box;
  }
  #imFooter_imTextObject_01 .text-container {
    border-width: 0 1px 1px 1px;
    box-sizing: border-box;
    width: 100%;
  }
  #imFooter_pluginAppObj_02_wrapper {
    position: absolute;
    top: 260px;
    left: 10px;
    width: 129px;
    height: 50px;
    text-align: center;
    z-index: 1003;
  }
  #imFooter_imCell_2 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imFooter_pluginAppObj_02 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imFooter_imCell_2 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imFooter_imCellStyleGraphics_2 {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    box-sizing: border-box;
  }
  #imFooter_imObjectForm_03_wrapper {
    display: none;
  }
  #imFooter_imCell_3 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imFooter_imObjectForm_03 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imFooter_imCell_3 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imFooter_imCellStyleGraphics_3 {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    box-sizing: border-box;
  }
  #imObjectForm_3_1_container {
    width: 100%;
  }
  #imObjectForm_3_2_container {
    width: 100%;
  }
  #imObjectForm_3_3_container {
    width: 100%;
  }
  #imObjectForm_3_4_container {
    width: 100%;
  }
  #imFooter_imTextObject_04_wrapper {
    display: none;
  }
  #imFooter_imCell_4 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imFooter_imTextObject_04 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imFooter_imCell_4 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imFooter_imCellStyleGraphics_4 {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    box-sizing: border-box;
  }
  #imFooter_imTextObject_04 .text-container {
    border-width: 0 1px 1px 1px;
    box-sizing: border-box;
    width: 100%;
  }
}

@media (min-width: 1150px) {
  #imSideBar_imObjectImage_01_wrapper {
    position: absolute;
    top: 120px;
    left: 30px;
    width: 144px;
    height: 144px;
    text-align: center;
    z-index: 1002;
    overflow: hidden;
  }
  #imSideBar_imObjectImage_01_wrapper img {
    -webkit-clip-path: inset(0 0 0% 0);
    clip-path: inset(0 0 0% 0);
  }
  #imSideBar_imCell_1 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imSideBar_imCell_1 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imSideBar_imObjectImage_01 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imSideBar_imCellStyleGraphics_1 {
    left: 0px;
    right: 0px;
  }
  #imSideBar_imCellStyleBorders_1 {
    left: 0px;
    right: 0px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
}

@media (max-width: 1149.9px) and (min-width: 720px) {
  #imSideBar_imObjectImage_01_wrapper {
    position: absolute;
    top: 120px;
    left: 30px;
    width: 144px;
    height: 144px;
    text-align: center;
    z-index: 1002;
    overflow: hidden;
  }
  #imSideBar_imObjectImage_01_wrapper img {
    -webkit-clip-path: inset(0 0 0% 0);
    clip-path: inset(0 0 0% 0);
  }
  #imSideBar_imCell_1 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imSideBar_imCell_1 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imSideBar_imObjectImage_01 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imSideBar_imCellStyleGraphics_1 {
    left: 0px;
    right: 0px;
  }
  #imSideBar_imCellStyleBorders_1 {
    left: 0px;
    right: 0px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
}

@media (max-width: 719.9px) and (min-width: 480px) {
  #imSideBar_imObjectImage_01_wrapper {
    position: absolute;
    top: 120px;
    left: 30px;
    width: 144px;
    height: 144px;
    text-align: center;
    z-index: 1002;
    overflow: hidden;
  }
  #imSideBar_imObjectImage_01_wrapper img {
    -webkit-clip-path: inset(0 0 0% 0);
    clip-path: inset(0 0 0% 0);
  }
  #imSideBar_imCell_1 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imSideBar_imCell_1 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imSideBar_imObjectImage_01 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imSideBar_imCellStyleGraphics_1 {
    left: 0px;
    right: 0px;
  }
  #imSideBar_imCellStyleBorders_1 {
    left: 0px;
    right: 0px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
}

@media (max-width: 479.9px) {
  #imSideBar_imObjectImage_01_wrapper {
    position: absolute;
    top: 120px;
    left: 30px;
    width: 144px;
    height: 144px;
    text-align: center;
    z-index: 1002;
    overflow: hidden;
  }
  #imSideBar_imObjectImage_01_wrapper img {
    -webkit-clip-path: inset(0 0 0% 0);
    clip-path: inset(0 0 0% 0);
  }
  #imSideBar_imCell_1 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imSideBar_imObjectImage_01 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imSideBar_imCell_1 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imSideBar_imCellStyleGraphics_1 {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    box-sizing: border-box;
  }
}

@media (min-width: 1150px) {
  #imStickyBar_imMenuObject_01_wrapper {
    position: absolute;
    top: 30px;
    left: 1090px;
    width: 43px;
    height: 30px;
    text-align: center;
    z-index: 1002;
  }
  #imStickyBar_imCell_1 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imStickyBar_imCell_1 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imStickyBar_imMenuObject_01 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imStickyBar_imCellStyleGraphics_1 {
    left: 0px;
    right: 0px;
  }
  #imStickyBar_imCellStyleBorders_1 {
    left: 0px;
    right: 0px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
  /* Main menu background */
  #imStickyBar_imMenuObject_01_container {
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: transparent transparent transparent transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    padding: 0px 0px 0px 0px;
    display: inline-table;
  }
  #imStickyBar_imMenuObject_01_container > ul:after {
    content: "";
    display: table;
    clear: both;
  }
  /* Main menu button size and position */
  #imStickyBar_imMenuObject_01_container > ul > li {
    position: relative;
    margin-left: 20px;
    margin-top: 0px;
    display: inline-block;
    vertical-align: top;
  }
  #imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper,
  #imStickyBar_imMenuObject_01_container > ul > li > div > .label-wrapper {
    display: block;
    overflow: hidden;
    width: 109px;
    height: 38px;
    padding: 0 5px 0 5px;
    border-width: 0px 0px 0px 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  #imStickyBar_imMenuObject_01 .hamburger-button {
    cursor: pointer;
    width: 38px;
    height: 38px;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    border-width: 0px 0px 0px 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  #imStickyBar_imMenuObject_01 .hamburger-bar {
    margin: 4px auto;
    width: 65%;
    height: 4px;
    background-color: rgba(251, 209, 34, 1);
  }
  #imStickyBar_imMenuObject_01 .label-inner-wrapper,
  #imStickyBar_imMenuObject_01 .hamburger-button > div {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  #imStickyBar_imMenuObject_01_container > ul > li .label,
  #imStickyBar_imMenuObject_01 .hamburger-button > div > div {
    display: table-cell;
    vertical-align: middle;
  }
  /* Main menu default button style */
  #imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 10pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(223, 223, 223, 1);
    font-weight: bold;
  }
  /* Hamburger button style */
  #imStickyBar_imMenuObject_01 .hamburger-button {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imStickyBar_imMenuObject_01 .hamburger-button .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 11pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(251, 209, 34, 1);
    font-weight: normal;
  }
  /* Main menu current button style */
  #imStickyBar_imMenuObject_01_container
    > ul
    > .imMnMnCurrent
    > .label-wrapper {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imStickyBar_imMenuObject_01_container
    > ul
    > .imMnMnCurrent
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 10pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
  }
  /* Main menu hover button style */
  #imStickyBar_imMenuObject_01_container
    > ul
    > li.imPage:hover
    > .label-wrapper {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imStickyBar_imMenuObject_01_container
    > ul
    > li.imPage:hover
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 10pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
  }
  #imStickyBar_imMenuObject_01_container
    > ul
    > li.imLevel:hover
    > .label-wrapper {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imStickyBar_imMenuObject_01_container
    > ul
    > li.imLevel:hover
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 10pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
  }
  /* Main menu separator button style */
  #imStickyBar_imMenuObject_01_container
    > ul
    > .imMnMnSeparator
    > .label-wrapper {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imStickyBar_imMenuObject_01_container
    > ul
    > .imMnMnSeparator
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 10pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(224, 224, 224, 1);
    font-weight: bold;
  }
  #imStickyBar_imMenuObject_01 .imLevel {
    cursor: default;
  }
  #imStickyBar_imMenuObject_01-menu-opened .imLevel {
    cursor: default;
  }
  #imStickyBar_imMenuObject_01 {
    text-align: right;
  }
  #imStickyBar_imMenuObject_01 .hidden {
    display: none;
  }
  #imStickyBar_imMenuObject_01-menu-opened {
    overflow: visible;
    z-index: 10402;
  }
  #imStickyBar_imMenuObject_01-menu-opened ul ul {
    display: none; /*margin-bottom: 1px;*/
  }
  #imStickyBar_imMenuObject_01-menu-opened li > div {
    display: none;
  }
  #imStickyBar_imMenuObject_01-menu-opened
    #imStickyBar_imMenuObject_01_container-menu-opened
    div
    > ul {
    display: block;
  }
  #imStickyBar_imMenuObject_01-menu-opened
    #imStickyBar_imMenuObject_01_container-menu-opened
    > ul {
    position: absolute;
    right: 0;
    left: auto;
    top: 40px;
    background-color: rgba(251, 209, 34, 1);
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100% - 40px);
    width: 100%;
  }
  #imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-close-button {
    display: block;
    font-family: Arial;
    font-size: 30px;
    text-align: right;
    padding: 5px 10px;
    color: rgba(7, 19, 35, 1);
  }
  #imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-close-button span {
    cursor: pointer;
  }
  #imStickyBar_imMenuObject_01-menu-opened {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 160px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: transparent transparent transparent transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  #imPageExtContainer:after {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    content: "";
    opacity: 0;
    transition: opacity 1000ms;
    z-index: 10401;
  }
  .menu-imStickyBar_imMenuObject_01-opened #imPageExtContainer:after {
    width: 100%;
    height: 100%;
    background-color: rgba(251, 209, 34, 1);
    opacity: 1;
  }
  .menu-imStickyBar_imMenuObject_01-towards-closing #imPageExtContainer:after {
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 1;
    transition: background-color 1000ms linear, opacity;
  }
  #imStickyBar_imMenuObject_01 .hidden {
    display: none;
  }
  /* Responsive menu button size and position */
  #imStickyBar_imMenuObject_01-menu-opened li {
    position: relative;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
  }
  #imStickyBar_imMenuObject_01-menu-opened li:last-child {
    margin-bottom: 0;
  }
  #imStickyBar_imMenuObject_01-menu-opened .label-wrapper {
    display: block;
    overflow: hidden;
    position: relative;
    width: 140px;
    height: 58px;
    padding: 0 10px 0 10px;
  }
  #imStickyBar_imMenuObject_01-menu-opened .label-inner-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
  }
  #imStickyBar_imMenuObject_01-menu-opened .label {
    display: table-cell;
    vertical-align: middle;
  }
  #imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-background {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    width: 160px;
    right: 0;
    left: auto;
    background-color: rgba(251, 209, 34, 1);
    transition: left 500ms, right 500ms, opacity 500ms;
    -webkit-transition: left 500ms, right 500ms, opacity 500ms;
  }
  /* Responsive menu default button style */
  #imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  #imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  #imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imStickyBar_imMenuObject_01-menu-opened
    ul
    ul
    ul
    > li
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  #imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imStickyBar_imMenuObject_01-menu-opened
    ul
    ul
    ul
    ul
    > li
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  /* Responsive menu hover button style */
  #imStickyBar_imMenuObject_01-menu-opened
    ul
    > li:hover:not(.imMnMnSeparator)
    > .label-wrapper {
    background-color: rgba(7, 19, 35, 1);
    background-image: none;
  }
  #imStickyBar_imMenuObject_01-menu-opened
    ul
    > li:hover:not(.imMnMnSeparator)
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(255, 191, 0, 1);
    font-weight: bold;
  }
  /* Responsive menu current button style */
  #imStickyBar_imMenuObject_01-menu-opened
    #imStickyBar_imMenuObject_01_container-menu-opened
    > ul
    > .imMnMnCurrent
    > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imStickyBar_imMenuObject_01-menu-opened
    #imStickyBar_imMenuObject_01_container-menu-opened
    > ul
    > .imMnMnCurrent
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  #imStickyBar_imMenuObject_01-menu-opened
    .imMnMnCurrent
    > ul
    > .imMnMnCurrent
    > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imStickyBar_imMenuObject_01-menu-opened
    .imMnMnCurrent
    > ul
    > .imMnMnCurrent
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  /* Responsive menu separator button style */
  #imStickyBar_imMenuObject_01-menu-opened
    ul
    > .imMnMnSeparator
    > .label-wrapper {
    background-color: rgba(128, 128, 128, 1);
    background-image: none;
  }
  #imStickyBar_imMenuObject_01-menu-opened
    ul
    > .imMnMnSeparator
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
  }
  /* Responsive menu separation line style */
  #imStickyBar_imMenuObject_01-menu-opened {
    transform: translate3d(160px, 0, 0);
    transition: transform 1000ms;
    -webkit-transition: transform 1000ms;
  }
  #imStickyBar_imMenuObject_01-menu-opened.animated {
    transform: translate3d(0, 0, 0);
  }
  #imPageIntContainer {
    transition: transform 1000ms;
    -webkit-transition: transform 1000ms;
  }
  .menu-imStickyBar_imMenuObject_01-opened #imPageIntContainer {
    transform: scale(0.8);
  }
}

@media (max-width: 1149.9px) and (min-width: 720px) {
  #imStickyBar_imMenuObject_01_wrapper {
    position: absolute;
    top: 30px;
    left: 670px;
    width: 33px;
    height: 30px;
    text-align: center;
    z-index: 1002;
  }
  #imStickyBar_imCell_1 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imStickyBar_imCell_1 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imStickyBar_imMenuObject_01 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imStickyBar_imCellStyleGraphics_1 {
    left: 0px;
    right: 0px;
  }
  #imStickyBar_imCellStyleBorders_1 {
    left: 0px;
    right: 0px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
  /* Main menu background */
  #imStickyBar_imMenuObject_01_container {
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: transparent transparent transparent transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    padding: 0px 0px 0px 0px;
    display: inline-table;
  }
  #imStickyBar_imMenuObject_01_container > ul:after {
    content: "";
    display: table;
    clear: both;
  }
  /* Main menu button size and position */
  #imStickyBar_imMenuObject_01_container > ul > li {
    position: relative;
    margin-left: 20px;
    margin-top: 0px;
    display: inline-block;
    vertical-align: top;
  }
  #imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper,
  #imStickyBar_imMenuObject_01_container > ul > li > div > .label-wrapper {
    display: block;
    overflow: hidden;
    width: 109px;
    height: 38px;
    padding: 0 5px 0 5px;
    border-width: 0px 0px 0px 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  #imStickyBar_imMenuObject_01 .hamburger-button {
    cursor: pointer;
    width: 38px;
    height: 38px;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    border-width: 0px 0px 0px 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  #imStickyBar_imMenuObject_01 .hamburger-bar {
    margin: 4px auto;
    width: 65%;
    height: 4px;
    background-color: rgba(251, 209, 34, 1);
  }
  #imStickyBar_imMenuObject_01 .label-inner-wrapper,
  #imStickyBar_imMenuObject_01 .hamburger-button > div {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  #imStickyBar_imMenuObject_01_container > ul > li .label,
  #imStickyBar_imMenuObject_01 .hamburger-button > div > div {
    display: table-cell;
    vertical-align: middle;
  }
  /* Main menu default button style */
  #imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 10pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(223, 223, 223, 1);
    font-weight: bold;
  }
  /* Hamburger button style */
  #imStickyBar_imMenuObject_01 .hamburger-button {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imStickyBar_imMenuObject_01 .hamburger-button .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 11pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(251, 209, 34, 1);
    font-weight: normal;
  }
  /* Main menu current button style */
  #imStickyBar_imMenuObject_01_container
    > ul
    > .imMnMnCurrent
    > .label-wrapper {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imStickyBar_imMenuObject_01_container
    > ul
    > .imMnMnCurrent
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 10pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
  }
  /* Main menu hover button style */
  #imStickyBar_imMenuObject_01_container
    > ul
    > li.imPage:hover
    > .label-wrapper {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imStickyBar_imMenuObject_01_container
    > ul
    > li.imPage:hover
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 10pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
  }
  #imStickyBar_imMenuObject_01_container
    > ul
    > li.imLevel:hover
    > .label-wrapper {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imStickyBar_imMenuObject_01_container
    > ul
    > li.imLevel:hover
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 10pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
  }
  /* Main menu separator button style */
  #imStickyBar_imMenuObject_01_container
    > ul
    > .imMnMnSeparator
    > .label-wrapper {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imStickyBar_imMenuObject_01_container
    > ul
    > .imMnMnSeparator
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 10pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(224, 224, 224, 1);
    font-weight: bold;
  }
  #imStickyBar_imMenuObject_01 .imLevel {
    cursor: default;
  }
  #imStickyBar_imMenuObject_01-menu-opened .imLevel {
    cursor: default;
  }
  #imStickyBar_imMenuObject_01 {
    text-align: right;
  }
  #imStickyBar_imMenuObject_01 .hidden {
    display: none;
  }
  #imStickyBar_imMenuObject_01-menu-opened {
    overflow: visible;
    z-index: 10402;
  }
  #imStickyBar_imMenuObject_01-menu-opened ul ul {
    display: none; /*margin-bottom: 1px;*/
  }
  #imStickyBar_imMenuObject_01-menu-opened li > div {
    display: none;
  }
  #imStickyBar_imMenuObject_01-menu-opened
    #imStickyBar_imMenuObject_01_container-menu-opened
    div
    > ul {
    display: block;
  }
  #imStickyBar_imMenuObject_01-menu-opened
    #imStickyBar_imMenuObject_01_container-menu-opened
    > ul {
    position: absolute;
    right: 0;
    left: auto;
    top: 40px;
    background-color: rgba(251, 209, 34, 1);
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100% - 40px);
    width: 100%;
  }
  #imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-close-button {
    display: block;
    font-family: Arial;
    font-size: 30px;
    text-align: right;
    padding: 5px 10px;
    color: rgba(7, 19, 35, 1);
  }
  #imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-close-button span {
    cursor: pointer;
  }
  #imStickyBar_imMenuObject_01-menu-opened {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 160px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: transparent transparent transparent transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  #imPageExtContainer:after {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    content: "";
    opacity: 0;
    transition: opacity 1000ms;
    z-index: 10401;
  }
  .menu-imStickyBar_imMenuObject_01-opened #imPageExtContainer:after {
    width: 100%;
    height: 100%;
    background-color: rgba(251, 209, 34, 1);
    opacity: 1;
  }
  .menu-imStickyBar_imMenuObject_01-towards-closing #imPageExtContainer:after {
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 1;
    transition: background-color 1000ms linear, opacity;
  }
  #imStickyBar_imMenuObject_01 .hidden {
    display: none;
  }
  /* Responsive menu button size and position */
  #imStickyBar_imMenuObject_01-menu-opened li {
    position: relative;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
  }
  #imStickyBar_imMenuObject_01-menu-opened li:last-child {
    margin-bottom: 0;
  }
  #imStickyBar_imMenuObject_01-menu-opened .label-wrapper {
    display: block;
    overflow: hidden;
    position: relative;
    width: 140px;
    height: 58px;
    padding: 0 10px 0 10px;
  }
  #imStickyBar_imMenuObject_01-menu-opened .label-inner-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
  }
  #imStickyBar_imMenuObject_01-menu-opened .label {
    display: table-cell;
    vertical-align: middle;
  }
  #imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-background {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    width: 160px;
    right: 0;
    left: auto;
    background-color: rgba(251, 209, 34, 1);
    transition: left 500ms, right 500ms, opacity 500ms;
    -webkit-transition: left 500ms, right 500ms, opacity 500ms;
  }
  /* Responsive menu default button style */
  #imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  #imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  #imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imStickyBar_imMenuObject_01-menu-opened
    ul
    ul
    ul
    > li
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  #imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imStickyBar_imMenuObject_01-menu-opened
    ul
    ul
    ul
    ul
    > li
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  /* Responsive menu hover button style */
  #imStickyBar_imMenuObject_01-menu-opened
    ul
    > li:hover:not(.imMnMnSeparator)
    > .label-wrapper {
    background-color: rgba(7, 19, 35, 1);
    background-image: none;
  }
  #imStickyBar_imMenuObject_01-menu-opened
    ul
    > li:hover:not(.imMnMnSeparator)
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(255, 191, 0, 1);
    font-weight: bold;
  }
  /* Responsive menu current button style */
  #imStickyBar_imMenuObject_01-menu-opened
    #imStickyBar_imMenuObject_01_container-menu-opened
    > ul
    > .imMnMnCurrent
    > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imStickyBar_imMenuObject_01-menu-opened
    #imStickyBar_imMenuObject_01_container-menu-opened
    > ul
    > .imMnMnCurrent
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  #imStickyBar_imMenuObject_01-menu-opened
    .imMnMnCurrent
    > ul
    > .imMnMnCurrent
    > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imStickyBar_imMenuObject_01-menu-opened
    .imMnMnCurrent
    > ul
    > .imMnMnCurrent
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  /* Responsive menu separator button style */
  #imStickyBar_imMenuObject_01-menu-opened
    ul
    > .imMnMnSeparator
    > .label-wrapper {
    background-color: rgba(128, 128, 128, 1);
    background-image: none;
  }
  #imStickyBar_imMenuObject_01-menu-opened
    ul
    > .imMnMnSeparator
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
  }
  /* Responsive menu separation line style */
  #imStickyBar_imMenuObject_01-menu-opened {
    transform: translate3d(160px, 0, 0);
    transition: transform 1000ms;
    -webkit-transition: transform 1000ms;
  }
  #imStickyBar_imMenuObject_01-menu-opened.animated {
    transform: translate3d(0, 0, 0);
  }
  #imPageIntContainer {
    transition: transform 1000ms;
    -webkit-transition: transform 1000ms;
  }
  .menu-imStickyBar_imMenuObject_01-opened #imPageIntContainer {
    transform: scale(0.8);
  }
}

@media (max-width: 719.9px) and (min-width: 480px) {
  #imStickyBar_imMenuObject_01_wrapper {
    position: absolute;
    top: 30px;
    left: 410px;
    width: 61px;
    height: 30px;
    text-align: center;
    z-index: 1002;
  }
  #imStickyBar_imCell_1 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imStickyBar_imCell_1 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imStickyBar_imMenuObject_01 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imStickyBar_imCellStyleGraphics_1 {
    left: 0px;
    right: 0px;
  }
  #imStickyBar_imCellStyleBorders_1 {
    left: 0px;
    right: 0px;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
  /* Main menu background */
  #imStickyBar_imMenuObject_01_container {
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: transparent transparent transparent transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    padding: 0px 0px 0px 0px;
    display: inline-table;
  }
  #imStickyBar_imMenuObject_01_container > ul:after {
    content: "";
    display: table;
    clear: both;
  }
  /* Main menu button size and position */
  #imStickyBar_imMenuObject_01_container > ul > li {
    position: relative;
    margin-left: 20px;
    margin-top: 0px;
    display: inline-block;
    vertical-align: top;
  }
  #imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper,
  #imStickyBar_imMenuObject_01_container > ul > li > div > .label-wrapper {
    display: block;
    overflow: hidden;
    width: 109px;
    height: 38px;
    padding: 0 5px 0 5px;
    border-width: 0px 0px 0px 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  #imStickyBar_imMenuObject_01 .hamburger-button {
    cursor: pointer;
    width: 38px;
    height: 38px;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    border-width: 0px 0px 0px 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  #imStickyBar_imMenuObject_01 .hamburger-bar {
    margin: 4px auto;
    width: 65%;
    height: 4px;
    background-color: rgba(251, 209, 34, 1);
  }
  #imStickyBar_imMenuObject_01 .label-inner-wrapper,
  #imStickyBar_imMenuObject_01 .hamburger-button > div {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  #imStickyBar_imMenuObject_01_container > ul > li .label,
  #imStickyBar_imMenuObject_01 .hamburger-button > div > div {
    display: table-cell;
    vertical-align: middle;
  }
  /* Main menu default button style */
  #imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 10pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(223, 223, 223, 1);
    font-weight: bold;
  }
  /* Hamburger button style */
  #imStickyBar_imMenuObject_01 .hamburger-button {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imStickyBar_imMenuObject_01 .hamburger-button .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 11pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(251, 209, 34, 1);
    font-weight: normal;
  }
  /* Main menu current button style */
  #imStickyBar_imMenuObject_01_container
    > ul
    > .imMnMnCurrent
    > .label-wrapper {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imStickyBar_imMenuObject_01_container
    > ul
    > .imMnMnCurrent
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 10pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
  }
  /* Main menu hover button style */
  #imStickyBar_imMenuObject_01_container
    > ul
    > li.imPage:hover
    > .label-wrapper {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imStickyBar_imMenuObject_01_container
    > ul
    > li.imPage:hover
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 10pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
  }
  #imStickyBar_imMenuObject_01_container
    > ul
    > li.imLevel:hover
    > .label-wrapper {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imStickyBar_imMenuObject_01_container
    > ul
    > li.imLevel:hover
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 10pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
  }
  /* Main menu separator button style */
  #imStickyBar_imMenuObject_01_container
    > ul
    > .imMnMnSeparator
    > .label-wrapper {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imStickyBar_imMenuObject_01_container
    > ul
    > .imMnMnSeparator
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 10pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(224, 224, 224, 1);
    font-weight: bold;
  }
  #imStickyBar_imMenuObject_01 .imLevel {
    cursor: default;
  }
  #imStickyBar_imMenuObject_01-menu-opened .imLevel {
    cursor: default;
  }
  #imStickyBar_imMenuObject_01 {
    text-align: right;
  }
  #imStickyBar_imMenuObject_01 .hidden {
    display: none;
  }
  #imStickyBar_imMenuObject_01-menu-opened {
    overflow: visible;
    z-index: 10402;
  }
  #imStickyBar_imMenuObject_01-menu-opened ul ul {
    display: none; /*margin-bottom: 1px;*/
  }
  #imStickyBar_imMenuObject_01-menu-opened li > div {
    display: none;
  }
  #imStickyBar_imMenuObject_01-menu-opened
    #imStickyBar_imMenuObject_01_container-menu-opened
    div
    > ul {
    display: block;
  }
  #imStickyBar_imMenuObject_01-menu-opened
    #imStickyBar_imMenuObject_01_container-menu-opened
    > ul {
    position: absolute;
    right: 0;
    left: auto;
    top: 40px;
    background-color: rgba(251, 209, 34, 1);
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100% - 40px);
    width: 100%;
  }
  #imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-close-button {
    display: block;
    font-family: Arial;
    font-size: 30px;
    text-align: right;
    padding: 5px 10px;
    color: rgba(7, 19, 35, 1);
  }
  #imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-close-button span {
    cursor: pointer;
  }
  #imStickyBar_imMenuObject_01-menu-opened {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 160px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: transparent transparent transparent transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  #imPageExtContainer:after {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    content: "";
    opacity: 0;
    transition: opacity 1000ms;
    z-index: 10401;
  }
  .menu-imStickyBar_imMenuObject_01-opened #imPageExtContainer:after {
    width: 100%;
    height: 100%;
    background-color: rgba(251, 209, 34, 1);
    opacity: 1;
  }
  .menu-imStickyBar_imMenuObject_01-towards-closing #imPageExtContainer:after {
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 1;
    transition: background-color 1000ms linear, opacity;
  }
  #imStickyBar_imMenuObject_01 .hidden {
    display: none;
  }
  /* Responsive menu button size and position */
  #imStickyBar_imMenuObject_01-menu-opened li {
    position: relative;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
  }
  #imStickyBar_imMenuObject_01-menu-opened li:last-child {
    margin-bottom: 0;
  }
  #imStickyBar_imMenuObject_01-menu-opened .label-wrapper {
    display: block;
    overflow: hidden;
    position: relative;
    width: 140px;
    height: 58px;
    padding: 0 10px 0 10px;
  }
  #imStickyBar_imMenuObject_01-menu-opened .label-inner-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
  }
  #imStickyBar_imMenuObject_01-menu-opened .label {
    display: table-cell;
    vertical-align: middle;
  }
  #imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-background {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    width: 160px;
    right: 0;
    left: auto;
    background-color: rgba(251, 209, 34, 1);
    transition: left 500ms, right 500ms, opacity 500ms;
    -webkit-transition: left 500ms, right 500ms, opacity 500ms;
  }
  /* Responsive menu default button style */
  #imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  #imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  #imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imStickyBar_imMenuObject_01-menu-opened
    ul
    ul
    ul
    > li
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  #imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imStickyBar_imMenuObject_01-menu-opened
    ul
    ul
    ul
    ul
    > li
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  /* Responsive menu hover button style */
  #imStickyBar_imMenuObject_01-menu-opened
    ul
    > li:hover:not(.imMnMnSeparator)
    > .label-wrapper {
    background-color: rgba(7, 19, 35, 1);
    background-image: none;
  }
  #imStickyBar_imMenuObject_01-menu-opened
    ul
    > li:hover:not(.imMnMnSeparator)
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(255, 191, 0, 1);
    font-weight: bold;
  }
  /* Responsive menu current button style */
  #imStickyBar_imMenuObject_01-menu-opened
    #imStickyBar_imMenuObject_01_container-menu-opened
    > ul
    > .imMnMnCurrent
    > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imStickyBar_imMenuObject_01-menu-opened
    #imStickyBar_imMenuObject_01_container-menu-opened
    > ul
    > .imMnMnCurrent
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  #imStickyBar_imMenuObject_01-menu-opened
    .imMnMnCurrent
    > ul
    > .imMnMnCurrent
    > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imStickyBar_imMenuObject_01-menu-opened
    .imMnMnCurrent
    > ul
    > .imMnMnCurrent
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  /* Responsive menu separator button style */
  #imStickyBar_imMenuObject_01-menu-opened
    ul
    > .imMnMnSeparator
    > .label-wrapper {
    background-color: rgba(128, 128, 128, 1);
    background-image: none;
  }
  #imStickyBar_imMenuObject_01-menu-opened
    ul
    > .imMnMnSeparator
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
  }
  /* Responsive menu separation line style */
  #imStickyBar_imMenuObject_01-menu-opened {
    transform: translate3d(160px, 0, 0);
    transition: transform 1000ms;
    -webkit-transition: transform 1000ms;
  }
  #imStickyBar_imMenuObject_01-menu-opened.animated {
    transform: translate3d(0, 0, 0);
  }
  #imPageIntContainer {
    transition: transform 1000ms;
    -webkit-transition: transform 1000ms;
  }
  .menu-imStickyBar_imMenuObject_01-opened #imPageIntContainer {
    transform: scale(0.8);
  }
}

@media (max-width: 479.9px) {
  #imStickyBar_imMenuObject_01_wrapper {
    position: absolute;
    top: 13px;
    left: 270px;
    width: 42px;
    height: 30px;
    text-align: center;
    z-index: 1002;
  }
  #imStickyBar_imCell_1 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imStickyBar_imMenuObject_01 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #imStickyBar_imCell_1 {
    -ms-grid-rows: 100%;
    grid-template-rows: 100%;
  }
  #imStickyBar_imCellStyleGraphics_1 {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    box-sizing: border-box;
  }
  /* Main menu background */
  #imStickyBar_imMenuObject_01_container {
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: transparent transparent transparent transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    padding: 0px 0px 0px 0px;
    display: inline-table;
  }
  #imStickyBar_imMenuObject_01_container > ul:after {
    content: "";
    display: table;
    clear: both;
  }
  /* Main menu button size and position */
  #imStickyBar_imMenuObject_01_container > ul > li {
    position: relative;
    margin-left: 20px;
    margin-top: 0px;
    display: inline-block;
    vertical-align: top;
  }
  #imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper,
  #imStickyBar_imMenuObject_01_container > ul > li > div > .label-wrapper {
    display: block;
    overflow: hidden;
    width: 109px;
    height: 38px;
    padding: 0 5px 0 5px;
    border-width: 0px 0px 0px 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  #imStickyBar_imMenuObject_01 .hamburger-button {
    cursor: pointer;
    width: 38px;
    height: 38px;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    border-width: 0px 0px 0px 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  #imStickyBar_imMenuObject_01 .hamburger-bar {
    margin: 4px auto;
    width: 65%;
    height: 4px;
    background-color: rgba(251, 209, 34, 1);
  }
  #imStickyBar_imMenuObject_01 .label-inner-wrapper,
  #imStickyBar_imMenuObject_01 .hamburger-button > div {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  #imStickyBar_imMenuObject_01_container > ul > li .label,
  #imStickyBar_imMenuObject_01 .hamburger-button > div > div {
    display: table-cell;
    vertical-align: middle;
  }
  /* Main menu default button style */
  #imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 10pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(223, 223, 223, 1);
    font-weight: bold;
  }
  /* Hamburger button style */
  #imStickyBar_imMenuObject_01 .hamburger-button {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imStickyBar_imMenuObject_01 .hamburger-button .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 11pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(251, 209, 34, 1);
    font-weight: normal;
  }
  /* Main menu current button style */
  #imStickyBar_imMenuObject_01_container
    > ul
    > .imMnMnCurrent
    > .label-wrapper {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imStickyBar_imMenuObject_01_container
    > ul
    > .imMnMnCurrent
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 10pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
  }
  /* Main menu hover button style */
  #imStickyBar_imMenuObject_01_container
    > ul
    > li.imPage:hover
    > .label-wrapper {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imStickyBar_imMenuObject_01_container
    > ul
    > li.imPage:hover
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 10pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
  }
  #imStickyBar_imMenuObject_01_container
    > ul
    > li.imLevel:hover
    > .label-wrapper {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imStickyBar_imMenuObject_01_container
    > ul
    > li.imLevel:hover
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 10pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
  }
  /* Main menu separator button style */
  #imStickyBar_imMenuObject_01_container
    > ul
    > .imMnMnSeparator
    > .label-wrapper {
    background-color: transparent;
    background-image: none;
    border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1)
      rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);
    border-style: solid;
  }
  #imStickyBar_imMenuObject_01_container
    > ul
    > .imMnMnSeparator
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 10pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(224, 224, 224, 1);
    font-weight: bold;
  }
  #imStickyBar_imMenuObject_01 .imLevel {
    cursor: default;
  }
  #imStickyBar_imMenuObject_01-menu-opened .imLevel {
    cursor: default;
  }
  #imStickyBar_imMenuObject_01 {
    text-align: right;
  }
  #imStickyBar_imMenuObject_01 .hidden {
    display: none;
  }
  #imStickyBar_imMenuObject_01-menu-opened {
    overflow: visible;
    z-index: 10402;
  }
  #imStickyBar_imMenuObject_01-menu-opened ul ul {
    display: none; /*margin-bottom: 1px;*/
  }
  #imStickyBar_imMenuObject_01-menu-opened li > div {
    display: none;
  }
  #imStickyBar_imMenuObject_01-menu-opened
    #imStickyBar_imMenuObject_01_container-menu-opened
    div
    > ul {
    display: block;
  }
  #imStickyBar_imMenuObject_01-menu-opened
    #imStickyBar_imMenuObject_01_container-menu-opened
    > ul {
    position: absolute;
    right: 0;
    left: auto;
    top: 40px;
    background-color: rgba(251, 209, 34, 1);
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100% - 40px);
    width: 100%;
  }
  #imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-close-button {
    display: block;
    font-family: Arial;
    font-size: 30px;
    text-align: right;
    padding: 5px 10px;
    color: rgba(7, 19, 35, 1);
  }
  #imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-close-button span {
    cursor: pointer;
  }
  #imStickyBar_imMenuObject_01-menu-opened {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 160px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: transparent transparent transparent transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  #imPageExtContainer:after {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    content: "";
    opacity: 0;
    transition: opacity 1000ms;
    z-index: 10401;
  }
  .menu-imStickyBar_imMenuObject_01-opened #imPageExtContainer:after {
    width: 100%;
    height: 100%;
    background-color: rgba(251, 209, 34, 1);
    opacity: 1;
  }
  .menu-imStickyBar_imMenuObject_01-towards-closing #imPageExtContainer:after {
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 1;
    transition: background-color 1000ms linear, opacity;
  }
  #imStickyBar_imMenuObject_01 .hidden {
    display: none;
  }
  /* Responsive menu button size and position */
  #imStickyBar_imMenuObject_01-menu-opened li {
    position: relative;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
  }
  #imStickyBar_imMenuObject_01-menu-opened li:last-child {
    margin-bottom: 0;
  }
  #imStickyBar_imMenuObject_01-menu-opened .label-wrapper {
    display: block;
    overflow: hidden;
    position: relative;
    width: 140px;
    height: 58px;
    padding: 0 10px 0 10px;
  }
  #imStickyBar_imMenuObject_01-menu-opened .label-inner-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
  }
  #imStickyBar_imMenuObject_01-menu-opened .label {
    display: table-cell;
    vertical-align: middle;
  }
  #imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-background {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    width: 160px;
    right: 0;
    left: auto;
    background-color: rgba(251, 209, 34, 1);
    transition: left 500ms, right 500ms, opacity 500ms;
    -webkit-transition: left 500ms, right 500ms, opacity 500ms;
  }
  /* Responsive menu default button style */
  #imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  #imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  #imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imStickyBar_imMenuObject_01-menu-opened
    ul
    ul
    ul
    > li
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  #imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imStickyBar_imMenuObject_01-menu-opened
    ul
    ul
    ul
    ul
    > li
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  /* Responsive menu hover button style */
  #imStickyBar_imMenuObject_01-menu-opened
    ul
    > li:hover:not(.imMnMnSeparator)
    > .label-wrapper {
    background-color: rgba(7, 19, 35, 1);
    background-image: none;
  }
  #imStickyBar_imMenuObject_01-menu-opened
    ul
    > li:hover:not(.imMnMnSeparator)
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(255, 191, 0, 1);
    font-weight: bold;
  }
  /* Responsive menu current button style */
  #imStickyBar_imMenuObject_01-menu-opened
    #imStickyBar_imMenuObject_01_container-menu-opened
    > ul
    > .imMnMnCurrent
    > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imStickyBar_imMenuObject_01-menu-opened
    #imStickyBar_imMenuObject_01_container-menu-opened
    > ul
    > .imMnMnCurrent
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  #imStickyBar_imMenuObject_01-menu-opened
    .imMnMnCurrent
    > ul
    > .imMnMnCurrent
    > .label-wrapper {
    background-color: transparent;
    background-image: none;
  }
  #imStickyBar_imMenuObject_01-menu-opened
    .imMnMnCurrent
    > ul
    > .imMnMnCurrent
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(7, 19, 35, 1);
    font-weight: bold;
  }
  /* Responsive menu separator button style */
  #imStickyBar_imMenuObject_01-menu-opened
    ul
    > .imMnMnSeparator
    > .label-wrapper {
    background-color: rgba(128, 128, 128, 1);
    background-image: none;
  }
  #imStickyBar_imMenuObject_01-menu-opened
    ul
    > .imMnMnSeparator
    > .label-wrapper
    .label {
    width: 100%;
    height: 100%;
    font-family: Roboto;
    font-size: 16pt;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
  }
  /* Responsive menu separation line style */
  #imStickyBar_imMenuObject_01-menu-opened {
    transform: translate3d(160px, 0, 0);
    transition: transform 1000ms;
    -webkit-transition: transform 1000ms;
  }
  #imStickyBar_imMenuObject_01-menu-opened.animated {
    transform: translate3d(0, 0, 0);
  }
  #imPageIntContainer {
    transition: transform 1000ms;
    -webkit-transition: transform 1000ms;
  }
  .menu-imStickyBar_imMenuObject_01-opened #imPageIntContainer {
    transform: scale(0.8);
  }
}

#imPage.without-id_animation-in-progress {
  overflow: hidden;
}
