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





/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
1.5.0.1
- removed stroke color, causing pixelation issues in safari
*/
#stacks_in_97 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_97 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_97 svg  */

#stacks_in_97 svg,
#stacks_in_97 i {
  color: rgba(85, 85, 85, 1.00);
  fill: rgba(85, 85, 85, 1.00);
  
  stroke-width: 0;
}

#stacks_in_97 i,
#stacks_in_97 svg {
  position: relative;
  font-size: 26px;
  line-height: 26px;
  height: 26px;
  width: 26px;
  display: block;
  text-align: center;
  
  
}
#stacks_in_97 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_97 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(204, 204, 204, 1.00);
  stroke: rgba(204, 204, 204, 1.00);
  color: rgba(204, 204, 204, 1.00);
}
#stacks_in_97 .material-icons-two-tone {
  color: rgba(85, 85, 85, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(85, 85, 85, 1.00),
              0px -.1px 0px rgba(85, 85, 85, 1.00),
              .1px 0px 0px rgba(85, 85, 85, 1.00),
              -.1px 0px 0px rgba(85, 85, 85, 1.00);
}
#stacks_in_97 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(204, 204, 204, 1.00);
  font-family: 'Material Icons';
}
/* 1.5.7.11
- click events no longer work as swipe for navigation. Allowing text to be highlighted on desktop.
- fixes a bug wth non-wrapping text and columns (min-width:0 -> auto)
- the action attribute is now editable in the PHP mail form. This is so you an add the # link of the contact page in a one page menu website
- fixes a bug that would prevent the one page nav from showing a next page arrow when scroling by touch and touching a link
- improved mouse wheel scrolling sensitivity for one page nav
- updated form to use utf-8 encoding
- fixes a Deluxe menu dropdown item color settting bug
- removed built-in hardware acceleration due to display bugs in macOS 13 Ventura
- one page menu now allows you to exclude project pages from the menu items
- added "fixed-header" predefined class for fixed position horizontal elements
- updated reCAPTCHA to use v3 (possibly support enterprise)
*/
html {
  background-color: rgba(255, 255, 255, 1.00);
  color: rgba(22, 47, 70, 0.70);
  font-size: 18px;
  line-height: 150%;
  font-family: "helveticaNeue", helvetica, sans-serif;
  
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.00px;
  word-spacing: 0.00px;
}
p, span {
  line-height: 150%;
}
body, body * {
  box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p,
[data-deluxe-link],
[data-deluxe-text]:not(span):not(div),
input,
textarea {
  margin: 12px 0px;
  
}
.g-recaptcha {
  margin: 8px 0px 12px 0px;
}
input,
textarea,
button {
  font-family: inherit;
}
::placeholder {
  opacity: .6;
}
a {
  display: inline-block;
  text-decoration: none;
  transition: color 150ms ease, background-color 150ms ease, box-shadow 300ms ease, border 150ms ease;
}
a:focus, button:focus {
   outline: none;
}
a [data-width] > i,
a [data-width] > svg,
a [data-width] > ion-icon {
  vertical-align: top;
}
[data-auto-width="True"] a {
  white-space: nowrap;
}
*:not(.com_onelittledesigner_stacks_Icon_Helper_stack) > svg,
[data-deluxe-link] {
  color:  rgba(22, 47, 70, 0.70);
  stroke: rgba(22, 47, 70, 0.70);
  fill: rgba(22, 47, 70, 0.70);
}
a:not([data-deluxe-link]),
h1 a:not([data-deluxe-link]),
h2 a:not([data-deluxe-link]),
h3 a:not([data-deluxe-link]),
h4 a:not([data-deluxe-link]),
h5 a:not([data-deluxe-link]),
p a:not([data-deluxe-link]),
span a:not([data-deluxe-link]),
[data-edit-p] a:not([data-deluxe-link]),
a:not([data-deluxe-link]) i,
a:not([data-deluxe-link]) svg {
  color: rgba(63, 165, 221, 1.00);
  fill:  rgba(63, 165, 221, 1.00);
  stroke: rgba(63, 165, 221, 1.00);
}
a:not([data-deluxe-link]):hover,
h1 a:not([data-deluxe-link]):hover,
h2 a:not([data-deluxe-link]):hover,
h3 a:not([data-deluxe-link]):hover,
h4 a:not([data-deluxe-link]):hover,
h5 a:not([data-deluxe-link]):hover,
p a:not([data-deluxe-link]):hover,
span a:not([data-deluxe-link]):hover,
a:not([data-deluxe-link]):hover i,
a:not([data-deluxe-link]):hover svg  {
  color: rgba(48, 199, 219, 1.00);
  fill:  rgba(48, 199, 219, 1.00);
  stroke: rgba(48, 199, 219, 1.00);
}
a:not([data-deluxe-link]):active,
h1 a:not([data-deluxe-link]):active,
h2 a:not([data-deluxe-link]):active,
h3 a:not([data-deluxe-link]):active,
h4 a:not([data-deluxe-link]):active,
h5 a:not([data-deluxe-link]):active,
p a:not([data-deluxe-link]):active,
span a:not([data-deluxe-link]):active,
.current a:not([data-deluxe-link]),
.active a:not([data-deluxe-link]),
a:not([data-deluxe-link]):active i,
a:not([data-deluxe-link]):active svg  {
  color: rgba(140, 140, 140, 1.00);
  fill:  rgba(140, 140, 140, 1.00);
  stroke: rgba(140, 140, 140, 1.00);
}
form {
  margin-block-end: 0;
}
hr {
  border-width: 0 0 0 0;
  clear: both;
  height: 0
}
h1,h2,h3,h4,h5,h6 {
  color: rgba(22, 47, 70, 1.00);
  line-height: 110%;
  
  font-weight: 700;
  letter-spacing: 0.00px;
  word-spacing: 0.00px;
}
span[data-deluxe-text="span-True"] {
  line-height: 100%;
  display: block;
  white-space: nowrap;
}
[data-deluxe-link="2"] {
  display: block;
}
[data-deluxe-link="0"],
[data-deluxe-link="1"] {
  display: inline-block;
}
[data-deluxe-link="1"] {
  margin: 0;
}
[data-deluxe-text],
input[data-deluxe-el],
textarea[data-deluxe-el],
button[data-deluxe-el] {
  margin-bottom: 0px;
}
[data-deluxe-text]:first-child,
input[data-deluxe-el]:first-child,
textarea[data-deluxe-el]:first-child,
button[data-deluxe-el]:first-child {
  margin-top: 0px;
}
[data-deluxe-text]:only-child,
input[data-deluxe-el]:only-child,
textarea[data-deluxe-el]:only-child,
button[data-deluxe-el]:only-child  {
  margin-top: 0px;
  margin-bottom: 0px;
}
[data-deluxe-text] span:not([data-deluxe-text]):not([class]) {
 font: inherit !important;
 color: inherit !important;
 font-weight: inherit !important;
 line-height: inherit !important;
 letter-spacing: inherit !important;
 word-spacing: inherit !important;
}
sup {
    font-size: 60%;
}
input {
  width: 100%;
}
h1,
h1 p {
  font-size: 54px;
}
h2,
h2 p {
  font-size: 36px;
}
h3,
h3 p {
  font-size: 28px;
}
h4,
h4 p {
  font-size: 22px;
}
h5,
h5 p {
  font-size: 20px;
}
h6,
h6 p {
  font-size: 18px;
}
h1 p {
  margin: 0px;
}
h2 p {
  margin: 0px;
}
h3 p {
  margin: 0px;
}
h4 p {
  margin: 0px;
}
h5 p {
  margin: 0px;
}
h6 p {
  margin: 0px;
}
.deluxe-link-wrap {
  display: grid;
}
.deluxe-navbar {
  position: relative;
}

.column-sticky {
  position: sticky;
  top:0
}
.fixed-header {
	position: fixed;
	z-index: 99;
	width: 100%;
}
.sticky-container {
  overflow: scroll;
  max-height: 100vh;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.sticky-container::-webkit-scrollbar {
  display: none;
}
.column-overflow-top,
.column-overflow,
.column-overflow-bottom {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.column-overflow > * {
  transform: translateY(-50%);
}
.column-overflow-top > * {
  transform: translateY(-100%);
}
.content-overflow {
  position: relative;
  z-index: 99;
  transform: translateY(50%);
}
.deluxe-lightbox {
  cursor: pointer;
}
.deluxe-lightbox-wrap {
    position: fixed;
    z-index: 9999;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,0.5);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    justify-items: center;
    text-align: left;
}
.deluxe-lightbox-wrap > * {
    align-self: center;
    box-shadow: 0px 0px 24px rgba(0,0,0,0.6);
    max-width: 80vw;
}
.deluxe-lightbox-wrap > div > div > div.slice.empty {
  width: 80vw;
  height: 80vh;
}

@media all and (min-width: 771px) {
  .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 770px) and (min-width: 501px) {
  .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 500px) {
  .hide-mobile {
    display: none;
  }
}

.stacks_in:not(.site_image_stack):not(.image_stack), .stacks_out, .out {
  overflow: visible;
  width: 100%;
}
/*
*/

section[data-deluxe-el="1"] {
  
  background-color : rgba(242, 242, 242, 1.00);
  padding: 90px 0px;display: flex; flex-direction: row;
  justify-content: center;
  
}
section[data-deluxe-el="1"] > div {
  
    max-width: 1200px;
    margin: 0;
    width: 100%;
    
    width: calc(100% - 60px);
    
}

/*
*/

section[data-deluxe-el="2"] {
  
  background-color : rgba(26, 51, 73, 1.00);
  padding: 90px 0px;display: flex; flex-direction: row;
  justify-content: center;
  color: rgba(255, 255, 255, 0.65);
  
}
section[data-deluxe-el="2"] > div {
  
    max-width: 1200px;
    margin: 0;
    width: 100%;
    
    width: calc(100% - 60px);
    
}

section[data-deluxe-el="2"] [data-deluxe-link],
section[data-deluxe-el="2"] svg {
  color:  rgba(255, 255, 255, 0.65);
  stroke: rgba(255, 255, 255, 0.65);
  fill: rgba(255, 255, 255, 0.65);
}

section[data-deluxe-el="2"] h1,
section[data-deluxe-el="2"] h2,
section[data-deluxe-el="2"] h3,
section[data-deluxe-el="2"] h4,
section[data-deluxe-el="2"] h5 {
  color: rgba(255, 255, 255, 1.00);
}
section[data-deluxe-el="2"] svg {
  stroke: rgba(255, 255, 255, 0.65);
  fill: rgba(255, 255, 255, 0.65);
}

/*
*/

section[data-deluxe-el="3"] {
  
  background-color : rgba(38, 38, 38, 1.00);
  padding: 90px 0px;display: flex; flex-direction: row;
  justify-content: center;
  color: rgba(255, 255, 255, 0.65);
  
}
section[data-deluxe-el="3"] > div {
  
    max-width: 1200px;
    margin: 0;
    width: 100%;
    
    width: calc(100% - 60px);
    
}

section[data-deluxe-el="3"] [data-deluxe-link],
section[data-deluxe-el="3"] svg {
  color:  rgba(255, 255, 255, 0.65);
  stroke: rgba(255, 255, 255, 0.65);
  fill: rgba(255, 255, 255, 0.65);
}

section[data-deluxe-el="3"] h1,
section[data-deluxe-el="3"] h2,
section[data-deluxe-el="3"] h3,
section[data-deluxe-el="3"] h4,
section[data-deluxe-el="3"] h5 {
  color: rgba(255, 255, 255, 1.00);
}
section[data-deluxe-el="3"] svg {
  stroke: rgba(255, 255, 255, 0.65);
  fill: rgba(255, 255, 255, 0.65);
}

section[data-deluxe-el="3"] a:not([data-deluxe-link]) {
  color: rgba(255, 255, 255, 0.75);
}
section[data-deluxe-el="3"] a:not([data-deluxe-link]):hover {
  color: rgba(255, 255, 255, 1.00);
}
section[data-deluxe-el="3"] a:not([data-deluxe-link]):active,
section[data-deluxe-el="3"] .current a,
section[data-deluxe-el="3"] .current-ancestor-parent a {
  color: rgba(255, 255, 255, 1.00);
}
/*
*/

div[data-deluxe-el="2"] {
  
  margin: 12px 0px;
  font-size: 15px;
  
}
div[data-deluxe-el="2"] > div {
  
}

div[data-deluxe-el="2"] a:not([data-deluxe-link]) {
  color: rgba(22, 47, 70, 1.00);
}
div[data-deluxe-el="2"] a:not([data-deluxe-link]):hover {
  color: rgba(42, 122, 240, 1.00);
}
div[data-deluxe-el="2"] a:not([data-deluxe-link]):active,
div[data-deluxe-el="2"] .current a,
div[data-deluxe-el="2"] .current-ancestor-parent a {
  color: rgba(42, 122, 240, 1.00);
}
/*
*/

div[data-deluxe-el="3"] {
  
  padding: 90px 0px;
  
}
div[data-deluxe-el="3"] > div {
  
}

/*
*/

div[data-deluxe-el="4"] {
  
  background-color : rgba(243, 239, 211, 1.00);
  border: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: 4px;
  margin: 0px 0px 24px 0px;
  padding: 6px 24px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  
}
div[data-deluxe-el="4"] > div {
  
}

div[data-deluxe-el="4"] [data-deluxe-link],
div[data-deluxe-el="4"] svg {
  color:  rgba(0, 0, 0, 0.45);
  stroke: rgba(0, 0, 0, 0.45);
  fill: rgba(0, 0, 0, 0.45);
}

div[data-deluxe-el="4"] h1,
div[data-deluxe-el="4"] h2,
div[data-deluxe-el="4"] h3,
div[data-deluxe-el="4"] h4,
div[data-deluxe-el="4"] h5 {
  color: rgba(0, 0, 0, 0.90);
}
div[data-deluxe-el="4"] svg {
  stroke: rgba(0, 0, 0, 0.45);
  fill: rgba(0, 0, 0, 0.45);
}

/*
*/

a[data-deluxe-el="1"] {
  
  background-color : rgba(22, 47, 70, 1.00);
  border: 1px solid rgba(22, 47, 70, 1.00);
  border-radius: 4px;
  padding: 12px 24px;
  color: rgba(255, 255, 255, 1.00);
  
}
a[data-deluxe-el="1"] > div {
  
}

a[data-deluxe-el="1"] [data-deluxe-link],
a[data-deluxe-el="1"] svg {
  color:  rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
}

a[data-deluxe-el="1"] * {
  color:  rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
}

a[data-deluxe-el="1"] h1,
a[data-deluxe-el="1"] h2,
a[data-deluxe-el="1"] h3,
a[data-deluxe-el="1"] h4,
a[data-deluxe-el="1"] h5 {
  color: rgba(255, 255, 255, 1.00);
}
a[data-deluxe-el="1"] svg {
  stroke: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
}

/*
*/

a[data-deluxe-el="1"]:hover {
  
  background-color : rgba(22, 47, 70, 0.80);
  padding: 12px 24px;
  
}
a[data-deluxe-el="1"] > div {
  
}

/*
*/

a[data-deluxe-el="2"] {
  
  border: 1px solid rgba(191, 191, 191, 1.00);
  border-radius: 4px;
  padding: 12px 24px;
  color: rgba(26, 26, 26, 1.00);
  
}
a[data-deluxe-el="2"] > div {
  
}

a[data-deluxe-el="2"] [data-deluxe-link],
a[data-deluxe-el="2"] svg {
  color:  rgba(26, 26, 26, 1.00);
  stroke: rgba(26, 26, 26, 1.00);
  fill: rgba(26, 26, 26, 1.00);
}

a[data-deluxe-el="2"] * {
  color:  rgba(26, 26, 26, 1.00);
  stroke: rgba(26, 26, 26, 1.00);
  fill: rgba(26, 26, 26, 1.00);
}

a[data-deluxe-el="2"] h1,
a[data-deluxe-el="2"] h2,
a[data-deluxe-el="2"] h3,
a[data-deluxe-el="2"] h4,
a[data-deluxe-el="2"] h5 {
  color: rgba(0, 0, 0, 0.90);
}
a[data-deluxe-el="2"] svg {
  stroke: rgba(26, 26, 26, 1.00);
  fill: rgba(26, 26, 26, 1.00);
}

/*
*/

a[data-deluxe-el="2"]:hover {
  
  background-color : rgba(217, 217, 217, 1.00);
  border: 1px solid rgba(191, 191, 191, 1.00);
  border-radius: 4px;
  padding: 12px 24px;
  color: rgba(26, 26, 26, 1.00);
  
}
a[data-deluxe-el="2"] > div {
  
}

a[data-deluxe-el="2"] [data-deluxe-link],
a[data-deluxe-el="2"] svg {
  color:  rgba(26, 26, 26, 1.00);
  stroke: rgba(26, 26, 26, 1.00);
  fill: rgba(26, 26, 26, 1.00);
}

a[data-deluxe-el="2"]:hover * {
  color:  rgba(26, 26, 26, 1.00);
  stroke: rgba(26, 26, 26, 1.00);
  fill: rgba(26, 26, 26, 1.00);
}

a[data-deluxe-el="2"] h1,
a[data-deluxe-el="2"] h2,
a[data-deluxe-el="2"] h3,
a[data-deluxe-el="2"] h4,
a[data-deluxe-el="2"] h5 {
  color: rgba(0, 0, 0, 0.90);
}
a[data-deluxe-el="2"]:hover svg {
  stroke: rgba(26, 26, 26, 1.00);
  fill: rgba(26, 26, 26, 1.00);
}

/*
*/

a[data-deluxe-el="3"] {
  
  margin: 6px 0px;display: flex; flex-direction: row;
  justify-content: flex-start;
  
  
}
a[data-deluxe-el="3"] > div {
  
    max-width: 9999px;
    margin: 0;
    width: 100%;
    
    
    
}

/*
*/

a[data-deluxe-el="4"] {
  
  border: 6px solid rgba(26, 26, 26, 1.00);
  border-radius: 10px;
  box-shadow: 0px 24px 36px -6px rgba(0,0,0,0.4);;
  
}
a[data-deluxe-el="4"] > div {
  
}

/*
*/

a[data-deluxe-el="5"] {
  
  margin: 0px 12px;
  padding: 3px 0px;display: flex; flex-direction: row;
  justify-content: flex-start;
  
  
}
a[data-deluxe-el="5"] > div {
  
    max-width: 9999px;
    margin: 0;
    width: 100%;
    
    
    
}

/*
*/

a[data-deluxe-el="6"] {
  
  margin: 0px 0px;
  padding: 14px 0px 4px 0px;display: flex; flex-direction: row;
  justify-content: flex-start;
  
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.00px;
  word-spacing: 0.00px;
  
}
a[data-deluxe-el="6"] > div {
  
    max-width: 9999px;
    margin: 0;
    width: 100%;
    
    
    
}

/*
*/

a[data-deluxe-el="7"] {
  
  background-image: linear-gradient(135deg, rgba(52, 225, 137, 1.00) 0%,rgba(48, 173, 197, 1.00) 100%);
  border: 0px solid rgba(204, 204, 204, 1.00);
  border-radius: 4px;
  margin: 24px 0px 0px 0px;
  padding: 15px 30px;
  color: rgba(22, 47, 70, 1.00);
  font-size: 20px;
  
}
a[data-deluxe-el="7"] > div {
  
}

a[data-deluxe-el="7"] [data-deluxe-link],
a[data-deluxe-el="7"] svg {
  color:  rgba(22, 47, 70, 1.00);
  stroke: rgba(22, 47, 70, 1.00);
  fill: rgba(22, 47, 70, 1.00);
}

a[data-deluxe-el="7"] * {
  color:  rgba(22, 47, 70, 1.00);
  stroke: rgba(22, 47, 70, 1.00);
  fill: rgba(22, 47, 70, 1.00);
}

a[data-deluxe-el="7"] h1,
a[data-deluxe-el="7"] h2,
a[data-deluxe-el="7"] h3,
a[data-deluxe-el="7"] h4,
a[data-deluxe-el="7"] h5 {
  color: rgba(0, 0, 0, 0.90);
}
a[data-deluxe-el="7"] svg {
  stroke: rgba(22, 47, 70, 1.00);
  fill: rgba(22, 47, 70, 1.00);
}

/*
*/

a[data-deluxe-el="7"]:hover {
  
  box-shadow: 0px 0px  18px 0px rgba(77, 236, 185, 0.59);
  
}
a[data-deluxe-el="7"] > div {
  
}

/*
*/

hr[data-deluxe-el="1"] {
  
  border-color: rgba(0, 0, 0, 0.15) rgba(204, 204, 204, 1.00) rgba(204, 204, 204, 1.00) rgba(204, 204, 204, 1.00);
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-radius: 0px 0px 0px 0px;
  margin: 48px 0px;
  
}
hr[data-deluxe-el="1"] > div {
  
}

/*
*/

hr[data-deluxe-el="2"] {
  
  margin: 24px 0px;
  
}
hr[data-deluxe-el="2"] > div {
  
}

/*
*/

h2[data-deluxe-el="2"] {
  
  margin: 0px 0px 24px 0px;
  
}
h2[data-deluxe-el="2"] > div {
  
}

/*
*/

h4[data-deluxe-el="1"] {
  
  margin: 0px 0px;
  color: rgba(0, 0, 0, 0.55);
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 2.00px;
  word-spacing: 0.00px;
  
}
h4[data-deluxe-el="1"] > div {
  
}

h4[data-deluxe-el="1"] [data-deluxe-link],
h4[data-deluxe-el="1"] svg {
  color:  rgba(0, 0, 0, 0.55);
  stroke: rgba(0, 0, 0, 0.55);
  fill: rgba(0, 0, 0, 0.55);
}

h4[data-deluxe-el="1"] h1,
h4[data-deluxe-el="1"] h2,
h4[data-deluxe-el="1"] h3,
h4[data-deluxe-el="1"] h4,
h4[data-deluxe-el="1"] h5 {
  color: rgba(0, 0, 0, 0.90);
}
h4[data-deluxe-el="1"] svg {
  stroke: rgba(0, 0, 0, 0.55);
  fill: rgba(0, 0, 0, 0.55);
}

/*
*/

h5[data-deluxe-el="2"] {
  
  margin: 0px 0px;
  padding: 12px 0px 4px 0px;display: flex; flex-direction: row;
  justify-content: flex-start;
  
  font-size: 18px;
  
}
h5[data-deluxe-el="2"] > div {
  
    max-width: 9999px;
    margin: 0;
    width: 100%;
    
    
    
}



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



.element_stacks_in_3[data-deluxe-el] {
  
  padding: 24px 0px;
}
.element_stacks_in_3[data-deluxe-el] > div {

}

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



@media all and (min-width: 961px) {
  #multi_columns_stacks_in_18 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_18 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_18 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_18 .hide-desktop {
    display: none;
  }
}
@media all and (max-width: 960px) and (min-width: 671px) {
  #multi_columns_stacks_in_18 .column-tablet-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_18 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_18 .hide-mobile {
    display: inherit;
  }
  #multi_columns_stacks_in_18 .hide-tablet {
    display: none;
  }
}
@media all and (max-width: 670px) {
  #multi_columns_stacks_in_18 .column-mobile-top {
    grid-row: 1;
  }
  #multi_columns_stacks_in_18 .hide-tablet {
    display: inherit;
  }
  #multi_columns_stacks_in_18 .hide-desktop {
    display: inherit;
  }
  #multi_columns_stacks_in_18 .hide-mobile {
    display: none;
  }
}

@media all and (max-width: 960px) {
  #multi_columns_stacks_in_18 {
    grid-template-columns: repeat(2, 1fr);
    
  }
  #multi_columns_stacks_in_18 + .deluxe-columns {
    
  }
  #multi_columns_stacks_in_18 > div:last-child {
    grid-column: span 1;
  }
  
}
@media all and (max-width: 670px) {
  #multi_columns_stacks_in_18 {
    grid-template-columns: repeat(2, 1fr);
  }
  #multi_columns_stacks_in_18 > div:last-child {
    grid-column: span 1;
  }
  
}



#stacks_out_24 {
	width: 100px;
	margin-left:0;
}
nav#deluxe_nav_stacks_in_32, nav#deluxe_nav_stacks_in_32 * {
  box-sizing: border-box;
}
nav#deluxe_nav_stacks_in_32 {
    
    
    
}

nav#deluxe_nav_stacks_in_32 ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  
  
  
  justify-content: flex-end;
}
nav#deluxe_nav_stacks_in_32 ul ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  
  
}
nav#deluxe_nav_stacks_in_32 ul li {
 display: block;
 list-style-type: none;
}




@media all and (min-width: 1001px) {
  nav#deluxe_nav_stacks_in_32 > ul > li > a {
   display: flex;
   text-decoration: none;
   padding: 6px 12px;
   margin: 6px 3px;
   border-radius: 4px;
   color: rgba(255, 255, 255, 0.60);
   background-color: rgba(0, 0, 0, 0.00);
   
  }
  nav#deluxe_nav_stacks_in_32 > ul > li > a:hover {
   color: rgba(255, 255, 255, 1.00);
   background-color: rgba(0, 0, 0, 0.00);
  }
  nav#deluxe_nav_stacks_in_32 > ul > li > a:active:not([href="#"]):not([href="#0"]),
  nav#deluxe_nav_stacks_in_32 > ul > li.current > a,
  nav#deluxe_nav_stacks_in_32 > ul > li.current-parent > a,
  nav#deluxe_nav_stacks_in_32 > ul > li.current-ancestor-parent > a {
   color: rgba(255, 255, 255, 1.00);
   background-color: rgba(0, 0, 0, 0.00);
  }
  nav#deluxe_nav_stacks_in_32 ul > li:first-child > a {
   margin-left: 0px;
  }
  nav#deluxe_nav_stacks_in_32 ul > li:last-child > a {
   margin-right: 0px;
  }
  nav#deluxe_nav_stacks_in_32 > ul > li.parent > a:after,
  nav#deluxe_nav_stacks_in_32 > ul > li.current-parent > a:after,
  nav#deluxe_nav_stacks_in_32 > ul > li.current-ancestor-parent > a:after {
    content: "\f078";
    font-size: 14px;
    font-family: Stacks-FontAwesome,"FontAwesome";
    margin-left: 4px;
    align-self: center;
  }
  nav#deluxe_nav_stacks_in_32 > ul > li > ul {
   display: none;
   position: absolute;
   z-index: 9999;
   padding: 6px 24px;
   background: rgba(255, 255, 255, 1.00);
   border: 1px solid rgba(0, 0, 0, 0.15);
   border-radius: 4px;
  }
  nav#deluxe_nav_stacks_in_32 > ul > li > ul li a {
    padding: 6px 0px;
    color: #555555;
  }
  nav#deluxe_nav_stacks_in_32 > ul ul li.current a,
  nav#deluxe_nav_stacks_in_32 > ul ul li.current-parent a,
  nav#deluxe_nav_stacks_in_32 > ul ul li.current-ancestor-parent > a {
    color: #333333;
  }
  nav#deluxe_nav_stacks_in_32 > ul li:hover > ul {
   display: block;
  }
  nav#deluxe_nav_stacks_in_32 > ul > li.parent > ul > li,
  nav#deluxe_nav_stacks_in_32 > ul > li.current-parent > ul > li,
  nav#deluxe_nav_stacks_in_32 > ul > li.current-ancestor-parent > ul > li {
    /* display: -webkit-box;
    display: flex; */
  }
  nav#deluxe_nav_stacks_in_32 ul ul > li > ul > li > a:before {
    content: "\00a0\f0da";
    font-size: 14px;
    line-height: 14px;
    font-family: Stacks-FontAwesome,"FontAwesome";
    margin: 0px 6px;
    align-self: center;
  }
  nav#deluxe_nav_stacks_in_32 ul ul ul {
    display: block;
  }
  nav#deluxe_nav_stacks_in_32 > input,
  nav#deluxe_nav_stacks_in_32 > label {
    display: none;
  }
}
@media all and (max-width: 1000px) {
  nav#deluxe_nav_stacks_in_32 {
    display: grid;
    grid-gap: 0px;
    grid-template-columns: min-content min-content;
    align-items: center;
    grid-auto-flow: dense;
    justify-content: flex-end;
  }
  div[data-width]:first-child nav#deluxe_nav_stacks_in_32 {
    justify-content: flex-start;
  }
  nav#deluxe_nav_stacks_in_32 > input,
  nav#deluxe_nav_stacks_in_32 > label {
    display: block;
    width: 36px;
    height: 36px;
    position: relative;
    margin: 0;
  }
  nav#deluxe_nav_stacks_in_32 > input {
    opacity: 0;
  }
  nav#deluxe_nav_stacks_in_32 > label {
    grid-column: 1;
    grid-row: 1;
    z-index: 1;
    pointer-events: none;
    width: 36px;
    height: 32px;
    
    border-radius: 4px;
    transform: translateX(100%);
  }
  nav#deluxe_nav_stacks_in_32 ul ul ul > li > a:before {
    content: "\00a0\00a0\00a0\f0da";
    font-size: 14px;
    line-height: 14px;
    font-family: Stacks-FontAwesome,"FontAwesome";
    margin: 0px 6px;
    align-self: center;
  }
  div[data-width]:first-child nav#deluxe_nav_stacks_in_32 > label {
    grid-column: auto;
    grid-row: auto;
    transform: translateX(-100%);
  }
  nav#deluxe_nav_stacks_in_32 .hambar {
      position: absolute;
      top: 0;
      left: 4px;
      display: block;
      width: 28px;
      height: 4px;
      
      background: rgba(255, 255, 255, 0.60);
      -webkit-transition: all 150ms;
      transition: all 150ms;
      -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
      transform-origin: left top;
      border-radius: 4px;
  }
  nav#deluxe_nav_stacks_in_32 .hambar.hamtop {
      top: 5px;
  }
  nav#deluxe_nav_stacks_in_32 .hambar.hammiddle {
      top: 14px;
      opacity: 1;
  }
  nav#deluxe_nav_stacks_in_32 .hambar.hambottom {
      top: 23px;
      -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
      transform-origin: left bottom;
  }
  nav#deluxe_nav_stacks_in_32 > input:checked ~ label .hambar.hamtop {
    width: 27.5px;
    -webkit-transform: rotate(45deg) translate(4px, -4px);
    -ms-transform: rotate(45deg) translate(4px, -4px);
    transform: rotate(45deg) translate(4px, -4px);
  }

  nav#deluxe_nav_stacks_in_32 > input:checked ~ label .hambar.hammiddle {
      opacity: 0;
  }

  nav#deluxe_nav_stacks_in_32 > input:checked ~ label .hambar.hambottom {
      width: 27.5px;
      -webkit-transform: rotate(-45deg) translate(4px, 4px);
      -ms-transform: rotate(-45deg) translate(4px, 4px);
      transform: rotate(-45deg) translate(4px, 4px);
  }
  nav#deluxe_nav_stacks_in_32 > ul {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    margin-top: 48px;
    z-index: 9999;
    background: rgba(255, 255, 255, 1.00);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 12px 0px;
  }
  nav#deluxe_nav_stacks_in_32 > input:checked ~ ul {
    display: block;
  }
  nav#deluxe_nav_stacks_in_32 > input:checked ~ ul {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 0px 24px;
  }
  nav#deluxe_nav_stacks_in_32 ul > li > a {
   display: flex;
   text-decoration: none;
   padding: 12px 24px;
   border-radius: 4px;
   margin: 0px 0px;
   color: #555555;
  }
  nav#deluxe_nav_stacks_in_32 ul > li.parent > a:after,
  nav#deluxe_nav_stacks_in_32 ul > li.current-parent > a:after,
  nav#deluxe_nav_stacks_in_32 ul > li.current-ancestor-parent > a:after {
    content: "\f078";
    font-size: 14px;
    line-height: 14px;
    font-family: Stacks-FontAwesome,"FontAwesome";
    margin-left: 4px;
    align-self: center;
  }
  nav#deluxe_nav_stacks_in_32 ul ul > li > a:before {
    content: "\f0da";
    font-size: 14px;
    line-height: 14px;
    font-family: Stacks-FontAwesome,"FontAwesome";
    margin: 0px 6px;
    align-self: center;
  }
  nav#deluxe_nav_stacks_in_32 ul > li > a {
   
  }
  nav#deluxe_nav_stacks_in_32 ul > li > a:hover {
   
  }
  nav#deluxe_nav_stacks_in_32 ul > li > a:active:not([href="#"]):not([href="#0"]),
  nav#deluxe_nav_stacks_in_32 ul > li.current > a,
  nav#deluxe_nav_stacks_in_32 ul > li.current-parent > a,
  nav#deluxe_nav_stacks_in_32 ul > li.current-ancestor-parent > a {
   
  }
}

nav#deluxe_nav_stacks_in_32 ul > ul > li > a {
  display: flex;
  width: 100%;
}
nav#deluxe_nav_stacks_in_32 > ul > li > ul li a {
 
}
nav#deluxe_nav_stacks_in_32 > ul > li > ul li a:hover {
 
}
nav#deluxe_nav_stacks_in_32 ul ul > li > a:active:not([href="#"]):not([href="#0"]),
nav#deluxe_nav_stacks_in_32 ul ul > li.current > a,
nav#deluxe_nav_stacks_in_32 ul ul > li.current-parent > a,
nav#deluxe_nav_stacks_in_32 ul ul > li.current-ancestor-parent > a {
 
}



/* 1.0.1

*/
.opr-page  {
  transition: height 400ms ease-in,
    padding 400ms ease-in,
    width 400ms ease-in,
    opacity 400ms ease-in,
    transform 400ms ease-in;
}
.opr-page.opr-no-animation {
  transition: none;
  visibility: hidden;
}
.opr-next-page,
.opr-prev-page  {
  pointer-events: none;
}


.opr-page  {
  top: 0;
}
.opr-next-page  {
  z-index: 100;
  top: 0;
  opacity: 0;
}
.opr-prev-page  {
  z-index: 98;
  top: 0;
  opacity: 0;
}
.opr-current  {
  z-index: 99;
  opacity: 1;
}



















.opr-scroll-next:before,
.opr-scroll-prev:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
}
 .opr-next,
 .opr-scroll-next,
 .opr-scroll-prev {
  border-color: rgba(255, 255, 255, 1.00);
}

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



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

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


.element_stacks_in_921[data-deluxe-el] {
  
  margin: 24px 0px;
}
.element_stacks_in_921[data-deluxe-el] > div {

}




#stacks_out_1094 {
	width: 500px;
}

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




















































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




















































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




















































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




















































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




















































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




















































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




















































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




















































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











































.element_stacks_in_213[data-deluxe-el] {
  
  padding: 120px 30px;display: flex; flex-direction: row;
  justify-content: center;
}
.element_stacks_in_213[data-deluxe-el] > div {

  max-width: 1200px;
  margin: 0;
  width: 100%;
  
  width: calc(100% - 60px);
  
}

/* 1.0.3.2
- support for html tables added
  - fix for Foundry 3 tables <- not intentionally being targeted
- show all and sort was sorting in the wrong direction
- fixed icon alignment issue with search field centered
1.0.3.1
* elements are no longer removed while searching to increase compatability with interactive stacks (grid-row is used to change the display order, highlighted term html replacements are by child text node)

*/
#stacks_in_1019, #stacks_out_1019 {
  overflow: visible;
}
.autocomplete_stacks_in_1019 * {
  box-sizing: border-box;
}
.autocomplete_stacks_in_1019 {
  width: 100%;
  position: relative;
  display: inline-block;
  
  
}
.autocomplete_stacks_in_1019 > div {
  position: relative;
  max-width: 250px;
  width: 100%;
  display: inline-block;
}
.autocomplete_stacks_in_1019 > div > input,
.autocomplete_stacks_in_1019 > div > .autocomplete-items {
  display: inline-block;
  margin: 0;
  
  text-align: left;
  
  
  
  width: 100%;
  border-radius: 4px;
  border: 0px solid rgba(0, 0, 0, 0.15);
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(22, 47, 70, 1.00);
  font-size: 18px;
  line-height: 36px;
  padding: 0px 34px 0px 35px;
  
  box-shadow: none;
}
.autocomplete_stacks_in_1019 > div > input:valid {
  padding: 0px 34px 0px 12px;
  
}
.autocomplete_stacks_in_1019 > div > .quick-finder-icon,
.autocomplete_stacks_in_1019 > div > .quick-finder-clear {
  position: absolute;
  top: -1px;
  left: 12px;
  width: 20px;
  height: 36px;
}
.autocomplete_stacks_in_1019 > div > .quick-finder-clear {
  box-sizing: content-box;
  cursor: pointer;
  top: 0;
  left: auto;
  right: 0;
  padding-right: 12px;
  display: none;
}
.autocomplete_stacks_in_1019.qs-active > div > .quick-finder-clear path {
  pointer-events: none;
}
.autocomplete_stacks_in_1019 > div > svg path {
  fill: rgba(22, 47, 70, 0.35);
}
.autocomplete_stacks_in_1019 > div > input::placeholder {
  color: rgba(22, 47, 70, 0.35);
}
.autocomplete_stacks_in_1019.qs-active > div > .quick-finder-icon {
  display: none;
}
.autocomplete_stacks_in_1019.qs-active > div > .quick-finder-clear {
  display: block;
}
.autocomplete_stacks_in_1019.qs-active > div > input::placeholder {
  color: transparent;
}
.autocomplete_stacks_in_1019 > div > .autocomplete-items {
  position: absolute;
  padding: 0;
  overflow: hidden;
  background: rgba(243, 243, 243, 1.00);
  border-color: rgba(230, 230, 230, 1.00);
  
  border-width: 0px;
  border-bottom: none;
  z-index: 9999;
  top: 100%;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.autocomplete_stacks_in_1019 > div > .autocomplete-items div {
  cursor: pointer;
  border-bottom: 1px solid rgba(230, 230, 230, 1.00);
  background-color: transparent;
  color: rgba(0, 0, 0, 0.50);
  font-size: 18px;
  line-height: 36px;
  padding: 0px 12px;
}
.autocomplete_stacks_in_1019 > div > .autocomplete-items div:hover {
  color: rgba(0, 0, 0, 0.80);
}
.quick-finder-content-unique-id quickfinder {
    display: inline;
    background: rgba(249, 242, 45, 1.00);
    color: rgba(0, 0, 0, 1.00);
}


.quick-finder-content-unique-id {
  max-width: 9999px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 12px;
}
@media all and (max-width: 768px) {
  .quick-finder-content-unique-id {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 414px) {
  .quick-finder-content-unique-id {
    grid-template-columns: repeat(2, 1fr);
  }
}

#stacks_in_1108_3, #stacks_out_1108_3 {
  overflow: visible;
}

#stacks_in_1108_3 {
	margin: 24px 1px 0px 0px;
}

.element_stacks_in_1106_5[data-deluxe-el] {
  
  background-color : rgba(26, 51, 73, 1.00);
  background-image : url(../template-new-stacks-rw_files/backgroundImage-5-6D2.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  padding: 60px 0px;display: flex; flex-direction: row;
  justify-content: center;
  color: rgba(0, 0, 0, 0.60);
  text-align: center;
}
.element_stacks_in_1106_5[data-deluxe-el] > div {

  max-width: 740px;
  margin: 0;
  width: 100%;
  
  width: calc(100% - 60px);
  
}

.element_stacks_in_1106_5[data-deluxe-el] [data-deluxe-link],
.element_stacks_in_1106_5[data-deluxe-el] svg {
  color:  rgba(0, 0, 0, 0.60);
  stroke: rgba(0, 0, 0, 0.60);
  fill: rgba(0, 0, 0, 0.60);
}
.element_stacks_in_1106_5[data-deluxe-el] h1,
.element_stacks_in_1106_5[data-deluxe-el] h2,
.element_stacks_in_1106_5[data-deluxe-el] h3,
.element_stacks_in_1106_5[data-deluxe-el] h4,
.element_stacks_in_1106_5[data-deluxe-el] h5 {
  color: rgba(255, 255, 255, 1.00);
}

.element_stacks_in_1106_3[data-deluxe-el][data-deluxe-text] {
  
  font-weight: 400;
  letter-spacing: 0.00px;
  line-height: 140%;
  word-spacing: 0.00px;
  
}

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



:root {
  --multi_columns_stacks_in_1106_9:min-content minmax(120px,min-content);
}
#multi_columns_stacks_in_1106_9 {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: var(--multi_columns_stacks_in_1106_9);
  grid-gap: 6px;
  
  align-items: center;
  
  
  justify-content: center;
  
}
#multi_columns_stacks_in_1106_9 > div {
  min-width: 0;
}
#multi_columns_stacks_in_1106_9 + .deluxe-columns {
  margin-top: 6px;
}
#multi_columns_stacks_in_1106_9 > div img {
  max-width: 100%;
}
#multi_columns_stacks_in_1106_9 > div:not(.nav-column):not(.column-sticky) {
  position: relative;
}


/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
1.5.0.1
- removed stroke color, causing pixelation issues in safari
*/
#stacks_in_1106_7 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_1106_7 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_1106_7 svg  */

#stacks_in_1106_7 svg,
#stacks_in_1106_7 i {
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  stroke-width: 0;
}

#stacks_in_1106_7 i,
#stacks_in_1106_7 svg {
  position: relative;
  font-size: 26px;
  line-height: 26px;
  height: 26px;
  width: 26px;
  display: block;
  text-align: center;
  
  
}
#stacks_in_1106_7 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_1106_7 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(204, 204, 204, 1.00);
  stroke: rgba(204, 204, 204, 1.00);
  color: rgba(204, 204, 204, 1.00);
}
#stacks_in_1106_7 .material-icons-two-tone {
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(255, 255, 255, 1.00),
              0px -.1px 0px rgba(255, 255, 255, 1.00),
              .1px 0px 0px rgba(255, 255, 255, 1.00),
              -.1px 0px 0px rgba(255, 255, 255, 1.00);
}
#stacks_in_1106_7 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(204, 204, 204, 1.00);
  font-family: 'Material Icons';
}


.element_stacks_in_1116_2[data-deluxe-el] {
  
  padding: 120px 0px 120px 0px;display: flex; flex-direction: row;
  justify-content: center;
}
.element_stacks_in_1116_2[data-deluxe-el] > div {

  max-width: 1200px;
  margin: 0;
  width: 100%;
  
  width: calc(100% - 60px);
  
}



.element_stacks_in_1121_10[data-deluxe-el] {
  
}
.element_stacks_in_1121_10[data-deluxe-el] > div {

}

.element_stacks_in_1121_10[data-deluxe-el]:not([data-deluxe-link]) a:not([data-deluxe-link]) {
  color: rgba(255, 255, 255, 0.65);
}
.element_stacks_in_1121_10[data-deluxe-el]:not([data-deluxe-link]) a:not([data-deluxe-link]):hover {
  color: rgba(255, 255, 255, 1.00);
}
.element_stacks_in_1121_10[data-deluxe-el]:not([data-deluxe-link]) a:not([data-deluxe-link]):active,
.element_stacks_in_1121_10[data-deluxe-el] .current a,
.element_stacks_in_1121_10[data-deluxe-el] .current-ancestor-parent a {
  color: rgba(255, 255, 255, 0.40);
}

/*
v1.0.0
 */
#ls2_stacks_in_1121_221 {
 position: relative;
}
#ls2_stacks_in_1121_221 * {
  box-sizing: border-box;
}
#ls2_stacks_in_1121_221 *:focus {outline:none;}
#stacks_in_1121_221_tipue_search_input[list]::-webkit-calendar-picker-indicator { display: none !important;}
#stacks_in_1121_221_tipue_search_input,
.live-search-input {
  font-size: 16px;
  width: 100%;
  height: auto;
  line-height: 1;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.25);
  background-color: #fff;
  padding: 6px 12px ;
  margin: 0;
  position: relative;
  z-index: 1;
  color: #525252;
}
#ls2_stacks_in_1121_221 ::-webkit-input-placeholder,
.live-search-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #999;
}
#ls2_stacks_in_1121_221 :-moz-placeholder,
.live-search-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #999;
  opacity:  1;
}
#ls2_stacks_in_1121_221 ::-moz-placeholder,
.live-search-input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999;
  opacity:  1;
}
#ls2_stacks_in_1121_221 :-ms-input-placeholder,
.live-search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
}
#ls2_stacks_in_1121_221 :placeholder-shown,
.live-search-input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #999;
}
#ls2_stacks_in_1121_221 form {
  
}
#ls2_stacks_in_1121_221 form > svg,
.live-search-form > svg {
  height: 32px;
  width: 16px;
  fill: #999;
  position: absolute;
  left: 13px;
  text-align: right;
  top: 0px;
  z-index: 2;
  display: none;
}
#ls2_stacks_in_1121_221 form .live-search-submit {
  display: none;
}
#ls2_stacks_in_1121_221 .ls-input-wrap {
  display: flex;
  width: 100%;
}
#ls2_stacks_in_1121_221 .ls-input-options {
  position: relative;
  flex: 1;
}
#ls2_stacks_in_1121_221 .ls-input-options > .ls-match {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  z-index: 2;
  padding: 0;
  opacity: 0.75;
  cursor: pointer;
  color: #999999;
}
#ls2_stacks_in_1121_221 .ls-input-options > .ls-match + .ls-match {
  right: 40px;
}
#ls2_stacks_in_1121_221 .ls-input-options  > .ls-match svg {
  width: 24px;
  pointer-events: none;
}
#ls2_stacks_in_1121_221 .ls-input-options > .ls-match.ls-option-enabled {
  opacity: 1;
}
#ls2_stacks_in_1121_221 .ls-input-options > .ls-match.ls-option-enabled {
  color: #525252;
}
@media (hover: hover) {
  #ls2_stacks_in_1121_221 .ls-input-options > .ls-match:hover {
    color: #525252;
  }
}
/**/
.ls2-finder {
  z-index: 9999;
  background: #e3e3e3;
  border: 1px solid #ccc;
  color: black;
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
}
.ls2-finder {
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  border-radius: 0 0 0 4px;
  gap: 2px;
}
.ls2-finder button,
.ls2-finder span {
  font-size: 14px;
  color: #555;
  padding-right: 6px;
  line-height: 18px;
}
.ls2-finder button {
  background: transparent;
  padding: 2px 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #f3f3f3;
}
.ls2-finder button:active {
  background: #ddd;
}
.ls2-finder button svg {
  display: block;
}
.ls2-score {
  opacity: 0.7;
  font-style:italic;
  font-weight: 400;
}
mark {
  background: %id=resultHColors[1];
  color: rgba(0, 0, 0, 1.00);
}
mark:focus {
  outline: thin solid rgba(0, 0, 0, 1.00);
  background: rgba(255, 255, 0, 1.00);
  color: rgba(0, 0, 0, 1.00);
}

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



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

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


.element_stacks_in_1121_6[data-deluxe-el] {
  
  margin: 0px 0px 12px 0px;
}
.element_stacks_in_1121_6[data-deluxe-el] > div {

}

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


/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
1.5.0.1
- removed stroke color, causing pixelation issues in safari
*/
#stacks_in_1121_2 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_1121_2 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_1121_2 svg  */

#stacks_in_1121_2 svg,
#stacks_in_1121_2 i {
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  stroke-width: 0;
}

#stacks_in_1121_2 i,
#stacks_in_1121_2 svg {
  position: relative;
  font-size: 26px;
  line-height: 26px;
  height: 26px;
  width: 26px;
  display: block;
  text-align: center;
  
  
}
#stacks_in_1121_2 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_1121_2 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(204, 204, 204, 1.00);
  stroke: rgba(204, 204, 204, 1.00);
  color: rgba(204, 204, 204, 1.00);
}
#stacks_in_1121_2 .material-icons-two-tone {
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(255, 255, 255, 1.00),
              0px -.1px 0px rgba(255, 255, 255, 1.00),
              .1px 0px 0px rgba(255, 255, 255, 1.00),
              -.1px 0px 0px rgba(255, 255, 255, 1.00);
}
#stacks_in_1121_2 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(204, 204, 204, 1.00);
  font-family: 'Material Icons';
}
.element_stacks_in_1121_12[data-deluxe-el][data-deluxe-text] {
  
  margin-top: 0px;
  margin-bottom: 0px;
  
  
}



.element_stacks_in_1121_196[data-deluxe-el] {
  
  margin: 0px 0px 12px 0px;
}
.element_stacks_in_1121_196[data-deluxe-el] > div {

}

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


/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
1.5.0.1
- removed stroke color, causing pixelation issues in safari
*/
#stacks_in_1121_202 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_1121_202 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_1121_202 svg  */

#stacks_in_1121_202 svg,
#stacks_in_1121_202 i {
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  stroke-width: 0;
}

#stacks_in_1121_202 i,
#stacks_in_1121_202 svg {
  position: relative;
  font-size: 26px;
  line-height: 26px;
  height: 26px;
  width: 26px;
  display: block;
  text-align: center;
  
  
}
#stacks_in_1121_202 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_1121_202 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(204, 204, 204, 1.00);
  stroke: rgba(204, 204, 204, 1.00);
  color: rgba(204, 204, 204, 1.00);
}
#stacks_in_1121_202 .material-icons-two-tone {
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(255, 255, 255, 1.00),
              0px -.1px 0px rgba(255, 255, 255, 1.00),
              .1px 0px 0px rgba(255, 255, 255, 1.00),
              -.1px 0px 0px rgba(255, 255, 255, 1.00);
}
#stacks_in_1121_202 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(204, 204, 204, 1.00);
  font-family: 'Material Icons';
}
.element_stacks_in_1121_199[data-deluxe-el][data-deluxe-text] {
  
  margin-top: 0px;
  margin-bottom: 0px;
  
  
}


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



.element_stacks_in_1121_51[data-deluxe-el] {
  
  margin: 12px 0px 12px 0px;
  padding: 12px 24px;
  color: rgba(22, 47, 70, 1.00);
}
.element_stacks_in_1121_51[data-deluxe-el] > div {
  
}

a.element_stacks_in_1121_51[data-deluxe-el] * {
  color: rgba(22, 47, 70, 1.00);
  fill: rgba(22, 47, 70, 1.00);
  stroke: rgba(22, 47, 70, 1.00);
}


.element_stacks_in_1121_193[data-deluxe-el] {
  
  margin: 0px 0px 32px 0px;
}
.element_stacks_in_1121_193[data-deluxe-el] > div {
  
}


.element_stacks_in_1121_56[data-deluxe-el] {
  
  margin: 0px 0px 12px 0px;
}
.element_stacks_in_1121_56[data-deluxe-el] > div {

}

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


/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
1.5.0.1
- removed stroke color, causing pixelation issues in safari
*/
#stacks_in_1121_52 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_1121_52 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_1121_52 svg  */

#stacks_in_1121_52 svg,
#stacks_in_1121_52 i {
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  stroke-width: 0;
}

#stacks_in_1121_52 i,
#stacks_in_1121_52 svg {
  position: relative;
  font-size: 26px;
  line-height: 26px;
  height: 26px;
  width: 26px;
  display: block;
  text-align: center;
  
  
}
#stacks_in_1121_52 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_1121_52 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(204, 204, 204, 1.00);
  stroke: rgba(204, 204, 204, 1.00);
  color: rgba(204, 204, 204, 1.00);
}
#stacks_in_1121_52 .material-icons-two-tone {
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(255, 255, 255, 1.00),
              0px -.1px 0px rgba(255, 255, 255, 1.00),
              .1px 0px 0px rgba(255, 255, 255, 1.00),
              -.1px 0px 0px rgba(255, 255, 255, 1.00);
}
#stacks_in_1121_52 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(204, 204, 204, 1.00);
  font-family: 'Material Icons';
}
.element_stacks_in_1121_58[data-deluxe-el][data-deluxe-text] {
  
  margin-top: 0px;
  margin-bottom: 0px;
  
  
}





.element_stacks_in_1121_105[data-deluxe-el] {
  
  margin: 0px 0px 12px 0px;
}
.element_stacks_in_1121_105[data-deluxe-el] > div {

}

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


/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
1.5.0.1
- removed stroke color, causing pixelation issues in safari
*/
#stacks_in_1121_111 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_1121_111 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_1121_111 svg  */

#stacks_in_1121_111 svg,
#stacks_in_1121_111 i {
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  stroke-width: 0;
}

#stacks_in_1121_111 i,
#stacks_in_1121_111 svg {
  position: relative;
  font-size: 26px;
  line-height: 26px;
  height: 26px;
  width: 26px;
  display: block;
  text-align: center;
  
  
}
#stacks_in_1121_111 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_1121_111 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(204, 204, 204, 1.00);
  stroke: rgba(204, 204, 204, 1.00);
  color: rgba(204, 204, 204, 1.00);
}
#stacks_in_1121_111 .material-icons-two-tone {
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(255, 255, 255, 1.00),
              0px -.1px 0px rgba(255, 255, 255, 1.00),
              .1px 0px 0px rgba(255, 255, 255, 1.00),
              -.1px 0px 0px rgba(255, 255, 255, 1.00);
}
#stacks_in_1121_111 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(204, 204, 204, 1.00);
  font-family: 'Material Icons';
}
.element_stacks_in_1121_108[data-deluxe-el][data-deluxe-text] {
  
  margin-top: 0px;
  margin-bottom: 0px;
  
  
}






.element_stacks_in_1121_144[data-deluxe-el] {
  
  margin: 0px 0px 32px 0px;
}
.element_stacks_in_1121_144[data-deluxe-el] > div {
  
}


.element_stacks_in_1121_124[data-deluxe-el] {
  
  margin: 0px 0px 12px 0px;
}
.element_stacks_in_1121_124[data-deluxe-el] > div {

}

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


/*
1.5.0
- updated icon libraries to:
- new hidden inline version for use with other 1LD stacks
- fixed bug with ionicons when set to outlined
1.5.0.1
- removed stroke color, causing pixelation issues in safari
*/
#stacks_in_1121_130 {
  user-select: none;
}
/* *:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_1121_130 i,
*:not(a) > *:not(a) > *:not(a) > *:not(a) > *:not(a) > #stacks_in_1121_130 svg  */

#stacks_in_1121_130 svg,
#stacks_in_1121_130 i {
  color: rgba(255, 255, 255, 1.00);
  fill: rgba(255, 255, 255, 1.00);
  stroke: rgba(255, 255, 255, 1.00);
  stroke-width: 0;
}

#stacks_in_1121_130 i,
#stacks_in_1121_130 svg {
  position: relative;
  font-size: 26px;
  line-height: 26px;
  height: 26px;
  width: 26px;
  display: block;
  text-align: center;
  
  
}
#stacks_in_1121_130 .icon-helper-two-tone-wrap {
  position: relative;
  display: block;
}
#stacks_in_1121_130 .icon-helper-two-tone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(204, 204, 204, 1.00);
  stroke: rgba(204, 204, 204, 1.00);
  color: rgba(204, 204, 204, 1.00);
}
#stacks_in_1121_130 .material-icons-two-tone {
  color: rgba(255, 255, 255, 1.00);
  font-family: 'Material Icons Outlined';
  z-index: 1;
  position: relative;
  text-shadow: 0px .1px 0px rgba(255, 255, 255, 1.00),
              0px -.1px 0px rgba(255, 255, 255, 1.00),
              .1px 0px 0px rgba(255, 255, 255, 1.00),
              -.1px 0px 0px rgba(255, 255, 255, 1.00);
}
#stacks_in_1121_130 i.material-icons-two-tone:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: attr(data-content);
  color: rgba(204, 204, 204, 1.00);
  font-family: 'Material Icons';
}
.element_stacks_in_1121_127[data-deluxe-el][data-deluxe-text] {
  
  margin-top: 0px;
  margin-bottom: 0px;
  
  
}







.element_stacks_in_1016_2[data-deluxe-el] {
  
  background-color : rgba(20, 44, 61, 1.00);
  padding: 18px 0px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 14px;
}
.element_stacks_in_1016_2[data-deluxe-el] > div {

}

.element_stacks_in_1016_2[data-deluxe-el] [data-deluxe-link],
.element_stacks_in_1016_2[data-deluxe-el] svg {
  color:  rgba(255, 255, 255, 0.45);
  stroke: rgba(255, 255, 255, 0.45);
  fill: rgba(255, 255, 255, 0.45);
}
.element_stacks_in_1016_2[data-deluxe-el] h1,
.element_stacks_in_1016_2[data-deluxe-el] h2,
.element_stacks_in_1016_2[data-deluxe-el] h3,
.element_stacks_in_1016_2[data-deluxe-el] h4,
.element_stacks_in_1016_2[data-deluxe-el] h5 {
  color: rgba(255, 255, 255, 1.00);
}

.element_stacks_in_1016_2[data-deluxe-el]:not([data-deluxe-link]) a:not([data-deluxe-link]) {
  color: rgba(255, 255, 255, 0.66);
}
.element_stacks_in_1016_2[data-deluxe-el]:not([data-deluxe-link]) a:not([data-deluxe-link]):hover {
  color: rgba(255, 255, 255, 1.00);
}
.element_stacks_in_1016_2[data-deluxe-el]:not([data-deluxe-link]) a:not([data-deluxe-link]):active,
.element_stacks_in_1016_2[data-deluxe-el] .current a,
.element_stacks_in_1016_2[data-deluxe-el] .current-ancestor-parent a {
  color: rgba(255, 255, 255, 1.00);
}

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


.element_stacks_in_1016_6[data-deluxe-el][data-deluxe-text] {
  
  margin-top: 0px;
  margin-bottom: 12px;
  font-weight: 400;
  letter-spacing: 0.00px;
  line-height: 100%;
  word-spacing: 0.00px;
  
}

.element_stacks_in_1016_9[data-deluxe-el][data-deluxe-text] {
  
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
  letter-spacing: 0.00px;
  line-height: 100%;
  word-spacing: 0.00px;
  
}



