@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,regular,500,600,700);/* DON'T CHANGE ANYTHING ON THIS PAGE! */





/* continent map start */
#africa path{fill: #e70200;}
#europe path {fill: #53b134;}
#asia path{fill: #9b3391;}
#oceania path{fill: #f2d643;}
#southamerica path{fill: #ff6000;}
#northamerica path{fill: #154ea5;}


/* africa map start */
#botswana path{fill: #009833;}
#burkinafaso path{fill: #005f1f;}
#car path{fill: #0e8c2b;}
#drc path{fill: #005f1f}
#cotedivoire path{fill: #0e8c2b;}
/*#demrepcongo path{fill: #0e8c2b;}*/
#egypt path{fill: #14b64c;}
/* changed colour on SVG by using st3 #ethiopia path{fill: #007b28;} */
#gambia path{fill: #005f1f}
#ghana path{fill: #14b64c}
#guineabissau path{fill: #14b64c;}
#kenya path{fill: #3bbf66;}
#malawi path{fill: #009833;}
#mozambique path{fill: #14b64c;}
#namibia path{fill: #14b64c;}
#nigeria path{fill: #14b64c;}
/* changed colour on SVG by using st3 #rwanda path{fill: #005f1f;} */
#sierraleone path{fill: #005f1f;}
#senegal path{fill: #0e8c2b;}
#southafrica path{fill: #038417;}
#somalia path{fill: #14b64c;}
#sudan path{fill: #005f1f;}
#southsudan path{fill: #038417;}
#tanzania path{fill: #009833;}
#uganda path{fill: #009833;}
#zambia path{fill: #005e0c;}
/* changed colour on SVG by using st3/*#zimbabwe path{fill: #3bbf66;}*/

/* africa map end */

/* asia map start */
/* changed colour on SVG by using st2/*#armenia path{fill: #007b28;}*/
/* changed colour on SVG by using st2/*#afghanistan path{fill: #007b28;}*/
#bangladesh path{fill: #3bbf66;}
#cambodia path{fill: #009833;}
#india path{fill: #007b28;}
#indonesia path{fill: #146430;}
#lebanon path{fill: #005e0c;}
#malaysia path{fill: #007b28;}
#myanmar path{fill: #0e8c2b;}
#nepal path{fill: #007b28;}
#northkorea path{fill: #007b28;}
#pakistan path{fill: #007b28;}
#srilanka path{fill: #007b28;}
#thailand path{fill: #14b64c;}
#china path{fill: #009833;}
#syria path{fill: #007b28;}
#vietnam path{fill: #007b28;}
#bangladesh path{fill: #3bbf66;}
#philippines path{fill: #14b64c;}
#yemen path{fill: #146430;}
#tajikistan path{fill: #007b28;}
/* asia map end */

/* South America map start */
#brazil path{fill:  #007b28;}
#costarica path{fill:  #14b64c}
#jamaica path{fill:  #005e0c;}
#guatemala path{fill:  #14b64c}
#ecuador path{fill:  #14b64c}
#haiti path{fill:  #14b64c}
#montserrat path{fill:  #007b28;}
#venezuela path{fill:  #14b64c}
#colombia path{fill:  #005e0c;}
#elsalvador path{fill:  #3bbf66}
#honduras path{fill:  #005e0c;}
#argentina path{fill:  #14b64c}
#belize path{fill:  #007b28;}
  /* South America map end */
  
  /* North America map start */

#mexico path{fill:  #14b64c}
  /* North America map end */
  
  
  /* oceania map start */
#fiji path{fill: #005f1f}
#papuanewguinea path{fill:  #14b64c}
/* oceania map end */

  
  /* europe map start */
/* changed colour on SVG by using cls-3/*#ukraine path{fill:  #007b28;}*/
#turkey path{fill:  #14b64c}
#albania path{fill:  #005e0c;}


/* Europe map end */

/* Hover colouring for maps */
/*
a.continentlink:hover, a.continentlink.hovered{filter:brightness(0) saturate(100%) invert(34%) sepia(0%) saturate(739%) hue-rotate(71deg) brightness(106%) contrast(91%);}
*/

/* continent map end */
a.countrylink:hover, a.countrylink.hovered{filter:brightness(0) saturate(100%) invert(94%) sepia(0%) saturate(1384%) hue-rotate(227deg) brightness(84%) contrast(88%);}
a.link-to-map.hovered{color: #1E1E1D;}

a.continentlink:hover path, a.continentlink.hovered path{
    fill: #5f5f5f !important;
}


/* Other Styling */
.overflow-visible .skn-subnav{overflow:visible;}

.h2_877959 {display: inline-flex; color: #000; background: #fff;mix-blend-mode: lighten; max-width:240px;}
.gallery_setting_878246 .snimagegrid .slide:hover img { transform: scale(0.95)  }
.gallery_setting_900077 .snimagegrid .slide:hover img { transform: scale(0.95)  }

/* Lines */
hr{height: 8px; background: #fff;}
hr.white{height: 8px; background: #fff;}
hr.black{height: 8px; background: #1E1E1D;}

.spin {-webkit-transition: -webkit-transform .8s ease-in-out; transition: transform .8s ease-in-out;}
.spin:hover{-webkit-transform: rotate(360deg); transform: rotate(360deg);}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.rotate {animation: rotation 40s infinite linear;}

/* White Underlined with White Links */
.a_878335{text-decoration: none; border-bottom: #ffffff 2px solid;  transition-duration: 0.3s;}
.a_878335:hover{text-decoration: none; border-bottom: #009933 2px solid;}

/* Green Underlined Links */
.a_878360{ text-decoration: none; border-bottom: #009933 2px solid;  transition-duration: 0.3s;}
.a_878360:hover{text-decoration: none; border-bottom: #1E1E1D 2px solid;}

/* Green Box Links */
a.a_878339{
    display: inline-block;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px; 
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 0px solid #CC9561;
    width: 200px;
    max-width: 100%;
    background-color: #009933;
    text-align: center;transition-duration: 0.3s;
}

a.a_878339:hover {background-color: #1E1E1D;}
	
/* Footer Newsletter Box Link */
a.a_878359{
    display: inline-block;
    padding-top: 8px;
    padding-right:6px;
    padding-bottom: 8px;
    padding-left:6px; 
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 0px solid #CC9561;
    width: 220px;
    max-width: 100%;
    background-color: #009933;
    text-align: center;transition-duration: 0.3s;
}

a.a_878359:hover {background-color: #ffffff;}

/* Smaller Green Box Link */
a.a_899102{
    display: inline-block;
    padding-top: 8px;
    padding-right:6px;
    padding-bottom: 8px;
    padding-left:6px; 
    margin-right: 10px;
       margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 0px solid #CC9561;
    width: 140px;
    max-width: 100%;
    background-color: #009933;
    text-align: center;transition-duration: 0.3s;
}

a.a_899102:hover {background-color: #1E1E1D;}


.skn-acc-877863 .skn-subnav ul[data-direction="vertical"][data-dropdown="fixed"] li:hover > ul[data-dropdown="floating"][data-direction="vertical"], .skn-acc-877863 .skn-subnav ul[data-direction="vertical"][data-dropdown="fixed"] li.hovered > ul[data-dropdown="floating"][data-direction="vertical"] {
    width: auto;
}

.skn-acc-877863 .skn-subnav ul[data-direction="vertical"][data-dropdown="fixed"] li:hover > ul[data-dropdown="floating"][data-direction="vertical"] li, .skn-acc-877863 .skn-subnav ul[data-direction="vertical"][data-dropdown="fixed"] li.hovered > ul[data-dropdown="floating"][data-direction="vertical"] li {
    padding: 8px 24px 6px 4px;
    margin-bottom: 0px;
    border-bottom: 2px solid #000;
}
.skn-acc-877863 .skn-subnav ul[data-direction="vertical"][data-dropdown="fixed"] li:hover > ul[data-dropdown="floating"][data-direction="vertical"] li:hover, .skn-acc-877863 .skn-subnav ul[data-direction="vertical"][data-dropdown="fixed"] li.hovered > ul[data-dropdown="floating"][data-direction="vertical"] li.hovered {
    padding: 8px 24px 6px 4px;
    margin-bottom: 0px;
    border-bottom: 2px solid #000;
    background-color: #d9d9d9;
}

.skn-acc-877863 .skn-subnav ul[data-direction="vertical"][data-dropdown="fixed"] li:hover > ul[data-dropdown="floating"][data-direction="vertical"] li:last-of-type, .skn-acc-877863 .skn-subnav ul[data-direction="vertical"][data-dropdown="fixed"] li.hovered > ul[data-dropdown="floating"][data-direction="vertical"] li:last-of-type {
    border-bottom: 0px none;
}
.skn-acc-877863 .skn-subnav ul[data-direction="vertical"][data-dropdown="fixed"] li:hover > ul[data-dropdown="floating"][data-direction="vertical"] li .label, .skn-acc-877863 .skn-subnav ul[data-direction="vertical"][data-dropdown="fixed"] li.hovered > ul[data-dropdown="floating"][data-direction="vertical"] li .label {
    margin-right: 25px;
}
.home-nav-cell{z-index: 5;}
.home-nav-cell .fakep{z-index: 5; position: relative;}

.skn-menu-list.ul_877951{
    width:100%;
    margin:0 auto;
    padding:0;
    list-style:none;
    background-color:#009933;
    text-align:center;
    font-family: sans-serif; 
    display:flex !important;
  
}
.skn-menu-list.ul_877951:after{
    display:none !important;
}
.skn-menu-list.ul_877951 li { 
    display:inline-block;
    width:auto;
    margin:0;
    padding:0;
    flex: 1 1 auto;
}
.skn-menu-list.ul_877951 a {
    text-align:center;
    padding:12px 12px 13px 12px;
    margin:0;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    display:block;
}

.zoom {
 
  transition: transform .2s; 
}

.zoom:hover {
  transform: scale(1.05);
}

@media only screen and (max-width: 1200px) {
   .skn-menu-list.ul_877951 li {font-size:0.8rem;}
}

.preloader{color:#000000; }
#wrap{min-width:0px; }
.baseparagraph, .fakep, .skn-cell-standard ul, .skn-cell-standard ol, .p_877948, p{font-family:nunito; font-size:19.2px; font-size:1.6rem; color:#1E1E1D; font-weight:400; font-style:normal; text-decoration:none; text-align:left; letter-spacing:normal; word-spacing:normal; text-transform:inherit; font-variant:inherit; line-height:1.6; text-shadow:none; width:100%; margin-top:0%; margin-right:auto; margin-bottom:0%; margin-left:auto; padding-top:0%; padding-right:0%; padding-bottom:0%; padding-left:0%; }
.skn-post-content.p_877949 p, .skn-post-content.p_877949 ul.skn-text-list, .skn-post-content.p_877949 ol.skn-text-list, .p_877949{font-size:13.2px; font-size:1.1rem; color:#FFFFFF; text-align:center; letter-spacing:normal; word-spacing:normal; text-transform:inherit; font-variant:inherit; line-height:1.4; margin-right:auto; margin-left:auto; }
.skn-post-content.p_877950 p, .skn-post-content.p_877950 ul.skn-text-list, .skn-post-content.p_877950 ol.skn-text-list, .p_877950{font-size:12px; font-size:1rem; color:#FFFFFF; word-spacing:normal; text-transform:inherit; font-variant:inherit; margin-right:auto; margin-left:auto; }
.skn-post-content.p_878186 p, .skn-post-content.p_878186 ul.skn-text-list, .skn-post-content.p_878186 ol.skn-text-list, .p_878186{font-family:nunito; font-size:37.2px; font-size:3.1rem; color:#FFFFFF; font-weight:400; text-transform:inherit; line-height:1.15; margin-right:auto; margin-left:auto; }
.skn-post-content.p_878329 p, .skn-post-content.p_878329 ul.skn-text-list, .skn-post-content.p_878329 ol.skn-text-list, .p_878329{font-size:16.8px; font-size:1.4rem; color:#FFFFFF; font-weight:600; margin-right:auto; margin-left:auto; }
.skn-post-content.p_878430 p, .skn-post-content.p_878430 ul.skn-text-list, .skn-post-content.p_878430 ol.skn-text-list, .p_878430{font-size:15.6px; font-size:1.3rem; font-weight:600; font-style:italic; margin-right:auto; margin-left:auto; }
.skn-post-content.p_882217 p, .skn-post-content.p_882217 ul.skn-text-list, .skn-post-content.p_882217 ol.skn-text-list, .p_882217{font-size:14.4px; font-size:1.2rem; color:#606061; font-weight:400; margin-right:auto; margin-left:auto; }
.skn-post-content.p_915045 p, .skn-post-content.p_915045 ul.skn-text-list, .skn-post-content.p_915045 ol.skn-text-list, .p_915045{font-size:6px; font-size:0.5rem; color:#009933; font-weight:600; line-height:0.9; margin-right:auto; margin-left:auto; padding-top:2%; }
.skn-post-content.p_882381 p, .skn-post-content.p_882381 ul.skn-text-list, .skn-post-content.p_882381 ol.skn-text-list, .p_882381{margin-right:auto; margin-left:auto; }
.skn-post-content.p_878437 p, .skn-post-content.p_878437 ul.skn-text-list, .skn-post-content.p_878437 ol.skn-text-list, .p_878437{font-size:16.8px; font-size:1.4rem; color:#606061; font-weight:400; line-height:1.6; margin-right:auto; margin-left:auto; }
.span_878156{color:#ffffff; word-spacing:normal; text-transform:inherit; font-variant:inherit; }
.span_878859{color:#000000; }
.span_882382{color:#0033C6; }
.span_882383{color:#F10700; }
.span_884250{font-weight:900; }
.span_878482{color:#009933; }
.baseheading, h1, h2, h3, h4, h5, h6, .h2_877958, h1{font-family:Oswald; font-size:39.6px; font-size:3.3rem; color:#1E1E1D; font-weight:600; font-style:normal; text-decoration:none; text-align:left; letter-spacing:normal; word-spacing:normal; text-transform:inherit; font-variant:inherit; line-height:1.2; text-shadow:none; width:100%; margin-top:0%; margin-right:auto; margin-bottom:0%; margin-left:auto; padding-top:0%; padding-right:0%; padding-bottom:0%; padding-left:0%; }
.h2_877959{font-size:42px; font-size:3.5rem; color:#1E1E1D; font-weight:700; text-align:center; word-spacing:normal; text-transform:uppercase; font-variant:inherit; line-height:0.8; margin-top:0%; margin-right:auto; margin-left:auto; padding-top:2%; padding-right:2%; padding-bottom:1%; padding-left:2%; }
.h2_877960{font-family:Oswald; font-size:31.2px; font-size:2.6rem; color:#ffffff; word-spacing:normal; text-transform:uppercase; font-variant:inherit; line-height:1; margin-right:auto; margin-left:auto; }
.h2_878327{font-size:48px; font-size:4rem; text-transform:uppercase; line-height:1; margin-right:auto; margin-left:auto; }
.h2_878328{font-size:26.4px; font-size:2.2rem; text-align:left; margin-right:auto; margin-left:auto; }
.h2_878436{font-family:nunito; font-size:19.2px; font-size:1.6rem; font-weight:800; margin-right:auto; margin-left:auto; }
.h2_878378{font-size:38.4px; font-size:3.2rem; text-transform:uppercase; margin-right:auto; margin-left:auto; }
.h2_878934{font-family:nunito; font-size:33.6px; font-size:2.8rem; color:#009933; font-weight:800; margin-right:auto; margin-left:auto; }
.h2_879690{text-transform:uppercase; line-height:1; margin-right:auto; margin-left:auto; padding-bottom:0.8%; }
.h2_882215{font-family:nunito; font-size:22.8px; font-size:1.9rem; color:#009933; font-weight:800; margin-right:auto; margin-left:auto; }
.h2_882216{font-family:nunito; font-size:15.6px; font-size:1.3rem; font-weight:800; font-style:italic; margin-right:auto; margin-left:auto; }
a{font-family:inherit; font-size:0px; font-size:inherit; color:#009933; font-weight:600; font-style:inherit; text-decoration:inherit; text-align:inherit; letter-spacing:inherit; word-spacing:normal; text-transform:inherit; font-variant:inherit; line-height:inherit; text-shadow:none; }
a:hover{color:#1E1E1D; text-shadow:none; }
.a_878335{font-family:inherit; font-size:0px; font-size:inherit; color:#FFFFFF; font-weight:inherit; font-style:inherit; text-decoration:inherit; text-align:inherit; letter-spacing:inherit; word-spacing:inherit; text-transform:inherit; font-variant:inherit; line-height:inherit; }
.a_878335:hover{color:#FFFFFF; }
.a_878339{font-family:Oswald; font-size:21.6px; font-size:1.8rem; color:#FFFFFF; font-weight:700; font-style:inherit; text-decoration:inherit; text-align:inherit; letter-spacing:0.01em; word-spacing:inherit; text-transform:uppercase; font-variant:inherit; line-height:inherit; }
.a_878339:hover{color:#FFFFFF; }
.a_878355{font-family:inherit; font-size:0px; font-size:inherit; color:#FFFFFF; font-weight:inherit; font-style:inherit; text-decoration:underline; text-align:inherit; letter-spacing:inherit; word-spacing:inherit; text-transform:inherit; font-variant:inherit; line-height:inherit; }
.a_878355.selected, .a_878355.selected:hover{text-decoration:underline; }
.a_878355:hover{color:#D7D7D8; text-decoration:underline; }
.a_878359{font-family:Oswald; font-size:19.2px; font-size:1.6rem; color:#FFFFFF; font-weight:700; font-style:inherit; text-decoration:inherit; text-align:inherit; letter-spacing:0.01em; word-spacing:inherit; text-transform:uppercase; font-variant:inherit; line-height:inherit; }
.a_878359:hover{color:#009933; }
.a_878360{font-family:inherit; font-size:0px; font-size:inherit; color:#1E1E1D; font-weight:inherit; font-style:inherit; text-decoration:inherit; text-align:inherit; letter-spacing:inherit; word-spacing:inherit; text-transform:inherit; font-variant:inherit; line-height:inherit; }
.a_878360:hover{color:#1E1E1D; }
.a_878438{font-family:inherit; font-size:14.4px; font-size:1.2rem; color:#009933; font-weight:600; font-style:inherit; text-decoration:inherit; text-align:inherit; letter-spacing:inherit; word-spacing:inherit; text-transform:inherit; font-variant:inherit; line-height:inherit; }
.a_878438:hover{color:#1E1E1D; }
.a_898357{font-family:inherit; font-size:0px; font-size:inherit; color:#E10A0A; font-weight:inherit; font-style:inherit; text-decoration:inherit; text-align:inherit; letter-spacing:inherit; word-spacing:inherit; text-transform:inherit; font-variant:inherit; line-height:inherit; }
.a_899102{font-family:Oswald; font-size:16.8px; font-size:1.4rem; color:#FFFFFF; font-weight:700; font-style:inherit; text-decoration:inherit; text-align:inherit; letter-spacing:0.01em; word-spacing:inherit; text-transform:uppercase; font-variant:inherit; line-height:inherit; }
.a_899102:hover{color:#FFFFFF; }
.ul_878188> li, .icon.ul_878188:after{font-family:Oswald; font-size:16.8px; font-size:1.4rem; color:#ffffff; font-weight:600; font-style:normal; text-decoration:none; text-align:left; letter-spacing:0.05em; word-spacing:normal; text-transform:inherit; font-variant:inherit; line-height:1.2; text-shadow:none; margin-top:0%; margin-right:0%; margin-bottom:0%; margin-left:2%; padding-top:0%; padding-right:0%; padding-bottom:0%; padding-left:0%; }
.ul_877951> li.selected, .icon.ul_877956:after{color:#FFFFFF; word-spacing:normal; text-transform:inherit; font-variant:inherit; text-shadow:none; }
.ul_900227> li.selected, .icon.ul_900229:after{color:#e9eaea; word-spacing:normal; text-transform:inherit; font-variant:inherit; }
.ul_900227> li:hover, .icon.ul_900228:after{color:#e9eaea; word-spacing:normal; text-transform:inherit; font-variant:inherit; }
.ul_900227> li, .icon.ul_900227:after{font-family:nunito; font-size:14.4px; font-size:1.2rem; color:#ffffff; font-weight:600; font-style:normal; text-decoration:none; text-align:center; letter-spacing:normal; word-spacing:normal; text-transform:inherit; font-variant:inherit; line-height:1.5; text-shadow:none; margin-top:0%; margin-right:0%; margin-bottom:0%; margin-left:0%; padding-top:0%; padding-right:0%; padding-bottom:0%; padding-left:0%; }
.ul_877951> li:hover, .icon.ul_877953:after{color:#FFFFFF; word-spacing:normal; text-transform:inherit; font-variant:inherit; text-shadow:none; }
.ul_877952> li.selected, .icon.ul_877955:after{color:#e9eaea; word-spacing:normal; text-transform:inherit; font-variant:inherit; text-shadow:none; }
.ul_877951> li, .icon.ul_877951:after{font-family:Oswald; font-size:14.4px; font-size:1.2rem; color:#FFFFFF; font-weight:400; font-style:normal; text-decoration:none; text-align:center; letter-spacing:normal; word-spacing:normal; text-transform:inherit; font-variant:inherit; line-height:1.2; text-shadow:none; margin-top:0%; margin-right:1%; margin-bottom:0%; margin-left:1%; padding-top:0%; padding-right:0%; padding-bottom:0%; padding-left:0%; }
.ul_878476> li, .icon.ul_878476:after{font-family:nunito; font-size:14.4px; font-size:1.2rem; color:#FFFFFF; font-weight:600; font-style:normal; text-decoration:none; text-align:left; letter-spacing:normal; word-spacing:normal; text-transform:inherit; font-variant:inherit; line-height:1.2; text-shadow:none; margin-top:0%; margin-right:0%; margin-bottom:0%; margin-left:0%; padding-top:2%; padding-right:2%; padding-bottom:2%; padding-left:4%; }
.ul_878188> li:hover, .icon.ul_878189:after{color:#1E1E1D; font-weight:600; word-spacing:normal; text-transform:inherit; font-variant:inherit; }
.ul_878188> li.selected, .icon.ul_878190:after{font-weight:600; word-spacing:normal; text-transform:inherit; font-variant:inherit; }
.ul_877952> li, .icon.ul_877952:after{font-family:Oswald; font-size:14.4px; font-size:1.2rem; color:#ffffff; font-weight:normal; font-style:normal; text-decoration:none; text-align:center; letter-spacing:normal; word-spacing:normal; text-transform:inherit; font-variant:inherit; line-height:1.5; text-shadow:none; margin-top:0%; margin-right:0%; margin-bottom:0%; margin-left:0%; padding-top:0%; padding-right:0%; padding-bottom:0%; padding-left:0%; }
.ul_877952> li:hover, .icon.ul_877954:after{color:#e9eaea; word-spacing:normal; text-transform:inherit; font-variant:inherit; text-shadow:none; }
.ul_878479> li.selected, .icon.ul_878481:after{color:#1E1E1D; word-spacing:normal; text-transform:inherit; font-variant:inherit; }
.ul_878479> li:hover, .icon.ul_878480:after{color:#1E1E1D; word-spacing:normal; text-transform:inherit; font-variant:inherit; }
.ul_878479> li, .icon.ul_878479:after{font-family:nunito; font-size:14.4px; font-size:1.2rem; color:#1E1E1D; font-weight:600; font-style:normal; text-decoration:none; text-align:left; letter-spacing:normal; word-spacing:normal; text-transform:inherit; font-variant:inherit; line-height:1.2; text-shadow:none; margin-top:0%; margin-right:0%; margin-bottom:3.5%; margin-left:6%; padding-top:5%; padding-right:0%; padding-bottom:2%; padding-left:2%; }
.ul_878476> li.selected, .icon.ul_878478:after{color:#1E1E1D; word-spacing:normal; text-transform:inherit; font-variant:inherit; }
.ul_878476> li:hover, .icon.ul_878477:after{color:#D7D7D8; word-spacing:normal; text-transform:inherit; font-variant:inherit; }
.custom-stylesheet-var{z-index:20211209; position:relative; }
.grid-stylsheet-test{position:absolute; z-index:-5;; }
.width_877889{width:100%; }
.max_width_877890{max-width:960px; }
.max_width_877927{max-width:1200px; }
.max_width_877937{max-width:800px; }
.max_width_878292{max-width:1500px; }
.max_width_878408{max-width:1400px; }
.grid-setting-877891 .masonry-column-sizer{width:14.166666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-877891 .skn-cell.cols1{width:14.166666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-877891 .skn-cell.cols2{width:31.333333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-877891 .skn-cell.cols3{width:48.5%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-877891 .skn-cell.cols4{width:65.666666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-877891 .skn-cell.cols5{width:82.833333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-877891 .skn-cell.cols6{width:100%; }
.grid-setting-877891 .masonry-gutter-sizer{width:3%; }
.skn-section:not(.custom-grid) .grid-setting-877891 .skn-cell{margin-bottom:3%; }
.grid-setting-877940 .masonry-column-sizer{width:14.166666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-877940 .skn-cell.cols1{width:14.166666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-877940 .skn-cell.cols2{width:31.333333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-877940 .skn-cell.cols3{width:48.5%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-877940 .skn-cell.cols4{width:65.666666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-877940 .skn-cell.cols5{width:82.833333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-877940 .skn-cell.cols6{width:100%; }
.grid-setting-877940 .masonry-gutter-sizer{width:3%; }
.skn-section:not(.custom-grid) .grid-setting-877940 .skn-cell{margin-bottom:5%; }
.grid-setting-877941 .masonry-column-sizer{width:7.4166666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-877941 .skn-cell.cols1{width:7.4166666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-877941 .skn-cell.cols2{width:15.833333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-877941 .skn-cell.cols3{width:24.25%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-877941 .skn-cell.cols4{width:32.666666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-877941 .skn-cell.cols5{width:41.083333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-877941 .skn-cell.cols6{width:49.5%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-877941 .skn-cell.cols7{width:57.916666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-877941 .skn-cell.cols8{width:66.333333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-877941 .skn-cell.cols9{width:74.75%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-877941 .skn-cell.cols10{width:83.166666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-877941 .skn-cell.cols11{width:91.583333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-877941 .skn-cell.cols12{width:100%; }
.grid-setting-877941 .masonry-gutter-sizer{width:1%; }
.skn-section:not(.custom-grid) .grid-setting-877941 .skn-cell{margin-bottom:0%; }
.grid-setting-878330 .masonry-column-sizer{width:5.5833333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-878330 .skn-cell.cols1{width:5.5833333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-878330 .skn-cell.cols2{width:14.166666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-878330 .skn-cell.cols3{width:22.75%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-878330 .skn-cell.cols4{width:31.333333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-878330 .skn-cell.cols5{width:39.916666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-878330 .skn-cell.cols6{width:48.5%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-878330 .skn-cell.cols7{width:57.083333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-878330 .skn-cell.cols8{width:65.666666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-878330 .skn-cell.cols9{width:74.25%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-878330 .skn-cell.cols10{width:82.833333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-878330 .skn-cell.cols11{width:91.416666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-878330 .skn-cell.cols12{width:100%; }
.grid-setting-878330 .masonry-gutter-sizer{width:3%; }
.skn-section:not(.custom-grid) .grid-setting-878330 .skn-cell{margin-bottom:3%; }
.grid-setting-878407 .masonry-column-sizer{width:5.5833333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-878407 .skn-cell.cols1{width:5.5833333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-878407 .skn-cell.cols2{width:14.166666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-878407 .skn-cell.cols3{width:22.75%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-878407 .skn-cell.cols4{width:31.333333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-878407 .skn-cell.cols5{width:39.916666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-878407 .skn-cell.cols6{width:48.5%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-878407 .skn-cell.cols7{width:57.083333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-878407 .skn-cell.cols8{width:65.666666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-878407 .skn-cell.cols9{width:74.25%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-878407 .skn-cell.cols10{width:82.833333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-878407 .skn-cell.cols11{width:91.416666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-878407 .skn-cell.cols12{width:100%; }
.grid-setting-878407 .masonry-gutter-sizer{width:3%; }
.skn-section:not(.custom-grid) .grid-setting-878407 .skn-cell{margin-bottom:3%; }
.grid-setting-900044 .masonry-column-sizer{width:calc(100% / 6); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-900044 .skn-cell.cols1{width:calc(100% * 1 / 6); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-900044 .skn-cell.cols2{width:calc(100% * 2 / 6); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-900044 .skn-cell.cols3{width:calc(100% * 3 / 6); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-900044 .skn-cell.cols4{width:calc(100% * 4 / 6); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-900044 .skn-cell.cols5{width:calc(100% * 5 / 6); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-900044 .skn-cell.cols6{width:calc(100% * 6 / 6); }
.grid-setting-900044 .masonry-gutter-sizer{width:0%; }
.skn-section:not(.custom-grid) .grid-setting-900044 .skn-cell{margin-bottom:0%; }
.padding_877893{padding:1% 0% 1% 0%; }
body[data-skn-threshold="620"] .padding_877893{padding:2% 0% 2% 0%; }
.padding_877894{padding:2% 0% 2% 0%; }
body[data-skn-threshold="620"] .padding_877894{padding:4% 0% 4% 0%; }
.padding_877895{padding:3% 0% 3% 0%; }
body[data-skn-threshold="620"] .padding_877895{padding:6% 0% 6% 0%; }
.padding_877896{padding:4% 0% 4% 0%; }
body[data-skn-threshold="620"] .padding_877896{padding:8% 0% 8% 0%; }
.padding_877897{padding:5% 0% 5% 0%; }
body[data-skn-threshold="620"] .padding_877897{padding:10% 0% 10% 0%; }
.padding_877899{padding:1% 1% 1% 1%; }
body[data-skn-threshold="620"] .padding_877899{padding:2% 2% 2% 2%; }
.padding_877900{padding:2% 2% 2% 2%; }
body[data-skn-threshold="620"] .padding_877900{padding:4% 4% 4% 4%; }
.padding_877901{padding:3% 3% 3% 3%; }
body[data-skn-threshold="620"] .padding_877901{padding:6% 6% 6% 6%; }
.padding_877902{padding:4% 3% 4% 3%; }
body[data-skn-threshold="620"] .padding_877902{padding:8% 6% 8% 6%; }
.padding_877903{padding:5% 5% 5% 5%; }
body[data-skn-threshold="620"] .padding_877903{padding:10% 8% 10% 8%; }
.padding_877905{padding:1% 0% 0% 0%; }
body[data-skn-threshold="620"] .padding_877905{padding:2% 0% 0% 0%; }
.padding_877906{padding:2% 0% 0% 0%; }
body[data-skn-threshold="620"] .padding_877906{padding:4% 0% 0% 0%; }
.padding_877907{padding:3% 0% 0% 0%; }
body[data-skn-threshold="620"] .padding_877907{padding:6% 0% 0% 0%; }
.padding_877908{padding:4% 0% 0% 0%; }
body[data-skn-threshold="620"] .padding_877908{padding:8% 0% 0% 0%; }
.padding_877909{padding:5% 0% 0% 0%; }
body[data-skn-threshold="620"] .padding_877909{padding:10% 0% 0% 0%; }
.padding_877910{padding:0% 0% 1% 0%; }
body[data-skn-threshold="620"] .padding_877910{padding:0% 0% 2% 0%; }
.padding_877911{padding:0% 0% 2% 0%; }
body[data-skn-threshold="620"] .padding_877911{padding:0% 0% 4% 0%; }
.padding_877912{padding:0% 0% 3% 0%; }
body[data-skn-threshold="620"] .padding_877912{padding:0% 0% 6% 0%; }
.padding_877913{padding:0% 0% 4% 0%; }
body[data-skn-threshold="620"] .padding_877913{padding:0% 0% 8% 0%; }
.padding_877914{padding:0% 0% 5% 0%; }
body[data-skn-threshold="620"] .padding_877914{padding:0% 0% 10% 0%; }
.padding_877915{padding:0% 1% 0% 1%; }
body[data-skn-threshold="620"] .padding_877915{padding:0% 2% 0% 2%; }
.padding_877916{padding:0% 2% 0% 2%; }
body[data-skn-threshold="620"] .padding_877916{padding:0% 4% 0% 4%; }
.padding_877917{padding:0% 3% 0% 3%; }
body[data-skn-threshold="620"] .padding_877917{padding:0% 6% 0% 6%; }
.padding_877918{padding:0% 4% 0% 4%; }
body[data-skn-threshold="620"] .padding_877918{padding:0% 8% 0% 8%; }
.padding_877919{padding:0% 5% 0% 5%; }
body[data-skn-threshold="620"] .padding_877919{padding:0% 8% 0% 8%; }
.padding_877933{padding:15% 0% 15% 0%; }
body[data-skn-threshold="620"] .padding_877933{padding:20% 0% 20% 0%; }
.padding_877935{padding:0% 5% 0% 3%; }
body[data-skn-threshold="620"] .padding_877935{padding:0% 8% 0% 6%; }
.padding_877936{padding:20% 0% 20% 0%; }
body[data-skn-threshold="620"] .padding_877936{padding:20% 0% 20% 0%; }
.padding_877939{padding:0% 4% 4% 4%; }
body[data-skn-threshold="620"] .padding_877939{padding:0% 8% 8% 8%; }
.padding_877943{padding:2% 3% 2% 3%; }
body[data-skn-threshold="620"] .padding_877943{padding:4% 6% 4% 6%; }
.padding_878284{padding:1% 3% 1% 3%; }
body[data-skn-threshold="620"] .padding_878284{padding:2% 6% 2% 6%; }
.padding_878293{padding:0% 3% 4% 3%; }
body[data-skn-threshold="620"] .padding_878293{padding:0% 6% 8% 6%; }
.padding_878350{padding:2% 3% 4% 3%; }
body[data-skn-threshold="620"] .padding_878350{padding:4% 6% 8% 6%; }
.padding_878363{padding:0.5% 3% 0.5% 3%; }
body[data-skn-threshold="620"] .padding_878363{padding:1% 6% 1% 6%; }
.padding_879110{padding:4% 3% 0% 3%; }
body[data-skn-threshold="620"] .padding_879110{padding:8% 6% 0% 6%; }
.padding_879761{padding:4% 3% 2% 3%; }
body[data-skn-threshold="620"] .padding_879761{padding:8% 6% 4% 6%; }
.padding_915043{padding:0.5% 0.5% 0.5% 0.5%; }
body[data-skn-threshold="620"] .padding_915043{padding:1% 1% 1% 1%; }
.skn-cell-widget-menu[data-menu-id="877898"] .skn-menu-wrap{top:0px; left:0px; }
.skn-subnav[data-menu-id="877898"] .skn-menu-wrap{top:0px; left:0px; }
.skn-cell-widget-menu[data-menu-id="877904"] .skn-menu-wrap{top:0px; left:0px; }
.skn-subnav[data-menu-id="877904"] .skn-menu-wrap{top:0px; left:0px; }
.skn-cell-widget-menu[data-menu-id="877934"] .skn-menu-wrap{top:0px; left:0px; }
.skn-subnav[data-menu-id="877934"] .skn-menu-wrap{top:0px; left:0px; }
.skn-cell-widget-menu[data-menu-id="877938"] .skn-menu-wrap{top:0px; left:0px; }
.skn-subnav[data-menu-id="877938"] .skn-menu-wrap{top:0px; left:0px; }
.skn-cell-widget-menu[data-menu-id="878191"] .skn-menu-wrap{top:0px; left:0px; }
.skn-subnav[data-menu-id="878191"] .skn-menu-wrap{top:0px; left:0px; }
.margin_877928{margin-top:2%; margin-bottom:0%; }
.skn-inline.margin_877928{margin-right:0%; margin-left:0%; }
.margin_901042{margin-top:2%; margin-bottom:2%; }
.skn-inline.margin_901042{margin-right:0%; margin-left:0%; }
.background_877929.in-view:after{position:absolute; content:""; z-index:-1; display:block; background-color:rgba(13, 13, 13, 0.5); left:0; bottom:0; right:0; top:0; }
body[data-skn-fixed-attachment-threshold="160"]:not([data-skn-threshold="620"]) .background_877929.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/160/1636036271green-network.png"), url("https://cloudfront.sketchanet.com/u/877863/images/320/1636040036istock-469973960.jpg"); }
.webp body[data-skn-fixed-attachment-threshold="160"]:not([data-skn-threshold="620"]) .background_877929.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/160/1636036271green-network.webp"), url("https://cloudfront.sketchanet.com/u/877863/images/320/1636040036istock-469973960.webp"); }
.avif body[data-skn-fixed-attachment-threshold="160"]:not([data-skn-threshold="620"]) .background_877929.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/160/1636036271green-network.avif"), url("https://cloudfront.sketchanet.com/u/877863/images/320/1636040036istock-469973960.avif"); }
body[data-skn-threshold="620"] .background_877929.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/160/1636036271green-network.png"), url("https://cloudfront.sketchanet.com/u/877863/images/320/1636040036istock-469973960.jpg"); }
.webp body[data-skn-threshold="620"] .background_877929.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/160/1636036271green-network.webp"), url("https://cloudfront.sketchanet.com/u/877863/images/320/1636040036istock-469973960.webp"); }
.avif body[data-skn-threshold="620"] .background_877929.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/160/1636036271green-network.avif"), url("https://cloudfront.sketchanet.com/u/877863/images/320/1636040036istock-469973960.avif"); }
.background_877929.in-view[data-skn-threshold="160"]{background-size:60% auto, cover; background-repeat:no-repeat, no-repeat; background-position:108% 50%, 50% 50%; background-attachment:fixed, fixed; }
body[data-skn-fixed-attachment-threshold="320"]:not([data-skn-threshold="620"]) .background_877929.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/320/1636036271green-network.png"), url("https://cloudfront.sketchanet.com/u/877863/images/683/1636040036istock-469973960.jpg"); }
.webp body[data-skn-fixed-attachment-threshold="320"]:not([data-skn-threshold="620"]) .background_877929.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/320/1636036271green-network.webp"), url("https://cloudfront.sketchanet.com/u/877863/images/683/1636040036istock-469973960.webp"); }
.avif body[data-skn-fixed-attachment-threshold="320"]:not([data-skn-threshold="620"]) .background_877929.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/320/1636036271green-network.avif"), url("https://cloudfront.sketchanet.com/u/877863/images/683/1636040036istock-469973960.avif"); }
body[data-skn-threshold="620"] .background_877929.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/320/1636036271green-network.png"), url("https://cloudfront.sketchanet.com/u/877863/images/683/1636040036istock-469973960.jpg"); }
.webp body[data-skn-threshold="620"] .background_877929.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/320/1636036271green-network.webp"), url("https://cloudfront.sketchanet.com/u/877863/images/683/1636040036istock-469973960.webp"); }
.avif body[data-skn-threshold="620"] .background_877929.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/320/1636036271green-network.avif"), url("https://cloudfront.sketchanet.com/u/877863/images/683/1636040036istock-469973960.avif"); }
.background_877929.in-view[data-skn-threshold="320"]{background-size:60% auto, cover; background-repeat:no-repeat, no-repeat; background-position:108% 50%, 50% 50%; background-attachment:fixed, fixed; }
body[data-skn-fixed-attachment-threshold="480"]:not([data-skn-threshold="620"]) .background_877929.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/480/1636036271green-network.png"), url("https://cloudfront.sketchanet.com/u/877863/images/960/1636040036istock-469973960.jpg"); }
.webp body[data-skn-fixed-attachment-threshold="480"]:not([data-skn-threshold="620"]) .background_877929.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/480/1636036271green-network.webp"), url("https://cloudfront.sketchanet.com/u/877863/images/960/1636040036istock-469973960.webp"); }
.avif body[data-skn-fixed-attachment-threshold="480"]:not([data-skn-threshold="620"]) .background_877929.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/480/1636036271green-network.avif"), url("https://cloudfront.sketchanet.com/u/877863/images/960/1636040036istock-469973960.avif"); }
body[data-skn-threshold="620"] .background_877929.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/480/1636036271green-network.png"), url("https://cloudfront.sketchanet.com/u/877863/images/960/1636040036istock-469973960.jpg"); }
.webp body[data-skn-threshold="620"] .background_877929.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/480/1636036271green-network.webp"), url("https://cloudfront.sketchanet.com/u/877863/images/960/1636040036istock-469973960.webp"); }
.avif body[data-skn-threshold="620"] .background_877929.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/480/1636036271green-network.avif"), url("https://cloudfront.sketchanet.com/u/877863/images/960/1636040036istock-469973960.avif"); }
.background_877929.in-view[data-skn-threshold="480"]{background-size:60% auto, cover; background-repeat:no-repeat, no-repeat; background-position:108% 50%, 50% 50%; background-attachment:fixed, fixed; }
body[data-skn-fixed-attachment-threshold="683"]:not([data-skn-threshold="620"]) .background_877929.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/683/1636036271green-network.png"), url("https://cloudfront.sketchanet.com/u/877863/images/1366/1636040036istock-469973960.jpg"); }
.webp body[data-skn-fixed-attachment-threshold="683"]:not([data-skn-threshold="620"]) .background_877929.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/683/1636036271green-network.webp"), url("https://cloudfront.sketchanet.com/u/877863/images/1366/1636040036istock-469973960.webp"); }
.avif body[data-skn-fixed-attachment-threshold="683"]:not([data-skn-threshold="620"]) .background_877929.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/683/1636036271green-network.avif"), url("https://cloudfront.sketchanet.com/u/877863/images/1366/1636040036istock-469973960.avif"); }
body[data-skn-threshold="620"] .background_877929.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/683/1636036271green-network.png"), url("https://cloudfront.sketchanet.com/u/877863/images/1366/1636040036istock-469973960.jpg"); }
.webp body[data-skn-threshold="620"] .background_877929.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/683/1636036271green-network.webp"), url("https://cloudfront.sketchanet.com/u/877863/images/1366/1636040036istock-469973960.webp"); }
.avif body[data-skn-threshold="620"] .background_877929.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/683/1636036271green-network.avif"), url("https://cloudfront.sketchanet.com/u/877863/images/1366/1636040036istock-469973960.avif"); }
.background_877929.in-view[data-skn-threshold="683"]{background-size:60% auto, cover; background-repeat:no-repeat, no-repeat; background-position:108% 50%, 50% 50%; background-attachment:fixed, fixed; }
body[data-skn-fixed-attachment-threshold="960"]:not([data-skn-threshold="620"]) .background_877929.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/960/1636036271green-network.png"), url("https://cloudfront.sketchanet.com/u/877863/images/1920/1636040036istock-469973960.jpg"); }
.webp body[data-skn-fixed-attachment-threshold="960"]:not([data-skn-threshold="620"]) .background_877929.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/960/1636036271green-network.webp"), url("https://cloudfront.sketchanet.com/u/877863/images/1920/1636040036istock-469973960.webp"); }
.avif body[data-skn-fixed-attachment-threshold="960"]:not([data-skn-threshold="620"]) .background_877929.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/960/1636036271green-network.avif"), url("https://cloudfront.sketchanet.com/u/877863/images/1920/1636040036istock-469973960.avif"); }
body[data-skn-threshold="620"] .background_877929.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/960/1636036271green-network.png"), url("https://cloudfront.sketchanet.com/u/877863/images/1920/1636040036istock-469973960.jpg"); }
.webp body[data-skn-threshold="620"] .background_877929.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/960/1636036271green-network.webp"), url("https://cloudfront.sketchanet.com/u/877863/images/1920/1636040036istock-469973960.webp"); }
.avif body[data-skn-threshold="620"] .background_877929.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/960/1636036271green-network.avif"), url("https://cloudfront.sketchanet.com/u/877863/images/1920/1636040036istock-469973960.avif"); }
.background_877929.in-view[data-skn-threshold="960"]{background-size:60% auto, cover; background-repeat:no-repeat, no-repeat; background-position:108% 50%, 50% 50%; background-attachment:fixed, fixed; }
body[data-skn-fixed-attachment-threshold="1366"]:not([data-skn-threshold="620"]) .background_877929.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1366/1636036271green-network.png"), url("https://cloudfront.sketchanet.com/u/877863/images/2400/1636040036istock-469973960.jpg"); }
.webp body[data-skn-fixed-attachment-threshold="1366"]:not([data-skn-threshold="620"]) .background_877929.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1366/1636036271green-network.webp"), url("https://cloudfront.sketchanet.com/u/877863/images/2400/1636040036istock-469973960.webp"); }
.avif body[data-skn-fixed-attachment-threshold="1366"]:not([data-skn-threshold="620"]) .background_877929.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1366/1636036271green-network.avif"), url("https://cloudfront.sketchanet.com/u/877863/images/2400/1636040036istock-469973960.avif"); }
body[data-skn-threshold="620"] .background_877929.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1366/1636036271green-network.png"), url("https://cloudfront.sketchanet.com/u/877863/images/2400/1636040036istock-469973960.jpg"); }
.webp body[data-skn-threshold="620"] .background_877929.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1366/1636036271green-network.webp"), url("https://cloudfront.sketchanet.com/u/877863/images/2400/1636040036istock-469973960.webp"); }
.avif body[data-skn-threshold="620"] .background_877929.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1366/1636036271green-network.avif"), url("https://cloudfront.sketchanet.com/u/877863/images/2400/1636040036istock-469973960.avif"); }
.background_877929.in-view[data-skn-threshold="1366"]{background-size:60% auto, cover; background-repeat:no-repeat, no-repeat; background-position:108% 50%, 50% 50%; background-attachment:fixed, fixed; }
body[data-skn-fixed-attachment-threshold="1920"]:not([data-skn-threshold="620"]) .background_877929.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1920/1636036271green-network.png"), url("https://cloudfront.sketchanet.com/u/877863/images/3360/1636040036istock-469973960.jpg"); }
.webp body[data-skn-fixed-attachment-threshold="1920"]:not([data-skn-threshold="620"]) .background_877929.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1920/1636036271green-network.webp"), url("https://cloudfront.sketchanet.com/u/877863/images/3360/1636040036istock-469973960.webp"); }
.avif body[data-skn-fixed-attachment-threshold="1920"]:not([data-skn-threshold="620"]) .background_877929.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1920/1636036271green-network.avif"), url("https://cloudfront.sketchanet.com/u/877863/images/3360/1636040036istock-469973960.avif"); }
body[data-skn-threshold="620"] .background_877929.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1920/1636036271green-network.png"), url("https://cloudfront.sketchanet.com/u/877863/images/3360/1636040036istock-469973960.jpg"); }
.webp body[data-skn-threshold="620"] .background_877929.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1920/1636036271green-network.webp"), url("https://cloudfront.sketchanet.com/u/877863/images/3360/1636040036istock-469973960.webp"); }
.avif body[data-skn-threshold="620"] .background_877929.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1920/1636036271green-network.avif"), url("https://cloudfront.sketchanet.com/u/877863/images/3360/1636040036istock-469973960.avif"); }
.background_877929.in-view[data-skn-threshold="1920"]{background-size:60% auto, cover; background-repeat:no-repeat, no-repeat; background-position:108% 50%, 50% 50%; background-attachment:fixed, fixed; }
body[data-skn-fixed-attachment-threshold="2400"]:not([data-skn-threshold="620"]) .background_877929.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2400/1636036271green-network.png"), url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636040036istock-469973960.jpg"); }
.webp body[data-skn-fixed-attachment-threshold="2400"]:not([data-skn-threshold="620"]) .background_877929.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2400/1636036271green-network.webp"), url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636040036istock-469973960.webp"); }
.avif body[data-skn-fixed-attachment-threshold="2400"]:not([data-skn-threshold="620"]) .background_877929.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2400/1636036271green-network.avif"), url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636040036istock-469973960.avif"); }
body[data-skn-threshold="620"] .background_877929.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2400/1636036271green-network.png"), url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636040036istock-469973960.jpg"); }
.webp body[data-skn-threshold="620"] .background_877929.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2400/1636036271green-network.webp"), url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636040036istock-469973960.webp"); }
.avif body[data-skn-threshold="620"] .background_877929.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2400/1636036271green-network.avif"), url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636040036istock-469973960.avif"); }
.background_877929.in-view[data-skn-threshold="2400"]{background-size:60% auto, cover; background-repeat:no-repeat, no-repeat; background-position:108% 50%, 50% 50%; background-attachment:fixed, fixed; }
body[data-skn-fixed-attachment-threshold="2880"]:not([data-skn-threshold="620"]) .background_877929.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/1636036271green-network.png"), url("https://cloudfront.sketchanet.com/u/877863/images/2880/1636040036istock-469973960.jpg"); }
.webp body[data-skn-fixed-attachment-threshold="2880"]:not([data-skn-threshold="620"]) .background_877929.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/1636036271green-network.webp"), url("https://cloudfront.sketchanet.com/u/877863/images/2880/1636040036istock-469973960.webp"); }
.avif body[data-skn-fixed-attachment-threshold="2880"]:not([data-skn-threshold="620"]) .background_877929.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/1636036271green-network.avif"), url("https://cloudfront.sketchanet.com/u/877863/images/2880/1636040036istock-469973960.avif"); }
body[data-skn-threshold="620"] .background_877929.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/1636036271green-network.png"), url("https://cloudfront.sketchanet.com/u/877863/images/2880/1636040036istock-469973960.jpg"); }
.webp body[data-skn-threshold="620"] .background_877929.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/1636036271green-network.webp"), url("https://cloudfront.sketchanet.com/u/877863/images/2880/1636040036istock-469973960.webp"); }
.avif body[data-skn-threshold="620"] .background_877929.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/1636036271green-network.avif"), url("https://cloudfront.sketchanet.com/u/877863/images/2880/1636040036istock-469973960.avif"); }
.background_877929.in-view[data-skn-threshold="2880"]{background-size:60% auto, cover; background-repeat:no-repeat, no-repeat; background-position:108% 50%, 50% 50%; background-attachment:fixed, fixed; }
body[data-skn-fixed-attachment-threshold="3360"]:not([data-skn-threshold="620"]) .background_877929.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3360/1636036271green-network.png"), url("https://cloudfront.sketchanet.com/u/877863/images/3360/1636040036istock-469973960.jpg"); }
.webp body[data-skn-fixed-attachment-threshold="3360"]:not([data-skn-threshold="620"]) .background_877929.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3360/1636036271green-network.webp"), url("https://cloudfront.sketchanet.com/u/877863/images/3360/1636040036istock-469973960.webp"); }
.avif body[data-skn-fixed-attachment-threshold="3360"]:not([data-skn-threshold="620"]) .background_877929.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3360/1636036271green-network.avif"), url("https://cloudfront.sketchanet.com/u/877863/images/3360/1636040036istock-469973960.avif"); }
body[data-skn-threshold="620"] .background_877929.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3360/1636036271green-network.png"), url("https://cloudfront.sketchanet.com/u/877863/images/3360/1636040036istock-469973960.jpg"); }
.webp body[data-skn-threshold="620"] .background_877929.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3360/1636036271green-network.webp"), url("https://cloudfront.sketchanet.com/u/877863/images/3360/1636040036istock-469973960.webp"); }
.avif body[data-skn-threshold="620"] .background_877929.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3360/1636036271green-network.avif"), url("https://cloudfront.sketchanet.com/u/877863/images/3360/1636040036istock-469973960.avif"); }
.background_877929.in-view[data-skn-threshold="3360"]{background-size:60% auto, cover; background-repeat:no-repeat, no-repeat; background-position:108% 50%, 50% 50%; background-attachment:fixed, fixed; }
body[data-skn-fixed-attachment-threshold="3840"]:not([data-skn-threshold="620"]) .background_877929.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.png"), url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636040036istock-469973960.jpg"); }
.webp body[data-skn-fixed-attachment-threshold="3840"]:not([data-skn-threshold="620"]) .background_877929.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.webp"), url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636040036istock-469973960.webp"); }
.avif body[data-skn-fixed-attachment-threshold="3840"]:not([data-skn-threshold="620"]) .background_877929.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.avif"), url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636040036istock-469973960.avif"); }
body[data-skn-threshold="620"] .background_877929.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.png"), url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636040036istock-469973960.jpg"); }
.webp body[data-skn-threshold="620"] .background_877929.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.webp"), url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636040036istock-469973960.webp"); }
.avif body[data-skn-threshold="620"] .background_877929.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.avif"), url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636040036istock-469973960.avif"); }
.background_877929.in-view[data-skn-threshold="3840"]{background-size:60% auto, cover; background-repeat:no-repeat, no-repeat; background-position:108% 50%, 50% 50%; background-attachment:fixed, fixed; }
.background_877942.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/160/1636734704logo.png"); background-size:auto 80%; background-repeat:no-repeat; background-position:3% 50%; background-attachment:scroll; }
.webp .background_877942.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/160/1636734704logo.webp"); }
.avif .background_877942.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/160/1636734704logo.avif"); }
.background_877942.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/320/1636734704logo.png"); background-size:auto 80%; background-repeat:no-repeat; background-position:3% 50%; background-attachment:scroll; }
.webp .background_877942.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/320/1636734704logo.webp"); }
.avif .background_877942.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/320/1636734704logo.avif"); }
.background_877942.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/480/1636734704logo.png"); background-size:auto 80%; background-repeat:no-repeat; background-position:3% 50%; background-attachment:scroll; }
.webp .background_877942.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/480/1636734704logo.webp"); }
.avif .background_877942.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/480/1636734704logo.avif"); }
.background_877942.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/683/1636734704logo.png"); background-size:auto 80%; background-repeat:no-repeat; background-position:3% 50%; background-attachment:scroll; }
.webp .background_877942.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/683/1636734704logo.webp"); }
.avif .background_877942.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/683/1636734704logo.avif"); }
.background_877942.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/960/1636734704logo.png"); background-size:auto 80%; background-repeat:no-repeat; background-position:3% 50%; background-attachment:scroll; }
.webp .background_877942.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/960/1636734704logo.webp"); }
.avif .background_877942.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/960/1636734704logo.avif"); }
.background_877942.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1366/1636734704logo.png"); background-size:auto 80%; background-repeat:no-repeat; background-position:3% 50%; background-attachment:scroll; }
.webp .background_877942.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1366/1636734704logo.webp"); }
.avif .background_877942.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1366/1636734704logo.avif"); }
.background_877942.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1920/1636734704logo.png"); background-size:auto 80%; background-repeat:no-repeat; background-position:3% 50%; background-attachment:scroll; }
.webp .background_877942.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1920/1636734704logo.webp"); }
.avif .background_877942.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1920/1636734704logo.avif"); }
.background_877942.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2400/1636734704logo.png"); background-size:auto 80%; background-repeat:no-repeat; background-position:3% 50%; background-attachment:scroll; }
.webp .background_877942.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2400/1636734704logo.webp"); }
.avif .background_877942.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2400/1636734704logo.avif"); }
.background_877942.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/1636734704logo.png"); background-size:auto 80%; background-repeat:no-repeat; background-position:3% 50%; background-attachment:scroll; }
.webp .background_877942.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/1636734704logo.webp"); }
.avif .background_877942.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/1636734704logo.avif"); }
.background_877942.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3360/1636734704logo.png"); background-size:auto 80%; background-repeat:no-repeat; background-position:3% 50%; background-attachment:scroll; }
.webp .background_877942.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3360/1636734704logo.webp"); }
.avif .background_877942.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3360/1636734704logo.avif"); }
.background_877942.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636734704logo.png"); background-size:auto 80%; background-repeat:no-repeat; background-position:3% 50%; background-attachment:scroll; }
.webp .background_877942.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636734704logo.webp"); }
.avif .background_877942.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636734704logo.avif"); }
.background_878357.in-view:after{position:absolute; content:""; z-index:-1; display:block; background-color:rgba(0, 0, 0, 0.6); left:0; bottom:0; right:0; top:0; }
body[data-skn-fixed-attachment-threshold="160"]:not([data-skn-threshold="620"]) .background_878357.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/320/1635774624l-v0eu0g.jpeg"); }
.webp body[data-skn-fixed-attachment-threshold="160"]:not([data-skn-threshold="620"]) .background_878357.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/320/1635774624l-v0eu0g.webp"); }
.avif body[data-skn-fixed-attachment-threshold="160"]:not([data-skn-threshold="620"]) .background_878357.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/320/1635774624l-v0eu0g.avif"); }
body[data-skn-threshold="620"] .background_878357.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/320/1635774624l-v0eu0g.jpeg"); }
.webp body[data-skn-threshold="620"] .background_878357.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/320/1635774624l-v0eu0g.webp"); }
.avif body[data-skn-threshold="620"] .background_878357.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/320/1635774624l-v0eu0g.avif"); }
.background_878357.in-view[data-skn-threshold="160"]{background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:fixed; }
body[data-skn-fixed-attachment-threshold="320"]:not([data-skn-threshold="620"]) .background_878357.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/480/1635774624l-v0eu0g.jpeg"); }
.webp body[data-skn-fixed-attachment-threshold="320"]:not([data-skn-threshold="620"]) .background_878357.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/480/1635774624l-v0eu0g.webp"); }
.avif body[data-skn-fixed-attachment-threshold="320"]:not([data-skn-threshold="620"]) .background_878357.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/480/1635774624l-v0eu0g.avif"); }
body[data-skn-threshold="620"] .background_878357.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/480/1635774624l-v0eu0g.jpeg"); }
.webp body[data-skn-threshold="620"] .background_878357.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/480/1635774624l-v0eu0g.webp"); }
.avif body[data-skn-threshold="620"] .background_878357.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/480/1635774624l-v0eu0g.avif"); }
.background_878357.in-view[data-skn-threshold="320"]{background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:fixed; }
body[data-skn-fixed-attachment-threshold="480"]:not([data-skn-threshold="620"]) .background_878357.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/683/1635774624l-v0eu0g.jpeg"); }
.webp body[data-skn-fixed-attachment-threshold="480"]:not([data-skn-threshold="620"]) .background_878357.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/683/1635774624l-v0eu0g.webp"); }
.avif body[data-skn-fixed-attachment-threshold="480"]:not([data-skn-threshold="620"]) .background_878357.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/683/1635774624l-v0eu0g.avif"); }
body[data-skn-threshold="620"] .background_878357.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/683/1635774624l-v0eu0g.jpeg"); }
.webp body[data-skn-threshold="620"] .background_878357.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/683/1635774624l-v0eu0g.webp"); }
.avif body[data-skn-threshold="620"] .background_878357.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/683/1635774624l-v0eu0g.avif"); }
.background_878357.in-view[data-skn-threshold="480"]{background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:fixed; }
body[data-skn-fixed-attachment-threshold="683"]:not([data-skn-threshold="620"]) .background_878357.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1366/1635774624l-v0eu0g.jpeg"); }
.webp body[data-skn-fixed-attachment-threshold="683"]:not([data-skn-threshold="620"]) .background_878357.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1366/1635774624l-v0eu0g.webp"); }
.avif body[data-skn-fixed-attachment-threshold="683"]:not([data-skn-threshold="620"]) .background_878357.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1366/1635774624l-v0eu0g.avif"); }
body[data-skn-threshold="620"] .background_878357.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1366/1635774624l-v0eu0g.jpeg"); }
.webp body[data-skn-threshold="620"] .background_878357.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1366/1635774624l-v0eu0g.webp"); }
.avif body[data-skn-threshold="620"] .background_878357.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1366/1635774624l-v0eu0g.avif"); }
.background_878357.in-view[data-skn-threshold="683"]{background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:fixed; }
body[data-skn-fixed-attachment-threshold="960"]:not([data-skn-threshold="620"]) .background_878357.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1366/1635774624l-v0eu0g.jpeg"); }
.webp body[data-skn-fixed-attachment-threshold="960"]:not([data-skn-threshold="620"]) .background_878357.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1366/1635774624l-v0eu0g.webp"); }
.avif body[data-skn-fixed-attachment-threshold="960"]:not([data-skn-threshold="620"]) .background_878357.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1366/1635774624l-v0eu0g.avif"); }
body[data-skn-threshold="620"] .background_878357.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1366/1635774624l-v0eu0g.jpeg"); }
.webp body[data-skn-threshold="620"] .background_878357.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1366/1635774624l-v0eu0g.webp"); }
.avif body[data-skn-threshold="620"] .background_878357.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1366/1635774624l-v0eu0g.avif"); }
.background_878357.in-view[data-skn-threshold="960"]{background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:fixed; }
body[data-skn-fixed-attachment-threshold="1366"]:not([data-skn-threshold="620"]) .background_878357.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2400/1635774624l-v0eu0g.jpeg"); }
.webp body[data-skn-fixed-attachment-threshold="1366"]:not([data-skn-threshold="620"]) .background_878357.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2400/1635774624l-v0eu0g.webp"); }
.avif body[data-skn-fixed-attachment-threshold="1366"]:not([data-skn-threshold="620"]) .background_878357.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2400/1635774624l-v0eu0g.avif"); }
body[data-skn-threshold="620"] .background_878357.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2400/1635774624l-v0eu0g.jpeg"); }
.webp body[data-skn-threshold="620"] .background_878357.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2400/1635774624l-v0eu0g.webp"); }
.avif body[data-skn-threshold="620"] .background_878357.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2400/1635774624l-v0eu0g.avif"); }
.background_878357.in-view[data-skn-threshold="1366"]{background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:fixed; }
body[data-skn-fixed-attachment-threshold="1920"]:not([data-skn-threshold="620"]) .background_878357.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/1635774624l-v0eu0g.jpeg"); }
.webp body[data-skn-fixed-attachment-threshold="1920"]:not([data-skn-threshold="620"]) .background_878357.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/1635774624l-v0eu0g.webp"); }
.avif body[data-skn-fixed-attachment-threshold="1920"]:not([data-skn-threshold="620"]) .background_878357.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/1635774624l-v0eu0g.avif"); }
body[data-skn-threshold="620"] .background_878357.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/1635774624l-v0eu0g.jpeg"); }
.webp body[data-skn-threshold="620"] .background_878357.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/1635774624l-v0eu0g.webp"); }
.avif body[data-skn-threshold="620"] .background_878357.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/1635774624l-v0eu0g.avif"); }
.background_878357.in-view[data-skn-threshold="1920"]{background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:fixed; }
body[data-skn-fixed-attachment-threshold="2400"]:not([data-skn-threshold="620"]) .background_878357.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1635774624l-v0eu0g.jpeg"); }
.webp body[data-skn-fixed-attachment-threshold="2400"]:not([data-skn-threshold="620"]) .background_878357.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1635774624l-v0eu0g.webp"); }
.avif body[data-skn-fixed-attachment-threshold="2400"]:not([data-skn-threshold="620"]) .background_878357.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1635774624l-v0eu0g.avif"); }
body[data-skn-threshold="620"] .background_878357.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1635774624l-v0eu0g.jpeg"); }
.webp body[data-skn-threshold="620"] .background_878357.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1635774624l-v0eu0g.webp"); }
.avif body[data-skn-threshold="620"] .background_878357.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1635774624l-v0eu0g.avif"); }
.background_878357.in-view[data-skn-threshold="2400"]{background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:fixed; }
body[data-skn-fixed-attachment-threshold="2880"]:not([data-skn-threshold="620"]) .background_878357.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/1635774624l-v0eu0g.jpeg"); }
.webp body[data-skn-fixed-attachment-threshold="2880"]:not([data-skn-threshold="620"]) .background_878357.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/1635774624l-v0eu0g.webp"); }
.avif body[data-skn-fixed-attachment-threshold="2880"]:not([data-skn-threshold="620"]) .background_878357.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/1635774624l-v0eu0g.avif"); }
body[data-skn-threshold="620"] .background_878357.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/1635774624l-v0eu0g.jpeg"); }
.webp body[data-skn-threshold="620"] .background_878357.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/1635774624l-v0eu0g.webp"); }
.avif body[data-skn-threshold="620"] .background_878357.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/1635774624l-v0eu0g.avif"); }
.background_878357.in-view[data-skn-threshold="2880"]{background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:fixed; }
body[data-skn-fixed-attachment-threshold="3360"]:not([data-skn-threshold="620"]) .background_878357.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3360/1635774624l-v0eu0g.jpeg"); }
.webp body[data-skn-fixed-attachment-threshold="3360"]:not([data-skn-threshold="620"]) .background_878357.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3360/1635774624l-v0eu0g.webp"); }
.avif body[data-skn-fixed-attachment-threshold="3360"]:not([data-skn-threshold="620"]) .background_878357.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3360/1635774624l-v0eu0g.avif"); }
body[data-skn-threshold="620"] .background_878357.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3360/1635774624l-v0eu0g.jpeg"); }
.webp body[data-skn-threshold="620"] .background_878357.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3360/1635774624l-v0eu0g.webp"); }
.avif body[data-skn-threshold="620"] .background_878357.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3360/1635774624l-v0eu0g.avif"); }
.background_878357.in-view[data-skn-threshold="3360"]{background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:fixed; }
body[data-skn-fixed-attachment-threshold="3840"]:not([data-skn-threshold="620"]) .background_878357.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1635774624l-v0eu0g.jpeg"); }
.webp body[data-skn-fixed-attachment-threshold="3840"]:not([data-skn-threshold="620"]) .background_878357.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1635774624l-v0eu0g.webp"); }
.avif body[data-skn-fixed-attachment-threshold="3840"]:not([data-skn-threshold="620"]) .background_878357.in-view{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1635774624l-v0eu0g.avif"); }
body[data-skn-threshold="620"] .background_878357.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1635774624l-v0eu0g.jpeg"); }
.webp body[data-skn-threshold="620"] .background_878357.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1635774624l-v0eu0g.webp"); }
.avif body[data-skn-threshold="620"] .background_878357.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1635774624l-v0eu0g.avif"); }
.background_878357.in-view[data-skn-threshold="3840"]{background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:fixed; }
.background_878362.in-view:after{position:absolute; content:""; z-index:-1; display:block; background-color:rgba(0, 0, 0, 0.5); left:0; bottom:0; right:0; top:0; }
.background_878362.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/320/16359548092016-06-270029.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_878362.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/320/16359548092016-06-270029.webp"); }
.avif .background_878362.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/320/16359548092016-06-270029.avif"); }
.background_878362.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/683/16359548092016-06-270029.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_878362.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/683/16359548092016-06-270029.webp"); }
.avif .background_878362.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/683/16359548092016-06-270029.avif"); }
.background_878362.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/960/16359548092016-06-270029.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_878362.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/960/16359548092016-06-270029.webp"); }
.avif .background_878362.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/960/16359548092016-06-270029.avif"); }
.background_878362.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1366/16359548092016-06-270029.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_878362.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1366/16359548092016-06-270029.webp"); }
.avif .background_878362.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1366/16359548092016-06-270029.avif"); }
.background_878362.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1920/16359548092016-06-270029.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_878362.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1920/16359548092016-06-270029.webp"); }
.avif .background_878362.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1920/16359548092016-06-270029.avif"); }
.background_878362.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/16359548092016-06-270029.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_878362.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/16359548092016-06-270029.webp"); }
.avif .background_878362.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/16359548092016-06-270029.avif"); }
.background_878362.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/16359548092016-06-270029.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_878362.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/16359548092016-06-270029.webp"); }
.avif .background_878362.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/16359548092016-06-270029.avif"); }
.background_878362.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2400/16359548092016-06-270029.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_878362.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2400/16359548092016-06-270029.webp"); }
.avif .background_878362.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2400/16359548092016-06-270029.avif"); }
.background_878362.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/16359548092016-06-270029.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_878362.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/16359548092016-06-270029.webp"); }
.avif .background_878362.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/16359548092016-06-270029.avif"); }
.background_878362.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3360/16359548092016-06-270029.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_878362.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3360/16359548092016-06-270029.webp"); }
.avif .background_878362.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3360/16359548092016-06-270029.avif"); }
.background_878362.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/16359548092016-06-270029.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_878362.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/16359548092016-06-270029.webp"); }
.avif .background_878362.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/16359548092016-06-270029.avif"); }
.background_878470.in-view:after{position:absolute; content:""; z-index:-1; display:block; background-color:rgba(0, 0, 0, 0.43); left:0; bottom:0; right:0; top:0; }
.background_878470.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/320/1663062433struthers-jpg-gallery.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_878470.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/320/1663062433struthers-jpg-gallery.webp"); }
.avif .background_878470.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/320/1663062433struthers-jpg-gallery.avif"); }
.background_878470.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/683/1663062433struthers-jpg-gallery.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_878470.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/683/1663062433struthers-jpg-gallery.webp"); }
.avif .background_878470.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/683/1663062433struthers-jpg-gallery.avif"); }
.background_878470.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/960/1663062433struthers-jpg-gallery.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_878470.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/960/1663062433struthers-jpg-gallery.webp"); }
.avif .background_878470.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/960/1663062433struthers-jpg-gallery.avif"); }
.background_878470.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1366/1663062433struthers-jpg-gallery.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_878470.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1366/1663062433struthers-jpg-gallery.webp"); }
.avif .background_878470.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1366/1663062433struthers-jpg-gallery.avif"); }
.background_878470.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1920/1663062433struthers-jpg-gallery.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_878470.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1920/1663062433struthers-jpg-gallery.webp"); }
.avif .background_878470.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1920/1663062433struthers-jpg-gallery.avif"); }
.background_878470.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2400/1663062433struthers-jpg-gallery.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_878470.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2400/1663062433struthers-jpg-gallery.webp"); }
.avif .background_878470.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2400/1663062433struthers-jpg-gallery.avif"); }
.background_878470.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3360/1663062433struthers-jpg-gallery.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_878470.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3360/1663062433struthers-jpg-gallery.webp"); }
.avif .background_878470.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3360/1663062433struthers-jpg-gallery.avif"); }
.background_878470.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1663062433struthers-jpg-gallery.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_878470.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1663062433struthers-jpg-gallery.webp"); }
.avif .background_878470.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1663062433struthers-jpg-gallery.avif"); }
.background_878470.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/1663062433struthers-jpg-gallery.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_878470.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/1663062433struthers-jpg-gallery.webp"); }
.avif .background_878470.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/1663062433struthers-jpg-gallery.avif"); }
.background_878470.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3360/1663062433struthers-jpg-gallery.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_878470.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3360/1663062433struthers-jpg-gallery.webp"); }
.avif .background_878470.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3360/1663062433struthers-jpg-gallery.avif"); }
.background_878470.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1663062433struthers-jpg-gallery.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_878470.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1663062433struthers-jpg-gallery.webp"); }
.avif .background_878470.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1663062433struthers-jpg-gallery.avif"); }
.background_878792.in-view:before{position:absolute; content:""; z-index:-2; display:block; width:100%; height:100%; top:0%; left:0%; opacity:0.4; }
body[data-skn-fixed-attachment-threshold="160"]:not([data-skn-threshold="620"]) .background_878792.in-view:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.png"); }
.webp body[data-skn-fixed-attachment-threshold="160"]:not([data-skn-threshold="620"]) .background_878792.in-view:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.webp"); }
.avif body[data-skn-fixed-attachment-threshold="160"]:not([data-skn-threshold="620"]) .background_878792.in-view:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.avif"); }
body[data-skn-threshold="620"] .background_878792.in-view[data-skn-threshold="160"]:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.png"); }
.webp body[data-skn-threshold="620"] .background_878792.in-view[data-skn-threshold="160"]:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.webp"); }
.avif body[data-skn-threshold="620"] .background_878792.in-view[data-skn-threshold="160"]:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.avif"); }
.background_878792.in-view[data-skn-threshold="160"]:before{background-size:auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:fixed; }
body[data-skn-fixed-attachment-threshold="320"]:not([data-skn-threshold="620"]) .background_878792.in-view:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.png"); }
.webp body[data-skn-fixed-attachment-threshold="320"]:not([data-skn-threshold="620"]) .background_878792.in-view:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.webp"); }
.avif body[data-skn-fixed-attachment-threshold="320"]:not([data-skn-threshold="620"]) .background_878792.in-view:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.avif"); }
body[data-skn-threshold="620"] .background_878792.in-view[data-skn-threshold="320"]:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.png"); }
.webp body[data-skn-threshold="620"] .background_878792.in-view[data-skn-threshold="320"]:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.webp"); }
.avif body[data-skn-threshold="620"] .background_878792.in-view[data-skn-threshold="320"]:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.avif"); }
.background_878792.in-view[data-skn-threshold="320"]:before{background-size:auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:fixed; }
body[data-skn-fixed-attachment-threshold="480"]:not([data-skn-threshold="620"]) .background_878792.in-view:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.png"); }
.webp body[data-skn-fixed-attachment-threshold="480"]:not([data-skn-threshold="620"]) .background_878792.in-view:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.webp"); }
.avif body[data-skn-fixed-attachment-threshold="480"]:not([data-skn-threshold="620"]) .background_878792.in-view:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.avif"); }
body[data-skn-threshold="620"] .background_878792.in-view[data-skn-threshold="480"]:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.png"); }
.webp body[data-skn-threshold="620"] .background_878792.in-view[data-skn-threshold="480"]:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.webp"); }
.avif body[data-skn-threshold="620"] .background_878792.in-view[data-skn-threshold="480"]:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.avif"); }
.background_878792.in-view[data-skn-threshold="480"]:before{background-size:auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:fixed; }
body[data-skn-fixed-attachment-threshold="683"]:not([data-skn-threshold="620"]) .background_878792.in-view:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.png"); }
.webp body[data-skn-fixed-attachment-threshold="683"]:not([data-skn-threshold="620"]) .background_878792.in-view:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.webp"); }
.avif body[data-skn-fixed-attachment-threshold="683"]:not([data-skn-threshold="620"]) .background_878792.in-view:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.avif"); }
body[data-skn-threshold="620"] .background_878792.in-view[data-skn-threshold="683"]:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.png"); }
.webp body[data-skn-threshold="620"] .background_878792.in-view[data-skn-threshold="683"]:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.webp"); }
.avif body[data-skn-threshold="620"] .background_878792.in-view[data-skn-threshold="683"]:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.avif"); }
.background_878792.in-view[data-skn-threshold="683"]:before{background-size:auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:fixed; }
body[data-skn-fixed-attachment-threshold="960"]:not([data-skn-threshold="620"]) .background_878792.in-view:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.png"); }
.webp body[data-skn-fixed-attachment-threshold="960"]:not([data-skn-threshold="620"]) .background_878792.in-view:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.webp"); }
.avif body[data-skn-fixed-attachment-threshold="960"]:not([data-skn-threshold="620"]) .background_878792.in-view:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.avif"); }
body[data-skn-threshold="620"] .background_878792.in-view[data-skn-threshold="960"]:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.png"); }
.webp body[data-skn-threshold="620"] .background_878792.in-view[data-skn-threshold="960"]:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.webp"); }
.avif body[data-skn-threshold="620"] .background_878792.in-view[data-skn-threshold="960"]:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.avif"); }
.background_878792.in-view[data-skn-threshold="960"]:before{background-size:auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:fixed; }
body[data-skn-fixed-attachment-threshold="1366"]:not([data-skn-threshold="620"]) .background_878792.in-view:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.png"); }
.webp body[data-skn-fixed-attachment-threshold="1366"]:not([data-skn-threshold="620"]) .background_878792.in-view:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.webp"); }
.avif body[data-skn-fixed-attachment-threshold="1366"]:not([data-skn-threshold="620"]) .background_878792.in-view:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.avif"); }
body[data-skn-threshold="620"] .background_878792.in-view[data-skn-threshold="1366"]:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.png"); }
.webp body[data-skn-threshold="620"] .background_878792.in-view[data-skn-threshold="1366"]:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.webp"); }
.avif body[data-skn-threshold="620"] .background_878792.in-view[data-skn-threshold="1366"]:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.avif"); }
.background_878792.in-view[data-skn-threshold="1366"]:before{background-size:auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:fixed; }
body[data-skn-fixed-attachment-threshold="1920"]:not([data-skn-threshold="620"]) .background_878792.in-view:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.png"); }
.webp body[data-skn-fixed-attachment-threshold="1920"]:not([data-skn-threshold="620"]) .background_878792.in-view:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.webp"); }
.avif body[data-skn-fixed-attachment-threshold="1920"]:not([data-skn-threshold="620"]) .background_878792.in-view:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.avif"); }
body[data-skn-threshold="620"] .background_878792.in-view[data-skn-threshold="1920"]:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.png"); }
.webp body[data-skn-threshold="620"] .background_878792.in-view[data-skn-threshold="1920"]:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.webp"); }
.avif body[data-skn-threshold="620"] .background_878792.in-view[data-skn-threshold="1920"]:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.avif"); }
.background_878792.in-view[data-skn-threshold="1920"]:before{background-size:auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:fixed; }
body[data-skn-fixed-attachment-threshold="2400"]:not([data-skn-threshold="620"]) .background_878792.in-view:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.png"); }
.webp body[data-skn-fixed-attachment-threshold="2400"]:not([data-skn-threshold="620"]) .background_878792.in-view:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.webp"); }
.avif body[data-skn-fixed-attachment-threshold="2400"]:not([data-skn-threshold="620"]) .background_878792.in-view:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.avif"); }
body[data-skn-threshold="620"] .background_878792.in-view[data-skn-threshold="2400"]:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.png"); }
.webp body[data-skn-threshold="620"] .background_878792.in-view[data-skn-threshold="2400"]:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.webp"); }
.avif body[data-skn-threshold="620"] .background_878792.in-view[data-skn-threshold="2400"]:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.avif"); }
.background_878792.in-view[data-skn-threshold="2400"]:before{background-size:auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:fixed; }
body[data-skn-fixed-attachment-threshold="2880"]:not([data-skn-threshold="620"]) .background_878792.in-view:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.png"); }
.webp body[data-skn-fixed-attachment-threshold="2880"]:not([data-skn-threshold="620"]) .background_878792.in-view:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.webp"); }
.avif body[data-skn-fixed-attachment-threshold="2880"]:not([data-skn-threshold="620"]) .background_878792.in-view:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.avif"); }
body[data-skn-threshold="620"] .background_878792.in-view[data-skn-threshold="2880"]:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.png"); }
.webp body[data-skn-threshold="620"] .background_878792.in-view[data-skn-threshold="2880"]:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.webp"); }
.avif body[data-skn-threshold="620"] .background_878792.in-view[data-skn-threshold="2880"]:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.avif"); }
.background_878792.in-view[data-skn-threshold="2880"]:before{background-size:auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:fixed; }
body[data-skn-fixed-attachment-threshold="3360"]:not([data-skn-threshold="620"]) .background_878792.in-view:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.png"); }
.webp body[data-skn-fixed-attachment-threshold="3360"]:not([data-skn-threshold="620"]) .background_878792.in-view:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.webp"); }
.avif body[data-skn-fixed-attachment-threshold="3360"]:not([data-skn-threshold="620"]) .background_878792.in-view:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.avif"); }
body[data-skn-threshold="620"] .background_878792.in-view[data-skn-threshold="3360"]:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.png"); }
.webp body[data-skn-threshold="620"] .background_878792.in-view[data-skn-threshold="3360"]:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.webp"); }
.avif body[data-skn-threshold="620"] .background_878792.in-view[data-skn-threshold="3360"]:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.avif"); }
.background_878792.in-view[data-skn-threshold="3360"]:before{background-size:auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:fixed; }
body[data-skn-fixed-attachment-threshold="3840"]:not([data-skn-threshold="620"]) .background_878792.in-view:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.png"); }
.webp body[data-skn-fixed-attachment-threshold="3840"]:not([data-skn-threshold="620"]) .background_878792.in-view:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.webp"); }
.avif body[data-skn-fixed-attachment-threshold="3840"]:not([data-skn-threshold="620"]) .background_878792.in-view:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.avif"); }
body[data-skn-threshold="620"] .background_878792.in-view[data-skn-threshold="3840"]:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.png"); }
.webp body[data-skn-threshold="620"] .background_878792.in-view[data-skn-threshold="3840"]:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.webp"); }
.avif body[data-skn-threshold="620"] .background_878792.in-view[data-skn-threshold="3840"]:before{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1636036271green-network.avif"); }
.background_878792.in-view[data-skn-threshold="3840"]:before{background-size:auto; background-repeat:no-repeat; background-position:100% 50%; background-attachment:fixed; }
.background_898956.in-view:after{position:absolute; content:""; z-index:-1; display:block; background-color:rgba(0, 0, 0, 0.45); left:0; bottom:0; right:0; top:0; }
.background_898956.in-view[data-skn-threshold="160"]{background-image:url(""); background-size:auto; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_898956.in-view[data-skn-threshold="160"]{background-image:url(""); }
.avif .background_898956.in-view[data-skn-threshold="160"]{background-image:url(""); }
.background_898956.in-view[data-skn-threshold="320"]{background-image:url(""); background-size:auto; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_898956.in-view[data-skn-threshold="320"]{background-image:url(""); }
.avif .background_898956.in-view[data-skn-threshold="320"]{background-image:url(""); }
.background_898956.in-view[data-skn-threshold="480"]{background-image:url(""); background-size:auto; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_898956.in-view[data-skn-threshold="480"]{background-image:url(""); }
.avif .background_898956.in-view[data-skn-threshold="480"]{background-image:url(""); }
.background_898956.in-view[data-skn-threshold="683"]{background-image:url(""); background-size:auto; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_898956.in-view[data-skn-threshold="683"]{background-image:url(""); }
.avif .background_898956.in-view[data-skn-threshold="683"]{background-image:url(""); }
.background_898956.in-view[data-skn-threshold="960"]{background-image:url(""); background-size:auto; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_898956.in-view[data-skn-threshold="960"]{background-image:url(""); }
.avif .background_898956.in-view[data-skn-threshold="960"]{background-image:url(""); }
.background_898956.in-view[data-skn-threshold="1366"]{background-image:url(""); background-size:auto; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_898956.in-view[data-skn-threshold="1366"]{background-image:url(""); }
.avif .background_898956.in-view[data-skn-threshold="1366"]{background-image:url(""); }
.background_898956.in-view[data-skn-threshold="1920"]{background-image:url(""); background-size:auto; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_898956.in-view[data-skn-threshold="1920"]{background-image:url(""); }
.avif .background_898956.in-view[data-skn-threshold="1920"]{background-image:url(""); }
.background_898956.in-view[data-skn-threshold="2400"]{background-image:url(""); background-size:auto; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_898956.in-view[data-skn-threshold="2400"]{background-image:url(""); }
.avif .background_898956.in-view[data-skn-threshold="2400"]{background-image:url(""); }
.background_898956.in-view[data-skn-threshold="2880"]{background-image:url(""); background-size:auto; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_898956.in-view[data-skn-threshold="2880"]{background-image:url(""); }
.avif .background_898956.in-view[data-skn-threshold="2880"]{background-image:url(""); }
.background_898956.in-view[data-skn-threshold="3360"]{background-image:url(""); background-size:auto; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_898956.in-view[data-skn-threshold="3360"]{background-image:url(""); }
.avif .background_898956.in-view[data-skn-threshold="3360"]{background-image:url(""); }
.background_898956.in-view[data-skn-threshold="3840"]{background-image:url(""); background-size:auto; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_898956.in-view[data-skn-threshold="3840"]{background-image:url(""); }
.avif .background_898956.in-view[data-skn-threshold="3840"]{background-image:url(""); }
.background_916566.in-view:after{position:absolute; content:""; z-index:-1; display:block; background-color:rgba(0, 0, 0, 0.6); left:0; bottom:0; right:0; top:0; }
.background_916566.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/320/1663236740university-of-southampton.jpg"); background-size:cover; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_916566.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/320/1663236740university-of-southampton.webp"); }
.avif .background_916566.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/320/1663236740university-of-southampton.avif"); }
.background_916566.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/683/1663236740university-of-southampton.jpg"); background-size:cover; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_916566.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/683/1663236740university-of-southampton.webp"); }
.avif .background_916566.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/683/1663236740university-of-southampton.avif"); }
.background_916566.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/960/1663236740university-of-southampton.jpg"); background-size:cover; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_916566.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/960/1663236740university-of-southampton.webp"); }
.avif .background_916566.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/960/1663236740university-of-southampton.avif"); }
.background_916566.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1366/1663236740university-of-southampton.jpg"); background-size:cover; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_916566.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1366/1663236740university-of-southampton.webp"); }
.avif .background_916566.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1366/1663236740university-of-southampton.avif"); }
.background_916566.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1920/1663236740university-of-southampton.jpg"); background-size:cover; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_916566.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1920/1663236740university-of-southampton.webp"); }
.avif .background_916566.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1920/1663236740university-of-southampton.avif"); }
.background_916566.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/1663236740university-of-southampton.jpg"); background-size:cover; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_916566.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/1663236740university-of-southampton.webp"); }
.avif .background_916566.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/1663236740university-of-southampton.avif"); }
.background_916566.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1663236740university-of-southampton.jpg"); background-size:cover; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_916566.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1663236740university-of-southampton.webp"); }
.avif .background_916566.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1663236740university-of-southampton.avif"); }
.background_916566.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2400/1663236740university-of-southampton.jpg"); background-size:cover; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_916566.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2400/1663236740university-of-southampton.webp"); }
.avif .background_916566.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2400/1663236740university-of-southampton.avif"); }
.background_916566.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/1663236740university-of-southampton.jpg"); background-size:cover; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_916566.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/1663236740university-of-southampton.webp"); }
.avif .background_916566.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/1663236740university-of-southampton.avif"); }
.background_916566.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3360/1663236740university-of-southampton.jpg"); background-size:cover; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_916566.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3360/1663236740university-of-southampton.webp"); }
.avif .background_916566.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3360/1663236740university-of-southampton.avif"); }
.background_916566.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1663236740university-of-southampton.jpg"); background-size:cover; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_916566.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1663236740university-of-southampton.webp"); }
.avif .background_916566.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1663236740university-of-southampton.avif"); }
.background_916568.in-view:after{position:absolute; content:""; z-index:-1; display:block; background-color:rgba(0, 0, 0, 0.6); left:0; bottom:0; right:0; top:0; }
.background_916568.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/320/1663237745shelvesoflanguagebooksinlibrary.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_916568.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/320/1663237745shelvesoflanguagebooksinlibrary.webp"); }
.avif .background_916568.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/320/1663237745shelvesoflanguagebooksinlibrary.avif"); }
.background_916568.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/480/1663237745shelvesoflanguagebooksinlibrary.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_916568.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/480/1663237745shelvesoflanguagebooksinlibrary.webp"); }
.avif .background_916568.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/480/1663237745shelvesoflanguagebooksinlibrary.avif"); }
.background_916568.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/683/1663237745shelvesoflanguagebooksinlibrary.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_916568.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/683/1663237745shelvesoflanguagebooksinlibrary.webp"); }
.avif .background_916568.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/683/1663237745shelvesoflanguagebooksinlibrary.avif"); }
.background_916568.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/960/1663237745shelvesoflanguagebooksinlibrary.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_916568.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/960/1663237745shelvesoflanguagebooksinlibrary.webp"); }
.avif .background_916568.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/960/1663237745shelvesoflanguagebooksinlibrary.avif"); }
.background_916568.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1366/1663237745shelvesoflanguagebooksinlibrary.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_916568.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1366/1663237745shelvesoflanguagebooksinlibrary.webp"); }
.avif .background_916568.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1366/1663237745shelvesoflanguagebooksinlibrary.avif"); }
.background_916568.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1920/1663237745shelvesoflanguagebooksinlibrary.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_916568.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1920/1663237745shelvesoflanguagebooksinlibrary.webp"); }
.avif .background_916568.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/1920/1663237745shelvesoflanguagebooksinlibrary.avif"); }
.background_916568.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/1663237745shelvesoflanguagebooksinlibrary.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_916568.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/1663237745shelvesoflanguagebooksinlibrary.webp"); }
.avif .background_916568.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/1663237745shelvesoflanguagebooksinlibrary.avif"); }
.background_916568.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3360/1663237745shelvesoflanguagebooksinlibrary.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_916568.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3360/1663237745shelvesoflanguagebooksinlibrary.webp"); }
.avif .background_916568.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3360/1663237745shelvesoflanguagebooksinlibrary.avif"); }
.background_916568.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/1663237745shelvesoflanguagebooksinlibrary.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_916568.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/1663237745shelvesoflanguagebooksinlibrary.webp"); }
.avif .background_916568.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/2880/1663237745shelvesoflanguagebooksinlibrary.avif"); }
.background_916568.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3360/1663237745shelvesoflanguagebooksinlibrary.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_916568.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3360/1663237745shelvesoflanguagebooksinlibrary.webp"); }
.avif .background_916568.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3360/1663237745shelvesoflanguagebooksinlibrary.avif"); }
.background_916568.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1663237745shelvesoflanguagebooksinlibrary.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_916568.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1663237745shelvesoflanguagebooksinlibrary.webp"); }
.avif .background_916568.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/877863/images/3840/1663237745shelvesoflanguagebooksinlibrary.avif"); }
.gallery_setting_878246 .slides{grid-template-columns:repeat(auto-fill, minmax(120px, 1fr)); grid-gap:10px; grid-auto-flow:row dense; }
.gallery_setting_878246 .slide .shim{padding-bottom:100%; }
.gallery_setting_878246 .fit-cols-2 .slide.span2{grid-column:auto / span 2; grid-row:auto / span 2; }
.gallery_setting_878246 .fit-cols-2 .slide.col-span2{grid-column: auto / span 2; }
.gallery_setting_878246 .slide.col-span2 .shim{padding-bottom:50%; }
.gallery_setting_878246 .fit-cols-2 .slide.col-span2 .shim{padding-bottom:50%; }
.gallery_setting_878246 .fit-cols-2 .slide.col-span2.row-span2 .shim{padding-bottom:100%; }
.gallery_setting_878246 .slide.row-span2{grid-row:auto / span 2; }
.gallery_setting_878246 .slide.row-span2 .shim{padding-bottom:200%; }
.gallery_setting_878246 .fit-cols-3 .slide.span3{grid-column:auto / span 3; grid-row:auto / span 3; }
.gallery_setting_878246 .fit-cols-3 .slide.col-span3{grid-column: auto / span 3; }
.gallery_setting_878246 .slide.col-span3 .shim{padding-bottom:33.333333333333%; }
.gallery_setting_878246 .fit-cols-3 .slide.col-span3 .shim{padding-bottom:33.333333333333%; }
.gallery_setting_878246 .fit-cols-3 .slide.col-span3.row-span3 .shim{padding-bottom:100%; }
.gallery_setting_878246 .slide.row-span3{grid-row:auto / span 3; }
.gallery_setting_878246 .slide.row-span3 .shim{padding-bottom:300%; }
.gallery_setting_878246 .fit-cols-4 .slide.span4{grid-column:auto / span 4; grid-row:auto / span 4; }
.gallery_setting_878246 .fit-cols-4 .slide.col-span4{grid-column: auto / span 4; }
.gallery_setting_878246 .slide.col-span4 .shim{padding-bottom:25%; }
.gallery_setting_878246 .fit-cols-4 .slide.col-span4 .shim{padding-bottom:25%; }
.gallery_setting_878246 .fit-cols-4 .slide.col-span4.row-span4 .shim{padding-bottom:100%; }
.gallery_setting_878246 .slide.row-span4{grid-row:auto / span 4; }
.gallery_setting_878246 .slide.row-span4 .shim{padding-bottom:400%; }
.gallery_setting_878246 .fit-cols-5 .slide.span5{grid-column:auto / span 5; grid-row:auto / span 5; }
.gallery_setting_878246 .fit-cols-5 .slide.col-span5{grid-column: auto / span 5; }
.gallery_setting_878246 .slide.col-span5 .shim{padding-bottom:20%; }
.gallery_setting_878246 .fit-cols-5 .slide.col-span5 .shim{padding-bottom:20%; }
.gallery_setting_878246 .fit-cols-5 .slide.col-span5.row-span5 .shim{padding-bottom:100%; }
.gallery_setting_878246 .slide.row-span5{grid-row:auto / span 5; }
.gallery_setting_878246 .slide.row-span5 .shim{padding-bottom:500%; }
.gallery_setting_878246 .fit-cols-6 .slide.span6{grid-column:auto / span 6; grid-row:auto / span 6; }
.gallery_setting_878246 .fit-cols-6 .slide.col-span6{grid-column: auto / span 6; }
.gallery_setting_878246 .slide.col-span6 .shim{padding-bottom:16.666666666667%; }
.gallery_setting_878246 .fit-cols-6 .slide.col-span6 .shim{padding-bottom:16.666666666667%; }
.gallery_setting_878246 .fit-cols-6 .slide.col-span6.row-span6 .shim{padding-bottom:100%; }
.gallery_setting_878246 .slide.row-span6{grid-row:auto / span 6; }
.gallery_setting_878246 .slide.row-span6 .shim{padding-bottom:600%; }
.gallery_setting_878246 .fit-cols-7 .slide.span7{grid-column:auto / span 7; grid-row:auto / span 7; }
.gallery_setting_878246 .fit-cols-7 .slide.col-span7{grid-column: auto / span 7; }
.gallery_setting_878246 .slide.col-span7 .shim{padding-bottom:14.285714285714%; }
.gallery_setting_878246 .fit-cols-7 .slide.col-span7 .shim{padding-bottom:14.285714285714%; }
.gallery_setting_878246 .fit-cols-7 .slide.col-span7.row-span7 .shim{padding-bottom:100%; }
.gallery_setting_878246 .slide.row-span7{grid-row:auto / span 7; }
.gallery_setting_878246 .slide.row-span7 .shim{padding-bottom:700%; }
.gallery_setting_878246 .fit-cols-8 .slide.span8{grid-column:auto / span 8; grid-row:auto / span 8; }
.gallery_setting_878246 .fit-cols-8 .slide.col-span8{grid-column: auto / span 8; }
.gallery_setting_878246 .slide.col-span8 .shim{padding-bottom:12.5%; }
.gallery_setting_878246 .fit-cols-8 .slide.col-span8 .shim{padding-bottom:12.5%; }
.gallery_setting_878246 .fit-cols-8 .slide.col-span8.row-span8 .shim{padding-bottom:100%; }
.gallery_setting_878246 .slide.row-span8{grid-row:auto / span 8; }
.gallery_setting_878246 .slide.row-span8 .shim{padding-bottom:800%; }
.gallery_setting_878246 .fit-cols-9 .slide.span9{grid-column:auto / span 9; grid-row:auto / span 9; }
.gallery_setting_878246 .fit-cols-9 .slide.col-span9{grid-column: auto / span 9; }
.gallery_setting_878246 .slide.col-span9 .shim{padding-bottom:11.111111111111%; }
.gallery_setting_878246 .fit-cols-9 .slide.col-span9 .shim{padding-bottom:11.111111111111%; }
.gallery_setting_878246 .fit-cols-9 .slide.col-span9.row-span9 .shim{padding-bottom:100%; }
.gallery_setting_878246 .slide.row-span9{grid-row:auto / span 9; }
.gallery_setting_878246 .slide.row-span9 .shim{padding-bottom:900%; }
.gallery_setting_878246 .fit-cols-10 .slide.span10{grid-column:auto / span 10; grid-row:auto / span 10; }
.gallery_setting_878246 .fit-cols-10 .slide.col-span10{grid-column: auto / span 10; }
.gallery_setting_878246 .slide.col-span10 .shim{padding-bottom:10%; }
.gallery_setting_878246 .fit-cols-10 .slide.col-span10 .shim{padding-bottom:10%; }
.gallery_setting_878246 .fit-cols-10 .slide.col-span10.row-span10 .shim{padding-bottom:100%; }
.gallery_setting_878246 .slide.row-span10{grid-row:auto / span 10; }
.gallery_setting_878246 .slide.row-span10 .shim{padding-bottom:1000%; }
.gallery_setting_878246 .fit-cols-11 .slide.span11{grid-column:auto / span 11; grid-row:auto / span 11; }
.gallery_setting_878246 .fit-cols-11 .slide.col-span11{grid-column: auto / span 11; }
.gallery_setting_878246 .slide.col-span11 .shim{padding-bottom:9.0909090909091%; }
.gallery_setting_878246 .fit-cols-11 .slide.col-span11 .shim{padding-bottom:9.0909090909091%; }
.gallery_setting_878246 .fit-cols-11 .slide.col-span11.row-span11 .shim{padding-bottom:100%; }
.gallery_setting_878246 .slide.row-span11{grid-row:auto / span 11; }
.gallery_setting_878246 .slide.row-span11 .shim{padding-bottom:1100%; }
.gallery_setting_878246 .fit-cols-12 .slide.span12{grid-column:auto / span 12; grid-row:auto / span 12; }
.gallery_setting_878246 .fit-cols-12 .slide.col-span12{grid-column: auto / span 12; }
.gallery_setting_878246 .slide.col-span12 .shim{padding-bottom:8.3333333333333%; }
.gallery_setting_878246 .fit-cols-12 .slide.col-span12 .shim{padding-bottom:8.3333333333333%; }
.gallery_setting_878246 .fit-cols-12 .slide.col-span12.row-span12 .shim{padding-bottom:100%; }
.gallery_setting_878246 .slide.row-span12{grid-row:auto / span 12; }
.gallery_setting_878246 .slide.row-span12 .shim{padding-bottom:1200%; }
.no-cssgrid div:not(.lightbox)  .gallery_setting_878246 .slides{display:flex; max-width:none; width:calc(100% + 10px); margin-left:-5px; margin-right:-5px; flex-flow:row wrap; justify-content:center; }
.no-cssgrid div:not(.lightbox)  .gallery_setting_878246 .slides .slide{width:120px; flex:0 0 120px; margin:0 5px 10px 5px ; }
.gallery_setting_878246 .caption_container{background-color:transparent; }
.gallery_setting_878246 .snimagegrid .caption_container{background-color:transparent; }
.gallery_setting_878246 .flickity-prev-next-button{color:rgba(0,0,0,1); }
.gallery_setting_878246 .flickity-prev-next-button:hover{color:rgba(0,0,0,1); }
.gallery_setting_878246 .flickity-button{background-color:rgba(255,255,255,0.75); width:20px; height:20px; }
.gallery_setting_878246 .flickity-button:hover{background-color:rgba(255,255,255,1); }
.gallery_setting_878246 .carousel-dot-group{display:none; }
.gallery_setting_878246 .carousel-dot-row{justify-content:center; }
.gallery_setting_878246 .carousel-dot{margin:0 1px; }
.gallery_setting_878246 .carousel-dot:before{height:8px; width:8px; }
.gallery_setting_900077 .slides{grid-template-columns:repeat(auto-fill, minmax(140px, 1fr)); grid-gap:10px; grid-auto-flow:row dense; }
.gallery_setting_900077 .slide .shim{padding-bottom:100%; }
.gallery_setting_900077 .fit-cols-2 .slide.span2{grid-column:auto / span 2; grid-row:auto / span 2; }
.gallery_setting_900077 .fit-cols-2 .slide.col-span2{grid-column: auto / span 2; }
.gallery_setting_900077 .slide.col-span2 .shim{padding-bottom:50%; }
.gallery_setting_900077 .fit-cols-2 .slide.col-span2 .shim{padding-bottom:50%; }
.gallery_setting_900077 .fit-cols-2 .slide.col-span2.row-span2 .shim{padding-bottom:100%; }
.gallery_setting_900077 .slide.row-span2{grid-row:auto / span 2; }
.gallery_setting_900077 .slide.row-span2 .shim{padding-bottom:200%; }
.gallery_setting_900077 .fit-cols-3 .slide.span3{grid-column:auto / span 3; grid-row:auto / span 3; }
.gallery_setting_900077 .fit-cols-3 .slide.col-span3{grid-column: auto / span 3; }
.gallery_setting_900077 .slide.col-span3 .shim{padding-bottom:33.333333333333%; }
.gallery_setting_900077 .fit-cols-3 .slide.col-span3 .shim{padding-bottom:33.333333333333%; }
.gallery_setting_900077 .fit-cols-3 .slide.col-span3.row-span3 .shim{padding-bottom:100%; }
.gallery_setting_900077 .slide.row-span3{grid-row:auto / span 3; }
.gallery_setting_900077 .slide.row-span3 .shim{padding-bottom:300%; }
.gallery_setting_900077 .fit-cols-4 .slide.span4{grid-column:auto / span 4; grid-row:auto / span 4; }
.gallery_setting_900077 .fit-cols-4 .slide.col-span4{grid-column: auto / span 4; }
.gallery_setting_900077 .slide.col-span4 .shim{padding-bottom:25%; }
.gallery_setting_900077 .fit-cols-4 .slide.col-span4 .shim{padding-bottom:25%; }
.gallery_setting_900077 .fit-cols-4 .slide.col-span4.row-span4 .shim{padding-bottom:100%; }
.gallery_setting_900077 .slide.row-span4{grid-row:auto / span 4; }
.gallery_setting_900077 .slide.row-span4 .shim{padding-bottom:400%; }
.gallery_setting_900077 .fit-cols-5 .slide.span5{grid-column:auto / span 5; grid-row:auto / span 5; }
.gallery_setting_900077 .fit-cols-5 .slide.col-span5{grid-column: auto / span 5; }
.gallery_setting_900077 .slide.col-span5 .shim{padding-bottom:20%; }
.gallery_setting_900077 .fit-cols-5 .slide.col-span5 .shim{padding-bottom:20%; }
.gallery_setting_900077 .fit-cols-5 .slide.col-span5.row-span5 .shim{padding-bottom:100%; }
.gallery_setting_900077 .slide.row-span5{grid-row:auto / span 5; }
.gallery_setting_900077 .slide.row-span5 .shim{padding-bottom:500%; }
.gallery_setting_900077 .fit-cols-6 .slide.span6{grid-column:auto / span 6; grid-row:auto / span 6; }
.gallery_setting_900077 .fit-cols-6 .slide.col-span6{grid-column: auto / span 6; }
.gallery_setting_900077 .slide.col-span6 .shim{padding-bottom:16.666666666667%; }
.gallery_setting_900077 .fit-cols-6 .slide.col-span6 .shim{padding-bottom:16.666666666667%; }
.gallery_setting_900077 .fit-cols-6 .slide.col-span6.row-span6 .shim{padding-bottom:100%; }
.gallery_setting_900077 .slide.row-span6{grid-row:auto / span 6; }
.gallery_setting_900077 .slide.row-span6 .shim{padding-bottom:600%; }
.gallery_setting_900077 .fit-cols-7 .slide.span7{grid-column:auto / span 7; grid-row:auto / span 7; }
.gallery_setting_900077 .fit-cols-7 .slide.col-span7{grid-column: auto / span 7; }
.gallery_setting_900077 .slide.col-span7 .shim{padding-bottom:14.285714285714%; }
.gallery_setting_900077 .fit-cols-7 .slide.col-span7 .shim{padding-bottom:14.285714285714%; }
.gallery_setting_900077 .fit-cols-7 .slide.col-span7.row-span7 .shim{padding-bottom:100%; }
.gallery_setting_900077 .slide.row-span7{grid-row:auto / span 7; }
.gallery_setting_900077 .slide.row-span7 .shim{padding-bottom:700%; }
.gallery_setting_900077 .fit-cols-8 .slide.span8{grid-column:auto / span 8; grid-row:auto / span 8; }
.gallery_setting_900077 .fit-cols-8 .slide.col-span8{grid-column: auto / span 8; }
.gallery_setting_900077 .slide.col-span8 .shim{padding-bottom:12.5%; }
.gallery_setting_900077 .fit-cols-8 .slide.col-span8 .shim{padding-bottom:12.5%; }
.gallery_setting_900077 .fit-cols-8 .slide.col-span8.row-span8 .shim{padding-bottom:100%; }
.gallery_setting_900077 .slide.row-span8{grid-row:auto / span 8; }
.gallery_setting_900077 .slide.row-span8 .shim{padding-bottom:800%; }
.gallery_setting_900077 .fit-cols-9 .slide.span9{grid-column:auto / span 9; grid-row:auto / span 9; }
.gallery_setting_900077 .fit-cols-9 .slide.col-span9{grid-column: auto / span 9; }
.gallery_setting_900077 .slide.col-span9 .shim{padding-bottom:11.111111111111%; }
.gallery_setting_900077 .fit-cols-9 .slide.col-span9 .shim{padding-bottom:11.111111111111%; }
.gallery_setting_900077 .fit-cols-9 .slide.col-span9.row-span9 .shim{padding-bottom:100%; }
.gallery_setting_900077 .slide.row-span9{grid-row:auto / span 9; }
.gallery_setting_900077 .slide.row-span9 .shim{padding-bottom:900%; }
.gallery_setting_900077 .fit-cols-10 .slide.span10{grid-column:auto / span 10; grid-row:auto / span 10; }
.gallery_setting_900077 .fit-cols-10 .slide.col-span10{grid-column: auto / span 10; }
.gallery_setting_900077 .slide.col-span10 .shim{padding-bottom:10%; }
.gallery_setting_900077 .fit-cols-10 .slide.col-span10 .shim{padding-bottom:10%; }
.gallery_setting_900077 .fit-cols-10 .slide.col-span10.row-span10 .shim{padding-bottom:100%; }
.gallery_setting_900077 .slide.row-span10{grid-row:auto / span 10; }
.gallery_setting_900077 .slide.row-span10 .shim{padding-bottom:1000%; }
.gallery_setting_900077 .fit-cols-11 .slide.span11{grid-column:auto / span 11; grid-row:auto / span 11; }
.gallery_setting_900077 .fit-cols-11 .slide.col-span11{grid-column: auto / span 11; }
.gallery_setting_900077 .slide.col-span11 .shim{padding-bottom:9.0909090909091%; }
.gallery_setting_900077 .fit-cols-11 .slide.col-span11 .shim{padding-bottom:9.0909090909091%; }
.gallery_setting_900077 .fit-cols-11 .slide.col-span11.row-span11 .shim{padding-bottom:100%; }
.gallery_setting_900077 .slide.row-span11{grid-row:auto / span 11; }
.gallery_setting_900077 .slide.row-span11 .shim{padding-bottom:1100%; }
.gallery_setting_900077 .fit-cols-12 .slide.span12{grid-column:auto / span 12; grid-row:auto / span 12; }
.gallery_setting_900077 .fit-cols-12 .slide.col-span12{grid-column: auto / span 12; }
.gallery_setting_900077 .slide.col-span12 .shim{padding-bottom:8.3333333333333%; }
.gallery_setting_900077 .fit-cols-12 .slide.col-span12 .shim{padding-bottom:8.3333333333333%; }
.gallery_setting_900077 .fit-cols-12 .slide.col-span12.row-span12 .shim{padding-bottom:100%; }
.gallery_setting_900077 .slide.row-span12{grid-row:auto / span 12; }
.gallery_setting_900077 .slide.row-span12 .shim{padding-bottom:1200%; }
.no-cssgrid div:not(.lightbox)  .gallery_setting_900077 .slides{display:flex; max-width:none; width:calc(100% + 10px); margin-left:-5px; margin-right:-5px; flex-flow:row wrap; justify-content:center; }
.no-cssgrid div:not(.lightbox)  .gallery_setting_900077 .slides .slide{width:140px; flex:0 0 140px; margin:0 5px 10px 5px ; }
.gallery_setting_900077 .caption_container{background-color:transparent; }
.gallery_setting_900077 .snimagegrid .caption_container{background-color:transparent; }
.gallery_setting_900077 .flickity-prev-next-button{color:rgba(0,0,0,1); }
.gallery_setting_900077 .flickity-prev-next-button:hover{color:rgba(0,0,0,1); }
.gallery_setting_900077 .flickity-button{background-color:rgba(255,255,255,0.75); width:20px; height:20px; }
.gallery_setting_900077 .flickity-button:hover{background-color:rgba(255,255,255,1); }
.gallery_setting_900077 .carousel-dot-group{display:none; }
.gallery_setting_900077 .carousel-dot-row{justify-content:center; }
.gallery_setting_900077 .carousel-dot{margin:0 1px; }
.gallery_setting_900077 .carousel-dot:before{height:8px; width:8px; }
.postlist_setting_878435 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_878435 .post-item .limit-lines{-webkit-line-clamp:2; max-height:60px; }
.postlist_setting_878937 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_878937 .post-item .limit-lines{-webkit-line-clamp:2; max-height:60px; }
.postlist_setting_878938 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_879167 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_879167 .post-item .limit-lines{-webkit-line-clamp:2; max-height:60px; }
.postlist_setting_879178 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_879202 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_879202 .post-item .limit-lines{-webkit-line-clamp:2; max-height:60px; }
.postlist_setting_879666 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_879749 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_879749 .post-item .limit-lines{-webkit-line-clamp:2; max-height:60px; }
.postlist_setting_879750 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_881622 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_881622{grid-template-columns:repeat(auto-fill, minmax(300px, 1fr)); grid-column-gap:20px; grid-row-gap:20px; }
.postlist_setting_881622 .post-item{display:flex; flex-direction:column; justify-content:space-between; }
.no-cssgrid .postlist_setting_881622{display:flex; max-width:none; width:calc(100% + 20px); margin-left:-10px; margin-right:-10px; flex-flow:row wrap; justify-content:flex-start; }
.no-cssgrid .postlist_setting_881622 .post-item{width:300px; flex:1 0 300px; margin:0 10px 20px 10px ; }
.postlist_setting_882607 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_883981 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_883984 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_883984 .post-item .limit-lines{-webkit-line-clamp:2; max-height:60px; }
.postlist_setting_898946 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_900705 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_900706 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_900712 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_900715 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_900799 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_900859 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_900860 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_900861 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_900874 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_900899 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_900912 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_900949 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_900962 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_900980 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_900995 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_901011 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_901024 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_901485 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_901498 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_902424 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_902436 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_902446 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_902464 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_902467 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_902484 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_902486 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_905323 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_905326 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_905328 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_905332 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_905351 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_905364 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_905366 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_905374 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_905381 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_905410 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_905443 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_905449 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_906234 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_906243 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_906253 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_906260 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_906273 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_907732 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_907806 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_908190 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_908213 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_908256 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_908270 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_908273 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_908305 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_908314 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_908343 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_908390 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_908426 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_908485 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_910061 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_910188 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_910233 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_911808 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_911960 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_911961 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_911962 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_911963 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_912070 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_912071 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_912072 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_912073 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_912074 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_912122 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_912136 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_912144 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_912151 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_912158 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_912165 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_912172 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_912179 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_912186 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_912188 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_912189 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_912190 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_912191 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_912192 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_912193 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_912194 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_912195 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_912196 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_913039 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_913051 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_913103 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_917797 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_917806 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_917807 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_917808 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_917811 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_917813 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_917814 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_917815 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_918227 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_918236 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_918237 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_918245 .post-item .post-link-after{margin-top:10px !important; }
.searchwidget_setting_882214.lightbox:before{background-color:#FFFFFF; }
.searchwidget_setting_882214{--search-text-color:#606061; --search-box-background-color:#ffffff; --search-box-border-color:#009933; --search-box-border-radius:5px; }
.searchwidget_setting_882214.lightbox{max-width:1200px; }
.searchwidget_setting_882214 .skn-search-results{grid-template-columns:1fr; column-gap:0; row-gap:30px; }
.searchwidget_setting_882214 .image-shim{padding-bottom:66%; }
.searchwidget_setting_882214 .search-result-description{-webkit-line-clamp:2; }
.complexSwatch915044{border:2px solid rgb(0, 153, 51); border:2px solid rgba(0, 153, 51, 1); }
.complexSwatch901041{background-color:#ffffff; background-color:rgba(255, 255, 255, 1); border-radius:8px 5px 5px 5px; border:none; box-shadow:4px 4px 5px 2px  rgba(0, 0, 0, 0.4); -moz-box-shadow:4px 4px 5px 2px  rgba(0, 0, 0, 0.4); -webkit-box-shadow:4px 4px 5px 2px  rgba(0, 0, 0, 0.4); }
.complexSwatch901041:before{border-radius:8px 5px 5px 5px; }
.complexSwatch901041:after{border-radius:8px 5px 5px 5px; }
.complexSwatch901041 > .skn-background-video{border-radius:8px 5px 5px 5px; }
.complexSwatch901041 > .skn-background-gallery{border-radius:8px 5px 5px 5px; }
.complexSwatch899133{border:2px solid rgb(30, 30, 29); border:2px solid rgba(30, 30, 29, 1); }
.complexSwatch880793{border-top:none; border-right:none; border-bottom:2px solid rgb(30, 30, 29); border-bottom:2px solid rgba(30, 30, 29, 1); border-left:none; }
.complexSwatch880792{background-color:#009933; background-color:rgba(0, 153, 51, 1); border:none; }
.complexSwatch879083,.ul_878188> li:hover, .icon.ul_878189:after,.ul_878479> li, .icon.ul_878479:after{background-color:#FFFFFF; background-color:rgba(255, 255, 255, 1); border:1px solid rgb(0, 0, 0); border:1px solid rgba(0, 0, 0, 0); }
.complexSwatch878927{background-color:#484848; background-color:rgba(72, 72, 72, 1); border:none; }
.complexSwatch879056,.ul_878188> li, .icon.ul_878188:after,.ul_878188> li.selected, .icon.ul_878190:after{border:none; }
.complexSwatch878405{background-color:#ffffff; background-color:rgba(255, 255, 255, 1); border-top:none; border-right:none; border-bottom:1px solid rgb(0, 153, 51); border-bottom:1px solid rgba(0, 153, 51, 0); border-left:none; box-shadow:1px 2px 4px 2px  rgba(0, 0, 0, 0.1); -moz-box-shadow:1px 2px 4px 2px  rgba(0, 0, 0, 0.1); -webkit-box-shadow:1px 2px 4px 2px  rgba(0, 0, 0, 0.1); }
.complexSwatch878404{background-color:#FFFFFF; background-color:rgba(255, 255, 255, 0.9); border-radius:5px 5px 5px 5px; border:none; }
.complexSwatch878404:before{border-radius:5px 5px 5px 5px; }
.complexSwatch878404:after{border-radius:5px 5px 5px 5px; }
.complexSwatch878404 > .skn-background-video{border-radius:5px 5px 5px 5px; }
.complexSwatch878404 > .skn-background-gallery{border-radius:5px 5px 5px 5px; }
.complexSwatch878286{border-top:none; border-right:2px solid rgb(0, 153, 51); border-right:2px solid rgba(0, 153, 51, 1); border-bottom:none; border-left:none; }
.complexSwatch878340,.ul_877951> li.selected, .icon.ul_877956:after,.ul_877951> li:hover, .icon.ul_877953:after{background-color:#1E1E1D; background-color:rgba(30, 30, 29, 1); border:none; }
.complexSwatch878351{background-color:#1E1E1D; background-color:rgba(30, 30, 29, 1); border-top:none; border-right:none; border-bottom:1px solid rgb(255, 255, 255); border-bottom:1px solid rgba(255, 255, 255, 1); border-left:none; }
.complexSwatch878192,.h2_877959{border-top:none; border-right:none; border-bottom:7px solid rgb(255, 255, 255); border-bottom:7px solid rgba(255, 255, 255, 1); border-left:none; }
.complexSwatch877946{background-color:#E9EAEA; background-color:rgba(233, 234, 234, 1); border:none; }
.complexSwatch877947{border-top:none; border-right:none; border-bottom:4px solid rgb(0, 153, 51); border-bottom:4px solid rgba(0, 153, 51, 1); border-left:none; }
.complexSwatch877944{background-color:#ffffff; background-color:rgba(255, 255, 255, 1); border:none; }
.sknform, .sknform *{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
@media screen and (max-width:320px){
.postlist_setting_881622{grid-template-columns:1fr; }
}
