/*  */
#flex-stacks_in_17 {
  margin: 0 auto;
  max-width: 700px; }
  #flex-stacks_in_17 .flex-controls {
    /*  */
    font-family: "Raleway";
    /*  */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    #flex-stacks_in_17 .flex-controls.no-inner-text #flex-toggle-stacks_in_17::before {
      display: none; }
    #flex-stacks_in_17 .flex-controls.no-outer-text #flex-toggle-text-stacks_in_17 {
      display: none; }
    #flex-stacks_in_17 .flex-controls #flex-toggle-text-stacks_in_17 {
      color: rgba(69, 90, 100, 1.00);
      font-size: 13px;
      cursor: pointer;
      font-weight: bold;
      margin-right: 10px;
      display: inline-block; }
      #flex-stacks_in_17 .flex-controls #flex-toggle-text-stacks_in_17::before {
        display: inline-block;
        content: 'schließe alles'; }
      #flex-stacks_in_17 .flex-controls #flex-toggle-text-stacks_in_17.off::before {
        content: 'öffne alles'; }
    #flex-stacks_in_17 .flex-controls #flex-toggle-stacks_in_17 {
      width: 40px;
      height: 20px;
      border-radius: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 2px;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      cursor: pointer;
      position: relative;
      background: rgba(252, 102, 102, 1.00);
      transition: background 1s ease; }
      #flex-stacks_in_17 .flex-controls #flex-toggle-stacks_in_17::before {
        content: 'ON';
        top: 50%;
        left: 50%;
        display: block;
        opacity: 0;
        font-size: 12px;
        color: rgba(252, 102, 102, 1.00);
        font-weight: bold;
        position: absolute;
        font-family: "Roboto";
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-animation-name: text-animation-off;
                animation-name: text-animation-off;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-duration: 1s;
                animation-duration: 1s; }
      #flex-stacks_in_17 .flex-controls #flex-toggle-stacks_in_17 .flex-toggle-inner {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        width: 100%;
        border-radius: inherit;
        max-width: 40px;
        background: rgba(255, 255, 255, 1.00);
        transition: all 0.3s ease-out;
        -webkit-animation-name: toggle-animation-off;
                animation-name: toggle-animation-off;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-duration: 1s;
                animation-duration: 1s; }
      #flex-stacks_in_17 .flex-controls #flex-toggle-stacks_in_17.off {
        background: rgba(149, 191, 17, 1.00); }
        #flex-stacks_in_17 .flex-controls #flex-toggle-stacks_in_17.off .flex-toggle-inner {
          -webkit-animation-name: toggle-animation-on;
                  animation-name: toggle-animation-on;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards;
          -webkit-animation-duration: 1s;
                  animation-duration: 1s; }
        #flex-stacks_in_17 .flex-controls #flex-toggle-stacks_in_17.off::before {
          content: 'OFF';
          color: rgba(149, 191, 17, 1.00);
          -webkit-animation-name: text-animation-on;
                  animation-name: text-animation-on;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards;
          -webkit-animation-duration: 1s;
                  animation-duration: 1s; }
  #flex-stacks_in_17 .flex-grid {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 4px;
    overflow: hidden;
    list-style-type: none; }
    #flex-stacks_in_17 .flex-grid-row {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    #flex-stacks_in_17 .flex-grid-item-stacks_in_17 {
      box-sizing: border-box;
      transition: all 0.3s ease; }
      #flex-stacks_in_17 .flex-grid-item-stacks_in_17 .flex-item-content-stacks_in_17 {
        height: 0;
        overflow: hidden;
        position: relative;
        box-sizing: border-box;
        transition: all 0.3s ease; }
        #flex-stacks_in_17 .flex-grid-item-stacks_in_17 .flex-item-content-stacks_in_17 .flex-item-content-inner-stacks_in_17 {
          /*  */
          font-family: "Rubik";
          /*  */
          z-index: 10;
          position: relative;
          padding: 20px 20px;
          box-sizing: border-box;
          transition: all 0.3s ease; }
        #flex-stacks_in_17 .flex-grid-item-stacks_in_17 .flex-item-content-stacks_in_17::before {
          z-index: 5;
          content: '';
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          display: block;
          position: absolute; }
      #flex-stacks_in_17 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 {
        /*  */
        font-family: "Raleway";
        /*  */
        padding: 6px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
        position: relative;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        box-sizing: border-box;
        transition: all 0.2s ease; }
        #flex-stacks_in_17 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17:hover {
          /*  */
          padding: 35px 20px;
          box-sizing: border-box;
          transition: 0.3s ease;
          /*  */ }
          #flex-stacks_in_17 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17:hover .header-toggle-icon {
            /*  */
            -webkit-transform: rotate(90deg);
                    transform: rotate(90deg);
            transition: 0.3s ease;
            /*  */ }
        #flex-stacks_in_17 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-icon, #flex-stacks_in_17 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-title, #flex-stacks_in_17 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-toggle-icon {
          z-index: 2; }
        #flex-stacks_in_17 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-icon {
          font-size: 30px;
          margin-right: 20px;
          box-sizing: border-box;
          transition: all 0.3s ease; }
        #flex-stacks_in_17 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-toggle-icon {
          font-size: 20px;
          margin-left: auto;
          box-sizing: border-box;
          transition: all 0.3s ease; }
        #flex-stacks_in_17 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-title {
          font-size: 14px;
          line-height: 19.600000px;
          font-weight: bold;
          margin-right: 20px;
          letter-spacing: 1px;
          box-sizing: border-box;
          transition: all 0.3s ease; }
        #flex-stacks_in_17 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17::before {
          content: '';
          display: none;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 1; }
  #flex-stacks_in_17 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_17 .flex-item-content-stacks_in_17 {
    height: auto; }
  #flex-stacks_in_17 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 {
    padding: 10px 20px; }
    #flex-stacks_in_17 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17:hover {
      padding: 10px 20px; }
      #flex-stacks_in_17 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17:hover .header-toggle-icon {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    #flex-stacks_in_17 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-icon {
      font-size: 30px; }
    #flex-stacks_in_17 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-title {
      font-size: 13px; }
    #flex-stacks_in_17 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-toggle-icon::before {
      content: '\f12a';
      transition: all 0.3s ease; }
    #flex-stacks_in_17 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17::before {
      display: block; }

#flex-stacks_in_17.layout-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

#flex-stacks_in_17.no-open-all-toggle .flex-controls {
  display: none; }

#flex-stacks_in_17.uppercase-headers .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 {
  text-transform: uppercase; }

#flex-stacks_in_17.shared-background .flex-grid-item-stacks_in_17 {
  /*  */
  background: rgba(30, 41, 57, 1.00) !important;
  /*  */
  /*  */
  /*  */ }

#flex-stacks_in_17.shared-header-overlay .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17::before {
  background: rgba(0, 0, 0, 0.50) !important; }

#flex-stacks_in_17.header-hover-overlays .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17:hover::before {
  /*  */
  display: block;
  /*  */ }

#flex-stacks_in_17.header-hover-overlays .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17:hover .header-title, #flex-stacks_in_17.header-hover-overlays .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17:hover .header-toggle-icon {
  /*  */
  color: rgba(255, 255, 255, 1.00) !important;
  /*  */ }

#flex-stacks_in_17.header-hover-overlays .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17:hover .header-icon {
  /*  */
  color: rgba(255, 255, 255, 1.00) !important;
  /*  */ }

#flex-stacks_in_17.shared-title .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-title, #flex-stacks_in_17.shared-title .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-toggle-icon {
  color: rgba(255, 255, 255, 1.00) !important; }

#flex-stacks_in_17.shared-title .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-title, #flex-stacks_in_17.shared-title .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-toggle-icon {
  color: rgba(255, 255, 255, 1.00) !important; }

#flex-stacks_in_17.shared-icon .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-icon {
  color: rgba(255, 255, 255, 1.00) !important; }

#flex-stacks_in_17.shared-icon .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-icon {
  color: rgba(255, 255, 255, 1.00) !important; }

#flex-stacks_in_17.shared-content-text .flex-grid-item-stacks_in_17 .flex-item-content-stacks_in_17 .flex-item-content-inner-stacks_in_17 {
  color: rgba(255, 255, 255, 1.00) !important; }

#flex-stacks_in_17.shared-content-overlay .flex-grid-item-stacks_in_17 .flex-item-content-stacks_in_17::before {
  background: rgba(0, 0, 0, 0.00) !important; }

@media (min-width: 480px) and (max-width: 768px) {
  #flex-stacks_in_17 .flex-grid {
    border-radius: 4px; }
    #flex-stacks_in_17 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-icon {
      font-size: 30px; }
    #flex-stacks_in_17 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-title {
      font-size: 14px;
      line-height: 19.600000px; }
    #flex-stacks_in_17 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-toggle-icon {
      font-size: 20px; }
  #flex-stacks_in_17 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-icon {
    font-size: 30px; }
  #flex-stacks_in_17 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-title {
    font-size: 13px;
    line-height: 18.199999px; } }

@media (max-width: 480px) {
  #flex-stacks_in_17 .flex-grid {
    border-radius: 4px; }
    #flex-stacks_in_17 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-icon {
      font-size: 30px; }
    #flex-stacks_in_17 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-title {
      font-size: 14px;
      line-height: 19.600000px; }
    #flex-stacks_in_17 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-toggle-icon {
      font-size: 20px; }
  #flex-stacks_in_17 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-icon {
    font-size: 30px; }
  #flex-stacks_in_17 .flex-grid .flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-title {
    font-size: 13px;
    line-height: 18.199999px; } }

@-webkit-keyframes toggle-animation-on {
  0% {
    max-width: 50%;
    margin-left: 50%; }
  25% {
    max-width: 100%;
    margin-left: 0%; }
  50% {
    max-width: 100%;
    margin-left: 0%; }
  75% {
    max-width: 100%;
    margin-left: 0%; }
  100% {
    max-width: 50%;
    margin-left: 0%; } }

@keyframes toggle-animation-on {
  0% {
    max-width: 50%;
    margin-left: 50%; }
  25% {
    max-width: 100%;
    margin-left: 0%; }
  50% {
    max-width: 100%;
    margin-left: 0%; }
  75% {
    max-width: 100%;
    margin-left: 0%; }
  100% {
    max-width: 50%;
    margin-left: 0%; } }

@-webkit-keyframes toggle-animation-off {
  0% {
    max-width: 50%;
    margin-left: 0%; }
  25% {
    max-width: 100%;
    margin-left: 0%; }
  50% {
    max-width: 100%;
    margin-left: 0%; }
  75% {
    max-width: 100%;
    margin-left: 0%; }
  100% {
    max-width: 50%;
    margin-left: 50%; } }

@keyframes toggle-animation-off {
  0% {
    max-width: 50%;
    margin-left: 0%; }
  25% {
    max-width: 100%;
    margin-left: 0%; }
  50% {
    max-width: 100%;
    margin-left: 0%; }
  75% {
    max-width: 100%;
    margin-left: 0%; }
  100% {
    max-width: 50%;
    margin-left: 50%; } }

@-webkit-keyframes text-animation-off {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes text-animation-off {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes text-animation-on {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes text-animation-on {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }
#flex-item-stacks_in_19 .flex-grid-item-stacks_in_17 {
  /*  */
  background: rgba(30, 41, 57, 1.00);
  /*  */
  /*  */
  /*  */ }
  #flex-item-stacks_in_19 .flex-grid-item-stacks_in_17 .flex-item-content-stacks_in_17 {
    background: rgba(0, 0, 0, 0.00); }
    #flex-item-stacks_in_19 .flex-grid-item-stacks_in_17 .flex-item-content-stacks_in_17 .flex-item-content-inner-stacks_in_17 {
      color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_19 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17::before {
    background: rgba(0, 0, 0, 0.20); }
  #flex-item-stacks_in_19 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_19 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-toggle-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_19 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-title {
    color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_19.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_19.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-toggle-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_19.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-title {
  color: rgba(255, 255, 255, 1.00); }
#stacks_in_63_float {
	float:left;
	width:40%;
}/* Start Compare stack CSS code */#stacks_in_98 img{	max-width: none !important;	padding: 0 !important;	margin: 0 !important;}.stacks_in_98Slider {    position: relative;    overflow: hidden;} .stacks_in_98Slider img {    width: 100%;    display:block;} .stacks_in_98Slider .stacks_in_98Resize {    position: absolute;    top:0;    left: 0;    height: 100%;    width: 50%;    overflow: hidden;}.stacks_in_98Slider .stacks_in_98Handle { /* Thin line seperator */  position:absolute;   left:50%;  top:0;  bottom:0;  width:3px;  margin-left:-1px;  background: #FFFFFF;  cursor: ew-resize;} .stacks_in_98Slider .stacks_in_98Handle:after {  /* Big orange knob  */    position: absolute;    top: 50%;    width: 50px;    height: 50px;    margin: -24px 0 0 -24px;     content:'\21c4';    color:#333333;    font-weight:bold;    font-size:29px;    text-align:center;    line-height:50px;     background: #FFFFFF;    border-radius: 50%;    transition:all 0.3s ease;}.stacks_in_98Slider .stacks_in_98Handle.stacks_in_98draggable:after {    width: 25px;    height: 25px;    margin: -11px 0 0 -11px;    line-height:25px;    font-size:14px;}/* End Compare stack CSS code */
#stacks_in_98 {
	padding: 0px 10px 0px 0px;
}
#flex-item-stacks_in_39 .flex-grid-item-stacks_in_17 {
  /*  */
  background: rgba(30, 41, 57, 1.00);
  /*  */
  /*  */
  /*  */ }
  #flex-item-stacks_in_39 .flex-grid-item-stacks_in_17 .flex-item-content-stacks_in_17 {
    background: rgba(0, 0, 0, 0.00); }
    #flex-item-stacks_in_39 .flex-grid-item-stacks_in_17 .flex-item-content-stacks_in_17 .flex-item-content-inner-stacks_in_17 {
      color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_39 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17::before {
    background: rgba(0, 0, 0, 0.20); }
  #flex-item-stacks_in_39 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_39 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-toggle-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_39 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-title {
    color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_39.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_39.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-toggle-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_39.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-title {
  color: rgba(255, 255, 255, 1.00); }
#stacks_in_68_float {
	float:left;
	width:40%;
}/* Start Compare stack CSS code */#stacks_in_99 img{	max-width: none !important;	padding: 0 !important;	margin: 0 !important;}.stacks_in_99Slider {    position: relative;    overflow: hidden;} .stacks_in_99Slider img {    width: 100%;    display:block;} .stacks_in_99Slider .stacks_in_99Resize {    position: absolute;    top:0;    left: 0;    height: 100%;    width: 50%;    overflow: hidden;}.stacks_in_99Slider .stacks_in_99Handle { /* Thin line seperator */  position:absolute;   left:50%;  top:0;  bottom:0;  width:3px;  margin-left:-1px;  background: #FFFFFF;  cursor: ew-resize;} .stacks_in_99Slider .stacks_in_99Handle:after {  /* Big orange knob  */    position: absolute;    top: 50%;    width: 50px;    height: 50px;    margin: -24px 0 0 -24px;     content:'\21c4';    color:#333333;    font-weight:bold;    font-size:29px;    text-align:center;    line-height:50px;     background: #FFFFFF;    border-radius: 50%;    transition:all 0.3s ease;}.stacks_in_99Slider .stacks_in_99Handle.stacks_in_99draggable:after {    width: 25px;    height: 25px;    margin: -11px 0 0 -11px;    line-height:25px;    font-size:14px;}/* End Compare stack CSS code */
#stacks_in_99 {
	padding: 0px 10px 0px 0px;
}
#flex-item-stacks_in_42 .flex-grid-item-stacks_in_17 {
  /*  */
  background: rgba(30, 41, 57, 1.00);
  /*  */
  /*  */
  /*  */ }
  #flex-item-stacks_in_42 .flex-grid-item-stacks_in_17 .flex-item-content-stacks_in_17 {
    background: rgba(0, 0, 0, 0.00); }
    #flex-item-stacks_in_42 .flex-grid-item-stacks_in_17 .flex-item-content-stacks_in_17 .flex-item-content-inner-stacks_in_17 {
      color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_42 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17::before {
    background: rgba(0, 0, 0, 0.20); }
  #flex-item-stacks_in_42 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_42 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-toggle-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_42 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-title {
    color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_42.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_42.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-toggle-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_42.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-title {
  color: rgba(255, 255, 255, 1.00); }
#stacks_in_73_float {
	float:left;
	width:40%;
}/* Start Compare stack CSS code */#stacks_in_100 img{	max-width: none !important;	padding: 0 !important;	margin: 0 !important;}.stacks_in_100Slider {    position: relative;    overflow: hidden;} .stacks_in_100Slider img {    width: 100%;    display:block;} .stacks_in_100Slider .stacks_in_100Resize {    position: absolute;    top:0;    left: 0;    height: 100%;    width: 50%;    overflow: hidden;}.stacks_in_100Slider .stacks_in_100Handle { /* Thin line seperator */  position:absolute;   left:50%;  top:0;  bottom:0;  width:3px;  margin-left:-1px;  background: #FFFFFF;  cursor: ew-resize;} .stacks_in_100Slider .stacks_in_100Handle:after {  /* Big orange knob  */    position: absolute;    top: 50%;    width: 50px;    height: 50px;    margin: -24px 0 0 -24px;     content:'\21c4';    color:#333333;    font-weight:bold;    font-size:29px;    text-align:center;    line-height:50px;     background: #FFFFFF;    border-radius: 50%;    transition:all 0.3s ease;}.stacks_in_100Slider .stacks_in_100Handle.stacks_in_100draggable:after {    width: 25px;    height: 25px;    margin: -11px 0 0 -11px;    line-height:25px;    font-size:14px;}/* End Compare stack CSS code */
#stacks_in_100 {
	padding: 0px 10px 0px 0px;
}
#flex-item-stacks_in_45 .flex-grid-item-stacks_in_17 {
  /*  */
  background: rgba(30, 41, 57, 1.00);
  /*  */
  /*  */
  /*  */ }
  #flex-item-stacks_in_45 .flex-grid-item-stacks_in_17 .flex-item-content-stacks_in_17 {
    background: rgba(0, 0, 0, 0.00); }
    #flex-item-stacks_in_45 .flex-grid-item-stacks_in_17 .flex-item-content-stacks_in_17 .flex-item-content-inner-stacks_in_17 {
      color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_45 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17::before {
    background: rgba(0, 0, 0, 0.20); }
  #flex-item-stacks_in_45 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_45 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-toggle-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_45 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-title {
    color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_45.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_45.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-toggle-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_45.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-title {
  color: rgba(255, 255, 255, 1.00); }
#stacks_in_78_float {
	float:left;
	width:33%;
}/* Start Compare stack CSS code */#stacks_in_101 img{	max-width: none !important;	padding: 0 !important;	margin: 0 !important;}.stacks_in_101Slider {    position: relative;    overflow: hidden;} .stacks_in_101Slider img {    width: 100%;    display:block;} .stacks_in_101Slider .stacks_in_101Resize {    position: absolute;    top:0;    left: 0;    height: 100%;    width: 50%;    overflow: hidden;}.stacks_in_101Slider .stacks_in_101Handle { /* Thin line seperator */  position:absolute;   left:50%;  top:0;  bottom:0;  width:3px;  margin-left:-1px;  background: #FFFFFF;  cursor: ew-resize;} .stacks_in_101Slider .stacks_in_101Handle:after {  /* Big orange knob  */    position: absolute;    top: 50%;    width: 50px;    height: 50px;    margin: -24px 0 0 -24px;     content:'\21c4';    color:#333333;    font-weight:bold;    font-size:29px;    text-align:center;    line-height:50px;     background: #FFFFFF;    border-radius: 50%;    transition:all 0.3s ease;}.stacks_in_101Slider .stacks_in_101Handle.stacks_in_101draggable:after {    width: 25px;    height: 25px;    margin: -11px 0 0 -11px;    line-height:25px;    font-size:14px;}/* End Compare stack CSS code */
#stacks_in_101 {
	padding: 0px 10px 0px 0px;
}
#flex-item-stacks_in_48 .flex-grid-item-stacks_in_17 {
  /*  */
  background: rgba(30, 41, 57, 1.00);
  /*  */
  /*  */
  /*  */ }
  #flex-item-stacks_in_48 .flex-grid-item-stacks_in_17 .flex-item-content-stacks_in_17 {
    background: rgba(0, 0, 0, 0.00); }
    #flex-item-stacks_in_48 .flex-grid-item-stacks_in_17 .flex-item-content-stacks_in_17 .flex-item-content-inner-stacks_in_17 {
      color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_48 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17::before {
    background: rgba(0, 0, 0, 0.20); }
  #flex-item-stacks_in_48 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_48 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-toggle-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_48 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-title {
    color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_48.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_48.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-toggle-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_48.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-title {
  color: rgba(255, 255, 255, 1.00); }
#stacks_in_83_float {
	float:left;
	width:33%;
}/* Start Compare stack CSS code */#stacks_in_102 img{	max-width: none !important;	padding: 0 !important;	margin: 0 !important;}.stacks_in_102Slider {    position: relative;    overflow: hidden;} .stacks_in_102Slider img {    width: 100%;    display:block;} .stacks_in_102Slider .stacks_in_102Resize {    position: absolute;    top:0;    left: 0;    height: 100%;    width: 50%;    overflow: hidden;}.stacks_in_102Slider .stacks_in_102Handle { /* Thin line seperator */  position:absolute;   left:50%;  top:0;  bottom:0;  width:3px;  margin-left:-1px;  background: #FFFFFF;  cursor: ew-resize;} .stacks_in_102Slider .stacks_in_102Handle:after {  /* Big orange knob  */    position: absolute;    top: 50%;    width: 50px;    height: 50px;    margin: -24px 0 0 -24px;     content:'\21c4';    color:#333333;    font-weight:bold;    font-size:29px;    text-align:center;    line-height:50px;     background: #FFFFFF;    border-radius: 50%;    transition:all 0.3s ease;}.stacks_in_102Slider .stacks_in_102Handle.stacks_in_102draggable:after {    width: 25px;    height: 25px;    margin: -11px 0 0 -11px;    line-height:25px;    font-size:14px;}/* End Compare stack CSS code */
#stacks_in_102 {
	padding: 0px 10px 0px 0px;
}
#flex-item-stacks_in_51 .flex-grid-item-stacks_in_17 {
  /*  */
  background: rgba(30, 41, 57, 1.00);
  /*  */
  /*  */
  /*  */ }
  #flex-item-stacks_in_51 .flex-grid-item-stacks_in_17 .flex-item-content-stacks_in_17 {
    background: rgba(0, 0, 0, 0.00); }
    #flex-item-stacks_in_51 .flex-grid-item-stacks_in_17 .flex-item-content-stacks_in_17 .flex-item-content-inner-stacks_in_17 {
      color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_51 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17::before {
    background: rgba(0, 0, 0, 0.20); }
  #flex-item-stacks_in_51 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_51 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-toggle-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_51 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-title {
    color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_51.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_51.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-toggle-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_51.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-title {
  color: rgba(255, 255, 255, 1.00); }
#stacks_in_88_float {
	float:left;
	width:33%;
}/* Start Compare stack CSS code */#stacks_in_103 img{	max-width: none !important;	padding: 0 !important;	margin: 0 !important;}.stacks_in_103Slider {    position: relative;    overflow: hidden;} .stacks_in_103Slider img {    width: 100%;    display:block;} .stacks_in_103Slider .stacks_in_103Resize {    position: absolute;    top:0;    left: 0;    height: 100%;    width: 50%;    overflow: hidden;}.stacks_in_103Slider .stacks_in_103Handle { /* Thin line seperator */  position:absolute;   left:50%;  top:0;  bottom:0;  width:3px;  margin-left:-1px;  background: #FFFFFF;  cursor: ew-resize;} .stacks_in_103Slider .stacks_in_103Handle:after {  /* Big orange knob  */    position: absolute;    top: 50%;    width: 50px;    height: 50px;    margin: -24px 0 0 -24px;     content:'\21c4';    color:#333333;    font-weight:bold;    font-size:29px;    text-align:center;    line-height:50px;     background: #FFFFFF;    border-radius: 50%;    transition:all 0.3s ease;}.stacks_in_103Slider .stacks_in_103Handle.stacks_in_103draggable:after {    width: 25px;    height: 25px;    margin: -11px 0 0 -11px;    line-height:25px;    font-size:14px;}/* End Compare stack CSS code */
#stacks_in_103 {
	padding: 0px 10px 0px 0px;
}
#flex-item-stacks_in_54 .flex-grid-item-stacks_in_17 {
  /*  */
  background: rgba(30, 41, 57, 1.00);
  /*  */
  /*  */
  /*  */ }
  #flex-item-stacks_in_54 .flex-grid-item-stacks_in_17 .flex-item-content-stacks_in_17 {
    background: rgba(0, 0, 0, 0.00); }
    #flex-item-stacks_in_54 .flex-grid-item-stacks_in_17 .flex-item-content-stacks_in_17 .flex-item-content-inner-stacks_in_17 {
      color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_54 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17::before {
    background: rgba(0, 0, 0, 0.20); }
  #flex-item-stacks_in_54 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_54 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-toggle-icon {
    color: rgba(255, 255, 255, 1.00); }
  #flex-item-stacks_in_54 .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-title {
    color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_54.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_54.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-toggle-icon {
  color: rgba(255, 255, 255, 1.00); }

#flex-item-stacks_in_54.flex-grid-row.flex-item-opened .flex-grid-item-stacks_in_17 .flex-item-header-stacks_in_17 .header-title {
  color: rgba(255, 255, 255, 1.00); }
#stacks_in_93_float {
	float:left;
	width:33%;
}/* Start Compare stack CSS code */#stacks_in_104 img{	max-width: none !important;	padding: 0 !important;	margin: 0 !important;}.stacks_in_104Slider {    position: relative;    overflow: hidden;} .stacks_in_104Slider img {    width: 100%;    display:block;} .stacks_in_104Slider .stacks_in_104Resize {    position: absolute;    top:0;    left: 0;    height: 100%;    width: 50%;    overflow: hidden;}.stacks_in_104Slider .stacks_in_104Handle { /* Thin line seperator */  position:absolute;   left:50%;  top:0;  bottom:0;  width:3px;  margin-left:-1px;  background: #FFFFFF;  cursor: ew-resize;} .stacks_in_104Slider .stacks_in_104Handle:after {  /* Big orange knob  */    position: absolute;    top: 50%;    width: 50px;    height: 50px;    margin: -24px 0 0 -24px;     content:'\21c4';    color:#333333;    font-weight:bold;    font-size:29px;    text-align:center;    line-height:50px;     background: #FFFFFF;    border-radius: 50%;    transition:all 0.3s ease;}.stacks_in_104Slider .stacks_in_104Handle.stacks_in_104draggable:after {    width: 25px;    height: 25px;    margin: -11px 0 0 -11px;    line-height:25px;    font-size:14px;}/* End Compare stack CSS code */
#stacks_in_104 {
	padding: 0px 10px 0px 0px;
}
