:root{

	 --dp-site-padding:100px;

	/* Responsive sizes*/
	 --dp-site-width:1100px;
	 --dp-mobile-landscape:500px; 
	 --dp-tablet-portrait: 768px; 
	 --dp-desktop:  1024px; 
	 --dp-desktopxl: 1210px;



	/* Paragraph Line Height and Margin */
	 --dp-p-lh: 1.2em;
	 --dp-h-lh:1.3em;
	 --dp-p-marg:26px;


	/* Round Corner Default Bezier */
	--dp-rnd: Rick;


	/* Font  Faces */

	 --dp-font-primary: "area-normal", sans-serif;;
	 --dp-font-secondary:   "area-extended", sans-serif;;
	 --dp-font-tertiary:  "bisbee-variable", sans-serif;;


	/*Colors */

	 --dp-color-primary:#0c2f37;
	 --dp-color-secondary:#eee6d3;
	 --dp-color-tertiary:#7b5d3d;
	 --dp-color-quaternary:#f3e3be;
	 --dp-color-quinary:#dbb05c;
	 --dp-color-senary:#588691;
	 --dp-color-severnary:#031f25;
	 --dp-color-octarnary:#cec2a7;
	 --dp-color-nonary:#645c84;
	 --dp-color-denary:#bf6e3f;

	 --dp-grey-light:#efefef;
	 --dp-grey-norm:#dbdbdb;
	 --dp-grey-med:#b2b2b2;
	 --dp-grey-dark:#4c5c7c;
	

	/*Text Sizes Big Screen */
	--dp-txt-headline-xtrabig-xl:60px;
	 --dp-txt-headline-big-xl:50px;
	 --dp-txt-headline-med-xl:30px;
	 --dp-txt-headline-norm-xl:23px;
	 --dp-txt-headline-small-xl:20px;

	 --dp-txt-big-xl:17px;
	 --dp-txt-med-xl:22px;
	 --dp-txt-norm-xl:17px;
	 --dp-txt-small-xl:14px;
	 --dp-txt-xsmall-xl:13px;

	/* Text Sizes Standard Screen*/
	 --dp-txt-headline-xtrabig:60px;

	 --dp-txt-headline-big:50px;
	 --dp-txt-headline-med:30px;
	 --dp-txt-headline-norm:23px;
	 --dp-txt-headline-small:20px;

	 --dp-txt-big:17px;
	 --dp-txt-med:22px;
	 --dp-txt-norm:17px;
	 --dp-txt-small:14px;
	 --dp-txt-xsmall:13px;

	/* Text Sizes Mobile */
	 --dp-txt-headline-xtrabig-mob:50px;

	 --dp-txt-headline-big-mob:40px;
	 --dp-txt-headline-med-mob:25px;
	 --dp-txt-headline-norm-mob:17px;
	 --dp-txt-headline-small-mob:15px;

	 --dp-txt-big-mob:15px;
	 --dp-txt-med-mob:18px;
	 --dp-txt-norm-mob:14px;
	 --dp-txt-small-mob:14px;
	 --dp-txt-xsmall-mob:11px;

	/* Misc */
	 --dp-default-overflow: hidden /* Default overflow state for containers */
}



@media(min-width:728px) {
	

	 html .wp-block-post-content .acf-block-preview .default-spacing\:all{
			padding:calc(var(--dp-site-padding)/ 2);
		
		}

	
	 html .wp-block-post-content .acf-block-preview .default-spacing\:top-bottom {
			padding-top:calc(var(--dp-site-padding)/ 2);
			padding-bottom:calc(var(--dp-site-padding)/ 2);
		}
		
		
	 html .wp-block-post-content .acf-block-preview  .default-spacing\:bot{
		padding-bottom:calc(var(--dp-site-padding)/ 2);
		
		}
		
	
		
	 html .wp-block-post-content .acf-block-preview .default-spacing\:top{
		padding-top:calc(var(--dp-site-padding)/ 2);
		
		}
		
	 html .wp-block-post-content .acf-block-preview .default-spacing\:bottom-sides{
		padding-bottom: calc(var(--dp-site-padding)/ 2);
		padding-right: calc(var(--dp-site-padding)/ 2);
		padding-left: calc(var(--dp-site-padding)/ 2);
		
		}
				
	 html .wp-block-post-content .acf-block-preview .default-spacing\:top-sides{
		padding-top: calc(var(--dp-site-padding)/ 2);
		padding-right: calc(var(--dp-site-padding)/ 2);
		padding-left: calc(var(--dp-site-padding)/ 2);
		
		}
		
	 html .wp-block-post-content .acf-block-preview .default-spacing\:sides{
		padding-left:calc(var(--dp-site-padding)/ 2);
		padding-right:calc(var(--dp-site-padding)/ 2);
		
		}
	
		
	
}






@media(min-width:728px) and (max-width:864px) {
	
	 html .wp-block-post-content .acf-block-preview .default-spacing\:all{
			padding:calc(var(--dp-site-padding)/ 4);
		
		}

	
	 html .wp-block-post-content .acf-block-preview  .default-spacing\:top-bottom {
			padding-top:calc(var(--dp-site-padding)/ 4);
			padding-bottom:calc(var(--dp-site-padding)/ 4);
		}
		
		
	 html .wp-block-post-content .acf-block-preview .default-spacing\:bot{
		padding-bottom:calc(var(--dp-site-padding)/ 4);
		
		}
		
	
		
	 html .wp-block-post-content .acf-block-preview  .default-spacing\:top{
		padding-top:calc(var(--dp-site-padding)/ 4);
		
		}
		
	 html .wp-block-post-content .acf-block-preview  .default-spacing\:bottom-sides{
		padding-bottom:calc(var(--dp-site-padding)/ 4);
		padding-right: calc(var(--dp-site-padding)/ 4);
		padding-left: calc(var(--dp-site-padding)/ 4);
		
		}
				
	 html .wp-block-post-content .acf-block-preview  .default-spacing\:top-sides{
		padding-top:calc(var(--dp-site-padding)/ 4);
		padding-right: calc(var(--dp-site-padding)/ 4);
		padding-left: calc(var(--dp-site-padding)/ 4);
		
		}
		
	 html .wp-block-post-content .acf-block-preview  .default-spacing\:sides{
		padding-left:calc(var(--dp-site-padding)/ 4);
		padding-right:calc(var(--dp-site-padding)/ 4);
		
		}
	}




@media(max-width:728px) {
	
		
	html .wp-block-post-content .acf-block-preview  .default-spacing\:all{
			padding:calc(var(--dp-site-padding)/ 2) 15px;
		
		}

	html .wp-block-post-content .acf-block-preview .mod-m1-clmn[class*='all'] .mod,
	html .wp-block-post-content .acf-block-preview .mod-m1-clmns[class*='sides'] .mod,
		{
			padding-right:0;
			padding-left:0;
		
		}

	
		 html .wp-block-post-content .acf-block-preview 	 .default-spacing\:top-bottom {
			padding-top:calc(var(--dp-site-padding)/ 2);
			padding-bottom:calc(var(--dp-site-padding)/ 2);

		}
		
		
	html .wp-block-post-content .acf-block-preview .default-spacing\:bot{
		padding-bottom:calc(var(--dp-site-padding)/ 2);
		
		}
		
	
		
	html .wp-block-post-content .acf-block-preview .default-spacing\:top{
		padding-top:calc(var(--dp-site-padding)/ 2);
		
		}
		
	html .wp-block-post-content .acf-block-preview .default-spacing\:bottom-sides{
		padding-bottom: calc(var(--dp-site-padding)/ 2);
		padding-right: 15px;
		padding-left: 15px;
		
		}
				
	html .wp-block-post-content .acf-block-preview .default-spacing\:top-sides{
		padding-top: calc(var(--dp-site-padding)/ 2);
		padding-right: 15px;
		padding-left: 15px;
		
		}
		
	html .wp-block-post-content .acf-block-preview .default-spacing\:sides{
		padding-right: 15px;
		padding-left: 15px;
		
		}


}
@import"dpcss-config.css";:root{--dp-phi: 1.618033988749895}html .wp-block-post-content .acf-block-preview .dp-txt\:clr1,html .wp-block-post-content .acf-block-preview .dp-txt\:clr1>p{color:var(--dp-color-primary)}html .wp-block-post-content .acf-block-preview .dp-txt\:clr2,html .wp-block-post-content .acf-block-preview .dp-txt\:clr2>p{color:var(--dp-color-secondary)}html .wp-block-post-content .acf-block-preview .dp-txt\:clr3,html .wp-block-post-content .acf-block-preview .dp-txt\:clr3>p{color:var(--dp-color-tertiary)}html .wp-block-post-content .acf-block-preview .dp-txt\:clr4,html .wp-block-post-content .acf-block-preview .dp-txt\:clr4>p{color:var(--dp-color-quaternary)}html .wp-block-post-content .acf-block-preview .dp-txt\:clr5,html .wp-block-post-content .acf-block-preview .dp-txt\:clr5>p{color:var(--dp-color-quinary)}html .wp-block-post-content .acf-block-preview .dp-txt\:clr6,html .wp-block-post-content .acf-block-preview .dp-txt\:clr6>p{color:var(--dp-color-senary)}html .wp-block-post-content .acf-block-preview .dp-txt\:clr7,html .wp-block-post-content .acf-block-preview .dp-txt\:clr7>p{color:var(--dp-color-severnary)}html .wp-block-post-content .acf-block-preview .dp-txt\:clr8,html .wp-block-post-content .acf-block-preview .dp-txt\:clr8>p{color:var(--dp-color-octarnary)}html .wp-block-post-content .acf-block-preview .dp-txt\:grey1,html .wp-block-post-content .acf-block-preview .dp-txt\:grey1>p{color:var(--dp-grey-light);-webkit-font-smoothing:antialiased}html .wp-block-post-content .acf-block-preview .dp-txt\:grey2,html .wp-block-post-content .acf-block-preview .dp-txt\:grey2>p{color:var(--dp-grey-norm)}html .wp-block-post-content .acf-block-preview .dp-txt\:grey3,html .wp-block-post-content .acf-block-preview .dp-txt\:grey3>p{color:var(--dp-grey-med)}html .wp-block-post-content .acf-block-preview .dp-txt\:grey4,html .wp-block-post-content .acf-block-preview .dp-txt\:grey4>p{color:var(--dp-grey-dark)}html .wp-block-post-content .acf-block-preview .dp-txt\:blk,html .wp-block-post-content .acf-block-preview .dp-txt\:blk>p{color:#000}html .wp-block-post-content .acf-block-preview .dp-txt\:wht,html .wp-block-post-content .acf-block-preview .dp-txt\:wht>p{color:#fff;-webkit-font-smoothing:antialiased}html .wp-block-post-content .acf-block-preview .dp-txt\:wht h1:not([class*="dp-txt:clr"]),html .wp-block-post-content .acf-block-preview .dp-txt\:wht h2:not([class*="dp-txt:clr"]),html .wp-block-post-content .acf-block-preview .dp-txt\:wht h3:not([class*="dp-txt:clr"]),html .wp-block-post-content .acf-block-preview .dp-txt\:wht h4:not([class*="dp-txt:clr"]),html .wp-block-post-content .acf-block-preview .dp-txt\:wht h5:not([class*="dp-txt:clr"]){color:#fff;-webkit-font-smoothing:antialiased}html .wp-block-post-content .acf-block-preview .dp-bg\:clr1{background-color:var(--dp-color-primary)}html .wp-block-post-content .acf-block-preview .dp-bg\:clr2{background-color:var(--dp-color-secondary)}html .wp-block-post-content .acf-block-preview .dp-bg\:clr3{background-color:var(--dp-color-tertiary)}html .wp-block-post-content .acf-block-preview .dp-bg\:clr4{background-color:var(--dp-color-quaternary)}html .wp-block-post-content .acf-block-preview .dp-bg\:clr5{background-color:var(--dp-color-quinary)}html .wp-block-post-content .acf-block-preview .dp-bg\:clr6{background-color:var(--dp-color-senary)}html .wp-block-post-content .acf-block-preview .dp-bg\:clr7{background-color:var(--dp-color-severnary)}html .wp-block-post-content .acf-block-preview .dp-bg\:clr8{background-color:var(--dp-color-octarnary)}html .wp-block-post-content .acf-block-preview .dp-bg\:grey1{background-color:var(--dp-grey-light)}html .wp-block-post-content .acf-block-preview .dp-bg\:grey2{background-color:var(--dp-grey-norm)}html .wp-block-post-content .acf-block-preview .dp-bg\:grey3{background-color:var(--dp-grey-med)}html .wp-block-post-content .acf-block-preview .dp-bg\:grey4{background-color:var(--dp-grey-dark)}html .wp-block-post-content .acf-block-preview .dp-bg\:blk{background-color:#000}html .wp-block-post-content .acf-block-preview .dp-bg\:wht{background-color:#fff}html .wp-block-post-content .acf-block-preview h1{font-size:var(--dp-txt-headline-big);line-height:var(--dp-h-lh)}html .wp-block-post-content .acf-block-preview h2{font-size:var(--dp-txt-headline-med);line-height:var(--dp-h-lh)}html .wp-block-post-content .acf-block-preview h3{font-size:var(--dp-txt-headline-norm);line-height:var(--dp-h-lh)}html .wp-block-post-content .acf-block-preview h4{font-size:var(--dp-txt-headline-small);line-height:var(--dp-h-lh)}html .wp-block-post-content .acf-block-preview .dp-txt\:italic{font-style:italic}html .wp-block-post-content .acf-block-preview .dp-txt\:uppercase{text-transform:uppercase}html .wp-block-post-content .acf-block-preview .dp-txt\:underline{text-decoration:underline}html .wp-block-post-content .acf-block-preview .dp-txt\:h1,html .wp-block-post-content .acf-block-preview .dp-txt\:h1 *{font-size:var(--dp-txt-headline-big);line-height:var(--dp-h-lh)}html .wp-block-post-content .acf-block-preview .dp-txt\:h2,html .wp-block-post-content .acf-block-preview .dp-txt\:h2 *{font-size:var(--dp-txt-headline-med);line-height:var(--dp-h-lh)}html .wp-block-post-content .acf-block-preview .dp-txt\:h3,html .wp-block-post-content .acf-block-preview .dp-txt\:h3 *{font-size:var(--dp-txt-headline-norm);line-height:var(--dp-h-lh)}html .wp-block-post-content .acf-block-preview .dp-txt\:h4,html .wp-block-post-content .acf-block-preview .dp-txt\:h4 *{font-size:var(--dp-txt-headline-small);line-height:var(--dp-h-lh)}html .wp-block-post-content .acf-block-preview .dp-txt\:big,html .wp-block-post-content .acf-block-preview .dp-txt\:big *{font-size:var(--dp-txt-big)}html .wp-block-post-content .acf-block-preview .dp-txt\:med,html .wp-block-post-content .acf-block-preview .dp-txt\:med *{font-size:var(--dp-txt-med)}html .wp-block-post-content .acf-block-preview .dp-txt\:norm,html .wp-block-post-content .acf-block-preview .dp-txt\:norm *{font-size:var(--dp-txt-norm)}html .wp-block-post-content .acf-block-preview .dp-txt\:sm,html .wp-block-post-content .acf-block-preview .dp-txt\:sm *{font-size:var(--dp-txt-small)}html .wp-block-post-content .acf-block-preview .dp-txt\:xsm,html .wp-block-post-content .acf-block-preview .dp-txt\:xsm *{font-size:var(--dp-txt-xsmall)}html .wp-block-post-content .acf-block-preview .dp-fnt\:1{font-family:var(--dp-font-primary)}html .wp-block-post-content .acf-block-preview .dp-fnt\:2{font-family:var(--dp-font-secondary)}html .wp-block-post-content .acf-block-preview .dp-fnt\:3{font-family:var(--dp-font-tertiary)}html .wp-block-post-content .acf-block-preview .dp-fnt\:smooth{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html .wp-block-post-content .acf-block-preview .dp-fnt\:smooth\:auto{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}html .wp-block-post-content .acf-block-preview .dp-fnt\:100{font-weight:100}html .wp-block-post-content .acf-block-preview .dp-fnt\:200{font-weight:200}html .wp-block-post-content .acf-block-preview .dp-fnt\:300{font-weight:300}html .wp-block-post-content .acf-block-preview .dp-fnt\:400{font-weight:400}html .wp-block-post-content .acf-block-preview .dp-fnt\:500{font-weight:500}html .wp-block-post-content .acf-block-preview .dp-fnt\:600{font-weight:600}html .wp-block-post-content .acf-block-preview .dp-fnt\:700{font-weight:700}html .wp-block-post-content .acf-block-preview .dp-fnt\:800{font-weight:800}html .wp-block-post-content .acf-block-preview .dp-fnt\:light{font-weight:200}html .wp-block-post-content .acf-block-preview .dp-fnt\:bold{font-weight:700}html .wp-block-post-content .acf-block-preview .dp-fnt\:extra-bold{font-weight:800}html .wp-block-post-content .acf-block-preview .dp-txt\:cntr,html .wp-block-post-content .acf-block-preview .dp-txt\:cntr *{text-align:center}@media(min-width: 728px){html .wp-block-post-content .acf-block-preview .dp-txt\:lt,html .wp-block-post-content .acf-block-preview .dp-txt\:lt *{text-align:left}}html .wp-block-post-content .acf-block-preview .dp-txt\:rt,html .wp-block-post-content .acf-block-preview .dp-txt\:rt *{text-align:right}@media(max-width: 501px){html .wp-block-post-content .acf-block-preview .dp-txt\:cntr\:xs,html .wp-block-post-content .acf-block-preview .dp-txt\:cntr\:xs *{text-align:center}html .wp-block-post-content .acf-block-preview .dp-txt\:lt\:xs,html .wp-block-post-content .acf-block-preview .dp-txt\:lt\:xs *{text-align:left}html .wp-block-post-content .acf-block-preview .dp-txt\:rt\:xs,html .wp-block-post-content .acf-block-preview .dp-txt\:rt\:xs *{text-align:right}}@media(min-width: 501px)and (max-width: 768px){html .wp-block-post-content .acf-block-preview .dp-txt\:cntr\:s,html .wp-block-post-content .acf-block-preview .dp-txt\:cntr\:s *{text-align:center}html .wp-block-post-content .acf-block-preview .dp-txt\:lt\:s,html .wp-block-post-content .acf-block-preview .dp-txt\:lt\:s *{text-align:left}html .wp-block-post-content .acf-block-preview .dp-txt\:rt\:s,html .wp-block-post-content .acf-block-preview .dp-txt\:rt\:s *{text-align:right}}@media(min-width: 767px)and (max-width: 1024px){html .wp-block-post-content .acf-block-preview .dp-txt\:cntr\:m,html .wp-block-post-content .acf-block-preview .dp-txt\:cntr\:m *{text-align:center}html .wp-block-post-content .acf-block-preview .dp-txt\:lt\:m,html .wp-block-post-content .acf-block-preview .dp-txt\:lt\:m *{text-align:left}html .wp-block-post-content .acf-block-preview .dp-txt\:rt\:m,html .wp-block-post-content .acf-block-preview .dp-txt\:rt\:m *{text-align:right}}@media(min-width: 1023px){html .wp-block-post-content .acf-block-preview .dp-txt\:cntr\:l,html .wp-block-post-content .acf-block-preview .dp-txt\:cntr\:l *{text-align:center}html .wp-block-post-content .acf-block-preview .dp-txt\:lt\:l,html .wp-block-post-content .acf-block-preview .dp-txt\:lt\:l *{text-align:left}html .wp-block-post-content .acf-block-preview .dp-txt\:rt\:l,html .wp-block-post-content .acf-block-preview .dp-txt\:rt\:l *{text-align:right}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-txt\:lt{text-align:left}html .wp-block-post-content .acf-block-preview .dp-txt\:rt{text-align:right}html .wp-block-post-content .acf-block-preview .dp-txt\:cntr{text-align:center}}@media(min-width:0px)and (max-width:500px){html .wp-block-post-content .acf-block-preview .dp-txt\:lt\:xs{text-align:left}html .wp-block-post-content .acf-block-preview .dp-txt\:rt\:xs{text-align:right}html .wp-block-post-content .acf-block-preview .dp-txt\:cntr\:xs{text-align:center}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-txt\:lt\:s{text-align:left}html .wp-block-post-content .acf-block-preview .dp-txt\:rt\:s{text-align:right}html .wp-block-post-content .acf-block-preview .dp-txt\:cntr\:s{text-align:center}}@media(min-width:768px)and (max-width:1023px){html .wp-block-post-content .acf-block-preview .dp-txt\:lt\:m{text-align:left}html .wp-block-post-content .acf-block-preview .dp-txt\:rt\:m{text-align:right}html .wp-block-post-content .acf-block-preview .dp-txt\:cntr\:m{text-align:center}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-txt\:lt\:l{text-align:left}html .wp-block-post-content .acf-block-preview .dp-txt\:rt\:l{text-align:right}html .wp-block-post-content .acf-block-preview .dp-txt\:cntr\:l{text-align:center}}@media(max-width: 501px){html .wp-block-post-content .acf-block-preview h1{font-size:var(--dp-txt-headline-big-mob)}html .wp-block-post-content .acf-block-preview h2{font-size:var(--dp-txt-headline-med-mob)}html .wp-block-post-content .acf-block-preview h3{font-size:var(--dp-txt-headline-norm-mob)}html .wp-block-post-content .acf-block-preview h4{font-size:var(--dp-txt-headline-small-mob)}html .wp-block-post-content .acf-block-preview .dp-txt\:h1,html .wp-block-post-content .acf-block-preview .dp-txt\:h1 *{font-size:var(--dp-txt-headline-big-mob)}html .wp-block-post-content .acf-block-preview .dp-txt\:h2,html .wp-block-post-content .acf-block-preview .dp-txt\:h2 *{font-size:var(--dp-txt-headline-med-mob)}html .wp-block-post-content .acf-block-preview .dp-txt\:h3,html .wp-block-post-content .acf-block-preview .dp-txt\:h3 *{font-size:var(--dp-txt-headline-norm-mob)}html .wp-block-post-content .acf-block-preview .dp-txt\:h4,html .wp-block-post-content .acf-block-preview .dp-txt\:h4 *{font-size:var(--dp-txt-headline-small-mob)}html .wp-block-post-content .acf-block-preview .dp-txt\:big,html .wp-block-post-content .acf-block-preview .dp-txt\:big *{font-size:var(--dp-txt-big-mob)}html .wp-block-post-content .acf-block-preview .dp-txt\:med,html .wp-block-post-content .acf-block-preview .dp-txt\:med *{font-size:var(--dp-txt-med-mob)}html .wp-block-post-content .acf-block-preview .dp-txt\:norm,html .wp-block-post-content .acf-block-preview .dp-txt\:norm *{font-size:var(--dp-txt-norm-mob)}html .wp-block-post-content .acf-block-preview .dp-txt\:sm,html .wp-block-post-content .acf-block-preview .dp-txt\:sm *{font-size:var(--dp-txt-small-mob)}html .wp-block-post-content .acf-block-preview .dp-txt\:xsm,html .wp-block-post-content .acf-block-preview .dp-txt\:xsm *{font-size:var(--dp-txt-xsmall-mob)}}@media(min-width: 1250px){html .wp-block-post-content .acf-block-preview h1{font-size:var(--dp-txt-headline-big-xl)}html .wp-block-post-content .acf-block-preview h2{font-size:var(--dp-txt-headline-med-xl)}html .wp-block-post-content .acf-block-preview h3{font-size:var(--dp-txt-headline-norm-xl)}html .wp-block-post-content .acf-block-preview h4{font-size:var(--dp-txt-headline-small-xl)}html .wp-block-post-content .acf-block-preview .dp-txt\:h1,html .wp-block-post-content .acf-block-preview .dp-txt\:h1 *{font-size:var(--dp-txt-headline-big-xl)}html .wp-block-post-content .acf-block-preview .dp-txt\:h2,html .wp-block-post-content .acf-block-preview .dp-txt\:h2 *{font-size:var(--dp-txt-headline-med-xl)}html .wp-block-post-content .acf-block-preview .dp-txt\:h3,html .wp-block-post-content .acf-block-preview .dp-txt\:h3 *{font-size:var(--dp-txt-headline-norm-xl)}html .wp-block-post-content .acf-block-preview .dp-txt\:h4,html .wp-block-post-content .acf-block-preview .dp-txt\:h4 *{font-size:var(--dp-txt-headline-small-xl)}html .wp-block-post-content .acf-block-preview .dp-txt\:big,html .wp-block-post-content .acf-block-preview .dp-txt\:big *{font-size:var(--dp-txt-big-xl)}html .wp-block-post-content .acf-block-preview .dp-txt\:med,html .wp-block-post-content .acf-block-preview .dp-txt\:med *{font-size:var(--dp-txt-med-xl)}html .wp-block-post-content .acf-block-preview .dp-txt\:norm,html .wp-block-post-content .acf-block-preview .dp-txt\:norm *{font-size:var(--dp-txt-norm-xl)}html .wp-block-post-content .acf-block-preview .dp-txt\:sm,html .wp-block-post-content .acf-block-preview .dp-txt\:sm *{font-size:var(--dp-txt-small-xl)}html .wp-block-post-content .acf-block-preview .dp-txt\:xsm,html .wp-block-post-content .acf-block-preview .dp-txt\:xsm *{font-size:var(--dp-txt-xsmall-xl)}}html .wp-block-post-content .acf-block-preview .dp-img\:cntr\:m{background-position:center center !important}html .wp-block-post-content .acf-block-preview .dp-img\:lt\:m{background-position:left center !important}html .wp-block-post-content .acf-block-preview .dp-img\:rt\:m{background-position:right center !important}html .wp-block-post-content .acf-block-preview .dp-img\:cntr\:b{background-position:center bottom !important}html .wp-block-post-content .acf-block-preview .dp-img\:lt\:b{background-position:left bottom !important}html .wp-block-post-content .acf-block-preview .dp-img\:rt\:b{background-position:right bottom !important}html .wp-block-post-content .acf-block-preview .dp-img\:cntr\:t{background-position:center top !important}html .wp-block-post-content .acf-block-preview .dp-img\:lt\:t{background-position:left top !important}html .wp-block-post-content .acf-block-preview .dp-img\:rt\:t{background-position:right top !important}@media(min-width: 0)and (max-width: 501px){html .wp-block-post-content .acf-block-preview .dp-br\:xs{display:block}}@media(min-width: 501px)and (max-width: 768px){html .wp-block-post-content .acf-block-preview .dp-br\:s{display:block}}@media(min-width: 767px)and (max-width: 1024px){html .wp-block-post-content .acf-block-preview .dp-br\:m{display:block}}@media(min-width: 1023px){html .wp-block-post-content .acf-block-preview .dp-br\:l{display:block}}@media(min-width: 1250px){html .wp-block-post-content .acf-block-preview .dp-br\:xl{display:block}}html .wp-block-post-content .acf-block-preview .dp-rnd{border-radius:var(--dp-rnd)}html .wp-block-post-content .acf-block-preview .dp-rnd\:tl{border-top-left-radius:var(--dp-rnd)}html .wp-block-post-content .acf-block-preview .dp-rnd\:tr{border-top-right-radius:var(--dp-rnd)}html .wp-block-post-content .acf-block-preview .dp-rnd\:br{border-bottom-right-radius:var(--dp-rnd)}html .wp-block-post-content .acf-block-preview .dp-rnd\:bl{border-bottom-left-radius:var(--dp-rnd)}:root{--dp-phi-1: calc(100% / (var(--dp-phi) *1));--dp-phi-2: calc(100% / (var(--dp-phi) *2));--dp-phi-3: calc(100% / (var(--dp-phi) *3));--dp-phi-4: calc(100% / (var(--dp-phi) *4));--dp-phi-5: calc(100% / (var(--dp-phi) *5));--dp-phi-6: calc(100% / (var(--dp-phi) *6));--dp-phi-7: calc(100% / (var(--dp-phi) *7));--dp-phi-8: calc(100% / (var(--dp-phi) *8));--dp-phi-9: calc(100% / (var(--dp-phi) *9));--dp-phi-1-offset: calc(100% - (100% / (var(--dp-phi) *1)));--dp-phi-2-offset: calc(100% - (100% / (var(--dp-phi) *2)));--dp-phi-3-offset: calc(100% - (100% / (var(--dp-phi) *3)));--dp-phi-4-offset: calc(100% - (100% / (var(--dp-phi) *4)));--dp-phi-5-offset: calc(100% - (100% / (var(--dp-phi) *5)));--dp-phi-6-offset: calc(100% - (100% / (var(--dp-phi) *6)));--dp-phi-7-offset: calc(100% - (100% / (var(--dp-phi) *7)));--dp-phi-8-offset: calc(100% - (100% / (var(--dp-phi) *8)));--dp-phi-9-offset: calc(100% - (100% / (var(--dp-phi) *9)))}html .wp-block-post-content .acf-block-preview .dp-hide{display:none}html .wp-block-post-content .acf-block-preview .dp-clear{clear:both !important}@media(max-width: 1350px){html .wp-block-post-content .acf-block-preview .dp-display\:above\:xl{display:none}}@media(max-width: 1024px){html .wp-block-post-content .acf-block-preview .dp-display\:above\:l{display:none}}@media(max-width: 768px){html .wp-block-post-content .acf-block-preview .dp-display\:above\:m{display:none}}@media(max-width: 500px){html .wp-block-post-content .acf-block-preview .dp-display\:above\:s{display:none}}@media(min-width: 1350px){html .wp-block-post-content .acf-block-preview .dp-display\:below\:xl{display:none}}@media(min-width: 1025px){html .wp-block-post-content .acf-block-preview .dp-display\:below\:l{display:none}}@media(min-width: 769px){html .wp-block-post-content .acf-block-preview .dp-display\:below\:m{display:none}}@media(min-width: 501px){html .wp-block-post-content .acf-block-preview .dp-display\:below\:s{display:none}}html .wp-block-post-content .acf-block-preview .dp-overflow\:vis{overflow:visible}html .wp-block-post-content .acf-block-preview .dp-contain{max-width:var(--dp-site-width)}html .wp-block-post-content .acf-block-preview .dp-pos\:fill{width:100%}html .wp-block-post-content .acf-block-preview .dp-pos\:cntr{margin-right:auto;margin-left:auto}html .wp-block-post-content .acf-block-preview .dp-pos\:rt{margin-right:0;margin-left:auto}html .wp-block-post-content .acf-block-preview .dp-pos\:lt{margin-right:auto;margin-left:0}@media(min-width: 0){html .wp-block-post-content .acf-block-preview .dp-pos\:cntr\:s{margin-right:auto;margin-left:auto}html .wp-block-post-content .acf-block-preview .dp-pos\:rt\:s{margin-right:0;margin-left:auto}html .wp-block-post-content .acf-block-preview .dp-pos\:lt\:s{margin-right:auto;margin-left:0}}@media(min-width: 501px){html .wp-block-post-content .acf-block-preview .dp-pos\:cntr\:m{margin-right:auto;margin-left:auto}html .wp-block-post-content .acf-block-preview .dp-pos\:rt\:m{margin-right:0;margin-left:auto}html .wp-block-post-content .acf-block-preview .dp-pos\:lt\:m{margin-right:auto;margin-left:0}}@media(min-width: 1023px){html .wp-block-post-content .acf-block-preview .dp-pos\:cntr\:l{margin-right:auto;margin-left:auto}html .wp-block-post-content .acf-block-preview .dp-pos\:rt\:l{margin-right:0;margin-left:auto}html .wp-block-post-content .acf-block-preview .dp-pos\:lt\:l{margin-right:auto;margin-left:0}}@media(min-width: 1250px){html .wp-block-post-content .acf-block-preview .dp-pos\:cntr\:xl{margin-right:auto;margin-left:auto}html .wp-block-post-content .acf-block-preview .dp-pos\:rt\:xl{margin-right:0;margin-left:auto}html .wp-block-post-content .acf-block-preview .dp-pos\:lt\:xl{margin-right:auto;margin-left:0}}@media(min-width: 767px){html .wp-block-post-content .acf-block-preview .dp-pos\:cntr\:m{margin-right:auto;margin-left:auto}html .wp-block-post-content .acf-block-preview .dp-pos\:rt\:m{margin-right:0;margin-left:auto}html .wp-block-post-content .acf-block-preview .dp-pos\:lt\:m{margin-right:auto;margin-left:0}}html .wp-block-post-content .acf-block-preview .dp-pos\:rel{position:relative}html .wp-block-post-content .acf-block-preview .dp-pos\:abs{position:absolute}html .wp-block-post-content .acf-block-preview .dp-pos\:fix{position:fixed}html .wp-block-post-content .acf-block-preview .dp-flex{display:flex}html .wp-block-post-content .acf-block-preview .dp-flex\:align\:cntr{justify-content:center;display:flex}html .wp-block-post-content .acf-block-preview .dp-flex\:align\:lt{justify-content:flex-start;display:flex}html .wp-block-post-content .acf-block-preview .dp-flex\:align\:rt{justify-content:flex-end;display:flex}html .wp-block-post-content .acf-block-preview .dp-flex\:valign\:mid{align-items:center;display:flex}html .wp-block-post-content .acf-block-preview .dp-flex\:valign\:top{align-items:flex-start}html .wp-block-post-content .acf-block-preview .dp-flex\:valign\:bot{align-items:flex-end;display:flex}@media(min-width: 501px)and (min-width: 767px){html .wp-block-post-content .acf-block-preview .dp-flex\:s{display:flex}html .wp-block-post-content .acf-block-preview .dp-flex\:align\:cntr\:s{justify-content:center;display:flex}html .wp-block-post-content .acf-block-preview .dp-flex\:align\:lt\:s{justify-content:flex-start;display:flex}html .wp-block-post-content .acf-block-preview .dp-flex\:align\:rt\:s{justify-content:flex-end;display:flex}html .wp-block-post-content .acf-block-preview .dp-flex\:valign\:mid\:s{align-items:center;display:flex}html .wp-block-post-content .acf-block-preview .dp-flex\:valign\:top\:s{align-items:flex-start;display:flex}html .wp-block-post-content .acf-block-preview .dp-flex\:valign\:bot\:s{align-items:flex-end;display:flex}}@media(min-width: 767px)and (min-width: 1023px){html .wp-block-post-content .acf-block-preview .dp-flex\:m{display:flex}html .wp-block-post-content .acf-block-preview .dp-flex\:align\:cntr\:m{justify-content:center;display:flex}html .wp-block-post-content .acf-block-preview .dp-flex\:align\:lt\:m{justify-content:flex-start;display:flex}html .wp-block-post-content .acf-block-preview .dp-flex\:align\:rt\:m{justify-content:flex-end;display:flex}html .wp-block-post-content .acf-block-preview .dp-flex\:valign\:mid\:m{align-items:center;display:flex}html .wp-block-post-content .acf-block-preview .dp-flex\:valign\:top\:m{align-items:flex-start;display:flex}html .wp-block-post-content .acf-block-preview .dp-flex\:valign\:bot\:m{align-items:flex-end;display:flex}}@media(min-width: 1023px){html .wp-block-post-content .acf-block-preview .dp-flex\:l{display:flex}html .wp-block-post-content .acf-block-preview .dp-flex\:align\:cntr\:l{justify-content:center;display:flex}html .wp-block-post-content .acf-block-preview .dp-flex\:align\:lt\:l{justify-content:flex-start;display:flex}html .wp-block-post-content .acf-block-preview .dp-flex\:align\:rt\:l{justify-content:flex-end;display:flex}html .wp-block-post-content .acf-block-preview .dp-flex\:valign\:mid\:l{align-items:center;display:flex}html .wp-block-post-content .acf-block-preview .dp-flex\:valign\:top\:l{align-items:flex-start;display:flex}html .wp-block-post-content .acf-block-preview .dp-flex\:valign\:bot\:l{align-items:flex-end;display:flex}}html .wp-block-post-content .acf-block-preview .dp-display\:block{display:block}html .wp-block-post-content .acf-block-preview .dp-display\:inline{display:inline}html .wp-block-post-content .acf-block-preview .dp-display\:inline-block{display:inline-block}html .wp-block-post-content .acf-block-preview .dp-grid\:10pc{display:block;float:left;width:10%}html .wp-block-post-content .acf-block-preview .dp-grid\:15pc{display:block;float:left;width:15%}html .wp-block-post-content .acf-block-preview .dp-grid\:20pc{display:block;float:left;width:20%}html .wp-block-post-content .acf-block-preview .dp-grid\:25pc{display:block;float:left;width:25%}html .wp-block-post-content .acf-block-preview .dp-grid\:30pc{display:block;float:left;width:30%}html .wp-block-post-content .acf-block-preview .dp-grid\:35pc{display:block;float:left;width:35%}html .wp-block-post-content .acf-block-preview .dp-grid\:40pc{display:block;float:left;width:40%}html .wp-block-post-content .acf-block-preview .dp-grid\:45pc{display:block;float:left;width:45%}html .wp-block-post-content .acf-block-preview .dp-grid\:50pc{display:block;float:left;width:50%}html .wp-block-post-content .acf-block-preview .dp-grid\:55pc{display:block;float:left;width:55%}html .wp-block-post-content .acf-block-preview .dp-grid\:60pc{display:block;float:left;width:60%}html .wp-block-post-content .acf-block-preview .dp-grid\:65pc{display:block;float:left;width:65%}html .wp-block-post-content .acf-block-preview .dp-grid\:70pc{display:block;float:left;width:70%}html .wp-block-post-content .acf-block-preview .dp-grid\:75pc{display:block;float:left;width:75%}html .wp-block-post-content .acf-block-preview .dp-grid\:80pc{display:block;float:left;width:80%}html .wp-block-post-content .acf-block-preview .dp-grid\:85pc{display:block;float:left;width:85%}html .wp-block-post-content .acf-block-preview .dp-grid\:90pc{display:block;float:left;width:90%}html .wp-block-post-content .acf-block-preview .dp-grid\:95pc{display:block;float:left;width:95%}html .wp-block-post-content .acf-block-preview .dp-grid\:100pc{display:block;float:left;width:100%}html .wp-block-post-content .acf-block-preview .dp-grid\:105pc{display:block;float:left;width:105%}html .wp-block-post-content .acf-block-preview .dp-grid\:33pc{display:block;float:left;width:33%}html .wp-block-post-content .acf-block-preview .dp-grid\:66pc{display:block;float:left;width:66%}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-1{display:block;float:left;width:calc(100%/(var(--dp-phi)*1))}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-2{display:block;float:left;width:calc(100%/(var(--dp-phi)*2))}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-3{display:block;float:left;width:calc(100%/(var(--dp-phi)*3))}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-4{display:block;float:left;width:calc(100%/(var(--dp-phi)*4))}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-5{display:block;float:left;width:calc(100%/(var(--dp-phi)*5))}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-6{display:block;float:left;width:calc(100%/(var(--dp-phi)*6))}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-7{display:block;float:left;width:calc(100%/(var(--dp-phi)*7))}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-8{display:block;float:left;width:calc(100%/(var(--dp-phi)*8))}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-9{display:block;float:left;width:calc(100%/(var(--dp-phi)*9))}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-1{display:block;float:left;width:var(--dp-phi-1)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-1\:offset{display:block;float:left;width:var(--dp-phi-1-offset)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-2{display:block;float:left;width:var(--dp-phi-2)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-2\:offset{display:block;float:left;width:var(--dp-phi-2-offset)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-3{display:block;float:left;width:var(--dp-phi-3)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-3\:offset{display:block;float:left;width:var(--dp-phi-3-offset)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-4{display:block;float:left;width:var(--dp-phi-4)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-4\:offset{display:block;float:left;width:var(--dp-phi-4-offset)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-5{display:block;float:left;width:var(--dp-phi-5)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-5\:offset{display:block;float:left;width:var(--dp-phi-5-offset)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-6{display:block;float:left;width:var(--dp-phi-6)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-6\:offset{display:block;float:left;width:var(--dp-phi-6-offset)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-7{display:block;float:left;width:var(--dp-phi-7)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-7\:offset{display:block;float:left;width:var(--dp-phi-7-offset)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-8{display:block;float:left;width:var(--dp-phi-8)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-8\:offset{display:block;float:left;width:var(--dp-phi-8-offset)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-9{display:block;float:left;width:var(--dp-phi-9)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-9\:offset{display:block;float:left;width:var(--dp-phi-9-offset)}@media(max-width: 500px){html .wp-block-post-content .acf-block-preview .dp-grid\:10pc\:xs{display:block;float:left;width:10%}html .wp-block-post-content .acf-block-preview .dp-grid\:15pc\:xs{display:block;float:left;width:15%}html .wp-block-post-content .acf-block-preview .dp-grid\:20pc\:xs{display:block;float:left;width:20%}html .wp-block-post-content .acf-block-preview .dp-grid\:25pc\:xs{display:block;float:left;width:25%}html .wp-block-post-content .acf-block-preview .dp-grid\:30pc\:xs{display:block;float:left;width:30%}html .wp-block-post-content .acf-block-preview .dp-grid\:35pc\:xs{display:block;float:left;width:35%}html .wp-block-post-content .acf-block-preview .dp-grid\:40pc\:xs{display:block;float:left;width:40%}html .wp-block-post-content .acf-block-preview .dp-grid\:45pc\:xs{display:block;float:left;width:45%}html .wp-block-post-content .acf-block-preview .dp-grid\:50pc\:xs{display:block;float:left;width:50%}html .wp-block-post-content .acf-block-preview .dp-grid\:55pc\:xs{display:block;float:left;width:55%}html .wp-block-post-content .acf-block-preview .dp-grid\:60pc\:xs{display:block;float:left;width:60%}html .wp-block-post-content .acf-block-preview .dp-grid\:65pc\:xs{display:block;float:left;width:65%}html .wp-block-post-content .acf-block-preview .dp-grid\:70pc\:xs{display:block;float:left;width:70%}html .wp-block-post-content .acf-block-preview .dp-grid\:75pc\:xs{display:block;float:left;width:75%}html .wp-block-post-content .acf-block-preview .dp-grid\:80pc\:xs{display:block;float:left;width:80%}html .wp-block-post-content .acf-block-preview .dp-grid\:85pc\:xs{display:block;float:left;width:85%}html .wp-block-post-content .acf-block-preview .dp-grid\:90pc\:xs{display:block;float:left;width:90%}html .wp-block-post-content .acf-block-preview .dp-grid\:95pc\:xs{display:block;float:left;width:95%}html .wp-block-post-content .acf-block-preview .dp-grid\:100pc\:xs{display:block;float:left;width:100%}html .wp-block-post-content .acf-block-preview .dp-grid\:105pc\:xs{display:block;float:left;width:105%}html .wp-block-post-content .acf-block-preview .dp-grid\:33pc\:xs{display:block;float:left;width:33%}html .wp-block-post-content .acf-block-preview .dp-grid\:66pc\:xs{display:block;float:left;width:66%}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-1\:xs{display:block;float:left;width:var(--dp-phi-1)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-1\:offset\:xs{display:block;float:left;width:var(--dp-phi-1-offset)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-2\:xs{display:block;float:left;width:var(--dp-phi-2)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-2\:offset\:xs{display:block;float:left;width:var(--dp-phi-2-offset)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-3\:xs{display:block;float:left;width:var(--dp-phi-3)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-3\:offset\:xs{display:block;float:left;width:var(--dp-phi-3-offset)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-4\:xs{display:block;float:left;width:var(--dp-phi-4)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-4\:offset\:xs{display:block;float:left;width:var(--dp-phi-4-offset)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-5\:xs{display:block;float:left;width:var(--dp-phi-5)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-5\:offset\:xs{display:block;float:left;width:var(--dp-phi-5-offset)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-6\:xs{display:block;float:left;width:var(--dp-phi-6)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-6\:offset\:xs{display:block;float:left;width:var(--dp-phi-6-offset)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-7\:xs{display:block;float:left;width:var(--dp-phi-7)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-7\:offset\:xs{display:block;float:left;width:var(--dp-phi-7-offset)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-8\:xs{display:block;float:left;width:var(--dp-phi-8)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-8\:offset\:xs{display:block;float:left;width:var(--dp-phi-8-offset)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-9\:xs{display:block;float:left;width:var(--dp-phi-9)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-9\:offset\:xs{display:block;float:left;width:var(--dp-phi-9-offset)}}@media(min-width: 501px)and (max-width: 767px){html .wp-block-post-content .acf-block-preview .dp-grid\:10pc\:s{display:block;float:left;width:10%}html .wp-block-post-content .acf-block-preview .dp-grid\:15pc\:s{display:block;float:left;width:15%}html .wp-block-post-content .acf-block-preview .dp-grid\:20pc\:s{display:block;float:left;width:20%}html .wp-block-post-content .acf-block-preview .dp-grid\:25pc\:s{display:block;float:left;width:25%}html .wp-block-post-content .acf-block-preview .dp-grid\:30pc\:s{display:block;float:left;width:30%}html .wp-block-post-content .acf-block-preview .dp-grid\:35pc\:s{display:block;float:left;width:35%}html .wp-block-post-content .acf-block-preview .dp-grid\:40pc\:s{display:block;float:left;width:40%}html .wp-block-post-content .acf-block-preview .dp-grid\:45pc\:s{display:block;float:left;width:45%}html .wp-block-post-content .acf-block-preview .dp-grid\:50pc\:s{display:block;float:left;width:50%}html .wp-block-post-content .acf-block-preview .dp-grid\:55pc\:s{display:block;float:left;width:55%}html .wp-block-post-content .acf-block-preview .dp-grid\:60pc\:s{display:block;float:left;width:60%}html .wp-block-post-content .acf-block-preview .dp-grid\:65pc\:s{display:block;float:left;width:65%}html .wp-block-post-content .acf-block-preview .dp-grid\:70pc\:s{display:block;float:left;width:70%}html .wp-block-post-content .acf-block-preview .dp-grid\:75pc\:s{display:block;float:left;width:75%}html .wp-block-post-content .acf-block-preview .dp-grid\:80pc\:s{display:block;float:left;width:80%}html .wp-block-post-content .acf-block-preview .dp-grid\:85pc\:s{display:block;float:left;width:85%}html .wp-block-post-content .acf-block-preview .dp-grid\:90pc\:s{display:block;float:left;width:90%}html .wp-block-post-content .acf-block-preview .dp-grid\:95pc\:s{display:block;float:left;width:95%}html .wp-block-post-content .acf-block-preview .dp-grid\:100pc\:s{display:block;float:left;width:100%}html .wp-block-post-content .acf-block-preview .dp-grid\:105pc\:s{display:block;float:left;width:105%}html .wp-block-post-content .acf-block-preview .dp-grid\:33pc\:s{display:block;float:left;width:33%}html .wp-block-post-content .acf-block-preview .dp-grid\:66pc\:s{display:block;float:left;width:66%}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-1\:s{display:block;float:left;width:var(--dp-phi-1)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-1\:offset\:s{display:block;float:left;width:var(--dp-phi-1-offset)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-2\:s{display:block;float:left;width:var(--dp-phi-2)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-2\:offset\:s{display:block;float:left;width:var(--dp-phi-2-offset)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-3\:s{display:block;float:left;width:var(--dp-phi-3)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-3\:offset\:s{display:block;float:left;width:var(--dp-phi-3-offset)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-4\:s{display:block;float:left;width:var(--dp-phi-4)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-4\:offset\:s{display:block;float:left;width:var(--dp-phi-4-offset)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-5\:s{display:block;float:left;width:var(--dp-phi-5)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-5\:offset\:s{display:block;float:left;width:var(--dp-phi-5-offset)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-6\:s{display:block;float:left;width:var(--dp-phi-6)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-6\:offset\:s{display:block;float:left;width:var(--dp-phi-6-offset)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-7\:s{display:block;float:left;width:var(--dp-phi-7)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-7\:offset\:s{display:block;float:left;width:var(--dp-phi-7-offset)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-8\:s{display:block;float:left;width:var(--dp-phi-8)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-8\:offset\:s{display:block;float:left;width:var(--dp-phi-8-offset)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-9\:s{display:block;float:left;width:var(--dp-phi-9)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-9\:offset\:s{display:block;float:left;width:var(--dp-phi-9-offset)}}@media(min-width: 767px)and (max-width: 1023px){html .wp-block-post-content .acf-block-preview .dp-grid\:10pc\:m{display:block;float:left;width:10%}html .wp-block-post-content .acf-block-preview .dp-grid\:15pc\:m{display:block;float:left;width:15%}html .wp-block-post-content .acf-block-preview .dp-grid\:20pc\:m{display:block;float:left;width:20%}html .wp-block-post-content .acf-block-preview .dp-grid\:25pc\:m{display:block;float:left;width:25%}html .wp-block-post-content .acf-block-preview .dp-grid\:30pc\:m{display:block;float:left;width:30%}html .wp-block-post-content .acf-block-preview .dp-grid\:35pc\:m{display:block;float:left;width:35%}html .wp-block-post-content .acf-block-preview .dp-grid\:40pc\:m{display:block;float:left;width:40%}html .wp-block-post-content .acf-block-preview .dp-grid\:45pc\:m{display:block;float:left;width:45%}html .wp-block-post-content .acf-block-preview .dp-grid\:50pc\:m{display:block;float:left;width:50%}html .wp-block-post-content .acf-block-preview .dp-grid\:55pc\:m{display:block;float:left;width:55%}html .wp-block-post-content .acf-block-preview .dp-grid\:60pc\:m{display:block;float:left;width:60%}html .wp-block-post-content .acf-block-preview .dp-grid\:65pc\:m{display:block;float:left;width:65%}html .wp-block-post-content .acf-block-preview .dp-grid\:70pc\:m{display:block;float:left;width:70%}html .wp-block-post-content .acf-block-preview .dp-grid\:75pc\:m{display:block;float:left;width:75%}html .wp-block-post-content .acf-block-preview .dp-grid\:80pc\:m{display:block;float:left;width:80%}html .wp-block-post-content .acf-block-preview .dp-grid\:85pc\:m{display:block;float:left;width:85%}html .wp-block-post-content .acf-block-preview .dp-grid\:90pc\:m{display:block;float:left;width:90%}html .wp-block-post-content .acf-block-preview .dp-grid\:95pc\:m{display:block;float:left;width:95%}html .wp-block-post-content .acf-block-preview .dp-grid\:100pc\:m{display:block;float:left;width:100%}html .wp-block-post-content .acf-block-preview .dp-grid\:105pc\:m{display:block;float:left;width:105%}html .wp-block-post-content .acf-block-preview .dp-grid\:33pc\:m{display:block;float:left;width:33%}html .wp-block-post-content .acf-block-preview .dp-grid\:66pc\:m{display:block;float:left;width:66%}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-1\:m{display:block;float:left;width:var(--dp-phi-1)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-1\:offset\:m{display:block;float:left;width:var(--dp-phi-1-offset)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-2\:m{display:block;float:left;width:var(--dp-phi-2)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-2\:offset\:m{display:block;float:left;width:var(--dp-phi-2-offset)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-3\:m{display:block;float:left;width:var(--dp-phi-3)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-3\:offset\:m{display:block;float:left;width:var(--dp-phi-3-offset)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-4\:m{display:block;float:left;width:var(--dp-phi-4)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-4\:offset\:m{display:block;float:left;width:var(--dp-phi-4-offset)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-5\:m{display:block;float:left;width:var(--dp-phi-5)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-5\:offset\:m{display:block;float:left;width:var(--dp-phi-5-offset)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-6\:m{display:block;float:left;width:var(--dp-phi-6)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-6\:offset\:m{display:block;float:left;width:var(--dp-phi-6-offset)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-7\:m{display:block;float:left;width:var(--dp-phi-7)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-7\:offset\:m{display:block;float:left;width:var(--dp-phi-7-offset)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-8\:m{display:block;float:left;width:var(--dp-phi-8)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-8\:offset\:m{display:block;float:left;width:var(--dp-phi-8-offset)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-9\:m{display:block;float:left;width:var(--dp-phi-9)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-9\:offset\:m{display:block;float:left;width:var(--dp-phi-9-offset)}}@media(min-width: 1023px){html .wp-block-post-content .acf-block-preview .dp-grid\:10pc\:l{display:block;float:left;width:10%}html .wp-block-post-content .acf-block-preview .dp-grid\:15pc\:l{display:block;float:left;width:15%}html .wp-block-post-content .acf-block-preview .dp-grid\:20pc\:l{display:block;float:left;width:20%}html .wp-block-post-content .acf-block-preview .dp-grid\:25pc\:l{display:block;float:left;width:25%}html .wp-block-post-content .acf-block-preview .dp-grid\:30pc\:l{display:block;float:left;width:30%}html .wp-block-post-content .acf-block-preview .dp-grid\:35pc\:l{display:block;float:left;width:35%}html .wp-block-post-content .acf-block-preview .dp-grid\:40pc\:l{display:block;float:left;width:40%}html .wp-block-post-content .acf-block-preview .dp-grid\:45pc\:l{display:block;float:left;width:45%}html .wp-block-post-content .acf-block-preview .dp-grid\:50pc\:l{display:block;float:left;width:50%}html .wp-block-post-content .acf-block-preview .dp-grid\:55pc\:l{display:block;float:left;width:55%}html .wp-block-post-content .acf-block-preview .dp-grid\:60pc\:l{display:block;float:left;width:60%}html .wp-block-post-content .acf-block-preview .dp-grid\:65pc\:l{display:block;float:left;width:65%}html .wp-block-post-content .acf-block-preview .dp-grid\:70pc\:l{display:block;float:left;width:70%}html .wp-block-post-content .acf-block-preview .dp-grid\:75pc\:l{display:block;float:left;width:75%}html .wp-block-post-content .acf-block-preview .dp-grid\:80pc\:l{display:block;float:left;width:80%}html .wp-block-post-content .acf-block-preview .dp-grid\:85pc\:l{display:block;float:left;width:85%}html .wp-block-post-content .acf-block-preview .dp-grid\:90pc\:l{display:block;float:left;width:90%}html .wp-block-post-content .acf-block-preview .dp-grid\:95pc\:l{display:block;float:left;width:95%}html .wp-block-post-content .acf-block-preview .dp-grid\:100pc\:l{display:block;float:left;width:100%}html .wp-block-post-content .acf-block-preview .dp-grid\:105pc\:l{display:block;float:left;width:105%}html .wp-block-post-content .acf-block-preview .dp-grid\:33pc\:l{display:block;float:left;width:33%}html .wp-block-post-content .acf-block-preview .dp-grid\:66pc\:l{display:block;float:left;width:66%}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-1\:l{display:block;float:left;width:var(--dp-phi-1)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-1\:offset\:l{display:block;float:left;width:var(--dp-phi-1-offset)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-2\:l{display:block;float:left;width:var(--dp-phi-2)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-2\:offset\:l{display:block;float:left;width:var(--dp-phi-2-offset)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-3\:l{display:block;float:left;width:var(--dp-phi-3)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-3\:offset\:l{display:block;float:left;width:var(--dp-phi-3-offset)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-4\:l{display:block;float:left;width:var(--dp-phi-4)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-4\:offset\:l{display:block;float:left;width:var(--dp-phi-4-offset)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-5\:l{display:block;float:left;width:var(--dp-phi-5)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-5\:offset\:l{display:block;float:left;width:var(--dp-phi-5-offset)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-6\:l{display:block;float:left;width:var(--dp-phi-6)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-6\:offset\:l{display:block;float:left;width:var(--dp-phi-6-offset)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-7\:l{display:block;float:left;width:var(--dp-phi-7)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-7\:offset\:l{display:block;float:left;width:var(--dp-phi-7-offset)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-8\:l{display:block;float:left;width:var(--dp-phi-8)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-8\:offset\:l{display:block;float:left;width:var(--dp-phi-8-offset)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-9\:l{display:block;float:left;width:var(--dp-phi-9)}html .wp-block-post-content .acf-block-preview .dp-grid\:phi\:-9\:offset\:l{display:block;float:left;width:var(--dp-phi-9-offset)}}@media(min-width: 1250px){html .wp-block-post-content .acf-block-preview .dp-grid\:10pc\:xl{display:block;float:left;width:10%}html .wp-block-post-content .acf-block-preview .dp-grid\:15pc\:xl{display:block;float:left;width:15%}html .wp-block-post-content .acf-block-preview .dp-grid\:20pc\:xl{display:block;float:left;width:20%}html .wp-block-post-content .acf-block-preview .dp-grid\:25pc\:xl{display:block;float:left;width:25%}html .wp-block-post-content .acf-block-preview .dp-grid\:30pc\:xl{display:block;float:left;width:30%}html .wp-block-post-content .acf-block-preview .dp-grid\:35pc\:xl{display:block;float:left;width:35%}html .wp-block-post-content .acf-block-preview .dp-grid\:40pc\:xl{display:block;float:left;width:40%}html .wp-block-post-content .acf-block-preview .dp-grid\:45pc\:xl{display:block;float:left;width:45%}html .wp-block-post-content .acf-block-preview .dp-grid\:50pc\:xl{display:block;float:left;width:50%}html .wp-block-post-content .acf-block-preview .dp-grid\:55pc\:xl{display:block;float:left;width:55%}html .wp-block-post-content .acf-block-preview .dp-grid\:60pc\:xl{display:block;float:left;width:60%}html .wp-block-post-content .acf-block-preview .dp-grid\:65pc\:xl{display:block;float:left;width:65%}html .wp-block-post-content .acf-block-preview .dp-grid\:70pc\:xl{display:block;float:left;width:70%}html .wp-block-post-content .acf-block-preview .dp-grid\:75pc\:xl{display:block;float:left;width:75%}html .wp-block-post-content .acf-block-preview .dp-grid\:80pc\:xl{display:block;float:left;width:80%}html .wp-block-post-content .acf-block-preview .dp-grid\:85pc\:xl{display:block;float:left;width:85%}html .wp-block-post-content .acf-block-preview .dp-grid\:90pc\:xl{display:block;float:left;width:90%}html .wp-block-post-content .acf-block-preview .dp-grid\:95pc\:xl{display:block;float:left;width:95%}html .wp-block-post-content .acf-block-preview .dp-grid\:100pc\:xl{display:block;float:left;width:100%}html .wp-block-post-content .acf-block-preview .dp-grid\:105pc\:xl{display:block;float:left;width:105%}}html .wp-block-post-content .acf-block-preview .dp-grid\:fit{display:flex;flex-wrap:wrap}@media(max-width: 500px){html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:1{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:1>*{width:100%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:2{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:2>*{width:50%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:3{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:3>*{width:33.3333333333%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:4{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:4>*{width:25%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:5{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:5>*{width:20%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:6{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:6>*{width:16.6666666667%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:7{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:7>*{width:14.2857142857%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:8{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:8>*{width:12.5%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:9{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:9>*{width:11.1111111111%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:10{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:10>*{width:10%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:11{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:11>*{width:9.0909090909%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:12{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:12>*{width:8.3333333333%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:13{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:13>*{width:7.6923076923%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:14{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:14>*{width:7.1428571429%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:15{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:15>*{width:6.6666666667%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:16{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:16>*{width:6.25%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:17{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:17>*{width:5.8823529412%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:18{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:18>*{width:5.5555555556%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:19{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:19>*{width:5.2631578947%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:20{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:20>*{width:5%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:21{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:21>*{width:4.7619047619%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:22{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:22>*{width:4.5454545455%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:23{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:23>*{width:4.347826087%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:24{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:24>*{width:4.1666666667%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:25{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:25>*{width:4%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:26{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:26>*{width:3.8461538462%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:27{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:27>*{width:3.7037037037%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:28{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:28>*{width:3.5714285714%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:29{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:29>*{width:3.4482758621%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:30{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:30>*{width:3.3333333333%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:31{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:31>*{width:3.2258064516%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:32{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:32>*{width:3.125%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:33{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:33>*{width:3.0303030303%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:34{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:34>*{width:2.9411764706%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:35{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:35>*{width:2.8571428571%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:36{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:36>*{width:2.7777777778%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:37{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:37>*{width:2.7027027027%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:38{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:38>*{width:2.6315789474%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:39{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:39>*{width:2.5641025641%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:40{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:40>*{width:2.5%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:41{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:41>*{width:2.4390243902%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:42{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:42>*{width:2.380952381%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:43{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:43>*{width:2.3255813953%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:44{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:44>*{width:2.2727272727%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:45{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:45>*{width:2.2222222222%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:46{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:46>*{width:2.1739130435%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:47{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:47>*{width:2.1276595745%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:48{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:48>*{width:2.0833333333%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:49{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:49>*{width:2.0408163265%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:50{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:50>*{width:2%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:51{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:51>*{width:1.9607843137%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:52{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:52>*{width:1.9230769231%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:53{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:53>*{width:1.8867924528%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:54{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:54>*{width:1.8518518519%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:55{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:55>*{width:1.8181818182%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:56{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:56>*{width:1.7857142857%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:57{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:57>*{width:1.7543859649%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:58{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:58>*{width:1.724137931%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:59{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:59>*{width:1.6949152542%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:60{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:60>*{width:1.6666666667%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:61{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:61>*{width:1.6393442623%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:62{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:62>*{width:1.6129032258%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:63{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:63>*{width:1.5873015873%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:64{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:64>*{width:1.5625%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:65{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:65>*{width:1.5384615385%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:66{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:66>*{width:1.5151515152%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:67{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:67>*{width:1.4925373134%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:68{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:68>*{width:1.4705882353%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:69{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:69>*{width:1.4492753623%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:70{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:70>*{width:1.4285714286%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:71{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:71>*{width:1.4084507042%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:72{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:72>*{width:1.3888888889%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:73{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:73>*{width:1.3698630137%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:74{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:74>*{width:1.3513513514%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:75{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:75>*{width:1.3333333333%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:76{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:76>*{width:1.3157894737%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:77{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:77>*{width:1.2987012987%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:78{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:78>*{width:1.2820512821%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:79{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:79>*{width:1.2658227848%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:80{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:80>*{width:1.25%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:81{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:81>*{width:1.2345679012%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:82{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:82>*{width:1.2195121951%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:83{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:83>*{width:1.2048192771%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:84{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:84>*{width:1.1904761905%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:85{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:85>*{width:1.1764705882%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:86{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:86>*{width:1.1627906977%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:87{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:87>*{width:1.1494252874%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:88{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:88>*{width:1.1363636364%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:89{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:89>*{width:1.1235955056%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:90{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:90>*{width:1.1111111111%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:91{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:91>*{width:1.0989010989%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:92{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:92>*{width:1.0869565217%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:93{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:93>*{width:1.0752688172%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:94{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:94>*{width:1.0638297872%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:95{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:95>*{width:1.0526315789%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:96{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:96>*{width:1.0416666667%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:97{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:97>*{width:1.0309278351%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:98{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:98>*{width:1.0204081633%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:99{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:99>*{width:1.0101010101%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:100{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:100>*{width:1%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:1\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:1\:xs>*{width:100%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:2\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:2\:xs>*{width:50%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:3\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:3\:xs>*{width:33.3333333333%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:4\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:4\:xs>*{width:25%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:5\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:5\:xs>*{width:20%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:6\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:6\:xs>*{width:16.6666666667%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:7\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:7\:xs>*{width:14.2857142857%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:8\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:8\:xs>*{width:12.5%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:9\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:9\:xs>*{width:11.1111111111%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:10\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:10\:xs>*{width:10%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:11\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:11\:xs>*{width:9.0909090909%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:12\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:12\:xs>*{width:8.3333333333%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:13\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:13\:xs>*{width:7.6923076923%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:14\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:14\:xs>*{width:7.1428571429%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:15\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:15\:xs>*{width:6.6666666667%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:16\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:16\:xs>*{width:6.25%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:17\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:17\:xs>*{width:5.8823529412%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:18\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:18\:xs>*{width:5.5555555556%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:19\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:19\:xs>*{width:5.2631578947%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:20\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:20\:xs>*{width:5%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:21\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:21\:xs>*{width:4.7619047619%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:22\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:22\:xs>*{width:4.5454545455%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:23\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:23\:xs>*{width:4.347826087%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:24\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:24\:xs>*{width:4.1666666667%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:25\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:25\:xs>*{width:4%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:26\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:26\:xs>*{width:3.8461538462%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:27\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:27\:xs>*{width:3.7037037037%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:28\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:28\:xs>*{width:3.5714285714%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:29\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:29\:xs>*{width:3.4482758621%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:30\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:30\:xs>*{width:3.3333333333%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:31\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:31\:xs>*{width:3.2258064516%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:32\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:32\:xs>*{width:3.125%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:33\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:33\:xs>*{width:3.0303030303%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:34\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:34\:xs>*{width:2.9411764706%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:35\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:35\:xs>*{width:2.8571428571%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:36\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:36\:xs>*{width:2.7777777778%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:37\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:37\:xs>*{width:2.7027027027%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:38\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:38\:xs>*{width:2.6315789474%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:39\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:39\:xs>*{width:2.5641025641%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:40\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:40\:xs>*{width:2.5%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:41\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:41\:xs>*{width:2.4390243902%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:42\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:42\:xs>*{width:2.380952381%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:43\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:43\:xs>*{width:2.3255813953%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:44\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:44\:xs>*{width:2.2727272727%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:45\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:45\:xs>*{width:2.2222222222%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:46\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:46\:xs>*{width:2.1739130435%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:47\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:47\:xs>*{width:2.1276595745%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:48\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:48\:xs>*{width:2.0833333333%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:49\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:49\:xs>*{width:2.0408163265%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:50\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:50\:xs>*{width:2%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:51\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:51\:xs>*{width:1.9607843137%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:52\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:52\:xs>*{width:1.9230769231%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:53\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:53\:xs>*{width:1.8867924528%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:54\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:54\:xs>*{width:1.8518518519%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:55\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:55\:xs>*{width:1.8181818182%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:56\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:56\:xs>*{width:1.7857142857%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:57\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:57\:xs>*{width:1.7543859649%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:58\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:58\:xs>*{width:1.724137931%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:59\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:59\:xs>*{width:1.6949152542%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:60\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:60\:xs>*{width:1.6666666667%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:61\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:61\:xs>*{width:1.6393442623%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:62\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:62\:xs>*{width:1.6129032258%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:63\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:63\:xs>*{width:1.5873015873%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:64\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:64\:xs>*{width:1.5625%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:65\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:65\:xs>*{width:1.5384615385%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:66\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:66\:xs>*{width:1.5151515152%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:67\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:67\:xs>*{width:1.4925373134%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:68\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:68\:xs>*{width:1.4705882353%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:69\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:69\:xs>*{width:1.4492753623%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:70\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:70\:xs>*{width:1.4285714286%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:71\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:71\:xs>*{width:1.4084507042%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:72\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:72\:xs>*{width:1.3888888889%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:73\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:73\:xs>*{width:1.3698630137%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:74\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:74\:xs>*{width:1.3513513514%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:75\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:75\:xs>*{width:1.3333333333%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:76\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:76\:xs>*{width:1.3157894737%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:77\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:77\:xs>*{width:1.2987012987%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:78\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:78\:xs>*{width:1.2820512821%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:79\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:79\:xs>*{width:1.2658227848%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:80\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:80\:xs>*{width:1.25%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:81\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:81\:xs>*{width:1.2345679012%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:82\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:82\:xs>*{width:1.2195121951%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:83\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:83\:xs>*{width:1.2048192771%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:84\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:84\:xs>*{width:1.1904761905%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:85\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:85\:xs>*{width:1.1764705882%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:86\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:86\:xs>*{width:1.1627906977%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:87\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:87\:xs>*{width:1.1494252874%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:88\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:88\:xs>*{width:1.1363636364%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:89\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:89\:xs>*{width:1.1235955056%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:90\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:90\:xs>*{width:1.1111111111%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:91\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:91\:xs>*{width:1.0989010989%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:92\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:92\:xs>*{width:1.0869565217%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:93\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:93\:xs>*{width:1.0752688172%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:94\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:94\:xs>*{width:1.0638297872%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:95\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:95\:xs>*{width:1.0526315789%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:96\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:96\:xs>*{width:1.0416666667%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:97\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:97\:xs>*{width:1.0309278351%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:98\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:98\:xs>*{width:1.0204081633%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:99\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:99\:xs>*{width:1.0101010101%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:100\:xs{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:100\:xs>*{width:1%}}@media(min-width: 501px)and (max-width: 767px){html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:1\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:1\:s>*{width:100%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:2\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:2\:s>*{width:50%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:3\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:3\:s>*{width:33.3333333333%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:4\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:4\:s>*{width:25%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:5\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:5\:s>*{width:20%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:6\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:6\:s>*{width:16.6666666667%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:7\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:7\:s>*{width:14.2857142857%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:8\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:8\:s>*{width:12.5%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:9\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:9\:s>*{width:11.1111111111%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:10\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:10\:s>*{width:10%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:11\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:11\:s>*{width:9.0909090909%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:12\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:12\:s>*{width:8.3333333333%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:13\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:13\:s>*{width:7.6923076923%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:14\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:14\:s>*{width:7.1428571429%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:15\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:15\:s>*{width:6.6666666667%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:16\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:16\:s>*{width:6.25%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:17\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:17\:s>*{width:5.8823529412%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:18\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:18\:s>*{width:5.5555555556%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:19\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:19\:s>*{width:5.2631578947%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:20\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:20\:s>*{width:5%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:21\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:21\:s>*{width:4.7619047619%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:22\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:22\:s>*{width:4.5454545455%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:23\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:23\:s>*{width:4.347826087%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:24\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:24\:s>*{width:4.1666666667%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:25\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:25\:s>*{width:4%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:26\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:26\:s>*{width:3.8461538462%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:27\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:27\:s>*{width:3.7037037037%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:28\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:28\:s>*{width:3.5714285714%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:29\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:29\:s>*{width:3.4482758621%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:30\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:30\:s>*{width:3.3333333333%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:31\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:31\:s>*{width:3.2258064516%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:32\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:32\:s>*{width:3.125%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:33\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:33\:s>*{width:3.0303030303%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:34\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:34\:s>*{width:2.9411764706%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:35\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:35\:s>*{width:2.8571428571%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:36\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:36\:s>*{width:2.7777777778%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:37\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:37\:s>*{width:2.7027027027%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:38\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:38\:s>*{width:2.6315789474%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:39\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:39\:s>*{width:2.5641025641%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:40\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:40\:s>*{width:2.5%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:41\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:41\:s>*{width:2.4390243902%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:42\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:42\:s>*{width:2.380952381%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:43\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:43\:s>*{width:2.3255813953%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:44\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:44\:s>*{width:2.2727272727%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:45\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:45\:s>*{width:2.2222222222%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:46\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:46\:s>*{width:2.1739130435%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:47\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:47\:s>*{width:2.1276595745%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:48\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:48\:s>*{width:2.0833333333%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:49\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:49\:s>*{width:2.0408163265%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:50\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:50\:s>*{width:2%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:51\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:51\:s>*{width:1.9607843137%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:52\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:52\:s>*{width:1.9230769231%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:53\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:53\:s>*{width:1.8867924528%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:54\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:54\:s>*{width:1.8518518519%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:55\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:55\:s>*{width:1.8181818182%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:56\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:56\:s>*{width:1.7857142857%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:57\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:57\:s>*{width:1.7543859649%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:58\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:58\:s>*{width:1.724137931%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:59\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:59\:s>*{width:1.6949152542%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:60\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:60\:s>*{width:1.6666666667%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:61\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:61\:s>*{width:1.6393442623%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:62\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:62\:s>*{width:1.6129032258%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:63\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:63\:s>*{width:1.5873015873%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:64\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:64\:s>*{width:1.5625%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:65\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:65\:s>*{width:1.5384615385%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:66\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:66\:s>*{width:1.5151515152%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:67\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:67\:s>*{width:1.4925373134%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:68\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:68\:s>*{width:1.4705882353%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:69\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:69\:s>*{width:1.4492753623%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:70\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:70\:s>*{width:1.4285714286%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:71\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:71\:s>*{width:1.4084507042%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:72\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:72\:s>*{width:1.3888888889%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:73\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:73\:s>*{width:1.3698630137%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:74\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:74\:s>*{width:1.3513513514%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:75\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:75\:s>*{width:1.3333333333%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:76\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:76\:s>*{width:1.3157894737%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:77\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:77\:s>*{width:1.2987012987%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:78\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:78\:s>*{width:1.2820512821%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:79\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:79\:s>*{width:1.2658227848%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:80\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:80\:s>*{width:1.25%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:81\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:81\:s>*{width:1.2345679012%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:82\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:82\:s>*{width:1.2195121951%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:83\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:83\:s>*{width:1.2048192771%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:84\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:84\:s>*{width:1.1904761905%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:85\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:85\:s>*{width:1.1764705882%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:86\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:86\:s>*{width:1.1627906977%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:87\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:87\:s>*{width:1.1494252874%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:88\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:88\:s>*{width:1.1363636364%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:89\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:89\:s>*{width:1.1235955056%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:90\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:90\:s>*{width:1.1111111111%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:91\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:91\:s>*{width:1.0989010989%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:92\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:92\:s>*{width:1.0869565217%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:93\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:93\:s>*{width:1.0752688172%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:94\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:94\:s>*{width:1.0638297872%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:95\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:95\:s>*{width:1.0526315789%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:96\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:96\:s>*{width:1.0416666667%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:97\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:97\:s>*{width:1.0309278351%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:98\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:98\:s>*{width:1.0204081633%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:99\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:99\:s>*{width:1.0101010101%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:100\:s{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:100\:s>*{width:1%}}@media(min-width: 768px)and (max-width: 1023px){html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:1\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:1\:m>*{width:100%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:2\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:2\:m>*{width:50%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:3\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:3\:m>*{width:33.3333333333%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:4\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:4\:m>*{width:25%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:5\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:5\:m>*{width:20%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:6\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:6\:m>*{width:16.6666666667%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:7\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:7\:m>*{width:14.2857142857%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:8\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:8\:m>*{width:12.5%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:9\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:9\:m>*{width:11.1111111111%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:10\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:10\:m>*{width:10%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:11\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:11\:m>*{width:9.0909090909%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:12\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:12\:m>*{width:8.3333333333%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:13\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:13\:m>*{width:7.6923076923%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:14\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:14\:m>*{width:7.1428571429%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:15\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:15\:m>*{width:6.6666666667%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:16\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:16\:m>*{width:6.25%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:17\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:17\:m>*{width:5.8823529412%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:18\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:18\:m>*{width:5.5555555556%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:19\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:19\:m>*{width:5.2631578947%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:20\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:20\:m>*{width:5%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:21\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:21\:m>*{width:4.7619047619%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:22\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:22\:m>*{width:4.5454545455%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:23\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:23\:m>*{width:4.347826087%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:24\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:24\:m>*{width:4.1666666667%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:25\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:25\:m>*{width:4%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:26\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:26\:m>*{width:3.8461538462%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:27\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:27\:m>*{width:3.7037037037%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:28\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:28\:m>*{width:3.5714285714%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:29\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:29\:m>*{width:3.4482758621%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:30\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:30\:m>*{width:3.3333333333%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:31\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:31\:m>*{width:3.2258064516%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:32\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:32\:m>*{width:3.125%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:33\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:33\:m>*{width:3.0303030303%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:34\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:34\:m>*{width:2.9411764706%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:35\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:35\:m>*{width:2.8571428571%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:36\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:36\:m>*{width:2.7777777778%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:37\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:37\:m>*{width:2.7027027027%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:38\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:38\:m>*{width:2.6315789474%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:39\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:39\:m>*{width:2.5641025641%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:40\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:40\:m>*{width:2.5%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:41\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:41\:m>*{width:2.4390243902%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:42\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:42\:m>*{width:2.380952381%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:43\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:43\:m>*{width:2.3255813953%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:44\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:44\:m>*{width:2.2727272727%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:45\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:45\:m>*{width:2.2222222222%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:46\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:46\:m>*{width:2.1739130435%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:47\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:47\:m>*{width:2.1276595745%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:48\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:48\:m>*{width:2.0833333333%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:49\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:49\:m>*{width:2.0408163265%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:50\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:50\:m>*{width:2%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:51\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:51\:m>*{width:1.9607843137%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:52\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:52\:m>*{width:1.9230769231%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:53\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:53\:m>*{width:1.8867924528%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:54\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:54\:m>*{width:1.8518518519%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:55\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:55\:m>*{width:1.8181818182%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:56\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:56\:m>*{width:1.7857142857%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:57\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:57\:m>*{width:1.7543859649%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:58\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:58\:m>*{width:1.724137931%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:59\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:59\:m>*{width:1.6949152542%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:60\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:60\:m>*{width:1.6666666667%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:61\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:61\:m>*{width:1.6393442623%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:62\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:62\:m>*{width:1.6129032258%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:63\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:63\:m>*{width:1.5873015873%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:64\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:64\:m>*{width:1.5625%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:65\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:65\:m>*{width:1.5384615385%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:66\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:66\:m>*{width:1.5151515152%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:67\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:67\:m>*{width:1.4925373134%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:68\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:68\:m>*{width:1.4705882353%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:69\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:69\:m>*{width:1.4492753623%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:70\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:70\:m>*{width:1.4285714286%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:71\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:71\:m>*{width:1.4084507042%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:72\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:72\:m>*{width:1.3888888889%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:73\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:73\:m>*{width:1.3698630137%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:74\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:74\:m>*{width:1.3513513514%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:75\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:75\:m>*{width:1.3333333333%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:76\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:76\:m>*{width:1.3157894737%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:77\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:77\:m>*{width:1.2987012987%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:78\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:78\:m>*{width:1.2820512821%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:79\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:79\:m>*{width:1.2658227848%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:80\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:80\:m>*{width:1.25%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:81\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:81\:m>*{width:1.2345679012%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:82\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:82\:m>*{width:1.2195121951%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:83\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:83\:m>*{width:1.2048192771%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:84\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:84\:m>*{width:1.1904761905%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:85\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:85\:m>*{width:1.1764705882%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:86\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:86\:m>*{width:1.1627906977%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:87\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:87\:m>*{width:1.1494252874%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:88\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:88\:m>*{width:1.1363636364%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:89\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:89\:m>*{width:1.1235955056%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:90\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:90\:m>*{width:1.1111111111%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:91\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:91\:m>*{width:1.0989010989%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:92\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:92\:m>*{width:1.0869565217%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:93\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:93\:m>*{width:1.0752688172%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:94\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:94\:m>*{width:1.0638297872%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:95\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:95\:m>*{width:1.0526315789%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:96\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:96\:m>*{width:1.0416666667%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:97\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:97\:m>*{width:1.0309278351%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:98\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:98\:m>*{width:1.0204081633%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:99\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:99\:m>*{width:1.0101010101%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:100\:m{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:100\:m>*{width:1%}}@media(min-width: 1024px){html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:1\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:1\:l>*{width:100%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:2\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:2\:l>*{width:50%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:3\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:3\:l>*{width:33.3333333333%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:4\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:4\:l>*{width:25%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:5\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:5\:l>*{width:20%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:6\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:6\:l>*{width:16.6666666667%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:7\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:7\:l>*{width:14.2857142857%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:8\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:8\:l>*{width:12.5%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:9\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:9\:l>*{width:11.1111111111%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:10\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:10\:l>*{width:10%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:11\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:11\:l>*{width:9.0909090909%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:12\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:12\:l>*{width:8.3333333333%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:13\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:13\:l>*{width:7.6923076923%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:14\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:14\:l>*{width:7.1428571429%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:15\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:15\:l>*{width:6.6666666667%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:16\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:16\:l>*{width:6.25%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:17\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:17\:l>*{width:5.8823529412%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:18\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:18\:l>*{width:5.5555555556%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:19\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:19\:l>*{width:5.2631578947%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:20\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:20\:l>*{width:5%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:21\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:21\:l>*{width:4.7619047619%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:22\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:22\:l>*{width:4.5454545455%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:23\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:23\:l>*{width:4.347826087%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:24\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:24\:l>*{width:4.1666666667%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:25\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:25\:l>*{width:4%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:26\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:26\:l>*{width:3.8461538462%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:27\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:27\:l>*{width:3.7037037037%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:28\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:28\:l>*{width:3.5714285714%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:29\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:29\:l>*{width:3.4482758621%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:30\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:30\:l>*{width:3.3333333333%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:31\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:31\:l>*{width:3.2258064516%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:32\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:32\:l>*{width:3.125%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:33\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:33\:l>*{width:3.0303030303%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:34\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:34\:l>*{width:2.9411764706%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:35\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:35\:l>*{width:2.8571428571%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:36\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:36\:l>*{width:2.7777777778%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:37\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:37\:l>*{width:2.7027027027%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:38\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:38\:l>*{width:2.6315789474%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:39\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:39\:l>*{width:2.5641025641%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:40\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:40\:l>*{width:2.5%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:41\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:41\:l>*{width:2.4390243902%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:42\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:42\:l>*{width:2.380952381%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:43\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:43\:l>*{width:2.3255813953%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:44\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:44\:l>*{width:2.2727272727%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:45\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:45\:l>*{width:2.2222222222%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:46\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:46\:l>*{width:2.1739130435%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:47\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:47\:l>*{width:2.1276595745%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:48\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:48\:l>*{width:2.0833333333%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:49\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:49\:l>*{width:2.0408163265%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:50\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:50\:l>*{width:2%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:51\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:51\:l>*{width:1.9607843137%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:52\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:52\:l>*{width:1.9230769231%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:53\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:53\:l>*{width:1.8867924528%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:54\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:54\:l>*{width:1.8518518519%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:55\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:55\:l>*{width:1.8181818182%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:56\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:56\:l>*{width:1.7857142857%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:57\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:57\:l>*{width:1.7543859649%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:58\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:58\:l>*{width:1.724137931%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:59\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:59\:l>*{width:1.6949152542%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:60\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:60\:l>*{width:1.6666666667%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:61\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:61\:l>*{width:1.6393442623%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:62\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:62\:l>*{width:1.6129032258%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:63\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:63\:l>*{width:1.5873015873%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:64\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:64\:l>*{width:1.5625%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:65\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:65\:l>*{width:1.5384615385%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:66\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:66\:l>*{width:1.5151515152%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:67\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:67\:l>*{width:1.4925373134%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:68\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:68\:l>*{width:1.4705882353%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:69\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:69\:l>*{width:1.4492753623%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:70\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:70\:l>*{width:1.4285714286%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:71\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:71\:l>*{width:1.4084507042%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:72\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:72\:l>*{width:1.3888888889%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:73\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:73\:l>*{width:1.3698630137%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:74\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:74\:l>*{width:1.3513513514%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:75\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:75\:l>*{width:1.3333333333%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:76\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:76\:l>*{width:1.3157894737%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:77\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:77\:l>*{width:1.2987012987%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:78\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:78\:l>*{width:1.2820512821%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:79\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:79\:l>*{width:1.2658227848%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:80\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:80\:l>*{width:1.25%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:81\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:81\:l>*{width:1.2345679012%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:82\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:82\:l>*{width:1.2195121951%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:83\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:83\:l>*{width:1.2048192771%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:84\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:84\:l>*{width:1.1904761905%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:85\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:85\:l>*{width:1.1764705882%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:86\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:86\:l>*{width:1.1627906977%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:87\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:87\:l>*{width:1.1494252874%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:88\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:88\:l>*{width:1.1363636364%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:89\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:89\:l>*{width:1.1235955056%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:90\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:90\:l>*{width:1.1111111111%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:91\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:91\:l>*{width:1.0989010989%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:92\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:92\:l>*{width:1.0869565217%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:93\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:93\:l>*{width:1.0752688172%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:94\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:94\:l>*{width:1.0638297872%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:95\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:95\:l>*{width:1.0526315789%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:96\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:96\:l>*{width:1.0416666667%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:97\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:97\:l>*{width:1.0309278351%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:98\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:98\:l>*{width:1.0204081633%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:99\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:99\:l>*{width:1.0101010101%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:100\:l{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:100\:l>*{width:1%}}@media(min-width: 1250px){html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:1\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:1\:xl>*{width:100%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:2\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:2\:xl>*{width:50%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:3\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:3\:xl>*{width:33.3333333333%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:4\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:4\:xl>*{width:25%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:5\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:5\:xl>*{width:20%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:6\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:6\:xl>*{width:16.6666666667%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:7\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:7\:xl>*{width:14.2857142857%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:8\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:8\:xl>*{width:12.5%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:9\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:9\:xl>*{width:11.1111111111%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:10\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:10\:xl>*{width:10%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:11\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:11\:xl>*{width:9.0909090909%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:12\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:12\:xl>*{width:8.3333333333%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:13\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:13\:xl>*{width:7.6923076923%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:14\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:14\:xl>*{width:7.1428571429%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:15\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:15\:xl>*{width:6.6666666667%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:16\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:16\:xl>*{width:6.25%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:17\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:17\:xl>*{width:5.8823529412%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:18\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:18\:xl>*{width:5.5555555556%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:19\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:19\:xl>*{width:5.2631578947%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:20\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:20\:xl>*{width:5%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:21\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:21\:xl>*{width:4.7619047619%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:22\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:22\:xl>*{width:4.5454545455%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:23\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:23\:xl>*{width:4.347826087%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:24\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:24\:xl>*{width:4.1666666667%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:25\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:25\:xl>*{width:4%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:26\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:26\:xl>*{width:3.8461538462%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:27\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:27\:xl>*{width:3.7037037037%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:28\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:28\:xl>*{width:3.5714285714%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:29\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:29\:xl>*{width:3.4482758621%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:30\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:30\:xl>*{width:3.3333333333%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:31\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:31\:xl>*{width:3.2258064516%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:32\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:32\:xl>*{width:3.125%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:33\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:33\:xl>*{width:3.0303030303%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:34\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:34\:xl>*{width:2.9411764706%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:35\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:35\:xl>*{width:2.8571428571%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:36\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:36\:xl>*{width:2.7777777778%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:37\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:37\:xl>*{width:2.7027027027%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:38\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:38\:xl>*{width:2.6315789474%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:39\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:39\:xl>*{width:2.5641025641%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:40\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:40\:xl>*{width:2.5%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:41\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:41\:xl>*{width:2.4390243902%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:42\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:42\:xl>*{width:2.380952381%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:43\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:43\:xl>*{width:2.3255813953%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:44\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:44\:xl>*{width:2.2727272727%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:45\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:45\:xl>*{width:2.2222222222%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:46\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:46\:xl>*{width:2.1739130435%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:47\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:47\:xl>*{width:2.1276595745%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:48\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:48\:xl>*{width:2.0833333333%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:49\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:49\:xl>*{width:2.0408163265%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:50\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:50\:xl>*{width:2%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:51\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:51\:xl>*{width:1.9607843137%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:52\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:52\:xl>*{width:1.9230769231%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:53\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:53\:xl>*{width:1.8867924528%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:54\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:54\:xl>*{width:1.8518518519%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:55\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:55\:xl>*{width:1.8181818182%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:56\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:56\:xl>*{width:1.7857142857%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:57\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:57\:xl>*{width:1.7543859649%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:58\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:58\:xl>*{width:1.724137931%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:59\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:59\:xl>*{width:1.6949152542%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:60\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:60\:xl>*{width:1.6666666667%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:61\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:61\:xl>*{width:1.6393442623%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:62\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:62\:xl>*{width:1.6129032258%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:63\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:63\:xl>*{width:1.5873015873%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:64\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:64\:xl>*{width:1.5625%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:65\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:65\:xl>*{width:1.5384615385%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:66\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:66\:xl>*{width:1.5151515152%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:67\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:67\:xl>*{width:1.4925373134%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:68\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:68\:xl>*{width:1.4705882353%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:69\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:69\:xl>*{width:1.4492753623%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:70\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:70\:xl>*{width:1.4285714286%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:71\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:71\:xl>*{width:1.4084507042%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:72\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:72\:xl>*{width:1.3888888889%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:73\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:73\:xl>*{width:1.3698630137%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:74\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:74\:xl>*{width:1.3513513514%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:75\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:75\:xl>*{width:1.3333333333%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:76\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:76\:xl>*{width:1.3157894737%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:77\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:77\:xl>*{width:1.2987012987%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:78\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:78\:xl>*{width:1.2820512821%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:79\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:79\:xl>*{width:1.2658227848%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:80\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:80\:xl>*{width:1.25%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:81\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:81\:xl>*{width:1.2345679012%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:82\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:82\:xl>*{width:1.2195121951%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:83\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:83\:xl>*{width:1.2048192771%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:84\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:84\:xl>*{width:1.1904761905%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:85\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:85\:xl>*{width:1.1764705882%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:86\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:86\:xl>*{width:1.1627906977%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:87\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:87\:xl>*{width:1.1494252874%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:88\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:88\:xl>*{width:1.1363636364%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:89\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:89\:xl>*{width:1.1235955056%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:90\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:90\:xl>*{width:1.1111111111%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:91\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:91\:xl>*{width:1.0989010989%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:92\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:92\:xl>*{width:1.0869565217%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:93\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:93\:xl>*{width:1.0752688172%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:94\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:94\:xl>*{width:1.0638297872%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:95\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:95\:xl>*{width:1.0526315789%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:96\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:96\:xl>*{width:1.0416666667%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:97\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:97\:xl>*{width:1.0309278351%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:98\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:98\:xl>*{width:1.0204081633%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:99\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:99\:xl>*{width:1.0101010101%}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:100\:xl{display:flex;flex-wrap:wrap}html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:100\:xl>*{width:1%}}@media(min-width: 500px)and (max-width: 767px){html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:s{display:flex;justify-content:space-between}}@media(min-width: 768px)and (max-width: 1023px){html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:m{display:flex;justify-content:space-between}}@media(min-width: 1024px){html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:l{display:flex;justify-content:space-between}}@media(min-width: 1250px){html .wp-block-post-content .acf-block-preview .dp-grid\:fit\:xl{display:flex;justify-content:space-between}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-pad{padding:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-pad\:top{padding-top:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-pad\:rt{padding-right:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-pad\:bot{padding-bottom:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-pad\:lt{padding-left:var(--dp-site-padding)}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-pad\:xs{padding:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-pad\:top\:xs{padding-top:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-pad\:rt\:xs{padding-right:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-pad\:bot\:xs{padding-bottom:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-pad\:lt\:xs{padding-left:var(--dp-site-padding)}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-pad\:s{padding:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-pad\:top\:s{padding-top:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-pad\:rt\:s{padding-right:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-pad\:bot\:s{padding-bottom:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-pad\:lt\:s{padding-left:var(--dp-site-padding)}}@media(min-width:767px)and (max-width:1024px){html .wp-block-post-content .acf-block-preview .dp-pad\:m{padding:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-pad\:top\:m{padding-top:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-pad\:rt\:m{padding-right:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-pad\:bot\:m{padding-bottom:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-pad\:lt\:m{padding-left:var(--dp-site-padding)}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-pad\:l{padding:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-pad\:top\:l{padding-top:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-pad\:rt\:l{padding-right:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-pad\:bot\:l{padding-bottom:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-pad\:lt\:l{padding-left:var(--dp-site-padding)}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-pad\:xl{padding:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-pad\:top\:xl{padding-top:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-pad\:rt\:xl{padding-right:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-pad\:bot\:xl{padding-bottom:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-pad\:lt\:xl{padding-left:var(--dp-site-padding)}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-pad\:sw{padding:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-pad\:top\:sw{padding-top:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-pad\:rt\:sw{padding-right:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-pad\:bot\:sw{padding-bottom:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-pad\:lt\:sw{padding-left:var(--dp-site-padding)}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-pad\:75pc{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:75pc\:top{padding-top:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:75pc\:rt{padding-right:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:75pc\:bot{padding-bottom:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:75pc\:lt{padding-left:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-pad\:75pc\:xs{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:75pc\:top\:xs{padding-top:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:75pc\:rt\:xs{padding-right:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:75pc\:bot\:xs{padding-bottom:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:75pc\:lt\:xs{padding-left:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-pad\:75pc\:s{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:75pc\:top\:s{padding-top:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:75pc\:rt\:s{padding-right:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:75pc\:bot\:s{padding-bottom:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:75pc\:lt\:s{padding-left:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}}@media(min-width:767px)and (max-width:1024px){html .wp-block-post-content .acf-block-preview .dp-pad\:75pc\:m{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:75pc\:top\:m{padding-top:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:75pc\:rt\:m{padding-right:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:75pc\:bot\:m{padding-bottom:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:75pc\:lt\:m{padding-left:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-pad\:75pc\:l{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:75pc\:top\:l{padding-top:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:75pc\:rt\:l{padding-right:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:75pc\:bot\:l{padding-bottom:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:75pc\:lt\:l{padding-left:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-pad\:75pc\:xl{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:75pc\:top\:xl{padding-top:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:75pc\:rt\:xl{padding-right:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:75pc\:bot\:xl{padding-bottom:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:75pc\:lt\:xl{padding-left:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-pad\:75pc\:sw{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:75pc\:top\:sw{padding-top:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:75pc\:rt\:sw{padding-right:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:75pc\:bot\:sw{padding-bottom:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:75pc\:lt\:sw{padding-left:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-pad\:50pc{padding:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-pad\:50pc\:top{padding-top:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-pad\:50pc\:rt{padding-right:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-pad\:50pc\:bot{padding-bottom:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-pad\:50pc\:lt{padding-left:calc(var(--dp-site-padding) / 2)}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-pad\:50pc\:xs{padding:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-pad\:50pc\:top\:xs{padding-top:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-pad\:50pc\:rt\:xs{padding-right:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-pad\:50pc\:bot\:xs{padding-bottom:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-pad\:50pc\:lt\:xs{padding-left:calc(var(--dp-site-padding) / 2)}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-pad\:50pc\:s{padding:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-pad\:50pc\:top\:s{padding-top:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-pad\:50pc\:rt\:s{padding-right:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-pad\:50pc\:bot\:s{padding-bottom:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-pad\:50pc\:lt\:s{padding-left:calc(var(--dp-site-padding) / 2)}}@media(min-width:767px)and (max-width:1024px){html .wp-block-post-content .acf-block-preview .dp-pad\:50pc\:m{padding:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-pad\:50pc\:top\:m{padding-top:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-pad\:50pc\:rt\:m{padding-right:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-pad\:50pc\:bot\:m{padding-bottom:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-pad\:50pc\:lt\:m{padding-left:calc(var(--dp-site-padding) / 2)}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-pad\:50pc\:l{padding:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-pad\:50pc\:top\:l{padding-top:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-pad\:50pc\:rt\:l{padding-right:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-pad\:50pc\:bot\:l{padding-bottom:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-pad\:50pc\:lt\:l{padding-left:calc(var(--dp-site-padding) / 2)}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-pad\:50pc\:xl{padding:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-pad\:50pc\:top\:xl{padding-top:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-pad\:50pc\:rt\:xl{padding-right:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-pad\:50pc\:bot\:xl{padding-bottom:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-pad\:50pc\:lt\:xl{padding-left:calc(var(--dp-site-padding) / 2)}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-pad\:50pc\:sw{padding:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-pad\:50pc\:top\:sw{padding-top:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-pad\:50pc\:rt\:sw{padding-right:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-pad\:50pc\:bot\:sw{padding-bottom:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-pad\:50pc\:lt\:sw{padding-left:calc(var(--dp-site-padding) / 2)}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-pad\:33pc{padding:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-pad\:33pc\:top{padding-top:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-pad\:33pc\:rt{padding-right:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-pad\:33pc\:bot{padding-bottom:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-pad\:33pc\:lt{padding-left:calc(var(--dp-site-padding) / 3)}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-pad\:33pc\:xs{padding:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-pad\:33pc\:top\:xs{padding-top:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-pad\:33pc\:rt\:xs{padding-right:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-pad\:33pc\:bot\:xs{padding-bottom:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-pad\:33pc\:lt\:xs{padding-left:calc(var(--dp-site-padding) / 3)}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-pad\:33pc\:s{padding:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-pad\:33pc\:top\:s{padding-top:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-pad\:33pc\:rt\:s{padding-right:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-pad\:33pc\:bot\:s{padding-bottom:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-pad\:33pc\:lt\:s{padding-left:calc(var(--dp-site-padding) / 3)}}@media(min-width:767px)and (max-width:1024px){html .wp-block-post-content .acf-block-preview .dp-pad\:33pc\:m{padding:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-pad\:33pc\:top\:m{padding-top:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-pad\:33pc\:rt\:m{padding-right:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-pad\:33pc\:bot\:m{padding-bottom:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-pad\:33pc\:lt\:m{padding-left:calc(var(--dp-site-padding) / 3)}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-pad\:33pc\:l{padding:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-pad\:33pc\:top\:l{padding-top:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-pad\:33pc\:rt\:l{padding-right:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-pad\:33pc\:bot\:l{padding-bottom:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-pad\:33pc\:lt\:l{padding-left:calc(var(--dp-site-padding) / 3)}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-pad\:33pc\:xl{padding:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-pad\:33pc\:top\:xl{padding-top:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-pad\:33pc\:rt\:xl{padding-right:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-pad\:33pc\:bot\:xl{padding-bottom:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-pad\:33pc\:lt\:xl{padding-left:calc(var(--dp-site-padding) / 3)}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-pad\:33pc\:sw{padding:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-pad\:33pc\:top\:sw{padding-top:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-pad\:33pc\:rt\:sw{padding-right:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-pad\:33pc\:bot\:sw{padding-bottom:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-pad\:33pc\:lt\:sw{padding-left:calc(var(--dp-site-padding) / 3)}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-pad\:25pc{padding:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:25pc\:top{padding-top:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:25pc\:rt{padding-right:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:25pc\:bot{padding-bottom:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:25pc\:lt{padding-left:calc(var(--dp-site-padding) / 4)}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-pad\:25pc\:xs{padding:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:25pc\:top\:xs{padding-top:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:25pc\:rt\:xs{padding-right:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:25pc\:bot\:xs{padding-bottom:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:25pc\:lt\:xs{padding-left:calc(var(--dp-site-padding) / 4)}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-pad\:25pc\:s{padding:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:25pc\:top\:s{padding-top:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:25pc\:rt\:s{padding-right:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:25pc\:bot\:s{padding-bottom:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:25pc\:lt\:s{padding-left:calc(var(--dp-site-padding) / 4)}}@media(min-width:767px)and (max-width:1024px){html .wp-block-post-content .acf-block-preview .dp-pad\:25pc\:m{padding:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:25pc\:top\:m{padding-top:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:25pc\:rt\:m{padding-right:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:25pc\:bot\:m{padding-bottom:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:25pc\:lt\:m{padding-left:calc(var(--dp-site-padding) / 4)}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-pad\:25pc\:l{padding:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:25pc\:top\:l{padding-top:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:25pc\:rt\:l{padding-right:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:25pc\:bot\:l{padding-bottom:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:25pc\:lt\:l{padding-left:calc(var(--dp-site-padding) / 4)}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-pad\:25pc\:xl{padding:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:25pc\:top\:xl{padding-top:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:25pc\:rt\:xl{padding-right:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:25pc\:bot\:xl{padding-bottom:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:25pc\:lt\:xl{padding-left:calc(var(--dp-site-padding) / 4)}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-pad\:25pc\:sw{padding:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:25pc\:top\:sw{padding-top:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:25pc\:rt\:sw{padding-right:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:25pc\:bot\:sw{padding-bottom:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-pad\:25pc\:lt\:sw{padding-left:calc(var(--dp-site-padding) / 4)}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi{padding:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:top{padding-top:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:rt{padding-right:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:bot{padding-bottom:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:lt{padding-left:calc(100% / var(--dp-phi))}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:xs{padding:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:top\:xs{padding-top:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:rt\:xs{padding-right:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:bot\:xs{padding-bottom:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:lt\:xs{padding-left:calc(100% / var(--dp-phi))}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:s{padding:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:top\:s{padding-top:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:rt\:s{padding-right:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:bot\:s{padding-bottom:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:lt\:s{padding-left:calc(100% / var(--dp-phi))}}@media(min-width:767px)and (max-width:1024px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:m{padding:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:top\:m{padding-top:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:rt\:m{padding-right:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:bot\:m{padding-bottom:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:lt\:m{padding-left:calc(100% / var(--dp-phi))}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:l{padding:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:top\:l{padding-top:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:rt\:l{padding-right:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:bot\:l{padding-bottom:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:lt\:l{padding-left:calc(100% / var(--dp-phi))}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:xl{padding:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:top\:xl{padding-top:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:rt\:xl{padding-right:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:bot\:xl{padding-bottom:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:lt\:xl{padding-left:calc(100% / var(--dp-phi))}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:sw{padding:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:top\:sw{padding-top:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:rt\:sw{padding-right:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:bot\:sw{padding-bottom:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:lt\:sw{padding-left:calc(100% / var(--dp-phi))}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-1{padding:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-1\:top{padding-top:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-1\:rt{padding-right:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-1\:bot{padding-bottom:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-1\:lt{padding-left:calc(100% / (var(--dp-phi) * 1))}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-1\:xs{padding:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-1\:top\:xs{padding-top:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-1\:rt\:xs{padding-right:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-1\:bot\:xs{padding-bottom:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-1\:lt\:xs{padding-left:calc(100% / (var(--dp-phi) * 1))}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-1\:s{padding:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-1\:top\:s{padding-top:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-1\:rt\:s{padding-right:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-1\:bot\:s{padding-bottom:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-1\:lt\:s{padding-left:calc(100% / (var(--dp-phi) * 1))}}@media(min-width:767px)and (max-width:1024px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-1\:m{padding:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-1\:top\:m{padding-top:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-1\:rt\:m{padding-right:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-1\:bot\:m{padding-bottom:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-1\:lt\:m{padding-left:calc(100% / (var(--dp-phi) * 1))}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-1\:l{padding:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-1\:top\:l{padding-top:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-1\:rt\:l{padding-right:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-1\:bot\:l{padding-bottom:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-1\:lt\:l{padding-left:calc(100% / (var(--dp-phi) * 1))}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-1\:xl{padding:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-1\:top\:xl{padding-top:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-1\:rt\:xl{padding-right:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-1\:bot\:xl{padding-bottom:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-1\:lt\:xl{padding-left:calc(100% / (var(--dp-phi) * 1))}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-1\:sw{padding:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-1\:top\:sw{padding-top:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-1\:rt\:sw{padding-right:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-1\:bot\:sw{padding-bottom:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-1\:lt\:sw{padding-left:calc(100% / (var(--dp-phi) * 1))}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-2{padding:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-2\:top{padding-top:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-2\:rt{padding-right:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-2\:bot{padding-bottom:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-2\:lt{padding-left:calc(100% / (var(--dp-phi) * 2))}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-2\:xs{padding:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-2\:top\:xs{padding-top:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-2\:rt\:xs{padding-right:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-2\:bot\:xs{padding-bottom:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-2\:lt\:xs{padding-left:calc(100% / (var(--dp-phi) * 2))}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-2\:s{padding:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-2\:top\:s{padding-top:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-2\:rt\:s{padding-right:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-2\:bot\:s{padding-bottom:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-2\:lt\:s{padding-left:calc(100% / (var(--dp-phi) * 2))}}@media(min-width:767px)and (max-width:1024px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-2\:m{padding:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-2\:top\:m{padding-top:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-2\:rt\:m{padding-right:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-2\:bot\:m{padding-bottom:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-2\:lt\:m{padding-left:calc(100% / (var(--dp-phi) * 2))}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-2\:l{padding:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-2\:top\:l{padding-top:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-2\:rt\:l{padding-right:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-2\:bot\:l{padding-bottom:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-2\:lt\:l{padding-left:calc(100% / (var(--dp-phi) * 2))}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-2\:xl{padding:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-2\:top\:xl{padding-top:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-2\:rt\:xl{padding-right:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-2\:bot\:xl{padding-bottom:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-2\:lt\:xl{padding-left:calc(100% / (var(--dp-phi) * 2))}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-2\:sw{padding:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-2\:top\:sw{padding-top:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-2\:rt\:sw{padding-right:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-2\:bot\:sw{padding-bottom:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-2\:lt\:sw{padding-left:calc(100% / (var(--dp-phi) * 2))}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-3{padding:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-3\:top{padding-top:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-3\:rt{padding-right:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-3\:bot{padding-bottom:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-3\:lt{padding-left:calc(100% / (var(--dp-phi) * 3))}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-3\:xs{padding:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-3\:top\:xs{padding-top:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-3\:rt\:xs{padding-right:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-3\:bot\:xs{padding-bottom:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-3\:lt\:xs{padding-left:calc(100% / (var(--dp-phi) * 3))}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-3\:s{padding:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-3\:top\:s{padding-top:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-3\:rt\:s{padding-right:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-3\:bot\:s{padding-bottom:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-3\:lt\:s{padding-left:calc(100% / (var(--dp-phi) * 3))}}@media(min-width:767px)and (max-width:1024px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-3\:m{padding:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-3\:top\:m{padding-top:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-3\:rt\:m{padding-right:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-3\:bot\:m{padding-bottom:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-3\:lt\:m{padding-left:calc(100% / (var(--dp-phi) * 3))}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-3\:l{padding:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-3\:top\:l{padding-top:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-3\:rt\:l{padding-right:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-3\:bot\:l{padding-bottom:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-3\:lt\:l{padding-left:calc(100% / (var(--dp-phi) * 3))}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-3\:xl{padding:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-3\:top\:xl{padding-top:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-3\:rt\:xl{padding-right:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-3\:bot\:xl{padding-bottom:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-3\:lt\:xl{padding-left:calc(100% / (var(--dp-phi) * 3))}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-3\:sw{padding:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-3\:top\:sw{padding-top:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-3\:rt\:sw{padding-right:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-3\:bot\:sw{padding-bottom:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-3\:lt\:sw{padding-left:calc(100% / (var(--dp-phi) * 3))}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-4{padding:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-4\:top{padding-top:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-4\:rt{padding-right:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-4\:bot{padding-bottom:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-4\:lt{padding-left:calc(100% / (var(--dp-phi) * 4))}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-4\:xs{padding:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-4\:top\:xs{padding-top:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-4\:rt\:xs{padding-right:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-4\:bot\:xs{padding-bottom:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-4\:lt\:xs{padding-left:calc(100% / (var(--dp-phi) * 4))}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-4\:s{padding:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-4\:top\:s{padding-top:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-4\:rt\:s{padding-right:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-4\:bot\:s{padding-bottom:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-4\:lt\:s{padding-left:calc(100% / (var(--dp-phi) * 4))}}@media(min-width:767px)and (max-width:1024px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-4\:m{padding:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-4\:top\:m{padding-top:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-4\:rt\:m{padding-right:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-4\:bot\:m{padding-bottom:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-4\:lt\:m{padding-left:calc(100% / (var(--dp-phi) * 4))}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-4\:l{padding:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-4\:top\:l{padding-top:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-4\:rt\:l{padding-right:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-4\:bot\:l{padding-bottom:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-4\:lt\:l{padding-left:calc(100% / (var(--dp-phi) * 4))}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-4\:xl{padding:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-4\:top\:xl{padding-top:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-4\:rt\:xl{padding-right:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-4\:bot\:xl{padding-bottom:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-4\:lt\:xl{padding-left:calc(100% / (var(--dp-phi) * 4))}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-4\:sw{padding:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-4\:top\:sw{padding-top:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-4\:rt\:sw{padding-right:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-4\:bot\:sw{padding-bottom:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-4\:lt\:sw{padding-left:calc(100% / (var(--dp-phi) * 4))}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-5{padding:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-5\:top{padding-top:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-5\:rt{padding-right:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-5\:bot{padding-bottom:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-5\:lt{padding-left:calc(100% / (var(--dp-phi) * 5))}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-5\:xs{padding:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-5\:top\:xs{padding-top:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-5\:rt\:xs{padding-right:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-5\:bot\:xs{padding-bottom:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-5\:lt\:xs{padding-left:calc(100% / (var(--dp-phi) * 5))}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-5\:s{padding:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-5\:top\:s{padding-top:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-5\:rt\:s{padding-right:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-5\:bot\:s{padding-bottom:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-5\:lt\:s{padding-left:calc(100% / (var(--dp-phi) * 5))}}@media(min-width:767px)and (max-width:1024px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-5\:m{padding:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-5\:top\:m{padding-top:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-5\:rt\:m{padding-right:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-5\:bot\:m{padding-bottom:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-5\:lt\:m{padding-left:calc(100% / (var(--dp-phi) * 5))}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-5\:l{padding:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-5\:top\:l{padding-top:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-5\:rt\:l{padding-right:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-5\:bot\:l{padding-bottom:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-5\:lt\:l{padding-left:calc(100% / (var(--dp-phi) * 5))}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-5\:xl{padding:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-5\:top\:xl{padding-top:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-5\:rt\:xl{padding-right:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-5\:bot\:xl{padding-bottom:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-5\:lt\:xl{padding-left:calc(100% / (var(--dp-phi) * 5))}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-5\:sw{padding:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-5\:top\:sw{padding-top:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-5\:rt\:sw{padding-right:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-5\:bot\:sw{padding-bottom:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-5\:lt\:sw{padding-left:calc(100% / (var(--dp-phi) * 5))}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-6{padding:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-6\:top{padding-top:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-6\:rt{padding-right:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-6\:bot{padding-bottom:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-6\:lt{padding-left:calc(100% / (var(--dp-phi) * 6))}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-6\:xs{padding:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-6\:top\:xs{padding-top:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-6\:rt\:xs{padding-right:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-6\:bot\:xs{padding-bottom:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-6\:lt\:xs{padding-left:calc(100% / (var(--dp-phi) * 6))}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-6\:s{padding:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-6\:top\:s{padding-top:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-6\:rt\:s{padding-right:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-6\:bot\:s{padding-bottom:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-6\:lt\:s{padding-left:calc(100% / (var(--dp-phi) * 6))}}@media(min-width:767px)and (max-width:1024px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-6\:m{padding:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-6\:top\:m{padding-top:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-6\:rt\:m{padding-right:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-6\:bot\:m{padding-bottom:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-6\:lt\:m{padding-left:calc(100% / (var(--dp-phi) * 6))}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-6\:l{padding:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-6\:top\:l{padding-top:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-6\:rt\:l{padding-right:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-6\:bot\:l{padding-bottom:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-6\:lt\:l{padding-left:calc(100% / (var(--dp-phi) * 6))}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-6\:xl{padding:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-6\:top\:xl{padding-top:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-6\:rt\:xl{padding-right:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-6\:bot\:xl{padding-bottom:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-6\:lt\:xl{padding-left:calc(100% / (var(--dp-phi) * 6))}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-6\:sw{padding:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-6\:top\:sw{padding-top:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-6\:rt\:sw{padding-right:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-6\:bot\:sw{padding-bottom:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-6\:lt\:sw{padding-left:calc(100% / (var(--dp-phi) * 6))}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-7{padding:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-7\:top{padding-top:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-7\:rt{padding-right:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-7\:bot{padding-bottom:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-7\:lt{padding-left:calc(100% / (var(--dp-phi) * 7))}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-7\:xs{padding:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-7\:top\:xs{padding-top:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-7\:rt\:xs{padding-right:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-7\:bot\:xs{padding-bottom:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-7\:lt\:xs{padding-left:calc(100% / (var(--dp-phi) * 7))}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-7\:s{padding:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-7\:top\:s{padding-top:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-7\:rt\:s{padding-right:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-7\:bot\:s{padding-bottom:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-7\:lt\:s{padding-left:calc(100% / (var(--dp-phi) * 7))}}@media(min-width:767px)and (max-width:1024px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-7\:m{padding:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-7\:top\:m{padding-top:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-7\:rt\:m{padding-right:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-7\:bot\:m{padding-bottom:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-7\:lt\:m{padding-left:calc(100% / (var(--dp-phi) * 7))}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-7\:l{padding:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-7\:top\:l{padding-top:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-7\:rt\:l{padding-right:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-7\:bot\:l{padding-bottom:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-7\:lt\:l{padding-left:calc(100% / (var(--dp-phi) * 7))}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-7\:xl{padding:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-7\:top\:xl{padding-top:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-7\:rt\:xl{padding-right:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-7\:bot\:xl{padding-bottom:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-7\:lt\:xl{padding-left:calc(100% / (var(--dp-phi) * 7))}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-7\:sw{padding:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-7\:top\:sw{padding-top:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-7\:rt\:sw{padding-right:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-7\:bot\:sw{padding-bottom:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-7\:lt\:sw{padding-left:calc(100% / (var(--dp-phi) * 7))}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-8{padding:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-8\:top{padding-top:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-8\:rt{padding-right:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-8\:bot{padding-bottom:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-8\:lt{padding-left:calc(100% / (var(--dp-phi) * 8))}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-8\:xs{padding:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-8\:top\:xs{padding-top:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-8\:rt\:xs{padding-right:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-8\:bot\:xs{padding-bottom:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-8\:lt\:xs{padding-left:calc(100% / (var(--dp-phi) * 8))}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-8\:s{padding:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-8\:top\:s{padding-top:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-8\:rt\:s{padding-right:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-8\:bot\:s{padding-bottom:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-8\:lt\:s{padding-left:calc(100% / (var(--dp-phi) * 8))}}@media(min-width:767px)and (max-width:1024px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-8\:m{padding:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-8\:top\:m{padding-top:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-8\:rt\:m{padding-right:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-8\:bot\:m{padding-bottom:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-8\:lt\:m{padding-left:calc(100% / (var(--dp-phi) * 8))}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-8\:l{padding:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-8\:top\:l{padding-top:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-8\:rt\:l{padding-right:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-8\:bot\:l{padding-bottom:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-8\:lt\:l{padding-left:calc(100% / (var(--dp-phi) * 8))}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-8\:xl{padding:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-8\:top\:xl{padding-top:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-8\:rt\:xl{padding-right:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-8\:bot\:xl{padding-bottom:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-8\:lt\:xl{padding-left:calc(100% / (var(--dp-phi) * 8))}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-8\:sw{padding:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-8\:top\:sw{padding-top:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-8\:rt\:sw{padding-right:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-8\:bot\:sw{padding-bottom:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-8\:lt\:sw{padding-left:calc(100% / (var(--dp-phi) * 8))}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-9{padding:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-9\:top{padding-top:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-9\:rt{padding-right:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-9\:bot{padding-bottom:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-9\:lt{padding-left:calc(100% / (var(--dp-phi) * 9))}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-9\:xs{padding:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-9\:top\:xs{padding-top:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-9\:rt\:xs{padding-right:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-9\:bot\:xs{padding-bottom:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-9\:lt\:xs{padding-left:calc(100% / (var(--dp-phi) * 9))}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-9\:s{padding:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-9\:top\:s{padding-top:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-9\:rt\:s{padding-right:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-9\:bot\:s{padding-bottom:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-9\:lt\:s{padding-left:calc(100% / (var(--dp-phi) * 9))}}@media(min-width:767px)and (max-width:1024px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-9\:m{padding:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-9\:top\:m{padding-top:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-9\:rt\:m{padding-right:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-9\:bot\:m{padding-bottom:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-9\:lt\:m{padding-left:calc(100% / (var(--dp-phi) * 9))}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-9\:l{padding:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-9\:top\:l{padding-top:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-9\:rt\:l{padding-right:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-9\:bot\:l{padding-bottom:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-9\:lt\:l{padding-left:calc(100% / (var(--dp-phi) * 9))}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-9\:xl{padding:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-9\:top\:xl{padding-top:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-9\:rt\:xl{padding-right:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-9\:bot\:xl{padding-bottom:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-9\:lt\:xl{padding-left:calc(100% / (var(--dp-phi) * 9))}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-9\:sw{padding:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-9\:top\:sw{padding-top:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-9\:rt\:sw{padding-right:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-9\:bot\:sw{padding-bottom:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-pad\:phi\:-9\:lt\:sw{padding-left:calc(100% / (var(--dp-phi) * 9))}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-pad\:20px{padding:20px}html .wp-block-post-content .acf-block-preview .dp-pad\:20px\:top{padding-top:20px}html .wp-block-post-content .acf-block-preview .dp-pad\:20px\:rt{padding-right:20px}html .wp-block-post-content .acf-block-preview .dp-pad\:20px\:bot{padding-bottom:20px}html .wp-block-post-content .acf-block-preview .dp-pad\:20px\:lt{padding-left:20px}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-pad\:20px\:xs{padding:20px}html .wp-block-post-content .acf-block-preview .dp-pad\:20px\:top\:xs{padding-top:20px}html .wp-block-post-content .acf-block-preview .dp-pad\:20px\:rt\:xs{padding-right:20px}html .wp-block-post-content .acf-block-preview .dp-pad\:20px\:bot\:xs{padding-bottom:20px}html .wp-block-post-content .acf-block-preview .dp-pad\:20px\:lt\:xs{padding-left:20px}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-pad\:20px\:s{padding:20px}html .wp-block-post-content .acf-block-preview .dp-pad\:20px\:top\:s{padding-top:20px}html .wp-block-post-content .acf-block-preview .dp-pad\:20px\:rt\:s{padding-right:20px}html .wp-block-post-content .acf-block-preview .dp-pad\:20px\:bot\:s{padding-bottom:20px}html .wp-block-post-content .acf-block-preview .dp-pad\:20px\:lt\:s{padding-left:20px}}@media(min-width:767px)and (max-width:1024px){html .wp-block-post-content .acf-block-preview .dp-pad\:20px\:m{padding:20px}html .wp-block-post-content .acf-block-preview .dp-pad\:20px\:top\:m{padding-top:20px}html .wp-block-post-content .acf-block-preview .dp-pad\:20px\:rt\:m{padding-right:20px}html .wp-block-post-content .acf-block-preview .dp-pad\:20px\:bot\:m{padding-bottom:20px}html .wp-block-post-content .acf-block-preview .dp-pad\:20px\:lt\:m{padding-left:20px}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-pad\:20px\:l{padding:20px}html .wp-block-post-content .acf-block-preview .dp-pad\:20px\:top\:l{padding-top:20px}html .wp-block-post-content .acf-block-preview .dp-pad\:20px\:rt\:l{padding-right:20px}html .wp-block-post-content .acf-block-preview .dp-pad\:20px\:bot\:l{padding-bottom:20px}html .wp-block-post-content .acf-block-preview .dp-pad\:20px\:lt\:l{padding-left:20px}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-pad\:20px\:xl{padding:20px}html .wp-block-post-content .acf-block-preview .dp-pad\:20px\:top\:xl{padding-top:20px}html .wp-block-post-content .acf-block-preview .dp-pad\:20px\:rt\:xl{padding-right:20px}html .wp-block-post-content .acf-block-preview .dp-pad\:20px\:bot\:xl{padding-bottom:20px}html .wp-block-post-content .acf-block-preview .dp-pad\:20px\:lt\:xl{padding-left:20px}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-pad\:20px\:sw{padding:20px}html .wp-block-post-content .acf-block-preview .dp-pad\:20px\:top\:sw{padding-top:20px}html .wp-block-post-content .acf-block-preview .dp-pad\:20px\:rt\:sw{padding-right:20px}html .wp-block-post-content .acf-block-preview .dp-pad\:20px\:bot\:sw{padding-bottom:20px}html .wp-block-post-content .acf-block-preview .dp-pad\:20px\:lt\:sw{padding-left:20px}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-pad\:15px{padding:15px}html .wp-block-post-content .acf-block-preview .dp-pad\:15px\:top{padding-top:15px}html .wp-block-post-content .acf-block-preview .dp-pad\:15px\:rt{padding-right:15px}html .wp-block-post-content .acf-block-preview .dp-pad\:15px\:bot{padding-bottom:15px}html .wp-block-post-content .acf-block-preview .dp-pad\:15px\:lt{padding-left:15px}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-pad\:15px\:xs{padding:15px}html .wp-block-post-content .acf-block-preview .dp-pad\:15px\:top\:xs{padding-top:15px}html .wp-block-post-content .acf-block-preview .dp-pad\:15px\:rt\:xs{padding-right:15px}html .wp-block-post-content .acf-block-preview .dp-pad\:15px\:bot\:xs{padding-bottom:15px}html .wp-block-post-content .acf-block-preview .dp-pad\:15px\:lt\:xs{padding-left:15px}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-pad\:15px\:s{padding:15px}html .wp-block-post-content .acf-block-preview .dp-pad\:15px\:top\:s{padding-top:15px}html .wp-block-post-content .acf-block-preview .dp-pad\:15px\:rt\:s{padding-right:15px}html .wp-block-post-content .acf-block-preview .dp-pad\:15px\:bot\:s{padding-bottom:15px}html .wp-block-post-content .acf-block-preview .dp-pad\:15px\:lt\:s{padding-left:15px}}@media(min-width:767px)and (max-width:1024px){html .wp-block-post-content .acf-block-preview .dp-pad\:15px\:m{padding:15px}html .wp-block-post-content .acf-block-preview .dp-pad\:15px\:top\:m{padding-top:15px}html .wp-block-post-content .acf-block-preview .dp-pad\:15px\:rt\:m{padding-right:15px}html .wp-block-post-content .acf-block-preview .dp-pad\:15px\:bot\:m{padding-bottom:15px}html .wp-block-post-content .acf-block-preview .dp-pad\:15px\:lt\:m{padding-left:15px}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-pad\:15px\:l{padding:15px}html .wp-block-post-content .acf-block-preview .dp-pad\:15px\:top\:l{padding-top:15px}html .wp-block-post-content .acf-block-preview .dp-pad\:15px\:rt\:l{padding-right:15px}html .wp-block-post-content .acf-block-preview .dp-pad\:15px\:bot\:l{padding-bottom:15px}html .wp-block-post-content .acf-block-preview .dp-pad\:15px\:lt\:l{padding-left:15px}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-pad\:15px\:xl{padding:15px}html .wp-block-post-content .acf-block-preview .dp-pad\:15px\:top\:xl{padding-top:15px}html .wp-block-post-content .acf-block-preview .dp-pad\:15px\:rt\:xl{padding-right:15px}html .wp-block-post-content .acf-block-preview .dp-pad\:15px\:bot\:xl{padding-bottom:15px}html .wp-block-post-content .acf-block-preview .dp-pad\:15px\:lt\:xl{padding-left:15px}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-pad\:15px\:sw{padding:15px}html .wp-block-post-content .acf-block-preview .dp-pad\:15px\:top\:sw{padding-top:15px}html .wp-block-post-content .acf-block-preview .dp-pad\:15px\:rt\:sw{padding-right:15px}html .wp-block-post-content .acf-block-preview .dp-pad\:15px\:bot\:sw{padding-bottom:15px}html .wp-block-post-content .acf-block-preview .dp-pad\:15px\:lt\:sw{padding-left:15px}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-pad\:10px{padding:10px}html .wp-block-post-content .acf-block-preview .dp-pad\:10px\:top{padding-top:10px}html .wp-block-post-content .acf-block-preview .dp-pad\:10px\:rt{padding-right:10px}html .wp-block-post-content .acf-block-preview .dp-pad\:10px\:bot{padding-bottom:10px}html .wp-block-post-content .acf-block-preview .dp-pad\:10px\:lt{padding-left:10px}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-pad\:10px\:xs{padding:10px}html .wp-block-post-content .acf-block-preview .dp-pad\:10px\:top\:xs{padding-top:10px}html .wp-block-post-content .acf-block-preview .dp-pad\:10px\:rt\:xs{padding-right:10px}html .wp-block-post-content .acf-block-preview .dp-pad\:10px\:bot\:xs{padding-bottom:10px}html .wp-block-post-content .acf-block-preview .dp-pad\:10px\:lt\:xs{padding-left:10px}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-pad\:10px\:s{padding:10px}html .wp-block-post-content .acf-block-preview .dp-pad\:10px\:top\:s{padding-top:10px}html .wp-block-post-content .acf-block-preview .dp-pad\:10px\:rt\:s{padding-right:10px}html .wp-block-post-content .acf-block-preview .dp-pad\:10px\:bot\:s{padding-bottom:10px}html .wp-block-post-content .acf-block-preview .dp-pad\:10px\:lt\:s{padding-left:10px}}@media(min-width:767px)and (max-width:1024px){html .wp-block-post-content .acf-block-preview .dp-pad\:10px\:m{padding:10px}html .wp-block-post-content .acf-block-preview .dp-pad\:10px\:top\:m{padding-top:10px}html .wp-block-post-content .acf-block-preview .dp-pad\:10px\:rt\:m{padding-right:10px}html .wp-block-post-content .acf-block-preview .dp-pad\:10px\:bot\:m{padding-bottom:10px}html .wp-block-post-content .acf-block-preview .dp-pad\:10px\:lt\:m{padding-left:10px}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-pad\:10px\:l{padding:10px}html .wp-block-post-content .acf-block-preview .dp-pad\:10px\:top\:l{padding-top:10px}html .wp-block-post-content .acf-block-preview .dp-pad\:10px\:rt\:l{padding-right:10px}html .wp-block-post-content .acf-block-preview .dp-pad\:10px\:bot\:l{padding-bottom:10px}html .wp-block-post-content .acf-block-preview .dp-pad\:10px\:lt\:l{padding-left:10px}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-pad\:10px\:xl{padding:10px}html .wp-block-post-content .acf-block-preview .dp-pad\:10px\:top\:xl{padding-top:10px}html .wp-block-post-content .acf-block-preview .dp-pad\:10px\:rt\:xl{padding-right:10px}html .wp-block-post-content .acf-block-preview .dp-pad\:10px\:bot\:xl{padding-bottom:10px}html .wp-block-post-content .acf-block-preview .dp-pad\:10px\:lt\:xl{padding-left:10px}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-pad\:10px\:sw{padding:10px}html .wp-block-post-content .acf-block-preview .dp-pad\:10px\:top\:sw{padding-top:10px}html .wp-block-post-content .acf-block-preview .dp-pad\:10px\:rt\:sw{padding-right:10px}html .wp-block-post-content .acf-block-preview .dp-pad\:10px\:bot\:sw{padding-bottom:10px}html .wp-block-post-content .acf-block-preview .dp-pad\:10px\:lt\:sw{padding-left:10px}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-pad\:5px{padding:5px}html .wp-block-post-content .acf-block-preview .dp-pad\:5px\:top{padding-top:5px}html .wp-block-post-content .acf-block-preview .dp-pad\:5px\:rt{padding-right:5px}html .wp-block-post-content .acf-block-preview .dp-pad\:5px\:bot{padding-bottom:5px}html .wp-block-post-content .acf-block-preview .dp-pad\:5px\:lt{padding-left:5px}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-pad\:5px\:xs{padding:5px}html .wp-block-post-content .acf-block-preview .dp-pad\:5px\:top\:xs{padding-top:5px}html .wp-block-post-content .acf-block-preview .dp-pad\:5px\:rt\:xs{padding-right:5px}html .wp-block-post-content .acf-block-preview .dp-pad\:5px\:bot\:xs{padding-bottom:5px}html .wp-block-post-content .acf-block-preview .dp-pad\:5px\:lt\:xs{padding-left:5px}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-pad\:5px\:s{padding:5px}html .wp-block-post-content .acf-block-preview .dp-pad\:5px\:top\:s{padding-top:5px}html .wp-block-post-content .acf-block-preview .dp-pad\:5px\:rt\:s{padding-right:5px}html .wp-block-post-content .acf-block-preview .dp-pad\:5px\:bot\:s{padding-bottom:5px}html .wp-block-post-content .acf-block-preview .dp-pad\:5px\:lt\:s{padding-left:5px}}@media(min-width:767px)and (max-width:1024px){html .wp-block-post-content .acf-block-preview .dp-pad\:5px\:m{padding:5px}html .wp-block-post-content .acf-block-preview .dp-pad\:5px\:top\:m{padding-top:5px}html .wp-block-post-content .acf-block-preview .dp-pad\:5px\:rt\:m{padding-right:5px}html .wp-block-post-content .acf-block-preview .dp-pad\:5px\:bot\:m{padding-bottom:5px}html .wp-block-post-content .acf-block-preview .dp-pad\:5px\:lt\:m{padding-left:5px}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-pad\:5px\:l{padding:5px}html .wp-block-post-content .acf-block-preview .dp-pad\:5px\:top\:l{padding-top:5px}html .wp-block-post-content .acf-block-preview .dp-pad\:5px\:rt\:l{padding-right:5px}html .wp-block-post-content .acf-block-preview .dp-pad\:5px\:bot\:l{padding-bottom:5px}html .wp-block-post-content .acf-block-preview .dp-pad\:5px\:lt\:l{padding-left:5px}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-pad\:5px\:xl{padding:5px}html .wp-block-post-content .acf-block-preview .dp-pad\:5px\:top\:xl{padding-top:5px}html .wp-block-post-content .acf-block-preview .dp-pad\:5px\:rt\:xl{padding-right:5px}html .wp-block-post-content .acf-block-preview .dp-pad\:5px\:bot\:xl{padding-bottom:5px}html .wp-block-post-content .acf-block-preview .dp-pad\:5px\:lt\:xl{padding-left:5px}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-pad\:5px\:sw{padding:5px}html .wp-block-post-content .acf-block-preview .dp-pad\:5px\:top\:sw{padding-top:5px}html .wp-block-post-content .acf-block-preview .dp-pad\:5px\:rt\:sw{padding-right:5px}html .wp-block-post-content .acf-block-preview .dp-pad\:5px\:bot\:sw{padding-bottom:5px}html .wp-block-post-content .acf-block-preview .dp-pad\:5px\:lt\:sw{padding-left:5px}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-pad\:0px{padding:0px}html .wp-block-post-content .acf-block-preview .dp-pad\:0px\:top{padding-top:0px}html .wp-block-post-content .acf-block-preview .dp-pad\:0px\:rt{padding-right:0px}html .wp-block-post-content .acf-block-preview .dp-pad\:0px\:bot{padding-bottom:0px}html .wp-block-post-content .acf-block-preview .dp-pad\:0px\:lt{padding-left:0px}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-pad\:0px\:xs{padding:0px}html .wp-block-post-content .acf-block-preview .dp-pad\:0px\:top\:xs{padding-top:0px}html .wp-block-post-content .acf-block-preview .dp-pad\:0px\:rt\:xs{padding-right:0px}html .wp-block-post-content .acf-block-preview .dp-pad\:0px\:bot\:xs{padding-bottom:0px}html .wp-block-post-content .acf-block-preview .dp-pad\:0px\:lt\:xs{padding-left:0px}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-pad\:0px\:s{padding:0px}html .wp-block-post-content .acf-block-preview .dp-pad\:0px\:top\:s{padding-top:0px}html .wp-block-post-content .acf-block-preview .dp-pad\:0px\:rt\:s{padding-right:0px}html .wp-block-post-content .acf-block-preview .dp-pad\:0px\:bot\:s{padding-bottom:0px}html .wp-block-post-content .acf-block-preview .dp-pad\:0px\:lt\:s{padding-left:0px}}@media(min-width:767px)and (max-width:1024px){html .wp-block-post-content .acf-block-preview .dp-pad\:0px\:m{padding:0px}html .wp-block-post-content .acf-block-preview .dp-pad\:0px\:top\:m{padding-top:0px}html .wp-block-post-content .acf-block-preview .dp-pad\:0px\:rt\:m{padding-right:0px}html .wp-block-post-content .acf-block-preview .dp-pad\:0px\:bot\:m{padding-bottom:0px}html .wp-block-post-content .acf-block-preview .dp-pad\:0px\:lt\:m{padding-left:0px}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-pad\:0px\:l{padding:0px}html .wp-block-post-content .acf-block-preview .dp-pad\:0px\:top\:l{padding-top:0px}html .wp-block-post-content .acf-block-preview .dp-pad\:0px\:rt\:l{padding-right:0px}html .wp-block-post-content .acf-block-preview .dp-pad\:0px\:bot\:l{padding-bottom:0px}html .wp-block-post-content .acf-block-preview .dp-pad\:0px\:lt\:l{padding-left:0px}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-pad\:0px\:xl{padding:0px}html .wp-block-post-content .acf-block-preview .dp-pad\:0px\:top\:xl{padding-top:0px}html .wp-block-post-content .acf-block-preview .dp-pad\:0px\:rt\:xl{padding-right:0px}html .wp-block-post-content .acf-block-preview .dp-pad\:0px\:bot\:xl{padding-bottom:0px}html .wp-block-post-content .acf-block-preview .dp-pad\:0px\:lt\:xl{padding-left:0px}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-pad\:0px\:sw{padding:0px}html .wp-block-post-content .acf-block-preview .dp-pad\:0px\:top\:sw{padding-top:0px}html .wp-block-post-content .acf-block-preview .dp-pad\:0px\:rt\:sw{padding-right:0px}html .wp-block-post-content .acf-block-preview .dp-pad\:0px\:bot\:sw{padding-bottom:0px}html .wp-block-post-content .acf-block-preview .dp-pad\:0px\:lt\:sw{padding-left:0px}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-marg{margin:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-marg\:top{margin-top:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-marg\:rt{margin-right:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-marg\:bot{margin-bottom:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-marg\:lt{margin-left:var(--dp-site-padding)}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-marg\:xs{margin:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-marg\:top\:xs{margin-top:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-marg\:rt\:xs{margin-right:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-marg\:bot\:xs{margin-bottom:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-marg\:lt\:xs{margin-left:var(--dp-site-padding)}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-marg\:s{margin:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-marg\:top\:s{margin-top:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-marg\:rt\:s{margin-right:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-marg\:bot\:s{margin-bottom:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-marg\:lt\:s{margin-left:var(--dp-site-padding)}}@media(min-width:767px)and (max-width:1024px){html .wp-block-post-content .acf-block-preview .dp-marg\:m{margin:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-marg\:top\:m{margin-top:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-marg\:rt\:m{margin-right:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-marg\:bot\:m{margin-bottom:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-marg\:lt\:m{margin-left:var(--dp-site-padding)}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-marg\:l{margin:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-marg\:top\:l{margin-top:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-marg\:rt\:l{margin-right:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-marg\:bot\:l{margin-bottom:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-marg\:lt\:l{margin-left:var(--dp-site-padding)}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-marg\:xl{margin:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-marg\:top\:xl{margin-top:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-marg\:rt\:xl{margin-right:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-marg\:bot\:xl{margin-bottom:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-marg\:lt\:xl{margin-left:var(--dp-site-padding)}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-marg\:sw{margin:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-marg\:top\:sw{margin-top:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-marg\:rt\:sw{margin-right:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-marg\:bot\:sw{margin-bottom:var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-marg\:lt\:sw{margin-left:var(--dp-site-padding)}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-marg\:75pc{margin:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:75pc\:top{margin-top:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:75pc\:rt{margin-right:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:75pc\:bot{margin-bottom:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:75pc\:lt{margin-left:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-marg\:75pc\:xs{margin:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:75pc\:top\:xs{margin-top:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:75pc\:rt\:xs{margin-right:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:75pc\:bot\:xs{margin-bottom:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:75pc\:lt\:xs{margin-left:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-marg\:75pc\:s{margin:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:75pc\:top\:s{margin-top:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:75pc\:rt\:s{margin-right:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:75pc\:bot\:s{margin-bottom:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:75pc\:lt\:s{margin-left:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}}@media(min-width:767px)and (max-width:1024px){html .wp-block-post-content .acf-block-preview .dp-marg\:75pc\:m{margin:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:75pc\:top\:m{margin-top:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:75pc\:rt\:m{margin-right:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:75pc\:bot\:m{margin-bottom:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:75pc\:lt\:m{margin-left:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-marg\:75pc\:l{margin:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:75pc\:top\:l{margin-top:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:75pc\:rt\:l{margin-right:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:75pc\:bot\:l{margin-bottom:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:75pc\:lt\:l{margin-left:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-marg\:75pc\:xl{margin:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:75pc\:top\:xl{margin-top:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:75pc\:rt\:xl{margin-right:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:75pc\:bot\:xl{margin-bottom:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:75pc\:lt\:xl{margin-left:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-marg\:75pc\:sw{margin:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:75pc\:top\:sw{margin-top:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:75pc\:rt\:sw{margin-right:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:75pc\:bot\:sw{margin-bottom:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:75pc\:lt\:sw{margin-left:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-marg\:50pc{margin:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-marg\:50pc\:top{margin-top:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-marg\:50pc\:rt{margin-right:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-marg\:50pc\:bot{margin-bottom:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-marg\:50pc\:lt{margin-left:calc(var(--dp-site-padding) / 2)}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-marg\:50pc\:xs{margin:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-marg\:50pc\:top\:xs{margin-top:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-marg\:50pc\:rt\:xs{margin-right:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-marg\:50pc\:bot\:xs{margin-bottom:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-marg\:50pc\:lt\:xs{margin-left:calc(var(--dp-site-padding) / 2)}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-marg\:50pc\:s{margin:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-marg\:50pc\:top\:s{margin-top:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-marg\:50pc\:rt\:s{margin-right:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-marg\:50pc\:bot\:s{margin-bottom:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-marg\:50pc\:lt\:s{margin-left:calc(var(--dp-site-padding) / 2)}}@media(min-width:767px)and (max-width:1024px){html .wp-block-post-content .acf-block-preview .dp-marg\:50pc\:m{margin:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-marg\:50pc\:top\:m{margin-top:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-marg\:50pc\:rt\:m{margin-right:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-marg\:50pc\:bot\:m{margin-bottom:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-marg\:50pc\:lt\:m{margin-left:calc(var(--dp-site-padding) / 2)}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-marg\:50pc\:l{margin:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-marg\:50pc\:top\:l{margin-top:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-marg\:50pc\:rt\:l{margin-right:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-marg\:50pc\:bot\:l{margin-bottom:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-marg\:50pc\:lt\:l{margin-left:calc(var(--dp-site-padding) / 2)}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-marg\:50pc\:xl{margin:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-marg\:50pc\:top\:xl{margin-top:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-marg\:50pc\:rt\:xl{margin-right:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-marg\:50pc\:bot\:xl{margin-bottom:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-marg\:50pc\:lt\:xl{margin-left:calc(var(--dp-site-padding) / 2)}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-marg\:50pc\:sw{margin:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-marg\:50pc\:top\:sw{margin-top:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-marg\:50pc\:rt\:sw{margin-right:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-marg\:50pc\:bot\:sw{margin-bottom:calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-marg\:50pc\:lt\:sw{margin-left:calc(var(--dp-site-padding) / 2)}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-marg\:33pc{margin:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-marg\:33pc\:top{margin-top:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-marg\:33pc\:rt{margin-right:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-marg\:33pc\:bot{margin-bottom:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-marg\:33pc\:lt{margin-left:calc(var(--dp-site-padding) / 3)}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-marg\:33pc\:xs{margin:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-marg\:33pc\:top\:xs{margin-top:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-marg\:33pc\:rt\:xs{margin-right:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-marg\:33pc\:bot\:xs{margin-bottom:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-marg\:33pc\:lt\:xs{margin-left:calc(var(--dp-site-padding) / 3)}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-marg\:33pc\:s{margin:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-marg\:33pc\:top\:s{margin-top:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-marg\:33pc\:rt\:s{margin-right:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-marg\:33pc\:bot\:s{margin-bottom:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-marg\:33pc\:lt\:s{margin-left:calc(var(--dp-site-padding) / 3)}}@media(min-width:767px)and (max-width:1024px){html .wp-block-post-content .acf-block-preview .dp-marg\:33pc\:m{margin:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-marg\:33pc\:top\:m{margin-top:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-marg\:33pc\:rt\:m{margin-right:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-marg\:33pc\:bot\:m{margin-bottom:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-marg\:33pc\:lt\:m{margin-left:calc(var(--dp-site-padding) / 3)}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-marg\:33pc\:l{margin:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-marg\:33pc\:top\:l{margin-top:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-marg\:33pc\:rt\:l{margin-right:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-marg\:33pc\:bot\:l{margin-bottom:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-marg\:33pc\:lt\:l{margin-left:calc(var(--dp-site-padding) / 3)}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-marg\:33pc\:xl{margin:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-marg\:33pc\:top\:xl{margin-top:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-marg\:33pc\:rt\:xl{margin-right:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-marg\:33pc\:bot\:xl{margin-bottom:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-marg\:33pc\:lt\:xl{margin-left:calc(var(--dp-site-padding) / 3)}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-marg\:33pc\:sw{margin:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-marg\:33pc\:top\:sw{margin-top:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-marg\:33pc\:rt\:sw{margin-right:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-marg\:33pc\:bot\:sw{margin-bottom:calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-marg\:33pc\:lt\:sw{margin-left:calc(var(--dp-site-padding) / 3)}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-marg\:25pc{margin:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:25pc\:top{margin-top:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:25pc\:rt{margin-right:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:25pc\:bot{margin-bottom:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:25pc\:lt{margin-left:calc(var(--dp-site-padding) / 4)}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-marg\:25pc\:xs{margin:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:25pc\:top\:xs{margin-top:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:25pc\:rt\:xs{margin-right:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:25pc\:bot\:xs{margin-bottom:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:25pc\:lt\:xs{margin-left:calc(var(--dp-site-padding) / 4)}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-marg\:25pc\:s{margin:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:25pc\:top\:s{margin-top:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:25pc\:rt\:s{margin-right:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:25pc\:bot\:s{margin-bottom:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:25pc\:lt\:s{margin-left:calc(var(--dp-site-padding) / 4)}}@media(min-width:767px)and (max-width:1024px){html .wp-block-post-content .acf-block-preview .dp-marg\:25pc\:m{margin:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:25pc\:top\:m{margin-top:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:25pc\:rt\:m{margin-right:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:25pc\:bot\:m{margin-bottom:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:25pc\:lt\:m{margin-left:calc(var(--dp-site-padding) / 4)}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-marg\:25pc\:l{margin:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:25pc\:top\:l{margin-top:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:25pc\:rt\:l{margin-right:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:25pc\:bot\:l{margin-bottom:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:25pc\:lt\:l{margin-left:calc(var(--dp-site-padding) / 4)}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-marg\:25pc\:xl{margin:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:25pc\:top\:xl{margin-top:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:25pc\:rt\:xl{margin-right:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:25pc\:bot\:xl{margin-bottom:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:25pc\:lt\:xl{margin-left:calc(var(--dp-site-padding) / 4)}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-marg\:25pc\:sw{margin:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:25pc\:top\:sw{margin-top:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:25pc\:rt\:sw{margin-right:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:25pc\:bot\:sw{margin-bottom:calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-marg\:25pc\:lt\:sw{margin-left:calc(var(--dp-site-padding) / 4)}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi{margin:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:top{margin-top:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:rt{margin-right:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:bot{margin-bottom:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:lt{margin-left:calc(100% / var(--dp-phi))}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:xs{margin:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:top\:xs{margin-top:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:rt\:xs{margin-right:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:bot\:xs{margin-bottom:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:lt\:xs{margin-left:calc(100% / var(--dp-phi))}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:s{margin:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:top\:s{margin-top:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:rt\:s{margin-right:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:bot\:s{margin-bottom:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:lt\:s{margin-left:calc(100% / var(--dp-phi))}}@media(min-width:767px)and (max-width:1024px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:m{margin:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:top\:m{margin-top:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:rt\:m{margin-right:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:bot\:m{margin-bottom:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:lt\:m{margin-left:calc(100% / var(--dp-phi))}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:l{margin:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:top\:l{margin-top:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:rt\:l{margin-right:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:bot\:l{margin-bottom:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:lt\:l{margin-left:calc(100% / var(--dp-phi))}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:xl{margin:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:top\:xl{margin-top:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:rt\:xl{margin-right:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:bot\:xl{margin-bottom:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:lt\:xl{margin-left:calc(100% / var(--dp-phi))}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:sw{margin:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:top\:sw{margin-top:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:rt\:sw{margin-right:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:bot\:sw{margin-bottom:calc(100% / var(--dp-phi))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:lt\:sw{margin-left:calc(100% / var(--dp-phi))}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-1{margin:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-1\:top{margin-top:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-1\:rt{margin-right:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-1\:bot{margin-bottom:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-1\:lt{margin-left:calc(100% / (var(--dp-phi) * 1))}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-1\:xs{margin:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-1\:top\:xs{margin-top:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-1\:rt\:xs{margin-right:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-1\:bot\:xs{margin-bottom:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-1\:lt\:xs{margin-left:calc(100% / (var(--dp-phi) * 1))}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-1\:s{margin:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-1\:top\:s{margin-top:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-1\:rt\:s{margin-right:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-1\:bot\:s{margin-bottom:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-1\:lt\:s{margin-left:calc(100% / (var(--dp-phi) * 1))}}@media(min-width:767px)and (max-width:1024px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-1\:m{margin:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-1\:top\:m{margin-top:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-1\:rt\:m{margin-right:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-1\:bot\:m{margin-bottom:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-1\:lt\:m{margin-left:calc(100% / (var(--dp-phi) * 1))}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-1\:l{margin:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-1\:top\:l{margin-top:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-1\:rt\:l{margin-right:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-1\:bot\:l{margin-bottom:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-1\:lt\:l{margin-left:calc(100% / (var(--dp-phi) * 1))}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-1\:xl{margin:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-1\:top\:xl{margin-top:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-1\:rt\:xl{margin-right:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-1\:bot\:xl{margin-bottom:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-1\:lt\:xl{margin-left:calc(100% / (var(--dp-phi) * 1))}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-1\:sw{margin:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-1\:top\:sw{margin-top:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-1\:rt\:sw{margin-right:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-1\:bot\:sw{margin-bottom:calc(100% / (var(--dp-phi) * 1))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-1\:lt\:sw{margin-left:calc(100% / (var(--dp-phi) * 1))}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-2{margin:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-2\:top{margin-top:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-2\:rt{margin-right:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-2\:bot{margin-bottom:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-2\:lt{margin-left:calc(100% / (var(--dp-phi) * 2))}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-2\:xs{margin:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-2\:top\:xs{margin-top:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-2\:rt\:xs{margin-right:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-2\:bot\:xs{margin-bottom:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-2\:lt\:xs{margin-left:calc(100% / (var(--dp-phi) * 2))}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-2\:s{margin:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-2\:top\:s{margin-top:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-2\:rt\:s{margin-right:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-2\:bot\:s{margin-bottom:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-2\:lt\:s{margin-left:calc(100% / (var(--dp-phi) * 2))}}@media(min-width:767px)and (max-width:1024px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-2\:m{margin:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-2\:top\:m{margin-top:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-2\:rt\:m{margin-right:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-2\:bot\:m{margin-bottom:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-2\:lt\:m{margin-left:calc(100% / (var(--dp-phi) * 2))}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-2\:l{margin:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-2\:top\:l{margin-top:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-2\:rt\:l{margin-right:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-2\:bot\:l{margin-bottom:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-2\:lt\:l{margin-left:calc(100% / (var(--dp-phi) * 2))}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-2\:xl{margin:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-2\:top\:xl{margin-top:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-2\:rt\:xl{margin-right:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-2\:bot\:xl{margin-bottom:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-2\:lt\:xl{margin-left:calc(100% / (var(--dp-phi) * 2))}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-2\:sw{margin:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-2\:top\:sw{margin-top:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-2\:rt\:sw{margin-right:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-2\:bot\:sw{margin-bottom:calc(100% / (var(--dp-phi) * 2))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-2\:lt\:sw{margin-left:calc(100% / (var(--dp-phi) * 2))}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-3{margin:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-3\:top{margin-top:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-3\:rt{margin-right:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-3\:bot{margin-bottom:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-3\:lt{margin-left:calc(100% / (var(--dp-phi) * 3))}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-3\:xs{margin:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-3\:top\:xs{margin-top:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-3\:rt\:xs{margin-right:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-3\:bot\:xs{margin-bottom:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-3\:lt\:xs{margin-left:calc(100% / (var(--dp-phi) * 3))}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-3\:s{margin:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-3\:top\:s{margin-top:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-3\:rt\:s{margin-right:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-3\:bot\:s{margin-bottom:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-3\:lt\:s{margin-left:calc(100% / (var(--dp-phi) * 3))}}@media(min-width:767px)and (max-width:1024px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-3\:m{margin:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-3\:top\:m{margin-top:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-3\:rt\:m{margin-right:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-3\:bot\:m{margin-bottom:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-3\:lt\:m{margin-left:calc(100% / (var(--dp-phi) * 3))}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-3\:l{margin:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-3\:top\:l{margin-top:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-3\:rt\:l{margin-right:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-3\:bot\:l{margin-bottom:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-3\:lt\:l{margin-left:calc(100% / (var(--dp-phi) * 3))}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-3\:xl{margin:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-3\:top\:xl{margin-top:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-3\:rt\:xl{margin-right:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-3\:bot\:xl{margin-bottom:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-3\:lt\:xl{margin-left:calc(100% / (var(--dp-phi) * 3))}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-3\:sw{margin:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-3\:top\:sw{margin-top:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-3\:rt\:sw{margin-right:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-3\:bot\:sw{margin-bottom:calc(100% / (var(--dp-phi) * 3))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-3\:lt\:sw{margin-left:calc(100% / (var(--dp-phi) * 3))}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-4{margin:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-4\:top{margin-top:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-4\:rt{margin-right:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-4\:bot{margin-bottom:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-4\:lt{margin-left:calc(100% / (var(--dp-phi) * 4))}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-4\:xs{margin:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-4\:top\:xs{margin-top:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-4\:rt\:xs{margin-right:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-4\:bot\:xs{margin-bottom:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-4\:lt\:xs{margin-left:calc(100% / (var(--dp-phi) * 4))}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-4\:s{margin:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-4\:top\:s{margin-top:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-4\:rt\:s{margin-right:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-4\:bot\:s{margin-bottom:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-4\:lt\:s{margin-left:calc(100% / (var(--dp-phi) * 4))}}@media(min-width:767px)and (max-width:1024px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-4\:m{margin:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-4\:top\:m{margin-top:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-4\:rt\:m{margin-right:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-4\:bot\:m{margin-bottom:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-4\:lt\:m{margin-left:calc(100% / (var(--dp-phi) * 4))}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-4\:l{margin:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-4\:top\:l{margin-top:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-4\:rt\:l{margin-right:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-4\:bot\:l{margin-bottom:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-4\:lt\:l{margin-left:calc(100% / (var(--dp-phi) * 4))}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-4\:xl{margin:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-4\:top\:xl{margin-top:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-4\:rt\:xl{margin-right:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-4\:bot\:xl{margin-bottom:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-4\:lt\:xl{margin-left:calc(100% / (var(--dp-phi) * 4))}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-4\:sw{margin:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-4\:top\:sw{margin-top:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-4\:rt\:sw{margin-right:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-4\:bot\:sw{margin-bottom:calc(100% / (var(--dp-phi) * 4))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-4\:lt\:sw{margin-left:calc(100% / (var(--dp-phi) * 4))}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-5{margin:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-5\:top{margin-top:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-5\:rt{margin-right:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-5\:bot{margin-bottom:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-5\:lt{margin-left:calc(100% / (var(--dp-phi) * 5))}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-5\:xs{margin:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-5\:top\:xs{margin-top:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-5\:rt\:xs{margin-right:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-5\:bot\:xs{margin-bottom:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-5\:lt\:xs{margin-left:calc(100% / (var(--dp-phi) * 5))}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-5\:s{margin:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-5\:top\:s{margin-top:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-5\:rt\:s{margin-right:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-5\:bot\:s{margin-bottom:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-5\:lt\:s{margin-left:calc(100% / (var(--dp-phi) * 5))}}@media(min-width:767px)and (max-width:1024px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-5\:m{margin:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-5\:top\:m{margin-top:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-5\:rt\:m{margin-right:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-5\:bot\:m{margin-bottom:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-5\:lt\:m{margin-left:calc(100% / (var(--dp-phi) * 5))}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-5\:l{margin:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-5\:top\:l{margin-top:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-5\:rt\:l{margin-right:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-5\:bot\:l{margin-bottom:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-5\:lt\:l{margin-left:calc(100% / (var(--dp-phi) * 5))}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-5\:xl{margin:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-5\:top\:xl{margin-top:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-5\:rt\:xl{margin-right:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-5\:bot\:xl{margin-bottom:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-5\:lt\:xl{margin-left:calc(100% / (var(--dp-phi) * 5))}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-5\:sw{margin:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-5\:top\:sw{margin-top:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-5\:rt\:sw{margin-right:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-5\:bot\:sw{margin-bottom:calc(100% / (var(--dp-phi) * 5))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-5\:lt\:sw{margin-left:calc(100% / (var(--dp-phi) * 5))}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-6{margin:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-6\:top{margin-top:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-6\:rt{margin-right:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-6\:bot{margin-bottom:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-6\:lt{margin-left:calc(100% / (var(--dp-phi) * 6))}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-6\:xs{margin:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-6\:top\:xs{margin-top:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-6\:rt\:xs{margin-right:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-6\:bot\:xs{margin-bottom:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-6\:lt\:xs{margin-left:calc(100% / (var(--dp-phi) * 6))}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-6\:s{margin:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-6\:top\:s{margin-top:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-6\:rt\:s{margin-right:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-6\:bot\:s{margin-bottom:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-6\:lt\:s{margin-left:calc(100% / (var(--dp-phi) * 6))}}@media(min-width:767px)and (max-width:1024px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-6\:m{margin:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-6\:top\:m{margin-top:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-6\:rt\:m{margin-right:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-6\:bot\:m{margin-bottom:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-6\:lt\:m{margin-left:calc(100% / (var(--dp-phi) * 6))}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-6\:l{margin:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-6\:top\:l{margin-top:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-6\:rt\:l{margin-right:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-6\:bot\:l{margin-bottom:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-6\:lt\:l{margin-left:calc(100% / (var(--dp-phi) * 6))}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-6\:xl{margin:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-6\:top\:xl{margin-top:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-6\:rt\:xl{margin-right:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-6\:bot\:xl{margin-bottom:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-6\:lt\:xl{margin-left:calc(100% / (var(--dp-phi) * 6))}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-6\:sw{margin:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-6\:top\:sw{margin-top:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-6\:rt\:sw{margin-right:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-6\:bot\:sw{margin-bottom:calc(100% / (var(--dp-phi) * 6))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-6\:lt\:sw{margin-left:calc(100% / (var(--dp-phi) * 6))}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-7{margin:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-7\:top{margin-top:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-7\:rt{margin-right:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-7\:bot{margin-bottom:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-7\:lt{margin-left:calc(100% / (var(--dp-phi) * 7))}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-7\:xs{margin:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-7\:top\:xs{margin-top:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-7\:rt\:xs{margin-right:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-7\:bot\:xs{margin-bottom:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-7\:lt\:xs{margin-left:calc(100% / (var(--dp-phi) * 7))}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-7\:s{margin:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-7\:top\:s{margin-top:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-7\:rt\:s{margin-right:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-7\:bot\:s{margin-bottom:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-7\:lt\:s{margin-left:calc(100% / (var(--dp-phi) * 7))}}@media(min-width:767px)and (max-width:1024px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-7\:m{margin:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-7\:top\:m{margin-top:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-7\:rt\:m{margin-right:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-7\:bot\:m{margin-bottom:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-7\:lt\:m{margin-left:calc(100% / (var(--dp-phi) * 7))}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-7\:l{margin:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-7\:top\:l{margin-top:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-7\:rt\:l{margin-right:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-7\:bot\:l{margin-bottom:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-7\:lt\:l{margin-left:calc(100% / (var(--dp-phi) * 7))}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-7\:xl{margin:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-7\:top\:xl{margin-top:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-7\:rt\:xl{margin-right:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-7\:bot\:xl{margin-bottom:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-7\:lt\:xl{margin-left:calc(100% / (var(--dp-phi) * 7))}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-7\:sw{margin:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-7\:top\:sw{margin-top:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-7\:rt\:sw{margin-right:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-7\:bot\:sw{margin-bottom:calc(100% / (var(--dp-phi) * 7))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-7\:lt\:sw{margin-left:calc(100% / (var(--dp-phi) * 7))}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-8{margin:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-8\:top{margin-top:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-8\:rt{margin-right:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-8\:bot{margin-bottom:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-8\:lt{margin-left:calc(100% / (var(--dp-phi) * 8))}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-8\:xs{margin:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-8\:top\:xs{margin-top:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-8\:rt\:xs{margin-right:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-8\:bot\:xs{margin-bottom:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-8\:lt\:xs{margin-left:calc(100% / (var(--dp-phi) * 8))}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-8\:s{margin:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-8\:top\:s{margin-top:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-8\:rt\:s{margin-right:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-8\:bot\:s{margin-bottom:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-8\:lt\:s{margin-left:calc(100% / (var(--dp-phi) * 8))}}@media(min-width:767px)and (max-width:1024px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-8\:m{margin:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-8\:top\:m{margin-top:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-8\:rt\:m{margin-right:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-8\:bot\:m{margin-bottom:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-8\:lt\:m{margin-left:calc(100% / (var(--dp-phi) * 8))}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-8\:l{margin:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-8\:top\:l{margin-top:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-8\:rt\:l{margin-right:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-8\:bot\:l{margin-bottom:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-8\:lt\:l{margin-left:calc(100% / (var(--dp-phi) * 8))}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-8\:xl{margin:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-8\:top\:xl{margin-top:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-8\:rt\:xl{margin-right:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-8\:bot\:xl{margin-bottom:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-8\:lt\:xl{margin-left:calc(100% / (var(--dp-phi) * 8))}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-8\:sw{margin:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-8\:top\:sw{margin-top:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-8\:rt\:sw{margin-right:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-8\:bot\:sw{margin-bottom:calc(100% / (var(--dp-phi) * 8))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-8\:lt\:sw{margin-left:calc(100% / (var(--dp-phi) * 8))}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-9{margin:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-9\:top{margin-top:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-9\:rt{margin-right:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-9\:bot{margin-bottom:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-9\:lt{margin-left:calc(100% / (var(--dp-phi) * 9))}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-9\:xs{margin:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-9\:top\:xs{margin-top:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-9\:rt\:xs{margin-right:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-9\:bot\:xs{margin-bottom:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-9\:lt\:xs{margin-left:calc(100% / (var(--dp-phi) * 9))}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-9\:s{margin:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-9\:top\:s{margin-top:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-9\:rt\:s{margin-right:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-9\:bot\:s{margin-bottom:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-9\:lt\:s{margin-left:calc(100% / (var(--dp-phi) * 9))}}@media(min-width:767px)and (max-width:1024px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-9\:m{margin:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-9\:top\:m{margin-top:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-9\:rt\:m{margin-right:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-9\:bot\:m{margin-bottom:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-9\:lt\:m{margin-left:calc(100% / (var(--dp-phi) * 9))}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-9\:l{margin:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-9\:top\:l{margin-top:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-9\:rt\:l{margin-right:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-9\:bot\:l{margin-bottom:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-9\:lt\:l{margin-left:calc(100% / (var(--dp-phi) * 9))}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-9\:xl{margin:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-9\:top\:xl{margin-top:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-9\:rt\:xl{margin-right:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-9\:bot\:xl{margin-bottom:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-9\:lt\:xl{margin-left:calc(100% / (var(--dp-phi) * 9))}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-9\:sw{margin:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-9\:top\:sw{margin-top:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-9\:rt\:sw{margin-right:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-9\:bot\:sw{margin-bottom:calc(100% / (var(--dp-phi) * 9))}html .wp-block-post-content .acf-block-preview .dp-marg\:phi\:-9\:lt\:sw{margin-left:calc(100% / (var(--dp-phi) * 9))}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-marg\:20px{margin:20px}html .wp-block-post-content .acf-block-preview .dp-marg\:20px\:top{margin-top:20px}html .wp-block-post-content .acf-block-preview .dp-marg\:20px\:rt{margin-right:20px}html .wp-block-post-content .acf-block-preview .dp-marg\:20px\:bot{margin-bottom:20px}html .wp-block-post-content .acf-block-preview .dp-marg\:20px\:lt{margin-left:20px}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-marg\:20px\:xs{margin:20px}html .wp-block-post-content .acf-block-preview .dp-marg\:20px\:top\:xs{margin-top:20px}html .wp-block-post-content .acf-block-preview .dp-marg\:20px\:rt\:xs{margin-right:20px}html .wp-block-post-content .acf-block-preview .dp-marg\:20px\:bot\:xs{margin-bottom:20px}html .wp-block-post-content .acf-block-preview .dp-marg\:20px\:lt\:xs{margin-left:20px}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-marg\:20px\:s{margin:20px}html .wp-block-post-content .acf-block-preview .dp-marg\:20px\:top\:s{margin-top:20px}html .wp-block-post-content .acf-block-preview .dp-marg\:20px\:rt\:s{margin-right:20px}html .wp-block-post-content .acf-block-preview .dp-marg\:20px\:bot\:s{margin-bottom:20px}html .wp-block-post-content .acf-block-preview .dp-marg\:20px\:lt\:s{margin-left:20px}}@media(min-width:767px)and (max-width:1024px){html .wp-block-post-content .acf-block-preview .dp-marg\:20px\:m{margin:20px}html .wp-block-post-content .acf-block-preview .dp-marg\:20px\:top\:m{margin-top:20px}html .wp-block-post-content .acf-block-preview .dp-marg\:20px\:rt\:m{margin-right:20px}html .wp-block-post-content .acf-block-preview .dp-marg\:20px\:bot\:m{margin-bottom:20px}html .wp-block-post-content .acf-block-preview .dp-marg\:20px\:lt\:m{margin-left:20px}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-marg\:20px\:l{margin:20px}html .wp-block-post-content .acf-block-preview .dp-marg\:20px\:top\:l{margin-top:20px}html .wp-block-post-content .acf-block-preview .dp-marg\:20px\:rt\:l{margin-right:20px}html .wp-block-post-content .acf-block-preview .dp-marg\:20px\:bot\:l{margin-bottom:20px}html .wp-block-post-content .acf-block-preview .dp-marg\:20px\:lt\:l{margin-left:20px}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-marg\:20px\:xl{margin:20px}html .wp-block-post-content .acf-block-preview .dp-marg\:20px\:top\:xl{margin-top:20px}html .wp-block-post-content .acf-block-preview .dp-marg\:20px\:rt\:xl{margin-right:20px}html .wp-block-post-content .acf-block-preview .dp-marg\:20px\:bot\:xl{margin-bottom:20px}html .wp-block-post-content .acf-block-preview .dp-marg\:20px\:lt\:xl{margin-left:20px}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-marg\:20px\:sw{margin:20px}html .wp-block-post-content .acf-block-preview .dp-marg\:20px\:top\:sw{margin-top:20px}html .wp-block-post-content .acf-block-preview .dp-marg\:20px\:rt\:sw{margin-right:20px}html .wp-block-post-content .acf-block-preview .dp-marg\:20px\:bot\:sw{margin-bottom:20px}html .wp-block-post-content .acf-block-preview .dp-marg\:20px\:lt\:sw{margin-left:20px}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-marg\:15px{margin:15px}html .wp-block-post-content .acf-block-preview .dp-marg\:15px\:top{margin-top:15px}html .wp-block-post-content .acf-block-preview .dp-marg\:15px\:rt{margin-right:15px}html .wp-block-post-content .acf-block-preview .dp-marg\:15px\:bot{margin-bottom:15px}html .wp-block-post-content .acf-block-preview .dp-marg\:15px\:lt{margin-left:15px}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-marg\:15px\:xs{margin:15px}html .wp-block-post-content .acf-block-preview .dp-marg\:15px\:top\:xs{margin-top:15px}html .wp-block-post-content .acf-block-preview .dp-marg\:15px\:rt\:xs{margin-right:15px}html .wp-block-post-content .acf-block-preview .dp-marg\:15px\:bot\:xs{margin-bottom:15px}html .wp-block-post-content .acf-block-preview .dp-marg\:15px\:lt\:xs{margin-left:15px}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-marg\:15px\:s{margin:15px}html .wp-block-post-content .acf-block-preview .dp-marg\:15px\:top\:s{margin-top:15px}html .wp-block-post-content .acf-block-preview .dp-marg\:15px\:rt\:s{margin-right:15px}html .wp-block-post-content .acf-block-preview .dp-marg\:15px\:bot\:s{margin-bottom:15px}html .wp-block-post-content .acf-block-preview .dp-marg\:15px\:lt\:s{margin-left:15px}}@media(min-width:767px)and (max-width:1024px){html .wp-block-post-content .acf-block-preview .dp-marg\:15px\:m{margin:15px}html .wp-block-post-content .acf-block-preview .dp-marg\:15px\:top\:m{margin-top:15px}html .wp-block-post-content .acf-block-preview .dp-marg\:15px\:rt\:m{margin-right:15px}html .wp-block-post-content .acf-block-preview .dp-marg\:15px\:bot\:m{margin-bottom:15px}html .wp-block-post-content .acf-block-preview .dp-marg\:15px\:lt\:m{margin-left:15px}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-marg\:15px\:l{margin:15px}html .wp-block-post-content .acf-block-preview .dp-marg\:15px\:top\:l{margin-top:15px}html .wp-block-post-content .acf-block-preview .dp-marg\:15px\:rt\:l{margin-right:15px}html .wp-block-post-content .acf-block-preview .dp-marg\:15px\:bot\:l{margin-bottom:15px}html .wp-block-post-content .acf-block-preview .dp-marg\:15px\:lt\:l{margin-left:15px}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-marg\:15px\:xl{margin:15px}html .wp-block-post-content .acf-block-preview .dp-marg\:15px\:top\:xl{margin-top:15px}html .wp-block-post-content .acf-block-preview .dp-marg\:15px\:rt\:xl{margin-right:15px}html .wp-block-post-content .acf-block-preview .dp-marg\:15px\:bot\:xl{margin-bottom:15px}html .wp-block-post-content .acf-block-preview .dp-marg\:15px\:lt\:xl{margin-left:15px}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-marg\:15px\:sw{margin:15px}html .wp-block-post-content .acf-block-preview .dp-marg\:15px\:top\:sw{margin-top:15px}html .wp-block-post-content .acf-block-preview .dp-marg\:15px\:rt\:sw{margin-right:15px}html .wp-block-post-content .acf-block-preview .dp-marg\:15px\:bot\:sw{margin-bottom:15px}html .wp-block-post-content .acf-block-preview .dp-marg\:15px\:lt\:sw{margin-left:15px}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-marg\:10px{margin:10px}html .wp-block-post-content .acf-block-preview .dp-marg\:10px\:top{margin-top:10px}html .wp-block-post-content .acf-block-preview .dp-marg\:10px\:rt{margin-right:10px}html .wp-block-post-content .acf-block-preview .dp-marg\:10px\:bot{margin-bottom:10px}html .wp-block-post-content .acf-block-preview .dp-marg\:10px\:lt{margin-left:10px}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-marg\:10px\:xs{margin:10px}html .wp-block-post-content .acf-block-preview .dp-marg\:10px\:top\:xs{margin-top:10px}html .wp-block-post-content .acf-block-preview .dp-marg\:10px\:rt\:xs{margin-right:10px}html .wp-block-post-content .acf-block-preview .dp-marg\:10px\:bot\:xs{margin-bottom:10px}html .wp-block-post-content .acf-block-preview .dp-marg\:10px\:lt\:xs{margin-left:10px}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-marg\:10px\:s{margin:10px}html .wp-block-post-content .acf-block-preview .dp-marg\:10px\:top\:s{margin-top:10px}html .wp-block-post-content .acf-block-preview .dp-marg\:10px\:rt\:s{margin-right:10px}html .wp-block-post-content .acf-block-preview .dp-marg\:10px\:bot\:s{margin-bottom:10px}html .wp-block-post-content .acf-block-preview .dp-marg\:10px\:lt\:s{margin-left:10px}}@media(min-width:767px)and (max-width:1024px){html .wp-block-post-content .acf-block-preview .dp-marg\:10px\:m{margin:10px}html .wp-block-post-content .acf-block-preview .dp-marg\:10px\:top\:m{margin-top:10px}html .wp-block-post-content .acf-block-preview .dp-marg\:10px\:rt\:m{margin-right:10px}html .wp-block-post-content .acf-block-preview .dp-marg\:10px\:bot\:m{margin-bottom:10px}html .wp-block-post-content .acf-block-preview .dp-marg\:10px\:lt\:m{margin-left:10px}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-marg\:10px\:l{margin:10px}html .wp-block-post-content .acf-block-preview .dp-marg\:10px\:top\:l{margin-top:10px}html .wp-block-post-content .acf-block-preview .dp-marg\:10px\:rt\:l{margin-right:10px}html .wp-block-post-content .acf-block-preview .dp-marg\:10px\:bot\:l{margin-bottom:10px}html .wp-block-post-content .acf-block-preview .dp-marg\:10px\:lt\:l{margin-left:10px}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-marg\:10px\:xl{margin:10px}html .wp-block-post-content .acf-block-preview .dp-marg\:10px\:top\:xl{margin-top:10px}html .wp-block-post-content .acf-block-preview .dp-marg\:10px\:rt\:xl{margin-right:10px}html .wp-block-post-content .acf-block-preview .dp-marg\:10px\:bot\:xl{margin-bottom:10px}html .wp-block-post-content .acf-block-preview .dp-marg\:10px\:lt\:xl{margin-left:10px}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-marg\:10px\:sw{margin:10px}html .wp-block-post-content .acf-block-preview .dp-marg\:10px\:top\:sw{margin-top:10px}html .wp-block-post-content .acf-block-preview .dp-marg\:10px\:rt\:sw{margin-right:10px}html .wp-block-post-content .acf-block-preview .dp-marg\:10px\:bot\:sw{margin-bottom:10px}html .wp-block-post-content .acf-block-preview .dp-marg\:10px\:lt\:sw{margin-left:10px}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-marg\:5px{margin:5px}html .wp-block-post-content .acf-block-preview .dp-marg\:5px\:top{margin-top:5px}html .wp-block-post-content .acf-block-preview .dp-marg\:5px\:rt{margin-right:5px}html .wp-block-post-content .acf-block-preview .dp-marg\:5px\:bot{margin-bottom:5px}html .wp-block-post-content .acf-block-preview .dp-marg\:5px\:lt{margin-left:5px}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-marg\:5px\:xs{margin:5px}html .wp-block-post-content .acf-block-preview .dp-marg\:5px\:top\:xs{margin-top:5px}html .wp-block-post-content .acf-block-preview .dp-marg\:5px\:rt\:xs{margin-right:5px}html .wp-block-post-content .acf-block-preview .dp-marg\:5px\:bot\:xs{margin-bottom:5px}html .wp-block-post-content .acf-block-preview .dp-marg\:5px\:lt\:xs{margin-left:5px}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-marg\:5px\:s{margin:5px}html .wp-block-post-content .acf-block-preview .dp-marg\:5px\:top\:s{margin-top:5px}html .wp-block-post-content .acf-block-preview .dp-marg\:5px\:rt\:s{margin-right:5px}html .wp-block-post-content .acf-block-preview .dp-marg\:5px\:bot\:s{margin-bottom:5px}html .wp-block-post-content .acf-block-preview .dp-marg\:5px\:lt\:s{margin-left:5px}}@media(min-width:767px)and (max-width:1024px){html .wp-block-post-content .acf-block-preview .dp-marg\:5px\:m{margin:5px}html .wp-block-post-content .acf-block-preview .dp-marg\:5px\:top\:m{margin-top:5px}html .wp-block-post-content .acf-block-preview .dp-marg\:5px\:rt\:m{margin-right:5px}html .wp-block-post-content .acf-block-preview .dp-marg\:5px\:bot\:m{margin-bottom:5px}html .wp-block-post-content .acf-block-preview .dp-marg\:5px\:lt\:m{margin-left:5px}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-marg\:5px\:l{margin:5px}html .wp-block-post-content .acf-block-preview .dp-marg\:5px\:top\:l{margin-top:5px}html .wp-block-post-content .acf-block-preview .dp-marg\:5px\:rt\:l{margin-right:5px}html .wp-block-post-content .acf-block-preview .dp-marg\:5px\:bot\:l{margin-bottom:5px}html .wp-block-post-content .acf-block-preview .dp-marg\:5px\:lt\:l{margin-left:5px}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-marg\:5px\:xl{margin:5px}html .wp-block-post-content .acf-block-preview .dp-marg\:5px\:top\:xl{margin-top:5px}html .wp-block-post-content .acf-block-preview .dp-marg\:5px\:rt\:xl{margin-right:5px}html .wp-block-post-content .acf-block-preview .dp-marg\:5px\:bot\:xl{margin-bottom:5px}html .wp-block-post-content .acf-block-preview .dp-marg\:5px\:lt\:xl{margin-left:5px}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-marg\:5px\:sw{margin:5px}html .wp-block-post-content .acf-block-preview .dp-marg\:5px\:top\:sw{margin-top:5px}html .wp-block-post-content .acf-block-preview .dp-marg\:5px\:rt\:sw{margin-right:5px}html .wp-block-post-content .acf-block-preview .dp-marg\:5px\:bot\:sw{margin-bottom:5px}html .wp-block-post-content .acf-block-preview .dp-marg\:5px\:lt\:sw{margin-left:5px}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-marg\:0px{margin:0px}html .wp-block-post-content .acf-block-preview .dp-marg\:0px\:top{margin-top:0px}html .wp-block-post-content .acf-block-preview .dp-marg\:0px\:rt{margin-right:0px}html .wp-block-post-content .acf-block-preview .dp-marg\:0px\:bot{margin-bottom:0px}html .wp-block-post-content .acf-block-preview .dp-marg\:0px\:lt{margin-left:0px}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-marg\:0px\:xs{margin:0px}html .wp-block-post-content .acf-block-preview .dp-marg\:0px\:top\:xs{margin-top:0px}html .wp-block-post-content .acf-block-preview .dp-marg\:0px\:rt\:xs{margin-right:0px}html .wp-block-post-content .acf-block-preview .dp-marg\:0px\:bot\:xs{margin-bottom:0px}html .wp-block-post-content .acf-block-preview .dp-marg\:0px\:lt\:xs{margin-left:0px}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-marg\:0px\:s{margin:0px}html .wp-block-post-content .acf-block-preview .dp-marg\:0px\:top\:s{margin-top:0px}html .wp-block-post-content .acf-block-preview .dp-marg\:0px\:rt\:s{margin-right:0px}html .wp-block-post-content .acf-block-preview .dp-marg\:0px\:bot\:s{margin-bottom:0px}html .wp-block-post-content .acf-block-preview .dp-marg\:0px\:lt\:s{margin-left:0px}}@media(min-width:767px)and (max-width:1024px){html .wp-block-post-content .acf-block-preview .dp-marg\:0px\:m{margin:0px}html .wp-block-post-content .acf-block-preview .dp-marg\:0px\:top\:m{margin-top:0px}html .wp-block-post-content .acf-block-preview .dp-marg\:0px\:rt\:m{margin-right:0px}html .wp-block-post-content .acf-block-preview .dp-marg\:0px\:bot\:m{margin-bottom:0px}html .wp-block-post-content .acf-block-preview .dp-marg\:0px\:lt\:m{margin-left:0px}}@media(min-width:1024px){html .wp-block-post-content .acf-block-preview .dp-marg\:0px\:l{margin:0px}html .wp-block-post-content .acf-block-preview .dp-marg\:0px\:top\:l{margin-top:0px}html .wp-block-post-content .acf-block-preview .dp-marg\:0px\:rt\:l{margin-right:0px}html .wp-block-post-content .acf-block-preview .dp-marg\:0px\:bot\:l{margin-bottom:0px}html .wp-block-post-content .acf-block-preview .dp-marg\:0px\:lt\:l{margin-left:0px}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-marg\:0px\:xl{margin:0px}html .wp-block-post-content .acf-block-preview .dp-marg\:0px\:top\:xl{margin-top:0px}html .wp-block-post-content .acf-block-preview .dp-marg\:0px\:rt\:xl{margin-right:0px}html .wp-block-post-content .acf-block-preview .dp-marg\:0px\:bot\:xl{margin-bottom:0px}html .wp-block-post-content .acf-block-preview .dp-marg\:0px\:lt\:xl{margin-left:0px}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-marg\:0px\:sw{margin:0px}html .wp-block-post-content .acf-block-preview .dp-marg\:0px\:top\:sw{margin-top:0px}html .wp-block-post-content .acf-block-preview .dp-marg\:0px\:rt\:sw{margin-right:0px}html .wp-block-post-content .acf-block-preview .dp-marg\:0px\:bot\:sw{margin-bottom:0px}html .wp-block-post-content .acf-block-preview .dp-marg\:0px\:lt\:sw{margin-left:0px}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-gutter{margin-right:calc(0px - var(--dp-site-padding));margin-left:calc(0px - var(--dp-site-padding))}html .wp-block-post-content .acf-block-preview .dp-gutter>*{padding:var(--dp-site-padding) var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-gutter\:top{margin-right:calc(0px - var(--dp-site-padding));margin-left:calc(0px - var(--dp-site-padding))}html .wp-block-post-content .acf-block-preview .dp-gutter\:top>*{padding:var(--dp-site-padding) var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-gutter\:rt{margin-right:calc(0px - var(--dp-site-padding));margin-left:calc(0px - var(--dp-site-padding))}html .wp-block-post-content .acf-block-preview .dp-gutter\:rt>*{padding:var(--dp-site-padding) var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-gutter\:bot{margin-right:calc(0px - var(--dp-site-padding));margin-left:calc(0px - var(--dp-site-padding))}html .wp-block-post-content .acf-block-preview .dp-gutter\:bot>*{padding:var(--dp-site-padding) var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-gutter\:lt{margin-right:calc(0px - var(--dp-site-padding));margin-left:calc(0px - var(--dp-site-padding))}html .wp-block-post-content .acf-block-preview .dp-gutter\:lt>*{padding:var(--dp-site-padding) var(--dp-site-padding)}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-gutter\:xs{margin-right:calc(0px - var(--dp-site-padding));margin-left:calc(0px - var(--dp-site-padding))}html .wp-block-post-content .acf-block-preview .dp-gutter\:xs>*{padding:var(--dp-site-padding) var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-gutter\:top\:xs{margin-right:calc(0px - var(--dp-site-padding));margin-left:calc(0px - var(--dp-site-padding))}html .wp-block-post-content .acf-block-preview .dp-gutter\:top\:xs>*{padding:var(--dp-site-padding) var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-gutter\:rt\:xs{margin-right:calc(0px - var(--dp-site-padding));margin-left:calc(0px - var(--dp-site-padding))}html .wp-block-post-content .acf-block-preview .dp-gutter\:rt\:xs>*{padding:var(--dp-site-padding) var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-gutter\:bot\:xs{margin-right:calc(0px - var(--dp-site-padding));margin-left:calc(0px - var(--dp-site-padding))}html .wp-block-post-content .acf-block-preview .dp-gutter\:bot\:xs>*{padding:var(--dp-site-padding) var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-gutter\:lt\:xs{margin-right:calc(0px - var(--dp-site-padding));margin-left:calc(0px - var(--dp-site-padding))}html .wp-block-post-content .acf-block-preview .dp-gutter\:lt\:xs>*{padding:var(--dp-site-padding) var(--dp-site-padding)}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-gutter\:s{margin-right:calc(0px - var(--dp-site-padding));margin-left:calc(0px - var(--dp-site-padding))}html .wp-block-post-content .acf-block-preview .dp-gutter\:s>*{padding:var(--dp-site-padding) var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-gutter\:top\:s{margin-right:calc(0px - var(--dp-site-padding));margin-left:calc(0px - var(--dp-site-padding))}html .wp-block-post-content .acf-block-preview .dp-gutter\:top\:s>*{padding:var(--dp-site-padding) var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-gutter\:rt\:s{margin-right:calc(0px - var(--dp-site-padding));margin-left:calc(0px - var(--dp-site-padding))}html .wp-block-post-content .acf-block-preview .dp-gutter\:rt\:s>*{padding:var(--dp-site-padding) var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-gutter\:bot\:s{margin-right:calc(0px - var(--dp-site-padding));margin-left:calc(0px - var(--dp-site-padding))}html .wp-block-post-content .acf-block-preview .dp-gutter\:bot\:s>*{padding:var(--dp-site-padding) var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-gutter\:lt\:s{margin-right:calc(0px - var(--dp-site-padding));margin-left:calc(0px - var(--dp-site-padding))}html .wp-block-post-content .acf-block-preview .dp-gutter\:lt\:s>*{padding:var(--dp-site-padding) var(--dp-site-padding)}}@media(min-width:767px)and (max-width:1023px){html .wp-block-post-content .acf-block-preview .dp-gutter\:m{margin-right:calc(0px - var(--dp-site-padding));margin-left:calc(0px - var(--dp-site-padding))}html .wp-block-post-content .acf-block-preview .dp-gutter\:m>*{padding:var(--dp-site-padding) var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-gutter\:top\:m{margin-right:calc(0px - var(--dp-site-padding));margin-left:calc(0px - var(--dp-site-padding))}html .wp-block-post-content .acf-block-preview .dp-gutter\:top\:m>*{padding:var(--dp-site-padding) var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-gutter\:rt\:m{margin-right:calc(0px - var(--dp-site-padding));margin-left:calc(0px - var(--dp-site-padding))}html .wp-block-post-content .acf-block-preview .dp-gutter\:rt\:m>*{padding:var(--dp-site-padding) var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-gutter\:bot\:m{margin-right:calc(0px - var(--dp-site-padding));margin-left:calc(0px - var(--dp-site-padding))}html .wp-block-post-content .acf-block-preview .dp-gutter\:bot\:m>*{padding:var(--dp-site-padding) var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-gutter\:lt\:m{margin-right:calc(0px - var(--dp-site-padding));margin-left:calc(0px - var(--dp-site-padding))}html .wp-block-post-content .acf-block-preview .dp-gutter\:lt\:m>*{padding:var(--dp-site-padding) var(--dp-site-padding)}}@media(min-width:1023px){html .wp-block-post-content .acf-block-preview .dp-gutter\:l{margin-right:calc(0px - var(--dp-site-padding));margin-left:calc(0px - var(--dp-site-padding))}html .wp-block-post-content .acf-block-preview .dp-gutter\:l>*{padding:var(--dp-site-padding) var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-gutter\:top\:l{margin-right:calc(0px - var(--dp-site-padding));margin-left:calc(0px - var(--dp-site-padding))}html .wp-block-post-content .acf-block-preview .dp-gutter\:top\:l>*{padding:var(--dp-site-padding) var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-gutter\:rt\:l{margin-right:calc(0px - var(--dp-site-padding));margin-left:calc(0px - var(--dp-site-padding))}html .wp-block-post-content .acf-block-preview .dp-gutter\:rt\:l>*{padding:var(--dp-site-padding) var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-gutter\:bot\:l{margin-right:calc(0px - var(--dp-site-padding));margin-left:calc(0px - var(--dp-site-padding))}html .wp-block-post-content .acf-block-preview .dp-gutter\:bot\:l>*{padding:var(--dp-site-padding) var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-gutter\:lt\:l{margin-right:calc(0px - var(--dp-site-padding));margin-left:calc(0px - var(--dp-site-padding))}html .wp-block-post-content .acf-block-preview .dp-gutter\:lt\:l>*{padding:var(--dp-site-padding) var(--dp-site-padding)}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-gutter\:xl{margin-right:calc(0px - var(--dp-site-padding));margin-left:calc(0px - var(--dp-site-padding))}html .wp-block-post-content .acf-block-preview .dp-gutter\:xl>*{padding:var(--dp-site-padding) var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-gutter\:top\:xl{margin-right:calc(0px - var(--dp-site-padding));margin-left:calc(0px - var(--dp-site-padding))}html .wp-block-post-content .acf-block-preview .dp-gutter\:top\:xl>*{padding:var(--dp-site-padding) var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-gutter\:rt\:xl{margin-right:calc(0px - var(--dp-site-padding));margin-left:calc(0px - var(--dp-site-padding))}html .wp-block-post-content .acf-block-preview .dp-gutter\:rt\:xl>*{padding:var(--dp-site-padding) var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-gutter\:bot\:xl{margin-right:calc(0px - var(--dp-site-padding));margin-left:calc(0px - var(--dp-site-padding))}html .wp-block-post-content .acf-block-preview .dp-gutter\:bot\:xl>*{padding:var(--dp-site-padding) var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-gutter\:lt\:xl{margin-right:calc(0px - var(--dp-site-padding));margin-left:calc(0px - var(--dp-site-padding))}html .wp-block-post-content .acf-block-preview .dp-gutter\:lt\:xl>*{padding:var(--dp-site-padding) var(--dp-site-padding)}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-gutter\:sw{margin-right:calc(0px - var(--dp-site-padding));margin-left:calc(0px - var(--dp-site-padding))}html .wp-block-post-content .acf-block-preview .dp-gutter\:sw>*{padding:var(--dp-site-padding) var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-gutter\:top\:sw{margin-right:calc(0px - var(--dp-site-padding));margin-left:calc(0px - var(--dp-site-padding))}html .wp-block-post-content .acf-block-preview .dp-gutter\:top\:sw>*{padding:var(--dp-site-padding) var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-gutter\:rt\:sw{margin-right:calc(0px - var(--dp-site-padding));margin-left:calc(0px - var(--dp-site-padding))}html .wp-block-post-content .acf-block-preview .dp-gutter\:rt\:sw>*{padding:var(--dp-site-padding) var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-gutter\:bot\:sw{margin-right:calc(0px - var(--dp-site-padding));margin-left:calc(0px - var(--dp-site-padding))}html .wp-block-post-content .acf-block-preview .dp-gutter\:bot\:sw>*{padding:var(--dp-site-padding) var(--dp-site-padding)}html .wp-block-post-content .acf-block-preview .dp-gutter\:lt\:sw{margin-right:calc(0px - var(--dp-site-padding));margin-left:calc(0px - var(--dp-site-padding))}html .wp-block-post-content .acf-block-preview .dp-gutter\:lt\:sw>*{padding:var(--dp-site-padding) var(--dp-site-padding)}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc{margin-right:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc>*{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4) calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:top{margin-right:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:top>*{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4) calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:rt{margin-right:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:rt>*{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4) calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:bot{margin-right:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:bot>*{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4) calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:lt{margin-right:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:lt>*{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4) calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:xs{margin-right:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:xs>*{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4) calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:top\:xs{margin-right:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:top\:xs>*{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4) calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:rt\:xs{margin-right:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:rt\:xs>*{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4) calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:bot\:xs{margin-right:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:bot\:xs>*{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4) calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:lt\:xs{margin-right:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:lt\:xs>*{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4) calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:s{margin-right:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:s>*{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4) calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:top\:s{margin-right:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:top\:s>*{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4) calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:rt\:s{margin-right:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:rt\:s>*{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4) calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:bot\:s{margin-right:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:bot\:s>*{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4) calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:lt\:s{margin-right:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:lt\:s>*{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4) calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}}@media(min-width:767px)and (max-width:1023px){html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:m{margin-right:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:m>*{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4) calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:top\:m{margin-right:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:top\:m>*{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4) calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:rt\:m{margin-right:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:rt\:m>*{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4) calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:bot\:m{margin-right:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:bot\:m>*{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4) calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:lt\:m{margin-right:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:lt\:m>*{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4) calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}}@media(min-width:1023px){html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:l{margin-right:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:l>*{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4) calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:top\:l{margin-right:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:top\:l>*{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4) calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:rt\:l{margin-right:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:rt\:l>*{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4) calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:bot\:l{margin-right:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:bot\:l>*{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4) calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:lt\:l{margin-right:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:lt\:l>*{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4) calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:xl{margin-right:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:xl>*{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4) calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:top\:xl{margin-right:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:top\:xl>*{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4) calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:rt\:xl{margin-right:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:rt\:xl>*{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4) calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:bot\:xl{margin-right:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:bot\:xl>*{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4) calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:lt\:xl{margin-right:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:lt\:xl>*{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4) calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:sw{margin-right:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:sw>*{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4) calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:top\:sw{margin-right:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:top\:sw>*{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4) calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:rt\:sw{margin-right:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:rt\:sw>*{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4) calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:bot\:sw{margin-right:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:bot\:sw>*{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4) calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:lt\:sw{margin-right:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) - var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:75pc\:lt\:sw>*{padding:calc(var(--dp-site-padding) - var(--dp-site-padding) / 4) calc(var(--dp-site-padding) - var(--dp-site-padding) / 4)}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc{margin-right:calc(0px - calc(var(--dp-site-padding) / 2));margin-left:calc(0px - calc(var(--dp-site-padding) / 2))}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc>*{padding:calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:top{margin-right:calc(0px - calc(var(--dp-site-padding) / 2));margin-left:calc(0px - calc(var(--dp-site-padding) / 2))}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:top>*{padding:calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:rt{margin-right:calc(0px - calc(var(--dp-site-padding) / 2));margin-left:calc(0px - calc(var(--dp-site-padding) / 2))}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:rt>*{padding:calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:bot{margin-right:calc(0px - calc(var(--dp-site-padding) / 2));margin-left:calc(0px - calc(var(--dp-site-padding) / 2))}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:bot>*{padding:calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:lt{margin-right:calc(0px - calc(var(--dp-site-padding) / 2));margin-left:calc(0px - calc(var(--dp-site-padding) / 2))}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:lt>*{padding:calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2)}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:xs{margin-right:calc(0px - calc(var(--dp-site-padding) / 2));margin-left:calc(0px - calc(var(--dp-site-padding) / 2))}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:xs>*{padding:calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:top\:xs{margin-right:calc(0px - calc(var(--dp-site-padding) / 2));margin-left:calc(0px - calc(var(--dp-site-padding) / 2))}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:top\:xs>*{padding:calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:rt\:xs{margin-right:calc(0px - calc(var(--dp-site-padding) / 2));margin-left:calc(0px - calc(var(--dp-site-padding) / 2))}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:rt\:xs>*{padding:calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:bot\:xs{margin-right:calc(0px - calc(var(--dp-site-padding) / 2));margin-left:calc(0px - calc(var(--dp-site-padding) / 2))}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:bot\:xs>*{padding:calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:lt\:xs{margin-right:calc(0px - calc(var(--dp-site-padding) / 2));margin-left:calc(0px - calc(var(--dp-site-padding) / 2))}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:lt\:xs>*{padding:calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2)}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:s{margin-right:calc(0px - calc(var(--dp-site-padding) / 2));margin-left:calc(0px - calc(var(--dp-site-padding) / 2))}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:s>*{padding:calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:top\:s{margin-right:calc(0px - calc(var(--dp-site-padding) / 2));margin-left:calc(0px - calc(var(--dp-site-padding) / 2))}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:top\:s>*{padding:calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:rt\:s{margin-right:calc(0px - calc(var(--dp-site-padding) / 2));margin-left:calc(0px - calc(var(--dp-site-padding) / 2))}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:rt\:s>*{padding:calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:bot\:s{margin-right:calc(0px - calc(var(--dp-site-padding) / 2));margin-left:calc(0px - calc(var(--dp-site-padding) / 2))}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:bot\:s>*{padding:calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:lt\:s{margin-right:calc(0px - calc(var(--dp-site-padding) / 2));margin-left:calc(0px - calc(var(--dp-site-padding) / 2))}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:lt\:s>*{padding:calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2)}}@media(min-width:767px)and (max-width:1023px){html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:m{margin-right:calc(0px - calc(var(--dp-site-padding) / 2));margin-left:calc(0px - calc(var(--dp-site-padding) / 2))}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:m>*{padding:calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:top\:m{margin-right:calc(0px - calc(var(--dp-site-padding) / 2));margin-left:calc(0px - calc(var(--dp-site-padding) / 2))}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:top\:m>*{padding:calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:rt\:m{margin-right:calc(0px - calc(var(--dp-site-padding) / 2));margin-left:calc(0px - calc(var(--dp-site-padding) / 2))}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:rt\:m>*{padding:calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:bot\:m{margin-right:calc(0px - calc(var(--dp-site-padding) / 2));margin-left:calc(0px - calc(var(--dp-site-padding) / 2))}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:bot\:m>*{padding:calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:lt\:m{margin-right:calc(0px - calc(var(--dp-site-padding) / 2));margin-left:calc(0px - calc(var(--dp-site-padding) / 2))}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:lt\:m>*{padding:calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2)}}@media(min-width:1023px){html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:l{margin-right:calc(0px - calc(var(--dp-site-padding) / 2));margin-left:calc(0px - calc(var(--dp-site-padding) / 2))}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:l>*{padding:calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:top\:l{margin-right:calc(0px - calc(var(--dp-site-padding) / 2));margin-left:calc(0px - calc(var(--dp-site-padding) / 2))}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:top\:l>*{padding:calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:rt\:l{margin-right:calc(0px - calc(var(--dp-site-padding) / 2));margin-left:calc(0px - calc(var(--dp-site-padding) / 2))}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:rt\:l>*{padding:calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:bot\:l{margin-right:calc(0px - calc(var(--dp-site-padding) / 2));margin-left:calc(0px - calc(var(--dp-site-padding) / 2))}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:bot\:l>*{padding:calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:lt\:l{margin-right:calc(0px - calc(var(--dp-site-padding) / 2));margin-left:calc(0px - calc(var(--dp-site-padding) / 2))}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:lt\:l>*{padding:calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2)}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:xl{margin-right:calc(0px - calc(var(--dp-site-padding) / 2));margin-left:calc(0px - calc(var(--dp-site-padding) / 2))}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:xl>*{padding:calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:top\:xl{margin-right:calc(0px - calc(var(--dp-site-padding) / 2));margin-left:calc(0px - calc(var(--dp-site-padding) / 2))}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:top\:xl>*{padding:calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:rt\:xl{margin-right:calc(0px - calc(var(--dp-site-padding) / 2));margin-left:calc(0px - calc(var(--dp-site-padding) / 2))}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:rt\:xl>*{padding:calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:bot\:xl{margin-right:calc(0px - calc(var(--dp-site-padding) / 2));margin-left:calc(0px - calc(var(--dp-site-padding) / 2))}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:bot\:xl>*{padding:calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:lt\:xl{margin-right:calc(0px - calc(var(--dp-site-padding) / 2));margin-left:calc(0px - calc(var(--dp-site-padding) / 2))}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:lt\:xl>*{padding:calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2)}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:sw{margin-right:calc(0px - calc(var(--dp-site-padding) / 2));margin-left:calc(0px - calc(var(--dp-site-padding) / 2))}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:sw>*{padding:calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:top\:sw{margin-right:calc(0px - calc(var(--dp-site-padding) / 2));margin-left:calc(0px - calc(var(--dp-site-padding) / 2))}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:top\:sw>*{padding:calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:rt\:sw{margin-right:calc(0px - calc(var(--dp-site-padding) / 2));margin-left:calc(0px - calc(var(--dp-site-padding) / 2))}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:rt\:sw>*{padding:calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:bot\:sw{margin-right:calc(0px - calc(var(--dp-site-padding) / 2));margin-left:calc(0px - calc(var(--dp-site-padding) / 2))}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:bot\:sw>*{padding:calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2)}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:lt\:sw{margin-right:calc(0px - calc(var(--dp-site-padding) / 2));margin-left:calc(0px - calc(var(--dp-site-padding) / 2))}html .wp-block-post-content .acf-block-preview .dp-gutter\:50pc\:lt\:sw>*{padding:calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2)}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc{margin-right:calc(0px - calc(var(--dp-site-padding) / 3));margin-left:calc(0px - calc(var(--dp-site-padding) / 3))}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc>*{padding:calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:top{margin-right:calc(0px - calc(var(--dp-site-padding) / 3));margin-left:calc(0px - calc(var(--dp-site-padding) / 3))}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:top>*{padding:calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:rt{margin-right:calc(0px - calc(var(--dp-site-padding) / 3));margin-left:calc(0px - calc(var(--dp-site-padding) / 3))}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:rt>*{padding:calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:bot{margin-right:calc(0px - calc(var(--dp-site-padding) / 3));margin-left:calc(0px - calc(var(--dp-site-padding) / 3))}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:bot>*{padding:calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:lt{margin-right:calc(0px - calc(var(--dp-site-padding) / 3));margin-left:calc(0px - calc(var(--dp-site-padding) / 3))}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:lt>*{padding:calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3)}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:xs{margin-right:calc(0px - calc(var(--dp-site-padding) / 3));margin-left:calc(0px - calc(var(--dp-site-padding) / 3))}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:xs>*{padding:calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:top\:xs{margin-right:calc(0px - calc(var(--dp-site-padding) / 3));margin-left:calc(0px - calc(var(--dp-site-padding) / 3))}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:top\:xs>*{padding:calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:rt\:xs{margin-right:calc(0px - calc(var(--dp-site-padding) / 3));margin-left:calc(0px - calc(var(--dp-site-padding) / 3))}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:rt\:xs>*{padding:calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:bot\:xs{margin-right:calc(0px - calc(var(--dp-site-padding) / 3));margin-left:calc(0px - calc(var(--dp-site-padding) / 3))}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:bot\:xs>*{padding:calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:lt\:xs{margin-right:calc(0px - calc(var(--dp-site-padding) / 3));margin-left:calc(0px - calc(var(--dp-site-padding) / 3))}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:lt\:xs>*{padding:calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3)}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:s{margin-right:calc(0px - calc(var(--dp-site-padding) / 3));margin-left:calc(0px - calc(var(--dp-site-padding) / 3))}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:s>*{padding:calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:top\:s{margin-right:calc(0px - calc(var(--dp-site-padding) / 3));margin-left:calc(0px - calc(var(--dp-site-padding) / 3))}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:top\:s>*{padding:calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:rt\:s{margin-right:calc(0px - calc(var(--dp-site-padding) / 3));margin-left:calc(0px - calc(var(--dp-site-padding) / 3))}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:rt\:s>*{padding:calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:bot\:s{margin-right:calc(0px - calc(var(--dp-site-padding) / 3));margin-left:calc(0px - calc(var(--dp-site-padding) / 3))}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:bot\:s>*{padding:calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:lt\:s{margin-right:calc(0px - calc(var(--dp-site-padding) / 3));margin-left:calc(0px - calc(var(--dp-site-padding) / 3))}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:lt\:s>*{padding:calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3)}}@media(min-width:767px)and (max-width:1023px){html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:m{margin-right:calc(0px - calc(var(--dp-site-padding) / 3));margin-left:calc(0px - calc(var(--dp-site-padding) / 3))}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:m>*{padding:calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:top\:m{margin-right:calc(0px - calc(var(--dp-site-padding) / 3));margin-left:calc(0px - calc(var(--dp-site-padding) / 3))}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:top\:m>*{padding:calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:rt\:m{margin-right:calc(0px - calc(var(--dp-site-padding) / 3));margin-left:calc(0px - calc(var(--dp-site-padding) / 3))}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:rt\:m>*{padding:calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:bot\:m{margin-right:calc(0px - calc(var(--dp-site-padding) / 3));margin-left:calc(0px - calc(var(--dp-site-padding) / 3))}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:bot\:m>*{padding:calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:lt\:m{margin-right:calc(0px - calc(var(--dp-site-padding) / 3));margin-left:calc(0px - calc(var(--dp-site-padding) / 3))}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:lt\:m>*{padding:calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3)}}@media(min-width:1023px){html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:l{margin-right:calc(0px - calc(var(--dp-site-padding) / 3));margin-left:calc(0px - calc(var(--dp-site-padding) / 3))}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:l>*{padding:calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:top\:l{margin-right:calc(0px - calc(var(--dp-site-padding) / 3));margin-left:calc(0px - calc(var(--dp-site-padding) / 3))}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:top\:l>*{padding:calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:rt\:l{margin-right:calc(0px - calc(var(--dp-site-padding) / 3));margin-left:calc(0px - calc(var(--dp-site-padding) / 3))}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:rt\:l>*{padding:calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:bot\:l{margin-right:calc(0px - calc(var(--dp-site-padding) / 3));margin-left:calc(0px - calc(var(--dp-site-padding) / 3))}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:bot\:l>*{padding:calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:lt\:l{margin-right:calc(0px - calc(var(--dp-site-padding) / 3));margin-left:calc(0px - calc(var(--dp-site-padding) / 3))}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:lt\:l>*{padding:calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3)}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:xl{margin-right:calc(0px - calc(var(--dp-site-padding) / 3));margin-left:calc(0px - calc(var(--dp-site-padding) / 3))}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:xl>*{padding:calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:top\:xl{margin-right:calc(0px - calc(var(--dp-site-padding) / 3));margin-left:calc(0px - calc(var(--dp-site-padding) / 3))}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:top\:xl>*{padding:calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:rt\:xl{margin-right:calc(0px - calc(var(--dp-site-padding) / 3));margin-left:calc(0px - calc(var(--dp-site-padding) / 3))}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:rt\:xl>*{padding:calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:bot\:xl{margin-right:calc(0px - calc(var(--dp-site-padding) / 3));margin-left:calc(0px - calc(var(--dp-site-padding) / 3))}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:bot\:xl>*{padding:calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:lt\:xl{margin-right:calc(0px - calc(var(--dp-site-padding) / 3));margin-left:calc(0px - calc(var(--dp-site-padding) / 3))}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:lt\:xl>*{padding:calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3)}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:sw{margin-right:calc(0px - calc(var(--dp-site-padding) / 3));margin-left:calc(0px - calc(var(--dp-site-padding) / 3))}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:sw>*{padding:calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:top\:sw{margin-right:calc(0px - calc(var(--dp-site-padding) / 3));margin-left:calc(0px - calc(var(--dp-site-padding) / 3))}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:top\:sw>*{padding:calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:rt\:sw{margin-right:calc(0px - calc(var(--dp-site-padding) / 3));margin-left:calc(0px - calc(var(--dp-site-padding) / 3))}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:rt\:sw>*{padding:calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:bot\:sw{margin-right:calc(0px - calc(var(--dp-site-padding) / 3));margin-left:calc(0px - calc(var(--dp-site-padding) / 3))}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:bot\:sw>*{padding:calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3)}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:lt\:sw{margin-right:calc(0px - calc(var(--dp-site-padding) / 3));margin-left:calc(0px - calc(var(--dp-site-padding) / 3))}html .wp-block-post-content .acf-block-preview .dp-gutter\:33pc\:lt\:sw>*{padding:calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3)}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc{margin-right:calc(0px - calc(var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc>*{padding:calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:top{margin-right:calc(0px - calc(var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:top>*{padding:calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:rt{margin-right:calc(0px - calc(var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:rt>*{padding:calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:bot{margin-right:calc(0px - calc(var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:bot>*{padding:calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:lt{margin-right:calc(0px - calc(var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:lt>*{padding:calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4)}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:xs{margin-right:calc(0px - calc(var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:xs>*{padding:calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:top\:xs{margin-right:calc(0px - calc(var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:top\:xs>*{padding:calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:rt\:xs{margin-right:calc(0px - calc(var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:rt\:xs>*{padding:calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:bot\:xs{margin-right:calc(0px - calc(var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:bot\:xs>*{padding:calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:lt\:xs{margin-right:calc(0px - calc(var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:lt\:xs>*{padding:calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4)}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:s{margin-right:calc(0px - calc(var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:s>*{padding:calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:top\:s{margin-right:calc(0px - calc(var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:top\:s>*{padding:calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:rt\:s{margin-right:calc(0px - calc(var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:rt\:s>*{padding:calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:bot\:s{margin-right:calc(0px - calc(var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:bot\:s>*{padding:calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:lt\:s{margin-right:calc(0px - calc(var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:lt\:s>*{padding:calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4)}}@media(min-width:767px)and (max-width:1023px){html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:m{margin-right:calc(0px - calc(var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:m>*{padding:calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:top\:m{margin-right:calc(0px - calc(var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:top\:m>*{padding:calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:rt\:m{margin-right:calc(0px - calc(var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:rt\:m>*{padding:calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:bot\:m{margin-right:calc(0px - calc(var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:bot\:m>*{padding:calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:lt\:m{margin-right:calc(0px - calc(var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:lt\:m>*{padding:calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4)}}@media(min-width:1023px){html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:l{margin-right:calc(0px - calc(var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:l>*{padding:calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:top\:l{margin-right:calc(0px - calc(var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:top\:l>*{padding:calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:rt\:l{margin-right:calc(0px - calc(var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:rt\:l>*{padding:calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:bot\:l{margin-right:calc(0px - calc(var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:bot\:l>*{padding:calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:lt\:l{margin-right:calc(0px - calc(var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:lt\:l>*{padding:calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4)}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:xl{margin-right:calc(0px - calc(var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:xl>*{padding:calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:top\:xl{margin-right:calc(0px - calc(var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:top\:xl>*{padding:calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:rt\:xl{margin-right:calc(0px - calc(var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:rt\:xl>*{padding:calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:bot\:xl{margin-right:calc(0px - calc(var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:bot\:xl>*{padding:calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:lt\:xl{margin-right:calc(0px - calc(var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:lt\:xl>*{padding:calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4)}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:sw{margin-right:calc(0px - calc(var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:sw>*{padding:calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:top\:sw{margin-right:calc(0px - calc(var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:top\:sw>*{padding:calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:rt\:sw{margin-right:calc(0px - calc(var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:rt\:sw>*{padding:calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:bot\:sw{margin-right:calc(0px - calc(var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:bot\:sw>*{padding:calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4)}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:lt\:sw{margin-right:calc(0px - calc(var(--dp-site-padding) / 4));margin-left:calc(0px - calc(var(--dp-site-padding) / 4))}html .wp-block-post-content .acf-block-preview .dp-gutter\:25pc\:lt\:sw>*{padding:calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4)}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-gutter{margin-right:calc(0px - );margin-left:calc(0px - )}html .wp-block-post-content .acf-block-preview .dp-gutter\:top{margin-right:calc(0px - );margin-left:calc(0px - )}html .wp-block-post-content .acf-block-preview .dp-gutter\:rt{margin-right:calc(0px - );margin-left:calc(0px - )}html .wp-block-post-content .acf-block-preview .dp-gutter\:bot{margin-right:calc(0px - );margin-left:calc(0px - )}html .wp-block-post-content .acf-block-preview .dp-gutter\:lt{margin-right:calc(0px - );margin-left:calc(0px - )}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-gutter\:xs{margin-right:calc(0px - );margin-left:calc(0px - )}html .wp-block-post-content .acf-block-preview .dp-gutter\:top\:xs{margin-right:calc(0px - );margin-left:calc(0px - )}html .wp-block-post-content .acf-block-preview .dp-gutter\:rt\:xs{margin-right:calc(0px - );margin-left:calc(0px - )}html .wp-block-post-content .acf-block-preview .dp-gutter\:bot\:xs{margin-right:calc(0px - );margin-left:calc(0px - )}html .wp-block-post-content .acf-block-preview .dp-gutter\:lt\:xs{margin-right:calc(0px - );margin-left:calc(0px - )}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-gutter\:s{margin-right:calc(0px - );margin-left:calc(0px - )}html .wp-block-post-content .acf-block-preview .dp-gutter\:top\:s{margin-right:calc(0px - );margin-left:calc(0px - )}html .wp-block-post-content .acf-block-preview .dp-gutter\:rt\:s{margin-right:calc(0px - );margin-left:calc(0px - )}html .wp-block-post-content .acf-block-preview .dp-gutter\:bot\:s{margin-right:calc(0px - );margin-left:calc(0px - )}html .wp-block-post-content .acf-block-preview .dp-gutter\:lt\:s{margin-right:calc(0px - );margin-left:calc(0px - )}}@media(min-width:767px)and (max-width:1023px){html .wp-block-post-content .acf-block-preview .dp-gutter\:m{margin-right:calc(0px - );margin-left:calc(0px - )}html .wp-block-post-content .acf-block-preview .dp-gutter\:top\:m{margin-right:calc(0px - );margin-left:calc(0px - )}html .wp-block-post-content .acf-block-preview .dp-gutter\:rt\:m{margin-right:calc(0px - );margin-left:calc(0px - )}html .wp-block-post-content .acf-block-preview .dp-gutter\:bot\:m{margin-right:calc(0px - );margin-left:calc(0px - )}html .wp-block-post-content .acf-block-preview .dp-gutter\:lt\:m{margin-right:calc(0px - );margin-left:calc(0px - )}}@media(min-width:1023px){html .wp-block-post-content .acf-block-preview .dp-gutter\:l{margin-right:calc(0px - );margin-left:calc(0px - )}html .wp-block-post-content .acf-block-preview .dp-gutter\:top\:l{margin-right:calc(0px - );margin-left:calc(0px - )}html .wp-block-post-content .acf-block-preview .dp-gutter\:rt\:l{margin-right:calc(0px - );margin-left:calc(0px - )}html .wp-block-post-content .acf-block-preview .dp-gutter\:bot\:l{margin-right:calc(0px - );margin-left:calc(0px - )}html .wp-block-post-content .acf-block-preview .dp-gutter\:lt\:l{margin-right:calc(0px - );margin-left:calc(0px - )}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-gutter\:xl{margin-right:calc(0px - );margin-left:calc(0px - )}html .wp-block-post-content .acf-block-preview .dp-gutter\:top\:xl{margin-right:calc(0px - );margin-left:calc(0px - )}html .wp-block-post-content .acf-block-preview .dp-gutter\:rt\:xl{margin-right:calc(0px - );margin-left:calc(0px - )}html .wp-block-post-content .acf-block-preview .dp-gutter\:bot\:xl{margin-right:calc(0px - );margin-left:calc(0px - )}html .wp-block-post-content .acf-block-preview .dp-gutter\:lt\:xl{margin-right:calc(0px - );margin-left:calc(0px - )}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-gutter\:sw{margin-right:calc(0px - );margin-left:calc(0px - )}html .wp-block-post-content .acf-block-preview .dp-gutter\:top\:sw{margin-right:calc(0px - );margin-left:calc(0px - )}html .wp-block-post-content .acf-block-preview .dp-gutter\:rt\:sw{margin-right:calc(0px - );margin-left:calc(0px - )}html .wp-block-post-content .acf-block-preview .dp-gutter\:bot\:sw{margin-right:calc(0px - );margin-left:calc(0px - )}html .wp-block-post-content .acf-block-preview .dp-gutter\:lt\:sw{margin-right:calc(0px - );margin-left:calc(0px - )}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-gutter\:20px{margin-right:calc(0px - 20px);margin-left:calc(0px - 20px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px>*{padding:20px 20px}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:top{margin-right:calc(0px - 20px);margin-left:calc(0px - 20px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:top>*{padding:20px 20px}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:rt{margin-right:calc(0px - 20px);margin-left:calc(0px - 20px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:rt>*{padding:20px 20px}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:bot{margin-right:calc(0px - 20px);margin-left:calc(0px - 20px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:bot>*{padding:20px 20px}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:lt{margin-right:calc(0px - 20px);margin-left:calc(0px - 20px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:lt>*{padding:20px 20px}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:xs{margin-right:calc(0px - 20px);margin-left:calc(0px - 20px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:xs>*{padding:20px 20px}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:top\:xs{margin-right:calc(0px - 20px);margin-left:calc(0px - 20px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:top\:xs>*{padding:20px 20px}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:rt\:xs{margin-right:calc(0px - 20px);margin-left:calc(0px - 20px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:rt\:xs>*{padding:20px 20px}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:bot\:xs{margin-right:calc(0px - 20px);margin-left:calc(0px - 20px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:bot\:xs>*{padding:20px 20px}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:lt\:xs{margin-right:calc(0px - 20px);margin-left:calc(0px - 20px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:lt\:xs>*{padding:20px 20px}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:s{margin-right:calc(0px - 20px);margin-left:calc(0px - 20px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:s>*{padding:20px 20px}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:top\:s{margin-right:calc(0px - 20px);margin-left:calc(0px - 20px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:top\:s>*{padding:20px 20px}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:rt\:s{margin-right:calc(0px - 20px);margin-left:calc(0px - 20px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:rt\:s>*{padding:20px 20px}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:bot\:s{margin-right:calc(0px - 20px);margin-left:calc(0px - 20px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:bot\:s>*{padding:20px 20px}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:lt\:s{margin-right:calc(0px - 20px);margin-left:calc(0px - 20px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:lt\:s>*{padding:20px 20px}}@media(min-width:767px)and (max-width:1023px){html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:m{margin-right:calc(0px - 20px);margin-left:calc(0px - 20px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:m>*{padding:20px 20px}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:top\:m{margin-right:calc(0px - 20px);margin-left:calc(0px - 20px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:top\:m>*{padding:20px 20px}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:rt\:m{margin-right:calc(0px - 20px);margin-left:calc(0px - 20px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:rt\:m>*{padding:20px 20px}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:bot\:m{margin-right:calc(0px - 20px);margin-left:calc(0px - 20px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:bot\:m>*{padding:20px 20px}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:lt\:m{margin-right:calc(0px - 20px);margin-left:calc(0px - 20px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:lt\:m>*{padding:20px 20px}}@media(min-width:1023px){html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:l{margin-right:calc(0px - 20px);margin-left:calc(0px - 20px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:l>*{padding:20px 20px}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:top\:l{margin-right:calc(0px - 20px);margin-left:calc(0px - 20px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:top\:l>*{padding:20px 20px}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:rt\:l{margin-right:calc(0px - 20px);margin-left:calc(0px - 20px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:rt\:l>*{padding:20px 20px}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:bot\:l{margin-right:calc(0px - 20px);margin-left:calc(0px - 20px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:bot\:l>*{padding:20px 20px}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:lt\:l{margin-right:calc(0px - 20px);margin-left:calc(0px - 20px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:lt\:l>*{padding:20px 20px}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:xl{margin-right:calc(0px - 20px);margin-left:calc(0px - 20px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:xl>*{padding:20px 20px}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:top\:xl{margin-right:calc(0px - 20px);margin-left:calc(0px - 20px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:top\:xl>*{padding:20px 20px}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:rt\:xl{margin-right:calc(0px - 20px);margin-left:calc(0px - 20px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:rt\:xl>*{padding:20px 20px}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:bot\:xl{margin-right:calc(0px - 20px);margin-left:calc(0px - 20px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:bot\:xl>*{padding:20px 20px}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:lt\:xl{margin-right:calc(0px - 20px);margin-left:calc(0px - 20px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:lt\:xl>*{padding:20px 20px}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:sw{margin-right:calc(0px - 20px);margin-left:calc(0px - 20px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:sw>*{padding:20px 20px}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:top\:sw{margin-right:calc(0px - 20px);margin-left:calc(0px - 20px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:top\:sw>*{padding:20px 20px}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:rt\:sw{margin-right:calc(0px - 20px);margin-left:calc(0px - 20px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:rt\:sw>*{padding:20px 20px}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:bot\:sw{margin-right:calc(0px - 20px);margin-left:calc(0px - 20px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:bot\:sw>*{padding:20px 20px}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:lt\:sw{margin-right:calc(0px - 20px);margin-left:calc(0px - 20px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:20px\:lt\:sw>*{padding:20px 20px}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-gutter\:15px{margin-right:calc(0px - 15px);margin-left:calc(0px - 15px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px>*{padding:15px 15px}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:top{margin-right:calc(0px - 15px);margin-left:calc(0px - 15px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:top>*{padding:15px 15px}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:rt{margin-right:calc(0px - 15px);margin-left:calc(0px - 15px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:rt>*{padding:15px 15px}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:bot{margin-right:calc(0px - 15px);margin-left:calc(0px - 15px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:bot>*{padding:15px 15px}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:lt{margin-right:calc(0px - 15px);margin-left:calc(0px - 15px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:lt>*{padding:15px 15px}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:xs{margin-right:calc(0px - 15px);margin-left:calc(0px - 15px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:xs>*{padding:15px 15px}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:top\:xs{margin-right:calc(0px - 15px);margin-left:calc(0px - 15px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:top\:xs>*{padding:15px 15px}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:rt\:xs{margin-right:calc(0px - 15px);margin-left:calc(0px - 15px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:rt\:xs>*{padding:15px 15px}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:bot\:xs{margin-right:calc(0px - 15px);margin-left:calc(0px - 15px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:bot\:xs>*{padding:15px 15px}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:lt\:xs{margin-right:calc(0px - 15px);margin-left:calc(0px - 15px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:lt\:xs>*{padding:15px 15px}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:s{margin-right:calc(0px - 15px);margin-left:calc(0px - 15px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:s>*{padding:15px 15px}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:top\:s{margin-right:calc(0px - 15px);margin-left:calc(0px - 15px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:top\:s>*{padding:15px 15px}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:rt\:s{margin-right:calc(0px - 15px);margin-left:calc(0px - 15px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:rt\:s>*{padding:15px 15px}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:bot\:s{margin-right:calc(0px - 15px);margin-left:calc(0px - 15px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:bot\:s>*{padding:15px 15px}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:lt\:s{margin-right:calc(0px - 15px);margin-left:calc(0px - 15px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:lt\:s>*{padding:15px 15px}}@media(min-width:767px)and (max-width:1023px){html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:m{margin-right:calc(0px - 15px);margin-left:calc(0px - 15px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:m>*{padding:15px 15px}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:top\:m{margin-right:calc(0px - 15px);margin-left:calc(0px - 15px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:top\:m>*{padding:15px 15px}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:rt\:m{margin-right:calc(0px - 15px);margin-left:calc(0px - 15px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:rt\:m>*{padding:15px 15px}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:bot\:m{margin-right:calc(0px - 15px);margin-left:calc(0px - 15px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:bot\:m>*{padding:15px 15px}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:lt\:m{margin-right:calc(0px - 15px);margin-left:calc(0px - 15px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:lt\:m>*{padding:15px 15px}}@media(min-width:1023px){html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:l{margin-right:calc(0px - 15px);margin-left:calc(0px - 15px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:l>*{padding:15px 15px}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:top\:l{margin-right:calc(0px - 15px);margin-left:calc(0px - 15px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:top\:l>*{padding:15px 15px}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:rt\:l{margin-right:calc(0px - 15px);margin-left:calc(0px - 15px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:rt\:l>*{padding:15px 15px}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:bot\:l{margin-right:calc(0px - 15px);margin-left:calc(0px - 15px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:bot\:l>*{padding:15px 15px}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:lt\:l{margin-right:calc(0px - 15px);margin-left:calc(0px - 15px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:lt\:l>*{padding:15px 15px}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:xl{margin-right:calc(0px - 15px);margin-left:calc(0px - 15px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:xl>*{padding:15px 15px}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:top\:xl{margin-right:calc(0px - 15px);margin-left:calc(0px - 15px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:top\:xl>*{padding:15px 15px}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:rt\:xl{margin-right:calc(0px - 15px);margin-left:calc(0px - 15px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:rt\:xl>*{padding:15px 15px}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:bot\:xl{margin-right:calc(0px - 15px);margin-left:calc(0px - 15px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:bot\:xl>*{padding:15px 15px}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:lt\:xl{margin-right:calc(0px - 15px);margin-left:calc(0px - 15px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:lt\:xl>*{padding:15px 15px}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:sw{margin-right:calc(0px - 15px);margin-left:calc(0px - 15px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:sw>*{padding:15px 15px}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:top\:sw{margin-right:calc(0px - 15px);margin-left:calc(0px - 15px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:top\:sw>*{padding:15px 15px}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:rt\:sw{margin-right:calc(0px - 15px);margin-left:calc(0px - 15px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:rt\:sw>*{padding:15px 15px}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:bot\:sw{margin-right:calc(0px - 15px);margin-left:calc(0px - 15px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:bot\:sw>*{padding:15px 15px}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:lt\:sw{margin-right:calc(0px - 15px);margin-left:calc(0px - 15px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:15px\:lt\:sw>*{padding:15px 15px}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-gutter\:10px{margin-right:calc(0px - 10px);margin-left:calc(0px - 10px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px>*{padding:10px 10px}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:top{margin-right:calc(0px - 10px);margin-left:calc(0px - 10px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:top>*{padding:10px 10px}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:rt{margin-right:calc(0px - 10px);margin-left:calc(0px - 10px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:rt>*{padding:10px 10px}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:bot{margin-right:calc(0px - 10px);margin-left:calc(0px - 10px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:bot>*{padding:10px 10px}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:lt{margin-right:calc(0px - 10px);margin-left:calc(0px - 10px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:lt>*{padding:10px 10px}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:xs{margin-right:calc(0px - 10px);margin-left:calc(0px - 10px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:xs>*{padding:10px 10px}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:top\:xs{margin-right:calc(0px - 10px);margin-left:calc(0px - 10px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:top\:xs>*{padding:10px 10px}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:rt\:xs{margin-right:calc(0px - 10px);margin-left:calc(0px - 10px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:rt\:xs>*{padding:10px 10px}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:bot\:xs{margin-right:calc(0px - 10px);margin-left:calc(0px - 10px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:bot\:xs>*{padding:10px 10px}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:lt\:xs{margin-right:calc(0px - 10px);margin-left:calc(0px - 10px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:lt\:xs>*{padding:10px 10px}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:s{margin-right:calc(0px - 10px);margin-left:calc(0px - 10px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:s>*{padding:10px 10px}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:top\:s{margin-right:calc(0px - 10px);margin-left:calc(0px - 10px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:top\:s>*{padding:10px 10px}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:rt\:s{margin-right:calc(0px - 10px);margin-left:calc(0px - 10px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:rt\:s>*{padding:10px 10px}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:bot\:s{margin-right:calc(0px - 10px);margin-left:calc(0px - 10px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:bot\:s>*{padding:10px 10px}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:lt\:s{margin-right:calc(0px - 10px);margin-left:calc(0px - 10px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:lt\:s>*{padding:10px 10px}}@media(min-width:767px)and (max-width:1023px){html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:m{margin-right:calc(0px - 10px);margin-left:calc(0px - 10px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:m>*{padding:10px 10px}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:top\:m{margin-right:calc(0px - 10px);margin-left:calc(0px - 10px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:top\:m>*{padding:10px 10px}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:rt\:m{margin-right:calc(0px - 10px);margin-left:calc(0px - 10px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:rt\:m>*{padding:10px 10px}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:bot\:m{margin-right:calc(0px - 10px);margin-left:calc(0px - 10px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:bot\:m>*{padding:10px 10px}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:lt\:m{margin-right:calc(0px - 10px);margin-left:calc(0px - 10px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:lt\:m>*{padding:10px 10px}}@media(min-width:1023px){html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:l{margin-right:calc(0px - 10px);margin-left:calc(0px - 10px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:l>*{padding:10px 10px}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:top\:l{margin-right:calc(0px - 10px);margin-left:calc(0px - 10px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:top\:l>*{padding:10px 10px}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:rt\:l{margin-right:calc(0px - 10px);margin-left:calc(0px - 10px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:rt\:l>*{padding:10px 10px}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:bot\:l{margin-right:calc(0px - 10px);margin-left:calc(0px - 10px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:bot\:l>*{padding:10px 10px}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:lt\:l{margin-right:calc(0px - 10px);margin-left:calc(0px - 10px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:lt\:l>*{padding:10px 10px}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:xl{margin-right:calc(0px - 10px);margin-left:calc(0px - 10px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:xl>*{padding:10px 10px}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:top\:xl{margin-right:calc(0px - 10px);margin-left:calc(0px - 10px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:top\:xl>*{padding:10px 10px}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:rt\:xl{margin-right:calc(0px - 10px);margin-left:calc(0px - 10px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:rt\:xl>*{padding:10px 10px}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:bot\:xl{margin-right:calc(0px - 10px);margin-left:calc(0px - 10px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:bot\:xl>*{padding:10px 10px}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:lt\:xl{margin-right:calc(0px - 10px);margin-left:calc(0px - 10px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:lt\:xl>*{padding:10px 10px}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:sw{margin-right:calc(0px - 10px);margin-left:calc(0px - 10px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:sw>*{padding:10px 10px}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:top\:sw{margin-right:calc(0px - 10px);margin-left:calc(0px - 10px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:top\:sw>*{padding:10px 10px}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:rt\:sw{margin-right:calc(0px - 10px);margin-left:calc(0px - 10px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:rt\:sw>*{padding:10px 10px}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:bot\:sw{margin-right:calc(0px - 10px);margin-left:calc(0px - 10px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:bot\:sw>*{padding:10px 10px}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:lt\:sw{margin-right:calc(0px - 10px);margin-left:calc(0px - 10px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:10px\:lt\:sw>*{padding:10px 10px}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-gutter\:5px{margin-right:calc(0px - 5px);margin-left:calc(0px - 5px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px>*{padding:5px 5px}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:top{margin-right:calc(0px - 5px);margin-left:calc(0px - 5px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:top>*{padding:5px 5px}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:rt{margin-right:calc(0px - 5px);margin-left:calc(0px - 5px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:rt>*{padding:5px 5px}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:bot{margin-right:calc(0px - 5px);margin-left:calc(0px - 5px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:bot>*{padding:5px 5px}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:lt{margin-right:calc(0px - 5px);margin-left:calc(0px - 5px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:lt>*{padding:5px 5px}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:xs{margin-right:calc(0px - 5px);margin-left:calc(0px - 5px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:xs>*{padding:5px 5px}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:top\:xs{margin-right:calc(0px - 5px);margin-left:calc(0px - 5px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:top\:xs>*{padding:5px 5px}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:rt\:xs{margin-right:calc(0px - 5px);margin-left:calc(0px - 5px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:rt\:xs>*{padding:5px 5px}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:bot\:xs{margin-right:calc(0px - 5px);margin-left:calc(0px - 5px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:bot\:xs>*{padding:5px 5px}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:lt\:xs{margin-right:calc(0px - 5px);margin-left:calc(0px - 5px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:lt\:xs>*{padding:5px 5px}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:s{margin-right:calc(0px - 5px);margin-left:calc(0px - 5px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:s>*{padding:5px 5px}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:top\:s{margin-right:calc(0px - 5px);margin-left:calc(0px - 5px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:top\:s>*{padding:5px 5px}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:rt\:s{margin-right:calc(0px - 5px);margin-left:calc(0px - 5px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:rt\:s>*{padding:5px 5px}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:bot\:s{margin-right:calc(0px - 5px);margin-left:calc(0px - 5px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:bot\:s>*{padding:5px 5px}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:lt\:s{margin-right:calc(0px - 5px);margin-left:calc(0px - 5px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:lt\:s>*{padding:5px 5px}}@media(min-width:767px)and (max-width:1023px){html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:m{margin-right:calc(0px - 5px);margin-left:calc(0px - 5px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:m>*{padding:5px 5px}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:top\:m{margin-right:calc(0px - 5px);margin-left:calc(0px - 5px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:top\:m>*{padding:5px 5px}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:rt\:m{margin-right:calc(0px - 5px);margin-left:calc(0px - 5px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:rt\:m>*{padding:5px 5px}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:bot\:m{margin-right:calc(0px - 5px);margin-left:calc(0px - 5px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:bot\:m>*{padding:5px 5px}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:lt\:m{margin-right:calc(0px - 5px);margin-left:calc(0px - 5px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:lt\:m>*{padding:5px 5px}}@media(min-width:1023px){html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:l{margin-right:calc(0px - 5px);margin-left:calc(0px - 5px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:l>*{padding:5px 5px}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:top\:l{margin-right:calc(0px - 5px);margin-left:calc(0px - 5px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:top\:l>*{padding:5px 5px}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:rt\:l{margin-right:calc(0px - 5px);margin-left:calc(0px - 5px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:rt\:l>*{padding:5px 5px}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:bot\:l{margin-right:calc(0px - 5px);margin-left:calc(0px - 5px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:bot\:l>*{padding:5px 5px}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:lt\:l{margin-right:calc(0px - 5px);margin-left:calc(0px - 5px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:lt\:l>*{padding:5px 5px}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:xl{margin-right:calc(0px - 5px);margin-left:calc(0px - 5px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:xl>*{padding:5px 5px}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:top\:xl{margin-right:calc(0px - 5px);margin-left:calc(0px - 5px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:top\:xl>*{padding:5px 5px}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:rt\:xl{margin-right:calc(0px - 5px);margin-left:calc(0px - 5px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:rt\:xl>*{padding:5px 5px}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:bot\:xl{margin-right:calc(0px - 5px);margin-left:calc(0px - 5px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:bot\:xl>*{padding:5px 5px}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:lt\:xl{margin-right:calc(0px - 5px);margin-left:calc(0px - 5px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:lt\:xl>*{padding:5px 5px}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:sw{margin-right:calc(0px - 5px);margin-left:calc(0px - 5px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:sw>*{padding:5px 5px}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:top\:sw{margin-right:calc(0px - 5px);margin-left:calc(0px - 5px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:top\:sw>*{padding:5px 5px}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:rt\:sw{margin-right:calc(0px - 5px);margin-left:calc(0px - 5px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:rt\:sw>*{padding:5px 5px}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:bot\:sw{margin-right:calc(0px - 5px);margin-left:calc(0px - 5px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:bot\:sw>*{padding:5px 5px}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:lt\:sw{margin-right:calc(0px - 5px);margin-left:calc(0px - 5px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:5px\:lt\:sw>*{padding:5px 5px}}@media(min-width:0px){html .wp-block-post-content .acf-block-preview .dp-gutter\:0px{margin-right:calc(0px - 0px);margin-left:calc(0px - 0px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px>*{padding:0px 0px}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:top{margin-right:calc(0px - 0px);margin-left:calc(0px - 0px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:top>*{padding:0px 0px}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:rt{margin-right:calc(0px - 0px);margin-left:calc(0px - 0px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:rt>*{padding:0px 0px}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:bot{margin-right:calc(0px - 0px);margin-left:calc(0px - 0px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:bot>*{padding:0px 0px}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:lt{margin-right:calc(0px - 0px);margin-left:calc(0px - 0px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:lt>*{padding:0px 0px}}@media(min-width:0px)and (max-width:501px){html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:xs{margin-right:calc(0px - 0px);margin-left:calc(0px - 0px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:xs>*{padding:0px 0px}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:top\:xs{margin-right:calc(0px - 0px);margin-left:calc(0px - 0px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:top\:xs>*{padding:0px 0px}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:rt\:xs{margin-right:calc(0px - 0px);margin-left:calc(0px - 0px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:rt\:xs>*{padding:0px 0px}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:bot\:xs{margin-right:calc(0px - 0px);margin-left:calc(0px - 0px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:bot\:xs>*{padding:0px 0px}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:lt\:xs{margin-right:calc(0px - 0px);margin-left:calc(0px - 0px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:lt\:xs>*{padding:0px 0px}}@media(min-width:501px)and (max-width:767px){html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:s{margin-right:calc(0px - 0px);margin-left:calc(0px - 0px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:s>*{padding:0px 0px}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:top\:s{margin-right:calc(0px - 0px);margin-left:calc(0px - 0px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:top\:s>*{padding:0px 0px}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:rt\:s{margin-right:calc(0px - 0px);margin-left:calc(0px - 0px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:rt\:s>*{padding:0px 0px}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:bot\:s{margin-right:calc(0px - 0px);margin-left:calc(0px - 0px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:bot\:s>*{padding:0px 0px}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:lt\:s{margin-right:calc(0px - 0px);margin-left:calc(0px - 0px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:lt\:s>*{padding:0px 0px}}@media(min-width:767px)and (max-width:1023px){html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:m{margin-right:calc(0px - 0px);margin-left:calc(0px - 0px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:m>*{padding:0px 0px}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:top\:m{margin-right:calc(0px - 0px);margin-left:calc(0px - 0px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:top\:m>*{padding:0px 0px}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:rt\:m{margin-right:calc(0px - 0px);margin-left:calc(0px - 0px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:rt\:m>*{padding:0px 0px}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:bot\:m{margin-right:calc(0px - 0px);margin-left:calc(0px - 0px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:bot\:m>*{padding:0px 0px}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:lt\:m{margin-right:calc(0px - 0px);margin-left:calc(0px - 0px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:lt\:m>*{padding:0px 0px}}@media(min-width:1023px){html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:l{margin-right:calc(0px - 0px);margin-left:calc(0px - 0px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:l>*{padding:0px 0px}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:top\:l{margin-right:calc(0px - 0px);margin-left:calc(0px - 0px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:top\:l>*{padding:0px 0px}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:rt\:l{margin-right:calc(0px - 0px);margin-left:calc(0px - 0px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:rt\:l>*{padding:0px 0px}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:bot\:l{margin-right:calc(0px - 0px);margin-left:calc(0px - 0px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:bot\:l>*{padding:0px 0px}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:lt\:l{margin-right:calc(0px - 0px);margin-left:calc(0px - 0px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:lt\:l>*{padding:0px 0px}}@media(min-width:1250px){html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:xl{margin-right:calc(0px - 0px);margin-left:calc(0px - 0px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:xl>*{padding:0px 0px}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:top\:xl{margin-right:calc(0px - 0px);margin-left:calc(0px - 0px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:top\:xl>*{padding:0px 0px}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:rt\:xl{margin-right:calc(0px - 0px);margin-left:calc(0px - 0px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:rt\:xl>*{padding:0px 0px}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:bot\:xl{margin-right:calc(0px - 0px);margin-left:calc(0px - 0px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:bot\:xl>*{padding:0px 0px}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:lt\:xl{margin-right:calc(0px - 0px);margin-left:calc(0px - 0px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:lt\:xl>*{padding:0px 0px}}@media(min-width:1300px){html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:sw{margin-right:calc(0px - 0px);margin-left:calc(0px - 0px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:sw>*{padding:0px 0px}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:top\:sw{margin-right:calc(0px - 0px);margin-left:calc(0px - 0px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:top\:sw>*{padding:0px 0px}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:rt\:sw{margin-right:calc(0px - 0px);margin-left:calc(0px - 0px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:rt\:sw>*{padding:0px 0px}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:bot\:sw{margin-right:calc(0px - 0px);margin-left:calc(0px - 0px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:bot\:sw>*{padding:0px 0px}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:lt\:sw{margin-right:calc(0px - 0px);margin-left:calc(0px - 0px)}html .wp-block-post-content .acf-block-preview .dp-gutter\:0px\:lt\:sw>*{padding:0px 0px}}html .wp-block-post-content .acf-block-preview div,html .wp-block-post-content .acf-block-preview section,html .wp-block-post-content .acf-block-preview aside,html .wp-block-post-content .acf-block-preview article,html .wp-block-post-content .acf-block-preview img{display:block;margin:0;padding:0;-webkit-border-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}html .wp-block-post-content .acf-block-preview div>p:last-child,html .wp-block-post-content .acf-block-preview section>p:last-child,html .wp-block-post-content .acf-block-preview aside>p:last-child,html .wp-block-post-content .acf-block-preview article>p:last-child,html .wp-block-post-content .acf-block-preview img>p:last-child{margin-bottom:0}html .wp-block-post-content .acf-block-preview div>p:first-child,html .wp-block-post-content .acf-block-preview section>p:first-child,html .wp-block-post-content .acf-block-preview aside>p:first-child,html .wp-block-post-content .acf-block-preview article>p:first-child,html .wp-block-post-content .acf-block-preview img>p:first-child{margin-top:0}html .wp-block-post-content .acf-block-preview div,html .wp-block-post-content .acf-block-preview section,html .wp-block-post-content .acf-block-preview aside,html .wp-block-post-content .acf-block-preview article{overflow:var(--dp-default-overflow)}html .wp-block-post-content .acf-block-preview ul,html .wp-block-post-content .acf-block-preview li,html .wp-block-post-content .acf-block-preview span{-webkit-border-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}html .wp-block-post-content .acf-block-preview ul>p:last-child,html .wp-block-post-content .acf-block-preview li>p:last-child,html .wp-block-post-content .acf-block-preview span>p:last-child{margin-bottom:0}html .wp-block-post-content .acf-block-preview ul>p:first-child,html .wp-block-post-content .acf-block-preview li>p:first-child,html .wp-block-post-content .acf-block-preview span>p:first-child{margin-top:0}
/* @override 
	https://lowellcannastg.wpenginepowered.com/wp-content/themes/shapeshifter/assets/css/theme/promos.css?* */


.tout {
	z-index:900;
	transition:opacity .3s ease;
}

.tout, .tout .tout-container{
	overflow:visible;
		
}

.tout .tout-container{
	box-shadow:0px 0px 5px rgba(0,0,0,.5);
	border:1px solid #ffffff73;
	margin:auto;
	position:Relative;

}


.tout .btn-close{
  position:absolute;
  top: -15px;
  right: -5px;
  background-color:black;
  border-radius:50%;
  width:30px;
  height:30px;
  z-index:100;
  border:1px solid white;
  cursor:pointer;
}


.tout .btn-close span{
    display:block;
    transform:rotate(-45deg);
    color:white;
    font-size: 30px;
    position:absolute;
    top: -8px;
    left:5px
    
}


@media(min-width:769px) {
	
	.tout {
	position:fixed;
	bottom: 10px;
	}

	.tout.pos-lt {
		left:10px;
	}
	.tout.pos-rt {
		right:10px;
	}

	
}


@media(max-width:769px) {
	.tout {
		margin:calc(var(--dp-site-padding)/2) auto
	}

}


.lightbox{
		transition:opacity .3s ease;
}

lightbox, lightbox .popup-container{
	
	overflow:visible;
	position:Relative;
		
}

.lightbox .popup-container .popup-box{

	position:Relative;
	margin:10px;
	    border-radius: 10px;

}
.lightbox .popup-container{
	width:100%;
	margin:auto;
}

.lightbox .popup-container img{
	width: 100%!important;
	height:auto;
}
.lightbox .btn-close{
  position:absolute;
  top: -10px;
  right: -0px;
  background-color:black;
  border-radius:50%;
  width:30px;
  height:30px;
  z-index:100;
  border:1px solid white;
  cursor:pointer


}

@media(max-width:460px){
	.lightbox .btn-close{
	right:5px;
	top: -5px;
	}

}

.lightbox .btn-close span{
    display:block;
    transform:rotate(-45deg);
    color:white;
    font-size: 29px;
    position:absolute;
    top: -7px;
    left:7px
    
}


.lightbox:not(.dp-hide) {
	position:fixed;
	bottom: 0px;
	left: 0px;
	right: 0;
	top: 0;
	display:flex;
	align-items:center;
	justify-content:center;
	background:rgba(0,0,0,.5);
		z-index:1000;
		
}



.header_banner{
		transition:opacity .3s ease;
}

.header_banner .header_banner-box {
	position:relative;
	overflow:visible;
	
}

@media(max-width:768px) {
	
	.header_banner .header_banner-box p{
	font-size: 9px;
	
	}
}
.header_banner .btn-close{
  top:-1px;
  right: 5px;
  position:absolute;
  width:23px;
  height:23px;
  z-index:100;

  cursor:pointer;
  
}

.header_banner .btn-close span{
	position:absolute;
	transform:rotate(45deg);
	left:0px;
	top: -9px;
	font-size:25px;
}


 /* --- Theme ---  *//* ---- accessibility.css---- */


.accessibility {


	padding:10px 10px 10px 25px;
	font-size:16px;
	margin-right:40px;
	font-family: ;
	color:white;
	align-items: center;
	min-width:225px;
	white-space:nowrap;
	transition: background .3s ease;
	border-top: 1px solid rgba(0,0,0,.3);
	
	
}

.accessibility .title {
	
	padding:15px 0;
	display:flex;
	align-items: center;
	font-size: 20px;
	text-transform:uppercase;
	font-weight: 500;
}

.accessibility .title:before{
content:"";
display:inline-block;
width: 25px;
height: 25px;
margin-right:10px;
background-image:url('/wp-content/themes/elixir/assets/images/accessibility-icon.svg?SDf');
background-size: contain;
}


.accessibility button,
.accessibility button:hover{
	appearance:none;
	border:none;
	background:none;
	display:block;	
	display:flex;
	align-items:center;
	padding-left:0;
	font-size: 16px;
	font-weight: 500;
	transition:background .3s ease;
	margin:0;
}

.accessibility button .toggle{
	background:rgba(0,0,0,.3);
	width:40px;
	border-radius: 20px;;
	height:20px;
	display:inline-block;
	margin-right:10px;
	display:flex;
	align-items: center;
	position:relative;
	transition:all .3s ease;
	
}

.accessibility button .toggle:after{
	content:"";
	display: block;
	width: 15px;
	height: 15px;
	border-radius:50%;
	margin: 2px;
	position:relative;
	background-color: white;
	
}

.accessibility button[data-state="1"] .toggle{
	justify-content:flex-end;
	background:rgba(0,0,0,.6);
	
}
/* ---- alt-social-networks.css---- */@font-face {
  font-family: 'fa-alt';
  src: url("/wp-content/themes/shapeshifter/assets/fonts/fa-alt/fa-alt.eot");
  src: url("/wp-content/themes/shapeshifter/assets/fonts/fa-alt/fa-alt.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/shapeshifter/assets/fonts/fa-alt/fa-alt.woff") format("woff"), url("/wp-content/themes/shapeshifter/assets/fonts/fa-alt/fa-alt.ttf") format("truetype"), url("/wp-content/themes/shapeshifter/assets/fonts/fa-alt/fa-alt.svg#fa-alt") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class*='icon-']:before, .fa-alt {
  display: inline-block;
  font-family: 'fa-alt';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-alt span{
  display: none;
}
.fa-alt.fa-gab:before {
  content: '\0041';
}

.fa-alt.fa-gettr:before {
  content: '\0042';
}

.fa-alt.fa-parler:before {
  content: '\0043';
}

.fa-alt.fa-politichatter:before {
  content: '\0044';
}

.fa-alt.fa-rumble:before {
  content: '\0045';
}

.fa-alt.fa-truth:before {
  content: '\0046';
}

.fa-alt.fa-x:before{content:'\0047';}/* ---- banner-rotator.css---- */
@media(min-width:728px) {
		
	.tout_rot a{
		transition: all .3s ease;
		position:relative;
		position:absolute;
		display:block;
		transform: translateX(0px);
		background-color: white;
		width:250px;
		height:250px;
		display:flex;
		justify-content:center;
		align-items: center;

		
	}
	
	.tout_rot .tout-container {
		
		width: 250px;
		height:250px;
	}
	

	
	
	.tout_rot .rotator {
		position:Relative;
		width:250px;
		height:250px;
		display:block;
		overflow:hidden;
		
	
	}
	
	
	.tout_rot .swipeaway{
			transform: translateX(-250px);
			opacity:.4;
	}
	
	
	.tout_rot a img{
		height:auto !important;
		width:100% !important;
		
	}

}


@media(max-width:728px) {
	
	.tout_rot{
		width:auto;
	}
	
	.tout-box, .tout-container{
			width:100%;
			max-width:500px;
			box-shadow:none!important;
	
	}
	
	.tout_rot .btn-close {
		display:none;
	}
	
	.tout_rot .rotator{
		display:flex;
		flex-wrap: wrap;
		justify-content:center;
	
	}
	
	.tout_rot a {
		
		display:block;
		box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
		margin:10px;
		position:relative;
		width: calc(50% - 30px);
	}
	
	.tout_rot  img{
		height:auto !important;
		width: 100%;
		
	
	}
}
/* ---- blog.css---- *//* ---- deluxe-select.css---- */
html .wp-block-post-content .acf-block-preview .select-form select{
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	padding: 7px 20px;
	font-family: var(--dp-font-primary);
	font-weight: 700;
	color:var(--dp-color-primary);
	margin-left:25px;
	border: 0;
	width:100%;


}


html .wp-block-post-content .acf-block-preview .select-form .deluxe-select{
	width:calc(100% - 140px);
	max-width:600px;
	display:block;
	position:Relative;

}

html .wp-block-post-content .acf-block-preview .select-form .deluxe-select .select-selected:after{
	content:"";
	background-image: url(/wp-content/themes/win/assets/images/icon-select-arrow.svg?asd);
	width:30px;
	height: 12px;
	position:absolute;
	right:10px;
	top: 23px;
	display:block;
	z-index:5;
	background-size: contain;
	background-repeat: no-repeat;
	background-position:center;
	transition:transform .3s ease;
}

html .wp-block-post-content .acf-block-preview .select-form .deluxe-select .select-selected.select-arrow-active:after{
	transform:rotate(180deg);
	top: 18px;
}






html .wp-block-post-content .acf-block-preview .deluxe-select {
  position: relative;
  font-family: var(--dp-font-primary);
  font-family: Arial;
  width: calc(100% - 10px);
  margin-left:40px;
}

html .wp-block-post-content .acf-block-preview .deluxe-select select {
  display: none; /*hide original SELECT element: */
}

html .wp-block-post-content .acf-block-preview .select-selected {
  background-color: white;
}

/* Style the arrow inside the select element: */
html .wp-block-post-content .acf-block-preview .select-selected:after {
  position: absolute;
  content: "";
  top: 19px;
  right: 10px;
  width: 0;
  height: 0;

}



html .wp-block-post-content .acf-block-preview .has-deluxe-select {
	overflow:visible;
	z-index:100
}

/* style the items (options), including the selected item: */
html .wp-block-post-content .acf-block-preview .select-items div, html .wp-block-post-content .acf-block-preview .select-selected {
  text-align: left;
  color: var(--dp-color-primary);
  padding: 9px 16px;
  border: 1px solid transparent;
    font-family: var(--dp-font-primary);

  cursor: pointer;
 
}

html .wp-block-post-content .acf-block-preview .deluxe-select .select-selected {
    font-weight: bold;
  text-align: left;
  }

/* Style items (options): */
html .wp-block-post-content .acf-block-preview .deluxe-select div.select-items {
  position: absolute;
	background:white;
  top: 100%;
  margin-top: 10px;
  left: 0;
  right: 0;
  z-index: 9999;
  box-shadow: 4px 4px 8px 0px #00000040;

}

/* Hide the items when the select box is closed: */
html .wp-block-post-content .acf-block-preview .deluxe-select .select-hide {
  display: none;
}
html .wp-block-post-content .acf-block-preview .deluxe-select .select-items div {
	transition: all .3s ease;
}

html .wp-block-post-content .acf-block-preview .deluxe-select .select-items div:first-child {
	display: none;
}


@media (hover: hover) {
	html .wp-block-post-content .acf-block-preview .deluxe-select .select-items div:hover {
		
	background-color: var(--dp-color-primary);
	color:white;
	}

}


@media(max-width:1024px) {
	html .wp-block-post-content .acf-block-preview .select-form .deluxe-select{
		width:100%;
	}
	
	html .wp-block-post-content .acf-block-preview .has-deluxe-select >div {
		padding-right:20px !important;
		padding-left:20px !important;
	}
	
	html .wp-block-post-content .acf-block-preview .has-deluxe-select .mod-txt{
		display:flex;
		justify-content:center;
		align-items: center;

	}
	
	html .wp-block-post-content .acf-block-preview .has-deluxe-select .dp-txt\:h3{
		
		font-size: 20px;
	}
	
	html .wp-block-post-content .acf-block-preview .has-deluxe-select .deluxe-select,html .wp-block-post-content .acf-block-preview .has-deluxe-select .select-form select{
		margin-left:0 !important;
		padding-left:0!important;
		margin-top: 10px;;
	}
	
	html .wp-block-post-content .acf-block-preview .has-deluxe-select .select-selected {
		font-size: 18px;
		padding-right:35px;
	}
	
	html .wp-block-post-content .acf-block-preview .has-deluxe-select .deluxe-select .select-items{
		font-size: 18px;
	
	}
	
	html .wp-block-post-content .acf-block-preview .select-form .deluxe-select .select-selected:after {
		width: 18px;
		top: 17px;
	}
	
	
}
/* @end */






/* ---- footer.css---- *//* @override 
	https://lowellcannastg.wpenginepowered.com/wp-content/themes/shapeshifter/assets/css/theme/auto-import/footer.css?* */




html .wp-block-post-content .acf-block-preview  .footer-nav a {
  padding: 0 15px 0 0;
}

html .wp-block-post-content .acf-block-preview  footer {
  color: var(--dp-color-secondary);
}
html .wp-block-post-content .acf-block-preview  footer a, footer .fa:before {
  color: var(--dp-color-secondary);
}
html .wp-block-post-content .acf-block-preview  footer a:hover, footer .fa:hover:before {
  color: #fff;
}

html .wp-block-post-content .acf-block-preview  footer hr {
  border-top: 1px dotted #f0f2d06e;
}

html .wp-block-post-content .acf-block-preview  .footer-links ul {
  display: inline;
}


.newsletter-subscription * {
	overflow:visible
}

.newsletter-subscription .loading-img {
	position:Absolute;
}
.newsletter-subscription .mod-txt h2{
	width:auto;

	flex:1;
	display:flex;
	align-items: center;
	justify-content:Center;
}

.newsletter-subscription .ccf-form-wrapper{
	width:100%;

}

.newsletter-subscription .ccf-form-wrapper .error{
	position:absolute;
	margin-top:-2px;

}

.newsletter-signup .wpcf7-response-output {
	font-size: 13px!important;

	padding-left:0 !important
}


.newsletter-subscription .ccf-form-wrapper{
	width:100%;

}



html .wp-block-post-content .acf-block-preview .footer .social-links .fa:before{
color:var(--dp-color-quinary)
}


html .wp-block-post-content .acf-block-preview .footer .social-links {
	padding-top: 30px;
}


html .wp-block-post-content .acf-block-preview .footer .social-links .fa:before:hover{
color:white;
}

html .wp-block-post-content .acf-block-preview  .newsletter-signup .ccf-form-wrapper {
  margin: 0 !important;
}
html .wp-block-post-content .acf-block-preview  .newsletter-signup .ccf-form-wrapper .ccf-form {
  text-align: right;
}
html .wp-block-post-content .acf-block-preview  .newsletter-signup .loading-img {
  display: none !important;
}
html .wp-block-post-content .acf-block-preview  .newsletter-signup .error {
  display: none;
}
html .wp-block-post-content .acf-block-preview  .newsletter-signup .ccf-form-complete {
  padding-top: 15px;
}



.newsletter-signup  form input{
	
	display:inline-block
}


.newsletter-signup  form input[type="email"]{
		border:none!important;
		border-radius:5px!important;
		padding:9px 7px 9px 10px
		
	}
		

@media(min-width:769px) {
	.newsletter-signup form{
		    padding-top: 1px;
    

	}

	.newsletter-signup  form label{
		width: calc(100% - 150px)!important;
		border-radius:5px;
		text-align:left;
		margin-right:10px;
		display:block;
		padding-right:10px;
		
		
	}
			
html .wp-block-post-content .acf-block-preview .footer .newsletter-signup  form p{
		display:flex;
		flex-wrap:nowrap;
		width:100%;
		max-width:365px;
		
	}	
	
	.newsletter-signup  form input[type="email"]{
			top: 2px;
		}

}

@media(max-width:768px) {
	.newsletter-signup  form label{
		padding-right:8px
	}
	.newsletter-signup  form input[type="email"]{
		width: 100%;
		padding:2px!important;
		border-radius:5px!important;
		border:none;
		top: 2px!important;

	}

	.newsletter-signup .wpcf7-response-output {
		padding-top: 18px !important;

	}
}



 html .wp-block-post-content .acf-block-preview .wpcf7  form[data-status="sent"] p {
 	display:none;
 }
 html .wp-block-post-content .acf-block-preview .wpcf7  form[data-status="sent"] .wpcf7-response-output {
	font-size: 16px!important;
	    padding-bottom: 12px;
}


.newsletter-signup  form input[type="submit"]{
	padding:11px 20px !important;
}


.stay-in-touch h2 {
		margin-bottom:-8px;
		padding-bottom:0 !important;
		letter-spacing:.06em;
	}
	
@media(max-width:768px) {
	.newsletter-signup  form input[type="email"]{
		width: 155px;
		padding:3px 5px
	
	}
	
	
	.newsletter-signup  form input[type="submit"]{
		padding:6px 15px !important;
		font-size: 11px!important;
	}

}

.footer .hours {
	line-height:1.8em;
}




html .wp-block-post-content .acf-block-preview .footer-links a {
	color:var(--dp-color-quinary);
	text-transform:uppercase;

}

.footer-links a:hover {
	color:white;
}


html .wp-block-post-content .acf-block-preview .footer-links .footer-nav {
	
		margin:auto;
 columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  display:block
}

html	.footer-links .footer-nav li{
		display:block;
		font-size: 13px;
		font-weight: bold;
		padding:6px 0;
		letter-spacing:.1em;
		
	}



@media(min-width:769px) and (max-width:1162px) {
	.footer .stay-in-touch h2{
		line-height:1.2em;
		padding-bottom:15px !important;
	}
	.footer .stay-in-touch form p > *:not(br){
		margin:0px 0 !important;
		display:inline-block;

	}
	
	
}



.footer .format-address:after,
.footer .format-phone:after{
	content:"\a";
	white-space: pre;
	display:block !important;
	height:6px;

}


@media(min-width:768px) {
	.footer .format-address{
		margin-bottom:10px;
		
	}
}

@media(max-width:768px) {

.footer .company-info  img{
	max-width: 216px !important;
	margin:auto !important;
	padding-bottom:calc(var(--dp-site-padding) * .65);

}


.footer .format-address,
.footer .format-phone{
	display:flex;
	justify-content: center;
	align-items: center;
}

html .wp-block-post-content .acf-block-preview .footer .format-address:before, html .wp-block-post-content .acf-block-preview .footer .format-phone:before{
	position: relative !important;
	margin-right:10px;
}

.footer .company-info{
	padding:0!important
}

.footer .stay-in-touch {
	margin-top:calc(var(--dp-site-padding) * .5);
}





	.footer-links {
		max-width:225px;
	}
	
	.footer-links.mob-links .footer-social{
		max-width:60px;
		margin:auto;
		padding:10px 0 0 0
		}
	
	
	.footer-links.dsktp-links{
		display:none !important;
	}
	
	html .wp-block-post-content .acf-block-preview .footer-links {
		margin:auto;
		padding-top: 0px;
	}
	
	html .wp-block-post-content .acf-block-preview .footer .company-info .hours {
		padding-top: 15px ;
	}
	
	html	.footer-links .footer-nav li{
		padding:0;
			text-align:Center;
	}
	
	.footer-links li a{
		font-size:11px ;
		padding:5px 0px;
		display:block;
	
		}
		
		.footer-links .social-links {
			justify-content:center;
			padding-top: 15px!important;
		}
		.footer-links .social-links li{
		
		    width:20px !important;
	
		}
		
		.footer-links .social-links li:before{
		font-size:18px !important;
	
		}
}




@media(min-width:769px) {
	.footer-links.mob-links{
		display:none !important;
	}
	
	
}


@media(min-width:769px) {
	

	[class*="budder-link"] .mod-intro-header {
		overflow:visible;
		z-index:10;
		position:relative;

		}
	.budder-link-dsktp .mod-intro-header > div{
		padding:0!important;
			position:absolute;
			right: 0;
			top:-10px;
			color:rgba(73,118,128,4);
	
	}
	[class*="budder-link"] .mod-intro-header > *{
	font-size: 13px;
	}
}

@media(max-width:768px) {
	[class*="budder-link"] .mod-intro-header > *{
	font-size: 11px;
	}
	.budder-link-dsktp  .mod-intro-header {
			display:none
		}
}
[class*="budder-link"] .mod-intro-header > div p{
		color:rgba(73,118,128,.9);
		
}
[class*="budder-link"] .mod-intro-header > div a{
		color:rgba(73,118,128,1);
		
}
[class*="budder-link"] .mod-intro-header > div a:hover{
		color:var(--dp-color-quaternary);


}


/* ---- forms.css---- */

/* forms */



/* ---- fx.css---- */
@media (min-width: 768px) {

	[data-fx="fadein"] {
		opacity:0;
		filter: blur(10px);
		transform: scale(2);
		transition: opacity .3s ease, filter 1s cubic-bezier(0, 0.12, 0.09, 1.03), transform 1s cubic-bezier(0, 0.12, 0.09, 1.03);
		
	}

	[data-scrollview="1"][data-fx="fadein"] {
		opacity:1;
		filter: blur(0px);
		transform: scale(1);
		
	}

	


    
    html .wp-block-post-content .acf-block-preview [data-fx]{
        position: relative;
    }

  [data-fx="slideup-fadein"] {
    transition: all .8s ease .5s;
    transform: translateY(0px);
    opacity: 1;
  }

  [data-scrollview="0"][data-fx="slideup-fadein"] {
    opacity: .3;
    transform: translateY(200px);
  }
}


/* ---- header.css---- *//* @override 
  https://lowellcannastg.wpenginepowered.com/wp-content/themes/shapeshifter/assets/css/theme/auto-import/header.css?* */


.header_banner {
  padding: 17px;
  letter-spacing:.09em
}


 @media (min-width: 768px) {
 html .wp-block-post-content .acf-block-preview   .sub-menu {
        overflow: hidden;
    }
}


html .wp-block-post-content .acf-block-preview .dp-horiz {
    display:flex;
}




html .wp-block-post-content .acf-block-preview  .dp-navbar{
  display:flex;
  align-items: center;

}




html .wp-block-post-content .acf-block-preview header .dp-contain{
  max-width:1215px !important;
}


html .wp-block-post-content .acf-block-preview  .main-nav .dp-menu a {
  display: block;
}

html .wp-block-post-content .acf-block-preview  .dp-nav-desktop {

  color: var(--dp-color-primary);
}
html .wp-block-post-content .acf-block-preview  .dp-nav-desktop > .dp-menu > li.current-menu-parent:not(.isbutton) > a,html .wp-block-post-content .acf-block-preview   .dp-nav-desktop > .dp-menu > li:not(.isbutton).active > a {
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}
html .wp-block-post-content .acf-block-preview  .dp-nav-desktop  .dp-menu > li > a {
  padding: 22px 20px 10px;
  margin-top: 10px;
  font-family: var(--dp-font-primary);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration:none;
  color: var(--dp-color-secondary);
  letter-spacing:.1em;
  transition:color .3s ease
  
}
  
html .wp-block-post-content .acf-block-preview  .dp-nav-desktop .dp-menu li:not(.isbutton).active > a, html .wp-block-post-content .acf-block-preview  .dp-nav-desktop .dp-menu li:not(.isbutton):hover > a, html .wp-block-post-content .acf-block-preview  .dp-nav-desktop .dp-menu .current-menu-parent:not(.isbutton) > a {
  color: var(--dp-color-quinary);
}
html .wp-block-post-content .acf-block-preview  .dp-nav-desktop .dp-menu li {
  position: relative;
}
html .wp-block-post-content .acf-block-preview  .dp-nav-desktop .dp-menu li::after {
  content: "";
  width: 1px;
  height: 15px;
  position: absolute;
  right: -2px;
  display: block;
  top: 4px;
}
html .wp-block-post-content .acf-block-preview  .dp-nav-desktop .dp-menu li::last-child:after {
  display: none;
}

html .wp-block-post-content .acf-block-preview  .main-nav {
  min-height: 60px;
}


@media(max-width:1150px) {
  
html .wp-block-post-content .acf-block-preview header .dp-nav-desktop li:not(.isbutton) a{
 padding:0 1vw!important
 }
 
 html .wp-block-post-content .acf-block-preview header .dp-nav-desktop li.isbutton {
  margin:-18px 5px 0;
  max-width:130px;
  
 }
 
 html .wp-block-post-content .acf-block-preview header .dp-nav-desktop li.isbutton a{
 padding:5px !important;
 font-size: 12px!important;
 line-height:1.3em;
 text-align:center;
 }
}






@media (min-width: 768px) {

html .wp-block-post-content .acf-block-preview   #dp-scrollnav {
    position: relative;
    z-index: 100;

  }

}








html .wp-block-post-content .acf-block-preview  .header-quicksearch {
  text-align: center;
}


html .wp-block-post-content .acf-block-preview  .header-quicksearch:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  top: 0px;
  left: 0;
  z-index: 11;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e000000', endColorstr='#00000000',GradientType=0 );
}

html .wp-block-post-content .acf-block-preview  .header-quicksearch .quicksearch h4.links .job a:hover > * {
  color: red;
}
html .wp-block-post-content .acf-block-preview   .header-quicksearch .dp-contain {
  padding: 6px 10px 5px;
}
html .wp-block-post-content .acf-block-preview   .header-quicksearch h4 {
  text-align: center;
  margin-top: 10px;
  margin-right: 12px;
  width: auto;
}

@media (min-width: 1084px) {
  .header-quicksearch h4 {
    float: left;
    text-align: left;
  }
  .header-quicksearch .dp-contain {
    display: flex;
    height: 100%;
    text-align: center;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}

html .wp-block-post-content .acf-block-preview   .header-quicksearch .type {
  color: #fff;
}

html .wp-block-post-content .acf-block-preview   .header-quicksearch .submit {
  margin-left: 20px;
  top: -2px;
}
html .wp-block-post-content .acf-block-preview   .header-quicksearch .submit:hover input {
  background: #fff;
  color: var(--dp-color-primary);
}

@media (max-width: 500px) {
  .header-quicksearch .submit {
    margin-left: 0px;
    text-align: left;
  }
}

/* Sub Menu */
@media (min-width: 768px) {
 html .wp-block-post-content .acf-block-preview    header > div, header header, header nav, header .dp-navbar, header .dp-menu, header .dp-menu li {
    overflow: visible;
  }

 html .wp-block-post-content .acf-block-preview    .dp-nav-desktop:hover, nav:hover > .dp-contain {
    overflow: visible;
  }

 html .wp-block-post-content .acf-block-preview    .dp-navbar {
    z-index: 200;
    position: relative;
  }

 html .wp-block-post-content .acf-block-preview    .dp-navbar:after {
    content: "";
    display: block;
    clear: both;
  }
}

@media(min-width:864px) {
  
  html .wp-block-post-content .acf-block-preview #dp-scrollnav-holder:hover, html .wp-block-post-content .acf-block-preview #dp-scrollnav-holder:hover  *{
    overflow:visible !important;
  }

}



.nolink > a{
  pointer-events:none;

}

 html .wp-block-post-content .acf-block-preview    .dp-nav-desktop .isbutton {
  margin-top: -20px;
  margin-bottom:-5px;
  margin-left:55px
 }

 html .wp-block-post-content .acf-block-preview   .dp-nav-desktop  .sub-menu {
    position: absolute !important;
    top: 20px;
    min-width: 150px;
    letter-spacing: .01em;
    line-height: 1.2em;
    text-align: left;
    left: 2px;
  right: -10px;
    margin-left: 0px !important;
    height: 0;
    max-height: 0;
    transition: max-height 1s ease;
  background-color: var(--dp-color-primary);
  padding: 20px !important;
  
  
  }
  
  
  

html .wp-block-post-content .acf-block-preview  .dp-nav-desktop .dp-menu  .sub-menu a {
    font-size: 13px !important;
    font-family: var(--dp-font-primary);

    font-weight: 400 !important;
    text-transform: uppercase !important;
    letter-spacing: .01em;
    margin-top: 0 !important;
    display: block !important;
  
    text-align: left !important;
    color: #fff;
    padding: 10px 0px 8px !important;
  text-decoration:none;
  font-style:normal !important;
  }
  




html .wp-block-post-content .acf-block-preview     ul.sub-menu:hover {
    overflow: visible !important;
  }

 html .wp-block-post-content .acf-block-preview    .sub-menu > li:first-child {
    margin-top: 1px !important;
  padding-top: 5px;
   
  }

html .wp-block-post-content .acf-block-preview #dp-scrollnav-holder:hover  .dp-nav-desktop li:not(:hover) > .sub-menu,
html .wp-block-post-content .acf-block-preview #dp-scrollnav-holder .dp-nav-desktop li:not(:hover) > .sub-menu {
  height:0px;
  padding:0px !important;
  overflow:hidden !important;
}
 html .wp-block-post-content .acf-block-preview   .dp-nav-desktop  li .sub-menu li:first-child {
  border-top: 1px solid var(--dp-color-senary);
 }
 html .wp-block-post-content .acf-block-preview   .dp-nav-desktop  li .sub-menu li {
    display: block !important;
    width: 100% !important;
  }

  

 html .wp-block-post-content .acf-block-preview   li .sub-menu a:hover, html .wp-block-post-content .acf-block-preview   li .sub-menu li:not(.isbutton).active a {
 
    color: var(--dp-color-quinary) !important;
  }

html .wp-block-post-content .acf-block-preview    .dp-nav-desktop  .menu-item-has-children:hover > .sub-menu {
    height: auto;
    max-height: 900px !important;
  }

}








/* -------- Mobile menu ---------- */



html .wp-block-post-content .acf-block-preview    .dp-nav-mobile .dp-menu {
  padding-top: 20px;
}

html .wp-block-post-content .acf-block-preview    .dp-nav-mobile .dp-menu li.menu-item:not(.isbutton) a {
    color: var(--dp-color-secondary);
  font-size: var(--dp-txt-norm);
  text-decoration:none;
  font-weight: 600;
  letter-spacing:.3em;

  
  }




html .wp-block-post-content .acf-block-preview   dp-nav-mobile  .sub-menu li.menu-item {
    border-bottom: none;
    border-top: 1px solid #ccc;
  }
  
  html .wp-block-post-content .acf-block-preview    .dp-nav-mobile .isbutton a{
    width:auto!important;
    display:inline-block;
    margin-top: 20px;
  }
  
  





/* Prevent body scrolling when using mobile menu */

@media(max-width:768px){
html.dp-mobmenu body {
  overflow: hidden;
}

}


header.dp-menu {

    list-style: none; 
}

html .wp-block-post-content .acf-block-preview  .dp-nav-mobile{
  position:fixed;
  z-index:1000;
  top: 220px;
   transition: height .3s ease;
  z-index:100;
  width:100%
}

html .wp-block-post-content .acf-block-preview  .dp-nav-mobile .dp-nav-scroller {
  height:100%;
  overflow:auto;
  padding-bottom:100px
}


html .wp-block-post-content .acf-block-preview  .dp-nav-mobile .nolink > a{
 
}
html .wp-block-post-content .acf-block-preview  .dp-nav-mobile .menu-item-has-children > a {
  position:Relative;
  padding-right:15px;
  display:flex;
  justify-content:center;
  align-items: center;
}
html .wp-block-post-content .acf-block-preview  .dp-nav-mobile .menu-item-has-children > a:after {
  content:"";
  display:inline-block;
  margin-left:10px;
  margin-top: -4px;
  right:0px;
  width: 7px;
  height:7px;
  color:var(--dp-color-senary);
  border-top:2px solid ;
  border-right:2px solid ;
  transform: rotate(135deg);
  transition: all .3s ease;
  
}

html .wp-block-post-content .acf-block-preview  .dp-nav-mobile .menu-item-has-children > .sub-menu{
position:Relative;
  transition:max-height 1s ease;
  overflow:hidden;
}

html .wp-block-post-content .acf-block-preview  .dp-nav-mobile .menu-item-has-children > .sub-menu:before{
  position:absolute;
  content:"";
  top: 1px;
  width: 200px;
  left: 50%;
  margin-left:-100px;
  border-top: 1px solid var(--dp-color-senary);
}

html .wp-block-post-content .acf-block-preview  .dp-nav-mobile .menu-item-has-children:not(.expanded) > .sub-menu{
  height:auto;
  max-height: 0px;
  

}


html .wp-block-post-content .acf-block-preview  .dp-nav-mobile .menu-item-has-children.expanded > .sub-menu{
  max-height:1000px
}


html .wp-block-post-content .acf-block-preview  .dp-nav-mobile .menu-item-has-children.expanded > a:after {
    transform:rotate(-45deg);
    margin-top: 2px;
}
html .wp-block-post-content .acf-block-preview  .dp-nav-mobile li.menu-item:not(.isbutton).active > a {
    color: var(--dp-color-quinary) !important;
  }


html .wp-block-post-content .acf-block-preview  .dp-nav-mobile .menu-item-has-children > .sub-menu a{
  
}
 
 
 html:not(.dp-mobmenu) .dp-nav-mobile {
  height:0px;
  overflow:hidden;
 }
  
  
 
html.dp-mobmenu .dp-nav-mobile {

    height: calc(100vh - 132px);
    top: 132px;
}


html .wp-block-post-content .acf-block-preview .dp-navbar {
  overflow:visible;
}



html .wp-block-post-content .acf-block-preview  .dp-navbar .dp-button-mobile-menu {
  width: 44px;
  height: 20px;
  right: 40px;
 
  position:relative;
}

html .wp-block-post-content .acf-block-preview  .dp-navbar .dp-toggle-icon {
  color: var(--dp-color-secondary);
  height:15px;
}
html .wp-block-post-content .acf-block-preview  .dp-navbar .dp-toggle-icon:before, html .wp-block-post-content .acf-block-preview  .dp-navbar .dp-toggle-icon:after {
  border-top: 2px solid white;
}
html .wp-block-post-content .acf-block-preview  .dp-navbar .dp-toggle-icon:after {
  bottom: 0%;
}



html .wp-block-post-content .acf-block-preview  .dp-mobmenu .dp-toggle-icon:before,html .wp-block-post-content .acf-block-preview   .dp-mobmenu .dp-toggle-icon:after {

  transition-delay: 0.125s;
}
html .wp-block-post-content .acf-block-preview  .dp-mobmenu .dp-toggle-icon:before {

  transform: translateY(4px) rotate(135deg);
}
html .wp-block-post-content .acf-block-preview  .dp-mobmenu .dp-toggle-icon {
  border-color: transparent !important;
}
html .wp-block-post-content .acf-block-preview  .dp-mobmenu .dp-toggle-icon:after {

  transform: translateY(-5px) rotate(-135deg);
}




html .wp-block-post-content .acf-block-preview  .dp-nav-mobile li {
  font-size: 20px;
  text-align: center;
}
html .wp-block-post-content .acf-block-preview  .dp-nav-mobile li a {
  display: block;
  padding: 15px 0;
}












/* ----------------------------- Logo ------------------------- */




html .wp-block-post-content .acf-block-preview  .logo-n-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding:0 20px 0
}



html .wp-block-post-content .acf-block-preview   .logo-n-nav .logo img {
  width: 100%;
  height: auto;
}



html .wp-block-post-content .acf-block-preview  .logo {
    max-width: 229px;
}

 html .wp-block-post-content .acf-block-preview  header .logo,
 html .wp-block-post-content .acf-block-preview  .logo >div,
 html .wp-block-post-content .acf-block-preview .dp-nav-desktop {
  transition: padding .3s ease;
 }


@media(min-width:769px) {

  html .wp-block-post-content .acf-block-preview  header .logo {
      padding: 25px 0 15px 0;
  }

  html .wp-block-post-content .acf-block-preview  header .dp-menu {
    padding-top: 7px;
}


html:not(.home) .logo {
    max-width: 135px;
  padding: 12px 0!important;
}

html:not(.home)  .logo >div{
  padding-bottom:0
}

html:not(.home)  .dp-nav-desktop {
  padding:28px 0
}



}

@media(max-width:768px) {
  
  html .wp-block-post-content .acf-block-preview header .logo {
      max-width: 104px;
  
    
  }
  
  @media(min-width:370px) and (max-width:768px) {
  
  html .wp-block-post-content .acf-block-preview header .logo {

    left: 15px;
   
    
  }

}


html .wp-block-post-content .acf-block-preview   .logo {
    padding: 15px 0 15px 0;
    transition: top .3s ease;
    position: relative;
   
  }

}

html.slide--up header .logo {
  transition-delay: .2s;
}






/* ---------- end logo -------- */



/* ---- logo-rows.css---- *//* @override 
	https://lowellcannastg.wpenginepowered.com/wp-content/themes/shapeshifter/assets/css/theme/auto-import/logo-rows.css?* */



:root {

  --size: clamp(10rem, .3rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 14);
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}




.ls_obj img {
	width: 100px !important;
	height:100px !important;
	object-fit:contain 
}


html .wp-block-post-content .acf-block-preview .mod-logo-row{
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  mask-image: linear-gradient(
    var(--mask-direction, to right),
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 20%,
    hsl(0 0% 0% / 1) 80%,
    hsl(0 0% 0% / 0)
  );
}

html .wp-block-post-content .acf-block-preview .mod-logo-group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x 60s linear infinite;
}

html .wp-block-post-content .acf-block-preview .mod-logo-group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x 60s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
 html .wp-block-post-content .acf-block-preview .mod-logo-group{
    animation-play-state: paused;
  }
}


html .wp-block-post-content .acf-block-preview .mod-logo-row:nth-child(even) .mod-logo-group {
  animation-direction: reverse;
  animation-delay: -3s;
}

@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}

@keyframes scroll-y {
  from {
    transform: translateY(var(--scroll-start));
  }
  to {
    transform: translateY(var(--scroll-end));
  }
}

/* Element styles */
html .wp-block-post-content .acf-block-preview .mod-logo-row svg {
  display: grid;
  place-items: center;
  width: var(--size);
  fill: var(--color-text);
  background: var(--color-bg-accent);
  aspect-ratio: 16/9;
  padding: calc(var(--size) / 10);
  border-radius: 0.5rem;
}



/* Parent wrapper */
html .wp-block-post-content .acf-block-preview .mod-logos {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin: auto;
  max-width: 100vw;
}
/* ---- module-edits.css---- *//* @override 
	http://budder.lowell.local/wp-content/themes/shapeshifter/assets/css/theme/auto-import/module-edits.css?* */

/*!

Custom module tweaks

*/

@media(min-width:1025px){
	.dp-grid\:fit\:auto\:l{
		flex-wrap:wrap;
	}
}


@media(min-width:769px) and (max-width:1024px){
	.dp-grid\:fit\:auto\:m{
		flex-wrap:wrap;
	}
}

html .wp-block-post-content .acf-block-preview .simpleParallax {
	position:absolute;
}

html .wp-block-post-content .acf-block-preview .m1_img.fixed {
	

	width: 100%;
	height: 100%;

}

html .wp-block-post-content .acf-block-preview .m1_img_bg {
	position:absolute;
	top: 0;
	width:100%;
	height:100%
}


.owl-stage{
	display: flex;
}


html .wp-block-post-content .acf-block-preview  .slides .owl-item{
height:100%!important
} 



html .wp-block-post-content .acf-block-preview .has-video{

	position:relative;

}


html .wp-block-post-content .acf-block-preview .position.fill {

	width:100%
}


html .wp-block-post-content .acf-block-preview .gutter, .mod-rowcnt-2{
	position:relative;
	overflow:visible;
}





html .wp-block-post-content .acf-block-preview .m1_img:not(.parallax) {
	position:absolute;
	width:100%;
	height:100%;
	object-fit:cover;
	z-index:1;
	left:0;
	
}



html .wp-block-post-content .acf-block-preview .m1_img +* {
	z-index:2;
	
}





html .wp-block-post-content .acf-block-preview .mod-m2, html .wp-block-post-content .acf-block-preview  .mod-m1-clmns {
	overflow:hidden;
	position:relative;
}


@media(min-width:1024px) {
	

	html .wp-block-post-content .acf-block-preview .mod-rowcnt-2 > div:nth-child(odd) .bleed{
			right: 0;
				width:52vw !important;
		
	}
	html .wp-block-post-content .acf-block-preview .mod-rowcnt-2 > div:nth-child(even) .bleed{
			left: 0;
				width:52vw !important;
	}

}


@media(max-width:1024px) {
	html .wp-block-post-content .acf-block-preview .mod-rowcnt-2  .bleed{
		width:100vw !important;
	}

	html .wp-block-post-content .acf-block-preview .mod[class*="t-pad:10px:lt:xs"] .mod-rowcnt-2  .bleed,
	html .wp-block-post-content .acf-block-preview .mod[class*="t-pad:10px:lt:s"] .mod-rowcnt-2  .bleed,
	html .wp-block-post-content .acf-block-preview .mod[class*="t-pad:15px:lt:m"]  .mod-rowcnt-2 .bleed{
		left: -20px;

	}
}


html .wp-block-post-content .acf-block-preview .vid-tint {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;

}

html .wp-block-post-content .acf-block-preview 	.bg-video{
		position:absolute;
		z-index:1;
	}

html .wp-block-post-content .acf-block-preview 	.bg-video *{
		z-index:3;
		position:relative;
	}


html .wp-block-post-content .acf-block-preview .mod{
	background-position:center;
	background-size: cover;

}

html .wp-block-post-content .acf-block-preview .mod.fixed{
		background-attachment:fixed;
	}


html .wp-block-post-content .acf-block-preview .mod.mod-m1 .mod-txt	h2 {
	    padding-bottom: calc(var(t-site-padding)/3)
	}

html .wp-block-post-content .acf-block-preview .mod.mod-m1 .mod-txt	ul{
		margin-top:0;
		margin-bottom:0;
	}





html .wp-block-post-content .acf-block-preview  .slideshow .dp-valigner{
	position:relative;
}


html .wp-block-post-content .acf-block-preview  .m5-section-hit {
	position:relative;
}

html .wp-block-post-content .acf-block-preview  .m5-section-hit:after {
	content: "+";
	font-size: 25px;
	position:absolute;
	right: 20px;
	top: 50%;
	margin-top: -13px;

}

html .wp-block-post-content .acf-block-preview  .m5-section-hit:after {
	content: "+";
	font-size: 25px;
		position:absolute;
		right: 20px;
		top: 50%;
		margin-top: -13px;
	
}

html .wp-block-post-content .acf-block-preview  .active .m5-section-hit:after {
	content: "-";
	font-size: 25px;
	position:absolute;
	right: 20px;
	top: 50%;
	margin-top: -13px;
	
}


	



	ul.checkmarks {
		list-style: none!important;
	}

	ul.checkmarks li:before {
		content: "√ ";
		font-weight: bold;
		position:relative;
		padding-right:10px;
		margin-left:-20px;
		display:inline-block;
		font-size: 18px;
		color: #22a386
	}


	img{
		margin-right:auto;
		margin-left:auto;

	}
	



.section-rule{
	max-width:var(--dp-site-width);
	margin:auto;

}



.mod a .mod-txt, .mod a .info, .mod a h1,  .mod:not(.txt-lght) a h2, .mod:not(.txt-lght) a h3{
	color:var(--dp-color-primary);
}



.mod a .thumb :is(h1,h2,h3,h4){
			color:#fff;
		}


.mod-txt:wht .mod-txt	h1,h2,h3,h4,h5,p{
		color:#fff
	}


.mod .button{

	cursor:pointer;
}


.mod:not(.txt-lght) .modlink{
	display:block;
}





.mod.mod-m1.dp-txt\:bot{
	align-items: flex-end !important;
}

.mod.mod-m1.dp-txt\:top{
	align-items: flex-start !important;
}






.mod.mod-m2 .dp-valigner{
		max-width:var(--dp-site-width);
		margin:auto;
}


.dp-txt\:lt\:t > .dp-valigner  > .dp-valign{
			vertical-align:top;
			text-align:left;
			
			
	}

.dp-txt\:cntr\:t  > .dp-valigner  > .dp-valign{
			vertical-align:top;
			text-align:center;
			
	}



.dp-txt\:rt\:t  > .dp-valigner > .dp-valign{
			vertical-align:top;
			text-align:right;
			
	}





.dp-txt\:lt\:m   > .dp-valign{
			vertical-align:middle;
			text-align:left;
			
	}

 .dp-txt\:cntr\:m  > .dp-valign{
			vertical-align:middle;
			text-align:center;		
	}


.dp-txt\:rt\:m  > .dp-valign{
			vertical-align:middle;
			text-align:right;		
	}



.dp-txt\:lt\:b  > .dp-valign{
			vertical-align:bottom;
			text-align:left;
			padding-bottom:40px  !important;
			
	}
.dp-txt\:cntr\:b > .dp-valign{
			vertical-align:bottom;
			text-align:center;
			padding-bottom:40px  !important;		
	}


.dp-txt\:rt\:b > .dp-valign{
			vertical-align:bottom;
			text-align:right;
			padding-bottom:40px !important;	
	}






.dp-valign.dp-txt\:lt\:m {
			vertical-align:middle;
			text-align:left;
			
	}

.dp-valign.dp-txt\:cntr\:m  {
			vertical-align:middle;
			text-align:center;		
	}


.dp-valign.dp-txt\:rt\:m {
			vertical-align:middle;
			text-align:right;		
	}



.dp-valign.dp-txt\:lt\:b {
			vertical-align:bottom;
			text-align:left;
			padding-bottom:40px  !important;
			
	}
.dp-valign.dp-txt\:cntr\:b {
			vertical-align:bottom;
			text-align:center;
			padding-bottom:40px  !important;		
	}


.dp-valign.dp-txt\:rt\:b {
			vertical-align:bottom;
			text-align:right;
			padding-bottom:40px !important;	
	}







@media(min-width:501px){
.dp-txt\:pos\:lt\:t {
			vertical-align:flex-start;
			text-align:flex-start;
			
			
	}

.dp-txt\:pos\:cntr\:t{
			vertical-align:center;
			text-align:flex-start;
			text-align:center;
			
	}



.dp-txt\:pos\:rt\:t {
			justify-content: top;
    		align-items: top;
    		text-align:right;
			
	}





.dp-txt\:pos\:lt\:m{
			justify-content: flex-start;
    		align-items: center;

			
	}

 .dp-txt\:pos\:cntr\:m{
			justify-content: center;
    		align-items: center;	
    		text-align:center;
	}


.dp-txt\:pos\:rt\:m{
			justify-content: flex-end;
    		align-items: center;
    		text-align:right;		
	}



.dp-txt\:pos\:lt\:b {
			align-items: flex-end;	
			
	}
.dp-txt\:pos\:cntr\:b {
			justify-content: center;
    		align-items: flex-end;	
    		text-align:center;
	}


.dp-txt\:pos\:rt\:b {
			justify-content: flex-end;
    		align-items: flex-end;
    		text-align:right;
	}


}




.mod.mod-m1{height:100%}



.mod-m2.txt-lght .item  p {
    color: white;
}



@media(max-width:$t-desktop){
	.mod-m2.static-img .slide{
	 background-attachment: scroll !important;
	}

}


.mod:not(.mod-m4).border{
	position:relative;
}
.mod:not(.mod-m4).border .dp-contain{
	position:relative;
	z-index:5;
}
.mod:not(.mod-m4).border:after{
    content: "";
    position: absolute;
    border: 1px solid rgba(255,255, 255, .3);
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    z-index: 3;
    display: block;
   }


.mod-m4 .fitimg img {
    margin: auto;
    min-height: 100px;
}


.mod-m4  img {
    width: 100%;
    height:auto;
}


.mod-m4.border .img{
	position:relative;
}
.mod-m4.border .img{
	position:relative;
	z-index:5;
}
.mod-m4.border .img:after{
    content: "";
    position: absolute;
    border: 1px solid rgba(255,255, 255, .3);
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    z-index: 3;
    display: block;
   }


.m4-row:last-of-type{
	border-bottom: none;
}


@media(min-width:$t-tablet-portrait){
	
	.m4-row .img.fitimg{
	 min-height:200px;
	 
	}

	

}

@media(max-width:$t-tablet-portrait){


	.m4-row{
		text-align:center;
	}

	.m4-row	.img.fitimg{
			margin-bottom:calc(var($t-site-padding)/3);
		}

		.m4-row	img{
	 			max-width:150px;
	 		}

}

@media(max-width:$t-mobile-landscape){


	
	.mod-m2 .slide .dp-valigner{

		padding:calc(var(--dp-site-padding)/4);
		display: flex;
	    justify-content: center;
	    align-items: center;

	}

}





	.slideshow	.dp-contain{
			margin:0;
			width:100%;
		}
		


@media(min-width: $t-mobile-landscape) and (max-width: $t-site-width+180){


		
		.slideshow	.dp-valign{	

			padding: calc( var(--dp-site-padding)/2) !important;
			
		}


}



@media(min-width:767px){


	.mod-m4.icons .fitimg img{
		    width: 30% !important;
    		flex:none;
}


}








/* overriding column sizing */
@media (min-width: 1023px) {
  .mod-m1-clmns {
    /* Wider right */
    /* Wider left */
  }
  .colmn_sz_45-55 >*:first-child {
    width: 45%;
  }
  .colmn_sz_45-55 >*:last-child {
    width: 55%;
  }
  .colmn_sz_40-60 >*:first-child {
    width: 40%;
  }
  .colmn_sz_40-60  >*:last-child {
    width: 60%;
  }
  .colmn_sz_35-65 >*:first-child {
    width: 35%;
  }
  .colmn_sz_35-65  >*:last-child {
    width: 65%;
  }
  .colmn_sz_30-70 >*:first-child {
    width: 30%;
  }
  .colmn_sz_30-70  >*:last-child {
    width: 70%;
  }
  .colmn_sz_25-75 >*:first-child {
    width: 25%;
  }
  .colmn_sz_25-75  >*:last-child {
    width: 75%;
  }
  .colmn_sz_20-80 >*:first-child {
    width: 20%;
  }
  .colmn_sz_20-80  >*:last-child {
    width: 80%;
  }
  .colmn_sz_15-75 >*:first-child {
    width: 15%;
  }
  .colmn_sz_15-75  >*:last-child {
    width: 75%;
  }
  .colmn_sz_20-80 >*:first-child {
    width: 20%;
  }
  .colmn_sz_20-80  >*:last-child {
    width: 80%;
  }
  .colmn_sz_15-85 >*:first-child {
    width: 20%;
  }
  .colmn_sz_15-85  >*:last-child {
    width: 80%;
  }
  .colmn_sz_10-90 >*:first-child {
    width: 20%;
  }
  .colmn_sz_10-90  >*:last-child {
    width: 80%;
  }
  .colmn_sz_55-45 >*:first-child {
    width: 55%;
  }
  .colmn_sz_55-45  >*:last-child {
    width: 45%;
  }
  .colmn_sz_60-40 >*:first-child {
    width: 60%;
  }
  .colmn_sz_60-40  >*:last-child {
    width: 40%;
  }
  .colmn_sz_65-35 >*:first-child {
    width: 65%;
  }
  .colmn_sz_65-35  >*:last-child {
    width: 35%;
  }
  .colmn_sz_70-30 >*:first-child {
    width: 70%;
  }
  .colmn_sz_70-30  >*:last-child {
    width: 30%;
  }
  .colmn_sz_75-25 >*:first-child {
    width: 75%;
  }
  .colmn_sz_75-25  >*:last-child {
    width: 25%;
  }
  .colmn_sz_80-20 >*:first-child {
    width: 80%;
  }
  .colmn_sz_80-20  >*:last-child {
    width: 20%;
  }
  .colmn_sz_85-15 >*:first-child {
    width: 85%;
  }
  .colmn_sz_85-15  >*:last-child {
    width: 15%;
  }
  .colmn_sz_90-10 >*:first-child {
    width: 90%;
  }
  .colmn_sz_90-10  >*:last-child {
    width: 10%;
  }
}
/* ---- modules.css---- *//* Min width */
/* Min width */
/* Min width */
/* Min width */



html .wp-block-post-content .acf-block-preview .mod-bg-tint {
  position:absolute !important;
  left: 0;
  right: 0;
  top:0;
  bottom: 0;
  z-index:2 !important
}
  
html .wp-block-post-content .acf-block-preview .mod-bg-tint + *{
  z-index:3!important;
  position:Relative;
  }



html .wp-block-post-content .acf-block-preview .m1_img{
  top:0;
}

@media(min-width:767px) and (max-width:1024px) {
  .mod-m1-clmns.clmn-rev-tab > div{
    display:flex;
    flex-direction: column-reverse;
  }

}

@media(max-width:767px) {
  .mod-m1-clmns.clmn-rev-mob  > div{
    display:flex;
    flex-direction: column-reverse;
  }

}


.mod .fill {
  width:100%
}


@media (min-width: var(--dp-tablet-portrait)) {
  .m1_2clmn {
    display: flex;
  }
  .m1_2clmn h2 {
    font-size: var(--dp-txt-headline-norm);
  }

  .m1_2clmn > * {
    width: 50%;
    float: left;
  }

  .m1_2clmn:not(.dp-contain) .mod:nth-child(1) .dp-contain {
    margin-right: 0;
  }
  .m1_2clmn:not(.dp-contain) .mod:nth-child(2) .dp-contain {
    margin-left: 0;
  }
}
@media (max-width: var(--dp-tablet-portrait)) {
  .m1_2clmn :nth-child(1) {
    margin-bottom: 10px;
  }
}
@media (max-width: var(--dp-tablet-portrait)) {
  .m1_2clmn h2 {
    font-size: var(--dp-txt-headline-norm-mob);
  }
}
@media (min-width: var(--dp-tablet-portrait)) {
  .m1_2clmn.dp-flex-align {
    display: flex;
  }
  .m1_2clmn.dp-flex-align.dp-flex-center {
    align-items: stretch;
  }
  .m1_2clmn.dp-flex-align.dp-flex-center > * {
    align-items: center;
    display: flex;
  }
}
/* overriding column sizing */
.mod-m1-clmns .mod-rowcnt-1 > div {
  width: 100%;
}
.mod-m1-clmns .mod-rowcnt-1 > div .dp-contain {
  width: 100%;
}

@media (min-width: 1023px) {
  .mod-m1-clmns {
    /* Wider right */
    /* Wider left */
  }
  .mod-m1-clmns > div[class*='t-grid:fit']:not(.dp-grid\:fit\:1\:l):not(.dp-grid\:fit\:\:l) > div {
    /*width:50%;*/
  }
  .mod-m1-clmns .colmn_sz_45-55 > div:first-child {
    width: 45%;
  }
  .mod-m1-clmns .colmn_sz_45-55 > div:last-child {
    width: 55%;
  }
  .mod-m1-clmns .colmn_sz_40-60 > div:first-child {
    width: 40%;
  }
  .mod-m1-clmns .colmn_sz_40-60 > div:last-child {
    width: 60%;
  }
  .mod-m1-clmns .colmn_sz_35-65 > div:first-child {
    width: 35%;
  }
  .mod-m1-clmns .colmn_sz_35-65 > div:last-child {
    width: 65%;
  }
  .mod-m1-clmns .colmn_sz_30-70 > div:first-child {
    width: 30%;
  }
  .mod-m1-clmns .colmn_sz_30-70 > div:last-child {
    width: 70%;
  }
  .mod-m1-clmns .colmn_sz_25-75 > div:first-child {
    width: 25%;
  }
  .mod-m1-clmns .colmn_sz_25-75 > div:last-child {
    width: 75%;
  }
  .mod-m1-clmns .colmn_sz_20-80 > div:first-child {
    width: 20%;
  }
  .mod-m1-clmns .colmn_sz_20-80 > div:last-child {
    width: 80%;
  }
  .mod-m1-clmns .colmn_sz_15-75 > div:first-child {
    width: 15%;
  }
  .mod-m1-clmns .colmn_sz_15-75 > div:last-child {
    width: 75%;
  }
  .mod-m1-clmns .colmn_sz_20-80 > div:first-child {
    width: 20%;
  }
  .mod-m1-clmns .colmn_sz_20-80 > div:last-child {
    width: 80%;
  }
  .mod-m1-clmns .colmn_sz_15-85 > div:first-child {
    width: 20%;
  }
  .mod-m1-clmns .colmn_sz_15-85 > div:last-child {
    width: 80%;
  }
  .mod-m1-clmns .colmn_sz_10-90 > div:first-child {
    width: 20%;
  }
  .mod-m1-clmns .colmn_sz_10-90 > div:last-child {
    width: 80%;
  }
  .mod-m1-clmns .colmn_sz_55-45 > div:first-child {
    width: 55%;
  }
  .mod-m1-clmns .colmn_sz_55-45 > div:last-child {
    width: 45%;
  }
  .mod-m1-clmns .colmn_sz_60-40 > div:first-child {
    width: 60%;
  }
  .mod-m1-clmns .colmn_sz_60-40 > div:last-child {
    width: 40%;
  }
  .mod-m1-clmns .colmn_sz_65-35 > div:first-child {
    width: 65%;
  }
  .mod-m1-clmns .colmn_sz_65-35 > div:last-child {
    width: 35%;
  }
  .mod-m1-clmns .colmn_sz_70-30 > div:first-child {
    width: 70%;
  }
  .mod-m1-clmns .colmn_sz_70-30 > div:last-child {
    width: 30%;
  }
  .mod-m1-clmns .colmn_sz_75-25 > div:first-child {
    width: 75%;
  }
  .mod-m1-clmns .colmn_sz_75-25 > div:last-child {
    width: 25%;
  }
  .mod-m1-clmns .colmn_sz_80-20 > div:first-child {
    width: 80%;
  }
  .mod-m1-clmns .colmn_sz_80-20 > div:last-child {
    width: 20%;
  }
  .mod-m1-clmns .colmn_sz_85-15 > div:first-child {
    width: 85%;
  }
  .mod-m1-clmns .colmn_sz_85-15 > div:last-child {
    width: 15%;
  }
  .mod-m1-clmns .colmn_sz_90-10 > div:first-child {
    width: 90%;
  }
  .mod-m1-clmns .colmn_sz_90-10 > div:last-child {
    width: 10%;
  }
}
.m1_2clmn .full-width .dp-contain {
  width: 100%;
}

.m1_2clmn .mod-m1.floating-overlay .dp-contain {
  padding: calc(var(--dp-site-padding)/2);
}

@media (min-width: var(--dp-tablet-portrait)) and (max-width: 968px) {
  .m1_2clmn .mod-m1.floating-overlay .dp-contain {
    padding: 40px;
    margin: 0 30px;
  }
}
/*

Module M2 : Slideshow or Grid

*/
.slideshow {
  padding: 0;
  width: 100%;
  min-height: 350px;
  position: relative;
}
.slideshow.dp-contain .slide-content {
  padding: 80px;
}
.slideshow .slide-view {
  width: 100%;
}
.slideshow .bg-video {
  position: absolute;
}
.slideshow .dp-valigner {
  height: 100%;
}

.slideshow .slides .slide {
  position: relative;
  float: left;
  height: 100%;
  display: block;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  clear: none !important;
}
.slideshow .slides .slide[data-ratio=wide] {
  /*background-size: 100% auto;*/
}
.slideshow .slides .slide[data-ratio=tall] {
  /*background-size: auto 100%;*/
}
.slideshow .slides .slide:not(.fitimg) {
  background-size: cover;
}
.slideshow .slides  .fitimg {
  background-size: contain;
}
.slideshow .slides  .slide .m2-img {
  position: absolute;
  height: 100%;
  width: 100%;
}
.slideshow .slides .slide .dp-valigner {
  z-index: 3;
}
.slideshow .slides .slide img {
  display: block;
}
.slideshow .slides .slide iframe {
  height: 100% !important;
  width: 100% !important;
  position: absolute;
  z-index: 50;
}
.slideshow .slides .slide .text {
  position: relative;
  z-index: 100;
}
.slideshow .slides .slide h2 {
  overflow: visible;
}
.slideshow .slides .slide h2 h3.dp-txt-h2 {
  font-size: 30px !important;
}
.slideshow[data-dir="vert"] .slides li {
  float: none !important;
}
.slideshow[data-dir="vert"] .slide-view {
  height: 100%;
  position: absolute;
}
.slideshow[data-dir="vert"] .slides {
  position: relative;
}
.slideshow.ease .slides {
  -webkit-transition: left 0.3s ease, top 0.3s ease;
  -moz-transition: left 0.3s ease, top 0.3s ease;
  -ms-transition: left 0.3s ease, top 0.3s ease;
  -o-transition: left 0.3s ease, top 0.3s ease;
  transition: left 0.3s ease, top 0.3s ease;
}
.slideshow .scrolltext {
  display: inline-block;
  position: relative;
  overflow: visible;
  height: 30px;
  min-width: 300px;
}
.slideshow .scrolltext div {
  position: absolute;
  transition: top .3s ease,-webkit-filter .1s ease, -moz-filter .1s ease, -o-filter .1s ease, -ms-filter .1s ease, filter .1s ease;
  padding-right: 15px;
}
.slideshow .scrolltext .blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.mantle-slides .slide h3 {
  font-size: var(--dp-txt-headline-xtrabig);
  font-weight: bold;
  font-family: Univers LT Std Condensed;
  line-height: 1em !Important;
  text-transform: uppercase;
}

@media (min-width: var(--dp-tablet-portrait)) {
  .mantle-slides .slide h3 {
    font-size: var(--dp-txt-headline-xtrabig);
    font-weight: bold;
  }
  .mantle-slides .slide .dp-txt-sm, .mantle-slides .slide .dp-txt-sm p {
    font-size: var(--dp-txt-med);
  }
}
@media (max-width: var(--dp-tablet-portrait)) {
  .mantle-slides .slide h3 {
    font-size: var(--dp-txt-headline-big-mob);
    text-align: left;
  }
  .mantle-slides .slide .button-pos {
    text-align: left;
  }
  .mantle-slides .slide .dp-txt-sm, .mantle-slides .slide .dp-txt-sm p {
    font-size: var(--dp-txt-med-mob);
  }
}

@media (min-width: 0) {
  .mod-m2 .indicator-box {
    margin-top: -40px;
    position: relative;
    z-index: 100;
    padding-bottom: 10px;
  }
  .mod-m2 .indicator-box li {
    background-color: #ccc !important;
  }
  .mod-m2 .indicator-box li.on {
    background-color: #fff !important;
  }
}
.slide-nav .btn-prev {
  position: absolute;
  left: 0px;
}

.slide-nav .btn-next {
  position: absolute;
  left: calc(100% - 60px);
}

.slide-nav li {
  height: 100%;
  z-index: 200;
  overflow: visible;
}

.slide-nav li em {
  display: block;
  width: 60px;
  height: 90px;
  top: 50%;
  margin-top: -40px;
  position: relative;
  cursor: pointer;
  background: var(--dp-color-primary);
}

.slide-nav li.mute {
  display: none;
}

.slide-nav li {
  opacity: .5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.slide-nav li:hover {
  opacity: 1;
  cursor: pointer;
}

.slide-nav li em:after {
  display: block;
  content: " ";
  border: 3px solid white;
  width: 35px;
  height: 35px;
  position: absolute;
  margin-left: -13px;
  top: 27px;
  color: #fff;
  font: 60px serif;
  font-weight: bold;
  font-style: normal;
}

.slide-nav li.btn-prev em:after {
  left: 35px;
  border-right: none;
  border-bottom: none;
  transform: rotate(-45deg);
}

.slide-nav li.btn-next em:after {
  left: 15px;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
}

@media (max-width: var(--dp-tablet-portrait)) {
  .slide-nav {
    display: none;
  }
}
@media (min-width: var(--dp-tablet-portrait)) {
  html:not(.mobile) .indication-container {
    display: none;
  }
}
.mobile .slide-nav {
  display: none;
}

.indicator {
  padding: 10px 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.4);
  display: inline-block;
  padding: 5px 10px 0;
  border-radius: 16px;
}

.indicator li {
  display: inline-block;
  background-color: #fff;
  height: 10px;
  width: 10px;
  margin: 5px;
  opacity: .6;
  border-radius: 50%;
}

.indicator li.on {
  background-color: var(--dp-color-primary);
  opacity: 1;
}

.indicator-alt .indicator li {
  background-color: var(--dp-grey-light);
}
.indicator-alt .indicator li.on {
  opacity: 1;
}

.indicator-bg-clr1 .indicator-box {
  background-color: var(--dp-color-primary);
}

.indicator-bg-clr2 .indicator-box {
  background-color: var(--dp-color-secondary);
}

.indicator-bg-clr3 .indicator-box {
  background-color: var(--dp-color-tertiary);
}

.indicator-bg-clr4 .indicator-box {
  background-color: var(--dp-color-quaternary);
}

.indicator-bg-clr5 .indicator-box {
  background-color: var(--dp-color-quinary);
}

@media (max-width: var(--dp-tablet-portrait)) {
  .slideshow.mantle {
    min-height: 400px !important;
  }
}
.mod-m2 .item .thumb {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.mod-m2 .item .thumb img {
  width: 100%;
}
.mod-m2 .item .thumb:not(.fitimg) img {
  object-fit: cover;
  height: 100%;
}
.mod-m2 .item .thumb.fitimg img {
  object-fit: contain;
  height: 100%;
}

.mod-m2 .info {
  overflow: visible;
}

.mod-m2 .modlink .thumb {
  color: #fff;
}

.mod-m2.hoverlinks .modlink:hover .thumb {
  color: #fff;
  background-color: var(--dp-color-primary) !important;
}

.mod-m2 .numblist {
  counter-reset: item;
}
.mod-m2 .numblist .item {
  margin-left: 0;
  padding-left: 0;
  text-align: left;
}
.mod-m2 .numblist .item::before .info {
  content: "";
  display: block;
  position: absolute;
  left: -30px;
  top: 15px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.mod-m2 .numblist .item .info {
  padding-left: 70px;
  position: relative;
}
.mod-m2 .numblist .item .info::before {
  position: absolute;
  left: 0px;
  left: 5px;
  text-align: left;
  display: inline-block;
  content: counter(item) "";
  counter-increment: item;
  font-size: 62px;
  font-weight: 100;
  top: -9px;
  color: var(--dp-color-quinary);
}

@media (max-width: var(--dp-mobile-landscape)) {
  .mod-m2 .numblist .item .info::before {
    position: relative;
    display: block;
    text-align: center;
    padding: 30px 0 10px;
  }

  .mod-m2 .item .thumb {
    height: auto !important;
  }
  .mod-m2 .item .thumb img {
    object-fit: unset !important;
  }
}
@media (min-width: var(--dp-mobile-landscape)) {
  .m2-big-circle-grid .dp-contain {
    max-width: 1024px;
  }

  .m2-big-circle-grid .modlink div.thumb {
    margin-bottom: 0 !important;
  }
}
/*
.mod-m2 .info,.mod-m2 .slide .text {
	h3 + * , .mod-txt + * {
		margin-top: calc(var(--dp-site-padding)/4);
	}
}

@media(max-width:767px){

	.mod-m2 .info,.mod-m2 .slide .text{
		h3 + * , .mod-txt + * {
			margin-top: calc(var(t-site-padding)/4);
		}
	}

}
*/
.mod-m2.news-links .item .button {
  padding: 3px 0px 2px;
  background: none;
  color: var(--dp-color-quaternary);
  font-weight: 400;
}
.mod-m2.news-links .item .button:hover {
  color: var(--dp-color-primary);
}

.mod-m2.news-links .item .button:after {
  content: " \00bb";
  font-size: 1.3em;
  font-weight: 100;
  font-weight: 400;
}

/* ----- Themed ------- */
.slide .txt-alicia {
  padding-left: 10px;
}

@media (max-width: var(--dp-mobile-landscape)) {
  .slide .stylized-pad {
    padding-left: 0;
    text-align: center;
  }

  .slide .txt-stylized {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
  }
}
.slide .lead-txt {
  font-size: 18px;
  font-weight: 600;
}

.slide .subhead {
  display: inline-block;
}

.mod-m2.nurse-grid-titles h3 + p {
  margin-top: 10px !important;
}

.m2-littletxt .info h3 {
  font-size: var(--dp-txt-norm);
}

/*

Module M3 : Quote

*/

.mod-m3 blockquote:before {
  top: 30px;
  content: "\201C" !important;
 
}
.mod-m3 blockquote:after {
  content: "\201E" !important;
  line-height: 0em;
}


/*

Module M4 : Alternating Columns Text / Image

*/
.mod-quote:before, .mod-quote:after {
  content: '"';
  font-size: 30px;
}

.mod-m4 .fitimg {
  background-repeat: no-repeat;
  background-position: center center;
}
.mod-m4 .fitimg img {
  margin: auto;
}

.mod-m4 .m4-row {
  display: flex;
}


.mod-m4 .img:not(.fitimg) img {
  object-fit: cover;
}
.mod-m4 .img.fitimg img {
  object-fit: contain;
}

.mod-m4 .full-width .m4-row .mod-txt {
  max-width: 722.5px;
}
.mod-m4 .full-width .m4-row .mod-txt.clmnr, .mod-m4 .full-width .m4-row .mod-txt.clmnr + * {
  float: right;
  clear: both;
  text-align: right;
  padding-right: 0 !important;
}
.mod-m4 .full-width .m4-row .mod-txt.clmnl {
  padding-left: 0 !important;
}

.mod-m4 .full-width h3.clmnr {
  float: right;
  text-align: right;
  padding-right: 0 !important;
}
.mod-m4 .full-width h3.clmnl {
  padding-left: 0 !important;
}

@media (min-width: 768px) {
  .mod-m4.m4_imgl.m4_altrows .m4-row:nth-child(odd) .img + div {
    margin-left: calc(var(--dp-site-padding) / 2);
  }
  .mod-m4.m4_imgl.m4_altrows .m4-row:nth-child(even) .img + div {
    margin-right: calc(var(--dp-site-padding) / 2);
  }

  .mod-m4:not(.m4_imgl).m4_altrows .m4-row:nth-child(odd) .img + div {
    margin-right: calc(var(--dp-site-padding) / 2);
  }
  .mod-m4:not(.m4_imgl).m4_altrows .m4-row:nth-child(even) .img + div {
    margin-left: calc(var(--dp-site-padding) / 2);
  }

  .mod-m4:not(.m4_altrows) .m4-row .img + div {
    margin-left: calc(var(--dp-site-padding) / 2);
  }

  .mod-m4:not(.m4_altrows) .m4-row .img, .mod-m4:not(.m4_altrows) .m4-row .img + div {
    margin-right: calc(var(--dp-site-padding) / 2);
  }

  .mod-m4.m4_altrows:not(.m4_imgl) .m4-row:nth-child(even) {
    flex-direction: row-reverse;
  }

  .mod-m4.m4_altrows.m4_imgl .m4-row:nth-child(odd) {
    flex-direction: row-reverse;
  }

  .mod-m4:not(.m4_altrows).m4_imgl .m4-row {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .mod-m4 .padding {
    padding: calc(var(--dp-site-padding) / 4) 0;
  }

  .mod-m4 .img {
    position: relative;
  }
  .mod-m4 .img h3 {
    position: absolute;
    top: 50%;
    margin-top: -15px;
  }
}
/*

Module M5 : Accordion

*/
.mod-m5:not(.professions-index) .m5-section-hit {
  border-bottom: 1px solid var(--dp-color-primary);
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -ms-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
  cursor: pointer;
}
.mod-m5:not(.professions-index) .m5-section-hit {
  border-bottom: 1px solid var(--dp-color-primary);
  -webkit-transition: padding 0.3s ease, background-color 0.3s ease;
  -moz-transition: padding 0.3s ease, background-color 0.3s ease;
  -ms-transition: padding 0.3s ease, background-color 0.3s ease;
  -o-transition: padding 0.3s ease, background-color 0.3s ease;
  transition: padding 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
}
.mod-m5:not(.professions-index) .m5-section:first-child {
  border-top: 1px solid #8DCE46;
}
.mod-m5:not(.professions-index) .m5-section .m5-expander {
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -ms-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.mod-m5:not(.professions-index) .m5-section.active .m5-section-hit, .mod-m5:not(.professions-index) .m5-section .m5-section-hit:hover {
  color: white;
  padding-left: 20px;
}
.mod-m5:not(.professions-index) .m5-section .m5-section-hit:hover {
  background-color: var(--dp-color-primary);
}
.mod-m5:not(.professions-index) .m5-section.active .m5-section-hit {
  background-color: var(--dp-color-secondary);
}
.mod-m5:not(.professions-index) .m5-item {
  border-bottom: 1px solid #ccc;
}
.mod-m5:not(.professions-index) .m5-item a, .mod-m5:not(.professions-index) .m5-item p {
  text-align: left;
}

.m5-sizer :last-child {
  border: none;
  border-bottom: 0 !important;
}

.m5-sizer :first-child {
  padding-top: 0 !important;
}

.m5-section.active .m5-expander {
  border-bottom: 1px solid #ccc;
}

.m5-section:not(.active) .m5-expander, .m5-section:not(.active):hover .m5-expander {
  height: 0 !important;
}

/*

M6 : Sticky Column

*/
.m6-items .m6-item img {
  object-fit: cover;
  width: 100% !important;
  height: auto !important;
}

@media (min-width: var(--dp-mobile-landscape)) {
  .has-m6:not(body), .mod-m6, .mod-m6 * {
    overflow: visible;
  }

  .m6-stick-l .m6-columns {
    -webkit-flex-direction: row-reverse;
    /* Safari 6.1+ */
    flex-direction: row-reverse;
  }

  .m6-columns {
    display: flex;
    flex-wrap: nowrap;
  }
  .m6-columns .m6_stickied {
    overflow: visible;
  }
  .m6-columns .m6_stickied {
    position: sticky;
    position: -webkit-sticky;
    top: 50%;
  }
  .m6-columns > div {
    width: 50%;
  }
  .m6-columns .m6-item {
    height: 75vh;
  }
}
@media (max-width: var(--dp-mobile-landscape)) {
  .m6-items {
    display: flex;
  }
  .m6-items .m6-item {
    width: 50%;
  }
}
/*

M7 : Menu List

*/
.mod-m7 .img {
  background-position: center;
  background-repeat: no-repeat;
  min-height: 250px;
  margin: auto;
}

@media (min-width: var(--dp-tablet-portrait)) {
  .mod-m7 .dp-view-l-fit-flex .m7-row .descr {
    width: calc(100% - 400px);
  }
  .mod-m7 .dp-view-l-fit-flex .m7-row .img {
    width: 400px;
  }
  .mod-m7 .dp-view-l-fit-flex .m7-row {
    display: flex;
    width: 100%;
    align-items: center;
  }
  .mod-m7 .dp-view-l-fit-flex.m7-items.clmn-img_rt .m7-row {
    flex-flow: row-reverse;
  }
  .mod-m7 .dp-view-l-fit-flex.m7-items.clmn-img_rt.clmn-alt .m7-row:nth-child(even) {
    flex-flow: inherit;
  }
  .mod-m7 .dp-view-l-fit-flex.m7-items.clmn-img_rt .descr {
    text-align: left;
  }
  .mod-m7 .dp-view-l-fit-flex.m7-items.clmn-img_rt.clmn-alt .m7-row:nth-child(even) .descr {
    text-align: right;
  }
  .mod-m7 .dp-view-l-fit-flex.m7-items.clmn-img_lt.clmn-alt .m7-row:nth-child(odd) {
    flex-flow: row-reverse;
  }
  .mod-m7 .dp-view-l-fit-flex.m7-items.clmn-img_lt .descr {
    text-align: right;
  }
  .mod-m7 .dp-view-l-fit-flex.m7-items.clmn-img_lt.clmn-alt .m7-row:nth-child(odd) .descr {
    text-align: left;
  }

  .m7-items:not(.dp-view-l-fit-1) {
    margin-left: calc(0 - (var(--dp-site-padding)/4));
    margin-right: calc(0 - (var(--dp-site-padding)/4));
  }

  .m7-items:not(.dp-view-l-fit-1) > * {
    padding: calc(var(--dp-site-padding)/4);
  }
}
@media (max-width: var(--dp-mobile-landscape)) {
  .price {
    text-align: center;
  }
}
/* ---- nav-mobile.css---- */
/* mobile */






/* ---- nav.css---- */#dp-scrollnav-holder{
	position:fixed;
	width:100%;
	z-index:1000;
	top:0;
	 -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}





.dp-horiz 	ul{
		padding:0;
		margin:0;
	}

.dp-horiz 	li{
			display: inline-block;
	}






.dp-navbar .dp-toggle-icon:after, .dp-navbar .dp-toggle-icon:before {
    border-top: 2px solid;
    left: 0;
    right: 0;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
}

.dp-navbar{
	overflow:visible;
}
.dp-navbar	.dp-button-mobile-menu {
		
		position: absolute;
		box-sizing: border-box;
	
	}
		
.dp-navbar	.dp-toggle-icon {
		display: block;
	}
.dp-navbar	.dp-toggle-icon:before, .dp-toggle-icon:after {
		border-top: 6px solid;
		
	}
	
	


/*
 * This is where all the animation happens
 */
.dp-toggle-icon, .dp-toggle-icon:before, .dp-toggle-icon:after {

	transition: border-color .3s cubic-bezier(0.5, -0.5, 0.5, 1.5);
}


.dp-navbar	.dp-nav-mobile{
		position:fixed;
	}





/* ---- normalize.css---- */html .wp-block-post-content .acf-block-preview {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html .wp-block-post-content .acf-block-preview input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html .wp-block-post-content .acf-block-preview input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html .wp-block-post-content .acf-block-preview {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* Min width */
/* Min width */
/* Min width */
/* Min width */
/*

Preferences

*/
html:not(.wp-toolbar) #wpadminbar {
  top: -32px !important;
  -webkit-transition: top 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out;
  -ms-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}

body:hover #wpadminbar, html:hover #wpadminbar {
  top: 0px !important;
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -ms-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}

.nobull {
  margin: 0;
  padding: 0;
}
.nobull ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nobull li {
  list-style: none;
}

.hidden-field, .botcheck {
  display: none;
}

.med {
  font-weight: 300;
}

.b {
  font-weight: bold;
}

.lc {
  text-transform: none;
}

.u {
  text-transform: uppercase;
}

.fancybox-skin {
  overflow: visible;
}

html.fancybox-lock, html.fancybox-open, .fancybox-lock body, .fancybox-open body {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.alignright, .alignleft, .aligncenter {
  display: block;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  float: none;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 501px) {
  .alignleft, .alignright {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 1445px) {
  body > section, body > footer .container {
    padding-left: calc(var(--t-site-padding)/3);
    padding-right: calc(var(--t-site-padding)/3);
  }

  body > div > section {
    padding-left: calc(var(--t-site-padding)/3);
    padding-right: calc(var(--t-site-padding)/3);
  }

  iframe {
    width: 100% !important;
  }
}
@media (min-width: 767px) {
  .flex-m {
    display: -webkit-flex;
    display: flex;
  }
  .flex-m .flexed {
    display: flex;
  }
}
/* ---- overlay-tout.css---- */

/* @group Overlay Tout */

.overlay-tout img {
	width:100%!important;
	height:auto!important;
	object-fit:cover!important
}



.overlay-tout.mod h2{
	margin-bottom:0!important;
	padding-bottom:0!important;
	
}


.overlay-tout .button {
	background-color:transparent !important;
	width:auto!important;
	min-width:250px
}

.overlay-tout .button:hover {
	background-color:black !important;
	
}

.overlay-tout.mod {
	position:Relative;
	height:550px;
}

.overlay-tout.mod > div{
	padding-bottom:calc(var(--dp-site-padding)/2);
}

/* @end */

.fade-tint\:l:after{
	content:"";
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	bottom:0;
	z-index:2;
	background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.6) 40%, rgba(255,255,255,0) 100%);

	
}

@media(max-width:864px) {
	.overlay-tout{
		width:100% !important;
		height:auto !important;
		
	}
}/* ---- owl-carousel.css---- */
.owl-stage-outer {
	overflow:hidden!important;
}
 .owl-dots {
	align-items: center;
	justify-content:center;
	width:100%;
	display:flex;
	margin-top: 60px;
}

 .owl-nav.disabled {
	display:none;
}

.owl-dots button {
	width: 18px;
	height:18px;
	border:3px solid var(--dp-grey-norm);
	margin:0 8px;
	padding: 0;
	background-color:var(--dp-grey-norm);
	transition:background-color .3s ease;
}

.owl-dots button.active {

	background-color:var(--dp-color-secondary);
}/* ---- pagination.css---- */

/* ---- parallax.css---- */
/* @group Parallax */



html .wp-block-post-content .acf-block-preview img.parallax, html .wp-block-post-content .acf-block-preview picture.parallax{
	width:100%;
	height: 100%;
	object-fit: cover;
}



@media(min-width:768px) {

.offset .simpleParallax > * {
	left: -15vw !important;
	position:relative;
	
}

}


@media(min-width:767px) {
	
	
	.offset.fade-grey .simpleParallax:after {
		content:"";
		position:Absolute;
		top: 0;
		left: 0%;
		right: 0;
		bottom:0;
	
		background: linear-gradient(-90deg, #EAEAEA 40%, rgba(217, 217, 217, 0) 80%);
	}


}

.simpleParallax {
	top: 0;
	left: 0;
	right: 0;
	bottom:0
}

/* @end */

/* ---- poppup-overlay.css---- */
 /* ---- remove-recaptcha.css---- */html .wp-block-post-content .acf-block-preview .grecaptcha-badge {
    display: none !important;
}/* ---- search-bar.css---- */
/* Search box */





header button.fa-search{
	
	font-size: 19px;
	position:absolute;
	right: 20px;
	top: 42px;
	-webkit-appearance:none;
	appearance:none;
	border: none;
	background: none;
}


 html .wp-block-post-content .acf-block-preview header button.fa-search {
 	cursor:pointer;
}
 
 html .wp-block-post-content .acf-block-preview header button.fa-search:before {
	color: var(--dp-color-secondary);
	transition: color .3s ease;
	
}


 @media (hover: hover) {
	 html .wp-block-post-content .acf-block-preview header button.fa-search:hover:before {
		color: var(--dp-color-tertiary);
		
	}

}




@media(max-width:820px) {
	header button.fa-search {
		right: 15px;
		font-size: 22px;
		top: 15px;
	}
}

@media(max-width:820px) {
	header button.fa-search {
		top: 19px;
	}
}
/* ---- share-links.css---- */







/* ---- subscription-links.css---- */

@media(max-width:730px) {
	
	html .wp-block-post-content .acf-block-preview .subscription-links {
		border:1px solid black;
	
	}
	
}

html .wp-block-post-content .acf-block-preview  .subscribe-header {
	background: white;	
}



html .wp-block-post-content .acf-block-preview  .subscribe-header {
	display:inline-block;
	z-index:5;
	padding:0 15px;
	position:relative;
}


@media(min-width:600px) {
	
.row .link-rows {
	width:calc(100% - 300px);
}
}







 .fa-podcast:before {
  color: #cc35ff;
 }
 
 
 .fa-google:before {
  color:#367FFF;
 }
 .fa-spotify:before {
  color:#00D850;
 }
  .fa-rss:before {
  color: #fa9716;
 }





html .wp-block-post-content .acf-block-preview .subscription-links {
	z-index:4;
	text-align:right;
	position:relative;
	height:100%;
	padding: 0 10px;
	overflow:visible;
	justify-content:flex-start;
	text-align:Center;
	max-width:500px;
}




html .wp-block-post-content .acf-block-preview .subscription-links > div {
	overflow:visible;
}

.subscription-links{
	max-width:1024px;
	
}

 .subscribe-header {
	overflow:visible;
	position:relative;
	top: -15px;
	
	}
	
.subscriotion-links .link-rows{
	padding-top:20px;
	

}

.subscription-links.link-rows,  .subscription-links [class*='fa']:before {

	height:50px;
	font-size: 40px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	

}


 html .wp-block-post-content .acf-block-preview .link-rows{
	margin:0 auto;
	align-self: center;

 }


.link-rows a {
		margin-bottom:20px;
		display:block;
}

.subscription-links .link-rows a span{
display: block;
font-weight: bold;
text-transform:uppercase;
font-size: 13px;
margin-top:3px;
font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

}

.subscription-links.link-rows .fa-rss:before {
	font-size: 35px;
	position:relative;
	bottom:-7px;
}

.subscription-links .link-rows a {
	min-width:80px;
}

a.provider-link .icon {
    top: 5px;
	width:100%;
    background-position: center;
    position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	margin:auto;

}


html .wp-block-post-content .acf-block-preview .subscription-links-row {
	padding:0 15px;
}



@media(max-width:1024px) {

html .wp-block-post-content .acf-block-preview .subscription-links {
	max-width:500px;
	margin-right:Auto;
	margin-left:Auto;
}

}


  .subscription-links .iheart .icon {
    height: 33px;
  
}
	


@media(min-width:768px) {
	
	html .wp-block-post-content .acf-block-preview .subscription-links  .provider-links {
		text-align:Center;
		margin:auto;
		padding:10px!important;
	}


	html .wp-block-post-content .acf-block-preview .subscription-links-row .subscription-links {
		border:none;
		max-width:1024px;
		padding:0px 10px!important;
		
	}
	html .wp-block-post-content .acf-block-preview .subscription-links-row  .subscription-links .subscribe-header{

	top: 0;
	}
	
	html .wp-block-post-content .acf-block-preview .subscription-links-row  .subscription-links .subscribe-header h3{
	font-weight: 300;

	}
		html .wp-block-post-content .acf-block-preview .subscription-links-row .link-rows a {
		margin-bottom:10px;
		
	}
}


@media(max-width:768px) {

.subscription-links {
	max-width:500px;
}

}

/* ---- tag-nav.css---- */

html .wp-block-post-content .acf-block-preview .tag-nav {
	border-top: 1px solid var(--dp-color-secondary);
	border-bottom: 1px solid var(--dp-color-secondary);
	padding:14px 
}


html .wp-block-post-content .acf-block-preview .tag-nav, html .wp-block-post-content .acf-block-preview .tag-nav .links, html .wp-block-post-content .acf-block-preview .tag-nav .trend-title {
    position: relative;
    overflow: visible;
    z-index:2;


}

html .wp-block-post-content .acf-block-preview .tag-nav .trend-title {
    top:-2px;
}


html .wp-block-post-content .acf-block-preview .tag-nav .trend-title:before {
    content: "";
    background: var(--dp-color-secondary);
    width: 50vw;
    height: 60px;
    display: block;
    position: absolute;
    right: 2px;
    top: -22px;
    z-index:1;
}

html .wp-block-post-content .acf-block-preview .tag-nav span {
	position:Relative;
	padding-right:8px;
	margin-right:6px;

}

html .wp-block-post-content .acf-block-preview .tag-nav .trend-title{
    padding-right:calc(var(--dp-site-padding)/4);
}

html .wp-block-post-content .acf-block-preview .tag-nav .trend-title span{
	padding:0; margin:0; z-index:2
}




html .wp-block-post-content .acf-block-preview .tag-nav a{
	color:#333;
	padding:0 15px;
}


 @media (hover: hover) {
		html .wp-block-post-content .acf-block-preview .tag-nav a:hover{
			color:var(--dp-color-secondary);
		
		}



}/* ---- theme-toggle.css---- */
.theme-toggle {
	position:fixed;
	bottom: 0;
	right: 5px;
	width: 95px;
	height:35px;
	border:1px solid #333;
	border-bottom:none;
	border-radius:10px 10px 0 00;
	background-color: white;
	mix-blend-mode: difference;
	z-index:1000;

}


.theme-toggle .control:before{
	content:"";
	position:absolute;
	width: 15px;
	height:15px;
	top: 6px;
	left: -20px;
	background-image: url('/wp-content/themes/theme/assets/images/icon-toggle-light.svg');
	background-size: contain;
}

.theme-toggle .control:after {
	
	content:"";
	position:absolute;
	width: 13px;
	height:13px;
	top:6px;
	left:auto;
	right: -20px;
	background-image: url('/wp-content/themes/theme/assets/images/icon-toggle-dark.svg');
	background-size: contain;
}


.theme-toggle .control{
	position: absolute;
	top: 5px;
	left: 28px;
	width:35px;
	height:40px;
	overflow:visible;
	}

.theme-toggle .hit{
	position: absolute;
	border-radius:30px;
	background-color:black;
	height:18px;
	left:0px;
	top: 4px;
	width:100%;
	display:block;
	border-left:none !important;
	
	
}


.theme-toggle button .toggle{
	position: absolute;
	width: 15px;
	height:16px;
	top: 1px;
	left: 0;
	padding:0;
	background-color:white;
	border-radius:50%;
	transition:left .3s ease;
}


 @media (hover: none) {
 	.theme-toggle {
		right:0;
		border-radius:10px 0px 0 0;
		width: 100px;
	}
 }



html .wp-block-post-content .acf-block-preview .theme-toggle button .toggle{
	left: 2px;
	
}/* @override 
	https://lowellcannastg.wpenginepowered.com/wp-content/themes/shapeshifter/assets/css/theme/theme.css?* */



.dp-nav-spacer {
    transition: margin .3s ease;
}

@media(min-width:769px) {
	
	main {
		font-size: var(--dp-txt-norm);
	}
}

@media(max-width:768px) {
	z-index

	main {
		font-size: var(--dp-txt-norm-mob);
	}
}


html[class*=" "] {
	margin-top:0px !important;
}

:root {
	--lowell-green: #56A564;
	
}
html .wp-block-post-content .acf-block-preview body.fullscreen main{
	padding:0 !important;
	margin:0 !important
}

html .wp-block-post-content .acf-block-preview .full-h {
	 height:100vh;
     display: inline-flex;
	 width:100%;
	 justify-content:space-around;
	 align-items: center;


}


html .wp-block-post-content .acf-block-preview .mod img.banner {
    max-width: 1210px !important;
}

html .wp-block-post-content .acf-block-preview main {
	margin-bottom:-1px;
}
html.age-gate body{
	height:100vh !important;
	overflow:hidden;
	background-color:var(--dp-color-primary) !important;
}
html .wp-block-post-content .acf-block-preview .header-banner + .full-h {
	 height:calc(100vh - 59.6px);
}

html.age-gate body .mod-txt img{
	max-width: 490px!important;
}

@media(min-width:768px) {
	

	html .wp-block-post-content .acf-block-preview .full-mantle {
		
		display:flex;
		align-content:space-between
	}
	
	html .wp-block-post-content .acf-block-preview .full-mantle > .dp-contain{
			width: 100%;
			align-self: center; 
	}

}



@media(min-width:769px) {
	

	html .wp-block-post-content .acf-block-preview .full-mantle .owl-stage{
		height:500px;
	} 

}

html .wp-block-post-content .acf-block-preview .full-mantle .owl-stage-outer{
	overflow:hidden
} 



[data-slider-name="promoslider"] .dailydeals {
	background-color:rgba(88,134,145,.7);
	padding:50px!important;
	width:auto;
	max-width:80%;
	margin:auto;
	border-radius:38px;
	text-align:Center;
}

[data-slider-name="promoslider"] .fiftyoff .dp-valign{
	width: 100%;
}

[data-slider-name="promoslider"] .fiftyoff .dp-valign img{
	max-width:50%
}
[data-slider-name="promoslider"] .dailydeals *:is(h1,h2,h3,h4,p) {
	text-align:Center;

}

[data-slider-name="promoslider"] .khalifa .dp-valign{
	width:100%!important;
	padding-left:70px;
	overflow:visible
}

[data-slider-name="promoslider"] .khalifa .dp-valign{
	width:100%!important;
	padding-left:70px;
	overflow:visible
}


[data-slider-name="promoslider"] .khalifa .dp-valign img[src*="khalifa"]{
	left:26%;
	width:110% !important;
	margin-top: -10%;
	position: relative;
}


@media(max-width:768px) {
	.deal-blocks{
	margin-top: 0;
	padding-top: 0;
		display:block!important;
	}
	.deal-blocks > *{

		text-align:left;
		max-width:250px;
		margin:auto;
}

	.deal-blocks   img{
		margin:0 !important
}
}




/*

html .wp-block-post-content .acf-block-preview .gutter.bleed {
	position:static;
}

.gutter.bleed .mod-m1{ 
position:fixed;
top: 0;

}

html .wp-block-post-content .acf-block-preview .gutter.bleed > *{
	border:1px solid #00;
	position:absolute;
	top: 0;
	right: 0;
	bottom: 0;
	
}


.has-bleed
.constrain-width-50 {
	width:100% !important;
	position:relative;
}


html .wp-block-post-content .acf-block-preview .gutter.bleed {
	width:50% !important;
}
*/



















html .wp-block-post-content .acf-block-preview .gutter.bleed .has-content{
	position:static!important
}



html .wp-block-post-content .acf-block-preview .gutter.bleed .bleed-map, html .wp-block-post-content .acf-block-preview .gutter.bleed .bleed-map div{

	position:static;
	overflow:visible;
	display:inline
}

.bleed-overlap{
	position:Relative;
	z-index:5 !important;
	margin-bottom:-18px;
	background-color: transparent!important;
}
.bleed-overlap + div {
	position:Relative;
	z-index:4
}
html .wp-block-post-content .acf-block-preview .map-tone .mod-txt {
	background-color: white;
}

html .wp-block-post-content .acf-block-preview .map-tone .mod-txt:after{
content:"";
position:absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;

width: 100%!important;
background: #f4f9b3;
z-index:1
}


 
html .wp-block-post-content .acf-block-preview .map-tone iframe{
	opacity:.7;
	position:relative;
	z-index:2 !important;
	margin-bottom:0!important
}

html .wp-block-post-content .acf-block-preview .mod-txt iframe[src*="google.com"] {
	width:100%!important
}



html .wp-block-post-content .acf-block-preview .bleed-overlap  .bleed-map{
	box-shadow:5px 0 5px rgba(0,0,0.5);
	margin-bottom:20px

}

 html .wp-block-post-content .acf-block-preview .bleed-overlap .map-tone .mod-txt:after{
 	bottom:18px;
 }



@media(min-width:768px) {

html .wp-block-post-content .acf-block-preview .bleed-overlap  .bleed-map{
	box-shadow:5px 0 5px rgba(0,0,0.5);
	margin-bottom:20px

}

 html .wp-block-post-content .acf-block-preview .bleed-overlap .map-tone .mod-txt:after{
 	bottom:10px;
 }


 html .wp-block-post-content .acf-block-preview .bleed-overlap .mod-m1:not(.bleed-map) .mod-txt{
		padding-bottom:20px
}

html .wp-block-post-content .acf-block-preview .gutter.bleed iframe{
	height:100%;
	left: 0;
	top: 0;
	width: 100%!important;


	filter:  saturate(90%);
}

	html .wp-block-post-content .acf-block-preview .gutter.bleed .no-bleed-content >div
	{
		min-width:100vw
	}
	
	.has-bleed  .constrain-width-50  {
	width:calc((var(--dp-site-width) / 2 ) + (var(--dp-site-padding) / 2.5));
	}
	


	
	.has-bleed [class*="dp-grid"] .gutter:nth-child(1)  {
	justify-content:flex-end;
	}
	
	.has-bleed	[class*="dp-grid"] .gutter:nth-child(1):not(.bleed) .constrain-width-50  {
	    padding-left: calc(var(--dp-site-padding) / 4);
	}
	
	.has-bleed	[class*="dp-grid"] .gutter:nth-child(2):not(.bleed) .constrain-width-50  {
	    padding-right: calc(var(--dp-site-padding) / 4);
	}



}




@media(max-width:768px) {
	

	html .wp-block-post-content .acf-block-preview .gutter.bleed  .bleed-map{
		box-shadow:0px 1px 10px rgba(0,0,0, .3);
		margin-bottom:10px;
		display:block;
		padding-bottom:0;


	
	}
	
	html .wp-block-post-content .acf-block-preview   mod-m1.map-tone  {
		
				height:450px;
	}
	


	html .wp-block-post-content .acf-block-preview .gutter.bleed .no-bleed-content,
	html .wp-block-post-content .acf-block-preview .gutter.bleed .no-bleed-content .m1_img
	{
     	height:auto;
		position:relative;
		width:100%!important;
		display:block
	}
}


@media(max-width:500px) {
	

	html .wp-block-post-content .acf-block-preview   .map-tone,
	html .wp-block-post-content .acf-block-preview  .map-tone iframe{
		height:300px !important;

	
	}
}
























a {
	transition: all .3s ease;
}


html .wp-block-post-content .acf-block-preview .parallax-mantle img{
	

	width:100% !important;
	height:auto !important;
	object-fit:cover !important;
	object-position:left center;
	
}

html .wp-block-post-content .acf-block-preview .parallax-mantle [class*="dp-grid"] .gutter.bleed:nth-child(even) >*{
	transform-origin: 0 50%;
	left: 50%;
	
}

html .wp-block-post-content .acf-block-preview .parallax-mantle [class*="dp-grid"] .gutter.bleed:nth-child(odd) >*{
		transform-origin: 100% 50%;
	left: 0%;
	
}

html .wp-block-post-content .acf-block-preview .parallax-mantle [class*="dp-grid"] .gutter.bleed:nth-child(even) *:is(>*, >* img, .mod-m1){
	transform-origin: 0 50%;

	
}






 html .wp-block-post-content .acf-block-preview .gutter.bleed:nth-child(even) .m1_img_bg.fixed{
	background-position:0% center
	
}


html .wp-block-post-content .acf-block-preview  .gutter.bleed:nth-child(odd) .m1_img_bg.fixed{
	background-position:0% center
	
}



.gutter.bleed .m1_img_bg.fixed .gutter.bleed:nth-child(odd) >*{
	transform-origin: 0 50%;
	left: 0%;
	
}


.parallax-mantle [class*="dp-grid"] .gutter.bleed:nth-child(odd) *:is(>*, >* img, .mod-m1){
	transform-origin: 100% 50%;
	

	
}



html .wp-block-post-content .acf-block-preview .parallax-mantle .gutter{

	 height:100vh;
		min-height:490px;
	height: calc(100vh - 140px);
}




html .wp-block-post-content .acf-block-preview .gutter.bleed .mod-m1.fixed{ 
position:fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index:1


}


 html .wp-block-post-content .acf-block-preview main *:not(.fixed) {
	position:relative;
	z-index:1
}


html .wp-block-post-content .acf-block-preview .zindex\:10 {
	z-index:10
}



@media(min-width:768px) {
	

html .wp-block-post-content .acf-block-preview [class*="dp-grid"] .gutter.bleed:nth-child(even) .mod-m1.fixed {
	left: auto!important;
	 width: 50%;
	
}




}


html .wp-block-post-content .acf-block-preview .mod-m1 .m1_img_bg.fixed {
	background-repeat:no-repeat;
	background-attachment:normaal;
	background-size: cover;
	background-position:100% center !important;


}

html .wp-block-post-content .acf-block-preview .mod-m1-clmns .m1_img.fixed {

	background-attachment:fixed;
	background-size: cover;
	background-position: center bottom;



}



@media(max-width:768px) {
html .wp-block-post-content .acf-block-preview .gutter.bleed{
position:relative;
}

html .wp-block-post-content .acf-block-preview .mod-m1.fixed {

	position:Relative !important;
	width:100%;
	
	
}

 html .wp-block-post-content .acf-block-preview .mod-m1.fixed .fill{
	position:relative!important;
	height:300px;

	
	
}

html .wp-block-post-content .acf-block-preview .mod-m1 .m1_img_bg.fixed {

	background-attachment:fixed;
	



}

}

html .wp-block-post-content .acf-block-preview .x-full-mantle * {
	overflow:visible;
}

html:not(.wp-toolbar) .lowell-logo {
	opacity:0;
	transition: all 500ms cubic-bezier(0.000, 1.075, 1.000, 1.000)  1s;
	transform:translateY(-100px);
}


html:not(.wp-toolbar) .lowell-info {
	position:relative;
	opacity:0;
	transition: all 500ms cubic-bezier(0.000, 1.075, 1.000, 1.000)  1s;
	transform:translateY(100px);
}



@media(max-width:768px) {
	
	
	.lowell-logo {
		max-width:300px !important
	}
	
	.full-mantle {
		padding:0 !important
	}

}


body.loaded .lowell-logo {
	opacity:1;
	transform:translateY(0px);
}

html .wp-block-post-content .acf-block-preview body.loaded .lowell-info {
	opacity:1;
	transform:translateY(0px);
}
htm .mod .m1_img {

 top:0px;

 }


.mod .mod-txt {
	line-height:1.6em
}
.mod .mod-txt p a, .mod .mod-txt a{
	text-decoration:none;
}

a[href*="#order"] {
	cursor:pointer;
	
}

[href="#order"]:hover img{
	position:Relative;
}

[href="#order"]:hover img{

	 animation-name: bounce;
  -moz-animation-name: bounce;
   -webkit-animation-name: bounce;
   
   
 -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: all 500ms cubic-bezier(0.155, -0.105, 1.000, 0.110);
  animation-timing-function: all 500ms cubic-bezier(0.155, -0.105, 1.000, 0.110);
  animation-iteration-count: finite;
  -webkit-animation-iteration-count: finite;
  
}




 
  @keyframes bounce {
	0%, 100%, 20%, 50%, 80%, 10% {
	
		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0);
	}
	20% {
	
		-webkit-transform: translateY(-20px);
		-ms-transform:     translateY(-20px);
		transform:         translateY(-20px);
	}
	60% {
		-webkit-transform: translateY(-10px);
		-ms-transform:     translateY(-10px);
		transform:         translateY(-10px);

	}
}







.age-verify-btns {
	display:flex;
	justify-content: center;
	gap:20px

}

@media(max-width:600px) {
	.age-verify-btns {
		flex-direction: column;
			gap:10px
	}
}

.age-verify-btns {
	
}
.age-verify-btns div:not(:first-child){

}

.age-verify-btns button{
min-width:110px;
}


.mod-txt {
	font-size: var( --dp-txt-norm);
}

@media(max-width:500px) {
.mod-txt {
	font-size: var( --dp-txt-norm-mob);
}	
	
}
.mod-txt a, .mod-txt p a{
	color:inherit
}


@media(max-width:500px) {
.mod-txt {
	font-size: var( --dp-txt-norm-mob);
}

	
}




.mod-txt p a[href*="tel:"]{
	text-decoration:none
}



html .wp-block-post-content .acf-block-preview .dp-nav-desktop .dp-menu li.menu-item.coming-soon a {
    background-color: #0a2a35;
    color: #69758c !important;
    pointer-events: none;
}

html .wp-block-post-content .acf-block-preview .dp-nav-desktop .dp-menu  .catlink > a {
    pointer-events: none;
}


body{margin:0}

html .wp-block-post-content .acf-block-preview  h1, 
html .wp-block-post-content .acf-block-preview  h2, 
html .wp-block-post-content .acf-block-preview  h3, 
html .wp-block-post-content .acf-block-preview  h4 {
    font-family: var(--dp-font-primary);
    font-weight: 100;
    line-height: 1.4em;
	letter-spacing:.07em;
    margin:0;
    color: var(--dp-color-primary);
	
}


html .wp-block-post-content .acf-block-preview  h1:not(.dp-fnt\:3):not(.dp-txt\:xtrabig), 
html .wp-block-post-content .acf-block-preview  h2:not(.dp-fnt\:3):not(.dp-txt\:xtrabig),  
html .wp-block-post-content .acf-block-preview  h3:not(.dp-fnt\:3):not(.dp-txt\:xtrabig),  
html .wp-block-post-content .acf-block-preview  h4:not(.dp-fnt\:3):not(.dp-txt\:xtrabig)  {
	font-weight: 800;
	text-transform:uppercase;

}

html .wp-block-post-content .acf-block-preview .dp-fnt\:3 {
	font-weight: 400;
	line-height:1.1em
}

html .wp-block-post-content .acf-block-preview .dp-fnt\:3:is(h1,h2,h3) {
	font-weight: 400;
	line-height:1.3em
}




 [data-prod-cat] {
 	position:relative;
 	padding:calc(var(--dp-site-padding) / 2) 0 calc(var(--dp-site-padding) / 4);
	
 }
 [data-prod-cat] {
 	font-weight: 900!important;
 	text-transform:uppercase;
 }
 
  [data-prod-cat]:before {
    content:"";	
	position:Relative;
 	display:block;
 	width:86px;
 	height:86px;
 	margin:auto;
 	background-size: contain;
 	background-position:center center;
 	background-repeat: no-repeat;
 	background-image:url(/wp-content/themes/shapeshifter/assets/images/preroll_icon.svg);
 }



  [data-prod-cat="pre-roll"]:before {

 	background-image:url(/wp-content/themes/shapeshifter/assets/images/flower_icon.svg);
 }
 
  [data-prod-cat="flower"]:before {

 	background-image:url(/wp-content/themes/shapeshifter/assets/images/flower_icon.svg);
 }
  [data-prod-cat="vape"]:before {

 	background-image:url(/wp-content/themes/shapeshifter/assets/images/vape_icon.svg);
 }
   [data-prod-cat="edibles"]:before {

 	background-image:url(/wp-content/themes/shapeshifter/assets/images/edible_icon.svg);
 }
 
   [data-prod-cat="concentrates"]:before {

 	background-image:url(/wp-content/themes/shapeshifter/assets/images/concentrate_icon.svg);
 }



.tighter-kerning *:is(h1,h2,h3,h4){
	letter-spacing:.01em!important
}





.tighter-kerning *:is(h1,h2,h3,h4){
	letter-spacing:.01em!important
}



html .wp-block-post-content .acf-block-preview header .header_banner .header-button{
	color:var(--dp-color-primary) !important;
}

@media (max-width: 500px){

 [data-prod-cat] {
 	position:relative;
 	padding:calc(var(--dp-site-padding) / 4) 0 calc(var(--dp-site-padding) / 4);
	
 }
	
	
	
	html.slide--up body header .header_banner .header-button{
		top:3px !important;
	}
	html:not(.slide--up)  body header .header_banner .header-button{
		margin-top: 18px !important;
	}
}


@media (min-width: 728px) {
 

  html .wp-block-post-content .acf-block-preview *:is(.button, button) {
    padding: 15px 25px !important;
  }
}


html .wp-block-post-content .acf-block-preview .button-row br{
	display:none;
}

	

	
html .wp-block-post-content .acf-block-preview .button-row {
	display:flex;
	overflow:visible;
	padding-bottom:15px;
	justify-content:center;
	flex-wrap: wrap;
	gap:20px
	
}


@media(max-width:768px) {
	html .wp-block-post-content .acf-block-preview .button-row {
		padding: 0;
	}
}








html .wp-block-post-content .acf-block-preview  .button, 
.wpcf7-submit, 
html .wp-block-post-content .acf-block-preview  .ccf-submit-button, 
html .wp-block-post-content .acf-block-preview  [type="submit"], 
html .wp-block-post-content .acf-block-preview  button.button,
html .wp-block-post-content .acf-block-preview  .isbutton a {

	font-size: 13px;
	display: inline-block;
	line-height: .9em;
	height: auto;
	outline:none;
	cursor: pointer;
	text-decoration: none;
	transition: background-color, 0.3sease, color, 0.3sease;
	display: inline-block;
	padding: 13px 27px !important;
	text-transform: uppercase;
	transition: all .3s ease;
	cursor: pointer;
	border-radius:5px;
	letter-spacing:.03em !important;
	font-weight: 600 !important;
	text-align:center;

	margin-bottom:5px;
	font-family: var(--dp-font-secondary) !important;

}


html .wp-block-post-content .acf-block-preview  .button:not([class*="btn-drk"]):not([class*="-line"]), 
.wpcf7-submit:not([class*="btn-drk"]):not([class*="-line"]), 
html .wp-block-post-content .acf-block-preview  .ccf-submit-button:not([class*="btn-drk"]):not([class*="-line"]), 
html .wp-block-post-content .acf-block-preview  [type="submit"]:not([class*="btn-drk"]):not([class*="-line"]), 
html .wp-block-post-content .acf-block-preview  button:not([class*="btn-drk"]):not([class*="-outline"]):not([class*="-line"]).button,
html .wp-block-post-content .acf-block-preview  .isbutton:not([class*="btn-drk"]):not([class*="-line"]) a {
	 
	background-color: var(--dp-color-quinary);
	color: var(--dp-color-primary);
	border: 3px solid var(--dp-color-quinary);
}




html .wp-block-post-content .acf-block-preview  .button:not([class*="btn-drk"]):not([class*="-line"]):hover, 
.wpcf7-submit:not([class*="btn-drk"]):not([class*="-line"]):hover, 
html .wp-block-post-content .acf-block-preview  .ccf-submit-button:not([class*="btn-drk"]):not([class*="-line"]):hover, 
html .wp-block-post-content .acf-block-preview  [type="submit"]:not([class*="btn-drk"]):not([class*="-line"]):hover, 
html .wp-block-post-content .acf-block-preview  button:not([class*="btn-drk"]):not([class*="-outline"]):not([class*="-line"]).button:hover,
html .wp-block-post-content .acf-block-preview  .isbutton:not([class*="btn-drk"]):not([class*="-line"]) a:hover {
	 
	background-color: var(--dp-color-primary);
	color: var(--dp-color-secondary);
	border: 3px solid var(--dp-color-primary);
}



html .wp-block-post-content .acf-block-preview  .button.btn-alt-hover:not([class*="btn-drk"]):not([class*="-line"]):hover, 
.wpcf7-submit.btn-alt-hover:not([class*="btn-drk"]):not([class*="-line"]):hover, 
html .wp-block-post-content .acf-block-preview  .ccf-submit-button.btn-alt-hover:not([class*="btn-drk"]):not([class*="-line"]):hover, 
html .wp-block-post-content .acf-block-preview  [type="submit"].btn-alt-hover:not([class*="btn-drk"]):not([class*="-line"]):hover, 
html .wp-block-post-content .acf-block-preview  button.btn-alt-hover:not([class*="btn-drk"]):not([class*="-outline"]):not([class*="-line"]).button:hover,
html .wp-block-post-content .acf-block-preview  .isbutton.btn-alt-hover:not([class*="btn-drk"]):not([class*="-line"]) a:hover {
	 
	background-color:transparent;
	border: 3px solid var(--dp-color-quinary);
	color:var(--dp-color-quinary);
}





html .wp-block-post-content .acf-block-preview  .button.btn-rev:not([class*="btn-drk"]):not([class*="-line"]):hover, 
.btn-rev .wpcf7-submit:not([class*="btn-drk"]):not([class*="-line"]):hover, 
html .wp-block-post-content .acf-block-preview  .ccf-submit-button.btn-rev:not([class*="btn-drk"]):not([class*="-line"]):hover,  
html .wp-block-post-content .acf-block-preview  [type="submit"].btn-rev:not([class*="btn-drk"]):not([class*="-line"]):hover, 
html .wp-block-post-content .acf-block-preview  button.button.btn-rev:not([class*="btn-drk"]):not([class*="-outline"]):not([class*="-line"]):hover, 
html .wp-block-post-content .acf-block-preview  .isbutton.btn-rev:not([class*="btn-drk"]):not([class*="-line"]) a:hover {
	background-color: transparent;
	color: var(--dp-color-quinary);
	border: 3px solid var(--dp-color-quinary);
}




html .wp-block-post-content .acf-block-preview  .isbutton.btn-drk a,
html .wp-block-post-content .acf-block-preview  .button.btn-drk {
	background-color: var(--dp-color-primary);
	border-color:var(--dp-color-primary);
	color: var(--dp-color-secondary);


}

html .wp-block-post-content .acf-block-preview  .isbutton.btn-drk a,
html .wp-block-post-content .acf-block-preview  .button.btn-drk {
	background-color: var(--dp-color-primary);
	border: 3px solid var(--dp-color-primary);
	color: var(--dp-color-secondary);

}

html .wp-block-post-content .acf-block-preview  .isbutton.btn-drk a:hover,
html .wp-block-post-content .acf-block-preview  .button.btn-drk:hover {
	background-color: transparent;
	border-color:var(--dp-color-primary);
	color: var(--dp-color-primary);
}



html .wp-block-post-content .acf-block-preview  .isbutton.btn-line a,
html .wp-block-post-content .acf-block-preview  .button.btn-line {
	background-color:transparent;
	border: 3px solid var(--dp-color-quinary);
	color:var(--dp-color-quinary);

}

html .wp-block-post-content .acf-block-preview  .isbutton.btn-line a:not(:hover),
html .wp-block-post-content .acf-block-preview  .button.btn-line:not(:hover){
	box-shadow:none;
}



html .wp-block-post-content .acf-block-preview  .isbutton.btn-line a:hover,
html .wp-block-post-content .acf-block-preview  .button.btn-line:hover {
	background-color:var(--dp-color-quinary);
	border: 3px solid var(--dp-color-quinary);
	color:var(--dp-color-primary);
}


html .wp-block-post-content .acf-block-preview  .isbutton.btn-drk-line a,
html .wp-block-post-content .acf-block-preview  .button.btn-drk-line {
	background-color:transparent;
	border: 3px solid var(--dp-color-primary);
	color:var(--dp-color-primary);

	

}

html .wp-block-post-content .acf-block-preview  .isbutton.btn-drk-line a:not(:hover),
html .wp-block-post-content .acf-block-preview  .button.btn-drk-line:not(:hover){
	box-shadow:none;
}

html .wp-block-post-content .acf-block-preview  .isbutton.btn-drk-line a:hover,
html .wp-block-post-content .acf-block-preview  .button.btn-drk-line:hover {
	background-color:var(--dp-color-primary);
	border: 3px solid var(--dp-color-primary);
	color:var(--dp-color-secondary);
	

}



.reservation-req .subtitle{
    padding-left:0;
    color:black;
    font-style: italic;;
}




html.wp-toolbar .masthead {
    height:600px!important
    
}



.dp-contain:is(default-spacing\:all, default-spacing\:sides) {
	max-width:calc(var(--dp-site-width) + var(--dp-site-padding));
}


.mantle h1 {

   font-size: var(--dp-txt-headline-xtrabig);
   
}

.mantle .subhead {
	font-size: 60px;
	color: var(--dp-color-quinary);
}




@media(min-width:1100px) {
	.mantle h1 {
   		font-size: var(--dp-txt-headline-xtrabig-xl);
	}
	.mantle .subhead {
		font-size: 60px;
	}


}

@media(max-width:768px) {
	.mantle h1 {
   		font-size: var(--dp-txt-headline-xtrabig-mob);
	}
	
	.mantle .subhead {
		font-size: 30px;
	}
}







html .wp-block-post-content .acf-block-preview .m1_img + *{
	position: relative;
	z-index: ;
}

html .wp-block-post-content .acf-block-preview img:not(.nosize):not(.nocrop) {
		width:100%;
		max-width:none;
		height: 100%;
		object-fit:cover;
		margin:auto;

	
}

html .wp-block-post-content .acf-block-preview img.nocrop:not(.nosize) {
		width:100%;
		max-width:none;
		height: auto;
		margin:auto;

	
}

html .wp-block-post-content .acf-block-preview .section-rule{
	    border-top: 1px solid var(--dp-color-tertiary)
}


@media(min-width:728px){
.x-default-spacing\:all {
	padding:calc(var(--dp-site-padding)/3.5) ;
}
}


html .wp-block-post-content .acf-block-preview .tight-width {
	max-width: 968px;
}


html .wp-block-post-content .acf-block-preview .masthead{
	height:calc(100vh - 264px);
	display:flex;
	align-items: center;
	min-height:300px;
	
	max-height:1024px
}


@media(max-width:600px) {
	
	html .wp-block-post-content .acf-block-preview .clmn-rev-mob [class*='dp-grid']{
	
		flex-direction: column-reverse;
	
		
	}
}

@media(min-width:601px) and (max-width:1024px){
	
	html .wp-block-post-content .acf-block-preview .clmn-rev-tab [class*='dp-grid']{
	
		flex-direction: column-reverse;
	
		
	}
}




footer hr {
	margin:auto;
}




.newsletter-signup {

	margin:15px 0;
}

.newsletter-signup .wpcf7 p{
	text-align:center;

}
.newsletter-signup .wpcf7 .label {
	display:none;
	
}
.wpcf7 form p{
	display:inline;

}

.wpcf7 form  .wpcf7-spinner {
	position:Absolute;
}

.wpcf7 form br {
	display:none;
}

.wpcf7-response-output {
	font-size: 13px!important;
	border:none!important;
	padding-top:10px !important;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{
	padding:3px 10px 5px;
	width: auto;
	max-width:100%;
	box-sizing: border-box !important;
	color: var(--dp-color-primary);
	font-weight: 600!important;
}


.wpcf7 .wpcf7-not-valid {
	border:2px solid var(--dp-color-quinary) !important;
}
.wpcf7 .wpcf7-not-valid-tip {
	display: none;;
}

 .wpcf7  input::placeholder {
  font-weight:400;
 	color:#ccc;
 }
.wpcf7  input::-webkit-input-placeholder {
	  font-weight:400;
	  color:#ccc;
}
 .wpcf7  input::-moz-placeholder {
 	  font-weight:400;
 	  color:#ccc;
 }
 .wpcf7  input:-ms-input-placeholder {
 	  font-weight:400
 }
 .wpcf7  input:-moz-placeholder { 
   font-weight:400;
   color:#ccc;

}


html .wp-block-post-content .acf-block-preview .txt-lght{
	color: var(--dp-color-quinary);

}					


html .wp-block-post-content .acf-block-preview .txt-lght	:is(p,h1,h2,h3,h4,h5,.txt-stylized):not([class*="clr"]) {
		color: var(--dp-color-secondary) ;

	}
	
	


@media(min-width:1211px) {
	html .wp-block-post-content .acf-block-preview .dp-txt\:xtrabig:is(*,h1,h2,h3,h4) {
		font-size:var(--dp-txt-headline-xtrabig-xl);
	}
}


@media(min-width:769) and (max-width:1210px) {
		
	
	html .wp-block-post-content .acf-block-preview .dp-txt\:xtrabig:is(*,h1,h2,h3,h4) {
		font-size:var(--dp-txt-headline-xtrabig);
	}

}

@media(max-width:768) {
		
	
	html .wp-block-post-content .acf-block-preview .dp-txt\:xtrabig:is(*,h1,h2,h3,h4) {
		font-size:var(--dp-txt-headline-xtrabig-mob);
	}

}



html .wp-block-post-content .acf-block-preview .lcase {
	text-transform:lowercase
}

html .wp-block-post-content .acf-block-preview .spaced-lines {
	line-height:1.5em;
	display:block;
}



.mod-m2 .item.txt-lght p,
.mod-m2 .item.txt-lght a {
	color: var(--dp-color-secondary);
}

html .wp-block-post-content .acf-block-preview .txt-lght :is(*) {
	color: var(--dp-color-secondary);
}


.fa {
	position:Relative;
}
.fa a{
	position:absolute!important;
	display:block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	font-size: 0;
	color:transparent !important
}


.fa.fa-facebook:before{
   font-size: 27px;
}

.fa.fa-instagram:before{
   font-size: 30px;
}



.mod-contain.fill {
	width:100%;
}

.footer * {
			
			overflow:visible;
		}

		.footer img {
			margin-left: -5px !important;
		}

@media(min-width:768px) {
	
	
	.newsletter-subscription .mod-txt {
		display:flex;
		width:100%
	}
	
	.newsletter-subscription .mod-txt h2{
			width:auto;
			padding-right:30px;
		}
		
		
	
}


.form-submit {
	text-align:Center;
}

.reserve-dining .gutter:first-of-type img {
	height:30px;
	width:auto!important
}

.reserve-dining .gutter:last-of-type img {
	height:140px!important;
	display:block;
	
}



@media(min-width:768px) {
	

	.reserve-dining .button-pos{
	margin-top: 0;

	}
	
}


@media(max-width:768px) {
	
	.reserve-dining .mod-txt{
	
		text-align:center;
	}
		
	.reserve-dining .button-pos{

	text-align:center;
	}
	
}

@media(min-width:768px) {
		
	
	.newsletter-subscription .mod-txt h2{
		white-space:nowrap;
	
	}
		.newsletter-subscription .ccf-form-wrapper .field{
			margin:0
		}



		.newsletter-subscription .ccf-form-wrapper form{
			display:flex;
			justify-content:space-between;
			align-items: center;
			overflow:visible;
			
		}
		


	.newsletter-subscription .ccf-form-wrapper [data-field-type="email"]{
		max-width: calc(100% - 150px) !important;
		width:100%!important;
		overflow:visible;
	}

}


.newsletter-subscription .ccf-form-wrapper [data-field-type="email"] input{
	background-color: white;
	width:100% !important;
	color:var(--dp-color-tertiary);
	border: 1px solid #d3d3d3 !important;
	border-radius:6px;
	padding:11px 20px;
	box-shadow:inset 0 0 4px #ccc;

	
}




@media(max-width:768px) {
	.mod-m2:not(.icon-nav) .grid-items .item:not(:last-of-type){
		padding-bottom:calc(var(--dp-site-padding)/4);
	}
}


.contact-clmns p {
	display:block;
	line-height:1.4em;

}

@media(min-width:768px) {
		
	
	.contact-clmns.divider .grid-items > div:nth-child(odd){
			border-right: 1px solid var(--dp-color-secondary);
			padding-right:calc(var(--dp-site-padding)/2);
			
	}
	.contact-clmns.divider .grid-items > div:nth-child(even){
			padding-left:calc(var(--dp-site-padding)/2);
			
	}

}

@media(max-width:767px) {
	.contact-clmns.divider .grid-items > div:nth-child(odd){
			border-bottom: 1px solid var(--dp-color-secondary);
			padding-bottom:0!important;
			
	}
	
	.contact-clmns.divider .grid-items > div:nth-child(even){
			padding-top:calc(var(--dp-site-padding)/4);
			padding-bottom:0!important;
			
	}
	
	.contact-clmns.divider .grid-items > div .mod-txt{
			padding-top:0px!important;
			padding-bottom:10px!important;
			
	}
	
}

@media(min-width:768px) and (max-width:1050px) {
	.contact-clmns.divider .grid-items > div:nth-child(odd){
			width:70% !important
			
	}
	
	.contact-clmns.divider .grid-items > div:nth-child(even){
			width:30% !important;
			
	}
	
	
	
}	
		 
			
			
			
			
			.mod-m2 .item .thumb:not(.fitimg) img {
				
				width: 100%;
			}
			
		 .owl-carousel .owl-nav {
			position:static;
			bottom:var(--dp-site-padding);
			width:100%;
			left:0;
			z-index:10;
			text-align:left;
			top: calc(50% - 100px);

			
		}
		
		 .owl-carousel .owl-nav button {
			width:80px;
			background:none;
			position:absolute;
			border:none;
			padding:0;
			top: calc(50% - 30px);
		}
		
		 .owl-carousel .owl-nav button {
			width:60px;
			background:none;
			border:none;
			
		}
		
		
		
		 .owl-carousel .owl-nav button span{
	
			font-size: 70px;
			font-weight: 100!important;
			
		}
		

			@media(hover:false) {
			
			 .owl-carousel .owl-nav button:hover {
				color: var(--dp-color-primary);
			}
		}
	
		.owl-carousel .owl-dots button{
			  border:none;
			  width:16px;
			  height:16px;
			  padding:0 !important;
			  border-radius:50%!important;
			 background-color: rgba(255,255,255,.5)
		
			
		}
		
		.owl-carousel .owl-dots button.active {
			  	 background-color:white
		}
		
		
		.owl-carousel .info{
			display:flex;
			flex-direction:column;
			align-items: center;
			justify-content:Center;	
		     text-align:Center;	
		}
		
		.owl-carousel .info h3{
			line-height:1em;
			min-height:50px;
		}
		
	
		
		[data-slider-name="bottles"]  .item .thumb {
			height:210px!important
		}
		
		
		
		 .owl-carousel .owl-dots {
			z-index:11;
			position:absolute;
			bottom:calc(var(--dp-site-padding)/4);
			display:inline-block;
			
			text-align:Center;
			

		
		}
		
		@media(min-width:501px) {
			.owl-carousel .owl-dots {
			width:calc(100% - 160px);
			left: 80px;		
			}
		}
		
		
		
		@media(max-width:768px) {
				[data-slider-name="bottles"] .thumb{
					text-align:center;
				}
				
				[data-slider-name="bottles"] .thumb img{
				width:auto !important;
				margin:auto;
				
				}
				
			
		
				
				
		}
		
		
		 .owl-carousel .owl-nav .owl-next{
			position:absolute;
			right: 0;
		}
	
		
		 .owl-carousel .slide,
		 .owl-carousel .slide img{
			width:100% !important;
		}
		
		
		.owl-item {
			position:relative;
			overflow:hidden;
		}



		
		
		.owl-stage {
			display:flex;
			position:relative;
			align-items:flex-end;
		}


		.promo-slider2 .owl-stage {
			align-items:center
		}
	
	
		
		
		.ig-iframe-mask {


			overflow:hidden;
			position:relative;
			margin:auto;
			text-align:center;

				
			}
			
			.ig-iframe-mask  iframe{
			margin-top: -34% !important;
			margin-right:auto !important;
			margin-left:auto !important;
			position:Relative;
		
		
			
		}
		
		
		
		@media(min-width:769px) {
			
			.owl-stage-outer {
				overflow:hidden!important;
			}
		
		}
		
		
		@media(max-width:768px) {
			
			.owl-dots button {
				margin:0 3px
			}
			
			html	.owl-carousel, html .wp-block-post-content .acf-block-preview .owl-stage-outer {
				overflow:visible!important;
			}
			
			 html .wp-block-post-content .acf-block-preview .slide-preview .owl-stage-outer .owl-item {
			 	opacity:.3;
			 	margin-right:25px !important;
			 	transition: opacity .3s ease-in-out ;
			 }
		
		
		html .wp-block-post-content .acf-block-preview .slide-preview .owl-stage-outer .owl-item.active {
			 	opacity:1
			 }
		
			
			}


	@media(max-width:600px) {
		
		.slide-preview .owl-carousel{
			width: calc(100% - 100px);
			margin-right:auto;
			margin-left: auto;
		
		}
		
		.ig-iframe-mask  iframe{
			margin-top: -56% !important;
	
			width:95% !important;
			position:Relative;
		
			
		}

}
	
	
	
	

html .wp-block-post-content .acf-block-preview .social-links {
	display:flex !important;
	align-items: center;
	gap:30px;

}



html .wp-block-post-content .acf-block-preview .contact-info .social-links {
	color:var(--dp-color-senary)!important

}






html .wp-block-post-content .acf-block-preview [class*="social-link-"] a{
		font-size: 0px;
		letter-spacing:.02em;
		text-decoration:none;
		border: none!important;
		display:flex !important;
		align-items:center;

	}
	
	
	
[class*="social-link-"] a:before{
		content:"";
		font-family: 'dashicons';
		position:relative;
		width: 55px;
		height:55px;
		display:inline-block;
		background-repeat: no-repeat;
		background-size: 100%;
		background-position:center;
		margin-right:18px;
			font-size: 35px;
			line-height: 1em;

	}



	.social-link-ig a:before {
    content: "\f12d";
  }



html .wp-block-post-content .acf-block-preview .mod-m2.icon-nav > * {
	max-width:800px
}



html .wp-block-post-content .acf-block-preview .mod-m2.icon-nav .thumb{
	height:82px!important;
	width:82px !important;
	margin:auto;
	border:2px solid;
	border-radius:50%;
}

html .wp-block-post-content .acf-block-preview .mod-m2.icon-nav .thumb{
	height:82px!important;
	width:82px !important;
	margin:auto;
	padding:13px
}

html .wp-block-post-content .acf-block-preview .mod-m2.icon-nav .item {
	position:relative;
}




html .wp-block-post-content .acf-block-preview .mod-m2 a.article-link {
		position:absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom:0
}

html .wp-block-post-content .acf-block-preview .mod-m2.icon-nav h3 {
	font-family: var( --dp-font-primary);
	font-weight: 400;
	font-size: 16px;
	text-transform:uppercase;
	margin-top: 10px;
}

@media(max-width:1024px){
	html .wp-block-post-content .acf-block-preview .mod-m2.icon-nav 	.item.txt-lght {
    margin: 10px 0;
}
}


@media(hover:hover) {


	
	html .wp-block-post-content .acf-block-preview .mod-m2.icon-nav .item {
				opacity:.7;
				transition:opacity .3s ease
	}	
	
	html .wp-block-post-content .acf-block-preview .mod-m2.icon-nav .item:hover {
			opacity:1
	}

}


@media(min-width:500px) {
	html .wp-block-post-content .acf-block-preview .mod-m2.icon-nav .item .info {
	padding-bottom:0px!important
}

}

@media(min-width:0px) and (max-width:768px) {
	
	html .wp-block-post-content .acf-block-preview .mod-m2.icon-nav .thumb{
	height:52px!important;
	width:52px !important;


}
}

@media(max-width:768px) {
	html .wp-block-post-content .acf-block-preview .mod-m2.icon-nav .thumb{

		padding:8px
	}
}

@media(min-width:500px) {
	html .wp-block-post-content .acf-block-preview .mod-m2.icon-nav .item:last-of-type .info {
	padding-bottom:0px!important
	}
	
	html .wp-block-post-content .acf-block-preview .mod-m2.icon-nav .thumb{
		height:62px!important;
		width:62px !important;
		margin:auto;
		padding:15px
	}
	
	html .wp-block-post-content .acf-block-preview .mod-m2.icon-nav h3 {
		font-family: var( --dp-font-primary);
		font-weight: 400;
		font-size: 13px;
		
	}

}











 
 .popup-content {
 	display:none
 }
 html.show-popup .popup-overlay, html.show-dining-reserver .reserve-overlay, html.show-wine-reserver .reserve-wine-overlay {
transition:background-color .3s ease;
}
 
 html:not(.show-popup) .popup-overlay{
display: flex;
background-color: rgba(0, 0, 00, 0);
z-index:-1;
 
 }
 
 
 
 
 
 html.show-popup, html.show-popup body  {
 	overflow:hidden;

 	width:100vw
 }

 .popup-overlay .overlay-title{
  line-height: 1.2em;
  min-height:80px;
 }
 


 html .wp-block-post-content .acf-block-preview .popup .popup-container .popup-box{
 	overflow:visible;
 }


.popup-overlay{
	 visibility: hidden;
  height: 1px;
  width: 1px;
  overflow: hidden;
  z-index: -1;
  transition: background .3s ease;
}


html.lightboxed header,
html.lightboxed main,
html.lightboxed .footer{
	filter: blur(4px);
}
 
  html.show-popup .popup-overlay{
 	position:fixed;
 	z-index:1000;
 	top: 0;
 	left: 0;
 	right: 0;
 	bottom:0;
 	background-color: rgba(0, 0, 00, 0.74);
 	display:flex;
 	align-items:center;
 	justify-content:center;
 	padding:0px;
 	box-shadow:00px 00px 10px rgba(0,0,0,.5);
 	visibility: visible;
 	width:100%;
 	height: 100%;
 	
 }
 
   html .wp-block-post-content .acf-block-preview .overlay-modal{
   	border-radius:10px;
   	overflow:hidden;
   	
   	width: 75%;
   	height:75%;
   	   	position:relative;
   	   	display:flex;
   	   	flex-direction: column;
   	   	max-width:900px
   }


   html .wp-block-post-content .acf-block-preview [data-type="age-gate"] .overlay-modal{
   		max-width:600px;
   		max-height:600px !important;
   }

   @media(max-width:500px){

    html .wp-block-post-content .acf-block-preview .overlay-modal{
      width:calc(100% - 20px);
      height:calc(100% - 20px);

    }

   }
   
   html .wp-block-post-content .acf-block-preview .overlay-container{
   	height:100%;
   	padding:20px 20px 50px;
   	position:relative;
   	overflow:auto;
  	
   }
   

    html .wp-block-post-content .acf-block-preview  .reserve-container{
   	height:100%;

   	position:relative;
   	overflow:auto;
  	
   }
  
    html .wp-block-post-content .acf-block-preview  .overlay-close{
   	position:absolute;
   	right: 20px;
   	padding:0px !important;
    justify-content: center;
    align-items: center;
   	top: 20px;
   	text-align:Center;
   	font-size: 0;
   	display:flex;
   	width:34px;
   	height:34px;
   cursor: pointer;
   	border-radius:50% !important;
   	background-color: var(--t-color-primary);
   	cursor:pointer;
   	transition:background-color .3s ease;
   	
   }
   
   
    html .wp-block-post-content .acf-block-preview  .overlay-close:hover {
		background-color: black;
		
		}
   
   html.show-popup .overlay-container > iframe{
   	overflow:auto;
	position:Relative;
   	min-height:0!important;
   	display:block;
   	height:100% !important;
   	width:100%
   
   	
   }
   
   html .wp-block-post-content .acf-block-preview  .overlay-close span{
   	position:Relative;
    transform: rotate(45deg);
    left:1px;

   }
   
    html .wp-block-post-content .acf-block-preview  .overlay-close span:after{
   	content:"+";
   	font-size: 32px;
   	font-weight: bold;

   
   	color:white;
   	
   }
   
   







footer .wpcf7, footer .wpcf7 * {
	overflow:visible!important;

}
footer .wpcf7 .wpcf7-spinnner {
	display:none!important;
}


footer .wpcf7 .wpcf7-response-output {
		color:white!important;
		font-size:14px!important;
		
	}

footer .wpcf7 [data-status="invalid"] {
	padding-bottom:20px
}
footer .wpcf7 [data-status="invalid"] .wpcf7-response-output {
		display: none !important;
	}
footer input:not([type="submit"]) {
	color:var(--t-color-primary);
}
footer input + .wpcf7-not-valid-tip {
	position:absolute !important;
	bottom: -20px;
	top: auto !important;
	color:white !important;
	z-index:2;
	width:100%
}


@media(min-width:768px) {
	

	footer .wpcf7 p{
		display:flex;
		justify-content:flex-end;
	
	}
	footer .wpcf7 .wpcf7-response-output {
		text-align: right;
		
	}
	

}

@media(max-width:767px) {
	

	footer .wpcf7 p{
		display:flex;
		flex-direction:column;
		justify-content:space-between;
		align-items: center;
	}
	


}




/*

http://lowellcannastg.wpenginepowered.com/wp-content/uploads/2025/03/icon-loc.svg
http://lowellcannastg.wpenginepowered.com/wp-content/uploads/2025/03/icon-phone.svg

*/

.format-address, .format-phone {
	position:Relative;
	padding-left:25px;
	margin-left:-25px
}

.format-address:before,
.format-phone:before {
	content:"";
	left: 0px;;
	position:absolute;
	display:block;
	width: 15px;
	height:22px;
	background-repeat: no-repeat;
}


.format-address:before {

	background-image: url(/wp-content/uploads/2025/03/icon-loc.svg);

}

.format-phone:before {

	background-image: url(/wp-content/uploads/2025/03/icon-phone.svg);

}



.slides a.invisbutton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}




@media(max-width:768px) {
.overlay-dots .slideshow .bgimgs.slides {

	margin-bottom:0!important;
	padding-bottom:0!important
}

 .slideshow {
 	height:350px;
 }
 
 .slideshow .bgimgs, 
 .slideshow .slides,
.slideshow .owl-stage,
.slideshow .owl-stage-outer  {
	height:100%
} 


	 .slideshow .slides .dp-valigner{
	 	justify-content:Center;
	 	display:flex;
	 	align-items: center;
	 }
}


@media(max-width:768px) {
	

.mod-m2.default:not([class*='style']) h2{
	font-size: 17px;
}

}



.mod-m2.default:not(.reviews):not([class*='style']):not(.days-of-week) .thumb {
	max-height:67px!important;
	width:70px;

}

.mod-m2.default:not(.reviews):not([class*='style']):not(.days-of-week) .article.dp-txt\:cntr .thumb {
	max-height:67px!important;
	margin:auto

}


.mod-m2.default:not(.reviews):not([class*='style']):not(.days-of-week).article.dp-txt\:rt .thumb {
	max-height:67px!important;
	margin:auto 0px auto auto

}


@media(max-width:768px) {
	.mod-m2.default:not(.reviews):not([class*='style']):not(.days-of-week).article {
	max-width:300px;
	text-align:center !important;
	margin:auto
}
.mod-m2.default:not(.reviews):not([class*='style']) .article .thumb{
	 margin:auto
	}
}
#order {
	overflow:visible;
}
#dutchie--embed__container:after {
	content:"Loading shop...";
	display:block;
	color:var(--dp-color-senary);
	text-align:center;
	display:block;
	padding-top: 100px;
	font-weight: 900;
	text-transform:uppercase;
	position:absolute;
	top: 0;
	right: 0;
	left: 0;

	
}


body:not(.dutchieloaded) #dutchie--embed__container iframe {
	opacity:.0
}


/* ------------------ modules ------------ */





@media(max-width:500px) {
	





.how-you-roll h2 {
	font-size: 17px !important;
}

.how-you-roll .default-spacing\:bottom-sides {
	padding:0!important 
	
}

}

.mod-m2 .article-link {
/*	visibility:hidden ;  messing up product blog links*/
}

@media(max-width:768px) {
	
html .wp-block-post-content .acf-block-preview 	.mod-m2:not(.overlay-dots) .owl-stage{
		padding-bottom:30px
	}
html .wp-block-post-content .acf-block-preview 	.mod-m2 .owl-dots button{
		width:11px;
		height:11px;
	}
	
	html .wp-block-post-content .acf-block-preview .mod .mod-txt br{
			display:none
		}

}
html .wp-block-post-content .acf-block-preview .mod-txt.mod-intro-txt {
	padding-top: 20px;
}



html .wp-block-post-content .acf-block-preview .mod-m2.style2 [class*=' dp-grid']{
	margin-top: 20px;
}
html .wp-block-post-content .acf-block-preview .mod-m2.style2 .thumb{
	height:auto!important;
	aspect-ratio: 1 / 1.2;
	position:Relative;
	display:flex;
}

html .wp-block-post-content .acf-block-preview .mod-m2.style2 .thumb img {
	z-index:1
}
html .wp-block-post-content .acf-block-preview .mod-m2.style2 .thumb .tint{
	position:absolute;
	z-index:3;
	background:black;
	position:absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

@media(min-width:768px) {
	

html .wp-block-post-content .acf-block-preview .mod-m2.style2 .owl-dots {
	display:none !important;
}

}

html .wp-block-post-content .acf-block-preview .mod-m2.style2 .thumb h3{
	position:absolute;
	z-index:4;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display:flex;
	justify-content:center;
	align-items: center;
	font-size: var(--dp-txt-m);
	color: var(--dp-color-secondary);
	font-weight:100
}


.mod-m2.style2 .thumb:after {
	content:"";
	position:absolute;
	bottom:0px ;
	height:10px;
	background-color: #000;
	width:100%;
	z-index:2
	
}


html .wp-block-post-content .acf-block-preview .mod-m2.style2 .subtitle {
	text-transform:uppercase;
	margin-top: 20px;
	letter-spacing:0.2em
}
html .wp-block-post-content .acf-block-preview .mod-m2.style2 .info {
	position:static;
}
html .wp-block-post-content .acf-block-preview .mod-m2.style2 .info a{
	position:Absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


.mod-m2.style2 .item:nth-child(1n) .tint {
	
		mix-blend-mode: multiply;
}
.mod-m2.style2 .item:nth-child(1n) .tint,
.mod-m2.style2 .item:nth-child(1n) h3{
		opacity:0;
		transition:opacity .5s ease;
	
		
	
	}
	
	.mod-m2.style2 .item a {
		opacity:0
	}
	.mod-m2.style2 .item:nth-child(1n):hover .tint{
		opacity:.7;
		mix-blend-mode: darken;
	
	}
	.mod-m2.style2 .item:nth-child(1n):hover h3{
		opacity:1
	
	}

.mod-m2.style2 .item.theme-restful .tint,
.mod-m2.style2 .item.theme-restful .thumb,
.mod-m2.style2 .item.theme-restful .thumb::after,
.mod-m2.style2 .owl-item.theme-restful .tint,
.mod-m2.style2 .owl-item.theme-restful .thumb::after{
		background:var(--dp-color-nonary);
}

.mod-m2.style2 .item.theme-focused .tint,
.mod-m2.style2 .item.theme-focused  .thumb,
.mod-m2.style2 .item.theme-focused  .thumb::after,
.mod-m2.style2 .owl-item.theme-focused  .tint,
.mod-m2.style2 .owl-item.theme-focused  .thumb::after{
		background:var(--lowell-green);
}


.mod-m2.style2 .item.theme-uplift  .tint,
.mod-m2.style2 .item.theme-uplift  .thumb,
.mod-m2.style2 .item.theme-uplift  .thumb::after,
.mod-m2.style2 .owl-item.theme-uplift  .tint,
.mod-m2.style2 .owl-item.theme-uplift  .thumb::after{
		background:var(--dp-color-denary);
}


/*

.mod-m2.style2 .item:nth-child(6n + 4) .tint,
.mod-m2.style2 .item:nth-child(6n + 4) .thumb::after
.mod-m2.style2 .owl-item:nth-child(6n + 4) .tint,
.mod-m2.style2 .owl-item:nth-child(6n + 4) .thumb::after{
		background:var(--dp-color-quinary);
}

.dmod-m2.style2 .item:nth-child(6n + 15) .tint,
.dmod-m2.style2 .item:nth-child(6n + 15) .thumb::after,
.dmod-m2.style2 .owl-item:nth-child(6n + 5) .tint,
.dmod-m2.style2 .owl-item:nth-child(6n + 5) .thumb::after{
		background:var(--dp-color-senary);
}


.mod-m2.style2 .item:nth-child(6n + 6) .tint,
.mod-m2.style2 .item:nth-child(6n + 6) .thumb::after,
.mod-m2.style2 .owl-item:nth-child(6n + 6) .tint,
.mod-m2.style2 .owl-item:nth-child(6n + 6) .thumb::after{
		background:var(--dp-color-tertiary);
}

*/


.mod-m2.style3 .item .padding,
.mod-m2.style3 .item .padding .article{
	flex:1;
	height:100%;

}
.mod-m2.style3 .item .padding .article{
	display:flex;
	flex-direction: column;
	justify-content:space-around;


}



.prod-icons .grid-items svg{
	width: 100%;
	height:100%;

}


.mod-m2.prod-icons  a {
	opacity:0;
}
.mod-m2.prod-icons .item.prerolls svg{
	height:68px !important
}

.mod-m2.prod-icons   .item.edibles svg{
	height:58px !important
}

.mod-m2.prod-icons  .item.concentrate svg {
	height:50px !important
}

.mod-m2.prod-icons   .item.vape svg{
	height:68px !important
}


.mod-m2.prod-icons   .item.flower svg {
	height:74px !important
}

.mod-m2.prod-icons   .item svg path{
	transition: fill .3s ease;
}

.mod-m2.prod-icons  .item.txt-lght:hover svg path{
	fill: white;
}

.mod-m2.prod-icons  .item:not(.txt-lght) svg path{
	fill: var(--dp-color-senary);
}

.mod-m2.prod-icons  .item:not(.txt-lght):hover svg path{
	fill: var(--dp-color-primary);
}


.mod-intro-header h2 .subtitle{
	font-size: var(--dp-txt-big);
	color:var(--dp-color-senary);
	text-decoration: none;
}

.mod-intro-header h2 a.subtitle:hover{
	color:black;
}

.mod-intro-header h2 a {
	top: -4px;
}


@media(min-width:768px) {
	

	.mod-intro-header h2 .subtitle{
		margin:0 3px 20px 50px;
	
	}
	
	.mod-m2.style4 {
		padding-bottom:var(--dp-site-padding)!important;
	}

}

@media(max-width:768px) {
	
	.mod-intro-header h2{
	text-align:center;
	}
	.mod-intro-header h2 .subtitle{
		margin:10px  auto 0px;
		display:block;
		text-align:center;
	
	}
	
	.mod-m2.style4 {
		padding:calc(var(--dp-site-padding) / 4)!important;
	}

}



.mod-m2.style4 .thumb{
	height:auto!important;
	aspect-ratio: 1 / 1;
	position:Relative;
	display:flex;
	margin-bottom:20px
}

.mod-m2.style4 .thumb img {
	z-index:1
}


@media(max-width:768px) {
		.mod-m2.style4 .grid-items .info .button-pos{

		text-align:left;
		font-size: 10px;
	}
}







html .wp-block-post-content .acf-block-preview .btn-txt .button {
	color:var(--dp-color-senery);
}


html .wp-block-post-content .acf-block-preview .btn-txt .button,
html .wp-block-post-content .acf-block-preview  .txt-lght .btn-txt {
	background-color: transparent !important;
	border: none !important;
	padding: 0!important;
	text-decoration:none;
	font-weight: 700!important;
	font-size: 16px !important;
	
}

@media(max-width:768px) {
	html .wp-block-post-content .acf-block-preview .btn-txt .button{
		font-size: 14px !important;
	}
	
	html .wp-block-post-content .acf-block-preview .btn-txt.btn-txt-arrow .button:after {
		content: '';
		width: 6px;
		height: 6px;
		display: block;
		border-top: 2px solid;
		border-right: 2px solid;
		transform-origin: 50%;
		right: -15px;
		top: 4px;
		
	}
		

}

html .wp-block-post-content .acf-block-preview .btn-txt.btn-txt-back a{
	color:var(--dp-color-senary)!important;
	font-size: var(--dp-txt-xsmall-mob)!important;
	display:inline-block;
	padding-left:16px!important;
	font-family: var(--dp-font-primary)!important;
	letter-spacing:.13em!important
}

html .wp-block-post-content .acf-block-preview .btn-txt.btn-txt-back .button:after {
		content: '';
		width: 6px;
		height: 6px;
		display: block;
		border-top: 2px solid;
		border-left: 2px solid;
		transform-origin: 50%;
		right: -15px;
		top: 3px;
		position:absolute;
		left:2px;
		top: 1px;
		  transform:  rotateX(0deg) rotateY(-50deg) rotateZ(-50deg)
	}

html .wp-block-post-content .acf-block-preview .btn-txt.btn-txt-back .button:hover {
	color:var(--dp-color-primary) !important
}
html .wp-block-post-content .acf-block-preview  .txt-lght .btn-txt {

	-webkit-font-smoothing: antialiased;
}

html .wp-block-post-content .acf-block-preview .btn-txt.txt-lght .button,
html .wp-block-post-content .acf-block-preview  .txt-lght .btn-txt  {
	color:var(--dp-color-quinary)!important;
	font-size: var(--dp-txt-big);
}

html .wp-block-post-content .acf-block-preview .btn-txt.txt-lght .button:hover,
html .wp-block-post-content .acf-block-preview  .txt-lght .btn-txt:hover {
	color:white !important;

}
.btn-txt.btn-txt-arrow .button {
	position:relative;
}
.btn-txt.btn-txt-arrow .button:after {
	    content: '';
    width: 8px;
    height: 8px;
    display: block;
    border-top: 2px solid;
    border-right: 2px solid;
    transform-origin: 50%;
    right: -30px;
    top: 4px;
    position: absolute;
    transform: rotate3d(1, 1, 2, 55deg);
}








.slideshow .owl-nav button span {
	visibility:hidden !important;
	
}
.slideshow .owl-nav {
	top: calc(50% - 20px);
}
.slideshow .owl-nav button:after{
	color:var(--dp-color-secondary);
	content: '';
    width: 25px;
    height: 27px;
    display: block;
	top: 10px;
    transform-origin: 50%;
    position: absolute;


}


.slideshow .owl-nav button.owl-prev:after{
   border-bottom: 3px solid;
	border-left: 3px solid;
	transform-origin: 50%;
	left: 30px;
	transform: rotate3d(-1, -2, -2, -65deg);
	

}
.slideshow .owl-nav button.owl-next:after{
    border-top: 3px solid;
    border-right: 3px solid;
    transform-origin: 50%;
    right: 30px;
    transform: rotate3d(1, 2, 2, 65deg);
}
	
.slideshow  .owl-dots button {
	width:12px!important;
	height:12px !important;
}



@media(max-width:768px) {
	html .wp-block-post-content .acf-block-preview .mod-m2 .owl-nav{
		display:none
	}
}



.mod-m2.reviews .item{
	border:1px solid #ccc;
	border-radius: 20px;
	margin:5px;
	box-shadow:0 0 4px rgba(0,0,0,.2);
	min-height:300px;
	
}
.starratting {
	display:block;
	width:100%;
	margin-top: 20px;
	max-width:170px;
	background-size:auto 100%;
	background-image: url(/wp-content/themes/shapeshifter/assets/images/icon-review-star-disabled.svg?sdf);
}

.starratting .stars {
	height:25px;

	width:100%;
	background-size:auto 100%;
	background-image: url(/wp-content/themes/shapeshifter/assets/images/icon-review-star.svg);
}


.starratting[data-starnum="1"] .stars{
	width: 25px;
}

.starratting[data-starnum="1.5"] .stars{
	width: 48px;
}
.starratting[data-starnum="2"] .stars{
	width: 70px;
}

.starratting[data-starnum="2.5"] .stars{
	width: 83px;
}
.starratting[data-starnum="3"] .stars{
	width: 97px;
}

.starratting[data-starnum="3.5"] .stars{
	width: 118px;
}

.starratting[data-starnum="4"] .stars{
	width: 136px;
}

.starratting[data-starnum="4.5"] .stars{
	width: 153px;
}


.mod-m2.reviews .item .padding{
	padding:20px;
	
	}




.mod-m2.reviews .item .padding .thumb{
	
		width:70px;
		height:70px !important;
		margin:0 auto 15px;
	}



.mod-m2.reviews .dp-contain,
.mod-m2.reviews [data-slider-name="reviews"],
.mod-m2.reviews .owl-nav {
	overflow:visible;
}


.mod-m2.reviews .owl-carousel {
	padding-bottom: 30px!important;
}

.mod-m2.reviews .item .padding h3{
		font-size: 15px;
		text-transform: none;
		letter-spacing:.02em;
		padding-bottom:10px;
		min-height:0
	}
	
	.mod-m2.reviews .item .padding h4{
	  margin-top: 0;
		font-size: 12px;
		color:#999
	}
	
	.mod-m2.reviews .mod-txt {
		font-size: 13px;
	}
	


	.mod-m2.reviews .owl-nav {
		top: 50%;
		margin-top: -15px;
		overflow:visible;
	}
	
	
	html .wp-block-post-content .acf-block-preview main .mod-m2.reviews .owl-nav button span{
		font-size: 0;
		color:transparent;
		display:flex;
		justify-content: center;
        align-items: center;
		transform-origin:50% 50%;
		
	
	}
	
	html .wp-block-post-content .acf-block-preview main .mod-m2.reviews .owl-nav button span:after{
		content:"";
		width: 7px;
		height:7px;
		display:block;
		border-top: 3px solid #000;
		border-right: 3px solid #000;
		position:absolute;
		line-height:0;
		margin-left: 3px;

		
	
	}
	
	html .wp-block-post-content .acf-block-preview main .mod-m2.reviews .owl-nav button.owl-prev span:after{
	
		transform:rotate(-135deg);
		
	
	}
	
	html .wp-block-post-content .acf-block-preview main .mod-m2.reviews .owl-nav button.owl-next span:after{
		margin-left:-2px;
		transform:rotate(45deg);
		
	
	}
	
	html .wp-block-post-content .acf-block-preview main .mod-m2.reviews .owl-nav button{
		border-radius:50% !important;
		background-color:white;
		border:1px solid #ccc;
		width:34px;
		height:34px;
		padding:0 !important;
		overflow:hidden;
		align-items: center;
		justify-content:center;
		display:flex !important
	
	}
	
	html .wp-block-post-content .acf-block-preview main .mod-m2.reviews .owl-nav button.owl-prev{
		left: -10px;
	
	}
	
	html .wp-block-post-content .acf-block-preview main .mod-m2.reviews .owl-nav button.owl-next{
		right: -10px;
	
	}
			
	@media(min-width:768px) {
		
		.mod-m2.reviews .owl-dots{
			display:none
		}
	}
	
	
	@media(max-width:768px) {
		
			 .mod-m2.reviews .mod-txt{
			 	
			 }
}
   .mod-m2.reviews .item{

		min-height:200px;
	}

.mod-m2.reviews .item .padding .thumb{
	
		width:70px;
		height:70px !important;
		margin:0 auto 15px;
	}



.mod-m2.reviews .dp-contain,
.mod-m2.reviews [data-slider-name="reviews"],
.mod-m2.reviews .owl-nav {
	overflow:visible;
}


.mod-m2.reviews .article {
	padding-bottom:40px;
}


.mod-m2.reviews .article:after{
	content: "";
	display:block;
	width: 25px;
	height:25px;
	background-size: contain;
	left: 50%;
	position:absolute;
	bottom: 0px;
	margin-left: -12.5px;
	background-image: url(/wp-content/themes/shapeshifter/assets/images/logo-google-g.webp);
	
}


u {
	text-decoration:none;
	position:relative;
	overflow:visible;
	line-height:1.5em !important;
	
}
u:after {
	content:"";
	position:absolute;
	height: auto;
	width:100%;
	aspect-ratio: 1 / .1;
	left: 0;
	top: 90%;
	
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position:center bottom;
	background-image:  url(/wp-content/themes/shapeshifter/assets/images/txt-underline.webp);
}




.mod-m2.reviews .item .padding h3{
		font-size: 12px;
		text-transform: none;
		letter-spacing:.02em;
		padding-bottom:10px;
		min-height:0
	}
	
	.mod-m2.reviews .item .padding h4{
	  margin-top: 0;
		font-size: 9px;
		color:#999
	}
	
	.mod-m2.reviews .mod-txt {
		
	
		font-size: 11px;
		
	}
	
	.starratting {
			zoom: 0.7;
		}
	
	
	
html .wp-block-post-content .acf-block-preview  .mod-txt *:is(h3,h4){
	padding-bottom:5px;
}
	
	
	
html .wp-block-post-content .acf-block-preview .txt-lght .mod-txt {
	-webkit-font-smoothing: antialiased;
}	


html .wp-block-post-content .acf-block-preview .mod-txt h4 {
	display:flex;
	text-align:left;
	width:100%;
	justify-content:start;
	align-items: flex-end;
}

@media(max-width:768px) {
	
	
		html .wp-block-post-content .acf-block-preview .default-spacing\:top-sides,
		html .wp-block-post-content .acf-block-preview .default-spacing\:bottom-sides,
		html .wp-block-post-content .acf-block-preview .default-spacing\:sides,
	html .wp-block-post-content .acf-block-preview .default-spacing\:all	{
		padding-right: 25px !important;
		padding-left: 25px !important;
		}
	
	.mod-m2.default:not(.reviews):not([class*='style']):not(.days-of-week) .item {
		
			padding-left:0;
			padding-right:0
		}
		
		.mod-m2.default:not(.reviews):not([class*='style']) [class*="gutter"] {
			margin-left:0 !important;
			margin-right:0 !important;
		}
		
		html .wp-block-post-content .acf-block-preview .mod-m2.lowell-difference{
			padding-top: 30px!important;
		}
		
		
		
		html .wp-block-post-content .acf-block-preview .mod-m2.lowell-difference  .mod-intro-header img{
			width:100%;
			height:auto;
			margin-bottom:30px
		}

		.what-you-need .dp-fnt\:3 *{
			font-size: 22px !important;
		
		}
		.what-you-need .dp-fnt\:3 {
			padding-right:10px;
			padding-left:10px
		}

}
html .wp-block-post-content .acf-block-preview .mod-txt h4  + p{
	margin-top: 10px;
}

html .wp-block-post-content .acf-block-preview .mod-txt h4,
html .wp-block-post-content .acf-block-preview .mod-txt .dp-txt\:h4 {
	line-height:1.5em;
	
}


html .wp-block-post-content .acf-block-preview .mod-txt h4 img:not([class]){
	height:34px !important;
	max-width:50px;
	width:auto;
	margin:0 0 -3px 0;
	display:inline-block;
	margin-right:10px;
		object-fit:contain;
}
	
	
html .wp-block-post-content .acf-block-preview  .mod h2 img:not(.nosize) {
	height:50px !important;
	width:auto !important;
	display:inline-block;
	margin:-10px auto auto;


	
}


.mod-m2.condensed-content [class*="dp-grid"]{
	max-width:950px!important;
	margin:auto;
}

@media(max-width:768px) {
	


.mod-m2.condensed-content [class*="dp-grid"] *:is(.info, .item){
	padding:0
}
}













/* @group Form Styles */

.mod .mod-txt form span.label {
	display:none
}
main .mod .mod-txt form :is([type="text"],[type="email"],[type="tel"],[type="number"],[type="url"],textarea ) {
	background-color: var(--dp-grey-norm);
	background-color:#E8E8E8;
	padding:8px 15px;
	border:none;
	width:100%;
	box-sizing: border-box;
}

main .mod .mod-txt form [type="submit"] {
	margin:Auto;
	display:block;
	min-width:50%;
	margin-top: calc(var(--dp-site-padding) / 2.5);
	
	margin-bottom:10px
}



@media(max-width:842px){
	.wpcf7-form .wpcf7-submit{
		margin-top: 20px;
	}

	.footer form.wpcf7-form {
      margin-top: -20px !important;
	}

	.footer .stay-in-touch {
    	padding-top: 0 !important;
	}



}

@media(max-width:428px){

	.footer .stay-in-touch h2{
		padding-bottom:20px;
	}

}


.wpcf7-form[data-status="sent"] .form-fields{
	display:none
	
	
	}
	
	.wpcf7-response-output {
		text-align:center;
		font-size: var(--dp-txt-headline-norm) !important;
		margin:0!important
	}


@media(max-width:500px) {
	.wpcf7-response-output {

		font-size: var(--dp-txt-headline-norm-mob) !important;

	}
	
}


form.wpcf7-form input:not([type="submit"])::placeholder, form.wpcf7-form textarea::placeholder{
	
	color:#333 !important
}

.mod-txt form.wpcf7-form input:not([type="submit"])::placeholder, form.wpcf7-form textarea::placeholder{
	font-size: 11px;
	color:#333 !important
}

html .wp-block-post-content .acf-block-preview form.wpcf7-form .form-fields.show-labels label {
	display:block!important;
	margin-bottom:-10px!important
}

html .wp-block-post-content .acf-block-preview form.wpcf7-form .wpcf7-form-control-wrap {
	position:relative;
}

html .wp-block-post-content .acf-block-preview x-form.wpcf7-form .wpcf7-form-control-wrap[data-name="selectedType"]:after {
	position:absolute;
	content:"";
	right:10px;
	top: 6px;
	border-top: 10px solid var(--dp-color-tertiary);
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	
	
}


html .wp-block-post-content .acf-block-preview  form.wpcf7-form .form-fields.show-labels .checkboxes,
html .wp-block-post-content .acf-block-preview  form.wpcf7-form .form-fields.show-labels .checkboxes span{
	
	text-align:left;
}


html .wp-block-post-content .acf-block-preview  form.wpcf7-form .form-fields.show-labels .checkboxes span {
	
	margin:0 10px 0 0;
	width:100%;

}
html .wp-block-post-content .acf-block-preview  form.wpcf7-form .form-fields.show-labels .wpcf7-checkbox label {
	display:flex !important;
	justify-content:center;
	align-items:center;
	padding:15px 0
}

html .wp-block-post-content .acf-block-preview  form.wpcf7-form .form-fields.show-labels .wpcf7-checkbox label input{
	width:25px;
	margin-bottom:0!important
}

html .wp-block-post-content .acf-block-preview form.wpcf7-form select {
    padding: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background:white;
	width:100%;
    padding-right: 30px !important;
}

@media(max-width:728px) {
	html .wp-block-post-content .acf-block-preview form.wpcf7-form .form-fields.show-labels label {
		text-align:left
	}
}


html .wp-block-post-content .acf-block-preview form.wpcf7-form .form-fields.show-labels .wpcf7-not-valid-tip {
color: var(--t-color-primary);
font-weight: bold;
font-size: var(--t-txt-xsmall);
text-transform: uppercase;
position: Relative;
top: 5px;
text-align: right;
}


html .wp-block-post-content .acf-block-preview form.wpcf7-form[data-status="sent"] .form-fields {
	display:none
}

html .wp-block-post-content .acf-block-preview form.wpcf7-form[data-status="sent"]  .wpcf7-response-output {
	font-size: 22px!important;
}

/* @end */

/* @group Blog */

@media(min-width:865px) {
	
	
	html .wp-block-post-content .acf-block-preview .featured-blog-post .image-thumb  {
		width:66%;
		
	}
	
	html .wp-block-post-content .acf-block-preview .featured-blog-post .details {
		width:33%;
		padding-left: calc(var(--dp-site-padding) / 3);
	}

	html .wp-block-post-content .acf-block-preview .featured-blog-post .article-link a {

		width:33%;
		right: 0px;
		left: auto;
	}



}



@media(min-width:768px) and (max-width:865px) {
	
	
	html .wp-block-post-content .acf-block-preview .featured-blog-post .image-thumb  {
		width:50%;
		
	}
	
	html .wp-block-post-content .acf-block-preview .featured-blog-post .details {
		width:50%;
		padding-left: calc(var(--dp-site-padding) / 3);
	}

	html .wp-block-post-content .acf-block-preview .featured-blog-post .article-link a {

		width:50%;
		right: 0px;
		left: auto;
	}



}

html .wp-block-post-content .acf-block-preview .featured-blog-post .details {
	position:relative;
}






html .wp-block-post-content .acf-block-preview .article-link .image-thumb  {
	aspect-ratio: 352 / 328;
	position:relative;
	pointer-events:none;
}
html .wp-block-post-content .acf-block-preview .article-link .image-thumb  img {
	width:100%;
	position:relative;
}


.article-link .props,
.article-header .props{
	position:absolute;
	top: 18px;
	left: 18px;

}

html .wp-block-post-content .acf-block-preview .article-link .props .cat,
.article-header .props a{

	background-color: rgba(88,134,145,.4);
	border:1px solid white;
	color:white;
	padding:9px 15px 9px;
	line-height:1em;
	-webkit-font-smoothing: antialiased;
	font-family: var(--dp-font-secondary);
	font-size: 11px;
	text-decoration:none;
	display:inline-block;
}

.article-header .props a{

	background-color: rgba(88,134,145,.8);

}

html .wp-block-post-content .acf-block-preview .article-link .post-meta {
	letter-spacing:.02em;
	margin-top: 5px;
	margin-bottom:3px;
	font-size: var(--dp-txt-xsmall);
}
html .wp-block-post-content .acf-block-preview .index-links .article-link h3{
	line-height:1.4em;
	font-size: var(--dp-txt-headline-norm);
}


html .wp-block-post-content .acf-block-preview  .article-link .button{

color:var(--dp-color-senary) !important;
}



html .wp-block-post-content .acf-block-preview address {
	font-style: normal;
}
html .wp-block-post-content .acf-block-preview .dp-txt\:titlecase {
	text-transform:capitalize!important
}

html .wp-block-post-content .acf-block-preview  .article-link a {
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

}
html .wp-block-post-content .acf-block-preview  .article-link:hover .button{
 color:var(--dp-color-primary) !important;
}

html .wp-block-post-content .acf-block-preview  .mod.dp-bg\:clr1 .article-link:hover .button{
 color:white !important;
}





html .wp-block-post-content .acf-block-preview .featured-blog-post h3 {
	margin:0 0 10px
}



	
@media(min-width:769px) {
	
		html .wp-block-post-content .acf-block-preview .featured-blog-post h3:before {
			content: "Featured";
			font-size: 16px;;
			display:block;
			color:var(--dp-color-senary);
			font-family: var(--dp-font-secondary);
			margin-bottom:10px
			
		}


		html .wp-block-post-content .acf-block-preview .featured-blog-post .article-link .image-thumb  {
			aspect-ratio:auto;
			margin-bottom:0
			
		}
		
		
		html .wp-block-post-content .acf-block-preview .featured-blog-post .summary {
			display:flex;
			
		}

		html .wp-block-post-content .acf-block-preview .featured-blog-post .article-link .image-thumb  .texture{
			position:absolute;
			width: calc(100% - (var(--dp-site-padding) / 6));
			height:100%;
		}
		
		
	 html .wp-block-post-content .acf-block-preview .featured-blog-post .details {
		padding:30px;
	
	}

}

@media(max-width:769px) {
	
	html .wp-block-post-content .acf-block-preview .featured-blog-post .article-link:before {
	content: "Featured";
	font-size: 16px;
	display:block;
	color:var(--dp-color-senary);
	font-family: var(--dp-font-secondary);
	margin-bottom:10px;
	text-transform:uppercase
	
}

}


	html .wp-block-post-content .acf-block-preview main .dp-fnt\:2,
	html .wp-block-post-content .acf-block-preview main .dp-fnt\:2 *  {
	font-family: var(--dp-font-secondary);
	letter-spacing:.05em;
	
	}


@media(min-width:769px) {
	html .wp-block-post-content .acf-block-preview main .dp-fnt\:2:not(.dp-fnt-sm),
	html .wp-block-post-content .acf-block-preview main .dp-fnt\:2:not(.dp-fnt-sm) *,
    html .wp-block-post-content .acf-block-preview main .dp-fnt\:2:not(.dp-fnt-sm) *:is(h1,h2,h3,h4)	{
		font-size: 16px ;
			
	}

}

 html .wp-block-post-content .acf-block-preview main .dp-fnt\:2.dp-fnt-sm {
    font-size: 13px;
	letter-spacing:.05em;
}
	
	
@media(max-width:767px) {
		html .wp-block-post-content .acf-block-preview main .dp-fnt\:2,
	html .wp-block-post-content .acf-block-preview main .dp-fnt\:2 *  {
		font-size: 13px;
		letter-spacing:.05em;
	}
}


html .wp-block-post-content .acf-block-preview .category-selector a span{
	border:1px solid var(--dp-color-senary);
	color:var(--dp-color-senary);
	font-family: var(--dp-font-secondary);
	text-transform:uppercase;
	font-weight: 600;
	padding:5px 13px 8px;
	line-height:1em;
	display:inline-block;
	transition:all .3s ease;

	
}

html .wp-block-post-content .acf-block-preview .category-selector a:hover span,
html .wp-block-post-content .acf-block-preview .category-selector a.active span{
	border:1px solid var(--dp-color-senary);
	background-color: var(--dp-color-senary);
	color:white;
	font-family: var(--dp-font-secondary);
	
}

html .wp-block-post-content .acf-block-preview .category-selector a {
	display:inline-block;
	margin-left:0;
	
}

html .wp-block-post-content .acf-block-preview .category-selector {
	display:flex;
	gap:15px;
	flex-wrap:wrap
}


@media(max-width:768px) {
	
	
html .wp-block-post-content .acf-block-preview .category-selector {

	gap:10px;
	}
	html .wp-block-post-content .acf-block-preview .category-selector a span{
	  padding:5px 8px 8px;
	 
	}
	
	html .wp-block-post-content .acf-block-preview .index-links .article-link h3{
	line-height:1.4em;
	font-size: var(--dp-txt-headline-norm-mob);
	}
	
	html .wp-block-post-content .acf-block-preview .index-links .article-link .post-meta {

	font-size: var(--dp-txt-xsmall-mob);
}




}


.pagination {
	font-family: var(--dp-font-secondary);
}
.pagination .pgnums .pgnum a {
	font-size: 13px;
	padding:0 10px;
	color:var(--dp-color-senary);
	text-decoration:none;
	font-weight: 600;
}

.pagination .pgnums .pgnum a.active,
.pagination .pgnums .pgnum a:hover {
	color:var(--dp-color-primary);
}









/* ----- articles ----- */

.single aside .cat-links a,
.single aside .article-links h3  {
	color:black;
	font-weight: bold;
	text-decoration:none;
	display:block;
	transition: color .3s ease;
}

.single aside .cat-links a:hover,
.single aside .article-links .article-link:hover h3  {
	color:var(--dp-color-senary) !important;
}
.single aside .cat-links a {
	padding-top: 20px;
}

html.single aside .article-link {
	margin:0;
	padding-bottom:0;
	
}

html.single aside .article-link .details {
	padding-bottom:0
}


html .wp-block-post-content .acf-block-preview .article-header .article-img {
	aspect-ratio: 1120 / 465
}

html .wp-block-post-content .acf-block-preview .article-content h2 {
	font-size: 23px!important;
	margin-top:calc(var(--dp-site-padding) / 2);
}


html .wp-block-post-content .acf-block-preview .article-content h3 {
	font-size: 23px!important;
	margin-top:calc(var(--dp-site-padding) / 3);
}


html .wp-block-post-content .acf-block-preview .article-content h3 {
	font-size: 17px!important;
}

html .wp-block-post-content .acf-block-preview .article-content  a{
	color:var(--dp-color-quinary);
}


html .wp-block-post-content .acf-block-preview .article-content  a:hover{
	color:var(--dp-color-primary);
}



@media(max-width:500px) {
	
html .wp-block-post-content .acf-block-preview .article-content h2 {
	font-size: 17px!important;
}





html .wp-block-post-content .acf-block-preview .article-content h3 {
	font-size: 15px!important;
}

	html .wp-block-post-content .acf-block-preview .article-header .article-img:not(.mob-alt-img){
		height:auto;
		aspect-ratio:440 / 410 !important;
	
	}
	
	html .wp-block-post-content .acf-block-preview .article-header .article-img:not(.mob-alt-img) img{
		object-fit:auto 100%	
	}
	
	html .wp-block-post-content .acf-block-preview .article-header .article-img.mob-alt-img {
		aspect-ratio: auto;
	}
	
	
	
}


@media(min-width:769px) {
	
	
	.article-header .article-img img{
		width: 100%!important;
	}
	
	.article-columns {
		display:flex;
	}
	.article-columns .article-content {
		width:calc(100% - 260px)
	}
	
	.article-columns aside {
		width:260px
	}
}
/* @end */





html .wp-block-post-content .acf-block-preview  .mod-m2.style-promos .item.deal .thumb {
	max-height:none !important;
	padding:0 !important;
	height:96px !important;
	max-heightwidth: 148px !important;
	margin-bottom:20px!important;
	
}


html .wp-block-post-content .acf-block-preview  .mod-m2.style-promos .post-text {
	padding-top: calc(var(--dp-site-padding) / 4);
	
}



.lightbox[data-type="age-gate"] .overlay-container{
	display:flex;
	align-items: center;
}


.lightbox:not([data-type="age-gate"]) .overlay-container{
	display:flex;
	align-items: flex-start;
	
}







.lightbox[data-type="subscribe"] .subscribe-txt {
	line-height:1.6em;
	margin-top: 10px;
}
.lightbox[data-type="subscribe"] .overlay-modal {
	height:auto;
	max-width: 600px;
}

.lightbox[data-type="subscribe"] .checkbox .wpcf7-list-item-label {
	font-size: 0;
	height: 30px;
	width:30px;
	display:block;
}


.lightbox[data-type="subscribe"] .checkbox .wpcf7-checkbox {
	position:relative;
}

.lightbox[data-type="subscribe"] .checkbox p {
	font-size: 11px;
	line-height:1.5em;
	display:block;
	width: calc(100% - 30px);
	margin: 2px 0 0;
	text-align:left
	
	
}

.lightbox[data-type="subscribe"] .checkbox {
	max-width:450px;
	display:flex;
	text-align:left!important;
}

.lightbox[data-type="subscribe"] .checkbox [type="checkbox"]{
	width:20px;
	position:absolute;
	top: 3px;
	height:25px;
	left: 0;
	opacity:0;
	}
	
	
html .wp-block-post-content .acf-block-preview .lightbox[data-type="subscribe"] :is([type="text"],[type="tel"],[type="email"]) {
		background-color: #E8E8E8;
		border:none;
		border-radius:5px;
		display:block;
		width:100%;
		padding:10px 6px!important;
		line-height:.05em!important;
		text-transform:uppercase;
		font-family: var(--dp-font-secondary);
		font-weight: 600;
		letter-spacing:.2em;
		color: var(--dp-color-primary);
		box-sizing:border-box;
		font-size: 11px!important;
		max-width:405px;
		margin:auto;
		
	}
	
.lightbox[data-type="subscribe"] .checkbox [type="checkbox"] + .wpcf7-list-item-label:before {
	position:absolute;
	top: 3px;
	content:"";
	display:block;
	border-color: white;
	width: 17px;
	height:17px;
	border-radius:2px;
	border:1px solid;
	pointer-events:none
}	


.lightbox[data-type="subscribe"] .checkbox [type="checkbox"]:checked +.wpcf7-list-item-label:after {
	
	content:"";
	left: 25px;
	top: -5px;
	width: 6px;
	height: 18px;
	transform:rotate(35deg);
	position:absolute !important;
	font-size: 24px;
	font-weight: 800px !important;
	color: white;
	font-family: var(--dp-font-primary);
	pointer-events:none;
	border-right:3px solid;
	border-bottom:3px solid;
	
	
}	

.lightbox[data-type="subscribe"] .wpcf7-response-output {
	font-size: var(--dp-txt-norm)!important;
}

.lightbox[data-type="subscribe"]  [type="submit"] {
	
	margin-top: 40px;
	padding:10px 30px!important
}

 
[data-status="sent"] span.btn-txt.dp-marg\:10px\:top.close-subscribe{
    font-size: 0 !important;
}

[data-status="sent"] span.btn-txt.dp-marg\:10px\:top.close-subscribe:after {
    content: "Close Window";
        font-size: 11px;
}


.lightbox[data-type="subscribe"] .btn-txt{
	text-transform:uppercase;
	font-size: 11px!important;
	letter-spacing:.08em;
	font-family: var(--dp-font-secondary);
	display:inline-block;
	cursor: pointer;
}
	
	

.lightbox .overlay-modal {
	max-height: 85vh
}




.mod-m2.logo-grid .item .thumb{
	max-height:87px;
	max-width:135px;
}

.mod-m2.logo-grid .item.logo-wide .thumb{
	max-height:87px;
	max-width:195px;
}

.mod-m2.logo-grid .item.smaller-logo .thumb {
		max-height:87px;
	    max-width:105px;
}

@media(max-width:768px) {
	.mod-m2.logo-grid .item{
		margin:0;
		padding:0
}

	.mod-m2.logo-grid .info{
		margin:0;
		padding:0
}
	
	.mod-m2.logo-grid .item .thumb{
	margin:auto;
	}
}



.loco-slider .slideshow {
	min-height:auto !important;
	height:auto;
	width:auto !important;
	margin:auto;
}


.loco-slider  .slideshow .slide .dp-contain[class*="default-spacing"] {
	padding:0 !important;
}



[data-slider-name="loco"] .owl-dots {
	display:none
}

html.home .full-mantle .owl-dots {
	display:none
}

html.home .full-mantle .owl-nav button.owl-prev:after{
	box-shadow:-1px 1px 2px rgba(0,0,0,.5);
}

html.home .full-mantle .owl-nav button.owl-next:after{
	box-shadow:1px -1px 2px rgba(0,0,0,.5);
}


.bogo-loco-slider .owl-stage{
	padding-bottom: 0 !important;
}

@media(min-width:769px) {
	
.bogo-loco-slider .slideshow{
	margin-top:16%
	}
	
	
}

html .wp-block-post-content .acf-block-preview .mod-m2.days-of-week:not([class*='style']) .thumb.fitimg {
	height:auto !important;
	min-height:0px !important;
	max-height: 100% !important;
	width:100%!important;
	aspect-ratio: 1 / 1;
}

.days-of-week .dp-contain {
	max-width: 1120px;
	margin:auto;
	
}
.days-of-week .thumb img{
	width:100%!important;
	height:auto!important;
}{} .mce-container.mce-flow-layout-item.mce-btn-group >div >div {
            display:inline-block;
        }html.wp-toolbar body{
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    }