/*
 * com.onelittledesigner.content_1ld_css
 */

.content-1ld-svg-icon>svg,svg.content-1ld-svg-icon{height:32px;width:32px;display:inline-block}.content-1ld-button,.content-1ld-image{margin:16px 0}.content-1ld-button a{padding:12px 24px;text-decoration:none;display:inline-block;white-space:nowrap}.content-1ld-image{width:100%;display:block;box-sizing:border-box}.content-1ld-image[data-no-image]{aspect-ratio:1.7778;display:block;background-size:contain;background-position:center;background-repeat:no-repeat;background-color:#f3f3f3}.mez.selected:has(>div>.content-1ld-image):after{content:"";position:absolute;inset:0;background-color:rgba(38,128,252,.1)}div[tag=slice]:has(>div>div>.content-1ld-content){margin:12px 0}.content-1ld-content div.mez,.content-1ld-content+div>.mez:has(>div[tag=node]),.mez:has(>div>.content-1ld-content){background-color:transparent;border:0 solid transparent;padding:0;margin:0}.mez:has(>div>.content-1ld-content)>:not(.in){visibility:hidden}.content-1ld-content div[tag=node]{min-width:5px!important;min-height:5px!important;color:inherit}div.mez.bare.selected:has(>div>.content-1ld-content){background-color:rgba(38,128,252,.1)}.content-1ld-svg-icon{font-size:0!important;line-height:1!important}.content-1ld-svg-icon>svg{font-size:0;line-height:1}.content-1ld-text.material-icons{font-size:32px}.ionicons-svg-outline{fill:none!important;stroke-width:32px}.content-1ld-button{line-height:1.1}.content-1ld-button>a{display:inline-flex;align-items:center}.content-1ld-button>a>i,.content-1ld-button>a>svg{margin-right:.5em}@supports (rotate:180deg){.content-1ld-button>a{gap:.5em}.content-1ld-button>a>i,.content-1ld-button>a>svg{margin-right:0}}.content-1ld-button a>i{font-size:22px}.content-1ld-button a>svg{height:22px;width:22px}div.out[tag=slice] .content-1ld-button>a>div{min-height:0}div.out[tag=slice] .content-1ld-button a>svg+div.out{display:inline-block}
div.mez.bare.selected:after:has(>div>.content-1ld-button){content:"";position:absolute;left:0;top:0;right:0;bottom:0;pointer-events:none;background-color:rgba(38,128,252,.1)}


:root {
  --multi_columns_stacks_in_2:1fr;
}
#multi_columns_stacks_in_2 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_2);
  grid-gap: 32px;
  
  align-items: center;
  
  
  
  
}
#multi_columns_stacks_in_2 > div {
  min-width: 0;
}
#multi_columns_stacks_in_2 + .deluxe-columns {
  margin-top: 32px;
}
#multi_columns_stacks_in_2 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_2 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}




#stacks_in_7 {
	word-spacing: -1px;
}
.element_stacks_in_8[data-deluxe-el][data-deluxe-text] {
  
  margin-top: 0px;
  margin-bottom: 30px;
  
  
}

/*  */
#article-list-stacks_in_33 {
  
  background-color : rgba(230, 230, 230, 1.00);
}

#article-list-stacks_in_33 {
  padding: 0px 20px;
  max-width: 880px;
  border-radius: 0px;
  margin: 0px auto;
  box-sizing: border-box; }
  
  #article-list-stacks_in_33 * {
    box-sizing: border-box; }
  #article-list-stacks_in_33 .article-list-grid {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    #article-list-stacks_in_33 .article-list-grid-item {
      overflow: hidden; }
      #article-list-stacks_in_33 .article-list-grid-item:last-child .article-outer {
        border-bottom: none; }
  #article-list-stacks_in_33 .article-outer {
    padding: 16px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    overflow: hidden;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  #article-list-stacks_in_33 .article {
    display: flex;
    flex-direction: column;
    justify-content: center;
            align-items: center;
 }
    #article-list-stacks_in_33 .article .article-top {
      width: 100%;
      display: grid;
     grid-template-columns: 80px 1fr;
     grid-gap: 16px;
     align-items: center;
     justify-items: center;
    }
    #article-list-stacks_in_33 .article-list-grid-item.active-expand .article .article-top {
      grid-gap: 32px;
    }
    #article-list-stacks_in_33.float-left .article-list-grid-item.active-expand .article .article-top,
    #article-list-stacks_in_33.float-right .article-list-grid-item.active-expand .article .article-top {
      align-items: flex-end;
    }
    #article-list-stacks_in_33 .article .article-top.article-thumbnail-right {
      grid-template-columns: 1fr 80px;
    }
    #article-list-stacks_in_33 .article .article-top.article-no-thumbnail {
      grid-template-columns: 1fr;
    }
    #article-list-stacks_in_33 .article .article-top.article-thumbnail-right > .article-image {
      grid-column: 2;
      grid-row: 1;
    }
    #article-list-stacks_in_33 .article .article-top.article-thumbnail-right > .article-header {
      grid-column: 1;
      grid-row: 1;
    }
    #article-list-stacks_in_33 p,
    #article-list-stacks_in_33 .article-content {
      font-size: 18px;
      line-height: 1.6;
      color: rgba(0, 0, 0, 0.60);
    }
    #article-list-stacks_in_33 .article-title {
      margin: 0 0 4px 0;
      color: rgba(128, 0, 2, 1.00);
      font-size: 18px;
      line-height: 1.2;
    }
    #article-list-stacks_in_33 .article-custom-head {
      color: rgba(128, 0, 2, 1.00);
    }
    #article-list-stacks_in_33 .article-description {
      font-size: 14px;
      line-height: 1.3;
      color: rgba(0, 0, 0, 0.60);
    }
    #article-list-stacks_in_33 .article-list-grid-item .article-info {
      margin: 5px 5px 0 0;
      font-size: 13px;
      display: inline-block;
      color: rgba(0, 0, 0, 0.60);
      line-height: 1.5;
    }
      #article-list-stacks_in_33 .article-info .info-highlight {
        color: rgba(18, 132, 207, 1.00); }
      #article-list-stacks_in_33 .article-info.info-1::before {
        content: 'By';
        display: inline-block; }
      #article-list-stacks_in_33 .article-info.info-2::before {
        content: 'Posted';
        display: inline-block; }
      #article-list-stacks_in_33 .article-info span {
        margin-left: 3px; }
    #article-list-stacks_in_33 .article-header {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      width: 100%;
      overflow: hidden;
    }
    #article-list-stacks_in_33 .article-image {
      background: rgba(51, 51, 51, 1.00);
      width: 80px;
      height: 80px;
      border-radius: 40px;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      overflow: hidden;
      position: relative;
      background-size: cover;
      background-position: center;
    }
    #article-list-stacks_in_33 .article-featured-image {
      display: none;
    }
      #article-list-stacks_in_33 .article-image::before, #article-list-stacks_in_33 .article-image .article-image-icon {
        content: '';
        top: 0;
        left: 0;
        z-index: 2;
        opacity: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        pointer-events: none;
      }
      #article-list-stacks_in_33 .article-image::before {
        z-index: 4;
        opacity: 0.5;
        transition: opacity 0.3s ease; }
      #article-list-stacks_in_33 .article-image .article-image-icon {
        opacity: 1;
        color: rgba(255, 255, 255, 1.00);
        fill: rgba(255, 255, 255, 1.00);
        left: 50%;
        transform: translate(-50%,0);
        width: 40.000000px;
        text-align: center;
      }
      #article-list-stacks_in_33 .article-image .article-image-icon i {
        font-size: 40.000000px;
        line-height: 80px;
      }
      #article-list-stacks_in_33 .article-image .article-image-icon-hover {
        opacity: 0;
      }
        #article-list-stacks_in_33 .article-back-arrow {
          display: inline-block;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          text-rendering: auto;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
        }
      #article-list-stacks_in_33 .article-image img {
        width: 100%;
        z-index: 3;
        height: auto;
        position: relative;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        border-radius: 40px; }
    #article-list-stacks_in_33 .article-content {
      margin: 32px 0 0 0;
      padding: 24.000000px 0;
      border-top: 1px solid rgba(0, 0, 0, 0.10);
    }
    /*  */
    #article-list-stacks_in_33 .article-content {
      width: 720px;
      visibility: hidden;
      position: absolute;
      pointer-events: none;
    }
    #article-list-stacks_in_33 .article-content,
    #article-list-stacks_in_33 .article-content * {
      visibility: hidden;
    }
    /*  */
      #article-list-stacks_in_33.hide-divider .article-content {
        margin: 0;
        border-top: 0px solid transparent;
      }
      #article-list-stacks_in_33 .article h1, #article-list-stacks_in_33 .article h2, #article-list-stacks_in_33 .article h3, #article-list-stacks_in_33 .article h4, #article-list-stacks_in_33 .article h5, #article-list-stacks_in_33 .article h6 {
        color: rgba(128, 0, 2, 1.00);
      }
      #article-list-stacks_in_33 .article-content p a,
      #article-list-stacks_in_33 .article-content p a:visited {
        text-decoration: underline;
        color: rgba(18, 132, 207, 1.00);
      }
      #article-list-stacks_in_33 .article-content p a:hover {
        color: rgba(2, 116, 191, 1.00);
      }
    #article-list-stacks_in_33 .article-close {
      color: rgba(0, 0, 0, 0.85);
      padding-bottom: 16px;
      width: 100%;
      display: none;
      cursor: pointer;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-transform: uppercase;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      #article-list-stacks_in_33 .article-close .article-back-arrow {
        margin-right: 10px;
        width: 32px;
        height: 32px;
      }
      #article-list-stacks_in_33 .article-close .article-back-arrow svg {
        stroke: rgba(0, 0, 0, 0.85);
        color: rgba(0, 0, 0, 0.85);
      }
  #article-list-stacks_in_33 .article-list-grid-item:not(.active):hover {
    cursor: pointer; }
    #article-list-stacks_in_33 .article-list-grid-item:not(.active):hover .article-title, #article-list-stacks_in_33 .article-list-grid-item:not(.active):hover .article-description {
      text-decoration: none; }
    #article-list-stacks_in_33 .article-list-grid-item:not(.active):hover .article-image {
      overflow: hidden; }
      #article-list-stacks_in_33 .article-list-grid-item:not(.active):hover .article-image::before {
        opacity: 0.5;
        background: rgba(51, 51, 51, 1.00);
      }
      #article-list-stacks_in_33 .article-list-grid-item:not(.active):hover .article-image .article-image-icon {
        opacity: 0;
      }
      #article-list-stacks_in_33 .article-list-grid-item:not(.active):hover .article-image .article-image-icon-hover {
        opacity: 1;
        z-index: 4;
        color: rgba(255, 255, 255, 1.00);
      }
  #article-list-stacks_in_33 .article-list-grid-item.active .article-outer::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 5;
    display: block;
    position: fixed;
    transition: all 0.3s ease;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    -webkit-animation: article-bg-expand 0.5s 0.5s;
            animation: article-bg-expand 0.5s 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    pointer-events: none;}
    #article-list-stacks_in_33 .article-list-grid-item.active .article-outer::before {
      
      background-color : rgba(230, 230, 230, 1.00);
    }
    
  #article-list-stacks_in_33 .article-list-grid-item.active .article {
    -webkit-animation: article-active 0.3s, article-open 0.5s 0.6s;
            animation: article-active 0.3s, article-open 0.5s 0.6s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  #article-list-stacks_in_33 .article-list-grid-item.active-expand .article-outer {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    overflow-y: scroll;
    z-index: 9999;
    padding: 16px 0px; }
  #article-list-stacks_in_33 .article-list-grid-item.active-expand .article {
    z-index: 7;
    margin: 0 auto;
    position: relative;
            flex-direction: column;
     }
    #article-list-stacks_in_33 .article-list-grid-item.active-expand .article .article-close,
    #article-list-stacks_in_33.float-left .article-list-grid-item.active-expand .article .article-top,
    #article-list-stacks_in_33.float-right .article-list-grid-item.active-expand .article .article-top,
    #article-list-stacks_in_33.fill-header .article-list-grid-item.active-expand .article .article-top,
    #article-list-stacks_in_33.full-width .article-list-grid-item.active-expand .article .article-header,
    #article-list-stacks_in_33 .article-list-grid-item.active-expand .article .article-content {
      width: 720px;
      max-width: calc(100% -  48px);
    }
    #article-list-stacks_in_33 .article-list-grid-item .article-links,
    #article-list-stacks_in_33.fill-header .article-list-grid-item.active-expand .article-thumbnail,
    #article-list-stacks_in_33.full-width .article-list-grid-item.active-expand .article-thumbnail,
    #article-list-stacks_in_33.fill-header .article-list-grid-item.active-expand .article-thumbnail.article-has-image,
    #article-list-stacks_in_33.full-width .article-list-grid-item.active-expand .article-thumbnail.article-has-image,
    #article-list-stacks_in_33 .article-list-grid-item.active-expand .article-featured-image + .article-thumbnail,
    #article-list-stacks_in_33 .article-list-grid-item.active-expand .article-featured-image + .article-thumbnail {
      display: none;
    }
    #article-list-stacks_in_33 .article-list-grid-item.active-expand .article-links {
      display: flex;
    }
    #article-list-stacks_in_33 .article-list-grid-item.active-expand .article-featured-image {
      display: block;
    }
    #article-list-stacks_in_33.float-left .article-list-grid-item.active-expand .article-image,
    #article-list-stacks_in_33.float-right .article-list-grid-item.active-expand .article-image {
      width: 200px;
      height: 200px;
      border-radius: 200px;
    }
    
    #article-list-stacks_in_33.full-width .article-list-grid-item.active-expand .article-image.article-featured-image,
    #article-list-stacks_in_33.fill-header .article-list-grid-item.active-expand .article-image.article-featured-image {
      border-radius: 0px;
    }
    
    #article-list-stacks_in_33.float-left .article-list-grid-item.active-expand .article .article-top {
      grid-template-columns: 200px 1fr;
      justify-items: stretch;
    }
    #article-list-stacks_in_33.float-left .article-list-grid-item.active-expand .article .article-top > .article-image {
      grid-column: 1;
      grid-row: 1;
    }
    #article-list-stacks_in_33.float-left .article-list-grid-item.active-expand .article .article-top > .article-header {
      grid-column: 2;
      grid-row: 1;
    }
    #article-list-stacks_in_33.float-left .article-list-grid-item.active-expand .article .article-top > .article-header:first-child {
      grid-column: -1/1;
      grid-row: 1;
    }
    #article-list-stacks_in_33.float-right .article-list-grid-item.active-expand .article .article-top {
      grid-template-columns: 1fr 200px;
      justify-items: stretch;
      align-items: stretch;
    }
    #article-list-stacks_in_33.float-right .article-list-grid-item.active-expand .article .article-top > .article-image {
      grid-column: 2;
      grid-row: 1;
    }
    #article-list-stacks_in_33.float-right .article-list-grid-item.active-expand .article .article-top > .article-header {
      grid-column: 1;
      grid-row: 1;
    }
    #article-list-stacks_in_33.float-right .article-list-grid-item.active-expand .article .article-top > .article-header:first-child {
      grid-column: -1/1;
      grid-row: 1;
    }
    #article-list-stacks_in_33.full-width .article-list-grid-item.active-expand .article-top {
      width: 1280px;
      max-width: 100%;
    }
    #article-list-stacks_in_33.fill-header .article-list-grid-item.active-expand .article-top {
      width: 720px;
      max-width: 100%;
    }
    #article-list-stacks_in_33.fill-header .article-list-grid-item.active-expand .article-image,
    #article-list-stacks_in_33.full-width .article-list-grid-item.active-expand .article-image {
      width: 100%;
      padding-top: 56.25%;
    }
    @media all and (max-width: 660px) {
      #article-list-stacks_in_33.float-left .article-list-grid-item.active-expand .article .article-top,
      #article-list-stacks_in_33.float-right .article-list-grid-item.active-expand .article .article-top {
          grid-template-columns: 1fr;
      }
      #article-list-stacks_in_33.float-left .article-list-grid-item.active-expand .article .article-top > .article-image,
      #article-list-stacks_in_33.float-right .article-list-grid-item.active-expand .article .article-top > .article-image {
        grid-column: 1;
        grid-row: 1;
        max-width: 100%;
     }
      #article-list-stacks_in_33.float-left .article-list-grid-item.active-expand .article .article-top > .article-header,
      #article-list-stacks_in_33.float-right .article-list-grid-item.active-expand .article .article-top > .article-header {
        grid-column: 1;
        grid-row: 2;
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        padding-left: 0;
        max-width: 100%; }
    }
    @media all and (max-width: 1280px) {
      #article-list-stacks_in_33.full-width .article-list-grid-item.active-expand .article-image.article-featured-image {
        border-radius: 0px;
      }
    }
    #article-list-stacks_in_33.fill-header .article-list-grid-item.active-expand .article .article-top,
    #article-list-stacks_in_33.full-width .article-list-grid-item.active-expand .article .article-top {
      display: flex;
      flex-direction: column;
    }
    #article-list-stacks_in_33.fill-header .article-list-grid-item.active-expand .article .article-top > .article-image,
    #article-list-stacks_in_33.full-width .article-list-grid-item.active-expand .article .article-top > .article-image {
      grid-row: 1;
      grid-column: 1;
    }
    #article-list-stacks_in_33.fill-header .article-list-grid-item.active-expand .article .article-top > .article-header,
    #article-list-stacks_in_33.full-width .article-list-grid-item.active-expand .article .article-top > .article-header {
      grid-row: 2;
      grid-column: 1;
    }

    #article-list-stacks_in_33 .article-list-grid-item.active-expand .article-info.info-2::before {
      margin-left: 0; }
    #article-list-stacks_in_33 .article-list-grid-item.active-expand {
      font-size: 18px;
    }
    #article-list-stacks_in_33 .active-expand .article-title {
      font-size: 32px;
    }
    #article-list-stacks_in_33 .active-expand .article-info {
      font-size: 15px;
    }
    #article-list-stacks_in_33 .article-links {
      font-size: 14px;
      margin-top: 12px;
    }
    #article-list-stacks_in_33 .article-links i {
      font-size: 22px;
    }
    #article-list-stacks_in_33 .article-links > div[tag="node"],
    #article-list-stacks_in_33 .article-links {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
    }
    #article-list-stacks_in_33 .article-links svg {
      height: 22px;
      width: 22px;
    }
    #article-list-stacks_in_33 .article-links .content-1ld-button {
      margin-right: 12px;
    }
    #article-list-stacks_in_33 .article-description {
      margin: 0;
    }
    #article-list-stacks_in_33 .active-expand .article-description {
      overflow: hidden;
      white-space: normal;
      text-overflow: clip;
      -webkit-line-clamp: 999;
      margin: 0 0 4px 0;
      font-size: 20px;
      font-style: italic;
    }
    #article-list-stacks_in_33.float-right .article-list-grid-item.active-expand .article-header,
    #article-list-stacks_in_33.float-left .article-list-grid-item.active-expand .article-header {
      padding-right: 0;
    }
    #article-list-stacks_in_33 .article-list-grid-item.active-expand .article-content {
      position: relative;
      pointer-events: auto;
      display: block;
      height: 100%;
      width: 100%;
    }
    #article-list-stacks_in_33 .article-list-grid-item.active-expand .article-content,
    #article-list-stacks_in_33 .article-list-grid-item.active-expand .article-content * {
      visibility: visible;
    }
      #article-list-stacks_in_33 .article-list-grid-item.active-expand .article-image img {
        transition: none; }
      #article-list-stacks_in_33.float-left .article-list-grid-item.active-expand .article-image .article-image-icon,
      #article-list-stacks_in_33.float-right .article-list-grid-item.active-expand .article-image .article-image-icon {
        width: 200px;
        height: 200px;
      }
      #article-list-stacks_in_33.float-left .article-list-grid-item.active-expand .article-image .article-image-icon i,
      #article-list-stacks_in_33.float-right .article-list-grid-item.active-expand .article-image .article-image-icon i {
        line-height: 200px;
        font-size: 100.000000px;
      }
    #article-list-stacks_in_33 .article-list-grid-item.active-expand .article-close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  #article-list-stacks_in_33 .article-list-grid-item.active-close .article-outer {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  #article-list-stacks_in_33 .article-list-grid-item:not(.active-expand) .article-title,
  #article-list-stacks_in_33.ellipsed .article-list-grid-item:not(.active-expand) .article-description {
    /*  */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /*  */
  }
  #article-list-stacks_in_33 .article-list-grid-item:not(.active-expand) .article-title {
    -webkit-line-clamp: 1;
  }






@-webkit-keyframes article-active {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@keyframes article-active {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@-webkit-keyframes article-open {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes article-open {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes article-bg-expand {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@keyframes article-bg-expand {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }
/*  */
#c1ld_stacks_in_43,#c1ld_stacks_in_43 > svg,.mez p#c1ld_stacks_in_43 + div {}#c1ld_stacks_in_43.content-1ld-button a {grid-gap: 2px;border: 0px solid rgba(0, 0, 0, 0.15);border-radius: 4px;background-color: rgba(255, 255, 255, 0.00);color: rgba(0, 0, 0, 0.60);margin-left: 0;margin-right: 0;padding: 0px 0px;}#c1ld_stacks_in_43.content-1ld-button a div {line-height: 1;}#c1ld_stacks_in_43.content-1ld-button a:hover {border-color: rgba(0, 0, 0, 0.00);background-color: rgba(255, 255, 255, 0.00);color: rgba(0, 0, 0, 0.75);}#c1ld_stacks_in_43.content-1ld-button.content-1ld-content a > svg {fill: rgba(0, 0, 0, 0.60);stroke: rgba(0, 0, 0, 0.60);}#c1ld_stacks_in_43.content-1ld-button.content-1ld-content a:hover > svg {fill: rgba(0, 0, 0, 0.75);stroke: rgba(0, 0, 0, 0.75);}.mez #c1ld_stacks_in_43 a {margin-top: 1px;}#c1ld_stacks_in_43.content-1ld-content {margin: 0;}
#c1ld_stacks_in_35,#c1ld_stacks_in_35 > svg,.mez p#c1ld_stacks_in_35 + div {text-align: left;}#c1ld_stacks_in_35 {clear: both;}#c1ld_stacks_in_35.content-1ld-content {margin-top: 16px;margin-bottom: 16px;}div#stacks_out_35[tag="slice"]:has(>div>.com_onelittledesigner_stacks_Layouts_2_Content_stack) {margin-top: 16px;margin-bottom: 16px;}#c1ld_stacks_in_35.content-1ld-content:not(i),#c1ld_stacks_in_35.content-1ld-content:not(i) + p[style],#slice_mez_35 #c1ld_stacks_in_35 + div {font-family: roboto;}#slice_mez_35 #c1ld_stacks_in_35+div,#c1ld_stacks_in_35.content-1ld-content,#c1ld_stacks_in_35.content-1ld-content+p[style],h3#c1ld_stacks_in_35.content-1ld-content.content-1ld-heading,i#c1ld_stacks_in_35.content-1ld-content,p#c1ld_stacks_in_35.content-1ld-content.content-1ld-text{color:rgba(0, 0, 0, 0.60);font-size:18px;line-height:1.20}#c1ld_stacks_in_35.content-1ld-content.content-1ld-text>svg{height:18px;width:18px;fill:rgba(0, 0, 0, 0.60);stroke:rgba(0, 0, 0, 0.60)}#c1ld_stacks_in_35.content-1ld-content.content-1ld-button a>i{font-size:%(18 + 4) %px}#c1ld_stacks_in_35.content-1ld-content.content-1ld-button a>svg{height:%(18 + 4) %px;width:%(18 + 4) %px}

#stacks_in_46 {
	font-size: 80%;
}


#stacks_in_182 .vpp-item {
	position: relative;
  padding-bottom: 56.25%; /* 16:9 Video Aspect Ratio */
  height: 0;
	background-position: center;
	background-repeat: no-repeat;
  background-color: #000;
	
	background-size: cover;
	background-image: url("../files/thumbnail-182.png");
	
}
#stacks_in_182 .vpp-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#stacks_in_182 .vpp-item .vpp-play-icon {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-content: center;
	justify-content: center;
}
#stacks_in_182 .vpp-item .vpp-play-icon svg {
	width: 25%;
}
#stacks_in_182 .vpp-item .vpp-play-icon svg path {
	fill: rgba(255, 255, 255, 1.00);/* checks for a plist customItem with an ID = iconColor and replaces the short code the setting's current value. */
}


.deluxe-slider-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(0,-50%);
    left: 16px;
    cursor: pointer;
}
.deluxe-slider-right-arrow {
    left: auto;
    right: 16px;
}
.deluxe-slider-arrow > .slice.empty:before {
    content: "〉";
    background: #fff;
    color: #333;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    display: block;
    text-align: center;
    line-height: 48px;
    font-size: 28px;
    font-weight: bold;
}
.deluxe-slider-left-arrow > .slice.empty:before {
    content: "〈";
}
.deluxe-gallery-wrap {
    position: fixed;
    z-index: 9999;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,0.5);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    justify-items: center;
    text-align: left;
}
.deluxe-gallery-wrap > * {
    align-self: center;
    overflow: visible;
}
.deluxe-gallery-wrap .slick-slide > div,
.deluxe-gallery-wrap .slick-slide > div > div {
  overflow: visible;
}
.deluxe-gallery-wrap .slick-slide > div {
  /* box-shadow: 0px 0px 24px rgba(0,0,0,0.6); */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.deluxe-gallery-wrap .slick-slide .image_stack > div > img {
  width: 85vw;
  height: 85vh;
  object-fit: contain;
}
.deluxe-gallery-wrap .slick-slider {
  max-width: 100vw;
}
.deluxe-gallery-wrap .slick-slider .slick-list {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.is12:not(.slick-slider) {
  columns: 3;
  column-gap: 8px;
  padding: 8px;
}
.is12:not(.slick-slider) > * {
  margin-bottom: 8px;
  cursor: pointer;
  transform: translateZ(0);
}
.is12:not(.slick-slider) .gallery-caption {
  display: none;
}
.deluxe-lightbox-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #fff;
    color: #333;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    display: block;
    line-height: 48px;
    z-index: 99;
    cursor: pointer;
}
.deluxe-gallery-wrap .slick-track {
  display: flex;
}
.deluxe-gallery-wrap .slick-track .slick-slide {
  display: flex;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  align-items: center;
  justify-content: center;
}
.deluxe-lightbox-close svg {
    height: 48px;
    width: 48px;
    padding: 8px;
}
#stacks_in_182 .slick-slide {
  margin: 0px 0px 0px 0px;
}
@media all and (max-width: 600px) {
  .deluxe-slider-arrow {
      top: auto;
      bottom: 16px;
      transform: translate(0,0);
  }
  .deluxe-lightbox-close {
    left: 50%;
    right: auto;
    bottom: 16px;
    top: auto;
    transform: translate(-50%,0);
  }
  .deluxe-gallery-wrap .slick-slide .image_stack > div > img {
    width: 100%;
    height: auto;
  }
  #stacks_in_182 .slick-slide {
    margin: 0px 0px 0px 0px;
    
    margin: 0px 0px 72px 0px;
    

  }
  .is12:not(.slick-slider) {
    columns: 2;
    column-gap: 4.000000px;
    padding: 4.000000px;
  }
  .is12:not(.slick-slider) > * {
    margin-bottom: 4.000000px;
  }
}



#c1ld_stacks_in_285,#c1ld_stacks_in_285 > svg,.mez p#c1ld_stacks_in_285 + div {text-align: center;}#c1ld_stacks_in_285 {clear: both;}.c1-fl + #c1ld_stacks_in_285.c1-fl {margin-left: 8px;}.c1-fr + #c1ld_stacks_in_285.c1-fr {margin-right: 8px;}#c1ld_stacks_in_285.content-1ld-button.content-1ld-content a{border:1px solid ;border-radius:4px;background-color:rgba(255, 255, 255, 1.00);color:rgba(0, 0, 0, 0.60);margin-left:0;margin-right:0;padding:12px 24px;text-decoration:none}#c1ld_stacks_in_285.content-1ld-button.content-1ld-content a:hover{border-color:rgba(0, 0, 0, 0.00);background-color:rgba(243, 243, 243, 1.00);color:rgba(0, 0, 0, 0.75)}#c1ld_stacks_in_285.content-1ld-button.content-1ld-content a>svg{fill:rgba(0, 0, 0, 0.60);stroke:rgba(0, 0, 0, 0.60)}#c1ld_stacks_in_285.content-1ld-button.content-1ld-content a:hover>svg{fill:rgba(0, 0, 0, 0.75);stroke:rgba(0, 0, 0, 0.75)}.mez #c1ld_stacks_in_285 a{margin-top:1px}#c1ld_stacks_in_285.content-1ld-content {margin-top: 16px;margin-bottom: 16px;}div#stacks_out_285[tag="slice"]:has(>div>.com_onelittledesigner_stacks_Layouts_2_Content_stack) {margin-top: 16px;margin-bottom: 16px;}

#stacks_in_287 {
	font-size: 80%;
}
#c1ld_stacks_in_197,#c1ld_stacks_in_197 > svg,.mez p#c1ld_stacks_in_197 + div {}#c1ld_stacks_in_197.content-1ld-button a {grid-gap: 2px;border: 0px solid rgba(0, 0, 0, 0.15);border-radius: 4px;background-color: rgba(255, 255, 255, 0.00);color: rgba(0, 0, 0, 0.60);margin-left: 0;margin-right: 0;padding: 0px 0px;}#c1ld_stacks_in_197.content-1ld-button a div {line-height: 1;}#c1ld_stacks_in_197.content-1ld-button a:hover {border-color: rgba(0, 0, 0, 0.00);background-color: rgba(255, 255, 255, 0.00);color: rgba(0, 0, 0, 0.75);}#c1ld_stacks_in_197.content-1ld-button.content-1ld-content a > svg {fill: rgba(0, 0, 0, 0.60);stroke: rgba(0, 0, 0, 0.60);}#c1ld_stacks_in_197.content-1ld-button.content-1ld-content a:hover > svg {fill: rgba(0, 0, 0, 0.75);stroke: rgba(0, 0, 0, 0.75);}.mez #c1ld_stacks_in_197 a {margin-top: 1px;}#c1ld_stacks_in_197.content-1ld-content {margin: 0;}
#c1ld_stacks_in_189,#c1ld_stacks_in_189 > svg,.mez p#c1ld_stacks_in_189 + div {text-align: left;}#c1ld_stacks_in_189 {clear: both;}#c1ld_stacks_in_189.content-1ld-content {margin-top: 16px;margin-bottom: 16px;}div#stacks_out_189[tag="slice"]:has(>div>.com_onelittledesigner_stacks_Layouts_2_Content_stack) {margin-top: 16px;margin-bottom: 16px;}#c1ld_stacks_in_189.content-1ld-content:not(i),#c1ld_stacks_in_189.content-1ld-content:not(i) + p[style],#slice_mez_189 #c1ld_stacks_in_189 + div {font-family: roboto;}#slice_mez_189 #c1ld_stacks_in_189+div,#c1ld_stacks_in_189.content-1ld-content,#c1ld_stacks_in_189.content-1ld-content+p[style],h3#c1ld_stacks_in_189.content-1ld-content.content-1ld-heading,i#c1ld_stacks_in_189.content-1ld-content,p#c1ld_stacks_in_189.content-1ld-content.content-1ld-text{color:rgba(0, 0, 0, 0.60);font-size:18px;line-height:1.20}#c1ld_stacks_in_189.content-1ld-content.content-1ld-text>svg{height:18px;width:18px;fill:rgba(0, 0, 0, 0.60);stroke:rgba(0, 0, 0, 0.60)}#c1ld_stacks_in_189.content-1ld-content.content-1ld-button a>i{font-size:%(18 + 4) %px}#c1ld_stacks_in_189.content-1ld-content.content-1ld-button a>svg{height:%(18 + 4) %px;width:%(18 + 4) %px}

#stacks_in_191 {
	font-size: 80%;
}


#stacks_in_193 .vpp-item {
	position: relative;
  padding-bottom: 56.25%; /* 16:9 Video Aspect Ratio */
  height: 0;
	background-position: center;
	background-repeat: no-repeat;
  background-color: #000;
	
	background-size: cover;
	background-image: url("../files/thumbnail-193.png");
	
}
#stacks_in_193 .vpp-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#stacks_in_193 .vpp-item .vpp-play-icon {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-content: center;
	justify-content: center;
}
#stacks_in_193 .vpp-item .vpp-play-icon svg {
	width: 25%;
}
#stacks_in_193 .vpp-item .vpp-play-icon svg path {
	fill: rgba(255, 255, 255, 1.00);/* checks for a plist customItem with an ID = iconColor and replaces the short code the setting's current value. */
}


.deluxe-slider-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(0,-50%);
    left: 16px;
    cursor: pointer;
}
.deluxe-slider-right-arrow {
    left: auto;
    right: 16px;
}
.deluxe-slider-arrow > .slice.empty:before {
    content: "〉";
    background: #fff;
    color: #333;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    display: block;
    text-align: center;
    line-height: 48px;
    font-size: 28px;
    font-weight: bold;
}
.deluxe-slider-left-arrow > .slice.empty:before {
    content: "〈";
}
.deluxe-gallery-wrap {
    position: fixed;
    z-index: 9999;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,0.5);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    justify-items: center;
    text-align: left;
}
.deluxe-gallery-wrap > * {
    align-self: center;
    overflow: visible;
}
.deluxe-gallery-wrap .slick-slide > div,
.deluxe-gallery-wrap .slick-slide > div > div {
  overflow: visible;
}
.deluxe-gallery-wrap .slick-slide > div {
  /* box-shadow: 0px 0px 24px rgba(0,0,0,0.6); */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.deluxe-gallery-wrap .slick-slide .image_stack > div > img {
  width: 85vw;
  height: 85vh;
  object-fit: contain;
}
.deluxe-gallery-wrap .slick-slider {
  max-width: 100vw;
}
.deluxe-gallery-wrap .slick-slider .slick-list {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.is12:not(.slick-slider) {
  columns: 3;
  column-gap: 8px;
  padding: 8px;
}
.is12:not(.slick-slider) > * {
  margin-bottom: 8px;
  cursor: pointer;
  transform: translateZ(0);
}
.is12:not(.slick-slider) .gallery-caption {
  display: none;
}
.deluxe-lightbox-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #fff;
    color: #333;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    display: block;
    line-height: 48px;
    z-index: 99;
    cursor: pointer;
}
.deluxe-gallery-wrap .slick-track {
  display: flex;
}
.deluxe-gallery-wrap .slick-track .slick-slide {
  display: flex;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  align-items: center;
  justify-content: center;
}
.deluxe-lightbox-close svg {
    height: 48px;
    width: 48px;
    padding: 8px;
}
#stacks_in_193 .slick-slide {
  margin: 0px 0px 0px 0px;
}
@media all and (max-width: 600px) {
  .deluxe-slider-arrow {
      top: auto;
      bottom: 16px;
      transform: translate(0,0);
  }
  .deluxe-lightbox-close {
    left: 50%;
    right: auto;
    bottom: 16px;
    top: auto;
    transform: translate(-50%,0);
  }
  .deluxe-gallery-wrap .slick-slide .image_stack > div > img {
    width: 100%;
    height: auto;
  }
  #stacks_in_193 .slick-slide {
    margin: 0px 0px 0px 0px;
    
    margin: 0px 0px 72px 0px;
    

  }
  .is12:not(.slick-slider) {
    columns: 2;
    column-gap: 4.000000px;
    padding: 4.000000px;
  }
  .is12:not(.slick-slider) > * {
    margin-bottom: 4.000000px;
  }
}



#c1ld_stacks_in_220,#c1ld_stacks_in_220 > svg,.mez p#c1ld_stacks_in_220 + div {}#c1ld_stacks_in_220.content-1ld-button a {grid-gap: 2px;border: 0px solid rgba(0, 0, 0, 0.15);border-radius: 4px;background-color: rgba(255, 255, 255, 0.00);color: rgba(0, 0, 0, 0.60);margin-left: 0;margin-right: 0;padding: 0px 0px;}#c1ld_stacks_in_220.content-1ld-button a div {line-height: 1;}#c1ld_stacks_in_220.content-1ld-button a:hover {border-color: rgba(0, 0, 0, 0.00);background-color: rgba(255, 255, 255, 0.00);color: rgba(0, 0, 0, 0.75);}#c1ld_stacks_in_220.content-1ld-button.content-1ld-content a > svg {fill: rgba(0, 0, 0, 0.60);stroke: rgba(0, 0, 0, 0.60);}#c1ld_stacks_in_220.content-1ld-button.content-1ld-content a:hover > svg {fill: rgba(0, 0, 0, 0.75);stroke: rgba(0, 0, 0, 0.75);}.mez #c1ld_stacks_in_220 a {margin-top: 1px;}#c1ld_stacks_in_220.content-1ld-content {margin: 0;}
#c1ld_stacks_in_210,#c1ld_stacks_in_210 > svg,.mez p#c1ld_stacks_in_210 + div {text-align: left;}#c1ld_stacks_in_210 {clear: both;}#c1ld_stacks_in_210.content-1ld-content {margin-top: 16px;margin-bottom: 16px;}div#stacks_out_210[tag="slice"]:has(>div>.com_onelittledesigner_stacks_Layouts_2_Content_stack) {margin-top: 16px;margin-bottom: 16px;}#c1ld_stacks_in_210.content-1ld-content:not(i),#c1ld_stacks_in_210.content-1ld-content:not(i) + p[style],#slice_mez_210 #c1ld_stacks_in_210 + div {font-family: roboto;}#slice_mez_210 #c1ld_stacks_in_210+div,#c1ld_stacks_in_210.content-1ld-content,#c1ld_stacks_in_210.content-1ld-content+p[style],h3#c1ld_stacks_in_210.content-1ld-content.content-1ld-heading,i#c1ld_stacks_in_210.content-1ld-content,p#c1ld_stacks_in_210.content-1ld-content.content-1ld-text{color:rgba(0, 0, 0, 0.60);font-size:18px;line-height:1.20}#c1ld_stacks_in_210.content-1ld-content.content-1ld-text>svg{height:18px;width:18px;fill:rgba(0, 0, 0, 0.60);stroke:rgba(0, 0, 0, 0.60)}#c1ld_stacks_in_210.content-1ld-content.content-1ld-button a>i{font-size:%(18 + 4) %px}#c1ld_stacks_in_210.content-1ld-content.content-1ld-button a>svg{height:%(18 + 4) %px;width:%(18 + 4) %px}

#stacks_in_212 {
	font-size: 80%;
}


#stacks_in_214 .vpp-item {
	position: relative;
  padding-bottom: 56.25%; /* 16:9 Video Aspect Ratio */
  height: 0;
	background-position: center;
	background-repeat: no-repeat;
  background-color: #000;
	
	background-size: cover;
	background-image: url("../files/thumbnail-214.png");
	
}
#stacks_in_214 .vpp-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#stacks_in_214 .vpp-item .vpp-play-icon {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-content: center;
	justify-content: center;
}
#stacks_in_214 .vpp-item .vpp-play-icon svg {
	width: 25%;
}
#stacks_in_214 .vpp-item .vpp-play-icon svg path {
	fill: rgba(255, 255, 255, 1.00);/* checks for a plist customItem with an ID = iconColor and replaces the short code the setting's current value. */
}


.deluxe-slider-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(0,-50%);
    left: 16px;
    cursor: pointer;
}
.deluxe-slider-right-arrow {
    left: auto;
    right: 16px;
}
.deluxe-slider-arrow > .slice.empty:before {
    content: "〉";
    background: #fff;
    color: #333;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    display: block;
    text-align: center;
    line-height: 48px;
    font-size: 28px;
    font-weight: bold;
}
.deluxe-slider-left-arrow > .slice.empty:before {
    content: "〈";
}
.deluxe-gallery-wrap {
    position: fixed;
    z-index: 9999;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,0.5);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    justify-items: center;
    text-align: left;
}
.deluxe-gallery-wrap > * {
    align-self: center;
    overflow: visible;
}
.deluxe-gallery-wrap .slick-slide > div,
.deluxe-gallery-wrap .slick-slide > div > div {
  overflow: visible;
}
.deluxe-gallery-wrap .slick-slide > div {
  /* box-shadow: 0px 0px 24px rgba(0,0,0,0.6); */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.deluxe-gallery-wrap .slick-slide .image_stack > div > img {
  width: 85vw;
  height: 85vh;
  object-fit: contain;
}
.deluxe-gallery-wrap .slick-slider {
  max-width: 100vw;
}
.deluxe-gallery-wrap .slick-slider .slick-list {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.is12:not(.slick-slider) {
  columns: 3;
  column-gap: 8px;
  padding: 8px;
}
.is12:not(.slick-slider) > * {
  margin-bottom: 8px;
  cursor: pointer;
  transform: translateZ(0);
}
.is12:not(.slick-slider) .gallery-caption {
  display: none;
}
.deluxe-lightbox-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #fff;
    color: #333;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    display: block;
    line-height: 48px;
    z-index: 99;
    cursor: pointer;
}
.deluxe-gallery-wrap .slick-track {
  display: flex;
}
.deluxe-gallery-wrap .slick-track .slick-slide {
  display: flex;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  align-items: center;
  justify-content: center;
}
.deluxe-lightbox-close svg {
    height: 48px;
    width: 48px;
    padding: 8px;
}
#stacks_in_214 .slick-slide {
  margin: 0px 0px 0px 0px;
}
@media all and (max-width: 600px) {
  .deluxe-slider-arrow {
      top: auto;
      bottom: 16px;
      transform: translate(0,0);
  }
  .deluxe-lightbox-close {
    left: 50%;
    right: auto;
    bottom: 16px;
    top: auto;
    transform: translate(-50%,0);
  }
  .deluxe-gallery-wrap .slick-slide .image_stack > div > img {
    width: 100%;
    height: auto;
  }
  #stacks_in_214 .slick-slide {
    margin: 0px 0px 0px 0px;
    
    margin: 0px 0px 72px 0px;
    

  }
  .is12:not(.slick-slider) {
    columns: 2;
    column-gap: 4.000000px;
    padding: 4.000000px;
  }
  .is12:not(.slick-slider) > * {
    margin-bottom: 4.000000px;
  }
}



#c1ld_stacks_in_241,#c1ld_stacks_in_241 > svg,.mez p#c1ld_stacks_in_241 + div {}#c1ld_stacks_in_241.content-1ld-button a {grid-gap: 2px;border: 0px solid rgba(0, 0, 0, 0.15);border-radius: 4px;background-color: rgba(255, 255, 255, 0.00);color: rgba(0, 0, 0, 0.60);margin-left: 0;margin-right: 0;padding: 0px 0px;}#c1ld_stacks_in_241.content-1ld-button a div {line-height: 1;}#c1ld_stacks_in_241.content-1ld-button a:hover {border-color: rgba(0, 0, 0, 0.00);background-color: rgba(255, 255, 255, 0.00);color: rgba(0, 0, 0, 0.75);}#c1ld_stacks_in_241.content-1ld-button.content-1ld-content a > svg {fill: rgba(0, 0, 0, 0.60);stroke: rgba(0, 0, 0, 0.60);}#c1ld_stacks_in_241.content-1ld-button.content-1ld-content a:hover > svg {fill: rgba(0, 0, 0, 0.75);stroke: rgba(0, 0, 0, 0.75);}.mez #c1ld_stacks_in_241 a {margin-top: 1px;}#c1ld_stacks_in_241.content-1ld-content {margin: 0;}
#c1ld_stacks_in_231,#c1ld_stacks_in_231 > svg,.mez p#c1ld_stacks_in_231 + div {text-align: left;}#c1ld_stacks_in_231 {clear: both;}#c1ld_stacks_in_231.content-1ld-content {margin-top: 16px;margin-bottom: 16px;}div#stacks_out_231[tag="slice"]:has(>div>.com_onelittledesigner_stacks_Layouts_2_Content_stack) {margin-top: 16px;margin-bottom: 16px;}#c1ld_stacks_in_231.content-1ld-content:not(i),#c1ld_stacks_in_231.content-1ld-content:not(i) + p[style],#slice_mez_231 #c1ld_stacks_in_231 + div {font-family: roboto;}#slice_mez_231 #c1ld_stacks_in_231+div,#c1ld_stacks_in_231.content-1ld-content,#c1ld_stacks_in_231.content-1ld-content+p[style],h3#c1ld_stacks_in_231.content-1ld-content.content-1ld-heading,i#c1ld_stacks_in_231.content-1ld-content,p#c1ld_stacks_in_231.content-1ld-content.content-1ld-text{color:rgba(0, 0, 0, 0.60);font-size:18px;line-height:1.20}#c1ld_stacks_in_231.content-1ld-content.content-1ld-text>svg{height:18px;width:18px;fill:rgba(0, 0, 0, 0.60);stroke:rgba(0, 0, 0, 0.60)}#c1ld_stacks_in_231.content-1ld-content.content-1ld-button a>i{font-size:%(18 + 4) %px}#c1ld_stacks_in_231.content-1ld-content.content-1ld-button a>svg{height:%(18 + 4) %px;width:%(18 + 4) %px}

#stacks_in_233 {
	font-size: 80%;
}


#stacks_in_235 .vpp-item {
	position: relative;
  padding-bottom: 56.25%; /* 16:9 Video Aspect Ratio */
  height: 0;
	background-position: center;
	background-repeat: no-repeat;
  background-color: #000;
	
	background-size: cover;
	background-image: url("../files/thumbnail-235.png");
	
}
#stacks_in_235 .vpp-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#stacks_in_235 .vpp-item .vpp-play-icon {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-content: center;
	justify-content: center;
}
#stacks_in_235 .vpp-item .vpp-play-icon svg {
	width: 25%;
}
#stacks_in_235 .vpp-item .vpp-play-icon svg path {
	fill: rgba(255, 255, 255, 1.00);/* checks for a plist customItem with an ID = iconColor and replaces the short code the setting's current value. */
}


.deluxe-slider-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(0,-50%);
    left: 16px;
    cursor: pointer;
}
.deluxe-slider-right-arrow {
    left: auto;
    right: 16px;
}
.deluxe-slider-arrow > .slice.empty:before {
    content: "〉";
    background: #fff;
    color: #333;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    display: block;
    text-align: center;
    line-height: 48px;
    font-size: 28px;
    font-weight: bold;
}
.deluxe-slider-left-arrow > .slice.empty:before {
    content: "〈";
}
.deluxe-gallery-wrap {
    position: fixed;
    z-index: 9999;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,0.5);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    justify-items: center;
    text-align: left;
}
.deluxe-gallery-wrap > * {
    align-self: center;
    overflow: visible;
}
.deluxe-gallery-wrap .slick-slide > div,
.deluxe-gallery-wrap .slick-slide > div > div {
  overflow: visible;
}
.deluxe-gallery-wrap .slick-slide > div {
  /* box-shadow: 0px 0px 24px rgba(0,0,0,0.6); */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.deluxe-gallery-wrap .slick-slide .image_stack > div > img {
  width: 85vw;
  height: 85vh;
  object-fit: contain;
}
.deluxe-gallery-wrap .slick-slider {
  max-width: 100vw;
}
.deluxe-gallery-wrap .slick-slider .slick-list {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.is12:not(.slick-slider) {
  columns: 3;
  column-gap: 8px;
  padding: 8px;
}
.is12:not(.slick-slider) > * {
  margin-bottom: 8px;
  cursor: pointer;
  transform: translateZ(0);
}
.is12:not(.slick-slider) .gallery-caption {
  display: none;
}
.deluxe-lightbox-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #fff;
    color: #333;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    display: block;
    line-height: 48px;
    z-index: 99;
    cursor: pointer;
}
.deluxe-gallery-wrap .slick-track {
  display: flex;
}
.deluxe-gallery-wrap .slick-track .slick-slide {
  display: flex;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  align-items: center;
  justify-content: center;
}
.deluxe-lightbox-close svg {
    height: 48px;
    width: 48px;
    padding: 8px;
}
#stacks_in_235 .slick-slide {
  margin: 0px 0px 0px 0px;
}
@media all and (max-width: 600px) {
  .deluxe-slider-arrow {
      top: auto;
      bottom: 16px;
      transform: translate(0,0);
  }
  .deluxe-lightbox-close {
    left: 50%;
    right: auto;
    bottom: 16px;
    top: auto;
    transform: translate(-50%,0);
  }
  .deluxe-gallery-wrap .slick-slide .image_stack > div > img {
    width: 100%;
    height: auto;
  }
  #stacks_in_235 .slick-slide {
    margin: 0px 0px 0px 0px;
    
    margin: 0px 0px 72px 0px;
    

  }
  .is12:not(.slick-slider) {
    columns: 2;
    column-gap: 4.000000px;
    padding: 4.000000px;
  }
  .is12:not(.slick-slider) > * {
    margin-bottom: 4.000000px;
  }
}



#c1ld_stacks_in_262,#c1ld_stacks_in_262 > svg,.mez p#c1ld_stacks_in_262 + div {}#c1ld_stacks_in_262.content-1ld-button a {grid-gap: 2px;border: 0px solid rgba(0, 0, 0, 0.15);border-radius: 4px;background-color: rgba(255, 255, 255, 0.00);color: rgba(0, 0, 0, 0.60);margin-left: 0;margin-right: 0;padding: 0px 0px;}#c1ld_stacks_in_262.content-1ld-button a div {line-height: 1;}#c1ld_stacks_in_262.content-1ld-button a:hover {border-color: rgba(0, 0, 0, 0.00);background-color: rgba(255, 255, 255, 0.00);color: rgba(0, 0, 0, 0.75);}#c1ld_stacks_in_262.content-1ld-button.content-1ld-content a > svg {fill: rgba(0, 0, 0, 0.60);stroke: rgba(0, 0, 0, 0.60);}#c1ld_stacks_in_262.content-1ld-button.content-1ld-content a:hover > svg {fill: rgba(0, 0, 0, 0.75);stroke: rgba(0, 0, 0, 0.75);}.mez #c1ld_stacks_in_262 a {margin-top: 1px;}#c1ld_stacks_in_262.content-1ld-content {margin: 0;}
#c1ld_stacks_in_252,#c1ld_stacks_in_252 > svg,.mez p#c1ld_stacks_in_252 + div {text-align: left;}#c1ld_stacks_in_252 {clear: both;}#c1ld_stacks_in_252.content-1ld-content {margin-top: 16px;margin-bottom: 16px;}div#stacks_out_252[tag="slice"]:has(>div>.com_onelittledesigner_stacks_Layouts_2_Content_stack) {margin-top: 16px;margin-bottom: 16px;}#c1ld_stacks_in_252.content-1ld-content:not(i),#c1ld_stacks_in_252.content-1ld-content:not(i) + p[style],#slice_mez_252 #c1ld_stacks_in_252 + div {font-family: roboto;}#slice_mez_252 #c1ld_stacks_in_252+div,#c1ld_stacks_in_252.content-1ld-content,#c1ld_stacks_in_252.content-1ld-content+p[style],h3#c1ld_stacks_in_252.content-1ld-content.content-1ld-heading,i#c1ld_stacks_in_252.content-1ld-content,p#c1ld_stacks_in_252.content-1ld-content.content-1ld-text{color:rgba(0, 0, 0, 0.60);font-size:18px;line-height:1.20}#c1ld_stacks_in_252.content-1ld-content.content-1ld-text>svg{height:18px;width:18px;fill:rgba(0, 0, 0, 0.60);stroke:rgba(0, 0, 0, 0.60)}#c1ld_stacks_in_252.content-1ld-content.content-1ld-button a>i{font-size:%(18 + 4) %px}#c1ld_stacks_in_252.content-1ld-content.content-1ld-button a>svg{height:%(18 + 4) %px;width:%(18 + 4) %px}

#stacks_in_254 {
	font-size: 80%;
}


#stacks_in_256 .vpp-item {
	position: relative;
  padding-bottom: 56.25%; /* 16:9 Video Aspect Ratio */
  height: 0;
	background-position: center;
	background-repeat: no-repeat;
  background-color: #000;
	
	background-size: cover;
	background-image: url("../files/thumbnail-256.png");
	
}
#stacks_in_256 .vpp-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#stacks_in_256 .vpp-item .vpp-play-icon {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-content: center;
	justify-content: center;
}
#stacks_in_256 .vpp-item .vpp-play-icon svg {
	width: 25%;
}
#stacks_in_256 .vpp-item .vpp-play-icon svg path {
	fill: rgba(255, 255, 255, 1.00);/* checks for a plist customItem with an ID = iconColor and replaces the short code the setting's current value. */
}


.deluxe-slider-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(0,-50%);
    left: 16px;
    cursor: pointer;
}
.deluxe-slider-right-arrow {
    left: auto;
    right: 16px;
}
.deluxe-slider-arrow > .slice.empty:before {
    content: "〉";
    background: #fff;
    color: #333;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    display: block;
    text-align: center;
    line-height: 48px;
    font-size: 28px;
    font-weight: bold;
}
.deluxe-slider-left-arrow > .slice.empty:before {
    content: "〈";
}
.deluxe-gallery-wrap {
    position: fixed;
    z-index: 9999;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,0.5);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    justify-items: center;
    text-align: left;
}
.deluxe-gallery-wrap > * {
    align-self: center;
    overflow: visible;
}
.deluxe-gallery-wrap .slick-slide > div,
.deluxe-gallery-wrap .slick-slide > div > div {
  overflow: visible;
}
.deluxe-gallery-wrap .slick-slide > div {
  /* box-shadow: 0px 0px 24px rgba(0,0,0,0.6); */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.deluxe-gallery-wrap .slick-slide .image_stack > div > img {
  width: 85vw;
  height: 85vh;
  object-fit: contain;
}
.deluxe-gallery-wrap .slick-slider {
  max-width: 100vw;
}
.deluxe-gallery-wrap .slick-slider .slick-list {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.is12:not(.slick-slider) {
  columns: 3;
  column-gap: 8px;
  padding: 8px;
}
.is12:not(.slick-slider) > * {
  margin-bottom: 8px;
  cursor: pointer;
  transform: translateZ(0);
}
.is12:not(.slick-slider) .gallery-caption {
  display: none;
}
.deluxe-lightbox-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #fff;
    color: #333;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    display: block;
    line-height: 48px;
    z-index: 99;
    cursor: pointer;
}
.deluxe-gallery-wrap .slick-track {
  display: flex;
}
.deluxe-gallery-wrap .slick-track .slick-slide {
  display: flex;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  align-items: center;
  justify-content: center;
}
.deluxe-lightbox-close svg {
    height: 48px;
    width: 48px;
    padding: 8px;
}
#stacks_in_256 .slick-slide {
  margin: 0px 0px 0px 0px;
}
@media all and (max-width: 600px) {
  .deluxe-slider-arrow {
      top: auto;
      bottom: 16px;
      transform: translate(0,0);
  }
  .deluxe-lightbox-close {
    left: 50%;
    right: auto;
    bottom: 16px;
    top: auto;
    transform: translate(-50%,0);
  }
  .deluxe-gallery-wrap .slick-slide .image_stack > div > img {
    width: 100%;
    height: auto;
  }
  #stacks_in_256 .slick-slide {
    margin: 0px 0px 0px 0px;
    
    margin: 0px 0px 72px 0px;
    

  }
  .is12:not(.slick-slider) {
    columns: 2;
    column-gap: 4.000000px;
    padding: 4.000000px;
  }
  .is12:not(.slick-slider) > * {
    margin-bottom: 4.000000px;
  }
}



#c1ld_stacks_in_147,#c1ld_stacks_in_147 > svg,.mez p#c1ld_stacks_in_147 + div {}#c1ld_stacks_in_147.content-1ld-button a {grid-gap: 2px;border: 0px solid rgba(0, 0, 0, 0.15);border-radius: 4px;background-color: rgba(255, 255, 255, 0.00);color: rgba(0, 0, 0, 0.60);margin-left: 0;margin-right: 0;padding: 0px 0px;}#c1ld_stacks_in_147.content-1ld-button a div {line-height: 1;}#c1ld_stacks_in_147.content-1ld-button a:hover {border-color: rgba(0, 0, 0, 0.00);background-color: rgba(255, 255, 255, 0.00);color: rgba(0, 0, 0, 0.75);}#c1ld_stacks_in_147.content-1ld-button.content-1ld-content a > svg {fill: rgba(0, 0, 0, 0.60);stroke: rgba(0, 0, 0, 0.60);}#c1ld_stacks_in_147.content-1ld-button.content-1ld-content a:hover > svg {fill: rgba(0, 0, 0, 0.75);stroke: rgba(0, 0, 0, 0.75);}.mez #c1ld_stacks_in_147 a {margin-top: 1px;}#c1ld_stacks_in_147.content-1ld-content {margin: 0;}
#c1ld_stacks_in_152,#c1ld_stacks_in_152 > svg,.mez p#c1ld_stacks_in_152 + div {text-align: left;}#c1ld_stacks_in_152 {clear: both;}#c1ld_stacks_in_152.content-1ld-content {margin-top: 16px;margin-bottom: 16px;}div#stacks_out_152[tag="slice"]:has(>div>.com_onelittledesigner_stacks_Layouts_2_Content_stack) {margin-top: 16px;margin-bottom: 16px;}

#stacks_in_154 {
	font-size: 80%;
}
#c1ld_stacks_in_281,#c1ld_stacks_in_281 > svg,.mez p#c1ld_stacks_in_281 + div {text-align: left;}#c1ld_stacks_in_281 {clear: both;}#c1ld_stacks_in_281.content-1ld-content {margin-top: 16px;margin-bottom: 16px;}div#stacks_out_281[tag="slice"]:has(>div>.com_onelittledesigner_stacks_Layouts_2_Content_stack) {margin-top: 16px;margin-bottom: 16px;}#c1ld_stacks_in_281.content-1ld-content:not(i),#c1ld_stacks_in_281.content-1ld-content:not(i) + p[style],#slice_mez_281 #c1ld_stacks_in_281 + div {font-family: roboto;}#slice_mez_281 #c1ld_stacks_in_281+div,#c1ld_stacks_in_281.content-1ld-content,#c1ld_stacks_in_281.content-1ld-content+p[style],h3#c1ld_stacks_in_281.content-1ld-content.content-1ld-heading,i#c1ld_stacks_in_281.content-1ld-content,p#c1ld_stacks_in_281.content-1ld-content.content-1ld-text{color:rgba(0, 0, 0, 0.60);font-size:18px;line-height:1.20}#c1ld_stacks_in_281.content-1ld-content.content-1ld-text>svg{height:18px;width:18px;fill:rgba(0, 0, 0, 0.60);stroke:rgba(0, 0, 0, 0.60)}#c1ld_stacks_in_281.content-1ld-content.content-1ld-button a>i{font-size:%(18 + 4) %px}#c1ld_stacks_in_281.content-1ld-content.content-1ld-button a>svg{height:%(18 + 4) %px;width:%(18 + 4) %px}

#stacks_in_282 {
	font-size: 80%;
}


#stacks_in_275 .vpp-item {
	position: relative;
  padding-bottom: 56.25%; /* 16:9 Video Aspect Ratio */
  height: 0;
	background-position: center;
	background-repeat: no-repeat;
  background-color: #000;
	
	background-size: cover;
	background-image: url("../files/thumbnail-275.png");
	
}
#stacks_in_275 .vpp-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#stacks_in_275 .vpp-item .vpp-play-icon {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-content: center;
	justify-content: center;
}
#stacks_in_275 .vpp-item .vpp-play-icon svg {
	width: 25%;
}
#stacks_in_275 .vpp-item .vpp-play-icon svg path {
	fill: rgba(255, 255, 255, 1.00);/* checks for a plist customItem with an ID = iconColor and replaces the short code the setting's current value. */
}


.deluxe-slider-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(0,-50%);
    left: 16px;
    cursor: pointer;
}
.deluxe-slider-right-arrow {
    left: auto;
    right: 16px;
}
.deluxe-slider-arrow > .slice.empty:before {
    content: "〉";
    background: #fff;
    color: #333;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    display: block;
    text-align: center;
    line-height: 48px;
    font-size: 28px;
    font-weight: bold;
}
.deluxe-slider-left-arrow > .slice.empty:before {
    content: "〈";
}
.deluxe-gallery-wrap {
    position: fixed;
    z-index: 9999;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,0.5);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    justify-items: center;
    text-align: left;
}
.deluxe-gallery-wrap > * {
    align-self: center;
    overflow: visible;
}
.deluxe-gallery-wrap .slick-slide > div,
.deluxe-gallery-wrap .slick-slide > div > div {
  overflow: visible;
}
.deluxe-gallery-wrap .slick-slide > div {
  /* box-shadow: 0px 0px 24px rgba(0,0,0,0.6); */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.deluxe-gallery-wrap .slick-slide .image_stack > div > img {
  width: 85vw;
  height: 85vh;
  object-fit: contain;
}
.deluxe-gallery-wrap .slick-slider {
  max-width: 100vw;
}
.deluxe-gallery-wrap .slick-slider .slick-list {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.is12:not(.slick-slider) {
  columns: 3;
  column-gap: 8px;
  padding: 8px;
}
.is12:not(.slick-slider) > * {
  margin-bottom: 8px;
  cursor: pointer;
  transform: translateZ(0);
}
.is12:not(.slick-slider) .gallery-caption {
  display: none;
}
.deluxe-lightbox-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #fff;
    color: #333;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    display: block;
    line-height: 48px;
    z-index: 99;
    cursor: pointer;
}
.deluxe-gallery-wrap .slick-track {
  display: flex;
}
.deluxe-gallery-wrap .slick-track .slick-slide {
  display: flex;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  align-items: center;
  justify-content: center;
}
.deluxe-lightbox-close svg {
    height: 48px;
    width: 48px;
    padding: 8px;
}
#stacks_in_275 .slick-slide {
  margin: 0px 0px 0px 0px;
}
@media all and (max-width: 600px) {
  .deluxe-slider-arrow {
      top: auto;
      bottom: 16px;
      transform: translate(0,0);
  }
  .deluxe-lightbox-close {
    left: 50%;
    right: auto;
    bottom: 16px;
    top: auto;
    transform: translate(-50%,0);
  }
  .deluxe-gallery-wrap .slick-slide .image_stack > div > img {
    width: 100%;
    height: auto;
  }
  #stacks_in_275 .slick-slide {
    margin: 0px 0px 0px 0px;
    
    margin: 0px 0px 72px 0px;
    

  }
  .is12:not(.slick-slider) {
    columns: 2;
    column-gap: 4.000000px;
    padding: 4.000000px;
  }
  .is12:not(.slick-slider) > * {
    margin-bottom: 4.000000px;
  }
}



#c1ld_stacks_in_163,#c1ld_stacks_in_163 > svg,.mez p#c1ld_stacks_in_163 + div {}#c1ld_stacks_in_163.content-1ld-button a {grid-gap: 2px;border: 0px solid rgba(0, 0, 0, 0.15);border-radius: 4px;background-color: rgba(255, 255, 255, 0.00);color: rgba(0, 0, 0, 0.60);margin-left: 0;margin-right: 0;padding: 0px 0px;}#c1ld_stacks_in_163.content-1ld-button a div {line-height: 1;}#c1ld_stacks_in_163.content-1ld-button a:hover {border-color: rgba(0, 0, 0, 0.00);background-color: rgba(255, 255, 255, 0.00);color: rgba(0, 0, 0, 0.75);}#c1ld_stacks_in_163.content-1ld-button.content-1ld-content a > svg {fill: rgba(0, 0, 0, 0.60);stroke: rgba(0, 0, 0, 0.60);}#c1ld_stacks_in_163.content-1ld-button.content-1ld-content a:hover > svg {fill: rgba(0, 0, 0, 0.75);stroke: rgba(0, 0, 0, 0.75);}.mez #c1ld_stacks_in_163 a {margin-top: 1px;}#c1ld_stacks_in_163.content-1ld-content {margin: 0;}
#c1ld_stacks_in_166,#c1ld_stacks_in_166 > svg,.mez p#c1ld_stacks_in_166 + div {text-align: center;}#c1ld_stacks_in_166 {clear: both;}.c1-fl + #c1ld_stacks_in_166.c1-fl {margin-left: 8px;}.c1-fr + #c1ld_stacks_in_166.c1-fr {margin-right: 8px;}#c1ld_stacks_in_166.content-1ld-button.content-1ld-content a{border:1px solid ;border-radius:4px;background-color:rgba(255, 255, 255, 1.00);color:rgba(0, 0, 0, 0.60);margin-left:0;margin-right:0;padding:12px 24px;text-decoration:none}#c1ld_stacks_in_166.content-1ld-button.content-1ld-content a:hover{border-color:rgba(0, 0, 0, 0.00);background-color:rgba(243, 243, 243, 1.00);color:rgba(0, 0, 0, 0.75)}#c1ld_stacks_in_166.content-1ld-button.content-1ld-content a>svg{fill:rgba(0, 0, 0, 0.60);stroke:rgba(0, 0, 0, 0.60)}#c1ld_stacks_in_166.content-1ld-button.content-1ld-content a:hover>svg{fill:rgba(0, 0, 0, 0.75);stroke:rgba(0, 0, 0, 0.75)}.mez #c1ld_stacks_in_166 a{margin-top:1px}#c1ld_stacks_in_166.content-1ld-content {margin-top: 16px;margin-bottom: 16px;}div#stacks_out_166[tag="slice"]:has(>div>.com_onelittledesigner_stacks_Layouts_2_Content_stack) {margin-top: 16px;margin-bottom: 16px;}
