/*
 * justifiedgallerycss
 */

/*!
 * justifiedGallery - v3.8.1
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2020 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > figure {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  /* background: #888888; To have gray placeholders while the gallery is loading with waitThumbnailsLoad = false */
  filter: "alpha(opacity=10)";
  opacity: 0.1;
  margin: 0;
  padding: 0;
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > figure > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img,
.justified-gallery > figure > a > img,
.justified-gallery > a > svg,
.justified-gallery > div > svg,
.justified-gallery > figure > svg,
.justified-gallery > a > a > svg,
.justified-gallery > div > a > svg,
.justified-gallery > figure > a > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
}
.justified-gallery > a > .jg-caption,
.justified-gallery > div > .jg-caption,
.justified-gallery > figure > .jg-caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}
.justified-gallery > a > .jg-caption.jg-caption-visible,
.justified-gallery > div > .jg-caption.jg-caption-visible,
.justified-gallery > figure > .jg-caption.jg-caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: none;
}
.justified-gallery > .jg-entry-visible > img,
.justified-gallery > .jg-entry-visible > a > img,
.justified-gallery > .jg-entry-visible > svg,
.justified-gallery > .jg-entry-visible > a > svg {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-filtered {
  display: none;
}
.justified-gallery > .jg-spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial;
}
.justified-gallery > .jg-spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-radius: 6px;
}


/*
 * baguetteboxcss
 */

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.11.0
 * @url https://github.com/feimosi/baguetteBox.js
 */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}


.com_bigwhiteduck_stacks_headerpro_stack .text-center{text-align:center}.com_bigwhiteduck_stacks_headerpro_stack .text-left{text-align:left}.com_bigwhiteduck_stacks_headerpro_stack .text-right{text-align:right}.com_bigwhiteduck_stacks_headerpro_stack .text-justify{text-align:justify}.com_bigwhiteduck_stacks_headerpro_stack .text-inherit{text-align:inherit}

/* CSSgram | Copyright (c) 2015 Una Kravets | http://una.im/CSSgram | MIT license | Version 0.1.7 */
.aden{-webkit-filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2);filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:-webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{-webkit-filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1);filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:-webkit-linear-gradient(top,#005b9a,#e6c13d);background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{-webkit-filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75);filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{-webkit-filter:brightness(1.05) hue-rotate(-10deg);filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:-webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{-webkit-filter:contrast(1.5) brightness(.9);filter:contrast(1.5) brightness(.9)}.toaster::after{background:-webkit-radial-gradient(circle,#804e0f,#3b003b);background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{-webkit-filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6);filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{-webkit-filter:brightness(1.2) contrast(.9) saturate(1.1);filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:-webkit-radial-gradient(circle,#a6b1ff 50%,#342134);background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{-webkit-filter:contrast(.9) sepia(.2);filter:contrast(.9) sepia(.2)}.earlybird::after{background:-webkit-radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{-webkit-filter:contrast(1.1) saturate(1.1);filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:-webkit-radial-gradient(40% 40%,circle,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{-webkit-filter:saturate(1.1) contrast(1.5);filter:saturate(1.1) contrast(1.5)}.lofi::after{background:-webkit-radial-gradient(circle,transparent 70%,#222 150%);background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{-webkit-filter:contrast(1.1) brightness(1.1) saturate(1.3);filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{-webkit-filter:contrast(.9) brightness(1.1);filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:-webkit-radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{-webkit-filter:sepia(.3);filter:sepia(.3)}.xpro2::after{background:-webkit-radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{-webkit-filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2);filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{-webkit-filter:contrast(.9);filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{-webkit-filter:grayscale(1) contrast(1.1) brightness(1.1);filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{-webkit-filter:contrast(1.2) saturate(1.35);filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{-webkit-filter:grayscale(.5) contrast(.95) brightness(.9);filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{-webkit-filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9);filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:-webkit-radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:-webkit-radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{-webkit-filter:saturate(.66) brightness(1.05);filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}

.gallery-img-hide {
    display: none !important;
}
:root{--light-gray:rgba(230, 230, 230, 1.00);--medium-gray:rgba(202, 202, 202, 1.00);--dark-gray:rgba(138, 138, 138, 1.00);--black:rgba(10, 10, 10, 1.00);--black-color:var(--black);--white:rgba(254, 254, 254, 1.00);--white-color:var(--white);--primary:rgba(0, 158, 224, 1.00);--secondary:rgba(231, 231, 231, 1.00);--success:rgba(67, 172, 106, 1.00);--warning:rgba(240, 138, 36, 1.00);--alert:rgba(240, 65, 36, 1.00);--primary-contrast:rgba(255, 255, 255, 1.00);--secondary-contrast:rgba(51, 51, 51, 1.00);--success-contrast:rgba(254, 254, 254, 1.00);--warning-contrast:rgba(254, 254, 254, 1.00);--alert-contrast:rgba(254, 254, 254, 1.00);--primary-dark:rgba(0, 128, 194, 1.00);--secondary-dark:rgba(201, 201, 201, 1.00);--success-dark:rgba(37, 142, 76, 1.00);--warning-dark:rgba(210, 108, 6, 1.00);--alert-dark:rgba(210, 35, 6, 1.00);--header-color:rgba(34, 34, 34, 1.00);--subheader-color:rgba(34, 34, 34, 1.00);--small-color:rgba(34, 34, 34, 1.00);--text-color:rgba(34, 34, 34, 1.00);--link-color:rgba(34, 34, 34, 1.00);--link-color-hover:rgba(0, 158, 224, 1.00);--selection-background:var(--primary);--selection-text:var(--primary-contrast);--link-decoration:none;--link-decoration-hover:underline;--overlay-color:rgba(0, 0, 0, 0.50);--radius:3px;--small-gutter:1.25rem;--medium-gutter:2rem;--large-gutter:2rem;--site-width:calc(1200rem/16);}::selection{background:var(--selection-background);color:var(--selection-text)}.alt{--header-color:rgba(255, 255, 255, 1.00);--subheader-color:rgba(230, 230, 230, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(255, 255, 255, 1.00);--link-color:rgba(0, 140, 186, 1.00);--link-color-hover:rgba(0, 102, 136, 1.00);--link-decoration:none;--link-decoration-hover:none}.grid-container{max-width:var(--site-width)}.radius{border-radius:var(--radius)}body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(24rem/16)}h2,.h2{font-size:calc(20rem/16)}h3,.h3{font-size:calc(19rem/16)}h4,.h4{font-size:calc(18rem/16)}h5,.h5{font-size:calc(17rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:40%}.button{font-size:calc(16rem/16)}.button.tiny{font-size:calc(10rem/16)}.button.small{font-size:calc(12rem/16)}.button.large{font-size:calc(20rem/16)}@media only screen and (min-width:40em){body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(48rem/16)}h2,.h2{font-size:calc(35rem/16)}h3,.h3{font-size:calc(31rem/16)}h4,.h4{font-size:calc(25rem/16)}h5,.h5{font-size:calc(20rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:30%}}@media only screen and (min-width:64em){body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(48rem/16)}h2,.h2{font-size:calc(35rem/16)}h3,.h3{font-size:calc(31rem/16)}h4,.h4{font-size:calc(25rem/16)}h5,.h5{font-size:calc(20rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:30%}}a{color:var(--link-color);-webkit-text-decoration:var(--link-decoration);text-decoration:var(--link-decoration)}a:hover,a:focus{color:var(--link-color-hover);-webkit-text-decoration:var(--link-decoration-hover);text-decoration:var(--link-decoration-hover)}.menu a{color:var(--menu-link-color);background:var(--menu-bg-color)}.menu a:hover{color:var(--menu-link-color-hover)}h1,h2,h3,h4,h5,h6{color:var(--header-color)}small{color:var(--small-color)}.subheader{color:var(--subheader-color)}.text ul,.text ol{list-style-position:outside}.text>ul,.text>ol,.text .mez>div>ul,.text .mez>div>ol{margin-left:1.25rem}.text ul{list-style-type:disc}.text ul ul,.text ol ul{list-style-type:circle}.text ol{list-style-type:decimal}.text ol ol,.text ul ol{list-style-type:lower-alpha}.radius,.radius:before,.radius:after{border-radius:calc(3rem/16)}body{}
html,body,            .myclass{font-family:"Spline Sans",sans-serif }
.MenuHover:hover{color:rgba(0, 158, 224, 1.00) ;}
            .menu>li>a:hover{font-weight:800 ;line-height:1.00 ;}
.logo_minus_margin{margin-bottom:-2rem ;}  
.subline_margin{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:0.00px ;margin-left:50.00px ;}@media only screen and (min-width:40em){.subline_margin{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:0.00px ;margin-left:128.00px }}@media only screen and (min-width:64em){.subline_margin{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:0.00px ;margin-left:128.00px }}
.top128px{margin-top:8rem ;}  
img{border-radius:4px ;}
.top20px{margin-top:1.25rem ;}  
.top_bottom40px{margin-top:2.5rem ;margin-bottom:2.5rem ;}  
.bottom40px{margin-bottom:2.5rem ;}  
.top80px{margin-top:5rem ;}  
.top96px{margin-top:6rem ;}  
.footer_backcolor{background-color:rgba(230, 230, 230, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.footer_backcolor{background-attachment:scroll!important}}
.menu>li>a{border-radius:6px ;}
.lr_margin16px{margin-right:1rem ;margin-left:1rem ;}  
.dividerborder{border-color:rgba(223, 223, 223, 1.00) ;border-width:2px ;border-radius:6px ;}
.titlemargins{margin-top:30.00px ;margin-right:0.00px ;margin-bottom:10.00px ;margin-left:0.00px ;}@media only screen and (min-width:40em){.titlemargins{margin-top:70.00px ;margin-right:0.00px ;margin-bottom:15.00px ;margin-left:0.00px }}@media only screen and (min-width:64em){.titlemargins{margin-top:140.00px ;margin-right:0.00px ;margin-bottom:20.00px ;margin-left:0.00px }}
.right20px{margin-right:1.25rem ;}  
.dividermargins{margin-top:0.00px ;margin-right:16.00px ;margin-bottom:10.00px ;margin-left:16.00px ;}@media only screen and (min-width:40em){.dividermargins{margin-top:100.00px ;margin-right:16.00px ;margin-bottom:15.00px ;margin-left:16.00px }}@media only screen and (min-width:64em){.dividermargins{margin-top:120.00px ;margin-right:16.00px ;margin-bottom:20.00px ;margin-left:16.00px }}
 .fixmenu>.menu a, .menu.fixmenu a{--menu-link-color:rgba(34, 34, 34, 1.00);--menu-link-color-hover:rgba(68, 68, 68, 1.00);--menu-bg-color:rgba(255, 255, 255, 0.00);--menu-caret-color:rgba(0, 158, 224, 1.00);--menu-border-accent:2px solid var(--menu-link-color)} .fixmenu>.menu .menu-text, .menu.fixmenu .menu-text{--menu-text-color:rgba(68, 68, 68, 1.00)} .fixmenu>.menu>li>a, .menu.fixmenu>li>a{padding-top:1rem;padding-bottom:1rem} .fixmenu>.menu .submenu>li>a, .menu.fixmenu .submenu>li>a{padding-top:0;padding-bottom:0} .fixmenu>.menu li.active>a, .fixmenu>.menu li.is-active>a, .fixmenu>.menu a.is-active, .menu.fixmenu li.active>a, .menu.fixmenu li.is-active>a, .menu.fixmenu a.is-active{--menu-bg-color:rgba(0, 158, 224, 1.00);--menu-link-color:rgba(250, 250, 250, 1.00);--menu-caret-color:rgba(255, 255, 255, 1.00);--menu-link-color-hover:rgba(250, 250, 250, 1.00)} .fixmenu>.menu .submenu li.active>a, .fixmenu>.menu .submenu li.is-active>a, .fixmenu>.menu .submenu a.is-active, .menu.fixmenu .submenu li.active>a, .menu.fixmenu .submenu li.is-active>a, .menu.fixmenu .submenu a.is-active{--menu-caret-color:rgba(255, 255, 255, 1.00)} .fixmenu>.menu .submenu a, .menu.fixmenu .submenu a{--menu-caret-color:rgba(0, 158, 224, 1.00)} .fixmenu>.menu .submenu, .menu.fixmenu .submenu{--submenu-bg-color:rgba(254, 254, 254, 1.00);--submenu-border:0px solid rgba(202, 202, 202, 1.00)} .fixmenu>.menu .submenu a, .menu.fixmenu .submenu a{--menu-bg-color:transparent;--menu-link-color:rgba(34, 34, 34, 1.00);--menu-link-color-hover:rgba(68, 68, 68, 1.00)} .fixmenu>.menu .submenu .menu-text, .menu.fixmenu .submenu .menu-text{--menu-text-color:rgba(68, 68, 68, 1.00)} .fixmenu>.menu .submenu li.active>a, .fixmenu>.menu .submenu li.is-active>a, .fixmenu>.menu .submenu a.is-active, .menu.fixmenu .submenu li.active>a, .menu.fixmenu .submenu li.is-active>a, .menu.fixmenu .submenu a.is-active{--menu-caret-color:rgba(255, 255, 255, 1.00);--menu-bg-color:rgba(0, 158, 224, 1.00);--menu-link-color:rgba(254, 254, 254, 1.00);--menu-link-color-hover:rgba(254, 254, 254, 1.00)} .fixmenu>.menu a::after, .menu.fixmenu a::after{display:none!important}
#stacks_in_396 > .chroma-scroll-pro > .slide-head{display:none}#stacks_in_396 > .chroma-scroll-pro > .slide-head.is-active{display:block}#stacks_in_396 > .chroma-scroll-pro > .slide-head .top-bar{z-index:6000}#stacks_in_396 > .chroma-scroll-pro > .su-content .top-bar-wrapper,#stacks_in_396 > .chroma-scroll-pro > .su-content .oc-toggle.facet-mb,#stacks_in_396 > .chroma-scroll-pro > .su-content [data-magellan-expedition],#stacks_in_396 > .chroma-scroll-pro > .su-content [data-magellan-expedition].mg-menu::after,#stacks_in_396 > .chroma-scroll-pro > .su-content nav.navigation_bar{background:transparent !important}#stacks_in_396 > .chroma-scroll.no-overflow > .su-content > .stacks_out{overflow:hidden !important}#stacks_in_396 > .chroma-scroll-pro.slide-fresh,#stacks_in_396 > .chroma-scroll-pro.stick-no-ani{-webkit-animation-duration:1ms !important;animation-duration:1ms !important}#stacks_in_396 > .chroma-scroll-pro.slide-fresh > .su-content::after,#stacks_in_396 > .chroma-scroll-pro.stick-no-ani > .su-content::after{-webkit-transition-duration:1ms !important;transition-duration:1ms !important}#stacks_in_396 > .chroma-scroll-pro.pre-load,#stacks_in_396 > .chroma-scroll-pro.header-slide.pre-load{-webkit-transition:-webkit-transform 0s !important;transition:-webkit-transform 0s !important;transition:transform 0s !important;transition:transform 0s,-webkit-transform 0s !important;visibility:hidden;height:0 !important}#stacks_in_396 > .chroma-scroll-pro.pre-load .su-content,#stacks_in_396 > .chroma-scroll-pro.header-slide.pre-load .su-content{height:0px !important;padding:0px !important}@media screen and (max-width:640px){#stacks_in_396 > .chroma-scroll-pro > .slide-head.is-active.small-head-hide{display:none}#stacks_in_396 > .chroma-scroll-pro > .slide-head.is-active.small-head-show{display:block}#stacks_in_396 > .chroma-scroll-pro.mob-no-bg[data-style] > .su-content::after{background-color:transparent}#stacks_in_396 > .chroma-scroll-pro.mob-no-bg.is-fixed.fixed-shadow{-webkit-box-shadow:none;box-shadow:none}#stacks_in_396.mob-static > .chroma-scroll-pro.is-fixed{position:static}#stacks_in_396.mob-static > .su-pad[style]{height:0px !important}.su-pad.mob-static.spacer-stacks_in_396[style]{height:0px !important}#stacks_in_396.mob-fixed-sticky > .chroma-scroll-pro.is-static.is-sticky,#stacks_in_396.mob-fixed-sticky > .chroma-scroll-pro.is-static.is-sticky{position:fixed;top:0}}@media screen and (min-width:640px){#stacks_in_396.large-static > .chroma-scroll-pro.is-fixed{position:static}#stacks_in_396.large-static > .su-pad[style]{height:0px !important}}#stacks_in_396{overflow:visible;-webkit-overflow-scrolling:touch}.su-pad.spacer-stacks_in_396{width:100%;min-width:100%}.su-pad.spacer-stacks_in_396.posFixed.allow-overlay,.su-pad.spacer-stacks_in_396.posFixed.fix-bot{height:0px !important;visibility:hidden !important}@media screen and (max-width:640px){.su-pad.spacer-stacks_in_396.hide-below-bp{display:none}}@media screen and (min-width:640px){.su-pad.spacer-stacks_in_396.hide-above-bp{display:none}}#stacks_in_396.width-contain{width:auto;display:inline-block}#stacks_in_396.width-contain > .chroma-scroll-pro.is-fixed{border-radius:none}#stacks_in_396.width-contain > .chroma-scroll-pro.is-fixed.fixed-shadow{-webkit-box-shadow:none;box-shadow:none}#stacks_in_396.width-contain > .chroma-scroll-pro.is-fixed > .su-content::after{border-radius:0px 0px 0px 0px}#stacks_in_396.width-contain > .chroma-scroll-pro.is-fixed.su-right{right:0}#stacks_in_396.width-contain > .chroma-scroll-pro.is-fixed.su-left{left:0}#stacks_in_396.width-contain > .chroma-scroll-pro.is-fixed.su-center{left:0;right:0;text-align:center}#stacks_in_396.width-contain > .chroma-scroll-pro.is-fixed.su-center > .su-content{display:inline-block;margin:0;vertical-align:top}#stacks_in_396 > .chroma-scroll-pro{-webkit-overflow-scrolling:touch}#stacks_in_396 > .chroma-scroll-pro > .su-content::after{border-radius:0px 0px 0px 0px}#stacks_in_396 > .chroma-scroll-pro.is-fixed .su-content.oc-toggle{-webkit-backface-visibility:hidden;z-index:3030}#stacks_in_396 > .chroma-scroll-pro.is-fixed:not(.width-contain).abs-left{left:0px}#stacks_in_396 > .chroma-scroll-pro.header-slide.is-static{position:relative;-webkit-transition:-webkit-transform 1ms !important;transition:-webkit-transform 1ms !important;transition:transform 1ms !important;transition:transform 1ms,-webkit-transform 1ms !important}#stacks_in_396 > .chroma-scroll-pro.header-slide.slide-fresh{-webkit-transition:-webkit-transform 1ms !important;transition:-webkit-transform 1ms !important;transition:transform 1ms !important;transition:transform 1ms,-webkit-transform 1ms !important;-webkit-animation-duration:1ms !important;animation-duration:1ms !important;visibility:hidden;height:0 !important}#stacks_in_396.width-contain > .chroma-scroll-pro.su-center{border-radius:none}#stacks_in_396.width-contain > .chroma-scroll-pro.su-center.fixed-shadow{-webkit-box-shadow:none;box-shadow:none}#stacks_in_396.width-contain > .chroma-scroll-pro.su-center > .su-content::after{border-radius:0px 0px 0px 0px}[data-chroma-style] body{-webkit-transition-property:background-color;transition-property:background-color;-webkit-transition-duration:220ms;transition-duration:220ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#stacks_in_396 .style-defs{display:none}#stacks_in_396 > .chroma-scroll-pro{-webkit-transition:padding 400ms ease-in-out,visibility 0s linear 0s,opacity 200ms,box-shadow 400ms ease,-webkit-transform 300ms;-webkit-transition:padding 400ms ease-in-out,visibility 0s linear 0s,opacity 200ms,-webkit-box-shadow 400ms ease,-webkit-transform 300ms;transition:padding 400ms ease-in-out,visibility 0s linear 0s,opacity 200ms,-webkit-box-shadow 400ms ease,-webkit-transform 300ms;transition:padding 400ms ease-in-out,visibility 0s linear 0s,opacity 200ms,box-shadow 400ms ease,transform 300ms;transition:padding 400ms ease-in-out,visibility 0s linear 0s,opacity 200ms,box-shadow 400ms ease,transform 300ms,-webkit-box-shadow 400ms ease,-webkit-transform 300ms}#stacks_in_396 > .chroma-scroll-pro > .su-content{-webkit-transition:padding 400ms ease-in-out;transition:padding 400ms ease-in-out}#stacks_in_396 > .chroma-scroll-pro > .su-content::after{z-index:-1;position:absolute;top:0;left:0;bottom:0;right:0;content:"";-webkit-transition:background 400ms linear,opacity 400ms linear;transition:background 400ms linear,opacity 400ms linear}#stacks_in_396 > .chroma-scroll-pro[data-style="default_style"] > .su-content{padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px}#stacks_in_396 > .chroma-scroll-pro[data-style="default_style"] > .su-content::after{background:rgba(223, 223, 223, 0.90)}@media screen and (max-width:640px){#stacks_in_396 > .chroma-scroll-pro > .su-content{padding:0 !important}}#stacks_in_396 > .chroma-scroll-pro li a,#stacks_in_396 > .chroma-scroll-pro .b-p:not(.custom) > .bp-text{-webkit-transition:color 400ms ease !important;transition:color 400ms ease !important}#stacks_in_396 > .chroma-scroll-pro .bb-site-title,#stacks_in_396 > .chroma-scroll-pro .bb-site-title h1,#stacks_in_396 > .chroma-scroll-pro .bb-site-title h2,#stacks_in_396 > .chroma-scroll-pro .bb-site-title h3,#stacks_in_396 > .chroma-scroll-pro .bb-site-title h4,#stacks_in_396 > .chroma-scroll-pro .bb-site-title h5,#stacks_in_396 > .chroma-scroll-pro .bb-site-title h6,#stacks_in_396 > .chroma-scroll-pro .bb-site-title p{-webkit-transition:color 400ms ease !important;transition:color 400ms ease !important}#stacks_in_396 > .chroma-scroll-pro .site-title,#stacks_in_396 > .chroma-scroll-pro .site-slogan,#stacks_in_396 > .chroma-scroll-pro .mag-title,#stacks_in_396 > .chroma-scroll-pro .navigation_branding a{-webkit-transition:color 400ms ease !important;transition:color 400ms ease !important}#stacks_in_396 > .chroma-scroll-pro .top-bar .title-area li.name,#stacks_in_396 > .chroma-scroll-pro .toggle-contents .main-title,#stacks_in_396 > .chroma-scroll-pro .mag-title-area,#stacks_in_396 > .chroma-scroll-pro .navigation_branding,#stacks_in_396 > .chroma-scroll-pro .bb-site-title{-webkit-transition:opacity 400ms !important;transition:opacity 400ms !important}#stacks_in_396 > .chroma-scroll-pro[data-style="default_style"] .top-bar .title-area li.name,#stacks_in_396 > .chroma-scroll-pro[data-style="default_style"] .toggle-contents .main-title,#stacks_in_396 > .chroma-scroll-pro[data-style="default_style"] .mag-title-area,#stacks_in_396 > .chroma-scroll-pro[data-style="default_style"] .navigation_branding,#stacks_in_396 > .chroma-scroll-pro[data-style="default_style"] .branding_logo,#stacks_in_396 > .chroma-scroll-pro[data-style="default_style"] .bb-site-title{-webkit-transition:opacity 0ms !important;transition:opacity 0ms !important}#stacks_in_396 > .chroma-scroll-pro[data-style="default_style"] > .su-content .top-bar ul.dropdown{background:rgba(223, 223, 223, 0.90) !important}#stacks_in_396 > .chroma-scroll-pro[data-style="default_style"].tb-mob > .su-content .top-bar ul.menu,#stacks_in_396 > .chroma-scroll-pro[data-style="default_style"].tb-mob .top-bar ul.dropdown{background:none !important}#stacks_in_396 > .chroma-scroll-pro.is-fixed{z-index:999;}#stacks_in_396 > .chroma-scroll-pro.is-fixed.foc{z-index:3001}#stacks_in_396 > .chroma-scroll-pro .oc-toggle.facet-mb.oc-left{left:0 !important}#stacks_in_396 > .chroma-scroll-pro .oc-toggle.facet-mb.oc-right{right:0 !important}#stacks_in_396 > .chroma-scroll-pro .oc-toggle.facet-mb.oc-right:not(.toggle-button){left:0 !important}#stacks_in_396 > .chroma-scroll-pro.is-static{position:relative;z-index:999}#stacks_in_396 > .chroma-scroll-pro.is-fixed .oc-toggle{position:relative}#stacks_in_396 > .chroma-scroll-pro.content-right{text-align:right}@media screen and (max-width:640px){#stacks_in_396 > .chroma-scroll-pro.hide-below-bp{display:none}}@media screen and (min-width:640px){#stacks_in_396 > .chroma-scroll-pro.hide-above-bp{display:none}}#stacks_in_396 > .chroma-scroll-pro.is-fixed{position:fixed}#stacks_in_396 > .chroma-scroll-pro.is-fixed.fix-top,#stacks_in_396 > .chroma-scroll-pro.is-fixed:not(.fix-bot){top: 0px }#stacks_in_396 > .chroma-scroll-pro.is-fixed.fix-bot{bottom: 0px }#stacks_in_396 > .chroma-scroll-pro.is-fixed.fix-full-width{left:0;width:100% !important}@media screen and (max-width:640px){#stacks_in_396 > .chroma-scroll-pro.is-fixed.mob-full-width{left:0;width:100% !important}}@media screen and (min-width:640px){#stacks_in_396 > .chroma-scroll-pro.is-fixed.fix-top,#stacks_in_396 > .chroma-scroll-pro.is-fixed:not(.fix-bot){top:0px}#stacks_in_396 > .chroma-scroll-pro.is-fixed.fix-bot{bottom:0px}}
#stacks_in_396>.chroma-scroll-pro.is-fixed.fixed-shadow   {-webkit-box-shadow:0px  1px  2px 0px rgba(0, 0, 0, 0.30);box-shadow:0px  1px  2px 0px rgba(0, 0, 0, 0.30)}#stacks_in_396.width-contain>.chroma-scroll-pro.is-fixed.fixed-shadow>.su-content::after   {-webkit-box-shadow:0px  1px  2px 0px rgba(0, 0, 0, 0.30);box-shadow:0px  1px  2px 0px rgba(0, 0, 0, 0.30)}
/* -- Start Svg Each css Template -- */


#stacks_in_429 img {
	position: relative;
	max-width: 100%;
	height: auto;
}

.stacks_in_429svgwrapper{
	position: relative;
}


		#stacks_in_429 img  {
			max-width: 120px;
		}
	
		@media (max-width: 61.9em) {
			#stacks_in_429 img {
				max-width: 120px;
			}
		}
		
		@media (max-width: 47.9em) {
			#stacks_in_429 img {
				max-width: 100px;
			}
		}
	


#stacks_in_429 {
	text-align: left !important;
}





	@media (max-width: 61.9em) {
		#stacks_in_429 {
			text-align: left !important;
		}
	}
	
	@media (max-width: 47.9em) {
		#stacks_in_429 {
			text-align: left !important;
		}
	}






/* -- End Svg Each css Template -- */
#stacks_in_429 {
	margin: 12px 0px 8px 20px;
}
#stacks_in_403 .the-responsive-alignment {
display: block; margin-left: auto; margin-right: auto; text-align: center; padding: 0px 0px;
 
-webkit-transition:all 1.0s ease-in-out;
-moz-transition:all 1.0s ease-in-out;
-o-transition:all 1.0s ease-in-out;
transition:all 1.0s ease-in-out;
 
/*Custom CSS;*/ }

#stacks_in_403 .the-container {
margin-left: auto; margin-right: auto; text-align: left;
direction: ltr; 	

/*Custom CSS;*/ }
	
#stacks_in_403 .the-wrapper {
display: inline-block; vertical-align: middle /*removesinlineblockspace*/; vertical-align: middle !important;
 height: 100%; 
margin: 19px; height: 60px; overflow:hidden;

max-width: 200px !important;
min-width: 0px !important;

/*Custom CSS;*/ }

#stacks_in_403 .the-content {
display: table;	width: 100% !important; height: 60px; overflow:hidden; 
text-align: left;
/*Custom CSS;*/ }

#stacks_in_403 .the-pos {
display: table-cell; vertical-align: middle !important;




/*Custom CSS;*/ }

#stacks_in_403 .the-pos img {

	
	


	
/*Custom CSS;*/	}

#stacks_in_403 .the-style_box {
 }

#stacks_in_403 .the-style_box:hover, #stacks_in_403 .the-style_box:focus, #stacks_in_403 .the-style_box:active {

 }


@media screen and (max-width: 7616px) {
#stacks_in_403 .the-responsive-alignment {
max-width:7378px; }}

@media screen and (max-width: 7378px) {
#stacks_in_403 .the-responsive-alignment {
max-width:7140px; }}

@media screen and (max-width: 7140px) {
#stacks_in_403 .the-responsive-alignment {
max-width:6902px; }}

@media screen and (max-width: 6902px) {
#stacks_in_403 .the-responsive-alignment {
max-width:6664px; }}

@media screen and (max-width: 6664px) {
#stacks_in_403 .the-responsive-alignment {
max-width:6426px; }}

@media screen and (max-width: 6426px) {
#stacks_in_403 .the-responsive-alignment {
max-width:6188px; }}

@media screen and (max-width: 6188px) {
#stacks_in_403 .the-responsive-alignment {
max-width:5950px; }}

@media screen and (max-width: 5950px) {
#stacks_in_403 .the-responsive-alignment {
max-width:5712px; }}

@media screen and (max-width: 5712px) {
#stacks_in_403 .the-responsive-alignment {
max-width:5474px; }}

@media screen and (max-width: 5474px) {
#stacks_in_403 .the-responsive-alignment {
max-width:5236px; }}

@media screen and (max-width: 5236px) {
#stacks_in_403 .the-responsive-alignment {
max-width:4998px; }}

@media screen and (max-width: 4998px) {
#stacks_in_403 .the-responsive-alignment {
max-width:4760px; }}

@media screen and (max-width: 4760px) {
#stacks_in_403 .the-responsive-alignment {
max-width:4522px; }}

@media screen and (max-width: 4522px) {
#stacks_in_403 .the-responsive-alignment {
max-width:4284px; }}

@media screen and (max-width: 4284px) {
#stacks_in_403 .the-responsive-alignment {
max-width:4046px; }}

@media screen and (max-width: 4046px) {
#stacks_in_403 .the-responsive-alignment {
max-width:3808px; }}

@media screen and (max-width: 3808px) {
#stacks_in_403 .the-responsive-alignment {
max-width:3570px; }}

@media screen and (max-width: 3570px) {
#stacks_in_403 .the-responsive-alignment {
max-width:3332px; }}

@media screen and (max-width: 3332px) {
#stacks_in_403 .the-responsive-alignment {
max-width:3094px; }}

@media screen and (max-width: 3094px) {
#stacks_in_403 .the-responsive-alignment {
max-width:2856px; }}

@media screen and (max-width: 2856px) {
#stacks_in_403 .the-responsive-alignment {
max-width:2618px; }}

@media screen and (max-width: 2618px) {
#stacks_in_403 .the-responsive-alignment {
max-width:2380px; }}

@media screen and (max-width: 2380px) {
#stacks_in_403 .the-responsive-alignment {
max-width:2142px; }}

@media screen and (max-width: 2142px) {
#stacks_in_403 .the-responsive-alignment {
max-width:1904px; }}

@media screen and (max-width: 1904px) {
#stacks_in_403 .the-responsive-alignment {
max-width:1666px; }}

@media screen and (max-width: 1666px) {
#stacks_in_403 .the-responsive-alignment {
max-width:1428px; }}

@media screen and (max-width: 1428px) {
#stacks_in_403 .the-responsive-alignment {
max-width:1190px; }}

@media screen and (max-width: 1190px) {

#stacks_in_403 .the-container {
 }

#stacks_in_403 .the-responsive-alignment {
max-width:952px;
 }

#stacks_in_403 .the-wrapper { 
 max-width: 200px !important; padding-left: 0px; padding-right: 0px;  


/*Custom CSS;*/ }

#stacks_in_403 .the-content { 
 																	/*Custom CSS;*/; }
}

@media screen and (max-width: 952px) {

#stacks_in_403 .the-container {
 /*Custom CSS;*/ }

#stacks_in_403 .the-responsive-alignment {
max-width:714px;
 }

#stacks_in_403 .the-wrapper { 
 max-width: 200px !important; padding-left: 0px; padding-right: 0px;  

																	/*Custom CSS;*/ }

#stacks_in_403 .the-content {  	

/*Custom CSS;*/; }

}


@media screen and (max-width: 714px) {

#stacks_in_403 .the-container {
 }

#stacks_in_403 .the-responsive-alignment {
max-width:476px;
 }

#stacks_in_403 .the-wrapper { 
 max-width: 200px !important; padding-left: 0px; padding-right: 0px;  

																		/*Custom CSS;*/ }

#stacks_in_403 .the-content { 
 																		/*Custom CSS;*/; }

}

@media screen and (max-width: 476px) {

#stacks_in_403 .the-container {

}

#stacks_in_403 .the-responsive-alignment {
max-width:238px;
 }

#stacks_in_403 .the-wrapper { 
 max-width: 200px !important; padding-left: 0px; padding-right: 0px;  

																		/*Custom CSS;*/ }

#stacks_in_403 .the-content { 
 
 																	/*Custom CSS;*/;}

}

#stacks_in_403 {
	margin: 5px 0px 0px 0px;
}
#stacks_in_404 h3,#stacks_in_404 .hTxt:not(.segment) div{font-size:1.10rem}@media all and (max-width:640px){#stacks_in_404 h3,#stacks_in_404 .hTxt:not(.segment) div{font-size:0.95rem}}


#stacks_in_407 {
	font-weight: bold;
}
#stacks_in_410 h3,#stacks_in_410 .hTxt:not(.segment) div{font-size:1.10rem}@media all and (max-width:640px){#stacks_in_410 h3,#stacks_in_410 .hTxt:not(.segment) div{font-size:0.95rem}}


#stacks_in_413 {
	font-weight: bold;
}
#stacks_in_416 h3,#stacks_in_416 .hTxt:not(.segment) div{font-size:1.10rem}@media all and (max-width:640px){#stacks_in_416 h3,#stacks_in_416 .hTxt:not(.segment) div{font-size:0.95rem}}


#stacks_in_419 {
	font-weight: bold;
}
#stacks_in_422 h3,#stacks_in_422 .hTxt:not(.segment) div{font-size:1.10rem}@media all and (max-width:640px){#stacks_in_422 h3,#stacks_in_422 .hTxt:not(.segment) div{font-size:0.95rem}}


#stacks_in_425 {
	font-weight: bold;
}
#stacks_in_396 > .chroma-scroll-pro[data-style="style1"] > .su-content{padding-top:0px;padding-bottom:0px;padding-left:0px;padding-right:0px}#stacks_in_396 > .chroma-scroll-pro[data-style="style1"] > .su-content::after{background:rgba(223, 223, 223, 0.90)}#stacks_in_396 > .chroma-scroll-pro[data-style="style1"] > .su-content .top-bar ul.dropdown{background:rgba(223, 223, 223, 0.90) !important}#stacks_in_396 > .chroma-scroll-pro[data-style="style1"].tb-mob > .su-content .top-bar ul.menu,#stacks_in_396 > .chroma-scroll-pro[data-style="style1"].tb-mob .top-bar ul.dropdown{background:none !important}
#stacks_in_17 h1,#stacks_in_17 .hTxt:not(.segment) div{font-size:3.00rem}@media all and (max-width:640px){#stacks_in_17 h1,#stacks_in_17 .hTxt:not(.segment) div{font-size:1.95rem}}#stacks_in_17 h1,#stacks_in_17 div{color:rgba(0, 158, 224, 1.00)}#stacks_in_17 h1 a,#stacks_in_17 div a{color:rgba(0, 158, 224, 1.00)}#stacks_in_17 h1 a:hover,#stacks_in_17 div a:hover{color:rgba(0, 118, 168, 1.00)}#stacks_in_17 small,#stacks_in_17 small div{color:rgba(111, 111, 111, 1.00)}


#stacks_in_17 {
	margin: 160px 0px 20px 0px;
}

#stacks_in_19 {
	font-weight: bold;
}




/*#stacks_in_277 {
    display: none;
}*/
.stacks_in_277_photo_wrapper {
    
}


.stacks_in_277_photo_wrapper img {
    border-radius: 3px;
}.stacks_in_441_4 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 2rem)}

/* -- Start Svg Each css Template -- */


#stacks_in_441_145 img {
	position: relative;
	max-width: 100%;
	height: auto;
}

.stacks_in_441_145svgwrapper{
	position: relative;
}


		#stacks_in_441_145 img  {
			max-width: 270px;
		}
	
		@media (max-width: 61.9em) {
			#stacks_in_441_145 img {
				max-width: 270px;
			}
		}
		
		@media (max-width: 47.9em) {
			#stacks_in_441_145 img {
				max-width: 220px;
			}
		}
	


#stacks_in_441_145 {
	text-align: left !important;
}





	@media (max-width: 61.9em) {
		#stacks_in_441_145 {
			text-align: center !important;
		}
	}
	
	@media (max-width: 47.9em) {
		#stacks_in_441_145 {
			text-align: center !important;
		}
	}






/* -- End Svg Each css Template -- */
