@font-face{font-family:icon;src:url(../rw_common/plugins/stacks/quick-edit/icons.woff);font-weight:400;font-style:normal}
/* 1.4.1.15
- has new error catch for servers that send text responses instead of 404 errors when reading/checking for content.json file
- fix for above change, if one file finsihed before the other, it would think there was no content to load.
- added table, ol, and ul editable detection
- added fix for affero theme (slogan issue)
- added support for editing iframe attributes
- New experimental option, enabling the ability to edit hidden content (content not visible on page load)
- New experimental option that allows you to disable the ability to edit certain elements by type or class
- error catch for background image mount function, when parentNode is null
- fixed a resizing image bug that was making it difficult to find and use the resize handles
- no longer targets the "btn" class for editing, caused conflicts for hidden button elements of other 3rd-party addons
- editing the html now supports empty elements, which will allow embed codes to work
- update php file will only allow json files to be created/read for increased security
- added compatabilty for Article 2
- fixes issue that could prevent the loading class from being applied, causing content to be invisible
- improvments to video display and resizability 
*/
.qe-login-wrap {
  width: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(243, 243, 243, 1.00);
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 4px;
}
.qe-login-wrap .admin-login {
  display: block;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}
.qea-notification {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  position: fixed;
  top: 20px;
  right: 20px;
  color: hsl(0, 0%, 20%);
  background: hsl(0, 0%, 100%);
  border-radius: 4px;
  -webkit-box-shadow: 0 8px 8px rgba(0,0,0,.35);
  box-shadow: 0 8px 8px rgba(0,0,0,.35);
  border-left: 0.5rem solid hsl(0, 0%, 100%);
  transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
  transition: all 500ms ease;
  padding: 15px 20px;
  z-index: 99999;
  width: 100%;
  max-width: 500px;
    max-height: 90vh;
    overflow: scroll;
}
.qea-notification > h1 {
    font-size: 20px;
    line-height: 22px;
    margin: 0px 0px 12px 0px;
    color: #333;
    font-family: helvetica;
    font-weight: bold;
    letter-spacing: 0px;
    width: 100%;
}
.qea-notification > p {
    font-size: 14px;
    line-height: 22px;
    margin: 0px 0px 12px 0px;
    color: #555;
    font-family: helvetica;
    font-weight: normal;
    width: 100%;
    padding-right: 15px;
}
.qea-notification .qea-notification-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  color: inherit;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.qea-notification .qea-notification-close svg {
  display: block;
  width: 100%;
  height: 100%;
  color: #777;
}
.qea-notification.qea-message, .qea-notification.qea-success, .qea-notification.qea-error  {
  transform: translateX(0%);
  opacity: 1;
  pointer-events: all;
}
.qea-success {
  border-left-color: #90dee9;
}
.qea-message {
  border-left-color: #E9B654;
}
.qea-error {
  border-left-color: hsl(0, 67%, 74%);
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
.ct-widget .ct-image-dialog__image {
    position: relative;
}
.ct-widget .ct-image-dialog__view:not(.qea-cannot-load-images) .ct-image-dialog__image:first-child:after {
    content: "Remove Image";
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    padding: 13px 0px;
    position: absolute;
    color: #999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 0px 0px 0px 1px #fff;
    border-radius: 2px;
}
.ct-widget .ct-attribute {
  height: 33px;
  border-bottom: 1px solid rgba(0,0,0,0.15);
}
.ct-widget input.ct-attribute__name {
  font-weight: bold;
}
.ct-widget input.ct-section__input,
.ct-widget input.ct-attribute__name,
.ct-widget input.ct-attribute__value {
  height: 32px;
  margin: 0;
  background: transparent;
}
.ct-widget .ct-control--styles:before {
  content: "\e90c";
}
.ct-widget .ct-section {
  height: 32px;
}
.ct-widget .ct-section__switch {
  margin-top: 4px;
}
.ct-widget .ct-section__label {
  line-height: 32px;
}
.qea-notification.qea-message *, .qea-notification.qea-success *, .qea-notification.qea-error * {
  padding: 0;
  text-align: left;
  color: #333;
  font-size: 14px;
  line-height: 18px;
}
.qea-notification.qea-message *:after, .qea-notification.qea-success *:after, .qea-notification.qea-error *:after {
  display: none;
}
.ct-widget.ct-toolbox {
  padding: 0px
}
.ct-widget .ct-toolbox__grip {
  display: grid;
  grid-template-columns: min-content min-content min-content;
  align-items: center;
  justify-content: center;
  padding: 12px 0px;
} 
.ct-widget .ct-tool-group {
  padding: 4px 8px;
  border-top: 1px solid rgba(0,0,0,0.15);
}
.ct-widget .ct-tool--insert:before {
  content: "\ea0a";
}
.ct-widget .ct-tool .qea-insert-icon {
  position: absolute;
  bottom: 2px;
  right: 2px;
  color: #464646;
  text-align: center;
  font-family: icon;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  speak: none;
  text-transform: none;
  line-height: 10px;
  background: #e8e8e8;
  color: #464646;
  box-sizing: content-box;
  padding: 1px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  
}
.ct-widget .ct-tool--disabled .qea-insert-icon  {
  color: rgba(70,70,70,.33);
}
.ct-widget .ct-tool .qea-insert-icon:before {
  content: "\ea0a";
}
.ct-widget .ct-tool.qea-is-insert:before {
  font-size: 14px;
}
.ct-widget .ct-tool--redo + .ct-tool .qea-insert-icon {
  padding: 2px;
}
.ct-widget .ct-tool--redo + .ct-tool .qea-insert-icon:before {
  content: "\ea2d";
  font-size: 11px;
}
.ct-widget .ct-tool--redo + .ct-tool.qea-is-insert:after {
  content: "Change Image"
}
.ce-element--type-image.ce-element--over,
.ce-element--type-image.ce-element--focused {
  filter: none;
  opacity: 1;
}
.ce-element--type-image.ce-element--over > img,
.ce-element--type-image.ce-element--focused > img {
  opacity: 0.7;
}
.ct-widget .ct-image-dialog__file-upload {
  cursor: pointer;
  font-size: 18px;
  line-height: 32px;
  margin: 0;
}
/* Floating Inspector */

.ct-widget .ct-inspector__tags {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.ct-widget .ct-tag {
  margin-left: 0px;
  margin-right: 16px;
}
.ct-widget .ct-tag:last-child,
.ct-widget .ct-tag:last-child:first-child {
  margin-right: 0px;
}
.ct-widget .ct-tag:before {
  content: "\e90c";
  font-family: icon;
  margin-right: 4px;
  vertical-align: bottom;
}
.ct-widget .ct-tag.qea-inline-element:active,
.ct-widget .ct-tag.qea-inline-element {
  background: #444;
  margin-left: 0px;
  margin-right: 2px;
}
.ct-widget .ct-tag.qea-inline-element:hover {
  background: #333;
}
.ct-widget .ct-tag.qea-inline-element,
.ct-widget .ct-tag:last-child {
  border-radius: 2px;
}
.ct-widget .ct-tag.qea-inline-element:after,
.ct-widget .ct-tag:last-child:after {
  display: none;
}
.ct-widget .ct-tag {
  font-size: 15px;
  font-weight: 400;
}
.ct-widget .ct-tag.qea-heading {
  font-weight: bold;
}
.ct-widget .ct-tag:before {
   display: none;
}
.ct-widget .ct-tool--paragraph:before {
  font-family: helveticaNeue, helvetica, arial;
}
.ct-widget .ct-tag.qea-styled:after, 
.ct-widget .ct-tag.qea-underlined:after, 
.ct-widget .ct-tag.qea-bold:after, 
.ct-widget .ct-tag.qea-italic:after, 
.ct-widget .ct-tag.qea-link:after,
.ct-widget .ct-tag.qea-img:after{
  all: initial;
  pointer-events: none;
  color: #fff;
  content: "\ea62";
  font-family: icon;
  vertical-align: bottom;
  line-height: 24px;
  font-size: 14px;
}
.ct-widget .ct-tag.qea-italic:after {
  content: "\ea64";
}
.ct-widget .ct-tag.qea-link:after {
  content: "\e9cb";
}
.ct-widget .ct-tag.qea-img:after {
  content: "\e90d";
  font-size: 16px;
}
.ct-widget .ct-tag.qea-underlined:after,
.ct-widget .ct-tool--underline:before {
  content: "\ea63";
}
.ct-widget .ct-tag.qea-styled:after,
.ct-widget .ct-tool--styled:before {
  content: "\e90c";
}
.ce-element--type-video {
  height: auto !important;
  aspect-ratio: 16/9;
  background-size: 128px 96px;
  background-color: #000;
}
img.text-left,
.ce-element--type-image.text-left,
.ce-element--type-video.text-left,
iframe.text-left {
  margin-left: 0;
  margin-right: auto;
}
img.text-center,
.ce-element--type-image.text-center,
.ce-element--type-video.text-center,
iframe.text-center {
  margin-left: auto;
  margin-right: auto;
}
img.text-right,
.ce-element--type-image.text-right,
.ce-element--type-video.text-right,
iframe.text-right {
  margin-right: 0;
  margin-left: auto;
}
.ce-element--type-image:after {
  position: absolute;
  display: none;
}
.ce-element--type-image.ce-element--focused:after {
  display: block;
  border: 1px solid #333;
  padding: 0;
}
.ce-element--type-image.ce-element--focused > div {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 9px;
  height: 9px;
  background: #fff;
  border: 1px solid #333;
  z-index: 3;
  
}
.ce-element--type-image.ce-element--focused > div:nth-child(2),
.ce-element--type-image.ce-element--focused > div:nth-child(3){
  left: auto;
  right: -6px;
}
.ce-element--type-image.ce-element--focused > div:nth-child(3) {
  top: auto;
  bottom: -6px;
}
.ce-element--type-image.ce-element--focused > div:nth-child(4) {
  top: auto;
  bottom: -6px;
}
.ct-widget .ct-tool.ct-tool--disabled {
  cursor: default;
}
i {
  font-style: normal;
}

.qe-login-wrap .hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.qe-login-wrap .icons {
  display: none;
}
.qe-login-wrap .icon {
  display: inline-block;
  fill: #aaa;
  font-size: 20px;
  height: 24px;
  vertical-align: middle;
  width: 24px;
}
.qe-login-wrap * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}
.qe-login-wrap input {
  background-image: none;
  border: 0;
  color: inherit;
  font: inherit;
  height: auto;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.qe-login-wrap input[type='submit'] {
  cursor: pointer;
}
.qe-login-wrap .admin-login input[type='password'],
.qe-login-wrap .admin-login input[type='text'],
.qe-login-wrap .admin-login input[type='submit'] {
  width: 100%;
}
.qe-login-wrap .form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 14px;
}
.qe-login-wrap .form__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.qe-login-wrap .form__input::-webkit-input-placeholder {
  color: #aaa;
}
.qe-login-wrap .form__input:-ms-input-placeholder {
  color: #aaa;
}
.qe-login-wrap .form__input::placeholder {
  color: #aaa;
}
.qe-login-wrap .admin-login label,
.qe-login-wrap .admin-login input[type='text'],
.qe-login-wrap .admin-login input[type='password'],
.qe-login-wrap .admin-login input[type='submit'] {
  border-radius: 4px;
  padding: 15px;
}
.qe-login-wrap .admin-login label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e9e9e9;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
}
.qe-login-wrap .admin-login input[type='password'],
.qe-login-wrap .admin-login input[type='text'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
  background-color: #f3f3f3;
  color: #333;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.qe-login-wrap .admin-login input[type='password']:focus,
.qe-login-wrap .admin-login input[type='password']:hover,
.qe-login-wrap .admin-login input[type='text']:focus,
.qe-login-wrap .admin-login input[type='text']:hover {
  background-color: #fff;
}
.qe-login-wrap .admin-login input[type='submit'] {
  background-color:  rgba(50, 111, 192, 1.00);
  color: #fff;
  font-weight: 700;
}
.qe-login-wrap .admin-login input[type='submit']:focus,
.qe-login-wrap .admin-login input[type='submit']:hover {
  background-color:  rgba(50, 111, 192, 1.00);
  opacity: .9;
}
.qea-editing.qe-admin a,
.qea-editing .qe-admin a {
  pointer-events: none;
}

html body div .fine-print {
  
  
  font-size: 12px; line-height: 16px;
}
.element_stacks_in_305[data-deluxe-el][data-deluxe-text] {
  
  text-align: center;
  
  
}


.spacerStack {
	height: 20.00px;
}

#spacerStackstacks_in_307 {
	height: 20.00px;
}




























@media print {
	#spacerStackstacks_in_307 {
		display: none !important;
	}
}
.element_stacks_in_273[data-deluxe-el][data-deluxe-text] {
  
  text-align: center;
  
  
}


.cutOutstacks_in_70 img {
	border-radius: 50%;
	max-width: 220px;
	height: auto;
	
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	
	display: block;
	margin-bottom: 10px;
}

@media screen and (min-width: 568px) {
	.cutOutstacks_in_70 img {
		left: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		max-width: 220px;
	  float: left;
		
	  shape-outside: circle();
		
		
		
	  margin: 0px 40px 10px 0px;
	}

	.cutOutContentstacks_in_70 {
	  padding: 0px 0px 0px 0px;
		
	}
}


.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_65 {
	height: 40.00px;
}




























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



@media all and (min-width: 901px) {
  #multi_columns_stacks_in_247 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_247 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_247 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_247 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 900px) and (min-width: 501px) {
  #multi_columns_stacks_in_247 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_247 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_247 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_247 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_247 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_247 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_247 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_247 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 900px) {
  #multi_columns_stacks_in_247 {
    grid-template-columns: repeat(1, 1fr);
    
  }
  #multi_columns_stacks_in_247 + .deluxe-columns {
    
  }
  #multi_columns_stacks_in_247 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_247 > div > * {position: relative;}
  #multi_columns_stacks_in_247 > div > * > * {transform: translate(0,0);}
  
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_247 {
    grid-template-columns: repeat(1, 1fr);
  }
  #multi_columns_stacks_in_247 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_247 > div > * {position: relative;}
  #multi_columns_stacks_in_247 > div > * > * {transform: translate(0,0);}
  
}

/*  */
#card-stacks_in_164 .card-inner:hover::before {
  opacity: 0.8; }

#card-stacks_in_164 .card-inner:hover .card-more {
  color: rgba(0, 0, 0, 0.50);
  background: rgba(255, 255, 255, 1.00); }

#card-stacks_in_164 .card-inner.shift:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px); }

/*  */
.com_weavium_stacks_Image_Card_stack, #stacks_out_164 {
  overflow: visible !important; }

#card-stacks_in_164 {
  /*  */
  width: 100%;
  /*  */
  padding: 30px 20px;
  box-sizing: border-box; }
  #card-stacks_in_164.card-left {
    margin-right: auto; }
  #card-stacks_in_164.card-right {
    margin-left: auto; }
  #card-stacks_in_164.card-center {
    margin: 0 auto; }
  #card-stacks_in_164 * {
    box-sizing: border-box;
    transition: all 0.3s ease-out; }
  #card-stacks_in_164 a:first-of-type {
    text-decoration: none; }
  #card-stacks_in_164 .card-inner {
    /*  */
    font-family: "Roboto";
    /*  */
    /*  */
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.50);
    /*  */
    color: rgba(255, 255, 255, 1.00);
    padding: 30px 25px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /*  */
    background: url(https://www.club-steiermark.at/resources/Club-Steiermark-Benefiz-Tennis-Graz-190725-04.webp);
    /*  */
    background-color: rgba(255, 255, 255, 1.00);
    background-size: cover;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #card-stacks_in_164 .card-inner::before {
      /*  */
      background: linear-gradient(to bottom right, #00852E, #FFFFFF);
      /*  */
      content: '';
      top: 50%;
      left: 50%;
      width: 105%;
      height: 105%;
      display: block;
      position: absolute;
      opacity: 0.46;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    #card-stacks_in_164 .card-inner .card-caption {
      /*  */
      margin: 0;
      z-index: 2;
      font-weight: bold;
      position: relative; }
      #card-stacks_in_164 .card-inner .card-caption.hide {
        display: none; }
    #card-stacks_in_164 .card-inner .card-more {
      z-index: 2;
      margin-top: auto;
      width: 35px;
      height: 35px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: inherit;
      position: relative;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-item-align: end;
          align-self: flex-end;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: 3px solid rgba(255, 255, 255, 1.00);
      border-radius: 35px;
      transition: all 0.1s ease-out; }
      #card-stacks_in_164 .card-inner .card-more.hide {
        display: none; }
      #card-stacks_in_164 .card-inner .card-more i {
        font-size: 20px; }

@media (min-width: 767px) {
  #card-stacks_in_164 .card-inner {
    height: 250px; }
    #card-stacks_in_164 .card-inner .card-caption {
      font-size: 24px;
      line-height: 34px; } }

@media (min-width: 468px) and (max-width: 767px) {
  #card-stacks_in_164 .card-inner {
    height: 250px; }
    #card-stacks_in_164 .card-inner .card-caption {
      font-size: 24px;
      line-height: 34px; } }

@media (min-width: 0px) and (max-width: 468px) {
  #card-stacks_in_164 .card-inner {
    height: 250px; }
    #card-stacks_in_164 .card-inner .card-caption {
      font-size: 24px;
      line-height: 34px; } }
/*  */
#card-stacks_in_170 .card-inner:hover::before {
  opacity: 0.8; }

#card-stacks_in_170 .card-inner:hover .card-more {
  color: rgba(0, 0, 0, 0.50);
  background: rgba(255, 255, 255, 1.00); }

#card-stacks_in_170 .card-inner.shift:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px); }

/*  */
.com_weavium_stacks_Image_Card_stack, #stacks_out_170 {
  overflow: visible !important; }

#card-stacks_in_170 {
  /*  */
  width: 100%;
  /*  */
  padding: 30px 20px;
  box-sizing: border-box; }
  #card-stacks_in_170.card-left {
    margin-right: auto; }
  #card-stacks_in_170.card-right {
    margin-left: auto; }
  #card-stacks_in_170.card-center {
    margin: 0 auto; }
  #card-stacks_in_170 * {
    box-sizing: border-box;
    transition: all 0.3s ease-out; }
  #card-stacks_in_170 a:first-of-type {
    text-decoration: none; }
  #card-stacks_in_170 .card-inner {
    /*  */
    font-family: "Roboto";
    /*  */
    /*  */
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.50);
    /*  */
    color: rgba(255, 255, 255, 1.00);
    padding: 30px 25px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /*  */
    background: url(../files/card_image-170.jpg);
    /*  */
    background-color: rgba(255, 255, 255, 1.00);
    background-size: cover;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #card-stacks_in_170 .card-inner::before {
      /*  */
      background: linear-gradient(to bottom right, #00852E, #FFFFFF);
      /*  */
      content: '';
      top: 50%;
      left: 50%;
      width: 105%;
      height: 105%;
      display: block;
      position: absolute;
      opacity: 0.46;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    #card-stacks_in_170 .card-inner .card-caption {
      /*  */
      margin: 0;
      z-index: 2;
      font-weight: bold;
      position: relative; }
      #card-stacks_in_170 .card-inner .card-caption.hide {
        display: none; }
    #card-stacks_in_170 .card-inner .card-more {
      z-index: 2;
      margin-top: auto;
      width: 35px;
      height: 35px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: inherit;
      position: relative;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-item-align: end;
          align-self: flex-end;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: 3px solid rgba(255, 255, 255, 1.00);
      border-radius: 35px;
      transition: all 0.1s ease-out; }
      #card-stacks_in_170 .card-inner .card-more.hide {
        display: none; }
      #card-stacks_in_170 .card-inner .card-more i {
        font-size: 20px; }

@media (min-width: 767px) {
  #card-stacks_in_170 .card-inner {
    height: 250px; }
    #card-stacks_in_170 .card-inner .card-caption {
      font-size: 24px;
      line-height: 34px; } }

@media (min-width: 468px) and (max-width: 767px) {
  #card-stacks_in_170 .card-inner {
    height: 250px; }
    #card-stacks_in_170 .card-inner .card-caption {
      font-size: 24px;
      line-height: 34px; } }

@media (min-width: 0px) and (max-width: 468px) {
  #card-stacks_in_170 .card-inner {
    height: 250px; }
    #card-stacks_in_170 .card-inner .card-caption {
      font-size: 24px;
      line-height: 34px; } }
/*  */
#card-stacks_in_172 .card-inner:hover::before {
  opacity: 0.8; }

#card-stacks_in_172 .card-inner:hover .card-more {
  color: rgba(0, 0, 0, 0.50);
  background: rgba(255, 255, 255, 1.00); }

#card-stacks_in_172 .card-inner.shift:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px); }

/*  */
.com_weavium_stacks_Image_Card_stack, #stacks_out_172 {
  overflow: visible !important; }

#card-stacks_in_172 {
  /*  */
  width: 100%;
  /*  */
  padding: 30px 20px;
  box-sizing: border-box; }
  #card-stacks_in_172.card-left {
    margin-right: auto; }
  #card-stacks_in_172.card-right {
    margin-left: auto; }
  #card-stacks_in_172.card-center {
    margin: 0 auto; }
  #card-stacks_in_172 * {
    box-sizing: border-box;
    transition: all 0.3s ease-out; }
  #card-stacks_in_172 a:first-of-type {
    text-decoration: none; }
  #card-stacks_in_172 .card-inner {
    /*  */
    font-family: "Roboto";
    /*  */
    /*  */
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.50);
    /*  */
    color: rgba(255, 255, 255, 1.00);
    padding: 30px 25px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /*  */
    background: url(../files/card_image-172.jpg);
    /*  */
    background-color: rgba(255, 255, 255, 1.00);
    background-size: cover;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #card-stacks_in_172 .card-inner::before {
      /*  */
      background: linear-gradient(to bottom right, #00852E, #FFFFFF);
      /*  */
      content: '';
      top: 50%;
      left: 50%;
      width: 105%;
      height: 105%;
      display: block;
      position: absolute;
      opacity: 0.46;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    #card-stacks_in_172 .card-inner .card-caption {
      /*  */
      margin: 0;
      z-index: 2;
      font-weight: bold;
      position: relative; }
      #card-stacks_in_172 .card-inner .card-caption.hide {
        display: none; }
    #card-stacks_in_172 .card-inner .card-more {
      z-index: 2;
      margin-top: auto;
      width: 35px;
      height: 35px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: inherit;
      position: relative;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-item-align: end;
          align-self: flex-end;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: 3px solid rgba(255, 255, 255, 1.00);
      border-radius: 35px;
      transition: all 0.1s ease-out; }
      #card-stacks_in_172 .card-inner .card-more.hide {
        display: none; }
      #card-stacks_in_172 .card-inner .card-more i {
        font-size: 20px; }

@media (min-width: 767px) {
  #card-stacks_in_172 .card-inner {
    height: 250px; }
    #card-stacks_in_172 .card-inner .card-caption {
      font-size: 24px;
      line-height: 34px; } }

@media (min-width: 468px) and (max-width: 767px) {
  #card-stacks_in_172 .card-inner {
    height: 250px; }
    #card-stacks_in_172 .card-inner .card-caption {
      font-size: 24px;
      line-height: 34px; } }

@media (min-width: 0px) and (max-width: 468px) {
  #card-stacks_in_172 .card-inner {
    height: 250px; }
    #card-stacks_in_172 .card-inner .card-caption {
      font-size: 24px;
      line-height: 34px; } }
:root {
  --multi_columns_stacks_in_260:1fr 1fr 1fr;
}
#multi_columns_stacks_in_260 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_260);
  grid-gap: 16px;
  
  align-items: center;
  
  
  
  
}
#multi_columns_stacks_in_260 > div {
  min-width: 0;
}
#multi_columns_stacks_in_260 + .deluxe-columns {
  margin-top: 16px;
}
#multi_columns_stacks_in_260 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_260 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



@media all and (min-width: 901px) {
  #multi_columns_stacks_in_260 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_260 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_260 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_260 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 900px) and (min-width: 501px) {
  #multi_columns_stacks_in_260 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_260 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_260 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_260 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_260 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_260 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_260 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_260 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 900px) {
  #multi_columns_stacks_in_260 {
    grid-template-columns: repeat(1, 1fr);
    
  }
  #multi_columns_stacks_in_260 + .deluxe-columns {
    
  }
  #multi_columns_stacks_in_260 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_260 > div > * {position: relative;}
  #multi_columns_stacks_in_260 > div > * > * {transform: translate(0,0);}
  
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_260 {
    grid-template-columns: repeat(1, 1fr);
  }
  #multi_columns_stacks_in_260 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_260 > div > * {position: relative;}
  #multi_columns_stacks_in_260 > div > * > * {transform: translate(0,0);}
  
}

/*  */
#card-stacks_in_181 .card-inner:hover::before {
  opacity: 0.8; }

#card-stacks_in_181 .card-inner:hover .card-more {
  color: rgba(0, 0, 0, 0.50);
  background: rgba(255, 255, 255, 1.00); }

#card-stacks_in_181 .card-inner.shift:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px); }

/*  */
.com_weavium_stacks_Image_Card_stack, #stacks_out_181 {
  overflow: visible !important; }

#card-stacks_in_181 {
  /*  */
  width: 100%;
  /*  */
  padding: 30px 20px;
  box-sizing: border-box; }
  #card-stacks_in_181.card-left {
    margin-right: auto; }
  #card-stacks_in_181.card-right {
    margin-left: auto; }
  #card-stacks_in_181.card-center {
    margin: 0 auto; }
  #card-stacks_in_181 * {
    box-sizing: border-box;
    transition: all 0.3s ease-out; }
  #card-stacks_in_181 a:first-of-type {
    text-decoration: none; }
  #card-stacks_in_181 .card-inner {
    /*  */
    font-family: "Roboto";
    /*  */
    /*  */
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.50);
    /*  */
    color: rgba(255, 255, 255, 1.00);
    padding: 30px 25px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /*  */
    background: url(../files/card_image-181.jpg);
    /*  */
    background-color: rgba(255, 255, 255, 1.00);
    background-size: cover;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #card-stacks_in_181 .card-inner::before {
      /*  */
      background: linear-gradient(to bottom right, #00852E, #FFFFFF);
      /*  */
      content: '';
      top: 50%;
      left: 50%;
      width: 105%;
      height: 105%;
      display: block;
      position: absolute;
      opacity: 0.46;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    #card-stacks_in_181 .card-inner .card-caption {
      /*  */
      margin: 0;
      z-index: 2;
      font-weight: bold;
      position: relative; }
      #card-stacks_in_181 .card-inner .card-caption.hide {
        display: none; }
    #card-stacks_in_181 .card-inner .card-more {
      z-index: 2;
      margin-top: auto;
      width: 35px;
      height: 35px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: inherit;
      position: relative;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-item-align: end;
          align-self: flex-end;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: 3px solid rgba(255, 255, 255, 1.00);
      border-radius: 35px;
      transition: all 0.1s ease-out; }
      #card-stacks_in_181 .card-inner .card-more.hide {
        display: none; }
      #card-stacks_in_181 .card-inner .card-more i {
        font-size: 20px; }

@media (min-width: 767px) {
  #card-stacks_in_181 .card-inner {
    height: 250px; }
    #card-stacks_in_181 .card-inner .card-caption {
      font-size: 24px;
      line-height: 34px; } }

@media (min-width: 468px) and (max-width: 767px) {
  #card-stacks_in_181 .card-inner {
    height: 250px; }
    #card-stacks_in_181 .card-inner .card-caption {
      font-size: 24px;
      line-height: 34px; } }

@media (min-width: 0px) and (max-width: 468px) {
  #card-stacks_in_181 .card-inner {
    height: 250px; }
    #card-stacks_in_181 .card-inner .card-caption {
      font-size: 24px;
      line-height: 34px; } }
/*  */
#card-stacks_in_178 .card-inner:hover::before {
  opacity: 0.8; }

#card-stacks_in_178 .card-inner:hover .card-more {
  color: rgba(0, 0, 0, 0.50);
  background: rgba(255, 255, 255, 1.00); }

#card-stacks_in_178 .card-inner.shift:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px); }

/*  */
.com_weavium_stacks_Image_Card_stack, #stacks_out_178 {
  overflow: visible !important; }

#card-stacks_in_178 {
  /*  */
  width: 100%;
  /*  */
  padding: 30px 20px;
  box-sizing: border-box; }
  #card-stacks_in_178.card-left {
    margin-right: auto; }
  #card-stacks_in_178.card-right {
    margin-left: auto; }
  #card-stacks_in_178.card-center {
    margin: 0 auto; }
  #card-stacks_in_178 * {
    box-sizing: border-box;
    transition: all 0.3s ease-out; }
  #card-stacks_in_178 a:first-of-type {
    text-decoration: none; }
  #card-stacks_in_178 .card-inner {
    /*  */
    font-family: "Roboto";
    /*  */
    /*  */
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.50);
    /*  */
    color: rgba(255, 255, 255, 1.00);
    padding: 30px 25px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /*  */
    background: url(../files/card_image-178.jpg);
    /*  */
    background-color: rgba(255, 255, 255, 1.00);
    background-size: cover;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #card-stacks_in_178 .card-inner::before {
      /*  */
      background: linear-gradient(to bottom right, #00852E, #FFFFFF);
      /*  */
      content: '';
      top: 50%;
      left: 50%;
      width: 105%;
      height: 105%;
      display: block;
      position: absolute;
      opacity: 0.46;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    #card-stacks_in_178 .card-inner .card-caption {
      /*  */
      margin: 0;
      z-index: 2;
      font-weight: bold;
      position: relative; }
      #card-stacks_in_178 .card-inner .card-caption.hide {
        display: none; }
    #card-stacks_in_178 .card-inner .card-more {
      z-index: 2;
      margin-top: auto;
      width: 35px;
      height: 35px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: inherit;
      position: relative;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-item-align: end;
          align-self: flex-end;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: 3px solid rgba(255, 255, 255, 1.00);
      border-radius: 35px;
      transition: all 0.1s ease-out; }
      #card-stacks_in_178 .card-inner .card-more.hide {
        display: none; }
      #card-stacks_in_178 .card-inner .card-more i {
        font-size: 20px; }

@media (min-width: 767px) {
  #card-stacks_in_178 .card-inner {
    height: 250px; }
    #card-stacks_in_178 .card-inner .card-caption {
      font-size: 24px;
      line-height: 34px; } }

@media (min-width: 468px) and (max-width: 767px) {
  #card-stacks_in_178 .card-inner {
    height: 250px; }
    #card-stacks_in_178 .card-inner .card-caption {
      font-size: 24px;
      line-height: 34px; } }

@media (min-width: 0px) and (max-width: 468px) {
  #card-stacks_in_178 .card-inner {
    height: 250px; }
    #card-stacks_in_178 .card-inner .card-caption {
      font-size: 24px;
      line-height: 34px; } }
/*  */
#card-stacks_in_175 .card-inner:hover::before {
  opacity: 0.8; }

#card-stacks_in_175 .card-inner:hover .card-more {
  color: rgba(0, 0, 0, 0.50);
  background: rgba(255, 255, 255, 1.00); }

#card-stacks_in_175 .card-inner.shift:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px); }

/*  */
.com_weavium_stacks_Image_Card_stack, #stacks_out_175 {
  overflow: visible !important; }

#card-stacks_in_175 {
  /*  */
  width: 100%;
  /*  */
  padding: 30px 20px;
  box-sizing: border-box; }
  #card-stacks_in_175.card-left {
    margin-right: auto; }
  #card-stacks_in_175.card-right {
    margin-left: auto; }
  #card-stacks_in_175.card-center {
    margin: 0 auto; }
  #card-stacks_in_175 * {
    box-sizing: border-box;
    transition: all 0.3s ease-out; }
  #card-stacks_in_175 a:first-of-type {
    text-decoration: none; }
  #card-stacks_in_175 .card-inner {
    /*  */
    font-family: "Roboto";
    /*  */
    /*  */
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.50);
    /*  */
    color: rgba(255, 255, 255, 1.00);
    padding: 30px 25px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /*  */
    background: url(../files/card_image-175.jpg);
    /*  */
    background-color: rgba(255, 255, 255, 1.00);
    background-size: cover;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #card-stacks_in_175 .card-inner::before {
      /*  */
      background: linear-gradient(to bottom right, #00852E, #FFFFFF);
      /*  */
      content: '';
      top: 50%;
      left: 50%;
      width: 105%;
      height: 105%;
      display: block;
      position: absolute;
      opacity: 0.46;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    #card-stacks_in_175 .card-inner .card-caption {
      /*  */
      margin: 0;
      z-index: 2;
      font-weight: bold;
      position: relative; }
      #card-stacks_in_175 .card-inner .card-caption.hide {
        display: none; }
    #card-stacks_in_175 .card-inner .card-more {
      z-index: 2;
      margin-top: auto;
      width: 35px;
      height: 35px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: inherit;
      position: relative;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-item-align: end;
          align-self: flex-end;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: 3px solid rgba(255, 255, 255, 1.00);
      border-radius: 35px;
      transition: all 0.1s ease-out; }
      #card-stacks_in_175 .card-inner .card-more.hide {
        display: none; }
      #card-stacks_in_175 .card-inner .card-more i {
        font-size: 20px; }

@media (min-width: 767px) {
  #card-stacks_in_175 .card-inner {
    height: 250px; }
    #card-stacks_in_175 .card-inner .card-caption {
      font-size: 24px;
      line-height: 34px; } }

@media (min-width: 468px) and (max-width: 767px) {
  #card-stacks_in_175 .card-inner {
    height: 250px; }
    #card-stacks_in_175 .card-inner .card-caption {
      font-size: 24px;
      line-height: 34px; } }

@media (min-width: 0px) and (max-width: 468px) {
  #card-stacks_in_175 .card-inner {
    height: 250px; }
    #card-stacks_in_175 .card-inner .card-caption {
      font-size: 24px;
      line-height: 34px; } }

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_163 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_163 {
		display: none !important;
	}
}


.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_278 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_278 {
		display: none !important;
	}
}
:root {
  --multi_columns_stacks_in_279:minmax(200px,min-content) minmax(200px,min-content) minmax(200px,min-content);
}
#multi_columns_stacks_in_279 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_279);
  grid-gap: 16px;
  
  align-items: center;
  
  
  justify-content: center;
  
}
#multi_columns_stacks_in_279 > div {
  min-width: 0;
}
#multi_columns_stacks_in_279 + .deluxe-columns {
  margin-top: 16px;
}
#multi_columns_stacks_in_279 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_279 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}



@media all and (min-width: 901px) {
  #multi_columns_stacks_in_279 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_279 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_279 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_279 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 900px) and (min-width: 501px) {
  #multi_columns_stacks_in_279 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_279 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_279 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_279 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_279 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_279 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_279 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_279 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 900px) {
  #multi_columns_stacks_in_279 {
    grid-template-columns: repeat(1, 1fr);
    
  }
  #multi_columns_stacks_in_279 + .deluxe-columns {
    
  }
  #multi_columns_stacks_in_279 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_279 > div > * {position: relative;}
  #multi_columns_stacks_in_279 > div > * > * {transform: translate(0,0);}
  
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_279 {
    grid-template-columns: repeat(1, 1fr);
  }
  #multi_columns_stacks_in_279 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_279 > div > * {position: relative;}
  #multi_columns_stacks_in_279 > div > * > * {transform: translate(0,0);}
  
}

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



@media all and (min-width: 901px) {
  #multi_columns_stacks_in_292 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_292 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_292 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_292 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 900px) and (min-width: 501px) {
  #multi_columns_stacks_in_292 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_292 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_292 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_292 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_292 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_292 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_292 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_292 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 900px) {
  #multi_columns_stacks_in_292 {
    grid-template-columns: repeat(1, 1fr);
    
  }
  #multi_columns_stacks_in_292 + .deluxe-columns {
    
  }
  #multi_columns_stacks_in_292 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_292 > div > * {position: relative;}
  #multi_columns_stacks_in_292 > div > * > * {transform: translate(0,0);}
  
}
@media all and (max-width: 500px) {
  #multi_columns_stacks_in_292 {
    grid-template-columns: repeat(1, 1fr);
  }
  #multi_columns_stacks_in_292 > div:last-child {
    grid-column: span 1;
  }
  
  #multi_columns_stacks_in_292 > div > * {position: relative;}
  #multi_columns_stacks_in_292 > div > * > * {transform: translate(0,0);}
  
}


#stacks_in_8 {
	padding:  15px;
}

#stacks_in_11 {
	padding:  15px;
}

#stacks_in_14 {
	padding:  15px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_66 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_66 {
		display: none !important;
	}
}
