
#stacks_in_5941 {
	font-size: 150%;
}
@important "partials/mixins";
/*
1.0.3
removes dev info from stacks editor
if item height is greater than window height, it will animate at the center of the window instead of when the bottom of the item would be in view
You can now localise the "Scroll" text in horizontal oreintation
New option to not load icon fonts
*/
#responsive-timeline-stacks_in_5942 {
  padding: 20px 0;
  position: relative; }
  #responsive-timeline-stacks_in_5942 {
    text-align: center;
}
#responsive-timeline-stacks_in_5942 > div {
    text-align: left;
}
  #responsive-timeline-stacks_in_5942 .responsive-timeline-scroll-notice {
    color: rgba(94, 109, 124, 1.00);
    background: rgba(207, 216, 220, 1.00);
    font-family: Roboto;
    width: auto;
    padding: 5px 10px;
    display: block;
    margin: 0 auto;
    display: inline-block;;
    font-size: 14px;
    text-align: center;
    border-radius: 3px; }
  #responsive-timeline-stacks_in_5942 .responsive-timeline-line {
    width: 140px;
    top: 10px;
    bottom: 10px;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: absolute;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    box-sizing: border-box;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    #responsive-timeline-stacks_in_5942 .responsive-timeline-line::before {
      width: 5px;
      background: rgba(221, 221, 221, 0.10);
      content: '';
      height: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      display: inline-block;
      box-sizing: border-box; }
  #responsive-timeline-stacks_in_5942 .responsive-timeline-container {
    z-index: 2;
    overflow-y: hidden;
    position: relative;
    box-sizing: border-box; }
  #responsive-timeline-stacks_in_5942 .responsive-timeline-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    transition: all 0.3s ease-out;
    /*  */
    opacity: 0;
    -webkit-animation-name: item-fade-in;
            animation-name: item-fade-in;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    /*  */ }
    #responsive-timeline-stacks_in_5942 .responsive-timeline-item:nth-child(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      #responsive-timeline-stacks_in_5942 .responsive-timeline-item:nth-child(even) .responsive-timeline-content-outer .responsive-timeline-content::before {
        left: -9px;
        box-sizing: border-box; }
    #responsive-timeline-stacks_in_5942 .responsive-timeline-item .responsive-timeline-content-outer {
      padding: 10px;
      max-width: calc(50% - 70.000000px);
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      position: relative;
      box-sizing: border-box;
      transition: all 0.3s ease-out; }
      #responsive-timeline-stacks_in_5942 .responsive-timeline-item .responsive-timeline-content-outer .responsive-timeline-content {
        /*  */
        color: rgba(94, 109, 124, 1.00);
        padding: 5px;
        border-radius: 4px;
        background: rgba(207, 216, 220, 1.00);
        /*  */
        font-family: Roboto;
        /*  */
        z-index: 2;
        width: 100%;
        height: 100%;
        position: relative;
        box-sizing: border-box;
        transition: all 0.3s ease-out; }
        #responsive-timeline-stacks_in_5942 .responsive-timeline-item .responsive-timeline-content-outer .responsive-timeline-content h1, #responsive-timeline-stacks_in_5942 .responsive-timeline-item .responsive-timeline-content-outer .responsive-timeline-content h2, #responsive-timeline-stacks_in_5942 .responsive-timeline-item .responsive-timeline-content-outer .responsive-timeline-content h3, #responsive-timeline-stacks_in_5942 .responsive-timeline-item .responsive-timeline-content-outer .responsive-timeline-content h4, #responsive-timeline-stacks_in_5942 .responsive-timeline-item .responsive-timeline-content-outer .responsive-timeline-content h5, #responsive-timeline-stacks_in_5942 .responsive-timeline-item .responsive-timeline-content-outer .responsive-timeline-content h6 {
          color: #263238; }
        #responsive-timeline-stacks_in_5942 .responsive-timeline-item .responsive-timeline-content-outer .responsive-timeline-content a, #responsive-timeline-stacks_in_5942 .responsive-timeline-item .responsive-timeline-content-outer .responsive-timeline-content a:visited, #responsive-timeline-stacks_in_5942 .responsive-timeline-item .responsive-timeline-content-outer .responsive-timeline-content a:active {
          color: #C4CFD3; }
        #responsive-timeline-stacks_in_5942 .responsive-timeline-item .responsive-timeline-content-outer .responsive-timeline-content::before {
          width: 20px;
          height: 20px;
          right: -9px;
          border-radius: 4px;
          top: 50.000000px;
          content: '';
          z-index: 1;
          display: block;
          position: absolute;
          background: inherit;
          box-sizing: border-box;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          -webkit-transform-origin: center center;
                  transform-origin: center center; }
    #responsive-timeline-stacks_in_5942 .responsive-timeline-item .responsive-timeline-icon-outer {
      padding: 10px 10px;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      box-sizing: border-box;
      transition: all 0.3s ease-out; }
      #responsive-timeline-stacks_in_5942 .responsive-timeline-item .responsive-timeline-icon-outer .responsive-timeline-icon {
        /*  */
        overflow: hidden;
        width: 120px;
        height: 120px;
        border: 0px solid rgba(255, 255, 255, 1.00);
        border-radius: 10px;
        background: rgba(113, 128, 143, 1.00);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        box-sizing: border-box;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        transition: all 0.3s ease-out; }
        #responsive-timeline-stacks_in_5942 .responsive-timeline-item .responsive-timeline-icon-outer .responsive-timeline-icon img {
          width: 100%;
          height: auto;
          -webkit-box-flex: 1;
              -ms-flex: 1 0 auto;
                  flex: 1 0 auto; }
        #responsive-timeline-stacks_in_5942 .responsive-timeline-item .responsive-timeline-icon-outer .responsive-timeline-icon i {
          color: rgba(255, 255, 255, 1.00);
          font-size: 32px;
          box-sizing: border-box; }
          #responsive-timeline-stacks_in_5942 .responsive-timeline-item .responsive-timeline-icon-outer .responsive-timeline-icon i[class*="ion-"] {
            max-width: 32px;
            max-height: 32px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            box-sizing: border-box;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; }
    #responsive-timeline-stacks_in_5942 .responsive-timeline-item .responsive-timeline-date-outer {
      height: 120px;
      padding: 0 10px;
      margin-top: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      box-sizing: border-box;
      transition: all 0.3s ease-out; }
      #responsive-timeline-stacks_in_5942 .responsive-timeline-item .responsive-timeline-date-outer .responsive-timeline-date {
        color: rgba(113, 128, 143, 1.00);
        font-size: 18px;
        /*  */
        font-family: Roboto;
        /*  */
        box-sizing: border-box;
        transition: all 0.3s ease-out; }

/*  */
/*  */
@media (min-width: 300px) {
  #responsive-timeline-stacks_in_5942.vertical.animation-outside-in .responsive-timeline-item:first-child .responsive-timeline-content-outer .responsive-timeline-content {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  #responsive-timeline-stacks_in_5942.vertical.animation-outside-in .responsive-timeline-item:first-child .responsive-timeline-icon-outer .responsive-timeline-icon {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  #responsive-timeline-stacks_in_5942.vertical.animation-outside-in .responsive-timeline-item:first-child .responsive-timeline-date-outer .responsive-timeline-date {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  #responsive-timeline-stacks_in_5942.vertical.animation-outside-in .responsive-timeline-item .responsive-timeline-content-outer .responsive-timeline-content {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  #responsive-timeline-stacks_in_5942.vertical.animation-outside-in .responsive-timeline-item .responsive-timeline-icon-outer .responsive-timeline-icon {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  #responsive-timeline-stacks_in_5942.vertical.animation-outside-in .responsive-timeline-item .responsive-timeline-date-outer .responsive-timeline-date {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  #responsive-timeline-stacks_in_5942.vertical.animation-outside-in .responsive-timeline-item:nth-child(even) .responsive-timeline-content-outer .responsive-timeline-content {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  #responsive-timeline-stacks_in_5942.vertical.animation-outside-in .responsive-timeline-item:nth-child(even) .responsive-timeline-date-outer .responsive-timeline-date {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  #responsive-timeline-stacks_in_5942.vertical.animation-outside-in .responsive-timeline-item.responsive-timeline-animate .responsive-timeline-content-outer .responsive-timeline-content {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  #responsive-timeline-stacks_in_5942.vertical.animation-outside-in .responsive-timeline-item.responsive-timeline-animate .responsive-timeline-icon-outer .responsive-timeline-icon {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  #responsive-timeline-stacks_in_5942.vertical.animation-outside-in .responsive-timeline-item.responsive-timeline-animate .responsive-timeline-date-outer .responsive-timeline-date {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  #responsive-timeline-stacks_in_5942.horizontal.animation-outside-in .responsive-timeline-item:first-child .responsive-timeline-content-outer .responsive-timeline-content {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  #responsive-timeline-stacks_in_5942.horizontal.animation-outside-in .responsive-timeline-item:first-child .responsive-timeline-icon-outer .responsive-timeline-icon {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  #responsive-timeline-stacks_in_5942.horizontal.animation-outside-in .responsive-timeline-item:first-child .responsive-timeline-date-outer .responsive-timeline-date {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  #responsive-timeline-stacks_in_5942.horizontal.animation-outside-in .responsive-timeline-item .responsive-timeline-content-outer .responsive-timeline-content {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  #responsive-timeline-stacks_in_5942.horizontal.animation-outside-in .responsive-timeline-item .responsive-timeline-icon-outer .responsive-timeline-icon {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  #responsive-timeline-stacks_in_5942.horizontal.animation-outside-in .responsive-timeline-item .responsive-timeline-date-outer .responsive-timeline-date {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  #responsive-timeline-stacks_in_5942.horizontal.animation-outside-in .responsive-timeline-item.responsive-timeline-animate .responsive-timeline-content-outer .responsive-timeline-content {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  #responsive-timeline-stacks_in_5942.horizontal.animation-outside-in .responsive-timeline-item.responsive-timeline-animate .responsive-timeline-icon-outer .responsive-timeline-icon {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  #responsive-timeline-stacks_in_5942.horizontal.animation-outside-in .responsive-timeline-item.responsive-timeline-animate .responsive-timeline-date-outer .responsive-timeline-date {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  #responsive-timeline-stacks_in_5942.horizontal {
    padding: 0; }
    #responsive-timeline-stacks_in_5942.horizontal .responsive-timeline-line {
      top: auto;
      width: 100%;
      bottom: 120px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 140px; }
      #responsive-timeline-stacks_in_5942.horizontal .responsive-timeline-line::before {
        width: 100%;
        height: 5px; }
    #responsive-timeline-stacks_in_5942.horizontal .responsive-timeline-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow-x: scroll; }
      #responsive-timeline-stacks_in_5942.horizontal .responsive-timeline-container .responsive-timeline-item {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        padding-top: 0;
        width: 100%;
        max-width: 300px;
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-bottom: 260px; }
        #responsive-timeline-stacks_in_5942.horizontal .responsive-timeline-container .responsive-timeline-item .responsive-timeline-content-outer {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          max-width: 100%;
          min-height: auto;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end; }
          #responsive-timeline-stacks_in_5942.horizontal .responsive-timeline-container .responsive-timeline-item .responsive-timeline-content-outer .responsive-timeline-content::before {
            top: auto;
            bottom: -10px;
            left: 50px; }
        #responsive-timeline-stacks_in_5942.horizontal .responsive-timeline-container .responsive-timeline-item .responsive-timeline-icon-outer {
          min-height: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          padding: 10px 10px;
          margin-bottom: -140px; }
        #responsive-timeline-stacks_in_5942.horizontal .responsive-timeline-container .responsive-timeline-item .responsive-timeline-date-outer {
          left: 0;
          top: auto;
          bottom: 0;
          margin-top: 0;
          position: absolute;
          padding-left: 10px; } }


@media (max-width: 300px) {
  #responsive-timeline-stacks_in_5942.horizontal .responsive-timeline-container {
    overflow-x: hidden; }
  #responsive-timeline-stacks_in_5942.horizontal .responsive-timeline-scroll-notice {
    display: none; }
  #responsive-timeline-stacks_in_5942 .responsive-timeline-line {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100px; }
  #responsive-timeline-stacks_in_5942 .responsive-timeline-item {
    position: relative;
    padding-top: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    #responsive-timeline-stacks_in_5942 .responsive-timeline-item:nth-child(odd) .responsive-timeline-content-outer .responsive-timeline-content::before {
      left: -9px;
      right: auto; }
    #responsive-timeline-stacks_in_5942 .responsive-timeline-item .responsive-timeline-content-outer {
      width: 100%;
      max-width: calc(100% - 100px); }
      #responsive-timeline-stacks_in_5942 .responsive-timeline-item .responsive-timeline-content-outer .responsive-timeline-content::before {
        top: 30.000000px; }
    #responsive-timeline-stacks_in_5942 .responsive-timeline-item .responsive-timeline-icon-outer {
      padding: 10px 10px; }
      #responsive-timeline-stacks_in_5942 .responsive-timeline-item .responsive-timeline-icon-outer .responsive-timeline-icon {
        width: 80px;
        height: 80px;
        border-radius: 5px; }
        #responsive-timeline-stacks_in_5942 .responsive-timeline-item .responsive-timeline-icon-outer .responsive-timeline-icon i {
          font-size: 20px; }
          #responsive-timeline-stacks_in_5942 .responsive-timeline-item .responsive-timeline-icon-outer .responsive-timeline-icon i[class*="ion-"] {
            max-width: 20px;
            max-height: 20px; }
    #responsive-timeline-stacks_in_5942 .responsive-timeline-item .responsive-timeline-date-outer {
      top: 0;
      left: 0;
      width: 100%;
      margin-top: 0;
      position: absolute;
      height: 80px;
      padding: 0 10px;
      padding-left: 110px; }
      #responsive-timeline-stacks_in_5942 .responsive-timeline-item .responsive-timeline-date-outer .responsive-timeline-date {
        font-size: 16px; }
  #responsive-timeline-stacks_in_5942.animation-outside-in .responsive-timeline-item:first-child .responsive-timeline-content-outer .responsive-timeline-content {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  #responsive-timeline-stacks_in_5942.animation-outside-in .responsive-timeline-item:first-child .responsive-timeline-icon-outer .responsive-timeline-icon {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  #responsive-timeline-stacks_in_5942.animation-outside-in .responsive-timeline-item:first-child .responsive-timeline-date-outer .responsive-timeline-date {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  #responsive-timeline-stacks_in_5942.animation-outside-in .responsive-timeline-item .responsive-timeline-content-outer .responsive-timeline-content {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  #responsive-timeline-stacks_in_5942.animation-outside-in .responsive-timeline-item .responsive-timeline-icon-outer .responsive-timeline-icon {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  #responsive-timeline-stacks_in_5942.animation-outside-in .responsive-timeline-item .responsive-timeline-date-outer .responsive-timeline-date {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  #responsive-timeline-stacks_in_5942.animation-outside-in .responsive-timeline-item:nth-child(even) .responsive-timeline-content-outer .responsive-timeline-content {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  #responsive-timeline-stacks_in_5942.animation-outside-in .responsive-timeline-item:nth-child(even) .responsive-timeline-date-outer .responsive-timeline-date {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  #responsive-timeline-stacks_in_5942.animation-outside-in .responsive-timeline-item.responsive-timeline-animate .responsive-timeline-content-outer .responsive-timeline-content {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  #responsive-timeline-stacks_in_5942.animation-outside-in .responsive-timeline-item.responsive-timeline-animate .responsive-timeline-icon-outer .responsive-timeline-icon {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  #responsive-timeline-stacks_in_5942.animation-outside-in .responsive-timeline-item.responsive-timeline-animate .responsive-timeline-date-outer .responsive-timeline-date {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
/*  */
@-webkit-keyframes item-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes item-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#responsive-timeline-item-stacks_in_5943 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_6090 {
	font-size: 120%;
	font-weight: bold;
}
#link-drawer-stacks_in_6096 {
  max-width: 700px;
  width: calc(100% - (0px*2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  box-sizing: border-box;
  transition: all 0.3s ease; }
  #link-drawer-stacks_in_6096.toggle-full .link-drawer-toggle {
    width: calc(100% + (0px * 2)); }
  #link-drawer-stacks_in_6096.toggle-fixed .link-drawer-toggle {
    width: 150px; }
  #link-drawer-stacks_in_6096.toggle-left .link-drawer-toggle {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  #link-drawer-stacks_in_6096.toggle-center .link-drawer-toggle {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  #link-drawer-stacks_in_6096.toggle-right .link-drawer-toggle {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  #link-drawer-stacks_in_6096.link-drawer-fixed {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */
    overflow: visible;
    border: 0px solid rgba(195, 216, 220, 1.00);
    /*  */
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1000000000000000;
    /*  */ }
    #link-drawer-stacks_in_6096.link-drawer-fixed.toggle-full .link-drawer-toggle {
      box-sizing: content-box;
      left: 0;
      right: 0; }
    #link-drawer-stacks_in_6096.link-drawer-fixed.toggle-left .link-drawer-toggle {
      left: -0px; }
    #link-drawer-stacks_in_6096.link-drawer-fixed.toggle-center .link-drawer-toggle {
      left: 0;
      right: 0;
      margin: 0 auto; }
    #link-drawer-stacks_in_6096.link-drawer-fixed.toggle-right .link-drawer-toggle {
      right: -0px; }
    #link-drawer-stacks_in_6096.link-drawer-fixed.link-drawer-bottom {
      /*  */
      bottom: 0;
      border-radius: 0px 0px 0 0;
      /*  */
      border-bottom: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      /*  */ }
      #link-drawer-stacks_in_6096.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        position: absolute;
        margin-top: -35px;
        border-radius: 0px 0px 0 0; }
      #link-drawer-stacks_in_6096.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        bottom: 100%; }
      #link-drawer-stacks_in_6096.link-drawer-fixed.link-drawer-bottom.toggle-left {
        border-top-left-radius: 0; }
      #link-drawer-stacks_in_6096.link-drawer-fixed.link-drawer-bottom.toggle-right {
        border-top-right-radius: 0; }
      #link-drawer-stacks_in_6096.link-drawer-fixed.link-drawer-bottom.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_6096.link-drawer-fixed.link-drawer-bottom.toggle-full .link-drawer-toggle {
          border-radius: 0px 0px 0 0; }
    #link-drawer-stacks_in_6096.link-drawer-fixed.link-drawer-top {
      /*  */
      top: 0;
      border-radius: 0 0 0px 0px;
      /*  */
      border-top: 0;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      /*  */
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      #link-drawer-stacks_in_6096.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        position: absolute;
        margin-bottom: -35px;
        border-radius: 0 0 0px 0px; }
      #link-drawer-stacks_in_6096.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        top: 100%; }
      #link-drawer-stacks_in_6096.link-drawer-fixed.link-drawer-top .link-drawer-toggle-close i {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      #link-drawer-stacks_in_6096.link-drawer-fixed.link-drawer-top.toggle-left {
        border-bottom-left-radius: 0; }
      #link-drawer-stacks_in_6096.link-drawer-fixed.link-drawer-top.toggle-right {
        border-bottom-right-radius: 0; }
      #link-drawer-stacks_in_6096.link-drawer-fixed.link-drawer-top.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_6096.link-drawer-fixed.link-drawer-top.toggle-full .link-drawer-toggle {
          border-radius: 0 0 0px 0px; }
    #link-drawer-stacks_in_6096.link-drawer-fixed.link-drawer-open {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      #link-drawer-stacks_in_6096.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      #link-drawer-stacks_in_6096.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
        display: none; }
    #link-drawer-stacks_in_6096.link-drawer-fixed.on-scroll-to, #link-drawer-stacks_in_6096.link-drawer-fixed.on-scroll-past {
      /*  */
      opacity: 0;
      visibility: hidden;
      /*  */ }
    #link-drawer-stacks_in_6096.link-drawer-fixed .link-drawer-toggle {
      border-radius: inherit;
      /*  */
      position: absolute;
      /*  */ }
  #link-drawer-stacks_in_6096.link-drawer-inline .link-drawer-list {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */ }
  #link-drawer-stacks_in_6096.link-drawer-inline:not(.link-drawer-open) .link-drawer-list {
    /*  */
    height: 0;
    border: none;
    transition-delay: 300s;
    transition: border 0.3s ease;
    /*  */ }
  #link-drawer-stacks_in_6096.link-drawer-inline .link-drawer-toggle {
    margin-bottom: 10px;
    border-radius: 0px; }
  #link-drawer-stacks_in_6096.link-drawer-inline .link-drawer-list {
    border: 0px solid rgba(195, 216, 220, 1.00);
    border-radius: 0px; }
  #link-drawer-stacks_in_6096.link-drawer-inline .link-drawer-toggle-close i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  #link-drawer-stacks_in_6096 * {
    box-sizing: border-box; }
  #link-drawer-stacks_in_6096.link-drawer-open {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    #link-drawer-stacks_in_6096.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #link-drawer-stacks_in_6096.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
      display: none; }
  #link-drawer-stacks_in_6096 .link-drawer-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    font-size: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: rgba(255, 255, 255, 1.00);
    background: rgba(120, 144, 156, 1.00); }
    #link-drawer-stacks_in_6096 .link-drawer-toggle:hover {
      color: rgba(255, 255, 255, 1.00);
      background: rgba(84, 110, 122, 1.00); }
    #link-drawer-stacks_in_6096 .link-drawer-toggle-icon-hide i {
      display: none; }
    #link-drawer-stacks_in_6096 .link-drawer-toggle .link-drawer-toggle-close {
      display: none; }
      #link-drawer-stacks_in_6096 .link-drawer-toggle .link-drawer-toggle-close i {
        font-size: 14px; }
    #link-drawer-stacks_in_6096 .link-drawer-toggle .link-drawer-toggle-open {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #link-drawer-stacks_in_6096 .link-drawer-toggle .link-drawer-toggle-open i {
        font-size: 24px; }
    #link-drawer-stacks_in_6096 .link-drawer-toggle span {
      /*  */
      font-family: "";
      /*  */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    #link-drawer-stacks_in_6096 .link-drawer-toggle i {
      margin-right: 8px; }
  #link-drawer-stacks_in_6096 .link-drawer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    /*  */ }
    #link-drawer-stacks_in_6096 .link-drawer-list div {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    #link-drawer-stacks_in_6096 .link-drawer-list .link-drawer-link {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      cursor: pointer;
      text-decoration: none;
      padding: calc(0px/2);
      /*  */
      width: 50.000000%;
      max-width: 50.000000%;
      /*  */ }
      #link-drawer-stacks_in_6096 .link-drawer-list .link-drawer-link-inner {
        padding: 30px 0px;
        border-radius: 3px;
        background: rgba(207, 216, 220, 1.00);
        /*  */
        height: 100%;
        /*  */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border: 1px solid rgba(0, 0, 0, 0.00); }
        #link-drawer-stacks_in_6096 .link-drawer-list .link-drawer-link-inner:hover {
          background: rgba(120, 144, 156, 1.00);
          border: 1px solid rgba(0, 0, 0, 0.00); }
          #link-drawer-stacks_in_6096 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-icon i {
            color: rgba(38, 50, 56, 1.00); }
          #link-drawer-stacks_in_6096 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-title {
            color: rgba(255, 255, 255, 1.00); }
      #link-drawer-stacks_in_6096 .link-drawer-list .link-drawer-link-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 0px; }
        #link-drawer-stacks_in_6096 .link-drawer-list .link-drawer-link-icon i {
          color: rgba(55, 71, 79, 1.00);
          font-size: 200px; }
        #link-drawer-stacks_in_6096 .link-drawer-list .link-drawer-link-icon .link-drawer-image {
          width: 100%;
          height: auto;
          max-width: 200px; }
      #link-drawer-stacks_in_6096 .link-drawer-list .link-drawer-link-title {
        /*  */
        font-family: "";
        /*  */
        color: rgba(113, 128, 143, 1.00);
        font-size: 18px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        text-align: center; }

@media (max-width: 480px) {
  /*  */
  #link-drawer-stacks_in_6096 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_6096 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_6096 .link-drawer-list .link-drawer-link.hide-m {
        display: none; }
      #link-drawer-stacks_in_6096 .link-drawer-list .link-drawer-link-icon i {
        font-size: 120px; }
        #link-drawer-stacks_in_6096 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 120px; }
      #link-drawer-stacks_in_6096 .link-drawer-list .link-drawer-link-title {
        font-size: 16px; }
  /*  */ }

@media (min-width: 480px) and (max-width: 768px) {
  /*  */
  #link-drawer-stacks_in_6096 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_6096 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_6096 .link-drawer-list .link-drawer-link.hide-t {
        display: none; }
      #link-drawer-stacks_in_6096 .link-drawer-list .link-drawer-link-icon i {
        font-size: 160px; }
        #link-drawer-stacks_in_6096 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 160px; }
      #link-drawer-stacks_in_6096 .link-drawer-list .link-drawer-link-title {
        font-size: 18px; }
  /*  */ }

@media (min-width: 768px) {
  /*  */
  #link-drawer-stacks_in_6096 .link-drawer-list .link-drawer-link.hide-d {
    display: none; }
  /*  */ }

#stacks_in_6100 {
	font-weight: bold;
}

#stacks_in_6107 {
	font-weight: bold;
}
#responsive-timeline-item-stacks_in_6110 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_6112 {
	font-size: 120%;
	font-weight: bold;
}
#link-drawer-stacks_in_6113 {
  max-width: 700px;
  width: calc(100% - (0px*2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  box-sizing: border-box;
  transition: all 0.3s ease; }
  #link-drawer-stacks_in_6113.toggle-full .link-drawer-toggle {
    width: calc(100% + (0px * 2)); }
  #link-drawer-stacks_in_6113.toggle-fixed .link-drawer-toggle {
    width: 150px; }
  #link-drawer-stacks_in_6113.toggle-left .link-drawer-toggle {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  #link-drawer-stacks_in_6113.toggle-center .link-drawer-toggle {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  #link-drawer-stacks_in_6113.toggle-right .link-drawer-toggle {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  #link-drawer-stacks_in_6113.link-drawer-fixed {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */
    overflow: visible;
    border: 0px solid rgba(195, 216, 220, 1.00);
    /*  */
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1000000000000000;
    /*  */ }
    #link-drawer-stacks_in_6113.link-drawer-fixed.toggle-full .link-drawer-toggle {
      box-sizing: content-box;
      left: 0;
      right: 0; }
    #link-drawer-stacks_in_6113.link-drawer-fixed.toggle-left .link-drawer-toggle {
      left: -0px; }
    #link-drawer-stacks_in_6113.link-drawer-fixed.toggle-center .link-drawer-toggle {
      left: 0;
      right: 0;
      margin: 0 auto; }
    #link-drawer-stacks_in_6113.link-drawer-fixed.toggle-right .link-drawer-toggle {
      right: -0px; }
    #link-drawer-stacks_in_6113.link-drawer-fixed.link-drawer-bottom {
      /*  */
      bottom: 0;
      border-radius: 0px 0px 0 0;
      /*  */
      border-bottom: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      /*  */ }
      #link-drawer-stacks_in_6113.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        position: absolute;
        margin-top: -35px;
        border-radius: 0px 0px 0 0; }
      #link-drawer-stacks_in_6113.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        bottom: 100%; }
      #link-drawer-stacks_in_6113.link-drawer-fixed.link-drawer-bottom.toggle-left {
        border-top-left-radius: 0; }
      #link-drawer-stacks_in_6113.link-drawer-fixed.link-drawer-bottom.toggle-right {
        border-top-right-radius: 0; }
      #link-drawer-stacks_in_6113.link-drawer-fixed.link-drawer-bottom.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_6113.link-drawer-fixed.link-drawer-bottom.toggle-full .link-drawer-toggle {
          border-radius: 0px 0px 0 0; }
    #link-drawer-stacks_in_6113.link-drawer-fixed.link-drawer-top {
      /*  */
      top: 0;
      border-radius: 0 0 0px 0px;
      /*  */
      border-top: 0;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      /*  */
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      #link-drawer-stacks_in_6113.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        position: absolute;
        margin-bottom: -35px;
        border-radius: 0 0 0px 0px; }
      #link-drawer-stacks_in_6113.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        top: 100%; }
      #link-drawer-stacks_in_6113.link-drawer-fixed.link-drawer-top .link-drawer-toggle-close i {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      #link-drawer-stacks_in_6113.link-drawer-fixed.link-drawer-top.toggle-left {
        border-bottom-left-radius: 0; }
      #link-drawer-stacks_in_6113.link-drawer-fixed.link-drawer-top.toggle-right {
        border-bottom-right-radius: 0; }
      #link-drawer-stacks_in_6113.link-drawer-fixed.link-drawer-top.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_6113.link-drawer-fixed.link-drawer-top.toggle-full .link-drawer-toggle {
          border-radius: 0 0 0px 0px; }
    #link-drawer-stacks_in_6113.link-drawer-fixed.link-drawer-open {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      #link-drawer-stacks_in_6113.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      #link-drawer-stacks_in_6113.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
        display: none; }
    #link-drawer-stacks_in_6113.link-drawer-fixed.on-scroll-to, #link-drawer-stacks_in_6113.link-drawer-fixed.on-scroll-past {
      /*  */
      opacity: 0;
      visibility: hidden;
      /*  */ }
    #link-drawer-stacks_in_6113.link-drawer-fixed .link-drawer-toggle {
      border-radius: inherit;
      /*  */
      position: absolute;
      /*  */ }
  #link-drawer-stacks_in_6113.link-drawer-inline .link-drawer-list {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */ }
  #link-drawer-stacks_in_6113.link-drawer-inline:not(.link-drawer-open) .link-drawer-list {
    /*  */
    height: 0;
    border: none;
    transition-delay: 300s;
    transition: border 0.3s ease;
    /*  */ }
  #link-drawer-stacks_in_6113.link-drawer-inline .link-drawer-toggle {
    margin-bottom: 10px;
    border-radius: 0px; }
  #link-drawer-stacks_in_6113.link-drawer-inline .link-drawer-list {
    border: 0px solid rgba(195, 216, 220, 1.00);
    border-radius: 0px; }
  #link-drawer-stacks_in_6113.link-drawer-inline .link-drawer-toggle-close i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  #link-drawer-stacks_in_6113 * {
    box-sizing: border-box; }
  #link-drawer-stacks_in_6113.link-drawer-open {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    #link-drawer-stacks_in_6113.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #link-drawer-stacks_in_6113.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
      display: none; }
  #link-drawer-stacks_in_6113 .link-drawer-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    font-size: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: rgba(255, 255, 255, 1.00);
    background: rgba(120, 144, 156, 1.00); }
    #link-drawer-stacks_in_6113 .link-drawer-toggle:hover {
      color: rgba(255, 255, 255, 1.00);
      background: rgba(84, 110, 122, 1.00); }
    #link-drawer-stacks_in_6113 .link-drawer-toggle-icon-hide i {
      display: none; }
    #link-drawer-stacks_in_6113 .link-drawer-toggle .link-drawer-toggle-close {
      display: none; }
      #link-drawer-stacks_in_6113 .link-drawer-toggle .link-drawer-toggle-close i {
        font-size: 14px; }
    #link-drawer-stacks_in_6113 .link-drawer-toggle .link-drawer-toggle-open {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #link-drawer-stacks_in_6113 .link-drawer-toggle .link-drawer-toggle-open i {
        font-size: 24px; }
    #link-drawer-stacks_in_6113 .link-drawer-toggle span {
      /*  */
      font-family: "";
      /*  */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    #link-drawer-stacks_in_6113 .link-drawer-toggle i {
      margin-right: 8px; }
  #link-drawer-stacks_in_6113 .link-drawer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    /*  */ }
    #link-drawer-stacks_in_6113 .link-drawer-list div {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    #link-drawer-stacks_in_6113 .link-drawer-list .link-drawer-link {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      cursor: pointer;
      text-decoration: none;
      padding: calc(0px/2);
      /*  */
      width: 50.000000%;
      max-width: 50.000000%;
      /*  */ }
      #link-drawer-stacks_in_6113 .link-drawer-list .link-drawer-link-inner {
        padding: 30px 0px;
        border-radius: 3px;
        background: rgba(207, 216, 220, 1.00);
        /*  */
        height: 100%;
        /*  */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border: 1px solid rgba(0, 0, 0, 0.00); }
        #link-drawer-stacks_in_6113 .link-drawer-list .link-drawer-link-inner:hover {
          background: rgba(120, 144, 156, 1.00);
          border: 1px solid rgba(0, 0, 0, 0.00); }
          #link-drawer-stacks_in_6113 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-icon i {
            color: rgba(38, 50, 56, 1.00); }
          #link-drawer-stacks_in_6113 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-title {
            color: rgba(255, 255, 255, 1.00); }
      #link-drawer-stacks_in_6113 .link-drawer-list .link-drawer-link-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 0px; }
        #link-drawer-stacks_in_6113 .link-drawer-list .link-drawer-link-icon i {
          color: rgba(55, 71, 79, 1.00);
          font-size: 200px; }
        #link-drawer-stacks_in_6113 .link-drawer-list .link-drawer-link-icon .link-drawer-image {
          width: 100%;
          height: auto;
          max-width: 200px; }
      #link-drawer-stacks_in_6113 .link-drawer-list .link-drawer-link-title {
        /*  */
        font-family: "";
        /*  */
        color: rgba(113, 128, 143, 1.00);
        font-size: 18px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        text-align: center; }

@media (max-width: 480px) {
  /*  */
  #link-drawer-stacks_in_6113 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_6113 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_6113 .link-drawer-list .link-drawer-link.hide-m {
        display: none; }
      #link-drawer-stacks_in_6113 .link-drawer-list .link-drawer-link-icon i {
        font-size: 120px; }
        #link-drawer-stacks_in_6113 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 120px; }
      #link-drawer-stacks_in_6113 .link-drawer-list .link-drawer-link-title {
        font-size: 16px; }
  /*  */ }

@media (min-width: 480px) and (max-width: 768px) {
  /*  */
  #link-drawer-stacks_in_6113 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_6113 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_6113 .link-drawer-list .link-drawer-link.hide-t {
        display: none; }
      #link-drawer-stacks_in_6113 .link-drawer-list .link-drawer-link-icon i {
        font-size: 160px; }
        #link-drawer-stacks_in_6113 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 160px; }
      #link-drawer-stacks_in_6113 .link-drawer-list .link-drawer-link-title {
        font-size: 18px; }
  /*  */ }

@media (min-width: 768px) {
  /*  */
  #link-drawer-stacks_in_6113 .link-drawer-list .link-drawer-link.hide-d {
    display: none; }
  /*  */ }

#stacks_in_6115 {
	font-weight: bold;
}

#stacks_in_6117 {
	font-weight: bold;
}
#responsive-timeline-item-stacks_in_6130 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_6132 {
	font-size: 120%;
	font-weight: bold;
}
#link-drawer-stacks_in_6133 {
  max-width: 700px;
  width: calc(100% - (0px*2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  box-sizing: border-box;
  transition: all 0.3s ease; }
  #link-drawer-stacks_in_6133.toggle-full .link-drawer-toggle {
    width: calc(100% + (0px * 2)); }
  #link-drawer-stacks_in_6133.toggle-fixed .link-drawer-toggle {
    width: 150px; }
  #link-drawer-stacks_in_6133.toggle-left .link-drawer-toggle {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  #link-drawer-stacks_in_6133.toggle-center .link-drawer-toggle {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  #link-drawer-stacks_in_6133.toggle-right .link-drawer-toggle {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  #link-drawer-stacks_in_6133.link-drawer-fixed {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */
    overflow: visible;
    border: 0px solid rgba(195, 216, 220, 1.00);
    /*  */
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1000000000000000;
    /*  */ }
    #link-drawer-stacks_in_6133.link-drawer-fixed.toggle-full .link-drawer-toggle {
      box-sizing: content-box;
      left: 0;
      right: 0; }
    #link-drawer-stacks_in_6133.link-drawer-fixed.toggle-left .link-drawer-toggle {
      left: -0px; }
    #link-drawer-stacks_in_6133.link-drawer-fixed.toggle-center .link-drawer-toggle {
      left: 0;
      right: 0;
      margin: 0 auto; }
    #link-drawer-stacks_in_6133.link-drawer-fixed.toggle-right .link-drawer-toggle {
      right: -0px; }
    #link-drawer-stacks_in_6133.link-drawer-fixed.link-drawer-bottom {
      /*  */
      bottom: 0;
      border-radius: 0px 0px 0 0;
      /*  */
      border-bottom: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      /*  */ }
      #link-drawer-stacks_in_6133.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        position: absolute;
        margin-top: -35px;
        border-radius: 0px 0px 0 0; }
      #link-drawer-stacks_in_6133.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        bottom: 100%; }
      #link-drawer-stacks_in_6133.link-drawer-fixed.link-drawer-bottom.toggle-left {
        border-top-left-radius: 0; }
      #link-drawer-stacks_in_6133.link-drawer-fixed.link-drawer-bottom.toggle-right {
        border-top-right-radius: 0; }
      #link-drawer-stacks_in_6133.link-drawer-fixed.link-drawer-bottom.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_6133.link-drawer-fixed.link-drawer-bottom.toggle-full .link-drawer-toggle {
          border-radius: 0px 0px 0 0; }
    #link-drawer-stacks_in_6133.link-drawer-fixed.link-drawer-top {
      /*  */
      top: 0;
      border-radius: 0 0 0px 0px;
      /*  */
      border-top: 0;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      /*  */
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      #link-drawer-stacks_in_6133.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        position: absolute;
        margin-bottom: -35px;
        border-radius: 0 0 0px 0px; }
      #link-drawer-stacks_in_6133.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        top: 100%; }
      #link-drawer-stacks_in_6133.link-drawer-fixed.link-drawer-top .link-drawer-toggle-close i {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      #link-drawer-stacks_in_6133.link-drawer-fixed.link-drawer-top.toggle-left {
        border-bottom-left-radius: 0; }
      #link-drawer-stacks_in_6133.link-drawer-fixed.link-drawer-top.toggle-right {
        border-bottom-right-radius: 0; }
      #link-drawer-stacks_in_6133.link-drawer-fixed.link-drawer-top.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_6133.link-drawer-fixed.link-drawer-top.toggle-full .link-drawer-toggle {
          border-radius: 0 0 0px 0px; }
    #link-drawer-stacks_in_6133.link-drawer-fixed.link-drawer-open {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      #link-drawer-stacks_in_6133.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      #link-drawer-stacks_in_6133.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
        display: none; }
    #link-drawer-stacks_in_6133.link-drawer-fixed.on-scroll-to, #link-drawer-stacks_in_6133.link-drawer-fixed.on-scroll-past {
      /*  */
      opacity: 0;
      visibility: hidden;
      /*  */ }
    #link-drawer-stacks_in_6133.link-drawer-fixed .link-drawer-toggle {
      border-radius: inherit;
      /*  */
      position: absolute;
      /*  */ }
  #link-drawer-stacks_in_6133.link-drawer-inline .link-drawer-list {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */ }
  #link-drawer-stacks_in_6133.link-drawer-inline:not(.link-drawer-open) .link-drawer-list {
    /*  */
    height: 0;
    border: none;
    transition-delay: 300s;
    transition: border 0.3s ease;
    /*  */ }
  #link-drawer-stacks_in_6133.link-drawer-inline .link-drawer-toggle {
    margin-bottom: 10px;
    border-radius: 0px; }
  #link-drawer-stacks_in_6133.link-drawer-inline .link-drawer-list {
    border: 0px solid rgba(195, 216, 220, 1.00);
    border-radius: 0px; }
  #link-drawer-stacks_in_6133.link-drawer-inline .link-drawer-toggle-close i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  #link-drawer-stacks_in_6133 * {
    box-sizing: border-box; }
  #link-drawer-stacks_in_6133.link-drawer-open {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    #link-drawer-stacks_in_6133.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #link-drawer-stacks_in_6133.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
      display: none; }
  #link-drawer-stacks_in_6133 .link-drawer-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    font-size: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: rgba(255, 255, 255, 1.00);
    background: rgba(120, 144, 156, 1.00); }
    #link-drawer-stacks_in_6133 .link-drawer-toggle:hover {
      color: rgba(255, 255, 255, 1.00);
      background: rgba(84, 110, 122, 1.00); }
    #link-drawer-stacks_in_6133 .link-drawer-toggle-icon-hide i {
      display: none; }
    #link-drawer-stacks_in_6133 .link-drawer-toggle .link-drawer-toggle-close {
      display: none; }
      #link-drawer-stacks_in_6133 .link-drawer-toggle .link-drawer-toggle-close i {
        font-size: 14px; }
    #link-drawer-stacks_in_6133 .link-drawer-toggle .link-drawer-toggle-open {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #link-drawer-stacks_in_6133 .link-drawer-toggle .link-drawer-toggle-open i {
        font-size: 24px; }
    #link-drawer-stacks_in_6133 .link-drawer-toggle span {
      /*  */
      font-family: "";
      /*  */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    #link-drawer-stacks_in_6133 .link-drawer-toggle i {
      margin-right: 8px; }
  #link-drawer-stacks_in_6133 .link-drawer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    /*  */ }
    #link-drawer-stacks_in_6133 .link-drawer-list div {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    #link-drawer-stacks_in_6133 .link-drawer-list .link-drawer-link {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      cursor: pointer;
      text-decoration: none;
      padding: calc(0px/2);
      /*  */
      width: 50.000000%;
      max-width: 50.000000%;
      /*  */ }
      #link-drawer-stacks_in_6133 .link-drawer-list .link-drawer-link-inner {
        padding: 30px 0px;
        border-radius: 3px;
        background: rgba(207, 216, 220, 1.00);
        /*  */
        height: 100%;
        /*  */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border: 1px solid rgba(0, 0, 0, 0.00); }
        #link-drawer-stacks_in_6133 .link-drawer-list .link-drawer-link-inner:hover {
          background: rgba(120, 144, 156, 1.00);
          border: 1px solid rgba(0, 0, 0, 0.00); }
          #link-drawer-stacks_in_6133 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-icon i {
            color: rgba(38, 50, 56, 1.00); }
          #link-drawer-stacks_in_6133 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-title {
            color: rgba(255, 255, 255, 1.00); }
      #link-drawer-stacks_in_6133 .link-drawer-list .link-drawer-link-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 0px; }
        #link-drawer-stacks_in_6133 .link-drawer-list .link-drawer-link-icon i {
          color: rgba(55, 71, 79, 1.00);
          font-size: 200px; }
        #link-drawer-stacks_in_6133 .link-drawer-list .link-drawer-link-icon .link-drawer-image {
          width: 100%;
          height: auto;
          max-width: 200px; }
      #link-drawer-stacks_in_6133 .link-drawer-list .link-drawer-link-title {
        /*  */
        font-family: "";
        /*  */
        color: rgba(113, 128, 143, 1.00);
        font-size: 18px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        text-align: center; }

@media (max-width: 480px) {
  /*  */
  #link-drawer-stacks_in_6133 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_6133 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_6133 .link-drawer-list .link-drawer-link.hide-m {
        display: none; }
      #link-drawer-stacks_in_6133 .link-drawer-list .link-drawer-link-icon i {
        font-size: 120px; }
        #link-drawer-stacks_in_6133 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 120px; }
      #link-drawer-stacks_in_6133 .link-drawer-list .link-drawer-link-title {
        font-size: 16px; }
  /*  */ }

@media (min-width: 480px) and (max-width: 768px) {
  /*  */
  #link-drawer-stacks_in_6133 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_6133 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_6133 .link-drawer-list .link-drawer-link.hide-t {
        display: none; }
      #link-drawer-stacks_in_6133 .link-drawer-list .link-drawer-link-icon i {
        font-size: 160px; }
        #link-drawer-stacks_in_6133 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 160px; }
      #link-drawer-stacks_in_6133 .link-drawer-list .link-drawer-link-title {
        font-size: 18px; }
  /*  */ }

@media (min-width: 768px) {
  /*  */
  #link-drawer-stacks_in_6133 .link-drawer-list .link-drawer-link.hide-d {
    display: none; }
  /*  */ }

#stacks_in_6135 {
	font-weight: bold;
}

#stacks_in_6137 {
	font-weight: bold;
}
#responsive-timeline-item-stacks_in_6120 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_6122 {
	font-size: 120%;
	font-weight: bold;
}
#link-drawer-stacks_in_6123 {
  max-width: 700px;
  width: calc(100% - (0px*2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  box-sizing: border-box;
  transition: all 0.3s ease; }
  #link-drawer-stacks_in_6123.toggle-full .link-drawer-toggle {
    width: calc(100% + (0px * 2)); }
  #link-drawer-stacks_in_6123.toggle-fixed .link-drawer-toggle {
    width: 150px; }
  #link-drawer-stacks_in_6123.toggle-left .link-drawer-toggle {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  #link-drawer-stacks_in_6123.toggle-center .link-drawer-toggle {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  #link-drawer-stacks_in_6123.toggle-right .link-drawer-toggle {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  #link-drawer-stacks_in_6123.link-drawer-fixed {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */
    overflow: visible;
    border: 0px solid rgba(195, 216, 220, 1.00);
    /*  */
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1000000000000000;
    /*  */ }
    #link-drawer-stacks_in_6123.link-drawer-fixed.toggle-full .link-drawer-toggle {
      box-sizing: content-box;
      left: 0;
      right: 0; }
    #link-drawer-stacks_in_6123.link-drawer-fixed.toggle-left .link-drawer-toggle {
      left: -0px; }
    #link-drawer-stacks_in_6123.link-drawer-fixed.toggle-center .link-drawer-toggle {
      left: 0;
      right: 0;
      margin: 0 auto; }
    #link-drawer-stacks_in_6123.link-drawer-fixed.toggle-right .link-drawer-toggle {
      right: -0px; }
    #link-drawer-stacks_in_6123.link-drawer-fixed.link-drawer-bottom {
      /*  */
      bottom: 0;
      border-radius: 0px 0px 0 0;
      /*  */
      border-bottom: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      /*  */ }
      #link-drawer-stacks_in_6123.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        position: absolute;
        margin-top: -35px;
        border-radius: 0px 0px 0 0; }
      #link-drawer-stacks_in_6123.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        bottom: 100%; }
      #link-drawer-stacks_in_6123.link-drawer-fixed.link-drawer-bottom.toggle-left {
        border-top-left-radius: 0; }
      #link-drawer-stacks_in_6123.link-drawer-fixed.link-drawer-bottom.toggle-right {
        border-top-right-radius: 0; }
      #link-drawer-stacks_in_6123.link-drawer-fixed.link-drawer-bottom.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_6123.link-drawer-fixed.link-drawer-bottom.toggle-full .link-drawer-toggle {
          border-radius: 0px 0px 0 0; }
    #link-drawer-stacks_in_6123.link-drawer-fixed.link-drawer-top {
      /*  */
      top: 0;
      border-radius: 0 0 0px 0px;
      /*  */
      border-top: 0;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      /*  */
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      #link-drawer-stacks_in_6123.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        position: absolute;
        margin-bottom: -35px;
        border-radius: 0 0 0px 0px; }
      #link-drawer-stacks_in_6123.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        top: 100%; }
      #link-drawer-stacks_in_6123.link-drawer-fixed.link-drawer-top .link-drawer-toggle-close i {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      #link-drawer-stacks_in_6123.link-drawer-fixed.link-drawer-top.toggle-left {
        border-bottom-left-radius: 0; }
      #link-drawer-stacks_in_6123.link-drawer-fixed.link-drawer-top.toggle-right {
        border-bottom-right-radius: 0; }
      #link-drawer-stacks_in_6123.link-drawer-fixed.link-drawer-top.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_6123.link-drawer-fixed.link-drawer-top.toggle-full .link-drawer-toggle {
          border-radius: 0 0 0px 0px; }
    #link-drawer-stacks_in_6123.link-drawer-fixed.link-drawer-open {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      #link-drawer-stacks_in_6123.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      #link-drawer-stacks_in_6123.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
        display: none; }
    #link-drawer-stacks_in_6123.link-drawer-fixed.on-scroll-to, #link-drawer-stacks_in_6123.link-drawer-fixed.on-scroll-past {
      /*  */
      opacity: 0;
      visibility: hidden;
      /*  */ }
    #link-drawer-stacks_in_6123.link-drawer-fixed .link-drawer-toggle {
      border-radius: inherit;
      /*  */
      position: absolute;
      /*  */ }
  #link-drawer-stacks_in_6123.link-drawer-inline .link-drawer-list {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */ }
  #link-drawer-stacks_in_6123.link-drawer-inline:not(.link-drawer-open) .link-drawer-list {
    /*  */
    height: 0;
    border: none;
    transition-delay: 300s;
    transition: border 0.3s ease;
    /*  */ }
  #link-drawer-stacks_in_6123.link-drawer-inline .link-drawer-toggle {
    margin-bottom: 10px;
    border-radius: 0px; }
  #link-drawer-stacks_in_6123.link-drawer-inline .link-drawer-list {
    border: 0px solid rgba(195, 216, 220, 1.00);
    border-radius: 0px; }
  #link-drawer-stacks_in_6123.link-drawer-inline .link-drawer-toggle-close i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  #link-drawer-stacks_in_6123 * {
    box-sizing: border-box; }
  #link-drawer-stacks_in_6123.link-drawer-open {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    #link-drawer-stacks_in_6123.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #link-drawer-stacks_in_6123.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
      display: none; }
  #link-drawer-stacks_in_6123 .link-drawer-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    font-size: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: rgba(255, 255, 255, 1.00);
    background: rgba(120, 144, 156, 1.00); }
    #link-drawer-stacks_in_6123 .link-drawer-toggle:hover {
      color: rgba(255, 255, 255, 1.00);
      background: rgba(84, 110, 122, 1.00); }
    #link-drawer-stacks_in_6123 .link-drawer-toggle-icon-hide i {
      display: none; }
    #link-drawer-stacks_in_6123 .link-drawer-toggle .link-drawer-toggle-close {
      display: none; }
      #link-drawer-stacks_in_6123 .link-drawer-toggle .link-drawer-toggle-close i {
        font-size: 14px; }
    #link-drawer-stacks_in_6123 .link-drawer-toggle .link-drawer-toggle-open {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #link-drawer-stacks_in_6123 .link-drawer-toggle .link-drawer-toggle-open i {
        font-size: 24px; }
    #link-drawer-stacks_in_6123 .link-drawer-toggle span {
      /*  */
      font-family: "";
      /*  */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    #link-drawer-stacks_in_6123 .link-drawer-toggle i {
      margin-right: 8px; }
  #link-drawer-stacks_in_6123 .link-drawer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    /*  */ }
    #link-drawer-stacks_in_6123 .link-drawer-list div {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    #link-drawer-stacks_in_6123 .link-drawer-list .link-drawer-link {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      cursor: pointer;
      text-decoration: none;
      padding: calc(0px/2);
      /*  */
      width: 50.000000%;
      max-width: 50.000000%;
      /*  */ }
      #link-drawer-stacks_in_6123 .link-drawer-list .link-drawer-link-inner {
        padding: 30px 0px;
        border-radius: 3px;
        background: rgba(207, 216, 220, 1.00);
        /*  */
        height: 100%;
        /*  */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border: 1px solid rgba(0, 0, 0, 0.00); }
        #link-drawer-stacks_in_6123 .link-drawer-list .link-drawer-link-inner:hover {
          background: rgba(120, 144, 156, 1.00);
          border: 1px solid rgba(0, 0, 0, 0.00); }
          #link-drawer-stacks_in_6123 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-icon i {
            color: rgba(38, 50, 56, 1.00); }
          #link-drawer-stacks_in_6123 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-title {
            color: rgba(255, 255, 255, 1.00); }
      #link-drawer-stacks_in_6123 .link-drawer-list .link-drawer-link-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 0px; }
        #link-drawer-stacks_in_6123 .link-drawer-list .link-drawer-link-icon i {
          color: rgba(55, 71, 79, 1.00);
          font-size: 200px; }
        #link-drawer-stacks_in_6123 .link-drawer-list .link-drawer-link-icon .link-drawer-image {
          width: 100%;
          height: auto;
          max-width: 200px; }
      #link-drawer-stacks_in_6123 .link-drawer-list .link-drawer-link-title {
        /*  */
        font-family: "";
        /*  */
        color: rgba(113, 128, 143, 1.00);
        font-size: 18px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        text-align: center; }

@media (max-width: 480px) {
  /*  */
  #link-drawer-stacks_in_6123 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_6123 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_6123 .link-drawer-list .link-drawer-link.hide-m {
        display: none; }
      #link-drawer-stacks_in_6123 .link-drawer-list .link-drawer-link-icon i {
        font-size: 120px; }
        #link-drawer-stacks_in_6123 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 120px; }
      #link-drawer-stacks_in_6123 .link-drawer-list .link-drawer-link-title {
        font-size: 16px; }
  /*  */ }

@media (min-width: 480px) and (max-width: 768px) {
  /*  */
  #link-drawer-stacks_in_6123 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_6123 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_6123 .link-drawer-list .link-drawer-link.hide-t {
        display: none; }
      #link-drawer-stacks_in_6123 .link-drawer-list .link-drawer-link-icon i {
        font-size: 160px; }
        #link-drawer-stacks_in_6123 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 160px; }
      #link-drawer-stacks_in_6123 .link-drawer-list .link-drawer-link-title {
        font-size: 18px; }
  /*  */ }

@media (min-width: 768px) {
  /*  */
  #link-drawer-stacks_in_6123 .link-drawer-list .link-drawer-link.hide-d {
    display: none; }
  /*  */ }

#stacks_in_6125 {
	font-weight: bold;
}

#stacks_in_6127 {
	font-weight: bold;
}
#responsive-timeline-item-stacks_in_6140 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_6142 {
	font-size: 120%;
	font-weight: bold;
}
#link-drawer-stacks_in_6143 {
  max-width: 700px;
  width: calc(100% - (0px*2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  box-sizing: border-box;
  transition: all 0.3s ease; }
  #link-drawer-stacks_in_6143.toggle-full .link-drawer-toggle {
    width: calc(100% + (0px * 2)); }
  #link-drawer-stacks_in_6143.toggle-fixed .link-drawer-toggle {
    width: 150px; }
  #link-drawer-stacks_in_6143.toggle-left .link-drawer-toggle {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  #link-drawer-stacks_in_6143.toggle-center .link-drawer-toggle {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  #link-drawer-stacks_in_6143.toggle-right .link-drawer-toggle {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  #link-drawer-stacks_in_6143.link-drawer-fixed {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */
    overflow: visible;
    border: 0px solid rgba(195, 216, 220, 1.00);
    /*  */
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1000000000000000;
    /*  */ }
    #link-drawer-stacks_in_6143.link-drawer-fixed.toggle-full .link-drawer-toggle {
      box-sizing: content-box;
      left: 0;
      right: 0; }
    #link-drawer-stacks_in_6143.link-drawer-fixed.toggle-left .link-drawer-toggle {
      left: -0px; }
    #link-drawer-stacks_in_6143.link-drawer-fixed.toggle-center .link-drawer-toggle {
      left: 0;
      right: 0;
      margin: 0 auto; }
    #link-drawer-stacks_in_6143.link-drawer-fixed.toggle-right .link-drawer-toggle {
      right: -0px; }
    #link-drawer-stacks_in_6143.link-drawer-fixed.link-drawer-bottom {
      /*  */
      bottom: 0;
      border-radius: 0px 0px 0 0;
      /*  */
      border-bottom: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      /*  */ }
      #link-drawer-stacks_in_6143.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        position: absolute;
        margin-top: -35px;
        border-radius: 0px 0px 0 0; }
      #link-drawer-stacks_in_6143.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        bottom: 100%; }
      #link-drawer-stacks_in_6143.link-drawer-fixed.link-drawer-bottom.toggle-left {
        border-top-left-radius: 0; }
      #link-drawer-stacks_in_6143.link-drawer-fixed.link-drawer-bottom.toggle-right {
        border-top-right-radius: 0; }
      #link-drawer-stacks_in_6143.link-drawer-fixed.link-drawer-bottom.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_6143.link-drawer-fixed.link-drawer-bottom.toggle-full .link-drawer-toggle {
          border-radius: 0px 0px 0 0; }
    #link-drawer-stacks_in_6143.link-drawer-fixed.link-drawer-top {
      /*  */
      top: 0;
      border-radius: 0 0 0px 0px;
      /*  */
      border-top: 0;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      /*  */
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      #link-drawer-stacks_in_6143.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        position: absolute;
        margin-bottom: -35px;
        border-radius: 0 0 0px 0px; }
      #link-drawer-stacks_in_6143.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        top: 100%; }
      #link-drawer-stacks_in_6143.link-drawer-fixed.link-drawer-top .link-drawer-toggle-close i {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      #link-drawer-stacks_in_6143.link-drawer-fixed.link-drawer-top.toggle-left {
        border-bottom-left-radius: 0; }
      #link-drawer-stacks_in_6143.link-drawer-fixed.link-drawer-top.toggle-right {
        border-bottom-right-radius: 0; }
      #link-drawer-stacks_in_6143.link-drawer-fixed.link-drawer-top.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_6143.link-drawer-fixed.link-drawer-top.toggle-full .link-drawer-toggle {
          border-radius: 0 0 0px 0px; }
    #link-drawer-stacks_in_6143.link-drawer-fixed.link-drawer-open {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      #link-drawer-stacks_in_6143.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      #link-drawer-stacks_in_6143.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
        display: none; }
    #link-drawer-stacks_in_6143.link-drawer-fixed.on-scroll-to, #link-drawer-stacks_in_6143.link-drawer-fixed.on-scroll-past {
      /*  */
      opacity: 0;
      visibility: hidden;
      /*  */ }
    #link-drawer-stacks_in_6143.link-drawer-fixed .link-drawer-toggle {
      border-radius: inherit;
      /*  */
      position: absolute;
      /*  */ }
  #link-drawer-stacks_in_6143.link-drawer-inline .link-drawer-list {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */ }
  #link-drawer-stacks_in_6143.link-drawer-inline:not(.link-drawer-open) .link-drawer-list {
    /*  */
    height: 0;
    border: none;
    transition-delay: 300s;
    transition: border 0.3s ease;
    /*  */ }
  #link-drawer-stacks_in_6143.link-drawer-inline .link-drawer-toggle {
    margin-bottom: 10px;
    border-radius: 0px; }
  #link-drawer-stacks_in_6143.link-drawer-inline .link-drawer-list {
    border: 0px solid rgba(195, 216, 220, 1.00);
    border-radius: 0px; }
  #link-drawer-stacks_in_6143.link-drawer-inline .link-drawer-toggle-close i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  #link-drawer-stacks_in_6143 * {
    box-sizing: border-box; }
  #link-drawer-stacks_in_6143.link-drawer-open {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    #link-drawer-stacks_in_6143.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #link-drawer-stacks_in_6143.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
      display: none; }
  #link-drawer-stacks_in_6143 .link-drawer-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    font-size: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: rgba(255, 255, 255, 1.00);
    background: rgba(120, 144, 156, 1.00); }
    #link-drawer-stacks_in_6143 .link-drawer-toggle:hover {
      color: rgba(255, 255, 255, 1.00);
      background: rgba(84, 110, 122, 1.00); }
    #link-drawer-stacks_in_6143 .link-drawer-toggle-icon-hide i {
      display: none; }
    #link-drawer-stacks_in_6143 .link-drawer-toggle .link-drawer-toggle-close {
      display: none; }
      #link-drawer-stacks_in_6143 .link-drawer-toggle .link-drawer-toggle-close i {
        font-size: 14px; }
    #link-drawer-stacks_in_6143 .link-drawer-toggle .link-drawer-toggle-open {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #link-drawer-stacks_in_6143 .link-drawer-toggle .link-drawer-toggle-open i {
        font-size: 24px; }
    #link-drawer-stacks_in_6143 .link-drawer-toggle span {
      /*  */
      font-family: "";
      /*  */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    #link-drawer-stacks_in_6143 .link-drawer-toggle i {
      margin-right: 8px; }
  #link-drawer-stacks_in_6143 .link-drawer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    /*  */ }
    #link-drawer-stacks_in_6143 .link-drawer-list div {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    #link-drawer-stacks_in_6143 .link-drawer-list .link-drawer-link {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      cursor: pointer;
      text-decoration: none;
      padding: calc(0px/2);
      /*  */
      width: 50.000000%;
      max-width: 50.000000%;
      /*  */ }
      #link-drawer-stacks_in_6143 .link-drawer-list .link-drawer-link-inner {
        padding: 30px 0px;
        border-radius: 3px;
        background: rgba(207, 216, 220, 1.00);
        /*  */
        height: 100%;
        /*  */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border: 1px solid rgba(0, 0, 0, 0.00); }
        #link-drawer-stacks_in_6143 .link-drawer-list .link-drawer-link-inner:hover {
          background: rgba(120, 144, 156, 1.00);
          border: 1px solid rgba(0, 0, 0, 0.00); }
          #link-drawer-stacks_in_6143 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-icon i {
            color: rgba(38, 50, 56, 1.00); }
          #link-drawer-stacks_in_6143 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-title {
            color: rgba(255, 255, 255, 1.00); }
      #link-drawer-stacks_in_6143 .link-drawer-list .link-drawer-link-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 0px; }
        #link-drawer-stacks_in_6143 .link-drawer-list .link-drawer-link-icon i {
          color: rgba(55, 71, 79, 1.00);
          font-size: 200px; }
        #link-drawer-stacks_in_6143 .link-drawer-list .link-drawer-link-icon .link-drawer-image {
          width: 100%;
          height: auto;
          max-width: 200px; }
      #link-drawer-stacks_in_6143 .link-drawer-list .link-drawer-link-title {
        /*  */
        font-family: "";
        /*  */
        color: rgba(113, 128, 143, 1.00);
        font-size: 18px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        text-align: center; }

@media (max-width: 480px) {
  /*  */
  #link-drawer-stacks_in_6143 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_6143 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_6143 .link-drawer-list .link-drawer-link.hide-m {
        display: none; }
      #link-drawer-stacks_in_6143 .link-drawer-list .link-drawer-link-icon i {
        font-size: 120px; }
        #link-drawer-stacks_in_6143 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 120px; }
      #link-drawer-stacks_in_6143 .link-drawer-list .link-drawer-link-title {
        font-size: 16px; }
  /*  */ }

@media (min-width: 480px) and (max-width: 768px) {
  /*  */
  #link-drawer-stacks_in_6143 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_6143 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_6143 .link-drawer-list .link-drawer-link.hide-t {
        display: none; }
      #link-drawer-stacks_in_6143 .link-drawer-list .link-drawer-link-icon i {
        font-size: 160px; }
        #link-drawer-stacks_in_6143 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 160px; }
      #link-drawer-stacks_in_6143 .link-drawer-list .link-drawer-link-title {
        font-size: 18px; }
  /*  */ }

@media (min-width: 768px) {
  /*  */
  #link-drawer-stacks_in_6143 .link-drawer-list .link-drawer-link.hide-d {
    display: none; }
  /*  */ }

#stacks_in_6145 {
	font-weight: bold;
}

#stacks_in_6147 {
	font-weight: bold;
}
#responsive-timeline-item-stacks_in_6150 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_6152 {
	font-size: 120%;
	font-weight: bold;
}
#link-drawer-stacks_in_6153 {
  max-width: 700px;
  width: calc(100% - (0px*2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  box-sizing: border-box;
  transition: all 0.3s ease; }
  #link-drawer-stacks_in_6153.toggle-full .link-drawer-toggle {
    width: calc(100% + (0px * 2)); }
  #link-drawer-stacks_in_6153.toggle-fixed .link-drawer-toggle {
    width: 150px; }
  #link-drawer-stacks_in_6153.toggle-left .link-drawer-toggle {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  #link-drawer-stacks_in_6153.toggle-center .link-drawer-toggle {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  #link-drawer-stacks_in_6153.toggle-right .link-drawer-toggle {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  #link-drawer-stacks_in_6153.link-drawer-fixed {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */
    overflow: visible;
    border: 0px solid rgba(195, 216, 220, 1.00);
    /*  */
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1000000000000000;
    /*  */ }
    #link-drawer-stacks_in_6153.link-drawer-fixed.toggle-full .link-drawer-toggle {
      box-sizing: content-box;
      left: 0;
      right: 0; }
    #link-drawer-stacks_in_6153.link-drawer-fixed.toggle-left .link-drawer-toggle {
      left: -0px; }
    #link-drawer-stacks_in_6153.link-drawer-fixed.toggle-center .link-drawer-toggle {
      left: 0;
      right: 0;
      margin: 0 auto; }
    #link-drawer-stacks_in_6153.link-drawer-fixed.toggle-right .link-drawer-toggle {
      right: -0px; }
    #link-drawer-stacks_in_6153.link-drawer-fixed.link-drawer-bottom {
      /*  */
      bottom: 0;
      border-radius: 0px 0px 0 0;
      /*  */
      border-bottom: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      /*  */ }
      #link-drawer-stacks_in_6153.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        position: absolute;
        margin-top: -35px;
        border-radius: 0px 0px 0 0; }
      #link-drawer-stacks_in_6153.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        bottom: 100%; }
      #link-drawer-stacks_in_6153.link-drawer-fixed.link-drawer-bottom.toggle-left {
        border-top-left-radius: 0; }
      #link-drawer-stacks_in_6153.link-drawer-fixed.link-drawer-bottom.toggle-right {
        border-top-right-radius: 0; }
      #link-drawer-stacks_in_6153.link-drawer-fixed.link-drawer-bottom.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_6153.link-drawer-fixed.link-drawer-bottom.toggle-full .link-drawer-toggle {
          border-radius: 0px 0px 0 0; }
    #link-drawer-stacks_in_6153.link-drawer-fixed.link-drawer-top {
      /*  */
      top: 0;
      border-radius: 0 0 0px 0px;
      /*  */
      border-top: 0;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      /*  */
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      #link-drawer-stacks_in_6153.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        position: absolute;
        margin-bottom: -35px;
        border-radius: 0 0 0px 0px; }
      #link-drawer-stacks_in_6153.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        top: 100%; }
      #link-drawer-stacks_in_6153.link-drawer-fixed.link-drawer-top .link-drawer-toggle-close i {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      #link-drawer-stacks_in_6153.link-drawer-fixed.link-drawer-top.toggle-left {
        border-bottom-left-radius: 0; }
      #link-drawer-stacks_in_6153.link-drawer-fixed.link-drawer-top.toggle-right {
        border-bottom-right-radius: 0; }
      #link-drawer-stacks_in_6153.link-drawer-fixed.link-drawer-top.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_6153.link-drawer-fixed.link-drawer-top.toggle-full .link-drawer-toggle {
          border-radius: 0 0 0px 0px; }
    #link-drawer-stacks_in_6153.link-drawer-fixed.link-drawer-open {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      #link-drawer-stacks_in_6153.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      #link-drawer-stacks_in_6153.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
        display: none; }
    #link-drawer-stacks_in_6153.link-drawer-fixed.on-scroll-to, #link-drawer-stacks_in_6153.link-drawer-fixed.on-scroll-past {
      /*  */
      opacity: 0;
      visibility: hidden;
      /*  */ }
    #link-drawer-stacks_in_6153.link-drawer-fixed .link-drawer-toggle {
      border-radius: inherit;
      /*  */
      position: absolute;
      /*  */ }
  #link-drawer-stacks_in_6153.link-drawer-inline .link-drawer-list {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */ }
  #link-drawer-stacks_in_6153.link-drawer-inline:not(.link-drawer-open) .link-drawer-list {
    /*  */
    height: 0;
    border: none;
    transition-delay: 300s;
    transition: border 0.3s ease;
    /*  */ }
  #link-drawer-stacks_in_6153.link-drawer-inline .link-drawer-toggle {
    margin-bottom: 10px;
    border-radius: 0px; }
  #link-drawer-stacks_in_6153.link-drawer-inline .link-drawer-list {
    border: 0px solid rgba(195, 216, 220, 1.00);
    border-radius: 0px; }
  #link-drawer-stacks_in_6153.link-drawer-inline .link-drawer-toggle-close i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  #link-drawer-stacks_in_6153 * {
    box-sizing: border-box; }
  #link-drawer-stacks_in_6153.link-drawer-open {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    #link-drawer-stacks_in_6153.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #link-drawer-stacks_in_6153.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
      display: none; }
  #link-drawer-stacks_in_6153 .link-drawer-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    font-size: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: rgba(255, 255, 255, 1.00);
    background: rgba(120, 144, 156, 1.00); }
    #link-drawer-stacks_in_6153 .link-drawer-toggle:hover {
      color: rgba(255, 255, 255, 1.00);
      background: rgba(84, 110, 122, 1.00); }
    #link-drawer-stacks_in_6153 .link-drawer-toggle-icon-hide i {
      display: none; }
    #link-drawer-stacks_in_6153 .link-drawer-toggle .link-drawer-toggle-close {
      display: none; }
      #link-drawer-stacks_in_6153 .link-drawer-toggle .link-drawer-toggle-close i {
        font-size: 14px; }
    #link-drawer-stacks_in_6153 .link-drawer-toggle .link-drawer-toggle-open {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #link-drawer-stacks_in_6153 .link-drawer-toggle .link-drawer-toggle-open i {
        font-size: 24px; }
    #link-drawer-stacks_in_6153 .link-drawer-toggle span {
      /*  */
      font-family: "";
      /*  */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    #link-drawer-stacks_in_6153 .link-drawer-toggle i {
      margin-right: 8px; }
  #link-drawer-stacks_in_6153 .link-drawer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    /*  */ }
    #link-drawer-stacks_in_6153 .link-drawer-list div {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    #link-drawer-stacks_in_6153 .link-drawer-list .link-drawer-link {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      cursor: pointer;
      text-decoration: none;
      padding: calc(0px/2);
      /*  */
      width: 50.000000%;
      max-width: 50.000000%;
      /*  */ }
      #link-drawer-stacks_in_6153 .link-drawer-list .link-drawer-link-inner {
        padding: 30px 0px;
        border-radius: 3px;
        background: rgba(207, 216, 220, 1.00);
        /*  */
        height: 100%;
        /*  */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border: 1px solid rgba(0, 0, 0, 0.00); }
        #link-drawer-stacks_in_6153 .link-drawer-list .link-drawer-link-inner:hover {
          background: rgba(120, 144, 156, 1.00);
          border: 1px solid rgba(0, 0, 0, 0.00); }
          #link-drawer-stacks_in_6153 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-icon i {
            color: rgba(38, 50, 56, 1.00); }
          #link-drawer-stacks_in_6153 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-title {
            color: rgba(255, 255, 255, 1.00); }
      #link-drawer-stacks_in_6153 .link-drawer-list .link-drawer-link-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 0px; }
        #link-drawer-stacks_in_6153 .link-drawer-list .link-drawer-link-icon i {
          color: rgba(55, 71, 79, 1.00);
          font-size: 200px; }
        #link-drawer-stacks_in_6153 .link-drawer-list .link-drawer-link-icon .link-drawer-image {
          width: 100%;
          height: auto;
          max-width: 200px; }
      #link-drawer-stacks_in_6153 .link-drawer-list .link-drawer-link-title {
        /*  */
        font-family: "";
        /*  */
        color: rgba(113, 128, 143, 1.00);
        font-size: 18px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        text-align: center; }

@media (max-width: 480px) {
  /*  */
  #link-drawer-stacks_in_6153 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_6153 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_6153 .link-drawer-list .link-drawer-link.hide-m {
        display: none; }
      #link-drawer-stacks_in_6153 .link-drawer-list .link-drawer-link-icon i {
        font-size: 120px; }
        #link-drawer-stacks_in_6153 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 120px; }
      #link-drawer-stacks_in_6153 .link-drawer-list .link-drawer-link-title {
        font-size: 16px; }
  /*  */ }

@media (min-width: 480px) and (max-width: 768px) {
  /*  */
  #link-drawer-stacks_in_6153 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_6153 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_6153 .link-drawer-list .link-drawer-link.hide-t {
        display: none; }
      #link-drawer-stacks_in_6153 .link-drawer-list .link-drawer-link-icon i {
        font-size: 160px; }
        #link-drawer-stacks_in_6153 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 160px; }
      #link-drawer-stacks_in_6153 .link-drawer-list .link-drawer-link-title {
        font-size: 18px; }
  /*  */ }

@media (min-width: 768px) {
  /*  */
  #link-drawer-stacks_in_6153 .link-drawer-list .link-drawer-link.hide-d {
    display: none; }
  /*  */ }

#stacks_in_6155 {
	font-weight: bold;
}

#stacks_in_6157 {
	font-weight: bold;
}
#responsive-timeline-item-stacks_in_6160 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_6162 {
	font-size: 120%;
	font-weight: bold;
}
#link-drawer-stacks_in_6163 {
  max-width: 700px;
  width: calc(100% - (0px*2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  box-sizing: border-box;
  transition: all 0.3s ease; }
  #link-drawer-stacks_in_6163.toggle-full .link-drawer-toggle {
    width: calc(100% + (0px * 2)); }
  #link-drawer-stacks_in_6163.toggle-fixed .link-drawer-toggle {
    width: 150px; }
  #link-drawer-stacks_in_6163.toggle-left .link-drawer-toggle {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  #link-drawer-stacks_in_6163.toggle-center .link-drawer-toggle {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  #link-drawer-stacks_in_6163.toggle-right .link-drawer-toggle {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  #link-drawer-stacks_in_6163.link-drawer-fixed {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */
    overflow: visible;
    border: 0px solid rgba(195, 216, 220, 1.00);
    /*  */
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1000000000000000;
    /*  */ }
    #link-drawer-stacks_in_6163.link-drawer-fixed.toggle-full .link-drawer-toggle {
      box-sizing: content-box;
      left: 0;
      right: 0; }
    #link-drawer-stacks_in_6163.link-drawer-fixed.toggle-left .link-drawer-toggle {
      left: -0px; }
    #link-drawer-stacks_in_6163.link-drawer-fixed.toggle-center .link-drawer-toggle {
      left: 0;
      right: 0;
      margin: 0 auto; }
    #link-drawer-stacks_in_6163.link-drawer-fixed.toggle-right .link-drawer-toggle {
      right: -0px; }
    #link-drawer-stacks_in_6163.link-drawer-fixed.link-drawer-bottom {
      /*  */
      bottom: 0;
      border-radius: 0px 0px 0 0;
      /*  */
      border-bottom: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      /*  */ }
      #link-drawer-stacks_in_6163.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        position: absolute;
        margin-top: -35px;
        border-radius: 0px 0px 0 0; }
      #link-drawer-stacks_in_6163.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        bottom: 100%; }
      #link-drawer-stacks_in_6163.link-drawer-fixed.link-drawer-bottom.toggle-left {
        border-top-left-radius: 0; }
      #link-drawer-stacks_in_6163.link-drawer-fixed.link-drawer-bottom.toggle-right {
        border-top-right-radius: 0; }
      #link-drawer-stacks_in_6163.link-drawer-fixed.link-drawer-bottom.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_6163.link-drawer-fixed.link-drawer-bottom.toggle-full .link-drawer-toggle {
          border-radius: 0px 0px 0 0; }
    #link-drawer-stacks_in_6163.link-drawer-fixed.link-drawer-top {
      /*  */
      top: 0;
      border-radius: 0 0 0px 0px;
      /*  */
      border-top: 0;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      /*  */
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      #link-drawer-stacks_in_6163.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        position: absolute;
        margin-bottom: -35px;
        border-radius: 0 0 0px 0px; }
      #link-drawer-stacks_in_6163.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        top: 100%; }
      #link-drawer-stacks_in_6163.link-drawer-fixed.link-drawer-top .link-drawer-toggle-close i {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      #link-drawer-stacks_in_6163.link-drawer-fixed.link-drawer-top.toggle-left {
        border-bottom-left-radius: 0; }
      #link-drawer-stacks_in_6163.link-drawer-fixed.link-drawer-top.toggle-right {
        border-bottom-right-radius: 0; }
      #link-drawer-stacks_in_6163.link-drawer-fixed.link-drawer-top.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_6163.link-drawer-fixed.link-drawer-top.toggle-full .link-drawer-toggle {
          border-radius: 0 0 0px 0px; }
    #link-drawer-stacks_in_6163.link-drawer-fixed.link-drawer-open {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      #link-drawer-stacks_in_6163.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      #link-drawer-stacks_in_6163.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
        display: none; }
    #link-drawer-stacks_in_6163.link-drawer-fixed.on-scroll-to, #link-drawer-stacks_in_6163.link-drawer-fixed.on-scroll-past {
      /*  */
      opacity: 0;
      visibility: hidden;
      /*  */ }
    #link-drawer-stacks_in_6163.link-drawer-fixed .link-drawer-toggle {
      border-radius: inherit;
      /*  */
      position: absolute;
      /*  */ }
  #link-drawer-stacks_in_6163.link-drawer-inline .link-drawer-list {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */ }
  #link-drawer-stacks_in_6163.link-drawer-inline:not(.link-drawer-open) .link-drawer-list {
    /*  */
    height: 0;
    border: none;
    transition-delay: 300s;
    transition: border 0.3s ease;
    /*  */ }
  #link-drawer-stacks_in_6163.link-drawer-inline .link-drawer-toggle {
    margin-bottom: 10px;
    border-radius: 0px; }
  #link-drawer-stacks_in_6163.link-drawer-inline .link-drawer-list {
    border: 0px solid rgba(195, 216, 220, 1.00);
    border-radius: 0px; }
  #link-drawer-stacks_in_6163.link-drawer-inline .link-drawer-toggle-close i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  #link-drawer-stacks_in_6163 * {
    box-sizing: border-box; }
  #link-drawer-stacks_in_6163.link-drawer-open {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    #link-drawer-stacks_in_6163.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #link-drawer-stacks_in_6163.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
      display: none; }
  #link-drawer-stacks_in_6163 .link-drawer-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    font-size: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: rgba(255, 255, 255, 1.00);
    background: rgba(120, 144, 156, 1.00); }
    #link-drawer-stacks_in_6163 .link-drawer-toggle:hover {
      color: rgba(255, 255, 255, 1.00);
      background: rgba(84, 110, 122, 1.00); }
    #link-drawer-stacks_in_6163 .link-drawer-toggle-icon-hide i {
      display: none; }
    #link-drawer-stacks_in_6163 .link-drawer-toggle .link-drawer-toggle-close {
      display: none; }
      #link-drawer-stacks_in_6163 .link-drawer-toggle .link-drawer-toggle-close i {
        font-size: 14px; }
    #link-drawer-stacks_in_6163 .link-drawer-toggle .link-drawer-toggle-open {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #link-drawer-stacks_in_6163 .link-drawer-toggle .link-drawer-toggle-open i {
        font-size: 24px; }
    #link-drawer-stacks_in_6163 .link-drawer-toggle span {
      /*  */
      font-family: "";
      /*  */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    #link-drawer-stacks_in_6163 .link-drawer-toggle i {
      margin-right: 8px; }
  #link-drawer-stacks_in_6163 .link-drawer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    /*  */ }
    #link-drawer-stacks_in_6163 .link-drawer-list div {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    #link-drawer-stacks_in_6163 .link-drawer-list .link-drawer-link {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      cursor: pointer;
      text-decoration: none;
      padding: calc(0px/2);
      /*  */
      width: 50.000000%;
      max-width: 50.000000%;
      /*  */ }
      #link-drawer-stacks_in_6163 .link-drawer-list .link-drawer-link-inner {
        padding: 30px 0px;
        border-radius: 3px;
        background: rgba(207, 216, 220, 1.00);
        /*  */
        height: 100%;
        /*  */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border: 1px solid rgba(0, 0, 0, 0.00); }
        #link-drawer-stacks_in_6163 .link-drawer-list .link-drawer-link-inner:hover {
          background: rgba(120, 144, 156, 1.00);
          border: 1px solid rgba(0, 0, 0, 0.00); }
          #link-drawer-stacks_in_6163 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-icon i {
            color: rgba(38, 50, 56, 1.00); }
          #link-drawer-stacks_in_6163 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-title {
            color: rgba(255, 255, 255, 1.00); }
      #link-drawer-stacks_in_6163 .link-drawer-list .link-drawer-link-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 0px; }
        #link-drawer-stacks_in_6163 .link-drawer-list .link-drawer-link-icon i {
          color: rgba(55, 71, 79, 1.00);
          font-size: 200px; }
        #link-drawer-stacks_in_6163 .link-drawer-list .link-drawer-link-icon .link-drawer-image {
          width: 100%;
          height: auto;
          max-width: 200px; }
      #link-drawer-stacks_in_6163 .link-drawer-list .link-drawer-link-title {
        /*  */
        font-family: "";
        /*  */
        color: rgba(113, 128, 143, 1.00);
        font-size: 18px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        text-align: center; }

@media (max-width: 480px) {
  /*  */
  #link-drawer-stacks_in_6163 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_6163 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_6163 .link-drawer-list .link-drawer-link.hide-m {
        display: none; }
      #link-drawer-stacks_in_6163 .link-drawer-list .link-drawer-link-icon i {
        font-size: 120px; }
        #link-drawer-stacks_in_6163 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 120px; }
      #link-drawer-stacks_in_6163 .link-drawer-list .link-drawer-link-title {
        font-size: 16px; }
  /*  */ }

@media (min-width: 480px) and (max-width: 768px) {
  /*  */
  #link-drawer-stacks_in_6163 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_6163 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_6163 .link-drawer-list .link-drawer-link.hide-t {
        display: none; }
      #link-drawer-stacks_in_6163 .link-drawer-list .link-drawer-link-icon i {
        font-size: 160px; }
        #link-drawer-stacks_in_6163 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 160px; }
      #link-drawer-stacks_in_6163 .link-drawer-list .link-drawer-link-title {
        font-size: 18px; }
  /*  */ }

@media (min-width: 768px) {
  /*  */
  #link-drawer-stacks_in_6163 .link-drawer-list .link-drawer-link.hide-d {
    display: none; }
  /*  */ }

#stacks_in_6165 {
	font-weight: bold;
}

#stacks_in_6167 {
	font-weight: bold;
}
#responsive-timeline-item-stacks_in_6170 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_6172 {
	font-size: 120%;
	font-weight: bold;
}
#link-drawer-stacks_in_6173 {
  max-width: 700px;
  width: calc(100% - (0px*2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  box-sizing: border-box;
  transition: all 0.3s ease; }
  #link-drawer-stacks_in_6173.toggle-full .link-drawer-toggle {
    width: calc(100% + (0px * 2)); }
  #link-drawer-stacks_in_6173.toggle-fixed .link-drawer-toggle {
    width: 150px; }
  #link-drawer-stacks_in_6173.toggle-left .link-drawer-toggle {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  #link-drawer-stacks_in_6173.toggle-center .link-drawer-toggle {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  #link-drawer-stacks_in_6173.toggle-right .link-drawer-toggle {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  #link-drawer-stacks_in_6173.link-drawer-fixed {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */
    overflow: visible;
    border: 0px solid rgba(195, 216, 220, 1.00);
    /*  */
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1000000000000000;
    /*  */ }
    #link-drawer-stacks_in_6173.link-drawer-fixed.toggle-full .link-drawer-toggle {
      box-sizing: content-box;
      left: 0;
      right: 0; }
    #link-drawer-stacks_in_6173.link-drawer-fixed.toggle-left .link-drawer-toggle {
      left: -0px; }
    #link-drawer-stacks_in_6173.link-drawer-fixed.toggle-center .link-drawer-toggle {
      left: 0;
      right: 0;
      margin: 0 auto; }
    #link-drawer-stacks_in_6173.link-drawer-fixed.toggle-right .link-drawer-toggle {
      right: -0px; }
    #link-drawer-stacks_in_6173.link-drawer-fixed.link-drawer-bottom {
      /*  */
      bottom: 0;
      border-radius: 0px 0px 0 0;
      /*  */
      border-bottom: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      /*  */ }
      #link-drawer-stacks_in_6173.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        position: absolute;
        margin-top: -35px;
        border-radius: 0px 0px 0 0; }
      #link-drawer-stacks_in_6173.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        bottom: 100%; }
      #link-drawer-stacks_in_6173.link-drawer-fixed.link-drawer-bottom.toggle-left {
        border-top-left-radius: 0; }
      #link-drawer-stacks_in_6173.link-drawer-fixed.link-drawer-bottom.toggle-right {
        border-top-right-radius: 0; }
      #link-drawer-stacks_in_6173.link-drawer-fixed.link-drawer-bottom.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_6173.link-drawer-fixed.link-drawer-bottom.toggle-full .link-drawer-toggle {
          border-radius: 0px 0px 0 0; }
    #link-drawer-stacks_in_6173.link-drawer-fixed.link-drawer-top {
      /*  */
      top: 0;
      border-radius: 0 0 0px 0px;
      /*  */
      border-top: 0;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      /*  */
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      #link-drawer-stacks_in_6173.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        position: absolute;
        margin-bottom: -35px;
        border-radius: 0 0 0px 0px; }
      #link-drawer-stacks_in_6173.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        top: 100%; }
      #link-drawer-stacks_in_6173.link-drawer-fixed.link-drawer-top .link-drawer-toggle-close i {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      #link-drawer-stacks_in_6173.link-drawer-fixed.link-drawer-top.toggle-left {
        border-bottom-left-radius: 0; }
      #link-drawer-stacks_in_6173.link-drawer-fixed.link-drawer-top.toggle-right {
        border-bottom-right-radius: 0; }
      #link-drawer-stacks_in_6173.link-drawer-fixed.link-drawer-top.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_6173.link-drawer-fixed.link-drawer-top.toggle-full .link-drawer-toggle {
          border-radius: 0 0 0px 0px; }
    #link-drawer-stacks_in_6173.link-drawer-fixed.link-drawer-open {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      #link-drawer-stacks_in_6173.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      #link-drawer-stacks_in_6173.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
        display: none; }
    #link-drawer-stacks_in_6173.link-drawer-fixed.on-scroll-to, #link-drawer-stacks_in_6173.link-drawer-fixed.on-scroll-past {
      /*  */
      opacity: 0;
      visibility: hidden;
      /*  */ }
    #link-drawer-stacks_in_6173.link-drawer-fixed .link-drawer-toggle {
      border-radius: inherit;
      /*  */
      position: absolute;
      /*  */ }
  #link-drawer-stacks_in_6173.link-drawer-inline .link-drawer-list {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */ }
  #link-drawer-stacks_in_6173.link-drawer-inline:not(.link-drawer-open) .link-drawer-list {
    /*  */
    height: 0;
    border: none;
    transition-delay: 300s;
    transition: border 0.3s ease;
    /*  */ }
  #link-drawer-stacks_in_6173.link-drawer-inline .link-drawer-toggle {
    margin-bottom: 10px;
    border-radius: 0px; }
  #link-drawer-stacks_in_6173.link-drawer-inline .link-drawer-list {
    border: 0px solid rgba(195, 216, 220, 1.00);
    border-radius: 0px; }
  #link-drawer-stacks_in_6173.link-drawer-inline .link-drawer-toggle-close i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  #link-drawer-stacks_in_6173 * {
    box-sizing: border-box; }
  #link-drawer-stacks_in_6173.link-drawer-open {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    #link-drawer-stacks_in_6173.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #link-drawer-stacks_in_6173.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
      display: none; }
  #link-drawer-stacks_in_6173 .link-drawer-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    font-size: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: rgba(255, 255, 255, 1.00);
    background: rgba(120, 144, 156, 1.00); }
    #link-drawer-stacks_in_6173 .link-drawer-toggle:hover {
      color: rgba(255, 255, 255, 1.00);
      background: rgba(84, 110, 122, 1.00); }
    #link-drawer-stacks_in_6173 .link-drawer-toggle-icon-hide i {
      display: none; }
    #link-drawer-stacks_in_6173 .link-drawer-toggle .link-drawer-toggle-close {
      display: none; }
      #link-drawer-stacks_in_6173 .link-drawer-toggle .link-drawer-toggle-close i {
        font-size: 14px; }
    #link-drawer-stacks_in_6173 .link-drawer-toggle .link-drawer-toggle-open {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #link-drawer-stacks_in_6173 .link-drawer-toggle .link-drawer-toggle-open i {
        font-size: 24px; }
    #link-drawer-stacks_in_6173 .link-drawer-toggle span {
      /*  */
      font-family: "";
      /*  */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    #link-drawer-stacks_in_6173 .link-drawer-toggle i {
      margin-right: 8px; }
  #link-drawer-stacks_in_6173 .link-drawer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    /*  */ }
    #link-drawer-stacks_in_6173 .link-drawer-list div {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    #link-drawer-stacks_in_6173 .link-drawer-list .link-drawer-link {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      cursor: pointer;
      text-decoration: none;
      padding: calc(0px/2);
      /*  */
      width: 50.000000%;
      max-width: 50.000000%;
      /*  */ }
      #link-drawer-stacks_in_6173 .link-drawer-list .link-drawer-link-inner {
        padding: 30px 0px;
        border-radius: 3px;
        background: rgba(207, 216, 220, 1.00);
        /*  */
        height: 100%;
        /*  */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border: 1px solid rgba(0, 0, 0, 0.00); }
        #link-drawer-stacks_in_6173 .link-drawer-list .link-drawer-link-inner:hover {
          background: rgba(120, 144, 156, 1.00);
          border: 1px solid rgba(0, 0, 0, 0.00); }
          #link-drawer-stacks_in_6173 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-icon i {
            color: rgba(38, 50, 56, 1.00); }
          #link-drawer-stacks_in_6173 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-title {
            color: rgba(255, 255, 255, 1.00); }
      #link-drawer-stacks_in_6173 .link-drawer-list .link-drawer-link-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 0px; }
        #link-drawer-stacks_in_6173 .link-drawer-list .link-drawer-link-icon i {
          color: rgba(55, 71, 79, 1.00);
          font-size: 200px; }
        #link-drawer-stacks_in_6173 .link-drawer-list .link-drawer-link-icon .link-drawer-image {
          width: 100%;
          height: auto;
          max-width: 200px; }
      #link-drawer-stacks_in_6173 .link-drawer-list .link-drawer-link-title {
        /*  */
        font-family: "";
        /*  */
        color: rgba(113, 128, 143, 1.00);
        font-size: 18px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        text-align: center; }

@media (max-width: 480px) {
  /*  */
  #link-drawer-stacks_in_6173 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_6173 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_6173 .link-drawer-list .link-drawer-link.hide-m {
        display: none; }
      #link-drawer-stacks_in_6173 .link-drawer-list .link-drawer-link-icon i {
        font-size: 120px; }
        #link-drawer-stacks_in_6173 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 120px; }
      #link-drawer-stacks_in_6173 .link-drawer-list .link-drawer-link-title {
        font-size: 16px; }
  /*  */ }

@media (min-width: 480px) and (max-width: 768px) {
  /*  */
  #link-drawer-stacks_in_6173 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_6173 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_6173 .link-drawer-list .link-drawer-link.hide-t {
        display: none; }
      #link-drawer-stacks_in_6173 .link-drawer-list .link-drawer-link-icon i {
        font-size: 160px; }
        #link-drawer-stacks_in_6173 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 160px; }
      #link-drawer-stacks_in_6173 .link-drawer-list .link-drawer-link-title {
        font-size: 18px; }
  /*  */ }

@media (min-width: 768px) {
  /*  */
  #link-drawer-stacks_in_6173 .link-drawer-list .link-drawer-link.hide-d {
    display: none; }
  /*  */ }

#stacks_in_6175 {
	font-weight: bold;
}

#stacks_in_6177 {
	font-weight: bold;
}
#responsive-timeline-item-stacks_in_6180 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_6182 {
	font-size: 120%;
	font-weight: bold;
}
#link-drawer-stacks_in_6183 {
  max-width: 700px;
  width: calc(100% - (0px*2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  box-sizing: border-box;
  transition: all 0.3s ease; }
  #link-drawer-stacks_in_6183.toggle-full .link-drawer-toggle {
    width: calc(100% + (0px * 2)); }
  #link-drawer-stacks_in_6183.toggle-fixed .link-drawer-toggle {
    width: 150px; }
  #link-drawer-stacks_in_6183.toggle-left .link-drawer-toggle {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  #link-drawer-stacks_in_6183.toggle-center .link-drawer-toggle {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  #link-drawer-stacks_in_6183.toggle-right .link-drawer-toggle {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  #link-drawer-stacks_in_6183.link-drawer-fixed {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */
    overflow: visible;
    border: 0px solid rgba(195, 216, 220, 1.00);
    /*  */
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1000000000000000;
    /*  */ }
    #link-drawer-stacks_in_6183.link-drawer-fixed.toggle-full .link-drawer-toggle {
      box-sizing: content-box;
      left: 0;
      right: 0; }
    #link-drawer-stacks_in_6183.link-drawer-fixed.toggle-left .link-drawer-toggle {
      left: -0px; }
    #link-drawer-stacks_in_6183.link-drawer-fixed.toggle-center .link-drawer-toggle {
      left: 0;
      right: 0;
      margin: 0 auto; }
    #link-drawer-stacks_in_6183.link-drawer-fixed.toggle-right .link-drawer-toggle {
      right: -0px; }
    #link-drawer-stacks_in_6183.link-drawer-fixed.link-drawer-bottom {
      /*  */
      bottom: 0;
      border-radius: 0px 0px 0 0;
      /*  */
      border-bottom: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      /*  */ }
      #link-drawer-stacks_in_6183.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        position: absolute;
        margin-top: -35px;
        border-radius: 0px 0px 0 0; }
      #link-drawer-stacks_in_6183.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        bottom: 100%; }
      #link-drawer-stacks_in_6183.link-drawer-fixed.link-drawer-bottom.toggle-left {
        border-top-left-radius: 0; }
      #link-drawer-stacks_in_6183.link-drawer-fixed.link-drawer-bottom.toggle-right {
        border-top-right-radius: 0; }
      #link-drawer-stacks_in_6183.link-drawer-fixed.link-drawer-bottom.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_6183.link-drawer-fixed.link-drawer-bottom.toggle-full .link-drawer-toggle {
          border-radius: 0px 0px 0 0; }
    #link-drawer-stacks_in_6183.link-drawer-fixed.link-drawer-top {
      /*  */
      top: 0;
      border-radius: 0 0 0px 0px;
      /*  */
      border-top: 0;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      /*  */
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      #link-drawer-stacks_in_6183.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        position: absolute;
        margin-bottom: -35px;
        border-radius: 0 0 0px 0px; }
      #link-drawer-stacks_in_6183.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        top: 100%; }
      #link-drawer-stacks_in_6183.link-drawer-fixed.link-drawer-top .link-drawer-toggle-close i {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      #link-drawer-stacks_in_6183.link-drawer-fixed.link-drawer-top.toggle-left {
        border-bottom-left-radius: 0; }
      #link-drawer-stacks_in_6183.link-drawer-fixed.link-drawer-top.toggle-right {
        border-bottom-right-radius: 0; }
      #link-drawer-stacks_in_6183.link-drawer-fixed.link-drawer-top.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_6183.link-drawer-fixed.link-drawer-top.toggle-full .link-drawer-toggle {
          border-radius: 0 0 0px 0px; }
    #link-drawer-stacks_in_6183.link-drawer-fixed.link-drawer-open {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      #link-drawer-stacks_in_6183.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      #link-drawer-stacks_in_6183.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
        display: none; }
    #link-drawer-stacks_in_6183.link-drawer-fixed.on-scroll-to, #link-drawer-stacks_in_6183.link-drawer-fixed.on-scroll-past {
      /*  */
      opacity: 0;
      visibility: hidden;
      /*  */ }
    #link-drawer-stacks_in_6183.link-drawer-fixed .link-drawer-toggle {
      border-radius: inherit;
      /*  */
      position: absolute;
      /*  */ }
  #link-drawer-stacks_in_6183.link-drawer-inline .link-drawer-list {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */ }
  #link-drawer-stacks_in_6183.link-drawer-inline:not(.link-drawer-open) .link-drawer-list {
    /*  */
    height: 0;
    border: none;
    transition-delay: 300s;
    transition: border 0.3s ease;
    /*  */ }
  #link-drawer-stacks_in_6183.link-drawer-inline .link-drawer-toggle {
    margin-bottom: 10px;
    border-radius: 0px; }
  #link-drawer-stacks_in_6183.link-drawer-inline .link-drawer-list {
    border: 0px solid rgba(195, 216, 220, 1.00);
    border-radius: 0px; }
  #link-drawer-stacks_in_6183.link-drawer-inline .link-drawer-toggle-close i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  #link-drawer-stacks_in_6183 * {
    box-sizing: border-box; }
  #link-drawer-stacks_in_6183.link-drawer-open {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    #link-drawer-stacks_in_6183.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #link-drawer-stacks_in_6183.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
      display: none; }
  #link-drawer-stacks_in_6183 .link-drawer-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    font-size: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: rgba(255, 255, 255, 1.00);
    background: rgba(120, 144, 156, 1.00); }
    #link-drawer-stacks_in_6183 .link-drawer-toggle:hover {
      color: rgba(255, 255, 255, 1.00);
      background: rgba(84, 110, 122, 1.00); }
    #link-drawer-stacks_in_6183 .link-drawer-toggle-icon-hide i {
      display: none; }
    #link-drawer-stacks_in_6183 .link-drawer-toggle .link-drawer-toggle-close {
      display: none; }
      #link-drawer-stacks_in_6183 .link-drawer-toggle .link-drawer-toggle-close i {
        font-size: 14px; }
    #link-drawer-stacks_in_6183 .link-drawer-toggle .link-drawer-toggle-open {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #link-drawer-stacks_in_6183 .link-drawer-toggle .link-drawer-toggle-open i {
        font-size: 24px; }
    #link-drawer-stacks_in_6183 .link-drawer-toggle span {
      /*  */
      font-family: "";
      /*  */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    #link-drawer-stacks_in_6183 .link-drawer-toggle i {
      margin-right: 8px; }
  #link-drawer-stacks_in_6183 .link-drawer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    /*  */ }
    #link-drawer-stacks_in_6183 .link-drawer-list div {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    #link-drawer-stacks_in_6183 .link-drawer-list .link-drawer-link {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      cursor: pointer;
      text-decoration: none;
      padding: calc(0px/2);
      /*  */
      width: 50.000000%;
      max-width: 50.000000%;
      /*  */ }
      #link-drawer-stacks_in_6183 .link-drawer-list .link-drawer-link-inner {
        padding: 30px 0px;
        border-radius: 3px;
        background: rgba(207, 216, 220, 1.00);
        /*  */
        height: 100%;
        /*  */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border: 1px solid rgba(0, 0, 0, 0.00); }
        #link-drawer-stacks_in_6183 .link-drawer-list .link-drawer-link-inner:hover {
          background: rgba(120, 144, 156, 1.00);
          border: 1px solid rgba(0, 0, 0, 0.00); }
          #link-drawer-stacks_in_6183 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-icon i {
            color: rgba(38, 50, 56, 1.00); }
          #link-drawer-stacks_in_6183 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-title {
            color: rgba(255, 255, 255, 1.00); }
      #link-drawer-stacks_in_6183 .link-drawer-list .link-drawer-link-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 0px; }
        #link-drawer-stacks_in_6183 .link-drawer-list .link-drawer-link-icon i {
          color: rgba(55, 71, 79, 1.00);
          font-size: 200px; }
        #link-drawer-stacks_in_6183 .link-drawer-list .link-drawer-link-icon .link-drawer-image {
          width: 100%;
          height: auto;
          max-width: 200px; }
      #link-drawer-stacks_in_6183 .link-drawer-list .link-drawer-link-title {
        /*  */
        font-family: "";
        /*  */
        color: rgba(113, 128, 143, 1.00);
        font-size: 18px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        text-align: center; }

@media (max-width: 480px) {
  /*  */
  #link-drawer-stacks_in_6183 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_6183 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_6183 .link-drawer-list .link-drawer-link.hide-m {
        display: none; }
      #link-drawer-stacks_in_6183 .link-drawer-list .link-drawer-link-icon i {
        font-size: 120px; }
        #link-drawer-stacks_in_6183 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 120px; }
      #link-drawer-stacks_in_6183 .link-drawer-list .link-drawer-link-title {
        font-size: 16px; }
  /*  */ }

@media (min-width: 480px) and (max-width: 768px) {
  /*  */
  #link-drawer-stacks_in_6183 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_6183 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_6183 .link-drawer-list .link-drawer-link.hide-t {
        display: none; }
      #link-drawer-stacks_in_6183 .link-drawer-list .link-drawer-link-icon i {
        font-size: 160px; }
        #link-drawer-stacks_in_6183 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 160px; }
      #link-drawer-stacks_in_6183 .link-drawer-list .link-drawer-link-title {
        font-size: 18px; }
  /*  */ }

@media (min-width: 768px) {
  /*  */
  #link-drawer-stacks_in_6183 .link-drawer-list .link-drawer-link.hide-d {
    display: none; }
  /*  */ }

#stacks_in_6185 {
	font-weight: bold;
}

#stacks_in_6187 {
	font-weight: bold;
}
#responsive-timeline-item-stacks_in_6206 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_6208 {
	font-size: 120%;
	font-weight: bold;
}
#link-drawer-stacks_in_6209 {
  max-width: 700px;
  width: calc(100% - (0px*2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  box-sizing: border-box;
  transition: all 0.3s ease; }
  #link-drawer-stacks_in_6209.toggle-full .link-drawer-toggle {
    width: calc(100% + (0px * 2)); }
  #link-drawer-stacks_in_6209.toggle-fixed .link-drawer-toggle {
    width: 150px; }
  #link-drawer-stacks_in_6209.toggle-left .link-drawer-toggle {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  #link-drawer-stacks_in_6209.toggle-center .link-drawer-toggle {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  #link-drawer-stacks_in_6209.toggle-right .link-drawer-toggle {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  #link-drawer-stacks_in_6209.link-drawer-fixed {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */
    overflow: visible;
    border: 0px solid rgba(195, 216, 220, 1.00);
    /*  */
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1000000000000000;
    /*  */ }
    #link-drawer-stacks_in_6209.link-drawer-fixed.toggle-full .link-drawer-toggle {
      box-sizing: content-box;
      left: 0;
      right: 0; }
    #link-drawer-stacks_in_6209.link-drawer-fixed.toggle-left .link-drawer-toggle {
      left: -0px; }
    #link-drawer-stacks_in_6209.link-drawer-fixed.toggle-center .link-drawer-toggle {
      left: 0;
      right: 0;
      margin: 0 auto; }
    #link-drawer-stacks_in_6209.link-drawer-fixed.toggle-right .link-drawer-toggle {
      right: -0px; }
    #link-drawer-stacks_in_6209.link-drawer-fixed.link-drawer-bottom {
      /*  */
      bottom: 0;
      border-radius: 0px 0px 0 0;
      /*  */
      border-bottom: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      /*  */ }
      #link-drawer-stacks_in_6209.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        position: absolute;
        margin-top: -35px;
        border-radius: 0px 0px 0 0; }
      #link-drawer-stacks_in_6209.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        bottom: 100%; }
      #link-drawer-stacks_in_6209.link-drawer-fixed.link-drawer-bottom.toggle-left {
        border-top-left-radius: 0; }
      #link-drawer-stacks_in_6209.link-drawer-fixed.link-drawer-bottom.toggle-right {
        border-top-right-radius: 0; }
      #link-drawer-stacks_in_6209.link-drawer-fixed.link-drawer-bottom.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_6209.link-drawer-fixed.link-drawer-bottom.toggle-full .link-drawer-toggle {
          border-radius: 0px 0px 0 0; }
    #link-drawer-stacks_in_6209.link-drawer-fixed.link-drawer-top {
      /*  */
      top: 0;
      border-radius: 0 0 0px 0px;
      /*  */
      border-top: 0;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      /*  */
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      #link-drawer-stacks_in_6209.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        position: absolute;
        margin-bottom: -35px;
        border-radius: 0 0 0px 0px; }
      #link-drawer-stacks_in_6209.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        top: 100%; }
      #link-drawer-stacks_in_6209.link-drawer-fixed.link-drawer-top .link-drawer-toggle-close i {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      #link-drawer-stacks_in_6209.link-drawer-fixed.link-drawer-top.toggle-left {
        border-bottom-left-radius: 0; }
      #link-drawer-stacks_in_6209.link-drawer-fixed.link-drawer-top.toggle-right {
        border-bottom-right-radius: 0; }
      #link-drawer-stacks_in_6209.link-drawer-fixed.link-drawer-top.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_6209.link-drawer-fixed.link-drawer-top.toggle-full .link-drawer-toggle {
          border-radius: 0 0 0px 0px; }
    #link-drawer-stacks_in_6209.link-drawer-fixed.link-drawer-open {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      #link-drawer-stacks_in_6209.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      #link-drawer-stacks_in_6209.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
        display: none; }
    #link-drawer-stacks_in_6209.link-drawer-fixed.on-scroll-to, #link-drawer-stacks_in_6209.link-drawer-fixed.on-scroll-past {
      /*  */
      opacity: 0;
      visibility: hidden;
      /*  */ }
    #link-drawer-stacks_in_6209.link-drawer-fixed .link-drawer-toggle {
      border-radius: inherit;
      /*  */
      position: absolute;
      /*  */ }
  #link-drawer-stacks_in_6209.link-drawer-inline .link-drawer-list {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */ }
  #link-drawer-stacks_in_6209.link-drawer-inline:not(.link-drawer-open) .link-drawer-list {
    /*  */
    height: 0;
    border: none;
    transition-delay: 300s;
    transition: border 0.3s ease;
    /*  */ }
  #link-drawer-stacks_in_6209.link-drawer-inline .link-drawer-toggle {
    margin-bottom: 10px;
    border-radius: 0px; }
  #link-drawer-stacks_in_6209.link-drawer-inline .link-drawer-list {
    border: 0px solid rgba(195, 216, 220, 1.00);
    border-radius: 0px; }
  #link-drawer-stacks_in_6209.link-drawer-inline .link-drawer-toggle-close i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  #link-drawer-stacks_in_6209 * {
    box-sizing: border-box; }
  #link-drawer-stacks_in_6209.link-drawer-open {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    #link-drawer-stacks_in_6209.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #link-drawer-stacks_in_6209.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
      display: none; }
  #link-drawer-stacks_in_6209 .link-drawer-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    font-size: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: rgba(255, 255, 255, 1.00);
    background: rgba(120, 144, 156, 1.00); }
    #link-drawer-stacks_in_6209 .link-drawer-toggle:hover {
      color: rgba(255, 255, 255, 1.00);
      background: rgba(84, 110, 122, 1.00); }
    #link-drawer-stacks_in_6209 .link-drawer-toggle-icon-hide i {
      display: none; }
    #link-drawer-stacks_in_6209 .link-drawer-toggle .link-drawer-toggle-close {
      display: none; }
      #link-drawer-stacks_in_6209 .link-drawer-toggle .link-drawer-toggle-close i {
        font-size: 14px; }
    #link-drawer-stacks_in_6209 .link-drawer-toggle .link-drawer-toggle-open {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #link-drawer-stacks_in_6209 .link-drawer-toggle .link-drawer-toggle-open i {
        font-size: 24px; }
    #link-drawer-stacks_in_6209 .link-drawer-toggle span {
      /*  */
      font-family: "";
      /*  */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    #link-drawer-stacks_in_6209 .link-drawer-toggle i {
      margin-right: 8px; }
  #link-drawer-stacks_in_6209 .link-drawer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    /*  */ }
    #link-drawer-stacks_in_6209 .link-drawer-list div {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    #link-drawer-stacks_in_6209 .link-drawer-list .link-drawer-link {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      cursor: pointer;
      text-decoration: none;
      padding: calc(0px/2);
      /*  */
      width: 50.000000%;
      max-width: 50.000000%;
      /*  */ }
      #link-drawer-stacks_in_6209 .link-drawer-list .link-drawer-link-inner {
        padding: 30px 0px;
        border-radius: 3px;
        background: rgba(207, 216, 220, 1.00);
        /*  */
        height: 100%;
        /*  */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border: 1px solid rgba(0, 0, 0, 0.00); }
        #link-drawer-stacks_in_6209 .link-drawer-list .link-drawer-link-inner:hover {
          background: rgba(120, 144, 156, 1.00);
          border: 1px solid rgba(0, 0, 0, 0.00); }
          #link-drawer-stacks_in_6209 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-icon i {
            color: rgba(38, 50, 56, 1.00); }
          #link-drawer-stacks_in_6209 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-title {
            color: rgba(255, 255, 255, 1.00); }
      #link-drawer-stacks_in_6209 .link-drawer-list .link-drawer-link-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 0px; }
        #link-drawer-stacks_in_6209 .link-drawer-list .link-drawer-link-icon i {
          color: rgba(55, 71, 79, 1.00);
          font-size: 200px; }
        #link-drawer-stacks_in_6209 .link-drawer-list .link-drawer-link-icon .link-drawer-image {
          width: 100%;
          height: auto;
          max-width: 200px; }
      #link-drawer-stacks_in_6209 .link-drawer-list .link-drawer-link-title {
        /*  */
        font-family: "";
        /*  */
        color: rgba(113, 128, 143, 1.00);
        font-size: 18px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        text-align: center; }

@media (max-width: 480px) {
  /*  */
  #link-drawer-stacks_in_6209 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_6209 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_6209 .link-drawer-list .link-drawer-link.hide-m {
        display: none; }
      #link-drawer-stacks_in_6209 .link-drawer-list .link-drawer-link-icon i {
        font-size: 120px; }
        #link-drawer-stacks_in_6209 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 120px; }
      #link-drawer-stacks_in_6209 .link-drawer-list .link-drawer-link-title {
        font-size: 16px; }
  /*  */ }

@media (min-width: 480px) and (max-width: 768px) {
  /*  */
  #link-drawer-stacks_in_6209 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_6209 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_6209 .link-drawer-list .link-drawer-link.hide-t {
        display: none; }
      #link-drawer-stacks_in_6209 .link-drawer-list .link-drawer-link-icon i {
        font-size: 160px; }
        #link-drawer-stacks_in_6209 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 160px; }
      #link-drawer-stacks_in_6209 .link-drawer-list .link-drawer-link-title {
        font-size: 18px; }
  /*  */ }

@media (min-width: 768px) {
  /*  */
  #link-drawer-stacks_in_6209 .link-drawer-list .link-drawer-link.hide-d {
    display: none; }
  /*  */ }

#stacks_in_6211 {
	font-weight: bold;
}

#stacks_in_6213 {
	font-weight: bold;
}
#responsive-timeline-item-stacks_in_6190 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_6192 {
	font-size: 120%;
	font-weight: bold;
}
#link-drawer-stacks_in_6193 {
  max-width: 700px;
  width: calc(100% - (0px*2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  box-sizing: border-box;
  transition: all 0.3s ease; }
  #link-drawer-stacks_in_6193.toggle-full .link-drawer-toggle {
    width: calc(100% + (0px * 2)); }
  #link-drawer-stacks_in_6193.toggle-fixed .link-drawer-toggle {
    width: 150px; }
  #link-drawer-stacks_in_6193.toggle-left .link-drawer-toggle {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  #link-drawer-stacks_in_6193.toggle-center .link-drawer-toggle {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  #link-drawer-stacks_in_6193.toggle-right .link-drawer-toggle {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  #link-drawer-stacks_in_6193.link-drawer-fixed {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */
    overflow: visible;
    border: 0px solid rgba(195, 216, 220, 1.00);
    /*  */
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1000000000000000;
    /*  */ }
    #link-drawer-stacks_in_6193.link-drawer-fixed.toggle-full .link-drawer-toggle {
      box-sizing: content-box;
      left: 0;
      right: 0; }
    #link-drawer-stacks_in_6193.link-drawer-fixed.toggle-left .link-drawer-toggle {
      left: -0px; }
    #link-drawer-stacks_in_6193.link-drawer-fixed.toggle-center .link-drawer-toggle {
      left: 0;
      right: 0;
      margin: 0 auto; }
    #link-drawer-stacks_in_6193.link-drawer-fixed.toggle-right .link-drawer-toggle {
      right: -0px; }
    #link-drawer-stacks_in_6193.link-drawer-fixed.link-drawer-bottom {
      /*  */
      bottom: 0;
      border-radius: 0px 0px 0 0;
      /*  */
      border-bottom: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      /*  */ }
      #link-drawer-stacks_in_6193.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        position: absolute;
        margin-top: -35px;
        border-radius: 0px 0px 0 0; }
      #link-drawer-stacks_in_6193.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        bottom: 100%; }
      #link-drawer-stacks_in_6193.link-drawer-fixed.link-drawer-bottom.toggle-left {
        border-top-left-radius: 0; }
      #link-drawer-stacks_in_6193.link-drawer-fixed.link-drawer-bottom.toggle-right {
        border-top-right-radius: 0; }
      #link-drawer-stacks_in_6193.link-drawer-fixed.link-drawer-bottom.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_6193.link-drawer-fixed.link-drawer-bottom.toggle-full .link-drawer-toggle {
          border-radius: 0px 0px 0 0; }
    #link-drawer-stacks_in_6193.link-drawer-fixed.link-drawer-top {
      /*  */
      top: 0;
      border-radius: 0 0 0px 0px;
      /*  */
      border-top: 0;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      /*  */
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      #link-drawer-stacks_in_6193.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        position: absolute;
        margin-bottom: -35px;
        border-radius: 0 0 0px 0px; }
      #link-drawer-stacks_in_6193.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        top: 100%; }
      #link-drawer-stacks_in_6193.link-drawer-fixed.link-drawer-top .link-drawer-toggle-close i {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      #link-drawer-stacks_in_6193.link-drawer-fixed.link-drawer-top.toggle-left {
        border-bottom-left-radius: 0; }
      #link-drawer-stacks_in_6193.link-drawer-fixed.link-drawer-top.toggle-right {
        border-bottom-right-radius: 0; }
      #link-drawer-stacks_in_6193.link-drawer-fixed.link-drawer-top.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_6193.link-drawer-fixed.link-drawer-top.toggle-full .link-drawer-toggle {
          border-radius: 0 0 0px 0px; }
    #link-drawer-stacks_in_6193.link-drawer-fixed.link-drawer-open {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      #link-drawer-stacks_in_6193.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      #link-drawer-stacks_in_6193.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
        display: none; }
    #link-drawer-stacks_in_6193.link-drawer-fixed.on-scroll-to, #link-drawer-stacks_in_6193.link-drawer-fixed.on-scroll-past {
      /*  */
      opacity: 0;
      visibility: hidden;
      /*  */ }
    #link-drawer-stacks_in_6193.link-drawer-fixed .link-drawer-toggle {
      border-radius: inherit;
      /*  */
      position: absolute;
      /*  */ }
  #link-drawer-stacks_in_6193.link-drawer-inline .link-drawer-list {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */ }
  #link-drawer-stacks_in_6193.link-drawer-inline:not(.link-drawer-open) .link-drawer-list {
    /*  */
    height: 0;
    border: none;
    transition-delay: 300s;
    transition: border 0.3s ease;
    /*  */ }
  #link-drawer-stacks_in_6193.link-drawer-inline .link-drawer-toggle {
    margin-bottom: 10px;
    border-radius: 0px; }
  #link-drawer-stacks_in_6193.link-drawer-inline .link-drawer-list {
    border: 0px solid rgba(195, 216, 220, 1.00);
    border-radius: 0px; }
  #link-drawer-stacks_in_6193.link-drawer-inline .link-drawer-toggle-close i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  #link-drawer-stacks_in_6193 * {
    box-sizing: border-box; }
  #link-drawer-stacks_in_6193.link-drawer-open {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    #link-drawer-stacks_in_6193.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #link-drawer-stacks_in_6193.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
      display: none; }
  #link-drawer-stacks_in_6193 .link-drawer-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    font-size: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: rgba(255, 255, 255, 1.00);
    background: rgba(120, 144, 156, 1.00); }
    #link-drawer-stacks_in_6193 .link-drawer-toggle:hover {
      color: rgba(255, 255, 255, 1.00);
      background: rgba(84, 110, 122, 1.00); }
    #link-drawer-stacks_in_6193 .link-drawer-toggle-icon-hide i {
      display: none; }
    #link-drawer-stacks_in_6193 .link-drawer-toggle .link-drawer-toggle-close {
      display: none; }
      #link-drawer-stacks_in_6193 .link-drawer-toggle .link-drawer-toggle-close i {
        font-size: 14px; }
    #link-drawer-stacks_in_6193 .link-drawer-toggle .link-drawer-toggle-open {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #link-drawer-stacks_in_6193 .link-drawer-toggle .link-drawer-toggle-open i {
        font-size: 24px; }
    #link-drawer-stacks_in_6193 .link-drawer-toggle span {
      /*  */
      font-family: "";
      /*  */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    #link-drawer-stacks_in_6193 .link-drawer-toggle i {
      margin-right: 8px; }
  #link-drawer-stacks_in_6193 .link-drawer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    /*  */ }
    #link-drawer-stacks_in_6193 .link-drawer-list div {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    #link-drawer-stacks_in_6193 .link-drawer-list .link-drawer-link {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      cursor: pointer;
      text-decoration: none;
      padding: calc(0px/2);
      /*  */
      width: 50.000000%;
      max-width: 50.000000%;
      /*  */ }
      #link-drawer-stacks_in_6193 .link-drawer-list .link-drawer-link-inner {
        padding: 30px 0px;
        border-radius: 3px;
        background: rgba(207, 216, 220, 1.00);
        /*  */
        height: 100%;
        /*  */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border: 1px solid rgba(0, 0, 0, 0.00); }
        #link-drawer-stacks_in_6193 .link-drawer-list .link-drawer-link-inner:hover {
          background: rgba(120, 144, 156, 1.00);
          border: 1px solid rgba(0, 0, 0, 0.00); }
          #link-drawer-stacks_in_6193 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-icon i {
            color: rgba(38, 50, 56, 1.00); }
          #link-drawer-stacks_in_6193 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-title {
            color: rgba(255, 255, 255, 1.00); }
      #link-drawer-stacks_in_6193 .link-drawer-list .link-drawer-link-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 0px; }
        #link-drawer-stacks_in_6193 .link-drawer-list .link-drawer-link-icon i {
          color: rgba(55, 71, 79, 1.00);
          font-size: 200px; }
        #link-drawer-stacks_in_6193 .link-drawer-list .link-drawer-link-icon .link-drawer-image {
          width: 100%;
          height: auto;
          max-width: 200px; }
      #link-drawer-stacks_in_6193 .link-drawer-list .link-drawer-link-title {
        /*  */
        font-family: "";
        /*  */
        color: rgba(113, 128, 143, 1.00);
        font-size: 18px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        text-align: center; }

@media (max-width: 480px) {
  /*  */
  #link-drawer-stacks_in_6193 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_6193 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_6193 .link-drawer-list .link-drawer-link.hide-m {
        display: none; }
      #link-drawer-stacks_in_6193 .link-drawer-list .link-drawer-link-icon i {
        font-size: 120px; }
        #link-drawer-stacks_in_6193 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 120px; }
      #link-drawer-stacks_in_6193 .link-drawer-list .link-drawer-link-title {
        font-size: 16px; }
  /*  */ }

@media (min-width: 480px) and (max-width: 768px) {
  /*  */
  #link-drawer-stacks_in_6193 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_6193 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_6193 .link-drawer-list .link-drawer-link.hide-t {
        display: none; }
      #link-drawer-stacks_in_6193 .link-drawer-list .link-drawer-link-icon i {
        font-size: 160px; }
        #link-drawer-stacks_in_6193 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 160px; }
      #link-drawer-stacks_in_6193 .link-drawer-list .link-drawer-link-title {
        font-size: 18px; }
  /*  */ }

@media (min-width: 768px) {
  /*  */
  #link-drawer-stacks_in_6193 .link-drawer-list .link-drawer-link.hide-d {
    display: none; }
  /*  */ }

#stacks_in_6195 {
	font-weight: bold;
}

#stacks_in_6197 {
	font-weight: bold;
}
#responsive-timeline-item-stacks_in_6232 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_6234 {
	font-size: 120%;
	font-weight: bold;
}
#link-drawer-stacks_in_6235 {
  max-width: 700px;
  width: calc(100% - (0px*2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  box-sizing: border-box;
  transition: all 0.3s ease; }
  #link-drawer-stacks_in_6235.toggle-full .link-drawer-toggle {
    width: calc(100% + (0px * 2)); }
  #link-drawer-stacks_in_6235.toggle-fixed .link-drawer-toggle {
    width: 150px; }
  #link-drawer-stacks_in_6235.toggle-left .link-drawer-toggle {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  #link-drawer-stacks_in_6235.toggle-center .link-drawer-toggle {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  #link-drawer-stacks_in_6235.toggle-right .link-drawer-toggle {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  #link-drawer-stacks_in_6235.link-drawer-fixed {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */
    overflow: visible;
    border: 0px solid rgba(195, 216, 220, 1.00);
    /*  */
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1000000000000000;
    /*  */ }
    #link-drawer-stacks_in_6235.link-drawer-fixed.toggle-full .link-drawer-toggle {
      box-sizing: content-box;
      left: 0;
      right: 0; }
    #link-drawer-stacks_in_6235.link-drawer-fixed.toggle-left .link-drawer-toggle {
      left: -0px; }
    #link-drawer-stacks_in_6235.link-drawer-fixed.toggle-center .link-drawer-toggle {
      left: 0;
      right: 0;
      margin: 0 auto; }
    #link-drawer-stacks_in_6235.link-drawer-fixed.toggle-right .link-drawer-toggle {
      right: -0px; }
    #link-drawer-stacks_in_6235.link-drawer-fixed.link-drawer-bottom {
      /*  */
      bottom: 0;
      border-radius: 0px 0px 0 0;
      /*  */
      border-bottom: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      /*  */ }
      #link-drawer-stacks_in_6235.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        position: absolute;
        margin-top: -35px;
        border-radius: 0px 0px 0 0; }
      #link-drawer-stacks_in_6235.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        bottom: 100%; }
      #link-drawer-stacks_in_6235.link-drawer-fixed.link-drawer-bottom.toggle-left {
        border-top-left-radius: 0; }
      #link-drawer-stacks_in_6235.link-drawer-fixed.link-drawer-bottom.toggle-right {
        border-top-right-radius: 0; }
      #link-drawer-stacks_in_6235.link-drawer-fixed.link-drawer-bottom.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_6235.link-drawer-fixed.link-drawer-bottom.toggle-full .link-drawer-toggle {
          border-radius: 0px 0px 0 0; }
    #link-drawer-stacks_in_6235.link-drawer-fixed.link-drawer-top {
      /*  */
      top: 0;
      border-radius: 0 0 0px 0px;
      /*  */
      border-top: 0;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      /*  */
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      #link-drawer-stacks_in_6235.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        position: absolute;
        margin-bottom: -35px;
        border-radius: 0 0 0px 0px; }
      #link-drawer-stacks_in_6235.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        top: 100%; }
      #link-drawer-stacks_in_6235.link-drawer-fixed.link-drawer-top .link-drawer-toggle-close i {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      #link-drawer-stacks_in_6235.link-drawer-fixed.link-drawer-top.toggle-left {
        border-bottom-left-radius: 0; }
      #link-drawer-stacks_in_6235.link-drawer-fixed.link-drawer-top.toggle-right {
        border-bottom-right-radius: 0; }
      #link-drawer-stacks_in_6235.link-drawer-fixed.link-drawer-top.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_6235.link-drawer-fixed.link-drawer-top.toggle-full .link-drawer-toggle {
          border-radius: 0 0 0px 0px; }
    #link-drawer-stacks_in_6235.link-drawer-fixed.link-drawer-open {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      #link-drawer-stacks_in_6235.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      #link-drawer-stacks_in_6235.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
        display: none; }
    #link-drawer-stacks_in_6235.link-drawer-fixed.on-scroll-to, #link-drawer-stacks_in_6235.link-drawer-fixed.on-scroll-past {
      /*  */
      opacity: 0;
      visibility: hidden;
      /*  */ }
    #link-drawer-stacks_in_6235.link-drawer-fixed .link-drawer-toggle {
      border-radius: inherit;
      /*  */
      position: absolute;
      /*  */ }
  #link-drawer-stacks_in_6235.link-drawer-inline .link-drawer-list {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */ }
  #link-drawer-stacks_in_6235.link-drawer-inline:not(.link-drawer-open) .link-drawer-list {
    /*  */
    height: 0;
    border: none;
    transition-delay: 300s;
    transition: border 0.3s ease;
    /*  */ }
  #link-drawer-stacks_in_6235.link-drawer-inline .link-drawer-toggle {
    margin-bottom: 10px;
    border-radius: 0px; }
  #link-drawer-stacks_in_6235.link-drawer-inline .link-drawer-list {
    border: 0px solid rgba(195, 216, 220, 1.00);
    border-radius: 0px; }
  #link-drawer-stacks_in_6235.link-drawer-inline .link-drawer-toggle-close i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  #link-drawer-stacks_in_6235 * {
    box-sizing: border-box; }
  #link-drawer-stacks_in_6235.link-drawer-open {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    #link-drawer-stacks_in_6235.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #link-drawer-stacks_in_6235.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
      display: none; }
  #link-drawer-stacks_in_6235 .link-drawer-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    font-size: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: rgba(255, 255, 255, 1.00);
    background: rgba(120, 144, 156, 1.00); }
    #link-drawer-stacks_in_6235 .link-drawer-toggle:hover {
      color: rgba(255, 255, 255, 1.00);
      background: rgba(84, 110, 122, 1.00); }
    #link-drawer-stacks_in_6235 .link-drawer-toggle-icon-hide i {
      display: none; }
    #link-drawer-stacks_in_6235 .link-drawer-toggle .link-drawer-toggle-close {
      display: none; }
      #link-drawer-stacks_in_6235 .link-drawer-toggle .link-drawer-toggle-close i {
        font-size: 14px; }
    #link-drawer-stacks_in_6235 .link-drawer-toggle .link-drawer-toggle-open {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #link-drawer-stacks_in_6235 .link-drawer-toggle .link-drawer-toggle-open i {
        font-size: 24px; }
    #link-drawer-stacks_in_6235 .link-drawer-toggle span {
      /*  */
      font-family: "";
      /*  */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    #link-drawer-stacks_in_6235 .link-drawer-toggle i {
      margin-right: 8px; }
  #link-drawer-stacks_in_6235 .link-drawer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    /*  */ }
    #link-drawer-stacks_in_6235 .link-drawer-list div {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    #link-drawer-stacks_in_6235 .link-drawer-list .link-drawer-link {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      cursor: pointer;
      text-decoration: none;
      padding: calc(0px/2);
      /*  */
      width: 50.000000%;
      max-width: 50.000000%;
      /*  */ }
      #link-drawer-stacks_in_6235 .link-drawer-list .link-drawer-link-inner {
        padding: 30px 0px;
        border-radius: 3px;
        background: rgba(207, 216, 220, 1.00);
        /*  */
        height: 100%;
        /*  */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border: 1px solid rgba(0, 0, 0, 0.00); }
        #link-drawer-stacks_in_6235 .link-drawer-list .link-drawer-link-inner:hover {
          background: rgba(120, 144, 156, 1.00);
          border: 1px solid rgba(0, 0, 0, 0.00); }
          #link-drawer-stacks_in_6235 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-icon i {
            color: rgba(38, 50, 56, 1.00); }
          #link-drawer-stacks_in_6235 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-title {
            color: rgba(255, 255, 255, 1.00); }
      #link-drawer-stacks_in_6235 .link-drawer-list .link-drawer-link-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 0px; }
        #link-drawer-stacks_in_6235 .link-drawer-list .link-drawer-link-icon i {
          color: rgba(55, 71, 79, 1.00);
          font-size: 200px; }
        #link-drawer-stacks_in_6235 .link-drawer-list .link-drawer-link-icon .link-drawer-image {
          width: 100%;
          height: auto;
          max-width: 200px; }
      #link-drawer-stacks_in_6235 .link-drawer-list .link-drawer-link-title {
        /*  */
        font-family: "";
        /*  */
        color: rgba(113, 128, 143, 1.00);
        font-size: 18px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        text-align: center; }

@media (max-width: 480px) {
  /*  */
  #link-drawer-stacks_in_6235 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_6235 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_6235 .link-drawer-list .link-drawer-link.hide-m {
        display: none; }
      #link-drawer-stacks_in_6235 .link-drawer-list .link-drawer-link-icon i {
        font-size: 120px; }
        #link-drawer-stacks_in_6235 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 120px; }
      #link-drawer-stacks_in_6235 .link-drawer-list .link-drawer-link-title {
        font-size: 16px; }
  /*  */ }

@media (min-width: 480px) and (max-width: 768px) {
  /*  */
  #link-drawer-stacks_in_6235 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_6235 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_6235 .link-drawer-list .link-drawer-link.hide-t {
        display: none; }
      #link-drawer-stacks_in_6235 .link-drawer-list .link-drawer-link-icon i {
        font-size: 160px; }
        #link-drawer-stacks_in_6235 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 160px; }
      #link-drawer-stacks_in_6235 .link-drawer-list .link-drawer-link-title {
        font-size: 18px; }
  /*  */ }

@media (min-width: 768px) {
  /*  */
  #link-drawer-stacks_in_6235 .link-drawer-list .link-drawer-link.hide-d {
    display: none; }
  /*  */ }

#stacks_in_6237 {
	font-weight: bold;
}

#stacks_in_6239 {
	font-weight: bold;
}
#responsive-timeline-item-stacks_in_6244 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_6246 {
	font-size: 120%;
	font-weight: bold;
}
#link-drawer-stacks_in_6247 {
  max-width: 700px;
  width: calc(100% - (0px*2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  box-sizing: border-box;
  transition: all 0.3s ease; }
  #link-drawer-stacks_in_6247.toggle-full .link-drawer-toggle {
    width: calc(100% + (0px * 2)); }
  #link-drawer-stacks_in_6247.toggle-fixed .link-drawer-toggle {
    width: 150px; }
  #link-drawer-stacks_in_6247.toggle-left .link-drawer-toggle {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  #link-drawer-stacks_in_6247.toggle-center .link-drawer-toggle {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  #link-drawer-stacks_in_6247.toggle-right .link-drawer-toggle {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  #link-drawer-stacks_in_6247.link-drawer-fixed {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */
    overflow: visible;
    border: 0px solid rgba(195, 216, 220, 1.00);
    /*  */
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1000000000000000;
    /*  */ }
    #link-drawer-stacks_in_6247.link-drawer-fixed.toggle-full .link-drawer-toggle {
      box-sizing: content-box;
      left: 0;
      right: 0; }
    #link-drawer-stacks_in_6247.link-drawer-fixed.toggle-left .link-drawer-toggle {
      left: -0px; }
    #link-drawer-stacks_in_6247.link-drawer-fixed.toggle-center .link-drawer-toggle {
      left: 0;
      right: 0;
      margin: 0 auto; }
    #link-drawer-stacks_in_6247.link-drawer-fixed.toggle-right .link-drawer-toggle {
      right: -0px; }
    #link-drawer-stacks_in_6247.link-drawer-fixed.link-drawer-bottom {
      /*  */
      bottom: 0;
      border-radius: 0px 0px 0 0;
      /*  */
      border-bottom: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      /*  */ }
      #link-drawer-stacks_in_6247.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        position: absolute;
        margin-top: -35px;
        border-radius: 0px 0px 0 0; }
      #link-drawer-stacks_in_6247.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        bottom: 100%; }
      #link-drawer-stacks_in_6247.link-drawer-fixed.link-drawer-bottom.toggle-left {
        border-top-left-radius: 0; }
      #link-drawer-stacks_in_6247.link-drawer-fixed.link-drawer-bottom.toggle-right {
        border-top-right-radius: 0; }
      #link-drawer-stacks_in_6247.link-drawer-fixed.link-drawer-bottom.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_6247.link-drawer-fixed.link-drawer-bottom.toggle-full .link-drawer-toggle {
          border-radius: 0px 0px 0 0; }
    #link-drawer-stacks_in_6247.link-drawer-fixed.link-drawer-top {
      /*  */
      top: 0;
      border-radius: 0 0 0px 0px;
      /*  */
      border-top: 0;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      /*  */
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      #link-drawer-stacks_in_6247.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        position: absolute;
        margin-bottom: -35px;
        border-radius: 0 0 0px 0px; }
      #link-drawer-stacks_in_6247.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        top: 100%; }
      #link-drawer-stacks_in_6247.link-drawer-fixed.link-drawer-top .link-drawer-toggle-close i {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      #link-drawer-stacks_in_6247.link-drawer-fixed.link-drawer-top.toggle-left {
        border-bottom-left-radius: 0; }
      #link-drawer-stacks_in_6247.link-drawer-fixed.link-drawer-top.toggle-right {
        border-bottom-right-radius: 0; }
      #link-drawer-stacks_in_6247.link-drawer-fixed.link-drawer-top.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_6247.link-drawer-fixed.link-drawer-top.toggle-full .link-drawer-toggle {
          border-radius: 0 0 0px 0px; }
    #link-drawer-stacks_in_6247.link-drawer-fixed.link-drawer-open {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      #link-drawer-stacks_in_6247.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      #link-drawer-stacks_in_6247.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
        display: none; }
    #link-drawer-stacks_in_6247.link-drawer-fixed.on-scroll-to, #link-drawer-stacks_in_6247.link-drawer-fixed.on-scroll-past {
      /*  */
      opacity: 0;
      visibility: hidden;
      /*  */ }
    #link-drawer-stacks_in_6247.link-drawer-fixed .link-drawer-toggle {
      border-radius: inherit;
      /*  */
      position: absolute;
      /*  */ }
  #link-drawer-stacks_in_6247.link-drawer-inline .link-drawer-list {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */ }
  #link-drawer-stacks_in_6247.link-drawer-inline:not(.link-drawer-open) .link-drawer-list {
    /*  */
    height: 0;
    border: none;
    transition-delay: 300s;
    transition: border 0.3s ease;
    /*  */ }
  #link-drawer-stacks_in_6247.link-drawer-inline .link-drawer-toggle {
    margin-bottom: 10px;
    border-radius: 0px; }
  #link-drawer-stacks_in_6247.link-drawer-inline .link-drawer-list {
    border: 0px solid rgba(195, 216, 220, 1.00);
    border-radius: 0px; }
  #link-drawer-stacks_in_6247.link-drawer-inline .link-drawer-toggle-close i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  #link-drawer-stacks_in_6247 * {
    box-sizing: border-box; }
  #link-drawer-stacks_in_6247.link-drawer-open {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    #link-drawer-stacks_in_6247.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #link-drawer-stacks_in_6247.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
      display: none; }
  #link-drawer-stacks_in_6247 .link-drawer-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    font-size: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: rgba(255, 255, 255, 1.00);
    background: rgba(120, 144, 156, 1.00); }
    #link-drawer-stacks_in_6247 .link-drawer-toggle:hover {
      color: rgba(255, 255, 255, 1.00);
      background: rgba(84, 110, 122, 1.00); }
    #link-drawer-stacks_in_6247 .link-drawer-toggle-icon-hide i {
      display: none; }
    #link-drawer-stacks_in_6247 .link-drawer-toggle .link-drawer-toggle-close {
      display: none; }
      #link-drawer-stacks_in_6247 .link-drawer-toggle .link-drawer-toggle-close i {
        font-size: 14px; }
    #link-drawer-stacks_in_6247 .link-drawer-toggle .link-drawer-toggle-open {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #link-drawer-stacks_in_6247 .link-drawer-toggle .link-drawer-toggle-open i {
        font-size: 24px; }
    #link-drawer-stacks_in_6247 .link-drawer-toggle span {
      /*  */
      font-family: "";
      /*  */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    #link-drawer-stacks_in_6247 .link-drawer-toggle i {
      margin-right: 8px; }
  #link-drawer-stacks_in_6247 .link-drawer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    /*  */ }
    #link-drawer-stacks_in_6247 .link-drawer-list div {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    #link-drawer-stacks_in_6247 .link-drawer-list .link-drawer-link {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      cursor: pointer;
      text-decoration: none;
      padding: calc(0px/2);
      /*  */
      width: 50.000000%;
      max-width: 50.000000%;
      /*  */ }
      #link-drawer-stacks_in_6247 .link-drawer-list .link-drawer-link-inner {
        padding: 30px 0px;
        border-radius: 3px;
        background: rgba(207, 216, 220, 1.00);
        /*  */
        height: 100%;
        /*  */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border: 1px solid rgba(0, 0, 0, 0.00); }
        #link-drawer-stacks_in_6247 .link-drawer-list .link-drawer-link-inner:hover {
          background: rgba(120, 144, 156, 1.00);
          border: 1px solid rgba(0, 0, 0, 0.00); }
          #link-drawer-stacks_in_6247 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-icon i {
            color: rgba(38, 50, 56, 1.00); }
          #link-drawer-stacks_in_6247 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-title {
            color: rgba(255, 255, 255, 1.00); }
      #link-drawer-stacks_in_6247 .link-drawer-list .link-drawer-link-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 0px; }
        #link-drawer-stacks_in_6247 .link-drawer-list .link-drawer-link-icon i {
          color: rgba(55, 71, 79, 1.00);
          font-size: 200px; }
        #link-drawer-stacks_in_6247 .link-drawer-list .link-drawer-link-icon .link-drawer-image {
          width: 100%;
          height: auto;
          max-width: 200px; }
      #link-drawer-stacks_in_6247 .link-drawer-list .link-drawer-link-title {
        /*  */
        font-family: "";
        /*  */
        color: rgba(113, 128, 143, 1.00);
        font-size: 18px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        text-align: center; }

@media (max-width: 480px) {
  /*  */
  #link-drawer-stacks_in_6247 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_6247 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_6247 .link-drawer-list .link-drawer-link.hide-m {
        display: none; }
      #link-drawer-stacks_in_6247 .link-drawer-list .link-drawer-link-icon i {
        font-size: 120px; }
        #link-drawer-stacks_in_6247 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 120px; }
      #link-drawer-stacks_in_6247 .link-drawer-list .link-drawer-link-title {
        font-size: 16px; }
  /*  */ }

@media (min-width: 480px) and (max-width: 768px) {
  /*  */
  #link-drawer-stacks_in_6247 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_6247 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_6247 .link-drawer-list .link-drawer-link.hide-t {
        display: none; }
      #link-drawer-stacks_in_6247 .link-drawer-list .link-drawer-link-icon i {
        font-size: 160px; }
        #link-drawer-stacks_in_6247 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 160px; }
      #link-drawer-stacks_in_6247 .link-drawer-list .link-drawer-link-title {
        font-size: 18px; }
  /*  */ }

@media (min-width: 768px) {
  /*  */
  #link-drawer-stacks_in_6247 .link-drawer-list .link-drawer-link.hide-d {
    display: none; }
  /*  */ }

#stacks_in_6249 {
	font-weight: bold;
}

#stacks_in_6251 {
	font-weight: bold;
}
#responsive-timeline-item-stacks_in_6276 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_6279 {
	font-size: 120%;
	font-weight: bold;
}
#link-drawer-stacks_in_6280 {
  max-width: 700px;
  width: calc(100% - (0px*2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  box-sizing: border-box;
  transition: all 0.3s ease; }
  #link-drawer-stacks_in_6280.toggle-full .link-drawer-toggle {
    width: calc(100% + (0px * 2)); }
  #link-drawer-stacks_in_6280.toggle-fixed .link-drawer-toggle {
    width: 150px; }
  #link-drawer-stacks_in_6280.toggle-left .link-drawer-toggle {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  #link-drawer-stacks_in_6280.toggle-center .link-drawer-toggle {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  #link-drawer-stacks_in_6280.toggle-right .link-drawer-toggle {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  #link-drawer-stacks_in_6280.link-drawer-fixed {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */
    overflow: visible;
    border: 0px solid rgba(195, 216, 220, 1.00);
    /*  */
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1000000000000000;
    /*  */ }
    #link-drawer-stacks_in_6280.link-drawer-fixed.toggle-full .link-drawer-toggle {
      box-sizing: content-box;
      left: 0;
      right: 0; }
    #link-drawer-stacks_in_6280.link-drawer-fixed.toggle-left .link-drawer-toggle {
      left: -0px; }
    #link-drawer-stacks_in_6280.link-drawer-fixed.toggle-center .link-drawer-toggle {
      left: 0;
      right: 0;
      margin: 0 auto; }
    #link-drawer-stacks_in_6280.link-drawer-fixed.toggle-right .link-drawer-toggle {
      right: -0px; }
    #link-drawer-stacks_in_6280.link-drawer-fixed.link-drawer-bottom {
      /*  */
      bottom: 0;
      border-radius: 0px 0px 0 0;
      /*  */
      border-bottom: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      /*  */ }
      #link-drawer-stacks_in_6280.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        position: absolute;
        margin-top: -35px;
        border-radius: 0px 0px 0 0; }
      #link-drawer-stacks_in_6280.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        bottom: 100%; }
      #link-drawer-stacks_in_6280.link-drawer-fixed.link-drawer-bottom.toggle-left {
        border-top-left-radius: 0; }
      #link-drawer-stacks_in_6280.link-drawer-fixed.link-drawer-bottom.toggle-right {
        border-top-right-radius: 0; }
      #link-drawer-stacks_in_6280.link-drawer-fixed.link-drawer-bottom.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_6280.link-drawer-fixed.link-drawer-bottom.toggle-full .link-drawer-toggle {
          border-radius: 0px 0px 0 0; }
    #link-drawer-stacks_in_6280.link-drawer-fixed.link-drawer-top {
      /*  */
      top: 0;
      border-radius: 0 0 0px 0px;
      /*  */
      border-top: 0;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      /*  */
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      #link-drawer-stacks_in_6280.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        position: absolute;
        margin-bottom: -35px;
        border-radius: 0 0 0px 0px; }
      #link-drawer-stacks_in_6280.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        top: 100%; }
      #link-drawer-stacks_in_6280.link-drawer-fixed.link-drawer-top .link-drawer-toggle-close i {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      #link-drawer-stacks_in_6280.link-drawer-fixed.link-drawer-top.toggle-left {
        border-bottom-left-radius: 0; }
      #link-drawer-stacks_in_6280.link-drawer-fixed.link-drawer-top.toggle-right {
        border-bottom-right-radius: 0; }
      #link-drawer-stacks_in_6280.link-drawer-fixed.link-drawer-top.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_6280.link-drawer-fixed.link-drawer-top.toggle-full .link-drawer-toggle {
          border-radius: 0 0 0px 0px; }
    #link-drawer-stacks_in_6280.link-drawer-fixed.link-drawer-open {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      #link-drawer-stacks_in_6280.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      #link-drawer-stacks_in_6280.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
        display: none; }
    #link-drawer-stacks_in_6280.link-drawer-fixed.on-scroll-to, #link-drawer-stacks_in_6280.link-drawer-fixed.on-scroll-past {
      /*  */
      opacity: 0;
      visibility: hidden;
      /*  */ }
    #link-drawer-stacks_in_6280.link-drawer-fixed .link-drawer-toggle {
      border-radius: inherit;
      /*  */
      position: absolute;
      /*  */ }
  #link-drawer-stacks_in_6280.link-drawer-inline .link-drawer-list {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */ }
  #link-drawer-stacks_in_6280.link-drawer-inline:not(.link-drawer-open) .link-drawer-list {
    /*  */
    height: 0;
    border: none;
    transition-delay: 300s;
    transition: border 0.3s ease;
    /*  */ }
  #link-drawer-stacks_in_6280.link-drawer-inline .link-drawer-toggle {
    margin-bottom: 10px;
    border-radius: 0px; }
  #link-drawer-stacks_in_6280.link-drawer-inline .link-drawer-list {
    border: 0px solid rgba(195, 216, 220, 1.00);
    border-radius: 0px; }
  #link-drawer-stacks_in_6280.link-drawer-inline .link-drawer-toggle-close i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  #link-drawer-stacks_in_6280 * {
    box-sizing: border-box; }
  #link-drawer-stacks_in_6280.link-drawer-open {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    #link-drawer-stacks_in_6280.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #link-drawer-stacks_in_6280.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
      display: none; }
  #link-drawer-stacks_in_6280 .link-drawer-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    font-size: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: rgba(255, 255, 255, 1.00);
    background: rgba(120, 144, 156, 1.00); }
    #link-drawer-stacks_in_6280 .link-drawer-toggle:hover {
      color: rgba(255, 255, 255, 1.00);
      background: rgba(84, 110, 122, 1.00); }
    #link-drawer-stacks_in_6280 .link-drawer-toggle-icon-hide i {
      display: none; }
    #link-drawer-stacks_in_6280 .link-drawer-toggle .link-drawer-toggle-close {
      display: none; }
      #link-drawer-stacks_in_6280 .link-drawer-toggle .link-drawer-toggle-close i {
        font-size: 14px; }
    #link-drawer-stacks_in_6280 .link-drawer-toggle .link-drawer-toggle-open {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #link-drawer-stacks_in_6280 .link-drawer-toggle .link-drawer-toggle-open i {
        font-size: 24px; }
    #link-drawer-stacks_in_6280 .link-drawer-toggle span {
      /*  */
      font-family: "";
      /*  */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    #link-drawer-stacks_in_6280 .link-drawer-toggle i {
      margin-right: 8px; }
  #link-drawer-stacks_in_6280 .link-drawer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    /*  */ }
    #link-drawer-stacks_in_6280 .link-drawer-list div {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    #link-drawer-stacks_in_6280 .link-drawer-list .link-drawer-link {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      cursor: pointer;
      text-decoration: none;
      padding: calc(0px/2);
      /*  */
      width: 50.000000%;
      max-width: 50.000000%;
      /*  */ }
      #link-drawer-stacks_in_6280 .link-drawer-list .link-drawer-link-inner {
        padding: 30px 0px;
        border-radius: 3px;
        background: rgba(207, 216, 220, 1.00);
        /*  */
        height: 100%;
        /*  */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border: 1px solid rgba(0, 0, 0, 0.00); }
        #link-drawer-stacks_in_6280 .link-drawer-list .link-drawer-link-inner:hover {
          background: rgba(120, 144, 156, 1.00);
          border: 1px solid rgba(0, 0, 0, 0.00); }
          #link-drawer-stacks_in_6280 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-icon i {
            color: rgba(38, 50, 56, 1.00); }
          #link-drawer-stacks_in_6280 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-title {
            color: rgba(255, 255, 255, 1.00); }
      #link-drawer-stacks_in_6280 .link-drawer-list .link-drawer-link-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 0px; }
        #link-drawer-stacks_in_6280 .link-drawer-list .link-drawer-link-icon i {
          color: rgba(55, 71, 79, 1.00);
          font-size: 200px; }
        #link-drawer-stacks_in_6280 .link-drawer-list .link-drawer-link-icon .link-drawer-image {
          width: 100%;
          height: auto;
          max-width: 200px; }
      #link-drawer-stacks_in_6280 .link-drawer-list .link-drawer-link-title {
        /*  */
        font-family: "";
        /*  */
        color: rgba(113, 128, 143, 1.00);
        font-size: 18px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        text-align: center; }

@media (max-width: 480px) {
  /*  */
  #link-drawer-stacks_in_6280 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_6280 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_6280 .link-drawer-list .link-drawer-link.hide-m {
        display: none; }
      #link-drawer-stacks_in_6280 .link-drawer-list .link-drawer-link-icon i {
        font-size: 120px; }
        #link-drawer-stacks_in_6280 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 120px; }
      #link-drawer-stacks_in_6280 .link-drawer-list .link-drawer-link-title {
        font-size: 16px; }
  /*  */ }

@media (min-width: 480px) and (max-width: 768px) {
  /*  */
  #link-drawer-stacks_in_6280 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_6280 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_6280 .link-drawer-list .link-drawer-link.hide-t {
        display: none; }
      #link-drawer-stacks_in_6280 .link-drawer-list .link-drawer-link-icon i {
        font-size: 160px; }
        #link-drawer-stacks_in_6280 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 160px; }
      #link-drawer-stacks_in_6280 .link-drawer-list .link-drawer-link-title {
        font-size: 18px; }
  /*  */ }

@media (min-width: 768px) {
  /*  */
  #link-drawer-stacks_in_6280 .link-drawer-list .link-drawer-link.hide-d {
    display: none; }
  /*  */ }

#stacks_in_6283 {
	font-weight: bold;
}

#stacks_in_6285 {
	font-weight: bold;
}
#responsive-timeline-item-stacks_in_6286 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_6289 {
	font-size: 120%;
	font-weight: bold;
}
#link-drawer-stacks_in_6290 {
  max-width: 700px;
  width: calc(100% - (0px*2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  box-sizing: border-box;
  transition: all 0.3s ease; }
  #link-drawer-stacks_in_6290.toggle-full .link-drawer-toggle {
    width: calc(100% + (0px * 2)); }
  #link-drawer-stacks_in_6290.toggle-fixed .link-drawer-toggle {
    width: 150px; }
  #link-drawer-stacks_in_6290.toggle-left .link-drawer-toggle {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  #link-drawer-stacks_in_6290.toggle-center .link-drawer-toggle {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  #link-drawer-stacks_in_6290.toggle-right .link-drawer-toggle {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  #link-drawer-stacks_in_6290.link-drawer-fixed {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */
    overflow: visible;
    border: 0px solid rgba(195, 216, 220, 1.00);
    /*  */
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1000000000000000;
    /*  */ }
    #link-drawer-stacks_in_6290.link-drawer-fixed.toggle-full .link-drawer-toggle {
      box-sizing: content-box;
      left: 0;
      right: 0; }
    #link-drawer-stacks_in_6290.link-drawer-fixed.toggle-left .link-drawer-toggle {
      left: -0px; }
    #link-drawer-stacks_in_6290.link-drawer-fixed.toggle-center .link-drawer-toggle {
      left: 0;
      right: 0;
      margin: 0 auto; }
    #link-drawer-stacks_in_6290.link-drawer-fixed.toggle-right .link-drawer-toggle {
      right: -0px; }
    #link-drawer-stacks_in_6290.link-drawer-fixed.link-drawer-bottom {
      /*  */
      bottom: 0;
      border-radius: 0px 0px 0 0;
      /*  */
      border-bottom: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      /*  */ }
      #link-drawer-stacks_in_6290.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        position: absolute;
        margin-top: -35px;
        border-radius: 0px 0px 0 0; }
      #link-drawer-stacks_in_6290.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        bottom: 100%; }
      #link-drawer-stacks_in_6290.link-drawer-fixed.link-drawer-bottom.toggle-left {
        border-top-left-radius: 0; }
      #link-drawer-stacks_in_6290.link-drawer-fixed.link-drawer-bottom.toggle-right {
        border-top-right-radius: 0; }
      #link-drawer-stacks_in_6290.link-drawer-fixed.link-drawer-bottom.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_6290.link-drawer-fixed.link-drawer-bottom.toggle-full .link-drawer-toggle {
          border-radius: 0px 0px 0 0; }
    #link-drawer-stacks_in_6290.link-drawer-fixed.link-drawer-top {
      /*  */
      top: 0;
      border-radius: 0 0 0px 0px;
      /*  */
      border-top: 0;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      /*  */
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      #link-drawer-stacks_in_6290.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        position: absolute;
        margin-bottom: -35px;
        border-radius: 0 0 0px 0px; }
      #link-drawer-stacks_in_6290.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        top: 100%; }
      #link-drawer-stacks_in_6290.link-drawer-fixed.link-drawer-top .link-drawer-toggle-close i {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      #link-drawer-stacks_in_6290.link-drawer-fixed.link-drawer-top.toggle-left {
        border-bottom-left-radius: 0; }
      #link-drawer-stacks_in_6290.link-drawer-fixed.link-drawer-top.toggle-right {
        border-bottom-right-radius: 0; }
      #link-drawer-stacks_in_6290.link-drawer-fixed.link-drawer-top.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_6290.link-drawer-fixed.link-drawer-top.toggle-full .link-drawer-toggle {
          border-radius: 0 0 0px 0px; }
    #link-drawer-stacks_in_6290.link-drawer-fixed.link-drawer-open {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      #link-drawer-stacks_in_6290.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      #link-drawer-stacks_in_6290.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
        display: none; }
    #link-drawer-stacks_in_6290.link-drawer-fixed.on-scroll-to, #link-drawer-stacks_in_6290.link-drawer-fixed.on-scroll-past {
      /*  */
      opacity: 0;
      visibility: hidden;
      /*  */ }
    #link-drawer-stacks_in_6290.link-drawer-fixed .link-drawer-toggle {
      border-radius: inherit;
      /*  */
      position: absolute;
      /*  */ }
  #link-drawer-stacks_in_6290.link-drawer-inline .link-drawer-list {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */ }
  #link-drawer-stacks_in_6290.link-drawer-inline:not(.link-drawer-open) .link-drawer-list {
    /*  */
    height: 0;
    border: none;
    transition-delay: 300s;
    transition: border 0.3s ease;
    /*  */ }
  #link-drawer-stacks_in_6290.link-drawer-inline .link-drawer-toggle {
    margin-bottom: 10px;
    border-radius: 0px; }
  #link-drawer-stacks_in_6290.link-drawer-inline .link-drawer-list {
    border: 0px solid rgba(195, 216, 220, 1.00);
    border-radius: 0px; }
  #link-drawer-stacks_in_6290.link-drawer-inline .link-drawer-toggle-close i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  #link-drawer-stacks_in_6290 * {
    box-sizing: border-box; }
  #link-drawer-stacks_in_6290.link-drawer-open {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    #link-drawer-stacks_in_6290.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #link-drawer-stacks_in_6290.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
      display: none; }
  #link-drawer-stacks_in_6290 .link-drawer-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    font-size: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: rgba(255, 255, 255, 1.00);
    background: rgba(120, 144, 156, 1.00); }
    #link-drawer-stacks_in_6290 .link-drawer-toggle:hover {
      color: rgba(255, 255, 255, 1.00);
      background: rgba(84, 110, 122, 1.00); }
    #link-drawer-stacks_in_6290 .link-drawer-toggle-icon-hide i {
      display: none; }
    #link-drawer-stacks_in_6290 .link-drawer-toggle .link-drawer-toggle-close {
      display: none; }
      #link-drawer-stacks_in_6290 .link-drawer-toggle .link-drawer-toggle-close i {
        font-size: 14px; }
    #link-drawer-stacks_in_6290 .link-drawer-toggle .link-drawer-toggle-open {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #link-drawer-stacks_in_6290 .link-drawer-toggle .link-drawer-toggle-open i {
        font-size: 24px; }
    #link-drawer-stacks_in_6290 .link-drawer-toggle span {
      /*  */
      font-family: "";
      /*  */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    #link-drawer-stacks_in_6290 .link-drawer-toggle i {
      margin-right: 8px; }
  #link-drawer-stacks_in_6290 .link-drawer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    /*  */ }
    #link-drawer-stacks_in_6290 .link-drawer-list div {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    #link-drawer-stacks_in_6290 .link-drawer-list .link-drawer-link {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      cursor: pointer;
      text-decoration: none;
      padding: calc(0px/2);
      /*  */
      width: 50.000000%;
      max-width: 50.000000%;
      /*  */ }
      #link-drawer-stacks_in_6290 .link-drawer-list .link-drawer-link-inner {
        padding: 30px 0px;
        border-radius: 3px;
        background: rgba(207, 216, 220, 1.00);
        /*  */
        height: 100%;
        /*  */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border: 1px solid rgba(0, 0, 0, 0.00); }
        #link-drawer-stacks_in_6290 .link-drawer-list .link-drawer-link-inner:hover {
          background: rgba(120, 144, 156, 1.00);
          border: 1px solid rgba(0, 0, 0, 0.00); }
          #link-drawer-stacks_in_6290 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-icon i {
            color: rgba(38, 50, 56, 1.00); }
          #link-drawer-stacks_in_6290 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-title {
            color: rgba(255, 255, 255, 1.00); }
      #link-drawer-stacks_in_6290 .link-drawer-list .link-drawer-link-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 0px; }
        #link-drawer-stacks_in_6290 .link-drawer-list .link-drawer-link-icon i {
          color: rgba(55, 71, 79, 1.00);
          font-size: 200px; }
        #link-drawer-stacks_in_6290 .link-drawer-list .link-drawer-link-icon .link-drawer-image {
          width: 100%;
          height: auto;
          max-width: 200px; }
      #link-drawer-stacks_in_6290 .link-drawer-list .link-drawer-link-title {
        /*  */
        font-family: "";
        /*  */
        color: rgba(113, 128, 143, 1.00);
        font-size: 18px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        text-align: center; }

@media (max-width: 480px) {
  /*  */
  #link-drawer-stacks_in_6290 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_6290 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_6290 .link-drawer-list .link-drawer-link.hide-m {
        display: none; }
      #link-drawer-stacks_in_6290 .link-drawer-list .link-drawer-link-icon i {
        font-size: 120px; }
        #link-drawer-stacks_in_6290 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 120px; }
      #link-drawer-stacks_in_6290 .link-drawer-list .link-drawer-link-title {
        font-size: 16px; }
  /*  */ }

@media (min-width: 480px) and (max-width: 768px) {
  /*  */
  #link-drawer-stacks_in_6290 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_6290 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_6290 .link-drawer-list .link-drawer-link.hide-t {
        display: none; }
      #link-drawer-stacks_in_6290 .link-drawer-list .link-drawer-link-icon i {
        font-size: 160px; }
        #link-drawer-stacks_in_6290 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 160px; }
      #link-drawer-stacks_in_6290 .link-drawer-list .link-drawer-link-title {
        font-size: 18px; }
  /*  */ }

@media (min-width: 768px) {
  /*  */
  #link-drawer-stacks_in_6290 .link-drawer-list .link-drawer-link.hide-d {
    display: none; }
  /*  */ }

#stacks_in_6292 {
	font-weight: bold;
}

#stacks_in_6294 {
	font-weight: bold;
}
#responsive-timeline-item-stacks_in_6296 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_6299 {
	font-size: 120%;
	font-weight: bold;
}
#link-drawer-stacks_in_6300 {
  max-width: 700px;
  width: calc(100% - (0px*2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  box-sizing: border-box;
  transition: all 0.3s ease; }
  #link-drawer-stacks_in_6300.toggle-full .link-drawer-toggle {
    width: calc(100% + (0px * 2)); }
  #link-drawer-stacks_in_6300.toggle-fixed .link-drawer-toggle {
    width: 150px; }
  #link-drawer-stacks_in_6300.toggle-left .link-drawer-toggle {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  #link-drawer-stacks_in_6300.toggle-center .link-drawer-toggle {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  #link-drawer-stacks_in_6300.toggle-right .link-drawer-toggle {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  #link-drawer-stacks_in_6300.link-drawer-fixed {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */
    overflow: visible;
    border: 0px solid rgba(195, 216, 220, 1.00);
    /*  */
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1000000000000000;
    /*  */ }
    #link-drawer-stacks_in_6300.link-drawer-fixed.toggle-full .link-drawer-toggle {
      box-sizing: content-box;
      left: 0;
      right: 0; }
    #link-drawer-stacks_in_6300.link-drawer-fixed.toggle-left .link-drawer-toggle {
      left: -0px; }
    #link-drawer-stacks_in_6300.link-drawer-fixed.toggle-center .link-drawer-toggle {
      left: 0;
      right: 0;
      margin: 0 auto; }
    #link-drawer-stacks_in_6300.link-drawer-fixed.toggle-right .link-drawer-toggle {
      right: -0px; }
    #link-drawer-stacks_in_6300.link-drawer-fixed.link-drawer-bottom {
      /*  */
      bottom: 0;
      border-radius: 0px 0px 0 0;
      /*  */
      border-bottom: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      /*  */ }
      #link-drawer-stacks_in_6300.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        position: absolute;
        margin-top: -35px;
        border-radius: 0px 0px 0 0; }
      #link-drawer-stacks_in_6300.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        bottom: 100%; }
      #link-drawer-stacks_in_6300.link-drawer-fixed.link-drawer-bottom.toggle-left {
        border-top-left-radius: 0; }
      #link-drawer-stacks_in_6300.link-drawer-fixed.link-drawer-bottom.toggle-right {
        border-top-right-radius: 0; }
      #link-drawer-stacks_in_6300.link-drawer-fixed.link-drawer-bottom.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_6300.link-drawer-fixed.link-drawer-bottom.toggle-full .link-drawer-toggle {
          border-radius: 0px 0px 0 0; }
    #link-drawer-stacks_in_6300.link-drawer-fixed.link-drawer-top {
      /*  */
      top: 0;
      border-radius: 0 0 0px 0px;
      /*  */
      border-top: 0;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      /*  */
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      #link-drawer-stacks_in_6300.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        position: absolute;
        margin-bottom: -35px;
        border-radius: 0 0 0px 0px; }
      #link-drawer-stacks_in_6300.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        top: 100%; }
      #link-drawer-stacks_in_6300.link-drawer-fixed.link-drawer-top .link-drawer-toggle-close i {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      #link-drawer-stacks_in_6300.link-drawer-fixed.link-drawer-top.toggle-left {
        border-bottom-left-radius: 0; }
      #link-drawer-stacks_in_6300.link-drawer-fixed.link-drawer-top.toggle-right {
        border-bottom-right-radius: 0; }
      #link-drawer-stacks_in_6300.link-drawer-fixed.link-drawer-top.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_6300.link-drawer-fixed.link-drawer-top.toggle-full .link-drawer-toggle {
          border-radius: 0 0 0px 0px; }
    #link-drawer-stacks_in_6300.link-drawer-fixed.link-drawer-open {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      #link-drawer-stacks_in_6300.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      #link-drawer-stacks_in_6300.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
        display: none; }
    #link-drawer-stacks_in_6300.link-drawer-fixed.on-scroll-to, #link-drawer-stacks_in_6300.link-drawer-fixed.on-scroll-past {
      /*  */
      opacity: 0;
      visibility: hidden;
      /*  */ }
    #link-drawer-stacks_in_6300.link-drawer-fixed .link-drawer-toggle {
      border-radius: inherit;
      /*  */
      position: absolute;
      /*  */ }
  #link-drawer-stacks_in_6300.link-drawer-inline .link-drawer-list {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */ }
  #link-drawer-stacks_in_6300.link-drawer-inline:not(.link-drawer-open) .link-drawer-list {
    /*  */
    height: 0;
    border: none;
    transition-delay: 300s;
    transition: border 0.3s ease;
    /*  */ }
  #link-drawer-stacks_in_6300.link-drawer-inline .link-drawer-toggle {
    margin-bottom: 10px;
    border-radius: 0px; }
  #link-drawer-stacks_in_6300.link-drawer-inline .link-drawer-list {
    border: 0px solid rgba(195, 216, 220, 1.00);
    border-radius: 0px; }
  #link-drawer-stacks_in_6300.link-drawer-inline .link-drawer-toggle-close i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  #link-drawer-stacks_in_6300 * {
    box-sizing: border-box; }
  #link-drawer-stacks_in_6300.link-drawer-open {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    #link-drawer-stacks_in_6300.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #link-drawer-stacks_in_6300.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
      display: none; }
  #link-drawer-stacks_in_6300 .link-drawer-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    font-size: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: rgba(255, 255, 255, 1.00);
    background: rgba(120, 144, 156, 1.00); }
    #link-drawer-stacks_in_6300 .link-drawer-toggle:hover {
      color: rgba(255, 255, 255, 1.00);
      background: rgba(84, 110, 122, 1.00); }
    #link-drawer-stacks_in_6300 .link-drawer-toggle-icon-hide i {
      display: none; }
    #link-drawer-stacks_in_6300 .link-drawer-toggle .link-drawer-toggle-close {
      display: none; }
      #link-drawer-stacks_in_6300 .link-drawer-toggle .link-drawer-toggle-close i {
        font-size: 14px; }
    #link-drawer-stacks_in_6300 .link-drawer-toggle .link-drawer-toggle-open {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #link-drawer-stacks_in_6300 .link-drawer-toggle .link-drawer-toggle-open i {
        font-size: 24px; }
    #link-drawer-stacks_in_6300 .link-drawer-toggle span {
      /*  */
      font-family: "";
      /*  */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    #link-drawer-stacks_in_6300 .link-drawer-toggle i {
      margin-right: 8px; }
  #link-drawer-stacks_in_6300 .link-drawer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    /*  */ }
    #link-drawer-stacks_in_6300 .link-drawer-list div {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    #link-drawer-stacks_in_6300 .link-drawer-list .link-drawer-link {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      cursor: pointer;
      text-decoration: none;
      padding: calc(0px/2);
      /*  */
      width: 50.000000%;
      max-width: 50.000000%;
      /*  */ }
      #link-drawer-stacks_in_6300 .link-drawer-list .link-drawer-link-inner {
        padding: 30px 0px;
        border-radius: 3px;
        background: rgba(207, 216, 220, 1.00);
        /*  */
        height: 100%;
        /*  */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border: 1px solid rgba(0, 0, 0, 0.00); }
        #link-drawer-stacks_in_6300 .link-drawer-list .link-drawer-link-inner:hover {
          background: rgba(120, 144, 156, 1.00);
          border: 1px solid rgba(0, 0, 0, 0.00); }
          #link-drawer-stacks_in_6300 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-icon i {
            color: rgba(38, 50, 56, 1.00); }
          #link-drawer-stacks_in_6300 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-title {
            color: rgba(255, 255, 255, 1.00); }
      #link-drawer-stacks_in_6300 .link-drawer-list .link-drawer-link-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 0px; }
        #link-drawer-stacks_in_6300 .link-drawer-list .link-drawer-link-icon i {
          color: rgba(55, 71, 79, 1.00);
          font-size: 200px; }
        #link-drawer-stacks_in_6300 .link-drawer-list .link-drawer-link-icon .link-drawer-image {
          width: 100%;
          height: auto;
          max-width: 200px; }
      #link-drawer-stacks_in_6300 .link-drawer-list .link-drawer-link-title {
        /*  */
        font-family: "";
        /*  */
        color: rgba(113, 128, 143, 1.00);
        font-size: 18px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        text-align: center; }

@media (max-width: 480px) {
  /*  */
  #link-drawer-stacks_in_6300 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_6300 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_6300 .link-drawer-list .link-drawer-link.hide-m {
        display: none; }
      #link-drawer-stacks_in_6300 .link-drawer-list .link-drawer-link-icon i {
        font-size: 120px; }
        #link-drawer-stacks_in_6300 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 120px; }
      #link-drawer-stacks_in_6300 .link-drawer-list .link-drawer-link-title {
        font-size: 16px; }
  /*  */ }

@media (min-width: 480px) and (max-width: 768px) {
  /*  */
  #link-drawer-stacks_in_6300 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_6300 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_6300 .link-drawer-list .link-drawer-link.hide-t {
        display: none; }
      #link-drawer-stacks_in_6300 .link-drawer-list .link-drawer-link-icon i {
        font-size: 160px; }
        #link-drawer-stacks_in_6300 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 160px; }
      #link-drawer-stacks_in_6300 .link-drawer-list .link-drawer-link-title {
        font-size: 18px; }
  /*  */ }

@media (min-width: 768px) {
  /*  */
  #link-drawer-stacks_in_6300 .link-drawer-list .link-drawer-link.hide-d {
    display: none; }
  /*  */ }

#stacks_in_6302 {
	font-weight: bold;
}

#stacks_in_6304 {
	font-weight: bold;
}
#responsive-timeline-item-stacks_in_6306 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_6309 {
	font-size: 120%;
	font-weight: bold;
}
#link-drawer-stacks_in_6310 {
  max-width: 700px;
  width: calc(100% - (0px*2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  box-sizing: border-box;
  transition: all 0.3s ease; }
  #link-drawer-stacks_in_6310.toggle-full .link-drawer-toggle {
    width: calc(100% + (0px * 2)); }
  #link-drawer-stacks_in_6310.toggle-fixed .link-drawer-toggle {
    width: 150px; }
  #link-drawer-stacks_in_6310.toggle-left .link-drawer-toggle {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  #link-drawer-stacks_in_6310.toggle-center .link-drawer-toggle {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  #link-drawer-stacks_in_6310.toggle-right .link-drawer-toggle {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  #link-drawer-stacks_in_6310.link-drawer-fixed {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */
    overflow: visible;
    border: 0px solid rgba(195, 216, 220, 1.00);
    /*  */
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1000000000000000;
    /*  */ }
    #link-drawer-stacks_in_6310.link-drawer-fixed.toggle-full .link-drawer-toggle {
      box-sizing: content-box;
      left: 0;
      right: 0; }
    #link-drawer-stacks_in_6310.link-drawer-fixed.toggle-left .link-drawer-toggle {
      left: -0px; }
    #link-drawer-stacks_in_6310.link-drawer-fixed.toggle-center .link-drawer-toggle {
      left: 0;
      right: 0;
      margin: 0 auto; }
    #link-drawer-stacks_in_6310.link-drawer-fixed.toggle-right .link-drawer-toggle {
      right: -0px; }
    #link-drawer-stacks_in_6310.link-drawer-fixed.link-drawer-bottom {
      /*  */
      bottom: 0;
      border-radius: 0px 0px 0 0;
      /*  */
      border-bottom: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      /*  */ }
      #link-drawer-stacks_in_6310.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        position: absolute;
        margin-top: -35px;
        border-radius: 0px 0px 0 0; }
      #link-drawer-stacks_in_6310.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        bottom: 100%; }
      #link-drawer-stacks_in_6310.link-drawer-fixed.link-drawer-bottom.toggle-left {
        border-top-left-radius: 0; }
      #link-drawer-stacks_in_6310.link-drawer-fixed.link-drawer-bottom.toggle-right {
        border-top-right-radius: 0; }
      #link-drawer-stacks_in_6310.link-drawer-fixed.link-drawer-bottom.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_6310.link-drawer-fixed.link-drawer-bottom.toggle-full .link-drawer-toggle {
          border-radius: 0px 0px 0 0; }
    #link-drawer-stacks_in_6310.link-drawer-fixed.link-drawer-top {
      /*  */
      top: 0;
      border-radius: 0 0 0px 0px;
      /*  */
      border-top: 0;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      /*  */
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      #link-drawer-stacks_in_6310.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        position: absolute;
        margin-bottom: -35px;
        border-radius: 0 0 0px 0px; }
      #link-drawer-stacks_in_6310.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        top: 100%; }
      #link-drawer-stacks_in_6310.link-drawer-fixed.link-drawer-top .link-drawer-toggle-close i {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      #link-drawer-stacks_in_6310.link-drawer-fixed.link-drawer-top.toggle-left {
        border-bottom-left-radius: 0; }
      #link-drawer-stacks_in_6310.link-drawer-fixed.link-drawer-top.toggle-right {
        border-bottom-right-radius: 0; }
      #link-drawer-stacks_in_6310.link-drawer-fixed.link-drawer-top.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_6310.link-drawer-fixed.link-drawer-top.toggle-full .link-drawer-toggle {
          border-radius: 0 0 0px 0px; }
    #link-drawer-stacks_in_6310.link-drawer-fixed.link-drawer-open {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      #link-drawer-stacks_in_6310.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      #link-drawer-stacks_in_6310.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
        display: none; }
    #link-drawer-stacks_in_6310.link-drawer-fixed.on-scroll-to, #link-drawer-stacks_in_6310.link-drawer-fixed.on-scroll-past {
      /*  */
      opacity: 0;
      visibility: hidden;
      /*  */ }
    #link-drawer-stacks_in_6310.link-drawer-fixed .link-drawer-toggle {
      border-radius: inherit;
      /*  */
      position: absolute;
      /*  */ }
  #link-drawer-stacks_in_6310.link-drawer-inline .link-drawer-list {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */ }
  #link-drawer-stacks_in_6310.link-drawer-inline:not(.link-drawer-open) .link-drawer-list {
    /*  */
    height: 0;
    border: none;
    transition-delay: 300s;
    transition: border 0.3s ease;
    /*  */ }
  #link-drawer-stacks_in_6310.link-drawer-inline .link-drawer-toggle {
    margin-bottom: 10px;
    border-radius: 0px; }
  #link-drawer-stacks_in_6310.link-drawer-inline .link-drawer-list {
    border: 0px solid rgba(195, 216, 220, 1.00);
    border-radius: 0px; }
  #link-drawer-stacks_in_6310.link-drawer-inline .link-drawer-toggle-close i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  #link-drawer-stacks_in_6310 * {
    box-sizing: border-box; }
  #link-drawer-stacks_in_6310.link-drawer-open {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    #link-drawer-stacks_in_6310.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #link-drawer-stacks_in_6310.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
      display: none; }
  #link-drawer-stacks_in_6310 .link-drawer-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    font-size: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: rgba(255, 255, 255, 1.00);
    background: rgba(120, 144, 156, 1.00); }
    #link-drawer-stacks_in_6310 .link-drawer-toggle:hover {
      color: rgba(255, 255, 255, 1.00);
      background: rgba(84, 110, 122, 1.00); }
    #link-drawer-stacks_in_6310 .link-drawer-toggle-icon-hide i {
      display: none; }
    #link-drawer-stacks_in_6310 .link-drawer-toggle .link-drawer-toggle-close {
      display: none; }
      #link-drawer-stacks_in_6310 .link-drawer-toggle .link-drawer-toggle-close i {
        font-size: 14px; }
    #link-drawer-stacks_in_6310 .link-drawer-toggle .link-drawer-toggle-open {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #link-drawer-stacks_in_6310 .link-drawer-toggle .link-drawer-toggle-open i {
        font-size: 24px; }
    #link-drawer-stacks_in_6310 .link-drawer-toggle span {
      /*  */
      font-family: "";
      /*  */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    #link-drawer-stacks_in_6310 .link-drawer-toggle i {
      margin-right: 8px; }
  #link-drawer-stacks_in_6310 .link-drawer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    /*  */ }
    #link-drawer-stacks_in_6310 .link-drawer-list div {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    #link-drawer-stacks_in_6310 .link-drawer-list .link-drawer-link {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      cursor: pointer;
      text-decoration: none;
      padding: calc(0px/2);
      /*  */
      width: 50.000000%;
      max-width: 50.000000%;
      /*  */ }
      #link-drawer-stacks_in_6310 .link-drawer-list .link-drawer-link-inner {
        padding: 30px 0px;
        border-radius: 3px;
        background: rgba(207, 216, 220, 1.00);
        /*  */
        height: 100%;
        /*  */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border: 1px solid rgba(0, 0, 0, 0.00); }
        #link-drawer-stacks_in_6310 .link-drawer-list .link-drawer-link-inner:hover {
          background: rgba(120, 144, 156, 1.00);
          border: 1px solid rgba(0, 0, 0, 0.00); }
          #link-drawer-stacks_in_6310 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-icon i {
            color: rgba(38, 50, 56, 1.00); }
          #link-drawer-stacks_in_6310 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-title {
            color: rgba(255, 255, 255, 1.00); }
      #link-drawer-stacks_in_6310 .link-drawer-list .link-drawer-link-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 0px; }
        #link-drawer-stacks_in_6310 .link-drawer-list .link-drawer-link-icon i {
          color: rgba(55, 71, 79, 1.00);
          font-size: 200px; }
        #link-drawer-stacks_in_6310 .link-drawer-list .link-drawer-link-icon .link-drawer-image {
          width: 100%;
          height: auto;
          max-width: 200px; }
      #link-drawer-stacks_in_6310 .link-drawer-list .link-drawer-link-title {
        /*  */
        font-family: "";
        /*  */
        color: rgba(113, 128, 143, 1.00);
        font-size: 18px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        text-align: center; }

@media (max-width: 480px) {
  /*  */
  #link-drawer-stacks_in_6310 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_6310 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_6310 .link-drawer-list .link-drawer-link.hide-m {
        display: none; }
      #link-drawer-stacks_in_6310 .link-drawer-list .link-drawer-link-icon i {
        font-size: 120px; }
        #link-drawer-stacks_in_6310 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 120px; }
      #link-drawer-stacks_in_6310 .link-drawer-list .link-drawer-link-title {
        font-size: 16px; }
  /*  */ }

@media (min-width: 480px) and (max-width: 768px) {
  /*  */
  #link-drawer-stacks_in_6310 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_6310 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_6310 .link-drawer-list .link-drawer-link.hide-t {
        display: none; }
      #link-drawer-stacks_in_6310 .link-drawer-list .link-drawer-link-icon i {
        font-size: 160px; }
        #link-drawer-stacks_in_6310 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 160px; }
      #link-drawer-stacks_in_6310 .link-drawer-list .link-drawer-link-title {
        font-size: 18px; }
  /*  */ }

@media (min-width: 768px) {
  /*  */
  #link-drawer-stacks_in_6310 .link-drawer-list .link-drawer-link.hide-d {
    display: none; }
  /*  */ }

#stacks_in_6312 {
	font-weight: bold;
}

#stacks_in_6314 {
	font-weight: bold;
}
#responsive-timeline-item-stacks_in_6957 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_6960 {
	font-size: 120%;
	font-weight: bold;
}
#link-drawer-stacks_in_6961 {
  max-width: 700px;
  width: calc(100% - (0px*2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  box-sizing: border-box;
  transition: all 0.3s ease; }
  #link-drawer-stacks_in_6961.toggle-full .link-drawer-toggle {
    width: calc(100% + (0px * 2)); }
  #link-drawer-stacks_in_6961.toggle-fixed .link-drawer-toggle {
    width: 150px; }
  #link-drawer-stacks_in_6961.toggle-left .link-drawer-toggle {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  #link-drawer-stacks_in_6961.toggle-center .link-drawer-toggle {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  #link-drawer-stacks_in_6961.toggle-right .link-drawer-toggle {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  #link-drawer-stacks_in_6961.link-drawer-fixed {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */
    overflow: visible;
    border: 0px solid rgba(195, 216, 220, 1.00);
    /*  */
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1000000000000000;
    /*  */ }
    #link-drawer-stacks_in_6961.link-drawer-fixed.toggle-full .link-drawer-toggle {
      box-sizing: content-box;
      left: 0;
      right: 0; }
    #link-drawer-stacks_in_6961.link-drawer-fixed.toggle-left .link-drawer-toggle {
      left: -0px; }
    #link-drawer-stacks_in_6961.link-drawer-fixed.toggle-center .link-drawer-toggle {
      left: 0;
      right: 0;
      margin: 0 auto; }
    #link-drawer-stacks_in_6961.link-drawer-fixed.toggle-right .link-drawer-toggle {
      right: -0px; }
    #link-drawer-stacks_in_6961.link-drawer-fixed.link-drawer-bottom {
      /*  */
      bottom: 0;
      border-radius: 0px 0px 0 0;
      /*  */
      border-bottom: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      /*  */ }
      #link-drawer-stacks_in_6961.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        position: absolute;
        margin-top: -35px;
        border-radius: 0px 0px 0 0; }
      #link-drawer-stacks_in_6961.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        bottom: 100%; }
      #link-drawer-stacks_in_6961.link-drawer-fixed.link-drawer-bottom.toggle-left {
        border-top-left-radius: 0; }
      #link-drawer-stacks_in_6961.link-drawer-fixed.link-drawer-bottom.toggle-right {
        border-top-right-radius: 0; }
      #link-drawer-stacks_in_6961.link-drawer-fixed.link-drawer-bottom.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_6961.link-drawer-fixed.link-drawer-bottom.toggle-full .link-drawer-toggle {
          border-radius: 0px 0px 0 0; }
    #link-drawer-stacks_in_6961.link-drawer-fixed.link-drawer-top {
      /*  */
      top: 0;
      border-radius: 0 0 0px 0px;
      /*  */
      border-top: 0;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      /*  */
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      #link-drawer-stacks_in_6961.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        position: absolute;
        margin-bottom: -35px;
        border-radius: 0 0 0px 0px; }
      #link-drawer-stacks_in_6961.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        top: 100%; }
      #link-drawer-stacks_in_6961.link-drawer-fixed.link-drawer-top .link-drawer-toggle-close i {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      #link-drawer-stacks_in_6961.link-drawer-fixed.link-drawer-top.toggle-left {
        border-bottom-left-radius: 0; }
      #link-drawer-stacks_in_6961.link-drawer-fixed.link-drawer-top.toggle-right {
        border-bottom-right-radius: 0; }
      #link-drawer-stacks_in_6961.link-drawer-fixed.link-drawer-top.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_6961.link-drawer-fixed.link-drawer-top.toggle-full .link-drawer-toggle {
          border-radius: 0 0 0px 0px; }
    #link-drawer-stacks_in_6961.link-drawer-fixed.link-drawer-open {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      #link-drawer-stacks_in_6961.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      #link-drawer-stacks_in_6961.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
        display: none; }
    #link-drawer-stacks_in_6961.link-drawer-fixed.on-scroll-to, #link-drawer-stacks_in_6961.link-drawer-fixed.on-scroll-past {
      /*  */
      opacity: 0;
      visibility: hidden;
      /*  */ }
    #link-drawer-stacks_in_6961.link-drawer-fixed .link-drawer-toggle {
      border-radius: inherit;
      /*  */
      position: absolute;
      /*  */ }
  #link-drawer-stacks_in_6961.link-drawer-inline .link-drawer-list {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */ }
  #link-drawer-stacks_in_6961.link-drawer-inline:not(.link-drawer-open) .link-drawer-list {
    /*  */
    height: 0;
    border: none;
    transition-delay: 300s;
    transition: border 0.3s ease;
    /*  */ }
  #link-drawer-stacks_in_6961.link-drawer-inline .link-drawer-toggle {
    margin-bottom: 10px;
    border-radius: 0px; }
  #link-drawer-stacks_in_6961.link-drawer-inline .link-drawer-list {
    border: 0px solid rgba(195, 216, 220, 1.00);
    border-radius: 0px; }
  #link-drawer-stacks_in_6961.link-drawer-inline .link-drawer-toggle-close i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  #link-drawer-stacks_in_6961 * {
    box-sizing: border-box; }
  #link-drawer-stacks_in_6961.link-drawer-open {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    #link-drawer-stacks_in_6961.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #link-drawer-stacks_in_6961.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
      display: none; }
  #link-drawer-stacks_in_6961 .link-drawer-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    font-size: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: rgba(255, 255, 255, 1.00);
    background: rgba(120, 144, 156, 1.00); }
    #link-drawer-stacks_in_6961 .link-drawer-toggle:hover {
      color: rgba(255, 255, 255, 1.00);
      background: rgba(84, 110, 122, 1.00); }
    #link-drawer-stacks_in_6961 .link-drawer-toggle-icon-hide i {
      display: none; }
    #link-drawer-stacks_in_6961 .link-drawer-toggle .link-drawer-toggle-close {
      display: none; }
      #link-drawer-stacks_in_6961 .link-drawer-toggle .link-drawer-toggle-close i {
        font-size: 14px; }
    #link-drawer-stacks_in_6961 .link-drawer-toggle .link-drawer-toggle-open {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #link-drawer-stacks_in_6961 .link-drawer-toggle .link-drawer-toggle-open i {
        font-size: 24px; }
    #link-drawer-stacks_in_6961 .link-drawer-toggle span {
      /*  */
      font-family: "";
      /*  */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    #link-drawer-stacks_in_6961 .link-drawer-toggle i {
      margin-right: 8px; }
  #link-drawer-stacks_in_6961 .link-drawer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    /*  */ }
    #link-drawer-stacks_in_6961 .link-drawer-list div {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    #link-drawer-stacks_in_6961 .link-drawer-list .link-drawer-link {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      cursor: pointer;
      text-decoration: none;
      padding: calc(0px/2);
      /*  */
      width: 50.000000%;
      max-width: 50.000000%;
      /*  */ }
      #link-drawer-stacks_in_6961 .link-drawer-list .link-drawer-link-inner {
        padding: 30px 0px;
        border-radius: 3px;
        background: rgba(207, 216, 220, 1.00);
        /*  */
        height: 100%;
        /*  */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border: 1px solid rgba(0, 0, 0, 0.00); }
        #link-drawer-stacks_in_6961 .link-drawer-list .link-drawer-link-inner:hover {
          background: rgba(120, 144, 156, 1.00);
          border: 1px solid rgba(0, 0, 0, 0.00); }
          #link-drawer-stacks_in_6961 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-icon i {
            color: rgba(38, 50, 56, 1.00); }
          #link-drawer-stacks_in_6961 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-title {
            color: rgba(255, 255, 255, 1.00); }
      #link-drawer-stacks_in_6961 .link-drawer-list .link-drawer-link-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 0px; }
        #link-drawer-stacks_in_6961 .link-drawer-list .link-drawer-link-icon i {
          color: rgba(55, 71, 79, 1.00);
          font-size: 200px; }
        #link-drawer-stacks_in_6961 .link-drawer-list .link-drawer-link-icon .link-drawer-image {
          width: 100%;
          height: auto;
          max-width: 200px; }
      #link-drawer-stacks_in_6961 .link-drawer-list .link-drawer-link-title {
        /*  */
        font-family: "";
        /*  */
        color: rgba(113, 128, 143, 1.00);
        font-size: 18px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        text-align: center; }

@media (max-width: 480px) {
  /*  */
  #link-drawer-stacks_in_6961 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_6961 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_6961 .link-drawer-list .link-drawer-link.hide-m {
        display: none; }
      #link-drawer-stacks_in_6961 .link-drawer-list .link-drawer-link-icon i {
        font-size: 120px; }
        #link-drawer-stacks_in_6961 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 120px; }
      #link-drawer-stacks_in_6961 .link-drawer-list .link-drawer-link-title {
        font-size: 16px; }
  /*  */ }

@media (min-width: 480px) and (max-width: 768px) {
  /*  */
  #link-drawer-stacks_in_6961 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_6961 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_6961 .link-drawer-list .link-drawer-link.hide-t {
        display: none; }
      #link-drawer-stacks_in_6961 .link-drawer-list .link-drawer-link-icon i {
        font-size: 160px; }
        #link-drawer-stacks_in_6961 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 160px; }
      #link-drawer-stacks_in_6961 .link-drawer-list .link-drawer-link-title {
        font-size: 18px; }
  /*  */ }

@media (min-width: 768px) {
  /*  */
  #link-drawer-stacks_in_6961 .link-drawer-list .link-drawer-link.hide-d {
    display: none; }
  /*  */ }

#stacks_in_6963 {
	font-weight: bold;
}

#stacks_in_6965 {
	font-weight: bold;
}
#responsive-timeline-item-stacks_in_6970 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_6973 {
	font-size: 120%;
	font-weight: bold;
}
#link-drawer-stacks_in_6974 {
  max-width: 700px;
  width: calc(100% - (0px*2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  box-sizing: border-box;
  transition: all 0.3s ease; }
  #link-drawer-stacks_in_6974.toggle-full .link-drawer-toggle {
    width: calc(100% + (0px * 2)); }
  #link-drawer-stacks_in_6974.toggle-fixed .link-drawer-toggle {
    width: 150px; }
  #link-drawer-stacks_in_6974.toggle-left .link-drawer-toggle {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  #link-drawer-stacks_in_6974.toggle-center .link-drawer-toggle {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  #link-drawer-stacks_in_6974.toggle-right .link-drawer-toggle {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  #link-drawer-stacks_in_6974.link-drawer-fixed {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */
    overflow: visible;
    border: 0px solid rgba(195, 216, 220, 1.00);
    /*  */
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1000000000000000;
    /*  */ }
    #link-drawer-stacks_in_6974.link-drawer-fixed.toggle-full .link-drawer-toggle {
      box-sizing: content-box;
      left: 0;
      right: 0; }
    #link-drawer-stacks_in_6974.link-drawer-fixed.toggle-left .link-drawer-toggle {
      left: -0px; }
    #link-drawer-stacks_in_6974.link-drawer-fixed.toggle-center .link-drawer-toggle {
      left: 0;
      right: 0;
      margin: 0 auto; }
    #link-drawer-stacks_in_6974.link-drawer-fixed.toggle-right .link-drawer-toggle {
      right: -0px; }
    #link-drawer-stacks_in_6974.link-drawer-fixed.link-drawer-bottom {
      /*  */
      bottom: 0;
      border-radius: 0px 0px 0 0;
      /*  */
      border-bottom: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      /*  */ }
      #link-drawer-stacks_in_6974.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        position: absolute;
        margin-top: -35px;
        border-radius: 0px 0px 0 0; }
      #link-drawer-stacks_in_6974.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        bottom: 100%; }
      #link-drawer-stacks_in_6974.link-drawer-fixed.link-drawer-bottom.toggle-left {
        border-top-left-radius: 0; }
      #link-drawer-stacks_in_6974.link-drawer-fixed.link-drawer-bottom.toggle-right {
        border-top-right-radius: 0; }
      #link-drawer-stacks_in_6974.link-drawer-fixed.link-drawer-bottom.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_6974.link-drawer-fixed.link-drawer-bottom.toggle-full .link-drawer-toggle {
          border-radius: 0px 0px 0 0; }
    #link-drawer-stacks_in_6974.link-drawer-fixed.link-drawer-top {
      /*  */
      top: 0;
      border-radius: 0 0 0px 0px;
      /*  */
      border-top: 0;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      /*  */
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      #link-drawer-stacks_in_6974.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        position: absolute;
        margin-bottom: -35px;
        border-radius: 0 0 0px 0px; }
      #link-drawer-stacks_in_6974.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        top: 100%; }
      #link-drawer-stacks_in_6974.link-drawer-fixed.link-drawer-top .link-drawer-toggle-close i {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      #link-drawer-stacks_in_6974.link-drawer-fixed.link-drawer-top.toggle-left {
        border-bottom-left-radius: 0; }
      #link-drawer-stacks_in_6974.link-drawer-fixed.link-drawer-top.toggle-right {
        border-bottom-right-radius: 0; }
      #link-drawer-stacks_in_6974.link-drawer-fixed.link-drawer-top.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_6974.link-drawer-fixed.link-drawer-top.toggle-full .link-drawer-toggle {
          border-radius: 0 0 0px 0px; }
    #link-drawer-stacks_in_6974.link-drawer-fixed.link-drawer-open {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      #link-drawer-stacks_in_6974.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      #link-drawer-stacks_in_6974.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
        display: none; }
    #link-drawer-stacks_in_6974.link-drawer-fixed.on-scroll-to, #link-drawer-stacks_in_6974.link-drawer-fixed.on-scroll-past {
      /*  */
      opacity: 0;
      visibility: hidden;
      /*  */ }
    #link-drawer-stacks_in_6974.link-drawer-fixed .link-drawer-toggle {
      border-radius: inherit;
      /*  */
      position: absolute;
      /*  */ }
  #link-drawer-stacks_in_6974.link-drawer-inline .link-drawer-list {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */ }
  #link-drawer-stacks_in_6974.link-drawer-inline:not(.link-drawer-open) .link-drawer-list {
    /*  */
    height: 0;
    border: none;
    transition-delay: 300s;
    transition: border 0.3s ease;
    /*  */ }
  #link-drawer-stacks_in_6974.link-drawer-inline .link-drawer-toggle {
    margin-bottom: 10px;
    border-radius: 0px; }
  #link-drawer-stacks_in_6974.link-drawer-inline .link-drawer-list {
    border: 0px solid rgba(195, 216, 220, 1.00);
    border-radius: 0px; }
  #link-drawer-stacks_in_6974.link-drawer-inline .link-drawer-toggle-close i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  #link-drawer-stacks_in_6974 * {
    box-sizing: border-box; }
  #link-drawer-stacks_in_6974.link-drawer-open {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    #link-drawer-stacks_in_6974.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #link-drawer-stacks_in_6974.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
      display: none; }
  #link-drawer-stacks_in_6974 .link-drawer-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    font-size: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: rgba(255, 255, 255, 1.00);
    background: rgba(120, 144, 156, 1.00); }
    #link-drawer-stacks_in_6974 .link-drawer-toggle:hover {
      color: rgba(255, 255, 255, 1.00);
      background: rgba(84, 110, 122, 1.00); }
    #link-drawer-stacks_in_6974 .link-drawer-toggle-icon-hide i {
      display: none; }
    #link-drawer-stacks_in_6974 .link-drawer-toggle .link-drawer-toggle-close {
      display: none; }
      #link-drawer-stacks_in_6974 .link-drawer-toggle .link-drawer-toggle-close i {
        font-size: 14px; }
    #link-drawer-stacks_in_6974 .link-drawer-toggle .link-drawer-toggle-open {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #link-drawer-stacks_in_6974 .link-drawer-toggle .link-drawer-toggle-open i {
        font-size: 24px; }
    #link-drawer-stacks_in_6974 .link-drawer-toggle span {
      /*  */
      font-family: "";
      /*  */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    #link-drawer-stacks_in_6974 .link-drawer-toggle i {
      margin-right: 8px; }
  #link-drawer-stacks_in_6974 .link-drawer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    /*  */ }
    #link-drawer-stacks_in_6974 .link-drawer-list div {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    #link-drawer-stacks_in_6974 .link-drawer-list .link-drawer-link {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      cursor: pointer;
      text-decoration: none;
      padding: calc(0px/2);
      /*  */
      width: 50.000000%;
      max-width: 50.000000%;
      /*  */ }
      #link-drawer-stacks_in_6974 .link-drawer-list .link-drawer-link-inner {
        padding: 30px 0px;
        border-radius: 3px;
        background: rgba(207, 216, 220, 1.00);
        /*  */
        height: 100%;
        /*  */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border: 1px solid rgba(0, 0, 0, 0.00); }
        #link-drawer-stacks_in_6974 .link-drawer-list .link-drawer-link-inner:hover {
          background: rgba(120, 144, 156, 1.00);
          border: 1px solid rgba(0, 0, 0, 0.00); }
          #link-drawer-stacks_in_6974 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-icon i {
            color: rgba(38, 50, 56, 1.00); }
          #link-drawer-stacks_in_6974 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-title {
            color: rgba(255, 255, 255, 1.00); }
      #link-drawer-stacks_in_6974 .link-drawer-list .link-drawer-link-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 0px; }
        #link-drawer-stacks_in_6974 .link-drawer-list .link-drawer-link-icon i {
          color: rgba(55, 71, 79, 1.00);
          font-size: 200px; }
        #link-drawer-stacks_in_6974 .link-drawer-list .link-drawer-link-icon .link-drawer-image {
          width: 100%;
          height: auto;
          max-width: 200px; }
      #link-drawer-stacks_in_6974 .link-drawer-list .link-drawer-link-title {
        /*  */
        font-family: "";
        /*  */
        color: rgba(113, 128, 143, 1.00);
        font-size: 18px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        text-align: center; }

@media (max-width: 480px) {
  /*  */
  #link-drawer-stacks_in_6974 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_6974 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_6974 .link-drawer-list .link-drawer-link.hide-m {
        display: none; }
      #link-drawer-stacks_in_6974 .link-drawer-list .link-drawer-link-icon i {
        font-size: 120px; }
        #link-drawer-stacks_in_6974 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 120px; }
      #link-drawer-stacks_in_6974 .link-drawer-list .link-drawer-link-title {
        font-size: 16px; }
  /*  */ }

@media (min-width: 480px) and (max-width: 768px) {
  /*  */
  #link-drawer-stacks_in_6974 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_6974 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_6974 .link-drawer-list .link-drawer-link.hide-t {
        display: none; }
      #link-drawer-stacks_in_6974 .link-drawer-list .link-drawer-link-icon i {
        font-size: 160px; }
        #link-drawer-stacks_in_6974 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 160px; }
      #link-drawer-stacks_in_6974 .link-drawer-list .link-drawer-link-title {
        font-size: 18px; }
  /*  */ }

@media (min-width: 768px) {
  /*  */
  #link-drawer-stacks_in_6974 .link-drawer-list .link-drawer-link.hide-d {
    display: none; }
  /*  */ }

#stacks_in_6976 {
	font-weight: bold;
}

#stacks_in_6969 {
	font-weight: bold;
}
#responsive-timeline-item-stacks_in_6991 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_6994 {
	font-size: 120%;
	font-weight: bold;
}
#link-drawer-stacks_in_6995 {
  max-width: 700px;
  width: calc(100% - (0px*2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  box-sizing: border-box;
  transition: all 0.3s ease; }
  #link-drawer-stacks_in_6995.toggle-full .link-drawer-toggle {
    width: calc(100% + (0px * 2)); }
  #link-drawer-stacks_in_6995.toggle-fixed .link-drawer-toggle {
    width: 150px; }
  #link-drawer-stacks_in_6995.toggle-left .link-drawer-toggle {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  #link-drawer-stacks_in_6995.toggle-center .link-drawer-toggle {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  #link-drawer-stacks_in_6995.toggle-right .link-drawer-toggle {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  #link-drawer-stacks_in_6995.link-drawer-fixed {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */
    overflow: visible;
    border: 0px solid rgba(195, 216, 220, 1.00);
    /*  */
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1000000000000000;
    /*  */ }
    #link-drawer-stacks_in_6995.link-drawer-fixed.toggle-full .link-drawer-toggle {
      box-sizing: content-box;
      left: 0;
      right: 0; }
    #link-drawer-stacks_in_6995.link-drawer-fixed.toggle-left .link-drawer-toggle {
      left: -0px; }
    #link-drawer-stacks_in_6995.link-drawer-fixed.toggle-center .link-drawer-toggle {
      left: 0;
      right: 0;
      margin: 0 auto; }
    #link-drawer-stacks_in_6995.link-drawer-fixed.toggle-right .link-drawer-toggle {
      right: -0px; }
    #link-drawer-stacks_in_6995.link-drawer-fixed.link-drawer-bottom {
      /*  */
      bottom: 0;
      border-radius: 0px 0px 0 0;
      /*  */
      border-bottom: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      /*  */ }
      #link-drawer-stacks_in_6995.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        position: absolute;
        margin-top: -35px;
        border-radius: 0px 0px 0 0; }
      #link-drawer-stacks_in_6995.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        bottom: 100%; }
      #link-drawer-stacks_in_6995.link-drawer-fixed.link-drawer-bottom.toggle-left {
        border-top-left-radius: 0; }
      #link-drawer-stacks_in_6995.link-drawer-fixed.link-drawer-bottom.toggle-right {
        border-top-right-radius: 0; }
      #link-drawer-stacks_in_6995.link-drawer-fixed.link-drawer-bottom.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_6995.link-drawer-fixed.link-drawer-bottom.toggle-full .link-drawer-toggle {
          border-radius: 0px 0px 0 0; }
    #link-drawer-stacks_in_6995.link-drawer-fixed.link-drawer-top {
      /*  */
      top: 0;
      border-radius: 0 0 0px 0px;
      /*  */
      border-top: 0;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      /*  */
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      #link-drawer-stacks_in_6995.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        position: absolute;
        margin-bottom: -35px;
        border-radius: 0 0 0px 0px; }
      #link-drawer-stacks_in_6995.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        top: 100%; }
      #link-drawer-stacks_in_6995.link-drawer-fixed.link-drawer-top .link-drawer-toggle-close i {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      #link-drawer-stacks_in_6995.link-drawer-fixed.link-drawer-top.toggle-left {
        border-bottom-left-radius: 0; }
      #link-drawer-stacks_in_6995.link-drawer-fixed.link-drawer-top.toggle-right {
        border-bottom-right-radius: 0; }
      #link-drawer-stacks_in_6995.link-drawer-fixed.link-drawer-top.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_6995.link-drawer-fixed.link-drawer-top.toggle-full .link-drawer-toggle {
          border-radius: 0 0 0px 0px; }
    #link-drawer-stacks_in_6995.link-drawer-fixed.link-drawer-open {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      #link-drawer-stacks_in_6995.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      #link-drawer-stacks_in_6995.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
        display: none; }
    #link-drawer-stacks_in_6995.link-drawer-fixed.on-scroll-to, #link-drawer-stacks_in_6995.link-drawer-fixed.on-scroll-past {
      /*  */
      opacity: 0;
      visibility: hidden;
      /*  */ }
    #link-drawer-stacks_in_6995.link-drawer-fixed .link-drawer-toggle {
      border-radius: inherit;
      /*  */
      position: absolute;
      /*  */ }
  #link-drawer-stacks_in_6995.link-drawer-inline .link-drawer-list {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */ }
  #link-drawer-stacks_in_6995.link-drawer-inline:not(.link-drawer-open) .link-drawer-list {
    /*  */
    height: 0;
    border: none;
    transition-delay: 300s;
    transition: border 0.3s ease;
    /*  */ }
  #link-drawer-stacks_in_6995.link-drawer-inline .link-drawer-toggle {
    margin-bottom: 10px;
    border-radius: 0px; }
  #link-drawer-stacks_in_6995.link-drawer-inline .link-drawer-list {
    border: 0px solid rgba(195, 216, 220, 1.00);
    border-radius: 0px; }
  #link-drawer-stacks_in_6995.link-drawer-inline .link-drawer-toggle-close i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  #link-drawer-stacks_in_6995 * {
    box-sizing: border-box; }
  #link-drawer-stacks_in_6995.link-drawer-open {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    #link-drawer-stacks_in_6995.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #link-drawer-stacks_in_6995.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
      display: none; }
  #link-drawer-stacks_in_6995 .link-drawer-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    font-size: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: rgba(255, 255, 255, 1.00);
    background: rgba(120, 144, 156, 1.00); }
    #link-drawer-stacks_in_6995 .link-drawer-toggle:hover {
      color: rgba(255, 255, 255, 1.00);
      background: rgba(84, 110, 122, 1.00); }
    #link-drawer-stacks_in_6995 .link-drawer-toggle-icon-hide i {
      display: none; }
    #link-drawer-stacks_in_6995 .link-drawer-toggle .link-drawer-toggle-close {
      display: none; }
      #link-drawer-stacks_in_6995 .link-drawer-toggle .link-drawer-toggle-close i {
        font-size: 14px; }
    #link-drawer-stacks_in_6995 .link-drawer-toggle .link-drawer-toggle-open {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #link-drawer-stacks_in_6995 .link-drawer-toggle .link-drawer-toggle-open i {
        font-size: 24px; }
    #link-drawer-stacks_in_6995 .link-drawer-toggle span {
      /*  */
      font-family: "";
      /*  */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    #link-drawer-stacks_in_6995 .link-drawer-toggle i {
      margin-right: 8px; }
  #link-drawer-stacks_in_6995 .link-drawer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    /*  */ }
    #link-drawer-stacks_in_6995 .link-drawer-list div {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    #link-drawer-stacks_in_6995 .link-drawer-list .link-drawer-link {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      cursor: pointer;
      text-decoration: none;
      padding: calc(0px/2);
      /*  */
      width: 50.000000%;
      max-width: 50.000000%;
      /*  */ }
      #link-drawer-stacks_in_6995 .link-drawer-list .link-drawer-link-inner {
        padding: 30px 0px;
        border-radius: 3px;
        background: rgba(207, 216, 220, 1.00);
        /*  */
        height: 100%;
        /*  */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border: 1px solid rgba(0, 0, 0, 0.00); }
        #link-drawer-stacks_in_6995 .link-drawer-list .link-drawer-link-inner:hover {
          background: rgba(120, 144, 156, 1.00);
          border: 1px solid rgba(0, 0, 0, 0.00); }
          #link-drawer-stacks_in_6995 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-icon i {
            color: rgba(38, 50, 56, 1.00); }
          #link-drawer-stacks_in_6995 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-title {
            color: rgba(255, 255, 255, 1.00); }
      #link-drawer-stacks_in_6995 .link-drawer-list .link-drawer-link-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 0px; }
        #link-drawer-stacks_in_6995 .link-drawer-list .link-drawer-link-icon i {
          color: rgba(55, 71, 79, 1.00);
          font-size: 200px; }
        #link-drawer-stacks_in_6995 .link-drawer-list .link-drawer-link-icon .link-drawer-image {
          width: 100%;
          height: auto;
          max-width: 200px; }
      #link-drawer-stacks_in_6995 .link-drawer-list .link-drawer-link-title {
        /*  */
        font-family: "";
        /*  */
        color: rgba(113, 128, 143, 1.00);
        font-size: 18px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        text-align: center; }

@media (max-width: 480px) {
  /*  */
  #link-drawer-stacks_in_6995 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_6995 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_6995 .link-drawer-list .link-drawer-link.hide-m {
        display: none; }
      #link-drawer-stacks_in_6995 .link-drawer-list .link-drawer-link-icon i {
        font-size: 120px; }
        #link-drawer-stacks_in_6995 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 120px; }
      #link-drawer-stacks_in_6995 .link-drawer-list .link-drawer-link-title {
        font-size: 16px; }
  /*  */ }

@media (min-width: 480px) and (max-width: 768px) {
  /*  */
  #link-drawer-stacks_in_6995 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_6995 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_6995 .link-drawer-list .link-drawer-link.hide-t {
        display: none; }
      #link-drawer-stacks_in_6995 .link-drawer-list .link-drawer-link-icon i {
        font-size: 160px; }
        #link-drawer-stacks_in_6995 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 160px; }
      #link-drawer-stacks_in_6995 .link-drawer-list .link-drawer-link-title {
        font-size: 18px; }
  /*  */ }

@media (min-width: 768px) {
  /*  */
  #link-drawer-stacks_in_6995 .link-drawer-list .link-drawer-link.hide-d {
    display: none; }
  /*  */ }

#stacks_in_6997 {
	font-weight: bold;
}

#stacks_in_6999 {
	font-weight: bold;
}
#responsive-timeline-item-stacks_in_7002 img {
  width: px;
  height: px;
  margin: px px px px; }

#stacks_in_7005 {
	font-size: 120%;
	font-weight: bold;
}
#link-drawer-stacks_in_7006 {
  max-width: 700px;
  width: calc(100% - (0px*2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  box-sizing: border-box;
  transition: all 0.3s ease; }
  #link-drawer-stacks_in_7006.toggle-full .link-drawer-toggle {
    width: calc(100% + (0px * 2)); }
  #link-drawer-stacks_in_7006.toggle-fixed .link-drawer-toggle {
    width: 150px; }
  #link-drawer-stacks_in_7006.toggle-left .link-drawer-toggle {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  #link-drawer-stacks_in_7006.toggle-center .link-drawer-toggle {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  #link-drawer-stacks_in_7006.toggle-right .link-drawer-toggle {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  #link-drawer-stacks_in_7006.link-drawer-fixed {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */
    overflow: visible;
    border: 0px solid rgba(195, 216, 220, 1.00);
    /*  */
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1000000000000000;
    /*  */ }
    #link-drawer-stacks_in_7006.link-drawer-fixed.toggle-full .link-drawer-toggle {
      box-sizing: content-box;
      left: 0;
      right: 0; }
    #link-drawer-stacks_in_7006.link-drawer-fixed.toggle-left .link-drawer-toggle {
      left: -0px; }
    #link-drawer-stacks_in_7006.link-drawer-fixed.toggle-center .link-drawer-toggle {
      left: 0;
      right: 0;
      margin: 0 auto; }
    #link-drawer-stacks_in_7006.link-drawer-fixed.toggle-right .link-drawer-toggle {
      right: -0px; }
    #link-drawer-stacks_in_7006.link-drawer-fixed.link-drawer-bottom {
      /*  */
      bottom: 0;
      border-radius: 0px 0px 0 0;
      /*  */
      border-bottom: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      /*  */ }
      #link-drawer-stacks_in_7006.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        position: absolute;
        margin-top: -35px;
        border-radius: 0px 0px 0 0; }
      #link-drawer-stacks_in_7006.link-drawer-fixed.link-drawer-bottom .link-drawer-toggle {
        bottom: 100%; }
      #link-drawer-stacks_in_7006.link-drawer-fixed.link-drawer-bottom.toggle-left {
        border-top-left-radius: 0; }
      #link-drawer-stacks_in_7006.link-drawer-fixed.link-drawer-bottom.toggle-right {
        border-top-right-radius: 0; }
      #link-drawer-stacks_in_7006.link-drawer-fixed.link-drawer-bottom.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_7006.link-drawer-fixed.link-drawer-bottom.toggle-full .link-drawer-toggle {
          border-radius: 0px 0px 0 0; }
    #link-drawer-stacks_in_7006.link-drawer-fixed.link-drawer-top {
      /*  */
      top: 0;
      border-radius: 0 0 0px 0px;
      /*  */
      border-top: 0;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      /*  */
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      #link-drawer-stacks_in_7006.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        position: absolute;
        margin-bottom: -35px;
        border-radius: 0 0 0px 0px; }
      #link-drawer-stacks_in_7006.link-drawer-fixed.link-drawer-top .link-drawer-toggle {
        top: 100%; }
      #link-drawer-stacks_in_7006.link-drawer-fixed.link-drawer-top .link-drawer-toggle-close i {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      #link-drawer-stacks_in_7006.link-drawer-fixed.link-drawer-top.toggle-left {
        border-bottom-left-radius: 0; }
      #link-drawer-stacks_in_7006.link-drawer-fixed.link-drawer-top.toggle-right {
        border-bottom-right-radius: 0; }
      #link-drawer-stacks_in_7006.link-drawer-fixed.link-drawer-top.toggle-full {
        border-radius: 0; }
        #link-drawer-stacks_in_7006.link-drawer-fixed.link-drawer-top.toggle-full .link-drawer-toggle {
          border-radius: 0 0 0px 0px; }
    #link-drawer-stacks_in_7006.link-drawer-fixed.link-drawer-open {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      #link-drawer-stacks_in_7006.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      #link-drawer-stacks_in_7006.link-drawer-fixed.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
        display: none; }
    #link-drawer-stacks_in_7006.link-drawer-fixed.on-scroll-to, #link-drawer-stacks_in_7006.link-drawer-fixed.on-scroll-past {
      /*  */
      opacity: 0;
      visibility: hidden;
      /*  */ }
    #link-drawer-stacks_in_7006.link-drawer-fixed .link-drawer-toggle {
      border-radius: inherit;
      /*  */
      position: absolute;
      /*  */ }
  #link-drawer-stacks_in_7006.link-drawer-inline .link-drawer-list {
    /*  */
    background: rgba(207, 216, 220, 1.00);
    /*  */
    /*  */
    /*  */
    /*  */ }
  #link-drawer-stacks_in_7006.link-drawer-inline:not(.link-drawer-open) .link-drawer-list {
    /*  */
    height: 0;
    border: none;
    transition-delay: 300s;
    transition: border 0.3s ease;
    /*  */ }
  #link-drawer-stacks_in_7006.link-drawer-inline .link-drawer-toggle {
    margin-bottom: 10px;
    border-radius: 0px; }
  #link-drawer-stacks_in_7006.link-drawer-inline .link-drawer-list {
    border: 0px solid rgba(195, 216, 220, 1.00);
    border-radius: 0px; }
  #link-drawer-stacks_in_7006.link-drawer-inline .link-drawer-toggle-close i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  #link-drawer-stacks_in_7006 * {
    box-sizing: border-box; }
  #link-drawer-stacks_in_7006.link-drawer-open {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    #link-drawer-stacks_in_7006.link-drawer-open .link-drawer-toggle .link-drawer-toggle-close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #link-drawer-stacks_in_7006.link-drawer-open .link-drawer-toggle .link-drawer-toggle-open {
      display: none; }
  #link-drawer-stacks_in_7006 .link-drawer-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    font-size: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: rgba(255, 255, 255, 1.00);
    background: rgba(120, 144, 156, 1.00); }
    #link-drawer-stacks_in_7006 .link-drawer-toggle:hover {
      color: rgba(255, 255, 255, 1.00);
      background: rgba(84, 110, 122, 1.00); }
    #link-drawer-stacks_in_7006 .link-drawer-toggle-icon-hide i {
      display: none; }
    #link-drawer-stacks_in_7006 .link-drawer-toggle .link-drawer-toggle-close {
      display: none; }
      #link-drawer-stacks_in_7006 .link-drawer-toggle .link-drawer-toggle-close i {
        font-size: 14px; }
    #link-drawer-stacks_in_7006 .link-drawer-toggle .link-drawer-toggle-open {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #link-drawer-stacks_in_7006 .link-drawer-toggle .link-drawer-toggle-open i {
        font-size: 24px; }
    #link-drawer-stacks_in_7006 .link-drawer-toggle span {
      /*  */
      font-family: "";
      /*  */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    #link-drawer-stacks_in_7006 .link-drawer-toggle i {
      margin-right: 8px; }
  #link-drawer-stacks_in_7006 .link-drawer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    /*  */ }
    #link-drawer-stacks_in_7006 .link-drawer-list div {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    #link-drawer-stacks_in_7006 .link-drawer-list .link-drawer-link {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      cursor: pointer;
      text-decoration: none;
      padding: calc(0px/2);
      /*  */
      width: 50.000000%;
      max-width: 50.000000%;
      /*  */ }
      #link-drawer-stacks_in_7006 .link-drawer-list .link-drawer-link-inner {
        padding: 30px 0px;
        border-radius: 3px;
        background: rgba(207, 216, 220, 1.00);
        /*  */
        height: 100%;
        /*  */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border: 1px solid rgba(0, 0, 0, 0.00); }
        #link-drawer-stacks_in_7006 .link-drawer-list .link-drawer-link-inner:hover {
          background: rgba(120, 144, 156, 1.00);
          border: 1px solid rgba(0, 0, 0, 0.00); }
          #link-drawer-stacks_in_7006 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-icon i {
            color: rgba(38, 50, 56, 1.00); }
          #link-drawer-stacks_in_7006 .link-drawer-list .link-drawer-link-inner:hover .link-drawer-link-title {
            color: rgba(255, 255, 255, 1.00); }
      #link-drawer-stacks_in_7006 .link-drawer-list .link-drawer-link-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 0px; }
        #link-drawer-stacks_in_7006 .link-drawer-list .link-drawer-link-icon i {
          color: rgba(55, 71, 79, 1.00);
          font-size: 200px; }
        #link-drawer-stacks_in_7006 .link-drawer-list .link-drawer-link-icon .link-drawer-image {
          width: 100%;
          height: auto;
          max-width: 200px; }
      #link-drawer-stacks_in_7006 .link-drawer-list .link-drawer-link-title {
        /*  */
        font-family: "";
        /*  */
        color: rgba(113, 128, 143, 1.00);
        font-size: 18px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        text-align: center; }

@media (max-width: 480px) {
  /*  */
  #link-drawer-stacks_in_7006 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_7006 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_7006 .link-drawer-list .link-drawer-link.hide-m {
        display: none; }
      #link-drawer-stacks_in_7006 .link-drawer-list .link-drawer-link-icon i {
        font-size: 120px; }
        #link-drawer-stacks_in_7006 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 120px; }
      #link-drawer-stacks_in_7006 .link-drawer-list .link-drawer-link-title {
        font-size: 16px; }
  /*  */ }

@media (min-width: 480px) and (max-width: 768px) {
  /*  */
  #link-drawer-stacks_in_7006 .link-drawer-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
    #link-drawer-stacks_in_7006 .link-drawer-list .link-drawer-link {
      width: 50.000000%;
      max-width: 50.000000%; }
      #link-drawer-stacks_in_7006 .link-drawer-list .link-drawer-link.hide-t {
        display: none; }
      #link-drawer-stacks_in_7006 .link-drawer-list .link-drawer-link-icon i {
        font-size: 160px; }
        #link-drawer-stacks_in_7006 .link-drawer-list .link-drawer-link-icon i .link-drawer-image {
          max-width: 160px; }
      #link-drawer-stacks_in_7006 .link-drawer-list .link-drawer-link-title {
        font-size: 18px; }
  /*  */ }

@media (min-width: 768px) {
  /*  */
  #link-drawer-stacks_in_7006 .link-drawer-list .link-drawer-link.hide-d {
    display: none; }
  /*  */ }

#stacks_in_7008 {
	font-weight: bold;
}

#stacks_in_7001 {
	font-weight: bold;
}
