/* @group CSS Reset & Box Sizing */

#adaptiveGridstacks_in_16 *,
#adaptiveGridstacks_in_16 *:before,
#adaptiveGridstacks_in_16 *:after {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

#adaptiveGridstacks_in_16 {
	display: block;
}

/*  */
#adaptiveGridstacks_in_16 {
	visibility: hidden;
}
/*  */

#adaptiveGridstacks_in_16:before {
	display: table;
	content: " ";	
}

#adaptiveGridstacks_in_16 .adaptiveGridColumn {
	overflow: visible;
}

/*  */
#adaptiveGridstacks_in_16 img {
	max-width: 100%;
	height: auto;
}
/*  */

#adaptiveGridstacks_in_16 .adaptiveGridColumn {
	display: inline-block;
	float: left;
}

/* @end */

/* @group Column Padding Settings */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_16 .gridCellInner {
		padding: 0px;
	}
	
	#adaptiveGridstacks_in_16 {
		margin-left: -0px;
	}
	
	#adaptiveGridstacks_in_16 {
		margin-right: -0px;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_16 .gridCellInner {
		padding: 2px;
	}
	
	#adaptiveGridstacks_in_16 {
		margin-left: -2px;
	}
	
	#adaptiveGridstacks_in_16 {
		margin-right: -2px;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_16 .gridCellInner {
		padding: 4px;
	}
	
	#adaptiveGridstacks_in_16 {
		margin-left: -4px;
	}
	
	#adaptiveGridstacks_in_16 {
		margin-right: -4px;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_16 .gridCellInner {
		padding: 6px;
	}
	
	#adaptiveGridstacks_in_16 {
		margin-left: -6px;
	}
	
	#adaptiveGridstacks_in_16 {
		margin-right: -6px;
	}
}

/* @end */

/* @group Column Settings */



/* If column 1 is enabled */
@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_16 .column1 {
		width: 100.00%;
	}
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_16 .column1 {
		width: 100.00%;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_16 .column1 {
		width: 100.00%;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_16 .column1 {
		width: 100.00%;
	}
}
























/* @end */

/* @group Custom Classes */

@media screen and (min-width: 0px) {
	#adaptiveGridstacks_in_16 .no-phone {
		display: none;
	}
	
	#adaptiveGridstacks_in_16 .display-phone {
		display: block;
	}	
}

@media screen and (min-width: 769px) {
	#adaptiveGridstacks_in_16 .no-tablet {
		display: none;
	}
	
	#adaptiveGridstacks_in_16 .display-tablet {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	#adaptiveGridstacks_in_16 .no-laptop {
		display: none;
	}
	
	#adaptiveGridstacks_in_16 .display-laptop {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	#adaptiveGridstacks_in_16 .no-desktop {
		display: none;
	}
	
	#adaptiveGridstacks_in_16 .display-desktop {
		display: block;
	}
}

@media print {
	#adaptiveGridstacks_in_16 .no-print {
		display: none;
	}
}

@media screen {
	#adaptiveGridstacks_in_16 .no-screen {
		display: none;
	}
}

/* @end */

/* @group User Style Settings */

/*  */

/*  */

/*  */

/*  */

/* @end */

/* @group Print Styling */

@media print {
	#adaptiveGridstacks_in_16 {
		display: block;
		position: relative;
		height: auto;
		overflow: auto;
	}
	
	#adaptiveGridstacks_in_16 .column1,
	#adaptiveGridstacks_in_16 .column2,
	#adaptiveGridstacks_in_16 .column3,
	#adaptiveGridstacks_in_16 .column4,
	#adaptiveGridstacks_in_16 .column5,
	#adaptiveGridstacks_in_16 .column6,
	#adaptiveGridstacks_in_16 .column7,
	#adaptiveGridstacks_in_16 .column8,
	#adaptiveGridstacks_in_16 .column9,
	#adaptiveGridstacks_in_16 .column10,
	#adaptiveGridstacks_in_16 .column11,
	#adaptiveGridstacks_in_16 .column12 {
		float: none;
		position: relative;
		width: 100%;	
	}
	
	#adaptiveGridstacks_in_16 .gridCellInner {
		padding: 0;
	}
}

/* @end *//*  *//* .backdrop-outer {
  overflow: hidden;
} */
.backdrop-inner {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    position: relative;
    width: 100%;
}
.backdrop-inner .backdrop-position {
    position: relative;
    pointer-events: none;
    width: 100vw;
}
.backdrop-inner .backdrop-position > .backdrop-clip {
    display: block;
    position: relative;
    max-width: 100%
}
.backdrop-position > .backdrop-extend > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#stacks_in_17 > .backdrop-inner .backdrop-position {
    --contentWidth: 1140px;
}
#stacks_in_17 > .backdrop-inner {
  max-width: 1140px;
  margin: 0 auto;
}
#stacks_in_17 {
  margin: 0px 0px;
}
#stacks_in_17 > .backdrop-inner > .backdrop-content {
  transform: translate(-100%,0);
  position: relative;
  z-index: 1;
  align-self: center;
  padding: 128px 0px;
}
@media all and (max-width: 1188px) {
  #stacks_in_17 > .backdrop-inner > .backdrop-content {
    padding: 128px 24px;
  }
}
#stacks_in_17 > .backdrop-inner > .backdrop-content > div {
  width: calc(100.00/100 * 1140px);
  max-width: 100%;
  
  
}
@media all and (min-width: 771px) {
  #stacks_in_17 > .backdrop-inner .backdrop-position.backdrop-hide-desktop > div {
    display: none;
  }
}
@media all and (max-width: 770px) and (min-width: 501px) {
  #stacks_in_17 > .backdrop-inner .backdrop-position.backdrop-hide-tablet > div {
    display: none;
  }
  #stacks_in_17 > .backdrop-inner > .backdrop-content > div {
    margin: 0;
    
    
  }
}
@media all and (max-width: 500px) {
  #stacks_in_17 > .backdrop-inner .backdrop-position.backdrop-hide-mobile > div {
    display: none;
  }
  #stacks_in_17 > .backdrop-inner > .backdrop-content > div {
    margin: 0;
    
    
  }
}
#stacks_in_17 > .backdrop-inner {
  grid-template-columns: 100% 100%;
}
#stacks_in_17 > .backdrop-inner > .backdrop-shapes {
  display: grid;
  height: 100%;
  position: relative;
  grid-template-columns: 100% 100% 100% 100% 100% 100%;
  align-items: center;
}
#stacks_in_17 > .backdrop-inner > .backdrop-shapes > .backdrop-position {
  grid-column: 1;
  grid-row: 1;

}





/*  */
/*  */
#stacks_in_24.backdrop-position {
  opacity: 0.580000;
  
    width: calc(var(--contentWidth) + 128px);
    justify-self: center;
  
  
  
  
  align-self: center;
  
  
  transform: translate3d(
    0.00%
    
    
    ,
    0.00%
    
    
    ,
    0);
  mix-blend-mode: normal;
}
#stacks_in_24.backdrop-position > .backdrop-clip {
  -webkit-clip-path: url(#shapestacks_in_24);
  clip-path: url(#shapestacks_in_24);
}
#stacks_in_24.backdrop-position > .backdrop-extend > div,
#stacks_in_24.backdrop-position > .backdrop-clip .backdrop-shape,
#slice_mez_24 > *:nth-child(2):not(.com_onelittledesigner_stacks_Backdrop_Shape_stack):before,
.generate-blob-preview_stacks_in_24 {
  
  background-image: linear-gradient(135deg, rgba(255, 0, 43, 1.00) 24%,rgba(225, 223, 226, 1.00) 53%);
  filter: opacity(1)
          
          
  ;
}
#slice_mez_24 > *:nth-child(2):not(.com_onelittledesigner_stacks_Backdrop_Shape_stack):before {
  opacity: 0.580000;
}
#stacks_in_24.backdrop-position > .backdrop-extend + .backdrop-clip > div,
#stacks_in_24.backdrop-position > .backdrop-clip:nth-child(1) .backdrop-shape {
  
  
  height: 100%;
}
#stacks_in_24.backdrop-position > .backdrop-extend {
  width: calc(100% + (100vw - var(--contentWidth)) / 2);
  
    margin: -0.5px;
    height: calc(100% + 1px);
  
  position: absolute;
  top: 0;

  
  
    
  
  
}
#stacks_in_24.backdrop-position > .backdrop-extend-left {
  clip-path: inset(0 calc(100% - (100vw - var(--contentWidth)) / 2 - 4px) 0 0);
  left: calc((var(--contentWidth) - 100vw) / 2);

  
  
  
  

}
#stacks_in_24.backdrop-position > .backdrop-extend-right {
  clip-path: inset(0 0 0 calc(100% - (100vw - var(--contentWidth)) / 2 - 4px));
  /* clip-path: inset(0 0 0 calc(var(--contentWidth) - 4px)); */
  right: calc((var(--contentWidth) - 100vw) / 2);

  
  
  
  

}
#stacks_in_24.backdrop-position > .backdrop-extend + .backdrop-clip > div {
  position: relative;
  overflow: hidden;
}
#stacks_in_24.backdrop-position > .backdrop-extend + .backdrop-clip .backdrop-shape {
  width: calc(100% + (100vw - var(--contentWidth)) / 2);
  position: absolute;
  top: 0;
  height: 100%;

  
  
    
  
  
}
#stacks_in_24.backdrop-position > .backdrop-extend-left + .backdrop-clip  .backdrop-shape {
  right: 0;
  min-width: 100%;
}
#stacks_in_24.backdrop-position > .backdrop-extend-right + .backdrop-clip  .backdrop-shape {
  left: 0;
  min-width: 100%;
}




#stacks_in_24.backdrop-position,
#stacks_in_24.backdrop-position > .backdrop-clip > div {
  height: 100%;
}
#stacks_in_24.backdrop-position > .backdrop-clip {
  
    margin: -0.5px;
    height: calc(100% + 1px);
  
}

#stacks_in_24.backdrop-position > .backdrop-clip {
  z-index: 0;
  max-width: none;
}

/*  */
/*  */
@media all {
	
	
	
	
	
	
	
	
	
	
	#uniqueElement, .classElement,
	#fontStackstacks_in_19 {
		font-family: 'Story Script', sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 300%;
		line-height: 100%;
		letter-spacing: 0px;
		direction: ltr;
	}

	#fontStackstacks_in_19 {
		color: rgba(0, 0, 0, 1.00);
	}
}
@media all {
	
	
	
	
	
	
	
	
	
	
	#uniqueElement, .classElement,
	#fontStackstacks_in_26 {
		font-family: 'Story Script', sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 175%;
		line-height: 100%;
		letter-spacing: 0px;
		direction: ltr;
	}

	#fontStackstacks_in_26 {
		color: rgba(0, 0, 0, 1.00);
	}
}
