:root{

	 --dp-site-padding:60px;

	/* Responsive sizes*/
	 --dp-site-width:1168px;
	 --dp-mobile-landscape: 501px; 
	 --dp-tablet-portrait: 768px; 
	 --dp-desktop: 1024px; 
	 --dp-desktopxl: 1250px;
	/* 
	Note: Due to suppport for CSS variables in media queries the above parameters won't 
	change the responsive break points in the style sheet. The breakpoints will need to 
	be replaced manually with a text seach for the numbers above. We're leaving these 
	parameters here for antipated use one day, and for any custom classes that might need them.
	*/


	/* 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: 20px;


	/* Font  Faces */
	 --dp-font-primary: "Barlow Semi Condensed", sans-serif;
	 --dp-font-secondary:  "Martel", serif;
	 --dp-font-tertiary:  "Carlito", Arial, Helvetica, Geneva, sans-serif;


	/*Colors*/
	 --dp-color-primary:#151538; /* Electric Blue */
	 --dp-color-secondary:#CC0000; /* Red */
	 --dp-color-tertiary:#FF0000;/* Electric Teal */
	 --dp-color-quaternary:#CC0000;/* Gold */
	 --dp-color-quinary:#1673ae;/* Teal */
	 --dp-color-senary:#2F2E69; /* Dark Red */
	 --dp-color-severnary:black; /* Dark Teal */
	 --dp-color-octarnary:black; /* Black */ 
	 --dp-color-nonary:black; /* Black */
	 --dp-color-denary:black; /* Black */ 

	 --dp-grey-light:#EAEAEA;
	 --dp-grey-norm:#9B9B9B;
	 --dp-grey-med:#4A4A4A;
	 --dp-grey-dark:#4A4A4A;
	

	/* Text Sizes Big Screen*/
	 --dp-txt-headline-xtrabig:60px;
	 --dp-txt-headline-xtrabig-mob:50px;

	 --dp-txt-headline-big-xl:48px;
	 --dp-txt-headline-med-xl:36px;
	 --dp-txt-headline-norm-xl:30px;
	 --dp-txt-headline-small-xl:24px;

	 --dp-txt-big-xl:30px;
	 --dp-txt-med-xl:20px;
	 --dp-txt-norm-xl:16px;
	 --dp-txt-small-xl:14px;
	 --dp-txt-xsmall-xl:12px;

	/* Text Sizes Standard Screen*/

	 --dp-txt-headline-big:48px;
	 --dp-txt-headline-med:36px;
	 --dp-txt-headline-norm:30px;
	 --dp-txt-headline-small:24px;

	 --dp-txt-big:30px;
	 --dp-txt-med:20px;
	 --dp-txt-norm:16px;
	 --dp-txt-small:14px;
	 --dp-txt-xsmall:12px;

	/* Text Sizes Mobile */
	 --dp-txt-headline-big-mob:36px;
	 --dp-txt-headline-med-mob:30px;
	 --dp-txt-headline-norm-mob:24px;
	 --dp-txt-headline-small-mob:22px;

	 --dp-txt-big-mob:20px;
	 --dp-txt-med-mob:18px;
	 --dp-txt-norm-mob:16px;
	 --dp-txt-small-mob:14px;
	 --dp-txt-xsmall-mob:12px;

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

}@import "dpcss-config.css";
:root {
  --dp-phi: 1.618033988749895;
}

html .wp-block-post-content .dp-txt\:clr1, html .wp-block-post-content .dp-txt\:clr1 > p {
  color: var(--dp-color-primary);
}
html .wp-block-post-content .dp-txt\:clr2, html .wp-block-post-content .dp-txt\:clr2 > p {
  color: var(--dp-color-secondary);
}
html .wp-block-post-content .dp-txt\:clr3, html .wp-block-post-content .dp-txt\:clr3 > p {
  color: var(--dp-color-tertiary);
}
html .wp-block-post-content .dp-txt\:clr4, html .wp-block-post-content .dp-txt\:clr4 > p {
  color: var(--dp-color-quaternary);
}
html .wp-block-post-content .dp-txt\:clr5, html .wp-block-post-content .dp-txt\:clr5 > p {
  color: var(--dp-color-quinary);
}
html .wp-block-post-content .dp-txt\:clr6, html .wp-block-post-content .dp-txt\:clr6 > p {
  color: var(--dp-color-senary);
}
html .wp-block-post-content .dp-txt\:clr7, html .wp-block-post-content .dp-txt\:clr7 > p {
  color: var(--dp-color-severnary);
}
html .wp-block-post-content .dp-txt\:clr8, html .wp-block-post-content .dp-txt\:clr8 > p {
  color: var(--dp-color-octarnary);
}
html .wp-block-post-content .dp-txt\:grey1, html .wp-block-post-content .dp-txt\:grey1 > p {
  color: var(--dp-grey-light);
  -webkit-font-smoothing: antialiased;
}
html .wp-block-post-content .dp-txt\:grey2, html .wp-block-post-content .dp-txt\:grey2 > p {
  color: var(--dp-grey-norm);
}
html .wp-block-post-content .dp-txt\:grey3, html .wp-block-post-content .dp-txt\:grey3 > p {
  color: var(--dp-grey-med);
}
html .wp-block-post-content .dp-txt\:grey4, html .wp-block-post-content .dp-txt\:grey4 > p {
  color: var(--dp-grey-dark);
}
html .wp-block-post-content .dp-txt\:blk, html .wp-block-post-content .dp-txt\:blk > p {
  color: #000;
}
html .wp-block-post-content .dp-txt\:wht, html .wp-block-post-content .dp-txt\:wht > p {
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
html .wp-block-post-content .dp-txt\:wht h1:not([class*="dp-txt:clr"]),
html .wp-block-post-content .dp-txt\:wht h2:not([class*="dp-txt:clr"]),
html .wp-block-post-content .dp-txt\:wht h3:not([class*="dp-txt:clr"]),
html .wp-block-post-content .dp-txt\:wht h4:not([class*="dp-txt:clr"]),
html .wp-block-post-content .dp-txt\:wht h5:not([class*="dp-txt:clr"]) {
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
html .wp-block-post-content .dp-bg\:clr1 {
  background-color: var(--dp-color-primary);
}
html .wp-block-post-content .dp-bg\:clr2 {
  background-color: var(--dp-color-secondary);
}
html .wp-block-post-content .dp-bg\:clr3 {
  background-color: var(--dp-color-tertiary);
}
html .wp-block-post-content .dp-bg\:clr4 {
  background-color: var(--dp-color-quaternary);
}
html .wp-block-post-content .dp-bg\:clr5 {
  background-color: var(--dp-color-quinary);
}
html .wp-block-post-content .dp-bg\:clr6 {
  background-color: var(--dp-color-senary);
}
html .wp-block-post-content .dp-bg\:clr7 {
  background-color: var(--dp-color-severnary);
}
html .wp-block-post-content .dp-bg\:clr8 {
  background-color: var(--dp-color-octarnary);
}
html .wp-block-post-content .dp-bg\:grey1 {
  background-color: var(--dp-grey-light);
}
html .wp-block-post-content .dp-bg\:grey2 {
  background-color: var(--dp-grey-norm);
}
html .wp-block-post-content .dp-bg\:grey3 {
  background-color: var(--dp-grey-med);
}
html .wp-block-post-content .dp-bg\:grey4 {
  background-color: var(--dp-grey-dark);
}
html .wp-block-post-content .dp-bg\:blk {
  background-color: #000;
}
html .wp-block-post-content .dp-bg\:wht {
  background-color: #fff;
}

html .wp-block-post-content h1 {
  font-size: var(--dp-txt-headline-big);
  line-height: var(--dp-h-lh);
}
html .wp-block-post-content h2 {
  font-size: var(--dp-txt-headline-med);
  line-height: var(--dp-h-lh);
}
html .wp-block-post-content h3 {
  font-size: var(--dp-txt-headline-norm);
  line-height: var(--dp-h-lh);
}
html .wp-block-post-content h4 {
  font-size: var(--dp-txt-headline-small);
  line-height: var(--dp-h-lh);
}
html .wp-block-post-content .dp-txt\:italic {
  font-style: italic;
}
html .wp-block-post-content .dp-txt\:uppercase {
  text-transform: uppercase;
}
html .wp-block-post-content .dp-txt\:underline {
  text-decoration: underline;
}

html .wp-block-post-content .dp-txt\:h1, html .wp-block-post-content .dp-txt\:h1 * {
  font-size: var(--dp-txt-headline-big);
  line-height: var(--dp-h-lh);
}
html .wp-block-post-content .dp-txt\:h2, html .wp-block-post-content .dp-txt\:h2 * {
  font-size: var(--dp-txt-headline-med);
  line-height: var(--dp-h-lh);
}
html .wp-block-post-content .dp-txt\:h3, html .wp-block-post-content .dp-txt\:h3 * {
  font-size: var(--dp-txt-headline-norm);
  line-height: var(--dp-h-lh);
}
html .wp-block-post-content .dp-txt\:h4, html .wp-block-post-content .dp-txt\:h4 * {
  font-size: var(--dp-txt-headline-small);
  line-height: var(--dp-h-lh);
}
html .wp-block-post-content .dp-txt\:big, html .wp-block-post-content .dp-txt\:big * {
  font-size: var(--dp-txt-big);
}
html .wp-block-post-content .dp-txt\:med, html .wp-block-post-content .dp-txt\:med * {
  font-size: var(--dp-txt-med);
}
html .wp-block-post-content .dp-txt\:norm, html .wp-block-post-content .dp-txt\:norm * {
  font-size: var(--dp-txt-norm);
}
html .wp-block-post-content .dp-txt\:sm, html .wp-block-post-content .dp-txt\:sm * {
  font-size: var(--dp-txt-small);
}
html .wp-block-post-content .dp-txt\:xsm, html .wp-block-post-content .dp-txt\:xsm * {
  font-size: var(--dp-txt-xsmall);
}
html .wp-block-post-content .dp-fnt\:1 {
  font-family: var(--dp-font-primary);
}
html .wp-block-post-content .dp-fnt\:2 {
  font-family: var(--dp-font-secondary);
}
html .wp-block-post-content .dp-fnt\:3 {
  font-family: var(--dp-font-tertiary);
}
html .wp-block-post-content .dp-fnt\:smooth {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html .wp-block-post-content .dp-fnt\:smooth\:auto {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
html .wp-block-post-content .dp-fnt\:100 {
  font-weight: 100;
}
html .wp-block-post-content .dp-fnt\:200 {
  font-weight: 200;
}
html .wp-block-post-content .dp-fnt\:300 {
  font-weight: 300;
}
html .wp-block-post-content .dp-fnt\:400 {
  font-weight: 400;
}
html .wp-block-post-content .dp-fnt\:500 {
  font-weight: 500;
}
html .wp-block-post-content .dp-fnt\:600 {
  font-weight: 600;
}
html .wp-block-post-content .dp-fnt\:700 {
  font-weight: 700;
}
html .wp-block-post-content .dp-fnt\:800 {
  font-weight: 800;
}
html .wp-block-post-content .dp-fnt\:light {
  font-weight: 200;
}
html .wp-block-post-content .dp-fnt\:bold {
  font-weight: 700;
}
html .wp-block-post-content .dp-fnt\:extra-bold {
  font-weight: 800;
}
html .wp-block-post-content .dp-txt\:cntr, html .wp-block-post-content .dp-txt\:cntr * {
  text-align: center;
}
@media (min-width: 728px) {
  html .wp-block-post-content .dp-txt\:lt, html .wp-block-post-content .dp-txt\:lt * {
    text-align: left;
  }
}
html .wp-block-post-content .dp-txt\:rt, html .wp-block-post-content .dp-txt\:rt * {
  text-align: right;
}
@media (max-width: 501px) {
  html .wp-block-post-content .dp-txt\:cntr\:xs, html .wp-block-post-content .dp-txt\:cntr\:xs * {
    text-align: center;
  }
  html .wp-block-post-content .dp-txt\:lt\:xs, html .wp-block-post-content .dp-txt\:lt\:xs * {
    text-align: left;
  }
  html .wp-block-post-content .dp-txt\:rt\:xs, html .wp-block-post-content .dp-txt\:rt\:xs * {
    text-align: right;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  html .wp-block-post-content .dp-txt\:cntr\:s, html .wp-block-post-content .dp-txt\:cntr\:s * {
    text-align: center;
  }
  html .wp-block-post-content .dp-txt\:lt\:s, html .wp-block-post-content .dp-txt\:lt\:s * {
    text-align: left;
  }
  html .wp-block-post-content .dp-txt\:rt\:s, html .wp-block-post-content .dp-txt\:rt\:s * {
    text-align: right;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  html .wp-block-post-content .dp-txt\:cntr\:m, html .wp-block-post-content .dp-txt\:cntr\:m * {
    text-align: center;
  }
  html .wp-block-post-content .dp-txt\:lt\:m, html .wp-block-post-content .dp-txt\:lt\:m * {
    text-align: left;
  }
  html .wp-block-post-content .dp-txt\:rt\:m, html .wp-block-post-content .dp-txt\:rt\:m * {
    text-align: right;
  }
}
@media (min-width: 1023px) {
  html .wp-block-post-content .dp-txt\:cntr\:l, html .wp-block-post-content .dp-txt\:cntr\:l * {
    text-align: center;
  }
  html .wp-block-post-content .dp-txt\:lt\:l, html .wp-block-post-content .dp-txt\:lt\:l * {
    text-align: left;
  }
  html .wp-block-post-content .dp-txt\:rt\:l, html .wp-block-post-content .dp-txt\:rt\:l * {
    text-align: right;
  }
}

@media (min-width:0px) {
  html .wp-block-post-content .dp-txt\:lt {
    text-align: left;
  }
  html .wp-block-post-content .dp-txt\:rt {
    text-align: right;
  }
  html .wp-block-post-content .dp-txt\:cntr {
    text-align: center;
  }
}
@media (min-width:0px) and (max-width:var(--dp-mobile-landscape)) {
  html .wp-block-post-content .dp-txt\:lt\:xs {
    text-align: left;
  }
  html .wp-block-post-content .dp-txt\:rt\:xs {
    text-align: right;
  }
  html .wp-block-post-content .dp-txt\:cntr\:xs {
    text-align: center;
  }
}
@media (min-width:var(--dp-mobile-landscape)) and (max-width:var(--dp-tablet-portrait)) {
  html .wp-block-post-content .dp-txt\:lt\:s {
    text-align: left;
  }
  html .wp-block-post-content .dp-txt\:rt\:s {
    text-align: right;
  }
  html .wp-block-post-content .dp-txt\:cntr\:s {
    text-align: center;
  }
}
@media (min-width:var(--dp-tablet-portrait)) and (max-width:var(--dp-desktop)) {
  html .wp-block-post-content .dp-txt\:lt\:m {
    text-align: left;
  }
  html .wp-block-post-content .dp-txt\:rt\:m {
    text-align: right;
  }
  html .wp-block-post-content .dp-txt\:cntr\:m {
    text-align: center;
  }
}
@media (min-width:var(--dp-desktop)) {
  html .wp-block-post-content .dp-txt\:lt\:l {
    text-align: left;
  }
  html .wp-block-post-content .dp-txt\:rt\:l {
    text-align: right;
  }
  html .wp-block-post-content .dp-txt\:cntr\:l {
    text-align: center;
  }
}
@media (max-width: 501px) {
  html .wp-block-post-content h1 {
    font-size: var(--dp-txt-headline-big-mob);
  }
  html .wp-block-post-content h2 {
    font-size: var(--dp-txt-headline-med-mob);
  }
  html .wp-block-post-content h3 {
    font-size: var(--dp-txt-headline-norm-mob);
  }
  html .wp-block-post-content h4 {
    font-size: var(--dp-txt-headline-small-mob);
  }
  html .wp-block-post-content .dp-txt\:h1, html .wp-block-post-content .dp-txt\:h1 * {
    font-size: var(--dp-txt-headline-big-mob);
  }
  html .wp-block-post-content .dp-txt\:h2, html .wp-block-post-content .dp-txt\:h2 * {
    font-size: var(--dp-txt-headline-med-mob);
  }
  html .wp-block-post-content .dp-txt\:h3, html .wp-block-post-content .dp-txt\:h3 * {
    font-size: var(--dp-txt-headline-norm-mob);
  }
  html .wp-block-post-content .dp-txt\:h4, html .wp-block-post-content .dp-txt\:h4 * {
    font-size: var(--dp-txt-headline-small-mob);
  }
  html .wp-block-post-content .dp-txt\:big, html .wp-block-post-content .dp-txt\:big * {
    font-size: var(--dp-txt-big-mob);
  }
  html .wp-block-post-content .dp-txt\:med, html .wp-block-post-content .dp-txt\:med * {
    font-size: var(--dp-txt-med-mob);
  }
  html .wp-block-post-content .dp-txt\:norm, html .wp-block-post-content .dp-txt\:norm * {
    font-size: var(--dp-txt-norm-mob);
  }
  html .wp-block-post-content .dp-txt\:sm, html .wp-block-post-content .dp-txt\:sm * {
    font-size: var(--dp-txt-small-mob);
  }
  html .wp-block-post-content .dp-txt\:xsm, html .wp-block-post-content .dp-txt\:xsm * {
    font-size: var(--dp-txt-xsmall-mob);
  }
}
@media (min-width: 1250px) {
  html .wp-block-post-content h1 {
    font-size: var(--dp-txt-headline-big-xl);
  }
  html .wp-block-post-content h2 {
    font-size: var(--dp-txt-headline-med-xl);
  }
  html .wp-block-post-content h3 {
    font-size: var(--dp-txt-headline-norm-xl);
  }
  html .wp-block-post-content h4 {
    font-size: var(--dp-txt-headline-small-xl);
  }
  html .wp-block-post-content .dp-txt\:h1, html .wp-block-post-content .dp-txt\:h1 * {
    font-size: var(--dp-txt-headline-big-xl);
  }
  html .wp-block-post-content .dp-txt\:h2, html .wp-block-post-content .dp-txt\:h2 * {
    font-size: var(--dp-txt-headline-med-xl);
  }
  html .wp-block-post-content .dp-txt\:h3, html .wp-block-post-content .dp-txt\:h3 * {
    font-size: var(--dp-txt-headline-norm-xl);
  }
  html .wp-block-post-content .dp-txt\:h4, html .wp-block-post-content .dp-txt\:h4 * {
    font-size: var(--dp-txt-headline-small-xl);
  }
  html .wp-block-post-content .dp-txt\:big, html .wp-block-post-content .dp-txt\:big * {
    font-size: var(--dp-txt-big-xl);
  }
  html .wp-block-post-content .dp-txt\:med, html .wp-block-post-content .dp-txt\:med * {
    font-size: var(--dp-txt-med-xl);
  }
  html .wp-block-post-content .dp-txt\:norm, html .wp-block-post-content .dp-txt\:norm * {
    font-size: var(--dp-txt-norm-xl);
  }
  html .wp-block-post-content .dp-txt\:sm, html .wp-block-post-content .dp-txt\:sm * {
    font-size: var(--dp-txt-small-xl);
  }
  html .wp-block-post-content .dp-txt\:xsm, html .wp-block-post-content .dp-txt\:xsm * {
    font-size: var(--dp-txt-xsmall-xl);
  }
}
html .wp-block-post-content .dp-img\:cntr\:m {
  background-position: center center !important;
}
html .wp-block-post-content .dp-img\:lt\:m {
  background-position: left center !important;
}
html .wp-block-post-content .dp-img\:rt\:m {
  background-position: right center !important;
}
html .wp-block-post-content .dp-img\:cntr\:b {
  background-position: center bottom !important;
}
html .wp-block-post-content .dp-img\:lt\:b {
  background-position: left bottom !important;
}
html .wp-block-post-content .dp-img\:rt\:b {
  background-position: right bottom !important;
}
html .wp-block-post-content .dp-img\:cntr\:t {
  background-position: center top !important;
}
html .wp-block-post-content .dp-img\:lt\:t {
  background-position: left top !important;
}
html .wp-block-post-content .dp-img\:rt\:t {
  background-position: right top !important;
}
@media (min-width: 0) and (max-width: 501px) {
  html .wp-block-post-content .dp-br\:xs {
    display: block;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  html .wp-block-post-content .dp-br\:s {
    display: block;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  html .wp-block-post-content .dp-br\:m {
    display: block;
  }
}
@media (min-width: 1023px) {
  html .wp-block-post-content .dp-br\:l {
    display: block;
  }
}
@media (min-width: 1250px) {
  html .wp-block-post-content .dp-br\:xl {
    display: block;
  }
}
html .wp-block-post-content .dp-rnd {
  border-radius: var(--dp-rnd);
}
html .wp-block-post-content .dp-rnd\:tl {
  border-top-left-radius: var(--dp-rnd);
}
html .wp-block-post-content .dp-rnd\:tr {
  border-top-right-radius: var(--dp-rnd);
}
html .wp-block-post-content .dp-rnd\:br {
  border-bottom-right-radius: var(--dp-rnd);
}
html .wp-block-post-content .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 {
  /* Set grid item's width individually by percent */
  /* Set items with by number of items in row*/
}
html .wp-block-post-content .dp-hide {
  display: none;
}
html .wp-block-post-content .dp-clear {
  clear: both !important;
}
@media (max-width: 1350px) {
  html .wp-block-post-content .dp-display\:above\:xl {
    display: none;
  }
}
@media (max-width: 1024px) {
  html .wp-block-post-content .dp-display\:above\:l {
    display: none;
  }
}
@media (max-width: 767px) {
  html .wp-block-post-content .dp-display\:above\:m {
    display: none;
  }
}
@media (max-width: 501px) {
  html .wp-block-post-content .dp-display\:above\:s {
    display: none;
  }
}
@media (min-width: 1350px) {
  html .wp-block-post-content .dp-display\:below\:xl {
    display: none;
  }
}
@media (min-width: 1024px) {
  html .wp-block-post-content .dp-display\:below\:l {
    display: none;
  }
}
@media (min-width: 767px) {
  html .wp-block-post-content .dp-display\:below\:m {
    display: none;
  }
}
@media (min-width: 501px) {
  html .wp-block-post-content .dp-display\:below\:s {
    display: none;
  }
}
html .wp-block-post-content .dp-overflow\:vis {
  overflow: visible;
}
html .wp-block-post-content .dp-contain {
  max-width: var(--dp-site-width);
}
html .wp-block-post-content .dp-pos\:fill {
  width: 100%;
}
html .wp-block-post-content .dp-pos\:cntr {
  margin-right: auto;
  margin-left: auto;
}
html .wp-block-post-content .dp-pos\:rt {
  margin-right: 0;
  margin-left: auto;
}
html .wp-block-post-content .dp-pos\:lt {
  margin-right: auto;
  margin-left: 0;
}
@media (min-width: 0) {
  html .wp-block-post-content .dp-pos\:cntr\:s {
    margin-right: auto;
    margin-left: auto;
  }
  html .wp-block-post-content .dp-pos\:rt\:s {
    margin-right: 0;
    margin-left: auto;
  }
  html .wp-block-post-content .dp-pos\:lt\:s {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (min-width: 501px) {
  html .wp-block-post-content .dp-pos\:cntr\:m {
    margin-right: auto;
    margin-left: auto;
  }
  html .wp-block-post-content .dp-pos\:rt\:m {
    margin-right: 0;
    margin-left: auto;
  }
  html .wp-block-post-content .dp-pos\:lt\:m {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (min-width: 1023px) {
  html .wp-block-post-content .dp-pos\:cntr\:l {
    margin-right: auto;
    margin-left: auto;
  }
  html .wp-block-post-content .dp-pos\:rt\:l {
    margin-right: 0;
    margin-left: auto;
  }
  html .wp-block-post-content .dp-pos\:lt\:l {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (min-width: 1250px) {
  html .wp-block-post-content .dp-pos\:cntr\:xl {
    margin-right: auto;
    margin-left: auto;
  }
  html .wp-block-post-content .dp-pos\:rt\:xl {
    margin-right: 0;
    margin-left: auto;
  }
  html .wp-block-post-content .dp-pos\:lt\:xl {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (min-width: 767px) {
  html .wp-block-post-content .dp-pos\:cntr\:m {
    margin-right: auto;
    margin-left: auto;
  }
  html .wp-block-post-content .dp-pos\:rt\:m {
    margin-right: 0;
    margin-left: auto;
  }
  html .wp-block-post-content .dp-pos\:lt\:m {
    margin-right: auto;
    margin-left: 0;
  }
}
html .wp-block-post-content .dp-pos\:rel {
  position: relative;
}
html .wp-block-post-content .dp-pos\:abs {
  position: absolute;
}
html .wp-block-post-content .dp-pos\:fix {
  position: fixed;
}
html .wp-block-post-content .dp-flex {
  display: flex;
}
html .wp-block-post-content .dp-flex\:align\:cntr {
  justify-content: center;
  display: flex;
}
html .wp-block-post-content .dp-flex\:align\:lt {
  justify-content: flex-start;
  display: flex;
}
html .wp-block-post-content .dp-flex\:align\:rt {
  justify-content: flex-end;
  display: flex;
}
html .wp-block-post-content .dp-flex\:valign\:mid {
  align-items: center;
  display: flex;
}
html .wp-block-post-content .dp-flex\:valign\:top {
  align-items: flex-start;
}
html .wp-block-post-content .dp-flex\:valign\:bot {
  align-items: flex-end;
  display: flex;
}
@media (min-width: 501px) {
  html .wp-block-post-content .dp-flex\:s {
    display: flex;
  }
  html .wp-block-post-content .dp-flex\:align\:cntr\:s {
    justify-content: center;
    display: flex;
  }
  html .wp-block-post-content .dp-flex\:align\:lt\:s {
    justify-content: flex-start;
    display: flex;
  }
  html .wp-block-post-content .dp-flex\:align\:rt\:s {
    justify-content: flex-end;
    display: flex;
  }
  html .wp-block-post-content .dp-flex\:valign\:mid\:s {
    align-items: center;
    display: flex;
  }
  html .wp-block-post-content .dp-flex\:valign\:top\:s {
    align-items: flex-start;
    display: flex;
  }
  html .wp-block-post-content .dp-flex\:valign\:bot\:s {
    align-items: flex-end;
    display: flex;
  }
}
@media (min-width: 767px) {
  html .wp-block-post-content .dp-flex\:m {
    display: flex;
  }
  html .wp-block-post-content .dp-flex\:align\:cntr\:m {
    justify-content: center;
    display: flex;
  }
  html .wp-block-post-content .dp-flex\:align\:lt\:m {
    justify-content: flex-start;
    display: flex;
  }
  html .wp-block-post-content .dp-flex\:align\:rt\:m {
    justify-content: flex-end;
    display: flex;
  }
  html .wp-block-post-content .dp-flex\:valign\:mid\:m {
    align-items: center;
    display: flex;
  }
  html .wp-block-post-content .dp-flex\:valign\:top\:m {
    align-items: flex-start;
    display: flex;
  }
  html .wp-block-post-content .dp-flex\:valign\:bot\:m {
    align-items: flex-end;
    display: flex;
  }
}
@media (min-width: 1023px) {
  html .wp-block-post-content .dp-flex\:l {
    display: flex;
  }
  html .wp-block-post-content .dp-flex\:align\:cntr\:l {
    justify-content: center;
    display: flex;
  }
  html .wp-block-post-content .dp-flex\:align\:lt\:l {
    justify-content: flex-start;
    display: flex;
  }
  html .wp-block-post-content .dp-flex\:align\:rt\:l {
    justify-content: flex-end;
    display: flex;
  }
  html .wp-block-post-content .dp-flex\:valign\:mid\:l {
    align-items: center;
    display: flex;
  }
  html .wp-block-post-content .dp-flex\:valign\:top\:l {
    align-items: flex-start;
    display: flex;
  }
  html .wp-block-post-content .dp-flex\:valign\:bot\:l {
    align-items: flex-end;
    display: flex;
  }
}
html .wp-block-post-content .dp-display\:block {
  display: block;
}
html .wp-block-post-content .dp-display\:inline {
  display: inline;
}
html .wp-block-post-content .dp-display\:inline-block {
  display: inline-block;
}
html .wp-block-post-content .dp-grid\:10pc {
  display: block;
  float: left;
  width: 10%;
}
html .wp-block-post-content .dp-grid\:15pc {
  display: block;
  float: left;
  width: 15%;
}
html .wp-block-post-content .dp-grid\:20pc {
  display: block;
  float: left;
  width: 20%;
}
html .wp-block-post-content .dp-grid\:25pc {
  display: block;
  float: left;
  width: 25%;
}
html .wp-block-post-content .dp-grid\:30pc {
  display: block;
  float: left;
  width: 30%;
}
html .wp-block-post-content .dp-grid\:35pc {
  display: block;
  float: left;
  width: 35%;
}
html .wp-block-post-content .dp-grid\:40pc {
  display: block;
  float: left;
  width: 40%;
}
html .wp-block-post-content .dp-grid\:45pc {
  display: block;
  float: left;
  width: 45%;
}
html .wp-block-post-content .dp-grid\:50pc {
  display: block;
  float: left;
  width: 50%;
}
html .wp-block-post-content .dp-grid\:55pc {
  display: block;
  float: left;
  width: 55%;
}
html .wp-block-post-content .dp-grid\:60pc {
  display: block;
  float: left;
  width: 60%;
}
html .wp-block-post-content .dp-grid\:65pc {
  display: block;
  float: left;
  width: 65%;
}
html .wp-block-post-content .dp-grid\:70pc {
  display: block;
  float: left;
  width: 70%;
}
html .wp-block-post-content .dp-grid\:75pc {
  display: block;
  float: left;
  width: 75%;
}
html .wp-block-post-content .dp-grid\:80pc {
  display: block;
  float: left;
  width: 80%;
}
html .wp-block-post-content .dp-grid\:85pc {
  display: block;
  float: left;
  width: 85%;
}
html .wp-block-post-content .dp-grid\:90pc {
  display: block;
  float: left;
  width: 90%;
}
html .wp-block-post-content .dp-grid\:95pc {
  display: block;
  float: left;
  width: 95%;
}
html .wp-block-post-content .dp-grid\:100pc {
  display: block;
  float: left;
  width: 100%;
}
html .wp-block-post-content .dp-grid\:105pc {
  display: block;
  float: left;
  width: 105%;
}
html .wp-block-post-content .dp-grid\:phi\:-1 {
  display: block;
  float: left;
  width: calc(100% / (var(--dp-phi) * 1));
}
html .wp-block-post-content .dp-grid\:phi\:-2 {
  display: block;
  float: left;
  width: calc(100% / (var(--dp-phi) * 2));
}
html .wp-block-post-content .dp-grid\:phi\:-3 {
  display: block;
  float: left;
  width: calc(100% / (var(--dp-phi) * 3));
}
html .wp-block-post-content .dp-grid\:phi\:-4 {
  display: block;
  float: left;
  width: calc(100% / (var(--dp-phi) * 4));
}
html .wp-block-post-content .dp-grid\:phi\:-5 {
  display: block;
  float: left;
  width: calc(100% / (var(--dp-phi) * 5));
}
html .wp-block-post-content .dp-grid\:phi\:-6 {
  display: block;
  float: left;
  width: calc(100% / (var(--dp-phi) * 6));
}
html .wp-block-post-content .dp-grid\:phi\:-7 {
  display: block;
  float: left;
  width: calc(100% / (var(--dp-phi) * 7));
}
html .wp-block-post-content .dp-grid\:phi\:-8 {
  display: block;
  float: left;
  width: calc(100% / (var(--dp-phi) * 8));
}
html .wp-block-post-content .dp-grid\:phi\:-9 {
  display: block;
  float: left;
  width: calc(100% / (var(--dp-phi) * 9));
}
html .wp-block-post-content .dp-grid\:phi\:-1 {
  display: block;
  float: left;
  width: var(--dp-phi-1);
}
html .wp-block-post-content .dp-grid\:phi\:-1\:offset {
  display: block;
  float: left;
  width: var(--dp-phi-1-offset);
}
html .wp-block-post-content .dp-grid\:phi\:-2 {
  display: block;
  float: left;
  width: var(--dp-phi-2);
}
html .wp-block-post-content .dp-grid\:phi\:-2\:offset {
  display: block;
  float: left;
  width: var(--dp-phi-2-offset);
}
html .wp-block-post-content .dp-grid\:phi\:-3 {
  display: block;
  float: left;
  width: var(--dp-phi-3);
}
html .wp-block-post-content .dp-grid\:phi\:-3\:offset {
  display: block;
  float: left;
  width: var(--dp-phi-3-offset);
}
html .wp-block-post-content .dp-grid\:phi\:-4 {
  display: block;
  float: left;
  width: var(--dp-phi-4);
}
html .wp-block-post-content .dp-grid\:phi\:-4\:offset {
  display: block;
  float: left;
  width: var(--dp-phi-4-offset);
}
html .wp-block-post-content .dp-grid\:phi\:-5 {
  display: block;
  float: left;
  width: var(--dp-phi-5);
}
html .wp-block-post-content .dp-grid\:phi\:-5\:offset {
  display: block;
  float: left;
  width: var(--dp-phi-5-offset);
}
html .wp-block-post-content .dp-grid\:phi\:-6 {
  display: block;
  float: left;
  width: var(--dp-phi-6);
}
html .wp-block-post-content .dp-grid\:phi\:-6\:offset {
  display: block;
  float: left;
  width: var(--dp-phi-6-offset);
}
html .wp-block-post-content .dp-grid\:phi\:-7 {
  display: block;
  float: left;
  width: var(--dp-phi-7);
}
html .wp-block-post-content .dp-grid\:phi\:-7\:offset {
  display: block;
  float: left;
  width: var(--dp-phi-7-offset);
}
html .wp-block-post-content .dp-grid\:phi\:-8 {
  display: block;
  float: left;
  width: var(--dp-phi-8);
}
html .wp-block-post-content .dp-grid\:phi\:-8\:offset {
  display: block;
  float: left;
  width: var(--dp-phi-8-offset);
}
html .wp-block-post-content .dp-grid\:phi\:-9 {
  display: block;
  float: left;
  width: var(--dp-phi-9);
}
html .wp-block-post-content .dp-grid\:phi\:-9\:offset {
  display: block;
  float: left;
  width: var(--dp-phi-9-offset);
}
@media (max-width: 501px) {
  html .wp-block-post-content .dp-grid\:10pc\:xs {
    display: block;
    float: left;
    width: 10%;
  }
  html .wp-block-post-content .dp-grid\:15pc\:xs {
    display: block;
    float: left;
    width: 15%;
  }
  html .wp-block-post-content .dp-grid\:20pc\:xs {
    display: block;
    float: left;
    width: 20%;
  }
  html .wp-block-post-content .dp-grid\:25pc\:xs {
    display: block;
    float: left;
    width: 25%;
  }
  html .wp-block-post-content .dp-grid\:30pc\:xs {
    display: block;
    float: left;
    width: 30%;
  }
  html .wp-block-post-content .dp-grid\:35pc\:xs {
    display: block;
    float: left;
    width: 35%;
  }
  html .wp-block-post-content .dp-grid\:40pc\:xs {
    display: block;
    float: left;
    width: 40%;
  }
  html .wp-block-post-content .dp-grid\:45pc\:xs {
    display: block;
    float: left;
    width: 45%;
  }
  html .wp-block-post-content .dp-grid\:50pc\:xs {
    display: block;
    float: left;
    width: 50%;
  }
  html .wp-block-post-content .dp-grid\:55pc\:xs {
    display: block;
    float: left;
    width: 55%;
  }
  html .wp-block-post-content .dp-grid\:60pc\:xs {
    display: block;
    float: left;
    width: 60%;
  }
  html .wp-block-post-content .dp-grid\:65pc\:xs {
    display: block;
    float: left;
    width: 65%;
  }
  html .wp-block-post-content .dp-grid\:70pc\:xs {
    display: block;
    float: left;
    width: 70%;
  }
  html .wp-block-post-content .dp-grid\:75pc\:xs {
    display: block;
    float: left;
    width: 75%;
  }
  html .wp-block-post-content .dp-grid\:80pc\:xs {
    display: block;
    float: left;
    width: 80%;
  }
  html .wp-block-post-content .dp-grid\:85pc\:xs {
    display: block;
    float: left;
    width: 85%;
  }
  html .wp-block-post-content .dp-grid\:90pc\:xs {
    display: block;
    float: left;
    width: 90%;
  }
  html .wp-block-post-content .dp-grid\:95pc\:xs {
    display: block;
    float: left;
    width: 95%;
  }
  html .wp-block-post-content .dp-grid\:100pc\:xs {
    display: block;
    float: left;
    width: 100%;
  }
  html .wp-block-post-content .dp-grid\:105pc\:xs {
    display: block;
    float: left;
    width: 105%;
  }
  html .wp-block-post-content .dp-grid\:phi\:-1\:xs {
    display: block;
    float: left;
    width: var(--dp-phi-1);
  }
  html .wp-block-post-content .dp-grid\:phi\:-1\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-1-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-2\:xs {
    display: block;
    float: left;
    width: var(--dp-phi-2);
  }
  html .wp-block-post-content .dp-grid\:phi\:-2\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-2-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-3\:xs {
    display: block;
    float: left;
    width: var(--dp-phi-3);
  }
  html .wp-block-post-content .dp-grid\:phi\:-3\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-3-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-4\:xs {
    display: block;
    float: left;
    width: var(--dp-phi-4);
  }
  html .wp-block-post-content .dp-grid\:phi\:-4\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-4-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-5\:xs {
    display: block;
    float: left;
    width: var(--dp-phi-5);
  }
  html .wp-block-post-content .dp-grid\:phi\:-5\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-5-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-6\:xs {
    display: block;
    float: left;
    width: var(--dp-phi-6);
  }
  html .wp-block-post-content .dp-grid\:phi\:-6\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-6-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-7\:xs {
    display: block;
    float: left;
    width: var(--dp-phi-7);
  }
  html .wp-block-post-content .dp-grid\:phi\:-7\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-7-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-8\:xs {
    display: block;
    float: left;
    width: var(--dp-phi-8);
  }
  html .wp-block-post-content .dp-grid\:phi\:-8\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-8-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-9\:xs {
    display: block;
    float: left;
    width: var(--dp-phi-9);
  }
  html .wp-block-post-content .dp-grid\:phi\:-9\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-9-offset);
  }
}
@media (min-width: 501px) {
  html .wp-block-post-content .dp-grid\:10pc\:s {
    display: block;
    float: left;
    width: 10%;
  }
  html .wp-block-post-content .dp-grid\:15pc\:s {
    display: block;
    float: left;
    width: 15%;
  }
  html .wp-block-post-content .dp-grid\:20pc\:s {
    display: block;
    float: left;
    width: 20%;
  }
  html .wp-block-post-content .dp-grid\:25pc\:s {
    display: block;
    float: left;
    width: 25%;
  }
  html .wp-block-post-content .dp-grid\:30pc\:s {
    display: block;
    float: left;
    width: 30%;
  }
  html .wp-block-post-content .dp-grid\:35pc\:s {
    display: block;
    float: left;
    width: 35%;
  }
  html .wp-block-post-content .dp-grid\:40pc\:s {
    display: block;
    float: left;
    width: 40%;
  }
  html .wp-block-post-content .dp-grid\:45pc\:s {
    display: block;
    float: left;
    width: 45%;
  }
  html .wp-block-post-content .dp-grid\:50pc\:s {
    display: block;
    float: left;
    width: 50%;
  }
  html .wp-block-post-content .dp-grid\:55pc\:s {
    display: block;
    float: left;
    width: 55%;
  }
  html .wp-block-post-content .dp-grid\:60pc\:s {
    display: block;
    float: left;
    width: 60%;
  }
  html .wp-block-post-content .dp-grid\:65pc\:s {
    display: block;
    float: left;
    width: 65%;
  }
  html .wp-block-post-content .dp-grid\:70pc\:s {
    display: block;
    float: left;
    width: 70%;
  }
  html .wp-block-post-content .dp-grid\:75pc\:s {
    display: block;
    float: left;
    width: 75%;
  }
  html .wp-block-post-content .dp-grid\:80pc\:s {
    display: block;
    float: left;
    width: 80%;
  }
  html .wp-block-post-content .dp-grid\:85pc\:s {
    display: block;
    float: left;
    width: 85%;
  }
  html .wp-block-post-content .dp-grid\:90pc\:s {
    display: block;
    float: left;
    width: 90%;
  }
  html .wp-block-post-content .dp-grid\:95pc\:s {
    display: block;
    float: left;
    width: 95%;
  }
  html .wp-block-post-content .dp-grid\:100pc\:s {
    display: block;
    float: left;
    width: 100%;
  }
  html .wp-block-post-content .dp-grid\:105pc\:s {
    display: block;
    float: left;
    width: 105%;
  }
  html .wp-block-post-content .dp-grid\:phi\:-1\:s {
    display: block;
    float: left;
    width: var(--dp-phi-1);
  }
  html .wp-block-post-content .dp-grid\:phi\:-1\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-1-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-2\:s {
    display: block;
    float: left;
    width: var(--dp-phi-2);
  }
  html .wp-block-post-content .dp-grid\:phi\:-2\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-2-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-3\:s {
    display: block;
    float: left;
    width: var(--dp-phi-3);
  }
  html .wp-block-post-content .dp-grid\:phi\:-3\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-3-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-4\:s {
    display: block;
    float: left;
    width: var(--dp-phi-4);
  }
  html .wp-block-post-content .dp-grid\:phi\:-4\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-4-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-5\:s {
    display: block;
    float: left;
    width: var(--dp-phi-5);
  }
  html .wp-block-post-content .dp-grid\:phi\:-5\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-5-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-6\:s {
    display: block;
    float: left;
    width: var(--dp-phi-6);
  }
  html .wp-block-post-content .dp-grid\:phi\:-6\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-6-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-7\:s {
    display: block;
    float: left;
    width: var(--dp-phi-7);
  }
  html .wp-block-post-content .dp-grid\:phi\:-7\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-7-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-8\:s {
    display: block;
    float: left;
    width: var(--dp-phi-8);
  }
  html .wp-block-post-content .dp-grid\:phi\:-8\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-8-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-9\:s {
    display: block;
    float: left;
    width: var(--dp-phi-9);
  }
  html .wp-block-post-content .dp-grid\:phi\:-9\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-9-offset);
  }
}
@media (min-width: 767px) {
  html .wp-block-post-content .dp-grid\:10pc\:m {
    display: block;
    float: left;
    width: 10%;
  }
  html .wp-block-post-content .dp-grid\:15pc\:m {
    display: block;
    float: left;
    width: 15%;
  }
  html .wp-block-post-content .dp-grid\:20pc\:m {
    display: block;
    float: left;
    width: 20%;
  }
  html .wp-block-post-content .dp-grid\:25pc\:m {
    display: block;
    float: left;
    width: 25%;
  }
  html .wp-block-post-content .dp-grid\:30pc\:m {
    display: block;
    float: left;
    width: 30%;
  }
  html .wp-block-post-content .dp-grid\:35pc\:m {
    display: block;
    float: left;
    width: 35%;
  }
  html .wp-block-post-content .dp-grid\:40pc\:m {
    display: block;
    float: left;
    width: 40%;
  }
  html .wp-block-post-content .dp-grid\:45pc\:m {
    display: block;
    float: left;
    width: 45%;
  }
  html .wp-block-post-content .dp-grid\:50pc\:m {
    display: block;
    float: left;
    width: 50%;
  }
  html .wp-block-post-content .dp-grid\:55pc\:m {
    display: block;
    float: left;
    width: 55%;
  }
  html .wp-block-post-content .dp-grid\:60pc\:m {
    display: block;
    float: left;
    width: 60%;
  }
  html .wp-block-post-content .dp-grid\:65pc\:m {
    display: block;
    float: left;
    width: 65%;
  }
  html .wp-block-post-content .dp-grid\:70pc\:m {
    display: block;
    float: left;
    width: 70%;
  }
  html .wp-block-post-content .dp-grid\:75pc\:m {
    display: block;
    float: left;
    width: 75%;
  }
  html .wp-block-post-content .dp-grid\:80pc\:m {
    display: block;
    float: left;
    width: 80%;
  }
  html .wp-block-post-content .dp-grid\:85pc\:m {
    display: block;
    float: left;
    width: 85%;
  }
  html .wp-block-post-content .dp-grid\:90pc\:m {
    display: block;
    float: left;
    width: 90%;
  }
  html .wp-block-post-content .dp-grid\:95pc\:m {
    display: block;
    float: left;
    width: 95%;
  }
  html .wp-block-post-content .dp-grid\:100pc\:m {
    display: block;
    float: left;
    width: 100%;
  }
  html .wp-block-post-content .dp-grid\:105pc\:m {
    display: block;
    float: left;
    width: 105%;
  }
  html .wp-block-post-content .dp-grid\:phi\:-1\:m {
    display: block;
    float: left;
    width: var(--dp-phi-1);
  }
  html .wp-block-post-content .dp-grid\:phi\:-1\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-1-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-2\:m {
    display: block;
    float: left;
    width: var(--dp-phi-2);
  }
  html .wp-block-post-content .dp-grid\:phi\:-2\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-2-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-3\:m {
    display: block;
    float: left;
    width: var(--dp-phi-3);
  }
  html .wp-block-post-content .dp-grid\:phi\:-3\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-3-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-4\:m {
    display: block;
    float: left;
    width: var(--dp-phi-4);
  }
  html .wp-block-post-content .dp-grid\:phi\:-4\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-4-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-5\:m {
    display: block;
    float: left;
    width: var(--dp-phi-5);
  }
  html .wp-block-post-content .dp-grid\:phi\:-5\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-5-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-6\:m {
    display: block;
    float: left;
    width: var(--dp-phi-6);
  }
  html .wp-block-post-content .dp-grid\:phi\:-6\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-6-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-7\:m {
    display: block;
    float: left;
    width: var(--dp-phi-7);
  }
  html .wp-block-post-content .dp-grid\:phi\:-7\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-7-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-8\:m {
    display: block;
    float: left;
    width: var(--dp-phi-8);
  }
  html .wp-block-post-content .dp-grid\:phi\:-8\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-8-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-9\:m {
    display: block;
    float: left;
    width: var(--dp-phi-9);
  }
  html .wp-block-post-content .dp-grid\:phi\:-9\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-9-offset);
  }
}
@media (min-width: 1023px) {
  html .wp-block-post-content .dp-grid\:10pc\:l {
    display: block;
    float: left;
    width: 10%;
  }
  html .wp-block-post-content .dp-grid\:15pc\:l {
    display: block;
    float: left;
    width: 15%;
  }
  html .wp-block-post-content .dp-grid\:20pc\:l {
    display: block;
    float: left;
    width: 20%;
  }
  html .wp-block-post-content .dp-grid\:25pc\:l {
    display: block;
    float: left;
    width: 25%;
  }
  html .wp-block-post-content .dp-grid\:30pc\:l {
    display: block;
    float: left;
    width: 30%;
  }
  html .wp-block-post-content .dp-grid\:35pc\:l {
    display: block;
    float: left;
    width: 35%;
  }
  html .wp-block-post-content .dp-grid\:40pc\:l {
    display: block;
    float: left;
    width: 40%;
  }
  html .wp-block-post-content .dp-grid\:45pc\:l {
    display: block;
    float: left;
    width: 45%;
  }
  html .wp-block-post-content .dp-grid\:50pc\:l {
    display: block;
    float: left;
    width: 50%;
  }
  html .wp-block-post-content .dp-grid\:55pc\:l {
    display: block;
    float: left;
    width: 55%;
  }
  html .wp-block-post-content .dp-grid\:60pc\:l {
    display: block;
    float: left;
    width: 60%;
  }
  html .wp-block-post-content .dp-grid\:65pc\:l {
    display: block;
    float: left;
    width: 65%;
  }
  html .wp-block-post-content .dp-grid\:70pc\:l {
    display: block;
    float: left;
    width: 70%;
  }
  html .wp-block-post-content .dp-grid\:75pc\:l {
    display: block;
    float: left;
    width: 75%;
  }
  html .wp-block-post-content .dp-grid\:80pc\:l {
    display: block;
    float: left;
    width: 80%;
  }
  html .wp-block-post-content .dp-grid\:85pc\:l {
    display: block;
    float: left;
    width: 85%;
  }
  html .wp-block-post-content .dp-grid\:90pc\:l {
    display: block;
    float: left;
    width: 90%;
  }
  html .wp-block-post-content .dp-grid\:95pc\:l {
    display: block;
    float: left;
    width: 95%;
  }
  html .wp-block-post-content .dp-grid\:100pc\:l {
    display: block;
    float: left;
    width: 100%;
  }
  html .wp-block-post-content .dp-grid\:105pc\:l {
    display: block;
    float: left;
    width: 105%;
  }
  html .wp-block-post-content .dp-grid\:phi\:-1\:l {
    display: block;
    float: left;
    width: var(--dp-phi-1);
  }
  html .wp-block-post-content .dp-grid\:phi\:-1\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-1-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-2\:l {
    display: block;
    float: left;
    width: var(--dp-phi-2);
  }
  html .wp-block-post-content .dp-grid\:phi\:-2\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-2-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-3\:l {
    display: block;
    float: left;
    width: var(--dp-phi-3);
  }
  html .wp-block-post-content .dp-grid\:phi\:-3\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-3-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-4\:l {
    display: block;
    float: left;
    width: var(--dp-phi-4);
  }
  html .wp-block-post-content .dp-grid\:phi\:-4\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-4-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-5\:l {
    display: block;
    float: left;
    width: var(--dp-phi-5);
  }
  html .wp-block-post-content .dp-grid\:phi\:-5\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-5-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-6\:l {
    display: block;
    float: left;
    width: var(--dp-phi-6);
  }
  html .wp-block-post-content .dp-grid\:phi\:-6\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-6-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-7\:l {
    display: block;
    float: left;
    width: var(--dp-phi-7);
  }
  html .wp-block-post-content .dp-grid\:phi\:-7\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-7-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-8\:l {
    display: block;
    float: left;
    width: var(--dp-phi-8);
  }
  html .wp-block-post-content .dp-grid\:phi\:-8\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-8-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-9\:l {
    display: block;
    float: left;
    width: var(--dp-phi-9);
  }
  html .wp-block-post-content .dp-grid\:phi\:-9\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-9-offset);
  }
}
@media (min-width: 1250px) {
  html .wp-block-post-content .dp-grid\:10pc\:xl {
    display: block;
    float: left;
    width: 10%;
  }
  html .wp-block-post-content .dp-grid\:15pc\:xl {
    display: block;
    float: left;
    width: 15%;
  }
  html .wp-block-post-content .dp-grid\:20pc\:xl {
    display: block;
    float: left;
    width: 20%;
  }
  html .wp-block-post-content .dp-grid\:25pc\:xl {
    display: block;
    float: left;
    width: 25%;
  }
  html .wp-block-post-content .dp-grid\:30pc\:xl {
    display: block;
    float: left;
    width: 30%;
  }
  html .wp-block-post-content .dp-grid\:35pc\:xl {
    display: block;
    float: left;
    width: 35%;
  }
  html .wp-block-post-content .dp-grid\:40pc\:xl {
    display: block;
    float: left;
    width: 40%;
  }
  html .wp-block-post-content .dp-grid\:45pc\:xl {
    display: block;
    float: left;
    width: 45%;
  }
  html .wp-block-post-content .dp-grid\:50pc\:xl {
    display: block;
    float: left;
    width: 50%;
  }
  html .wp-block-post-content .dp-grid\:55pc\:xl {
    display: block;
    float: left;
    width: 55%;
  }
  html .wp-block-post-content .dp-grid\:60pc\:xl {
    display: block;
    float: left;
    width: 60%;
  }
  html .wp-block-post-content .dp-grid\:65pc\:xl {
    display: block;
    float: left;
    width: 65%;
  }
  html .wp-block-post-content .dp-grid\:70pc\:xl {
    display: block;
    float: left;
    width: 70%;
  }
  html .wp-block-post-content .dp-grid\:75pc\:xl {
    display: block;
    float: left;
    width: 75%;
  }
  html .wp-block-post-content .dp-grid\:80pc\:xl {
    display: block;
    float: left;
    width: 80%;
  }
  html .wp-block-post-content .dp-grid\:85pc\:xl {
    display: block;
    float: left;
    width: 85%;
  }
  html .wp-block-post-content .dp-grid\:90pc\:xl {
    display: block;
    float: left;
    width: 90%;
  }
  html .wp-block-post-content .dp-grid\:95pc\:xl {
    display: block;
    float: left;
    width: 95%;
  }
  html .wp-block-post-content .dp-grid\:100pc\:xl {
    display: block;
    float: left;
    width: 100%;
  }
  html .wp-block-post-content .dp-grid\:105pc\:xl {
    display: block;
    float: left;
    width: 105%;
  }
}
html .wp-block-post-content .dp-grid\:fit {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:1 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:1 > * {
  width: 100%;
}
html .wp-block-post-content .dp-grid\:fit\:2 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:2 > * {
  width: 50%;
}
html .wp-block-post-content .dp-grid\:fit\:3 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:3 > * {
  width: 33.3333333333%;
}
html .wp-block-post-content .dp-grid\:fit\:4 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:4 > * {
  width: 25%;
}
html .wp-block-post-content .dp-grid\:fit\:5 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:5 > * {
  width: 20%;
}
html .wp-block-post-content .dp-grid\:fit\:6 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:6 > * {
  width: 16.6666666667%;
}
html .wp-block-post-content .dp-grid\:fit\:7 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:7 > * {
  width: 14.2857142857%;
}
html .wp-block-post-content .dp-grid\:fit\:8 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:8 > * {
  width: 12.5%;
}
html .wp-block-post-content .dp-grid\:fit\:9 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:9 > * {
  width: 11.1111111111%;
}
html .wp-block-post-content .dp-grid\:fit\:10 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:10 > * {
  width: 10%;
}
html .wp-block-post-content .dp-grid\:fit\:11 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:11 > * {
  width: 9.0909090909%;
}
html .wp-block-post-content .dp-grid\:fit\:12 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:12 > * {
  width: 8.3333333333%;
}
html .wp-block-post-content .dp-grid\:fit\:13 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:13 > * {
  width: 7.6923076923%;
}
html .wp-block-post-content .dp-grid\:fit\:14 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:14 > * {
  width: 7.1428571429%;
}
html .wp-block-post-content .dp-grid\:fit\:15 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:15 > * {
  width: 6.6666666667%;
}
html .wp-block-post-content .dp-grid\:fit\:16 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:16 > * {
  width: 6.25%;
}
html .wp-block-post-content .dp-grid\:fit\:17 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:17 > * {
  width: 5.8823529412%;
}
html .wp-block-post-content .dp-grid\:fit\:18 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:18 > * {
  width: 5.5555555556%;
}
html .wp-block-post-content .dp-grid\:fit\:19 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:19 > * {
  width: 5.2631578947%;
}
html .wp-block-post-content .dp-grid\:fit\:20 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:20 > * {
  width: 5%;
}
html .wp-block-post-content .dp-grid\:fit\:21 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:21 > * {
  width: 4.7619047619%;
}
html .wp-block-post-content .dp-grid\:fit\:22 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:22 > * {
  width: 4.5454545455%;
}
html .wp-block-post-content .dp-grid\:fit\:23 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:23 > * {
  width: 4.347826087%;
}
html .wp-block-post-content .dp-grid\:fit\:24 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:24 > * {
  width: 4.1666666667%;
}
html .wp-block-post-content .dp-grid\:fit\:25 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:25 > * {
  width: 4%;
}
html .wp-block-post-content .dp-grid\:fit\:26 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:26 > * {
  width: 3.8461538462%;
}
html .wp-block-post-content .dp-grid\:fit\:27 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:27 > * {
  width: 3.7037037037%;
}
html .wp-block-post-content .dp-grid\:fit\:28 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:28 > * {
  width: 3.5714285714%;
}
html .wp-block-post-content .dp-grid\:fit\:29 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:29 > * {
  width: 3.4482758621%;
}
html .wp-block-post-content .dp-grid\:fit\:30 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:30 > * {
  width: 3.3333333333%;
}
html .wp-block-post-content .dp-grid\:fit\:31 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:31 > * {
  width: 3.2258064516%;
}
html .wp-block-post-content .dp-grid\:fit\:32 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:32 > * {
  width: 3.125%;
}
html .wp-block-post-content .dp-grid\:fit\:33 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:33 > * {
  width: 3.0303030303%;
}
html .wp-block-post-content .dp-grid\:fit\:34 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:34 > * {
  width: 2.9411764706%;
}
html .wp-block-post-content .dp-grid\:fit\:35 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:35 > * {
  width: 2.8571428571%;
}
html .wp-block-post-content .dp-grid\:fit\:36 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:36 > * {
  width: 2.7777777778%;
}
html .wp-block-post-content .dp-grid\:fit\:37 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:37 > * {
  width: 2.7027027027%;
}
html .wp-block-post-content .dp-grid\:fit\:38 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:38 > * {
  width: 2.6315789474%;
}
html .wp-block-post-content .dp-grid\:fit\:39 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:39 > * {
  width: 2.5641025641%;
}
html .wp-block-post-content .dp-grid\:fit\:40 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:40 > * {
  width: 2.5%;
}
html .wp-block-post-content .dp-grid\:fit\:41 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:41 > * {
  width: 2.4390243902%;
}
html .wp-block-post-content .dp-grid\:fit\:42 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:42 > * {
  width: 2.380952381%;
}
html .wp-block-post-content .dp-grid\:fit\:43 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:43 > * {
  width: 2.3255813953%;
}
html .wp-block-post-content .dp-grid\:fit\:44 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:44 > * {
  width: 2.2727272727%;
}
html .wp-block-post-content .dp-grid\:fit\:45 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:45 > * {
  width: 2.2222222222%;
}
html .wp-block-post-content .dp-grid\:fit\:46 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:46 > * {
  width: 2.1739130435%;
}
html .wp-block-post-content .dp-grid\:fit\:47 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:47 > * {
  width: 2.1276595745%;
}
html .wp-block-post-content .dp-grid\:fit\:48 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:48 > * {
  width: 2.0833333333%;
}
html .wp-block-post-content .dp-grid\:fit\:49 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:49 > * {
  width: 2.0408163265%;
}
html .wp-block-post-content .dp-grid\:fit\:50 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:50 > * {
  width: 2%;
}
html .wp-block-post-content .dp-grid\:fit\:51 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:51 > * {
  width: 1.9607843137%;
}
html .wp-block-post-content .dp-grid\:fit\:52 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:52 > * {
  width: 1.9230769231%;
}
html .wp-block-post-content .dp-grid\:fit\:53 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:53 > * {
  width: 1.8867924528%;
}
html .wp-block-post-content .dp-grid\:fit\:54 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:54 > * {
  width: 1.8518518519%;
}
html .wp-block-post-content .dp-grid\:fit\:55 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:55 > * {
  width: 1.8181818182%;
}
html .wp-block-post-content .dp-grid\:fit\:56 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:56 > * {
  width: 1.7857142857%;
}
html .wp-block-post-content .dp-grid\:fit\:57 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:57 > * {
  width: 1.7543859649%;
}
html .wp-block-post-content .dp-grid\:fit\:58 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:58 > * {
  width: 1.724137931%;
}
html .wp-block-post-content .dp-grid\:fit\:59 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:59 > * {
  width: 1.6949152542%;
}
html .wp-block-post-content .dp-grid\:fit\:60 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:60 > * {
  width: 1.6666666667%;
}
html .wp-block-post-content .dp-grid\:fit\:61 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:61 > * {
  width: 1.6393442623%;
}
html .wp-block-post-content .dp-grid\:fit\:62 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:62 > * {
  width: 1.6129032258%;
}
html .wp-block-post-content .dp-grid\:fit\:63 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:63 > * {
  width: 1.5873015873%;
}
html .wp-block-post-content .dp-grid\:fit\:64 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:64 > * {
  width: 1.5625%;
}
html .wp-block-post-content .dp-grid\:fit\:65 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:65 > * {
  width: 1.5384615385%;
}
html .wp-block-post-content .dp-grid\:fit\:66 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:66 > * {
  width: 1.5151515152%;
}
html .wp-block-post-content .dp-grid\:fit\:67 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:67 > * {
  width: 1.4925373134%;
}
html .wp-block-post-content .dp-grid\:fit\:68 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:68 > * {
  width: 1.4705882353%;
}
html .wp-block-post-content .dp-grid\:fit\:69 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:69 > * {
  width: 1.4492753623%;
}
html .wp-block-post-content .dp-grid\:fit\:70 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:70 > * {
  width: 1.4285714286%;
}
html .wp-block-post-content .dp-grid\:fit\:71 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:71 > * {
  width: 1.4084507042%;
}
html .wp-block-post-content .dp-grid\:fit\:72 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:72 > * {
  width: 1.3888888889%;
}
html .wp-block-post-content .dp-grid\:fit\:73 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:73 > * {
  width: 1.3698630137%;
}
html .wp-block-post-content .dp-grid\:fit\:74 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:74 > * {
  width: 1.3513513514%;
}
html .wp-block-post-content .dp-grid\:fit\:75 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:75 > * {
  width: 1.3333333333%;
}
html .wp-block-post-content .dp-grid\:fit\:76 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:76 > * {
  width: 1.3157894737%;
}
html .wp-block-post-content .dp-grid\:fit\:77 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:77 > * {
  width: 1.2987012987%;
}
html .wp-block-post-content .dp-grid\:fit\:78 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:78 > * {
  width: 1.2820512821%;
}
html .wp-block-post-content .dp-grid\:fit\:79 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:79 > * {
  width: 1.2658227848%;
}
html .wp-block-post-content .dp-grid\:fit\:80 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:80 > * {
  width: 1.25%;
}
html .wp-block-post-content .dp-grid\:fit\:81 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:81 > * {
  width: 1.2345679012%;
}
html .wp-block-post-content .dp-grid\:fit\:82 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:82 > * {
  width: 1.2195121951%;
}
html .wp-block-post-content .dp-grid\:fit\:83 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:83 > * {
  width: 1.2048192771%;
}
html .wp-block-post-content .dp-grid\:fit\:84 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:84 > * {
  width: 1.1904761905%;
}
html .wp-block-post-content .dp-grid\:fit\:85 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:85 > * {
  width: 1.1764705882%;
}
html .wp-block-post-content .dp-grid\:fit\:86 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:86 > * {
  width: 1.1627906977%;
}
html .wp-block-post-content .dp-grid\:fit\:87 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:87 > * {
  width: 1.1494252874%;
}
html .wp-block-post-content .dp-grid\:fit\:88 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:88 > * {
  width: 1.1363636364%;
}
html .wp-block-post-content .dp-grid\:fit\:89 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:89 > * {
  width: 1.1235955056%;
}
html .wp-block-post-content .dp-grid\:fit\:90 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:90 > * {
  width: 1.1111111111%;
}
html .wp-block-post-content .dp-grid\:fit\:91 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:91 > * {
  width: 1.0989010989%;
}
html .wp-block-post-content .dp-grid\:fit\:92 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:92 > * {
  width: 1.0869565217%;
}
html .wp-block-post-content .dp-grid\:fit\:93 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:93 > * {
  width: 1.0752688172%;
}
html .wp-block-post-content .dp-grid\:fit\:94 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:94 > * {
  width: 1.0638297872%;
}
html .wp-block-post-content .dp-grid\:fit\:95 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:95 > * {
  width: 1.0526315789%;
}
html .wp-block-post-content .dp-grid\:fit\:96 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:96 > * {
  width: 1.0416666667%;
}
html .wp-block-post-content .dp-grid\:fit\:97 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:97 > * {
  width: 1.0309278351%;
}
html .wp-block-post-content .dp-grid\:fit\:98 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:98 > * {
  width: 1.0204081633%;
}
html .wp-block-post-content .dp-grid\:fit\:99 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:99 > * {
  width: 1.0101010101%;
}
html .wp-block-post-content .dp-grid\:fit\:100 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:100 > * {
  width: 1%;
}
html .wp-block-post-content .dp-grid\:fit\:1\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:1\:xs > * {
  width: 100%;
}
html .wp-block-post-content .dp-grid\:fit\:2\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:2\:xs > * {
  width: 50%;
}
html .wp-block-post-content .dp-grid\:fit\:3\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:3\:xs > * {
  width: 33.3333333333%;
}
html .wp-block-post-content .dp-grid\:fit\:4\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:4\:xs > * {
  width: 25%;
}
html .wp-block-post-content .dp-grid\:fit\:5\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:5\:xs > * {
  width: 20%;
}
html .wp-block-post-content .dp-grid\:fit\:6\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:6\:xs > * {
  width: 16.6666666667%;
}
html .wp-block-post-content .dp-grid\:fit\:7\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:7\:xs > * {
  width: 14.2857142857%;
}
html .wp-block-post-content .dp-grid\:fit\:8\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:8\:xs > * {
  width: 12.5%;
}
html .wp-block-post-content .dp-grid\:fit\:9\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:9\:xs > * {
  width: 11.1111111111%;
}
html .wp-block-post-content .dp-grid\:fit\:10\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:10\:xs > * {
  width: 10%;
}
html .wp-block-post-content .dp-grid\:fit\:11\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:11\:xs > * {
  width: 9.0909090909%;
}
html .wp-block-post-content .dp-grid\:fit\:12\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:12\:xs > * {
  width: 8.3333333333%;
}
html .wp-block-post-content .dp-grid\:fit\:13\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:13\:xs > * {
  width: 7.6923076923%;
}
html .wp-block-post-content .dp-grid\:fit\:14\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:14\:xs > * {
  width: 7.1428571429%;
}
html .wp-block-post-content .dp-grid\:fit\:15\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:15\:xs > * {
  width: 6.6666666667%;
}
html .wp-block-post-content .dp-grid\:fit\:16\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:16\:xs > * {
  width: 6.25%;
}
html .wp-block-post-content .dp-grid\:fit\:17\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:17\:xs > * {
  width: 5.8823529412%;
}
html .wp-block-post-content .dp-grid\:fit\:18\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:18\:xs > * {
  width: 5.5555555556%;
}
html .wp-block-post-content .dp-grid\:fit\:19\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:19\:xs > * {
  width: 5.2631578947%;
}
html .wp-block-post-content .dp-grid\:fit\:20\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:20\:xs > * {
  width: 5%;
}
html .wp-block-post-content .dp-grid\:fit\:21\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:21\:xs > * {
  width: 4.7619047619%;
}
html .wp-block-post-content .dp-grid\:fit\:22\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:22\:xs > * {
  width: 4.5454545455%;
}
html .wp-block-post-content .dp-grid\:fit\:23\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:23\:xs > * {
  width: 4.347826087%;
}
html .wp-block-post-content .dp-grid\:fit\:24\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:24\:xs > * {
  width: 4.1666666667%;
}
html .wp-block-post-content .dp-grid\:fit\:25\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:25\:xs > * {
  width: 4%;
}
html .wp-block-post-content .dp-grid\:fit\:26\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:26\:xs > * {
  width: 3.8461538462%;
}
html .wp-block-post-content .dp-grid\:fit\:27\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:27\:xs > * {
  width: 3.7037037037%;
}
html .wp-block-post-content .dp-grid\:fit\:28\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:28\:xs > * {
  width: 3.5714285714%;
}
html .wp-block-post-content .dp-grid\:fit\:29\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:29\:xs > * {
  width: 3.4482758621%;
}
html .wp-block-post-content .dp-grid\:fit\:30\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:30\:xs > * {
  width: 3.3333333333%;
}
html .wp-block-post-content .dp-grid\:fit\:31\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:31\:xs > * {
  width: 3.2258064516%;
}
html .wp-block-post-content .dp-grid\:fit\:32\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:32\:xs > * {
  width: 3.125%;
}
html .wp-block-post-content .dp-grid\:fit\:33\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:33\:xs > * {
  width: 3.0303030303%;
}
html .wp-block-post-content .dp-grid\:fit\:34\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:34\:xs > * {
  width: 2.9411764706%;
}
html .wp-block-post-content .dp-grid\:fit\:35\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:35\:xs > * {
  width: 2.8571428571%;
}
html .wp-block-post-content .dp-grid\:fit\:36\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:36\:xs > * {
  width: 2.7777777778%;
}
html .wp-block-post-content .dp-grid\:fit\:37\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:37\:xs > * {
  width: 2.7027027027%;
}
html .wp-block-post-content .dp-grid\:fit\:38\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:38\:xs > * {
  width: 2.6315789474%;
}
html .wp-block-post-content .dp-grid\:fit\:39\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:39\:xs > * {
  width: 2.5641025641%;
}
html .wp-block-post-content .dp-grid\:fit\:40\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:40\:xs > * {
  width: 2.5%;
}
html .wp-block-post-content .dp-grid\:fit\:41\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:41\:xs > * {
  width: 2.4390243902%;
}
html .wp-block-post-content .dp-grid\:fit\:42\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:42\:xs > * {
  width: 2.380952381%;
}
html .wp-block-post-content .dp-grid\:fit\:43\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:43\:xs > * {
  width: 2.3255813953%;
}
html .wp-block-post-content .dp-grid\:fit\:44\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:44\:xs > * {
  width: 2.2727272727%;
}
html .wp-block-post-content .dp-grid\:fit\:45\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:45\:xs > * {
  width: 2.2222222222%;
}
html .wp-block-post-content .dp-grid\:fit\:46\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:46\:xs > * {
  width: 2.1739130435%;
}
html .wp-block-post-content .dp-grid\:fit\:47\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:47\:xs > * {
  width: 2.1276595745%;
}
html .wp-block-post-content .dp-grid\:fit\:48\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:48\:xs > * {
  width: 2.0833333333%;
}
html .wp-block-post-content .dp-grid\:fit\:49\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:49\:xs > * {
  width: 2.0408163265%;
}
html .wp-block-post-content .dp-grid\:fit\:50\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:50\:xs > * {
  width: 2%;
}
html .wp-block-post-content .dp-grid\:fit\:51\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:51\:xs > * {
  width: 1.9607843137%;
}
html .wp-block-post-content .dp-grid\:fit\:52\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:52\:xs > * {
  width: 1.9230769231%;
}
html .wp-block-post-content .dp-grid\:fit\:53\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:53\:xs > * {
  width: 1.8867924528%;
}
html .wp-block-post-content .dp-grid\:fit\:54\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:54\:xs > * {
  width: 1.8518518519%;
}
html .wp-block-post-content .dp-grid\:fit\:55\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:55\:xs > * {
  width: 1.8181818182%;
}
html .wp-block-post-content .dp-grid\:fit\:56\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:56\:xs > * {
  width: 1.7857142857%;
}
html .wp-block-post-content .dp-grid\:fit\:57\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:57\:xs > * {
  width: 1.7543859649%;
}
html .wp-block-post-content .dp-grid\:fit\:58\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:58\:xs > * {
  width: 1.724137931%;
}
html .wp-block-post-content .dp-grid\:fit\:59\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:59\:xs > * {
  width: 1.6949152542%;
}
html .wp-block-post-content .dp-grid\:fit\:60\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:60\:xs > * {
  width: 1.6666666667%;
}
html .wp-block-post-content .dp-grid\:fit\:61\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:61\:xs > * {
  width: 1.6393442623%;
}
html .wp-block-post-content .dp-grid\:fit\:62\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:62\:xs > * {
  width: 1.6129032258%;
}
html .wp-block-post-content .dp-grid\:fit\:63\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:63\:xs > * {
  width: 1.5873015873%;
}
html .wp-block-post-content .dp-grid\:fit\:64\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:64\:xs > * {
  width: 1.5625%;
}
html .wp-block-post-content .dp-grid\:fit\:65\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:65\:xs > * {
  width: 1.5384615385%;
}
html .wp-block-post-content .dp-grid\:fit\:66\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:66\:xs > * {
  width: 1.5151515152%;
}
html .wp-block-post-content .dp-grid\:fit\:67\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:67\:xs > * {
  width: 1.4925373134%;
}
html .wp-block-post-content .dp-grid\:fit\:68\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:68\:xs > * {
  width: 1.4705882353%;
}
html .wp-block-post-content .dp-grid\:fit\:69\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:69\:xs > * {
  width: 1.4492753623%;
}
html .wp-block-post-content .dp-grid\:fit\:70\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:70\:xs > * {
  width: 1.4285714286%;
}
html .wp-block-post-content .dp-grid\:fit\:71\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:71\:xs > * {
  width: 1.4084507042%;
}
html .wp-block-post-content .dp-grid\:fit\:72\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:72\:xs > * {
  width: 1.3888888889%;
}
html .wp-block-post-content .dp-grid\:fit\:73\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:73\:xs > * {
  width: 1.3698630137%;
}
html .wp-block-post-content .dp-grid\:fit\:74\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:74\:xs > * {
  width: 1.3513513514%;
}
html .wp-block-post-content .dp-grid\:fit\:75\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:75\:xs > * {
  width: 1.3333333333%;
}
html .wp-block-post-content .dp-grid\:fit\:76\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:76\:xs > * {
  width: 1.3157894737%;
}
html .wp-block-post-content .dp-grid\:fit\:77\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:77\:xs > * {
  width: 1.2987012987%;
}
html .wp-block-post-content .dp-grid\:fit\:78\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:78\:xs > * {
  width: 1.2820512821%;
}
html .wp-block-post-content .dp-grid\:fit\:79\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:79\:xs > * {
  width: 1.2658227848%;
}
html .wp-block-post-content .dp-grid\:fit\:80\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:80\:xs > * {
  width: 1.25%;
}
html .wp-block-post-content .dp-grid\:fit\:81\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:81\:xs > * {
  width: 1.2345679012%;
}
html .wp-block-post-content .dp-grid\:fit\:82\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:82\:xs > * {
  width: 1.2195121951%;
}
html .wp-block-post-content .dp-grid\:fit\:83\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:83\:xs > * {
  width: 1.2048192771%;
}
html .wp-block-post-content .dp-grid\:fit\:84\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:84\:xs > * {
  width: 1.1904761905%;
}
html .wp-block-post-content .dp-grid\:fit\:85\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:85\:xs > * {
  width: 1.1764705882%;
}
html .wp-block-post-content .dp-grid\:fit\:86\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:86\:xs > * {
  width: 1.1627906977%;
}
html .wp-block-post-content .dp-grid\:fit\:87\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:87\:xs > * {
  width: 1.1494252874%;
}
html .wp-block-post-content .dp-grid\:fit\:88\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:88\:xs > * {
  width: 1.1363636364%;
}
html .wp-block-post-content .dp-grid\:fit\:89\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:89\:xs > * {
  width: 1.1235955056%;
}
html .wp-block-post-content .dp-grid\:fit\:90\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:90\:xs > * {
  width: 1.1111111111%;
}
html .wp-block-post-content .dp-grid\:fit\:91\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:91\:xs > * {
  width: 1.0989010989%;
}
html .wp-block-post-content .dp-grid\:fit\:92\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:92\:xs > * {
  width: 1.0869565217%;
}
html .wp-block-post-content .dp-grid\:fit\:93\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:93\:xs > * {
  width: 1.0752688172%;
}
html .wp-block-post-content .dp-grid\:fit\:94\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:94\:xs > * {
  width: 1.0638297872%;
}
html .wp-block-post-content .dp-grid\:fit\:95\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:95\:xs > * {
  width: 1.0526315789%;
}
html .wp-block-post-content .dp-grid\:fit\:96\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:96\:xs > * {
  width: 1.0416666667%;
}
html .wp-block-post-content .dp-grid\:fit\:97\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:97\:xs > * {
  width: 1.0309278351%;
}
html .wp-block-post-content .dp-grid\:fit\:98\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:98\:xs > * {
  width: 1.0204081633%;
}
html .wp-block-post-content .dp-grid\:fit\:99\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:99\:xs > * {
  width: 1.0101010101%;
}
html .wp-block-post-content .dp-grid\:fit\:100\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:100\:xs > * {
  width: 1%;
}
@media (min-width: 501px) and (max-width: 767px) {
  html .wp-block-post-content .dp-grid\:fit\:1\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:1\:s > * {
    width: 100%;
  }
  html .wp-block-post-content .dp-grid\:fit\:2\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:2\:s > * {
    width: 50%;
  }
  html .wp-block-post-content .dp-grid\:fit\:3\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:3\:s > * {
    width: 33.3333333333%;
  }
  html .wp-block-post-content .dp-grid\:fit\:4\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:4\:s > * {
    width: 25%;
  }
  html .wp-block-post-content .dp-grid\:fit\:5\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:5\:s > * {
    width: 20%;
  }
  html .wp-block-post-content .dp-grid\:fit\:6\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:6\:s > * {
    width: 16.6666666667%;
  }
  html .wp-block-post-content .dp-grid\:fit\:7\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:7\:s > * {
    width: 14.2857142857%;
  }
  html .wp-block-post-content .dp-grid\:fit\:8\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:8\:s > * {
    width: 12.5%;
  }
  html .wp-block-post-content .dp-grid\:fit\:9\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:9\:s > * {
    width: 11.1111111111%;
  }
  html .wp-block-post-content .dp-grid\:fit\:10\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:10\:s > * {
    width: 10%;
  }
  html .wp-block-post-content .dp-grid\:fit\:11\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:11\:s > * {
    width: 9.0909090909%;
  }
  html .wp-block-post-content .dp-grid\:fit\:12\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:12\:s > * {
    width: 8.3333333333%;
  }
  html .wp-block-post-content .dp-grid\:fit\:13\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:13\:s > * {
    width: 7.6923076923%;
  }
  html .wp-block-post-content .dp-grid\:fit\:14\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:14\:s > * {
    width: 7.1428571429%;
  }
  html .wp-block-post-content .dp-grid\:fit\:15\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:15\:s > * {
    width: 6.6666666667%;
  }
  html .wp-block-post-content .dp-grid\:fit\:16\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:16\:s > * {
    width: 6.25%;
  }
  html .wp-block-post-content .dp-grid\:fit\:17\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:17\:s > * {
    width: 5.8823529412%;
  }
  html .wp-block-post-content .dp-grid\:fit\:18\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:18\:s > * {
    width: 5.5555555556%;
  }
  html .wp-block-post-content .dp-grid\:fit\:19\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:19\:s > * {
    width: 5.2631578947%;
  }
  html .wp-block-post-content .dp-grid\:fit\:20\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:20\:s > * {
    width: 5%;
  }
  html .wp-block-post-content .dp-grid\:fit\:21\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:21\:s > * {
    width: 4.7619047619%;
  }
  html .wp-block-post-content .dp-grid\:fit\:22\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:22\:s > * {
    width: 4.5454545455%;
  }
  html .wp-block-post-content .dp-grid\:fit\:23\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:23\:s > * {
    width: 4.347826087%;
  }
  html .wp-block-post-content .dp-grid\:fit\:24\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:24\:s > * {
    width: 4.1666666667%;
  }
  html .wp-block-post-content .dp-grid\:fit\:25\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:25\:s > * {
    width: 4%;
  }
  html .wp-block-post-content .dp-grid\:fit\:26\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:26\:s > * {
    width: 3.8461538462%;
  }
  html .wp-block-post-content .dp-grid\:fit\:27\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:27\:s > * {
    width: 3.7037037037%;
  }
  html .wp-block-post-content .dp-grid\:fit\:28\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:28\:s > * {
    width: 3.5714285714%;
  }
  html .wp-block-post-content .dp-grid\:fit\:29\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:29\:s > * {
    width: 3.4482758621%;
  }
  html .wp-block-post-content .dp-grid\:fit\:30\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:30\:s > * {
    width: 3.3333333333%;
  }
  html .wp-block-post-content .dp-grid\:fit\:31\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:31\:s > * {
    width: 3.2258064516%;
  }
  html .wp-block-post-content .dp-grid\:fit\:32\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:32\:s > * {
    width: 3.125%;
  }
  html .wp-block-post-content .dp-grid\:fit\:33\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:33\:s > * {
    width: 3.0303030303%;
  }
  html .wp-block-post-content .dp-grid\:fit\:34\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:34\:s > * {
    width: 2.9411764706%;
  }
  html .wp-block-post-content .dp-grid\:fit\:35\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:35\:s > * {
    width: 2.8571428571%;
  }
  html .wp-block-post-content .dp-grid\:fit\:36\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:36\:s > * {
    width: 2.7777777778%;
  }
  html .wp-block-post-content .dp-grid\:fit\:37\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:37\:s > * {
    width: 2.7027027027%;
  }
  html .wp-block-post-content .dp-grid\:fit\:38\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:38\:s > * {
    width: 2.6315789474%;
  }
  html .wp-block-post-content .dp-grid\:fit\:39\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:39\:s > * {
    width: 2.5641025641%;
  }
  html .wp-block-post-content .dp-grid\:fit\:40\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:40\:s > * {
    width: 2.5%;
  }
  html .wp-block-post-content .dp-grid\:fit\:41\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:41\:s > * {
    width: 2.4390243902%;
  }
  html .wp-block-post-content .dp-grid\:fit\:42\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:42\:s > * {
    width: 2.380952381%;
  }
  html .wp-block-post-content .dp-grid\:fit\:43\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:43\:s > * {
    width: 2.3255813953%;
  }
  html .wp-block-post-content .dp-grid\:fit\:44\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:44\:s > * {
    width: 2.2727272727%;
  }
  html .wp-block-post-content .dp-grid\:fit\:45\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:45\:s > * {
    width: 2.2222222222%;
  }
  html .wp-block-post-content .dp-grid\:fit\:46\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:46\:s > * {
    width: 2.1739130435%;
  }
  html .wp-block-post-content .dp-grid\:fit\:47\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:47\:s > * {
    width: 2.1276595745%;
  }
  html .wp-block-post-content .dp-grid\:fit\:48\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:48\:s > * {
    width: 2.0833333333%;
  }
  html .wp-block-post-content .dp-grid\:fit\:49\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:49\:s > * {
    width: 2.0408163265%;
  }
  html .wp-block-post-content .dp-grid\:fit\:50\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:50\:s > * {
    width: 2%;
  }
  html .wp-block-post-content .dp-grid\:fit\:51\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:51\:s > * {
    width: 1.9607843137%;
  }
  html .wp-block-post-content .dp-grid\:fit\:52\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:52\:s > * {
    width: 1.9230769231%;
  }
  html .wp-block-post-content .dp-grid\:fit\:53\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:53\:s > * {
    width: 1.8867924528%;
  }
  html .wp-block-post-content .dp-grid\:fit\:54\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:54\:s > * {
    width: 1.8518518519%;
  }
  html .wp-block-post-content .dp-grid\:fit\:55\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:55\:s > * {
    width: 1.8181818182%;
  }
  html .wp-block-post-content .dp-grid\:fit\:56\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:56\:s > * {
    width: 1.7857142857%;
  }
  html .wp-block-post-content .dp-grid\:fit\:57\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:57\:s > * {
    width: 1.7543859649%;
  }
  html .wp-block-post-content .dp-grid\:fit\:58\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:58\:s > * {
    width: 1.724137931%;
  }
  html .wp-block-post-content .dp-grid\:fit\:59\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:59\:s > * {
    width: 1.6949152542%;
  }
  html .wp-block-post-content .dp-grid\:fit\:60\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:60\:s > * {
    width: 1.6666666667%;
  }
  html .wp-block-post-content .dp-grid\:fit\:61\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:61\:s > * {
    width: 1.6393442623%;
  }
  html .wp-block-post-content .dp-grid\:fit\:62\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:62\:s > * {
    width: 1.6129032258%;
  }
  html .wp-block-post-content .dp-grid\:fit\:63\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:63\:s > * {
    width: 1.5873015873%;
  }
  html .wp-block-post-content .dp-grid\:fit\:64\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:64\:s > * {
    width: 1.5625%;
  }
  html .wp-block-post-content .dp-grid\:fit\:65\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:65\:s > * {
    width: 1.5384615385%;
  }
  html .wp-block-post-content .dp-grid\:fit\:66\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:66\:s > * {
    width: 1.5151515152%;
  }
  html .wp-block-post-content .dp-grid\:fit\:67\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:67\:s > * {
    width: 1.4925373134%;
  }
  html .wp-block-post-content .dp-grid\:fit\:68\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:68\:s > * {
    width: 1.4705882353%;
  }
  html .wp-block-post-content .dp-grid\:fit\:69\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:69\:s > * {
    width: 1.4492753623%;
  }
  html .wp-block-post-content .dp-grid\:fit\:70\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:70\:s > * {
    width: 1.4285714286%;
  }
  html .wp-block-post-content .dp-grid\:fit\:71\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:71\:s > * {
    width: 1.4084507042%;
  }
  html .wp-block-post-content .dp-grid\:fit\:72\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:72\:s > * {
    width: 1.3888888889%;
  }
  html .wp-block-post-content .dp-grid\:fit\:73\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:73\:s > * {
    width: 1.3698630137%;
  }
  html .wp-block-post-content .dp-grid\:fit\:74\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:74\:s > * {
    width: 1.3513513514%;
  }
  html .wp-block-post-content .dp-grid\:fit\:75\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:75\:s > * {
    width: 1.3333333333%;
  }
  html .wp-block-post-content .dp-grid\:fit\:76\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:76\:s > * {
    width: 1.3157894737%;
  }
  html .wp-block-post-content .dp-grid\:fit\:77\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:77\:s > * {
    width: 1.2987012987%;
  }
  html .wp-block-post-content .dp-grid\:fit\:78\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:78\:s > * {
    width: 1.2820512821%;
  }
  html .wp-block-post-content .dp-grid\:fit\:79\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:79\:s > * {
    width: 1.2658227848%;
  }
  html .wp-block-post-content .dp-grid\:fit\:80\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:80\:s > * {
    width: 1.25%;
  }
  html .wp-block-post-content .dp-grid\:fit\:81\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:81\:s > * {
    width: 1.2345679012%;
  }
  html .wp-block-post-content .dp-grid\:fit\:82\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:82\:s > * {
    width: 1.2195121951%;
  }
  html .wp-block-post-content .dp-grid\:fit\:83\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:83\:s > * {
    width: 1.2048192771%;
  }
  html .wp-block-post-content .dp-grid\:fit\:84\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:84\:s > * {
    width: 1.1904761905%;
  }
  html .wp-block-post-content .dp-grid\:fit\:85\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:85\:s > * {
    width: 1.1764705882%;
  }
  html .wp-block-post-content .dp-grid\:fit\:86\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:86\:s > * {
    width: 1.1627906977%;
  }
  html .wp-block-post-content .dp-grid\:fit\:87\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:87\:s > * {
    width: 1.1494252874%;
  }
  html .wp-block-post-content .dp-grid\:fit\:88\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:88\:s > * {
    width: 1.1363636364%;
  }
  html .wp-block-post-content .dp-grid\:fit\:89\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:89\:s > * {
    width: 1.1235955056%;
  }
  html .wp-block-post-content .dp-grid\:fit\:90\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:90\:s > * {
    width: 1.1111111111%;
  }
  html .wp-block-post-content .dp-grid\:fit\:91\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:91\:s > * {
    width: 1.0989010989%;
  }
  html .wp-block-post-content .dp-grid\:fit\:92\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:92\:s > * {
    width: 1.0869565217%;
  }
  html .wp-block-post-content .dp-grid\:fit\:93\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:93\:s > * {
    width: 1.0752688172%;
  }
  html .wp-block-post-content .dp-grid\:fit\:94\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:94\:s > * {
    width: 1.0638297872%;
  }
  html .wp-block-post-content .dp-grid\:fit\:95\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:95\:s > * {
    width: 1.0526315789%;
  }
  html .wp-block-post-content .dp-grid\:fit\:96\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:96\:s > * {
    width: 1.0416666667%;
  }
  html .wp-block-post-content .dp-grid\:fit\:97\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:97\:s > * {
    width: 1.0309278351%;
  }
  html .wp-block-post-content .dp-grid\:fit\:98\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:98\:s > * {
    width: 1.0204081633%;
  }
  html .wp-block-post-content .dp-grid\:fit\:99\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:99\:s > * {
    width: 1.0101010101%;
  }
  html .wp-block-post-content .dp-grid\:fit\:100\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:100\:s > * {
    width: 1%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  html .wp-block-post-content .dp-grid\:fit\:1\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:1\:m > * {
    width: 100%;
  }
  html .wp-block-post-content .dp-grid\:fit\:2\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:2\:m > * {
    width: 50%;
  }
  html .wp-block-post-content .dp-grid\:fit\:3\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:3\:m > * {
    width: 33.3333333333%;
  }
  html .wp-block-post-content .dp-grid\:fit\:4\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:4\:m > * {
    width: 25%;
  }
  html .wp-block-post-content .dp-grid\:fit\:5\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:5\:m > * {
    width: 20%;
  }
  html .wp-block-post-content .dp-grid\:fit\:6\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:6\:m > * {
    width: 16.6666666667%;
  }
  html .wp-block-post-content .dp-grid\:fit\:7\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:7\:m > * {
    width: 14.2857142857%;
  }
  html .wp-block-post-content .dp-grid\:fit\:8\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:8\:m > * {
    width: 12.5%;
  }
  html .wp-block-post-content .dp-grid\:fit\:9\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:9\:m > * {
    width: 11.1111111111%;
  }
  html .wp-block-post-content .dp-grid\:fit\:10\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:10\:m > * {
    width: 10%;
  }
  html .wp-block-post-content .dp-grid\:fit\:11\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:11\:m > * {
    width: 9.0909090909%;
  }
  html .wp-block-post-content .dp-grid\:fit\:12\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:12\:m > * {
    width: 8.3333333333%;
  }
  html .wp-block-post-content .dp-grid\:fit\:13\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:13\:m > * {
    width: 7.6923076923%;
  }
  html .wp-block-post-content .dp-grid\:fit\:14\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:14\:m > * {
    width: 7.1428571429%;
  }
  html .wp-block-post-content .dp-grid\:fit\:15\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:15\:m > * {
    width: 6.6666666667%;
  }
  html .wp-block-post-content .dp-grid\:fit\:16\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:16\:m > * {
    width: 6.25%;
  }
  html .wp-block-post-content .dp-grid\:fit\:17\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:17\:m > * {
    width: 5.8823529412%;
  }
  html .wp-block-post-content .dp-grid\:fit\:18\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:18\:m > * {
    width: 5.5555555556%;
  }
  html .wp-block-post-content .dp-grid\:fit\:19\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:19\:m > * {
    width: 5.2631578947%;
  }
  html .wp-block-post-content .dp-grid\:fit\:20\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:20\:m > * {
    width: 5%;
  }
  html .wp-block-post-content .dp-grid\:fit\:21\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:21\:m > * {
    width: 4.7619047619%;
  }
  html .wp-block-post-content .dp-grid\:fit\:22\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:22\:m > * {
    width: 4.5454545455%;
  }
  html .wp-block-post-content .dp-grid\:fit\:23\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:23\:m > * {
    width: 4.347826087%;
  }
  html .wp-block-post-content .dp-grid\:fit\:24\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:24\:m > * {
    width: 4.1666666667%;
  }
  html .wp-block-post-content .dp-grid\:fit\:25\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:25\:m > * {
    width: 4%;
  }
  html .wp-block-post-content .dp-grid\:fit\:26\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:26\:m > * {
    width: 3.8461538462%;
  }
  html .wp-block-post-content .dp-grid\:fit\:27\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:27\:m > * {
    width: 3.7037037037%;
  }
  html .wp-block-post-content .dp-grid\:fit\:28\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:28\:m > * {
    width: 3.5714285714%;
  }
  html .wp-block-post-content .dp-grid\:fit\:29\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:29\:m > * {
    width: 3.4482758621%;
  }
  html .wp-block-post-content .dp-grid\:fit\:30\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:30\:m > * {
    width: 3.3333333333%;
  }
  html .wp-block-post-content .dp-grid\:fit\:31\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:31\:m > * {
    width: 3.2258064516%;
  }
  html .wp-block-post-content .dp-grid\:fit\:32\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:32\:m > * {
    width: 3.125%;
  }
  html .wp-block-post-content .dp-grid\:fit\:33\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:33\:m > * {
    width: 3.0303030303%;
  }
  html .wp-block-post-content .dp-grid\:fit\:34\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:34\:m > * {
    width: 2.9411764706%;
  }
  html .wp-block-post-content .dp-grid\:fit\:35\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:35\:m > * {
    width: 2.8571428571%;
  }
  html .wp-block-post-content .dp-grid\:fit\:36\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:36\:m > * {
    width: 2.7777777778%;
  }
  html .wp-block-post-content .dp-grid\:fit\:37\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:37\:m > * {
    width: 2.7027027027%;
  }
  html .wp-block-post-content .dp-grid\:fit\:38\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:38\:m > * {
    width: 2.6315789474%;
  }
  html .wp-block-post-content .dp-grid\:fit\:39\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:39\:m > * {
    width: 2.5641025641%;
  }
  html .wp-block-post-content .dp-grid\:fit\:40\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:40\:m > * {
    width: 2.5%;
  }
  html .wp-block-post-content .dp-grid\:fit\:41\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:41\:m > * {
    width: 2.4390243902%;
  }
  html .wp-block-post-content .dp-grid\:fit\:42\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:42\:m > * {
    width: 2.380952381%;
  }
  html .wp-block-post-content .dp-grid\:fit\:43\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:43\:m > * {
    width: 2.3255813953%;
  }
  html .wp-block-post-content .dp-grid\:fit\:44\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:44\:m > * {
    width: 2.2727272727%;
  }
  html .wp-block-post-content .dp-grid\:fit\:45\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:45\:m > * {
    width: 2.2222222222%;
  }
  html .wp-block-post-content .dp-grid\:fit\:46\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:46\:m > * {
    width: 2.1739130435%;
  }
  html .wp-block-post-content .dp-grid\:fit\:47\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:47\:m > * {
    width: 2.1276595745%;
  }
  html .wp-block-post-content .dp-grid\:fit\:48\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:48\:m > * {
    width: 2.0833333333%;
  }
  html .wp-block-post-content .dp-grid\:fit\:49\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:49\:m > * {
    width: 2.0408163265%;
  }
  html .wp-block-post-content .dp-grid\:fit\:50\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:50\:m > * {
    width: 2%;
  }
  html .wp-block-post-content .dp-grid\:fit\:51\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:51\:m > * {
    width: 1.9607843137%;
  }
  html .wp-block-post-content .dp-grid\:fit\:52\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:52\:m > * {
    width: 1.9230769231%;
  }
  html .wp-block-post-content .dp-grid\:fit\:53\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:53\:m > * {
    width: 1.8867924528%;
  }
  html .wp-block-post-content .dp-grid\:fit\:54\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:54\:m > * {
    width: 1.8518518519%;
  }
  html .wp-block-post-content .dp-grid\:fit\:55\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:55\:m > * {
    width: 1.8181818182%;
  }
  html .wp-block-post-content .dp-grid\:fit\:56\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:56\:m > * {
    width: 1.7857142857%;
  }
  html .wp-block-post-content .dp-grid\:fit\:57\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:57\:m > * {
    width: 1.7543859649%;
  }
  html .wp-block-post-content .dp-grid\:fit\:58\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:58\:m > * {
    width: 1.724137931%;
  }
  html .wp-block-post-content .dp-grid\:fit\:59\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:59\:m > * {
    width: 1.6949152542%;
  }
  html .wp-block-post-content .dp-grid\:fit\:60\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:60\:m > * {
    width: 1.6666666667%;
  }
  html .wp-block-post-content .dp-grid\:fit\:61\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:61\:m > * {
    width: 1.6393442623%;
  }
  html .wp-block-post-content .dp-grid\:fit\:62\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:62\:m > * {
    width: 1.6129032258%;
  }
  html .wp-block-post-content .dp-grid\:fit\:63\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:63\:m > * {
    width: 1.5873015873%;
  }
  html .wp-block-post-content .dp-grid\:fit\:64\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:64\:m > * {
    width: 1.5625%;
  }
  html .wp-block-post-content .dp-grid\:fit\:65\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:65\:m > * {
    width: 1.5384615385%;
  }
  html .wp-block-post-content .dp-grid\:fit\:66\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:66\:m > * {
    width: 1.5151515152%;
  }
  html .wp-block-post-content .dp-grid\:fit\:67\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:67\:m > * {
    width: 1.4925373134%;
  }
  html .wp-block-post-content .dp-grid\:fit\:68\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:68\:m > * {
    width: 1.4705882353%;
  }
  html .wp-block-post-content .dp-grid\:fit\:69\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:69\:m > * {
    width: 1.4492753623%;
  }
  html .wp-block-post-content .dp-grid\:fit\:70\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:70\:m > * {
    width: 1.4285714286%;
  }
  html .wp-block-post-content .dp-grid\:fit\:71\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:71\:m > * {
    width: 1.4084507042%;
  }
  html .wp-block-post-content .dp-grid\:fit\:72\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:72\:m > * {
    width: 1.3888888889%;
  }
  html .wp-block-post-content .dp-grid\:fit\:73\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:73\:m > * {
    width: 1.3698630137%;
  }
  html .wp-block-post-content .dp-grid\:fit\:74\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:74\:m > * {
    width: 1.3513513514%;
  }
  html .wp-block-post-content .dp-grid\:fit\:75\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:75\:m > * {
    width: 1.3333333333%;
  }
  html .wp-block-post-content .dp-grid\:fit\:76\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:76\:m > * {
    width: 1.3157894737%;
  }
  html .wp-block-post-content .dp-grid\:fit\:77\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:77\:m > * {
    width: 1.2987012987%;
  }
  html .wp-block-post-content .dp-grid\:fit\:78\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:78\:m > * {
    width: 1.2820512821%;
  }
  html .wp-block-post-content .dp-grid\:fit\:79\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:79\:m > * {
    width: 1.2658227848%;
  }
  html .wp-block-post-content .dp-grid\:fit\:80\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:80\:m > * {
    width: 1.25%;
  }
  html .wp-block-post-content .dp-grid\:fit\:81\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:81\:m > * {
    width: 1.2345679012%;
  }
  html .wp-block-post-content .dp-grid\:fit\:82\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:82\:m > * {
    width: 1.2195121951%;
  }
  html .wp-block-post-content .dp-grid\:fit\:83\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:83\:m > * {
    width: 1.2048192771%;
  }
  html .wp-block-post-content .dp-grid\:fit\:84\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:84\:m > * {
    width: 1.1904761905%;
  }
  html .wp-block-post-content .dp-grid\:fit\:85\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:85\:m > * {
    width: 1.1764705882%;
  }
  html .wp-block-post-content .dp-grid\:fit\:86\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:86\:m > * {
    width: 1.1627906977%;
  }
  html .wp-block-post-content .dp-grid\:fit\:87\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:87\:m > * {
    width: 1.1494252874%;
  }
  html .wp-block-post-content .dp-grid\:fit\:88\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:88\:m > * {
    width: 1.1363636364%;
  }
  html .wp-block-post-content .dp-grid\:fit\:89\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:89\:m > * {
    width: 1.1235955056%;
  }
  html .wp-block-post-content .dp-grid\:fit\:90\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:90\:m > * {
    width: 1.1111111111%;
  }
  html .wp-block-post-content .dp-grid\:fit\:91\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:91\:m > * {
    width: 1.0989010989%;
  }
  html .wp-block-post-content .dp-grid\:fit\:92\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:92\:m > * {
    width: 1.0869565217%;
  }
  html .wp-block-post-content .dp-grid\:fit\:93\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:93\:m > * {
    width: 1.0752688172%;
  }
  html .wp-block-post-content .dp-grid\:fit\:94\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:94\:m > * {
    width: 1.0638297872%;
  }
  html .wp-block-post-content .dp-grid\:fit\:95\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:95\:m > * {
    width: 1.0526315789%;
  }
  html .wp-block-post-content .dp-grid\:fit\:96\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:96\:m > * {
    width: 1.0416666667%;
  }
  html .wp-block-post-content .dp-grid\:fit\:97\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:97\:m > * {
    width: 1.0309278351%;
  }
  html .wp-block-post-content .dp-grid\:fit\:98\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:98\:m > * {
    width: 1.0204081633%;
  }
  html .wp-block-post-content .dp-grid\:fit\:99\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:99\:m > * {
    width: 1.0101010101%;
  }
  html .wp-block-post-content .dp-grid\:fit\:100\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:100\:m > * {
    width: 1%;
  }
}
@media (min-width: 1024px) {
  html .wp-block-post-content .dp-grid\:fit\:1\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:1\:l > * {
    width: 100%;
  }
  html .wp-block-post-content .dp-grid\:fit\:2\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:2\:l > * {
    width: 50%;
  }
  html .wp-block-post-content .dp-grid\:fit\:3\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:3\:l > * {
    width: 33.3333333333%;
  }
  html .wp-block-post-content .dp-grid\:fit\:4\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:4\:l > * {
    width: 25%;
  }
  html .wp-block-post-content .dp-grid\:fit\:5\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:5\:l > * {
    width: 20%;
  }
  html .wp-block-post-content .dp-grid\:fit\:6\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:6\:l > * {
    width: 16.6666666667%;
  }
  html .wp-block-post-content .dp-grid\:fit\:7\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:7\:l > * {
    width: 14.2857142857%;
  }
  html .wp-block-post-content .dp-grid\:fit\:8\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:8\:l > * {
    width: 12.5%;
  }
  html .wp-block-post-content .dp-grid\:fit\:9\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:9\:l > * {
    width: 11.1111111111%;
  }
  html .wp-block-post-content .dp-grid\:fit\:10\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:10\:l > * {
    width: 10%;
  }
  html .wp-block-post-content .dp-grid\:fit\:11\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:11\:l > * {
    width: 9.0909090909%;
  }
  html .wp-block-post-content .dp-grid\:fit\:12\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:12\:l > * {
    width: 8.3333333333%;
  }
  html .wp-block-post-content .dp-grid\:fit\:13\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:13\:l > * {
    width: 7.6923076923%;
  }
  html .wp-block-post-content .dp-grid\:fit\:14\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:14\:l > * {
    width: 7.1428571429%;
  }
  html .wp-block-post-content .dp-grid\:fit\:15\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:15\:l > * {
    width: 6.6666666667%;
  }
  html .wp-block-post-content .dp-grid\:fit\:16\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:16\:l > * {
    width: 6.25%;
  }
  html .wp-block-post-content .dp-grid\:fit\:17\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:17\:l > * {
    width: 5.8823529412%;
  }
  html .wp-block-post-content .dp-grid\:fit\:18\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:18\:l > * {
    width: 5.5555555556%;
  }
  html .wp-block-post-content .dp-grid\:fit\:19\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:19\:l > * {
    width: 5.2631578947%;
  }
  html .wp-block-post-content .dp-grid\:fit\:20\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:20\:l > * {
    width: 5%;
  }
  html .wp-block-post-content .dp-grid\:fit\:21\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:21\:l > * {
    width: 4.7619047619%;
  }
  html .wp-block-post-content .dp-grid\:fit\:22\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:22\:l > * {
    width: 4.5454545455%;
  }
  html .wp-block-post-content .dp-grid\:fit\:23\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:23\:l > * {
    width: 4.347826087%;
  }
  html .wp-block-post-content .dp-grid\:fit\:24\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:24\:l > * {
    width: 4.1666666667%;
  }
  html .wp-block-post-content .dp-grid\:fit\:25\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:25\:l > * {
    width: 4%;
  }
  html .wp-block-post-content .dp-grid\:fit\:26\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:26\:l > * {
    width: 3.8461538462%;
  }
  html .wp-block-post-content .dp-grid\:fit\:27\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:27\:l > * {
    width: 3.7037037037%;
  }
  html .wp-block-post-content .dp-grid\:fit\:28\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:28\:l > * {
    width: 3.5714285714%;
  }
  html .wp-block-post-content .dp-grid\:fit\:29\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:29\:l > * {
    width: 3.4482758621%;
  }
  html .wp-block-post-content .dp-grid\:fit\:30\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:30\:l > * {
    width: 3.3333333333%;
  }
  html .wp-block-post-content .dp-grid\:fit\:31\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:31\:l > * {
    width: 3.2258064516%;
  }
  html .wp-block-post-content .dp-grid\:fit\:32\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:32\:l > * {
    width: 3.125%;
  }
  html .wp-block-post-content .dp-grid\:fit\:33\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:33\:l > * {
    width: 3.0303030303%;
  }
  html .wp-block-post-content .dp-grid\:fit\:34\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:34\:l > * {
    width: 2.9411764706%;
  }
  html .wp-block-post-content .dp-grid\:fit\:35\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:35\:l > * {
    width: 2.8571428571%;
  }
  html .wp-block-post-content .dp-grid\:fit\:36\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:36\:l > * {
    width: 2.7777777778%;
  }
  html .wp-block-post-content .dp-grid\:fit\:37\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:37\:l > * {
    width: 2.7027027027%;
  }
  html .wp-block-post-content .dp-grid\:fit\:38\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:38\:l > * {
    width: 2.6315789474%;
  }
  html .wp-block-post-content .dp-grid\:fit\:39\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:39\:l > * {
    width: 2.5641025641%;
  }
  html .wp-block-post-content .dp-grid\:fit\:40\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:40\:l > * {
    width: 2.5%;
  }
  html .wp-block-post-content .dp-grid\:fit\:41\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:41\:l > * {
    width: 2.4390243902%;
  }
  html .wp-block-post-content .dp-grid\:fit\:42\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:42\:l > * {
    width: 2.380952381%;
  }
  html .wp-block-post-content .dp-grid\:fit\:43\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:43\:l > * {
    width: 2.3255813953%;
  }
  html .wp-block-post-content .dp-grid\:fit\:44\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:44\:l > * {
    width: 2.2727272727%;
  }
  html .wp-block-post-content .dp-grid\:fit\:45\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:45\:l > * {
    width: 2.2222222222%;
  }
  html .wp-block-post-content .dp-grid\:fit\:46\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:46\:l > * {
    width: 2.1739130435%;
  }
  html .wp-block-post-content .dp-grid\:fit\:47\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:47\:l > * {
    width: 2.1276595745%;
  }
  html .wp-block-post-content .dp-grid\:fit\:48\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:48\:l > * {
    width: 2.0833333333%;
  }
  html .wp-block-post-content .dp-grid\:fit\:49\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:49\:l > * {
    width: 2.0408163265%;
  }
  html .wp-block-post-content .dp-grid\:fit\:50\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:50\:l > * {
    width: 2%;
  }
  html .wp-block-post-content .dp-grid\:fit\:51\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:51\:l > * {
    width: 1.9607843137%;
  }
  html .wp-block-post-content .dp-grid\:fit\:52\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:52\:l > * {
    width: 1.9230769231%;
  }
  html .wp-block-post-content .dp-grid\:fit\:53\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:53\:l > * {
    width: 1.8867924528%;
  }
  html .wp-block-post-content .dp-grid\:fit\:54\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:54\:l > * {
    width: 1.8518518519%;
  }
  html .wp-block-post-content .dp-grid\:fit\:55\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:55\:l > * {
    width: 1.8181818182%;
  }
  html .wp-block-post-content .dp-grid\:fit\:56\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:56\:l > * {
    width: 1.7857142857%;
  }
  html .wp-block-post-content .dp-grid\:fit\:57\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:57\:l > * {
    width: 1.7543859649%;
  }
  html .wp-block-post-content .dp-grid\:fit\:58\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:58\:l > * {
    width: 1.724137931%;
  }
  html .wp-block-post-content .dp-grid\:fit\:59\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:59\:l > * {
    width: 1.6949152542%;
  }
  html .wp-block-post-content .dp-grid\:fit\:60\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:60\:l > * {
    width: 1.6666666667%;
  }
  html .wp-block-post-content .dp-grid\:fit\:61\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:61\:l > * {
    width: 1.6393442623%;
  }
  html .wp-block-post-content .dp-grid\:fit\:62\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:62\:l > * {
    width: 1.6129032258%;
  }
  html .wp-block-post-content .dp-grid\:fit\:63\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:63\:l > * {
    width: 1.5873015873%;
  }
  html .wp-block-post-content .dp-grid\:fit\:64\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:64\:l > * {
    width: 1.5625%;
  }
  html .wp-block-post-content .dp-grid\:fit\:65\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:65\:l > * {
    width: 1.5384615385%;
  }
  html .wp-block-post-content .dp-grid\:fit\:66\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:66\:l > * {
    width: 1.5151515152%;
  }
  html .wp-block-post-content .dp-grid\:fit\:67\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:67\:l > * {
    width: 1.4925373134%;
  }
  html .wp-block-post-content .dp-grid\:fit\:68\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:68\:l > * {
    width: 1.4705882353%;
  }
  html .wp-block-post-content .dp-grid\:fit\:69\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:69\:l > * {
    width: 1.4492753623%;
  }
  html .wp-block-post-content .dp-grid\:fit\:70\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:70\:l > * {
    width: 1.4285714286%;
  }
  html .wp-block-post-content .dp-grid\:fit\:71\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:71\:l > * {
    width: 1.4084507042%;
  }
  html .wp-block-post-content .dp-grid\:fit\:72\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:72\:l > * {
    width: 1.3888888889%;
  }
  html .wp-block-post-content .dp-grid\:fit\:73\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:73\:l > * {
    width: 1.3698630137%;
  }
  html .wp-block-post-content .dp-grid\:fit\:74\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:74\:l > * {
    width: 1.3513513514%;
  }
  html .wp-block-post-content .dp-grid\:fit\:75\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:75\:l > * {
    width: 1.3333333333%;
  }
  html .wp-block-post-content .dp-grid\:fit\:76\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:76\:l > * {
    width: 1.3157894737%;
  }
  html .wp-block-post-content .dp-grid\:fit\:77\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:77\:l > * {
    width: 1.2987012987%;
  }
  html .wp-block-post-content .dp-grid\:fit\:78\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:78\:l > * {
    width: 1.2820512821%;
  }
  html .wp-block-post-content .dp-grid\:fit\:79\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:79\:l > * {
    width: 1.2658227848%;
  }
  html .wp-block-post-content .dp-grid\:fit\:80\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:80\:l > * {
    width: 1.25%;
  }
  html .wp-block-post-content .dp-grid\:fit\:81\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:81\:l > * {
    width: 1.2345679012%;
  }
  html .wp-block-post-content .dp-grid\:fit\:82\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:82\:l > * {
    width: 1.2195121951%;
  }
  html .wp-block-post-content .dp-grid\:fit\:83\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:83\:l > * {
    width: 1.2048192771%;
  }
  html .wp-block-post-content .dp-grid\:fit\:84\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:84\:l > * {
    width: 1.1904761905%;
  }
  html .wp-block-post-content .dp-grid\:fit\:85\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:85\:l > * {
    width: 1.1764705882%;
  }
  html .wp-block-post-content .dp-grid\:fit\:86\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:86\:l > * {
    width: 1.1627906977%;
  }
  html .wp-block-post-content .dp-grid\:fit\:87\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:87\:l > * {
    width: 1.1494252874%;
  }
  html .wp-block-post-content .dp-grid\:fit\:88\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:88\:l > * {
    width: 1.1363636364%;
  }
  html .wp-block-post-content .dp-grid\:fit\:89\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:89\:l > * {
    width: 1.1235955056%;
  }
  html .wp-block-post-content .dp-grid\:fit\:90\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:90\:l > * {
    width: 1.1111111111%;
  }
  html .wp-block-post-content .dp-grid\:fit\:91\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:91\:l > * {
    width: 1.0989010989%;
  }
  html .wp-block-post-content .dp-grid\:fit\:92\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:92\:l > * {
    width: 1.0869565217%;
  }
  html .wp-block-post-content .dp-grid\:fit\:93\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:93\:l > * {
    width: 1.0752688172%;
  }
  html .wp-block-post-content .dp-grid\:fit\:94\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:94\:l > * {
    width: 1.0638297872%;
  }
  html .wp-block-post-content .dp-grid\:fit\:95\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:95\:l > * {
    width: 1.0526315789%;
  }
  html .wp-block-post-content .dp-grid\:fit\:96\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:96\:l > * {
    width: 1.0416666667%;
  }
  html .wp-block-post-content .dp-grid\:fit\:97\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:97\:l > * {
    width: 1.0309278351%;
  }
  html .wp-block-post-content .dp-grid\:fit\:98\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:98\:l > * {
    width: 1.0204081633%;
  }
  html .wp-block-post-content .dp-grid\:fit\:99\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:99\:l > * {
    width: 1.0101010101%;
  }
  html .wp-block-post-content .dp-grid\:fit\:100\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:100\:l > * {
    width: 1%;
  }
}
@media (min-width: 1250px) {
  html .wp-block-post-content .dp-grid\:fit\:1\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:1\:xl > * {
    width: 100%;
  }
  html .wp-block-post-content .dp-grid\:fit\:2\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:2\:xl > * {
    width: 50%;
  }
  html .wp-block-post-content .dp-grid\:fit\:3\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:3\:xl > * {
    width: 33.3333333333%;
  }
  html .wp-block-post-content .dp-grid\:fit\:4\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:4\:xl > * {
    width: 25%;
  }
  html .wp-block-post-content .dp-grid\:fit\:5\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:5\:xl > * {
    width: 20%;
  }
  html .wp-block-post-content .dp-grid\:fit\:6\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:6\:xl > * {
    width: 16.6666666667%;
  }
  html .wp-block-post-content .dp-grid\:fit\:7\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:7\:xl > * {
    width: 14.2857142857%;
  }
  html .wp-block-post-content .dp-grid\:fit\:8\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:8\:xl > * {
    width: 12.5%;
  }
  html .wp-block-post-content .dp-grid\:fit\:9\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:9\:xl > * {
    width: 11.1111111111%;
  }
  html .wp-block-post-content .dp-grid\:fit\:10\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:10\:xl > * {
    width: 10%;
  }
  html .wp-block-post-content .dp-grid\:fit\:11\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:11\:xl > * {
    width: 9.0909090909%;
  }
  html .wp-block-post-content .dp-grid\:fit\:12\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:12\:xl > * {
    width: 8.3333333333%;
  }
  html .wp-block-post-content .dp-grid\:fit\:13\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:13\:xl > * {
    width: 7.6923076923%;
  }
  html .wp-block-post-content .dp-grid\:fit\:14\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:14\:xl > * {
    width: 7.1428571429%;
  }
  html .wp-block-post-content .dp-grid\:fit\:15\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:15\:xl > * {
    width: 6.6666666667%;
  }
  html .wp-block-post-content .dp-grid\:fit\:16\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:16\:xl > * {
    width: 6.25%;
  }
  html .wp-block-post-content .dp-grid\:fit\:17\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:17\:xl > * {
    width: 5.8823529412%;
  }
  html .wp-block-post-content .dp-grid\:fit\:18\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:18\:xl > * {
    width: 5.5555555556%;
  }
  html .wp-block-post-content .dp-grid\:fit\:19\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:19\:xl > * {
    width: 5.2631578947%;
  }
  html .wp-block-post-content .dp-grid\:fit\:20\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:20\:xl > * {
    width: 5%;
  }
  html .wp-block-post-content .dp-grid\:fit\:21\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:21\:xl > * {
    width: 4.7619047619%;
  }
  html .wp-block-post-content .dp-grid\:fit\:22\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:22\:xl > * {
    width: 4.5454545455%;
  }
  html .wp-block-post-content .dp-grid\:fit\:23\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:23\:xl > * {
    width: 4.347826087%;
  }
  html .wp-block-post-content .dp-grid\:fit\:24\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:24\:xl > * {
    width: 4.1666666667%;
  }
  html .wp-block-post-content .dp-grid\:fit\:25\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:25\:xl > * {
    width: 4%;
  }
  html .wp-block-post-content .dp-grid\:fit\:26\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:26\:xl > * {
    width: 3.8461538462%;
  }
  html .wp-block-post-content .dp-grid\:fit\:27\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:27\:xl > * {
    width: 3.7037037037%;
  }
  html .wp-block-post-content .dp-grid\:fit\:28\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:28\:xl > * {
    width: 3.5714285714%;
  }
  html .wp-block-post-content .dp-grid\:fit\:29\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:29\:xl > * {
    width: 3.4482758621%;
  }
  html .wp-block-post-content .dp-grid\:fit\:30\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:30\:xl > * {
    width: 3.3333333333%;
  }
  html .wp-block-post-content .dp-grid\:fit\:31\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:31\:xl > * {
    width: 3.2258064516%;
  }
  html .wp-block-post-content .dp-grid\:fit\:32\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:32\:xl > * {
    width: 3.125%;
  }
  html .wp-block-post-content .dp-grid\:fit\:33\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:33\:xl > * {
    width: 3.0303030303%;
  }
  html .wp-block-post-content .dp-grid\:fit\:34\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:34\:xl > * {
    width: 2.9411764706%;
  }
  html .wp-block-post-content .dp-grid\:fit\:35\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:35\:xl > * {
    width: 2.8571428571%;
  }
  html .wp-block-post-content .dp-grid\:fit\:36\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:36\:xl > * {
    width: 2.7777777778%;
  }
  html .wp-block-post-content .dp-grid\:fit\:37\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:37\:xl > * {
    width: 2.7027027027%;
  }
  html .wp-block-post-content .dp-grid\:fit\:38\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:38\:xl > * {
    width: 2.6315789474%;
  }
  html .wp-block-post-content .dp-grid\:fit\:39\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:39\:xl > * {
    width: 2.5641025641%;
  }
  html .wp-block-post-content .dp-grid\:fit\:40\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:40\:xl > * {
    width: 2.5%;
  }
  html .wp-block-post-content .dp-grid\:fit\:41\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:41\:xl > * {
    width: 2.4390243902%;
  }
  html .wp-block-post-content .dp-grid\:fit\:42\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:42\:xl > * {
    width: 2.380952381%;
  }
  html .wp-block-post-content .dp-grid\:fit\:43\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:43\:xl > * {
    width: 2.3255813953%;
  }
  html .wp-block-post-content .dp-grid\:fit\:44\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:44\:xl > * {
    width: 2.2727272727%;
  }
  html .wp-block-post-content .dp-grid\:fit\:45\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:45\:xl > * {
    width: 2.2222222222%;
  }
  html .wp-block-post-content .dp-grid\:fit\:46\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:46\:xl > * {
    width: 2.1739130435%;
  }
  html .wp-block-post-content .dp-grid\:fit\:47\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:47\:xl > * {
    width: 2.1276595745%;
  }
  html .wp-block-post-content .dp-grid\:fit\:48\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:48\:xl > * {
    width: 2.0833333333%;
  }
  html .wp-block-post-content .dp-grid\:fit\:49\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:49\:xl > * {
    width: 2.0408163265%;
  }
  html .wp-block-post-content .dp-grid\:fit\:50\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:50\:xl > * {
    width: 2%;
  }
  html .wp-block-post-content .dp-grid\:fit\:51\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:51\:xl > * {
    width: 1.9607843137%;
  }
  html .wp-block-post-content .dp-grid\:fit\:52\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:52\:xl > * {
    width: 1.9230769231%;
  }
  html .wp-block-post-content .dp-grid\:fit\:53\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:53\:xl > * {
    width: 1.8867924528%;
  }
  html .wp-block-post-content .dp-grid\:fit\:54\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:54\:xl > * {
    width: 1.8518518519%;
  }
  html .wp-block-post-content .dp-grid\:fit\:55\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:55\:xl > * {
    width: 1.8181818182%;
  }
  html .wp-block-post-content .dp-grid\:fit\:56\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:56\:xl > * {
    width: 1.7857142857%;
  }
  html .wp-block-post-content .dp-grid\:fit\:57\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:57\:xl > * {
    width: 1.7543859649%;
  }
  html .wp-block-post-content .dp-grid\:fit\:58\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:58\:xl > * {
    width: 1.724137931%;
  }
  html .wp-block-post-content .dp-grid\:fit\:59\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:59\:xl > * {
    width: 1.6949152542%;
  }
  html .wp-block-post-content .dp-grid\:fit\:60\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:60\:xl > * {
    width: 1.6666666667%;
  }
  html .wp-block-post-content .dp-grid\:fit\:61\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:61\:xl > * {
    width: 1.6393442623%;
  }
  html .wp-block-post-content .dp-grid\:fit\:62\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:62\:xl > * {
    width: 1.6129032258%;
  }
  html .wp-block-post-content .dp-grid\:fit\:63\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:63\:xl > * {
    width: 1.5873015873%;
  }
  html .wp-block-post-content .dp-grid\:fit\:64\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:64\:xl > * {
    width: 1.5625%;
  }
  html .wp-block-post-content .dp-grid\:fit\:65\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:65\:xl > * {
    width: 1.5384615385%;
  }
  html .wp-block-post-content .dp-grid\:fit\:66\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:66\:xl > * {
    width: 1.5151515152%;
  }
  html .wp-block-post-content .dp-grid\:fit\:67\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:67\:xl > * {
    width: 1.4925373134%;
  }
  html .wp-block-post-content .dp-grid\:fit\:68\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:68\:xl > * {
    width: 1.4705882353%;
  }
  html .wp-block-post-content .dp-grid\:fit\:69\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:69\:xl > * {
    width: 1.4492753623%;
  }
  html .wp-block-post-content .dp-grid\:fit\:70\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:70\:xl > * {
    width: 1.4285714286%;
  }
  html .wp-block-post-content .dp-grid\:fit\:71\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:71\:xl > * {
    width: 1.4084507042%;
  }
  html .wp-block-post-content .dp-grid\:fit\:72\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:72\:xl > * {
    width: 1.3888888889%;
  }
  html .wp-block-post-content .dp-grid\:fit\:73\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:73\:xl > * {
    width: 1.3698630137%;
  }
  html .wp-block-post-content .dp-grid\:fit\:74\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:74\:xl > * {
    width: 1.3513513514%;
  }
  html .wp-block-post-content .dp-grid\:fit\:75\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:75\:xl > * {
    width: 1.3333333333%;
  }
  html .wp-block-post-content .dp-grid\:fit\:76\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:76\:xl > * {
    width: 1.3157894737%;
  }
  html .wp-block-post-content .dp-grid\:fit\:77\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:77\:xl > * {
    width: 1.2987012987%;
  }
  html .wp-block-post-content .dp-grid\:fit\:78\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:78\:xl > * {
    width: 1.2820512821%;
  }
  html .wp-block-post-content .dp-grid\:fit\:79\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:79\:xl > * {
    width: 1.2658227848%;
  }
  html .wp-block-post-content .dp-grid\:fit\:80\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:80\:xl > * {
    width: 1.25%;
  }
  html .wp-block-post-content .dp-grid\:fit\:81\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:81\:xl > * {
    width: 1.2345679012%;
  }
  html .wp-block-post-content .dp-grid\:fit\:82\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:82\:xl > * {
    width: 1.2195121951%;
  }
  html .wp-block-post-content .dp-grid\:fit\:83\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:83\:xl > * {
    width: 1.2048192771%;
  }
  html .wp-block-post-content .dp-grid\:fit\:84\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:84\:xl > * {
    width: 1.1904761905%;
  }
  html .wp-block-post-content .dp-grid\:fit\:85\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:85\:xl > * {
    width: 1.1764705882%;
  }
  html .wp-block-post-content .dp-grid\:fit\:86\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:86\:xl > * {
    width: 1.1627906977%;
  }
  html .wp-block-post-content .dp-grid\:fit\:87\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:87\:xl > * {
    width: 1.1494252874%;
  }
  html .wp-block-post-content .dp-grid\:fit\:88\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:88\:xl > * {
    width: 1.1363636364%;
  }
  html .wp-block-post-content .dp-grid\:fit\:89\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:89\:xl > * {
    width: 1.1235955056%;
  }
  html .wp-block-post-content .dp-grid\:fit\:90\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:90\:xl > * {
    width: 1.1111111111%;
  }
  html .wp-block-post-content .dp-grid\:fit\:91\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:91\:xl > * {
    width: 1.0989010989%;
  }
  html .wp-block-post-content .dp-grid\:fit\:92\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:92\:xl > * {
    width: 1.0869565217%;
  }
  html .wp-block-post-content .dp-grid\:fit\:93\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:93\:xl > * {
    width: 1.0752688172%;
  }
  html .wp-block-post-content .dp-grid\:fit\:94\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:94\:xl > * {
    width: 1.0638297872%;
  }
  html .wp-block-post-content .dp-grid\:fit\:95\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:95\:xl > * {
    width: 1.0526315789%;
  }
  html .wp-block-post-content .dp-grid\:fit\:96\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:96\:xl > * {
    width: 1.0416666667%;
  }
  html .wp-block-post-content .dp-grid\:fit\:97\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:97\:xl > * {
    width: 1.0309278351%;
  }
  html .wp-block-post-content .dp-grid\:fit\:98\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:98\:xl > * {
    width: 1.0204081633%;
  }
  html .wp-block-post-content .dp-grid\:fit\:99\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:99\:xl > * {
    width: 1.0101010101%;
  }
  html .wp-block-post-content .dp-grid\:fit\:100\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:100\:xl > * {
    width: 1%;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  html .wp-block-post-content .dp-grid\:fit\:s {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  html .wp-block-post-content .dp-grid\:fit\:m {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  html .wp-block-post-content .dp-grid\:fit\:l {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1250px) {
  html .wp-block-post-content .dp-grid\:fit\:xl {
    display: flex;
    justify-content: space-between;
  }
}

/* @debug$increment-keys; */
/* Padding Percents */
@media (min-width:0px) {
  html .wp-block-post-content .dp-pad {
    padding: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:top {
    padding-top: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:rt {
    padding-right: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:bot {
    padding-bottom: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:lt {
    padding-left: var(--dp-site-padding);
  }
}
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-pad\:xs {
    padding: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:top\:xs {
    padding-top: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:rt\:xs {
    padding-right: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:bot\:xs {
    padding-bottom: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:lt\:xs {
    padding-left: var(--dp-site-padding);
  }
}
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .dp-pad\:s {
    padding: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:top\:s {
    padding-top: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:rt\:s {
    padding-right: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:bot\:s {
    padding-bottom: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:lt\:s {
    padding-left: var(--dp-site-padding);
  }
}
@media (min-width:767px) and (max-width:1024px) {
  html .wp-block-post-content .dp-pad\:m {
    padding: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:top\:m {
    padding-top: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:rt\:m {
    padding-right: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:bot\:m {
    padding-bottom: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:lt\:m {
    padding-left: var(--dp-site-padding);
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-pad\:l {
    padding: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:top\:l {
    padding-top: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:rt\:l {
    padding-right: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:bot\:l {
    padding-bottom: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:lt\:l {
    padding-left: var(--dp-site-padding);
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-pad\:xl {
    padding: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:top\:xl {
    padding-top: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:rt\:xl {
    padding-right: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:bot\:xl {
    padding-bottom: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:lt\:xl {
    padding-left: var(--dp-site-padding);
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-pad\:sw {
    padding: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:top\:sw {
    padding-top: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:rt\:sw {
    padding-right: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:bot\:sw {
    padding-bottom: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:lt\:sw {
    padding-left: var(--dp-site-padding);
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-pad\:75pc {
    padding: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:top {
    padding-top: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:rt {
    padding-right: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:bot {
    padding-bottom: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-pad\:75pc\:xs {
    padding: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:top\:xs {
    padding-top: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:rt\:xs {
    padding-right: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:bot\:xs {
    padding-bottom: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-pad\:75pc\:s {
    padding: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:top\:s {
    padding-top: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:rt\:s {
    padding-right: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:bot\:s {
    padding-bottom: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-pad\:75pc\:m {
    padding: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:top\:m {
    padding-top: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:rt\:m {
    padding-right: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:bot\:m {
    padding-bottom: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-pad\:75pc\:l {
    padding: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:top\:l {
    padding-top: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:rt\:l {
    padding-right: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:bot\:l {
    padding-bottom: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-pad\:75pc\:xl {
    padding: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:top\:xl {
    padding-top: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:rt\:xl {
    padding-right: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:bot\:xl {
    padding-bottom: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-pad\:75pc\:sw {
    padding: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:top\:sw {
    padding-top: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:rt\:sw {
    padding-right: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:bot\:sw {
    padding-bottom: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-pad\:50pc {
    padding: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:top {
    padding-top: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:rt {
    padding-right: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:bot {
    padding-bottom: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-pad\:50pc\:xs {
    padding: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:top\:xs {
    padding-top: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:rt\:xs {
    padding-right: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:bot\:xs {
    padding-bottom: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-pad\:50pc\:s {
    padding: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:top\:s {
    padding-top: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:rt\:s {
    padding-right: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:bot\:s {
    padding-bottom: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-pad\:50pc\:m {
    padding: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:top\:m {
    padding-top: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:rt\:m {
    padding-right: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:bot\:m {
    padding-bottom: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:lt\:m {
    padding-left: calc(var(--dp-site-padding) / 2);
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-pad\:50pc\:l {
    padding: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:top\:l {
    padding-top: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:rt\:l {
    padding-right: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:bot\:l {
    padding-bottom: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:lt\:l {
    padding-left: calc(var(--dp-site-padding) / 2);
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-pad\:50pc\:xl {
    padding: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:top\:xl {
    padding-top: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:rt\:xl {
    padding-right: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:bot\:xl {
    padding-bottom: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:lt\:xl {
    padding-left: calc(var(--dp-site-padding) / 2);
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-pad\:50pc\:sw {
    padding: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:top\:sw {
    padding-top: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:rt\:sw {
    padding-right: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:bot\:sw {
    padding-bottom: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:lt\:sw {
    padding-left: calc(var(--dp-site-padding) / 2);
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-pad\:33pc {
    padding: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:top {
    padding-top: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:rt {
    padding-right: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:bot {
    padding-bottom: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-pad\:33pc\:xs {
    padding: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:top\:xs {
    padding-top: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:rt\:xs {
    padding-right: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:bot\:xs {
    padding-bottom: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-pad\:33pc\:s {
    padding: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:top\:s {
    padding-top: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:rt\:s {
    padding-right: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:bot\:s {
    padding-bottom: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-pad\:33pc\:m {
    padding: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:top\:m {
    padding-top: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:rt\:m {
    padding-right: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:bot\:m {
    padding-bottom: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:lt\:m {
    padding-left: calc(var(--dp-site-padding) / 3);
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-pad\:33pc\:l {
    padding: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:top\:l {
    padding-top: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:rt\:l {
    padding-right: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:bot\:l {
    padding-bottom: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:lt\:l {
    padding-left: calc(var(--dp-site-padding) / 3);
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-pad\:33pc\:xl {
    padding: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:top\:xl {
    padding-top: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:rt\:xl {
    padding-right: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:bot\:xl {
    padding-bottom: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:lt\:xl {
    padding-left: calc(var(--dp-site-padding) / 3);
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-pad\:33pc\:sw {
    padding: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:top\:sw {
    padding-top: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:rt\:sw {
    padding-right: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:bot\:sw {
    padding-bottom: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:lt\:sw {
    padding-left: calc(var(--dp-site-padding) / 3);
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-pad\:25pc {
    padding: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:top {
    padding-top: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:rt {
    padding-right: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:bot {
    padding-bottom: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-pad\:25pc\:xs {
    padding: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:top\:xs {
    padding-top: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:rt\:xs {
    padding-right: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:bot\:xs {
    padding-bottom: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-pad\:25pc\:s {
    padding: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:top\:s {
    padding-top: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:rt\:s {
    padding-right: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:bot\:s {
    padding-bottom: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-pad\:25pc\:m {
    padding: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:top\:m {
    padding-top: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:rt\:m {
    padding-right: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:bot\:m {
    padding-bottom: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:lt\:m {
    padding-left: calc(var(--dp-site-padding) / 4);
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-pad\:25pc\:l {
    padding: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:top\:l {
    padding-top: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:rt\:l {
    padding-right: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:bot\:l {
    padding-bottom: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:lt\:l {
    padding-left: calc(var(--dp-site-padding) / 4);
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-pad\:25pc\:xl {
    padding: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:top\:xl {
    padding-top: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:rt\:xl {
    padding-right: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:bot\:xl {
    padding-bottom: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:lt\:xl {
    padding-left: calc(var(--dp-site-padding) / 4);
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-pad\:25pc\:sw {
    padding: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:top\:sw {
    padding-top: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:rt\:sw {
    padding-right: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:bot\:sw {
    padding-bottom: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:lt\:sw {
    padding-left: calc(var(--dp-site-padding) / 4);
  }
}
/* Padding Percents */
@media (min-width:0px) {
  html .wp-block-post-content .dp-pad\:phi {
    padding: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:top {
    padding-top: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:rt {
    padding-right: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:bot {
    padding-bottom: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:lt {
    padding-left: calc(100% / var(--dp-phi));
  }
}
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-pad\:phi\:xs {
    padding: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:top\:xs {
    padding-top: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:rt\:xs {
    padding-right: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:bot\:xs {
    padding-bottom: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:s {
    padding: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:top\:s {
    padding-top: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:rt\:s {
    padding-right: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:bot\:s {
    padding-bottom: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:m {
    padding: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:top\:m {
    padding-top: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:rt\:m {
    padding-right: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:bot\:m {
    padding-bottom: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:lt\:m {
    padding-left: calc(100% / var(--dp-phi));
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-pad\:phi\:l {
    padding: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:top\:l {
    padding-top: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:rt\:l {
    padding-right: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:bot\:l {
    padding-bottom: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:lt\:l {
    padding-left: calc(100% / var(--dp-phi));
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-pad\:phi\:xl {
    padding: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:top\:xl {
    padding-top: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:rt\:xl {
    padding-right: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:bot\:xl {
    padding-bottom: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:lt\:xl {
    padding-left: calc(100% / var(--dp-phi));
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-pad\:phi\:sw {
    padding: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:top\:sw {
    padding-top: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:rt\:sw {
    padding-right: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:bot\:sw {
    padding-bottom: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:lt\:sw {
    padding-left: calc(100% / var(--dp-phi));
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-pad\:phi\:-1 {
    padding: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:top {
    padding-top: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:rt {
    padding-right: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:bot {
    padding-bottom: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-1\:xs {
    padding: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:top\:xs {
    padding-top: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:rt\:xs {
    padding-right: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:bot\:xs {
    padding-bottom: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-1\:s {
    padding: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:top\:s {
    padding-top: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:rt\:s {
    padding-right: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:bot\:s {
    padding-bottom: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-1\:m {
    padding: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:top\:m {
    padding-top: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:rt\:m {
    padding-right: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:bot\:m {
    padding-bottom: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:lt\:m {
    padding-left: calc(100% / (var(--dp-phi) * 1));
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-pad\:phi\:-1\:l {
    padding: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:top\:l {
    padding-top: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:rt\:l {
    padding-right: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:bot\:l {
    padding-bottom: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:lt\:l {
    padding-left: calc(100% / (var(--dp-phi) * 1));
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-pad\:phi\:-1\:xl {
    padding: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:top\:xl {
    padding-top: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:rt\:xl {
    padding-right: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:bot\:xl {
    padding-bottom: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:lt\:xl {
    padding-left: calc(100% / (var(--dp-phi) * 1));
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-pad\:phi\:-1\:sw {
    padding: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:top\:sw {
    padding-top: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:rt\:sw {
    padding-right: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:bot\:sw {
    padding-bottom: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:lt\:sw {
    padding-left: calc(100% / (var(--dp-phi) * 1));
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-pad\:phi\:-2 {
    padding: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:top {
    padding-top: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:rt {
    padding-right: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:bot {
    padding-bottom: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-2\:xs {
    padding: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:top\:xs {
    padding-top: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:rt\:xs {
    padding-right: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:bot\:xs {
    padding-bottom: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-2\:s {
    padding: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:top\:s {
    padding-top: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:rt\:s {
    padding-right: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:bot\:s {
    padding-bottom: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-2\:m {
    padding: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:top\:m {
    padding-top: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:rt\:m {
    padding-right: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:bot\:m {
    padding-bottom: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:lt\:m {
    padding-left: calc(100% / (var(--dp-phi) * 2));
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-pad\:phi\:-2\:l {
    padding: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:top\:l {
    padding-top: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:rt\:l {
    padding-right: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:bot\:l {
    padding-bottom: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:lt\:l {
    padding-left: calc(100% / (var(--dp-phi) * 2));
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-pad\:phi\:-2\:xl {
    padding: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:top\:xl {
    padding-top: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:rt\:xl {
    padding-right: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:bot\:xl {
    padding-bottom: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:lt\:xl {
    padding-left: calc(100% / (var(--dp-phi) * 2));
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-pad\:phi\:-2\:sw {
    padding: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:top\:sw {
    padding-top: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:rt\:sw {
    padding-right: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:bot\:sw {
    padding-bottom: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:lt\:sw {
    padding-left: calc(100% / (var(--dp-phi) * 2));
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-pad\:phi\:-3 {
    padding: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:top {
    padding-top: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:rt {
    padding-right: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:bot {
    padding-bottom: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-3\:xs {
    padding: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:top\:xs {
    padding-top: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:rt\:xs {
    padding-right: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:bot\:xs {
    padding-bottom: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-3\:s {
    padding: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:top\:s {
    padding-top: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:rt\:s {
    padding-right: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:bot\:s {
    padding-bottom: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-3\:m {
    padding: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:top\:m {
    padding-top: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:rt\:m {
    padding-right: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:bot\:m {
    padding-bottom: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:lt\:m {
    padding-left: calc(100% / (var(--dp-phi) * 3));
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-pad\:phi\:-3\:l {
    padding: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:top\:l {
    padding-top: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:rt\:l {
    padding-right: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:bot\:l {
    padding-bottom: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:lt\:l {
    padding-left: calc(100% / (var(--dp-phi) * 3));
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-pad\:phi\:-3\:xl {
    padding: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:top\:xl {
    padding-top: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:rt\:xl {
    padding-right: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:bot\:xl {
    padding-bottom: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:lt\:xl {
    padding-left: calc(100% / (var(--dp-phi) * 3));
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-pad\:phi\:-3\:sw {
    padding: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:top\:sw {
    padding-top: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:rt\:sw {
    padding-right: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:bot\:sw {
    padding-bottom: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:lt\:sw {
    padding-left: calc(100% / (var(--dp-phi) * 3));
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-pad\:phi\:-4 {
    padding: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:top {
    padding-top: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:rt {
    padding-right: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:bot {
    padding-bottom: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-4\:xs {
    padding: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:top\:xs {
    padding-top: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:rt\:xs {
    padding-right: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:bot\:xs {
    padding-bottom: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-4\:s {
    padding: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:top\:s {
    padding-top: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:rt\:s {
    padding-right: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:bot\:s {
    padding-bottom: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-4\:m {
    padding: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:top\:m {
    padding-top: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:rt\:m {
    padding-right: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:bot\:m {
    padding-bottom: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:lt\:m {
    padding-left: calc(100% / (var(--dp-phi) * 4));
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-pad\:phi\:-4\:l {
    padding: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:top\:l {
    padding-top: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:rt\:l {
    padding-right: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:bot\:l {
    padding-bottom: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:lt\:l {
    padding-left: calc(100% / (var(--dp-phi) * 4));
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-pad\:phi\:-4\:xl {
    padding: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:top\:xl {
    padding-top: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:rt\:xl {
    padding-right: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:bot\:xl {
    padding-bottom: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:lt\:xl {
    padding-left: calc(100% / (var(--dp-phi) * 4));
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-pad\:phi\:-4\:sw {
    padding: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:top\:sw {
    padding-top: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:rt\:sw {
    padding-right: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:bot\:sw {
    padding-bottom: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:lt\:sw {
    padding-left: calc(100% / (var(--dp-phi) * 4));
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-pad\:phi\:-5 {
    padding: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:top {
    padding-top: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:rt {
    padding-right: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:bot {
    padding-bottom: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-5\:xs {
    padding: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:top\:xs {
    padding-top: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:rt\:xs {
    padding-right: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:bot\:xs {
    padding-bottom: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-5\:s {
    padding: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:top\:s {
    padding-top: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:rt\:s {
    padding-right: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:bot\:s {
    padding-bottom: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-5\:m {
    padding: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:top\:m {
    padding-top: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:rt\:m {
    padding-right: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:bot\:m {
    padding-bottom: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:lt\:m {
    padding-left: calc(100% / (var(--dp-phi) * 5));
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-pad\:phi\:-5\:l {
    padding: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:top\:l {
    padding-top: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:rt\:l {
    padding-right: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:bot\:l {
    padding-bottom: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:lt\:l {
    padding-left: calc(100% / (var(--dp-phi) * 5));
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-pad\:phi\:-5\:xl {
    padding: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:top\:xl {
    padding-top: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:rt\:xl {
    padding-right: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:bot\:xl {
    padding-bottom: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:lt\:xl {
    padding-left: calc(100% / (var(--dp-phi) * 5));
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-pad\:phi\:-5\:sw {
    padding: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:top\:sw {
    padding-top: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:rt\:sw {
    padding-right: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:bot\:sw {
    padding-bottom: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:lt\:sw {
    padding-left: calc(100% / (var(--dp-phi) * 5));
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-pad\:phi\:-6 {
    padding: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:top {
    padding-top: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:rt {
    padding-right: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:bot {
    padding-bottom: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-6\:xs {
    padding: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:top\:xs {
    padding-top: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:rt\:xs {
    padding-right: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:bot\:xs {
    padding-bottom: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-6\:s {
    padding: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:top\:s {
    padding-top: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:rt\:s {
    padding-right: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:bot\:s {
    padding-bottom: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-6\:m {
    padding: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:top\:m {
    padding-top: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:rt\:m {
    padding-right: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:bot\:m {
    padding-bottom: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:lt\:m {
    padding-left: calc(100% / (var(--dp-phi) * 6));
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-pad\:phi\:-6\:l {
    padding: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:top\:l {
    padding-top: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:rt\:l {
    padding-right: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:bot\:l {
    padding-bottom: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:lt\:l {
    padding-left: calc(100% / (var(--dp-phi) * 6));
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-pad\:phi\:-6\:xl {
    padding: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:top\:xl {
    padding-top: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:rt\:xl {
    padding-right: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:bot\:xl {
    padding-bottom: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:lt\:xl {
    padding-left: calc(100% / (var(--dp-phi) * 6));
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-pad\:phi\:-6\:sw {
    padding: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:top\:sw {
    padding-top: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:rt\:sw {
    padding-right: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:bot\:sw {
    padding-bottom: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:lt\:sw {
    padding-left: calc(100% / (var(--dp-phi) * 6));
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-pad\:phi\:-7 {
    padding: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:top {
    padding-top: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:rt {
    padding-right: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:bot {
    padding-bottom: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-7\:xs {
    padding: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:top\:xs {
    padding-top: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:rt\:xs {
    padding-right: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:bot\:xs {
    padding-bottom: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-7\:s {
    padding: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:top\:s {
    padding-top: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:rt\:s {
    padding-right: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:bot\:s {
    padding-bottom: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-7\:m {
    padding: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:top\:m {
    padding-top: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:rt\:m {
    padding-right: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:bot\:m {
    padding-bottom: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:lt\:m {
    padding-left: calc(100% / (var(--dp-phi) * 7));
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-pad\:phi\:-7\:l {
    padding: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:top\:l {
    padding-top: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:rt\:l {
    padding-right: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:bot\:l {
    padding-bottom: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:lt\:l {
    padding-left: calc(100% / (var(--dp-phi) * 7));
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-pad\:phi\:-7\:xl {
    padding: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:top\:xl {
    padding-top: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:rt\:xl {
    padding-right: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:bot\:xl {
    padding-bottom: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:lt\:xl {
    padding-left: calc(100% / (var(--dp-phi) * 7));
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-pad\:phi\:-7\:sw {
    padding: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:top\:sw {
    padding-top: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:rt\:sw {
    padding-right: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:bot\:sw {
    padding-bottom: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:lt\:sw {
    padding-left: calc(100% / (var(--dp-phi) * 7));
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-pad\:phi\:-8 {
    padding: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:top {
    padding-top: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:rt {
    padding-right: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:bot {
    padding-bottom: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-8\:xs {
    padding: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:top\:xs {
    padding-top: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:rt\:xs {
    padding-right: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:bot\:xs {
    padding-bottom: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-8\:s {
    padding: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:top\:s {
    padding-top: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:rt\:s {
    padding-right: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:bot\:s {
    padding-bottom: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-8\:m {
    padding: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:top\:m {
    padding-top: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:rt\:m {
    padding-right: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:bot\:m {
    padding-bottom: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:lt\:m {
    padding-left: calc(100% / (var(--dp-phi) * 8));
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-pad\:phi\:-8\:l {
    padding: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:top\:l {
    padding-top: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:rt\:l {
    padding-right: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:bot\:l {
    padding-bottom: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:lt\:l {
    padding-left: calc(100% / (var(--dp-phi) * 8));
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-pad\:phi\:-8\:xl {
    padding: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:top\:xl {
    padding-top: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:rt\:xl {
    padding-right: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:bot\:xl {
    padding-bottom: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:lt\:xl {
    padding-left: calc(100% / (var(--dp-phi) * 8));
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-pad\:phi\:-8\:sw {
    padding: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:top\:sw {
    padding-top: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:rt\:sw {
    padding-right: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:bot\:sw {
    padding-bottom: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:lt\:sw {
    padding-left: calc(100% / (var(--dp-phi) * 8));
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-pad\:phi\:-9 {
    padding: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:top {
    padding-top: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:rt {
    padding-right: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:bot {
    padding-bottom: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-9\:xs {
    padding: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:top\:xs {
    padding-top: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:rt\:xs {
    padding-right: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:bot\:xs {
    padding-bottom: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-9\:s {
    padding: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:top\:s {
    padding-top: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:rt\:s {
    padding-right: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:bot\:s {
    padding-bottom: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-9\:m {
    padding: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:top\:m {
    padding-top: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:rt\:m {
    padding-right: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:bot\:m {
    padding-bottom: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:lt\:m {
    padding-left: calc(100% / (var(--dp-phi) * 9));
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-pad\:phi\:-9\:l {
    padding: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:top\:l {
    padding-top: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:rt\:l {
    padding-right: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:bot\:l {
    padding-bottom: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:lt\:l {
    padding-left: calc(100% / (var(--dp-phi) * 9));
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-pad\:phi\:-9\:xl {
    padding: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:top\:xl {
    padding-top: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:rt\:xl {
    padding-right: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:bot\:xl {
    padding-bottom: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:lt\:xl {
    padding-left: calc(100% / (var(--dp-phi) * 9));
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-pad\:phi\:-9\:sw {
    padding: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:top\:sw {
    padding-top: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:rt\:sw {
    padding-right: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:bot\:sw {
    padding-bottom: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:lt\:sw {
    padding-left: calc(100% / (var(--dp-phi) * 9));
  }
}
/* Padding Pixels */
@media (min-width:0px) {
  html .wp-block-post-content .dp-pad\:20px {
    padding: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:top {
    padding-top: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:rt {
    padding-right: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:bot {
    padding-bottom: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:lt {
    padding-left: 20px;
  }
}
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-pad\:20px\:xs {
    padding: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:top\:xs {
    padding-top: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:rt\:xs {
    padding-right: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:bot\:xs {
    padding-bottom: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:lt\:xs {
    padding-left: 20px;
  }
}
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .dp-pad\:20px\:s {
    padding: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:top\:s {
    padding-top: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:rt\:s {
    padding-right: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:bot\:s {
    padding-bottom: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:lt\:s {
    padding-left: 20px;
  }
}
@media (min-width:767px) and (max-width:1024px) {
  html .wp-block-post-content .dp-pad\:20px\:m {
    padding: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:top\:m {
    padding-top: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:rt\:m {
    padding-right: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:bot\:m {
    padding-bottom: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:lt\:m {
    padding-left: 20px;
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-pad\:20px\:l {
    padding: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:top\:l {
    padding-top: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:rt\:l {
    padding-right: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:bot\:l {
    padding-bottom: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:lt\:l {
    padding-left: 20px;
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-pad\:20px\:xl {
    padding: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:top\:xl {
    padding-top: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:rt\:xl {
    padding-right: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:bot\:xl {
    padding-bottom: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:lt\:xl {
    padding-left: 20px;
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-pad\:20px\:sw {
    padding: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:top\:sw {
    padding-top: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:rt\:sw {
    padding-right: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:bot\:sw {
    padding-bottom: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:lt\:sw {
    padding-left: 20px;
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-pad\:15px {
    padding: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:top {
    padding-top: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:rt {
    padding-right: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:bot {
    padding-bottom: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:lt {
    padding-left: 15px;
  }
}
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-pad\:15px\:xs {
    padding: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:top\:xs {
    padding-top: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:rt\:xs {
    padding-right: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:bot\:xs {
    padding-bottom: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:lt\:xs {
    padding-left: 15px;
  }
}
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .dp-pad\:15px\:s {
    padding: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:top\:s {
    padding-top: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:rt\:s {
    padding-right: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:bot\:s {
    padding-bottom: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:lt\:s {
    padding-left: 15px;
  }
}
@media (min-width:767px) and (max-width:1024px) {
  html .wp-block-post-content .dp-pad\:15px\:m {
    padding: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:top\:m {
    padding-top: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:rt\:m {
    padding-right: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:bot\:m {
    padding-bottom: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:lt\:m {
    padding-left: 15px;
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-pad\:15px\:l {
    padding: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:top\:l {
    padding-top: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:rt\:l {
    padding-right: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:bot\:l {
    padding-bottom: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:lt\:l {
    padding-left: 15px;
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-pad\:15px\:xl {
    padding: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:top\:xl {
    padding-top: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:rt\:xl {
    padding-right: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:bot\:xl {
    padding-bottom: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:lt\:xl {
    padding-left: 15px;
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-pad\:15px\:sw {
    padding: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:top\:sw {
    padding-top: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:rt\:sw {
    padding-right: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:bot\:sw {
    padding-bottom: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:lt\:sw {
    padding-left: 15px;
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-pad\:10px {
    padding: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:top {
    padding-top: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:rt {
    padding-right: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:bot {
    padding-bottom: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:lt {
    padding-left: 10px;
  }
}
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-pad\:10px\:xs {
    padding: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:top\:xs {
    padding-top: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:rt\:xs {
    padding-right: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:bot\:xs {
    padding-bottom: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:lt\:xs {
    padding-left: 10px;
  }
}
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .dp-pad\:10px\:s {
    padding: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:top\:s {
    padding-top: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:rt\:s {
    padding-right: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:bot\:s {
    padding-bottom: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:lt\:s {
    padding-left: 10px;
  }
}
@media (min-width:767px) and (max-width:1024px) {
  html .wp-block-post-content .dp-pad\:10px\:m {
    padding: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:top\:m {
    padding-top: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:rt\:m {
    padding-right: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:bot\:m {
    padding-bottom: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:lt\:m {
    padding-left: 10px;
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-pad\:10px\:l {
    padding: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:top\:l {
    padding-top: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:rt\:l {
    padding-right: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:bot\:l {
    padding-bottom: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:lt\:l {
    padding-left: 10px;
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-pad\:10px\:xl {
    padding: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:top\:xl {
    padding-top: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:rt\:xl {
    padding-right: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:bot\:xl {
    padding-bottom: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:lt\:xl {
    padding-left: 10px;
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-pad\:10px\:sw {
    padding: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:top\:sw {
    padding-top: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:rt\:sw {
    padding-right: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:bot\:sw {
    padding-bottom: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:lt\:sw {
    padding-left: 10px;
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-pad\:5px {
    padding: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:top {
    padding-top: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:rt {
    padding-right: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:bot {
    padding-bottom: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:lt {
    padding-left: 5px;
  }
}
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-pad\:5px\:xs {
    padding: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:top\:xs {
    padding-top: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:rt\:xs {
    padding-right: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:bot\:xs {
    padding-bottom: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:lt\:xs {
    padding-left: 5px;
  }
}
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .dp-pad\:5px\:s {
    padding: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:top\:s {
    padding-top: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:rt\:s {
    padding-right: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:bot\:s {
    padding-bottom: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:lt\:s {
    padding-left: 5px;
  }
}
@media (min-width:767px) and (max-width:1024px) {
  html .wp-block-post-content .dp-pad\:5px\:m {
    padding: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:top\:m {
    padding-top: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:rt\:m {
    padding-right: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:bot\:m {
    padding-bottom: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:lt\:m {
    padding-left: 5px;
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-pad\:5px\:l {
    padding: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:top\:l {
    padding-top: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:rt\:l {
    padding-right: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:bot\:l {
    padding-bottom: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:lt\:l {
    padding-left: 5px;
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-pad\:5px\:xl {
    padding: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:top\:xl {
    padding-top: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:rt\:xl {
    padding-right: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:bot\:xl {
    padding-bottom: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:lt\:xl {
    padding-left: 5px;
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-pad\:5px\:sw {
    padding: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:top\:sw {
    padding-top: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:rt\:sw {
    padding-right: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:bot\:sw {
    padding-bottom: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:lt\:sw {
    padding-left: 5px;
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-pad\:0px {
    padding: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:top {
    padding-top: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:rt {
    padding-right: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:bot {
    padding-bottom: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:lt {
    padding-left: 0px;
  }
}
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-pad\:0px\:xs {
    padding: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:top\:xs {
    padding-top: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:rt\:xs {
    padding-right: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:bot\:xs {
    padding-bottom: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:lt\:xs {
    padding-left: 0px;
  }
}
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .dp-pad\:0px\:s {
    padding: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:top\:s {
    padding-top: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:rt\:s {
    padding-right: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:bot\:s {
    padding-bottom: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:lt\:s {
    padding-left: 0px;
  }
}
@media (min-width:767px) and (max-width:1024px) {
  html .wp-block-post-content .dp-pad\:0px\:m {
    padding: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:top\:m {
    padding-top: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:rt\:m {
    padding-right: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:bot\:m {
    padding-bottom: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:lt\:m {
    padding-left: 0px;
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-pad\:0px\:l {
    padding: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:top\:l {
    padding-top: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:rt\:l {
    padding-right: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:bot\:l {
    padding-bottom: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:lt\:l {
    padding-left: 0px;
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-pad\:0px\:xl {
    padding: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:top\:xl {
    padding-top: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:rt\:xl {
    padding-right: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:bot\:xl {
    padding-bottom: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:lt\:xl {
    padding-left: 0px;
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-pad\:0px\:sw {
    padding: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:top\:sw {
    padding-top: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:rt\:sw {
    padding-right: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:bot\:sw {
    padding-bottom: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:lt\:sw {
    padding-left: 0px;
  }
}
/* Margin Percents */
@media (min-width:0px) {
  html .wp-block-post-content .dp-marg {
    margin: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:top {
    margin-top: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:rt {
    margin-right: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:bot {
    margin-bottom: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:lt {
    margin-left: var(--dp-site-padding);
  }
}
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-marg\:xs {
    margin: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:top\:xs {
    margin-top: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:rt\:xs {
    margin-right: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:bot\:xs {
    margin-bottom: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:lt\:xs {
    margin-left: var(--dp-site-padding);
  }
}
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .dp-marg\:s {
    margin: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:top\:s {
    margin-top: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:rt\:s {
    margin-right: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:bot\:s {
    margin-bottom: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:lt\:s {
    margin-left: var(--dp-site-padding);
  }
}
@media (min-width:767px) and (max-width:1024px) {
  html .wp-block-post-content .dp-marg\:m {
    margin: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:top\:m {
    margin-top: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:rt\:m {
    margin-right: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:bot\:m {
    margin-bottom: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:lt\:m {
    margin-left: var(--dp-site-padding);
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-marg\:l {
    margin: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:top\:l {
    margin-top: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:rt\:l {
    margin-right: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:bot\:l {
    margin-bottom: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:lt\:l {
    margin-left: var(--dp-site-padding);
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-marg\:xl {
    margin: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:top\:xl {
    margin-top: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:rt\:xl {
    margin-right: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:bot\:xl {
    margin-bottom: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:lt\:xl {
    margin-left: var(--dp-site-padding);
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-marg\:sw {
    margin: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:top\:sw {
    margin-top: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:rt\:sw {
    margin-right: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:bot\:sw {
    margin-bottom: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:lt\:sw {
    margin-left: var(--dp-site-padding);
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-marg\:75pc {
    margin: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:top {
    margin-top: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:rt {
    margin-right: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:bot {
    margin-bottom: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-marg\:75pc\:xs {
    margin: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:top\:xs {
    margin-top: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:rt\:xs {
    margin-right: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:bot\:xs {
    margin-bottom: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-marg\:75pc\:s {
    margin: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:top\:s {
    margin-top: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:rt\:s {
    margin-right: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:bot\:s {
    margin-bottom: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-marg\:75pc\:m {
    margin: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:top\:m {
    margin-top: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:rt\:m {
    margin-right: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:bot\:m {
    margin-bottom: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-marg\:75pc\:l {
    margin: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:top\:l {
    margin-top: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:rt\:l {
    margin-right: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:bot\:l {
    margin-bottom: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-marg\:75pc\:xl {
    margin: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:top\:xl {
    margin-top: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:rt\:xl {
    margin-right: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:bot\:xl {
    margin-bottom: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-marg\:75pc\:sw {
    margin: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:top\:sw {
    margin-top: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:rt\:sw {
    margin-right: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:bot\:sw {
    margin-bottom: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-marg\:50pc {
    margin: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:top {
    margin-top: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:rt {
    margin-right: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:bot {
    margin-bottom: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-marg\:50pc\:xs {
    margin: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:top\:xs {
    margin-top: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:rt\:xs {
    margin-right: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:bot\:xs {
    margin-bottom: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-marg\:50pc\:s {
    margin: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:top\:s {
    margin-top: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:rt\:s {
    margin-right: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:bot\:s {
    margin-bottom: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-marg\:50pc\:m {
    margin: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:top\:m {
    margin-top: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:rt\:m {
    margin-right: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:bot\:m {
    margin-bottom: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:lt\:m {
    margin-left: calc(var(--dp-site-padding) / 2);
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-marg\:50pc\:l {
    margin: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:top\:l {
    margin-top: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:rt\:l {
    margin-right: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:bot\:l {
    margin-bottom: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:lt\:l {
    margin-left: calc(var(--dp-site-padding) / 2);
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-marg\:50pc\:xl {
    margin: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:top\:xl {
    margin-top: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:rt\:xl {
    margin-right: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:bot\:xl {
    margin-bottom: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:lt\:xl {
    margin-left: calc(var(--dp-site-padding) / 2);
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-marg\:50pc\:sw {
    margin: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:top\:sw {
    margin-top: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:rt\:sw {
    margin-right: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:bot\:sw {
    margin-bottom: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:lt\:sw {
    margin-left: calc(var(--dp-site-padding) / 2);
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-marg\:33pc {
    margin: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:top {
    margin-top: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:rt {
    margin-right: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:bot {
    margin-bottom: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-marg\:33pc\:xs {
    margin: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:top\:xs {
    margin-top: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:rt\:xs {
    margin-right: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:bot\:xs {
    margin-bottom: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-marg\:33pc\:s {
    margin: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:top\:s {
    margin-top: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:rt\:s {
    margin-right: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:bot\:s {
    margin-bottom: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-marg\:33pc\:m {
    margin: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:top\:m {
    margin-top: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:rt\:m {
    margin-right: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:bot\:m {
    margin-bottom: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:lt\:m {
    margin-left: calc(var(--dp-site-padding) / 3);
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-marg\:33pc\:l {
    margin: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:top\:l {
    margin-top: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:rt\:l {
    margin-right: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:bot\:l {
    margin-bottom: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:lt\:l {
    margin-left: calc(var(--dp-site-padding) / 3);
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-marg\:33pc\:xl {
    margin: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:top\:xl {
    margin-top: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:rt\:xl {
    margin-right: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:bot\:xl {
    margin-bottom: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:lt\:xl {
    margin-left: calc(var(--dp-site-padding) / 3);
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-marg\:33pc\:sw {
    margin: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:top\:sw {
    margin-top: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:rt\:sw {
    margin-right: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:bot\:sw {
    margin-bottom: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:lt\:sw {
    margin-left: calc(var(--dp-site-padding) / 3);
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-marg\:25pc {
    margin: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:top {
    margin-top: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:rt {
    margin-right: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:bot {
    margin-bottom: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-marg\:25pc\:xs {
    margin: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:top\:xs {
    margin-top: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:rt\:xs {
    margin-right: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:bot\:xs {
    margin-bottom: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-marg\:25pc\:s {
    margin: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:top\:s {
    margin-top: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:rt\:s {
    margin-right: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:bot\:s {
    margin-bottom: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-marg\:25pc\:m {
    margin: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:top\:m {
    margin-top: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:rt\:m {
    margin-right: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:bot\:m {
    margin-bottom: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:lt\:m {
    margin-left: calc(var(--dp-site-padding) / 4);
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-marg\:25pc\:l {
    margin: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:top\:l {
    margin-top: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:rt\:l {
    margin-right: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:bot\:l {
    margin-bottom: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:lt\:l {
    margin-left: calc(var(--dp-site-padding) / 4);
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-marg\:25pc\:xl {
    margin: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:top\:xl {
    margin-top: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:rt\:xl {
    margin-right: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:bot\:xl {
    margin-bottom: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:lt\:xl {
    margin-left: calc(var(--dp-site-padding) / 4);
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-marg\:25pc\:sw {
    margin: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:top\:sw {
    margin-top: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:rt\:sw {
    margin-right: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:bot\:sw {
    margin-bottom: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:lt\:sw {
    margin-left: calc(var(--dp-site-padding) / 4);
  }
}
/* Margin Percents */
@media (min-width:0px) {
  html .wp-block-post-content .dp-marg\:phi {
    margin: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:top {
    margin-top: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:rt {
    margin-right: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:bot {
    margin-bottom: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:lt {
    margin-left: calc(100% / var(--dp-phi));
  }
}
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-marg\:phi\:xs {
    margin: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:top\:xs {
    margin-top: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:rt\:xs {
    margin-right: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:bot\:xs {
    margin-bottom: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:s {
    margin: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:top\:s {
    margin-top: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:rt\:s {
    margin-right: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:bot\:s {
    margin-bottom: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:m {
    margin: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:top\:m {
    margin-top: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:rt\:m {
    margin-right: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:bot\:m {
    margin-bottom: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:lt\:m {
    margin-left: calc(100% / var(--dp-phi));
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-marg\:phi\:l {
    margin: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:top\:l {
    margin-top: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:rt\:l {
    margin-right: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:bot\:l {
    margin-bottom: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:lt\:l {
    margin-left: calc(100% / var(--dp-phi));
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-marg\:phi\:xl {
    margin: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:top\:xl {
    margin-top: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:rt\:xl {
    margin-right: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:bot\:xl {
    margin-bottom: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:lt\:xl {
    margin-left: calc(100% / var(--dp-phi));
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-marg\:phi\:sw {
    margin: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:top\:sw {
    margin-top: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:rt\:sw {
    margin-right: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:bot\:sw {
    margin-bottom: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:lt\:sw {
    margin-left: calc(100% / var(--dp-phi));
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-marg\:phi\:-1 {
    margin: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:top {
    margin-top: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:rt {
    margin-right: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:bot {
    margin-bottom: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-1\:xs {
    margin: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:top\:xs {
    margin-top: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:rt\:xs {
    margin-right: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:bot\:xs {
    margin-bottom: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-1\:s {
    margin: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:top\:s {
    margin-top: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:rt\:s {
    margin-right: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:bot\:s {
    margin-bottom: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-1\:m {
    margin: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:top\:m {
    margin-top: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:rt\:m {
    margin-right: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:bot\:m {
    margin-bottom: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:lt\:m {
    margin-left: calc(100% / (var(--dp-phi) * 1));
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-marg\:phi\:-1\:l {
    margin: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:top\:l {
    margin-top: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:rt\:l {
    margin-right: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:bot\:l {
    margin-bottom: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:lt\:l {
    margin-left: calc(100% / (var(--dp-phi) * 1));
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-marg\:phi\:-1\:xl {
    margin: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:top\:xl {
    margin-top: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:rt\:xl {
    margin-right: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:bot\:xl {
    margin-bottom: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:lt\:xl {
    margin-left: calc(100% / (var(--dp-phi) * 1));
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-marg\:phi\:-1\:sw {
    margin: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:top\:sw {
    margin-top: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:rt\:sw {
    margin-right: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:bot\:sw {
    margin-bottom: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:lt\:sw {
    margin-left: calc(100% / (var(--dp-phi) * 1));
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-marg\:phi\:-2 {
    margin: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:top {
    margin-top: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:rt {
    margin-right: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:bot {
    margin-bottom: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-2\:xs {
    margin: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:top\:xs {
    margin-top: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:rt\:xs {
    margin-right: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:bot\:xs {
    margin-bottom: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-2\:s {
    margin: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:top\:s {
    margin-top: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:rt\:s {
    margin-right: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:bot\:s {
    margin-bottom: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-2\:m {
    margin: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:top\:m {
    margin-top: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:rt\:m {
    margin-right: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:bot\:m {
    margin-bottom: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:lt\:m {
    margin-left: calc(100% / (var(--dp-phi) * 2));
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-marg\:phi\:-2\:l {
    margin: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:top\:l {
    margin-top: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:rt\:l {
    margin-right: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:bot\:l {
    margin-bottom: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:lt\:l {
    margin-left: calc(100% / (var(--dp-phi) * 2));
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-marg\:phi\:-2\:xl {
    margin: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:top\:xl {
    margin-top: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:rt\:xl {
    margin-right: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:bot\:xl {
    margin-bottom: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:lt\:xl {
    margin-left: calc(100% / (var(--dp-phi) * 2));
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-marg\:phi\:-2\:sw {
    margin: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:top\:sw {
    margin-top: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:rt\:sw {
    margin-right: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:bot\:sw {
    margin-bottom: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:lt\:sw {
    margin-left: calc(100% / (var(--dp-phi) * 2));
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-marg\:phi\:-3 {
    margin: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:top {
    margin-top: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:rt {
    margin-right: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:bot {
    margin-bottom: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-3\:xs {
    margin: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:top\:xs {
    margin-top: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:rt\:xs {
    margin-right: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:bot\:xs {
    margin-bottom: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-3\:s {
    margin: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:top\:s {
    margin-top: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:rt\:s {
    margin-right: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:bot\:s {
    margin-bottom: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-3\:m {
    margin: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:top\:m {
    margin-top: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:rt\:m {
    margin-right: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:bot\:m {
    margin-bottom: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:lt\:m {
    margin-left: calc(100% / (var(--dp-phi) * 3));
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-marg\:phi\:-3\:l {
    margin: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:top\:l {
    margin-top: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:rt\:l {
    margin-right: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:bot\:l {
    margin-bottom: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:lt\:l {
    margin-left: calc(100% / (var(--dp-phi) * 3));
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-marg\:phi\:-3\:xl {
    margin: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:top\:xl {
    margin-top: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:rt\:xl {
    margin-right: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:bot\:xl {
    margin-bottom: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:lt\:xl {
    margin-left: calc(100% / (var(--dp-phi) * 3));
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-marg\:phi\:-3\:sw {
    margin: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:top\:sw {
    margin-top: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:rt\:sw {
    margin-right: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:bot\:sw {
    margin-bottom: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:lt\:sw {
    margin-left: calc(100% / (var(--dp-phi) * 3));
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-marg\:phi\:-4 {
    margin: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:top {
    margin-top: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:rt {
    margin-right: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:bot {
    margin-bottom: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-4\:xs {
    margin: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:top\:xs {
    margin-top: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:rt\:xs {
    margin-right: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:bot\:xs {
    margin-bottom: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-4\:s {
    margin: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:top\:s {
    margin-top: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:rt\:s {
    margin-right: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:bot\:s {
    margin-bottom: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-4\:m {
    margin: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:top\:m {
    margin-top: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:rt\:m {
    margin-right: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:bot\:m {
    margin-bottom: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:lt\:m {
    margin-left: calc(100% / (var(--dp-phi) * 4));
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-marg\:phi\:-4\:l {
    margin: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:top\:l {
    margin-top: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:rt\:l {
    margin-right: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:bot\:l {
    margin-bottom: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:lt\:l {
    margin-left: calc(100% / (var(--dp-phi) * 4));
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-marg\:phi\:-4\:xl {
    margin: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:top\:xl {
    margin-top: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:rt\:xl {
    margin-right: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:bot\:xl {
    margin-bottom: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:lt\:xl {
    margin-left: calc(100% / (var(--dp-phi) * 4));
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-marg\:phi\:-4\:sw {
    margin: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:top\:sw {
    margin-top: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:rt\:sw {
    margin-right: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:bot\:sw {
    margin-bottom: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:lt\:sw {
    margin-left: calc(100% / (var(--dp-phi) * 4));
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-marg\:phi\:-5 {
    margin: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:top {
    margin-top: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:rt {
    margin-right: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:bot {
    margin-bottom: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-5\:xs {
    margin: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:top\:xs {
    margin-top: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:rt\:xs {
    margin-right: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:bot\:xs {
    margin-bottom: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-5\:s {
    margin: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:top\:s {
    margin-top: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:rt\:s {
    margin-right: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:bot\:s {
    margin-bottom: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-5\:m {
    margin: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:top\:m {
    margin-top: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:rt\:m {
    margin-right: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:bot\:m {
    margin-bottom: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:lt\:m {
    margin-left: calc(100% / (var(--dp-phi) * 5));
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-marg\:phi\:-5\:l {
    margin: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:top\:l {
    margin-top: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:rt\:l {
    margin-right: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:bot\:l {
    margin-bottom: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:lt\:l {
    margin-left: calc(100% / (var(--dp-phi) * 5));
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-marg\:phi\:-5\:xl {
    margin: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:top\:xl {
    margin-top: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:rt\:xl {
    margin-right: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:bot\:xl {
    margin-bottom: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:lt\:xl {
    margin-left: calc(100% / (var(--dp-phi) * 5));
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-marg\:phi\:-5\:sw {
    margin: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:top\:sw {
    margin-top: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:rt\:sw {
    margin-right: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:bot\:sw {
    margin-bottom: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:lt\:sw {
    margin-left: calc(100% / (var(--dp-phi) * 5));
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-marg\:phi\:-6 {
    margin: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:top {
    margin-top: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:rt {
    margin-right: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:bot {
    margin-bottom: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-6\:xs {
    margin: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:top\:xs {
    margin-top: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:rt\:xs {
    margin-right: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:bot\:xs {
    margin-bottom: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-6\:s {
    margin: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:top\:s {
    margin-top: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:rt\:s {
    margin-right: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:bot\:s {
    margin-bottom: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-6\:m {
    margin: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:top\:m {
    margin-top: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:rt\:m {
    margin-right: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:bot\:m {
    margin-bottom: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:lt\:m {
    margin-left: calc(100% / (var(--dp-phi) * 6));
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-marg\:phi\:-6\:l {
    margin: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:top\:l {
    margin-top: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:rt\:l {
    margin-right: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:bot\:l {
    margin-bottom: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:lt\:l {
    margin-left: calc(100% / (var(--dp-phi) * 6));
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-marg\:phi\:-6\:xl {
    margin: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:top\:xl {
    margin-top: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:rt\:xl {
    margin-right: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:bot\:xl {
    margin-bottom: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:lt\:xl {
    margin-left: calc(100% / (var(--dp-phi) * 6));
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-marg\:phi\:-6\:sw {
    margin: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:top\:sw {
    margin-top: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:rt\:sw {
    margin-right: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:bot\:sw {
    margin-bottom: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:lt\:sw {
    margin-left: calc(100% / (var(--dp-phi) * 6));
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-marg\:phi\:-7 {
    margin: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:top {
    margin-top: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:rt {
    margin-right: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:bot {
    margin-bottom: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-7\:xs {
    margin: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:top\:xs {
    margin-top: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:rt\:xs {
    margin-right: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:bot\:xs {
    margin-bottom: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-7\:s {
    margin: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:top\:s {
    margin-top: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:rt\:s {
    margin-right: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:bot\:s {
    margin-bottom: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-7\:m {
    margin: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:top\:m {
    margin-top: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:rt\:m {
    margin-right: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:bot\:m {
    margin-bottom: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:lt\:m {
    margin-left: calc(100% / (var(--dp-phi) * 7));
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-marg\:phi\:-7\:l {
    margin: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:top\:l {
    margin-top: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:rt\:l {
    margin-right: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:bot\:l {
    margin-bottom: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:lt\:l {
    margin-left: calc(100% / (var(--dp-phi) * 7));
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-marg\:phi\:-7\:xl {
    margin: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:top\:xl {
    margin-top: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:rt\:xl {
    margin-right: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:bot\:xl {
    margin-bottom: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:lt\:xl {
    margin-left: calc(100% / (var(--dp-phi) * 7));
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-marg\:phi\:-7\:sw {
    margin: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:top\:sw {
    margin-top: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:rt\:sw {
    margin-right: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:bot\:sw {
    margin-bottom: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:lt\:sw {
    margin-left: calc(100% / (var(--dp-phi) * 7));
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-marg\:phi\:-8 {
    margin: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:top {
    margin-top: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:rt {
    margin-right: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:bot {
    margin-bottom: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-8\:xs {
    margin: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:top\:xs {
    margin-top: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:rt\:xs {
    margin-right: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:bot\:xs {
    margin-bottom: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-8\:s {
    margin: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:top\:s {
    margin-top: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:rt\:s {
    margin-right: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:bot\:s {
    margin-bottom: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-8\:m {
    margin: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:top\:m {
    margin-top: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:rt\:m {
    margin-right: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:bot\:m {
    margin-bottom: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:lt\:m {
    margin-left: calc(100% / (var(--dp-phi) * 8));
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-marg\:phi\:-8\:l {
    margin: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:top\:l {
    margin-top: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:rt\:l {
    margin-right: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:bot\:l {
    margin-bottom: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:lt\:l {
    margin-left: calc(100% / (var(--dp-phi) * 8));
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-marg\:phi\:-8\:xl {
    margin: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:top\:xl {
    margin-top: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:rt\:xl {
    margin-right: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:bot\:xl {
    margin-bottom: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:lt\:xl {
    margin-left: calc(100% / (var(--dp-phi) * 8));
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-marg\:phi\:-8\:sw {
    margin: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:top\:sw {
    margin-top: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:rt\:sw {
    margin-right: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:bot\:sw {
    margin-bottom: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:lt\:sw {
    margin-left: calc(100% / (var(--dp-phi) * 8));
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-marg\:phi\:-9 {
    margin: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:top {
    margin-top: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:rt {
    margin-right: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:bot {
    margin-bottom: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-9\:xs {
    margin: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:top\:xs {
    margin-top: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:rt\:xs {
    margin-right: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:bot\:xs {
    margin-bottom: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-9\:s {
    margin: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:top\:s {
    margin-top: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:rt\:s {
    margin-right: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:bot\:s {
    margin-bottom: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-9\:m {
    margin: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:top\:m {
    margin-top: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:rt\:m {
    margin-right: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:bot\:m {
    margin-bottom: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:lt\:m {
    margin-left: calc(100% / (var(--dp-phi) * 9));
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-marg\:phi\:-9\:l {
    margin: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:top\:l {
    margin-top: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:rt\:l {
    margin-right: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:bot\:l {
    margin-bottom: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:lt\:l {
    margin-left: calc(100% / (var(--dp-phi) * 9));
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-marg\:phi\:-9\:xl {
    margin: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:top\:xl {
    margin-top: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:rt\:xl {
    margin-right: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:bot\:xl {
    margin-bottom: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:lt\:xl {
    margin-left: calc(100% / (var(--dp-phi) * 9));
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-marg\:phi\:-9\:sw {
    margin: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:top\:sw {
    margin-top: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:rt\:sw {
    margin-right: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:bot\:sw {
    margin-bottom: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:lt\:sw {
    margin-left: calc(100% / (var(--dp-phi) * 9));
  }
}
/* Margin Pixels */
@media (min-width:0px) {
  html .wp-block-post-content .dp-marg\:20px {
    margin: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:top {
    margin-top: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:rt {
    margin-right: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:bot {
    margin-bottom: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:lt {
    margin-left: 20px;
  }
}
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-marg\:20px\:xs {
    margin: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:top\:xs {
    margin-top: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:rt\:xs {
    margin-right: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:bot\:xs {
    margin-bottom: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:lt\:xs {
    margin-left: 20px;
  }
}
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .dp-marg\:20px\:s {
    margin: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:top\:s {
    margin-top: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:rt\:s {
    margin-right: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:bot\:s {
    margin-bottom: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:lt\:s {
    margin-left: 20px;
  }
}
@media (min-width:767px) and (max-width:1024px) {
  html .wp-block-post-content .dp-marg\:20px\:m {
    margin: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:top\:m {
    margin-top: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:rt\:m {
    margin-right: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:bot\:m {
    margin-bottom: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:lt\:m {
    margin-left: 20px;
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-marg\:20px\:l {
    margin: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:top\:l {
    margin-top: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:rt\:l {
    margin-right: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:bot\:l {
    margin-bottom: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:lt\:l {
    margin-left: 20px;
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-marg\:20px\:xl {
    margin: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:top\:xl {
    margin-top: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:rt\:xl {
    margin-right: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:bot\:xl {
    margin-bottom: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:lt\:xl {
    margin-left: 20px;
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-marg\:20px\:sw {
    margin: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:top\:sw {
    margin-top: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:rt\:sw {
    margin-right: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:bot\:sw {
    margin-bottom: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:lt\:sw {
    margin-left: 20px;
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-marg\:15px {
    margin: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:top {
    margin-top: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:rt {
    margin-right: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:bot {
    margin-bottom: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:lt {
    margin-left: 15px;
  }
}
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-marg\:15px\:xs {
    margin: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:top\:xs {
    margin-top: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:rt\:xs {
    margin-right: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:bot\:xs {
    margin-bottom: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:lt\:xs {
    margin-left: 15px;
  }
}
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .dp-marg\:15px\:s {
    margin: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:top\:s {
    margin-top: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:rt\:s {
    margin-right: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:bot\:s {
    margin-bottom: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:lt\:s {
    margin-left: 15px;
  }
}
@media (min-width:767px) and (max-width:1024px) {
  html .wp-block-post-content .dp-marg\:15px\:m {
    margin: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:top\:m {
    margin-top: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:rt\:m {
    margin-right: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:bot\:m {
    margin-bottom: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:lt\:m {
    margin-left: 15px;
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-marg\:15px\:l {
    margin: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:top\:l {
    margin-top: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:rt\:l {
    margin-right: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:bot\:l {
    margin-bottom: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:lt\:l {
    margin-left: 15px;
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-marg\:15px\:xl {
    margin: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:top\:xl {
    margin-top: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:rt\:xl {
    margin-right: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:bot\:xl {
    margin-bottom: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:lt\:xl {
    margin-left: 15px;
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-marg\:15px\:sw {
    margin: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:top\:sw {
    margin-top: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:rt\:sw {
    margin-right: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:bot\:sw {
    margin-bottom: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:lt\:sw {
    margin-left: 15px;
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-marg\:10px {
    margin: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:top {
    margin-top: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:rt {
    margin-right: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:bot {
    margin-bottom: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:lt {
    margin-left: 10px;
  }
}
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-marg\:10px\:xs {
    margin: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:top\:xs {
    margin-top: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:rt\:xs {
    margin-right: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:bot\:xs {
    margin-bottom: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:lt\:xs {
    margin-left: 10px;
  }
}
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .dp-marg\:10px\:s {
    margin: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:top\:s {
    margin-top: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:rt\:s {
    margin-right: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:bot\:s {
    margin-bottom: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:lt\:s {
    margin-left: 10px;
  }
}
@media (min-width:767px) and (max-width:1024px) {
  html .wp-block-post-content .dp-marg\:10px\:m {
    margin: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:top\:m {
    margin-top: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:rt\:m {
    margin-right: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:bot\:m {
    margin-bottom: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:lt\:m {
    margin-left: 10px;
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-marg\:10px\:l {
    margin: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:top\:l {
    margin-top: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:rt\:l {
    margin-right: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:bot\:l {
    margin-bottom: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:lt\:l {
    margin-left: 10px;
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-marg\:10px\:xl {
    margin: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:top\:xl {
    margin-top: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:rt\:xl {
    margin-right: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:bot\:xl {
    margin-bottom: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:lt\:xl {
    margin-left: 10px;
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-marg\:10px\:sw {
    margin: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:top\:sw {
    margin-top: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:rt\:sw {
    margin-right: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:bot\:sw {
    margin-bottom: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:lt\:sw {
    margin-left: 10px;
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-marg\:5px {
    margin: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:top {
    margin-top: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:rt {
    margin-right: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:bot {
    margin-bottom: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:lt {
    margin-left: 5px;
  }
}
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-marg\:5px\:xs {
    margin: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:top\:xs {
    margin-top: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:rt\:xs {
    margin-right: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:bot\:xs {
    margin-bottom: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:lt\:xs {
    margin-left: 5px;
  }
}
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .dp-marg\:5px\:s {
    margin: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:top\:s {
    margin-top: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:rt\:s {
    margin-right: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:bot\:s {
    margin-bottom: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:lt\:s {
    margin-left: 5px;
  }
}
@media (min-width:767px) and (max-width:1024px) {
  html .wp-block-post-content .dp-marg\:5px\:m {
    margin: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:top\:m {
    margin-top: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:rt\:m {
    margin-right: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:bot\:m {
    margin-bottom: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:lt\:m {
    margin-left: 5px;
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-marg\:5px\:l {
    margin: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:top\:l {
    margin-top: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:rt\:l {
    margin-right: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:bot\:l {
    margin-bottom: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:lt\:l {
    margin-left: 5px;
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-marg\:5px\:xl {
    margin: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:top\:xl {
    margin-top: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:rt\:xl {
    margin-right: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:bot\:xl {
    margin-bottom: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:lt\:xl {
    margin-left: 5px;
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-marg\:5px\:sw {
    margin: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:top\:sw {
    margin-top: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:rt\:sw {
    margin-right: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:bot\:sw {
    margin-bottom: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:lt\:sw {
    margin-left: 5px;
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-marg\:0px {
    margin: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:top {
    margin-top: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:rt {
    margin-right: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:bot {
    margin-bottom: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:lt {
    margin-left: 0px;
  }
}
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-marg\:0px\:xs {
    margin: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:top\:xs {
    margin-top: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:rt\:xs {
    margin-right: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:bot\:xs {
    margin-bottom: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:lt\:xs {
    margin-left: 0px;
  }
}
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .dp-marg\:0px\:s {
    margin: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:top\:s {
    margin-top: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:rt\:s {
    margin-right: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:bot\:s {
    margin-bottom: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:lt\:s {
    margin-left: 0px;
  }
}
@media (min-width:767px) and (max-width:1024px) {
  html .wp-block-post-content .dp-marg\:0px\:m {
    margin: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:top\:m {
    margin-top: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:rt\:m {
    margin-right: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:bot\:m {
    margin-bottom: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:lt\:m {
    margin-left: 0px;
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-marg\:0px\:l {
    margin: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:top\:l {
    margin-top: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:rt\:l {
    margin-right: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:bot\:l {
    margin-bottom: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:lt\:l {
    margin-left: 0px;
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-marg\:0px\:xl {
    margin: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:top\:xl {
    margin-top: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:rt\:xl {
    margin-right: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:bot\:xl {
    margin-bottom: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:lt\:xl {
    margin-left: 0px;
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-marg\:0px\:sw {
    margin: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:top\:sw {
    margin-top: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:rt\:sw {
    margin-right: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:bot\:sw {
    margin-bottom: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:lt\:sw {
    margin-left: 0px;
  }
}
/*

https://ascii.cl/

*/
/* @debug$increment-keys; */
/* Padding Percents */
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:0px) {
  html .wp-block-post-content .dp-gutter {
    margin-right: calc(0px - var(--dp-site-padding));
    margin-left: calc(0px - var(--dp-site-padding));
  }
  html .wp-block-post-content .dp-gutter > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-gutter\:top {
    margin-right: calc(0px - var(--dp-site-padding));
    margin-left: calc(0px - var(--dp-site-padding));
  }
  html .wp-block-post-content .dp-gutter\:top > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-gutter\:rt {
    margin-right: calc(0px - var(--dp-site-padding));
    margin-left: calc(0px - var(--dp-site-padding));
  }
  html .wp-block-post-content .dp-gutter\:rt > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-gutter\:bot {
    margin-right: calc(0px - var(--dp-site-padding));
    margin-left: calc(0px - var(--dp-site-padding));
  }
  html .wp-block-post-content .dp-gutter\:bot > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-gutter\:lt {
    margin-right: calc(0px - var(--dp-site-padding));
    margin-left: calc(0px - var(--dp-site-padding));
  }
  html .wp-block-post-content .dp-gutter\:lt > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-gutter\:xs {
    margin-right: calc(0px - var(--dp-site-padding));
    margin-left: calc(0px - var(--dp-site-padding));
  }
  html .wp-block-post-content .dp-gutter\:xs > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:top\:xs > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:rt\:xs > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:bot\:xs > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:lt\:xs > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .dp-gutter\:s {
    margin-right: calc(0px - var(--dp-site-padding));
    margin-left: calc(0px - var(--dp-site-padding));
  }
  html .wp-block-post-content .dp-gutter\:s > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:top\:s > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:rt\:s > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:bot\:s > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:lt\:s > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:767px) and (max-width:1023px) {
  html .wp-block-post-content .dp-gutter\:m {
    margin-right: calc(0px - var(--dp-site-padding));
    margin-left: calc(0px - var(--dp-site-padding));
  }
  html .wp-block-post-content .dp-gutter\:m > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:top\:m > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:rt\:m > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:bot\:m > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:lt\:m > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:1023px) {
  html .wp-block-post-content .dp-gutter\:l {
    margin-right: calc(0px - var(--dp-site-padding));
    margin-left: calc(0px - var(--dp-site-padding));
  }
  html .wp-block-post-content .dp-gutter\:l > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:top\:l > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:rt\:l > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:bot\:l > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:lt\:l > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:1250px) {
  html .wp-block-post-content .dp-gutter\:xl {
    margin-right: calc(0px - var(--dp-site-padding));
    margin-left: calc(0px - var(--dp-site-padding));
  }
  html .wp-block-post-content .dp-gutter\:xl > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:top\:xl > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:rt\:xl > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:bot\:xl > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:lt\:xl > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:1300px) {
  html .wp-block-post-content .dp-gutter\:sw {
    margin-right: calc(0px - var(--dp-site-padding));
    margin-left: calc(0px - var(--dp-site-padding));
  }
  html .wp-block-post-content .dp-gutter\:sw > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:top\:sw > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:rt\:sw > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:bot\:sw > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:lt\:sw > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:0px) {
  html .wp-block-post-content .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 .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 .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 .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 .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 .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 .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 .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 .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 .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);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .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 .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 .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 .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 .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 .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 .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 .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 .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 .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);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .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 .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 .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 .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 .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 .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 .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 .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 .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 .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);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:767px) and (max-width:1023px) {
  html .wp-block-post-content .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 .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 .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 .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 .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 .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 .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 .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 .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 .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);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:1023px) {
  html .wp-block-post-content .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 .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 .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 .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 .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 .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 .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 .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 .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 .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);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:1250px) {
  html .wp-block-post-content .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 .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 .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 .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 .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 .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 .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 .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 .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 .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);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:1300px) {
  html .wp-block-post-content .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 .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 .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 .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 .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 .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 .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 .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 .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 .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);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:0px) {
  html .wp-block-post-content .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 .dp-gutter\:50pc > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:top > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:rt > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:bot > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:lt > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .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 .dp-gutter\:50pc\:xs > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:top\:xs > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:rt\:xs > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:bot\:xs > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:lt\:xs > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .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 .dp-gutter\:50pc\:s > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:top\:s > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:rt\:s > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:bot\:s > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:lt\:s > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:767px) and (max-width:1023px) {
  html .wp-block-post-content .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 .dp-gutter\:50pc\:m > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:top\:m > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:rt\:m > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:bot\:m > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:lt\:m > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:1023px) {
  html .wp-block-post-content .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 .dp-gutter\:50pc\:l > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:top\:l > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:rt\:l > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:bot\:l > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:lt\:l > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:1250px) {
  html .wp-block-post-content .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 .dp-gutter\:50pc\:xl > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:top\:xl > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:rt\:xl > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:bot\:xl > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:lt\:xl > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:1300px) {
  html .wp-block-post-content .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 .dp-gutter\:50pc\:sw > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:top\:sw > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:rt\:sw > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:bot\:sw > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:lt\:sw > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:0px) {
  html .wp-block-post-content .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 .dp-gutter\:33pc > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:top > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:rt > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:bot > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:lt > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .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 .dp-gutter\:33pc\:xs > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:top\:xs > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:rt\:xs > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:bot\:xs > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:lt\:xs > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .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 .dp-gutter\:33pc\:s > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:top\:s > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:rt\:s > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:bot\:s > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:lt\:s > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:767px) and (max-width:1023px) {
  html .wp-block-post-content .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 .dp-gutter\:33pc\:m > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:top\:m > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:rt\:m > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:bot\:m > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:lt\:m > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:1023px) {
  html .wp-block-post-content .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 .dp-gutter\:33pc\:l > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:top\:l > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:rt\:l > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:bot\:l > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:lt\:l > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:1250px) {
  html .wp-block-post-content .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 .dp-gutter\:33pc\:xl > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:top\:xl > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:rt\:xl > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:bot\:xl > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:lt\:xl > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:1300px) {
  html .wp-block-post-content .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 .dp-gutter\:33pc\:sw > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:top\:sw > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:rt\:sw > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:bot\:sw > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:lt\:sw > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:0px) {
  html .wp-block-post-content .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 .dp-gutter\:25pc > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:top > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:rt > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:bot > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:lt > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .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 .dp-gutter\:25pc\:xs > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:top\:xs > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:rt\:xs > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:bot\:xs > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:lt\:xs > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .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 .dp-gutter\:25pc\:s > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:top\:s > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:rt\:s > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:bot\:s > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:lt\:s > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:767px) and (max-width:1023px) {
  html .wp-block-post-content .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 .dp-gutter\:25pc\:m > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:top\:m > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:rt\:m > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:bot\:m > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:lt\:m > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:1023px) {
  html .wp-block-post-content .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 .dp-gutter\:25pc\:l > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:top\:l > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:rt\:l > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:bot\:l > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:lt\:l > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:1250px) {
  html .wp-block-post-content .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 .dp-gutter\:25pc\:xl > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:top\:xl > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:rt\:xl > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:bot\:xl > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:lt\:xl > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:1300px) {
  html .wp-block-post-content .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 .dp-gutter\:25pc\:sw > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:top\:sw > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:rt\:sw > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:bot\:sw > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:lt\:sw > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
}
/* Padding Pixels */
@media (min-width:0px) {
  html .wp-block-post-content .dp-gutter {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:top {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:rt {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:bot {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:lt {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
}
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-gutter\:xs {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:top\:xs {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:rt\:xs {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:bot\:xs {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .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 .dp-gutter\:s {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:top\:s {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:rt\:s {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:bot\:s {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .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 .dp-gutter\:m {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:top\:m {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:rt\:m {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:bot\:m {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:lt\:m {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
}
@media (min-width:1023px) {
  html .wp-block-post-content .dp-gutter\:l {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:top\:l {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:rt\:l {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:bot\:l {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:lt\:l {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-gutter\:xl {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:top\:xl {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:rt\:xl {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:bot\:xl {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:lt\:xl {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-gutter\:sw {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:top\:sw {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:rt\:sw {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:bot\:sw {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:lt\:sw {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-gutter\:20px {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:top {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:top > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:rt {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:rt > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:bot {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:bot > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:lt {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:lt > * {
    padding: 20px 20px;
  }
}
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-gutter\:20px\:xs {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:xs > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:top\:xs {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:top\:xs > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:rt\:xs {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:rt\:xs > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:bot\:xs {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:bot\:xs > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:lt\:xs {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:lt\:xs > * {
    padding: 20px 20px;
  }
}
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .dp-gutter\:20px\:s {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:s > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:top\:s {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:top\:s > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:rt\:s {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:rt\:s > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:bot\:s {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:bot\:s > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:lt\:s {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:lt\:s > * {
    padding: 20px 20px;
  }
}
@media (min-width:767px) and (max-width:1023px) {
  html .wp-block-post-content .dp-gutter\:20px\:m {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:m > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:top\:m {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:top\:m > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:rt\:m {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:rt\:m > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:bot\:m {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:bot\:m > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:lt\:m {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:lt\:m > * {
    padding: 20px 20px;
  }
}
@media (min-width:1023px) {
  html .wp-block-post-content .dp-gutter\:20px\:l {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:l > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:top\:l {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:top\:l > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:rt\:l {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:rt\:l > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:bot\:l {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:bot\:l > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:lt\:l {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:lt\:l > * {
    padding: 20px 20px;
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-gutter\:20px\:xl {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:xl > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:top\:xl {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:top\:xl > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:rt\:xl {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:rt\:xl > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:bot\:xl {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:bot\:xl > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:lt\:xl {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:lt\:xl > * {
    padding: 20px 20px;
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-gutter\:20px\:sw {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:sw > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:top\:sw {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:top\:sw > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:rt\:sw {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:rt\:sw > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:bot\:sw {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:bot\:sw > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:lt\:sw {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:lt\:sw > * {
    padding: 20px 20px;
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-gutter\:15px {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:top {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:top > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:rt {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:rt > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:bot {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:bot > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:lt {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:lt > * {
    padding: 15px 15px;
  }
}
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-gutter\:15px\:xs {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:xs > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:top\:xs {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:top\:xs > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:rt\:xs {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:rt\:xs > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:bot\:xs {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:bot\:xs > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:lt\:xs {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:lt\:xs > * {
    padding: 15px 15px;
  }
}
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .dp-gutter\:15px\:s {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:s > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:top\:s {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:top\:s > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:rt\:s {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:rt\:s > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:bot\:s {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:bot\:s > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:lt\:s {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:lt\:s > * {
    padding: 15px 15px;
  }
}
@media (min-width:767px) and (max-width:1023px) {
  html .wp-block-post-content .dp-gutter\:15px\:m {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:m > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:top\:m {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:top\:m > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:rt\:m {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:rt\:m > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:bot\:m {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:bot\:m > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:lt\:m {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:lt\:m > * {
    padding: 15px 15px;
  }
}
@media (min-width:1023px) {
  html .wp-block-post-content .dp-gutter\:15px\:l {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:l > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:top\:l {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:top\:l > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:rt\:l {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:rt\:l > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:bot\:l {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:bot\:l > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:lt\:l {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:lt\:l > * {
    padding: 15px 15px;
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-gutter\:15px\:xl {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:xl > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:top\:xl {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:top\:xl > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:rt\:xl {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:rt\:xl > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:bot\:xl {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:bot\:xl > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:lt\:xl {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:lt\:xl > * {
    padding: 15px 15px;
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-gutter\:15px\:sw {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:sw > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:top\:sw {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:top\:sw > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:rt\:sw {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:rt\:sw > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:bot\:sw {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:bot\:sw > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:lt\:sw {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:lt\:sw > * {
    padding: 15px 15px;
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-gutter\:10px {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:top {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:top > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:rt {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:rt > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:bot {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:bot > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:lt {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:lt > * {
    padding: 10px 10px;
  }
}
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-gutter\:10px\:xs {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:xs > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:top\:xs {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:top\:xs > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:rt\:xs {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:rt\:xs > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:bot\:xs {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:bot\:xs > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:lt\:xs {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:lt\:xs > * {
    padding: 10px 10px;
  }
}
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .dp-gutter\:10px\:s {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:s > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:top\:s {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:top\:s > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:rt\:s {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:rt\:s > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:bot\:s {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:bot\:s > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:lt\:s {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:lt\:s > * {
    padding: 10px 10px;
  }
}
@media (min-width:767px) and (max-width:1023px) {
  html .wp-block-post-content .dp-gutter\:10px\:m {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:m > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:top\:m {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:top\:m > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:rt\:m {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:rt\:m > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:bot\:m {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:bot\:m > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:lt\:m {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:lt\:m > * {
    padding: 10px 10px;
  }
}
@media (min-width:1023px) {
  html .wp-block-post-content .dp-gutter\:10px\:l {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:l > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:top\:l {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:top\:l > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:rt\:l {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:rt\:l > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:bot\:l {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:bot\:l > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:lt\:l {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:lt\:l > * {
    padding: 10px 10px;
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-gutter\:10px\:xl {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:xl > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:top\:xl {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:top\:xl > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:rt\:xl {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:rt\:xl > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:bot\:xl {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:bot\:xl > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:lt\:xl {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:lt\:xl > * {
    padding: 10px 10px;
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-gutter\:10px\:sw {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:sw > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:top\:sw {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:top\:sw > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:rt\:sw {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:rt\:sw > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:bot\:sw {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:bot\:sw > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:lt\:sw {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:lt\:sw > * {
    padding: 10px 10px;
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-gutter\:5px {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:top {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:top > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:rt {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:rt > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:bot {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:bot > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:lt {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:lt > * {
    padding: 5px 5px;
  }
}
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-gutter\:5px\:xs {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:xs > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:top\:xs {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:top\:xs > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:rt\:xs {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:rt\:xs > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:bot\:xs {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:bot\:xs > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:lt\:xs {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:lt\:xs > * {
    padding: 5px 5px;
  }
}
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .dp-gutter\:5px\:s {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:s > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:top\:s {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:top\:s > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:rt\:s {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:rt\:s > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:bot\:s {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:bot\:s > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:lt\:s {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:lt\:s > * {
    padding: 5px 5px;
  }
}
@media (min-width:767px) and (max-width:1023px) {
  html .wp-block-post-content .dp-gutter\:5px\:m {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:m > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:top\:m {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:top\:m > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:rt\:m {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:rt\:m > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:bot\:m {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:bot\:m > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:lt\:m {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:lt\:m > * {
    padding: 5px 5px;
  }
}
@media (min-width:1023px) {
  html .wp-block-post-content .dp-gutter\:5px\:l {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:l > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:top\:l {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:top\:l > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:rt\:l {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:rt\:l > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:bot\:l {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:bot\:l > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:lt\:l {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:lt\:l > * {
    padding: 5px 5px;
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-gutter\:5px\:xl {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:xl > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:top\:xl {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:top\:xl > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:rt\:xl {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:rt\:xl > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:bot\:xl {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:bot\:xl > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:lt\:xl {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:lt\:xl > * {
    padding: 5px 5px;
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-gutter\:5px\:sw {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:sw > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:top\:sw {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:top\:sw > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:rt\:sw {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:rt\:sw > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:bot\:sw {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:bot\:sw > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:lt\:sw {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:lt\:sw > * {
    padding: 5px 5px;
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-gutter\:0px {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:top {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:top > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:rt {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:rt > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:bot {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:bot > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:lt {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:lt > * {
    padding: 0px 0px;
  }
}
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-gutter\:0px\:xs {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:xs > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:top\:xs {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:top\:xs > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:rt\:xs {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:rt\:xs > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:bot\:xs {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:bot\:xs > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:lt\:xs {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:lt\:xs > * {
    padding: 0px 0px;
  }
}
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .dp-gutter\:0px\:s {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:s > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:top\:s {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:top\:s > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:rt\:s {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:rt\:s > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:bot\:s {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:bot\:s > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:lt\:s {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:lt\:s > * {
    padding: 0px 0px;
  }
}
@media (min-width:767px) and (max-width:1023px) {
  html .wp-block-post-content .dp-gutter\:0px\:m {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:m > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:top\:m {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:top\:m > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:rt\:m {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:rt\:m > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:bot\:m {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:bot\:m > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:lt\:m {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:lt\:m > * {
    padding: 0px 0px;
  }
}
@media (min-width:1023px) {
  html .wp-block-post-content .dp-gutter\:0px\:l {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:l > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:top\:l {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:top\:l > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:rt\:l {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:rt\:l > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:bot\:l {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:bot\:l > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:lt\:l {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:lt\:l > * {
    padding: 0px 0px;
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-gutter\:0px\:xl {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:xl > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:top\:xl {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:top\:xl > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:rt\:xl {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:rt\:xl > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:bot\:xl {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:bot\:xl > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:lt\:xl {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:lt\:xl > * {
    padding: 0px 0px;
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-gutter\:0px\:sw {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:sw > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:top\:sw {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:top\:sw > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:rt\:sw {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:rt\:sw > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:bot\:sw {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:bot\:sw > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:lt\:sw {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:lt\:sw > * {
    padding: 0px 0px;
  }
}
html .wp-block-post-content div, html .wp-block-post-content section, html .wp-block-post-content aside, html .wp-block-post-content article, html .wp-block-post-content 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 div > p:last-child, html .wp-block-post-content section > p:last-child, html .wp-block-post-content aside > p:last-child, html .wp-block-post-content article > p:last-child, html .wp-block-post-content img > p:last-child {
  margin-bottom: 0;
}
html .wp-block-post-content div > p:first-child, html .wp-block-post-content section > p:first-child, html .wp-block-post-content aside > p:first-child, html .wp-block-post-content article > p:first-child, html .wp-block-post-content img > p:first-child {
  margin-top: 0;
}
html .wp-block-post-content div, html .wp-block-post-content section, html .wp-block-post-content aside, html .wp-block-post-content article {
  overflow: var(--dp-default-overflow);
}
html .wp-block-post-content ul, html .wp-block-post-content li, html .wp-block-post-content 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 ul > p:last-child, html .wp-block-post-content li > p:last-child, html .wp-block-post-content span > p:last-child {
  margin-bottom: 0;
}
html .wp-block-post-content ul > p:first-child, html .wp-block-post-content li > p:first-child, html .wp-block-post-content span > p:first-child {
  margin-top: 0;
}
 /* --- Theme ---  *//* ---- default-spacing.css---- */


@media(min-width:728px) {
	

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

	
	 html .wp-block-post-content .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  .default-spacing\:bot{
		padding-bottom:calc(var(--dp-site-padding)/ 2);
		
		}
		
	
		
	 html .wp-block-post-content .default-spacing\:top{
		padding-top:calc(var(--dp-site-padding)/ 2);
		
		}
		
	 html .wp-block-post-content .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 .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 .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 .default-spacing\:all{
			padding:calc(var(--dp-site-padding)/ 4);
		
		}

	
	 html .wp-block-post-content  .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 .default-spacing\:bot{
		padding-bottom:calc(var(--dp-site-padding)/ 4);
		
		}
		
	
		
	 html .wp-block-post-content  .default-spacing\:top{
		padding-top:calc(var(--dp-site-padding)/ 4);
		
		}
		
	 html .wp-block-post-content  .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  .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  .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  .default-spacing\:all{
			padding:calc(var(--dp-site-padding)/ 2) 15px;
		
		}

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

	
		 html .wp-block-post-content 	 .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 .default-spacing\:bot{
		padding-bottom:calc(var(--dp-site-padding)/ 2);
		
		}
		
	
		
	html .wp-block-post-content .default-spacing\:top{
		padding-top:calc(var(--dp-site-padding)/ 2);
		
		}
		
	html .wp-block-post-content .default-spacing\:bottom-sides{
		padding-bottom: calc(var(--dp-site-padding)/ 2);
		padding-right: 15px;
		padding-left: 15px;
		
		}
				
	html .wp-block-post-content .default-spacing\:top-sides{
		padding-top: calc(var(--dp-site-padding)/ 2);
		padding-right: 15px;
		padding-left: 15px;
		
		}
		
	html .wp-block-post-content .default-spacing\:sides{
		padding-right: 15px;
		padding-left: 15px;
		
		}


}
/* ---- expando-ad-rnc.css---- *//* @override 
	https://hannity.com/wp-content/themes/hannity/assets/css/expando-ad.css
	https://hannity.com/wp-content/themes/hannity/assets/css/expando-ad.css?* */


.mobile-touts .wp-block-post-content  .t-show-under-l {
	display:none!important	
}

.expanding-tout  .wp-block-post-content  .t-contain{

    width:100%;
    margin:auto;
    max-width:none;
    color:white;
    transition:margin .3s ease;

    
}
.expanding-tout a.banner_link {
	position:absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index:5;
	display: none;
}

.expanding-tout {
	background-color: #CC0000;

}


@media(max-width:727px) {
	.expanding-tout {
	background-color: #CC0000;
	padding:10px
}

}
.expanding-tout.min  .wp-block-post-content  .t-contain{
    margin-top:0px !important;
    
}

.expanding-tout  .wp-block-post-content  .t-contain > div{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.expanding-tout  .wp-block-post-content  .t-contain .expanding-sm{
   
    min-height:0px;

}
.expanding-tout  .wp-block-post-content  .t-contain .expanding-big{

    height:100%;
	position:relative;
  
    transition:height .3s ease;
}


.expanding-tout:not(.has-code)  .wp-block-post-content  .t-contain .expanding-big {
	  height:0px;
}

@media(min-width:768px) {

    .expanding-tout:not(.min):not(.has-code)  .wp-block-post-content  .t-contain .expanding-big{
        height: 50vh;
        min-height:300px;
        
    }
    
    .expanding-tout.min {
		border-bottom:1px solid #FF671D;
	}
	
	.expanding-tout.min:after, .expanding-tout.min::before {
		content:"";
		position: absolute;
		background-image: url(/wp-content/uploads/2024/06/milwakee-skyline-l.webp);
		bottom: -10px;
		height: 100%;
		width: 100%;
		background-size: contain;
		background-repeat: no-repeat;
		background-position:left bottom;
		opacity:.9
	
	}
	
	.expanding-tout.min:after {
		left: calc(50% + 320px) ;
	}
	.expanding-tout.min:before{
		right: calc(50% + 320px) ;
		background-image: url(/wp-content/uploads/2024/06/milwakee-skyline-r.webp);
		background-position:right bottom
	}
	
		
	.expanding-tout.min  .wp-block-post-content  .t-contain{
	    margin-top:5px !important;
	    
	}
}

@media(max-width:767px) {

    .expanding-tout:not(.min):not(.has-code):not(.has-code)  .wp-block-post-content  .t-contain .expanding-big{
        height: 37vh;
        min-height:500px;
     
        
    }
    
    .expanding-tout  .wp-block-post-content  .t-contain .expanding-sm{
	   
		margin:0 5px
	}
}


@media(min-width:500px) and (max-width:767px) {
    .expanding-tout{
        margin-bottom: 5px;
    }
    
}

.expanding-tout {
	overflow:hidden;
	position:Relative
}



.expanding-tout.min img {
	width:100% !important;
	height: auto !important;
	position:relative;
	z-index:2
}

.expanding-tout:not(.min) img {
	width:100% !important;
	height:auto !important;
}
    
    

		
	
	
		  
		.expanding-tout:not(.min)[data-type*="live-safe"] {
			background: black;
		}
		
		@media(min-width:790px) {
			
		
		.expanding-tout.min .expanding-sm {
			background:#CC0000;
			overflow:hidden;
			padding:10px 0
		
		}
		
		}
		.expanding-tout.min .expanding-sm:before {
			position:absolute;
			
			
			}
		
		.expanding-tout:not(.min) .expanding-big {
			position:Relative;
		/*background-image: url(/wp-content/uploads/2024/06/milwauke-harbor.webp);*/
		background-size: cover;
		background-position:center;
		background-repeat: no-repeat;
		padding:0 20px;
		
		}
		
		
		 .expanding-tout:not(.min) .expanding-big  .wp-block-post-content  .t-hide-under-s:before {
			content:"";
			position:absolute;
			background-color: #CC0000;
			opacity:.8;
			top: 12%;
			left: 0;
			right: 0;
			bottom:12%;
			z-index:1
		}
		
		.expanding-tout:not(.min) .expanding-big  .wp-block-post-content  .t-hide-under-s img {
			position:Relative;
			z-index:3
		}
		
	
		
		.expanding-tout:not(.min) .expanding-big:before {
		 	top: 25px;
		
		}
		
		.expanding-tout:not(.min) .expanding-big:after {
		 	bottom: 20px;
		
		}

  @media(max-width:767px) {
  	
  		.expanding-tout:not(.min) .expanding-big{
  	
  
  		 	}
  			
  			.expanding-tout:not(.min) .expanding-big:before {
		 	top: 15px;

		
		}
		
		.expanding-tout:not(.min) .expanding-big:after {
		 	bottom: 15px;
		
		}

		.expanding-big  .wp-block-post-content  .t-show-under-s {
		    padding: 30px 5px 10px;
		}


		.expanding-tout:not(.min) .expanding-big {
		  		background-image:none;
		  		background-color:#CC0000;
	
		 
		  	}
  	


  
  html .wp-block-post-content body	.expanding-tout + div .home .mantle-slides  {
  margin-top:4px;
 
  	}
  	
  	
  }



  @media(max-width:500px){

  	  
   html .wp-block-post-content body .expanding-tout + div .page:not(.home)  >.content {
      padding-top:25px  !important;
 
  }

  }
  
  
  
      @media(max-width:500px) {
		
		.expanding-tout:not(.min) .expanding-big img{
  			height:100% !important;
  			width:auto!important;
	
		
  		}
  		
}
  
  
    @media(max-width:300px) {
		
		.expanding-tout:not(.min) .expanding-big img{
  			height:auto !important;
  			width:100%!important;
		max-width:320px;
		
  		}
  		
}

.cus-code [id*="rumble"] {
	
	height:calc(100% - 170px) !important;
	min-height:300px;
	max-height:500px;
	aspect-ratio:4 / 2.3;
	width: auto!important;
	margin:Auto;

}

html .wp-block-post-content body  .expanding-tout.min.has-code .expanding-big {
	max-height:0;
	transition: all .3s ease;
	
}
	
.cus-code {
	text-align:Center;
	padding: 20px 10px!important;
}
html .wp-block-post-content body  .expanding-tout .cus-code > img:first-of-type{
	height: 66px !important;
	width:auto!important;
	margin-bottom:30px;
	margin-top: 20px;
}

html .wp-block-post-content body  .expanding-tout .cus-code > img:last-of-type{
	height: 35px !important;
	width:auto!important;
	margin-top:10px;
}

.btn-close {
	position:Absolute;
	right: 20px;
	top: 0px;
	color:white;
	z-index:100;
	cursor:pointer;
	
}



.btn-close em{

	position:relative;
	font-size: 0px;
	font-style: normal;
}


@media(min-width:1024px) {
	
	html .wp-block-post-content body  .expanding-tout	.btn-close{
		top: 1px!important;
		}
			
		.btn-close em:after{
		content:"+ Collapse Video";
		font-size: 13px;
		text-transform:uppercase;
		display:block;
	}
html .wp-block-post-content body  .expanding-tout.min	.btn-close em:after{
		content:"+ Expand to Watch";
	}
}

@media (max-width:1024px){
	.btn-close {
		top: -13px;
		right:10px
}

	.btn-close em:after{
		content:"+ Collapse ";
		font-size: 13px;
		text-transform:uppercase;
		display:block;
	}
	
	html .wp-block-post-content body  .expanding-tout.min .btn-close em:after{
		content:"+ Expand";
		font-size: 13px;
		text-transform:uppercase;
		display:block;
	}
}


@media (max-width:728px){
	.btn-close {
		top: 5px;
		right:5px;
	
		width:22px;
		height:22px;
		padding:0;
		display:block;
		text-align:center;
		border:1px solid;
	
	}
	
		
	html .wp-block-post-content body  .expanding-tout .cus-code > img:first-of-type{
	height: auto !important;
	width:80vw!important;
	margin-bottom:30px;
	margin-top: 20px;
	min-width:none !important
}

html .wp-block-post-content body .expanding-sm	 .wp-block-post-content  .t-show-under-s {
	
		width:100% !important;
		text-align:center;
		display:
	}
	
	html .wp-block-post-content body .expanding-sm	 .wp-block-post-content  .t-show-under-s img{
		width:95%!important;
		max-width:none !important;
		height:au!important;
		aspect-ratio:auto !important;
		display:block;
		margin:auto;

	}
.btn-close em {
	line-height:0;
	margin:0;
	padding:0;
	top: 0px;
	left: 0px;
	text-align:Center;
	position:relative;

	
}

	.btn-close em:after{
		line-height:0;
		content:"\2014";
		position:relative;
		font-size: 20px;
		top: -14px;
		text-transform:uppercase;
		display:block;
	}
	
	html .wp-block-post-content body  .expanding-tout.min .btn-close em:after{
		content:" + ";
		font-size: 22px;
		text-transform:uppercase;
		display:block;
		top: -12px;
		
	}
}





@media (max-width:400px){
	.btn-close {
		width:16px;
		height:16px;
	
	
	}



	.btn-close em:after{
		line-height:0;
		content:"\2014";
		position:relative;
		font-size: 12px !important;
		top: -15px;
		text-transform:uppercase;
		display:block;
	}
	
	html .wp-block-post-content body  .expanding-tout.min .btn-close em:after{
		display:block;
		top: -15px;
		font-size: 14px !important;
		
	}
}
html .wp-block-post-content body  .expanding-tout.min a.banner_link{
z-index:50;
display:block;
	
}/* ---- header-trump.css---- */
@media(min-width:1035px) {
	

.logo:after{
	display:block;
	position:absolute;
	top:0;
	left: calc(100% - 50px);
	content:" ";
	background-image: url(/wp-content/themes/hannity/assets/images/trump-fight.webp?uc=3);
	background-size:auto 100%;
	width:300px;
	height:113px;
	background-repeat: no-repeat;
	
	
	}
}/* ---- mantle-mobile.css---- */@media (max-width: 1023px) {
    .mantle-slides .slider, .mantle-slides .slides {
        position: relative !important;
        height: auto !important;
        position: relative !important;
        left: 0 !important;
        width: 100% !important;
    }

    .mantle-slides .slider .slide:first-child,
    .mantle-slides .slider .slide:last-child {
        display: block !important;
    }
}

@media (max-width: 501px) {
    .mantle-slides .slider .slide {
        width: 100% !important;
        height: 140px !important;
        left: 0 !important;
    }
}/* ---- module-edits.css---- *//*!

Custom module tweaks

*/


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

html .wp-block-post-content .mod .m1_img.fixed {
	

	width: 100%;
	height: 100%;
	opacity:.06
}

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


.owl-stage{
	display: flex;
}




html .wp-block-post-content .mod .has-video{

	position:relative;

}


html .wp-block-post-content .mod .position.fill {

	width:100%
}


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

html .wp-block-post-content .mod.bleed {
	position:Absolute;
	top: 0;
	bottom:0;
	z-index:1;
	height:100%;

	object-fit:cover
}

html .wp-block-post-content .mod.bleed + *{
	position:Relative;
	z-index:2
}



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

html .wp-block-post-content .mod.mod-m1-clmns *:not(.m1_img),
html .wp-block-post-content .mod.mod-m1 *:not(.m1_img) {
	position: relative;
	z-index:2;
	
}




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


@media(min-width:1024px) {
	

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

}


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

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

	}
}


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

}

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

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


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

}

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


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

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





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


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

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

}

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

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


	


	
	
}






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



html .wp-block-post-content .mod a .thumb :is(h1,h2,h3,h4){
			color:#fff;
		}
}

html .wp-block-post-content .mod .mod-txt:wht .mod-txt	h1,h2,h3,h4,h5,p{
		color:#fff
	}


html .wp-block-post-content .mod  .button{

	cursor:pointer;
}


html .wp-block-post-content .mod:not(.txt-lght) .modlink{
	display:block;
}





html .wp-block-post-content .mod.mod-m1.dp-txt\:bot{
	align-items: flex-end !important;
}

html .wp-block-post-content .mod.mod-m1.dp-txt\:top{
	align-items: flex-start !important;
}




html .wp-block-post-content .mod .txt-lght{
	color:white;

}					
html .wp-block-post-content .mod .txt-lght	:is(p,h1,h2,h3,h4,h5,.txt-stylized){
		color:white;
	}



html .wp-block-post-content .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;
	}


}




html .wp-block-post-content .mod.mod-m1{height:100%}



html .wp-block-post-content .mod.mod-m2.txt-lght .item  p {
    color: white;
}



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

}


html .wp-block-post-content .mod:not(.mod-m4).border{
	position:relative;
}
html .wp-block-post-content .mod:not(.mod-m4).border .dp-contain{
	position:relative;
	z-index:5;
}
html .wp-block-post-content .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;
   }


html .wp-block-post-content .mod.mod-m4 .fitimg img {
    margin: auto;
    min-height: 100px;
}


html .wp-block-post-content .mod.mod-m4  img {
    width: 100%;
    height:auto;
}


html .wp-block-post-content .mod.mod-m4.border .img{
	position:relative;
}
html .wp-block-post-content .mod.mod-m4.border .img{
	position:relative;
	z-index:5;
}

html .wp-block-post-content .mod.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;
   }


html .wp-block-post-content .mod .m4-row:last-of-type{
	border-bottom: none;
}


@media(min-width:$t-tablet-portrait){
	
	html .wp-block-post-content .mod .m4-row .img.fitimg{
	 min-height:200px;
	 
	}

	

}

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


	html .wp-block-post-content .mod .m4-row{
		text-align:center;
	}

	html .wp-block-post-content .mod .m4-row	.img.fitimg{
			margin-bottom:calc(var($t-site-padding)/3);
		}

	html .wp-block-post-content .mod 	.m4-row	img{
	 			max-width:150px;
	 		}

}

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


	
	html .wp-block-post-content .mod.mod-m2 .slide .dp-valigner{

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

	}

}





	html .wp-block-post-content .mod .slideshow	.dp-contain{
			margin:0;
			width:100%;
		}
		


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


		
		html .wp-block-post-content .mod .slideshow	.dp-valign{	

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


}



@media(min-width:767px){


	html .wp-block-post-content .mod.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 */



@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;
  }

}




@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:var(--dp-tablet-portrait)){

	.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;
  }
}
/* ---- overrides.css---- */@media (max-width: 400px) {

    html .wp-block-post-content body a.btn-search, html .wp-block-post-content body a.btn-listen {
        padding: 4px 12px 9px 12px;
    }

    html .wp-block-post-content .iheart-nav .btn-listen span{
        font-size: 0px!important;
    }

}
/* ---- poll.php---- *//* ---- stranded-in-gaza.css---- *//* @override 
	https://ff6udnr221-staging.onrocket.site/wp-content/themes/hannity/assets/css/stranded-in-gaza.css */


footer {
	border-top: 5px solid #c00;
}

.abandoned-cnt-container {
		margin-top: -80px;
	position: relative;
}

.abandoned-cnt-badge {
	background-image: url(/wp-content/themes/hannity/assets/images/abandoned-footer.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position:center 0;
	width:220px;
	height:284px;
	margin-right:auto;
	margin-left:auto;
	position: relative;

}

.abandoned-cnt-badge .abandoned-cnt-box {
	position:absolute;
	color:white;
	top: 90px;
	left: 20px;
	right:20px;
	padding:10px;
	text-transform: uppercase;
	background-color: #c00;
	font-size: 20px;
	line-height:1.1em;

	text-align:Center;
}


.abandoned-cnt-box {
	width:auto ;
	margin:0 !important;
	border:1px solid #000;
}


.abandoned-cnt-badge .abandoned-cnt-box .days{
	font-size: 40px;
	line-height: 1em;
	font-weight: bold;
	padding-top: 4px;
}

.abandoned-cnt-badge .abandoned-cnt-box .days:before{
	content:"Day "
}


.abandoned-cnt-body {
	text-align:center;
	margin:70px auto;
	position:relative;

	
}

.abandoned-cnt-body-title:before, .abandoned-cnt-body-title:after {
	content:"eee";
	position:absolute;
	top: 20px;
	width:100vw;

	height:3px;
	background:#c00;
}

.abandoned-cnt-body-title:before {
	right: 100%;
	
}
.abandoned-cnt-body-title:after {
	left: 100%;
	
}
.abandoned-cnt-body-title {
	color: #c00;
	position:relative;
	font-weight: bold;
	font-size: 28px;
	overflow:visible;
	width:auto;
	display:inline-block;
	padding:0 20px;
	line-height:1em;
	padding-bottom:10px

	
}


.abandoned-cnt-body a {
	display:block;
	position:absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right:0;
	z-index:10
}

@media(min-width:500px) {
	

.abandoned-cnt-body .abandoned-cnt-box {
		background-image: url(/wp-content/themes/hannity/assets/images/hannity-4-israel-dsktp.jpg);
		background-size: cover;
		position:relative;
		background-position:center;
		display:flex;
		justify-content:Center;
		align-items: center;
			font-size:24px;
			color:white;
				text-transform:uppercase;
				padding:0 10px;
	font-weight: bold;
}



.abandoned-cnt-body:after {
content: "";
background-image: url(/wp-content/themes/hannity/assets/images/head-hannity.png?);
background-size: contain;
background-repeat: no-repeat;
width:160px;
height:82px;
left: 50%;
bottom: 0;
margin-left:-312px;
position:absolute;
}

}



@media(max-width:500px) {
	.abandoned-cnt-body{
		margin-right:15px;
		margin-left:15px;
		overflow:hidden ;
	}
	
	.abandoned-cnt-box-mob img{
		height:auto!important;
	}
}
.abandoned-cnt-box-mob {
	margin-top: 20px;
}

.abandoned-cnt-body .abandoned-title {
	line-height:1em;
	padding:10px 0
}
.abandoned-cnt-body .abandoned-cnt-box .days{

	line-height: 1em;
	font-weight: bold;
	padding-top: 4px;
	background-color: #c00;
	padding:12px 15px;
	margin-left:10px

}

.abandoned-cnt-body .abandoned-cnt-box .days:before{
	content:"Day "
}


@media(max-width:350px) {
	.abandoned-cnt-body .abandoned-cnt-box {
		flex-direction: column;
		padding:10px 10px 15px;
	}
	
	.abandoned-cnt-body .abandoned-cnt-body-title{
		max-width:200px;
	}
	
}
/* ---- tout.css---- */

  .fa.fa-threads:before {
  	content:"";
  	background:url('/wp-content/themes/hannity/assets/images/logo-threads.svg?qwe');
  	width: 35px;
  	height:30px;
  	background-size: contain;
  	display:block;
  	background-repeat: no-repeat;
  	
  }
  
    
  .fa.fa-threads:hover:before {
  	content:"";
  	background:url('/wp-content/themes/hannity/assets/images/logo-threads-red.svg?qewe');
  		width: 35px;
  	height:30px;
  	background-size: contain;
  	display:block;
  	background-repeat: no-repeat;
 
  	
  }

    .sitewide-tout_l {
        z-index:100
}

            .sitewide-tout .close-btn {
                position: absolute;
                right: 8px;
                top: 4px;
                cursor: pointer
            }

            .sitewide-tout .close-btn span {
                position: relative;
                transform: rotate(45deg);
                color: white;
                display: block;
                font-size: 28px;
                line-height: 1em;
            }

@media(min-width: 768px) {
                .sitewide-tout {
                    position:fixed;
                    bottom: 10px;
                    right: 10px;
                    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
                }
            }

   @media(max-width: 768px) {
                .sitewide-tout {
                 	position: relative;
    width: 100%;
    padding: 10px 30px;

                }

                .sitewide-tout img {
                    width: auto;
                    height: 75;
                    object-fit: cover;
                    object-position: center;
                }
}







@media (min-width: 768px) {
	
.sitewide-tout_l {
	position: fixed;
	bottom: 10px;
	left: 10px;
	box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}

}
	.sitewide-tout_l .close-btn {
        position: absolute;
        right: 8px;
        top: 4px;
        cursor: pointer
	
    }

    .sitewide-tout_l .close-btn span {
        position: relative;
        transform: rotate(45deg);
      
        display: block;
        font-size: 28px;
        line-height: 1em;
    }

    
    

    @media(max-width: 768px) {
		

	
        .sitewide-tout {
           bottom: inherit;
		   right: inherit;
        }

        .sitewide-tout_l {
           	position: relative;
    width: 100%;
    padding: 10px 30px;

       
        }

        .sitewide-tout_l img {
            width: auto;
  
            object-fit: cover;
            object-position: center;
        }
   }     
        

    @media(max-width: 500px) {
		

        .sitewide-tout_l {
           	position: relative;
    width: 100%;
max-width:400px;
margin:auto;
    padding: 10px 5px;

       
        }


@media(min-width:500px) {

.mobile-touts{
	margin-bottom: 10px;
	}
}
    </style>




<style>
  .wdyt-header {
  	font-size: 40px;
  	font-weight: bold;
  	color:#CC0000;
  	margin-top: -12px;
  	padding-bottom:10px
  }
  

  .wdyt-container .poll {
    margin-bottom: -50px !important;
}
  


 .wdyt-container body{
 	display:none!important
} 
  
.wdyt-container {
	border-top:10px solid #CC0000;
	border-bottom:10px solid #CC0000;
	text-align:Center;
	padding:20px 0 30px;
	margin-bottom:30px
}

.wdyt-container h3 {
	margin-bottom:20px
}
.wdyt-container .button{
	min-height:0!important;
	padding:5px 20px;
	font-size: 16px;
	border:1px solid #999
}




  .e-countdown-footer-24 {
  		position:relative;
  		margin-top: -80px;
  	
  }
  
  @media(max-width:768px) {
  	.e-countdown-footer-24 {
  		margin-bottom:-40px
  	}
  }
  
    .e-countdown-footer-24 .daystxt {
		text-align:Center;
		font-size:40px;
		font-weight: 600;
		text-transform: uppercase;
		position:relative;
		margin-top: 18px;
                 color:white
	}
   .e-countdown-footer-24 a{
  	background-image: url(/wp-content/themes/hannity/assets/images/election-day-footer-dayof.webp?uc=1);
  	display:block;
  	width:100%;
  	max-width: 310px;
  	height:275px;
  	background-size: contain;
  	background-position:center top;
  	margin:auto
  }
  
.e-countdown-banner {
	background-color:#100D1F;
	overflow:hidden;
	position:relative;
	display:flex;


}



  
.e-countdown-banner .elect-link {
	position:absolute;
	top: 0;
	left: 0;
	bottom:0;
	right:0;
	display:block;


}

.e-countdown-banner  .wp-block-post-content  .t-contain{
	
		position:relative;

		color:white;
		margin:auto;
	}
	
	
@media(min-width:768px) {
	
	
	.e-countdown-banner  .wp-block-post-content  .t-contain{
		display:flex;

		
	}
}


@media(max-width:768px) {
	
	
	.e-countdown-banner  .wp-block-post-content  .t-contain{
		padding:15px

		
	}
}

.e-countdown-banner .content{

	color:white;
	padding:1px 5px;
	text-transform: uppercase;
	font-size: 24px;
	justify-content:Center;
	align-items: center;
	display:flex;

}

.e-countdown-banner .content>* {
		display:inline;
}

.e-countdown-banner .elect-btn {
	display:flex;	
	text-transform:uppercase;
	align-items: center;
	padding:5px 15px;
	font-weight: 400;
	font-size: 18px;
	justify-content:Center;

}

.e-countdown-banner .flag-l{

	background-image: url(/wp-content/themes/hannity/assets/images/election-flag-l.webp?Asd);
	position:absolute;
	left: 0px;
	top: 0;
	right: 0;
	bottom:0;
	background-position: 0 center;
	background-size: 354px auto;
	background-repeat: no-repeat;
	}
	
	.e-countdown-banner .flag-r{

	background-image: url(/wp-content/themes/hannity/assets/images/election-flag-r.webp?asd);
	position:absolute;
	left: 0;
	top: 0;
	right: 0px;
	bottom:0;
	background-position: right center;
	background-size: 354px auto;
	background-repeat: no-repeat;
	}

@media(max-width:385px){

.br-s-election {
    display: block; 
}

}


@media(max-width:768px) {
	
	
	.e-countdown-banner  .wp-block-post-content  .t-contain{
		padding:5px 15px 15px;
		
	}
	
	
	.e-countdown-banner .content{
		padding:5px 15px 15px;
		text-align:center;
		flex-direction: column!important;
	}
	
	.e-countdown-banner .flag-r{
		right: -20px;
			opacity:.5;
		}
		
		.e-countdown-banner .flag-l{
		left: -20px;
		opacity:.5;
		}
}





  
.sitewide-tout .close-btn{
	position:absolute;
	right: 8px;
	top: 4px;
	cursor:pointer
} 

.sitewide-tout .close-btn span{ 
	position:relative;
	transform:rotate(45deg);
	color:white;
	display:block;
	font-size: 28px;
	line-height: 1em;
	
  }
  
@media(min-width:728px) {

.sitewide-tout {
	position:fixed;
	bottom:10px;
	right:10px;
	box-shadow: 0px 0px 5px rgba(0,0,0,.5);
	
	
}


}


@media(max-width:728px) {

.sitewide-tout {
	position:relative;
	width: calc(100% - 20px) ;
	margin:5px 10px 0;
	height:75px;

}

.sitewide-tout img{
width:auto;
height:75;
object-fit:cover;
object-position:center;

}
}@charset "UTF-8";
/*
 Theme Name:   Hanity
 Theme URI:    
 Description:  Sean Hannity Official Theme
 Author:       The Elixir Haus
 Author URI:   http://www.theelixirhaus.com
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
*/
/*The Width of the site in pixels, percent, or auto*/
/* Responsive sizes*/
/* Min width */
/* Min width */
/* Min width */
/* Paragraph Line Height and Margin */
/* Paragraph Line Height and Margin */
/*Colors*/
/*$t-color-tertiary:#FF0000;*/
/* Text Sizes Big Screen*/
/* Text Sizes Mobile */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html .wp-block-post-content {
  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 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 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;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-display: swap;
  font-family: "FontAwesome";
  src: url("/wp-content/themes/hannity/assets/fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("/wp-content/themes/hannity/assets/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/wp-content/themes/hannity/assets/fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/wp-content/themes/hannity/assets/fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/wp-content/themes/hannity/assets/fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/wp-content/themes/hannity/assets/fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: 9px;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

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

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

/* cyrillic-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokSdh18S0xR41YDw.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  font-display: swap;
}
/* cyrillic */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokSdo18S0xR41YDw.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
}
/* greek-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokSdg18S0xR41YDw.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
  font-display: swap;
}
/* greek */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokSdv18S0xR41YDw.woff2) format("woff2");
  unicode-range: U+0370-03FF;
  font-display: swap;
}
/* vietnamese */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokSdj18S0xR41YDw.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokSdi18S0xR41YDw.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokSds18S0xR41.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
/* cyrillic-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidh18S0xR41YDw.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  font-display: swap;
}
/* cyrillic */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkido18S0xR41YDw.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
}
/* greek-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidg18S0xR41YDw.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
  font-display: swap;
}
/* greek */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidv18S0xR41YDw.woff2) format("woff2");
  unicode-range: U+0370-03FF;
  font-display: swap;
}
/* vietnamese */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidj18S0xR41YDw.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidi18S0xR41YDw.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkids18S0xR41.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
/* cyrillic-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7qsDJB9cme_xc.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  font-display: swap;
}
/* cyrillic */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7jsDJB9cme_xc.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
}
/* greek-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7rsDJB9cme_xc.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
  font-display: swap;
}
/* greek */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7ksDJB9cme_xc.woff2) format("woff2");
  unicode-range: U+0370-03FF;
  font-display: swap;
}
/* vietnamese */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7osDJB9cme_xc.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7psDJB9cme_xc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDJB9cme.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
/* cyrillic-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdh18S0xR41YDw.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  font-display: swap;
}
/* cyrillic */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdo18S0xR41YDw.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
}
/* greek-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdg18S0xR41YDw.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
  font-display: swap;
}
/* greek */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdv18S0xR41YDw.woff2) format("woff2");
  unicode-range: U+0370-03FF;
  font-display: swap;
}
/* vietnamese */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdj18S0xR41YDw.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdi18S0xR41YDw.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCds18S0xR41.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
/* cyrillic-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdh18S0xR41YDw.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  font-display: swap;
}
/* cyrillic */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdo18S0xR41YDw.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
}
/* greek-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdg18S0xR41YDw.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
  font-display: swap;
}
/* greek */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdv18S0xR41YDw.woff2) format("woff2");
  unicode-range: U+0370-03FF;
  font-display: swap;
}
/* vietnamese */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdj18S0xR41YDw.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdi18S0xR41YDw.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSds18S0xR41.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
/* cyrillic-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklydh18S0xR41YDw.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  font-display: swap;
}
/* cyrillic */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklydo18S0xR41YDw.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
}
/* greek-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklydg18S0xR41YDw.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
  font-display: swap;
}
/* greek */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklydv18S0xR41YDw.woff2) format("woff2");
  unicode-range: U+0370-03FF;
  font-display: swap;
}
/* vietnamese */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklydj18S0xR41YDw.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklydi18S0xR41YDw.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklyds18S0xR41.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
/* cyrillic-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wmhdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  font-display: swap;
}
/* cyrillic */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wkxdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
}
/* greek-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wmxdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
  font-display: swap;
}
/* greek */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wlBdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+0370-03FF;
  font-display: swap;
}
/* vietnamese */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wmBdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wmRdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wlxdu3cOWxw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
/* cyrillic-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmhdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  font-display: swap;
}
/* cyrillic */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwkxdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
}
/* greek-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmxdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
  font-display: swap;
}
/* greek */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlBdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+0370-03FF;
  font-display: swap;
}
/* vietnamese */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmBdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmRdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu3cOWxw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
/* cyrillic-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7lujVj9_mf.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  font-display: swap;
}
/* cyrillic */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3qPK7lujVj9_mf.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
}
/* greek-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNK7lujVj9_mf.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
  font-display: swap;
}
/* greek */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3qO67lujVj9_mf.woff2) format("woff2");
  unicode-range: U+0370-03FF;
  font-display: swap;
}
/* vietnamese */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3qN67lujVj9_mf.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lujVj9_mf.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
/* cyrillic-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmhdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  font-display: swap;
}
/* cyrillic */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwkxdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
}
/* greek-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmxdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
  font-display: swap;
}
/* greek */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlBdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+0370-03FF;
  font-display: swap;
}
/* vietnamese */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmBdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmRdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
/* cyrillic-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmhdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  font-display: swap;
}
/* cyrillic */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwkxdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
}
/* greek-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmxdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
  font-display: swap;
}
/* greek */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlBdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+0370-03FF;
  font-display: swap;
}
/* vietnamese */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmBdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmRdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu3cOWxw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
/* cyrillic-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwmhdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  font-display: swap;
}
/* cyrillic */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwkxdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
}
/* greek-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwmxdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
  font-display: swap;
}
/* greek */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwlBdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+0370-03FF;
  font-display: swap;
}
/* vietnamese */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwmBdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwmRdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwlxdu3cOWxw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html .wp-block-post-content {
  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;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-display: swap;
  font-family: "FontAwesome";
  src: url("/wp-content/themes/hannity/assets/fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("/wp-content/themes/hannity/assets/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/wp-content/themes/hannity/assets/fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/wp-content/themes/hannity/assets/fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/wp-content/themes/hannity/assets/fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/wp-content/themes/hannity/assets/fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

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

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

/* Libraries */
/* Text colors */
 .wp-block-post-content  .t-txt-clr1,  .wp-block-post-content  .t-txt-clr1 > p {
  color: #151538;
}

 .wp-block-post-content  .t-txt-clr2,  .wp-block-post-content  .t-txt-clr2 > p {
  color: #CC0000;
}

 .wp-block-post-content  .t-txt-clr3,  .wp-block-post-content  .t-txt-clr3 > p {
  color: #CC0000;
}

 .wp-block-post-content  .t-txt-clr4,  .wp-block-post-content  .t-txt-clr4 > p {
  color: #1673ae;
}

 .wp-block-post-content  .t-txt-clr5,  .wp-block-post-content  .t-txt-clr5 > p {
  color: #2F2E69;
}

 .wp-block-post-content  .t-txt-grey1,  .wp-block-post-content  .t-txt-grey1 > p {
  color: #EAEAEA;
  -webkit-font-smoothing: antialiased;
}

 .wp-block-post-content  .t-txt-grey2,  .wp-block-post-content  .t-txt-grey2 > p {
  color: #9B9B9B;
}

 .wp-block-post-content  .t-txt-grey3,  .wp-block-post-content  .t-txt-grey3 > p {
  color: #4A4A4A;
}

 .wp-block-post-content  .t-txt-grey4,  .wp-block-post-content  .t-txt-grey4 > p {
  color: #4A4A4A;
}

 .wp-block-post-content  .t-txt-blk,  .wp-block-post-content  .t-txt-blk > p {
  color: #000;
}

 .wp-block-post-content  .t-txt-wht,  .wp-block-post-content  .t-txt-wht > p {
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

/* Background colors */
 .wp-block-post-content  .t-bg-clr1 {
  background-color: #151538;
}

 .wp-block-post-content  .t-bg-clr2 {
  background-color: #CC0000;
}

 .wp-block-post-content  .t-bg-clr3 {
  background-color: #CC0000;
}

 .wp-block-post-content  .t-bg-clr4 {
  background-color: #1673ae;
}

 .wp-block-post-content  .t-bg-clr5 {
  background-color: #2F2E69;
}

 .wp-block-post-content  .t-bg-grey1 {
  background-color: #EAEAEA;
}

 .wp-block-post-content  .t-bg-grey2 {
  background-color: #9B9B9B;
}

 .wp-block-post-content  .t-bg-grey3 {
  background-color: #4A4A4A;
}

 .wp-block-post-content  .t-bg-grey3 {
  background-color: #4A4A4A;
}

 .wp-block-post-content  .t-bg-blk {
  background-color: #000;
}

 .wp-block-post-content  .t-bg-wht {
  background-color: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

p a {
  text-decoration: underline;
}

body {
  font-size: 16px;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

p {
  font-size: 20px;
  line-height: auto;
  margin: 26px 0;
}

 .wp-block-post-content  .t-txt-h1 {
  font-size: 48px;
}

 .wp-block-post-content  .t-txt-h2 {
  font-size: 36px;
}

 .wp-block-post-content  .t-txt-h3 {
  font-size: 30px;
}

 .wp-block-post-content  .t-txt-h4 {
  font-size: 24px;
}

 .wp-block-post-content  .t-txt-big,  .wp-block-post-content  .t-txt-big p {
  font-size: 30px;
}

 .wp-block-post-content  .t-txt-med,  .wp-block-post-content  .t-txt-med p {
  font-size: 20px;
}

 .wp-block-post-content  .t-txt-norm,  .wp-block-post-content  .t-txt-norm p {
  font-size: 16px;
}

 .wp-block-post-content  .t-txt-small,  .wp-block-post-content  .t-txt-small p {
  font-size: 14px;
}

 .wp-block-post-content  .t-txt-xsmall,  .wp-block-post-content  .t-txt-xsmall p {
  font-size: 12px;
}

@media (max-width: 501px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 22px;
  }
   .wp-block-post-content  .t-txt-h1 {
    font-size: 36px;
  }
   .wp-block-post-content  .t-txt-h2 {
    font-size: 30px;
  }
   .wp-block-post-content  .t-txt-h3 {
    font-size: 24px;
  }
   .wp-block-post-content  .t-txt-h4 {
    font-size: 22px;
  }
   .wp-block-post-content  .t-txt-big,  .wp-block-post-content  .t-txt-big p {
    font-size: 20px;
  }
   .wp-block-post-content  .t-txt-med,  .wp-block-post-content  .t-txt-med p {
    font-size: 18px;
  }
   .wp-block-post-content  .t-txt-norm,  .wp-block-post-content  .t-txt-norm p {
    font-size: 16px;
  }
   .wp-block-post-content  .t-txt-small,  .wp-block-post-content  .t-txt-small p {
    font-size: 14px;
  }
   .wp-block-post-content  .t-txt-xsmall,  .wp-block-post-content  .t-txt-xsmall p {
    font-size: 12px;
  }
}
 .wp-block-post-content  .t-pos-rel {
  /*position:relative;*/
}

 .wp-block-post-content  .t-txt-cntr {
  text-align: center;
}

 .wp-block-post-content  .t-txt-rt {
  text-align: right;
}

 .wp-block-post-content  .t-pos-cntr {
  margin-left: auto;
  margin-right: auto;
}

 .wp-block-post-content  .t-pos-rt {
  margin-left: auto;
  margin-right: 0;
}

 .wp-block-post-content  .t-hide {
  display: none;
}

@media (max-width: 1023px) {
   .wp-block-post-content  .t-hide-under-l {
    display: none;
  }
}
@media (max-width: 767px) {
   .wp-block-post-content  .t-hide-under-m {
    display: none;
  }
}
@media (max-width: 501px) {
   .wp-block-post-content  .t-hide-under-s {
    display: none;
  }
}
 .wp-block-post-content  .t-show-under-l {
  display: none;
}

 .wp-block-post-content  .t-show-under-m {
  display: none;
}

 .wp-block-post-content  .t-show-under-s {
  display: none;
}

@media (max-width: 1023px) {
   .wp-block-post-content  .t-show-under-l {
    display: block;
  }
}
@media (max-width: 767px) {
   .wp-block-post-content  .t-show-under-m {
    display: block;
  }
}
@media (max-width: 501px) {
   .wp-block-post-content  .t-show-under-s {
    display: block;
  }
}
 .wp-block-post-content  .t-overflow-vis {
  overflow: visible;
}

 .wp-block-post-content  .t-contain {
  max-width: 1228px;
}

@media (min-width: 1023px) {
   .wp-block-post-content  .t-view-l-33pc {
    width: 33%;
    float: left;
  }
   .wp-block-post-content  .t-view-l-66pc {
    width: 66%;
    float: left;
  }
   .wp-block-post-content  .t-view-l-67pc {
    width: 67%;
    float: left;
  }
}
@media (min-width: 767px) {
   .wp-block-post-content  .t-view-m-33pc {
    width: 33%;
    float: left;
  }
   .wp-block-post-content  .t-view-m-66pc {
    width: 66%;
    float: left;
  }
   .wp-block-post-content  .t-view-m-67pc {
    width: 67%;
    float: left;
  }
}
@media (min-width: 501px) {
   .wp-block-post-content  .t-view-s-33pc {
    width: 33%;
    float: left;
  }
   .wp-block-post-content  .t-view-s-66pc {
    width: 66%;
    float: left;
  }
   .wp-block-post-content  .t-view-s-67pc {
    width: 67%;
    float: left;
  }
}
 .wp-block-post-content  .t-col {
  float: left;
}

 .wp-block-post-content  .t-valigner {
  display: table;
  width: 100%;
}
 .wp-block-post-content  .t-valigner  .wp-block-post-content  .t-valign {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

@media (min-width: 767px) {
   .wp-block-post-content  .t-flex-align {
    display: flex;
  }
   .wp-block-post-content  .t-flex-align .wp-block-post-content  .t-flex-center {
    align-items: center;
  }
   .wp-block-post-content  .t-flex-align .wp-block-post-content  .t-flex-justify-center {
    justify-content: center;
  }
}
/* Set grid item's width individually by percent */
 .wp-block-post-content  .t-view-xs-10pc {
  float: left;
  width: 10%;
}

 .wp-block-post-content  .t-view-xs-15pc {
  float: left;
  width: 15%;
}

 .wp-block-post-content  .t-view-xs-20pc {
  float: left;
  width: 20%;
}

 .wp-block-post-content  .t-view-xs-25pc {
  float: left;
  width: 25%;
}

 .wp-block-post-content  .t-view-xs-30pc {
  float: left;
  width: 30%;
}

 .wp-block-post-content  .t-view-xs-35pc {
  float: left;
  width: 35%;
}

 .wp-block-post-content  .t-view-xs-40pc {
  float: left;
  width: 40%;
}

 .wp-block-post-content  .t-view-xs-45pc {
  float: left;
  width: 45%;
}

 .wp-block-post-content  .t-view-xs-50pc {
  float: left;
  width: 50%;
}

 .wp-block-post-content  .t-view-xs-55pc {
  float: left;
  width: 55%;
}

 .wp-block-post-content  .t-view-xs-60pc {
  float: left;
  width: 60%;
}

 .wp-block-post-content  .t-view-xs-65pc {
  float: left;
  width: 65%;
}

 .wp-block-post-content  .t-view-xs-70pc {
  float: left;
  width: 70%;
}

 .wp-block-post-content  .t-view-xs-75pc {
  float: left;
  width: 75%;
}

 .wp-block-post-content  .t-view-xs-80pc {
  float: left;
  width: 80%;
}

 .wp-block-post-content  .t-view-xs-85pc {
  float: left;
  width: 85%;
}

 .wp-block-post-content  .t-view-xs-90pc {
  float: left;
  width: 90%;
}

 .wp-block-post-content  .t-view-xs-95pc {
  float: left;
  width: 95%;
}

 .wp-block-post-content  .t-view-xs-100pc {
  float: left;
  width: 100%;
}

 .wp-block-post-content  .t-view-xs-105pc {
  float: left;
  width: 105%;
}

@media (min-width: 501px) {
   .wp-block-post-content  .t-view-s-10pc {
    float: left;
    width: 10%;
  }
   .wp-block-post-content  .t-view-s-15pc {
    float: left;
    width: 15%;
  }
   .wp-block-post-content  .t-view-s-20pc {
    float: left;
    width: 20%;
  }
   .wp-block-post-content  .t-view-s-25pc {
    float: left;
    width: 25%;
  }
   .wp-block-post-content  .t-view-s-30pc {
    float: left;
    width: 30%;
  }
   .wp-block-post-content  .t-view-s-35pc {
    float: left;
    width: 35%;
  }
   .wp-block-post-content  .t-view-s-40pc {
    float: left;
    width: 40%;
  }
   .wp-block-post-content  .t-view-s-45pc {
    float: left;
    width: 45%;
  }
   .wp-block-post-content  .t-view-s-50pc {
    float: left;
    width: 50%;
  }
   .wp-block-post-content  .t-view-s-55pc {
    float: left;
    width: 55%;
  }
   .wp-block-post-content  .t-view-s-60pc {
    float: left;
    width: 60%;
  }
   .wp-block-post-content  .t-view-s-65pc {
    float: left;
    width: 65%;
  }
   .wp-block-post-content  .t-view-s-70pc {
    float: left;
    width: 70%;
  }
   .wp-block-post-content  .t-view-s-75pc {
    float: left;
    width: 75%;
  }
   .wp-block-post-content  .t-view-s-80pc {
    float: left;
    width: 80%;
  }
   .wp-block-post-content  .t-view-s-85pc {
    float: left;
    width: 85%;
  }
   .wp-block-post-content  .t-view-s-90pc {
    float: left;
    width: 90%;
  }
   .wp-block-post-content  .t-view-s-95pc {
    float: left;
    width: 95%;
  }
   .wp-block-post-content  .t-view-s-100pc {
    float: left;
    width: 100%;
  }
   .wp-block-post-content  .t-view-s-105pc {
    float: left;
    width: 105%;
  }
}
@media (min-width: 767px) {
   .wp-block-post-content  .t-view-m-10pc {
    float: left;
    width: 10%;
  }
   .wp-block-post-content  .t-view-m-15pc {
    float: left;
    width: 15%;
  }
   .wp-block-post-content  .t-view-m-20pc {
    float: left;
    width: 20%;
  }
   .wp-block-post-content  .t-view-m-25pc {
    float: left;
    width: 25%;
  }
   .wp-block-post-content  .t-view-m-30pc {
    float: left;
    width: 30%;
  }
   .wp-block-post-content  .t-view-m-35pc {
    float: left;
    width: 35%;
  }
   .wp-block-post-content  .t-view-m-40pc {
    float: left;
    width: 40%;
  }
   .wp-block-post-content  .t-view-m-45pc {
    float: left;
    width: 45%;
  }
   .wp-block-post-content  .t-view-m-50pc {
    float: left;
    width: 50%;
  }
   .wp-block-post-content  .t-view-m-55pc {
    float: left;
    width: 55%;
  }
   .wp-block-post-content  .t-view-m-60pc {
    float: left;
    width: 60%;
  }
   .wp-block-post-content  .t-view-m-65pc {
    float: left;
    width: 65%;
  }
   .wp-block-post-content  .t-view-m-70pc {
    float: left;
    width: 70%;
  }
   .wp-block-post-content  .t-view-m-75pc {
    float: left;
    width: 75%;
  }
   .wp-block-post-content  .t-view-m-80pc {
    float: left;
    width: 80%;
  }
   .wp-block-post-content  .t-view-m-85pc {
    float: left;
    width: 85%;
  }
   .wp-block-post-content  .t-view-m-90pc {
    float: left;
    width: 90%;
  }
   .wp-block-post-content  .t-view-m-95pc {
    float: left;
    width: 95%;
  }
   .wp-block-post-content  .t-view-m-100pc {
    float: left;
    width: 100%;
  }
   .wp-block-post-content  .t-view-m-105pc {
    float: left;
    width: 105%;
  }
}
@media (min-width: 1023px) {
   .wp-block-post-content  .t-view-l-10pc {
    float: left;
    width: 10%;
  }
   .wp-block-post-content  .t-view-l-15pc {
    float: left;
    width: 15%;
  }
   .wp-block-post-content  .t-view-l-20pc {
    float: left;
    width: 20%;
  }
   .wp-block-post-content  .t-view-l-25pc {
    float: left;
    width: 25%;
  }
   .wp-block-post-content  .t-view-l-30pc {
    float: left;
    width: 30%;
  }
   .wp-block-post-content  .t-view-l-35pc {
    float: left;
    width: 35%;
  }
   .wp-block-post-content  .t-view-l-40pc {
    float: left;
    width: 40%;
  }
   .wp-block-post-content  .t-view-l-45pc {
    float: left;
    width: 45%;
  }
   .wp-block-post-content  .t-view-l-50pc {
    float: left;
    width: 50%;
  }
   .wp-block-post-content  .t-view-l-55pc {
    float: left;
    width: 55%;
  }
   .wp-block-post-content  .t-view-l-60pc {
    float: left;
    width: 60%;
  }
   .wp-block-post-content  .t-view-l-65pc {
    float: left;
    width: 65%;
  }
   .wp-block-post-content  .t-view-l-70pc {
    float: left;
    width: 70%;
  }
   .wp-block-post-content  .t-view-l-75pc {
    float: left;
    width: 75%;
  }
   .wp-block-post-content  .t-view-l-80pc {
    float: left;
    width: 80%;
  }
   .wp-block-post-content  .t-view-l-85pc {
    float: left;
    width: 85%;
  }
   .wp-block-post-content  .t-view-l-90pc {
    float: left;
    width: 90%;
  }
   .wp-block-post-content  .t-view-l-95pc {
    float: left;
    width: 95%;
  }
   .wp-block-post-content  .t-view-l-100pc {
    float: left;
    width: 100%;
  }
   .wp-block-post-content  .t-view-l-105pc {
    float: left;
    width: 105%;
  }
}
/* Set items with by number of items in row*/
 .wp-block-post-content  .t-view-xs-fit-1 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-1 > * {
  width: 100%;
}

 .wp-block-post-content  .t-view-xs-fit-2 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-2 > * {
  width: 50%;
}

 .wp-block-post-content  .t-view-xs-fit-3 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-3 > * {
  width: 33.3333333333%;
}

 .wp-block-post-content  .t-view-xs-fit-4 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-4 > * {
  width: 25%;
}

 .wp-block-post-content  .t-view-xs-fit-5 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-5 > * {
  width: 20%;
}

 .wp-block-post-content  .t-view-xs-fit-6 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-6 > * {
  width: 16.6666666667%;
}

 .wp-block-post-content  .t-view-xs-fit-7 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-7 > * {
  width: 14.2857142857%;
}

 .wp-block-post-content  .t-view-xs-fit-8 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-8 > * {
  width: 12.5%;
}

 .wp-block-post-content  .t-view-xs-fit-9 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-9 > * {
  width: 11.1111111111%;
}

 .wp-block-post-content  .t-view-xs-fit-10 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-10 > * {
  width: 10%;
}

 .wp-block-post-content  .t-view-xs-fit-11 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-11 > * {
  width: 9.0909090909%;
}

 .wp-block-post-content  .t-view-xs-fit-12 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-12 > * {
  width: 8.3333333333%;
}

 .wp-block-post-content  .t-view-xs-fit-13 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-13 > * {
  width: 7.6923076923%;
}

 .wp-block-post-content  .t-view-xs-fit-14 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-14 > * {
  width: 7.1428571429%;
}

 .wp-block-post-content  .t-view-xs-fit-15 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-15 > * {
  width: 6.6666666667%;
}

 .wp-block-post-content  .t-view-xs-fit-16 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-16 > * {
  width: 6.25%;
}

 .wp-block-post-content  .t-view-xs-fit-17 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-17 > * {
  width: 5.8823529412%;
}

 .wp-block-post-content  .t-view-xs-fit-18 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-18 > * {
  width: 5.5555555556%;
}

 .wp-block-post-content  .t-view-xs-fit-19 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-19 > * {
  width: 5.2631578947%;
}

 .wp-block-post-content  .t-view-xs-fit-20 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-20 > * {
  width: 5%;
}

 .wp-block-post-content  .t-view-xs-fit-21 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-21 > * {
  width: 4.7619047619%;
}

 .wp-block-post-content  .t-view-xs-fit-22 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-22 > * {
  width: 4.5454545455%;
}

 .wp-block-post-content  .t-view-xs-fit-23 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-23 > * {
  width: 4.347826087%;
}

 .wp-block-post-content  .t-view-xs-fit-24 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-24 > * {
  width: 4.1666666667%;
}

 .wp-block-post-content  .t-view-xs-fit-25 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-25 > * {
  width: 4%;
}

 .wp-block-post-content  .t-view-xs-fit-26 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-26 > * {
  width: 3.8461538462%;
}

 .wp-block-post-content  .t-view-xs-fit-27 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-27 > * {
  width: 3.7037037037%;
}

 .wp-block-post-content  .t-view-xs-fit-28 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-28 > * {
  width: 3.5714285714%;
}

 .wp-block-post-content  .t-view-xs-fit-29 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-29 > * {
  width: 3.4482758621%;
}

 .wp-block-post-content  .t-view-xs-fit-30 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-30 > * {
  width: 3.3333333333%;
}

 .wp-block-post-content  .t-view-xs-fit-31 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-31 > * {
  width: 3.2258064516%;
}

 .wp-block-post-content  .t-view-xs-fit-32 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-32 > * {
  width: 3.125%;
}

 .wp-block-post-content  .t-view-xs-fit-33 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-33 > * {
  width: 3.0303030303%;
}

 .wp-block-post-content  .t-view-xs-fit-34 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-34 > * {
  width: 2.9411764706%;
}

 .wp-block-post-content  .t-view-xs-fit-35 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-35 > * {
  width: 2.8571428571%;
}

 .wp-block-post-content  .t-view-xs-fit-36 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-36 > * {
  width: 2.7777777778%;
}

 .wp-block-post-content  .t-view-xs-fit-37 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-37 > * {
  width: 2.7027027027%;
}

 .wp-block-post-content  .t-view-xs-fit-38 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-38 > * {
  width: 2.6315789474%;
}

 .wp-block-post-content  .t-view-xs-fit-39 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-39 > * {
  width: 2.5641025641%;
}

 .wp-block-post-content  .t-view-xs-fit-40 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-40 > * {
  width: 2.5%;
}

 .wp-block-post-content  .t-view-xs-fit-41 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-41 > * {
  width: 2.4390243902%;
}

 .wp-block-post-content  .t-view-xs-fit-42 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-42 > * {
  width: 2.380952381%;
}

 .wp-block-post-content  .t-view-xs-fit-43 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-43 > * {
  width: 2.3255813953%;
}

 .wp-block-post-content  .t-view-xs-fit-44 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-44 > * {
  width: 2.2727272727%;
}

 .wp-block-post-content  .t-view-xs-fit-45 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-45 > * {
  width: 2.2222222222%;
}

 .wp-block-post-content  .t-view-xs-fit-46 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-46 > * {
  width: 2.1739130435%;
}

 .wp-block-post-content  .t-view-xs-fit-47 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-47 > * {
  width: 2.1276595745%;
}

 .wp-block-post-content  .t-view-xs-fit-48 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-48 > * {
  width: 2.0833333333%;
}

 .wp-block-post-content  .t-view-xs-fit-49 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-49 > * {
  width: 2.0408163265%;
}

 .wp-block-post-content  .t-view-xs-fit-50 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-50 > * {
  width: 2%;
}

 .wp-block-post-content  .t-view-xs-fit-51 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-51 > * {
  width: 1.9607843137%;
}

 .wp-block-post-content  .t-view-xs-fit-52 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-52 > * {
  width: 1.9230769231%;
}

 .wp-block-post-content  .t-view-xs-fit-53 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-53 > * {
  width: 1.8867924528%;
}

 .wp-block-post-content  .t-view-xs-fit-54 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-54 > * {
  width: 1.8518518519%;
}

 .wp-block-post-content  .t-view-xs-fit-55 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-55 > * {
  width: 1.8181818182%;
}

 .wp-block-post-content  .t-view-xs-fit-56 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-56 > * {
  width: 1.7857142857%;
}

 .wp-block-post-content  .t-view-xs-fit-57 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-57 > * {
  width: 1.7543859649%;
}

 .wp-block-post-content  .t-view-xs-fit-58 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-58 > * {
  width: 1.724137931%;
}

 .wp-block-post-content  .t-view-xs-fit-59 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-59 > * {
  width: 1.6949152542%;
}

 .wp-block-post-content  .t-view-xs-fit-60 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-60 > * {
  width: 1.6666666667%;
}

 .wp-block-post-content  .t-view-xs-fit-61 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-61 > * {
  width: 1.6393442623%;
}

 .wp-block-post-content  .t-view-xs-fit-62 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-62 > * {
  width: 1.6129032258%;
}

 .wp-block-post-content  .t-view-xs-fit-63 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-63 > * {
  width: 1.5873015873%;
}

 .wp-block-post-content  .t-view-xs-fit-64 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-64 > * {
  width: 1.5625%;
}

 .wp-block-post-content  .t-view-xs-fit-65 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-65 > * {
  width: 1.5384615385%;
}

 .wp-block-post-content  .t-view-xs-fit-66 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-66 > * {
  width: 1.5151515152%;
}

 .wp-block-post-content  .t-view-xs-fit-67 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-67 > * {
  width: 1.4925373134%;
}

 .wp-block-post-content  .t-view-xs-fit-68 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-68 > * {
  width: 1.4705882353%;
}

 .wp-block-post-content  .t-view-xs-fit-69 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-69 > * {
  width: 1.4492753623%;
}

 .wp-block-post-content  .t-view-xs-fit-70 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-70 > * {
  width: 1.4285714286%;
}

 .wp-block-post-content  .t-view-xs-fit-71 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-71 > * {
  width: 1.4084507042%;
}

 .wp-block-post-content  .t-view-xs-fit-72 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-72 > * {
  width: 1.3888888889%;
}

 .wp-block-post-content  .t-view-xs-fit-73 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-73 > * {
  width: 1.3698630137%;
}

 .wp-block-post-content  .t-view-xs-fit-74 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-74 > * {
  width: 1.3513513514%;
}

 .wp-block-post-content  .t-view-xs-fit-75 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-75 > * {
  width: 1.3333333333%;
}

 .wp-block-post-content  .t-view-xs-fit-76 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-76 > * {
  width: 1.3157894737%;
}

 .wp-block-post-content  .t-view-xs-fit-77 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-77 > * {
  width: 1.2987012987%;
}

 .wp-block-post-content  .t-view-xs-fit-78 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-78 > * {
  width: 1.2820512821%;
}

 .wp-block-post-content  .t-view-xs-fit-79 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-79 > * {
  width: 1.2658227848%;
}

 .wp-block-post-content  .t-view-xs-fit-80 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-80 > * {
  width: 1.25%;
}

 .wp-block-post-content  .t-view-xs-fit-81 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-81 > * {
  width: 1.2345679012%;
}

 .wp-block-post-content  .t-view-xs-fit-82 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-82 > * {
  width: 1.2195121951%;
}

 .wp-block-post-content  .t-view-xs-fit-83 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-83 > * {
  width: 1.2048192771%;
}

 .wp-block-post-content  .t-view-xs-fit-84 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-84 > * {
  width: 1.1904761905%;
}

 .wp-block-post-content  .t-view-xs-fit-85 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-85 > * {
  width: 1.1764705882%;
}

 .wp-block-post-content  .t-view-xs-fit-86 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-86 > * {
  width: 1.1627906977%;
}

 .wp-block-post-content  .t-view-xs-fit-87 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-87 > * {
  width: 1.1494252874%;
}

 .wp-block-post-content  .t-view-xs-fit-88 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-88 > * {
  width: 1.1363636364%;
}

 .wp-block-post-content  .t-view-xs-fit-89 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-89 > * {
  width: 1.1235955056%;
}

 .wp-block-post-content  .t-view-xs-fit-90 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-90 > * {
  width: 1.1111111111%;
}

 .wp-block-post-content  .t-view-xs-fit-91 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-91 > * {
  width: 1.0989010989%;
}

 .wp-block-post-content  .t-view-xs-fit-92 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-92 > * {
  width: 1.0869565217%;
}

 .wp-block-post-content  .t-view-xs-fit-93 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-93 > * {
  width: 1.0752688172%;
}

 .wp-block-post-content  .t-view-xs-fit-94 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-94 > * {
  width: 1.0638297872%;
}

 .wp-block-post-content  .t-view-xs-fit-95 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-95 > * {
  width: 1.0526315789%;
}

 .wp-block-post-content  .t-view-xs-fit-96 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-96 > * {
  width: 1.0416666667%;
}

 .wp-block-post-content  .t-view-xs-fit-97 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-97 > * {
  width: 1.0309278351%;
}

 .wp-block-post-content  .t-view-xs-fit-98 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-98 > * {
  width: 1.0204081633%;
}

 .wp-block-post-content  .t-view-xs-fit-99 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-99 > * {
  width: 1.0101010101%;
}

 .wp-block-post-content  .t-view-xs-fit-100 {
  display: flex;
  flex-wrap: wrap;
}
 .wp-block-post-content  .t-view-xs-fit-100 > * {
  width: 1%;
}

@media (min-width: 501px) {
   .wp-block-post-content  .t-view-s-fit-1 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-1 > * {
    width: 100%;
  }
   .wp-block-post-content  .t-view-s-fit-2 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-2 > * {
    width: 50%;
  }
   .wp-block-post-content  .t-view-s-fit-3 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-3 > * {
    width: 33.3333333333%;
  }
   .wp-block-post-content  .t-view-s-fit-4 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-4 > * {
    width: 25%;
  }
   .wp-block-post-content  .t-view-s-fit-5 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-5 > * {
    width: 20%;
  }
   .wp-block-post-content  .t-view-s-fit-6 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-6 > * {
    width: 16.6666666667%;
  }
   .wp-block-post-content  .t-view-s-fit-7 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-7 > * {
    width: 14.2857142857%;
  }
   .wp-block-post-content  .t-view-s-fit-8 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-8 > * {
    width: 12.5%;
  }
   .wp-block-post-content  .t-view-s-fit-9 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-9 > * {
    width: 11.1111111111%;
  }
   .wp-block-post-content  .t-view-s-fit-10 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-10 > * {
    width: 10%;
  }
   .wp-block-post-content  .t-view-s-fit-11 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-11 > * {
    width: 9.0909090909%;
  }
   .wp-block-post-content  .t-view-s-fit-12 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-12 > * {
    width: 8.3333333333%;
  }
   .wp-block-post-content  .t-view-s-fit-13 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-13 > * {
    width: 7.6923076923%;
  }
   .wp-block-post-content  .t-view-s-fit-14 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-14 > * {
    width: 7.1428571429%;
  }
   .wp-block-post-content  .t-view-s-fit-15 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-15 > * {
    width: 6.6666666667%;
  }
   .wp-block-post-content  .t-view-s-fit-16 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-16 > * {
    width: 6.25%;
  }
   .wp-block-post-content  .t-view-s-fit-17 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-17 > * {
    width: 5.8823529412%;
  }
   .wp-block-post-content  .t-view-s-fit-18 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-18 > * {
    width: 5.5555555556%;
  }
   .wp-block-post-content  .t-view-s-fit-19 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-19 > * {
    width: 5.2631578947%;
  }
   .wp-block-post-content  .t-view-s-fit-20 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-20 > * {
    width: 5%;
  }
   .wp-block-post-content  .t-view-s-fit-21 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-21 > * {
    width: 4.7619047619%;
  }
   .wp-block-post-content  .t-view-s-fit-22 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-22 > * {
    width: 4.5454545455%;
  }
   .wp-block-post-content  .t-view-s-fit-23 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-23 > * {
    width: 4.347826087%;
  }
   .wp-block-post-content  .t-view-s-fit-24 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-24 > * {
    width: 4.1666666667%;
  }
   .wp-block-post-content  .t-view-s-fit-25 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-25 > * {
    width: 4%;
  }
   .wp-block-post-content  .t-view-s-fit-26 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-26 > * {
    width: 3.8461538462%;
  }
   .wp-block-post-content  .t-view-s-fit-27 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-27 > * {
    width: 3.7037037037%;
  }
   .wp-block-post-content  .t-view-s-fit-28 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-28 > * {
    width: 3.5714285714%;
  }
   .wp-block-post-content  .t-view-s-fit-29 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-29 > * {
    width: 3.4482758621%;
  }
   .wp-block-post-content  .t-view-s-fit-30 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-30 > * {
    width: 3.3333333333%;
  }
   .wp-block-post-content  .t-view-s-fit-31 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-31 > * {
    width: 3.2258064516%;
  }
   .wp-block-post-content  .t-view-s-fit-32 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-32 > * {
    width: 3.125%;
  }
   .wp-block-post-content  .t-view-s-fit-33 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-33 > * {
    width: 3.0303030303%;
  }
   .wp-block-post-content  .t-view-s-fit-34 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-34 > * {
    width: 2.9411764706%;
  }
   .wp-block-post-content  .t-view-s-fit-35 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-35 > * {
    width: 2.8571428571%;
  }
   .wp-block-post-content  .t-view-s-fit-36 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-36 > * {
    width: 2.7777777778%;
  }
   .wp-block-post-content  .t-view-s-fit-37 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-37 > * {
    width: 2.7027027027%;
  }
   .wp-block-post-content  .t-view-s-fit-38 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-38 > * {
    width: 2.6315789474%;
  }
   .wp-block-post-content  .t-view-s-fit-39 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-39 > * {
    width: 2.5641025641%;
  }
   .wp-block-post-content  .t-view-s-fit-40 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-40 > * {
    width: 2.5%;
  }
   .wp-block-post-content  .t-view-s-fit-41 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-41 > * {
    width: 2.4390243902%;
  }
   .wp-block-post-content  .t-view-s-fit-42 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-42 > * {
    width: 2.380952381%;
  }
   .wp-block-post-content  .t-view-s-fit-43 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-43 > * {
    width: 2.3255813953%;
  }
   .wp-block-post-content  .t-view-s-fit-44 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-44 > * {
    width: 2.2727272727%;
  }
   .wp-block-post-content  .t-view-s-fit-45 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-45 > * {
    width: 2.2222222222%;
  }
   .wp-block-post-content  .t-view-s-fit-46 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-46 > * {
    width: 2.1739130435%;
  }
   .wp-block-post-content  .t-view-s-fit-47 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-47 > * {
    width: 2.1276595745%;
  }
   .wp-block-post-content  .t-view-s-fit-48 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-48 > * {
    width: 2.0833333333%;
  }
   .wp-block-post-content  .t-view-s-fit-49 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-49 > * {
    width: 2.0408163265%;
  }
   .wp-block-post-content  .t-view-s-fit-50 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-50 > * {
    width: 2%;
  }
   .wp-block-post-content  .t-view-s-fit-51 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-51 > * {
    width: 1.9607843137%;
  }
   .wp-block-post-content  .t-view-s-fit-52 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-52 > * {
    width: 1.9230769231%;
  }
   .wp-block-post-content  .t-view-s-fit-53 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-53 > * {
    width: 1.8867924528%;
  }
   .wp-block-post-content  .t-view-s-fit-54 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-54 > * {
    width: 1.8518518519%;
  }
   .wp-block-post-content  .t-view-s-fit-55 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-55 > * {
    width: 1.8181818182%;
  }
   .wp-block-post-content  .t-view-s-fit-56 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-56 > * {
    width: 1.7857142857%;
  }
   .wp-block-post-content  .t-view-s-fit-57 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-57 > * {
    width: 1.7543859649%;
  }
   .wp-block-post-content  .t-view-s-fit-58 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-58 > * {
    width: 1.724137931%;
  }
   .wp-block-post-content  .t-view-s-fit-59 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-59 > * {
    width: 1.6949152542%;
  }
   .wp-block-post-content  .t-view-s-fit-60 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-60 > * {
    width: 1.6666666667%;
  }
   .wp-block-post-content  .t-view-s-fit-61 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-61 > * {
    width: 1.6393442623%;
  }
   .wp-block-post-content  .t-view-s-fit-62 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-62 > * {
    width: 1.6129032258%;
  }
   .wp-block-post-content  .t-view-s-fit-63 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-63 > * {
    width: 1.5873015873%;
  }
   .wp-block-post-content  .t-view-s-fit-64 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-64 > * {
    width: 1.5625%;
  }
   .wp-block-post-content  .t-view-s-fit-65 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-65 > * {
    width: 1.5384615385%;
  }
   .wp-block-post-content  .t-view-s-fit-66 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-66 > * {
    width: 1.5151515152%;
  }
   .wp-block-post-content  .t-view-s-fit-67 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-67 > * {
    width: 1.4925373134%;
  }
   .wp-block-post-content  .t-view-s-fit-68 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-68 > * {
    width: 1.4705882353%;
  }
   .wp-block-post-content  .t-view-s-fit-69 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-69 > * {
    width: 1.4492753623%;
  }
   .wp-block-post-content  .t-view-s-fit-70 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-70 > * {
    width: 1.4285714286%;
  }
   .wp-block-post-content  .t-view-s-fit-71 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-71 > * {
    width: 1.4084507042%;
  }
   .wp-block-post-content  .t-view-s-fit-72 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-72 > * {
    width: 1.3888888889%;
  }
   .wp-block-post-content  .t-view-s-fit-73 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-73 > * {
    width: 1.3698630137%;
  }
   .wp-block-post-content  .t-view-s-fit-74 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-74 > * {
    width: 1.3513513514%;
  }
   .wp-block-post-content  .t-view-s-fit-75 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-75 > * {
    width: 1.3333333333%;
  }
   .wp-block-post-content  .t-view-s-fit-76 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-76 > * {
    width: 1.3157894737%;
  }
   .wp-block-post-content  .t-view-s-fit-77 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-77 > * {
    width: 1.2987012987%;
  }
   .wp-block-post-content  .t-view-s-fit-78 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-78 > * {
    width: 1.2820512821%;
  }
   .wp-block-post-content  .t-view-s-fit-79 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-79 > * {
    width: 1.2658227848%;
  }
   .wp-block-post-content  .t-view-s-fit-80 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-80 > * {
    width: 1.25%;
  }
   .wp-block-post-content  .t-view-s-fit-81 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-81 > * {
    width: 1.2345679012%;
  }
   .wp-block-post-content  .t-view-s-fit-82 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-82 > * {
    width: 1.2195121951%;
  }
   .wp-block-post-content  .t-view-s-fit-83 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-83 > * {
    width: 1.2048192771%;
  }
   .wp-block-post-content  .t-view-s-fit-84 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-84 > * {
    width: 1.1904761905%;
  }
   .wp-block-post-content  .t-view-s-fit-85 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-85 > * {
    width: 1.1764705882%;
  }
   .wp-block-post-content  .t-view-s-fit-86 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-86 > * {
    width: 1.1627906977%;
  }
   .wp-block-post-content  .t-view-s-fit-87 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-87 > * {
    width: 1.1494252874%;
  }
   .wp-block-post-content  .t-view-s-fit-88 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-88 > * {
    width: 1.1363636364%;
  }
   .wp-block-post-content  .t-view-s-fit-89 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-89 > * {
    width: 1.1235955056%;
  }
   .wp-block-post-content  .t-view-s-fit-90 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-90 > * {
    width: 1.1111111111%;
  }
   .wp-block-post-content  .t-view-s-fit-91 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-91 > * {
    width: 1.0989010989%;
  }
   .wp-block-post-content  .t-view-s-fit-92 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-92 > * {
    width: 1.0869565217%;
  }
   .wp-block-post-content  .t-view-s-fit-93 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-93 > * {
    width: 1.0752688172%;
  }
   .wp-block-post-content  .t-view-s-fit-94 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-94 > * {
    width: 1.0638297872%;
  }
   .wp-block-post-content  .t-view-s-fit-95 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-95 > * {
    width: 1.0526315789%;
  }
   .wp-block-post-content  .t-view-s-fit-96 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-96 > * {
    width: 1.0416666667%;
  }
   .wp-block-post-content  .t-view-s-fit-97 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-97 > * {
    width: 1.0309278351%;
  }
   .wp-block-post-content  .t-view-s-fit-98 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-98 > * {
    width: 1.0204081633%;
  }
   .wp-block-post-content  .t-view-s-fit-99 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-99 > * {
    width: 1.0101010101%;
  }
   .wp-block-post-content  .t-view-s-fit-100 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-s-fit-100 > * {
    width: 1%;
  }
}
@media (min-width: 767px) {
   .wp-block-post-content  .t-view-m-fit-1 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-1 > * {
    width: 100%;
  }
   .wp-block-post-content  .t-view-m-fit-2 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-2 > * {
    width: 50%;
  }
   .wp-block-post-content  .t-view-m-fit-3 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-3 > * {
    width: 33.3333333333%;
  }
   .wp-block-post-content  .t-view-m-fit-4 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-4 > * {
    width: 25%;
  }
   .wp-block-post-content  .t-view-m-fit-5 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-5 > * {
    width: 20%;
  }
   .wp-block-post-content  .t-view-m-fit-6 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-6 > * {
    width: 16.6666666667%;
  }
   .wp-block-post-content  .t-view-m-fit-7 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-7 > * {
    width: 14.2857142857%;
  }
   .wp-block-post-content  .t-view-m-fit-8 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-8 > * {
    width: 12.5%;
  }
   .wp-block-post-content  .t-view-m-fit-9 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-9 > * {
    width: 11.1111111111%;
  }
   .wp-block-post-content  .t-view-m-fit-10 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-10 > * {
    width: 10%;
  }
   .wp-block-post-content  .t-view-m-fit-11 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-11 > * {
    width: 9.0909090909%;
  }
   .wp-block-post-content  .t-view-m-fit-12 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-12 > * {
    width: 8.3333333333%;
  }
   .wp-block-post-content  .t-view-m-fit-13 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-13 > * {
    width: 7.6923076923%;
  }
   .wp-block-post-content  .t-view-m-fit-14 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-14 > * {
    width: 7.1428571429%;
  }
   .wp-block-post-content  .t-view-m-fit-15 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-15 > * {
    width: 6.6666666667%;
  }
   .wp-block-post-content  .t-view-m-fit-16 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-16 > * {
    width: 6.25%;
  }
   .wp-block-post-content  .t-view-m-fit-17 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-17 > * {
    width: 5.8823529412%;
  }
   .wp-block-post-content  .t-view-m-fit-18 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-18 > * {
    width: 5.5555555556%;
  }
   .wp-block-post-content  .t-view-m-fit-19 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-19 > * {
    width: 5.2631578947%;
  }
   .wp-block-post-content  .t-view-m-fit-20 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-20 > * {
    width: 5%;
  }
   .wp-block-post-content  .t-view-m-fit-21 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-21 > * {
    width: 4.7619047619%;
  }
   .wp-block-post-content  .t-view-m-fit-22 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-22 > * {
    width: 4.5454545455%;
  }
   .wp-block-post-content  .t-view-m-fit-23 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-23 > * {
    width: 4.347826087%;
  }
   .wp-block-post-content  .t-view-m-fit-24 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-24 > * {
    width: 4.1666666667%;
  }
   .wp-block-post-content  .t-view-m-fit-25 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-25 > * {
    width: 4%;
  }
   .wp-block-post-content  .t-view-m-fit-26 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-26 > * {
    width: 3.8461538462%;
  }
   .wp-block-post-content  .t-view-m-fit-27 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-27 > * {
    width: 3.7037037037%;
  }
   .wp-block-post-content  .t-view-m-fit-28 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-28 > * {
    width: 3.5714285714%;
  }
   .wp-block-post-content  .t-view-m-fit-29 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-29 > * {
    width: 3.4482758621%;
  }
   .wp-block-post-content  .t-view-m-fit-30 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-30 > * {
    width: 3.3333333333%;
  }
   .wp-block-post-content  .t-view-m-fit-31 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-31 > * {
    width: 3.2258064516%;
  }
   .wp-block-post-content  .t-view-m-fit-32 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-32 > * {
    width: 3.125%;
  }
   .wp-block-post-content  .t-view-m-fit-33 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-33 > * {
    width: 3.0303030303%;
  }
   .wp-block-post-content  .t-view-m-fit-34 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-34 > * {
    width: 2.9411764706%;
  }
   .wp-block-post-content  .t-view-m-fit-35 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-35 > * {
    width: 2.8571428571%;
  }
   .wp-block-post-content  .t-view-m-fit-36 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-36 > * {
    width: 2.7777777778%;
  }
   .wp-block-post-content  .t-view-m-fit-37 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-37 > * {
    width: 2.7027027027%;
  }
   .wp-block-post-content  .t-view-m-fit-38 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-38 > * {
    width: 2.6315789474%;
  }
   .wp-block-post-content  .t-view-m-fit-39 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-39 > * {
    width: 2.5641025641%;
  }
   .wp-block-post-content  .t-view-m-fit-40 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-40 > * {
    width: 2.5%;
  }
   .wp-block-post-content  .t-view-m-fit-41 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-41 > * {
    width: 2.4390243902%;
  }
   .wp-block-post-content  .t-view-m-fit-42 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-42 > * {
    width: 2.380952381%;
  }
   .wp-block-post-content  .t-view-m-fit-43 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-43 > * {
    width: 2.3255813953%;
  }
   .wp-block-post-content  .t-view-m-fit-44 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-44 > * {
    width: 2.2727272727%;
  }
   .wp-block-post-content  .t-view-m-fit-45 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-45 > * {
    width: 2.2222222222%;
  }
   .wp-block-post-content  .t-view-m-fit-46 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-46 > * {
    width: 2.1739130435%;
  }
   .wp-block-post-content  .t-view-m-fit-47 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-47 > * {
    width: 2.1276595745%;
  }
   .wp-block-post-content  .t-view-m-fit-48 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-48 > * {
    width: 2.0833333333%;
  }
   .wp-block-post-content  .t-view-m-fit-49 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-49 > * {
    width: 2.0408163265%;
  }
   .wp-block-post-content  .t-view-m-fit-50 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-50 > * {
    width: 2%;
  }
   .wp-block-post-content  .t-view-m-fit-51 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-51 > * {
    width: 1.9607843137%;
  }
   .wp-block-post-content  .t-view-m-fit-52 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-52 > * {
    width: 1.9230769231%;
  }
   .wp-block-post-content  .t-view-m-fit-53 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-53 > * {
    width: 1.8867924528%;
  }
   .wp-block-post-content  .t-view-m-fit-54 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-54 > * {
    width: 1.8518518519%;
  }
   .wp-block-post-content  .t-view-m-fit-55 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-55 > * {
    width: 1.8181818182%;
  }
   .wp-block-post-content  .t-view-m-fit-56 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-56 > * {
    width: 1.7857142857%;
  }
   .wp-block-post-content  .t-view-m-fit-57 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-57 > * {
    width: 1.7543859649%;
  }
   .wp-block-post-content  .t-view-m-fit-58 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-58 > * {
    width: 1.724137931%;
  }
   .wp-block-post-content  .t-view-m-fit-59 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-59 > * {
    width: 1.6949152542%;
  }
   .wp-block-post-content  .t-view-m-fit-60 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-60 > * {
    width: 1.6666666667%;
  }
   .wp-block-post-content  .t-view-m-fit-61 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-61 > * {
    width: 1.6393442623%;
  }
   .wp-block-post-content  .t-view-m-fit-62 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-62 > * {
    width: 1.6129032258%;
  }
   .wp-block-post-content  .t-view-m-fit-63 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-63 > * {
    width: 1.5873015873%;
  }
   .wp-block-post-content  .t-view-m-fit-64 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-64 > * {
    width: 1.5625%;
  }
   .wp-block-post-content  .t-view-m-fit-65 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-65 > * {
    width: 1.5384615385%;
  }
   .wp-block-post-content  .t-view-m-fit-66 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-66 > * {
    width: 1.5151515152%;
  }
   .wp-block-post-content  .t-view-m-fit-67 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-67 > * {
    width: 1.4925373134%;
  }
   .wp-block-post-content  .t-view-m-fit-68 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-68 > * {
    width: 1.4705882353%;
  }
   .wp-block-post-content  .t-view-m-fit-69 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-69 > * {
    width: 1.4492753623%;
  }
   .wp-block-post-content  .t-view-m-fit-70 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-70 > * {
    width: 1.4285714286%;
  }
   .wp-block-post-content  .t-view-m-fit-71 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-71 > * {
    width: 1.4084507042%;
  }
   .wp-block-post-content  .t-view-m-fit-72 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-72 > * {
    width: 1.3888888889%;
  }
   .wp-block-post-content  .t-view-m-fit-73 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-73 > * {
    width: 1.3698630137%;
  }
   .wp-block-post-content  .t-view-m-fit-74 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-74 > * {
    width: 1.3513513514%;
  }
   .wp-block-post-content  .t-view-m-fit-75 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-75 > * {
    width: 1.3333333333%;
  }
   .wp-block-post-content  .t-view-m-fit-76 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-76 > * {
    width: 1.3157894737%;
  }
   .wp-block-post-content  .t-view-m-fit-77 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-77 > * {
    width: 1.2987012987%;
  }
   .wp-block-post-content  .t-view-m-fit-78 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-78 > * {
    width: 1.2820512821%;
  }
   .wp-block-post-content  .t-view-m-fit-79 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-79 > * {
    width: 1.2658227848%;
  }
   .wp-block-post-content  .t-view-m-fit-80 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-80 > * {
    width: 1.25%;
  }
   .wp-block-post-content  .t-view-m-fit-81 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-81 > * {
    width: 1.2345679012%;
  }
   .wp-block-post-content  .t-view-m-fit-82 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-82 > * {
    width: 1.2195121951%;
  }
   .wp-block-post-content  .t-view-m-fit-83 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-83 > * {
    width: 1.2048192771%;
  }
   .wp-block-post-content  .t-view-m-fit-84 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-84 > * {
    width: 1.1904761905%;
  }
   .wp-block-post-content  .t-view-m-fit-85 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-85 > * {
    width: 1.1764705882%;
  }
   .wp-block-post-content  .t-view-m-fit-86 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-86 > * {
    width: 1.1627906977%;
  }
   .wp-block-post-content  .t-view-m-fit-87 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-87 > * {
    width: 1.1494252874%;
  }
   .wp-block-post-content  .t-view-m-fit-88 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-88 > * {
    width: 1.1363636364%;
  }
   .wp-block-post-content  .t-view-m-fit-89 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-89 > * {
    width: 1.1235955056%;
  }
   .wp-block-post-content  .t-view-m-fit-90 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-90 > * {
    width: 1.1111111111%;
  }
   .wp-block-post-content  .t-view-m-fit-91 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-91 > * {
    width: 1.0989010989%;
  }
   .wp-block-post-content  .t-view-m-fit-92 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-92 > * {
    width: 1.0869565217%;
  }
   .wp-block-post-content  .t-view-m-fit-93 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-93 > * {
    width: 1.0752688172%;
  }
   .wp-block-post-content  .t-view-m-fit-94 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-94 > * {
    width: 1.0638297872%;
  }
   .wp-block-post-content  .t-view-m-fit-95 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-95 > * {
    width: 1.0526315789%;
  }
   .wp-block-post-content  .t-view-m-fit-96 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-96 > * {
    width: 1.0416666667%;
  }
   .wp-block-post-content  .t-view-m-fit-97 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-97 > * {
    width: 1.0309278351%;
  }
   .wp-block-post-content  .t-view-m-fit-98 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-98 > * {
    width: 1.0204081633%;
  }
   .wp-block-post-content  .t-view-m-fit-99 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-99 > * {
    width: 1.0101010101%;
  }
   .wp-block-post-content  .t-view-m-fit-100 {
    display: flex;
    flex-wrap: wrap;
  }
   .wp-block-post-content  .t-view-m-fit-100 > * {
    width: 1%;
  }
}
@media (min-width: 1023px) {
   .wp-block-post-content  .t-view-l-fit-1 > * {
    width: 100%;
  }
   .wp-block-post-content  .t-view-l-fit-2 > * {
    width: 50%;
  }
   .wp-block-post-content  .t-view-l-fit-3 > * {
    width: 33.3333333333%;
  }
   .wp-block-post-content  .t-view-l-fit-4 > * {
    width: 25%;
  }
   .wp-block-post-content  .t-view-l-fit-5 > * {
    width: 20%;
  }
   .wp-block-post-content  .t-view-l-fit-6 > * {
    width: 16.6666666667%;
  }
   .wp-block-post-content  .t-view-l-fit-7 > * {
    width: 14.2857142857%;
  }
   .wp-block-post-content  .t-view-l-fit-8 > * {
    width: 12.5%;
  }
   .wp-block-post-content  .t-view-l-fit-9 > * {
    width: 11.1111111111%;
  }
   .wp-block-post-content  .t-view-l-fit-10 > * {
    width: 10%;
  }
   .wp-block-post-content  .t-view-l-fit-11 > * {
    width: 9.0909090909%;
  }
   .wp-block-post-content  .t-view-l-fit-12 > * {
    width: 8.3333333333%;
  }
   .wp-block-post-content  .t-view-l-fit-13 > * {
    width: 7.6923076923%;
  }
   .wp-block-post-content  .t-view-l-fit-14 > * {
    width: 7.1428571429%;
  }
   .wp-block-post-content  .t-view-l-fit-15 > * {
    width: 6.6666666667%;
  }
   .wp-block-post-content  .t-view-l-fit-16 > * {
    width: 6.25%;
  }
   .wp-block-post-content  .t-view-l-fit-17 > * {
    width: 5.8823529412%;
  }
   .wp-block-post-content  .t-view-l-fit-18 > * {
    width: 5.5555555556%;
  }
   .wp-block-post-content  .t-view-l-fit-19 > * {
    width: 5.2631578947%;
  }
   .wp-block-post-content  .t-view-l-fit-20 > * {
    width: 5%;
  }
   .wp-block-post-content  .t-view-l-fit-21 > * {
    width: 4.7619047619%;
  }
   .wp-block-post-content  .t-view-l-fit-22 > * {
    width: 4.5454545455%;
  }
   .wp-block-post-content  .t-view-l-fit-23 > * {
    width: 4.347826087%;
  }
   .wp-block-post-content  .t-view-l-fit-24 > * {
    width: 4.1666666667%;
  }
   .wp-block-post-content  .t-view-l-fit-25 > * {
    width: 4%;
  }
   .wp-block-post-content  .t-view-l-fit-26 > * {
    width: 3.8461538462%;
  }
   .wp-block-post-content  .t-view-l-fit-27 > * {
    width: 3.7037037037%;
  }
   .wp-block-post-content  .t-view-l-fit-28 > * {
    width: 3.5714285714%;
  }
   .wp-block-post-content  .t-view-l-fit-29 > * {
    width: 3.4482758621%;
  }
   .wp-block-post-content  .t-view-l-fit-30 > * {
    width: 3.3333333333%;
  }
   .wp-block-post-content  .t-view-l-fit-31 > * {
    width: 3.2258064516%;
  }
   .wp-block-post-content  .t-view-l-fit-32 > * {
    width: 3.125%;
  }
   .wp-block-post-content  .t-view-l-fit-33 > * {
    width: 3.0303030303%;
  }
   .wp-block-post-content  .t-view-l-fit-34 > * {
    width: 2.9411764706%;
  }
   .wp-block-post-content  .t-view-l-fit-35 > * {
    width: 2.8571428571%;
  }
   .wp-block-post-content  .t-view-l-fit-36 > * {
    width: 2.7777777778%;
  }
   .wp-block-post-content  .t-view-l-fit-37 > * {
    width: 2.7027027027%;
  }
   .wp-block-post-content  .t-view-l-fit-38 > * {
    width: 2.6315789474%;
  }
   .wp-block-post-content  .t-view-l-fit-39 > * {
    width: 2.5641025641%;
  }
   .wp-block-post-content  .t-view-l-fit-40 > * {
    width: 2.5%;
  }
   .wp-block-post-content  .t-view-l-fit-41 > * {
    width: 2.4390243902%;
  }
   .wp-block-post-content  .t-view-l-fit-42 > * {
    width: 2.380952381%;
  }
   .wp-block-post-content  .t-view-l-fit-43 > * {
    width: 2.3255813953%;
  }
   .wp-block-post-content  .t-view-l-fit-44 > * {
    width: 2.2727272727%;
  }
   .wp-block-post-content  .t-view-l-fit-45 > * {
    width: 2.2222222222%;
  }
   .wp-block-post-content  .t-view-l-fit-46 > * {
    width: 2.1739130435%;
  }
   .wp-block-post-content  .t-view-l-fit-47 > * {
    width: 2.1276595745%;
  }
   .wp-block-post-content  .t-view-l-fit-48 > * {
    width: 2.0833333333%;
  }
   .wp-block-post-content  .t-view-l-fit-49 > * {
    width: 2.0408163265%;
  }
   .wp-block-post-content  .t-view-l-fit-50 > * {
    width: 2%;
  }
   .wp-block-post-content  .t-view-l-fit-51 > * {
    width: 1.9607843137%;
  }
   .wp-block-post-content  .t-view-l-fit-52 > * {
    width: 1.9230769231%;
  }
   .wp-block-post-content  .t-view-l-fit-53 > * {
    width: 1.8867924528%;
  }
   .wp-block-post-content  .t-view-l-fit-54 > * {
    width: 1.8518518519%;
  }
   .wp-block-post-content  .t-view-l-fit-55 > * {
    width: 1.8181818182%;
  }
   .wp-block-post-content  .t-view-l-fit-56 > * {
    width: 1.7857142857%;
  }
   .wp-block-post-content  .t-view-l-fit-57 > * {
    width: 1.7543859649%;
  }
   .wp-block-post-content  .t-view-l-fit-58 > * {
    width: 1.724137931%;
  }
   .wp-block-post-content  .t-view-l-fit-59 > * {
    width: 1.6949152542%;
  }
   .wp-block-post-content  .t-view-l-fit-60 > * {
    width: 1.6666666667%;
  }
   .wp-block-post-content  .t-view-l-fit-61 > * {
    width: 1.6393442623%;
  }
   .wp-block-post-content  .t-view-l-fit-62 > * {
    width: 1.6129032258%;
  }
   .wp-block-post-content  .t-view-l-fit-63 > * {
    width: 1.5873015873%;
  }
   .wp-block-post-content  .t-view-l-fit-64 > * {
    width: 1.5625%;
  }
   .wp-block-post-content  .t-view-l-fit-65 > * {
    width: 1.5384615385%;
  }
   .wp-block-post-content  .t-view-l-fit-66 > * {
    width: 1.5151515152%;
  }
   .wp-block-post-content  .t-view-l-fit-67 > * {
    width: 1.4925373134%;
  }
   .wp-block-post-content  .t-view-l-fit-68 > * {
    width: 1.4705882353%;
  }
   .wp-block-post-content  .t-view-l-fit-69 > * {
    width: 1.4492753623%;
  }
   .wp-block-post-content  .t-view-l-fit-70 > * {
    width: 1.4285714286%;
  }
   .wp-block-post-content  .t-view-l-fit-71 > * {
    width: 1.4084507042%;
  }
   .wp-block-post-content  .t-view-l-fit-72 > * {
    width: 1.3888888889%;
  }
   .wp-block-post-content  .t-view-l-fit-73 > * {
    width: 1.3698630137%;
  }
   .wp-block-post-content  .t-view-l-fit-74 > * {
    width: 1.3513513514%;
  }
   .wp-block-post-content  .t-view-l-fit-75 > * {
    width: 1.3333333333%;
  }
   .wp-block-post-content  .t-view-l-fit-76 > * {
    width: 1.3157894737%;
  }
   .wp-block-post-content  .t-view-l-fit-77 > * {
    width: 1.2987012987%;
  }
   .wp-block-post-content  .t-view-l-fit-78 > * {
    width: 1.2820512821%;
  }
   .wp-block-post-content  .t-view-l-fit-79 > * {
    width: 1.2658227848%;
  }
   .wp-block-post-content  .t-view-l-fit-80 > * {
    width: 1.25%;
  }
   .wp-block-post-content  .t-view-l-fit-81 > * {
    width: 1.2345679012%;
  }
   .wp-block-post-content  .t-view-l-fit-82 > * {
    width: 1.2195121951%;
  }
   .wp-block-post-content  .t-view-l-fit-83 > * {
    width: 1.2048192771%;
  }
   .wp-block-post-content  .t-view-l-fit-84 > * {
    width: 1.1904761905%;
  }
   .wp-block-post-content  .t-view-l-fit-85 > * {
    width: 1.1764705882%;
  }
   .wp-block-post-content  .t-view-l-fit-86 > * {
    width: 1.1627906977%;
  }
   .wp-block-post-content  .t-view-l-fit-87 > * {
    width: 1.1494252874%;
  }
   .wp-block-post-content  .t-view-l-fit-88 > * {
    width: 1.1363636364%;
  }
   .wp-block-post-content  .t-view-l-fit-89 > * {
    width: 1.1235955056%;
  }
   .wp-block-post-content  .t-view-l-fit-90 > * {
    width: 1.1111111111%;
  }
   .wp-block-post-content  .t-view-l-fit-91 > * {
    width: 1.0989010989%;
  }
   .wp-block-post-content  .t-view-l-fit-92 > * {
    width: 1.0869565217%;
  }
   .wp-block-post-content  .t-view-l-fit-93 > * {
    width: 1.0752688172%;
  }
   .wp-block-post-content  .t-view-l-fit-94 > * {
    width: 1.0638297872%;
  }
   .wp-block-post-content  .t-view-l-fit-95 > * {
    width: 1.0526315789%;
  }
   .wp-block-post-content  .t-view-l-fit-96 > * {
    width: 1.0416666667%;
  }
   .wp-block-post-content  .t-view-l-fit-97 > * {
    width: 1.0309278351%;
  }
   .wp-block-post-content  .t-view-l-fit-98 > * {
    width: 1.0204081633%;
  }
   .wp-block-post-content  .t-view-l-fit-99 > * {
    width: 1.0101010101%;
  }
   .wp-block-post-content  .t-view-l-fit-100 > * {
    width: 1%;
  }
}
 .wp-block-post-content  .t-horiz ul {
  padding: 0;
  margin: 0;
}
 .wp-block-post-content  .t-horiz li {
  display: inline-block;
}

 .wp-block-post-content  .t-nav-mobile {
  clear: both;
  position: relative;
  left: 0;
  width: 100% !important;
  z-index: 800;
  height: 0;
}
 .wp-block-post-content  .t-nav-mobile ul {
  width: 100%;
}
 .wp-block-post-content  .t-nav-mobile  .wp-block-post-content  .t-nav-scroller {
  padding: 0;
  height: 100%;
  overflow-y: auto;
}

 .wp-block-post-content  .t-nav-ease  .wp-block-post-content  .t-nav-mobile {
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -ms-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}

 .wp-block-post-content  .t-nav-mobile li {
  display: block;
  width: 100%;
}

 .wp-block-post-content  .t-navbar {
  overflow: visible;
}
 .wp-block-post-content  .t-navbar  .wp-block-post-content  .t-button-mobile-menu {
  position: absolute;
  -webkit-border-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
 .wp-block-post-content  .t-navbar  .wp-block-post-content  .t-toggle-icon {
  display: block;
}
 .wp-block-post-content  .t-navbar  .wp-block-post-content  .t-toggle-icon:before,  .wp-block-post-content  .t-navbar  .wp-block-post-content  .t-toggle-icon:after {
  border-top: 6px solid;
  left: 3px;
  right: 3px;
}

/*
 * This is where all the animation happens
 */
 .wp-block-post-content  .t-toggle-icon,  .wp-block-post-content  .t-toggle-icon:before,  .wp-block-post-content  .t-toggle-icon:after {
  -webkit-transition: border-color 0.3s cubic-bezier(0.5, -0.5, 0.5, 1.5);
  -moz-transition: border-color 0.3s cubic-bezier(0.5, -0.5, 0.5, 1.5);
  -ms-transition: border-color 0.3s cubic-bezier(0.5, -0.5, 0.5, 1.5);
  -o-transition: border-color 0.3s cubic-bezier(0.5, -0.5, 0.5, 1.5);
  transition: border-color 0.3s cubic-bezier(0.5, -0.5, 0.5, 1.5);
}

 .wp-block-post-content  .t-nav-mobile {
  position: fixed;
}

 .wp-block-post-content  .t-mobmenu.touch {
  height: 100%;
  overflow: hidden;
}
 .wp-block-post-content  .t-mobmenu.touch body {
  height: 100%;
  overflow: hidden;
}
 .wp-block-post-content  .t-mobmenu  .wp-block-post-content  .t-button-mobile-menu-icon {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

/*

<header id="t-scrollnav-holder">
	<div id="t-scrollnav">
		<div class="t-contain t-pos-cntr">
			<div class="t-view-l-15pc">
				<a href="/" class="logo">
					<img src="<?php echo get_template_directory_uri(); ?>/images/logo-oneorbit-blue.svg" alt="One Orbit Commander - Leroy Chiao" />
				</a>
			</div>

			<div class="t-navbar t-collapse-below-mltp t-view-l-85pc">
				<nav>
					<div class="t-repsonsive-nav" >
						<div class="t-button-mobile-menu"><div class="t-toggle-icon"></div></div>
						<ul id="t-nav-desktop" class="t-menu t-txt-rt t-txt-norm t-txt-clr3">
							<li><a href="#">Link 1 </a></li>
							<li><a href="#">Link 1 </a></li>
						</ul>
						<div id="t-nav-mobile" class="t-txt-grey2">
							<div class="pad">
								<ul>
									<li><a href="#">Link 1 </a></li>
									<li><a href="#">Link 1 </a></li>
								</ul>
							</div>
						</div>
					</div> 
				</nav>
			</div> 
		</div> 
	</div> 
</header>

*/
#t-scrollnav-holder {
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
}

/* Additional Normalization */
div, section, aside, article, img {
  overflow: hidden;
  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;
}
div > p:last-of-type, section > p:last-of-type, aside > p:last-of-type, article > p:last-of-type, img > p:last-of-type {
  margin-bottom: 0;
}
div > p:first-of-type, section > p:first-of-type, aside > p:first-of-type, article > p:first-of-type, img > p:first-of-type {
  margin-top: 0;
}

ul, li, 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;
}
ul > p:last-of-type, li > p:last-of-type, span > p:last-of-type {
  margin-bottom: 0;
}
ul > p:first-of-type, li > p:first-of-type, span > p:first-of-type {
  margin-top: 0;
}

img {
  display: inline-block;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  line-height: 1.2em;
  display: block;
  width: 100%;
}
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p {
  margin-top: 0;
}

/*For Wordpress Admin bar */
#wpadminbar, #wpadminbar * {
  overflow: visible;
}

#ihrAffiliatesMapContainer .ihmMapWrapper {
  position: relative;
}

#ihrAffiliatesMapContainer #ihmGoogleMap {
  height: 400px;
}

#ihrAffiliatesMapContainer #ihmLocateForm {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 99;
}

#ihrAffiliatesMapContainer #ihmLocateForm input[type=text] {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 8px 14px;
  border: 1px solid #AAA;
  color: white;
  min-height: 20px;
  font-size: 14px;
  width: 250px;
  transition: background-color 0.4s, color 0.4s;
}

/* Placeholder text color because otherwise it sort of vanishes */
#ihrAffiliatesMapContainer #ihmLocateForm input::-webkit-input-placeholder {
  color: white;
}

#ihrAffiliatesMapContainer #ihmLocateForm input:-moz-placeholder {
  color: white;
}

#ihrAffiliatesMapContainer #ihmLocateForm input::-moz-placeholder {
  color: white;
  opacity: 1;
}

#ihrAffiliatesMapContainer #ihmLocateForm input:-ms-input-placeholder {
  color: white;
}

#ihrAffiliatesMapContainer #ihmLocateForm input[type=text]:focus {
  background-color: white;
  color: #333;
}

#ihrAffiliatesMapContainer .ihmStationInfo .ihmStationInfoText {
  float: left;
  padding-top: 4px;
}

#ihrAffiliatesMapContainer .ihmStationInfo.ihmNoImage .ihmStationInfoText {
  float: none;
}

#ihrAffiliatesMapContainer .ihmStationInfo .ihmImage {
  width: 90px;
  float: left;
}

#ihrAffiliatesMapContainer #ihmInViewStationsList {
  height: 500px;
  overflow-y: scroll;
}

#ihrAffiliatesMapContainer #ihmInViewStationsList .ihmStationInfo {
  height: 110px;
  float: left;
  width: 280px;
  margin: 5px 10px;
}

#ihrAffiliatesMapContainer #ihmInViewStationsList .ihmStationInfo:nth-child(3n+1) {
  clear: both;
}

#ihrAffiliatesMapContainer #ihmInViewStationsList .ihmStationInfo .ihmStationInfoText {
  width: 185px;
}

#ihrAffiliatesMapContainer #ihmInViewStationsList .ihmStationInfo.ihmNoImage .ihmStationInfoText {
  padding-left: 90px;
}

#ihrAffiliatesMapContainer #ihmInViewStationsList .ihmStationInfo .ihmStationInfoText h3 {
  margin-bottom: 4px;
  font-weight: bold;
}

#ihrAffiliatesMapContainer .ihmInViewStationsListTable {
  width: 100%;
  border: none;
  border-collapse: collapse;
}

#ihrAffiliatesMapContainer .ihmInViewStationsListTable tr {
  height: 30px;
  padding: 10px;
  background: #EEE;
}

#ihrAffiliatesMapContainer .ihmInViewStationsListTable tr td img {
  margin-left: 10px;
}

#ihrAffiliatesMapContainer .ihmInViewStationsListTable tr:nth-child(even) {
  background: #FFF;
}

#ihrAffiliatesMapContainer .ihmInViewStationsListTable thead th {
  background: #666;
  color: white;
  padding: 10px 5px;
}

#ihrAffiliatesMapContainer .ihmInViewStationsListTable tr td {
  padding: 5px 0;
}

#ihrAffiliatesMapContainer .ihmInViewStationsListTable .ihmTableInlineAirtime {
  display: none;
}

#ihrAffiliatesMapContainer .ihmInViewTitle {
  background: #AAA;
  color: white;
  padding: 5px 10px;
  margin-bottom: 20px;
  font-size: 16px;
}

#ihrAffiliatesMapContainer #ihmInViewStationsList .ihmNoStationsFound {
  text-align: center;
  font-weight: bold;
}

#ihrAffiliatesMapContainer #ihmTabs {
  background-color: #EEE;
  border-bottom: 1px solid #CCC;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 0 10px;
}

#ihrAffiliatesMapContainer #ihmTabs .ihmTab {
  color: #777;
  display: inline-block;
  padding: 10px 20px 8px 20px;
  margin-bottom: -1px;
  cursor: pointer;
}

#ihrAffiliatesMapContainer #ihmTabs .ihmTab.active {
  color: black;
  background: white;
  border: 1px solid #CCC;
  border-bottom: 1px solid white;
}

#ihrAffiliatesMapContainer .ihmListenOnlineTitle {
  color: #050708;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 28px;
  margin: 30px 0 30px;
}

#ihrAffiliatesMapContainer .ihmListenOnlineTitle img {
  vertical-align: top;
  margin-left: 3px;
  height: 25px;
}

#ihrAffiliatesMapContainer .ihmDigitalStreamsContainer .ihmDigitalStream {
  height: 220px;
  width: 190px;
  margin: 0 19px 20px 0;
  float: left;
  position: relative;
  text-align: center;
}

#ihrAffiliatesMapContainer .ihmDigitalStreamsContainer .ihmDigitalStreamThumb {
  height: 190px;
  width: 190px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 5px;
  /* border: 1px solid #CCC; */
}

#ihrAffiliatesMapContainer .ihmDigitalStreamsContainer .ihmDigitalStreamThumb a {
  display: block;
  height: 100%;
  width: 100%;
}

#ihrAffiliatesMapContainer .ihmDigitalStreamsContainer .ihmDigitalStreamThumb a:hover:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 191px;
  height: 191px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5) url(http://img.ccrd.clearchannel.com/media/mlib/15506/2016/04/default/overlay_3_0_1461241644.png);
  background-repeat: no-repeat;
}

#ihrAffiliatesMapContainer .ihmDigitalStreamsContainer .ihmDigitalStreamThumb img {
  width: 200px;
  height: 200px;
}

#ihrAffiliatesMapContainer #ihmTabPage_list .ihmStationLocationHeader {
  margin-top: 20px;
}

#ihrAffiliatesMapContainer #ihmTabPage_list a.ihmStationLocation {
  text-decoration: none;
  display: inline-block;
  width: 33%;
  text-align: left;
}

#ihrAffiliatesMapContainer #ihmTabPage_list a.ihmStationLocation:hover {
  text-decoration: none;
}

#ihrAffiliatesMapContainer #htl_list_map {
  text-align: center;
}

#ihrAffiliatesMapContainer map#htl_list_map area {
  cursor: pointer;
}

@media (max-width: 600px) {
  #ihrAffiliatesMapContainer .ihmInViewStationsListTable .ihmTableColAirtime {
    display: none;
  }
  #ihrAffiliatesMapContainer .ihmInViewStationsListTable .ihmTableInlineAirtime {
    display: block;
  }
  #ihrAffiliatesMapContainer #ihmTabs {
    padding: 0px;
  }
  #ihrAffiliatesMapContainer #ihmTabs .ihmTab {
    padding: 10px 10px 8px 10px;
  }
  #ihrAffiliatesMapContainer #htl_list_map {
    display: none;
  }
}
@media (max-width: 420px) {
  #ihrAffiliatesMapContainer .ihmDigitalStreamsContainer .ihmDigitalStream {
    float: none;
    margin: 20px auto;
    position: static;
  }
  /* No hover state on mobile anyway */
  #ihrAffiliatesMapContainer .ihmDigitalStreamsContainer .ihmDigitalStreamThumb a:hover:after {
    display: none;
  }
}
#t-scrollnav  .wp-block-post-content  .t-toggle-icon {
  border-bottom: 6px solid;
  padding-top: 1px;
}
#t-scrollnav  .wp-block-post-content  .t-toggle-icon:before, #t-scrollnav  .wp-block-post-content  .t-toggle-icon:after {
  border-top: 6px solid;
  left: 3px;
  right: 3px;
}
#t-scrollnav a.shop-btn {
  display: inline-block;
}
#t-scrollnav a.shop-btn:before {
  /*   content: "";
     background-image: url(https://hannity.com/wp-content/themes/hannity/assets/images/shop-bug-new.png);
     width: 30px;
     height: 20px;
     background-position: 100% 0;
     background-repeat: no-repeat;
     display: block;
     position: absolute;
     right: 15px;
     */
}
#t-scrollnav  .wp-block-post-content  .t-toggle-icon:after {
  bottom: 40%;
}
#t-scrollnav  .wp-block-post-content  .t-menu li.current_page_parent > a {
  color: #000;
}
#t-scrollnav .sub-menu li:hover a {
  background-color: #CC0000;
}
#t-scrollnav .sub-menu li:hover a span {
  color: #fff !important;
}
#t-scrollnav .sub-menu li.active a span {
  color: #CC0000;
}
#t-scrollnav  .wp-block-post-content  .t-menu li.active > a {
  color: #CC0000;
}
#t-scrollnav  .wp-block-post-content  .t-menu li > a:hover {
  color: #CC0000;
}

 .wp-block-post-content  .t-mobmenu  .wp-block-post-content  .t-toggle-icon:before,  .wp-block-post-content  .t-mobmenu  .wp-block-post-content  .t-toggle-icon:after {
  -webkit-transition-delay: 0.125s;
  -moz-transition-delay: 0.125s;
  -ms-transition-delay: 0.125s;
  -o-transition-delay: 0.125s;
  transition-delay: 0.125s;
}
 .wp-block-post-content  .t-mobmenu  .wp-block-post-content  .t-toggle-icon:before {
  -webkit-transform: translateY(13px) rotate(135deg);
  -moz-transform: translateY(13px) rotate(135deg);
  -ms-transform: translateY(13px) rotate(135deg);
  -o-transform: translateY(13px) rotate(135deg);
  transform: translateY(13px) rotate(135deg);
}
 .wp-block-post-content  .t-mobmenu  .wp-block-post-content  .t-toggle-icon {
  border-color: transparent !important;
}
 .wp-block-post-content  .t-mobmenu  .wp-block-post-content  .t-toggle-icon:after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

 .wp-block-post-content  .t-mobmenu  .wp-block-post-content  .t-nav-mobile {
  height: -webkit-calc(100vh - 70px);
  height: -moz-calc(100vh - 70px);
  height: -o-calc(100vh - 70px);
  height: -ms-calc(100vh - 70px);
  height: calc(100vh - 70px);
  top: 64px;
}

html.player-podcast  .wp-block-post-content  .t-mobmenu  .wp-block-post-content  .t-nav-mobile {
  height: -webkit-calc(100vh - 100px);
  height: -moz-calc(100vh - 100px);
  height: -o-calc(100vh - 100px);
  height: -ms-calc(100vh - 100px);
  height: calc(100vh - 100px);
  top: 100px;
}

#t-scrollnav  .wp-block-post-content  .t-button-mobile-menu {
  top: 40px;
  right: 20px;
}
#t-scrollnav  .wp-block-post-content  .t-button-mobile-menu:hover  .wp-block-post-content  .t-toggle-icon {
  color: #CC0000;
}

/* Prevent body scrolling when using mobile menu */
 .wp-block-post-content  .t-mobmenu,  .wp-block-post-content  .t-mobmenu body {
  overflow: hidden;
  height: 100%;
}

 .wp-block-post-content  .t-mobmenu,  .wp-block-post-content  .t-mobmenu body {
  overflow: hidden;
  height: 100%;
}

 .wp-block-post-content  .t-nav-mobile  .wp-block-post-content  .t-menu {
  background-color: #fff;
}
 .wp-block-post-content  .t-nav-mobile  .wp-block-post-content  .t-menu li {
  display: block;
  text-align: center;
  height: auto !important;
  color: blue;
}
 .wp-block-post-content  .t-nav-mobile  .wp-block-post-content  .t-menu li a,  .wp-block-post-content  .t-nav-mobile  .wp-block-post-content  .t-nav-mobile  .wp-block-post-content  .t-menu li a span {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #4A4A4A;
}
 .wp-block-post-content  .t-nav-mobile  .wp-block-post-content  .t-menu li.active a {
  color: #CC0000;
}
 .wp-block-post-content  .t-nav-mobile .shop-btn:before {
  display: none !important;
}
 .wp-block-post-content  .t-nav-mobile .shop-btn:after {
  /*	content:"";
      display: inline-block;
      position: relative;
         content: "";
      background-image: url(https://hannity.com/wp-content/themes/hannity/assets/images/shop-bug-new.png);
      width: 30px;
      height: 20px;
      background-position: 100% 0;
      background-repeat: no-repeat;
      */
}
 .wp-block-post-content  .t-nav-mobile  .wp-block-post-content  .t-menu .sub-menu {
  background-color: #f6f6f6;
  margin-bottom: 0 !important;
  padding: 0 !important;
  border-top: 1px solid #f0f0f0;
  padding-bottom: 20px !important;
}
 .wp-block-post-content  .t-nav-mobile  .wp-block-post-content  .t-menu .sub-menu li.active,  .wp-block-post-content  .t-nav-mobile  .wp-block-post-content  .t-menu .sub-menu li.on {
  background-color: #CC0000;
}
 .wp-block-post-content  .t-nav-mobile  .wp-block-post-content  .t-menu .sub-menu li.active a span,  .wp-block-post-content  .t-nav-mobile  .wp-block-post-content  .t-menu .sub-menu li.on a span {
  color: #fff;
}
 .wp-block-post-content  .t-nav-mobile  .wp-block-post-content  .t-menu .sub-menu li a span {
  font-size: 18px;
  font-weight: 600;
}
 .wp-block-post-content  .t-nav-mobile  .wp-block-post-content  .t-menu li {
  border-bottom: 1px solid #f0f0f0;
}
 .wp-block-post-content  .t-nav-mobile  .wp-block-post-content  .t-menu .sub-menu li {
  border-bottom: none;
}
 .wp-block-post-content  .t-nav-mobile  .wp-block-post-content  .t-menu li a {
  position: relative;
  display: block;
  padding: 12px 18px;
}

@media (min-width: 1023px) {
  #t-scrollnav-holder,
  #t-scrollnav-holder * {
    overflow: visible;
  }
   .wp-block-post-content  .t-nav-spacer {
    margin-top: 140px;
  }
}
header .logo {
  padding-top: 18px;
}
header .logo a {
  display: inline-block;
}

@media (min-width: 501px) {
  header .logo a {
    position: relative;
  }
  header .logo {
    position: relative;
  }
  header .logo:before {
    content: "";
    /*	background: url(/wp-content/themes/hannity/assets/images/header-flag.webp) -115px 0px;*/
    background-size: auto 105%;
    width: 100vw;
    height: 120px;
    display: block;
    position: absolute;
    top: 0;
    z-index: 0;
  }
}
header  .wp-block-post-content  .t-horiz {
  z-index: 20;
  position: relative;
}

html.anim-header header#t-scrollnav-holder, html.anim-header header nav, html.anim-header header .player-holder, html.anim-header  .wp-block-post-content  .t-nav-spacer {
  -webkit-transition: all, 0.3s ease;
  -moz-transition: all, 0.3s ease;
  -ms-transition: all, 0.3s ease;
  -o-transition: all, 0.3s ease;
  transition: all, 0.3s ease;
}

header .logo {
  padding-top: 18px;
}
header nav {
  /*box-shadow:3px 2px 4px rgba(0,0,0, .1);*/
  margin-bottom: 5px;
  border-bottom: 1px solid #DEDEDE;
  /*height:145px;*/
}
@media (min-width: 1023px) {
  header nav.header-promo {
    /*	height:113px; */
  }
}
header .top-nav {
  margin-top: 10px;
  margin-bottom: 2px;
  margin-right: 5px;
}
header .top-nav li a {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  font-size: 14px !important;
}
header .top-nav li a:after {
  content: "";
  font-size: 20px;
  position: absolute;
  right: -1px;
  border-right: 1px solid;
  height: 15px;
  top: 2px;
}
header .top-nav li.no-bar-r a {
  padding-right: 10px;
}
header .top-nav li.no-bar-r a:after {
  border-right: none;
}
header .top-nav li:last-child a:after {
  display: none;
}
header .main-nav {
  margin-top: 40px;
}
header .main-nav > ul {
  vertical-align: bottom;
  position: relative;
  padding-bottom: 5px;
}
header .btn-listen:hover {
  color: #CC0000;
}
header .btn-listen:hover:after {
  background-position: 0px 0px !important;
}
header .btn-search span:before {
  width: 30px;
  height: 20px;
  background-size: auto 20px;
  top: -3px;
  position: relative;
  background-position: 3px 0 !important;
}
header .btn-search:hover span:before {
  background-position: 3px 0 !important;
}
header .iheart-nav {
  position: relative;
}
header .btn-listen {
  padding: 9px 16px 9px 20px;
}
header .btn-search {
  font-size: 19px;
  padding-right: 8px;
  padding-left: 16px;
}
header .iheart-nav {
  display: inline-block;
}
header .main-nav, header .main-nav  .wp-block-post-content  .t-menu {
  display: inline-block !important;
  width: auto;
}
header .main-nav li a {
  font-size: 18px;
}
header .main-nav .menu-item {
  position: Relative;
}
header .main-nav .menu-item-has-children .sub-menu {
  display: block;
  overflow: hidden !important;
  max-height: 0px;
  top: 100%;
}
header .main-nav .menu-item-has-children:hover .sub-menu {
  max-height: 1000px;
  -webkit-transition: max-height 1s ease;
  -moz-transition: max-height 1s ease;
  -ms-transition: max-height 1s ease;
  -o-transition: max-height 1s ease;
  transition: max-height 1s ease;
}
header .main-nav .menu-item-has-children:hover .sub-menu:before {
  content: "";
  width: 100%;
  height: 50px;
  left: 0;
  position: absolute;
  pointer-events: none;
  top: -20px;
}
header .main-nav .sub-menu {
  position: absolute;
  background-color: #fff;
  -webkit-border-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  width: auto;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  height: auto !important;
  border-radius: 0 0 3px 3px !important;
}
header .main-nav .sub-menu li {
  display: block;
  padding: 2px 2px 0;
  height: auto !important;
  color: blue;
  text-align: left;
}
header .main-nav .sub-menu li a span {
  color: #4a4a4a;
  font-size: 16px;
  display: block;
  text-align: left;
}
header .main-nav .sub-menu li:after {
  content: "";
  height: 1px;
  background-color: #4a4a4a;
  overflow: hidden;
  display: block;
  width: 80%;
  margin: 2px 10% 0;
}
header .main-nav .sub-menu li:last-child:after {
  display: none;
}
header .main-nav li a {
  position: relative;
  display: block;
  padding: 5px 18px 0;
}
header .main-nav .sub-menu li a {
  position: relative;
  display: block;
  white-space: nowrap;
  padding: 10px 30px;
  border-radius: 3px;
  color: #127ca9 !important;
}
header .main-nav .menu-item-has-children {
  padding-right: 15px;
}
header .main-nav .menu-item-has-children > a em {
  content: "";
  position: absolute;
  top: 11px;
  right: 1px;
  color: #000;
  width: 8px;
  height: 8px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(45deg);
}
header .main-nav .menu-item-has-children.on a em, header .main-nav .menu-item-has-children:hover > a em {
  top: 16px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

@media (min-width: 1023px) {
  .iheart-nav {
    width: auto !important;
  }
  .logo.hastag {
    padding-top: 12px;
  }
  header a.btn-listen:before {
    content: "";
    border-left: 1px solid #333;
    position: absolute;
    left: 0;
    height: 20px;
    top: 8px;
  }
  .logo-tag {
    text-align: right;
    margin-top: -8px;
    font-size: 16px;
    font-weight: bold;
    color: #4A4A4A;
    position: absolute;
    bottom: -17px;
    white-space: nowrap;
    width: 100%;
    padding-right: 8px;
  }

  header .logo {
    position: relative;
  }
}
@media (min-width: 1331px) {
  header .nav-holder:before {
    /*	content:"";
    	height: 145px;
    	left: 0;
    	width: calc(50% - 540px);
    	left:  0;
    	position:absolute;
    	z-index: 0;
    	background-color: #2F2F69;
    	background-image: url('https://hannity.com/wp-content/themes/hannity/assets/images/header-portrait.png?');
    	background-position: right -7px;
    	background-repeat: no-repeat;
    	*/
  }
  .header-promo .nav-holder:before {
    height: 113px;
  }
}
.newsletter-signup  .wp-block-post-content  .t-contain {
  padding-top: 20px;
}

header .newsletter-signup {
  height: 0px;
  -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;
  -webkit-transform: translate3d(0, 0, 0);
  overflow: hidden !important;
  align-content: middle;
  overflow: hidden !important;
  margin: auto;
}
header .newsletter-signup form {
  display: block;
  margin: 0;
  padding: 0;
}

html.newsletter .newsletter-signup {
  height: 73px;
}

html.newsletter .newsletter-menu:after {
  display: inline-block;
  position: absolute;
  content: "Close";
  left: 10px;
  top: 0;
}
html.newsletter .top-nav li.newsletter-menu a {
  visibility: hidden;
  width: 30px;
  top: 0;
  margin-top: 13px;
  font-size: 1px !important;
  display: block;
}

@media (max-width: 1023px) {
  html.newsletter .newsletter-signup {
    display: none;
  }
  .newsletter-menu:before  .wp-block-post-content  .t-nav-spacer {
    margin-top: 60px;
  }
  header .logo img {
    height: 52px !important;
  }
}
.newsletter-menu {
  position: relative;
  color: #fff !important;
}
.newsletter-menu a {
  color: #fff !important;
}
.newsletter-menu:before {
  content: "";
  background-color: #CC0000;
  position: absolute;
  display: block;
  top: -11px;
  height: 38px;
  right: 5px;
  left: 5px;
  border-radius: 0 0 3px 3px;
}

header .newsletter-signup  .wp-block-post-content  .t-pos-cntr {
  display: flex;
}

header .newsletter-signup {
  background-color: #2F2E69 !important;
}

html .wp-block-post-content header .newsletter-signup * {
  overflow: hidden !important;
}

@media (min-width: 1024px) {
  html.newsletter header nav {
    /*height:218px*/
  }
}
header .newsletter-signup form {
  width: 450px;
}

html .wp-block-post-content header .newsletter-signup h4 {
  font-size: 17px !important;
  float: left;
  text-align: right;
  padding-right: 20px;
  padding-top: 6px;
  width: calc(100% - 320px);
}

header .newsletter-signup form [type=email] {
  padding: 5px !important;
  width: 200px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  margin-right: 8px;
  color: #2F2E69;
}

header .newsletter-signup form [type=submit] {
  padding: 0 14px !important;
  font-size: 16px;
  min-height: 32px;
  display: inline-block;
  border-radius: 3px;
}

.tag-nav {
  clear: both;
  height: 34px;
  position: relative;
  top: 7px;
  overflow: hidden !important;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.tag-nav:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  width: 100%;
  box-shadow: 1px 0px 4px rgb(0, 0, 0);
  height: 1px;
}

.tag-nav .links {
  padding: 0 10px 0 10px !important;
  text-align: center;
}

.tag-nav .title {
  padding-right: 10px;
}

.tag-nav a {
  padding: 8px 9.5px;
  color: #454545;
  margin-left: -2px;
  display: inline-block;
  border-left: 1px solid;
  border-color: #d5d5d5;
}
.tag-nav a.active {
  background: #CC0000;
  color: #fff;
}
.tag-nav a.active + a {
  border-left: none;
}

@media (max-width: 1023px) {
  .tag-nav {
    display: none;
  }
}
@media (min-width: 1023px) and (max-width: 1195px) {
  header nav.long_menu .main-nav {
    margin-top: 40px;
  }
  header nav.long_menu .main-nav  .wp-block-post-content  .t-menu {
    padding-bottom: 11px;
    padding-right: 0;
  }
}
.fancybox-skin {
  padding: 0 !important;
}

.fancybox-title {
  padding: 10px;
  background: #000;
  color: #999;
}

.fancybox-nav {
  width: 60px;
}

.fancybox-nav span {
  background: none;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  display: block;
  margin: 0 10px;
}

.fancybox-nav:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.fancybox-nav.fancybox-prev span {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fancybox-nav.fancybox-next span {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.fancybox-close {
  background: none;
}

.fancybox-close::after {
  content: "+";
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  color: #fff;
  font-size: 45px;
  line-height: 31px;
  text-indent: 1px;
  text-align: center;
  transform: rotate(-45deg);
  background-color: #000;
}

.fancybox-overlay {
  background-color: rgba(0, 0, 0, 0.8);
}

#control-bar {
  z-index: 200;
}

.vid-controls {
  z-index: 2000;
  background: #EAEAEA;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.vid-controls .container {
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: -o-calc(100% - 60px);
  width: -ms-calc(100% - 60px);
  width: calc(100% - 60px);
  margin: 0 0 0 30px;
}
.vid-controls .play-state {
  width: 17px;
  height: 30px;
  background: url(../piranha/assets/images/video-controls-state.png) left top;
  float: left;
  margin-right: 10px;
  background-size: auto 15px;
  background-position: 0 8px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.vid-controls .duration {
  float: left;
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: -o-calc(100% - 100px);
  width: -ms-calc(100% - 100px);
  width: calc(100% - 100px);
  position: relative;
  background-color: #000;
  height: 1px;
  margin-top: 15px;
}
.vid-controls .progress {
  width: 0%;
  position: relative;
  background-color: #fff;
  height: 1px;
}
.vid-controls .timecode {
  float: left;
  font-size: 11px;
  width: 40px;
  margin-top: 10px;
  padding: 0 10px;
}
.vid-controls .sound {
  width: 23px;
  height: 30px;
  background: url(../piranha/assets/images/video-controls-sound.png) left top;
  float: left;
  margin-left: 10px;
  background-size: auto 15px;
  background-position: 0 8px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.vid-controls .sound.on {
  background-position: -26px 8px;
}

.playing .vid-controls .play-state {
  background-position: -18px 8px;
}

.slider {
  position: relative;
}
.slider .slider-nav {
  position: relative;
}
.slider .slides {
  position: absolute;
  top: 0;
}
.slider.ease .slides {
  transition: left 0.3s ease;
}
.slider .slide {
  float: left;
}
.slider .slide .button {
  margin-top: 25px;
}
.slider  .wp-block-post-content  .t-view-m-fit-2 .txt {
  max-width: 400px;
}
.slider h5 {
  line-height: 1.2em;
  padding-bottom: 15px;
}
.slider .nav {
  height: 120px;
}
.slider .nav-btn, .slider .indicator li {
  cursor: pointer;
}
.slider .slider-nav.indicator li {
  background-color: #ccc;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  display: inline-block;
  margin: 20px 3px !important;
}
.slider .slider-nav.indicator li.on {
  background-color: red;
}
@media (-ms-high-contrast: none) and (min-width: 1023px), (-ms-high-contrast: active) and (min-width: 1023px) {
  .slider .slide-box img {
    display: block !important;
    width: 100% !important;
  }
}

@media (min-width: 1023px) {
  .clmn-slider  .wp-block-post-content  .t-view-l-40pc .txt {
    padding-right: 60px;
  }
  .clmn-slider .slide .img.stacked {
    display: none;
    height: 1px;
  }
}
@media (max-width: 1023px) {
  .clmn-slider .img  .wp-block-post-content  .t-valigner img {
    width: 100% !important;
    height: auto !important;
  }
  .clmn-slider .slide  .wp-block-post-content  .t-valigner {
    margin-bottom: 30px;
  }
  .clmn-slider .slider-nav {
    padding: 0 !important;
    margin-top: 40px;
  }
  .clmn-slider .txt {
    padding-top: 20px;
    text-align: center;
    margin: auto;
  }
  .clmn-slider .slide .img.stacked {
    display: block;
  }
  .clmn-slider .slide .img.column {
    display: none;
    height: 1px;
  }
}
.mantle-slides, .spotlight {
  max-width: 1168px;
  margin: auto;
}

.spotlight .spotlight-link {
  display: block;
}

@media (min-width: 1024px) {
  .mantle-slides .slide {
    height: 424px;
  }
  .mantle-slides .tag-link {
    font-size: 20px;
  }
}
.mantle-slides .slide, .spotlight .slide {
  position: relative;
}

@media (max-width: 1024px) {
  .mantle-slides .slide, .spotlight .slide {
    height: 300px;
  }
}
@media (min-width: 800px) {
  .mantle-slides .image.mobile, .spotlight .image.mobile {
    display: none;
  }
}
@media (max-width: 800px) {
  .mantle-slides .slide, .spotlight .slide {
    height: 300px;
  }
  .mantle-slides .image.desktop, .spotlight .image.desktop {
    display: none;
  }
}
.mantle-slides .image, .spotlight .image {
  width: 100%;
  position: absolute;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
}
.mantle-slides .txt-link, .spotlight .txt-link {
  border: none !important;
}
.mantle-slides .big-hitspot, .spotlight .big-hitspot {
  z-index: 15;
  position: absolute;
  width: 100%;
  height: 100%;
}
.mantle-slides h2, .spotlight h2 {
  padding-top: 5px !important;
  line-height: 0.9em;
  padding-bottom: 10px !important;
}
.mantle-slides h2, .mantle-slides p, .spotlight h2, .spotlight p {
  padding-left: 0 !important;
}
.mantle-slides .text, .spotlight .text {
  position: absolute;
  z-index: 20;
  padding: 70px;
  width: 100%;
  max-width: 600px;
  color: #000;
}
.mantle-slides .text:not(.txt-drk) h2, .mantle-slides .text:not(.txt-drk) p, .spotlight .text:not(.txt-drk) h2, .spotlight .text:not(.txt-drk) p {
  color: #fff;
}
.mantle-slides .text a:hover, .spotlight .text a:hover {
  color: #fff;
}
.mantle-slides .text  .wp-block-post-content  .t-valign-alt, .spotlight .text  .wp-block-post-content  .t-valign-alt {
  display: inline;
}
.mantle-slides .slide.tl .text, .spotlight .slide.tl .text {
  top: 0;
  left: 0;
  display: block;
}
.mantle-slides .slide.tl .big-hitspot, .spotlight .slide.tl .big-hitspot {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&1+0,0+100 */
  background: -moz-linear-gradient(135deg, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000000",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.mantle-slides .slide.tc .text, .spotlight .slide.tc .text {
  top: 0;
  right: 0;
  text-align: center;
  max-width: none;
}
.mantle-slides .slide.tc .big-hitspot, .spotlight .slide.tc .big-hitspot {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&1+0,0+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(top, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000000",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.mantle-slides .slide.tr .text, .spotlight .slide.tr .text {
  top: 0;
  right: 0;
  text-align: right;
}
.mantle-slides .slide.tr .text .spotlight-link p, .spotlight .slide.tr .text .spotlight-link p {
  float: right;
}
.mantle-slides .slide.tr .big-hitspot, .spotlight .slide.tr .big-hitspot {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&1+0,0+100 */
  background: -moz-linear-gradient(220deg, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(220deg, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(220deg, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000000",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.mantle-slides .slide.ml .text, .spotlight .slide.ml .text {
  top: 0;
  left: 0;
  max-width: none;
}
.mantle-slides .slide.ml .big-hitspot, .spotlight .slide.ml .big-hitspot {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&1+0,0+100 */
  background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000000",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.mantle-slides .slide.mc .text, .spotlight .slide.mc .text {
  top: 0;
  left: 0;
  text-align: center;
  max-width: none;
}
.mantle-slides .slide.mc .big-hitspot, .spotlight .slide.mc .big-hitspot {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&1+0,0+100 */
  background: -moz-linear-gradient(center, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(center, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(center, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000000",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.mantle-slides .slide.mr .text, .spotlight .slide.mr .text {
  top: 0;
  right: 0;
  text-align: right;
}
.mantle-slides .slide.mr .text .spotlight-link p, .spotlight .slide.mr .text .spotlight-link p {
  float: right;
}
.mantle-slides .slide.mr .big-hitspot, .spotlight .slide.mr .big-hitspot {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&1+0,0+100 */
  background: -moz-linear-gradient(240deg, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(240deg, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(240deg, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000000",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.mantle-slides .slide.bl .text, .spotlight .slide.bl .text {
  bottom: 0;
  left: 0;
}
.mantle-slides .slide.bl .big-hitspot, .spotlight .slide.bl .big-hitspot {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&1+0,0+100 */
  background: -moz-linear-gradient(30deg, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(30deg, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(30deg, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000000",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.mantle-slides .slide.bc .text, .spotlight .slide.bc .text {
  bottom: 0;
  text-align: center;
  max-width: none;
}
.mantle-slides .slide.bc .big-hitspot, .spotlight .slide.bc .big-hitspot {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&1+0,0+100 */
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000000",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.mantle-slides .slide.br .text, .spotlight .slide.br .text {
  bottom: 0;
  right: 0;
  text-align: right;
}
.mantle-slides .slide.br .text .spotlight-link p, .spotlight .slide.br .text .spotlight-link p {
  float: right;
}
.mantle-slides .slide.br .big-hitspot, .spotlight .slide.br .big-hitspot {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&1+0,0+100 */
  background: -moz-linear-gradient(320deg, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(320deg, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(320deg, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000000",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.mantle-slides .slide.cc .text, .spotlight .slide.cc .text {
  text-align: center;
  max-width: none;
}
.mantle-slides .slide.cc .big-hitspot, .spotlight .slide.cc .big-hitspot {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&1+0,0+100 */
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000000",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.mantle-slides .slide.ml .text.valigner, .mantle-slides .slide.mc .text.valigner, .mantle-slides .slide.mr .text.valigner, .mantle-slides .slide.ml .text.valigner, .spotlight .slide.ml .text.valigner, .spotlight .slide.mc .text.valigner, .spotlight .slide.mr .text.valigner, .spotlight .slide.ml .text.valigner {
  display: table;
  width: 100%;
  height: 100%;
}
.mantle-slides .slide.ml .text.valigner .valign, .mantle-slides .slide.mc .text.valigner .valign, .mantle-slides .slide.mr .text.valigner .valign, .mantle-slides .slide.ml .text.valigner .valign, .spotlight .slide.ml .text.valigner .valign, .spotlight .slide.mc .text.valigner .valign, .spotlight .slide.mr .text.valigner .valign, .spotlight .slide.ml .text.valigner .valign {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

@media (min-width: 1023px) {
  .mantle-slides .txt-link, .spotlight .txt-link {
    pointer-events: none;
  }
  .mantle-slides ul.slider-nav .tag-link, .spotlight ul.slider-nav .tag-link {
    display: none;
  }
  .mantle-slides ul.slider-nav li, .spotlight ul.slider-nav li {
    width: 32%;
  }
  .mantle-slides ul.slider-nav li:nth-child(even), .spotlight ul.slider-nav li:nth-child(even) {
    margin-right: 1%;
    margin-left: 1%;
    width: 33%;
  }
  .mantle-slides ul.slider-nav li a, .spotlight ul.slider-nav li a {
    color: #EAEAEA;
    display: block;
    padding: 10px 0;
    border-bottom: 4px solid;
    -webkit-transition: color 0.3s ease, border-color 0.3s ease;
    -moz-transition: color 0.3s ease, border-color 0.3s ease;
    -ms-transition: color 0.3s ease, border-color 0.3s ease;
    -o-transition: color 0.3s ease, border-color 0.3s ease;
    transition: color 0.3s ease, border-color 0.3s ease;
  }
  .mantle-slides ul.slider-nav li a:hover, .mantle-slides ul.slider-nav li.on a, .spotlight ul.slider-nav li a:hover, .spotlight ul.slider-nav li.on a {
    color: #4A4A4A;
    border-color: #CC0000;
  }
}
@media (min-width: 1023px) {
  .mantle-slides ul.slider-nav li .image, .spotlight ul.slider-nav li .image {
    display: none;
  }
  .mantle-slides ul.slider-nav li p, .spotlight ul.slider-nav li p {
    display: none;
  }
  .mantle-slides ul.slider-nav li .text, .spotlight ul.slider-nav li .text {
    position: relative;
    text-align: center;
  }
  .mantle-slides ul.slider-nav li .text h2, .spotlight ul.slider-nav li .text h2 {
    color: #EAEAEA;
    display: block;
    padding: 15px 0 !important;
    border-bottom: 4px solid;
    -webkit-transition: color 0.3s ease, border-color 0.3s ease;
    -moz-transition: color 0.3s ease, border-color 0.3s ease;
    -ms-transition: color 0.3s ease, border-color 0.3s ease;
    -o-transition: color 0.3s ease, border-color 0.3s ease;
    transition: color 0.3s ease, border-color 0.3s ease;
  }
  .mantle-slides ul.slider-nav li .text:hover h2, .mantle-slides ul.slider-nav li.on .text h2, .spotlight ul.slider-nav li .text:hover h2, .spotlight ul.slider-nav li.on .text h2 {
    color: #4A4A4A;
    border-color: #CC0000;
  }
}
.spotlight .text.valigner {
  display: table;
}

.mantle-slides ul.slider-nav li .text, .spotlight ul.slider-nav li .text {
  position: relative;
  padding: 0;
}

@media (max-width: 1023px) {
  .spotlight ul.slider-nav li {
    height: 140px;
    display: inline-block;
    float: left;
    width: 50%;
    text-align: left;
    position: relative;
  }
  .spotlight .tag-link {
    padidng: 1px 3px;
  }
  .spotlight ul.slider-nav li .text {
    position: relative;
    padding: 15px;
  }
  .spotlight ul.slider-nav li .text h2 {
    font-size: 30px;
  }
  .spotlight ul.slider-nav li .image, .spotlight ul.slider-nav li .big-hitspot {
    width: calc(100% - 2px) !important;
    height: calc(100% - 4px) !important;
    margin: 2px 1px;
  }
  .spotlight ul.slider-nav .big-hitspot {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&1+0,0+100 */
    background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000000",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  }
  .spotlight .block-2 .valigner, .spotlight .block-3 .valigner {
    padding: 10px 20px;
  }
  .mantle-slides .slider-nav {
    display: none;
  }
  .mantle-slides .slider, .mantle-slides .slides {
    position: relative !important;
    height: auto !important;
    position: relative !important;
    left: 0 !important;
    width: 100% !important;
  }
  .mantle-slides .slider .slide {
    width: 50% !important;
    height: 140px !important;
    left: 0 !important;
  }
  .mantle-slides .slider .slide:nth-child(2) .valigner, .mantle-slides .slider .slide:nth-child(3) .valigner {
    position: relative;
    padding: 10px;
  }
  .mantle-slides .slider .slide:nth-child(3) h2, .mantle-slides .slider .slide:nth-child(4) h2 {
    font-size: 25px;
  }
  .mantle-slides .slider .slide:nth-child(1) {
    width: 100% !important;
    height: 425px !important;
    left: 0 !important;
  }
  .mantle-slides .slider .slide .big-hitspot, .mantle-slides .slider .slide .image {
    width: calc(100% - 2px) !important;
    height: calc(100% - 4px) !important;
    margin: 2px 1px;
  }
}
@media (max-width: 501px) {
  .spotlight ul.slider-nav li {
    width: 100%;
    float: none;
    display: block;
    margin: 3px 0;
  }
  .spotlight .slide .text {
    position: relative;
    text-align: left;
    padding: 15px;
  }
  .spotlight .valigner {
    display: table;
    height: 100%;
  }
  .spotlight .valigner .valign {
    display: table-cell;
    vertical-align: middle;
  }
  .spotlight ul.slider-nav li .image {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
  }
  .mantle-slides .slides .slide:nth-child(2) .text p, .spotlight .slide:nth-child(1) .text p {
    max-width: 75%;
  }
  .mantle-slides .slider .slide {
    width: 100% !important;
    height: 140px !important;
    left: 0 !important;
  }
  .mantle-slides .slider .slide p {
    display: inline-block;
  }
  .mantle-slides .slider .slide:nth-child(1) {
    width: 100% !important;
    height: 298px !important;
    left: 0 !important;
  }
  .mantle-slides .slider .slide:nth-child(1) .valigner {
    position: absolute;
    padding: 10px;
  }
}
.spotlight {
  height: 423px;
}
.spotlight > * {
  height: 100%;
  position: relative;
  float: left;
}
.spotlight .column-1 {
  width: 64%;
}
.spotlight .column-2 {
  width: 36%;
}
.spotlight .block1 {
  height: 100%;
}
.spotlight .slide, .spotlight .block-1 {
  height: 100%;
  width: 100%;
}
.spotlight .block-2, .spotlight .block-3 {
  height: 50%;
}

@media (min-width: 1023px) {
  .column-1 {
    padding: 0 2px 0 0;
    width: 100%;
  }
  .column-2 {
    padding: 0 0 0 2px;
    width: 100%;
  }
  .column-2 .block-2 {
    padding: 0 0 2px 0;
  }
  .column-2 .block-3 {
    padding: 2px 0 0 0;
  }
}
@media (max-width: 1023px) {
  .spotlight {
    height: auto !important;
  }
  .spotlight .block-1 {
    height: 403px !important;
  }
  .spotlight .block-2, .spotlight .block-3 {
    height: 200px !important;
  }
  .spotlight > div {
    float: none !important;
    height: auto;
    width: 100% !important;
  }
}
@media (min-width: 501px) and (max-width: 1023px) {
  .spotlight .block-2, .spotlight .block-3 {
    float: left;
    width: 50%;
    padding: 5px 0 0;
  }
  .spotlight .block-2 {
    padding-right: 2px;
  }
  .spotlight .block-3 {
    padding-left: 2px;
  }
  .mantle-slides .slider-nav li:not(:first-child) h2, .spotlight .slider-nav li:not(:first-child) h2 {
    font-size: 24px !important;
  }
}
@media (max-width: 501px) {
  .spotlight .block-2, .spotlight .block-3 {
    padding: 5px 0 0;
    width: 100%;
  }
}
 .wp-block-post-content  .t-mobmenu .main-nav,  .wp-block-post-content  .t-mobmenu #t-scrollnav {
  overflow: visible;
}

#t-scrollnav  .wp-block-post-content  .t-button-mobile-menu {
  width: 28px;
  height: 17px;
  right: 15px;
  padding: 3px;
}
#t-scrollnav  .wp-block-post-content  .t-toggle-icon {
  border-bottom: 2px solid;
  padding-top: 1px;
  position: relative;
  height: 15px;
  overflow: visibile;
}
#t-scrollnav  .wp-block-post-content  .t-toggle-icon:before, #t-scrollnav  .wp-block-post-content  .t-toggle-icon:after {
  border-top: 2px solid;
  left: 0;
  right: 0;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}
#t-scrollnav  .wp-block-post-content  .t-toggle-icon::after {
  bottom: 4px;
}

#t-scrollnav  .wp-block-post-content  .t-button-mobile-menu {
  top: 5px;
  right: 0px;
  width: 50px;
  height: 50px;
  padding: 16px 12px;
  border-radius: 6px;
}
@media (max-width: 767px) {
  header .logo img {
    width: 90px;
    margin-top: -3px;
  }
}
@media (max-width: 1023px) {
  header nav {
    /*height: 61px*/
  }
  header .logo {
    float: left;
    padding-top: 12px;
    width: auto !important;
    margin-left: 0px;
  }
  header .iheart-nav {
    float: right;
    margin-right: 34px;
    margin-top: 18px;
    padding-bottom: 10px;
  }
  header .logo img {
    width: 90px;
    margin-top: -3px;
  }
  header .logo-tag {
    display: none;
  }
}
@media (max-width: 767px) {
  header .logo {
    margin-left: 15px;
  }
}
a.btn-search {
  position: relative;
  display: inline-block;
}

header a.btn-search:before {
  content: "";
  border-left: 1px solid #333;
  position: absolute;
  height: 24px;
  left: -5px;
  top: 0;
}

@media (max-width: 1023px) {
  header .iheart-nav {
    margin-right: 44px;
  }
  a.btn-search {
    padding-right: 14px;
    padding-left: 14px;
  }
  header .btn-listen {
    padding-right: 18px;
  }
  a.btn-search:after {
    content: "";
    border-left: 1px solid #333;
    position: absolute;
    height: 24px;
    right: 0px;
    top: 0;
  }
}
#t-scrollnav  .wp-block-post-content  .t-button-mobile-menu {
  right: 12px;
  color: #CC0000;
}

 .wp-block-post-content  .t-mobmenu #t-scrollnav  .wp-block-post-content  .t-button-mobile-menu, #t-scrollnav  .wp-block-post-content  .t-mobmenu  .wp-block-post-content  .t-nav-mobile  .wp-block-post-content  .t-nav-scroller {
  padding-bottom: 50vh;
}

 .wp-block-post-content  .t-mobmenu  .wp-block-post-content  .t-toggle-icon {
  height: 20px;
  overflow: visible;
}

 .wp-block-post-content  .t-mobmenu  .wp-block-post-content  .t-navbar  .wp-block-post-content  .t-toggle-icon::after {
  bottom: 9px;
}

 .wp-block-post-content  .t-mobmenu  .wp-block-post-content  .t-navbar  .wp-block-post-content  .t-toggle-icon::before {
  top: -6px !important;
}

/* ----------------------------- Social ------------------------- */
.video, .video body {
  overflow: hidden;
}

.video:not(.media-flag), .video body, .video body > div {
  height: 100%;
}

.showmantle-video .mantle .fade {
  opacity: 0;
  animation: animateFade 0.5s ease-out;
}

.showmantle-video .mantle iframe {
  display: block;
}

@media (max-width: 501px) {
  .subpage .container h1, .subpage .container h2, .subpage .container h3, .subpage .container h4, .subpage .container h5, .subpage .container img, .subpage .container p, .tmplt-freeform .container h1, .tmplt-freeform .container h2, .tmplt-freeform .container h3, .tmplt-freeform .container h4, .tmplt-freeform .container h5, .tmplt-freeform .container img, .tmplt-freeform .container p, .show .container h1, .show .container h2, .show .container h3, .show .container h4, .show .container h5, .show .container img, .show .container p {
    padding: 0 10px;
  }
}
@media (max-width: 501px) {
  .post .tag-link, .post .author-info, .show .tag-link, .show .author-info {
    padding-left: 10px;
  }
  .post .article-header, .show .article-header {
    padding-right: 10px;
  }
}
.post h1 + h2 {
  color: #777;
}
.post .twitter-tweet.twitter-tweet-rendered {
  margin: auto;
  padding: 0 10px;
}

@media (max-width: 501px) {
  .post h1, .post h1 + h2 {
    padding: 10px;
  }
}
.post, .page, .tmplt-freeform, .show {
  /*
  	.share-links:before{
  		content: "Share this article";
  		font-size:10px;
  		color:#BABAC4;
  		display:inline-block;

  		line-height:.9em;
  		text-align:center;
  		text-transform: uppercase;
  		font-weight:bold;
  	}
  */
  /*
  .share-links a .at-icon-wrapper{
  	border-radius:50%;
  	width:35px !important;
  	height: 35px !important;
  	text-align:center;
  	margin-bottom:4px;
  	background-color:#BABAC4 !important
  }

  .share-links a:hover .at-icon-wrapper{
  	background-color:#4A4A4A !important;
  }
  */
}
.post .container h1 .wp-block-post-content  .t-txt-grey3, .page .container h1 .wp-block-post-content  .t-txt-grey3, .tmplt-freeform .container h1 .wp-block-post-content  .t-txt-grey3, .show .container h1 .wp-block-post-content  .t-txt-grey3 {
  line-height: 1.1em;
}
.post .tag-link, .page .tag-link, .tmplt-freeform .tag-link, .show .tag-link {
  color: #CC0000;
  background-color: none;
  display: inline-block;
}
.post .tag-link:hover, .page .tag-link:hover, .tmplt-freeform .tag-link:hover, .show .tag-link:hover {
  color: #151538;
}
.post .article-content h1, .page .article-content h1, .tmplt-freeform .article-content h1, .show .article-content h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #CC0000;
}
.post .article-content h2, .page .article-content h2, .tmplt-freeform .article-content h2, .show .article-content h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #4A4A4A;
}
.post .article-content ul, .post .article-content ol, .page .article-content ul, .page .article-content ol, .tmplt-freeform .article-content ul, .tmplt-freeform .article-content ol, .show .article-content ul, .show .article-content ol {
  list-style-type: none;
  margin: 0px 0 10px 0px;
}
.post .article-content li, .page .article-content li, .tmplt-freeform .article-content li, .show .article-content li {
  position: relative;
  padding-bottom: 0px;
  padding-top: 10px;
  line-height: 1.2em;
}
.post .article-content p, .page .article-content p, .tmplt-freeform .article-content p, .show .article-content p {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 18px;
}
.post .article-content iframe[gesture=media], .page .article-content iframe[gesture=media], .tmplt-freeform .article-content iframe[gesture=media], .show .article-content iframe[gesture=media] {
  width: 100% !important;
  height: 35vh !important;
  max-height: 390px;
}
.post .article-content ul li:before, .page .article-content ul li:before, .tmplt-freeform .article-content ul li:before, .show .article-content ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: -30px;
  top: 15px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #CC0000;
}
.post .article-content li > ul, .post .article-content li > ol, .page .article-content li > ul, .page .article-content li > ol, .tmplt-freeform .article-content li > ul, .tmplt-freeform .article-content li > ol, .show .article-content li > ul, .show .article-content li > ol {
  margin-top: 5px;
}
.post .article-content ol, .page .article-content ol, .tmplt-freeform .article-content ol, .show .article-content ol {
  counter-reset: item;
  margin-left: -5px;
}
.post .article-content ol > li, .page .article-content ol > li, .tmplt-freeform .article-content ol > li, .show .article-content ol > li {
  display: block;
  margin-left: 5px;
}
.post .article-content ol > li::before, .page .article-content ol > li::before, .tmplt-freeform .article-content ol > li::before, .show .article-content ol > li::before {
  display: inline-block;
  content: counter(item) ") ";
  counter-increment: item;
  font-weight: bold;
  color: #CC0000;
  width: 2em;
  margin-left: -2em;
}
@media (min-width: 1023px) {
  .post, .page, .tmplt-freeform, .show {
    /*
    .share-links{
    	float:left;
    	width:45px;
    	padding-left:5px;
    }
    .share-links a{
    	clear:both;
    	display:block;
    	overflow:hidden;
    	margin:0 !important;
    }

    .share-links:before{
    	content: "Share this article";
    	font-size:10px;
    	color:#BABAC4;
    	display:inline-block;

    	line-height:.9em;
    	text-align:center;
    	text-transform: uppercase;
    	font-weight:bold;
    }
    */
  }
  .post .article-content, .page .article-content, .tmplt-freeform .article-content, .show .article-content {
    float: left;
    width: calc(100% - 45px);
  }
}
.post .r-column-pad, .page .r-column-pad, .tmplt-freeform .r-column-pad, .show .r-column-pad {
  padding-left: 50px;
}
@media (max-width: 1023px) {
  .post, .page, .tmplt-freeform, .show {
    /*
    .share-links{
    		    padding: 0;
    		    text-align: center;
    		    margin-top: -10px;
    }

    .share-links a{
    	float:none!important;
    	display:inline-block;
    	overflow:hidden;

    }
    */
  }
  .post .r-column-pad, .page .r-column-pad, .tmplt-freeform .r-column-pad, .show .r-column-pad {
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  .post .article-container p, .page .article-container p, .tmplt-freeform .article-container p, .show .article-container p {
    padding: 0 10px;
  }
}
@media (max-width: 501px) {
  .post .columns, .page .columns, .tmplt-freeform .columns, .show .columns {
    padding: 0 !important;
  }
  .post .article-container p, .post .article-content h1, .post .article-content h2, .post .article-content h3, .post .article-content h4, .page .article-container p, .page .article-content h1, .page .article-content h2, .page .article-content h3, .page .article-content h4, .tmplt-freeform .article-container p, .tmplt-freeform .article-content h1, .tmplt-freeform .article-content h2, .tmplt-freeform .article-content h3, .tmplt-freeform .article-content h4, .show .article-container p, .show .article-content h1, .show .article-content h2, .show .article-content h3, .show .article-content h4 {
    padding: 0 10px;
  }
  .post .article-content, .page .article-content, .tmplt-freeform .article-content, .show .article-content {
    /*padding:20px 10px !important;*/
  }
  .post .columns  .wp-block-post-content  .t-view-l-30pc, .page .columns  .wp-block-post-content  .t-view-l-30pc, .tmplt-freeform .columns  .wp-block-post-content  .t-view-l-30pc, .show .columns  .wp-block-post-content  .t-view-l-30pc {
    padding-left: 0;
  }
}
.post .article-image, .page .article-image, .tmplt-freeform .article-image, .show .article-image {
  height: 475px;
  background-size: cover;
  background-position: center;
}
.post .article-image iframe.alt_vid, .page .article-image iframe.alt_vid, .tmplt-freeform .article-image iframe.alt_vid, .show .article-image iframe.alt_vid {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}
.post .article-image.alt-video, .page .article-image.alt-video, .tmplt-freeform .article-image.alt-video, .show .article-image.alt-video {
  background-color: #000;
  position: relative;
}
.post .article-image.alt-video:after, .page .article-image.alt-video:after, .tmplt-freeform .article-image.alt-video:after, .show .article-image.alt-video:after {
  content: "Loading Video...";
  color: #777;
  position: absolute;
  z-index: 1;
  display: block;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -53px;
  z-index: 1;
}
.post .article-image.alt-video > *, .page .article-image.alt-video > *, .tmplt-freeform .article-image.alt-video > *, .show .article-image.alt-video > * {
  z-index: 2;
  position: relative;
}
.post .article-image.anyclip, .post .article-image.jwplayer, .page .article-image.anyclip, .page .article-image.jwplayer, .tmplt-freeform .article-image.anyclip, .tmplt-freeform .article-image.jwplayer, .show .article-image.anyclip, .show .article-image.jwplayer {
  height: auto !important;
}
.post .article-content .article-links, .page .article-content .article-links, .tmplt-freeform .article-content .article-links, .show .article-content .article-links {
  margin: 50px 0 0 0;
}
.post .next a, .post .related a, .page .next a, .page .related a, .tmplt-freeform .next a, .tmplt-freeform .related a, .show .next a, .show .related a {
  color: #888888;
}
.post .related a, .page .related a, .tmplt-freeform .related a, .show .related a {
  color: #888888;
  line-height: 1.4em !important;
}
.post .next, .page .next, .tmplt-freeform .next, .show .next {
  min-height: 80px;
  padding: 10px 0;
  color: #E5E5E5;
  border-top: 2px solid;
  font-size: 18px;
}
.post .next > div, .page .next > div, .tmplt-freeform .next > div, .show .next > div {
  position: relative;
  margin-left: 45px;
  overflow: visible;
}
.post .next > div:before, .page .next > div:before, .tmplt-freeform .next > div:before, .show .next > div:before {
  content: "Up Next:";
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  color: #CC0000;
  padding-bottom: 10px;
}
.post .next > div:after, .page .next > div:after, .tmplt-freeform .next > div:after, .show .next > div:after {
  content: "";
  display: block;
  height: 35px;
  width: 35px;
  color: #C2C2C2;
  position: absolute;
  top: 10px;
  left: -64px;
  border-right: 4px solid;
  border-bottom: 4px solid;
  transform: rotate(-45deg);
}
.post .next, .post .related, .page .next, .page .related, .tmplt-freeform .next, .tmplt-freeform .related, .show .next, .show .related {
  font-size: 18px;
}
.post .next a, .post .related a, .page .next a, .page .related a, .tmplt-freeform .next a, .tmplt-freeform .related a, .show .next a, .show .related a {
  color: #888888;
  padding-bottom: 2px;
  display: inline;
  border-bottom: 2px solid transparent;
  margin-bottom: 5px;
  line-height: 1em;
  font-weight: 400;
}
.post .next a:hover, .post .related a:hover, .page .next a:hover, .page .related a:hover, .tmplt-freeform .next a:hover, .tmplt-freeform .related a:hover, .show .next a:hover, .show .related a:hover {
  color: #151538;
  border-color: #151538;
}
.post .related li, .page .related li, .tmplt-freeform .related li, .show .related li {
  padding-bottom: 5px !important;
}
.post .related, .page .related, .tmplt-freeform .related, .show .related {
  min-height: 80px;
  padding: 15px 0;
  color: #E5E5E5;
  border-top: 2px solid;
  border-bottom: 2px solid;
}
.post .related > div, .page .related > div, .tmplt-freeform .related > div, .show .related > div {
  position: relative;
  margin-left: 45px;
  overflow: visible;
}
.post .related > ul:before, .page .related > ul:before, .tmplt-freeform .related > ul:before, .show .related > ul:before {
  content: "Related Articles:";
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  color: #CC0000;
  padding-bottom: 10px;
}

.post .article-content {
  width: 100%;
}

@media (min-width: 1023px) {
  .subpage .columns >  .wp-block-post-content  .t-view-l-30pc.pad-left {
    padding-left: 48px !important;
  }
}
/* The Page */
.clmns-sidebar .playlist .p-pos {
  display: flex;
  align-content: center;
  align-items: center;
  font-size: 13px;
}
.clmns-sidebar .playlist .p-pos .date {
  min-width: 60px;
}

.podcasts .article-container {
  width: 100%;
}
.podcasts .summary h2 {
  padding: 5px 0 0 0 !important;
}
.podcasts .summary .date {
  font-size: 18px;
}
.podcasts .image {
  border: 1px solid #efefef;
}
.podcasts .article-links .sizer {
  padding: 0 0 45px;
}
.podcasts .btn-listen {
  padding: 2px 8px 2px;
  min-height: 0;
  clear: both;
  float: left;
}
.podcasts .btn-listen span {
  padding-top: 3px;
  display: inline-block;
}
.podcasts .btn-listen span:before {
  margin-top: -1px;
  background-size: auto 26px;
  width: 43px;
}
.podcasts a:hover .btn-listen {
  background-color: #CC0000;
  color: #fff;
}
.podcasts a:hover .btn-listen span:before {
  background-position: -42px 0;
}
.podcasts .length {
  display: inline-block;
  font-weight: 19px;
  padding: 0 10px;
}
.podcasts .subscriptions {
  position: relative;
  overflow: visible;
}
.podcasts .subscriptions .links {
  width: 60%;
  text-align: center;
  margin-right: 5%;
}
.podcasts .subscriptions .hannity-pic {
  position: absolute;
  top: -70px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  display: block;
  background-image: url("https://hannity.com/wp-content/themes/hannity/assets/images/podcasts-hannity-v2.png");
  background-size: 360px auto;
  background-repeat: no-repeat;
  background-position: 91% 34px;
}
.podcasts .article-container {
  position: relative;
  z-index: 100;
}
.podcasts .link-rows .provider-link {
  color: #4A4A4A;
  position: relative;
  display: block;
  margin-bottom: 30px;
  font-size: 14px !important;
}
.podcasts .link-rows .provider-link .icon {
  background-repeat: no-repeat;
  height: 50px;
  margin-bottom: 10px;
  background-size: contain;
  background-position: center;
}
@media (max-width: 876px) {
  .podcasts .subscriptions .hannity-pic {
    display: none;
  }
  .podcasts .subscriptions .links {
    width: 100%;
    text-align: center;
    margin-right: 5%;
  }
  .podcasts .subscriptions {
    background-size: cover;
    background-position: right center !important;
  }
}
@media (max-width: 501px) {
  .podcasts .subscriptions .hannity-pic {
    display: none;
  }
  .podcasts .subscriptions {
    overflow: hidden;
  }
  .podcasts .subscriptions .links {
    float: right;
    width: 100%;
    text-align: center;
    margin-right: 5%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .podcasts .subscriptions h3 {
    padding-bottom: 20px !important;
  }
}
@media (max-width: 1124px) {
  .podcasts .subscriptions .hannity-pic {
    background-position: right top;
  }
}

/* The Module */
.podcast ul.playlist {
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 20px;
}
.podcast ul.playlist li a {
  display: table;
  width: 100%;
  text-align: left;
  overflow: hidden;
  padding: 3px 5px;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}
.podcast ul.playlist li a:hover {
  background-color: #151538;
  border-color: #151538;
}
.podcast ul.playlist li a:hover .title, .podcast ul.playlist li a:hover .date {
  color: #fff;
}
.podcast ul.playlist li a > span {
  display: table-cell;
  text-align: left;
}
.podcast ul.playlist li .date {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #9B9B9B;
  padding: 0;
  vertical-align: middle;
  display: block;
}
.podcast ul.playlist li .title {
  color: #151538;
  padding: 0;
  display: block;
  line-height: 1.2em;
  padding: 5px 0;
}

@media (max-width: 767px) {
  .podcast .view-all-podcasts {
    text-align: center;
  }
}
@media (min-width: 501px) {
  .podcast:not(.slim) .date {
    width: 80px;
    float: left;
  }
  .podcast:not(.slim) .title {
    width: calc(100% - 80px);
    display: block;
    float: left;
  }
}
@media (min-width: 877px) {
  .subscriptions {
    background: rgb(238, 238, 238);
    background: linear-gradient(90deg, rgb(238, 238, 238) 0%, rgb(216, 216, 216) 100%);
  }
}
@media (min-width: 501px) and (max-width: 1023px) {
  .podcast .date {
    width: 80px;
    float: left;
  }
  .podcast .title {
    width: calc(100% - 80px);
    display: block;
    float: left;
    padding: 0 0 0 15px;
  }
}
@media (min-width: 501px) {
  .podcast:not(.slim) .x-pcast-0 .p-thumb {
    display: block;
    width: 106px;
    height: 83px;
    float: left;
    background-color: #ccc;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .podcast:not(.slim) .x-pcast-0 .p-info {
    display: table;
    float: left;
    height: 83px;
    padding-left: 20px;
    width: calc(100% - 106px);
  }
  .podcast:not(.slim) .x-pcast-0 .p-pos {
    display: table-cell;
    vertical-align: middle;
  }
  .podcast:not(.slim) .x-pcast-0 .p-pos > * {
    display: block;
    padding-left: 0 !important;
    font-size: 20px;
  }
  .podcast:not(.slim) .x-pcast-0 .p-pos .date {
    float: none;
    width: auto;
  }
  .podcast:not(.slim) .x-pcast-0 .p-pos .title {
    font-weight: bold;
    display: block;
    float: none;
    width: auto;
    color: #CC0000;
  }
  .podcast:not(.slim) .x-pcast-0 a:hover .p-pos .title {
    font-weight: bold;
    color: #fff;
    padding-left: 15px;
  }
}

.playlist.curated .podcast-link {
  box-sizing: border-box;
}
.playlist.curated .podcast-link span {
  display: block;
  width: 100% !important;
}
.playlist.curated .podcast-link .p-thumb {
  width: 115px;
  height: 90px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  border: 1px solid #ccc;
}
.playlist.curated .border {
  display: flex;
  align-items: center;
  padding: 8px;
  border: 1px solid #ccc;
  margin-bottom: 8px;
  -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;
}
.playlist.curated .podcast-link:nth-child(even) .border {
  margin-left: 4px;
}
.playlist.curated .podcast-link:nth-child(odd) .border {
  margin-right: 4px;
}
.playlist.curated .podcast-link:hover .border {
  background-color: #151538;
}
.playlist.curated .podcast-link:hover .title, .playlist.curated .podcast-link:hover .date {
  color: #fff;
}
.playlist.curated .podcast-info {
  padding-left: 15px;
  width: -webkit-calc(100% - 115px);
  width: -moz-calc(100% - 115px);
  width: -o-calc(100% - 115px);
  width: -ms-calc(100% - 115px);
  width: calc(100% - 115px);
  overflow: visible;
}
.playlist.curated .podcast-info .date {
  padding-bottom: 3px;
}
.playlist.curated .podcast-info .title {
  line-height: 1em;
}

@media (max-width: 767px) {
  .playlist.curated .podcast-link:nth-child(even) .border {
    margin-left: 0;
  }
  .playlist.curated .podcast-link:nth-child(odd) .border {
    margin-right: 0;
  }
}
@media (max-width: 501px) {
  .playlist.curated .podcast-link .p-thumb {
    width: 60px;
    height: 50px;
  }
  .playlist.curated .podcast-info {
    padding-left: 15px;
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: -o-calc(100% - 60px);
    width: -ms-calc(100% - 60px);
    width: calc(100% - 60px);
  }
  .playlist.curated .border {
    padding: 3px;
    margin-bottom: 4px;
  }
  .podcast-list .item.m5-section.active .hit {
    padding: 0 10px;
  }
}
.columns .playlist.curated .podcast-link {
  float: none;
  width: 100%;
}
.columns .playlist.curated .podcast-link .p-thumb {
  width: 60px;
  height: 50px;
}
.columns .playlist.curated .podcast-info {
  padding-left: 15px;
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: -o-calc(100% - 60px);
  width: -ms-calc(100% - 60px);
  width: calc(100% - 60px);
}
.columns .playlist.curated .border {
  padding: 3px;
  margin-bottom: 4px;
}
.columns .playlist.curated .podcast-link:nth-child(even) .border {
  margin-left: 0;
}
.columns .playlist.curated .podcast-link:nth-child(odd) .border {
  margin-right: 0;
}

.accordion.podcasts {
  width: 100%;
}
.accordion.podcasts .heading .date {
  font-size: 16px;
  color: grey;
}
.accordion.podcasts .expander {
  transition: height 0.3s ease;
}
.accordion.podcasts .item:first-child {
  border-top: 1px solid #ccc;
}
.accordion.podcasts .item {
  border-bottom: 1px solid #ccc;
}
.accordion.podcasts .sizer {
  padding-bottom: 0;
}
.accordion.podcasts .heading .title {
  font-size: 18px;
}
.accordion.podcasts .item.active .hit {
  background-color: #2F2E69;
  color: white;
}
.accordion.podcasts .heading * {
  padding: 5px 8px;
}
.accordion.podcasts .heading .date-title {
  width: 100%;
}
.accordion.podcasts .item:not(.active) .expander {
  height: 0px !important;
}
.accordion.podcasts .heading {
  position: relative;
}
.accordion.podcasts .heading .buttons {
  position: absolute;
  right: 0;
}
.accordion.podcasts .buttons .listen, .accordion.podcasts .buttons .download {
  position: absolute;
  top: -3px;
  left: 0;
}
.accordion.podcasts .buttons .listen a, .accordion.podcasts .buttons .download a {
  color: white;
}
.accordion.podcasts .buttons {
  opacity: 0;
  padding-bottom: 0 !important;
  width: 220px;
  text-align: right;
  z-index: 10;
  padding-bottom: 0 !important;
}
.accordion.podcasts .buttons .listen, .accordion.podcasts .buttons .download {
  padding: 10px 12px 12px 43px;
  margin-top: 3px;
}
.accordion.podcasts .buttons .listen:before {
  content: "";
  width: 38px;
  position: absolute;
  height: 45px;
  left: 8px;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("/wp-content/themes/hannity/assets/images/icon-listen.png");
  background-size: auto 27px;
  background-repeat: no-repeat;
  background-position: -45px;
  margin-right: 5px;
}
.accordion.podcasts .buttons .download:before {
  content: "\f019";
  width: 30px;
  position: absolute;
  height: 45px;
  left: 8px;
  top: 6px;
  font-size: 23px;
  display: inline-block;
  vertical-align: middle;
  background-size: auto 27px;
  background-repeat: no-repeat;
  background-position: -45px;
  margin-right: 5px;
  font-family: FontAwesome;
}
.accordion.podcasts .buttons.download-btn {
  width: 250px;
}
.accordion.podcasts .buttons.download-btn .download a {
  padding-left: 10px;
}
@media (max-width: 501px) {
  .accordion.podcasts .buttons {
    width: 100%;
    margin-top: 10px;
    opacity: 1;
    position: relative !important;
  }
}
.accordion.podcasts .item:hover .buttons, .accordion.podcasts .item.active .buttons {
  opacity: 1;
}
.accordion.podcasts .buttons > * {
  display: inline-block !important;
}
.accordion.podcasts .runtime {
  padding-bottom: 10px;
}
.accordion.podcasts .info {
  background-color: #fff;
  color: #333;
  position: Relative;
  cursor: pointer;
  padding: 6px 35px 10px 20px !important;
}
.accordion.podcasts .info::before {
  content: "";
  position: absolute;
  border-top: 9px solid #333;
  right: 15px;
  top: 18px;
  margin-top: -5px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  transition: transform 0.3s ease;
}
.accordion.podcasts .item.active .info {
  background-color: #EAEAEA;
}
.accordion.podcasts .item.active .info::before {
  transform: rotate(180deg);
}
.accordion.podcasts .item.active .title, .accordion.podcasts .item.active .date {
  color: #fff;
}
@media (min-width: 501px) {
  .accordion.podcasts .heading {
    display: flex;
  }
  .accordion.podcasts .heading {
    display: flex;
    flex-direction: row;
  }
  .accordion.podcasts .heading .title {
    padding-right: 220px;
  }
  .accordion.podcasts .item:hover .title, .accordion.podcasts .item:hover .date {
    color: #fff;
  }
  .accordion.podcasts .item:not(.active):hover .hit {
    background-color: #CC0000;
    color: white;
  }
  .accordion.podcasts .heading .date-title {
    display: flex;
  }
  .accordion.podcasts .sizer > * {
    display: flex;
  }
  .accordion.podcasts .sizer .image {
    max-width: 350px;
    width: 100%;
    margin-right: 40px;
  }
  .accordion.podcasts .buttons {
    bottom: 0;
    top: 2px;
  }
  .accordion.podcasts .buttons .info {
    position: absolute;
    bottom: 0;
    top: 5px;
    right: 8px;
  }
}
@media (max-width: 501px) {
  .accordion.podcasts .sizer .image {
    margin-bottom: 20px;
  }
  .accordion.podcasts .buttons {
    height: 55px;
  }
  .accordion.podcasts .heading * {
    padding: 5px 0;
  }
  .accordion.podcasts .buttons .info {
    position: Absolute;
    bottom: 0;
    right: 0px;
    top: 3px;
    padding-bottom: 25px !important;
    padding-top: 6px !important;
  }
  .accordion.podcasts .buttons .info:before {
    top: 19px;
  }
  .accordion.podcasts .item.active .listen, .accordion.podcasts .item.active .button {
    background-color: white;
    color: #CC0000;
  }
  .accordion.podcasts .item:not(.active):hover .listen a, .accordion.podcasts .item:not(.active):hover .download a {
    color: white !important;
  }
  .accordion.podcasts .item.active .buttons .listen:before, .accordion.podcasts .item.active .buttons .download:before {
    background-position: -2px;
  }
  .accordion.podcasts .item:hover .listen a, .accordion.podcasts .item.active .listen a, .accordion.podcasts .item:hover .listen a {
    color: #CC0000;
  }
  .accordion.podcasts .item:hover .download a, .accordion.podcasts .item.active .download a, .accordion.podcasts .item:hover .download a {
    color: white;
  }
  .accordion.podcasts .heading .date-title {
    padding: 0 0 0 2px;
  }
  .accordion.podcasts .heading .title {
    padding-top: 0;
  }
  .accordion.podcasts .heading .date {
    padding-bottom: 0;
  }
  .accordion.podcasts .buttons {
    margin-top: 5px;
  }
  .accordion.podcasts .buttons .listen, .accordion.podcasts .buttons .download {
    background: #CC0000;
    margin-bottom: 10px;
    border-radius: 4px !important;
    color: #fff;
  }
}

@media (min-width: 501px) and (max-width: 767px) {
  html.mobile .accordion.podcasts .item .buttons {
    opacity: 1;
  }
  html.mobile .accordion.podcasts .item:not(:hover) .listen, html.mobile .accordion.podcasts .item:not(:hover) .download {
    background-color: none;
  }
  html.mobile .accordion.podcasts .item .listen a, html.mobile .accordion.podcasts .item .download a {
    color: #CC0000;
  }
  html.mobile .accordion.podcasts .item .buttons .listen:before, html.mobile .accordion.podcasts .item .buttons .download:before {
    background-position: -2px;
  }
  html.mobile .accordion.podcasts .item:hover .listen a, html.mobile .accordion.podcasts .item.active .listen a {
    color: #CC0000;
  }
  html.mobile .accordion.podcasts .item:not(.active):hover .hit {
    background-color: transparent;
  }
  html.mobile .accordion.podcasts .item:not(.active):hover .hit .title {
    color: #4A4A4A;
  }
  html.mobile .accordion.podcasts .item:not(.active):hover .hit .date {
    color: #9B9B9B;
  }
  html.mobile .accordion.podcasts .item.active .listen a, html.mobile .accordion.podcasts .item.active .download a {
    color: white;
  }
  html.mobile .accordion.podcasts .item.active .listen:before, html.mobile .accordion.podcasts .item.active .download:before {
    background-position: -45px !important;
  }
}
html:not(.player) .player-holder {
  height: 0px;
}

html.player-podcast .player-holder, html.player-live .player-holder {
  height: 30px;
}
html.player-podcast .player-holder iframe, html.player-live .player-holder iframe {
  height: 50px;
  margin-bottom: 15px;
}
html.player-podcast header nav, html.player-live header nav {
  height: 90px;
}

.player-holder {
  background-color: #151538;
}

html.player-live .player-holder, html.player-podcast .player-holder {
  height: 80px;
}
html.player-live .player-holder iframe, html.player-podcast .player-holder iframe {
  height: 90px;
  margin-top: -10px;
}

@media (min-width: 778px) {
  html.player-live header nav, html.player-podcast header nav {
    height: 193px;
  }
}
@media (max-width: 778px) {
  html.player-live .player-holder, html.player-podcast .player-holder {
    height: 50px;
  }
  html.player-live .player-holder iframe, html.player-podcast .player-holder iframe {
    height: 60px;
    margin-top: -10px;
  }
  html.player-live .player-holder .close, html.player-podcast .player-holder .close {
    height: 50px;
  }
  html.player-live .player-holder .close:after, html.player-podcast .player-holder .close:after {
    top: 15px;
  }
}
@media (max-width: 1023px) {
  html.player-live header nav, html.player-podcast header nav {
    height: 140px;
  }
  html.player-live header  .wp-block-post-content  .t-button-mobile-menu, html.player-podcast header  .wp-block-post-content  .t-button-mobile-menu {
    top: 85px;
  }
}
@media (max-width: 778px) {
  html.player-live header nav, html.player-podcast header nav {
    height: 110px;
  }
  html.player-live header  .wp-block-post-content  .t-button-mobile-menu, html.player-podcast header  .wp-block-post-content  .t-button-mobile-menu {
    top: 55px;
  }
}
.player-holder {
  position: relative;
  overflow: hidden !important;
}
.player-holder iframe {
  position: relative;
  z-index: 2;
}
.player-holder:before {
  content: "Loading Player...";
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  text-align: center;
  display: block;
  position: absolute;
  width: 100%;
  padding-top: 5px;
  z-index: 1;
}

html.player-live .player-holder:before {
  padding-top: 15px;
}

.player-holder iframe {
  position: relative;
  float: left;
}

.player-holder .close {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  background-color: #777373;
  height: 80px;
  width: 80px;
  right: 0;
  border-left: 1px solid #fff;
}
.player-holder .close:after {
  top: 30px;
  left: 30px;
  color: #fff;
  content: "+";
  position: absolute;
  font-size: 40px;
  line-height: 0.5;
  transform: rotate(45deg);
  font-weight: 100;
}

html.player-live .close {
  background-color: #000;
}

.player-live .player-holder iframe, .player-podcast .player-holder iframe {
  width: 100% !important;
}

.hnty-728x90 {
  min-height: 90px;
}

.hnty-300x250 {
  min-height: 250px;
}

.ad-size-100 .holder {
  min-height: 100px;
}

.ad-size-90 .holder {
  min-height: 90px;
}

.ad-size-250 .holder, .ad-size-250 .holder, .r-column-pad .holder {
  min-height: 250px;
}

@media (max-width: 767px) {
  .ad-size-250-m .holder, .article-content  .wp-block-post-content  .t-show-under-m .holder, fs-dynamic {
    min-height: 250px;
  }
}
.banner-ad {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.banner-ad > div {
  width: auto !important;
  margin: auto;
  display: inline-block;
  height: auto !important;
}
.banner-ad iframe {
  box-sizing: border-box;
}

.ad {
  position: relative;
}

@media (min-width: 501px) {
  .header-ad {
    min-height: 27px;
  }
  .header-ad-2 {
    min-height: 90px;
  }
}
@media (max-width: 501px) {
  .header-ad {
    height: 100px !important;
  }
}
@media (min-width: 501px) {
  .pinned {
    position: sticky;
    top: 0;
  }
  .pinned-styles {
    overflow: visible !important;
  }
  .scroller:after {
    content: "";
    display: block;
    clear: both;
  }
}
.plchldr-banners .banner-ad {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #efefef;
}
.plchldr-banners .banner-ad.rec_1-ad:after {
  content: "Rec_1";
}
.plchldr-banners .banner-ad.rec_1-ad.mobile-ad:after {
  content: "Rec_1 Mobile";
}
.plchldr-banners .banner-ad.rec_2-ad:after {
  content: "Rec_2";
}
.plchldr-banners .banner-ad.rec_2-ad.mobile-ad:after {
  content: "Rec_2 Mobile";
}
.plchldr-banners .banner-ad.rec_2_home:after {
  content: "Rec_2 Home";
}
.plchldr-banners .banner-ad.rec_2_home.mobile-ad:after {
  content: "Rec_2 Home Mobile";
}
.plchldr-banners .banner-ad.rec_3-ad:after {
  content: "Rec_3";
}
.plchldr-banners .banner-ad.rec_3-ad.mobile-ad:after {
  content: "Rec_3 Mobile";
}
.plchldr-banners .banner-ad.side_mid-ad:after {
  content: "side_mid";
}
.plchldr-banners .banner-ad.side_mid-ad.mobile-ad:after {
  content: "Side_Mid Mobile";
}
.plchldr-banners .banner-ad.side_mid_home-ad:after {
  content: "side_mid";
}
.plchldr-banners .banner-ad.side_mid_home-ad.mobile-ad:after {
  content: "Side_Mid Mobile";
}
.plchldr-banners .banner-ad.side_top-ad:after {
  content: "side_top";
}
.plchldr-banners .banner-ad.header-ad:after {
  content: "Header Ad";
}
.plchldr-banners .banner-ad.Header-ad.mobile-ad:after {
  content: "Header Ad Mobile";
}
.plchldr-banners .banner-ad.footer-ad:after {
  content: "Footer Ad";
}
.plchldr-banners .banner-ad.footer-ad.mobile-ad:after {
  content: "Footer Ad Mobile";
}
.plchldr-banners .banner-ad.footer_home-ad:after {
  content: "Footer Ad";
}
.plchldr-banners .banner-ad.footer_home-ad.mobile-ad:after {
  content: "Footer Ad Mobile";
}
.plchldr-banners .banner-ad.footer-ad, .plchldr-banners .banner-ad.footer_home-ad, .plchldr-banners .banner-ad.header-ad {
  min-height: 90px !important;
  max-width: 728px !important;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .plchldr-banners .banner-ad.footer-ad, .plchldr-banners .banner-ad.footer_home-ad, .plchldr-banners .banner-ad.header-ad {
    min-height: 90px !important;
    max-width: 300px !important;
    margin-right: auto;
    margin-left: auto;
  }
}
.plchldr-banners .banner-ad.rec_1, .plchldr-banners .banner-ad.rec_2, .plchldr-banners .banner-ad.rec_1 {
  min-height: 250px !important;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  background-color: #efefef;
}
.plchldr-banners .banner-ad#article_sticky_right_medrec {
  min-height: 250px !important;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.taboola .thumbBlock {
  height: 220px;
  display: block;
}

.trc_undo_btn {
  display: none;
}

.taboola .thumbBlock span.branding {
  display: none;
}

.taboola .item-label-href .branding {
  color: #999;
  font-weight: 100;
  padding-top: 5px;
  font-size: 12px;
}

.taboola .item-label-href {
  color: #4A4A4A;
  font-weight: bold;
  display: block;
  padding: 10px 0;
}

.videoCube a:hover span, .taboola .item-label-href:hover span {
  text-decoration: none !important;
}

.taboola .item-label-href span {
  display: block;
  line-height: 1.1em !important;
  font-size: 16px;
}

.taboola .thumbBlock {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
}

.columns .trc_rbox_header {
  display: none !important;
}

.trc_rbox_header_span {
  display: none;
}

.trc-content-sponsored {
  position: relative;
  padding-bottom: 30px !important;
}

.trc_rbox_header {
  position: absolute !important;
  bottom: -10px !important;
}

.trc_spotlight_item .video-title {
  color: #4a4a4a !important;
  font-size: 16px !important;
}

@media (max-width: 767px) {
  .trc_spotlight_item {
    width: 48% !important;
    padding-bottom: 20px !important;
  }
  html .wp-block-post-content span.video-label-box.trc-main-label {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    height: auto !important;
  }
}
@media (min-width: 1023px) {
  .columns .trc_spotlight_item {
    width: 48% !important;
    padding-bottom: 20px !important;
  }
  html .wp-block-post-content .columns span.video-label-box.trc-main-label {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    height: auto !important;
  }
  .columns .thumbnails-rr .videoCube {
    height: 240px !important;
  }
}
@media (min-width: 767px) {
  .trc_spotlight_item {
    width: 23% !important;
  }
}
@media (min-width: 501px) and (max-width: 1023px) {
  .trc_rbox_outer {
    margin: 0 !important;
  }
  .thumbnails-rr .videoCube {
    height: 300px !important;
  }
}
@media (max-width: 501px) {
  .trc-main-label {
    padding: 30px 20px;
  }
  span.video-label-box.trc-main-label {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}
/*
.home{

	@media(min-width:1024px){
	 .taboola  .wp-block-post-content  .t-view-l-fit-3 > div:nth-child(1n) {
					padding-right:15px

				}
		 .taboola  .wp-block-post-content  .t-view-l-fit-3 > div:nth-child(3n+3){
					padding-left:15px;
					padding-right:0px;

				}
		 .taboola  .wp-block-post-content  .t-view-l-fit-3 > div:nth-child(3n+2){
					padding-left:7px;
					padding-right:7px;

				}


	}


.taboola .attribution-disclosure-link-sponsored{
	text-align:center;
	position:relative;
	z-index:10;

	position:relative;
	margin-bottom:10px;
	top:-2px;
	font-size: 14px;
}

.taboola .attribution-disclosure-link-sponsored :last-child{
	display:none;
}

	@media(min-width:500px) and (max-width:1024px){
		 .taboola  .wp-block-post-content  .t-view-l-fit-3 > div:last-child{
			display:none
		}


		 .taboola  .wp-block-post-content  .t-view-s-fit-2 > div:nth-child(odd){
				padding-right:15px;

			}


		.taboola  .wp-block-post-content  .t-view-s-fit-2 > div:nth-child(even){
			padding-left:15px;
			padding-right:0px;
		}
	}	


	@media(max-width:500px){


		.taboola .trc_spotlight_item{
			margin-left:8px;
			padding-bottom:30px
		}
	}

}*/
.poll {
  margin: auto;
  width: 100%;
  max-width: 400px;
  display: block;
}
.poll iframe {
  overflow: hidden;
}

.cd-timeline-icon-link span.fa {
  padding: 0;
}

.hannity-horiz-logo {
  position: relative;
  padding: 0 0 10px;
}

.hannity-horiz-logo:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  margin: 19px 0 0 -95px;
  width: 190px;
  display: block;
  height: 25px;
  background-image: url("/wp-content/themes/hannity/assets/images/logo-horiz-hannity.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}

@media (max-width: 501px) {
  .hannity-horiz-logo {
    margin: 40px 0 0;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.article-links .image {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-color: #e1e1e1;
  display: block;
}
.article-links * {
  overflow: hidden;
}
.article-links .sizer {
  padding: 0 0 55px;
}
.article-links .summary h2 {
  padding: 20px 0 10px;
  line-height: 1.2em;
}
.article-links .summary p {
  padding-bottom: 15px;
}
.article-links .props {
  position: relative;
  margin-top: -12px;
}
.article-links .props > * {
  line-height: 1.5em;
  display: inline-block;
  position: relative;
  float: left;
}
.article-links .next-thumb .wp-block-post-content  .t-show-under-m {
  float: right;
  margin-left: 10px;
}
.article-links .tag-link {
  color: #fff;
  padding: 4px 5px;
  font-size: 13px;
  background-color: #CC0000;
}
.article-links .tag-link:hover {
  background-color: #151538;
  color: #fff;
}
.article-links .media-flag {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-position: 5px center;
  color: transparent;
}
.article-links .media-flag.video {
  background-image: url("https://hannity.com/wp-content/themes/hannity/assets/images/tag-video.png");
  padding: 2px 70px 1px 0;
}
.article-links .media-flag.audio {
  background-image: url("https://hannity.com/wp-content/themes/hannity/assets/images/tag-audio.png");
  padding: 2px 86px 1px 0;
}

@media (min-width: 1023px) {
  .article-links  .wp-block-post-content  .t-view-m-fit-2 > div:nth-child(odd) {
    padding-right: 60px;
  }
  .article-links  .wp-block-post-content  .t-view-m-fit-2 > div:nth-child(even) {
    padding-left: 0px;
    padding-right: 60px;
  }
  .article-links .column-r {
    padding-left: 20px;
    padding-right: 30px;
  }
  .landing-index.article-links  .wp-block-post-content  .t-view-m-fit-3 > div:nth-child(1n) {
    padding-right: 40px;
  }
  .landing-index.article-links  .wp-block-post-content  .t-view-m-fit-3 > div:nth-child(3n+3) {
    padding-left: 40px;
    padding-right: 0px;
  }
  .landing-index.article-links  .wp-block-post-content  .t-view-m-fit-3 > div:nth-child(3n+2) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tmplt-index  .wp-block-post-content  .t-view-m-fit-3 > div, .page.podcasts  .wp-block-post-content  .t-view-m-fit-3 > div {
    padding-right: 40px;
  }
  .tmplt-index  .wp-block-post-content  .t-view-m-fit-3 > div:nth-child(3n+2), .page.podcasts  .wp-block-post-content  .t-view-m-fit-3 > div:nth-child(3n+2) {
    padding-left: 40px;
    padding-right: 0px;
    /* border:1px solid #000*/
  }
  .tmplt-index  .wp-block-post-content  .t-view-m-fit-3 > div:nth-child(3n+1), .page.podcasts  .wp-block-post-content  .t-view-m-fit-3 > div:nth-child(3n+1) {
    padding-right: 20px;
    padding-left: 20px;
    /*border:1px solid blue */
  }
  .header-top_article div {
    margin: 0 0 0 25px;
  }
  .bottom-modules .taboola-podcast-module {
    padding-right: 60px;
  }
}
@media (min-width: 501px) and (max-width: 1023px) {
  .landing-index.article-links.article-index  .wp-block-post-content  .t-view-m-fit-2 > div, .landing-index.article-links.article-index  .wp-block-post-content  .t-view-m-fit-3 > div {
    width: 50%;
    float: left;
  }
  .landing-index.article-links.article-index  .wp-block-post-content  .t-view-s-fit-2 > div:nth-child(odd) {
    padding-right: 15px;
  }
  .landing-index.article-links.article-index  .wp-block-post-content  .t-view-s-fit-2 > div:nth-child(even) {
    padding-left: 15px;
    padding-right: 0px;
  }
  .tmplt-index .article-links.article-index  .wp-block-post-content  .t-view-m-fit-2 > div, .tmplt-index .article-links.article-index  .wp-block-post-content  .t-view-m-fit-3 > div, .page.podcasts .article-links.article-index  .wp-block-post-content  .t-view-m-fit-2 > div, .page.podcasts .article-links.article-index  .wp-block-post-content  .t-view-m-fit-3 > div {
    width: 50%;
    float: left;
  }
  .tmplt-index .article-links.article-index  .wp-block-post-content  .t-view-m-fit-2 > div:nth-child(even), .tmplt-index .article-links.article-index  .wp-block-post-content  .t-view-m-fit-3 > div:nth-child(even), .page.podcasts .article-links.article-index  .wp-block-post-content  .t-view-m-fit-2 > div:nth-child(even), .page.podcasts .article-links.article-index  .wp-block-post-content  .t-view-m-fit-3 > div:nth-child(even) {
    padding-right: 15px;
  }
  .tmplt-index .article-links.article-index  .wp-block-post-content  .t-view-m-fit-2 > div:nth-child(odd), .tmplt-index .article-links.article-index  .wp-block-post-content  .t-view-m-fit-3 > div:nth-child(odd), .page.podcasts .article-links.article-index  .wp-block-post-content  .t-view-m-fit-2 > div:nth-child(odd), .page.podcasts .article-links.article-index  .wp-block-post-content  .t-view-m-fit-3 > div:nth-child(odd) {
    padding-left: 15px;
    padding-right: 0px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .bottom-modules .listen-poll-module > div {
    float: left;
    width: 50%;
  }
}
@media (max-width: 501px) {
  .article-links .summary {
    padding: 0 15px;
  }
  .article-links .summary p {
    padding-left: 0;
  }
  .article-links .summary h2 {
    margin-top: 0;
    padding-top: 5px;
  }
  .article-links .size-h {
    height: auto !important;
  }
  .article-links .size-h a:not(.tag-link) {
    padding-bottom: 40px;
  }
  .article-links .ad-unit-300x250.google_ad {
    margin-bottom: 30px;
  }
  .bottom-modules .taboola-podcast-module > div {
    padding-right: 0px;
  }
  .article-links .props {
    overflow: hiddne;
    min-height: 30px;
  }
  .article-links .props .tag-link {
    background-color: transparent;
    color: #CC0000;
    position: relative;
    display: block;
    float: left;
    margin-top: 25px;
    left: 10px;
    font-size: 16px !important;
  }
  .article-links .props .tag-link:hover {
    color: #151538;
  }
  .article-links .props .media-flag {
    float: right;
    margin-right: 15px;
  }
  .article-links .sizer {
    padding-bottom: 50px;
  }
}
@media (min-width: 501px) {
  .article-links .ad-300x250 {
    float: right !important;
  }
}
@media (max-width: 1023px) {
  .article-links .header-top_article div {
    margin: 0 25px 0 25px;
  }
  .bottom-modules .listen-poll-module > div {
    margin: 40px 0 0;
  }
}
@media (min-width: 767px) {
  .tmplt-index .pre-links .article1, .page.podcasts .pre-links .article1 {
    padding-right: 20px;
  }
  .tmplt-index .pre-links .article2, .page.podcasts .pre-links .article2 {
    padding: 0 20px;
  }
}
@media (min-width: 1023px) {
  .tmplt-index .pre-links .article1, .page.podcasts .pre-links .article1 {
    padding-right: 40px;
  }
  .tmplt-index .pre-links .article2, .page.podcasts .pre-links .article2 {
    padding: 0 20px;
  }
}

.index-nav {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.index-nav a {
  color: #4A4A4A;
  display: inline-block;
}

.index-nav .pgnum a {
  display: inline-block;
  text-align: center;
  padding: 2px 8px;
  border: 1px solid #ccc;
  border-right: none;
}
.index-nav .pgnum a.active {
  background-color: #CC0000;
  color: #fff;
}

.index-nav .pgnum a:hover {
  background: #CC0000;
  color: #fff;
}

.index-nav .pgnums :last-child a {
  border-right: 1px solid #ccc;
}

@media (max-width: 700px) {
  .pgnum {
    display: none;
    position: relative;
  }
  .index-nav .pgnums {
    border-right: 1px solid #ccc;
  }
  .pag-action.nex a:after, .pag-action.prev a:before {
    content: "";
    height: 0px;
    width: 0px;
    display: inline-block;
    position: relative;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    bottom: -1px;
  }
  .pag-action.nex a:after {
    border-left: 10px solid #CC0000;
    right: -10px;
  }
  .pag-action.prev a:before {
    border-right: 10px solid #CC0000;
    left: -10px;
  }
}
.pag-action {
  position: relative;
}

.pag-action a {
  padding: 0 10px;
}
.pag-action a:hover {
  color: #CC0000;
}

@media (max-width: 767px) {
  .pag-action.nex .wp-block-post-content  .t-show-under-m, .pag-action.prev .wp-block-post-content  .t-show-under-m {
    display: inline-block;
  }
}
#tyche_trendi_parent_container > div, #tyche_trendi_video_container {
  z-index: 100 !important;
}

#tyche_trendi_video_container {
  background: black;
}

.push-mailnami-overlay-modal, .push-mailnami-overlay-modal-aggressive {
  z-index: 101 !important;
}

.jw-flag-floating .jw-wrapper {
  bottom: 110px !important;
  overflow: visible;
  top: auto !important;
  max-height: 245px !important;
}
.jw-flag-floating .jw-wrapper .jw-media {
  background: #000 !important;
}
.jw-flag-floating .jw-mute-button {
  display: block;
  background-color: rgba(255, 255, 255, 0.6) !important;
  opacity: 0.5;
  position: Absolute;
  z-index: 200;
  width: 10px;
  height: 10px;
  background-image: url("/wp-content/themes/hannity/assets/images/jw-player-mute.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: -15px;
  left: 3px;
}
.jw-flag-floating .jw-mute-button.mute {
  opacity: 1;
  background-image: url("/wp-content/themes/hannity/assets/images/jw-player-audio.png");
}
.jw-flag-floating .jw-wrapper:before {
  content: "";
  display: block;
  width: 100%;
  left: -5px;
  height: 100%;
  top: -20px;
  padding: 5px 5px 20px;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.3) !important;
}
.jw-flag-floating .jw-controls {
  overflow: visible !important;
}
.jw-flag-floating .jw-controls [aria-label=Close] {
  display: none !important;
}
.jw-flag-floating .jw-hide-button {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: -15px;
  cursor: pointer;
}
.jw-flag-floating .jw-hide-button:before {
  content: "+";
  position: absolute;
  font-size: 15px;
  top: -3px;
  right: 0px;
  transform: rotate(45deg);
}

@media (max-width: 501px) {
  html.no-js.slide.headroom--not-top.slide--reset .jw-flag-floating .jw-wrapper {
    top: 99px !important;
  }
  html .wp-block-post-content .jw-flag-floating .jw-mute-button {
    width: 30px;
    height: 30px;
    top: -33px;
    background-size: auto;
  }
  .jw-flag-floating .jw-wrapper {
    width: calc(100vw - 10px) !important;
    top: 36px !important;
    max-width: none;
    right: 0;
    left: 0;
    bottom: auto;
    max-width: none !important;
  }
  .jw-flag-floating .jw-wrapper:before {
    box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.1) !important;
  }
  .jw-flag-floating .jw-hide-button {
    width: 40px;
    height: 30px;
    position: absolute;
    right: 5px;
    top: -26px;
    cursor: pointer;
  }
  .jw-flag-floating .jw-hide-button {
    width: 40px;
    height: 30px;
    color: #999;
    position: absolute;
    right: 10px;
    top: -26px;
    cursor: pointer;
  }
  .jw-flag-floating .jw-hide-button:before {
    font-size: 15px;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    font-size: 35px !important;
    transform: rotate(45deg);
  }
  .jw-flag-floating .jw-wrapper:before {
    top: -37px;
    padding: 5px 5px 37px;
  }
}
@media (max-width: 500px) {
  .alt-video .rumble-video > div {
    height: 56.6vw !important;
  }
}
@media (min-width: 501px) and (max-width: 864px) {
  .alt-video .rumble-video > div {
    height: 51vw !important;
  }
}
.ccf-form .form-title {
  display: none;
}
.ccf-form .main-label {
  text-transform: uppercase;
  color: #4a4a4a;
  font-size: 20px;
}
.ccf-form input {
  padding: 10px;
}
.ccf-form .ccf-form-complete {
  color: red;
  font-size: 30px;
  padding-bottom: 120px;
  font-weight: bold;
}
.ccf-form input, .ccf-form textarea {
  border: 1px solid #ccc;
}
.ccf-form textarea {
  padding: 20px;
}
@media (max-width: 767px) {
  .ccf-form textarea {
    padding: 8px;
  }
}
.ccf-form .field select {
  width: 100% !important;
}

.find-a-station .container h1 {
  padding-bottom: 40px;
}

@media (max-width: 501px) {
  #ihrAffiliatesMapContainer {
    padding: 0 10px 60px;
  }
  .find-a-station .container h1 {
    padding: 0 10px 40px;
  }
}
.newsletter form {
  margin-top: 40px;
}
.newsletter .field {
  margin-bottom: 20px;
}
.newsletter .label {
  text-transform: uppercase;
  color: #4a4a4a;
  font-size: 20px;
}
.newsletter input {
  padding: 10px;
}
.newsletter .newsletter-signup input[type=text] {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.newsletter h1 {
  line-height: 1em;
  margin-bottom: 20px;
}
.newsletter [type=email] {
  width: 100%;
  box-sizing: border-box;
  max-width: 300px;
}
@media (max-width: 501px) {
  .newsletter .content {
    text-align: center;
    padding: 0 10px;
  }
  .newsletter .content input {
    margin: 10px auto;
  }
}
.newsletter input, .newsletter textarea {
  border: 1px solid #ccc;
}
.newsletter textarea {
  padding: 20px;
}
@media (max-width: 767px) {
  .newsletter textarea {
    padding: 8px;
  }
  .newsletter p {
    padding-left: 0 !important;
  }
}
.newsletter .field select {
  width: 100% !important;
}
.newsletter .poweredby {
  margin-top: 40px;
  font-size: 10px;
}
.newsletter .poweredby br {
  display: none;
}
.newsletter .poweredby img {
  margin: 0;
}
.newsletter .checkbox span {
  display: inline-block;
  padding: 5px 10px;
}
.newsletter .box-group {
  padding: 10px 0;
}
.newsletter .box-group h4 {
  font-weight: 400;
  font-size: 20px;
}
.newsletter .checkboxes {
  padding: 20px 0;
}
.newsletter .checkbox {
  padding: 5px 0;
}
.newsletter .checkbox input {
  float: left;
  margin: 10px 0 0 2px;
}
.newsletter .checkbox .label {
  float: left;
  margin: 5px 0 0 10px;
  font-size: 16px;
}
.newsletter .checkboxes span, .newsletter .checkboxes p {
  margin: 0;
}
.newsletter .checkboxes span, .newsletter .checkboxes p span {
  font-size: 16px !important;
}
.newsletter [type=submit] {
  padding: 9px 20px 9px;
  display: inline-block;
  border-radius: 4px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #dedede;
  color: #CC0000;
  min-height: 47px;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.newsletter [type=submit]:hover {
  background-color: #CC0000;
  color: #fff;
}
.newsletter .help-btn {
  /* float: left; */
  padding: 0 14px !important;
  font-size: 16px;
  min-height: 32px;
  display: inline-block;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #dedede;
  color: #CC0000;
  margin-left: 6px;
}
@media (max-width: 575px) {
  .newslettersection.help-btn, .newslettersection [type=submit] {
    margin-top: 15px;
  }
}

section.newsletter .help-btn {
  padding: 9px 14px !important;
  font-size: 20px;
}

@media (min-width: 767px) {
  .mantle-grid {
    display: flex;
  }
  .mantle-grid .image, .mantle-grid .image-thumb {
    background-size: cover;
    background-repeat: no-repeat;
  }
  .mantle-grid .clmn {
    float: left;
    position: relative;
  }
  .mantle-grid .clmn1 {
    width: 33%;
    border-right: 1px solid #999;
    left: -41%;
  }
  .mantle-grid .clmn2 {
    width: 41%;
    border-right: 1px solid #999;
    left: 33%;
  }
  .mantle-grid .clmn3 {
    width: 25%;
  }
}
.mantle-grid .image {
  display: block;
  border: 1px solid #efefef;
  margin-bottom: 15px;
}

.mantle-grid .clmn1 .article .image {
  height: 160px;
}

.mantle-grid .clmn2 .article:first-of-type .image {
  height: 260px;
}

.mantle-grid .clmn1 .image-thumb {
  display: inline-block;
  float: right;
  position: relative;
  width: 127px;
  height: 93px;
  bottom: 0;
  border: 1px solid;
  margin-left: 10px;
  border-color: #efefef;
}

@media (min-width: 1023px) {
  .mantle-grid .clmn1 .article:last-of-type .image {
    display: none;
  }
}
@media (max-width: 1023px) {
  .mantle-grid .clmn1 .image-thumb {
    display: none;
  }
}
@media (max-width: 501px) {
  .mantle-grid {
    min-height: 578px;
  }
}
.mantle-grid .clmn1 .article:last-of-type {
  border-top: 1px solid #999;
  margin-top: 20px;
  padding-top: 15px;
}

.mantle-grid .clmn1 h2 {
  font-weight: 700;
  line-height: 22px;
  padding: 10px 0;
}

.mantle-grid .clmn3 .summary p, .mantle-grid .clmn2 .summary p, .mantle-grid .clmn1 .summary p {
  font-size: 14px !important;
}

.mantle-grid .clmn3 h2 {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 22px;
  height: 18px;
  overflow: hidden;
  line-height: 1em;
}

.mantle-grid .clmn2 .tag-link {
  padding: 0;
  font-size: 20px;
}

.mantle-grid .clmn2 h3 {
  font-size: 36px !important;
  font-weight: 700;
  line-height: 36px;
  overflow: hidden;
  line-height: 1em;
  padding-bottom: 15px;
}

.mantle-grid .clmn2 h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  text-transform: none !important;
  padding: 10px 0 15px 0;
}

.mantle-grid .clmn3 .shorthead {
  font-size: 18px;
  line-height: 1em;
  overflow: hidden;
  margin-bottom: 10px;
}

.mantle-grid .clmn3 p {
  font-size: 14px;
  overflow: hidden;
  margin-bottom: 10px;
}

.mantle-grid .clmn3 .summary {
  border-bottom: 1px solid #999;
  padding-bottom: 5px;
  margin-bottom: 25px;
}

.mantle-grid .clmn3 .image {
  height: 155px;
}

.mantle-grid .clmn3 .article:last-of-type .summary {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.mantle-grid .clmn3 .article:last-of-type .shorthead {
  margin-bottom: 0 !important;
}

.mantle-grid .clmn1 .summary  .wp-block-post-content  .t-txt-small, .mantle-grid .clmn2 .summary  .wp-block-post-content  .t-txt-small {
  margin-top: 10px;
  margin-bottom: 13px;
}

@media (min-width: 501px) and (max-width: 1023px) {
  .mantle-grid .image {
    height: 250px !important;
    background-size: cover;
    background-position: center top;
  }
}
@media (max-width: 767px) {
  .mantle-grid .clmn1 .article:last-of-type {
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .mantle-grid .clmn2 .article:last-of-type {
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .mantle-grid .clmn3 .summary {
    margin-bottom: 20px;
  }
}
@media (min-width: 501px) {
  .mantle-grid .media-flag {
    display: none;
  }
}
@media (max-width: 1023px) {
  .mantle-grid .clmn1 .image-thumb {
    display: none;
  }
}
.hot-today li {
  padding-bottom: 20px !important;
  text-align: left;
}
.hot-today li .image {
  background-size: cover;
}

.hot-today a {
  color: #4A4A4A;
  display: flex;
  align-items: center;
}
.hot-today a .image {
  width: 95px;
  height: 50px;
  margin-right: 20px;
  border: 1px solid #ccc;
}
.hot-today a:hover {
  color: #CC0000;
}
.hot-today a:hover .image {
  border-color: #CC0000;
}

/*.hot-today li:before{
	content: "";
	display:block;
	width: 15px;
	margin-top: 5px;
	height: 60px;
	background:$t-grey-light;
	float:left;
	margin-right:15px;
	@include transition(background-color .3s ease);

}
*/
.hot-today li:hover {
  /*&:before{
  	background:$t-color-tertiary;
  }*/
}
.hot-today li:hover a h2 {
  color: red;
}

.top-row.article-links .ad-300x250 .google_ad {
  margin: auto;
  display: inline-block;
}

.hot-today a[target=_blank] .txt:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(https://hannity.com/wp-content/themes/hannity/assets/images/icon-external-link.png);
  background-size: 100%;
}

.e-countdown-wide {
  background-image: url("/wp-content/themes/hannity/assets/images/election-countdown/e-coundown-wide-bg.jpg");
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: auto 34px;
  overflow: hidden;
}
.e-countdown-wide .content {
  padding-top: 5px;
  line-height: 1em;
}

.e-countdown-wide .content, .e-countdown-footer .content {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  overflow: hidden !important;
}

.e-countdown-wide {
  height: 34px;
}
.e-countdown-wide .content {
  padding-right: 15px;
  font-size: 22px;
}

.e-countdown-wide .countdown, .e-countdown-wide .until {
  display: inline-block;
}
.e-countdown-wide .countdown {
  width: 150px;
  text-align: left;
  padding: 0 0 0 25px;
}

.e-countdown-footer .until {
  font-size: 16px;
  line-height: 1.2em;
}

.countdown {
  text-transform: uppercase;
}

@media (max-width: 550px) {
  .e-countdown-wide {
    text-align: left;
    background-position: -360px 0;
    margin: 20px 0 30px;
  }
  .e-countdown-wide .countdown {
    width: 158px;
    padding-left: 15px;
    text-align: center;
  }
  .e-countdown-wide .until {
    font-size: 16px;
    padding-left: 20px;
  }
}
.e-countdown-footer .content {
  width: 183px;
  top: 40px;
  padding-top: 1px;
  text-align: center;
  position: relative;
  height: 200px;
  background-image: url(/wp-content/themes/hannity/assets/images/election-countdown/e-coundown-footer-bg.jpg);
  background-size: 183px auto;
  background-repeat: no-repeat;
  background-position: center 5px;
}

.e-countdown-footer-holder {
  overflow: visible;
  z-index: 200;
  position: relative;
  clear: both;
}

@media (min-width: 968px) {
  .e-countdown-footer {
    position: absolute;
    left: 29vw;
  }
  footer.e-countdown .lock-up {
    left: 60px;
  }
  .e-countdown-footer {
    top: 0;
  }
  footer.e-countdown  .wp-block-post-content  .t-view-m-fit-3 > *:nth-child(1) {
    width: 45vw !important;
    max-width: 550px;
  }
  footer.e-countdown  .wp-block-post-content  .t-view-m-fit-3 > *:nth-child(2) {
    width: 35% !important;
  }
  footer.e-countdown  .wp-block-post-content  .t-view-m-fit-3 > *:nth-child(3) {
    width: 15% !important;
  }
}
@media (max-width: 968px) {
  .e-countdown-footer-holder {
    display: none;
  }
}
.e-countdown-footer2 .e-countdown-footer, .e-countdown-footer3 .e-countdown-footer {
  margin: auto;
  width: 180px;
}

.e-countdown-footer3 .e-countdown-footer .content {
  top: 20px;
}

.e-countdown-footer2 {
  top: -20px;
  padding-bottom: 20px 0;
  display: none;
  clear: both;
}

@media (min-width: 768px) and (max-width: 968px) {
  .e-countdown-footer2 {
    display: block;
  }
  .e-countdown-footer2 .e-countdown-footer {
    margin: auto;
    width: 180px;
  }
  footer.e-countdown .links {
    padding-left: 40px;
  }
}
@media (min-width: 1356px) {
  .e-countdown-footer {
    position: absolute;
    left: 350px;
  }
}
.e-countdown-728 {
  width: 100%;
  height: 90px;
  margin: auto;
  display: block;
  cursor: pointer;
  background-position: center top;
  background-image: url("/wp-content/themes/hannity/assets/images/election-countdown/election-countdown-bg.jpg");
  background-color: #151538;
  pointer-events: none;
}

.e-countdown-728 .content {
  height: 90px;
  background-image: url("/wp-content/themes/hannity/assets/images/election-countdown/election-countdown-content.png?a");
  display: block;
  max-width: 390px;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}

.e-countdown-728 .content .txt {
  position: absolute;
  top: 16px;
  width: 100%;
  left: 0;
  font-size: 24px !important;
  text-align: center;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.e-countdown-728 .content .view {
  margin-top: -6px;
  position: relative;
  display: block;
}

.e-countdown-728 .content .view > * {
  position: Absolute;
  display: block;
  top: 0;
}

.e-countdown-728 .content .view .txt {
  color: #000 !important;
  z-index: 101;
  text-transform: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.e-countdown-728:hover .view .txt {
  color: #CC0000 !important;
}

.e-countdown-728 .content .view .stroke {
  z-index: 100;
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: #fff;
  left: 50%;
  margin-left: -96px;
  font-size: 24px;
  top: 0px;
  text-transform: none;
}

@media (max-width: 320px) {
  .e-countdown-728 .content .txt, .e-countdown-728 .view .stroke {
    font-size: 23px !important;
  }
  .e-countdown-728 .view .stroke {
    margin-left: -92px !important;
  }
}
.search-box {
  clear: both;
  text-align: center;
  position: relative;
  top: 7px;
  max-height: 0px;
  -webkit-transition: max-height 0.3s ease;
  -moz-transition: max-height 0.3s ease;
  -ms-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  overflow: hidden !important;
}

.search-field {
  padding: 15px;
}

.show-search .search-box {
  height: auto;
  max-height: 100px;
}

 .wp-block-post-content  .t-navbar:after {
  content: "";
  position: relative;
  display: block;
  clear: both;
  padding-bottom: 0px;
}

#searchfield {
  display: inline-block;
  padding: 5px;
  width: calc(100vw - 150px) !important;
  top: 10px;
  min-width: 0;
  max-width: 270px;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}

.search-box .btn-search {
  display: inline;
  float: none;
  padding: 5px 15px !important;
  font-size: 16px;
  min-height: 32px;
  background-color: #fff;
}

.show-search .iheart-nav .btn-search:not(:hover) span:before {
  background-position: 3px 0 !important;
}

.search-box .btn-search:hover {
  color: white;
}

header nav {
  -webkit-transition: height 0.3s ease-in;
  -moz-transition: height 0.3s ease-in;
  -ms-transition: height 0.3s ease-in;
  -o-transition: height 0.3s ease-in;
  transition: height 0.3s ease-in;
}

.show-search header nav {
  /*height: 160px!important;*/
}

html .wp-block-post-content .refine-search {
  overflow: visible;
  z-index: 100;
  position: relative;
}
html .wp-block-post-content .refine-search [type=text], html .wp-block-post-content .refine-search [type=date], html .wp-block-post-content .refine-search [type=select] {
  padding: 8px 10px;
}
html .wp-block-post-content .refine-search * {
  overflow: visible;
}
html .wp-block-post-content .refine-search:after {
  display: block;
  clear: both;
  content: "";
}
html .wp-block-post-content .refine-search .btn-search {
  background-color: #c00 !important;
  margin: 0 0 0 5px;
  padding: 8px 10px 8px;
  top: -1px !important;
  position: relative;
}
html .wp-block-post-content .refine-search .btn-search span:before {
  background-position: -40px 0px;
  top: -1px;
  position: relative;
}
html .wp-block-post-content .refine-search .btn-search:hover span:before {
  background-position: 2px 0px !important;
}
html .wp-block-post-content .refine-search .btn-search:hover span:before {
  background-position: 0px 0px;
}
html .wp-block-post-content .refine-search .btn-search:hover {
  background-color: #fff !important;
}
html .wp-block-post-content .refine-search .to {
  display: inline;
  padding: 0 10px;
}
@media (min-width: 767px) {
  html .wp-block-post-content .refine-search .keyword-txt {
    display: inline;
  }
}
@media (min-width: 501px) and (max-width: 867px) {
  html .wp-block-post-content .refine-search .mediatype h4:not(.to), html .wp-block-post-content .refine-search .range h4:not(.to) {
    padding: 15px 0 5px !important;
  }
}
@media (max-width: 501px) {
  html .wp-block-post-content .refine-search .mediatype h4, html .wp-block-post-content .refine-search .range h4 {
    display: block !important;
    padding: 15px 0 5px !important;
  }
  html .wp-block-post-content .refine-search .mediatype .to, html .wp-block-post-content .refine-search .range .to {
    padding: 5px 0 !important;
  }
}

.searchvalue {
  width: calc(100% - 90px);
}
.searchvalue .wp-block-post-content  .t-txt-h4 {
  font-weight: 500 !important;
}

@media (min-width: 867px) {
  .refine-search .mediatype {
    max-width: 420px;
  }
  .refine-search {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .keyword {
    width: 350px;
  }
  .refine-search .mediatype {
    width: auto;
    min-width: 200px;
    padding: 0 30px 0 20px;
  }
  .range {
    white-space: nowrap;
  }
  .refine-search > div {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 501px) {
  html .wp-block-post-content .refine-search {
    padding-bottom: 90px !important;
  }
  html .wp-block-post-content .refine-search .custom-select {
    width: 100% !important;
  }
  html .wp-block-post-content .refine-search input {
    width: 100% !important;
    box-sizing: border-box;
  }
  html .wp-block-post-content .refine-search .searchrefine.btn-search {
    bottom: 20px !important;
    top: auto !important;
    left: 10px !important;
    float: none !important;
    position: absolute !important;
    padding: 10px 10px 0px;
  }
  html .wp-block-post-content .refine-search .btn-search:hover {
    background-color: #151538 !important;
  }
  html .wp-block-post-content .refine-search .searchrefine.btn-search {
    width: auto !important;
  }
  html .wp-block-post-content .refine-search .searchrefine.btn-search span:before {
    background-image: none !important;
    content: "Search";
    color: #fff !important;
    position: relative !important;
    display: block;
    width: auto !important;
    line-height: 1.1em;
  }
}
/* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: Arial;
  width: calc(100% - 10px);
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: #2F2E69;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 19px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
  color: #ffffff;
  padding: 9px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #2F2E69;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.sharelinks .sharelink {
  color: white;
  background: red;
  width: 22px;
  text-align: Center;
  padding: 6px;
  margin-right: 3px;
  font-size: 20px;
}

.sharelinks .sharelink.fa-alt {
  top: 3px;
  position: relative;
}

.sharelinks .sharelink:hover {
  background: black;
}

.election-central .election-banner img {
  width: 100% !important;
  height: auto !important;
  max-width: 650px;
}
.election-central .election-mantle .mod-txt p {
  font-size: 24px !important;
  font-weight: bold !important;
  max-width: 950px;
  margin: auto;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.election-central .election-signup .mod-txt p {
  font-size: 24px !important;
  font-weight: bold !important;
  max-width: 950px;
  margin: auto;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.election-central .election-signup [type=email] {
  width: 262px;
  padding: 10px 16px;
  border: none !important;
  margin-right: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.election-central .election-signup form {
  padding-top: 20px;
}
.election-central .election-signup form br {
  display: none;
}
.election-central .election-signup form [type=submit], .election-central .election-signup form button {
  background-color: #fff !important;
  font-size: 21px !important;
  border: none !important;
  padding: 10px 15px;
  border-radius: 4px;
  margin: 0 12px 0 0;
  color: #CC0000;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  top: 0px;
}
.election-central .election-signup form p {
  display: inline;
}
.election-central .election-signup form input {
  display: inline;
}
.election-central .election-deadlines ul {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%;
  display: block;
}
.election-central .election-deadlines .mod-txt > div {
  font-size: 14px;
  font-weight: 300;
}
@media (min-width: 980px) {
  .election-central .election-deadlines ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
  }
}
@media (min-width: 728px) and (max-width: 980px) {
  .election-central .election-deadlines ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
@media (min-width: 728px) {
  .election-central .election-schedule {
    width: 49% !important;
    float: left;
  }
  .election-central .election-schedule:nth-child(odd) {
    margin-right: 2%;
  }
}
@media (max-width: 728px) {
  .election-central .election-schedule {
    width: 100% !important;
  }
  .election-central .election-deadlines {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .election-central .election-schedule:nth-child(even) tr:first-of-type {
    display: none;
  }
  .election-central .election-schedule td:nth-child(1n+2) {
    width: 20% !important;
  }
  .election-central .election-signup form [type=email] {
    margin-bottom: 10px;
  }
}
@media (max-width: 400px) {
  .election-central .election-schedule td {
    width: auto !important;
  }
}
.election-central .pretty-header .wp-block-post-content  .t-txt-grey2 span:before, .election-central .pretty-header .wp-block-post-content  .t-txt-grey2 span::after {
  background-color: #9B9B9B;
}
.election-central .election-schedule tr td {
  font-weight: 400;
}
.election-central .election-schedule tr > td:nth-child(1) {
  text-transform: uppercase;
  font-weight: 600;
}
.election-central .election-schedule tr:first-child td {
  text-transform: uppercase;
  color: #888;
  font-weight: 600;
}
.election-central .election-schedule tr td {
  padding: 5px;
  border: 1px solid #e4e4e4;
}
.election-central .election-schedule tr td:first-child {
  border-left: none;
}
.election-central .election-schedule tr:first-child td {
  border-top: none;
}
.election-central .election-schedule tr:last-child td {
  border-bottom: none;
}
.election-central .election-schedule tr td:last-child {
  border-right: none;
}
.election-central .election-schedule tr td {
  padding: 5px;
}
.election-central .election-schedule tr:nth-child(even) {
  background-color: #f4f4f4;
}

.tmplt-election-state-details .disclaimer-txt {
  font-size: 18px;
}
.tmplt-election-state-details .election-signup {
  padding: 25px 0 30px !important;
}
@media (min-width: 728px) {
  .tmplt-election-state-details .election-signup .banner {
    float: left;
    width: 38%;
    padding: 0 40px;
  }
}
.tmplt-election-state-details .election-signup .banner img {
  width: 100%;
  height: auto;
}
.tmplt-election-state-details .election-signup .signup-form {
  text-align: left;
}
.tmplt-election-state-details .election-signup .signup-form  .wp-block-post-content  .t-txt-med {
  max-width: 350px;
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
}
@media (max-width: 728px) {
  .tmplt-election-state-details .election-signup .signup-form {
    padding: 20px;
    text-align: center;
    max-width: none !important;
  }
  .tmplt-election-state-details .election-signup .signup-form  .wp-block-post-content  .t-txt-med {
    margin: Auto;
  }
}
.tmplt-election-state-details .election-signup .newsletter-form-election {
  padding-top: 10px !important;
}
.tmplt-election-state-details .election-central .mod {
  position: relative;
}
.tmplt-election-state-details .election-central .mod:after {
  background-color: #CC0000;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 9;
}
.tmplt-election-state-details .election-central .mod:before {
  background-color: white;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  bottom: 5px;
  width: 100%;
  left: 0;
  z-index: 10;
}
.tmplt-election-state-details .register-vote {
  display: block;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
  max-width: 530px;
  text-align: center;
  margin: auto;
}
.tmplt-election-state-details .register-vote span {
  text-transform: uppercase;
  display: inline-block;
  line-height: 2em;
}
.tmplt-election-state-details .register-vote img {
  position: RElative;
  top: -4px;
  margin-left: 20px;
}
@media (max-width: 600px) {
  .tmplt-election-state-details .register-vote {
    margin: 10px;
  }
  .tmplt-election-state-details .register-vote img {
    position: RElative;
    top: 4px;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.tmplt-election-state-details .election-map-columns {
  border-bottom: 5px solid #CC0000;
}
@media (min-width: 864px) {
  .tmplt-election-state-details .election-map-columns  .wp-block-post-content  .t-view-election-map {
    float: left;
    width: calc(100% - 320px);
    padding-right: 80px;
  }
  .tmplt-election-state-details .election-map-columns .right-clmn {
    float: left;
    width: 320px;
  }
}
@media (max-width: 864px) {
  .tmplt-election-state-details .election-map-columns .right-clmn {
    margin: 40px 0;
  }
  .tmplt-election-state-details .election-map-columns .right-clmn h4 {
    text-align: Center;
  }
}
.tmplt-election-state-details #map_holder {
  width: 100% !important;
  height: 520px;
}
.tmplt-election-state-details svg {
  width: 100%;
  height: 500px;
}
.tmplt-election-state-details svg path {
  fill: #2C353E !important;
}
.tmplt-election-state-details text {
  pointer-events: none;
}
.tmplt-election-state-details text.disabled tspan {
  fill: #999 !important;
}
.tmplt-election-state-details svg path.disabled, .tmplt-election-state-details svg .disabled polygon, .tmplt-election-state-details svg rect.disabled {
  fill: #57566a !important;
  pointer-events: none;
}
.tmplt-election-state-details svg path:not(disabled), .tmplt-election-state-details svg :not(.disabled) polygon, .tmplt-election-state-details svg rect:not(.disabled) {
  cursor: pointer;
}
.tmplt-election-state-details svg path.active, .tmplt-election-state-details svg rect.active {
  fill: #CC0000 !important;
}
.tmplt-election-state-details .state-details .state-details-size {
  transition: height 0.3s ease;
}
.tmplt-election-state-details .select-menu {
  position: relative;
  top: -25px;
  display: block;
  width: 340px;
  margin: auto;
}
@media (max-width: 600px) {
  .tmplt-election-state-details #map_holder {
    display: none;
  }
  .tmplt-election-state-details  .wp-block-post-content  .t-view-election-map {
    padding-top: 30px;
  }
  .tmplt-election-state-details .state-info {
    padding: 0 15px !important;
    overflow: visible;
  }
  .tmplt-election-state-details .state-info td {
    min-width: 0 !important;
    padding-right: 10px !important;
    line-height: 1.1em;
  }
  .tmplt-election-state-details .select-menu, .tmplt-election-state-details .select-menu select {
    min-width: 100% !important;
    width: 100%;
  }
}
.tmplt-election-state-details .select-menu::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 15px;
  border-right: 9px solid transparent;
  border-top: 13px solid #4A4A4A;
  border-left: 9px solid transparent;
  transition: border 0.3s ease;
  pointer-events: none;
}
.tmplt-election-state-details .select-menu:hover::after {
  border-top: 13px solid red;
}
.tmplt-election-state-details svg text {
  font-size: 9px;
}
.tmplt-election-state-details select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 3px;
  padding: 10px 25px !important;
  min-width: 300px;
  width: 100%;
  font-size: 20px;
  display: block;
  font-weight: bold;
  text-transform: uppercase !important;
  color: #4A4A4A !important;
  margin: auto;
  border-color: #969798;
  background-color: #fff;
}
.tmplt-election-state-details .state-info {
  border: 1px solid #969798 !important;
  border-radius: 6px;
  padding: 0 20px 40px 40px;
  overflow: visible;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  margin: 0 10px;
}
.tmplt-election-state-details .nominees td {
  padding: 5px 5px 5px 0;
  min-width: 150px;
}
.tmplt-election-state-details .deadlines {
  margin-top: 10px;
}
.tmplt-election-state-details .deadlines td {
  border-left: 1px solid #E3E4E5;
}
.tmplt-election-state-details .deadlines tr:nth-child(1) td {
  text-transform: uppercase;
  font-weight: 600;
  color: #898A8B;
}
.tmplt-election-state-details .deadlines tr:nth-child(2) {
  background-color: #F3F4F5;
}
.tmplt-election-state-details .deadlines tr:nth-child(2) td {
  font-weight: 500;
  border-bottom: 1px solid #E3E4E5;
  border-top: 1px solid #E3E4E5;
}
.tmplt-election-state-details .deadlines td {
  padding: 8px 5px;
  min-width: 80px;
}

@media (min-width: 767px) {
  .m1_2clmn {
    display: flex;
  }
  .m1_2clmn h2 {
    font-size: 30px;
  }
  .m1_2clmn > * {
    width: 50%;
    float: left;
  }
  .m1_2clmn:not( .wp-block-post-content  .t-contain) .mod:nth-child(1)  .wp-block-post-content  .t-contain {
    margin-right: 0;
  }
  .m1_2clmn:not( .wp-block-post-content  .t-contain) .mod:nth-child(2)  .wp-block-post-content  .t-contain {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .m1_2clmn :nth-child(1) {
    margin-bottom: 10px;
  }
}
@media (min-width: 767px) {
  .m1_2clmn .wp-block-post-content  .t-flex-align {
    display: flex;
  }
  .m1_2clmn .wp-block-post-content  .t-flex-align .wp-block-post-content  .t-flex-center {
    align-items: stretch;
  }
  .m1_2clmn .wp-block-post-content  .t-flex-align .wp-block-post-content  .t-flex-center > * {
    align-items: center;
    display: flex;
  }
}
/* overriding column sizing */
@media (min-width: 767px) {
  .m1_2clmn {
    /* Wider right */
    /* Wider left */
  }
  .m1_2clmn.colmn_sz_45-55 .mod-m1:first-child {
    width: 45%;
  }
  .m1_2clmn.colmn_sz_45-55 .mod-m1:last-child {
    width: 55%;
  }
  .m1_2clmn.colmn_sz_40-60 .mod-m1:first-child {
    width: 40%;
  }
  .m1_2clmn.colmn_sz_40-60 .mod-m1:last-child {
    width: 60%;
  }
  .m1_2clmn.colmn_sz_35-65 .mod-m1:first-child {
    width: 35%;
  }
  .m1_2clmn.colmn_sz_35-65 .mod-m1:last-child {
    width: 65%;
  }
  .m1_2clmn.colmn_sz_30-70 .mod-m1:first-child {
    width: 30%;
  }
  .m1_2clmn.colmn_sz_30-70 .mod-m1:last-child {
    width: 70%;
  }
  .m1_2clmn.colmn_sz_25-75 .mod-m1:first-child {
    width: 25%;
  }
  .m1_2clmn.colmn_sz_25-75 .mod-m1:last-child {
    width: 75%;
  }
  .m1_2clmn.colmn_sz_20-80 .mod-m1:first-child {
    width: 20%;
  }
  .m1_2clmn.colmn_sz_20-80 .mod-m1:last-child {
    width: 80%;
  }
  .m1_2clmn.colmn_sz_15-75 .mod-m1:first-child {
    width: 15%;
  }
  .m1_2clmn.colmn_sz_15-75 .mod-m1:last-child {
    width: 75%;
  }
  .m1_2clmn.colmn_sz_20-80 .mod-m1:first-child {
    width: 20%;
  }
  .m1_2clmn.colmn_sz_20-80 .mod-m1:last-child {
    width: 80%;
  }
  .m1_2clmn.colmn_sz_15-85 .mod-m1:first-child {
    width: 20%;
  }
  .m1_2clmn.colmn_sz_15-85 .mod-m1:last-child {
    width: 80%;
  }
  .m1_2clmn.colmn_sz_10-90 .mod-m1:first-child {
    width: 20%;
  }
  .m1_2clmn.colmn_sz_10-90 .mod-m1:last-child {
    width: 80%;
  }
  .m1_2clmn.colmn_sz_55-45 .mod-m1:first-child {
    width: 55%;
  }
  .m1_2clmn.colmn_sz_55-45 .mod-m1:last-child {
    width: 45%;
  }
  .m1_2clmn.colmn_sz_60-40 .mod-m1:first-child {
    width: 60%;
  }
  .m1_2clmn.colmn_sz_60-40 .mod-m1:last-child {
    width: 40%;
  }
  .m1_2clmn.colmn_sz_65-35 .mod-m1:first-child {
    width: 65%;
  }
  .m1_2clmn.colmn_sz_65-35 .mod-m1:last-child {
    width: 35%;
  }
  .m1_2clmn.colmn_sz_70-30 .mod-m1:first-child {
    width: 70%;
  }
  .m1_2clmn.colmn_sz_70-30 .mod-m1:last-child {
    width: 30%;
  }
  .m1_2clmn.colmn_sz_75-25 .mod-m1:first-child {
    width: 75%;
  }
  .m1_2clmn.colmn_sz_75-25 .mod-m1:last-child {
    width: 25%;
  }
  .m1_2clmn.colmn_sz_80-20 .mod-m1:first-child {
    width: 80%;
  }
  .m1_2clmn.colmn_sz_80-20 .mod-m1:last-child {
    width: 20%;
  }
  .m1_2clmn.colmn_sz_85-15 .mod-m1:first-child {
    width: 85%;
  }
  .m1_2clmn.colmn_sz_85-15 .mod-m1:last-child {
    width: 15%;
  }
  .m1_2clmn.colmn_sz_90-10 .mod-m1:first-child {
    width: 90%;
  }
  .m1_2clmn.colmn_sz_90-10 .mod-m1:last-child {
    width: 10%;
  }
}
.m1_2clmn .full-width  .wp-block-post-content  .t-contain {
  width: 100%;
}

.m1_2clmn .mod-m1.floating-overlay  .wp-block-post-content  .t-contain {
  padding: 30px;
}

.m1_2clmn .mod-m1.floating-overlay a {
  color: #CC0000;
}
.m1_2clmn .mod-m1.floating-overlay a:hover {
  color: #151538;
}

@media (min-width: 767px) and (max-width: 968px) {
  .m1_2clmn .mod-m1.floating-overlay  .wp-block-post-content  .t-contain {
    padding: 40px;
    margin: 0 30px;
  }
}
.slideshow {
  padding: 0;
  width: 100%;
  /*@include calc(height, '100vh - 612px');
     min-height: 400px;
     max-height: 350px;*/
  height: 350px;
  position: relative;
}
.slideshow .wp-block-post-content  .t-contain .slide-content {
  padding: 80px;
}
.slideshow .slide-view {
  width: 100%;
}
.slideshow .bg-video {
  position: absolute;
}
.slideshow  .wp-block-post-content  .t-valigner {
  height: 100%;
}
.slideshow  .wp-block-post-content  .t-valign {
  padding-top: 20px;
  padding-bottom: 20px;
}
.slideshow ul.slides {
  height: 1px;
  position: relative;
}
.slideshow ul.slides > li {
  position: relative;
  float: left;
  height: 100%;
  display: block;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  clear: none !important;
}
.slideshow ul.slides > li[data-ratio=wide] {
  /*background-size: 100% auto;*/
}
.slideshow ul.slides > li[data-ratio=tall] {
  /*background-size: auto 100%;*/
}
.slideshow ul.slides > li:not(.fitimg) {
  background-size: cover;
}
.slideshow ul.slides > li.fitimg {
  background-size: contain;
}
.slideshow ul.slides > li img {
  display: block;
}
.slideshow ul.slides > li .link-hit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 400;
}
.slideshow ul.slides > li iframe {
  height: 100% !important;
  width: 100% !important;
  position: absolute;
  z-index: 50;
}
.slideshow ul.slides > li .text {
  position: relative;
  z-index: 100;
}
.slideshow ul.slides > li h2 {
  overflow: visible;
}
.slideshow[data-dir=vert] ul.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 0.3s ease, -webkit-filter 0.1s ease, -moz-filter 0.1s ease, -o-filter 0.1s ease, -ms-filter 0.1s ease, filter 0.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: 40px;
  font-weight: bold;
  font-family: Univers LT Std Condensed;
  line-height: 1em !important;
  text-transform: uppercase;
}

@media (min-width: 767px) {
  .mantle-slides .slide h3 {
    font-size: 40px;
    font-weight: bold;
  }
  .mantle-slides .slide  .wp-block-post-content  .t-txt-sm, .mantle-slides .slide  .wp-block-post-content  .t-txt-sm p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .mantle-slides .slide h3 {
    font-size: 36px;
    text-align: left;
  }
  .mantle-slides .slide .button-pos {
    text-align: left;
  }
  .mantle-slides .slide  .wp-block-post-content  .t-txt-sm, .mantle-slides .slide  .wp-block-post-content  .t-txt-sm p {
    font-size: 18px;
  }
}

@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 {
  /*margin-top: -20px;*/
}

.slide-nav .btn-prev {
  position: absolute;
}

.slide-nav .btn-next {
  position: absolute;
  right: 0;
}

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

.slide-nav li em {
  display: block;
  width: 60px;
  height: 70px;
  top: 50%;
  margin-top: -20px;
  position: relative;
  cusor: pointer;
  background: rgb(0, 0, 0);
}

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

.slide-nav li {
  opacity: 0.5;
}

.slide-nav li:hover {
  opacity: 0.6;
  cursor: pointer;
}
.slide-nav li:hover em:after {
  border-color: #fff;
}

.slide-nav li em:after {
  display: block;
  content: " ";
  border: 2px solid #ccc;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 24px;
  margin-left: -15px;
  top: 15px;
  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: 767px) {
  .slide-nav {
    display: none;
  }
}
@media (min-width: 767px) {
  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: 0.6;
  border-radius: 50%;
}

.indicator li.on {
  background-color: #151538;
  opacity: 1;
}

.indicator-alt .indicator li {
  background-color: #EAEAEA;
}
.indicator-alt .indicator li.on {
  opacity: 1;
}

.indicator-bg-clr1 .indicator-box {
  background-color: #151538;
}

.indicator-bg-clr2 .indicator-box {
  background-color: #CC0000;
}

.indicator-bg-clr3 .indicator-box {
  background-color: #CC0000;
}

.indicator-bg-clr4 .indicator-box {
  background-color: #1673ae;
}

.indicator-bg-clr5 .indicator-box {
  background-color: #2F2E69;
}

@media (max-width: 767px) {
  .slideshow.mantle {
    min-height: 400px !important;
  }
  .slideshow .slide-content {
    padding: 0 20px;
  }
  .slideshow .wp-block-post-content  .t-contain .slide-content {
    padding: 15px;
  }
}
.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:not(.fitimg) {
  background-size: cover;
}
.mod-m2 .item .thumb.fitimg {
  background-size: contain !important;
}

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

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

.mod-m2.hoverlinks .modlink:hover .thumb {
  color: #fff;
  background-color: #151538 !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: #2F2E69;
}

@media (max-width: 501px) {
  .mod-m2 .numblist .item .info::before {
    position: relative;
    display: block;
    text-align: center;
    padding: 30px 0 10px;
  }
}
@media (min-width: 501px) {
  .m2-big-circle-grid  .wp-block-post-content  .t-contain {
    max-width: 1024px;
  }
  .m2-big-circle-grid .modlink div.thumb {
    margin-bottom: 0 !important;
  }
}
.mod-m2 .info h3 + *, .mod-m2 .info .mod-txt + *, .mod-m2 .slide .text h3 + *, .mod-m2 .slide .text .mod-txt + * {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .mod-m2 .info h3 + *, .mod-m2 .info .mod-txt + *, .mod-m2 .slide .text h3 + *, .mod-m2 .slide .text .mod-txt + * {
    margin-top: 10px;
  }
}
.mod-m2.news-links .item .button {
  padding: 3px 0px 2px;
  background: none;
  color: #1673ae;
  font-weight: 400;
}
.mod-m2.news-links .item .button:hover {
  color: #151538;
}

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

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

@media (max-width: 501px) {
  .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: 22px;
}

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

@media (min-width: 767px) and (max-width: 1268px) {
  .slideshow .slide  .wp-block-post-content  .t-txt-lt-m  .wp-block-post-content  .t-valign {
    padding-left: 40px;
  }
  .slideshow .slide .slide-content {
    padding: 0 40px;
  }
}
@media (min-width: 767px) and (max-width: 1360px) {
  .slideshow .slide .slide-content {
    padding: 0 40px;
  }
}
.mod-m2.nurse-grid-titles h3 + p {
  margin-top: 10px !important;
}

.m2-littletxt .info h3 {
  font-size: 16px;
}

.mod-m3 blockquote:before, .mod-m3 blockquote:after {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 80px !important;
  position: relative;
}
.mod-m3 blockquote:before {
  top: 30px;
  content: "“" !important;
  line-height: 1px;
}
.mod-m3 blockquote:after {
  content: "„" !important;
  line-height: 0em;
}
.mod-m3 .mod-txt:before {
  content: "—";
}

.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;
}

@media (min-width: 767px) {
  .mod-m4 .m4-row {
    display: flex;
  }
  .mod-m4 .img {
    min-height: 450px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .mod-m4 .img:not(.fitimg) {
    background-size: cover;
  }
  .mod-m4 .img.fitimg {
    background-size: contain !important;
  }
  .mod-m4 .full-width .m4-row .mod-txt {
    max-width: 614px;
  }
  .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;
  }
}
.mod-m4 .img h3 {
  padding: 0 10px;
}

@media (max-width: 767px) {
  .mod-m4 .padding {
    padding: 15px 0;
  }
  .mod-m4 .img {
    position: relative;
  }
  .mod-m4 .img h3 {
    position: absolute;
    top: 50%;
    margin-top: -15px;
  }
}
h2.mod-header {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 30px;
}

.mod-txt .subscriptions {
  margin-left: -20px;
}

.slideshow {
  height: -webkit-calc(100vh - 612px);
  height: -moz-calc(100vh - 612px);
  height: -o-calc(100vh - 612px);
  height: -ms-calc(100vh - 612px);
  height: calc(100vh - 612px);
  min-height: 400px;
  max-height: 850px;
}

.x-capstone-header h2.mod-header {
  font-size: 60px;
  letter-spacing: 3px;
  padding: 20px 0;
  color: #151538;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.x-capstone-header h2.mod-header:after {
  display: block;
  content: "";
  background: #000000;
  width: 120px;
  height: 4px;
  left: 0;
  bottom: 0;
  position: absolute;
  right: 0;
  margin: auto;
}

.mod {
  background-position: center;
  background-size: cover;
}
.mod.fixed {
  background-attachment: fixed;
}

.mod-txt ul {
  display: inline-block;
  padding-left: 20px;
}
.mod-txt ul li {
  text-align: left;
}
.mod-txt img {
  margin: auto;
}
.mod-txt .size-full {
  width: 100% !important;
  max-width: 800px;
  height: auto !important;
}

.mod-txt iframe[src*=youtube], .mod-txt iframe[src*=vimeo] {
  width: 100% !important;
  height: 50vw !important;
  max-height: 650px;
  max-height: 450px;
  max-width: 800px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .mod:not(.mantleslider) {
    margin: 0 10px 10px !important;
  }
  .mod:not(.mantleslider)  .wp-block-post-content  .t-contain {
    padding: 20px 0;
  }
  .m1_2clmn {
    margin: 0 !important;
    padding: 0 !important;
  }
}
.mod a .mod-txt, .mod a .info, .mod a h1, .mod:not(.txt-lght) a h2.mod-header, .mod:not(.txt-lght) a h3 {
  color: #151538;
}

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

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

.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form textarea {
  padding: 10px;
  font-weight: 300;
  border: 1px solid #ccc;
}

.modlink {
  display: block;
}
.modlink:hover .button {
  color: #fff;
}

.m1_2clmn  .wp-block-post-content  .t-contain {
  width: 100%;
}
.m1_2clmn div:first-of-type  .wp-block-post-content  .t-contain {
  max-width: 620px;
}
.m1_2clmn div:last-of-type  .wp-block-post-content  .t-contain {
  max-width: 620px;
}

.mod.mod-m1 .wp-block-post-content  .t-txt-bot {
  align-items: flex-end !important;
}

.mod.mod-m1 .wp-block-post-content  .t-txt-top {
  align-items: flex-start !important;
}

 .wp-block-post-content  .t-img-cntr-m {
  background-position: center center !important;
}

 .wp-block-post-content  .t-img-lt-m {
  background-position: left center !important;
}

 .wp-block-post-content  .t-img-rt-m {
  background-position: right center !important;
}

 .wp-block-post-content  .t-img-cntr-b {
  background-position: center bottom !important;
}

 .wp-block-post-content  .t-img-lt-b {
  background-position: left bottom !important;
}

 .wp-block-post-content  .t-img-rt-b {
  background-position: right bottom !important;
}

 .wp-block-post-content  .t-img-cntr-t {
  background-position: center top !important;
}

 .wp-block-post-content  .t-img-lt-t {
  background-position: left top !important;
}

 .wp-block-post-content  .t-img-rt-t {
  background-position: right top !important;
}

.txt-lght {
  color: #fff;
}
.txt-lght p, .txt-lght h1, .txt-lght h2, .txt-lght h3, .txt-lght h4, .txt-lght h5, .txt-lght .txt-stylized {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

 .wp-block-post-content  .t-txt-rt-t >  .wp-block-post-content  .t-valign {
  vertical-align: top;
  text-align: right;
  padding-top: 40px;
}

 .wp-block-post-content  .t-txt-lt-m >  .wp-block-post-content  .t-valign {
  vertical-align: middle;
  text-align: left;
}

 .wp-block-post-content  .t-txt-cntr-m >  .wp-block-post-content  .t-valign {
  vertical-align: middle;
  text-align: center;
}

 .wp-block-post-content  .t-txt-cntr-t >  .wp-block-post-content  .t-valign {
  vertical-align: top;
  text-align: center;
  padding-top: 40px !important;
}

 .wp-block-post-content  .t-txt-rt-m >  .wp-block-post-content  .t-valign {
  vertical-align: middle;
  text-align: right;
}

 .wp-block-post-content  .t-txt-lt-b >  .wp-block-post-content  .t-valign {
  vertical-align: bottom;
  text-align: left;
  padding-bottom: 40px !important;
}

 .wp-block-post-content  .t-txt-lt-t >  .wp-block-post-content  .t-valign {
  vertical-align: top;
  text-align: left;
  padding-top: 40px !important;
}

 .wp-block-post-content  .t-txt-cntr-b >  .wp-block-post-content  .t-valign {
  vertical-align: bottom;
  text-align: center;
  padding-bottom: 40px !important;
}

 .wp-block-post-content  .t-txt-rt-b >  .wp-block-post-content  .t-valign {
  vertical-align: bottom;
  text-align: right;
  padding-bottom: 40px !important;
}

.lightbleed {
  position: relative;
}

.lightbleed  .wp-block-post-content  .t-contain {
  position: relative;
  z-index: 5;
}

.lightbleed:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

@media (min-width: 501px) {
   .wp-block-post-content  .t-txt-lt:not(.txt-lght).lightbleed:before,
   .wp-block-post-content  .t-txt-lt-t:not(.txt-lght).lightbleed:before,
   .wp-block-post-content  .t-txt-lt-m:not(.txt-lght).lightbleed:before {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 80%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 80%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  }
   .wp-block-post-content  .t-txt-lt.txt-lght.lightbleed:before,
   .wp-block-post-content  .t-txt-lt-t.txt-lght.lightbleed:before,
   .wp-block-post-content  .t-txt-lt-m.txt-lght.lightbleed:before {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000047",GradientType=1 );
  }
   .wp-block-post-content  .t-txt-cntr:not(.txt-lght).lightbleed:before,
   .wp-block-post-content  .t-txt-cntr-t:not(.txt-lght).lightbleed:before,
   .wp-block-post-content  .t-txt-cntr-m:not(.txt-lght).lightbleed:before {
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 80%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  }
   .wp-block-post-content  .t-txt-cntr.txt-lght.lightbleed:before,
   .wp-block-post-content  .t-txt-cntr-t.txt-lght.lightbleed:before,
   .wp-block-post-content  .t-txt-cntr-m.txt-lght.lightbleed:before {
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000047",GradientType=1 );
  }
   .wp-block-post-content  .t-txt-rt:not(.txt-lght).lightbleed:before,
   .wp-block-post-content  .t-txt-rt-t:not(.txt-lght).lightbleed:before,
   .wp-block-post-content  .t-txt-rt-m:not(.txt-lght).lightbleed:before {
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 80%);
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 80%);
    background: linear-gradient(to left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  }
   .wp-block-post-content  .t-txt-rt.txt-lght.lightbleed:before,
   .wp-block-post-content  .t-txt-rt-t.txt-lght.lightbleed:before,
   .wp-block-post-content  .t-txt-rt-m.txt-lght.lightbleed:before {
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
    background: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000047",GradientType=1 );
  }
}
.lightbleed:after {
  /*  content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(247, 255, 47, 0.02);
    */
}

.mod-m2.static-img .slide {
  background-attachment: fixed !important;
}

@media (max-width: 1023px) {
  .mod-m2.static-img .slide {
    background-attachment: scroll !important;
  }
}
.mod:not(.mod-m4).border {
  position: relative;
}

.mod:not(.mod-m4).border  .wp-block-post-content  .t-contain {
  position: relative;
  z-index: 5;
}

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

.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, 0.3);
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  z-index: 3;
  display: block;
}

.modlink .info {
  position: relative;
}

.mod-events .event-lnk {
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #151538;
  background-color: none;
  padding: 10px 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mod-events .date {
  width: 50px;
  text-align: center;
  padding-top: 15px;
  height: 50px !important;
  font-size: 14px;
  letter-spacing: 0.03em;
  margin-right: 10px;
  color: #fff;
  border-radius: 0 50% 0;
  display: block;
  min-width: 0;
  color: #CC0000;
  background-color: #CC0000;
  float: left;
  font-weight: 600;
}

.mod-events {
  display: block;
}
.mod-events .slider {
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: -o-calc(100% - 60px);
  width: -ms-calc(100% - 60px);
  width: calc(100% - 60px);
}

.mod-events .event-lnk .title {
  font-weight: 500 !important;
}

.mod-events h2 {
  padding-bottom: 30px;
}

.splash-mantle {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}
.splash-mantle .slideshow {
  height: 60vw !important;
}
.splash-mantle .slideshow .slide {
  background-position: center 0 !important;
}
.splash-mantle .graphic_header {
  position: absolute;
  right: 5.3vw;
  bottom: 3vw;
}
.splash-mantle .graphic_header img {
  width: 13vw;
}
.splash-mantle .slide-content {
  position: relative;
  z-index: 5;
  padding-bottom: 8vw !important;
}
.splash-mantle h3, .splash-mantle h5 {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-weight: 400;
}
.splash-mantle  .wp-block-post-content  .t-txt-h3 {
  font-size: 65px;
  font-weight: 700;
  line-height: 0.9em;
  margin-top: 0 !important;
}
.splash-mantle .slide-content > * {
  max-width: 500px;
}
.splash-mantle .button {
  font-size: 23px;
}

.mod.splash-mantle {
  margin: 0 !important;
}

@media (max-width: 1024px) {
  .mod.splash-mantle .slide .text {
    padding: 20px;
  }
  .mod.splash-mantle .slideshow {
    height: 600px !important;
  }
  .mod.splash-mantle .slideshow h3, .mod.splash-mantle .slideshow h5 {
    font-size: 30px;
    text-align: left;
  }
  .mod.splash-mantle .slideshow  .wp-block-post-content  .t-txt-h3 {
    font-size: 42px;
    line-height: 1.4em;
  }
  .mod.splash-mantle .button {
    font-size: 18px;
    padding: 15px 30px !important;
  }
  .mod.splash-mantle .button-pos {
    text-align: left;
  }
}
@media (max-width: 728px) {
  .mod.splash-mantle .slide-content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 2;
  }
  .mod.splash-mantle .slideshow {
    height: 450px !important;
  }
  .mod.splash-mantle .slideshow .slide {
    text-align: left;
  }
  .mod.splash-mantle .slideshow .slide-content {
    width: 75%;
    margin-left: 0;
  }
  .mod.splash-mantle .slideshow h3, .mod.splash-mantle .slideshow h5 {
    font-size: 15px;
    text-align: left;
  }
  .mod.splash-mantle .slideshow  .wp-block-post-content  .t-txt-h3 {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .mod.splash-mantle .slideshow .graphic_header {
    display: none;
  }
}
.article-padding .mod-txt {
  margin-left: -20px;
  margin-right: -20px;
}

.article-padding .mod-header + *:before {
  right: 20px !important;
}

.slideshow .slide .bw {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
}

#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 li, .nobull ul {
  margin: 0;
  padding: 0;
  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: 1228px) {
  body > section, body > footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  body > div > section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 767px) {
  .flex-m {
    display: -webkit-flex;
    display: flex;
  }
  .flex-m .flexed {
    display: flex;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animateFade {
  0% {
    opacity: 1;
    -webkit-transform: perspective(100px) translateZ(-50px);
    -moz-transform: perspective(100px) translateZ(-50px);
    -ms-transform: perspective(100px) translateZ(-50px);
    -o-transform: perspective(100px) translateZ(-50px);
    transform: perspective(100px) translateZ(-50px);
  }
  50% {
    opacity: 1;
    -webkit-transform: perspective(0px) translateZ(0px);
    -moz-transform: perspective(0px) translateZ(0px);
    -ms-transform: perspective(0px) translateZ(0px);
    -o-transform: perspective(0px) translateZ(0px);
    transform: perspective(0px) translateZ(0px);
  }
  100% {
    opacity: 0;
  }
}
/* @debug$increment-keys; */
/* Padding Percents */
@media (min-width: 0px) {
   .wp-block-post-content  .t-pad {
    padding: 60px;
  }
   .wp-block-post-content  .t-pad-top {
    padding-top: 60px;
  }
   .wp-block-post-content  .t-pad-rt {
    padding-right: 60px;
  }
   .wp-block-post-content  .t-pad-bot {
    padding-bottom: 60px;
  }
   .wp-block-post-content  .t-pad-lt {
    padding-left: 60px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-pad-xs {
    padding: 60px;
  }
   .wp-block-post-content  .t-pad-xs-top {
    padding-top: 60px;
  }
   .wp-block-post-content  .t-pad-xs-rt {
    padding-right: 60px;
  }
   .wp-block-post-content  .t-pad-xs-bot {
    padding-bottom: 60px;
  }
   .wp-block-post-content  .t-pad-xs-lt {
    padding-left: 60px;
  }
}
@media (min-width: 501px) {
   .wp-block-post-content  .t-pad-s {
    padding: 60px;
  }
   .wp-block-post-content  .t-pad-s-top {
    padding-top: 60px;
  }
   .wp-block-post-content  .t-pad-s-rt {
    padding-right: 60px;
  }
   .wp-block-post-content  .t-pad-s-bot {
    padding-bottom: 60px;
  }
   .wp-block-post-content  .t-pad-s-lt {
    padding-left: 60px;
  }
}
@media (min-width: 767px) {
   .wp-block-post-content  .t-pad-m {
    padding: 60px;
  }
   .wp-block-post-content  .t-pad-m-top {
    padding-top: 60px;
  }
   .wp-block-post-content  .t-pad-m-rt {
    padding-right: 60px;
  }
   .wp-block-post-content  .t-pad-m-bot {
    padding-bottom: 60px;
  }
   .wp-block-post-content  .t-pad-m-lt {
    padding-left: 60px;
  }
}
@media (min-width: 1023px) {
   .wp-block-post-content  .t-pad-l {
    padding: 60px;
  }
   .wp-block-post-content  .t-pad-l-top {
    padding-top: 60px;
  }
   .wp-block-post-content  .t-pad-l-rt {
    padding-right: 60px;
  }
   .wp-block-post-content  .t-pad-l-bot {
    padding-bottom: 60px;
  }
   .wp-block-post-content  .t-pad-l-lt {
    padding-left: 60px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-pad-75pc {
    padding: 45px;
  }
   .wp-block-post-content  .t-pad-75pc-top {
    padding-top: 45px;
  }
   .wp-block-post-content  .t-pad-75pc-rt {
    padding-right: 45px;
  }
   .wp-block-post-content  .t-pad-75pc-bot {
    padding-bottom: 45px;
  }
   .wp-block-post-content  .t-pad-75pc-lt {
    padding-left: 45px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-pad-xs-75pc {
    padding: 45px;
  }
   .wp-block-post-content  .t-pad-xs-75pc-top {
    padding-top: 45px;
  }
   .wp-block-post-content  .t-pad-xs-75pc-rt {
    padding-right: 45px;
  }
   .wp-block-post-content  .t-pad-xs-75pc-bot {
    padding-bottom: 45px;
  }
   .wp-block-post-content  .t-pad-xs-75pc-lt {
    padding-left: 45px;
  }
}
@media (min-width: 501px) {
   .wp-block-post-content  .t-pad-s-75pc {
    padding: 45px;
  }
   .wp-block-post-content  .t-pad-s-75pc-top {
    padding-top: 45px;
  }
   .wp-block-post-content  .t-pad-s-75pc-rt {
    padding-right: 45px;
  }
   .wp-block-post-content  .t-pad-s-75pc-bot {
    padding-bottom: 45px;
  }
   .wp-block-post-content  .t-pad-s-75pc-lt {
    padding-left: 45px;
  }
}
@media (min-width: 767px) {
   .wp-block-post-content  .t-pad-m-75pc {
    padding: 45px;
  }
   .wp-block-post-content  .t-pad-m-75pc-top {
    padding-top: 45px;
  }
   .wp-block-post-content  .t-pad-m-75pc-rt {
    padding-right: 45px;
  }
   .wp-block-post-content  .t-pad-m-75pc-bot {
    padding-bottom: 45px;
  }
   .wp-block-post-content  .t-pad-m-75pc-lt {
    padding-left: 45px;
  }
}
@media (min-width: 1023px) {
   .wp-block-post-content  .t-pad-l-75pc {
    padding: 45px;
  }
   .wp-block-post-content  .t-pad-l-75pc-top {
    padding-top: 45px;
  }
   .wp-block-post-content  .t-pad-l-75pc-rt {
    padding-right: 45px;
  }
   .wp-block-post-content  .t-pad-l-75pc-bot {
    padding-bottom: 45px;
  }
   .wp-block-post-content  .t-pad-l-75pc-lt {
    padding-left: 45px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-pad-50pc {
    padding: 30px;
  }
   .wp-block-post-content  .t-pad-50pc-top {
    padding-top: 30px;
  }
   .wp-block-post-content  .t-pad-50pc-rt {
    padding-right: 30px;
  }
   .wp-block-post-content  .t-pad-50pc-bot {
    padding-bottom: 30px;
  }
   .wp-block-post-content  .t-pad-50pc-lt {
    padding-left: 30px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-pad-xs-50pc {
    padding: 30px;
  }
   .wp-block-post-content  .t-pad-xs-50pc-top {
    padding-top: 30px;
  }
   .wp-block-post-content  .t-pad-xs-50pc-rt {
    padding-right: 30px;
  }
   .wp-block-post-content  .t-pad-xs-50pc-bot {
    padding-bottom: 30px;
  }
   .wp-block-post-content  .t-pad-xs-50pc-lt {
    padding-left: 30px;
  }
}
@media (min-width: 501px) {
   .wp-block-post-content  .t-pad-s-50pc {
    padding: 30px;
  }
   .wp-block-post-content  .t-pad-s-50pc-top {
    padding-top: 30px;
  }
   .wp-block-post-content  .t-pad-s-50pc-rt {
    padding-right: 30px;
  }
   .wp-block-post-content  .t-pad-s-50pc-bot {
    padding-bottom: 30px;
  }
   .wp-block-post-content  .t-pad-s-50pc-lt {
    padding-left: 30px;
  }
}
@media (min-width: 767px) {
   .wp-block-post-content  .t-pad-m-50pc {
    padding: 30px;
  }
   .wp-block-post-content  .t-pad-m-50pc-top {
    padding-top: 30px;
  }
   .wp-block-post-content  .t-pad-m-50pc-rt {
    padding-right: 30px;
  }
   .wp-block-post-content  .t-pad-m-50pc-bot {
    padding-bottom: 30px;
  }
   .wp-block-post-content  .t-pad-m-50pc-lt {
    padding-left: 30px;
  }
}
@media (min-width: 1023px) {
   .wp-block-post-content  .t-pad-l-50pc {
    padding: 30px;
  }
   .wp-block-post-content  .t-pad-l-50pc-top {
    padding-top: 30px;
  }
   .wp-block-post-content  .t-pad-l-50pc-rt {
    padding-right: 30px;
  }
   .wp-block-post-content  .t-pad-l-50pc-bot {
    padding-bottom: 30px;
  }
   .wp-block-post-content  .t-pad-l-50pc-lt {
    padding-left: 30px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-pad-33pc {
    padding: 20px;
  }
   .wp-block-post-content  .t-pad-33pc-top {
    padding-top: 20px;
  }
   .wp-block-post-content  .t-pad-33pc-rt {
    padding-right: 20px;
  }
   .wp-block-post-content  .t-pad-33pc-bot {
    padding-bottom: 20px;
  }
   .wp-block-post-content  .t-pad-33pc-lt {
    padding-left: 20px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-pad-xs-33pc {
    padding: 20px;
  }
   .wp-block-post-content  .t-pad-xs-33pc-top {
    padding-top: 20px;
  }
   .wp-block-post-content  .t-pad-xs-33pc-rt {
    padding-right: 20px;
  }
   .wp-block-post-content  .t-pad-xs-33pc-bot {
    padding-bottom: 20px;
  }
   .wp-block-post-content  .t-pad-xs-33pc-lt {
    padding-left: 20px;
  }
}
@media (min-width: 501px) {
   .wp-block-post-content  .t-pad-s-33pc {
    padding: 20px;
  }
   .wp-block-post-content  .t-pad-s-33pc-top {
    padding-top: 20px;
  }
   .wp-block-post-content  .t-pad-s-33pc-rt {
    padding-right: 20px;
  }
   .wp-block-post-content  .t-pad-s-33pc-bot {
    padding-bottom: 20px;
  }
   .wp-block-post-content  .t-pad-s-33pc-lt {
    padding-left: 20px;
  }
}
@media (min-width: 767px) {
   .wp-block-post-content  .t-pad-m-33pc {
    padding: 20px;
  }
   .wp-block-post-content  .t-pad-m-33pc-top {
    padding-top: 20px;
  }
   .wp-block-post-content  .t-pad-m-33pc-rt {
    padding-right: 20px;
  }
   .wp-block-post-content  .t-pad-m-33pc-bot {
    padding-bottom: 20px;
  }
   .wp-block-post-content  .t-pad-m-33pc-lt {
    padding-left: 20px;
  }
}
@media (min-width: 1023px) {
   .wp-block-post-content  .t-pad-l-33pc {
    padding: 20px;
  }
   .wp-block-post-content  .t-pad-l-33pc-top {
    padding-top: 20px;
  }
   .wp-block-post-content  .t-pad-l-33pc-rt {
    padding-right: 20px;
  }
   .wp-block-post-content  .t-pad-l-33pc-bot {
    padding-bottom: 20px;
  }
   .wp-block-post-content  .t-pad-l-33pc-lt {
    padding-left: 20px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-pad-25pc {
    padding: 15px;
  }
   .wp-block-post-content  .t-pad-25pc-top {
    padding-top: 15px;
  }
   .wp-block-post-content  .t-pad-25pc-rt {
    padding-right: 15px;
  }
   .wp-block-post-content  .t-pad-25pc-bot {
    padding-bottom: 15px;
  }
   .wp-block-post-content  .t-pad-25pc-lt {
    padding-left: 15px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-pad-xs-25pc {
    padding: 15px;
  }
   .wp-block-post-content  .t-pad-xs-25pc-top {
    padding-top: 15px;
  }
   .wp-block-post-content  .t-pad-xs-25pc-rt {
    padding-right: 15px;
  }
   .wp-block-post-content  .t-pad-xs-25pc-bot {
    padding-bottom: 15px;
  }
   .wp-block-post-content  .t-pad-xs-25pc-lt {
    padding-left: 15px;
  }
}
@media (min-width: 501px) {
   .wp-block-post-content  .t-pad-s-25pc {
    padding: 15px;
  }
   .wp-block-post-content  .t-pad-s-25pc-top {
    padding-top: 15px;
  }
   .wp-block-post-content  .t-pad-s-25pc-rt {
    padding-right: 15px;
  }
   .wp-block-post-content  .t-pad-s-25pc-bot {
    padding-bottom: 15px;
  }
   .wp-block-post-content  .t-pad-s-25pc-lt {
    padding-left: 15px;
  }
}
@media (min-width: 767px) {
   .wp-block-post-content  .t-pad-m-25pc {
    padding: 15px;
  }
   .wp-block-post-content  .t-pad-m-25pc-top {
    padding-top: 15px;
  }
   .wp-block-post-content  .t-pad-m-25pc-rt {
    padding-right: 15px;
  }
   .wp-block-post-content  .t-pad-m-25pc-bot {
    padding-bottom: 15px;
  }
   .wp-block-post-content  .t-pad-m-25pc-lt {
    padding-left: 15px;
  }
}
@media (min-width: 1023px) {
   .wp-block-post-content  .t-pad-l-25pc {
    padding: 15px;
  }
   .wp-block-post-content  .t-pad-l-25pc-top {
    padding-top: 15px;
  }
   .wp-block-post-content  .t-pad-l-25pc-rt {
    padding-right: 15px;
  }
   .wp-block-post-content  .t-pad-l-25pc-bot {
    padding-bottom: 15px;
  }
   .wp-block-post-content  .t-pad-l-25pc-lt {
    padding-left: 15px;
  }
}
/* Padding Pixels */
@media (min-width: 0px) {
   .wp-block-post-content  .t-pad-20px {
    padding: 20px;
  }
   .wp-block-post-content  .t-pad-20px-top {
    padding-top: 20px;
  }
   .wp-block-post-content  .t-pad-20px-rt {
    padding-right: 20px;
  }
   .wp-block-post-content  .t-pad-20px-bot {
    padding-bottom: 20px;
  }
   .wp-block-post-content  .t-pad-20px-lt {
    padding-left: 20px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-pad-xs-20px {
    padding: 20px;
  }
   .wp-block-post-content  .t-pad-xs-20px-top {
    padding-top: 20px;
  }
   .wp-block-post-content  .t-pad-xs-20px-rt {
    padding-right: 20px;
  }
   .wp-block-post-content  .t-pad-xs-20px-bot {
    padding-bottom: 20px;
  }
   .wp-block-post-content  .t-pad-xs-20px-lt {
    padding-left: 20px;
  }
}
@media (min-width: 501px) {
   .wp-block-post-content  .t-pad-s-20px {
    padding: 20px;
  }
   .wp-block-post-content  .t-pad-s-20px-top {
    padding-top: 20px;
  }
   .wp-block-post-content  .t-pad-s-20px-rt {
    padding-right: 20px;
  }
   .wp-block-post-content  .t-pad-s-20px-bot {
    padding-bottom: 20px;
  }
   .wp-block-post-content  .t-pad-s-20px-lt {
    padding-left: 20px;
  }
}
@media (min-width: 767px) {
   .wp-block-post-content  .t-pad-m-20px {
    padding: 20px;
  }
   .wp-block-post-content  .t-pad-m-20px-top {
    padding-top: 20px;
  }
   .wp-block-post-content  .t-pad-m-20px-rt {
    padding-right: 20px;
  }
   .wp-block-post-content  .t-pad-m-20px-bot {
    padding-bottom: 20px;
  }
   .wp-block-post-content  .t-pad-m-20px-lt {
    padding-left: 20px;
  }
}
@media (min-width: 1023px) {
   .wp-block-post-content  .t-pad-l-20px {
    padding: 20px;
  }
   .wp-block-post-content  .t-pad-l-20px-top {
    padding-top: 20px;
  }
   .wp-block-post-content  .t-pad-l-20px-rt {
    padding-right: 20px;
  }
   .wp-block-post-content  .t-pad-l-20px-bot {
    padding-bottom: 20px;
  }
   .wp-block-post-content  .t-pad-l-20px-lt {
    padding-left: 20px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-pad-15px {
    padding: 15px;
  }
   .wp-block-post-content  .t-pad-15px-top {
    padding-top: 15px;
  }
   .wp-block-post-content  .t-pad-15px-rt {
    padding-right: 15px;
  }
   .wp-block-post-content  .t-pad-15px-bot {
    padding-bottom: 15px;
  }
   .wp-block-post-content  .t-pad-15px-lt {
    padding-left: 15px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-pad-xs-15px {
    padding: 15px;
  }
   .wp-block-post-content  .t-pad-xs-15px-top {
    padding-top: 15px;
  }
   .wp-block-post-content  .t-pad-xs-15px-rt {
    padding-right: 15px;
  }
   .wp-block-post-content  .t-pad-xs-15px-bot {
    padding-bottom: 15px;
  }
   .wp-block-post-content  .t-pad-xs-15px-lt {
    padding-left: 15px;
  }
}
@media (min-width: 501px) {
   .wp-block-post-content  .t-pad-s-15px {
    padding: 15px;
  }
   .wp-block-post-content  .t-pad-s-15px-top {
    padding-top: 15px;
  }
   .wp-block-post-content  .t-pad-s-15px-rt {
    padding-right: 15px;
  }
   .wp-block-post-content  .t-pad-s-15px-bot {
    padding-bottom: 15px;
  }
   .wp-block-post-content  .t-pad-s-15px-lt {
    padding-left: 15px;
  }
}
@media (min-width: 767px) {
   .wp-block-post-content  .t-pad-m-15px {
    padding: 15px;
  }
   .wp-block-post-content  .t-pad-m-15px-top {
    padding-top: 15px;
  }
   .wp-block-post-content  .t-pad-m-15px-rt {
    padding-right: 15px;
  }
   .wp-block-post-content  .t-pad-m-15px-bot {
    padding-bottom: 15px;
  }
   .wp-block-post-content  .t-pad-m-15px-lt {
    padding-left: 15px;
  }
}
@media (min-width: 1023px) {
   .wp-block-post-content  .t-pad-l-15px {
    padding: 15px;
  }
   .wp-block-post-content  .t-pad-l-15px-top {
    padding-top: 15px;
  }
   .wp-block-post-content  .t-pad-l-15px-rt {
    padding-right: 15px;
  }
   .wp-block-post-content  .t-pad-l-15px-bot {
    padding-bottom: 15px;
  }
   .wp-block-post-content  .t-pad-l-15px-lt {
    padding-left: 15px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-pad-10px {
    padding: 10px;
  }
   .wp-block-post-content  .t-pad-10px-top {
    padding-top: 10px;
  }
   .wp-block-post-content  .t-pad-10px-rt {
    padding-right: 10px;
  }
   .wp-block-post-content  .t-pad-10px-bot {
    padding-bottom: 10px;
  }
   .wp-block-post-content  .t-pad-10px-lt {
    padding-left: 10px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-pad-xs-10px {
    padding: 10px;
  }
   .wp-block-post-content  .t-pad-xs-10px-top {
    padding-top: 10px;
  }
   .wp-block-post-content  .t-pad-xs-10px-rt {
    padding-right: 10px;
  }
   .wp-block-post-content  .t-pad-xs-10px-bot {
    padding-bottom: 10px;
  }
   .wp-block-post-content  .t-pad-xs-10px-lt {
    padding-left: 10px;
  }
}
@media (min-width: 501px) {
   .wp-block-post-content  .t-pad-s-10px {
    padding: 10px;
  }
   .wp-block-post-content  .t-pad-s-10px-top {
    padding-top: 10px;
  }
   .wp-block-post-content  .t-pad-s-10px-rt {
    padding-right: 10px;
  }
   .wp-block-post-content  .t-pad-s-10px-bot {
    padding-bottom: 10px;
  }
   .wp-block-post-content  .t-pad-s-10px-lt {
    padding-left: 10px;
  }
}
@media (min-width: 767px) {
   .wp-block-post-content  .t-pad-m-10px {
    padding: 10px;
  }
   .wp-block-post-content  .t-pad-m-10px-top {
    padding-top: 10px;
  }
   .wp-block-post-content  .t-pad-m-10px-rt {
    padding-right: 10px;
  }
   .wp-block-post-content  .t-pad-m-10px-bot {
    padding-bottom: 10px;
  }
   .wp-block-post-content  .t-pad-m-10px-lt {
    padding-left: 10px;
  }
}
@media (min-width: 1023px) {
   .wp-block-post-content  .t-pad-l-10px {
    padding: 10px;
  }
   .wp-block-post-content  .t-pad-l-10px-top {
    padding-top: 10px;
  }
   .wp-block-post-content  .t-pad-l-10px-rt {
    padding-right: 10px;
  }
   .wp-block-post-content  .t-pad-l-10px-bot {
    padding-bottom: 10px;
  }
   .wp-block-post-content  .t-pad-l-10px-lt {
    padding-left: 10px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-pad-5px {
    padding: 5px;
  }
   .wp-block-post-content  .t-pad-5px-top {
    padding-top: 5px;
  }
   .wp-block-post-content  .t-pad-5px-rt {
    padding-right: 5px;
  }
   .wp-block-post-content  .t-pad-5px-bot {
    padding-bottom: 5px;
  }
   .wp-block-post-content  .t-pad-5px-lt {
    padding-left: 5px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-pad-xs-5px {
    padding: 5px;
  }
   .wp-block-post-content  .t-pad-xs-5px-top {
    padding-top: 5px;
  }
   .wp-block-post-content  .t-pad-xs-5px-rt {
    padding-right: 5px;
  }
   .wp-block-post-content  .t-pad-xs-5px-bot {
    padding-bottom: 5px;
  }
   .wp-block-post-content  .t-pad-xs-5px-lt {
    padding-left: 5px;
  }
}
@media (min-width: 501px) {
   .wp-block-post-content  .t-pad-s-5px {
    padding: 5px;
  }
   .wp-block-post-content  .t-pad-s-5px-top {
    padding-top: 5px;
  }
   .wp-block-post-content  .t-pad-s-5px-rt {
    padding-right: 5px;
  }
   .wp-block-post-content  .t-pad-s-5px-bot {
    padding-bottom: 5px;
  }
   .wp-block-post-content  .t-pad-s-5px-lt {
    padding-left: 5px;
  }
}
@media (min-width: 767px) {
   .wp-block-post-content  .t-pad-m-5px {
    padding: 5px;
  }
   .wp-block-post-content  .t-pad-m-5px-top {
    padding-top: 5px;
  }
   .wp-block-post-content  .t-pad-m-5px-rt {
    padding-right: 5px;
  }
   .wp-block-post-content  .t-pad-m-5px-bot {
    padding-bottom: 5px;
  }
   .wp-block-post-content  .t-pad-m-5px-lt {
    padding-left: 5px;
  }
}
@media (min-width: 1023px) {
   .wp-block-post-content  .t-pad-l-5px {
    padding: 5px;
  }
   .wp-block-post-content  .t-pad-l-5px-top {
    padding-top: 5px;
  }
   .wp-block-post-content  .t-pad-l-5px-rt {
    padding-right: 5px;
  }
   .wp-block-post-content  .t-pad-l-5px-bot {
    padding-bottom: 5px;
  }
   .wp-block-post-content  .t-pad-l-5px-lt {
    padding-left: 5px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-pad-0px {
    padding: 0px;
  }
   .wp-block-post-content  .t-pad-0px-top {
    padding-top: 0px;
  }
   .wp-block-post-content  .t-pad-0px-rt {
    padding-right: 0px;
  }
   .wp-block-post-content  .t-pad-0px-bot {
    padding-bottom: 0px;
  }
   .wp-block-post-content  .t-pad-0px-lt {
    padding-left: 0px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-pad-xs-0px {
    padding: 0px;
  }
   .wp-block-post-content  .t-pad-xs-0px-top {
    padding-top: 0px;
  }
   .wp-block-post-content  .t-pad-xs-0px-rt {
    padding-right: 0px;
  }
   .wp-block-post-content  .t-pad-xs-0px-bot {
    padding-bottom: 0px;
  }
   .wp-block-post-content  .t-pad-xs-0px-lt {
    padding-left: 0px;
  }
}
@media (min-width: 501px) {
   .wp-block-post-content  .t-pad-s-0px {
    padding: 0px;
  }
   .wp-block-post-content  .t-pad-s-0px-top {
    padding-top: 0px;
  }
   .wp-block-post-content  .t-pad-s-0px-rt {
    padding-right: 0px;
  }
   .wp-block-post-content  .t-pad-s-0px-bot {
    padding-bottom: 0px;
  }
   .wp-block-post-content  .t-pad-s-0px-lt {
    padding-left: 0px;
  }
}
@media (min-width: 767px) {
   .wp-block-post-content  .t-pad-m-0px {
    padding: 0px;
  }
   .wp-block-post-content  .t-pad-m-0px-top {
    padding-top: 0px;
  }
   .wp-block-post-content  .t-pad-m-0px-rt {
    padding-right: 0px;
  }
   .wp-block-post-content  .t-pad-m-0px-bot {
    padding-bottom: 0px;
  }
   .wp-block-post-content  .t-pad-m-0px-lt {
    padding-left: 0px;
  }
}
@media (min-width: 1023px) {
   .wp-block-post-content  .t-pad-l-0px {
    padding: 0px;
  }
   .wp-block-post-content  .t-pad-l-0px-top {
    padding-top: 0px;
  }
   .wp-block-post-content  .t-pad-l-0px-rt {
    padding-right: 0px;
  }
   .wp-block-post-content  .t-pad-l-0px-bot {
    padding-bottom: 0px;
  }
   .wp-block-post-content  .t-pad-l-0px-lt {
    padding-left: 0px;
  }
}
/* Margin Percents */
@media (min-width: 0px) {
   .wp-block-post-content  .t-marg {
    margin: 60px;
  }
   .wp-block-post-content  .t-marg-top {
    margin-top: 60px;
  }
   .wp-block-post-content  .t-marg-rt {
    margin-right: 60px;
  }
   .wp-block-post-content  .t-marg-bot {
    margin-bottom: 60px;
  }
   .wp-block-post-content  .t-marg-lt {
    margin-left: 60px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-marg-xs {
    margin: 60px;
  }
   .wp-block-post-content  .t-marg-xs-top {
    margin-top: 60px;
  }
   .wp-block-post-content  .t-marg-xs-rt {
    margin-right: 60px;
  }
   .wp-block-post-content  .t-marg-xs-bot {
    margin-bottom: 60px;
  }
   .wp-block-post-content  .t-marg-xs-lt {
    margin-left: 60px;
  }
}
@media (min-width: 501px) {
   .wp-block-post-content  .t-marg-s {
    margin: 60px;
  }
   .wp-block-post-content  .t-marg-s-top {
    margin-top: 60px;
  }
   .wp-block-post-content  .t-marg-s-rt {
    margin-right: 60px;
  }
   .wp-block-post-content  .t-marg-s-bot {
    margin-bottom: 60px;
  }
   .wp-block-post-content  .t-marg-s-lt {
    margin-left: 60px;
  }
}
@media (min-width: 767px) {
   .wp-block-post-content  .t-marg-m {
    margin: 60px;
  }
   .wp-block-post-content  .t-marg-m-top {
    margin-top: 60px;
  }
   .wp-block-post-content  .t-marg-m-rt {
    margin-right: 60px;
  }
   .wp-block-post-content  .t-marg-m-bot {
    margin-bottom: 60px;
  }
   .wp-block-post-content  .t-marg-m-lt {
    margin-left: 60px;
  }
}
@media (min-width: 1023px) {
   .wp-block-post-content  .t-marg-l {
    margin: 60px;
  }
   .wp-block-post-content  .t-marg-l-top {
    margin-top: 60px;
  }
   .wp-block-post-content  .t-marg-l-rt {
    margin-right: 60px;
  }
   .wp-block-post-content  .t-marg-l-bot {
    margin-bottom: 60px;
  }
   .wp-block-post-content  .t-marg-l-lt {
    margin-left: 60px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-marg-75pc {
    margin: 45px;
  }
   .wp-block-post-content  .t-marg-75pc-top {
    margin-top: 45px;
  }
   .wp-block-post-content  .t-marg-75pc-rt {
    margin-right: 45px;
  }
   .wp-block-post-content  .t-marg-75pc-bot {
    margin-bottom: 45px;
  }
   .wp-block-post-content  .t-marg-75pc-lt {
    margin-left: 45px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-marg-xs-75pc {
    margin: 45px;
  }
   .wp-block-post-content  .t-marg-xs-75pc-top {
    margin-top: 45px;
  }
   .wp-block-post-content  .t-marg-xs-75pc-rt {
    margin-right: 45px;
  }
   .wp-block-post-content  .t-marg-xs-75pc-bot {
    margin-bottom: 45px;
  }
   .wp-block-post-content  .t-marg-xs-75pc-lt {
    margin-left: 45px;
  }
}
@media (min-width: 501px) {
   .wp-block-post-content  .t-marg-s-75pc {
    margin: 45px;
  }
   .wp-block-post-content  .t-marg-s-75pc-top {
    margin-top: 45px;
  }
   .wp-block-post-content  .t-marg-s-75pc-rt {
    margin-right: 45px;
  }
   .wp-block-post-content  .t-marg-s-75pc-bot {
    margin-bottom: 45px;
  }
   .wp-block-post-content  .t-marg-s-75pc-lt {
    margin-left: 45px;
  }
}
@media (min-width: 767px) {
   .wp-block-post-content  .t-marg-m-75pc {
    margin: 45px;
  }
   .wp-block-post-content  .t-marg-m-75pc-top {
    margin-top: 45px;
  }
   .wp-block-post-content  .t-marg-m-75pc-rt {
    margin-right: 45px;
  }
   .wp-block-post-content  .t-marg-m-75pc-bot {
    margin-bottom: 45px;
  }
   .wp-block-post-content  .t-marg-m-75pc-lt {
    margin-left: 45px;
  }
}
@media (min-width: 1023px) {
   .wp-block-post-content  .t-marg-l-75pc {
    margin: 45px;
  }
   .wp-block-post-content  .t-marg-l-75pc-top {
    margin-top: 45px;
  }
   .wp-block-post-content  .t-marg-l-75pc-rt {
    margin-right: 45px;
  }
   .wp-block-post-content  .t-marg-l-75pc-bot {
    margin-bottom: 45px;
  }
   .wp-block-post-content  .t-marg-l-75pc-lt {
    margin-left: 45px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-marg-50pc {
    margin: 30px;
  }
   .wp-block-post-content  .t-marg-50pc-top {
    margin-top: 30px;
  }
   .wp-block-post-content  .t-marg-50pc-rt {
    margin-right: 30px;
  }
   .wp-block-post-content  .t-marg-50pc-bot {
    margin-bottom: 30px;
  }
   .wp-block-post-content  .t-marg-50pc-lt {
    margin-left: 30px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-marg-xs-50pc {
    margin: 30px;
  }
   .wp-block-post-content  .t-marg-xs-50pc-top {
    margin-top: 30px;
  }
   .wp-block-post-content  .t-marg-xs-50pc-rt {
    margin-right: 30px;
  }
   .wp-block-post-content  .t-marg-xs-50pc-bot {
    margin-bottom: 30px;
  }
   .wp-block-post-content  .t-marg-xs-50pc-lt {
    margin-left: 30px;
  }
}
@media (min-width: 501px) {
   .wp-block-post-content  .t-marg-s-50pc {
    margin: 30px;
  }
   .wp-block-post-content  .t-marg-s-50pc-top {
    margin-top: 30px;
  }
   .wp-block-post-content  .t-marg-s-50pc-rt {
    margin-right: 30px;
  }
   .wp-block-post-content  .t-marg-s-50pc-bot {
    margin-bottom: 30px;
  }
   .wp-block-post-content  .t-marg-s-50pc-lt {
    margin-left: 30px;
  }
}
@media (min-width: 767px) {
   .wp-block-post-content  .t-marg-m-50pc {
    margin: 30px;
  }
   .wp-block-post-content  .t-marg-m-50pc-top {
    margin-top: 30px;
  }
   .wp-block-post-content  .t-marg-m-50pc-rt {
    margin-right: 30px;
  }
   .wp-block-post-content  .t-marg-m-50pc-bot {
    margin-bottom: 30px;
  }
   .wp-block-post-content  .t-marg-m-50pc-lt {
    margin-left: 30px;
  }
}
@media (min-width: 1023px) {
   .wp-block-post-content  .t-marg-l-50pc {
    margin: 30px;
  }
   .wp-block-post-content  .t-marg-l-50pc-top {
    margin-top: 30px;
  }
   .wp-block-post-content  .t-marg-l-50pc-rt {
    margin-right: 30px;
  }
   .wp-block-post-content  .t-marg-l-50pc-bot {
    margin-bottom: 30px;
  }
   .wp-block-post-content  .t-marg-l-50pc-lt {
    margin-left: 30px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-marg-33pc {
    margin: 20px;
  }
   .wp-block-post-content  .t-marg-33pc-top {
    margin-top: 20px;
  }
   .wp-block-post-content  .t-marg-33pc-rt {
    margin-right: 20px;
  }
   .wp-block-post-content  .t-marg-33pc-bot {
    margin-bottom: 20px;
  }
   .wp-block-post-content  .t-marg-33pc-lt {
    margin-left: 20px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-marg-xs-33pc {
    margin: 20px;
  }
   .wp-block-post-content  .t-marg-xs-33pc-top {
    margin-top: 20px;
  }
   .wp-block-post-content  .t-marg-xs-33pc-rt {
    margin-right: 20px;
  }
   .wp-block-post-content  .t-marg-xs-33pc-bot {
    margin-bottom: 20px;
  }
   .wp-block-post-content  .t-marg-xs-33pc-lt {
    margin-left: 20px;
  }
}
@media (min-width: 501px) {
   .wp-block-post-content  .t-marg-s-33pc {
    margin: 20px;
  }
   .wp-block-post-content  .t-marg-s-33pc-top {
    margin-top: 20px;
  }
   .wp-block-post-content  .t-marg-s-33pc-rt {
    margin-right: 20px;
  }
   .wp-block-post-content  .t-marg-s-33pc-bot {
    margin-bottom: 20px;
  }
   .wp-block-post-content  .t-marg-s-33pc-lt {
    margin-left: 20px;
  }
}
@media (min-width: 767px) {
   .wp-block-post-content  .t-marg-m-33pc {
    margin: 20px;
  }
   .wp-block-post-content  .t-marg-m-33pc-top {
    margin-top: 20px;
  }
   .wp-block-post-content  .t-marg-m-33pc-rt {
    margin-right: 20px;
  }
   .wp-block-post-content  .t-marg-m-33pc-bot {
    margin-bottom: 20px;
  }
   .wp-block-post-content  .t-marg-m-33pc-lt {
    margin-left: 20px;
  }
}
@media (min-width: 1023px) {
   .wp-block-post-content  .t-marg-l-33pc {
    margin: 20px;
  }
   .wp-block-post-content  .t-marg-l-33pc-top {
    margin-top: 20px;
  }
   .wp-block-post-content  .t-marg-l-33pc-rt {
    margin-right: 20px;
  }
   .wp-block-post-content  .t-marg-l-33pc-bot {
    margin-bottom: 20px;
  }
   .wp-block-post-content  .t-marg-l-33pc-lt {
    margin-left: 20px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-marg-25pc {
    margin: 15px;
  }
   .wp-block-post-content  .t-marg-25pc-top {
    margin-top: 15px;
  }
   .wp-block-post-content  .t-marg-25pc-rt {
    margin-right: 15px;
  }
   .wp-block-post-content  .t-marg-25pc-bot {
    margin-bottom: 15px;
  }
   .wp-block-post-content  .t-marg-25pc-lt {
    margin-left: 15px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-marg-xs-25pc {
    margin: 15px;
  }
   .wp-block-post-content  .t-marg-xs-25pc-top {
    margin-top: 15px;
  }
   .wp-block-post-content  .t-marg-xs-25pc-rt {
    margin-right: 15px;
  }
   .wp-block-post-content  .t-marg-xs-25pc-bot {
    margin-bottom: 15px;
  }
   .wp-block-post-content  .t-marg-xs-25pc-lt {
    margin-left: 15px;
  }
}
@media (min-width: 501px) {
   .wp-block-post-content  .t-marg-s-25pc {
    margin: 15px;
  }
   .wp-block-post-content  .t-marg-s-25pc-top {
    margin-top: 15px;
  }
   .wp-block-post-content  .t-marg-s-25pc-rt {
    margin-right: 15px;
  }
   .wp-block-post-content  .t-marg-s-25pc-bot {
    margin-bottom: 15px;
  }
   .wp-block-post-content  .t-marg-s-25pc-lt {
    margin-left: 15px;
  }
}
@media (min-width: 767px) {
   .wp-block-post-content  .t-marg-m-25pc {
    margin: 15px;
  }
   .wp-block-post-content  .t-marg-m-25pc-top {
    margin-top: 15px;
  }
   .wp-block-post-content  .t-marg-m-25pc-rt {
    margin-right: 15px;
  }
   .wp-block-post-content  .t-marg-m-25pc-bot {
    margin-bottom: 15px;
  }
   .wp-block-post-content  .t-marg-m-25pc-lt {
    margin-left: 15px;
  }
}
@media (min-width: 1023px) {
   .wp-block-post-content  .t-marg-l-25pc {
    margin: 15px;
  }
   .wp-block-post-content  .t-marg-l-25pc-top {
    margin-top: 15px;
  }
   .wp-block-post-content  .t-marg-l-25pc-rt {
    margin-right: 15px;
  }
   .wp-block-post-content  .t-marg-l-25pc-bot {
    margin-bottom: 15px;
  }
   .wp-block-post-content  .t-marg-l-25pc-lt {
    margin-left: 15px;
  }
}
/* Margin Pixels */
@media (min-width: 0px) {
   .wp-block-post-content  .t-marg-20px {
    margin: 20px;
  }
   .wp-block-post-content  .t-marg-20px-top {
    margin-top: 20px;
  }
   .wp-block-post-content  .t-marg-20px-rt {
    margin-right: 20px;
  }
   .wp-block-post-content  .t-marg-20px-bot {
    margin-bottom: 20px;
  }
   .wp-block-post-content  .t-marg-20px-lt {
    margin-left: 20px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-marg-xs-20px {
    margin: 20px;
  }
   .wp-block-post-content  .t-marg-xs-20px-top {
    margin-top: 20px;
  }
   .wp-block-post-content  .t-marg-xs-20px-rt {
    margin-right: 20px;
  }
   .wp-block-post-content  .t-marg-xs-20px-bot {
    margin-bottom: 20px;
  }
   .wp-block-post-content  .t-marg-xs-20px-lt {
    margin-left: 20px;
  }
}
@media (min-width: 501px) {
   .wp-block-post-content  .t-marg-s-20px {
    margin: 20px;
  }
   .wp-block-post-content  .t-marg-s-20px-top {
    margin-top: 20px;
  }
   .wp-block-post-content  .t-marg-s-20px-rt {
    margin-right: 20px;
  }
   .wp-block-post-content  .t-marg-s-20px-bot {
    margin-bottom: 20px;
  }
   .wp-block-post-content  .t-marg-s-20px-lt {
    margin-left: 20px;
  }
}
@media (min-width: 767px) {
   .wp-block-post-content  .t-marg-m-20px {
    margin: 20px;
  }
   .wp-block-post-content  .t-marg-m-20px-top {
    margin-top: 20px;
  }
   .wp-block-post-content  .t-marg-m-20px-rt {
    margin-right: 20px;
  }
   .wp-block-post-content  .t-marg-m-20px-bot {
    margin-bottom: 20px;
  }
   .wp-block-post-content  .t-marg-m-20px-lt {
    margin-left: 20px;
  }
}
@media (min-width: 1023px) {
   .wp-block-post-content  .t-marg-l-20px {
    margin: 20px;
  }
   .wp-block-post-content  .t-marg-l-20px-top {
    margin-top: 20px;
  }
   .wp-block-post-content  .t-marg-l-20px-rt {
    margin-right: 20px;
  }
   .wp-block-post-content  .t-marg-l-20px-bot {
    margin-bottom: 20px;
  }
   .wp-block-post-content  .t-marg-l-20px-lt {
    margin-left: 20px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-marg-15px {
    margin: 15px;
  }
   .wp-block-post-content  .t-marg-15px-top {
    margin-top: 15px;
  }
   .wp-block-post-content  .t-marg-15px-rt {
    margin-right: 15px;
  }
   .wp-block-post-content  .t-marg-15px-bot {
    margin-bottom: 15px;
  }
   .wp-block-post-content  .t-marg-15px-lt {
    margin-left: 15px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-marg-xs-15px {
    margin: 15px;
  }
   .wp-block-post-content  .t-marg-xs-15px-top {
    margin-top: 15px;
  }
   .wp-block-post-content  .t-marg-xs-15px-rt {
    margin-right: 15px;
  }
   .wp-block-post-content  .t-marg-xs-15px-bot {
    margin-bottom: 15px;
  }
   .wp-block-post-content  .t-marg-xs-15px-lt {
    margin-left: 15px;
  }
}
@media (min-width: 501px) {
   .wp-block-post-content  .t-marg-s-15px {
    margin: 15px;
  }
   .wp-block-post-content  .t-marg-s-15px-top {
    margin-top: 15px;
  }
   .wp-block-post-content  .t-marg-s-15px-rt {
    margin-right: 15px;
  }
   .wp-block-post-content  .t-marg-s-15px-bot {
    margin-bottom: 15px;
  }
   .wp-block-post-content  .t-marg-s-15px-lt {
    margin-left: 15px;
  }
}
@media (min-width: 767px) {
   .wp-block-post-content  .t-marg-m-15px {
    margin: 15px;
  }
   .wp-block-post-content  .t-marg-m-15px-top {
    margin-top: 15px;
  }
   .wp-block-post-content  .t-marg-m-15px-rt {
    margin-right: 15px;
  }
   .wp-block-post-content  .t-marg-m-15px-bot {
    margin-bottom: 15px;
  }
   .wp-block-post-content  .t-marg-m-15px-lt {
    margin-left: 15px;
  }
}
@media (min-width: 1023px) {
   .wp-block-post-content  .t-marg-l-15px {
    margin: 15px;
  }
   .wp-block-post-content  .t-marg-l-15px-top {
    margin-top: 15px;
  }
   .wp-block-post-content  .t-marg-l-15px-rt {
    margin-right: 15px;
  }
   .wp-block-post-content  .t-marg-l-15px-bot {
    margin-bottom: 15px;
  }
   .wp-block-post-content  .t-marg-l-15px-lt {
    margin-left: 15px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-marg-10px {
    margin: 10px;
  }
   .wp-block-post-content  .t-marg-10px-top {
    margin-top: 10px;
  }
   .wp-block-post-content  .t-marg-10px-rt {
    margin-right: 10px;
  }
   .wp-block-post-content  .t-marg-10px-bot {
    margin-bottom: 10px;
  }
   .wp-block-post-content  .t-marg-10px-lt {
    margin-left: 10px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-marg-xs-10px {
    margin: 10px;
  }
   .wp-block-post-content  .t-marg-xs-10px-top {
    margin-top: 10px;
  }
   .wp-block-post-content  .t-marg-xs-10px-rt {
    margin-right: 10px;
  }
   .wp-block-post-content  .t-marg-xs-10px-bot {
    margin-bottom: 10px;
  }
   .wp-block-post-content  .t-marg-xs-10px-lt {
    margin-left: 10px;
  }
}
@media (min-width: 501px) {
   .wp-block-post-content  .t-marg-s-10px {
    margin: 10px;
  }
   .wp-block-post-content  .t-marg-s-10px-top {
    margin-top: 10px;
  }
   .wp-block-post-content  .t-marg-s-10px-rt {
    margin-right: 10px;
  }
   .wp-block-post-content  .t-marg-s-10px-bot {
    margin-bottom: 10px;
  }
   .wp-block-post-content  .t-marg-s-10px-lt {
    margin-left: 10px;
  }
}
@media (min-width: 767px) {
   .wp-block-post-content  .t-marg-m-10px {
    margin: 10px;
  }
   .wp-block-post-content  .t-marg-m-10px-top {
    margin-top: 10px;
  }
   .wp-block-post-content  .t-marg-m-10px-rt {
    margin-right: 10px;
  }
   .wp-block-post-content  .t-marg-m-10px-bot {
    margin-bottom: 10px;
  }
   .wp-block-post-content  .t-marg-m-10px-lt {
    margin-left: 10px;
  }
}
@media (min-width: 1023px) {
   .wp-block-post-content  .t-marg-l-10px {
    margin: 10px;
  }
   .wp-block-post-content  .t-marg-l-10px-top {
    margin-top: 10px;
  }
   .wp-block-post-content  .t-marg-l-10px-rt {
    margin-right: 10px;
  }
   .wp-block-post-content  .t-marg-l-10px-bot {
    margin-bottom: 10px;
  }
   .wp-block-post-content  .t-marg-l-10px-lt {
    margin-left: 10px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-marg-5px {
    margin: 5px;
  }
   .wp-block-post-content  .t-marg-5px-top {
    margin-top: 5px;
  }
   .wp-block-post-content  .t-marg-5px-rt {
    margin-right: 5px;
  }
   .wp-block-post-content  .t-marg-5px-bot {
    margin-bottom: 5px;
  }
   .wp-block-post-content  .t-marg-5px-lt {
    margin-left: 5px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-marg-xs-5px {
    margin: 5px;
  }
   .wp-block-post-content  .t-marg-xs-5px-top {
    margin-top: 5px;
  }
   .wp-block-post-content  .t-marg-xs-5px-rt {
    margin-right: 5px;
  }
   .wp-block-post-content  .t-marg-xs-5px-bot {
    margin-bottom: 5px;
  }
   .wp-block-post-content  .t-marg-xs-5px-lt {
    margin-left: 5px;
  }
}
@media (min-width: 501px) {
   .wp-block-post-content  .t-marg-s-5px {
    margin: 5px;
  }
   .wp-block-post-content  .t-marg-s-5px-top {
    margin-top: 5px;
  }
   .wp-block-post-content  .t-marg-s-5px-rt {
    margin-right: 5px;
  }
   .wp-block-post-content  .t-marg-s-5px-bot {
    margin-bottom: 5px;
  }
   .wp-block-post-content  .t-marg-s-5px-lt {
    margin-left: 5px;
  }
}
@media (min-width: 767px) {
   .wp-block-post-content  .t-marg-m-5px {
    margin: 5px;
  }
   .wp-block-post-content  .t-marg-m-5px-top {
    margin-top: 5px;
  }
   .wp-block-post-content  .t-marg-m-5px-rt {
    margin-right: 5px;
  }
   .wp-block-post-content  .t-marg-m-5px-bot {
    margin-bottom: 5px;
  }
   .wp-block-post-content  .t-marg-m-5px-lt {
    margin-left: 5px;
  }
}
@media (min-width: 1023px) {
   .wp-block-post-content  .t-marg-l-5px {
    margin: 5px;
  }
   .wp-block-post-content  .t-marg-l-5px-top {
    margin-top: 5px;
  }
   .wp-block-post-content  .t-marg-l-5px-rt {
    margin-right: 5px;
  }
   .wp-block-post-content  .t-marg-l-5px-bot {
    margin-bottom: 5px;
  }
   .wp-block-post-content  .t-marg-l-5px-lt {
    margin-left: 5px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-marg-0px {
    margin: 0px;
  }
   .wp-block-post-content  .t-marg-0px-top {
    margin-top: 0px;
  }
   .wp-block-post-content  .t-marg-0px-rt {
    margin-right: 0px;
  }
   .wp-block-post-content  .t-marg-0px-bot {
    margin-bottom: 0px;
  }
   .wp-block-post-content  .t-marg-0px-lt {
    margin-left: 0px;
  }
}
@media (min-width: 0px) {
   .wp-block-post-content  .t-marg-xs-0px {
    margin: 0px;
  }
   .wp-block-post-content  .t-marg-xs-0px-top {
    margin-top: 0px;
  }
   .wp-block-post-content  .t-marg-xs-0px-rt {
    margin-right: 0px;
  }
   .wp-block-post-content  .t-marg-xs-0px-bot {
    margin-bottom: 0px;
  }
   .wp-block-post-content  .t-marg-xs-0px-lt {
    margin-left: 0px;
  }
}
@media (min-width: 501px) {
   .wp-block-post-content  .t-marg-s-0px {
    margin: 0px;
  }
   .wp-block-post-content  .t-marg-s-0px-top {
    margin-top: 0px;
  }
   .wp-block-post-content  .t-marg-s-0px-rt {
    margin-right: 0px;
  }
   .wp-block-post-content  .t-marg-s-0px-bot {
    margin-bottom: 0px;
  }
   .wp-block-post-content  .t-marg-s-0px-lt {
    margin-left: 0px;
  }
}
@media (min-width: 767px) {
   .wp-block-post-content  .t-marg-m-0px {
    margin: 0px;
  }
   .wp-block-post-content  .t-marg-m-0px-top {
    margin-top: 0px;
  }
   .wp-block-post-content  .t-marg-m-0px-rt {
    margin-right: 0px;
  }
   .wp-block-post-content  .t-marg-m-0px-bot {
    margin-bottom: 0px;
  }
   .wp-block-post-content  .t-marg-m-0px-lt {
    margin-left: 0px;
  }
}
@media (min-width: 1023px) {
   .wp-block-post-content  .t-marg-l-0px {
    margin: 0px;
  }
   .wp-block-post-content  .t-marg-l-0px-top {
    margin-top: 0px;
  }
   .wp-block-post-content  .t-marg-l-0px-rt {
    margin-right: 0px;
  }
   .wp-block-post-content  .t-marg-l-0px-bot {
    margin-bottom: 0px;
  }
   .wp-block-post-content  .t-marg-l-0px-lt {
    margin-left: 0px;
  }
}
.contact .wpcf7-form input.wpcf7-text, .contact .wpcf7-form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 8px;
}
@media (max-width: 501px) {
  .contact .columns  .wp-block-post-content  .t-view-l-70pc, .contact h1 {
    padding: 0 15px;
  }
}

@font-face {
  font-family: "fa-alt";
  src: url("cccc");
  src: url("/wp-content/themes/hannity/assets/fonts/fa-alt/fa-alt.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/hannity/assets/fonts/fa-alt/fa-alt.woff") format("woff"), url("/wp-content/themes/hannity/assets/fonts/fa-alt/fa-alt.ttf") format("truetype"), url("/wp-content/themes/hannity/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" !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-alt.fa-gab:before {
  content: "A";
}

.fa-alt.fa-gettr:before {
  content: "B";
}

.fa-alt.fa-parler:before {
  content: "C";
}

.fa-alt.fa-politichatter:before {
  content: "D";
}

.fa-alt.fa-rumble:before {
  content: "E";
}

.fa-alt.fa-truth:before {
  content: "F";
}

.fnt-georgia {
  font-family: Georgia, "Times New Roman", Times, serif;
}

.fnt-source {
  font-family: "Source Sans Pro", sans-serif !important;
}

.i {
  font-style: italic;
}

.u {
  text-transform: uppercase;
}

.bold {
  font-weight: bold;
}

.extra-light {
  font-weight: 200;
}

.light {
  font-weight: 300;
}

.reg {
  font-weight: 400;
}

.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.ex-bold {
  font-weight: 900;
}

footer, footer .lockup, footer  .wp-block-post-content  .t-contain {
  overflow: visible;
  position: relative;
}

footer  .wp-block-post-content  .t-contain {
  max-width: 1200px;
}

footer {
  background-color: #151538;
}
footer .lockup a {
  display: block;
  width: 285px;
  margin: auto;
  position: relative;
  top: -20px;
}
footer .social-links {
  padding: 30px 0 10px;
}
footer .social-links h5 {
  color: #b6b6d1;
  line-height: 0.9em;
}
footer .social-links .txt {
  display: none;
}
footer .social-links ul {
  padding: 15px 0;
}
footer .social-links h5 {
  content: "Follow on social media";
  display: block;
}
footer .social-links .fa {
  font-size: 35px;
  text-align: left;
  padding: 0 30px 0 0;
}
footer .fa-custom {
  width: 25px !important;
  height: 25px;
}
footer .fa-custom.fa-parlar:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 28px;
  overflow: visible;
  height: 28px;
}
footer .fa-custom.fa-parlar:before {
  background-image: url("/wp-content/themes/hannity/assets/images/icon-parler.svg");
}
footer .links {
  padding-top: 60px;
}
footer .links > ul {
  margin: auto;
  width: 340px;
}
footer .links li {
  display: block;
  font-weight: 900;
  padding: 7px 0;
  font-size: 14px;
}
footer .links li a, footer a.txt-link {
  padding: 2px 0;
  color: #fff;
  border-bottom: 1px solid transparent;
}
footer .links li a:hover, footer a.txt-link:hover {
  color: #fff;
  border-color: #fff;
}

@media (max-width: 767px) {
  footer .links {
    padding: 25px;
    margin: 35px 30px 10px;
    border-top: 2px solid #fff;
  }
  footer .links ul {
    width: auto;
  }
  footer .social-links {
    padding: 0 0 20px;
    text-align: center;
  }
  footer .social-links h5 {
    padding-bottom: 10px;
  }
  footer {
    padding-bottom: 30px;
    margin-top: 60px;
  }
  .lockup a {
    width: 244px;
  }
  .social-links h5 br {
    display: none;
  }
}
footer .newsletter {
  margin-top: 45px;
}
footer .newsletter h4 {
  font-size: 14px !important;
  padding-bottom: 10px;
  color: #b6b6d1;
}
footer .newsletter form {
  margin-top: 0;
}
footer .newsletter [type=email] {
  padding: 4px 0 4px 9px;
  width: 155px;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
footer .newsletter [type=submit], footer .newsletter .help-btn {
  padding: 5px 10px !important;
  font-size: 14px;
  min-height: 0;
  border: none;
  border-radius: 2px;
}
footer .newsletter .help-btn {
  margin-left: 2px;
}
@media (min-width: 767px) and (max-width: 1096px) {
  footer .newsletter .help-btn {
    display: block;
    margin: 10px 0 0 0;
  }
}

@media (max-width: 767px) {
  footer .clmn1 {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  footer .newsletter {
    text-align: Center;
    margin-top: 0;
    margin-bottom: 50px;
  }
  footer .newsletter h4 {
    padding-bottom: 10px;
    margin-bottom: 0px;
  }
}
.ccpa {
  position: relative;
  left: 0;
  right: 0;
  z-index: 1;
  top: -400px;
  border-bottom: 1px solid;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: top 0.6s ease;
  -moz-transition: top 0.6s ease;
  -ms-transition: top 0.6s ease;
  -o-transition: top 0.6s ease;
  transition: top 0.6s ease;
}
.ccpa .ul {
  border-bottom: 1px solid;
}
.ccpa:before {
  position: absolute;
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  /* background-color: black; */
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3743872549) 100%);
}

.ccpa .txt {
  color: #666;
  font-size: 18px;
  line-height: 2em;
}

@media (min-width: 700px) {
  .ccpa  .wp-block-post-content  .t-contain {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ccpa .txt {
    margin-right: 80px;
  }
}
@media (max-width: 700px) {
  .ccpa .txt {
    line-height: 1em;
  }
  .ccpa .txt br {
    display: none;
  }
  .ccpa .button {
    margin: 20px 0;
  }
}
.shop-disclaimer:not( .wp-block-post-content  .t-hide) {
  position: fixed;
  top: 0;
  width: 100vw;
  padding: 0 10px;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7);
  position: none;
}

.shop-disclaimer-block {
  max-width: 680px;
  margin: auto;
  box-shadow: 0px 0px 5px #444;
  border-radius: 6px;
}

@media (max-width: 680px) {
  .shop-disclaimer-block br {
    display: none;
  }
}
.shop-disclaimer {
  font-size: 18px;
  color: #666;
}
.shop-disclaimer .shop-disclaimer-block {
  position: relative;
}
.shop-disclaimer .shop-disclaimer-block .btn-close {
  z-index: 10;
  position: absolute;
  right: 10px;
  top: 8px;
  width: 40px;
  height: 40px;
}
.shop-disclaimer .shop-disclaimer-block .btn-close span {
  position: absolute;
  top: -15px;
  transform: rotate(45deg);
  color: #fff;
  left: 7px;
  font-weight: 600;
}

.shop-disclaimer a {
  font-weight: bold;
  color: #666;
}

.shop-disclaimer img {
  width: 140px;
  display: block;
  margin: 5px auto 20px;
}

#newsletter-help-dialog .newsletter-help-close {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 6px;
  font-weight: bold;
  transform: scale(1, 0.75);
  cursor: pointer;
}

.newsletter-form div.thank-you-view {
  position: relative;
  top: 5px;
  font-style: italic;
}

#newsletter-help-dialog {
  display: none;
  background: white;
  color: black;
  position: absolute;
  padding: 15px;
  border: solid 1px #717171;
  width: 280px;
  z-index: 2000;
}

#newsletter-help-dialog .newsletter-help-unsubscribe,
#newsletter-help-dialog .newsletter-help-unsubscribe-success {
  display: none;
  margin-bottom: 10px;
}

.home .hot-today a h2 {
  padding-bottom: 5px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.home .header-hot_today {
  padding-top: 4px;
}
@media (min-width: 1023px) {
  .home .header-top_article .crop {
    margin: 0 0 0 20px;
  }
  .home .top-article {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home .article-links .holder {
    padding: 30px;
  }
}
@media (max-width: 1023px) {
  .home .header-ad {
    height: auto !important;
  }
  .home .mantle-slides {
    margin-top: 10px;
  }
}
@media (min-width: 767px) {
  .home .top-row .hot-today {
    padding-right: 40px;
  }
  .home .top-row .article-links {
    padding: 0 22px;
  }
  .home .header-hot_today div {
    margin: 0 40px 0 0;
  }
  .home  .wp-block-post-content  .t-view-l-flex-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home  .wp-block-post-content  .t-view-l-flex-3 > div {
    width: 31%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .home .top-row.article-links .ad-300x250 {
    display: block;
    margin-bottom: 40px;
    float: none !important;
  }
  .home .ad-970x250 .holder, .home .ad-300x250 .holderx {
    padding-left: 0 !important;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .home  .wp-block-post-content  .t-view-l-flex-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home  .wp-block-post-content  .t-view-l-flex-3 > div {
    width: 48%;
    padding: 0 !important;
  }
}

html .wp-block-post-content .book-sean .mod-txt iframe[src*=youtube] {
  width: 100% !important;
  height: 100% !important;
}

.book-sean {
  font-family: "Source Sans Pro", sans-serif;
}
.book-sean p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1.4em;
  font-size: 18px;
  letter-spacing: 0em;
}
.book-sean .book-header {
  background-size: auto 100%;
  background-position: center 0;
  padding-top: 180px;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 10px;
  padding-left: 10px;
}
.book-sean .lyte-wrapper {
  margin: 0 !important;
}
.book-sean .lyte.lP {
  overflow: hidden;
}
.book-sean div.wpcf7-validation-errors, .book-sean div.wpcf7-acceptance-missing, .book-sean .wpcf7-mail-sent-ok {
  border: none !important;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
}
@media (max-width: 800px) {
  .book-sean .book-header {
    background-position: center -50px;
  }
}
.book-sean .wpcf7-form-control-wrap input::-webkit-input-placeholder, .book-sean .wpcf7-form-control-wrap textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #bcbcbc;
}
.book-sean .wpcf7-form-control-wrap input:-moz-placeholder, .book-sean .wpcf7-form-control-wrap textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #bcbcbc;
  opacity: 1;
}
.book-sean .wpcf7-form-control-wrap input::-moz-placeholder, .book-sean .wpcf7-form-control-wrap textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #bcbcbc;
  opacity: 1;
}
.book-sean .wpcf7-form-control-wrap input:-ms-input-placeholder, .book-sean .wpcf7-form-control-wrap textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #bcbcbc;
}
.book-sean .wpcf7-form-control-wrap input::-ms-input-placeholder, .book-sean .wpcf7-form-control-wrap textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #bcbcbc;
}
.book-sean .wpcf7-form-control-wrap input::placeholder, .book-sean .wpcf7-form-control-wrap textarea::placeholder { /* Most modern browsers support this now. */
  color: #bcbcbc;
}
.book-sean .book-header img {
  max-width: 726px;
  position: relative;
  margin: auto;
  width: 100%;
  display: block;
}
.book-sean .mod-txt {
  position: Relative;
  z-index: 1;
}
.book-sean .form {
  position: relative;
  z-index: 10;
  margin-top: 80px;
}
.book-sean .wpcf7-form {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
.book-sean .wpcf7-form input:not([type=submit]), .book-sean .wpcf7-form textarea {
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  color: #fff;
  width: 100% !important;
  padding: 18px 0 18px 30px;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
}
.book-sean .wpcf7-form input:focus, .book-sean .wpcf7-form textarea:focus {
  background-color: rgba(0, 0, 0, 0.5);
}
.book-sean .wpcf7-form .padding {
  padding: 5px;
}
.book-sean .wpcf7-form [type=submit], .book-sean .wpcf7-form [type=submit]:focus, .book-sean .button-link {
  display: block;
  background: transparent !important;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  border: none;
  width: 100%;
  border-radius: 0;
  padding: 14px 0;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  color: white;
}
.book-sean .ajax-loader {
  position: absolute;
}
.book-sean .book-now-btn {
  position: relative;
  width: auto;
  display: inline-block;
  margin: 15px auto 40px;
  padding: 0 60px 0 45px;
  background-color: #CC0000;
  border-radius: 4px;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.book-sean .book-now-btn:before {
  content: "";
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -6px;
  z-index: 2;
  pointer-events: none;
  border-top: 7px solid transparent;
  border-left: 12px solid white;
  border-bottom: 7px solid transparent;
  pointer-events: none;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.book-sean .book-now-btn:hover {
  background-color: white;
}
.book-sean .book-now-btn:hover input, .book-sean .book-now-btn:hover input:focus {
  color: #CC0000;
}
.book-sean .book-now-btn:hover:before {
  border-left-color: #CC0000;
}
.book-sean .book-now-btn.alt-btn {
  margin: 15px auto 0px;
  background-color: black;
  border: none !important;
  color: white;
}
.book-sean .book-now-btn.alt-btn:hover {
  background-color: #CC0000;
}
.book-sean .book-now-btn.alt-btn:hover:before {
  border-left-color: #fff;
}
@media (max-width: 510px) {
  .book-sean .book-now-btn {
    margin: 15px auto 80px;
  }
}
.book-sean .book-about {
  overflow: visible;
  margin: 0 auto;
  padding: 100px 20px 50px;
  position: relative;
}
.book-sean .book-about * {
  /*overflow:visible;*/
}
.book-sean .book-about:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: -300px;
  left: 0;
  right: 0;
  background-image: url("https://hannity.com/wp-content/themes/hannity/assets/images/lines-red.jpg");
  background-position: 100% 10%;
  background-repeat: no-repeat;
}
.book-sean .red-block {
  width: 53px;
  height: 6px;
  background: #CC0000;
  margin: 50px 0;
  z-index: 10;
  overflow: visible;
  display: none;
}
.book-sean .red-block:before {
  position: absolute;
  width: 100vw;
  height: 5px;
  display: block;
  content: "";
  background-color: #f5f5f5;
  z-index: -1;
  right: 0;
}
.book-sean .book-about .mod-header {
  color: #CC0000;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.book-sean .book-about h3 {
  color: black;
  font-size: 47px;
  font-weight: 700;
  line-height: 1em;
}
.book-sean .book-about .mod-txt .contain {
  font-size: 18px;
  color: black;
  padding-right: 40px;
}
.book-sean .video, .book-sean .video * {
  overflow: visible;
}
.book-sean .video {
  padding-top: 60px;
}
.book-sean .video > div {
  width: 100%;
}
.book-sean .video .mod-txt {
  padding: 20px;
  background-color: #fff;
  margin-right: 30px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
}
.book-sean .video .mod-txt iframe[src*=youtube] {
  height: 47vw !important;
  max-height: 300px !important;
}
.book-sean .book-about .floating-overlay > div {
  max-width: 750px !important;
}
.book-sean .book-about .floating-overlay > div {
  max-width: 600px !important;
}
.book-sean .book-about > :nth-child(odd) > div {
  margin: 0 0 0 auto;
}
.book-sean .book-about > :nth-child(even) > div {
  margin: 0 auto 0 0;
}
@media (max-width: 1023px) {
  .book-sean .book-about {
    padding-top: 60px !important;
    display: block;
    position: inherit;
  }
  .book-sean .book-about .mod-m1 {
    width: 100%;
  }
  .book-sean .book-about > :nth-child(odd) > div {
    margin: 0 auto;
  }
  .book-sean .book-about .video {
    display: block;
  }
  .book-sean .book-about .video > div {
    margin: 0 auto !important;
  }
  .book-sean .book-about:after {
    content: "";
    display: block;
    clear: both;
  }
  .book-sean .book-about:before {
    top: 75%;
    bottom: -300px;
    right: -130px;
  }
}

@media (max-width: 767px) {
  .book-sean .form {
    margin-top: 0;
  }
  .book-sean .mod > div .wp-block-post-content  .t-pad {
    padding: 0px;
  }
}
.scroller .shop .mod.pretty-header  .wp-block-post-content  .t-contain {
  position: Relative;
}
.scroller .shop .mod >  .wp-block-post-content  .t-contain {
  max-width: 1180px;
}
.scroller .shop .mod.pretty-header h2 {
  display: inline-block;
  width: auto;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 0 30px;
  color: #444;
}
.scroller .shop .mod.pretty-header  .wp-block-post-content  .t-view-l-fit-4 {
  padding-top: 10px !important;
}
.scroller .shop .mod.pretty-header > div:first-of-type:before {
  content: "";
  height: 4px;
  position: Absolute;
  left: 0;
  display: block;
  background-color: red;
  top: 50%;
  z-index: 0;
  left: 15px;
  right: 15px;
}
.scroller .shop .mod .item .padding {
  padding: 0px 9px 20px;
  text-align: left;
}
.scroller .shop .mod .item .padding h3 {
  padding: 5px 0;
  font-size: 18px;
  color: red;
}
.scroller .shop .mod .item .padding h3:before {
  content: "from ";
}
.scroller .shop .txt-stylized {
  padding: 12px 0px 5px 0;
  font-size: 21px;
  font-weight: 600;
  line-height: 1em;
  color: #000;
}
.scroller .shop .mod .thumb {
  max-height: 436px !important;
  height: 436px !important;
  min-height: 220px;
  background-size: auto 100% !important;
}
.scroller .shop .header-banner  .wp-block-post-content  .t-contain {
  max-width: 1160px;
}
.scroller .shop .shop-more-link {
  margin: 0 15px 0 auto;
  display: inline-block;
  float: right;
  text-decoration: none;
  font-weight: bold;
}
.scroller .shop .slideshow .wp-block-post-content  .t-contain .slide-content {
  padding: 0px 0 0 40px;
}
.scroller .shop .slideshow {
  height: 241px !important;
  min-height: 0px !important;
}
.scroller .shop .slideshow h3 {
  font-size: 36px;
  text-transform: none;
  line-height: 1.1em;
}
.scroller .shop .slideshow .lightbleed:before {
  display: none;
}
.scroller .shop .slideshow a.button {
  background-color: #151538;
  color: #fff;
  text-transform: none;
  font-size: 21px;
  border: none;
}
.scroller .shop .slideshow a.button:hover {
  background-color: #CC0000;
}
@media (max-width: 1023px) {
  .scroller .shop .mod .info {
    text-align: center;
  }
  .scroller .shop .mod .item .padding {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .scroller .shop .slideshow br {
    display: none;
  }
  .scroller .shop .lightbleed:before {
    display: block !important;
    background: rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 767px) {
  .scroller .shop .flex-align-row  .wp-block-post-content  .t-view-l-fit-4, .scroller .shop .flex-align-row  .wp-block-post-content  .t-view-l-fit-3, .scroller .shop .flex-align-row  .wp-block-post-content  .t-view-l-fit-2 {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 501px) {
  .scroller .shop .shop-more-link {
    margin: 0 auto;
    float: none;
  }
  .scroller .shop .mod.pretty-header h2 {
    padding: 0 10px;
  }
  .scroller .shop .slideshow {
    padding: 0 !important;
  }
  .scroller .shop .slideshow h3 {
    font-size: 26px;
    line-height: 1em;
  }
  .scroller .shop .slideshow  .wp-block-post-content  .t-valign {
    vertical-align: middle;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .scroller .shop .slideshow  .wp-block-post-content  .t-contain {
    text-align: center !important;
  }
  .scroller .shop .slideshow .slide-content {
    padding: 0 10px !important;
  }
}

.slide.sclass-snofficial h3 {
  font-size: 21px !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1em;
}

.slide.sclass-snofficial h2 {
  font-size: 60px;
  line-height: 0.9em;
  margin: 0 !important;
  padding: 0px 0 8px !important;
}

.slide.sclass-snofficial {
  background-position: right top !important;
}

.slide.sclass-picknick h3 {
  font-size: 21px !important;
}

.slide.sclass-veteransday h2 {
  font-size: 60px;
  line-height: 0.9em;
  margin: 0 !important;
}

.slide.sclass-veteransday h3 {
  font-size: 21px !important;
}

.slide.sclass-picknick h2 {
  font-size: 48px;
  line-height: 0.9em;
  margin: 0 !important;
  padding: 0px 0 45px !important;
}

.slide.sclass-picknick .discount-code {
  position: absolute;
  right: 40px;
  display: block;
  top: 10px;
  background-image: url(/wp-content/themes/hannity/assets/images/shop-offer-code-hannity20-b.png);
  height: 110px;
  width: 110px;
  margin-top: -50px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .slide.sclass-picknick h3:after {
    display: block;
    padding-top: 5px;
    content: "Use offer code hannity20 at checkout";
  }
  .slide.sclass-picknick .discount-code {
    display: none;
  }
  .slide.sclass-picknick .lightbleed:before {
    background: rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 767px) {
  .slide.sclass-picknick h2 {
    padding-bottom: 0 !important;
  }
  .header-banner {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .mod-m2.pretty-header  .wp-block-post-content  .t-contain {
    padding-top: 0;
    padding-bottom: 0;
  }
  .mod-m2.pretty-header  .wp-block-post-content  .t-contain:last-of-type {
    padding-bottom: 30px;
  }
}
html, html .wp-block-post-content body {
  overflow-y: auto !important;
}

.columns * {
  overflow: hidden;
}

@media (min-width: 1023px) {
  .margin-offset {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.main-nav  .wp-block-post-content  .t-navbar a:not(.btn-listen) {
  color: #444;
}

a.adv-link,
.banner_ad a {
  display: inline-block;
}

@media (max-width: 500px) {
  .poll-container.page-poll {
    border-left: none !important;
  }
}
#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;
}

html.no-js {
  margin-top: 0 !important;
}

body {
  background-color: #fff;
  color: #000;
  font-style: normal;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-display: swap;
}

.fs-interstitial-overlay, .fs-interstitial-overlay * {
  overflow: visible;
}

.bigheader {
  font-size: 64px;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

a {
  color: #CC0000;
}
a:hover {
  color: #151538;
}

#ihmGoogleMap * {
  overflow: visible;
}

.nav-txt-grey {
  color: #999;
}

#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, html .wp-block-post-content {
  overflow-y: auto;
}
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 {
  overflow: hidden;
}

p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.2em;
}

.med {
  font-weight: 300;
}

.b {
  font-weight: bold;
}

del {
  color: #eb5215;
  text-decoration: none;
}

.lc {
  text-transform: none;
}

.u {
  text-transform: uppercase;
}

a.txt-link {
  text-transform: none;
  border-bottom: 1px solid;
  color: #151538;
}
a.txt-link:hover {
  color: #333;
}

.clear {
  clear: both;
}

.fancybox-skin {
  overflow: visible;
}

a {
  -webkit-transition: color 600ms cubic-bezier(0.23, 1, 0.32, 1), background-color 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: color 600ms cubic-bezier(0.23, 1, 0.32, 1), background-color 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: color 600ms cubic-bezier(0.23, 1, 0.32, 1), background-color 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: color 600ms cubic-bezier(0.23, 1, 0.32, 1), background-color 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 600ms cubic-bezier(0.23, 1, 0.32, 1), background-color 600ms cubic-bezier(0.23, 1, 0.32, 1);
}

path {
  -webkit-transition: fill 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: fill 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: fill 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: fill 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: fill 600ms cubic-bezier(0.23, 1, 0.32, 1);
}

body {
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

body section {
  background-color: #fff;
}

.footer-txt {
  font-size: 12px;
}

footer a {
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
footer a:hover {
  color: #CC0000;
}

.block {
  display: block;
}

 .wp-block-post-content  .t-nav-spacer {
  -webkit-transition: margin-top 0.3s ease;
  -moz-transition: margin-top 0.3s ease;
  -ms-transition: margin-top 0.3s ease;
  -o-transition: margin-top 0.3s ease;
  transition: margin-top 0.3s ease;
}

section ul {
  padding-top: 10px;
  list-style-type: disc;
}
section ul li {
  padding-bottom: 10px;
}

section .no-bull > li {
  padding-bottom: 0;
}

.container  .wp-block-post-content  .t-contain {
  max-width: 1286px;
}

.container .post .wp-block-post-content  .t-contain {
  max-width: 1276px;
}

.container .tmplt-index .wp-block-post-content  .t-contain {
  max-width: 1253px;
}

.c .pretty-header {
  box-sizing: border-box;
  text-align: center;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.c .pretty-header span {
  position: relative;
  display: inline-block;
}
.c .pretty-header span:before, .c .pretty-header span:after {
  position: absolute;
  height: 4px;
  background-color: #000;
  width: 1000px;
  content: "";
  top: calc(50% - 1px);
}
.c .pretty-header span:before {
  left: -1010px;
}
.c .pretty-header span:after {
  left: calc(100% + 10px);
}
.c .pretty-header.big-header {
  font-size: 36px;
}
.c .pretty-header.red-header span:after, .c .pretty-header.red-header span:before {
  background-color: #CC0000;
  height: 5px;
}
.c .pretty-header.grey-header span:after, .c .pretty-header.grey-header span:before {
  background-color: #999;
  height: 5px;
}

@media (min-width: 501px) {
  section .no-bull > li:nth-child(odd) {
    clear: both;
    padding-right: 20px;
  }
  section .no-bull > li:nth-child(even) {
    padding-left: 20px;
  }
}
.button, .wpcf7-submit, .ccf-submit-button {
  padding: 9px 20px 9px;
  display: inline-block;
  border-radius: 4px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #dedede;
  color: #CC0000;
  min-height: 47px;
  box-sizing: border-box;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.button:hover, .wpcf7-submit:hover, .ccf-submit-button:hover {
  background-color: #CC0000;
  color: #fff;
}

.button.alt {
  background-color: #CC0000;
  color: #fff;
  font-weight: 600;
  padding: 10px 40px;
  min-width: 135px;
}
.button.alt:hover {
  background-color: #000;
}

/*
@media(max-width:$t-mobile-landscape){
	.button, .wpcf7-submit{
		font-size: 12px;
	}
}

*/
.btn-listen {
  padding: 9px 13px 9px 8px;
}

.btn-listen:not(.button) {
  top: -2px;
  position: relative;
}

.btn-listen:not(.button) span {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

header .btn-listen:not(.button):after {
  content: "";
  width: 40px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(https://hannity.com/wp-content/themes/hannity/assets/images/icon-listen.png);
  background-size: auto 25px;
  background-repeat: no-repeat;
  background-position: 0px 0px !important;
}

header .btn-listen.button span:before {
  content: "";
  width: 50px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("https://hannity.com/wp-content/themes/hannity/assets/images/icon-listen.png");
  background-size: auto 30px;
  background-repeat: no-repeat;
}

.btn-listen.button:hover span:before, .btn-listen.button span:before {
  background-position: -48px 0;
}

.btn-listen em {
  display: none;
}

.btn-search {
  cursor: pointer;
}

.btn-search span:before {
  content: "";
  width: 30px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  background: url("https://hannity.com/wp-content/themes/hannity/assets/images/icon-search.png") 0 0px no-repeat;
  background-size: auto 25px;
}

.btn-search:hover span:before, .btn-search:not(.button) span:before {
  background-position: -41px 0;
}

.btn-listen.live-now {
  position: relative;
  padding-bottom: 2px !important;
}
.btn-listen.live-now span {
  padding-right: 6px;
}
.btn-listen.live-now span:before {
  background-position: -48px 0;
}
.btn-listen.live-now em {
  font-style: normal;
  position: absolute;
  font-size: 14px;
  text-align: left;
  top: -12px;
  left: -2px;
  width: 100%;
  display: block;
  width: 60px;
}

@media (min-width: 501px) {
  .btn-listen.live-now span {
    top: 7px;
    position: relative;
  }
  .btn-listen.live-now span:before {
    position: relative;
    top: -6px;
  }
}
@media (max-width: 1023px) {
  .btn-listen.live-now em {
    left: 1px;
  }
}
@media (max-width: 501px) {
  .btn-listen.live-now span, .btn-listen.live-now em {
    font-size: 0px !important;
  }
}
.no-bull {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (max-width: 1228px) {
  .crop {
    margin: 0 15px;
  }
  .article-container h3 {
    padding: 15px;
  }
}
@media (min-width: 501px) and (max-width: 1228px) {
  .article-index {
    padding: 15px;
  }
}
@media (min-width: 767px) and (max-width: 1348px) {
  .mobile-contain-pad-m {
    padding-right: 15px;
    padding-left: 15px;
  }
  .mobile-contain-marg-m {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .mobile-contain-pad-s {
    padding-right: 15px;
    padding-left: 15px;
  }
  .mobile-contain-marg-s {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (max-width: 501px) {
  .crop-m {
    margin: 0 15px;
  }
}
@media (min-width: 1023px) {
  .crop-d {
    margin: 0 15px;
  }
}
.columns .social-links h3 {
  padding: 10px 0 0;
  margin: 0;
  font-size: 18px;
  line-height: 0.9em;
}
.columns .fa {
  color: #fff;
}
@media (max-width: 1023px) {
  .columns .fa {
    padding: 15px;
  }
}
.columns .social-links {
  margin-bottom: 90px;
}
.columns .social-links ul {
  text-align: center;
}
.columns .fa .txt {
  display: none;
}
.columns .social-links .pretty-header span:before, .columns .social-links .pretty-header span:after {
  background-color: #fff;
  height: 2px;
}
@media (max-width: 1100px) {
  .columns .social-links .fa {
    padding: 15px;
  }
}
@media (max-width: 1023px) {
  .columns .social-links {
    display: none;
  }
}

@media (min-width: 1023px) {
  .columns {
    display: flex;
  }
  .columns .clmns-content {
    width: calc(100% - 350px);
  }
  .columns .clmns-sidebar {
    width: 350px;
  }
  .clmns-sidebar .podcast-link {
    font-size: 14px;
    line-height: 1em;
    padding-right: 15px !important;
  }
  .clmns-sidebar .title {
    padding-right: 5px !important;
  }
}
.border-bottom {
  border-bottom: 2px solid #EAEAEA;
}

@media (max-width: 501px) {
  .pad-50pc-right {
    padding-right: 0;
  }
  .pad-50pc-left {
    padding-left: 0;
  }
}
.mantle .tint {
  pointer-events: none;
}

.mantle h1 {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-weight: 300;
}

@media (max-width: 501px) {
  .mantle {
    min-height: 250px !important;
    background-attachment: scroll !important;
  }
}
.st_sharethis_large {
  cursor: pointer;
  padding-top: 10px;
  display: inline-block;
}
.st_sharethis_large span {
  display: none !important;
}
.st_sharethis_large:hover {
  color: #4A4A4A;
}

.mantle {
  color: #fff;
  min-height: 0;
}
.mantle p {
  color: #fff;
}

html:not(.locations) .mantle  .wp-block-post-content  .t-contain {
  max-width: 700px;
}

@media (min-width: 767px) {
  .mantle .spacing {
    padding: 60px;
  }
}
iframe.mantle {
  width: 100%;
}

a:hover {
  color: #151538;
}

img.fitH {
  height: 100%;
  width: auto;
}

body > section:last-child {
  border-bottom: none;
}

.border-top {
  border-top: 1px solid #151538;
}

img.alignleft {
  float: left;
  margin-right: 20px;
}

img.aligncenter {
  float: none;
  margin: 20px auto;
}

img.alignleft {
  display: block;
}

@media (max-width: 501px) {
  html .wp-block-post-content .center-cells li {
    display: block;
  }
  html .wp-block-post-content .center-cells img.alignleft, html .wp-block-post-content .center-cells img.alignright {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
}
.list-expander {
  -webkit-transition: height 0.4s ease-in-out;
  -moz-transition: height 0.4s ease-in-out;
  -ms-transition: height 0.4s ease-in-out;
  -o-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
}

/* ============================== Footer =========================== */
/* ----------------------------- Logo ------------------------- */
footer {
  clear: both;
}

@media (min-width: 767px) {
  .flex-m {
    display: -webkit-flex;
    display: flex;
  }
  .flex-m .flexed {
    display: flex;
  }
}
.mantle.slideshow  .wp-block-post-content  .t-valigner {
  height: 100%;
}
.mantle.slideshow .slides {
  height: 100%;
}
.mantle.slideshow .slide-view, .mantle.slideshow ul.slides li {
  height: 100%;
  background-size: cover !important;
}
.mantle.slideshow .slide-info {
  position: relative;
  z-index: 5;
}

/*
.loader {
    position:fixed;
    z-index: 900;
    text-align: center;
    top: -20px;
    bottom:0;
    right:0;
    z-index: -10;
    width:100%;
    font-size: 18px;
    text-transform:uppercase;
	color: #777;
    background: rgba(255,255,255,.9);
    padding:.8em .2em .2em;
    pointer-events:none;
   //  -webkit-transform: tanslate3d(0, 0, 0);
   //  @include transition(top 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045) .3s);
    img {
        width: 50px;
        display:none;
    }
     .wp-block-post-content  .t-valigner{
    	height:100%;
    }

}
*/
.loading-text {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a50200+0,cc0000+19 */
  background: #a50200; /* Old browsers */
  background: -moz-linear-gradient(top, #a50200 0%, #cc0000 19%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #a50200 0%, #cc0000 19%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #a50200 0%, #cc0000 19%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a50200", endColorstr="#cc0000",GradientType=0 ); /* IE6-9 */
  display: block;
  text-align: center;
  height: auto;
  max-height: 0;
  font-size: 14px;
  letter-spacing: 0.8px;
  margin-top: -5px;
  position: relative;
  z-index: 899;
  color: #fff;
  text-transform: uppercase;
  box-sizing: border-box;
  overflow: hidden !important;
  -webkit-transform: tanslate3d(0, 0, 0);
  -webkit-transition: max-height 0.2s ease-out 0.2s;
  -moz-transition: max-height 0.2s ease-out 0.2s;
  -ms-transition: max-height 0.2s ease-out 0.2s;
  -o-transition: max-height 0.2s ease-out 0.2s;
  transition: max-height 0.2s ease-out 0.2s;
}
.loading-text span {
  padding: 2px 0;
  display: block;
}

/*body.loading{
	height:100vh;
	overflow:hidden
}
*/
body.loading .loader {
  /* 
    z-index: 998;
    div{
      width: 100%;
      text-align:center;
      padding:.5em;
    }
   */
}

@media (max-width: 1268px) {
  body > section, body > footer .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1228px) {
  body > section, body > footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  body > div > section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mantle {
    background-position: center top !important;
    background-attachment: none;
    background-size: cover !important;
    padding: 30px;
  }
  .mantle h1 {
    line-height: 1.1em;
  }
  .mantle .tint {
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
}
@media (min-width: 1023px) {
  section.podcasts .content, section.shows .content, section.media-room .content, section.tmplt-index .content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.adtester-container-124, .podcasts .adtester-container-115 {
  display: none !important;
  position: absolute;
  top: -1000px;
}

 .wp-block-post-content  .t-bg-wht.header-banner a {
  height: 34px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

@media (min-width: 767px) {
   .wp-block-post-content  .t-bg-wht.header-banner {
    margin-top: 3px;
  }
   .wp-block-post-content  .t-bg-wht.header-banner a {
    width: calc(100% - 60px);
    margin: AUTO;
  }
}
@media (max-width: 767px) {
   .wp-block-post-content  .t-bg-wht.header-banner a {
    height: 7vw;
  }
}
#container .container >  .wp-block-post-content  .t-pad-top {
  padding-top: 20px;
}

.post .tag-link {
  margin-bottom: 4px;
}

.post  .wp-block-post-content  .t-txt-grey2 {
  padding-top: 10px;
  padding-bottom: 20px;
}

.container .article-content {
  padding-top: 30px;
}

 .wp-block-post-content  .t-txt-cntr .hot-today {
  padding-top: 5px;
}

.clmns-content p > span {
  line-height: 27px;
  font-size: 17px;
  letter-spacing: 0px;
}

.clmns-content  .wp-block-post-content  .t-txt-norm {
  padding-top: 0px;
}

.clmns-content .next {
  padding-bottom: 5px;
  padding-top: 7px;
}

.columns p {
  margin-top: 0px;
}

.post #div-gpt-ad-1646061783592-0 {
  margin-top: 20px;
}

.post  .wp-block-post-content  .t-pad-s-50pc-lt >  .wp-block-post-content  .t-txt-grey3 {
  line-height: 1.125;
}

 .wp-block-post-content  .t-hide-under-m > #hnty-1075468952 > #hnty-1967679685 img {
  padding-bottom: 0px;
  margin-bottom: 30px;
}

 .wp-block-post-content  .t-hide-under-m > #hnty-1373665553 > #hnty-2052140826 img {
  margin-bottom: 30px;
}

 .wp-block-post-content  .t-hide-under-m > #hnty-563485991 > #hnty-1862124286 img {
  margin-bottom: 30px;
}

 .wp-block-post-content  .t-hide-under-m > #hnty-600506322 > #hnty-975023133 img {
  margin-bottom: 30px;
}

 .wp-block-post-content  .t-hide-under-m > #hnty-440751532 > #hnty-1847878993 img {
  padding-bottom: 30px;
}

body >  .wp-block-post-content  .t-pad-bot {
  padding-top: 30px;
}

.container #hnty-330114173 {
  padding-bottom: 60px;
}

.content #hnty-1471994090 {
  padding-bottom: 60px;
}

.clmn  .wp-block-post-content  .t-txt-norm {
  font-size: 15px;
}

.article-container .monsterinsights-inline-popular-posts-label {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 19px;
}

.article-content .monsterinsights-inline-popular-posts-title {
  font-size: 17px;
}





/* ==========================================================================
   X (formerly Twitter) icon â SVG approach, replaces FA bird
   ========================================================================== */

/* Suppress any FA glyph on fa-x-brand */
.fa-x-brand::before {
  content: none !important;
  display: none !important;
}

/* SVG X logo as background image */
.fa-x-brand::after {
  content: "" !important;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27white%27%3E%3Cpath%20d%3D%27M18.244%202.25h3.308l-7.227%208.26%208.502%2011.24H16.17l-4.714-6.231-5.401%206.231H2.748l7.73-8.835L1.254%202.25H8.08l4.259%205.623zm-1.161%2017.52h1.833L7.084%204.126H5.117z%27%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}

/* Share This Article */
.sharelinks .sharelink.fa-x-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: static;
  top: 0;
}

.sharelinks .sharelink.fa-x-brand::after {
  width: 18px;
  height: 18px;
}

.sharelinks {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.sharelinks .sharelink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  position: static;
}

.sharelinks .sharelink.fa-alt {
  top: 0;
  position: static;
}

/* Footer social icons */
footer .social-links .fa-x-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

footer .social-links .fa-x-brand::after {
  width: 35px;
  height: 35px;
}
:root{

	 --dp-site-padding:60px;

	/* Responsive sizes*/
	 --dp-site-width:1168px;
	 --dp-mobile-landscape: 501px; 
	 --dp-tablet-portrait: 768px; 
	 --dp-desktop: 1024px; 
	 --dp-desktopxl: 1250px;
	/* 
	Note: Due to suppport for CSS variables in media queries the above parameters won't 
	change the responsive break points in the style sheet. The breakpoints will need to 
	be replaced manually with a text seach for the numbers above. We're leaving these 
	parameters here for antipated use one day, and for any custom classes that might need them.
	*/


	/* 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: 20px;


	/* Font  Faces */
	 --dp-font-primary: "Barlow Semi Condensed", sans-serif;
	 --dp-font-secondary:  "Martel", serif;
	 --dp-font-tertiary:  "Carlito", Arial, Helvetica, Geneva, sans-serif;


	/*Colors*/
	 --dp-color-primary:#151538; /* Electric Blue */
	 --dp-color-secondary:#CC0000; /* Red */
	 --dp-color-tertiary:#FF0000;/* Electric Teal */
	 --dp-color-quaternary:#CC0000;/* Gold */
	 --dp-color-quinary:#1673ae;/* Teal */
	 --dp-color-senary:#2F2E69; /* Dark Red */
	 --dp-color-severnary:black; /* Dark Teal */
	 --dp-color-octarnary:black; /* Black */ 
	 --dp-color-nonary:black; /* Black */
	 --dp-color-denary:black; /* Black */ 

	 --dp-grey-light:#EAEAEA;
	 --dp-grey-norm:#9B9B9B;
	 --dp-grey-med:#4A4A4A;
	 --dp-grey-dark:#4A4A4A;
	

	/* Text Sizes Big Screen*/
	 --dp-txt-headline-xtrabig:60px;
	 --dp-txt-headline-xtrabig-mob:50px;

	 --dp-txt-headline-big-xl:48px;
	 --dp-txt-headline-med-xl:36px;
	 --dp-txt-headline-norm-xl:30px;
	 --dp-txt-headline-small-xl:24px;

	 --dp-txt-big-xl:30px;
	 --dp-txt-med-xl:20px;
	 --dp-txt-norm-xl:16px;
	 --dp-txt-small-xl:14px;
	 --dp-txt-xsmall-xl:12px;

	/* Text Sizes Standard Screen*/

	 --dp-txt-headline-big:48px;
	 --dp-txt-headline-med:36px;
	 --dp-txt-headline-norm:30px;
	 --dp-txt-headline-small:24px;

	 --dp-txt-big:30px;
	 --dp-txt-med:20px;
	 --dp-txt-norm:16px;
	 --dp-txt-small:14px;
	 --dp-txt-xsmall:12px;

	/* Text Sizes Mobile */
	 --dp-txt-headline-big-mob:36px;
	 --dp-txt-headline-med-mob:30px;
	 --dp-txt-headline-norm-mob:24px;
	 --dp-txt-headline-small-mob:22px;

	 --dp-txt-big-mob:20px;
	 --dp-txt-med-mob:18px;
	 --dp-txt-norm-mob:16px;
	 --dp-txt-small-mob:14px;
	 --dp-txt-xsmall-mob:12px;

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

}@import "dpcss-config.css";
:root {
  --dp-phi: 1.618033988749895;
}

html .wp-block-post-content .dp-txt\:clr1, html .wp-block-post-content .dp-txt\:clr1 > p {
  color: var(--dp-color-primary);
}
html .wp-block-post-content .dp-txt\:clr2, html .wp-block-post-content .dp-txt\:clr2 > p {
  color: var(--dp-color-secondary);
}
html .wp-block-post-content .dp-txt\:clr3, html .wp-block-post-content .dp-txt\:clr3 > p {
  color: var(--dp-color-tertiary);
}
html .wp-block-post-content .dp-txt\:clr4, html .wp-block-post-content .dp-txt\:clr4 > p {
  color: var(--dp-color-quaternary);
}
html .wp-block-post-content .dp-txt\:clr5, html .wp-block-post-content .dp-txt\:clr5 > p {
  color: var(--dp-color-quinary);
}
html .wp-block-post-content .dp-txt\:clr6, html .wp-block-post-content .dp-txt\:clr6 > p {
  color: var(--dp-color-senary);
}
html .wp-block-post-content .dp-txt\:clr7, html .wp-block-post-content .dp-txt\:clr7 > p {
  color: var(--dp-color-severnary);
}
html .wp-block-post-content .dp-txt\:clr8, html .wp-block-post-content .dp-txt\:clr8 > p {
  color: var(--dp-color-octarnary);
}
html .wp-block-post-content .dp-txt\:grey1, html .wp-block-post-content .dp-txt\:grey1 > p {
  color: var(--dp-grey-light);
  -webkit-font-smoothing: antialiased;
}
html .wp-block-post-content .dp-txt\:grey2, html .wp-block-post-content .dp-txt\:grey2 > p {
  color: var(--dp-grey-norm);
}
html .wp-block-post-content .dp-txt\:grey3, html .wp-block-post-content .dp-txt\:grey3 > p {
  color: var(--dp-grey-med);
}
html .wp-block-post-content .dp-txt\:grey4, html .wp-block-post-content .dp-txt\:grey4 > p {
  color: var(--dp-grey-dark);
}
html .wp-block-post-content .dp-txt\:blk, html .wp-block-post-content .dp-txt\:blk > p {
  color: #000;
}
html .wp-block-post-content .dp-txt\:wht, html .wp-block-post-content .dp-txt\:wht > p {
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
html .wp-block-post-content .dp-txt\:wht h1:not([class*="dp-txt:clr"]),
html .wp-block-post-content .dp-txt\:wht h2:not([class*="dp-txt:clr"]),
html .wp-block-post-content .dp-txt\:wht h3:not([class*="dp-txt:clr"]),
html .wp-block-post-content .dp-txt\:wht h4:not([class*="dp-txt:clr"]),
html .wp-block-post-content .dp-txt\:wht h5:not([class*="dp-txt:clr"]) {
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
html .wp-block-post-content .dp-bg\:clr1 {
  background-color: var(--dp-color-primary);
}
html .wp-block-post-content .dp-bg\:clr2 {
  background-color: var(--dp-color-secondary);
}
html .wp-block-post-content .dp-bg\:clr3 {
  background-color: var(--dp-color-tertiary);
}
html .wp-block-post-content .dp-bg\:clr4 {
  background-color: var(--dp-color-quaternary);
}
html .wp-block-post-content .dp-bg\:clr5 {
  background-color: var(--dp-color-quinary);
}
html .wp-block-post-content .dp-bg\:clr6 {
  background-color: var(--dp-color-senary);
}
html .wp-block-post-content .dp-bg\:clr7 {
  background-color: var(--dp-color-severnary);
}
html .wp-block-post-content .dp-bg\:clr8 {
  background-color: var(--dp-color-octarnary);
}
html .wp-block-post-content .dp-bg\:grey1 {
  background-color: var(--dp-grey-light);
}
html .wp-block-post-content .dp-bg\:grey2 {
  background-color: var(--dp-grey-norm);
}
html .wp-block-post-content .dp-bg\:grey3 {
  background-color: var(--dp-grey-med);
}
html .wp-block-post-content .dp-bg\:grey4 {
  background-color: var(--dp-grey-dark);
}
html .wp-block-post-content .dp-bg\:blk {
  background-color: #000;
}
html .wp-block-post-content .dp-bg\:wht {
  background-color: #fff;
}

html .wp-block-post-content h1 {
  font-size: var(--dp-txt-headline-big);
  line-height: var(--dp-h-lh);
}
html .wp-block-post-content h2 {
  font-size: var(--dp-txt-headline-med);
  line-height: var(--dp-h-lh);
}
html .wp-block-post-content h3 {
  font-size: var(--dp-txt-headline-norm);
  line-height: var(--dp-h-lh);
}
html .wp-block-post-content h4 {
  font-size: var(--dp-txt-headline-small);
  line-height: var(--dp-h-lh);
}
html .wp-block-post-content .dp-txt\:italic {
  font-style: italic;
}
html .wp-block-post-content .dp-txt\:uppercase {
  text-transform: uppercase;
}
html .wp-block-post-content .dp-txt\:underline {
  text-decoration: underline;
}

html .wp-block-post-content .dp-txt\:h1, html .wp-block-post-content .dp-txt\:h1 * {
  font-size: var(--dp-txt-headline-big);
  line-height: var(--dp-h-lh);
}
html .wp-block-post-content .dp-txt\:h2, html .wp-block-post-content .dp-txt\:h2 * {
  font-size: var(--dp-txt-headline-med);
  line-height: var(--dp-h-lh);
}
html .wp-block-post-content .dp-txt\:h3, html .wp-block-post-content .dp-txt\:h3 * {
  font-size: var(--dp-txt-headline-norm);
  line-height: var(--dp-h-lh);
}
html .wp-block-post-content .dp-txt\:h4, html .wp-block-post-content .dp-txt\:h4 * {
  font-size: var(--dp-txt-headline-small);
  line-height: var(--dp-h-lh);
}
html .wp-block-post-content .dp-txt\:big, html .wp-block-post-content .dp-txt\:big * {
  font-size: var(--dp-txt-big);
}
html .wp-block-post-content .dp-txt\:med, html .wp-block-post-content .dp-txt\:med * {
  font-size: var(--dp-txt-med);
}
html .wp-block-post-content .dp-txt\:norm, html .wp-block-post-content .dp-txt\:norm * {
  font-size: var(--dp-txt-norm);
}
html .wp-block-post-content .dp-txt\:sm, html .wp-block-post-content .dp-txt\:sm * {
  font-size: var(--dp-txt-small);
}
html .wp-block-post-content .dp-txt\:xsm, html .wp-block-post-content .dp-txt\:xsm * {
  font-size: var(--dp-txt-xsmall);
}
html .wp-block-post-content .dp-fnt\:1 {
  font-family: var(--dp-font-primary);
}
html .wp-block-post-content .dp-fnt\:2 {
  font-family: var(--dp-font-secondary);
}
html .wp-block-post-content .dp-fnt\:3 {
  font-family: var(--dp-font-tertiary);
}
html .wp-block-post-content .dp-fnt\:smooth {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html .wp-block-post-content .dp-fnt\:smooth\:auto {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
html .wp-block-post-content .dp-fnt\:100 {
  font-weight: 100;
}
html .wp-block-post-content .dp-fnt\:200 {
  font-weight: 200;
}
html .wp-block-post-content .dp-fnt\:300 {
  font-weight: 300;
}
html .wp-block-post-content .dp-fnt\:400 {
  font-weight: 400;
}
html .wp-block-post-content .dp-fnt\:500 {
  font-weight: 500;
}
html .wp-block-post-content .dp-fnt\:600 {
  font-weight: 600;
}
html .wp-block-post-content .dp-fnt\:700 {
  font-weight: 700;
}
html .wp-block-post-content .dp-fnt\:800 {
  font-weight: 800;
}
html .wp-block-post-content .dp-fnt\:light {
  font-weight: 200;
}
html .wp-block-post-content .dp-fnt\:bold {
  font-weight: 700;
}
html .wp-block-post-content .dp-fnt\:extra-bold {
  font-weight: 800;
}
html .wp-block-post-content .dp-txt\:cntr, html .wp-block-post-content .dp-txt\:cntr * {
  text-align: center;
}
@media (min-width: 728px) {
  html .wp-block-post-content .dp-txt\:lt, html .wp-block-post-content .dp-txt\:lt * {
    text-align: left;
  }
}
html .wp-block-post-content .dp-txt\:rt, html .wp-block-post-content .dp-txt\:rt * {
  text-align: right;
}
@media (max-width: 501px) {
  html .wp-block-post-content .dp-txt\:cntr\:xs, html .wp-block-post-content .dp-txt\:cntr\:xs * {
    text-align: center;
  }
  html .wp-block-post-content .dp-txt\:lt\:xs, html .wp-block-post-content .dp-txt\:lt\:xs * {
    text-align: left;
  }
  html .wp-block-post-content .dp-txt\:rt\:xs, html .wp-block-post-content .dp-txt\:rt\:xs * {
    text-align: right;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  html .wp-block-post-content .dp-txt\:cntr\:s, html .wp-block-post-content .dp-txt\:cntr\:s * {
    text-align: center;
  }
  html .wp-block-post-content .dp-txt\:lt\:s, html .wp-block-post-content .dp-txt\:lt\:s * {
    text-align: left;
  }
  html .wp-block-post-content .dp-txt\:rt\:s, html .wp-block-post-content .dp-txt\:rt\:s * {
    text-align: right;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  html .wp-block-post-content .dp-txt\:cntr\:m, html .wp-block-post-content .dp-txt\:cntr\:m * {
    text-align: center;
  }
  html .wp-block-post-content .dp-txt\:lt\:m, html .wp-block-post-content .dp-txt\:lt\:m * {
    text-align: left;
  }
  html .wp-block-post-content .dp-txt\:rt\:m, html .wp-block-post-content .dp-txt\:rt\:m * {
    text-align: right;
  }
}
@media (min-width: 1023px) {
  html .wp-block-post-content .dp-txt\:cntr\:l, html .wp-block-post-content .dp-txt\:cntr\:l * {
    text-align: center;
  }
  html .wp-block-post-content .dp-txt\:lt\:l, html .wp-block-post-content .dp-txt\:lt\:l * {
    text-align: left;
  }
  html .wp-block-post-content .dp-txt\:rt\:l, html .wp-block-post-content .dp-txt\:rt\:l * {
    text-align: right;
  }
}

@media (min-width:0px) {
  html .wp-block-post-content .dp-txt\:lt {
    text-align: left;
  }
  html .wp-block-post-content .dp-txt\:rt {
    text-align: right;
  }
  html .wp-block-post-content .dp-txt\:cntr {
    text-align: center;
  }
}
@media (min-width:0px) and (max-width:var(--dp-mobile-landscape)) {
  html .wp-block-post-content .dp-txt\:lt\:xs {
    text-align: left;
  }
  html .wp-block-post-content .dp-txt\:rt\:xs {
    text-align: right;
  }
  html .wp-block-post-content .dp-txt\:cntr\:xs {
    text-align: center;
  }
}
@media (min-width:var(--dp-mobile-landscape)) and (max-width:var(--dp-tablet-portrait)) {
  html .wp-block-post-content .dp-txt\:lt\:s {
    text-align: left;
  }
  html .wp-block-post-content .dp-txt\:rt\:s {
    text-align: right;
  }
  html .wp-block-post-content .dp-txt\:cntr\:s {
    text-align: center;
  }
}
@media (min-width:var(--dp-tablet-portrait)) and (max-width:var(--dp-desktop)) {
  html .wp-block-post-content .dp-txt\:lt\:m {
    text-align: left;
  }
  html .wp-block-post-content .dp-txt\:rt\:m {
    text-align: right;
  }
  html .wp-block-post-content .dp-txt\:cntr\:m {
    text-align: center;
  }
}
@media (min-width:var(--dp-desktop)) {
  html .wp-block-post-content .dp-txt\:lt\:l {
    text-align: left;
  }
  html .wp-block-post-content .dp-txt\:rt\:l {
    text-align: right;
  }
  html .wp-block-post-content .dp-txt\:cntr\:l {
    text-align: center;
  }
}
@media (max-width: 501px) {
  html .wp-block-post-content h1 {
    font-size: var(--dp-txt-headline-big-mob);
  }
  html .wp-block-post-content h2 {
    font-size: var(--dp-txt-headline-med-mob);
  }
  html .wp-block-post-content h3 {
    font-size: var(--dp-txt-headline-norm-mob);
  }
  html .wp-block-post-content h4 {
    font-size: var(--dp-txt-headline-small-mob);
  }
  html .wp-block-post-content .dp-txt\:h1, html .wp-block-post-content .dp-txt\:h1 * {
    font-size: var(--dp-txt-headline-big-mob);
  }
  html .wp-block-post-content .dp-txt\:h2, html .wp-block-post-content .dp-txt\:h2 * {
    font-size: var(--dp-txt-headline-med-mob);
  }
  html .wp-block-post-content .dp-txt\:h3, html .wp-block-post-content .dp-txt\:h3 * {
    font-size: var(--dp-txt-headline-norm-mob);
  }
  html .wp-block-post-content .dp-txt\:h4, html .wp-block-post-content .dp-txt\:h4 * {
    font-size: var(--dp-txt-headline-small-mob);
  }
  html .wp-block-post-content .dp-txt\:big, html .wp-block-post-content .dp-txt\:big * {
    font-size: var(--dp-txt-big-mob);
  }
  html .wp-block-post-content .dp-txt\:med, html .wp-block-post-content .dp-txt\:med * {
    font-size: var(--dp-txt-med-mob);
  }
  html .wp-block-post-content .dp-txt\:norm, html .wp-block-post-content .dp-txt\:norm * {
    font-size: var(--dp-txt-norm-mob);
  }
  html .wp-block-post-content .dp-txt\:sm, html .wp-block-post-content .dp-txt\:sm * {
    font-size: var(--dp-txt-small-mob);
  }
  html .wp-block-post-content .dp-txt\:xsm, html .wp-block-post-content .dp-txt\:xsm * {
    font-size: var(--dp-txt-xsmall-mob);
  }
}
@media (min-width: 1250px) {
  html .wp-block-post-content h1 {
    font-size: var(--dp-txt-headline-big-xl);
  }
  html .wp-block-post-content h2 {
    font-size: var(--dp-txt-headline-med-xl);
  }
  html .wp-block-post-content h3 {
    font-size: var(--dp-txt-headline-norm-xl);
  }
  html .wp-block-post-content h4 {
    font-size: var(--dp-txt-headline-small-xl);
  }
  html .wp-block-post-content .dp-txt\:h1, html .wp-block-post-content .dp-txt\:h1 * {
    font-size: var(--dp-txt-headline-big-xl);
  }
  html .wp-block-post-content .dp-txt\:h2, html .wp-block-post-content .dp-txt\:h2 * {
    font-size: var(--dp-txt-headline-med-xl);
  }
  html .wp-block-post-content .dp-txt\:h3, html .wp-block-post-content .dp-txt\:h3 * {
    font-size: var(--dp-txt-headline-norm-xl);
  }
  html .wp-block-post-content .dp-txt\:h4, html .wp-block-post-content .dp-txt\:h4 * {
    font-size: var(--dp-txt-headline-small-xl);
  }
  html .wp-block-post-content .dp-txt\:big, html .wp-block-post-content .dp-txt\:big * {
    font-size: var(--dp-txt-big-xl);
  }
  html .wp-block-post-content .dp-txt\:med, html .wp-block-post-content .dp-txt\:med * {
    font-size: var(--dp-txt-med-xl);
  }
  html .wp-block-post-content .dp-txt\:norm, html .wp-block-post-content .dp-txt\:norm * {
    font-size: var(--dp-txt-norm-xl);
  }
  html .wp-block-post-content .dp-txt\:sm, html .wp-block-post-content .dp-txt\:sm * {
    font-size: var(--dp-txt-small-xl);
  }
  html .wp-block-post-content .dp-txt\:xsm, html .wp-block-post-content .dp-txt\:xsm * {
    font-size: var(--dp-txt-xsmall-xl);
  }
}
html .wp-block-post-content .dp-img\:cntr\:m {
  background-position: center center !important;
}
html .wp-block-post-content .dp-img\:lt\:m {
  background-position: left center !important;
}
html .wp-block-post-content .dp-img\:rt\:m {
  background-position: right center !important;
}
html .wp-block-post-content .dp-img\:cntr\:b {
  background-position: center bottom !important;
}
html .wp-block-post-content .dp-img\:lt\:b {
  background-position: left bottom !important;
}
html .wp-block-post-content .dp-img\:rt\:b {
  background-position: right bottom !important;
}
html .wp-block-post-content .dp-img\:cntr\:t {
  background-position: center top !important;
}
html .wp-block-post-content .dp-img\:lt\:t {
  background-position: left top !important;
}
html .wp-block-post-content .dp-img\:rt\:t {
  background-position: right top !important;
}
@media (min-width: 0) and (max-width: 501px) {
  html .wp-block-post-content .dp-br\:xs {
    display: block;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  html .wp-block-post-content .dp-br\:s {
    display: block;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  html .wp-block-post-content .dp-br\:m {
    display: block;
  }
}
@media (min-width: 1023px) {
  html .wp-block-post-content .dp-br\:l {
    display: block;
  }
}
@media (min-width: 1250px) {
  html .wp-block-post-content .dp-br\:xl {
    display: block;
  }
}
html .wp-block-post-content .dp-rnd {
  border-radius: var(--dp-rnd);
}
html .wp-block-post-content .dp-rnd\:tl {
  border-top-left-radius: var(--dp-rnd);
}
html .wp-block-post-content .dp-rnd\:tr {
  border-top-right-radius: var(--dp-rnd);
}
html .wp-block-post-content .dp-rnd\:br {
  border-bottom-right-radius: var(--dp-rnd);
}
html .wp-block-post-content .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 {
  /* Set grid item's width individually by percent */
  /* Set items with by number of items in row*/
}
html .wp-block-post-content .dp-hide {
  display: none;
}
html .wp-block-post-content .dp-clear {
  clear: both !important;
}
@media (max-width: 1350px) {
  html .wp-block-post-content .dp-display\:above\:xl {
    display: none;
  }
}
@media (max-width: 1024px) {
  html .wp-block-post-content .dp-display\:above\:l {
    display: none;
  }
}
@media (max-width: 767px) {
  html .wp-block-post-content .dp-display\:above\:m {
    display: none;
  }
}
@media (max-width: 501px) {
  html .wp-block-post-content .dp-display\:above\:s {
    display: none;
  }
}
@media (min-width: 1350px) {
  html .wp-block-post-content .dp-display\:below\:xl {
    display: none;
  }
}
@media (min-width: 1024px) {
  html .wp-block-post-content .dp-display\:below\:l {
    display: none;
  }
}
@media (min-width: 767px) {
  html .wp-block-post-content .dp-display\:below\:m {
    display: none;
  }
}
@media (min-width: 501px) {
  html .wp-block-post-content .dp-display\:below\:s {
    display: none;
  }
}
html .wp-block-post-content .dp-overflow\:vis {
  overflow: visible;
}
html .wp-block-post-content .dp-contain {
  max-width: var(--dp-site-width);
}
html .wp-block-post-content .dp-pos\:fill {
  width: 100%;
}
html .wp-block-post-content .dp-pos\:cntr {
  margin-right: auto;
  margin-left: auto;
}
html .wp-block-post-content .dp-pos\:rt {
  margin-right: 0;
  margin-left: auto;
}
html .wp-block-post-content .dp-pos\:lt {
  margin-right: auto;
  margin-left: 0;
}
@media (min-width: 0) {
  html .wp-block-post-content .dp-pos\:cntr\:s {
    margin-right: auto;
    margin-left: auto;
  }
  html .wp-block-post-content .dp-pos\:rt\:s {
    margin-right: 0;
    margin-left: auto;
  }
  html .wp-block-post-content .dp-pos\:lt\:s {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (min-width: 501px) {
  html .wp-block-post-content .dp-pos\:cntr\:m {
    margin-right: auto;
    margin-left: auto;
  }
  html .wp-block-post-content .dp-pos\:rt\:m {
    margin-right: 0;
    margin-left: auto;
  }
  html .wp-block-post-content .dp-pos\:lt\:m {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (min-width: 1023px) {
  html .wp-block-post-content .dp-pos\:cntr\:l {
    margin-right: auto;
    margin-left: auto;
  }
  html .wp-block-post-content .dp-pos\:rt\:l {
    margin-right: 0;
    margin-left: auto;
  }
  html .wp-block-post-content .dp-pos\:lt\:l {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (min-width: 1250px) {
  html .wp-block-post-content .dp-pos\:cntr\:xl {
    margin-right: auto;
    margin-left: auto;
  }
  html .wp-block-post-content .dp-pos\:rt\:xl {
    margin-right: 0;
    margin-left: auto;
  }
  html .wp-block-post-content .dp-pos\:lt\:xl {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (min-width: 767px) {
  html .wp-block-post-content .dp-pos\:cntr\:m {
    margin-right: auto;
    margin-left: auto;
  }
  html .wp-block-post-content .dp-pos\:rt\:m {
    margin-right: 0;
    margin-left: auto;
  }
  html .wp-block-post-content .dp-pos\:lt\:m {
    margin-right: auto;
    margin-left: 0;
  }
}
html .wp-block-post-content .dp-pos\:rel {
  position: relative;
}
html .wp-block-post-content .dp-pos\:abs {
  position: absolute;
}
html .wp-block-post-content .dp-pos\:fix {
  position: fixed;
}
html .wp-block-post-content .dp-flex {
  display: flex;
}
html .wp-block-post-content .dp-flex\:align\:cntr {
  justify-content: center;
  display: flex;
}
html .wp-block-post-content .dp-flex\:align\:lt {
  justify-content: flex-start;
  display: flex;
}
html .wp-block-post-content .dp-flex\:align\:rt {
  justify-content: flex-end;
  display: flex;
}
html .wp-block-post-content .dp-flex\:valign\:mid {
  align-items: center;
  display: flex;
}
html .wp-block-post-content .dp-flex\:valign\:top {
  align-items: flex-start;
}
html .wp-block-post-content .dp-flex\:valign\:bot {
  align-items: flex-end;
  display: flex;
}
@media (min-width: 501px) {
  html .wp-block-post-content .dp-flex\:s {
    display: flex;
  }
  html .wp-block-post-content .dp-flex\:align\:cntr\:s {
    justify-content: center;
    display: flex;
  }
  html .wp-block-post-content .dp-flex\:align\:lt\:s {
    justify-content: flex-start;
    display: flex;
  }
  html .wp-block-post-content .dp-flex\:align\:rt\:s {
    justify-content: flex-end;
    display: flex;
  }
  html .wp-block-post-content .dp-flex\:valign\:mid\:s {
    align-items: center;
    display: flex;
  }
  html .wp-block-post-content .dp-flex\:valign\:top\:s {
    align-items: flex-start;
    display: flex;
  }
  html .wp-block-post-content .dp-flex\:valign\:bot\:s {
    align-items: flex-end;
    display: flex;
  }
}
@media (min-width: 767px) {
  html .wp-block-post-content .dp-flex\:m {
    display: flex;
  }
  html .wp-block-post-content .dp-flex\:align\:cntr\:m {
    justify-content: center;
    display: flex;
  }
  html .wp-block-post-content .dp-flex\:align\:lt\:m {
    justify-content: flex-start;
    display: flex;
  }
  html .wp-block-post-content .dp-flex\:align\:rt\:m {
    justify-content: flex-end;
    display: flex;
  }
  html .wp-block-post-content .dp-flex\:valign\:mid\:m {
    align-items: center;
    display: flex;
  }
  html .wp-block-post-content .dp-flex\:valign\:top\:m {
    align-items: flex-start;
    display: flex;
  }
  html .wp-block-post-content .dp-flex\:valign\:bot\:m {
    align-items: flex-end;
    display: flex;
  }
}
@media (min-width: 1023px) {
  html .wp-block-post-content .dp-flex\:l {
    display: flex;
  }
  html .wp-block-post-content .dp-flex\:align\:cntr\:l {
    justify-content: center;
    display: flex;
  }
  html .wp-block-post-content .dp-flex\:align\:lt\:l {
    justify-content: flex-start;
    display: flex;
  }
  html .wp-block-post-content .dp-flex\:align\:rt\:l {
    justify-content: flex-end;
    display: flex;
  }
  html .wp-block-post-content .dp-flex\:valign\:mid\:l {
    align-items: center;
    display: flex;
  }
  html .wp-block-post-content .dp-flex\:valign\:top\:l {
    align-items: flex-start;
    display: flex;
  }
  html .wp-block-post-content .dp-flex\:valign\:bot\:l {
    align-items: flex-end;
    display: flex;
  }
}
html .wp-block-post-content .dp-display\:block {
  display: block;
}
html .wp-block-post-content .dp-display\:inline {
  display: inline;
}
html .wp-block-post-content .dp-display\:inline-block {
  display: inline-block;
}
html .wp-block-post-content .dp-grid\:10pc {
  display: block;
  float: left;
  width: 10%;
}
html .wp-block-post-content .dp-grid\:15pc {
  display: block;
  float: left;
  width: 15%;
}
html .wp-block-post-content .dp-grid\:20pc {
  display: block;
  float: left;
  width: 20%;
}
html .wp-block-post-content .dp-grid\:25pc {
  display: block;
  float: left;
  width: 25%;
}
html .wp-block-post-content .dp-grid\:30pc {
  display: block;
  float: left;
  width: 30%;
}
html .wp-block-post-content .dp-grid\:35pc {
  display: block;
  float: left;
  width: 35%;
}
html .wp-block-post-content .dp-grid\:40pc {
  display: block;
  float: left;
  width: 40%;
}
html .wp-block-post-content .dp-grid\:45pc {
  display: block;
  float: left;
  width: 45%;
}
html .wp-block-post-content .dp-grid\:50pc {
  display: block;
  float: left;
  width: 50%;
}
html .wp-block-post-content .dp-grid\:55pc {
  display: block;
  float: left;
  width: 55%;
}
html .wp-block-post-content .dp-grid\:60pc {
  display: block;
  float: left;
  width: 60%;
}
html .wp-block-post-content .dp-grid\:65pc {
  display: block;
  float: left;
  width: 65%;
}
html .wp-block-post-content .dp-grid\:70pc {
  display: block;
  float: left;
  width: 70%;
}
html .wp-block-post-content .dp-grid\:75pc {
  display: block;
  float: left;
  width: 75%;
}
html .wp-block-post-content .dp-grid\:80pc {
  display: block;
  float: left;
  width: 80%;
}
html .wp-block-post-content .dp-grid\:85pc {
  display: block;
  float: left;
  width: 85%;
}
html .wp-block-post-content .dp-grid\:90pc {
  display: block;
  float: left;
  width: 90%;
}
html .wp-block-post-content .dp-grid\:95pc {
  display: block;
  float: left;
  width: 95%;
}
html .wp-block-post-content .dp-grid\:100pc {
  display: block;
  float: left;
  width: 100%;
}
html .wp-block-post-content .dp-grid\:105pc {
  display: block;
  float: left;
  width: 105%;
}
html .wp-block-post-content .dp-grid\:phi\:-1 {
  display: block;
  float: left;
  width: calc(100% / (var(--dp-phi) * 1));
}
html .wp-block-post-content .dp-grid\:phi\:-2 {
  display: block;
  float: left;
  width: calc(100% / (var(--dp-phi) * 2));
}
html .wp-block-post-content .dp-grid\:phi\:-3 {
  display: block;
  float: left;
  width: calc(100% / (var(--dp-phi) * 3));
}
html .wp-block-post-content .dp-grid\:phi\:-4 {
  display: block;
  float: left;
  width: calc(100% / (var(--dp-phi) * 4));
}
html .wp-block-post-content .dp-grid\:phi\:-5 {
  display: block;
  float: left;
  width: calc(100% / (var(--dp-phi) * 5));
}
html .wp-block-post-content .dp-grid\:phi\:-6 {
  display: block;
  float: left;
  width: calc(100% / (var(--dp-phi) * 6));
}
html .wp-block-post-content .dp-grid\:phi\:-7 {
  display: block;
  float: left;
  width: calc(100% / (var(--dp-phi) * 7));
}
html .wp-block-post-content .dp-grid\:phi\:-8 {
  display: block;
  float: left;
  width: calc(100% / (var(--dp-phi) * 8));
}
html .wp-block-post-content .dp-grid\:phi\:-9 {
  display: block;
  float: left;
  width: calc(100% / (var(--dp-phi) * 9));
}
html .wp-block-post-content .dp-grid\:phi\:-1 {
  display: block;
  float: left;
  width: var(--dp-phi-1);
}
html .wp-block-post-content .dp-grid\:phi\:-1\:offset {
  display: block;
  float: left;
  width: var(--dp-phi-1-offset);
}
html .wp-block-post-content .dp-grid\:phi\:-2 {
  display: block;
  float: left;
  width: var(--dp-phi-2);
}
html .wp-block-post-content .dp-grid\:phi\:-2\:offset {
  display: block;
  float: left;
  width: var(--dp-phi-2-offset);
}
html .wp-block-post-content .dp-grid\:phi\:-3 {
  display: block;
  float: left;
  width: var(--dp-phi-3);
}
html .wp-block-post-content .dp-grid\:phi\:-3\:offset {
  display: block;
  float: left;
  width: var(--dp-phi-3-offset);
}
html .wp-block-post-content .dp-grid\:phi\:-4 {
  display: block;
  float: left;
  width: var(--dp-phi-4);
}
html .wp-block-post-content .dp-grid\:phi\:-4\:offset {
  display: block;
  float: left;
  width: var(--dp-phi-4-offset);
}
html .wp-block-post-content .dp-grid\:phi\:-5 {
  display: block;
  float: left;
  width: var(--dp-phi-5);
}
html .wp-block-post-content .dp-grid\:phi\:-5\:offset {
  display: block;
  float: left;
  width: var(--dp-phi-5-offset);
}
html .wp-block-post-content .dp-grid\:phi\:-6 {
  display: block;
  float: left;
  width: var(--dp-phi-6);
}
html .wp-block-post-content .dp-grid\:phi\:-6\:offset {
  display: block;
  float: left;
  width: var(--dp-phi-6-offset);
}
html .wp-block-post-content .dp-grid\:phi\:-7 {
  display: block;
  float: left;
  width: var(--dp-phi-7);
}
html .wp-block-post-content .dp-grid\:phi\:-7\:offset {
  display: block;
  float: left;
  width: var(--dp-phi-7-offset);
}
html .wp-block-post-content .dp-grid\:phi\:-8 {
  display: block;
  float: left;
  width: var(--dp-phi-8);
}
html .wp-block-post-content .dp-grid\:phi\:-8\:offset {
  display: block;
  float: left;
  width: var(--dp-phi-8-offset);
}
html .wp-block-post-content .dp-grid\:phi\:-9 {
  display: block;
  float: left;
  width: var(--dp-phi-9);
}
html .wp-block-post-content .dp-grid\:phi\:-9\:offset {
  display: block;
  float: left;
  width: var(--dp-phi-9-offset);
}
@media (max-width: 501px) {
  html .wp-block-post-content .dp-grid\:10pc\:xs {
    display: block;
    float: left;
    width: 10%;
  }
  html .wp-block-post-content .dp-grid\:15pc\:xs {
    display: block;
    float: left;
    width: 15%;
  }
  html .wp-block-post-content .dp-grid\:20pc\:xs {
    display: block;
    float: left;
    width: 20%;
  }
  html .wp-block-post-content .dp-grid\:25pc\:xs {
    display: block;
    float: left;
    width: 25%;
  }
  html .wp-block-post-content .dp-grid\:30pc\:xs {
    display: block;
    float: left;
    width: 30%;
  }
  html .wp-block-post-content .dp-grid\:35pc\:xs {
    display: block;
    float: left;
    width: 35%;
  }
  html .wp-block-post-content .dp-grid\:40pc\:xs {
    display: block;
    float: left;
    width: 40%;
  }
  html .wp-block-post-content .dp-grid\:45pc\:xs {
    display: block;
    float: left;
    width: 45%;
  }
  html .wp-block-post-content .dp-grid\:50pc\:xs {
    display: block;
    float: left;
    width: 50%;
  }
  html .wp-block-post-content .dp-grid\:55pc\:xs {
    display: block;
    float: left;
    width: 55%;
  }
  html .wp-block-post-content .dp-grid\:60pc\:xs {
    display: block;
    float: left;
    width: 60%;
  }
  html .wp-block-post-content .dp-grid\:65pc\:xs {
    display: block;
    float: left;
    width: 65%;
  }
  html .wp-block-post-content .dp-grid\:70pc\:xs {
    display: block;
    float: left;
    width: 70%;
  }
  html .wp-block-post-content .dp-grid\:75pc\:xs {
    display: block;
    float: left;
    width: 75%;
  }
  html .wp-block-post-content .dp-grid\:80pc\:xs {
    display: block;
    float: left;
    width: 80%;
  }
  html .wp-block-post-content .dp-grid\:85pc\:xs {
    display: block;
    float: left;
    width: 85%;
  }
  html .wp-block-post-content .dp-grid\:90pc\:xs {
    display: block;
    float: left;
    width: 90%;
  }
  html .wp-block-post-content .dp-grid\:95pc\:xs {
    display: block;
    float: left;
    width: 95%;
  }
  html .wp-block-post-content .dp-grid\:100pc\:xs {
    display: block;
    float: left;
    width: 100%;
  }
  html .wp-block-post-content .dp-grid\:105pc\:xs {
    display: block;
    float: left;
    width: 105%;
  }
  html .wp-block-post-content .dp-grid\:phi\:-1\:xs {
    display: block;
    float: left;
    width: var(--dp-phi-1);
  }
  html .wp-block-post-content .dp-grid\:phi\:-1\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-1-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-2\:xs {
    display: block;
    float: left;
    width: var(--dp-phi-2);
  }
  html .wp-block-post-content .dp-grid\:phi\:-2\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-2-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-3\:xs {
    display: block;
    float: left;
    width: var(--dp-phi-3);
  }
  html .wp-block-post-content .dp-grid\:phi\:-3\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-3-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-4\:xs {
    display: block;
    float: left;
    width: var(--dp-phi-4);
  }
  html .wp-block-post-content .dp-grid\:phi\:-4\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-4-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-5\:xs {
    display: block;
    float: left;
    width: var(--dp-phi-5);
  }
  html .wp-block-post-content .dp-grid\:phi\:-5\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-5-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-6\:xs {
    display: block;
    float: left;
    width: var(--dp-phi-6);
  }
  html .wp-block-post-content .dp-grid\:phi\:-6\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-6-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-7\:xs {
    display: block;
    float: left;
    width: var(--dp-phi-7);
  }
  html .wp-block-post-content .dp-grid\:phi\:-7\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-7-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-8\:xs {
    display: block;
    float: left;
    width: var(--dp-phi-8);
  }
  html .wp-block-post-content .dp-grid\:phi\:-8\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-8-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-9\:xs {
    display: block;
    float: left;
    width: var(--dp-phi-9);
  }
  html .wp-block-post-content .dp-grid\:phi\:-9\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-9-offset);
  }
}
@media (min-width: 501px) {
  html .wp-block-post-content .dp-grid\:10pc\:s {
    display: block;
    float: left;
    width: 10%;
  }
  html .wp-block-post-content .dp-grid\:15pc\:s {
    display: block;
    float: left;
    width: 15%;
  }
  html .wp-block-post-content .dp-grid\:20pc\:s {
    display: block;
    float: left;
    width: 20%;
  }
  html .wp-block-post-content .dp-grid\:25pc\:s {
    display: block;
    float: left;
    width: 25%;
  }
  html .wp-block-post-content .dp-grid\:30pc\:s {
    display: block;
    float: left;
    width: 30%;
  }
  html .wp-block-post-content .dp-grid\:35pc\:s {
    display: block;
    float: left;
    width: 35%;
  }
  html .wp-block-post-content .dp-grid\:40pc\:s {
    display: block;
    float: left;
    width: 40%;
  }
  html .wp-block-post-content .dp-grid\:45pc\:s {
    display: block;
    float: left;
    width: 45%;
  }
  html .wp-block-post-content .dp-grid\:50pc\:s {
    display: block;
    float: left;
    width: 50%;
  }
  html .wp-block-post-content .dp-grid\:55pc\:s {
    display: block;
    float: left;
    width: 55%;
  }
  html .wp-block-post-content .dp-grid\:60pc\:s {
    display: block;
    float: left;
    width: 60%;
  }
  html .wp-block-post-content .dp-grid\:65pc\:s {
    display: block;
    float: left;
    width: 65%;
  }
  html .wp-block-post-content .dp-grid\:70pc\:s {
    display: block;
    float: left;
    width: 70%;
  }
  html .wp-block-post-content .dp-grid\:75pc\:s {
    display: block;
    float: left;
    width: 75%;
  }
  html .wp-block-post-content .dp-grid\:80pc\:s {
    display: block;
    float: left;
    width: 80%;
  }
  html .wp-block-post-content .dp-grid\:85pc\:s {
    display: block;
    float: left;
    width: 85%;
  }
  html .wp-block-post-content .dp-grid\:90pc\:s {
    display: block;
    float: left;
    width: 90%;
  }
  html .wp-block-post-content .dp-grid\:95pc\:s {
    display: block;
    float: left;
    width: 95%;
  }
  html .wp-block-post-content .dp-grid\:100pc\:s {
    display: block;
    float: left;
    width: 100%;
  }
  html .wp-block-post-content .dp-grid\:105pc\:s {
    display: block;
    float: left;
    width: 105%;
  }
  html .wp-block-post-content .dp-grid\:phi\:-1\:s {
    display: block;
    float: left;
    width: var(--dp-phi-1);
  }
  html .wp-block-post-content .dp-grid\:phi\:-1\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-1-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-2\:s {
    display: block;
    float: left;
    width: var(--dp-phi-2);
  }
  html .wp-block-post-content .dp-grid\:phi\:-2\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-2-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-3\:s {
    display: block;
    float: left;
    width: var(--dp-phi-3);
  }
  html .wp-block-post-content .dp-grid\:phi\:-3\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-3-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-4\:s {
    display: block;
    float: left;
    width: var(--dp-phi-4);
  }
  html .wp-block-post-content .dp-grid\:phi\:-4\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-4-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-5\:s {
    display: block;
    float: left;
    width: var(--dp-phi-5);
  }
  html .wp-block-post-content .dp-grid\:phi\:-5\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-5-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-6\:s {
    display: block;
    float: left;
    width: var(--dp-phi-6);
  }
  html .wp-block-post-content .dp-grid\:phi\:-6\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-6-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-7\:s {
    display: block;
    float: left;
    width: var(--dp-phi-7);
  }
  html .wp-block-post-content .dp-grid\:phi\:-7\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-7-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-8\:s {
    display: block;
    float: left;
    width: var(--dp-phi-8);
  }
  html .wp-block-post-content .dp-grid\:phi\:-8\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-8-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-9\:s {
    display: block;
    float: left;
    width: var(--dp-phi-9);
  }
  html .wp-block-post-content .dp-grid\:phi\:-9\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-9-offset);
  }
}
@media (min-width: 767px) {
  html .wp-block-post-content .dp-grid\:10pc\:m {
    display: block;
    float: left;
    width: 10%;
  }
  html .wp-block-post-content .dp-grid\:15pc\:m {
    display: block;
    float: left;
    width: 15%;
  }
  html .wp-block-post-content .dp-grid\:20pc\:m {
    display: block;
    float: left;
    width: 20%;
  }
  html .wp-block-post-content .dp-grid\:25pc\:m {
    display: block;
    float: left;
    width: 25%;
  }
  html .wp-block-post-content .dp-grid\:30pc\:m {
    display: block;
    float: left;
    width: 30%;
  }
  html .wp-block-post-content .dp-grid\:35pc\:m {
    display: block;
    float: left;
    width: 35%;
  }
  html .wp-block-post-content .dp-grid\:40pc\:m {
    display: block;
    float: left;
    width: 40%;
  }
  html .wp-block-post-content .dp-grid\:45pc\:m {
    display: block;
    float: left;
    width: 45%;
  }
  html .wp-block-post-content .dp-grid\:50pc\:m {
    display: block;
    float: left;
    width: 50%;
  }
  html .wp-block-post-content .dp-grid\:55pc\:m {
    display: block;
    float: left;
    width: 55%;
  }
  html .wp-block-post-content .dp-grid\:60pc\:m {
    display: block;
    float: left;
    width: 60%;
  }
  html .wp-block-post-content .dp-grid\:65pc\:m {
    display: block;
    float: left;
    width: 65%;
  }
  html .wp-block-post-content .dp-grid\:70pc\:m {
    display: block;
    float: left;
    width: 70%;
  }
  html .wp-block-post-content .dp-grid\:75pc\:m {
    display: block;
    float: left;
    width: 75%;
  }
  html .wp-block-post-content .dp-grid\:80pc\:m {
    display: block;
    float: left;
    width: 80%;
  }
  html .wp-block-post-content .dp-grid\:85pc\:m {
    display: block;
    float: left;
    width: 85%;
  }
  html .wp-block-post-content .dp-grid\:90pc\:m {
    display: block;
    float: left;
    width: 90%;
  }
  html .wp-block-post-content .dp-grid\:95pc\:m {
    display: block;
    float: left;
    width: 95%;
  }
  html .wp-block-post-content .dp-grid\:100pc\:m {
    display: block;
    float: left;
    width: 100%;
  }
  html .wp-block-post-content .dp-grid\:105pc\:m {
    display: block;
    float: left;
    width: 105%;
  }
  html .wp-block-post-content .dp-grid\:phi\:-1\:m {
    display: block;
    float: left;
    width: var(--dp-phi-1);
  }
  html .wp-block-post-content .dp-grid\:phi\:-1\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-1-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-2\:m {
    display: block;
    float: left;
    width: var(--dp-phi-2);
  }
  html .wp-block-post-content .dp-grid\:phi\:-2\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-2-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-3\:m {
    display: block;
    float: left;
    width: var(--dp-phi-3);
  }
  html .wp-block-post-content .dp-grid\:phi\:-3\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-3-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-4\:m {
    display: block;
    float: left;
    width: var(--dp-phi-4);
  }
  html .wp-block-post-content .dp-grid\:phi\:-4\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-4-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-5\:m {
    display: block;
    float: left;
    width: var(--dp-phi-5);
  }
  html .wp-block-post-content .dp-grid\:phi\:-5\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-5-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-6\:m {
    display: block;
    float: left;
    width: var(--dp-phi-6);
  }
  html .wp-block-post-content .dp-grid\:phi\:-6\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-6-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-7\:m {
    display: block;
    float: left;
    width: var(--dp-phi-7);
  }
  html .wp-block-post-content .dp-grid\:phi\:-7\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-7-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-8\:m {
    display: block;
    float: left;
    width: var(--dp-phi-8);
  }
  html .wp-block-post-content .dp-grid\:phi\:-8\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-8-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-9\:m {
    display: block;
    float: left;
    width: var(--dp-phi-9);
  }
  html .wp-block-post-content .dp-grid\:phi\:-9\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-9-offset);
  }
}
@media (min-width: 1023px) {
  html .wp-block-post-content .dp-grid\:10pc\:l {
    display: block;
    float: left;
    width: 10%;
  }
  html .wp-block-post-content .dp-grid\:15pc\:l {
    display: block;
    float: left;
    width: 15%;
  }
  html .wp-block-post-content .dp-grid\:20pc\:l {
    display: block;
    float: left;
    width: 20%;
  }
  html .wp-block-post-content .dp-grid\:25pc\:l {
    display: block;
    float: left;
    width: 25%;
  }
  html .wp-block-post-content .dp-grid\:30pc\:l {
    display: block;
    float: left;
    width: 30%;
  }
  html .wp-block-post-content .dp-grid\:35pc\:l {
    display: block;
    float: left;
    width: 35%;
  }
  html .wp-block-post-content .dp-grid\:40pc\:l {
    display: block;
    float: left;
    width: 40%;
  }
  html .wp-block-post-content .dp-grid\:45pc\:l {
    display: block;
    float: left;
    width: 45%;
  }
  html .wp-block-post-content .dp-grid\:50pc\:l {
    display: block;
    float: left;
    width: 50%;
  }
  html .wp-block-post-content .dp-grid\:55pc\:l {
    display: block;
    float: left;
    width: 55%;
  }
  html .wp-block-post-content .dp-grid\:60pc\:l {
    display: block;
    float: left;
    width: 60%;
  }
  html .wp-block-post-content .dp-grid\:65pc\:l {
    display: block;
    float: left;
    width: 65%;
  }
  html .wp-block-post-content .dp-grid\:70pc\:l {
    display: block;
    float: left;
    width: 70%;
  }
  html .wp-block-post-content .dp-grid\:75pc\:l {
    display: block;
    float: left;
    width: 75%;
  }
  html .wp-block-post-content .dp-grid\:80pc\:l {
    display: block;
    float: left;
    width: 80%;
  }
  html .wp-block-post-content .dp-grid\:85pc\:l {
    display: block;
    float: left;
    width: 85%;
  }
  html .wp-block-post-content .dp-grid\:90pc\:l {
    display: block;
    float: left;
    width: 90%;
  }
  html .wp-block-post-content .dp-grid\:95pc\:l {
    display: block;
    float: left;
    width: 95%;
  }
  html .wp-block-post-content .dp-grid\:100pc\:l {
    display: block;
    float: left;
    width: 100%;
  }
  html .wp-block-post-content .dp-grid\:105pc\:l {
    display: block;
    float: left;
    width: 105%;
  }
  html .wp-block-post-content .dp-grid\:phi\:-1\:l {
    display: block;
    float: left;
    width: var(--dp-phi-1);
  }
  html .wp-block-post-content .dp-grid\:phi\:-1\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-1-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-2\:l {
    display: block;
    float: left;
    width: var(--dp-phi-2);
  }
  html .wp-block-post-content .dp-grid\:phi\:-2\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-2-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-3\:l {
    display: block;
    float: left;
    width: var(--dp-phi-3);
  }
  html .wp-block-post-content .dp-grid\:phi\:-3\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-3-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-4\:l {
    display: block;
    float: left;
    width: var(--dp-phi-4);
  }
  html .wp-block-post-content .dp-grid\:phi\:-4\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-4-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-5\:l {
    display: block;
    float: left;
    width: var(--dp-phi-5);
  }
  html .wp-block-post-content .dp-grid\:phi\:-5\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-5-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-6\:l {
    display: block;
    float: left;
    width: var(--dp-phi-6);
  }
  html .wp-block-post-content .dp-grid\:phi\:-6\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-6-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-7\:l {
    display: block;
    float: left;
    width: var(--dp-phi-7);
  }
  html .wp-block-post-content .dp-grid\:phi\:-7\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-7-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-8\:l {
    display: block;
    float: left;
    width: var(--dp-phi-8);
  }
  html .wp-block-post-content .dp-grid\:phi\:-8\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-8-offset);
  }
  html .wp-block-post-content .dp-grid\:phi\:-9\:l {
    display: block;
    float: left;
    width: var(--dp-phi-9);
  }
  html .wp-block-post-content .dp-grid\:phi\:-9\:offset {
    display: block;
    float: left;
    width: var(--dp-phi-9-offset);
  }
}
@media (min-width: 1250px) {
  html .wp-block-post-content .dp-grid\:10pc\:xl {
    display: block;
    float: left;
    width: 10%;
  }
  html .wp-block-post-content .dp-grid\:15pc\:xl {
    display: block;
    float: left;
    width: 15%;
  }
  html .wp-block-post-content .dp-grid\:20pc\:xl {
    display: block;
    float: left;
    width: 20%;
  }
  html .wp-block-post-content .dp-grid\:25pc\:xl {
    display: block;
    float: left;
    width: 25%;
  }
  html .wp-block-post-content .dp-grid\:30pc\:xl {
    display: block;
    float: left;
    width: 30%;
  }
  html .wp-block-post-content .dp-grid\:35pc\:xl {
    display: block;
    float: left;
    width: 35%;
  }
  html .wp-block-post-content .dp-grid\:40pc\:xl {
    display: block;
    float: left;
    width: 40%;
  }
  html .wp-block-post-content .dp-grid\:45pc\:xl {
    display: block;
    float: left;
    width: 45%;
  }
  html .wp-block-post-content .dp-grid\:50pc\:xl {
    display: block;
    float: left;
    width: 50%;
  }
  html .wp-block-post-content .dp-grid\:55pc\:xl {
    display: block;
    float: left;
    width: 55%;
  }
  html .wp-block-post-content .dp-grid\:60pc\:xl {
    display: block;
    float: left;
    width: 60%;
  }
  html .wp-block-post-content .dp-grid\:65pc\:xl {
    display: block;
    float: left;
    width: 65%;
  }
  html .wp-block-post-content .dp-grid\:70pc\:xl {
    display: block;
    float: left;
    width: 70%;
  }
  html .wp-block-post-content .dp-grid\:75pc\:xl {
    display: block;
    float: left;
    width: 75%;
  }
  html .wp-block-post-content .dp-grid\:80pc\:xl {
    display: block;
    float: left;
    width: 80%;
  }
  html .wp-block-post-content .dp-grid\:85pc\:xl {
    display: block;
    float: left;
    width: 85%;
  }
  html .wp-block-post-content .dp-grid\:90pc\:xl {
    display: block;
    float: left;
    width: 90%;
  }
  html .wp-block-post-content .dp-grid\:95pc\:xl {
    display: block;
    float: left;
    width: 95%;
  }
  html .wp-block-post-content .dp-grid\:100pc\:xl {
    display: block;
    float: left;
    width: 100%;
  }
  html .wp-block-post-content .dp-grid\:105pc\:xl {
    display: block;
    float: left;
    width: 105%;
  }
}
html .wp-block-post-content .dp-grid\:fit {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:1 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:1 > * {
  width: 100%;
}
html .wp-block-post-content .dp-grid\:fit\:2 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:2 > * {
  width: 50%;
}
html .wp-block-post-content .dp-grid\:fit\:3 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:3 > * {
  width: 33.3333333333%;
}
html .wp-block-post-content .dp-grid\:fit\:4 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:4 > * {
  width: 25%;
}
html .wp-block-post-content .dp-grid\:fit\:5 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:5 > * {
  width: 20%;
}
html .wp-block-post-content .dp-grid\:fit\:6 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:6 > * {
  width: 16.6666666667%;
}
html .wp-block-post-content .dp-grid\:fit\:7 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:7 > * {
  width: 14.2857142857%;
}
html .wp-block-post-content .dp-grid\:fit\:8 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:8 > * {
  width: 12.5%;
}
html .wp-block-post-content .dp-grid\:fit\:9 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:9 > * {
  width: 11.1111111111%;
}
html .wp-block-post-content .dp-grid\:fit\:10 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:10 > * {
  width: 10%;
}
html .wp-block-post-content .dp-grid\:fit\:11 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:11 > * {
  width: 9.0909090909%;
}
html .wp-block-post-content .dp-grid\:fit\:12 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:12 > * {
  width: 8.3333333333%;
}
html .wp-block-post-content .dp-grid\:fit\:13 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:13 > * {
  width: 7.6923076923%;
}
html .wp-block-post-content .dp-grid\:fit\:14 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:14 > * {
  width: 7.1428571429%;
}
html .wp-block-post-content .dp-grid\:fit\:15 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:15 > * {
  width: 6.6666666667%;
}
html .wp-block-post-content .dp-grid\:fit\:16 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:16 > * {
  width: 6.25%;
}
html .wp-block-post-content .dp-grid\:fit\:17 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:17 > * {
  width: 5.8823529412%;
}
html .wp-block-post-content .dp-grid\:fit\:18 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:18 > * {
  width: 5.5555555556%;
}
html .wp-block-post-content .dp-grid\:fit\:19 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:19 > * {
  width: 5.2631578947%;
}
html .wp-block-post-content .dp-grid\:fit\:20 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:20 > * {
  width: 5%;
}
html .wp-block-post-content .dp-grid\:fit\:21 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:21 > * {
  width: 4.7619047619%;
}
html .wp-block-post-content .dp-grid\:fit\:22 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:22 > * {
  width: 4.5454545455%;
}
html .wp-block-post-content .dp-grid\:fit\:23 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:23 > * {
  width: 4.347826087%;
}
html .wp-block-post-content .dp-grid\:fit\:24 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:24 > * {
  width: 4.1666666667%;
}
html .wp-block-post-content .dp-grid\:fit\:25 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:25 > * {
  width: 4%;
}
html .wp-block-post-content .dp-grid\:fit\:26 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:26 > * {
  width: 3.8461538462%;
}
html .wp-block-post-content .dp-grid\:fit\:27 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:27 > * {
  width: 3.7037037037%;
}
html .wp-block-post-content .dp-grid\:fit\:28 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:28 > * {
  width: 3.5714285714%;
}
html .wp-block-post-content .dp-grid\:fit\:29 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:29 > * {
  width: 3.4482758621%;
}
html .wp-block-post-content .dp-grid\:fit\:30 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:30 > * {
  width: 3.3333333333%;
}
html .wp-block-post-content .dp-grid\:fit\:31 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:31 > * {
  width: 3.2258064516%;
}
html .wp-block-post-content .dp-grid\:fit\:32 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:32 > * {
  width: 3.125%;
}
html .wp-block-post-content .dp-grid\:fit\:33 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:33 > * {
  width: 3.0303030303%;
}
html .wp-block-post-content .dp-grid\:fit\:34 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:34 > * {
  width: 2.9411764706%;
}
html .wp-block-post-content .dp-grid\:fit\:35 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:35 > * {
  width: 2.8571428571%;
}
html .wp-block-post-content .dp-grid\:fit\:36 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:36 > * {
  width: 2.7777777778%;
}
html .wp-block-post-content .dp-grid\:fit\:37 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:37 > * {
  width: 2.7027027027%;
}
html .wp-block-post-content .dp-grid\:fit\:38 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:38 > * {
  width: 2.6315789474%;
}
html .wp-block-post-content .dp-grid\:fit\:39 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:39 > * {
  width: 2.5641025641%;
}
html .wp-block-post-content .dp-grid\:fit\:40 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:40 > * {
  width: 2.5%;
}
html .wp-block-post-content .dp-grid\:fit\:41 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:41 > * {
  width: 2.4390243902%;
}
html .wp-block-post-content .dp-grid\:fit\:42 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:42 > * {
  width: 2.380952381%;
}
html .wp-block-post-content .dp-grid\:fit\:43 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:43 > * {
  width: 2.3255813953%;
}
html .wp-block-post-content .dp-grid\:fit\:44 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:44 > * {
  width: 2.2727272727%;
}
html .wp-block-post-content .dp-grid\:fit\:45 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:45 > * {
  width: 2.2222222222%;
}
html .wp-block-post-content .dp-grid\:fit\:46 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:46 > * {
  width: 2.1739130435%;
}
html .wp-block-post-content .dp-grid\:fit\:47 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:47 > * {
  width: 2.1276595745%;
}
html .wp-block-post-content .dp-grid\:fit\:48 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:48 > * {
  width: 2.0833333333%;
}
html .wp-block-post-content .dp-grid\:fit\:49 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:49 > * {
  width: 2.0408163265%;
}
html .wp-block-post-content .dp-grid\:fit\:50 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:50 > * {
  width: 2%;
}
html .wp-block-post-content .dp-grid\:fit\:51 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:51 > * {
  width: 1.9607843137%;
}
html .wp-block-post-content .dp-grid\:fit\:52 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:52 > * {
  width: 1.9230769231%;
}
html .wp-block-post-content .dp-grid\:fit\:53 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:53 > * {
  width: 1.8867924528%;
}
html .wp-block-post-content .dp-grid\:fit\:54 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:54 > * {
  width: 1.8518518519%;
}
html .wp-block-post-content .dp-grid\:fit\:55 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:55 > * {
  width: 1.8181818182%;
}
html .wp-block-post-content .dp-grid\:fit\:56 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:56 > * {
  width: 1.7857142857%;
}
html .wp-block-post-content .dp-grid\:fit\:57 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:57 > * {
  width: 1.7543859649%;
}
html .wp-block-post-content .dp-grid\:fit\:58 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:58 > * {
  width: 1.724137931%;
}
html .wp-block-post-content .dp-grid\:fit\:59 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:59 > * {
  width: 1.6949152542%;
}
html .wp-block-post-content .dp-grid\:fit\:60 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:60 > * {
  width: 1.6666666667%;
}
html .wp-block-post-content .dp-grid\:fit\:61 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:61 > * {
  width: 1.6393442623%;
}
html .wp-block-post-content .dp-grid\:fit\:62 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:62 > * {
  width: 1.6129032258%;
}
html .wp-block-post-content .dp-grid\:fit\:63 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:63 > * {
  width: 1.5873015873%;
}
html .wp-block-post-content .dp-grid\:fit\:64 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:64 > * {
  width: 1.5625%;
}
html .wp-block-post-content .dp-grid\:fit\:65 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:65 > * {
  width: 1.5384615385%;
}
html .wp-block-post-content .dp-grid\:fit\:66 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:66 > * {
  width: 1.5151515152%;
}
html .wp-block-post-content .dp-grid\:fit\:67 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:67 > * {
  width: 1.4925373134%;
}
html .wp-block-post-content .dp-grid\:fit\:68 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:68 > * {
  width: 1.4705882353%;
}
html .wp-block-post-content .dp-grid\:fit\:69 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:69 > * {
  width: 1.4492753623%;
}
html .wp-block-post-content .dp-grid\:fit\:70 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:70 > * {
  width: 1.4285714286%;
}
html .wp-block-post-content .dp-grid\:fit\:71 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:71 > * {
  width: 1.4084507042%;
}
html .wp-block-post-content .dp-grid\:fit\:72 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:72 > * {
  width: 1.3888888889%;
}
html .wp-block-post-content .dp-grid\:fit\:73 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:73 > * {
  width: 1.3698630137%;
}
html .wp-block-post-content .dp-grid\:fit\:74 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:74 > * {
  width: 1.3513513514%;
}
html .wp-block-post-content .dp-grid\:fit\:75 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:75 > * {
  width: 1.3333333333%;
}
html .wp-block-post-content .dp-grid\:fit\:76 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:76 > * {
  width: 1.3157894737%;
}
html .wp-block-post-content .dp-grid\:fit\:77 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:77 > * {
  width: 1.2987012987%;
}
html .wp-block-post-content .dp-grid\:fit\:78 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:78 > * {
  width: 1.2820512821%;
}
html .wp-block-post-content .dp-grid\:fit\:79 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:79 > * {
  width: 1.2658227848%;
}
html .wp-block-post-content .dp-grid\:fit\:80 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:80 > * {
  width: 1.25%;
}
html .wp-block-post-content .dp-grid\:fit\:81 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:81 > * {
  width: 1.2345679012%;
}
html .wp-block-post-content .dp-grid\:fit\:82 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:82 > * {
  width: 1.2195121951%;
}
html .wp-block-post-content .dp-grid\:fit\:83 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:83 > * {
  width: 1.2048192771%;
}
html .wp-block-post-content .dp-grid\:fit\:84 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:84 > * {
  width: 1.1904761905%;
}
html .wp-block-post-content .dp-grid\:fit\:85 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:85 > * {
  width: 1.1764705882%;
}
html .wp-block-post-content .dp-grid\:fit\:86 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:86 > * {
  width: 1.1627906977%;
}
html .wp-block-post-content .dp-grid\:fit\:87 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:87 > * {
  width: 1.1494252874%;
}
html .wp-block-post-content .dp-grid\:fit\:88 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:88 > * {
  width: 1.1363636364%;
}
html .wp-block-post-content .dp-grid\:fit\:89 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:89 > * {
  width: 1.1235955056%;
}
html .wp-block-post-content .dp-grid\:fit\:90 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:90 > * {
  width: 1.1111111111%;
}
html .wp-block-post-content .dp-grid\:fit\:91 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:91 > * {
  width: 1.0989010989%;
}
html .wp-block-post-content .dp-grid\:fit\:92 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:92 > * {
  width: 1.0869565217%;
}
html .wp-block-post-content .dp-grid\:fit\:93 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:93 > * {
  width: 1.0752688172%;
}
html .wp-block-post-content .dp-grid\:fit\:94 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:94 > * {
  width: 1.0638297872%;
}
html .wp-block-post-content .dp-grid\:fit\:95 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:95 > * {
  width: 1.0526315789%;
}
html .wp-block-post-content .dp-grid\:fit\:96 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:96 > * {
  width: 1.0416666667%;
}
html .wp-block-post-content .dp-grid\:fit\:97 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:97 > * {
  width: 1.0309278351%;
}
html .wp-block-post-content .dp-grid\:fit\:98 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:98 > * {
  width: 1.0204081633%;
}
html .wp-block-post-content .dp-grid\:fit\:99 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:99 > * {
  width: 1.0101010101%;
}
html .wp-block-post-content .dp-grid\:fit\:100 {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:100 > * {
  width: 1%;
}
html .wp-block-post-content .dp-grid\:fit\:1\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:1\:xs > * {
  width: 100%;
}
html .wp-block-post-content .dp-grid\:fit\:2\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:2\:xs > * {
  width: 50%;
}
html .wp-block-post-content .dp-grid\:fit\:3\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:3\:xs > * {
  width: 33.3333333333%;
}
html .wp-block-post-content .dp-grid\:fit\:4\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:4\:xs > * {
  width: 25%;
}
html .wp-block-post-content .dp-grid\:fit\:5\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:5\:xs > * {
  width: 20%;
}
html .wp-block-post-content .dp-grid\:fit\:6\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:6\:xs > * {
  width: 16.6666666667%;
}
html .wp-block-post-content .dp-grid\:fit\:7\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:7\:xs > * {
  width: 14.2857142857%;
}
html .wp-block-post-content .dp-grid\:fit\:8\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:8\:xs > * {
  width: 12.5%;
}
html .wp-block-post-content .dp-grid\:fit\:9\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:9\:xs > * {
  width: 11.1111111111%;
}
html .wp-block-post-content .dp-grid\:fit\:10\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:10\:xs > * {
  width: 10%;
}
html .wp-block-post-content .dp-grid\:fit\:11\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:11\:xs > * {
  width: 9.0909090909%;
}
html .wp-block-post-content .dp-grid\:fit\:12\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:12\:xs > * {
  width: 8.3333333333%;
}
html .wp-block-post-content .dp-grid\:fit\:13\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:13\:xs > * {
  width: 7.6923076923%;
}
html .wp-block-post-content .dp-grid\:fit\:14\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:14\:xs > * {
  width: 7.1428571429%;
}
html .wp-block-post-content .dp-grid\:fit\:15\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:15\:xs > * {
  width: 6.6666666667%;
}
html .wp-block-post-content .dp-grid\:fit\:16\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:16\:xs > * {
  width: 6.25%;
}
html .wp-block-post-content .dp-grid\:fit\:17\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:17\:xs > * {
  width: 5.8823529412%;
}
html .wp-block-post-content .dp-grid\:fit\:18\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:18\:xs > * {
  width: 5.5555555556%;
}
html .wp-block-post-content .dp-grid\:fit\:19\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:19\:xs > * {
  width: 5.2631578947%;
}
html .wp-block-post-content .dp-grid\:fit\:20\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:20\:xs > * {
  width: 5%;
}
html .wp-block-post-content .dp-grid\:fit\:21\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:21\:xs > * {
  width: 4.7619047619%;
}
html .wp-block-post-content .dp-grid\:fit\:22\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:22\:xs > * {
  width: 4.5454545455%;
}
html .wp-block-post-content .dp-grid\:fit\:23\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:23\:xs > * {
  width: 4.347826087%;
}
html .wp-block-post-content .dp-grid\:fit\:24\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:24\:xs > * {
  width: 4.1666666667%;
}
html .wp-block-post-content .dp-grid\:fit\:25\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:25\:xs > * {
  width: 4%;
}
html .wp-block-post-content .dp-grid\:fit\:26\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:26\:xs > * {
  width: 3.8461538462%;
}
html .wp-block-post-content .dp-grid\:fit\:27\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:27\:xs > * {
  width: 3.7037037037%;
}
html .wp-block-post-content .dp-grid\:fit\:28\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:28\:xs > * {
  width: 3.5714285714%;
}
html .wp-block-post-content .dp-grid\:fit\:29\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:29\:xs > * {
  width: 3.4482758621%;
}
html .wp-block-post-content .dp-grid\:fit\:30\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:30\:xs > * {
  width: 3.3333333333%;
}
html .wp-block-post-content .dp-grid\:fit\:31\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:31\:xs > * {
  width: 3.2258064516%;
}
html .wp-block-post-content .dp-grid\:fit\:32\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:32\:xs > * {
  width: 3.125%;
}
html .wp-block-post-content .dp-grid\:fit\:33\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:33\:xs > * {
  width: 3.0303030303%;
}
html .wp-block-post-content .dp-grid\:fit\:34\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:34\:xs > * {
  width: 2.9411764706%;
}
html .wp-block-post-content .dp-grid\:fit\:35\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:35\:xs > * {
  width: 2.8571428571%;
}
html .wp-block-post-content .dp-grid\:fit\:36\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:36\:xs > * {
  width: 2.7777777778%;
}
html .wp-block-post-content .dp-grid\:fit\:37\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:37\:xs > * {
  width: 2.7027027027%;
}
html .wp-block-post-content .dp-grid\:fit\:38\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:38\:xs > * {
  width: 2.6315789474%;
}
html .wp-block-post-content .dp-grid\:fit\:39\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:39\:xs > * {
  width: 2.5641025641%;
}
html .wp-block-post-content .dp-grid\:fit\:40\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:40\:xs > * {
  width: 2.5%;
}
html .wp-block-post-content .dp-grid\:fit\:41\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:41\:xs > * {
  width: 2.4390243902%;
}
html .wp-block-post-content .dp-grid\:fit\:42\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:42\:xs > * {
  width: 2.380952381%;
}
html .wp-block-post-content .dp-grid\:fit\:43\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:43\:xs > * {
  width: 2.3255813953%;
}
html .wp-block-post-content .dp-grid\:fit\:44\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:44\:xs > * {
  width: 2.2727272727%;
}
html .wp-block-post-content .dp-grid\:fit\:45\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:45\:xs > * {
  width: 2.2222222222%;
}
html .wp-block-post-content .dp-grid\:fit\:46\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:46\:xs > * {
  width: 2.1739130435%;
}
html .wp-block-post-content .dp-grid\:fit\:47\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:47\:xs > * {
  width: 2.1276595745%;
}
html .wp-block-post-content .dp-grid\:fit\:48\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:48\:xs > * {
  width: 2.0833333333%;
}
html .wp-block-post-content .dp-grid\:fit\:49\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:49\:xs > * {
  width: 2.0408163265%;
}
html .wp-block-post-content .dp-grid\:fit\:50\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:50\:xs > * {
  width: 2%;
}
html .wp-block-post-content .dp-grid\:fit\:51\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:51\:xs > * {
  width: 1.9607843137%;
}
html .wp-block-post-content .dp-grid\:fit\:52\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:52\:xs > * {
  width: 1.9230769231%;
}
html .wp-block-post-content .dp-grid\:fit\:53\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:53\:xs > * {
  width: 1.8867924528%;
}
html .wp-block-post-content .dp-grid\:fit\:54\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:54\:xs > * {
  width: 1.8518518519%;
}
html .wp-block-post-content .dp-grid\:fit\:55\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:55\:xs > * {
  width: 1.8181818182%;
}
html .wp-block-post-content .dp-grid\:fit\:56\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:56\:xs > * {
  width: 1.7857142857%;
}
html .wp-block-post-content .dp-grid\:fit\:57\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:57\:xs > * {
  width: 1.7543859649%;
}
html .wp-block-post-content .dp-grid\:fit\:58\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:58\:xs > * {
  width: 1.724137931%;
}
html .wp-block-post-content .dp-grid\:fit\:59\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:59\:xs > * {
  width: 1.6949152542%;
}
html .wp-block-post-content .dp-grid\:fit\:60\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:60\:xs > * {
  width: 1.6666666667%;
}
html .wp-block-post-content .dp-grid\:fit\:61\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:61\:xs > * {
  width: 1.6393442623%;
}
html .wp-block-post-content .dp-grid\:fit\:62\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:62\:xs > * {
  width: 1.6129032258%;
}
html .wp-block-post-content .dp-grid\:fit\:63\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:63\:xs > * {
  width: 1.5873015873%;
}
html .wp-block-post-content .dp-grid\:fit\:64\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:64\:xs > * {
  width: 1.5625%;
}
html .wp-block-post-content .dp-grid\:fit\:65\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:65\:xs > * {
  width: 1.5384615385%;
}
html .wp-block-post-content .dp-grid\:fit\:66\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:66\:xs > * {
  width: 1.5151515152%;
}
html .wp-block-post-content .dp-grid\:fit\:67\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:67\:xs > * {
  width: 1.4925373134%;
}
html .wp-block-post-content .dp-grid\:fit\:68\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:68\:xs > * {
  width: 1.4705882353%;
}
html .wp-block-post-content .dp-grid\:fit\:69\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:69\:xs > * {
  width: 1.4492753623%;
}
html .wp-block-post-content .dp-grid\:fit\:70\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:70\:xs > * {
  width: 1.4285714286%;
}
html .wp-block-post-content .dp-grid\:fit\:71\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:71\:xs > * {
  width: 1.4084507042%;
}
html .wp-block-post-content .dp-grid\:fit\:72\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:72\:xs > * {
  width: 1.3888888889%;
}
html .wp-block-post-content .dp-grid\:fit\:73\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:73\:xs > * {
  width: 1.3698630137%;
}
html .wp-block-post-content .dp-grid\:fit\:74\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:74\:xs > * {
  width: 1.3513513514%;
}
html .wp-block-post-content .dp-grid\:fit\:75\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:75\:xs > * {
  width: 1.3333333333%;
}
html .wp-block-post-content .dp-grid\:fit\:76\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:76\:xs > * {
  width: 1.3157894737%;
}
html .wp-block-post-content .dp-grid\:fit\:77\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:77\:xs > * {
  width: 1.2987012987%;
}
html .wp-block-post-content .dp-grid\:fit\:78\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:78\:xs > * {
  width: 1.2820512821%;
}
html .wp-block-post-content .dp-grid\:fit\:79\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:79\:xs > * {
  width: 1.2658227848%;
}
html .wp-block-post-content .dp-grid\:fit\:80\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:80\:xs > * {
  width: 1.25%;
}
html .wp-block-post-content .dp-grid\:fit\:81\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:81\:xs > * {
  width: 1.2345679012%;
}
html .wp-block-post-content .dp-grid\:fit\:82\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:82\:xs > * {
  width: 1.2195121951%;
}
html .wp-block-post-content .dp-grid\:fit\:83\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:83\:xs > * {
  width: 1.2048192771%;
}
html .wp-block-post-content .dp-grid\:fit\:84\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:84\:xs > * {
  width: 1.1904761905%;
}
html .wp-block-post-content .dp-grid\:fit\:85\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:85\:xs > * {
  width: 1.1764705882%;
}
html .wp-block-post-content .dp-grid\:fit\:86\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:86\:xs > * {
  width: 1.1627906977%;
}
html .wp-block-post-content .dp-grid\:fit\:87\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:87\:xs > * {
  width: 1.1494252874%;
}
html .wp-block-post-content .dp-grid\:fit\:88\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:88\:xs > * {
  width: 1.1363636364%;
}
html .wp-block-post-content .dp-grid\:fit\:89\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:89\:xs > * {
  width: 1.1235955056%;
}
html .wp-block-post-content .dp-grid\:fit\:90\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:90\:xs > * {
  width: 1.1111111111%;
}
html .wp-block-post-content .dp-grid\:fit\:91\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:91\:xs > * {
  width: 1.0989010989%;
}
html .wp-block-post-content .dp-grid\:fit\:92\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:92\:xs > * {
  width: 1.0869565217%;
}
html .wp-block-post-content .dp-grid\:fit\:93\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:93\:xs > * {
  width: 1.0752688172%;
}
html .wp-block-post-content .dp-grid\:fit\:94\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:94\:xs > * {
  width: 1.0638297872%;
}
html .wp-block-post-content .dp-grid\:fit\:95\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:95\:xs > * {
  width: 1.0526315789%;
}
html .wp-block-post-content .dp-grid\:fit\:96\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:96\:xs > * {
  width: 1.0416666667%;
}
html .wp-block-post-content .dp-grid\:fit\:97\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:97\:xs > * {
  width: 1.0309278351%;
}
html .wp-block-post-content .dp-grid\:fit\:98\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:98\:xs > * {
  width: 1.0204081633%;
}
html .wp-block-post-content .dp-grid\:fit\:99\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:99\:xs > * {
  width: 1.0101010101%;
}
html .wp-block-post-content .dp-grid\:fit\:100\:xs {
  display: flex;
  flex-wrap: wrap;
}
html .wp-block-post-content .dp-grid\:fit\:100\:xs > * {
  width: 1%;
}
@media (min-width: 501px) and (max-width: 767px) {
  html .wp-block-post-content .dp-grid\:fit\:1\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:1\:s > * {
    width: 100%;
  }
  html .wp-block-post-content .dp-grid\:fit\:2\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:2\:s > * {
    width: 50%;
  }
  html .wp-block-post-content .dp-grid\:fit\:3\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:3\:s > * {
    width: 33.3333333333%;
  }
  html .wp-block-post-content .dp-grid\:fit\:4\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:4\:s > * {
    width: 25%;
  }
  html .wp-block-post-content .dp-grid\:fit\:5\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:5\:s > * {
    width: 20%;
  }
  html .wp-block-post-content .dp-grid\:fit\:6\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:6\:s > * {
    width: 16.6666666667%;
  }
  html .wp-block-post-content .dp-grid\:fit\:7\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:7\:s > * {
    width: 14.2857142857%;
  }
  html .wp-block-post-content .dp-grid\:fit\:8\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:8\:s > * {
    width: 12.5%;
  }
  html .wp-block-post-content .dp-grid\:fit\:9\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:9\:s > * {
    width: 11.1111111111%;
  }
  html .wp-block-post-content .dp-grid\:fit\:10\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:10\:s > * {
    width: 10%;
  }
  html .wp-block-post-content .dp-grid\:fit\:11\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:11\:s > * {
    width: 9.0909090909%;
  }
  html .wp-block-post-content .dp-grid\:fit\:12\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:12\:s > * {
    width: 8.3333333333%;
  }
  html .wp-block-post-content .dp-grid\:fit\:13\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:13\:s > * {
    width: 7.6923076923%;
  }
  html .wp-block-post-content .dp-grid\:fit\:14\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:14\:s > * {
    width: 7.1428571429%;
  }
  html .wp-block-post-content .dp-grid\:fit\:15\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:15\:s > * {
    width: 6.6666666667%;
  }
  html .wp-block-post-content .dp-grid\:fit\:16\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:16\:s > * {
    width: 6.25%;
  }
  html .wp-block-post-content .dp-grid\:fit\:17\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:17\:s > * {
    width: 5.8823529412%;
  }
  html .wp-block-post-content .dp-grid\:fit\:18\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:18\:s > * {
    width: 5.5555555556%;
  }
  html .wp-block-post-content .dp-grid\:fit\:19\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:19\:s > * {
    width: 5.2631578947%;
  }
  html .wp-block-post-content .dp-grid\:fit\:20\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:20\:s > * {
    width: 5%;
  }
  html .wp-block-post-content .dp-grid\:fit\:21\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:21\:s > * {
    width: 4.7619047619%;
  }
  html .wp-block-post-content .dp-grid\:fit\:22\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:22\:s > * {
    width: 4.5454545455%;
  }
  html .wp-block-post-content .dp-grid\:fit\:23\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:23\:s > * {
    width: 4.347826087%;
  }
  html .wp-block-post-content .dp-grid\:fit\:24\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:24\:s > * {
    width: 4.1666666667%;
  }
  html .wp-block-post-content .dp-grid\:fit\:25\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:25\:s > * {
    width: 4%;
  }
  html .wp-block-post-content .dp-grid\:fit\:26\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:26\:s > * {
    width: 3.8461538462%;
  }
  html .wp-block-post-content .dp-grid\:fit\:27\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:27\:s > * {
    width: 3.7037037037%;
  }
  html .wp-block-post-content .dp-grid\:fit\:28\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:28\:s > * {
    width: 3.5714285714%;
  }
  html .wp-block-post-content .dp-grid\:fit\:29\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:29\:s > * {
    width: 3.4482758621%;
  }
  html .wp-block-post-content .dp-grid\:fit\:30\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:30\:s > * {
    width: 3.3333333333%;
  }
  html .wp-block-post-content .dp-grid\:fit\:31\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:31\:s > * {
    width: 3.2258064516%;
  }
  html .wp-block-post-content .dp-grid\:fit\:32\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:32\:s > * {
    width: 3.125%;
  }
  html .wp-block-post-content .dp-grid\:fit\:33\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:33\:s > * {
    width: 3.0303030303%;
  }
  html .wp-block-post-content .dp-grid\:fit\:34\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:34\:s > * {
    width: 2.9411764706%;
  }
  html .wp-block-post-content .dp-grid\:fit\:35\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:35\:s > * {
    width: 2.8571428571%;
  }
  html .wp-block-post-content .dp-grid\:fit\:36\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:36\:s > * {
    width: 2.7777777778%;
  }
  html .wp-block-post-content .dp-grid\:fit\:37\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:37\:s > * {
    width: 2.7027027027%;
  }
  html .wp-block-post-content .dp-grid\:fit\:38\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:38\:s > * {
    width: 2.6315789474%;
  }
  html .wp-block-post-content .dp-grid\:fit\:39\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:39\:s > * {
    width: 2.5641025641%;
  }
  html .wp-block-post-content .dp-grid\:fit\:40\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:40\:s > * {
    width: 2.5%;
  }
  html .wp-block-post-content .dp-grid\:fit\:41\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:41\:s > * {
    width: 2.4390243902%;
  }
  html .wp-block-post-content .dp-grid\:fit\:42\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:42\:s > * {
    width: 2.380952381%;
  }
  html .wp-block-post-content .dp-grid\:fit\:43\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:43\:s > * {
    width: 2.3255813953%;
  }
  html .wp-block-post-content .dp-grid\:fit\:44\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:44\:s > * {
    width: 2.2727272727%;
  }
  html .wp-block-post-content .dp-grid\:fit\:45\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:45\:s > * {
    width: 2.2222222222%;
  }
  html .wp-block-post-content .dp-grid\:fit\:46\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:46\:s > * {
    width: 2.1739130435%;
  }
  html .wp-block-post-content .dp-grid\:fit\:47\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:47\:s > * {
    width: 2.1276595745%;
  }
  html .wp-block-post-content .dp-grid\:fit\:48\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:48\:s > * {
    width: 2.0833333333%;
  }
  html .wp-block-post-content .dp-grid\:fit\:49\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:49\:s > * {
    width: 2.0408163265%;
  }
  html .wp-block-post-content .dp-grid\:fit\:50\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:50\:s > * {
    width: 2%;
  }
  html .wp-block-post-content .dp-grid\:fit\:51\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:51\:s > * {
    width: 1.9607843137%;
  }
  html .wp-block-post-content .dp-grid\:fit\:52\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:52\:s > * {
    width: 1.9230769231%;
  }
  html .wp-block-post-content .dp-grid\:fit\:53\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:53\:s > * {
    width: 1.8867924528%;
  }
  html .wp-block-post-content .dp-grid\:fit\:54\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:54\:s > * {
    width: 1.8518518519%;
  }
  html .wp-block-post-content .dp-grid\:fit\:55\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:55\:s > * {
    width: 1.8181818182%;
  }
  html .wp-block-post-content .dp-grid\:fit\:56\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:56\:s > * {
    width: 1.7857142857%;
  }
  html .wp-block-post-content .dp-grid\:fit\:57\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:57\:s > * {
    width: 1.7543859649%;
  }
  html .wp-block-post-content .dp-grid\:fit\:58\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:58\:s > * {
    width: 1.724137931%;
  }
  html .wp-block-post-content .dp-grid\:fit\:59\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:59\:s > * {
    width: 1.6949152542%;
  }
  html .wp-block-post-content .dp-grid\:fit\:60\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:60\:s > * {
    width: 1.6666666667%;
  }
  html .wp-block-post-content .dp-grid\:fit\:61\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:61\:s > * {
    width: 1.6393442623%;
  }
  html .wp-block-post-content .dp-grid\:fit\:62\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:62\:s > * {
    width: 1.6129032258%;
  }
  html .wp-block-post-content .dp-grid\:fit\:63\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:63\:s > * {
    width: 1.5873015873%;
  }
  html .wp-block-post-content .dp-grid\:fit\:64\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:64\:s > * {
    width: 1.5625%;
  }
  html .wp-block-post-content .dp-grid\:fit\:65\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:65\:s > * {
    width: 1.5384615385%;
  }
  html .wp-block-post-content .dp-grid\:fit\:66\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:66\:s > * {
    width: 1.5151515152%;
  }
  html .wp-block-post-content .dp-grid\:fit\:67\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:67\:s > * {
    width: 1.4925373134%;
  }
  html .wp-block-post-content .dp-grid\:fit\:68\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:68\:s > * {
    width: 1.4705882353%;
  }
  html .wp-block-post-content .dp-grid\:fit\:69\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:69\:s > * {
    width: 1.4492753623%;
  }
  html .wp-block-post-content .dp-grid\:fit\:70\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:70\:s > * {
    width: 1.4285714286%;
  }
  html .wp-block-post-content .dp-grid\:fit\:71\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:71\:s > * {
    width: 1.4084507042%;
  }
  html .wp-block-post-content .dp-grid\:fit\:72\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:72\:s > * {
    width: 1.3888888889%;
  }
  html .wp-block-post-content .dp-grid\:fit\:73\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:73\:s > * {
    width: 1.3698630137%;
  }
  html .wp-block-post-content .dp-grid\:fit\:74\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:74\:s > * {
    width: 1.3513513514%;
  }
  html .wp-block-post-content .dp-grid\:fit\:75\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:75\:s > * {
    width: 1.3333333333%;
  }
  html .wp-block-post-content .dp-grid\:fit\:76\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:76\:s > * {
    width: 1.3157894737%;
  }
  html .wp-block-post-content .dp-grid\:fit\:77\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:77\:s > * {
    width: 1.2987012987%;
  }
  html .wp-block-post-content .dp-grid\:fit\:78\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:78\:s > * {
    width: 1.2820512821%;
  }
  html .wp-block-post-content .dp-grid\:fit\:79\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:79\:s > * {
    width: 1.2658227848%;
  }
  html .wp-block-post-content .dp-grid\:fit\:80\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:80\:s > * {
    width: 1.25%;
  }
  html .wp-block-post-content .dp-grid\:fit\:81\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:81\:s > * {
    width: 1.2345679012%;
  }
  html .wp-block-post-content .dp-grid\:fit\:82\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:82\:s > * {
    width: 1.2195121951%;
  }
  html .wp-block-post-content .dp-grid\:fit\:83\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:83\:s > * {
    width: 1.2048192771%;
  }
  html .wp-block-post-content .dp-grid\:fit\:84\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:84\:s > * {
    width: 1.1904761905%;
  }
  html .wp-block-post-content .dp-grid\:fit\:85\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:85\:s > * {
    width: 1.1764705882%;
  }
  html .wp-block-post-content .dp-grid\:fit\:86\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:86\:s > * {
    width: 1.1627906977%;
  }
  html .wp-block-post-content .dp-grid\:fit\:87\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:87\:s > * {
    width: 1.1494252874%;
  }
  html .wp-block-post-content .dp-grid\:fit\:88\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:88\:s > * {
    width: 1.1363636364%;
  }
  html .wp-block-post-content .dp-grid\:fit\:89\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:89\:s > * {
    width: 1.1235955056%;
  }
  html .wp-block-post-content .dp-grid\:fit\:90\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:90\:s > * {
    width: 1.1111111111%;
  }
  html .wp-block-post-content .dp-grid\:fit\:91\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:91\:s > * {
    width: 1.0989010989%;
  }
  html .wp-block-post-content .dp-grid\:fit\:92\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:92\:s > * {
    width: 1.0869565217%;
  }
  html .wp-block-post-content .dp-grid\:fit\:93\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:93\:s > * {
    width: 1.0752688172%;
  }
  html .wp-block-post-content .dp-grid\:fit\:94\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:94\:s > * {
    width: 1.0638297872%;
  }
  html .wp-block-post-content .dp-grid\:fit\:95\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:95\:s > * {
    width: 1.0526315789%;
  }
  html .wp-block-post-content .dp-grid\:fit\:96\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:96\:s > * {
    width: 1.0416666667%;
  }
  html .wp-block-post-content .dp-grid\:fit\:97\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:97\:s > * {
    width: 1.0309278351%;
  }
  html .wp-block-post-content .dp-grid\:fit\:98\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:98\:s > * {
    width: 1.0204081633%;
  }
  html .wp-block-post-content .dp-grid\:fit\:99\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:99\:s > * {
    width: 1.0101010101%;
  }
  html .wp-block-post-content .dp-grid\:fit\:100\:s {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:100\:s > * {
    width: 1%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  html .wp-block-post-content .dp-grid\:fit\:1\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:1\:m > * {
    width: 100%;
  }
  html .wp-block-post-content .dp-grid\:fit\:2\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:2\:m > * {
    width: 50%;
  }
  html .wp-block-post-content .dp-grid\:fit\:3\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:3\:m > * {
    width: 33.3333333333%;
  }
  html .wp-block-post-content .dp-grid\:fit\:4\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:4\:m > * {
    width: 25%;
  }
  html .wp-block-post-content .dp-grid\:fit\:5\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:5\:m > * {
    width: 20%;
  }
  html .wp-block-post-content .dp-grid\:fit\:6\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:6\:m > * {
    width: 16.6666666667%;
  }
  html .wp-block-post-content .dp-grid\:fit\:7\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:7\:m > * {
    width: 14.2857142857%;
  }
  html .wp-block-post-content .dp-grid\:fit\:8\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:8\:m > * {
    width: 12.5%;
  }
  html .wp-block-post-content .dp-grid\:fit\:9\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:9\:m > * {
    width: 11.1111111111%;
  }
  html .wp-block-post-content .dp-grid\:fit\:10\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:10\:m > * {
    width: 10%;
  }
  html .wp-block-post-content .dp-grid\:fit\:11\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:11\:m > * {
    width: 9.0909090909%;
  }
  html .wp-block-post-content .dp-grid\:fit\:12\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:12\:m > * {
    width: 8.3333333333%;
  }
  html .wp-block-post-content .dp-grid\:fit\:13\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:13\:m > * {
    width: 7.6923076923%;
  }
  html .wp-block-post-content .dp-grid\:fit\:14\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:14\:m > * {
    width: 7.1428571429%;
  }
  html .wp-block-post-content .dp-grid\:fit\:15\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:15\:m > * {
    width: 6.6666666667%;
  }
  html .wp-block-post-content .dp-grid\:fit\:16\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:16\:m > * {
    width: 6.25%;
  }
  html .wp-block-post-content .dp-grid\:fit\:17\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:17\:m > * {
    width: 5.8823529412%;
  }
  html .wp-block-post-content .dp-grid\:fit\:18\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:18\:m > * {
    width: 5.5555555556%;
  }
  html .wp-block-post-content .dp-grid\:fit\:19\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:19\:m > * {
    width: 5.2631578947%;
  }
  html .wp-block-post-content .dp-grid\:fit\:20\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:20\:m > * {
    width: 5%;
  }
  html .wp-block-post-content .dp-grid\:fit\:21\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:21\:m > * {
    width: 4.7619047619%;
  }
  html .wp-block-post-content .dp-grid\:fit\:22\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:22\:m > * {
    width: 4.5454545455%;
  }
  html .wp-block-post-content .dp-grid\:fit\:23\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:23\:m > * {
    width: 4.347826087%;
  }
  html .wp-block-post-content .dp-grid\:fit\:24\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:24\:m > * {
    width: 4.1666666667%;
  }
  html .wp-block-post-content .dp-grid\:fit\:25\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:25\:m > * {
    width: 4%;
  }
  html .wp-block-post-content .dp-grid\:fit\:26\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:26\:m > * {
    width: 3.8461538462%;
  }
  html .wp-block-post-content .dp-grid\:fit\:27\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:27\:m > * {
    width: 3.7037037037%;
  }
  html .wp-block-post-content .dp-grid\:fit\:28\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:28\:m > * {
    width: 3.5714285714%;
  }
  html .wp-block-post-content .dp-grid\:fit\:29\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:29\:m > * {
    width: 3.4482758621%;
  }
  html .wp-block-post-content .dp-grid\:fit\:30\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:30\:m > * {
    width: 3.3333333333%;
  }
  html .wp-block-post-content .dp-grid\:fit\:31\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:31\:m > * {
    width: 3.2258064516%;
  }
  html .wp-block-post-content .dp-grid\:fit\:32\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:32\:m > * {
    width: 3.125%;
  }
  html .wp-block-post-content .dp-grid\:fit\:33\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:33\:m > * {
    width: 3.0303030303%;
  }
  html .wp-block-post-content .dp-grid\:fit\:34\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:34\:m > * {
    width: 2.9411764706%;
  }
  html .wp-block-post-content .dp-grid\:fit\:35\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:35\:m > * {
    width: 2.8571428571%;
  }
  html .wp-block-post-content .dp-grid\:fit\:36\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:36\:m > * {
    width: 2.7777777778%;
  }
  html .wp-block-post-content .dp-grid\:fit\:37\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:37\:m > * {
    width: 2.7027027027%;
  }
  html .wp-block-post-content .dp-grid\:fit\:38\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:38\:m > * {
    width: 2.6315789474%;
  }
  html .wp-block-post-content .dp-grid\:fit\:39\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:39\:m > * {
    width: 2.5641025641%;
  }
  html .wp-block-post-content .dp-grid\:fit\:40\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:40\:m > * {
    width: 2.5%;
  }
  html .wp-block-post-content .dp-grid\:fit\:41\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:41\:m > * {
    width: 2.4390243902%;
  }
  html .wp-block-post-content .dp-grid\:fit\:42\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:42\:m > * {
    width: 2.380952381%;
  }
  html .wp-block-post-content .dp-grid\:fit\:43\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:43\:m > * {
    width: 2.3255813953%;
  }
  html .wp-block-post-content .dp-grid\:fit\:44\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:44\:m > * {
    width: 2.2727272727%;
  }
  html .wp-block-post-content .dp-grid\:fit\:45\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:45\:m > * {
    width: 2.2222222222%;
  }
  html .wp-block-post-content .dp-grid\:fit\:46\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:46\:m > * {
    width: 2.1739130435%;
  }
  html .wp-block-post-content .dp-grid\:fit\:47\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:47\:m > * {
    width: 2.1276595745%;
  }
  html .wp-block-post-content .dp-grid\:fit\:48\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:48\:m > * {
    width: 2.0833333333%;
  }
  html .wp-block-post-content .dp-grid\:fit\:49\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:49\:m > * {
    width: 2.0408163265%;
  }
  html .wp-block-post-content .dp-grid\:fit\:50\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:50\:m > * {
    width: 2%;
  }
  html .wp-block-post-content .dp-grid\:fit\:51\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:51\:m > * {
    width: 1.9607843137%;
  }
  html .wp-block-post-content .dp-grid\:fit\:52\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:52\:m > * {
    width: 1.9230769231%;
  }
  html .wp-block-post-content .dp-grid\:fit\:53\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:53\:m > * {
    width: 1.8867924528%;
  }
  html .wp-block-post-content .dp-grid\:fit\:54\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:54\:m > * {
    width: 1.8518518519%;
  }
  html .wp-block-post-content .dp-grid\:fit\:55\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:55\:m > * {
    width: 1.8181818182%;
  }
  html .wp-block-post-content .dp-grid\:fit\:56\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:56\:m > * {
    width: 1.7857142857%;
  }
  html .wp-block-post-content .dp-grid\:fit\:57\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:57\:m > * {
    width: 1.7543859649%;
  }
  html .wp-block-post-content .dp-grid\:fit\:58\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:58\:m > * {
    width: 1.724137931%;
  }
  html .wp-block-post-content .dp-grid\:fit\:59\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:59\:m > * {
    width: 1.6949152542%;
  }
  html .wp-block-post-content .dp-grid\:fit\:60\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:60\:m > * {
    width: 1.6666666667%;
  }
  html .wp-block-post-content .dp-grid\:fit\:61\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:61\:m > * {
    width: 1.6393442623%;
  }
  html .wp-block-post-content .dp-grid\:fit\:62\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:62\:m > * {
    width: 1.6129032258%;
  }
  html .wp-block-post-content .dp-grid\:fit\:63\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:63\:m > * {
    width: 1.5873015873%;
  }
  html .wp-block-post-content .dp-grid\:fit\:64\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:64\:m > * {
    width: 1.5625%;
  }
  html .wp-block-post-content .dp-grid\:fit\:65\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:65\:m > * {
    width: 1.5384615385%;
  }
  html .wp-block-post-content .dp-grid\:fit\:66\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:66\:m > * {
    width: 1.5151515152%;
  }
  html .wp-block-post-content .dp-grid\:fit\:67\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:67\:m > * {
    width: 1.4925373134%;
  }
  html .wp-block-post-content .dp-grid\:fit\:68\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:68\:m > * {
    width: 1.4705882353%;
  }
  html .wp-block-post-content .dp-grid\:fit\:69\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:69\:m > * {
    width: 1.4492753623%;
  }
  html .wp-block-post-content .dp-grid\:fit\:70\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:70\:m > * {
    width: 1.4285714286%;
  }
  html .wp-block-post-content .dp-grid\:fit\:71\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:71\:m > * {
    width: 1.4084507042%;
  }
  html .wp-block-post-content .dp-grid\:fit\:72\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:72\:m > * {
    width: 1.3888888889%;
  }
  html .wp-block-post-content .dp-grid\:fit\:73\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:73\:m > * {
    width: 1.3698630137%;
  }
  html .wp-block-post-content .dp-grid\:fit\:74\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:74\:m > * {
    width: 1.3513513514%;
  }
  html .wp-block-post-content .dp-grid\:fit\:75\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:75\:m > * {
    width: 1.3333333333%;
  }
  html .wp-block-post-content .dp-grid\:fit\:76\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:76\:m > * {
    width: 1.3157894737%;
  }
  html .wp-block-post-content .dp-grid\:fit\:77\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:77\:m > * {
    width: 1.2987012987%;
  }
  html .wp-block-post-content .dp-grid\:fit\:78\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:78\:m > * {
    width: 1.2820512821%;
  }
  html .wp-block-post-content .dp-grid\:fit\:79\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:79\:m > * {
    width: 1.2658227848%;
  }
  html .wp-block-post-content .dp-grid\:fit\:80\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:80\:m > * {
    width: 1.25%;
  }
  html .wp-block-post-content .dp-grid\:fit\:81\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:81\:m > * {
    width: 1.2345679012%;
  }
  html .wp-block-post-content .dp-grid\:fit\:82\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:82\:m > * {
    width: 1.2195121951%;
  }
  html .wp-block-post-content .dp-grid\:fit\:83\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:83\:m > * {
    width: 1.2048192771%;
  }
  html .wp-block-post-content .dp-grid\:fit\:84\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:84\:m > * {
    width: 1.1904761905%;
  }
  html .wp-block-post-content .dp-grid\:fit\:85\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:85\:m > * {
    width: 1.1764705882%;
  }
  html .wp-block-post-content .dp-grid\:fit\:86\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:86\:m > * {
    width: 1.1627906977%;
  }
  html .wp-block-post-content .dp-grid\:fit\:87\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:87\:m > * {
    width: 1.1494252874%;
  }
  html .wp-block-post-content .dp-grid\:fit\:88\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:88\:m > * {
    width: 1.1363636364%;
  }
  html .wp-block-post-content .dp-grid\:fit\:89\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:89\:m > * {
    width: 1.1235955056%;
  }
  html .wp-block-post-content .dp-grid\:fit\:90\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:90\:m > * {
    width: 1.1111111111%;
  }
  html .wp-block-post-content .dp-grid\:fit\:91\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:91\:m > * {
    width: 1.0989010989%;
  }
  html .wp-block-post-content .dp-grid\:fit\:92\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:92\:m > * {
    width: 1.0869565217%;
  }
  html .wp-block-post-content .dp-grid\:fit\:93\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:93\:m > * {
    width: 1.0752688172%;
  }
  html .wp-block-post-content .dp-grid\:fit\:94\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:94\:m > * {
    width: 1.0638297872%;
  }
  html .wp-block-post-content .dp-grid\:fit\:95\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:95\:m > * {
    width: 1.0526315789%;
  }
  html .wp-block-post-content .dp-grid\:fit\:96\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:96\:m > * {
    width: 1.0416666667%;
  }
  html .wp-block-post-content .dp-grid\:fit\:97\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:97\:m > * {
    width: 1.0309278351%;
  }
  html .wp-block-post-content .dp-grid\:fit\:98\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:98\:m > * {
    width: 1.0204081633%;
  }
  html .wp-block-post-content .dp-grid\:fit\:99\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:99\:m > * {
    width: 1.0101010101%;
  }
  html .wp-block-post-content .dp-grid\:fit\:100\:m {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:100\:m > * {
    width: 1%;
  }
}
@media (min-width: 1024px) {
  html .wp-block-post-content .dp-grid\:fit\:1\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:1\:l > * {
    width: 100%;
  }
  html .wp-block-post-content .dp-grid\:fit\:2\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:2\:l > * {
    width: 50%;
  }
  html .wp-block-post-content .dp-grid\:fit\:3\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:3\:l > * {
    width: 33.3333333333%;
  }
  html .wp-block-post-content .dp-grid\:fit\:4\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:4\:l > * {
    width: 25%;
  }
  html .wp-block-post-content .dp-grid\:fit\:5\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:5\:l > * {
    width: 20%;
  }
  html .wp-block-post-content .dp-grid\:fit\:6\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:6\:l > * {
    width: 16.6666666667%;
  }
  html .wp-block-post-content .dp-grid\:fit\:7\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:7\:l > * {
    width: 14.2857142857%;
  }
  html .wp-block-post-content .dp-grid\:fit\:8\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:8\:l > * {
    width: 12.5%;
  }
  html .wp-block-post-content .dp-grid\:fit\:9\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:9\:l > * {
    width: 11.1111111111%;
  }
  html .wp-block-post-content .dp-grid\:fit\:10\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:10\:l > * {
    width: 10%;
  }
  html .wp-block-post-content .dp-grid\:fit\:11\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:11\:l > * {
    width: 9.0909090909%;
  }
  html .wp-block-post-content .dp-grid\:fit\:12\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:12\:l > * {
    width: 8.3333333333%;
  }
  html .wp-block-post-content .dp-grid\:fit\:13\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:13\:l > * {
    width: 7.6923076923%;
  }
  html .wp-block-post-content .dp-grid\:fit\:14\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:14\:l > * {
    width: 7.1428571429%;
  }
  html .wp-block-post-content .dp-grid\:fit\:15\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:15\:l > * {
    width: 6.6666666667%;
  }
  html .wp-block-post-content .dp-grid\:fit\:16\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:16\:l > * {
    width: 6.25%;
  }
  html .wp-block-post-content .dp-grid\:fit\:17\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:17\:l > * {
    width: 5.8823529412%;
  }
  html .wp-block-post-content .dp-grid\:fit\:18\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:18\:l > * {
    width: 5.5555555556%;
  }
  html .wp-block-post-content .dp-grid\:fit\:19\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:19\:l > * {
    width: 5.2631578947%;
  }
  html .wp-block-post-content .dp-grid\:fit\:20\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:20\:l > * {
    width: 5%;
  }
  html .wp-block-post-content .dp-grid\:fit\:21\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:21\:l > * {
    width: 4.7619047619%;
  }
  html .wp-block-post-content .dp-grid\:fit\:22\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:22\:l > * {
    width: 4.5454545455%;
  }
  html .wp-block-post-content .dp-grid\:fit\:23\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:23\:l > * {
    width: 4.347826087%;
  }
  html .wp-block-post-content .dp-grid\:fit\:24\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:24\:l > * {
    width: 4.1666666667%;
  }
  html .wp-block-post-content .dp-grid\:fit\:25\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:25\:l > * {
    width: 4%;
  }
  html .wp-block-post-content .dp-grid\:fit\:26\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:26\:l > * {
    width: 3.8461538462%;
  }
  html .wp-block-post-content .dp-grid\:fit\:27\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:27\:l > * {
    width: 3.7037037037%;
  }
  html .wp-block-post-content .dp-grid\:fit\:28\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:28\:l > * {
    width: 3.5714285714%;
  }
  html .wp-block-post-content .dp-grid\:fit\:29\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:29\:l > * {
    width: 3.4482758621%;
  }
  html .wp-block-post-content .dp-grid\:fit\:30\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:30\:l > * {
    width: 3.3333333333%;
  }
  html .wp-block-post-content .dp-grid\:fit\:31\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:31\:l > * {
    width: 3.2258064516%;
  }
  html .wp-block-post-content .dp-grid\:fit\:32\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:32\:l > * {
    width: 3.125%;
  }
  html .wp-block-post-content .dp-grid\:fit\:33\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:33\:l > * {
    width: 3.0303030303%;
  }
  html .wp-block-post-content .dp-grid\:fit\:34\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:34\:l > * {
    width: 2.9411764706%;
  }
  html .wp-block-post-content .dp-grid\:fit\:35\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:35\:l > * {
    width: 2.8571428571%;
  }
  html .wp-block-post-content .dp-grid\:fit\:36\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:36\:l > * {
    width: 2.7777777778%;
  }
  html .wp-block-post-content .dp-grid\:fit\:37\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:37\:l > * {
    width: 2.7027027027%;
  }
  html .wp-block-post-content .dp-grid\:fit\:38\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:38\:l > * {
    width: 2.6315789474%;
  }
  html .wp-block-post-content .dp-grid\:fit\:39\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:39\:l > * {
    width: 2.5641025641%;
  }
  html .wp-block-post-content .dp-grid\:fit\:40\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:40\:l > * {
    width: 2.5%;
  }
  html .wp-block-post-content .dp-grid\:fit\:41\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:41\:l > * {
    width: 2.4390243902%;
  }
  html .wp-block-post-content .dp-grid\:fit\:42\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:42\:l > * {
    width: 2.380952381%;
  }
  html .wp-block-post-content .dp-grid\:fit\:43\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:43\:l > * {
    width: 2.3255813953%;
  }
  html .wp-block-post-content .dp-grid\:fit\:44\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:44\:l > * {
    width: 2.2727272727%;
  }
  html .wp-block-post-content .dp-grid\:fit\:45\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:45\:l > * {
    width: 2.2222222222%;
  }
  html .wp-block-post-content .dp-grid\:fit\:46\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:46\:l > * {
    width: 2.1739130435%;
  }
  html .wp-block-post-content .dp-grid\:fit\:47\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:47\:l > * {
    width: 2.1276595745%;
  }
  html .wp-block-post-content .dp-grid\:fit\:48\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:48\:l > * {
    width: 2.0833333333%;
  }
  html .wp-block-post-content .dp-grid\:fit\:49\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:49\:l > * {
    width: 2.0408163265%;
  }
  html .wp-block-post-content .dp-grid\:fit\:50\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:50\:l > * {
    width: 2%;
  }
  html .wp-block-post-content .dp-grid\:fit\:51\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:51\:l > * {
    width: 1.9607843137%;
  }
  html .wp-block-post-content .dp-grid\:fit\:52\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:52\:l > * {
    width: 1.9230769231%;
  }
  html .wp-block-post-content .dp-grid\:fit\:53\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:53\:l > * {
    width: 1.8867924528%;
  }
  html .wp-block-post-content .dp-grid\:fit\:54\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:54\:l > * {
    width: 1.8518518519%;
  }
  html .wp-block-post-content .dp-grid\:fit\:55\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:55\:l > * {
    width: 1.8181818182%;
  }
  html .wp-block-post-content .dp-grid\:fit\:56\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:56\:l > * {
    width: 1.7857142857%;
  }
  html .wp-block-post-content .dp-grid\:fit\:57\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:57\:l > * {
    width: 1.7543859649%;
  }
  html .wp-block-post-content .dp-grid\:fit\:58\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:58\:l > * {
    width: 1.724137931%;
  }
  html .wp-block-post-content .dp-grid\:fit\:59\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:59\:l > * {
    width: 1.6949152542%;
  }
  html .wp-block-post-content .dp-grid\:fit\:60\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:60\:l > * {
    width: 1.6666666667%;
  }
  html .wp-block-post-content .dp-grid\:fit\:61\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:61\:l > * {
    width: 1.6393442623%;
  }
  html .wp-block-post-content .dp-grid\:fit\:62\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:62\:l > * {
    width: 1.6129032258%;
  }
  html .wp-block-post-content .dp-grid\:fit\:63\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:63\:l > * {
    width: 1.5873015873%;
  }
  html .wp-block-post-content .dp-grid\:fit\:64\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:64\:l > * {
    width: 1.5625%;
  }
  html .wp-block-post-content .dp-grid\:fit\:65\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:65\:l > * {
    width: 1.5384615385%;
  }
  html .wp-block-post-content .dp-grid\:fit\:66\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:66\:l > * {
    width: 1.5151515152%;
  }
  html .wp-block-post-content .dp-grid\:fit\:67\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:67\:l > * {
    width: 1.4925373134%;
  }
  html .wp-block-post-content .dp-grid\:fit\:68\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:68\:l > * {
    width: 1.4705882353%;
  }
  html .wp-block-post-content .dp-grid\:fit\:69\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:69\:l > * {
    width: 1.4492753623%;
  }
  html .wp-block-post-content .dp-grid\:fit\:70\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:70\:l > * {
    width: 1.4285714286%;
  }
  html .wp-block-post-content .dp-grid\:fit\:71\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:71\:l > * {
    width: 1.4084507042%;
  }
  html .wp-block-post-content .dp-grid\:fit\:72\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:72\:l > * {
    width: 1.3888888889%;
  }
  html .wp-block-post-content .dp-grid\:fit\:73\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:73\:l > * {
    width: 1.3698630137%;
  }
  html .wp-block-post-content .dp-grid\:fit\:74\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:74\:l > * {
    width: 1.3513513514%;
  }
  html .wp-block-post-content .dp-grid\:fit\:75\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:75\:l > * {
    width: 1.3333333333%;
  }
  html .wp-block-post-content .dp-grid\:fit\:76\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:76\:l > * {
    width: 1.3157894737%;
  }
  html .wp-block-post-content .dp-grid\:fit\:77\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:77\:l > * {
    width: 1.2987012987%;
  }
  html .wp-block-post-content .dp-grid\:fit\:78\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:78\:l > * {
    width: 1.2820512821%;
  }
  html .wp-block-post-content .dp-grid\:fit\:79\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:79\:l > * {
    width: 1.2658227848%;
  }
  html .wp-block-post-content .dp-grid\:fit\:80\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:80\:l > * {
    width: 1.25%;
  }
  html .wp-block-post-content .dp-grid\:fit\:81\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:81\:l > * {
    width: 1.2345679012%;
  }
  html .wp-block-post-content .dp-grid\:fit\:82\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:82\:l > * {
    width: 1.2195121951%;
  }
  html .wp-block-post-content .dp-grid\:fit\:83\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:83\:l > * {
    width: 1.2048192771%;
  }
  html .wp-block-post-content .dp-grid\:fit\:84\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:84\:l > * {
    width: 1.1904761905%;
  }
  html .wp-block-post-content .dp-grid\:fit\:85\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:85\:l > * {
    width: 1.1764705882%;
  }
  html .wp-block-post-content .dp-grid\:fit\:86\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:86\:l > * {
    width: 1.1627906977%;
  }
  html .wp-block-post-content .dp-grid\:fit\:87\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:87\:l > * {
    width: 1.1494252874%;
  }
  html .wp-block-post-content .dp-grid\:fit\:88\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:88\:l > * {
    width: 1.1363636364%;
  }
  html .wp-block-post-content .dp-grid\:fit\:89\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:89\:l > * {
    width: 1.1235955056%;
  }
  html .wp-block-post-content .dp-grid\:fit\:90\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:90\:l > * {
    width: 1.1111111111%;
  }
  html .wp-block-post-content .dp-grid\:fit\:91\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:91\:l > * {
    width: 1.0989010989%;
  }
  html .wp-block-post-content .dp-grid\:fit\:92\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:92\:l > * {
    width: 1.0869565217%;
  }
  html .wp-block-post-content .dp-grid\:fit\:93\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:93\:l > * {
    width: 1.0752688172%;
  }
  html .wp-block-post-content .dp-grid\:fit\:94\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:94\:l > * {
    width: 1.0638297872%;
  }
  html .wp-block-post-content .dp-grid\:fit\:95\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:95\:l > * {
    width: 1.0526315789%;
  }
  html .wp-block-post-content .dp-grid\:fit\:96\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:96\:l > * {
    width: 1.0416666667%;
  }
  html .wp-block-post-content .dp-grid\:fit\:97\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:97\:l > * {
    width: 1.0309278351%;
  }
  html .wp-block-post-content .dp-grid\:fit\:98\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:98\:l > * {
    width: 1.0204081633%;
  }
  html .wp-block-post-content .dp-grid\:fit\:99\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:99\:l > * {
    width: 1.0101010101%;
  }
  html .wp-block-post-content .dp-grid\:fit\:100\:l {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:100\:l > * {
    width: 1%;
  }
}
@media (min-width: 1250px) {
  html .wp-block-post-content .dp-grid\:fit\:1\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:1\:xl > * {
    width: 100%;
  }
  html .wp-block-post-content .dp-grid\:fit\:2\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:2\:xl > * {
    width: 50%;
  }
  html .wp-block-post-content .dp-grid\:fit\:3\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:3\:xl > * {
    width: 33.3333333333%;
  }
  html .wp-block-post-content .dp-grid\:fit\:4\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:4\:xl > * {
    width: 25%;
  }
  html .wp-block-post-content .dp-grid\:fit\:5\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:5\:xl > * {
    width: 20%;
  }
  html .wp-block-post-content .dp-grid\:fit\:6\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:6\:xl > * {
    width: 16.6666666667%;
  }
  html .wp-block-post-content .dp-grid\:fit\:7\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:7\:xl > * {
    width: 14.2857142857%;
  }
  html .wp-block-post-content .dp-grid\:fit\:8\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:8\:xl > * {
    width: 12.5%;
  }
  html .wp-block-post-content .dp-grid\:fit\:9\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:9\:xl > * {
    width: 11.1111111111%;
  }
  html .wp-block-post-content .dp-grid\:fit\:10\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:10\:xl > * {
    width: 10%;
  }
  html .wp-block-post-content .dp-grid\:fit\:11\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:11\:xl > * {
    width: 9.0909090909%;
  }
  html .wp-block-post-content .dp-grid\:fit\:12\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:12\:xl > * {
    width: 8.3333333333%;
  }
  html .wp-block-post-content .dp-grid\:fit\:13\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:13\:xl > * {
    width: 7.6923076923%;
  }
  html .wp-block-post-content .dp-grid\:fit\:14\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:14\:xl > * {
    width: 7.1428571429%;
  }
  html .wp-block-post-content .dp-grid\:fit\:15\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:15\:xl > * {
    width: 6.6666666667%;
  }
  html .wp-block-post-content .dp-grid\:fit\:16\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:16\:xl > * {
    width: 6.25%;
  }
  html .wp-block-post-content .dp-grid\:fit\:17\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:17\:xl > * {
    width: 5.8823529412%;
  }
  html .wp-block-post-content .dp-grid\:fit\:18\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:18\:xl > * {
    width: 5.5555555556%;
  }
  html .wp-block-post-content .dp-grid\:fit\:19\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:19\:xl > * {
    width: 5.2631578947%;
  }
  html .wp-block-post-content .dp-grid\:fit\:20\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:20\:xl > * {
    width: 5%;
  }
  html .wp-block-post-content .dp-grid\:fit\:21\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:21\:xl > * {
    width: 4.7619047619%;
  }
  html .wp-block-post-content .dp-grid\:fit\:22\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:22\:xl > * {
    width: 4.5454545455%;
  }
  html .wp-block-post-content .dp-grid\:fit\:23\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:23\:xl > * {
    width: 4.347826087%;
  }
  html .wp-block-post-content .dp-grid\:fit\:24\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:24\:xl > * {
    width: 4.1666666667%;
  }
  html .wp-block-post-content .dp-grid\:fit\:25\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:25\:xl > * {
    width: 4%;
  }
  html .wp-block-post-content .dp-grid\:fit\:26\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:26\:xl > * {
    width: 3.8461538462%;
  }
  html .wp-block-post-content .dp-grid\:fit\:27\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:27\:xl > * {
    width: 3.7037037037%;
  }
  html .wp-block-post-content .dp-grid\:fit\:28\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:28\:xl > * {
    width: 3.5714285714%;
  }
  html .wp-block-post-content .dp-grid\:fit\:29\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:29\:xl > * {
    width: 3.4482758621%;
  }
  html .wp-block-post-content .dp-grid\:fit\:30\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:30\:xl > * {
    width: 3.3333333333%;
  }
  html .wp-block-post-content .dp-grid\:fit\:31\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:31\:xl > * {
    width: 3.2258064516%;
  }
  html .wp-block-post-content .dp-grid\:fit\:32\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:32\:xl > * {
    width: 3.125%;
  }
  html .wp-block-post-content .dp-grid\:fit\:33\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:33\:xl > * {
    width: 3.0303030303%;
  }
  html .wp-block-post-content .dp-grid\:fit\:34\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:34\:xl > * {
    width: 2.9411764706%;
  }
  html .wp-block-post-content .dp-grid\:fit\:35\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:35\:xl > * {
    width: 2.8571428571%;
  }
  html .wp-block-post-content .dp-grid\:fit\:36\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:36\:xl > * {
    width: 2.7777777778%;
  }
  html .wp-block-post-content .dp-grid\:fit\:37\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:37\:xl > * {
    width: 2.7027027027%;
  }
  html .wp-block-post-content .dp-grid\:fit\:38\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:38\:xl > * {
    width: 2.6315789474%;
  }
  html .wp-block-post-content .dp-grid\:fit\:39\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:39\:xl > * {
    width: 2.5641025641%;
  }
  html .wp-block-post-content .dp-grid\:fit\:40\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:40\:xl > * {
    width: 2.5%;
  }
  html .wp-block-post-content .dp-grid\:fit\:41\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:41\:xl > * {
    width: 2.4390243902%;
  }
  html .wp-block-post-content .dp-grid\:fit\:42\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:42\:xl > * {
    width: 2.380952381%;
  }
  html .wp-block-post-content .dp-grid\:fit\:43\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:43\:xl > * {
    width: 2.3255813953%;
  }
  html .wp-block-post-content .dp-grid\:fit\:44\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:44\:xl > * {
    width: 2.2727272727%;
  }
  html .wp-block-post-content .dp-grid\:fit\:45\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:45\:xl > * {
    width: 2.2222222222%;
  }
  html .wp-block-post-content .dp-grid\:fit\:46\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:46\:xl > * {
    width: 2.1739130435%;
  }
  html .wp-block-post-content .dp-grid\:fit\:47\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:47\:xl > * {
    width: 2.1276595745%;
  }
  html .wp-block-post-content .dp-grid\:fit\:48\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:48\:xl > * {
    width: 2.0833333333%;
  }
  html .wp-block-post-content .dp-grid\:fit\:49\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:49\:xl > * {
    width: 2.0408163265%;
  }
  html .wp-block-post-content .dp-grid\:fit\:50\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:50\:xl > * {
    width: 2%;
  }
  html .wp-block-post-content .dp-grid\:fit\:51\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:51\:xl > * {
    width: 1.9607843137%;
  }
  html .wp-block-post-content .dp-grid\:fit\:52\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:52\:xl > * {
    width: 1.9230769231%;
  }
  html .wp-block-post-content .dp-grid\:fit\:53\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:53\:xl > * {
    width: 1.8867924528%;
  }
  html .wp-block-post-content .dp-grid\:fit\:54\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:54\:xl > * {
    width: 1.8518518519%;
  }
  html .wp-block-post-content .dp-grid\:fit\:55\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:55\:xl > * {
    width: 1.8181818182%;
  }
  html .wp-block-post-content .dp-grid\:fit\:56\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:56\:xl > * {
    width: 1.7857142857%;
  }
  html .wp-block-post-content .dp-grid\:fit\:57\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:57\:xl > * {
    width: 1.7543859649%;
  }
  html .wp-block-post-content .dp-grid\:fit\:58\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:58\:xl > * {
    width: 1.724137931%;
  }
  html .wp-block-post-content .dp-grid\:fit\:59\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:59\:xl > * {
    width: 1.6949152542%;
  }
  html .wp-block-post-content .dp-grid\:fit\:60\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:60\:xl > * {
    width: 1.6666666667%;
  }
  html .wp-block-post-content .dp-grid\:fit\:61\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:61\:xl > * {
    width: 1.6393442623%;
  }
  html .wp-block-post-content .dp-grid\:fit\:62\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:62\:xl > * {
    width: 1.6129032258%;
  }
  html .wp-block-post-content .dp-grid\:fit\:63\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:63\:xl > * {
    width: 1.5873015873%;
  }
  html .wp-block-post-content .dp-grid\:fit\:64\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:64\:xl > * {
    width: 1.5625%;
  }
  html .wp-block-post-content .dp-grid\:fit\:65\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:65\:xl > * {
    width: 1.5384615385%;
  }
  html .wp-block-post-content .dp-grid\:fit\:66\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:66\:xl > * {
    width: 1.5151515152%;
  }
  html .wp-block-post-content .dp-grid\:fit\:67\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:67\:xl > * {
    width: 1.4925373134%;
  }
  html .wp-block-post-content .dp-grid\:fit\:68\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:68\:xl > * {
    width: 1.4705882353%;
  }
  html .wp-block-post-content .dp-grid\:fit\:69\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:69\:xl > * {
    width: 1.4492753623%;
  }
  html .wp-block-post-content .dp-grid\:fit\:70\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:70\:xl > * {
    width: 1.4285714286%;
  }
  html .wp-block-post-content .dp-grid\:fit\:71\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:71\:xl > * {
    width: 1.4084507042%;
  }
  html .wp-block-post-content .dp-grid\:fit\:72\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:72\:xl > * {
    width: 1.3888888889%;
  }
  html .wp-block-post-content .dp-grid\:fit\:73\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:73\:xl > * {
    width: 1.3698630137%;
  }
  html .wp-block-post-content .dp-grid\:fit\:74\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:74\:xl > * {
    width: 1.3513513514%;
  }
  html .wp-block-post-content .dp-grid\:fit\:75\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:75\:xl > * {
    width: 1.3333333333%;
  }
  html .wp-block-post-content .dp-grid\:fit\:76\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:76\:xl > * {
    width: 1.3157894737%;
  }
  html .wp-block-post-content .dp-grid\:fit\:77\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:77\:xl > * {
    width: 1.2987012987%;
  }
  html .wp-block-post-content .dp-grid\:fit\:78\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:78\:xl > * {
    width: 1.2820512821%;
  }
  html .wp-block-post-content .dp-grid\:fit\:79\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:79\:xl > * {
    width: 1.2658227848%;
  }
  html .wp-block-post-content .dp-grid\:fit\:80\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:80\:xl > * {
    width: 1.25%;
  }
  html .wp-block-post-content .dp-grid\:fit\:81\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:81\:xl > * {
    width: 1.2345679012%;
  }
  html .wp-block-post-content .dp-grid\:fit\:82\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:82\:xl > * {
    width: 1.2195121951%;
  }
  html .wp-block-post-content .dp-grid\:fit\:83\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:83\:xl > * {
    width: 1.2048192771%;
  }
  html .wp-block-post-content .dp-grid\:fit\:84\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:84\:xl > * {
    width: 1.1904761905%;
  }
  html .wp-block-post-content .dp-grid\:fit\:85\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:85\:xl > * {
    width: 1.1764705882%;
  }
  html .wp-block-post-content .dp-grid\:fit\:86\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:86\:xl > * {
    width: 1.1627906977%;
  }
  html .wp-block-post-content .dp-grid\:fit\:87\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:87\:xl > * {
    width: 1.1494252874%;
  }
  html .wp-block-post-content .dp-grid\:fit\:88\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:88\:xl > * {
    width: 1.1363636364%;
  }
  html .wp-block-post-content .dp-grid\:fit\:89\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:89\:xl > * {
    width: 1.1235955056%;
  }
  html .wp-block-post-content .dp-grid\:fit\:90\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:90\:xl > * {
    width: 1.1111111111%;
  }
  html .wp-block-post-content .dp-grid\:fit\:91\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:91\:xl > * {
    width: 1.0989010989%;
  }
  html .wp-block-post-content .dp-grid\:fit\:92\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:92\:xl > * {
    width: 1.0869565217%;
  }
  html .wp-block-post-content .dp-grid\:fit\:93\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:93\:xl > * {
    width: 1.0752688172%;
  }
  html .wp-block-post-content .dp-grid\:fit\:94\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:94\:xl > * {
    width: 1.0638297872%;
  }
  html .wp-block-post-content .dp-grid\:fit\:95\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:95\:xl > * {
    width: 1.0526315789%;
  }
  html .wp-block-post-content .dp-grid\:fit\:96\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:96\:xl > * {
    width: 1.0416666667%;
  }
  html .wp-block-post-content .dp-grid\:fit\:97\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:97\:xl > * {
    width: 1.0309278351%;
  }
  html .wp-block-post-content .dp-grid\:fit\:98\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:98\:xl > * {
    width: 1.0204081633%;
  }
  html .wp-block-post-content .dp-grid\:fit\:99\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:99\:xl > * {
    width: 1.0101010101%;
  }
  html .wp-block-post-content .dp-grid\:fit\:100\:xl {
    display: flex;
    flex-wrap: wrap;
  }
  html .wp-block-post-content .dp-grid\:fit\:100\:xl > * {
    width: 1%;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  html .wp-block-post-content .dp-grid\:fit\:s {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  html .wp-block-post-content .dp-grid\:fit\:m {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  html .wp-block-post-content .dp-grid\:fit\:l {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1250px) {
  html .wp-block-post-content .dp-grid\:fit\:xl {
    display: flex;
    justify-content: space-between;
  }
}

/* @debug$increment-keys; */
/* Padding Percents */
@media (min-width:0px) {
  html .wp-block-post-content .dp-pad {
    padding: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:top {
    padding-top: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:rt {
    padding-right: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:bot {
    padding-bottom: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:lt {
    padding-left: var(--dp-site-padding);
  }
}
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-pad\:xs {
    padding: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:top\:xs {
    padding-top: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:rt\:xs {
    padding-right: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:bot\:xs {
    padding-bottom: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:lt\:xs {
    padding-left: var(--dp-site-padding);
  }
}
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .dp-pad\:s {
    padding: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:top\:s {
    padding-top: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:rt\:s {
    padding-right: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:bot\:s {
    padding-bottom: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:lt\:s {
    padding-left: var(--dp-site-padding);
  }
}
@media (min-width:767px) and (max-width:1024px) {
  html .wp-block-post-content .dp-pad\:m {
    padding: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:top\:m {
    padding-top: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:rt\:m {
    padding-right: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:bot\:m {
    padding-bottom: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:lt\:m {
    padding-left: var(--dp-site-padding);
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-pad\:l {
    padding: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:top\:l {
    padding-top: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:rt\:l {
    padding-right: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:bot\:l {
    padding-bottom: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:lt\:l {
    padding-left: var(--dp-site-padding);
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-pad\:xl {
    padding: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:top\:xl {
    padding-top: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:rt\:xl {
    padding-right: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:bot\:xl {
    padding-bottom: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:lt\:xl {
    padding-left: var(--dp-site-padding);
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-pad\:sw {
    padding: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:top\:sw {
    padding-top: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:rt\:sw {
    padding-right: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:bot\:sw {
    padding-bottom: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-pad\:lt\:sw {
    padding-left: var(--dp-site-padding);
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-pad\:75pc {
    padding: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:top {
    padding-top: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:rt {
    padding-right: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:bot {
    padding-bottom: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-pad\:75pc\:xs {
    padding: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:top\:xs {
    padding-top: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:rt\:xs {
    padding-right: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:bot\:xs {
    padding-bottom: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-pad\:75pc\:s {
    padding: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:top\:s {
    padding-top: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:rt\:s {
    padding-right: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:bot\:s {
    padding-bottom: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-pad\:75pc\:m {
    padding: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:top\:m {
    padding-top: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:rt\:m {
    padding-right: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:bot\:m {
    padding-bottom: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-pad\:75pc\:l {
    padding: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:top\:l {
    padding-top: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:rt\:l {
    padding-right: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:bot\:l {
    padding-bottom: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-pad\:75pc\:xl {
    padding: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:top\:xl {
    padding-top: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:rt\:xl {
    padding-right: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:bot\:xl {
    padding-bottom: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-pad\:75pc\:sw {
    padding: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:top\:sw {
    padding-top: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:rt\:sw {
    padding-right: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:75pc\:bot\:sw {
    padding-bottom: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-pad\:50pc {
    padding: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:top {
    padding-top: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:rt {
    padding-right: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:bot {
    padding-bottom: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-pad\:50pc\:xs {
    padding: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:top\:xs {
    padding-top: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:rt\:xs {
    padding-right: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:bot\:xs {
    padding-bottom: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-pad\:50pc\:s {
    padding: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:top\:s {
    padding-top: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:rt\:s {
    padding-right: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:bot\:s {
    padding-bottom: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-pad\:50pc\:m {
    padding: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:top\:m {
    padding-top: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:rt\:m {
    padding-right: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:bot\:m {
    padding-bottom: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:lt\:m {
    padding-left: calc(var(--dp-site-padding) / 2);
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-pad\:50pc\:l {
    padding: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:top\:l {
    padding-top: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:rt\:l {
    padding-right: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:bot\:l {
    padding-bottom: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:lt\:l {
    padding-left: calc(var(--dp-site-padding) / 2);
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-pad\:50pc\:xl {
    padding: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:top\:xl {
    padding-top: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:rt\:xl {
    padding-right: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:bot\:xl {
    padding-bottom: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:lt\:xl {
    padding-left: calc(var(--dp-site-padding) / 2);
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-pad\:50pc\:sw {
    padding: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:top\:sw {
    padding-top: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:rt\:sw {
    padding-right: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:bot\:sw {
    padding-bottom: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-pad\:50pc\:lt\:sw {
    padding-left: calc(var(--dp-site-padding) / 2);
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-pad\:33pc {
    padding: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:top {
    padding-top: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:rt {
    padding-right: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:bot {
    padding-bottom: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-pad\:33pc\:xs {
    padding: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:top\:xs {
    padding-top: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:rt\:xs {
    padding-right: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:bot\:xs {
    padding-bottom: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-pad\:33pc\:s {
    padding: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:top\:s {
    padding-top: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:rt\:s {
    padding-right: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:bot\:s {
    padding-bottom: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-pad\:33pc\:m {
    padding: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:top\:m {
    padding-top: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:rt\:m {
    padding-right: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:bot\:m {
    padding-bottom: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:lt\:m {
    padding-left: calc(var(--dp-site-padding) / 3);
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-pad\:33pc\:l {
    padding: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:top\:l {
    padding-top: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:rt\:l {
    padding-right: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:bot\:l {
    padding-bottom: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:lt\:l {
    padding-left: calc(var(--dp-site-padding) / 3);
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-pad\:33pc\:xl {
    padding: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:top\:xl {
    padding-top: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:rt\:xl {
    padding-right: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:bot\:xl {
    padding-bottom: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:lt\:xl {
    padding-left: calc(var(--dp-site-padding) / 3);
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-pad\:33pc\:sw {
    padding: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:top\:sw {
    padding-top: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:rt\:sw {
    padding-right: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:bot\:sw {
    padding-bottom: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-pad\:33pc\:lt\:sw {
    padding-left: calc(var(--dp-site-padding) / 3);
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-pad\:25pc {
    padding: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:top {
    padding-top: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:rt {
    padding-right: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:bot {
    padding-bottom: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-pad\:25pc\:xs {
    padding: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:top\:xs {
    padding-top: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:rt\:xs {
    padding-right: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:bot\:xs {
    padding-bottom: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-pad\:25pc\:s {
    padding: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:top\:s {
    padding-top: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:rt\:s {
    padding-right: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:bot\:s {
    padding-bottom: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-pad\:25pc\:m {
    padding: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:top\:m {
    padding-top: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:rt\:m {
    padding-right: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:bot\:m {
    padding-bottom: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:lt\:m {
    padding-left: calc(var(--dp-site-padding) / 4);
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-pad\:25pc\:l {
    padding: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:top\:l {
    padding-top: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:rt\:l {
    padding-right: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:bot\:l {
    padding-bottom: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:lt\:l {
    padding-left: calc(var(--dp-site-padding) / 4);
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-pad\:25pc\:xl {
    padding: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:top\:xl {
    padding-top: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:rt\:xl {
    padding-right: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:bot\:xl {
    padding-bottom: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:lt\:xl {
    padding-left: calc(var(--dp-site-padding) / 4);
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-pad\:25pc\:sw {
    padding: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:top\:sw {
    padding-top: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:rt\:sw {
    padding-right: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:bot\:sw {
    padding-bottom: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-pad\:25pc\:lt\:sw {
    padding-left: calc(var(--dp-site-padding) / 4);
  }
}
/* Padding Percents */
@media (min-width:0px) {
  html .wp-block-post-content .dp-pad\:phi {
    padding: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:top {
    padding-top: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:rt {
    padding-right: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:bot {
    padding-bottom: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:lt {
    padding-left: calc(100% / var(--dp-phi));
  }
}
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-pad\:phi\:xs {
    padding: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:top\:xs {
    padding-top: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:rt\:xs {
    padding-right: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:bot\:xs {
    padding-bottom: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:s {
    padding: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:top\:s {
    padding-top: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:rt\:s {
    padding-right: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:bot\:s {
    padding-bottom: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:m {
    padding: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:top\:m {
    padding-top: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:rt\:m {
    padding-right: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:bot\:m {
    padding-bottom: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:lt\:m {
    padding-left: calc(100% / var(--dp-phi));
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-pad\:phi\:l {
    padding: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:top\:l {
    padding-top: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:rt\:l {
    padding-right: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:bot\:l {
    padding-bottom: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:lt\:l {
    padding-left: calc(100% / var(--dp-phi));
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-pad\:phi\:xl {
    padding: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:top\:xl {
    padding-top: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:rt\:xl {
    padding-right: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:bot\:xl {
    padding-bottom: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:lt\:xl {
    padding-left: calc(100% / var(--dp-phi));
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-pad\:phi\:sw {
    padding: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:top\:sw {
    padding-top: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:rt\:sw {
    padding-right: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:bot\:sw {
    padding-bottom: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-pad\:phi\:lt\:sw {
    padding-left: calc(100% / var(--dp-phi));
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-pad\:phi\:-1 {
    padding: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:top {
    padding-top: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:rt {
    padding-right: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:bot {
    padding-bottom: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-1\:xs {
    padding: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:top\:xs {
    padding-top: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:rt\:xs {
    padding-right: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:bot\:xs {
    padding-bottom: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-1\:s {
    padding: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:top\:s {
    padding-top: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:rt\:s {
    padding-right: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:bot\:s {
    padding-bottom: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-1\:m {
    padding: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:top\:m {
    padding-top: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:rt\:m {
    padding-right: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:bot\:m {
    padding-bottom: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:lt\:m {
    padding-left: calc(100% / (var(--dp-phi) * 1));
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-pad\:phi\:-1\:l {
    padding: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:top\:l {
    padding-top: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:rt\:l {
    padding-right: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:bot\:l {
    padding-bottom: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:lt\:l {
    padding-left: calc(100% / (var(--dp-phi) * 1));
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-pad\:phi\:-1\:xl {
    padding: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:top\:xl {
    padding-top: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:rt\:xl {
    padding-right: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:bot\:xl {
    padding-bottom: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:lt\:xl {
    padding-left: calc(100% / (var(--dp-phi) * 1));
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-pad\:phi\:-1\:sw {
    padding: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:top\:sw {
    padding-top: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:rt\:sw {
    padding-right: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:bot\:sw {
    padding-bottom: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-pad\:phi\:-1\:lt\:sw {
    padding-left: calc(100% / (var(--dp-phi) * 1));
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-pad\:phi\:-2 {
    padding: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:top {
    padding-top: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:rt {
    padding-right: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:bot {
    padding-bottom: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-2\:xs {
    padding: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:top\:xs {
    padding-top: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:rt\:xs {
    padding-right: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:bot\:xs {
    padding-bottom: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-2\:s {
    padding: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:top\:s {
    padding-top: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:rt\:s {
    padding-right: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:bot\:s {
    padding-bottom: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-2\:m {
    padding: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:top\:m {
    padding-top: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:rt\:m {
    padding-right: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:bot\:m {
    padding-bottom: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:lt\:m {
    padding-left: calc(100% / (var(--dp-phi) * 2));
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-pad\:phi\:-2\:l {
    padding: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:top\:l {
    padding-top: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:rt\:l {
    padding-right: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:bot\:l {
    padding-bottom: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:lt\:l {
    padding-left: calc(100% / (var(--dp-phi) * 2));
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-pad\:phi\:-2\:xl {
    padding: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:top\:xl {
    padding-top: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:rt\:xl {
    padding-right: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:bot\:xl {
    padding-bottom: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:lt\:xl {
    padding-left: calc(100% / (var(--dp-phi) * 2));
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-pad\:phi\:-2\:sw {
    padding: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:top\:sw {
    padding-top: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:rt\:sw {
    padding-right: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:bot\:sw {
    padding-bottom: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-pad\:phi\:-2\:lt\:sw {
    padding-left: calc(100% / (var(--dp-phi) * 2));
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-pad\:phi\:-3 {
    padding: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:top {
    padding-top: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:rt {
    padding-right: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:bot {
    padding-bottom: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-3\:xs {
    padding: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:top\:xs {
    padding-top: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:rt\:xs {
    padding-right: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:bot\:xs {
    padding-bottom: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-3\:s {
    padding: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:top\:s {
    padding-top: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:rt\:s {
    padding-right: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:bot\:s {
    padding-bottom: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-3\:m {
    padding: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:top\:m {
    padding-top: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:rt\:m {
    padding-right: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:bot\:m {
    padding-bottom: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:lt\:m {
    padding-left: calc(100% / (var(--dp-phi) * 3));
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-pad\:phi\:-3\:l {
    padding: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:top\:l {
    padding-top: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:rt\:l {
    padding-right: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:bot\:l {
    padding-bottom: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:lt\:l {
    padding-left: calc(100% / (var(--dp-phi) * 3));
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-pad\:phi\:-3\:xl {
    padding: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:top\:xl {
    padding-top: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:rt\:xl {
    padding-right: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:bot\:xl {
    padding-bottom: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:lt\:xl {
    padding-left: calc(100% / (var(--dp-phi) * 3));
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-pad\:phi\:-3\:sw {
    padding: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:top\:sw {
    padding-top: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:rt\:sw {
    padding-right: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:bot\:sw {
    padding-bottom: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-pad\:phi\:-3\:lt\:sw {
    padding-left: calc(100% / (var(--dp-phi) * 3));
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-pad\:phi\:-4 {
    padding: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:top {
    padding-top: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:rt {
    padding-right: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:bot {
    padding-bottom: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-4\:xs {
    padding: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:top\:xs {
    padding-top: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:rt\:xs {
    padding-right: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:bot\:xs {
    padding-bottom: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-4\:s {
    padding: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:top\:s {
    padding-top: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:rt\:s {
    padding-right: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:bot\:s {
    padding-bottom: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-4\:m {
    padding: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:top\:m {
    padding-top: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:rt\:m {
    padding-right: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:bot\:m {
    padding-bottom: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:lt\:m {
    padding-left: calc(100% / (var(--dp-phi) * 4));
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-pad\:phi\:-4\:l {
    padding: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:top\:l {
    padding-top: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:rt\:l {
    padding-right: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:bot\:l {
    padding-bottom: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:lt\:l {
    padding-left: calc(100% / (var(--dp-phi) * 4));
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-pad\:phi\:-4\:xl {
    padding: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:top\:xl {
    padding-top: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:rt\:xl {
    padding-right: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:bot\:xl {
    padding-bottom: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:lt\:xl {
    padding-left: calc(100% / (var(--dp-phi) * 4));
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-pad\:phi\:-4\:sw {
    padding: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:top\:sw {
    padding-top: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:rt\:sw {
    padding-right: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:bot\:sw {
    padding-bottom: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-pad\:phi\:-4\:lt\:sw {
    padding-left: calc(100% / (var(--dp-phi) * 4));
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-pad\:phi\:-5 {
    padding: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:top {
    padding-top: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:rt {
    padding-right: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:bot {
    padding-bottom: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-5\:xs {
    padding: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:top\:xs {
    padding-top: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:rt\:xs {
    padding-right: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:bot\:xs {
    padding-bottom: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-5\:s {
    padding: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:top\:s {
    padding-top: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:rt\:s {
    padding-right: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:bot\:s {
    padding-bottom: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-5\:m {
    padding: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:top\:m {
    padding-top: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:rt\:m {
    padding-right: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:bot\:m {
    padding-bottom: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:lt\:m {
    padding-left: calc(100% / (var(--dp-phi) * 5));
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-pad\:phi\:-5\:l {
    padding: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:top\:l {
    padding-top: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:rt\:l {
    padding-right: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:bot\:l {
    padding-bottom: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:lt\:l {
    padding-left: calc(100% / (var(--dp-phi) * 5));
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-pad\:phi\:-5\:xl {
    padding: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:top\:xl {
    padding-top: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:rt\:xl {
    padding-right: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:bot\:xl {
    padding-bottom: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:lt\:xl {
    padding-left: calc(100% / (var(--dp-phi) * 5));
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-pad\:phi\:-5\:sw {
    padding: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:top\:sw {
    padding-top: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:rt\:sw {
    padding-right: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:bot\:sw {
    padding-bottom: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-pad\:phi\:-5\:lt\:sw {
    padding-left: calc(100% / (var(--dp-phi) * 5));
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-pad\:phi\:-6 {
    padding: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:top {
    padding-top: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:rt {
    padding-right: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:bot {
    padding-bottom: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-6\:xs {
    padding: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:top\:xs {
    padding-top: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:rt\:xs {
    padding-right: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:bot\:xs {
    padding-bottom: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-6\:s {
    padding: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:top\:s {
    padding-top: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:rt\:s {
    padding-right: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:bot\:s {
    padding-bottom: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-6\:m {
    padding: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:top\:m {
    padding-top: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:rt\:m {
    padding-right: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:bot\:m {
    padding-bottom: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:lt\:m {
    padding-left: calc(100% / (var(--dp-phi) * 6));
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-pad\:phi\:-6\:l {
    padding: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:top\:l {
    padding-top: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:rt\:l {
    padding-right: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:bot\:l {
    padding-bottom: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:lt\:l {
    padding-left: calc(100% / (var(--dp-phi) * 6));
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-pad\:phi\:-6\:xl {
    padding: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:top\:xl {
    padding-top: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:rt\:xl {
    padding-right: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:bot\:xl {
    padding-bottom: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:lt\:xl {
    padding-left: calc(100% / (var(--dp-phi) * 6));
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-pad\:phi\:-6\:sw {
    padding: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:top\:sw {
    padding-top: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:rt\:sw {
    padding-right: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:bot\:sw {
    padding-bottom: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-pad\:phi\:-6\:lt\:sw {
    padding-left: calc(100% / (var(--dp-phi) * 6));
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-pad\:phi\:-7 {
    padding: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:top {
    padding-top: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:rt {
    padding-right: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:bot {
    padding-bottom: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-7\:xs {
    padding: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:top\:xs {
    padding-top: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:rt\:xs {
    padding-right: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:bot\:xs {
    padding-bottom: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-7\:s {
    padding: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:top\:s {
    padding-top: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:rt\:s {
    padding-right: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:bot\:s {
    padding-bottom: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-7\:m {
    padding: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:top\:m {
    padding-top: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:rt\:m {
    padding-right: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:bot\:m {
    padding-bottom: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:lt\:m {
    padding-left: calc(100% / (var(--dp-phi) * 7));
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-pad\:phi\:-7\:l {
    padding: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:top\:l {
    padding-top: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:rt\:l {
    padding-right: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:bot\:l {
    padding-bottom: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:lt\:l {
    padding-left: calc(100% / (var(--dp-phi) * 7));
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-pad\:phi\:-7\:xl {
    padding: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:top\:xl {
    padding-top: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:rt\:xl {
    padding-right: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:bot\:xl {
    padding-bottom: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:lt\:xl {
    padding-left: calc(100% / (var(--dp-phi) * 7));
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-pad\:phi\:-7\:sw {
    padding: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:top\:sw {
    padding-top: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:rt\:sw {
    padding-right: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:bot\:sw {
    padding-bottom: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-pad\:phi\:-7\:lt\:sw {
    padding-left: calc(100% / (var(--dp-phi) * 7));
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-pad\:phi\:-8 {
    padding: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:top {
    padding-top: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:rt {
    padding-right: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:bot {
    padding-bottom: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-8\:xs {
    padding: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:top\:xs {
    padding-top: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:rt\:xs {
    padding-right: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:bot\:xs {
    padding-bottom: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-8\:s {
    padding: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:top\:s {
    padding-top: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:rt\:s {
    padding-right: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:bot\:s {
    padding-bottom: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-8\:m {
    padding: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:top\:m {
    padding-top: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:rt\:m {
    padding-right: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:bot\:m {
    padding-bottom: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:lt\:m {
    padding-left: calc(100% / (var(--dp-phi) * 8));
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-pad\:phi\:-8\:l {
    padding: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:top\:l {
    padding-top: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:rt\:l {
    padding-right: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:bot\:l {
    padding-bottom: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:lt\:l {
    padding-left: calc(100% / (var(--dp-phi) * 8));
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-pad\:phi\:-8\:xl {
    padding: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:top\:xl {
    padding-top: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:rt\:xl {
    padding-right: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:bot\:xl {
    padding-bottom: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:lt\:xl {
    padding-left: calc(100% / (var(--dp-phi) * 8));
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-pad\:phi\:-8\:sw {
    padding: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:top\:sw {
    padding-top: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:rt\:sw {
    padding-right: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:bot\:sw {
    padding-bottom: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-pad\:phi\:-8\:lt\:sw {
    padding-left: calc(100% / (var(--dp-phi) * 8));
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-pad\:phi\:-9 {
    padding: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:top {
    padding-top: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:rt {
    padding-right: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:bot {
    padding-bottom: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-9\:xs {
    padding: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:top\:xs {
    padding-top: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:rt\:xs {
    padding-right: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:bot\:xs {
    padding-bottom: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-9\:s {
    padding: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:top\:s {
    padding-top: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:rt\:s {
    padding-right: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:bot\:s {
    padding-bottom: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .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 .dp-pad\:phi\:-9\:m {
    padding: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:top\:m {
    padding-top: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:rt\:m {
    padding-right: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:bot\:m {
    padding-bottom: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:lt\:m {
    padding-left: calc(100% / (var(--dp-phi) * 9));
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-pad\:phi\:-9\:l {
    padding: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:top\:l {
    padding-top: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:rt\:l {
    padding-right: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:bot\:l {
    padding-bottom: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:lt\:l {
    padding-left: calc(100% / (var(--dp-phi) * 9));
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-pad\:phi\:-9\:xl {
    padding: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:top\:xl {
    padding-top: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:rt\:xl {
    padding-right: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:bot\:xl {
    padding-bottom: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:lt\:xl {
    padding-left: calc(100% / (var(--dp-phi) * 9));
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-pad\:phi\:-9\:sw {
    padding: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:top\:sw {
    padding-top: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:rt\:sw {
    padding-right: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:bot\:sw {
    padding-bottom: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-pad\:phi\:-9\:lt\:sw {
    padding-left: calc(100% / (var(--dp-phi) * 9));
  }
}
/* Padding Pixels */
@media (min-width:0px) {
  html .wp-block-post-content .dp-pad\:20px {
    padding: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:top {
    padding-top: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:rt {
    padding-right: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:bot {
    padding-bottom: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:lt {
    padding-left: 20px;
  }
}
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-pad\:20px\:xs {
    padding: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:top\:xs {
    padding-top: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:rt\:xs {
    padding-right: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:bot\:xs {
    padding-bottom: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:lt\:xs {
    padding-left: 20px;
  }
}
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .dp-pad\:20px\:s {
    padding: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:top\:s {
    padding-top: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:rt\:s {
    padding-right: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:bot\:s {
    padding-bottom: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:lt\:s {
    padding-left: 20px;
  }
}
@media (min-width:767px) and (max-width:1024px) {
  html .wp-block-post-content .dp-pad\:20px\:m {
    padding: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:top\:m {
    padding-top: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:rt\:m {
    padding-right: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:bot\:m {
    padding-bottom: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:lt\:m {
    padding-left: 20px;
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-pad\:20px\:l {
    padding: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:top\:l {
    padding-top: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:rt\:l {
    padding-right: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:bot\:l {
    padding-bottom: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:lt\:l {
    padding-left: 20px;
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-pad\:20px\:xl {
    padding: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:top\:xl {
    padding-top: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:rt\:xl {
    padding-right: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:bot\:xl {
    padding-bottom: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:lt\:xl {
    padding-left: 20px;
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-pad\:20px\:sw {
    padding: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:top\:sw {
    padding-top: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:rt\:sw {
    padding-right: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:bot\:sw {
    padding-bottom: 20px;
  }
  html .wp-block-post-content .dp-pad\:20px\:lt\:sw {
    padding-left: 20px;
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-pad\:15px {
    padding: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:top {
    padding-top: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:rt {
    padding-right: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:bot {
    padding-bottom: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:lt {
    padding-left: 15px;
  }
}
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-pad\:15px\:xs {
    padding: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:top\:xs {
    padding-top: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:rt\:xs {
    padding-right: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:bot\:xs {
    padding-bottom: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:lt\:xs {
    padding-left: 15px;
  }
}
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .dp-pad\:15px\:s {
    padding: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:top\:s {
    padding-top: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:rt\:s {
    padding-right: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:bot\:s {
    padding-bottom: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:lt\:s {
    padding-left: 15px;
  }
}
@media (min-width:767px) and (max-width:1024px) {
  html .wp-block-post-content .dp-pad\:15px\:m {
    padding: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:top\:m {
    padding-top: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:rt\:m {
    padding-right: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:bot\:m {
    padding-bottom: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:lt\:m {
    padding-left: 15px;
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-pad\:15px\:l {
    padding: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:top\:l {
    padding-top: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:rt\:l {
    padding-right: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:bot\:l {
    padding-bottom: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:lt\:l {
    padding-left: 15px;
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-pad\:15px\:xl {
    padding: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:top\:xl {
    padding-top: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:rt\:xl {
    padding-right: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:bot\:xl {
    padding-bottom: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:lt\:xl {
    padding-left: 15px;
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-pad\:15px\:sw {
    padding: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:top\:sw {
    padding-top: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:rt\:sw {
    padding-right: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:bot\:sw {
    padding-bottom: 15px;
  }
  html .wp-block-post-content .dp-pad\:15px\:lt\:sw {
    padding-left: 15px;
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-pad\:10px {
    padding: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:top {
    padding-top: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:rt {
    padding-right: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:bot {
    padding-bottom: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:lt {
    padding-left: 10px;
  }
}
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-pad\:10px\:xs {
    padding: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:top\:xs {
    padding-top: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:rt\:xs {
    padding-right: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:bot\:xs {
    padding-bottom: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:lt\:xs {
    padding-left: 10px;
  }
}
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .dp-pad\:10px\:s {
    padding: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:top\:s {
    padding-top: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:rt\:s {
    padding-right: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:bot\:s {
    padding-bottom: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:lt\:s {
    padding-left: 10px;
  }
}
@media (min-width:767px) and (max-width:1024px) {
  html .wp-block-post-content .dp-pad\:10px\:m {
    padding: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:top\:m {
    padding-top: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:rt\:m {
    padding-right: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:bot\:m {
    padding-bottom: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:lt\:m {
    padding-left: 10px;
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-pad\:10px\:l {
    padding: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:top\:l {
    padding-top: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:rt\:l {
    padding-right: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:bot\:l {
    padding-bottom: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:lt\:l {
    padding-left: 10px;
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-pad\:10px\:xl {
    padding: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:top\:xl {
    padding-top: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:rt\:xl {
    padding-right: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:bot\:xl {
    padding-bottom: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:lt\:xl {
    padding-left: 10px;
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-pad\:10px\:sw {
    padding: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:top\:sw {
    padding-top: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:rt\:sw {
    padding-right: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:bot\:sw {
    padding-bottom: 10px;
  }
  html .wp-block-post-content .dp-pad\:10px\:lt\:sw {
    padding-left: 10px;
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-pad\:5px {
    padding: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:top {
    padding-top: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:rt {
    padding-right: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:bot {
    padding-bottom: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:lt {
    padding-left: 5px;
  }
}
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-pad\:5px\:xs {
    padding: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:top\:xs {
    padding-top: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:rt\:xs {
    padding-right: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:bot\:xs {
    padding-bottom: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:lt\:xs {
    padding-left: 5px;
  }
}
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .dp-pad\:5px\:s {
    padding: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:top\:s {
    padding-top: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:rt\:s {
    padding-right: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:bot\:s {
    padding-bottom: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:lt\:s {
    padding-left: 5px;
  }
}
@media (min-width:767px) and (max-width:1024px) {
  html .wp-block-post-content .dp-pad\:5px\:m {
    padding: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:top\:m {
    padding-top: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:rt\:m {
    padding-right: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:bot\:m {
    padding-bottom: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:lt\:m {
    padding-left: 5px;
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-pad\:5px\:l {
    padding: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:top\:l {
    padding-top: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:rt\:l {
    padding-right: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:bot\:l {
    padding-bottom: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:lt\:l {
    padding-left: 5px;
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-pad\:5px\:xl {
    padding: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:top\:xl {
    padding-top: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:rt\:xl {
    padding-right: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:bot\:xl {
    padding-bottom: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:lt\:xl {
    padding-left: 5px;
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-pad\:5px\:sw {
    padding: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:top\:sw {
    padding-top: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:rt\:sw {
    padding-right: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:bot\:sw {
    padding-bottom: 5px;
  }
  html .wp-block-post-content .dp-pad\:5px\:lt\:sw {
    padding-left: 5px;
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-pad\:0px {
    padding: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:top {
    padding-top: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:rt {
    padding-right: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:bot {
    padding-bottom: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:lt {
    padding-left: 0px;
  }
}
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-pad\:0px\:xs {
    padding: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:top\:xs {
    padding-top: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:rt\:xs {
    padding-right: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:bot\:xs {
    padding-bottom: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:lt\:xs {
    padding-left: 0px;
  }
}
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .dp-pad\:0px\:s {
    padding: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:top\:s {
    padding-top: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:rt\:s {
    padding-right: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:bot\:s {
    padding-bottom: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:lt\:s {
    padding-left: 0px;
  }
}
@media (min-width:767px) and (max-width:1024px) {
  html .wp-block-post-content .dp-pad\:0px\:m {
    padding: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:top\:m {
    padding-top: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:rt\:m {
    padding-right: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:bot\:m {
    padding-bottom: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:lt\:m {
    padding-left: 0px;
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-pad\:0px\:l {
    padding: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:top\:l {
    padding-top: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:rt\:l {
    padding-right: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:bot\:l {
    padding-bottom: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:lt\:l {
    padding-left: 0px;
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-pad\:0px\:xl {
    padding: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:top\:xl {
    padding-top: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:rt\:xl {
    padding-right: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:bot\:xl {
    padding-bottom: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:lt\:xl {
    padding-left: 0px;
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-pad\:0px\:sw {
    padding: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:top\:sw {
    padding-top: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:rt\:sw {
    padding-right: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:bot\:sw {
    padding-bottom: 0px;
  }
  html .wp-block-post-content .dp-pad\:0px\:lt\:sw {
    padding-left: 0px;
  }
}
/* Margin Percents */
@media (min-width:0px) {
  html .wp-block-post-content .dp-marg {
    margin: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:top {
    margin-top: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:rt {
    margin-right: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:bot {
    margin-bottom: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:lt {
    margin-left: var(--dp-site-padding);
  }
}
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-marg\:xs {
    margin: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:top\:xs {
    margin-top: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:rt\:xs {
    margin-right: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:bot\:xs {
    margin-bottom: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:lt\:xs {
    margin-left: var(--dp-site-padding);
  }
}
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .dp-marg\:s {
    margin: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:top\:s {
    margin-top: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:rt\:s {
    margin-right: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:bot\:s {
    margin-bottom: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:lt\:s {
    margin-left: var(--dp-site-padding);
  }
}
@media (min-width:767px) and (max-width:1024px) {
  html .wp-block-post-content .dp-marg\:m {
    margin: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:top\:m {
    margin-top: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:rt\:m {
    margin-right: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:bot\:m {
    margin-bottom: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:lt\:m {
    margin-left: var(--dp-site-padding);
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-marg\:l {
    margin: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:top\:l {
    margin-top: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:rt\:l {
    margin-right: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:bot\:l {
    margin-bottom: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:lt\:l {
    margin-left: var(--dp-site-padding);
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-marg\:xl {
    margin: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:top\:xl {
    margin-top: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:rt\:xl {
    margin-right: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:bot\:xl {
    margin-bottom: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:lt\:xl {
    margin-left: var(--dp-site-padding);
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-marg\:sw {
    margin: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:top\:sw {
    margin-top: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:rt\:sw {
    margin-right: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:bot\:sw {
    margin-bottom: var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-marg\:lt\:sw {
    margin-left: var(--dp-site-padding);
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-marg\:75pc {
    margin: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:top {
    margin-top: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:rt {
    margin-right: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:bot {
    margin-bottom: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-marg\:75pc\:xs {
    margin: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:top\:xs {
    margin-top: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:rt\:xs {
    margin-right: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:bot\:xs {
    margin-bottom: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-marg\:75pc\:s {
    margin: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:top\:s {
    margin-top: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:rt\:s {
    margin-right: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:bot\:s {
    margin-bottom: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-marg\:75pc\:m {
    margin: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:top\:m {
    margin-top: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:rt\:m {
    margin-right: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:bot\:m {
    margin-bottom: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-marg\:75pc\:l {
    margin: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:top\:l {
    margin-top: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:rt\:l {
    margin-right: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:bot\:l {
    margin-bottom: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-marg\:75pc\:xl {
    margin: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:top\:xl {
    margin-top: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:rt\:xl {
    margin-right: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:bot\:xl {
    margin-bottom: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-marg\:75pc\:sw {
    margin: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:top\:sw {
    margin-top: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:rt\:sw {
    margin-right: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:75pc\:bot\:sw {
    margin-bottom: calc(var(--dp-site-padding) - var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-marg\:50pc {
    margin: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:top {
    margin-top: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:rt {
    margin-right: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:bot {
    margin-bottom: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-marg\:50pc\:xs {
    margin: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:top\:xs {
    margin-top: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:rt\:xs {
    margin-right: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:bot\:xs {
    margin-bottom: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-marg\:50pc\:s {
    margin: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:top\:s {
    margin-top: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:rt\:s {
    margin-right: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:bot\:s {
    margin-bottom: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-marg\:50pc\:m {
    margin: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:top\:m {
    margin-top: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:rt\:m {
    margin-right: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:bot\:m {
    margin-bottom: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:lt\:m {
    margin-left: calc(var(--dp-site-padding) / 2);
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-marg\:50pc\:l {
    margin: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:top\:l {
    margin-top: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:rt\:l {
    margin-right: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:bot\:l {
    margin-bottom: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:lt\:l {
    margin-left: calc(var(--dp-site-padding) / 2);
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-marg\:50pc\:xl {
    margin: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:top\:xl {
    margin-top: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:rt\:xl {
    margin-right: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:bot\:xl {
    margin-bottom: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:lt\:xl {
    margin-left: calc(var(--dp-site-padding) / 2);
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-marg\:50pc\:sw {
    margin: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:top\:sw {
    margin-top: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:rt\:sw {
    margin-right: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:bot\:sw {
    margin-bottom: calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .dp-marg\:50pc\:lt\:sw {
    margin-left: calc(var(--dp-site-padding) / 2);
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-marg\:33pc {
    margin: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:top {
    margin-top: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:rt {
    margin-right: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:bot {
    margin-bottom: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-marg\:33pc\:xs {
    margin: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:top\:xs {
    margin-top: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:rt\:xs {
    margin-right: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:bot\:xs {
    margin-bottom: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-marg\:33pc\:s {
    margin: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:top\:s {
    margin-top: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:rt\:s {
    margin-right: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:bot\:s {
    margin-bottom: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-marg\:33pc\:m {
    margin: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:top\:m {
    margin-top: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:rt\:m {
    margin-right: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:bot\:m {
    margin-bottom: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:lt\:m {
    margin-left: calc(var(--dp-site-padding) / 3);
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-marg\:33pc\:l {
    margin: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:top\:l {
    margin-top: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:rt\:l {
    margin-right: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:bot\:l {
    margin-bottom: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:lt\:l {
    margin-left: calc(var(--dp-site-padding) / 3);
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-marg\:33pc\:xl {
    margin: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:top\:xl {
    margin-top: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:rt\:xl {
    margin-right: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:bot\:xl {
    margin-bottom: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:lt\:xl {
    margin-left: calc(var(--dp-site-padding) / 3);
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-marg\:33pc\:sw {
    margin: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:top\:sw {
    margin-top: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:rt\:sw {
    margin-right: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:bot\:sw {
    margin-bottom: calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .dp-marg\:33pc\:lt\:sw {
    margin-left: calc(var(--dp-site-padding) / 3);
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-marg\:25pc {
    margin: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:top {
    margin-top: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:rt {
    margin-right: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:bot {
    margin-bottom: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-marg\:25pc\:xs {
    margin: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:top\:xs {
    margin-top: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:rt\:xs {
    margin-right: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:bot\:xs {
    margin-bottom: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-marg\:25pc\:s {
    margin: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:top\:s {
    margin-top: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:rt\:s {
    margin-right: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:bot\:s {
    margin-bottom: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-marg\:25pc\:m {
    margin: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:top\:m {
    margin-top: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:rt\:m {
    margin-right: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:bot\:m {
    margin-bottom: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:lt\:m {
    margin-left: calc(var(--dp-site-padding) / 4);
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-marg\:25pc\:l {
    margin: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:top\:l {
    margin-top: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:rt\:l {
    margin-right: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:bot\:l {
    margin-bottom: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:lt\:l {
    margin-left: calc(var(--dp-site-padding) / 4);
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-marg\:25pc\:xl {
    margin: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:top\:xl {
    margin-top: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:rt\:xl {
    margin-right: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:bot\:xl {
    margin-bottom: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:lt\:xl {
    margin-left: calc(var(--dp-site-padding) / 4);
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-marg\:25pc\:sw {
    margin: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:top\:sw {
    margin-top: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:rt\:sw {
    margin-right: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:bot\:sw {
    margin-bottom: calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .dp-marg\:25pc\:lt\:sw {
    margin-left: calc(var(--dp-site-padding) / 4);
  }
}
/* Margin Percents */
@media (min-width:0px) {
  html .wp-block-post-content .dp-marg\:phi {
    margin: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:top {
    margin-top: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:rt {
    margin-right: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:bot {
    margin-bottom: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:lt {
    margin-left: calc(100% / var(--dp-phi));
  }
}
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-marg\:phi\:xs {
    margin: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:top\:xs {
    margin-top: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:rt\:xs {
    margin-right: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:bot\:xs {
    margin-bottom: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:s {
    margin: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:top\:s {
    margin-top: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:rt\:s {
    margin-right: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:bot\:s {
    margin-bottom: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:m {
    margin: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:top\:m {
    margin-top: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:rt\:m {
    margin-right: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:bot\:m {
    margin-bottom: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:lt\:m {
    margin-left: calc(100% / var(--dp-phi));
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-marg\:phi\:l {
    margin: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:top\:l {
    margin-top: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:rt\:l {
    margin-right: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:bot\:l {
    margin-bottom: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:lt\:l {
    margin-left: calc(100% / var(--dp-phi));
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-marg\:phi\:xl {
    margin: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:top\:xl {
    margin-top: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:rt\:xl {
    margin-right: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:bot\:xl {
    margin-bottom: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:lt\:xl {
    margin-left: calc(100% / var(--dp-phi));
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-marg\:phi\:sw {
    margin: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:top\:sw {
    margin-top: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:rt\:sw {
    margin-right: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:bot\:sw {
    margin-bottom: calc(100% / var(--dp-phi));
  }
  html .wp-block-post-content .dp-marg\:phi\:lt\:sw {
    margin-left: calc(100% / var(--dp-phi));
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-marg\:phi\:-1 {
    margin: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:top {
    margin-top: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:rt {
    margin-right: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:bot {
    margin-bottom: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-1\:xs {
    margin: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:top\:xs {
    margin-top: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:rt\:xs {
    margin-right: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:bot\:xs {
    margin-bottom: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-1\:s {
    margin: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:top\:s {
    margin-top: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:rt\:s {
    margin-right: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:bot\:s {
    margin-bottom: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-1\:m {
    margin: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:top\:m {
    margin-top: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:rt\:m {
    margin-right: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:bot\:m {
    margin-bottom: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:lt\:m {
    margin-left: calc(100% / (var(--dp-phi) * 1));
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-marg\:phi\:-1\:l {
    margin: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:top\:l {
    margin-top: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:rt\:l {
    margin-right: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:bot\:l {
    margin-bottom: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:lt\:l {
    margin-left: calc(100% / (var(--dp-phi) * 1));
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-marg\:phi\:-1\:xl {
    margin: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:top\:xl {
    margin-top: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:rt\:xl {
    margin-right: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:bot\:xl {
    margin-bottom: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:lt\:xl {
    margin-left: calc(100% / (var(--dp-phi) * 1));
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-marg\:phi\:-1\:sw {
    margin: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:top\:sw {
    margin-top: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:rt\:sw {
    margin-right: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:bot\:sw {
    margin-bottom: calc(100% / (var(--dp-phi) * 1));
  }
  html .wp-block-post-content .dp-marg\:phi\:-1\:lt\:sw {
    margin-left: calc(100% / (var(--dp-phi) * 1));
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-marg\:phi\:-2 {
    margin: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:top {
    margin-top: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:rt {
    margin-right: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:bot {
    margin-bottom: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-2\:xs {
    margin: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:top\:xs {
    margin-top: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:rt\:xs {
    margin-right: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:bot\:xs {
    margin-bottom: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-2\:s {
    margin: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:top\:s {
    margin-top: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:rt\:s {
    margin-right: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:bot\:s {
    margin-bottom: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-2\:m {
    margin: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:top\:m {
    margin-top: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:rt\:m {
    margin-right: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:bot\:m {
    margin-bottom: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:lt\:m {
    margin-left: calc(100% / (var(--dp-phi) * 2));
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-marg\:phi\:-2\:l {
    margin: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:top\:l {
    margin-top: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:rt\:l {
    margin-right: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:bot\:l {
    margin-bottom: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:lt\:l {
    margin-left: calc(100% / (var(--dp-phi) * 2));
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-marg\:phi\:-2\:xl {
    margin: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:top\:xl {
    margin-top: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:rt\:xl {
    margin-right: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:bot\:xl {
    margin-bottom: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:lt\:xl {
    margin-left: calc(100% / (var(--dp-phi) * 2));
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-marg\:phi\:-2\:sw {
    margin: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:top\:sw {
    margin-top: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:rt\:sw {
    margin-right: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:bot\:sw {
    margin-bottom: calc(100% / (var(--dp-phi) * 2));
  }
  html .wp-block-post-content .dp-marg\:phi\:-2\:lt\:sw {
    margin-left: calc(100% / (var(--dp-phi) * 2));
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-marg\:phi\:-3 {
    margin: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:top {
    margin-top: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:rt {
    margin-right: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:bot {
    margin-bottom: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-3\:xs {
    margin: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:top\:xs {
    margin-top: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:rt\:xs {
    margin-right: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:bot\:xs {
    margin-bottom: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-3\:s {
    margin: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:top\:s {
    margin-top: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:rt\:s {
    margin-right: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:bot\:s {
    margin-bottom: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-3\:m {
    margin: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:top\:m {
    margin-top: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:rt\:m {
    margin-right: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:bot\:m {
    margin-bottom: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:lt\:m {
    margin-left: calc(100% / (var(--dp-phi) * 3));
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-marg\:phi\:-3\:l {
    margin: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:top\:l {
    margin-top: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:rt\:l {
    margin-right: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:bot\:l {
    margin-bottom: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:lt\:l {
    margin-left: calc(100% / (var(--dp-phi) * 3));
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-marg\:phi\:-3\:xl {
    margin: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:top\:xl {
    margin-top: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:rt\:xl {
    margin-right: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:bot\:xl {
    margin-bottom: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:lt\:xl {
    margin-left: calc(100% / (var(--dp-phi) * 3));
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-marg\:phi\:-3\:sw {
    margin: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:top\:sw {
    margin-top: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:rt\:sw {
    margin-right: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:bot\:sw {
    margin-bottom: calc(100% / (var(--dp-phi) * 3));
  }
  html .wp-block-post-content .dp-marg\:phi\:-3\:lt\:sw {
    margin-left: calc(100% / (var(--dp-phi) * 3));
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-marg\:phi\:-4 {
    margin: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:top {
    margin-top: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:rt {
    margin-right: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:bot {
    margin-bottom: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-4\:xs {
    margin: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:top\:xs {
    margin-top: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:rt\:xs {
    margin-right: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:bot\:xs {
    margin-bottom: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-4\:s {
    margin: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:top\:s {
    margin-top: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:rt\:s {
    margin-right: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:bot\:s {
    margin-bottom: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-4\:m {
    margin: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:top\:m {
    margin-top: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:rt\:m {
    margin-right: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:bot\:m {
    margin-bottom: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:lt\:m {
    margin-left: calc(100% / (var(--dp-phi) * 4));
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-marg\:phi\:-4\:l {
    margin: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:top\:l {
    margin-top: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:rt\:l {
    margin-right: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:bot\:l {
    margin-bottom: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:lt\:l {
    margin-left: calc(100% / (var(--dp-phi) * 4));
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-marg\:phi\:-4\:xl {
    margin: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:top\:xl {
    margin-top: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:rt\:xl {
    margin-right: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:bot\:xl {
    margin-bottom: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:lt\:xl {
    margin-left: calc(100% / (var(--dp-phi) * 4));
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-marg\:phi\:-4\:sw {
    margin: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:top\:sw {
    margin-top: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:rt\:sw {
    margin-right: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:bot\:sw {
    margin-bottom: calc(100% / (var(--dp-phi) * 4));
  }
  html .wp-block-post-content .dp-marg\:phi\:-4\:lt\:sw {
    margin-left: calc(100% / (var(--dp-phi) * 4));
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-marg\:phi\:-5 {
    margin: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:top {
    margin-top: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:rt {
    margin-right: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:bot {
    margin-bottom: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-5\:xs {
    margin: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:top\:xs {
    margin-top: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:rt\:xs {
    margin-right: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:bot\:xs {
    margin-bottom: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-5\:s {
    margin: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:top\:s {
    margin-top: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:rt\:s {
    margin-right: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:bot\:s {
    margin-bottom: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-5\:m {
    margin: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:top\:m {
    margin-top: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:rt\:m {
    margin-right: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:bot\:m {
    margin-bottom: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:lt\:m {
    margin-left: calc(100% / (var(--dp-phi) * 5));
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-marg\:phi\:-5\:l {
    margin: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:top\:l {
    margin-top: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:rt\:l {
    margin-right: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:bot\:l {
    margin-bottom: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:lt\:l {
    margin-left: calc(100% / (var(--dp-phi) * 5));
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-marg\:phi\:-5\:xl {
    margin: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:top\:xl {
    margin-top: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:rt\:xl {
    margin-right: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:bot\:xl {
    margin-bottom: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:lt\:xl {
    margin-left: calc(100% / (var(--dp-phi) * 5));
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-marg\:phi\:-5\:sw {
    margin: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:top\:sw {
    margin-top: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:rt\:sw {
    margin-right: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:bot\:sw {
    margin-bottom: calc(100% / (var(--dp-phi) * 5));
  }
  html .wp-block-post-content .dp-marg\:phi\:-5\:lt\:sw {
    margin-left: calc(100% / (var(--dp-phi) * 5));
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-marg\:phi\:-6 {
    margin: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:top {
    margin-top: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:rt {
    margin-right: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:bot {
    margin-bottom: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-6\:xs {
    margin: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:top\:xs {
    margin-top: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:rt\:xs {
    margin-right: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:bot\:xs {
    margin-bottom: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-6\:s {
    margin: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:top\:s {
    margin-top: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:rt\:s {
    margin-right: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:bot\:s {
    margin-bottom: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-6\:m {
    margin: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:top\:m {
    margin-top: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:rt\:m {
    margin-right: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:bot\:m {
    margin-bottom: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:lt\:m {
    margin-left: calc(100% / (var(--dp-phi) * 6));
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-marg\:phi\:-6\:l {
    margin: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:top\:l {
    margin-top: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:rt\:l {
    margin-right: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:bot\:l {
    margin-bottom: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:lt\:l {
    margin-left: calc(100% / (var(--dp-phi) * 6));
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-marg\:phi\:-6\:xl {
    margin: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:top\:xl {
    margin-top: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:rt\:xl {
    margin-right: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:bot\:xl {
    margin-bottom: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:lt\:xl {
    margin-left: calc(100% / (var(--dp-phi) * 6));
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-marg\:phi\:-6\:sw {
    margin: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:top\:sw {
    margin-top: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:rt\:sw {
    margin-right: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:bot\:sw {
    margin-bottom: calc(100% / (var(--dp-phi) * 6));
  }
  html .wp-block-post-content .dp-marg\:phi\:-6\:lt\:sw {
    margin-left: calc(100% / (var(--dp-phi) * 6));
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-marg\:phi\:-7 {
    margin: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:top {
    margin-top: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:rt {
    margin-right: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:bot {
    margin-bottom: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-7\:xs {
    margin: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:top\:xs {
    margin-top: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:rt\:xs {
    margin-right: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:bot\:xs {
    margin-bottom: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-7\:s {
    margin: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:top\:s {
    margin-top: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:rt\:s {
    margin-right: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:bot\:s {
    margin-bottom: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-7\:m {
    margin: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:top\:m {
    margin-top: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:rt\:m {
    margin-right: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:bot\:m {
    margin-bottom: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:lt\:m {
    margin-left: calc(100% / (var(--dp-phi) * 7));
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-marg\:phi\:-7\:l {
    margin: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:top\:l {
    margin-top: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:rt\:l {
    margin-right: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:bot\:l {
    margin-bottom: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:lt\:l {
    margin-left: calc(100% / (var(--dp-phi) * 7));
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-marg\:phi\:-7\:xl {
    margin: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:top\:xl {
    margin-top: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:rt\:xl {
    margin-right: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:bot\:xl {
    margin-bottom: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:lt\:xl {
    margin-left: calc(100% / (var(--dp-phi) * 7));
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-marg\:phi\:-7\:sw {
    margin: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:top\:sw {
    margin-top: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:rt\:sw {
    margin-right: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:bot\:sw {
    margin-bottom: calc(100% / (var(--dp-phi) * 7));
  }
  html .wp-block-post-content .dp-marg\:phi\:-7\:lt\:sw {
    margin-left: calc(100% / (var(--dp-phi) * 7));
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-marg\:phi\:-8 {
    margin: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:top {
    margin-top: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:rt {
    margin-right: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:bot {
    margin-bottom: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-8\:xs {
    margin: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:top\:xs {
    margin-top: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:rt\:xs {
    margin-right: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:bot\:xs {
    margin-bottom: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-8\:s {
    margin: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:top\:s {
    margin-top: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:rt\:s {
    margin-right: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:bot\:s {
    margin-bottom: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-8\:m {
    margin: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:top\:m {
    margin-top: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:rt\:m {
    margin-right: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:bot\:m {
    margin-bottom: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:lt\:m {
    margin-left: calc(100% / (var(--dp-phi) * 8));
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-marg\:phi\:-8\:l {
    margin: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:top\:l {
    margin-top: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:rt\:l {
    margin-right: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:bot\:l {
    margin-bottom: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:lt\:l {
    margin-left: calc(100% / (var(--dp-phi) * 8));
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-marg\:phi\:-8\:xl {
    margin: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:top\:xl {
    margin-top: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:rt\:xl {
    margin-right: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:bot\:xl {
    margin-bottom: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:lt\:xl {
    margin-left: calc(100% / (var(--dp-phi) * 8));
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-marg\:phi\:-8\:sw {
    margin: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:top\:sw {
    margin-top: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:rt\:sw {
    margin-right: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:bot\:sw {
    margin-bottom: calc(100% / (var(--dp-phi) * 8));
  }
  html .wp-block-post-content .dp-marg\:phi\:-8\:lt\:sw {
    margin-left: calc(100% / (var(--dp-phi) * 8));
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-marg\:phi\:-9 {
    margin: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:top {
    margin-top: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:rt {
    margin-right: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:bot {
    margin-bottom: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-9\:xs {
    margin: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:top\:xs {
    margin-top: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:rt\:xs {
    margin-right: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:bot\:xs {
    margin-bottom: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-9\:s {
    margin: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:top\:s {
    margin-top: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:rt\:s {
    margin-right: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:bot\:s {
    margin-bottom: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .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 .dp-marg\:phi\:-9\:m {
    margin: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:top\:m {
    margin-top: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:rt\:m {
    margin-right: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:bot\:m {
    margin-bottom: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:lt\:m {
    margin-left: calc(100% / (var(--dp-phi) * 9));
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-marg\:phi\:-9\:l {
    margin: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:top\:l {
    margin-top: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:rt\:l {
    margin-right: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:bot\:l {
    margin-bottom: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:lt\:l {
    margin-left: calc(100% / (var(--dp-phi) * 9));
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-marg\:phi\:-9\:xl {
    margin: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:top\:xl {
    margin-top: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:rt\:xl {
    margin-right: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:bot\:xl {
    margin-bottom: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:lt\:xl {
    margin-left: calc(100% / (var(--dp-phi) * 9));
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-marg\:phi\:-9\:sw {
    margin: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:top\:sw {
    margin-top: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:rt\:sw {
    margin-right: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:bot\:sw {
    margin-bottom: calc(100% / (var(--dp-phi) * 9));
  }
  html .wp-block-post-content .dp-marg\:phi\:-9\:lt\:sw {
    margin-left: calc(100% / (var(--dp-phi) * 9));
  }
}
/* Margin Pixels */
@media (min-width:0px) {
  html .wp-block-post-content .dp-marg\:20px {
    margin: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:top {
    margin-top: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:rt {
    margin-right: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:bot {
    margin-bottom: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:lt {
    margin-left: 20px;
  }
}
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-marg\:20px\:xs {
    margin: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:top\:xs {
    margin-top: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:rt\:xs {
    margin-right: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:bot\:xs {
    margin-bottom: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:lt\:xs {
    margin-left: 20px;
  }
}
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .dp-marg\:20px\:s {
    margin: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:top\:s {
    margin-top: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:rt\:s {
    margin-right: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:bot\:s {
    margin-bottom: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:lt\:s {
    margin-left: 20px;
  }
}
@media (min-width:767px) and (max-width:1024px) {
  html .wp-block-post-content .dp-marg\:20px\:m {
    margin: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:top\:m {
    margin-top: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:rt\:m {
    margin-right: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:bot\:m {
    margin-bottom: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:lt\:m {
    margin-left: 20px;
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-marg\:20px\:l {
    margin: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:top\:l {
    margin-top: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:rt\:l {
    margin-right: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:bot\:l {
    margin-bottom: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:lt\:l {
    margin-left: 20px;
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-marg\:20px\:xl {
    margin: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:top\:xl {
    margin-top: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:rt\:xl {
    margin-right: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:bot\:xl {
    margin-bottom: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:lt\:xl {
    margin-left: 20px;
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-marg\:20px\:sw {
    margin: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:top\:sw {
    margin-top: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:rt\:sw {
    margin-right: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:bot\:sw {
    margin-bottom: 20px;
  }
  html .wp-block-post-content .dp-marg\:20px\:lt\:sw {
    margin-left: 20px;
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-marg\:15px {
    margin: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:top {
    margin-top: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:rt {
    margin-right: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:bot {
    margin-bottom: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:lt {
    margin-left: 15px;
  }
}
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-marg\:15px\:xs {
    margin: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:top\:xs {
    margin-top: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:rt\:xs {
    margin-right: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:bot\:xs {
    margin-bottom: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:lt\:xs {
    margin-left: 15px;
  }
}
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .dp-marg\:15px\:s {
    margin: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:top\:s {
    margin-top: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:rt\:s {
    margin-right: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:bot\:s {
    margin-bottom: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:lt\:s {
    margin-left: 15px;
  }
}
@media (min-width:767px) and (max-width:1024px) {
  html .wp-block-post-content .dp-marg\:15px\:m {
    margin: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:top\:m {
    margin-top: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:rt\:m {
    margin-right: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:bot\:m {
    margin-bottom: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:lt\:m {
    margin-left: 15px;
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-marg\:15px\:l {
    margin: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:top\:l {
    margin-top: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:rt\:l {
    margin-right: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:bot\:l {
    margin-bottom: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:lt\:l {
    margin-left: 15px;
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-marg\:15px\:xl {
    margin: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:top\:xl {
    margin-top: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:rt\:xl {
    margin-right: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:bot\:xl {
    margin-bottom: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:lt\:xl {
    margin-left: 15px;
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-marg\:15px\:sw {
    margin: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:top\:sw {
    margin-top: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:rt\:sw {
    margin-right: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:bot\:sw {
    margin-bottom: 15px;
  }
  html .wp-block-post-content .dp-marg\:15px\:lt\:sw {
    margin-left: 15px;
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-marg\:10px {
    margin: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:top {
    margin-top: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:rt {
    margin-right: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:bot {
    margin-bottom: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:lt {
    margin-left: 10px;
  }
}
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-marg\:10px\:xs {
    margin: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:top\:xs {
    margin-top: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:rt\:xs {
    margin-right: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:bot\:xs {
    margin-bottom: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:lt\:xs {
    margin-left: 10px;
  }
}
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .dp-marg\:10px\:s {
    margin: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:top\:s {
    margin-top: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:rt\:s {
    margin-right: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:bot\:s {
    margin-bottom: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:lt\:s {
    margin-left: 10px;
  }
}
@media (min-width:767px) and (max-width:1024px) {
  html .wp-block-post-content .dp-marg\:10px\:m {
    margin: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:top\:m {
    margin-top: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:rt\:m {
    margin-right: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:bot\:m {
    margin-bottom: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:lt\:m {
    margin-left: 10px;
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-marg\:10px\:l {
    margin: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:top\:l {
    margin-top: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:rt\:l {
    margin-right: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:bot\:l {
    margin-bottom: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:lt\:l {
    margin-left: 10px;
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-marg\:10px\:xl {
    margin: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:top\:xl {
    margin-top: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:rt\:xl {
    margin-right: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:bot\:xl {
    margin-bottom: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:lt\:xl {
    margin-left: 10px;
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-marg\:10px\:sw {
    margin: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:top\:sw {
    margin-top: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:rt\:sw {
    margin-right: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:bot\:sw {
    margin-bottom: 10px;
  }
  html .wp-block-post-content .dp-marg\:10px\:lt\:sw {
    margin-left: 10px;
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-marg\:5px {
    margin: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:top {
    margin-top: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:rt {
    margin-right: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:bot {
    margin-bottom: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:lt {
    margin-left: 5px;
  }
}
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-marg\:5px\:xs {
    margin: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:top\:xs {
    margin-top: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:rt\:xs {
    margin-right: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:bot\:xs {
    margin-bottom: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:lt\:xs {
    margin-left: 5px;
  }
}
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .dp-marg\:5px\:s {
    margin: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:top\:s {
    margin-top: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:rt\:s {
    margin-right: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:bot\:s {
    margin-bottom: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:lt\:s {
    margin-left: 5px;
  }
}
@media (min-width:767px) and (max-width:1024px) {
  html .wp-block-post-content .dp-marg\:5px\:m {
    margin: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:top\:m {
    margin-top: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:rt\:m {
    margin-right: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:bot\:m {
    margin-bottom: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:lt\:m {
    margin-left: 5px;
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-marg\:5px\:l {
    margin: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:top\:l {
    margin-top: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:rt\:l {
    margin-right: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:bot\:l {
    margin-bottom: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:lt\:l {
    margin-left: 5px;
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-marg\:5px\:xl {
    margin: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:top\:xl {
    margin-top: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:rt\:xl {
    margin-right: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:bot\:xl {
    margin-bottom: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:lt\:xl {
    margin-left: 5px;
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-marg\:5px\:sw {
    margin: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:top\:sw {
    margin-top: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:rt\:sw {
    margin-right: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:bot\:sw {
    margin-bottom: 5px;
  }
  html .wp-block-post-content .dp-marg\:5px\:lt\:sw {
    margin-left: 5px;
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-marg\:0px {
    margin: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:top {
    margin-top: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:rt {
    margin-right: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:bot {
    margin-bottom: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:lt {
    margin-left: 0px;
  }
}
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-marg\:0px\:xs {
    margin: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:top\:xs {
    margin-top: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:rt\:xs {
    margin-right: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:bot\:xs {
    margin-bottom: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:lt\:xs {
    margin-left: 0px;
  }
}
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .dp-marg\:0px\:s {
    margin: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:top\:s {
    margin-top: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:rt\:s {
    margin-right: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:bot\:s {
    margin-bottom: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:lt\:s {
    margin-left: 0px;
  }
}
@media (min-width:767px) and (max-width:1024px) {
  html .wp-block-post-content .dp-marg\:0px\:m {
    margin: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:top\:m {
    margin-top: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:rt\:m {
    margin-right: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:bot\:m {
    margin-bottom: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:lt\:m {
    margin-left: 0px;
  }
}
@media (min-width:1024px) {
  html .wp-block-post-content .dp-marg\:0px\:l {
    margin: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:top\:l {
    margin-top: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:rt\:l {
    margin-right: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:bot\:l {
    margin-bottom: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:lt\:l {
    margin-left: 0px;
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-marg\:0px\:xl {
    margin: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:top\:xl {
    margin-top: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:rt\:xl {
    margin-right: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:bot\:xl {
    margin-bottom: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:lt\:xl {
    margin-left: 0px;
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-marg\:0px\:sw {
    margin: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:top\:sw {
    margin-top: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:rt\:sw {
    margin-right: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:bot\:sw {
    margin-bottom: 0px;
  }
  html .wp-block-post-content .dp-marg\:0px\:lt\:sw {
    margin-left: 0px;
  }
}
/*

https://ascii.cl/

*/
/* @debug$increment-keys; */
/* Padding Percents */
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:0px) {
  html .wp-block-post-content .dp-gutter {
    margin-right: calc(0px - var(--dp-site-padding));
    margin-left: calc(0px - var(--dp-site-padding));
  }
  html .wp-block-post-content .dp-gutter > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-gutter\:top {
    margin-right: calc(0px - var(--dp-site-padding));
    margin-left: calc(0px - var(--dp-site-padding));
  }
  html .wp-block-post-content .dp-gutter\:top > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-gutter\:rt {
    margin-right: calc(0px - var(--dp-site-padding));
    margin-left: calc(0px - var(--dp-site-padding));
  }
  html .wp-block-post-content .dp-gutter\:rt > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-gutter\:bot {
    margin-right: calc(0px - var(--dp-site-padding));
    margin-left: calc(0px - var(--dp-site-padding));
  }
  html .wp-block-post-content .dp-gutter\:bot > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .dp-gutter\:lt {
    margin-right: calc(0px - var(--dp-site-padding));
    margin-left: calc(0px - var(--dp-site-padding));
  }
  html .wp-block-post-content .dp-gutter\:lt > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-gutter\:xs {
    margin-right: calc(0px - var(--dp-site-padding));
    margin-left: calc(0px - var(--dp-site-padding));
  }
  html .wp-block-post-content .dp-gutter\:xs > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:top\:xs > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:rt\:xs > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:bot\:xs > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:lt\:xs > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .dp-gutter\:s {
    margin-right: calc(0px - var(--dp-site-padding));
    margin-left: calc(0px - var(--dp-site-padding));
  }
  html .wp-block-post-content .dp-gutter\:s > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:top\:s > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:rt\:s > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:bot\:s > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:lt\:s > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:767px) and (max-width:1023px) {
  html .wp-block-post-content .dp-gutter\:m {
    margin-right: calc(0px - var(--dp-site-padding));
    margin-left: calc(0px - var(--dp-site-padding));
  }
  html .wp-block-post-content .dp-gutter\:m > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:top\:m > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:rt\:m > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:bot\:m > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:lt\:m > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:1023px) {
  html .wp-block-post-content .dp-gutter\:l {
    margin-right: calc(0px - var(--dp-site-padding));
    margin-left: calc(0px - var(--dp-site-padding));
  }
  html .wp-block-post-content .dp-gutter\:l > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:top\:l > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:rt\:l > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:bot\:l > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:lt\:l > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:1250px) {
  html .wp-block-post-content .dp-gutter\:xl {
    margin-right: calc(0px - var(--dp-site-padding));
    margin-left: calc(0px - var(--dp-site-padding));
  }
  html .wp-block-post-content .dp-gutter\:xl > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:top\:xl > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:rt\:xl > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:bot\:xl > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:lt\:xl > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:1300px) {
  html .wp-block-post-content .dp-gutter\:sw {
    margin-right: calc(0px - var(--dp-site-padding));
    margin-left: calc(0px - var(--dp-site-padding));
  }
  html .wp-block-post-content .dp-gutter\:sw > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:top\:sw > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:rt\:sw > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:bot\:sw > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
  html .wp-block-post-content .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 .dp-gutter\:lt\:sw > * {
    padding: var(--dp-site-padding) var(--dp-site-padding);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:0px) {
  html .wp-block-post-content .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 .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 .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 .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 .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 .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 .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 .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 .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 .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);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .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 .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 .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 .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 .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 .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 .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 .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 .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 .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);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .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 .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 .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 .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 .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 .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 .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 .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 .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 .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);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:767px) and (max-width:1023px) {
  html .wp-block-post-content .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 .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 .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 .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 .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 .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 .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 .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 .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 .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);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:1023px) {
  html .wp-block-post-content .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 .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 .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 .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 .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 .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 .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 .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 .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 .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);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:1250px) {
  html .wp-block-post-content .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 .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 .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 .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 .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 .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 .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 .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 .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 .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);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:1300px) {
  html .wp-block-post-content .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 .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 .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 .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 .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 .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 .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 .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 .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 .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);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:0px) {
  html .wp-block-post-content .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 .dp-gutter\:50pc > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:top > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:rt > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:bot > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:lt > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .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 .dp-gutter\:50pc\:xs > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:top\:xs > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:rt\:xs > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:bot\:xs > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:lt\:xs > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .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 .dp-gutter\:50pc\:s > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:top\:s > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:rt\:s > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:bot\:s > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:lt\:s > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:767px) and (max-width:1023px) {
  html .wp-block-post-content .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 .dp-gutter\:50pc\:m > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:top\:m > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:rt\:m > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:bot\:m > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:lt\:m > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:1023px) {
  html .wp-block-post-content .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 .dp-gutter\:50pc\:l > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:top\:l > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:rt\:l > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:bot\:l > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:lt\:l > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:1250px) {
  html .wp-block-post-content .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 .dp-gutter\:50pc\:xl > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:top\:xl > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:rt\:xl > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:bot\:xl > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:lt\:xl > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:1300px) {
  html .wp-block-post-content .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 .dp-gutter\:50pc\:sw > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:top\:sw > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:rt\:sw > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:bot\:sw > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
  html .wp-block-post-content .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 .dp-gutter\:50pc\:lt\:sw > * {
    padding: calc(var(--dp-site-padding) / 2) calc(var(--dp-site-padding) / 2);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:0px) {
  html .wp-block-post-content .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 .dp-gutter\:33pc > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:top > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:rt > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:bot > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:lt > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .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 .dp-gutter\:33pc\:xs > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:top\:xs > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:rt\:xs > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:bot\:xs > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:lt\:xs > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .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 .dp-gutter\:33pc\:s > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:top\:s > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:rt\:s > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:bot\:s > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:lt\:s > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:767px) and (max-width:1023px) {
  html .wp-block-post-content .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 .dp-gutter\:33pc\:m > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:top\:m > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:rt\:m > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:bot\:m > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:lt\:m > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:1023px) {
  html .wp-block-post-content .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 .dp-gutter\:33pc\:l > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:top\:l > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:rt\:l > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:bot\:l > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:lt\:l > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:1250px) {
  html .wp-block-post-content .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 .dp-gutter\:33pc\:xl > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:top\:xl > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:rt\:xl > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:bot\:xl > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:lt\:xl > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:1300px) {
  html .wp-block-post-content .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 .dp-gutter\:33pc\:sw > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:top\:sw > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:rt\:sw > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:bot\:sw > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
  html .wp-block-post-content .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 .dp-gutter\:33pc\:lt\:sw > * {
    padding: calc(var(--dp-site-padding) / 3) calc(var(--dp-site-padding) / 3);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:0px) {
  html .wp-block-post-content .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 .dp-gutter\:25pc > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:top > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:rt > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:bot > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:lt > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .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 .dp-gutter\:25pc\:xs > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:top\:xs > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:rt\:xs > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:bot\:xs > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:lt\:xs > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .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 .dp-gutter\:25pc\:s > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:top\:s > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:rt\:s > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:bot\:s > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:lt\:s > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:767px) and (max-width:1023px) {
  html .wp-block-post-content .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 .dp-gutter\:25pc\:m > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:top\:m > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:rt\:m > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:bot\:m > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:lt\:m > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:1023px) {
  html .wp-block-post-content .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 .dp-gutter\:25pc\:l > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:top\:l > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:rt\:l > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:bot\:l > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:lt\:l > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:1250px) {
  html .wp-block-post-content .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 .dp-gutter\:25pc\:xl > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:top\:xl > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:rt\:xl > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:bot\:xl > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:lt\:xl > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
}
/* @debug map-get($screensizes,nth($screensize-keys,$scrncnt+1));*/
/* @if $scrncnt < length($screensize-keys) and nth($screensize-keys,$scrncnt) == '\\3Axl' {
    $mediaquery:"(min-width:7000px)";
 }
 */
@media (min-width:1300px) {
  html .wp-block-post-content .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 .dp-gutter\:25pc\:sw > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:top\:sw > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:rt\:sw > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:bot\:sw > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
  html .wp-block-post-content .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 .dp-gutter\:25pc\:lt\:sw > * {
    padding: calc(var(--dp-site-padding) / 4) calc(var(--dp-site-padding) / 4);
  }
}
/* Padding Pixels */
@media (min-width:0px) {
  html .wp-block-post-content .dp-gutter {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:top {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:rt {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:bot {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:lt {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
}
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-gutter\:xs {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:top\:xs {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:rt\:xs {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:bot\:xs {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .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 .dp-gutter\:s {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:top\:s {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:rt\:s {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:bot\:s {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .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 .dp-gutter\:m {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:top\:m {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:rt\:m {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:bot\:m {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:lt\:m {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
}
@media (min-width:1023px) {
  html .wp-block-post-content .dp-gutter\:l {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:top\:l {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:rt\:l {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:bot\:l {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:lt\:l {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-gutter\:xl {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:top\:xl {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:rt\:xl {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:bot\:xl {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:lt\:xl {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-gutter\:sw {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:top\:sw {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:rt\:sw {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:bot\:sw {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
  html .wp-block-post-content .dp-gutter\:lt\:sw {
    margin-right: calc(0px - );
    margin-left: calc(0px - );
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-gutter\:20px {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:top {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:top > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:rt {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:rt > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:bot {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:bot > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:lt {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:lt > * {
    padding: 20px 20px;
  }
}
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-gutter\:20px\:xs {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:xs > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:top\:xs {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:top\:xs > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:rt\:xs {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:rt\:xs > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:bot\:xs {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:bot\:xs > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:lt\:xs {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:lt\:xs > * {
    padding: 20px 20px;
  }
}
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .dp-gutter\:20px\:s {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:s > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:top\:s {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:top\:s > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:rt\:s {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:rt\:s > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:bot\:s {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:bot\:s > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:lt\:s {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:lt\:s > * {
    padding: 20px 20px;
  }
}
@media (min-width:767px) and (max-width:1023px) {
  html .wp-block-post-content .dp-gutter\:20px\:m {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:m > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:top\:m {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:top\:m > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:rt\:m {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:rt\:m > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:bot\:m {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:bot\:m > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:lt\:m {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:lt\:m > * {
    padding: 20px 20px;
  }
}
@media (min-width:1023px) {
  html .wp-block-post-content .dp-gutter\:20px\:l {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:l > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:top\:l {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:top\:l > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:rt\:l {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:rt\:l > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:bot\:l {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:bot\:l > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:lt\:l {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:lt\:l > * {
    padding: 20px 20px;
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-gutter\:20px\:xl {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:xl > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:top\:xl {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:top\:xl > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:rt\:xl {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:rt\:xl > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:bot\:xl {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:bot\:xl > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:lt\:xl {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:lt\:xl > * {
    padding: 20px 20px;
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-gutter\:20px\:sw {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:sw > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:top\:sw {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:top\:sw > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:rt\:sw {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:rt\:sw > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:bot\:sw {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:bot\:sw > * {
    padding: 20px 20px;
  }
  html .wp-block-post-content .dp-gutter\:20px\:lt\:sw {
    margin-right: calc(0px - 20px);
    margin-left: calc(0px - 20px);
  }
  html .wp-block-post-content .dp-gutter\:20px\:lt\:sw > * {
    padding: 20px 20px;
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-gutter\:15px {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:top {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:top > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:rt {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:rt > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:bot {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:bot > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:lt {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:lt > * {
    padding: 15px 15px;
  }
}
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-gutter\:15px\:xs {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:xs > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:top\:xs {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:top\:xs > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:rt\:xs {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:rt\:xs > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:bot\:xs {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:bot\:xs > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:lt\:xs {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:lt\:xs > * {
    padding: 15px 15px;
  }
}
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .dp-gutter\:15px\:s {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:s > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:top\:s {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:top\:s > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:rt\:s {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:rt\:s > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:bot\:s {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:bot\:s > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:lt\:s {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:lt\:s > * {
    padding: 15px 15px;
  }
}
@media (min-width:767px) and (max-width:1023px) {
  html .wp-block-post-content .dp-gutter\:15px\:m {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:m > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:top\:m {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:top\:m > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:rt\:m {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:rt\:m > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:bot\:m {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:bot\:m > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:lt\:m {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:lt\:m > * {
    padding: 15px 15px;
  }
}
@media (min-width:1023px) {
  html .wp-block-post-content .dp-gutter\:15px\:l {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:l > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:top\:l {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:top\:l > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:rt\:l {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:rt\:l > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:bot\:l {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:bot\:l > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:lt\:l {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:lt\:l > * {
    padding: 15px 15px;
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-gutter\:15px\:xl {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:xl > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:top\:xl {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:top\:xl > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:rt\:xl {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:rt\:xl > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:bot\:xl {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:bot\:xl > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:lt\:xl {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:lt\:xl > * {
    padding: 15px 15px;
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-gutter\:15px\:sw {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:sw > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:top\:sw {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:top\:sw > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:rt\:sw {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:rt\:sw > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:bot\:sw {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:bot\:sw > * {
    padding: 15px 15px;
  }
  html .wp-block-post-content .dp-gutter\:15px\:lt\:sw {
    margin-right: calc(0px - 15px);
    margin-left: calc(0px - 15px);
  }
  html .wp-block-post-content .dp-gutter\:15px\:lt\:sw > * {
    padding: 15px 15px;
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-gutter\:10px {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:top {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:top > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:rt {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:rt > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:bot {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:bot > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:lt {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:lt > * {
    padding: 10px 10px;
  }
}
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-gutter\:10px\:xs {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:xs > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:top\:xs {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:top\:xs > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:rt\:xs {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:rt\:xs > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:bot\:xs {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:bot\:xs > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:lt\:xs {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:lt\:xs > * {
    padding: 10px 10px;
  }
}
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .dp-gutter\:10px\:s {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:s > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:top\:s {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:top\:s > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:rt\:s {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:rt\:s > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:bot\:s {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:bot\:s > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:lt\:s {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:lt\:s > * {
    padding: 10px 10px;
  }
}
@media (min-width:767px) and (max-width:1023px) {
  html .wp-block-post-content .dp-gutter\:10px\:m {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:m > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:top\:m {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:top\:m > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:rt\:m {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:rt\:m > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:bot\:m {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:bot\:m > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:lt\:m {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:lt\:m > * {
    padding: 10px 10px;
  }
}
@media (min-width:1023px) {
  html .wp-block-post-content .dp-gutter\:10px\:l {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:l > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:top\:l {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:top\:l > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:rt\:l {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:rt\:l > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:bot\:l {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:bot\:l > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:lt\:l {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:lt\:l > * {
    padding: 10px 10px;
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-gutter\:10px\:xl {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:xl > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:top\:xl {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:top\:xl > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:rt\:xl {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:rt\:xl > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:bot\:xl {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:bot\:xl > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:lt\:xl {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:lt\:xl > * {
    padding: 10px 10px;
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-gutter\:10px\:sw {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:sw > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:top\:sw {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:top\:sw > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:rt\:sw {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:rt\:sw > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:bot\:sw {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:bot\:sw > * {
    padding: 10px 10px;
  }
  html .wp-block-post-content .dp-gutter\:10px\:lt\:sw {
    margin-right: calc(0px - 10px);
    margin-left: calc(0px - 10px);
  }
  html .wp-block-post-content .dp-gutter\:10px\:lt\:sw > * {
    padding: 10px 10px;
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-gutter\:5px {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:top {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:top > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:rt {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:rt > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:bot {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:bot > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:lt {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:lt > * {
    padding: 5px 5px;
  }
}
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-gutter\:5px\:xs {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:xs > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:top\:xs {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:top\:xs > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:rt\:xs {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:rt\:xs > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:bot\:xs {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:bot\:xs > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:lt\:xs {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:lt\:xs > * {
    padding: 5px 5px;
  }
}
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .dp-gutter\:5px\:s {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:s > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:top\:s {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:top\:s > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:rt\:s {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:rt\:s > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:bot\:s {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:bot\:s > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:lt\:s {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:lt\:s > * {
    padding: 5px 5px;
  }
}
@media (min-width:767px) and (max-width:1023px) {
  html .wp-block-post-content .dp-gutter\:5px\:m {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:m > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:top\:m {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:top\:m > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:rt\:m {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:rt\:m > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:bot\:m {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:bot\:m > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:lt\:m {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:lt\:m > * {
    padding: 5px 5px;
  }
}
@media (min-width:1023px) {
  html .wp-block-post-content .dp-gutter\:5px\:l {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:l > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:top\:l {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:top\:l > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:rt\:l {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:rt\:l > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:bot\:l {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:bot\:l > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:lt\:l {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:lt\:l > * {
    padding: 5px 5px;
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-gutter\:5px\:xl {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:xl > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:top\:xl {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:top\:xl > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:rt\:xl {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:rt\:xl > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:bot\:xl {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:bot\:xl > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:lt\:xl {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:lt\:xl > * {
    padding: 5px 5px;
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-gutter\:5px\:sw {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:sw > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:top\:sw {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:top\:sw > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:rt\:sw {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:rt\:sw > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:bot\:sw {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:bot\:sw > * {
    padding: 5px 5px;
  }
  html .wp-block-post-content .dp-gutter\:5px\:lt\:sw {
    margin-right: calc(0px - 5px);
    margin-left: calc(0px - 5px);
  }
  html .wp-block-post-content .dp-gutter\:5px\:lt\:sw > * {
    padding: 5px 5px;
  }
}
@media (min-width:0px) {
  html .wp-block-post-content .dp-gutter\:0px {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:top {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:top > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:rt {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:rt > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:bot {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:bot > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:lt {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:lt > * {
    padding: 0px 0px;
  }
}
@media (min-width:0px) and (max-width:501px) {
  html .wp-block-post-content .dp-gutter\:0px\:xs {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:xs > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:top\:xs {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:top\:xs > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:rt\:xs {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:rt\:xs > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:bot\:xs {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:bot\:xs > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:lt\:xs {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:lt\:xs > * {
    padding: 0px 0px;
  }
}
@media (min-width:501px) and (max-width:767px) {
  html .wp-block-post-content .dp-gutter\:0px\:s {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:s > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:top\:s {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:top\:s > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:rt\:s {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:rt\:s > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:bot\:s {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:bot\:s > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:lt\:s {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:lt\:s > * {
    padding: 0px 0px;
  }
}
@media (min-width:767px) and (max-width:1023px) {
  html .wp-block-post-content .dp-gutter\:0px\:m {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:m > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:top\:m {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:top\:m > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:rt\:m {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:rt\:m > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:bot\:m {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:bot\:m > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:lt\:m {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:lt\:m > * {
    padding: 0px 0px;
  }
}
@media (min-width:1023px) {
  html .wp-block-post-content .dp-gutter\:0px\:l {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:l > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:top\:l {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:top\:l > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:rt\:l {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:rt\:l > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:bot\:l {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:bot\:l > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:lt\:l {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:lt\:l > * {
    padding: 0px 0px;
  }
}
@media (min-width:1250px) {
  html .wp-block-post-content .dp-gutter\:0px\:xl {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:xl > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:top\:xl {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:top\:xl > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:rt\:xl {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:rt\:xl > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:bot\:xl {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:bot\:xl > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:lt\:xl {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:lt\:xl > * {
    padding: 0px 0px;
  }
}
@media (min-width:1300px) {
  html .wp-block-post-content .dp-gutter\:0px\:sw {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:sw > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:top\:sw {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:top\:sw > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:rt\:sw {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:rt\:sw > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:bot\:sw {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:bot\:sw > * {
    padding: 0px 0px;
  }
  html .wp-block-post-content .dp-gutter\:0px\:lt\:sw {
    margin-right: calc(0px - 0px);
    margin-left: calc(0px - 0px);
  }
  html .wp-block-post-content .dp-gutter\:0px\:lt\:sw > * {
    padding: 0px 0px;
  }
}
html .wp-block-post-content div, html .wp-block-post-content section, html .wp-block-post-content aside, html .wp-block-post-content article, html .wp-block-post-content 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 div > p:last-child, html .wp-block-post-content section > p:last-child, html .wp-block-post-content aside > p:last-child, html .wp-block-post-content article > p:last-child, html .wp-block-post-content img > p:last-child {
  margin-bottom: 0;
}
html .wp-block-post-content div > p:first-child, html .wp-block-post-content section > p:first-child, html .wp-block-post-content aside > p:first-child, html .wp-block-post-content article > p:first-child, html .wp-block-post-content img > p:first-child {
  margin-top: 0;
}
html .wp-block-post-content div, html .wp-block-post-content section, html .wp-block-post-content aside, html .wp-block-post-content article {
  overflow: var(--dp-default-overflow);
}
html .wp-block-post-content ul, html .wp-block-post-content li, html .wp-block-post-content 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 ul > p:last-child, html .wp-block-post-content li > p:last-child, html .wp-block-post-content span > p:last-child {
  margin-bottom: 0;
}
html .wp-block-post-content ul > p:first-child, html .wp-block-post-content li > p:first-child, html .wp-block-post-content span > p:first-child {
  margin-top: 0;
}
 /* --- Theme ---  *//* ---- default-spacing.css---- *//* ---- expando-ad-rnc.css---- *//* ---- header-trump.css---- *//* ---- mantle-mobile.css---- *//* ---- module-edits.css---- *//* ---- modules.css---- *//* ---- overrides.css---- *//* ---- poll.php---- *//* ---- stranded-in-gaza.css---- *//* ---- tout.css---- */{}html.wp-toolbar body{
	        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	    }