@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic|Josefin+Sans:100,200,300,regular,500,600,700,100italic,200italic,300italic,italic,500italic,600italic,700italic);/* white box */

a.a_726447{display:inline-block; background-color:#ffffff; padding: 5px 30px !important;margin-right:10px;margin-bottom:10px; border-radius:10px; border: 1px solid #707070; }
a.a_726447:hover{background-color:#D9C5C5;}

/* white box */

/* 
#section_726025{display:none;}
.skn-home-page #section_726025{display:block;}

.skn-home-page #section_726551{display:none;}


.skn-home-page #section_726548{display:none;}*/

#form726201 input[type="submit"]{display:inline-block; background-color:#85696A; padding: 7px 15px !important; margin-right:3px; margin-bottom:3px; border-radius:5px; text-align:center;  border: 0px solid #FA5A05; max-width:100%; color:#fff; font-family:proxima-nova,sans-serif; }

.skn-home-page #header .complexSwatch726889 {
    background-color: rgba(0, 0, 0, 0.3);
}

.custom-book-button{
    float: none;
    position: absolute;
    right: 18px;
    top: calc(50% - 110px);
    display: block;
    z-index: 20000;
    background-color: #C6A6A6;
    color: #ffffff;
    padding: 10px 25px 12px 25px;
    border: 1px solid #ffffff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    text-decoration: none;
    font-family: 'proxima-nova';
    font-size: 14px;
    font-weight: 500;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    /*box-shadow: -1px -2px 7px 1px rgba(0,0,0,0.5);*/
}


/* UX Effects */

.skn-effects-ready .skn-cell.drop-in > *,
.skn-effects-ready .skn-section.drop-in > .skn-sectiongrid{
    opacity:0;
    transform: translate3d(0, 150px, 0); 
    transition: transform, opacity;
    transition-delay: 300ms;
    transition-timing-function: cubic-bezier(0.30, 0.1, 0.30, 1);
    transition-duration: 500ms;
}

.skn-effects-ready .skn-cell.drop-in.skn-onscreen-trigger > *,
.skn-effects-ready .skn-section.drop-in.skn-onscreen-trigger > .skn-sectiongrid{transform: translate3d(0, 0, 0); opacity:1;}

.skn-effects-ready .image-wipe-front:after{
    display:block; position:absolute; top:0; right:0; bottom:0; left:0; background-color:#F5F5F5;
    transform: translate3d(0, 0, 0); 
    transition: transform;
    transition-delay: 300ms;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-duration: 1500ms;
}
.skn-effects-ready .image-wipe-front.skn-onscreen-trigger:after{
    transform: translate3d(100%, 0, 0); 
}



/* Form Styling */
#form735933 .sknformrow .sknforminput *{border:1px solid rgba(90,90,90, 0.3);}
#form735933 .sknformrow .sknforminput input,
#form735933 .sknformrow .sknforminput textarea{padding:5px;}
#form735933 .sknformrow .sknforminput textarea{height: 130px;}
#form735933 input[type="submit"]{
    background-color: #856969;
    border: 0px none;
    border-radius: 5px;
    color: #eddfe0;
    padding: 6px 30px;
    /* transform: translate(calc(-100% - 50px), -154%); */
}
[data-skn-threshold="960"] #form735933 .sknformrow:nth-of-type(1),
[data-skn-threshold="960"] #form735933 .sknformrow:nth-of-type(3){
    width: 49%;
    float: left;
    margin-right: 2%;
}

[data-skn-threshold="960"] #form735933 .sknformrow:nth-of-type(2),
[data-skn-threshold="960"] #form735933 .sknformrow:nth-of-type(4){
    width: 49%;
    float: left;
    margin-right: 0;
}

.tcp-collapsible.tcp-collapsed{max-height:0 !important;}
.tcp-collapsible{max-height:0; transition: all 0.5s ease;}
/* Creative Rotate + Scale + Fade-In Effect */
.skn-effects-ready .skn-cell.rotate-scale-in > *,
.skn-effects-ready .skn-section.rotate-scale-in > .skn-sectiongrid {
    opacity: 0;
    transform: rotateX(15deg) scale(0.9);
    transform-origin: top center;
    transition:
        transform 700ms cubic-bezier(0.3, 0.1, 0.3, 1) 300ms,
        opacity 700ms ease-out 300ms;
}

.skn-effects-ready .skn-cell.rotate-scale-in.skn-onscreen-trigger > *,
.skn-effects-ready .skn-section.rotate-scale-in.skn-onscreen-trigger > .skn-sectiongrid {
    opacity: 1;
    transform: rotateX(0deg) scale(1);
}
.countdown {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-family: 'Inter', sans-serif;
  background: transparent;
  padding: 30px 20px;
  flex-wrap: wrap;
}

.countdown > div {
  text-align: center;
  min-width: 80px;
}

.number-box {
  font-size: 2.5rem;
  font-weight: 600;
  background: #ffffff;
  color: #000000;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: background 0.3s, transform 0.3s;
}

.label {
  margin-top: 10px;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #444;
  letter-spacing: 1px;
}

@media (max-width: 600px) {
  .countdown {
    gap: 12px;
  }

  .number-box {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }

  .label {
    font-size: 0.65rem;
  }
}

.icon {
  width: 20px !important;        /* icon size */
  height: 20px !important;
  vertical-align: middle !important;
  display: inline-block !important;
  margin-right: 6px;
}

.span_1036527 {
  color: #ffffff;       /* white text */
  line-height: 1.4;     /* spacing with icons */
  font-size: 16px;      /* adjust text size */
}

.span_1036527 a {
  color: #ffffff;       /* white links */
  text-decoration: none; /* remove underline if desired */
}

.preloader{color:#000000; }
#wrap{min-width:0px; }
.baseparagraph, .fakep, .skn-cell-standard ul, .skn-cell-standard ol, .p_1042071, p{font-family:Montserrat; font-size:15.6px; font-size:1.3rem; color:#000000; font-weight:normal; 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_1042072 p, .skn-post-content.p_1042072 ul.skn-text-list, .skn-post-content.p_1042072 ol.skn-text-list, .p_1042072{font-family:"Josefin Sans"; font-size:10.8px; font-size:0.9rem; color:#F9F9F9; text-align:left; letter-spacing:0.1em; word-spacing:normal; text-transform:inherit; font-variant:inherit; line-height:1.4; margin-right:auto; margin-left:auto; }
.skn-post-content.p_1042073 p, .skn-post-content.p_1042073 ul.skn-text-list, .skn-post-content.p_1042073 ol.skn-text-list, .p_1042073{font-family:"Josefin Sans"; font-size:9.6px; font-size:0.8rem; color:#000000; word-spacing:normal; text-transform:inherit; font-variant:inherit; margin-right:auto; margin-left:auto; }
.skn-post-content.p_1042074 p, .skn-post-content.p_1042074 ul.skn-text-list, .skn-post-content.p_1042074 ol.skn-text-list, .p_1042074{color:#FFFFFF; margin-right:auto; margin-left:auto; }
.skn-post-content.p_1042856 p, .skn-post-content.p_1042856 ul.skn-text-list, .skn-post-content.p_1042856 ol.skn-text-list, .p_1042856{font-size:27.6px; font-size:2.3rem; margin-right:auto; margin-left:auto; }
.skn-post-content.p_1043690 p, .skn-post-content.p_1043690 ul.skn-text-list, .skn-post-content.p_1043690 ol.skn-text-list, .p_1043690{font-size:36px; font-size:3rem; font-weight:300; line-height:1.4; margin-right:auto; margin-left:auto; }
.skn-post-content.p_1044332 p, .skn-post-content.p_1044332 ul.skn-text-list, .skn-post-content.p_1044332 ol.skn-text-list, .p_1044332{color:#FDFDFD; margin-right:auto; margin-left:auto; }
.span_1042306{font-weight:700; word-spacing:normal; text-transform:inherit; font-variant:inherit; }
.span_1042313{font-family:Montserrat; color:#ffffff; word-spacing:normal; text-transform:inherit; font-variant:inherit; }
.span_1042330{color:#88C69A; }
.span_1047112{font-size:33.6px; font-size:2.8rem; font-weight:700; }
.baseheading, h1, h2, h3, h4, h5, h6, .h2_1042082, h2{font-family:Montserrat; font-size:24px; font-size:2rem; color:#000000; font-weight:700; font-style:normal; text-decoration:none; text-align:center; letter-spacing:0.05em; word-spacing:normal; text-transform:inherit; font-variant:inherit; line-height:1.4; 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_1042083{font-size:34.8px; font-size:2.9rem; text-align:center; letter-spacing:normal; word-spacing:normal; text-transform:uppercase; margin-right:auto; margin-left:auto; }
.h2_1042084{font-size:31.2px; font-size:2.6rem; color:#ffffff; word-spacing:normal; text-transform:inherit; font-variant:inherit; margin-right:auto; margin-left:auto; }
.h2_1042085{font-size:68.4px; font-size:5.7rem; color:#FFFFFF; letter-spacing:normal; line-height:1.05; margin-right:auto; margin-left:auto; }
.h2_1042086{font-size:24px; font-size:2rem; letter-spacing:0.02em; margin-right:auto; margin-left:auto; }
a{font-family:inherit; font-size:0px; font-size:inherit; color:#0B687B; font-weight:inherit; 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{text-shadow:none; }
.ul_1042075> li.selected, .icon.ul_1042081:after{color:#d7d7d8; word-spacing:normal; text-transform:inherit; font-variant:inherit; text-shadow:none; }
.ul_1042075> li.selected, .icon.ul_1042080:after{color:#e9eaea; word-spacing:normal; text-transform:inherit; font-variant:inherit; text-shadow:none; }
.ul_1042076> li.selected, .icon.ul_1042079:after{color:#e9eaea; word-spacing:normal; text-transform:inherit; font-variant:inherit; text-shadow:none; }
.ul_1042076> li:hover, .icon.ul_1042078:after{color:#e9eaea; word-spacing:normal; text-transform:inherit; font-variant:inherit; text-shadow:none; }
.ul_1042075> li:hover, .icon.ul_1042077:after{color:#d7d7d8; word-spacing:normal; text-transform:inherit; font-variant:inherit; text-shadow:none; }
.ul_1042076> li, .icon.ul_1042076:after{font-family:Arial; 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_1042075> li, .icon.ul_1042075:after{font-family:Montserrat; font-size:10.8px; font-size:0.9rem; color:#ffffff; font-weight:700; font-style:normal; text-decoration:none; text-align:center; letter-spacing:0.2em; 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%; }
.custom-stylesheet-var{z-index:20211209; position:relative; }
.grid-stylsheet-test{position:absolute; z-index:-5;; }
.width_1041995{width:100%; }
.max_width_1041996{max-width:960px; }
.max_width_1042033{max-width:1200px; }
.max_width_1042043{max-width:800px; }
.grid-setting-1041997 .masonry-column-sizer{width:12.5%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1041997 .skn-cell.cols1{width:12.5%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1041997 .skn-cell.cols2{width:30%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1041997 .skn-cell.cols3{width:47.5%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1041997 .skn-cell.cols4{width:65%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1041997 .skn-cell.cols5{width:82.5%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1041997 .skn-cell.cols6{width:100%; }
.grid-setting-1041997 .masonry-gutter-sizer{width:5%; }
.skn-section:not(.custom-grid) .grid-setting-1041997 .skn-cell{margin-bottom:3%; }
.grid-setting-1042046 .masonry-column-sizer{width:12.5%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042046 .skn-cell.cols1{width:12.5%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042046 .skn-cell.cols2{width:30%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042046 .skn-cell.cols3{width:47.5%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042046 .skn-cell.cols4{width:65%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042046 .skn-cell.cols5{width:82.5%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042046 .skn-cell.cols6{width:100%; }
.grid-setting-1042046 .masonry-gutter-sizer{width:5%; }
.skn-section:not(.custom-grid) .grid-setting-1042046 .skn-cell{margin-bottom:3%; }
.grid-setting-1042047 .masonry-column-sizer{width:12.5%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042047 .skn-cell.cols1{width:12.5%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042047 .skn-cell.cols2{width:30%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042047 .skn-cell.cols3{width:47.5%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042047 .skn-cell.cols4{width:65%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042047 .skn-cell.cols5{width:82.5%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042047 .skn-cell.cols6{width:100%; }
.grid-setting-1042047 .masonry-gutter-sizer{width:5%; }
.skn-section:not(.custom-grid) .grid-setting-1042047 .skn-cell{margin-bottom:0%; }
.grid-setting-1042052 .masonry-column-sizer{width:12.5%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042052 .skn-cell.cols1{width:12.5%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042052 .skn-cell.cols2{width:30%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042052 .skn-cell.cols3{width:47.5%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042052 .skn-cell.cols4{width:65%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042052 .skn-cell.cols5{width:82.5%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042052 .skn-cell.cols6{width:100%; }
.grid-setting-1042052 .masonry-gutter-sizer{width:5%; }
.skn-section:not(.custom-grid) .grid-setting-1042052 .skn-cell{margin-bottom:3%; }
.padding_1041999{padding:1% 0% 1% 0%; }
body[data-skn-threshold="620"] .padding_1041999{padding:2% 0% 2% 0%; }
.padding_1042000{padding:2% 0% 2% 0%; }
body[data-skn-threshold="620"] .padding_1042000{padding:4% 0% 4% 0%; }
.padding_1042001{padding:3% 0% 3% 0%; }
body[data-skn-threshold="620"] .padding_1042001{padding:6% 0% 6% 0%; }
.padding_1042002{padding:4% 0% 4% 0%; }
body[data-skn-threshold="620"] .padding_1042002{padding:8% 0% 8% 0%; }
.padding_1042003{padding:5% 0% 5% 0%; }
body[data-skn-threshold="620"] .padding_1042003{padding:10% 0% 10% 0%; }
.padding_1042005{padding:1% 1% 1% 1%; }
body[data-skn-threshold="620"] .padding_1042005{padding:2% 2% 2% 2%; }
.padding_1042006{padding:2% 2% 2% 2%; }
body[data-skn-threshold="620"] .padding_1042006{padding:4% 4% 4% 4%; }
.padding_1042007{padding:3% 3% 3% 3%; }
body[data-skn-threshold="620"] .padding_1042007{padding:6% 6% 6% 6%; }
.padding_1042008{padding:4% 4% 4% 4%; }
body[data-skn-threshold="620"] .padding_1042008{padding:8% 8% 8% 8%; }
.padding_1042009{padding:5% 5% 5% 5%; }
body[data-skn-threshold="620"] .padding_1042009{padding:10% 8% 10% 8%; }
.padding_1042011{padding:1% 0% 0% 0%; }
body[data-skn-threshold="620"] .padding_1042011{padding:2% 0% 0% 0%; }
.padding_1042012{padding:2% 0% 0% 0%; }
body[data-skn-threshold="620"] .padding_1042012{padding:4% 0% 0% 0%; }
.padding_1042013{padding:3% 0% 0% 0%; }
body[data-skn-threshold="620"] .padding_1042013{padding:6% 0% 0% 0%; }
.padding_1042014{padding:4% 0% 0% 0%; }
body[data-skn-threshold="620"] .padding_1042014{padding:8% 0% 0% 0%; }
.padding_1042015{padding:5% 0% 0% 0%; }
body[data-skn-threshold="620"] .padding_1042015{padding:10% 0% 0% 0%; }
.padding_1042016{padding:0% 0% 1% 0%; }
body[data-skn-threshold="620"] .padding_1042016{padding:0% 0% 2% 0%; }
.padding_1042017{padding:0% 0% 2% 0%; }
body[data-skn-threshold="620"] .padding_1042017{padding:0% 0% 4% 0%; }
.padding_1042018{padding:0% 0% 3% 0%; }
body[data-skn-threshold="620"] .padding_1042018{padding:0% 0% 6% 0%; }
.padding_1042019{padding:0% 0% 4% 0%; }
body[data-skn-threshold="620"] .padding_1042019{padding:0% 0% 8% 0%; }
.padding_1042020{padding:0% 0% 5% 0%; }
body[data-skn-threshold="620"] .padding_1042020{padding:0% 0% 10% 0%; }
.padding_1042021{padding:0% 1% 0% 1%; }
body[data-skn-threshold="620"] .padding_1042021{padding:0% 2% 0% 2%; }
.padding_1042022{padding:0% 2% 0% 2%; }
body[data-skn-threshold="620"] .padding_1042022{padding:0% 4% 0% 4%; }
.padding_1042023{padding:0% 3% 0% 3%; }
body[data-skn-threshold="620"] .padding_1042023{padding:0% 6% 0% 6%; }
.padding_1042024{padding:0% 4% 0% 4%; }
body[data-skn-threshold="620"] .padding_1042024{padding:0% 8% 0% 8%; }
.padding_1042025{padding:0% 5% 0% 5%; }
body[data-skn-threshold="620"] .padding_1042025{padding:0% 8% 0% 8%; }
.padding_1042039{padding:30% 0% 30% 0%; }
body[data-skn-threshold="620"] .padding_1042039{padding:20% 0% 20% 0%; }
.padding_1042041{padding:10% 0% 10% 0%; }
body[data-skn-threshold="620"] .padding_1042041{padding:20% 0% 20% 0%; }
.padding_1042042{padding:20% 0% 20% 0%; }
body[data-skn-threshold="620"] .padding_1042042{padding:20% 0% 20% 0%; }
.padding_1042045{padding:0% 4% 4% 4%; }
body[data-skn-threshold="620"] .padding_1042045{padding:0% 8% 8% 8%; }
.padding_1042049{padding:2% 4% 2% 4%; }
body[data-skn-threshold="620"] .padding_1042049{padding:4% 8% 4% 8%; }
.padding_1042050{padding:5% 0% 5% 0%; }
body[data-skn-threshold="620"] .padding_1042050{padding:10% 0% 10% 0%; }
.padding_1042055{padding:0% 4% 4% 4%; }
body[data-skn-threshold="620"] .padding_1042055{padding:0% 8% 8% 8%; }
.padding_1042056{padding:2% 4% 2% 4%; }
body[data-skn-threshold="620"] .padding_1042056{padding:4% 8% 4% 8%; }
.padding_1042057{padding:2% 4% 0% 4%; }
body[data-skn-threshold="620"] .padding_1042057{padding:4% 8% 0% 8%; }
.padding_1042058{padding:0% 4% 4% 4%; }
body[data-skn-threshold="620"] .padding_1042058{padding:0% 8% 8% 8%; }
.padding_1042060{padding:20% 2% 20% 2%; }
body[data-skn-threshold="620"] .padding_1042060{padding:20% 4% 20% 4%; }
.padding_1042863{padding:8% 3% 12% 3%; }
body[data-skn-threshold="620"] .padding_1042863{padding:16% 6% 20% 6%; }
.padding_1043949{padding:4% 4% 1% 4%; }
body[data-skn-threshold="620"] .padding_1043949{padding:8% 8% 2% 8%; }
.padding_1044314{padding:30% 0% 30% 0%; }
body[data-skn-threshold="620"] .padding_1044314{padding:20% 0% 20% 0%; }
.padding_1044318{padding:6% 4% 6% 4%; }
body[data-skn-threshold="620"] .padding_1044318{padding:12% 8% 12% 8%; }
.skn-cell-widget-menu[data-menu-id="1042004"] .skn-menu-wrap{top:0px; left:0px; }
.skn-subnav[data-menu-id="1042004"] .skn-menu-wrap{top:0px; left:0px; }
.skn-cell-widget-menu[data-menu-id="1042010"] .skn-menu-wrap{top:0px; left:0px; }
.skn-subnav[data-menu-id="1042010"] .skn-menu-wrap{top:0px; left:0px; }
.skn-cell-widget-menu[data-menu-id="1042040"] .skn-menu-wrap{top:0px; left:0px; }
.skn-subnav[data-menu-id="1042040"] .skn-menu-wrap{top:0px; left:0px; }
.skn-cell-widget-menu[data-menu-id="1042044"] .skn-menu-wrap{top:0px; left:0px; }
.skn-subnav[data-menu-id="1042044"] .skn-menu-wrap{top:0px; left:0px; }
.gallery_setting_1042031 .slide{transition:opacity 0.5s cubic-bezier(0.250, 0.100, 0.250, 1.000); will-change:opacity; width:calc((100% - 0px) / 1); }
.gallery_setting_1042031 .caption_container{background-color:transparent; }
.gallery_setting_1042031 .snimagegrid .caption_container{background-color:transparent; }
.gallery_setting_1042031 .flickity-prev-next-button{color:rgba(0,0,0,1); }
.gallery_setting_1042031 .flickity-prev-next-button:hover{color:rgba(0,0,0,1); }
.gallery_setting_1042031 .flickity-button{background-color:rgba(255,255,255,0.75); width:20px; height:20px; }
.gallery_setting_1042031 .flickity-button:hover{background-color:rgba(255,255,255,1); }
.gallery_setting_1042031 .carousel-dot-group{display:none; }
.gallery_setting_1042031 .carousel-dot-row{justify-content:center; }
.gallery_setting_1042031 .carousel-dot{margin:0 1px; }
.gallery_setting_1042031 .carousel-dot:before{height:8px; width:8px; }
.lightbox .gallery_setting_1042032 .slide{width:100% !important; transition:opacity 1s ease; will-change:opacity; }
.gallery_setting_1042032 .carousel-dot-group{display:none; }
.gallery_setting_1042032 .carousel-dot-row{justify-content:center; }
.gallery_setting_1042032 .carousel-dot{margin:0 0px; }
.gallery_setting_1042032 .carousel-dot:before{height:px; width:px; }
.gallery_setting_1042036 .slide{width:calc(100% / 1); }
.gallery_setting_1042036 .caption_container{background-color:transparent; }
.gallery_setting_1042036 .snimagegrid .caption_container{background-color:transparent; }
.gallery_setting_1042036 .flickity-prev-next-button{color:rgba(0,0,0,1); }
.gallery_setting_1042036 .flickity-prev-next-button:hover{color:rgba(0,0,0,1); }
.gallery_setting_1042036 .flickity-button{background-color:rgba(255,255,255,0.75); width:20px; height:20px; }
.gallery_setting_1042036 .flickity-button:hover{background-color:rgba(255,255,255,1); }
.gallery_setting_1042036 .carousel-dot-group{display:none; }
.gallery_setting_1042036 .carousel-dot-row{justify-content:center; }
.gallery_setting_1042036 .carousel-dot{margin:0 1px; }
.gallery_setting_1042036 .carousel-dot:before{height:8px; width:8px; }
.margin_1042034{margin-top:0%; margin-bottom:0%; }
.skn-inline.margin_1042034{margin-right:0%; margin-left:0%; }
.background_1042035.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/320/1462374621banner-image.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1042035.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/320/1462374621banner-image.webp"); }
.avif .background_1042035.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/320/1462374621banner-image.avif"); }
.background_1042035.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/683/1462374621banner-image.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1042035.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/683/1462374621banner-image.webp"); }
.avif .background_1042035.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/683/1462374621banner-image.avif"); }
.background_1042035.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/960/1462374621banner-image.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1042035.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/960/1462374621banner-image.webp"); }
.avif .background_1042035.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/960/1462374621banner-image.avif"); }
.background_1042035.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1366/1462374621banner-image.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1042035.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1366/1462374621banner-image.webp"); }
.avif .background_1042035.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1366/1462374621banner-image.avif"); }
.background_1042035.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1920/1462374621banner-image.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1042035.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1920/1462374621banner-image.webp"); }
.avif .background_1042035.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1920/1462374621banner-image.avif"); }
.background_1042035.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2400/1462374621banner-image.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1042035.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2400/1462374621banner-image.webp"); }
.avif .background_1042035.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2400/1462374621banner-image.avif"); }
.background_1042035.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3360/1462374621banner-image.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1042035.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3360/1462374621banner-image.webp"); }
.avif .background_1042035.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3360/1462374621banner-image.avif"); }
.background_1042035.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1462374621banner-image.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1042035.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1462374621banner-image.webp"); }
.avif .background_1042035.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1462374621banner-image.avif"); }
.background_1042035.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1462374621banner-image.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1042035.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1462374621banner-image.webp"); }
.avif .background_1042035.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1462374621banner-image.avif"); }
.background_1042035.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3360/1462374621banner-image.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1042035.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3360/1462374621banner-image.webp"); }
.avif .background_1042035.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3360/1462374621banner-image.avif"); }
.background_1042035.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1462374621banner-image.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1042035.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1462374621banner-image.webp"); }
.avif .background_1042035.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1462374621banner-image.avif"); }
.background_1042048.in-view:after{position:absolute; content:""; z-index:-1; display:block; background-color:rgba(0, 0, 0, 0.7); left:0; bottom:0; right:0; top:0; }
body[data-skn-fixed-attachment-threshold="160"]:not([data-skn-threshold="620"]) .background_1042048.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/320/1747748658parralax-green.jpg"); }
.webp body[data-skn-fixed-attachment-threshold="160"]:not([data-skn-threshold="620"]) .background_1042048.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/320/1747748658parralax-green.webp"); }
.avif body[data-skn-fixed-attachment-threshold="160"]:not([data-skn-threshold="620"]) .background_1042048.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/320/1747748658parralax-green.avif"); }
body[data-skn-threshold="620"] .background_1042048.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/320/1747748658parralax-green.jpg"); }
.webp body[data-skn-threshold="620"] .background_1042048.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/320/1747748658parralax-green.webp"); }
.avif body[data-skn-threshold="620"] .background_1042048.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/320/1747748658parralax-green.avif"); }
.background_1042048.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_1042048.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/683/1747748658parralax-green.jpg"); }
.webp body[data-skn-fixed-attachment-threshold="320"]:not([data-skn-threshold="620"]) .background_1042048.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/683/1747748658parralax-green.webp"); }
.avif body[data-skn-fixed-attachment-threshold="320"]:not([data-skn-threshold="620"]) .background_1042048.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/683/1747748658parralax-green.avif"); }
body[data-skn-threshold="620"] .background_1042048.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/683/1747748658parralax-green.jpg"); }
.webp body[data-skn-threshold="620"] .background_1042048.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/683/1747748658parralax-green.webp"); }
.avif body[data-skn-threshold="620"] .background_1042048.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/683/1747748658parralax-green.avif"); }
.background_1042048.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_1042048.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/960/1747748658parralax-green.jpg"); }
.webp body[data-skn-fixed-attachment-threshold="480"]:not([data-skn-threshold="620"]) .background_1042048.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/960/1747748658parralax-green.webp"); }
.avif body[data-skn-fixed-attachment-threshold="480"]:not([data-skn-threshold="620"]) .background_1042048.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/960/1747748658parralax-green.avif"); }
body[data-skn-threshold="620"] .background_1042048.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/960/1747748658parralax-green.jpg"); }
.webp body[data-skn-threshold="620"] .background_1042048.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/960/1747748658parralax-green.webp"); }
.avif body[data-skn-threshold="620"] .background_1042048.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/960/1747748658parralax-green.avif"); }
.background_1042048.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_1042048.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1366/1747748658parralax-green.jpg"); }
.webp body[data-skn-fixed-attachment-threshold="683"]:not([data-skn-threshold="620"]) .background_1042048.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1366/1747748658parralax-green.webp"); }
.avif body[data-skn-fixed-attachment-threshold="683"]:not([data-skn-threshold="620"]) .background_1042048.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1366/1747748658parralax-green.avif"); }
body[data-skn-threshold="620"] .background_1042048.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1366/1747748658parralax-green.jpg"); }
.webp body[data-skn-threshold="620"] .background_1042048.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1366/1747748658parralax-green.webp"); }
.avif body[data-skn-threshold="620"] .background_1042048.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1366/1747748658parralax-green.avif"); }
.background_1042048.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_1042048.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1920/1747748658parralax-green.jpg"); }
.webp body[data-skn-fixed-attachment-threshold="960"]:not([data-skn-threshold="620"]) .background_1042048.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1920/1747748658parralax-green.webp"); }
.avif body[data-skn-fixed-attachment-threshold="960"]:not([data-skn-threshold="620"]) .background_1042048.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1920/1747748658parralax-green.avif"); }
body[data-skn-threshold="620"] .background_1042048.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1920/1747748658parralax-green.jpg"); }
.webp body[data-skn-threshold="620"] .background_1042048.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1920/1747748658parralax-green.webp"); }
.avif body[data-skn-threshold="620"] .background_1042048.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1920/1747748658parralax-green.avif"); }
.background_1042048.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_1042048.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1747748658parralax-green.jpg"); }
.webp body[data-skn-fixed-attachment-threshold="1366"]:not([data-skn-threshold="620"]) .background_1042048.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1747748658parralax-green.webp"); }
.avif body[data-skn-fixed-attachment-threshold="1366"]:not([data-skn-threshold="620"]) .background_1042048.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1747748658parralax-green.avif"); }
body[data-skn-threshold="620"] .background_1042048.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1747748658parralax-green.jpg"); }
.webp body[data-skn-threshold="620"] .background_1042048.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1747748658parralax-green.webp"); }
.avif body[data-skn-threshold="620"] .background_1042048.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1747748658parralax-green.avif"); }
.background_1042048.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_1042048.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1747748658parralax-green.jpg"); }
.webp body[data-skn-fixed-attachment-threshold="1920"]:not([data-skn-threshold="620"]) .background_1042048.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1747748658parralax-green.webp"); }
.avif body[data-skn-fixed-attachment-threshold="1920"]:not([data-skn-threshold="620"]) .background_1042048.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1747748658parralax-green.avif"); }
body[data-skn-threshold="620"] .background_1042048.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1747748658parralax-green.jpg"); }
.webp body[data-skn-threshold="620"] .background_1042048.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1747748658parralax-green.webp"); }
.avif body[data-skn-threshold="620"] .background_1042048.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1747748658parralax-green.avif"); }
.background_1042048.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_1042048.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2400/1747748658parralax-green.jpg"); }
.webp body[data-skn-fixed-attachment-threshold="2400"]:not([data-skn-threshold="620"]) .background_1042048.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2400/1747748658parralax-green.webp"); }
.avif body[data-skn-fixed-attachment-threshold="2400"]:not([data-skn-threshold="620"]) .background_1042048.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2400/1747748658parralax-green.avif"); }
body[data-skn-threshold="620"] .background_1042048.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2400/1747748658parralax-green.jpg"); }
.webp body[data-skn-threshold="620"] .background_1042048.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2400/1747748658parralax-green.webp"); }
.avif body[data-skn-threshold="620"] .background_1042048.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2400/1747748658parralax-green.avif"); }
.background_1042048.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_1042048.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1747748658parralax-green.jpg"); }
.webp body[data-skn-fixed-attachment-threshold="2880"]:not([data-skn-threshold="620"]) .background_1042048.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1747748658parralax-green.webp"); }
.avif body[data-skn-fixed-attachment-threshold="2880"]:not([data-skn-threshold="620"]) .background_1042048.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1747748658parralax-green.avif"); }
body[data-skn-threshold="620"] .background_1042048.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1747748658parralax-green.jpg"); }
.webp body[data-skn-threshold="620"] .background_1042048.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1747748658parralax-green.webp"); }
.avif body[data-skn-threshold="620"] .background_1042048.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1747748658parralax-green.avif"); }
.background_1042048.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_1042048.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3360/1747748658parralax-green.jpg"); }
.webp body[data-skn-fixed-attachment-threshold="3360"]:not([data-skn-threshold="620"]) .background_1042048.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3360/1747748658parralax-green.webp"); }
.avif body[data-skn-fixed-attachment-threshold="3360"]:not([data-skn-threshold="620"]) .background_1042048.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3360/1747748658parralax-green.avif"); }
body[data-skn-threshold="620"] .background_1042048.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3360/1747748658parralax-green.jpg"); }
.webp body[data-skn-threshold="620"] .background_1042048.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3360/1747748658parralax-green.webp"); }
.avif body[data-skn-threshold="620"] .background_1042048.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3360/1747748658parralax-green.avif"); }
.background_1042048.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_1042048.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1747748658parralax-green.jpg"); }
.webp body[data-skn-fixed-attachment-threshold="3840"]:not([data-skn-threshold="620"]) .background_1042048.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1747748658parralax-green.webp"); }
.avif body[data-skn-fixed-attachment-threshold="3840"]:not([data-skn-threshold="620"]) .background_1042048.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1747748658parralax-green.avif"); }
body[data-skn-threshold="620"] .background_1042048.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1747748658parralax-green.jpg"); }
.webp body[data-skn-threshold="620"] .background_1042048.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1747748658parralax-green.webp"); }
.avif body[data-skn-threshold="620"] .background_1042048.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1747748658parralax-green.avif"); }
.background_1042048.in-view[data-skn-threshold="3840"]{background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:fixed; }
.background_1042051.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/320/1747686365proposing-border.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1042051.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/320/1747686365proposing-border.webp"); }
.avif .background_1042051.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/320/1747686365proposing-border.avif"); }
.background_1042051.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/480/1747686365proposing-border.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1042051.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/480/1747686365proposing-border.webp"); }
.avif .background_1042051.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/480/1747686365proposing-border.avif"); }
.background_1042051.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/683/1747686365proposing-border.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1042051.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/683/1747686365proposing-border.webp"); }
.avif .background_1042051.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/683/1747686365proposing-border.avif"); }
.background_1042051.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/960/1747686365proposing-border.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1042051.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/960/1747686365proposing-border.webp"); }
.avif .background_1042051.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/960/1747686365proposing-border.avif"); }
.background_1042051.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1366/1747686365proposing-border.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1042051.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1366/1747686365proposing-border.webp"); }
.avif .background_1042051.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1366/1747686365proposing-border.avif"); }
.background_1042051.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1920/1747686365proposing-border.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1042051.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1920/1747686365proposing-border.webp"); }
.avif .background_1042051.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1920/1747686365proposing-border.avif"); }
.background_1042051.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2400/1747686365proposing-border.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1042051.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2400/1747686365proposing-border.webp"); }
.avif .background_1042051.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2400/1747686365proposing-border.avif"); }
.background_1042051.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1747686365proposing-border.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1042051.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1747686365proposing-border.webp"); }
.avif .background_1042051.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1747686365proposing-border.avif"); }
.background_1042051.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1747686365proposing-border.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1042051.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1747686365proposing-border.webp"); }
.avif .background_1042051.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1747686365proposing-border.avif"); }
.background_1042051.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3360/1747686365proposing-border.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1042051.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3360/1747686365proposing-border.webp"); }
.avif .background_1042051.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3360/1747686365proposing-border.avif"); }
.background_1042051.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1747686365proposing-border.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1042051.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1747686365proposing-border.webp"); }
.avif .background_1042051.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1747686365proposing-border.avif"); }
.background_1042053.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/480/1747749644mm-tartan.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1042053.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/480/1747749644mm-tartan.webp"); }
.avif .background_1042053.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/480/1747749644mm-tartan.avif"); }
.background_1042053.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/960/1747749644mm-tartan.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1042053.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/960/1747749644mm-tartan.webp"); }
.avif .background_1042053.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/960/1747749644mm-tartan.avif"); }
.background_1042053.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1366/1747749644mm-tartan.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1042053.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1366/1747749644mm-tartan.webp"); }
.avif .background_1042053.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1366/1747749644mm-tartan.avif"); }
.background_1042053.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1920/1747749644mm-tartan.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1042053.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1920/1747749644mm-tartan.webp"); }
.avif .background_1042053.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1920/1747749644mm-tartan.avif"); }
.background_1042053.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1747749644mm-tartan.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1042053.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1747749644mm-tartan.webp"); }
.avif .background_1042053.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1747749644mm-tartan.avif"); }
.background_1042053.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1747749644mm-tartan.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1042053.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1747749644mm-tartan.webp"); }
.avif .background_1042053.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1747749644mm-tartan.avif"); }
.background_1042053.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1920/1747749644mm-tartan.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1042053.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1920/1747749644mm-tartan.webp"); }
.avif .background_1042053.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1920/1747749644mm-tartan.avif"); }
.background_1042053.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2400/1747749644mm-tartan.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1042053.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2400/1747749644mm-tartan.webp"); }
.avif .background_1042053.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2400/1747749644mm-tartan.avif"); }
.background_1042053.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1747749644mm-tartan.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1042053.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1747749644mm-tartan.webp"); }
.avif .background_1042053.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1747749644mm-tartan.avif"); }
.background_1042053.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3360/1747749644mm-tartan.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1042053.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3360/1747749644mm-tartan.webp"); }
.avif .background_1042053.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3360/1747749644mm-tartan.avif"); }
.background_1042053.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1747749644mm-tartan.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1042053.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1747749644mm-tartan.webp"); }
.avif .background_1042053.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1747749644mm-tartan.avif"); }
body[data-skn-fixed-attachment-threshold="160"]:not([data-skn-threshold="620"]) .background_1042059.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/320/1747837558homepage-top-3840.jpg"); }
.webp body[data-skn-fixed-attachment-threshold="160"]:not([data-skn-threshold="620"]) .background_1042059.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/320/1747837558homepage-top-3840.webp"); }
.avif body[data-skn-fixed-attachment-threshold="160"]:not([data-skn-threshold="620"]) .background_1042059.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/320/1747837558homepage-top-3840.avif"); }
body[data-skn-threshold="620"] .background_1042059.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/320/1747837558homepage-top-3840.jpg"); }
.webp body[data-skn-threshold="620"] .background_1042059.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/320/1747837558homepage-top-3840.webp"); }
.avif body[data-skn-threshold="620"] .background_1042059.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/320/1747837558homepage-top-3840.avif"); }
.background_1042059.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_1042059.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/683/1747837558homepage-top-3840.jpg"); }
.webp body[data-skn-fixed-attachment-threshold="320"]:not([data-skn-threshold="620"]) .background_1042059.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/683/1747837558homepage-top-3840.webp"); }
.avif body[data-skn-fixed-attachment-threshold="320"]:not([data-skn-threshold="620"]) .background_1042059.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/683/1747837558homepage-top-3840.avif"); }
body[data-skn-threshold="620"] .background_1042059.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/683/1747837558homepage-top-3840.jpg"); }
.webp body[data-skn-threshold="620"] .background_1042059.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/683/1747837558homepage-top-3840.webp"); }
.avif body[data-skn-threshold="620"] .background_1042059.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/683/1747837558homepage-top-3840.avif"); }
.background_1042059.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_1042059.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/960/1747837558homepage-top-3840.jpg"); }
.webp body[data-skn-fixed-attachment-threshold="480"]:not([data-skn-threshold="620"]) .background_1042059.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/960/1747837558homepage-top-3840.webp"); }
.avif body[data-skn-fixed-attachment-threshold="480"]:not([data-skn-threshold="620"]) .background_1042059.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/960/1747837558homepage-top-3840.avif"); }
body[data-skn-threshold="620"] .background_1042059.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/960/1747837558homepage-top-3840.jpg"); }
.webp body[data-skn-threshold="620"] .background_1042059.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/960/1747837558homepage-top-3840.webp"); }
.avif body[data-skn-threshold="620"] .background_1042059.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/960/1747837558homepage-top-3840.avif"); }
.background_1042059.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_1042059.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1366/1747837558homepage-top-3840.jpg"); }
.webp body[data-skn-fixed-attachment-threshold="683"]:not([data-skn-threshold="620"]) .background_1042059.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1366/1747837558homepage-top-3840.webp"); }
.avif body[data-skn-fixed-attachment-threshold="683"]:not([data-skn-threshold="620"]) .background_1042059.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1366/1747837558homepage-top-3840.avif"); }
body[data-skn-threshold="620"] .background_1042059.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1366/1747837558homepage-top-3840.jpg"); }
.webp body[data-skn-threshold="620"] .background_1042059.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1366/1747837558homepage-top-3840.webp"); }
.avif body[data-skn-threshold="620"] .background_1042059.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1366/1747837558homepage-top-3840.avif"); }
.background_1042059.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_1042059.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1920/1747837558homepage-top-3840.jpg"); }
.webp body[data-skn-fixed-attachment-threshold="960"]:not([data-skn-threshold="620"]) .background_1042059.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1920/1747837558homepage-top-3840.webp"); }
.avif body[data-skn-fixed-attachment-threshold="960"]:not([data-skn-threshold="620"]) .background_1042059.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1920/1747837558homepage-top-3840.avif"); }
body[data-skn-threshold="620"] .background_1042059.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1920/1747837558homepage-top-3840.jpg"); }
.webp body[data-skn-threshold="620"] .background_1042059.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1920/1747837558homepage-top-3840.webp"); }
.avif body[data-skn-threshold="620"] .background_1042059.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1920/1747837558homepage-top-3840.avif"); }
.background_1042059.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_1042059.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2400/1747837558homepage-top-3840.jpg"); }
.webp body[data-skn-fixed-attachment-threshold="1366"]:not([data-skn-threshold="620"]) .background_1042059.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2400/1747837558homepage-top-3840.webp"); }
.avif body[data-skn-fixed-attachment-threshold="1366"]:not([data-skn-threshold="620"]) .background_1042059.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2400/1747837558homepage-top-3840.avif"); }
body[data-skn-threshold="620"] .background_1042059.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2400/1747837558homepage-top-3840.jpg"); }
.webp body[data-skn-threshold="620"] .background_1042059.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2400/1747837558homepage-top-3840.webp"); }
.avif body[data-skn-threshold="620"] .background_1042059.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2400/1747837558homepage-top-3840.avif"); }
.background_1042059.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_1042059.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3360/1747837558homepage-top-3840.jpg"); }
.webp body[data-skn-fixed-attachment-threshold="1920"]:not([data-skn-threshold="620"]) .background_1042059.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3360/1747837558homepage-top-3840.webp"); }
.avif body[data-skn-fixed-attachment-threshold="1920"]:not([data-skn-threshold="620"]) .background_1042059.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3360/1747837558homepage-top-3840.avif"); }
body[data-skn-threshold="620"] .background_1042059.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3360/1747837558homepage-top-3840.jpg"); }
.webp body[data-skn-threshold="620"] .background_1042059.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3360/1747837558homepage-top-3840.webp"); }
.avif body[data-skn-threshold="620"] .background_1042059.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3360/1747837558homepage-top-3840.avif"); }
.background_1042059.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_1042059.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2400/1747837558homepage-top-3840.jpg"); }
.webp body[data-skn-fixed-attachment-threshold="2400"]:not([data-skn-threshold="620"]) .background_1042059.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2400/1747837558homepage-top-3840.webp"); }
.avif body[data-skn-fixed-attachment-threshold="2400"]:not([data-skn-threshold="620"]) .background_1042059.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2400/1747837558homepage-top-3840.avif"); }
body[data-skn-threshold="620"] .background_1042059.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2400/1747837558homepage-top-3840.jpg"); }
.webp body[data-skn-threshold="620"] .background_1042059.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2400/1747837558homepage-top-3840.webp"); }
.avif body[data-skn-threshold="620"] .background_1042059.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2400/1747837558homepage-top-3840.avif"); }
.background_1042059.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_1042059.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1747837558homepage-top-3840.jpg"); }
.webp body[data-skn-fixed-attachment-threshold="2880"]:not([data-skn-threshold="620"]) .background_1042059.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1747837558homepage-top-3840.webp"); }
.avif body[data-skn-fixed-attachment-threshold="2880"]:not([data-skn-threshold="620"]) .background_1042059.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1747837558homepage-top-3840.avif"); }
body[data-skn-threshold="620"] .background_1042059.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1747837558homepage-top-3840.jpg"); }
.webp body[data-skn-threshold="620"] .background_1042059.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1747837558homepage-top-3840.webp"); }
.avif body[data-skn-threshold="620"] .background_1042059.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1747837558homepage-top-3840.avif"); }
.background_1042059.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_1042059.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3360/1747837558homepage-top-3840.jpg"); }
.webp body[data-skn-fixed-attachment-threshold="3360"]:not([data-skn-threshold="620"]) .background_1042059.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3360/1747837558homepage-top-3840.webp"); }
.avif body[data-skn-fixed-attachment-threshold="3360"]:not([data-skn-threshold="620"]) .background_1042059.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3360/1747837558homepage-top-3840.avif"); }
body[data-skn-threshold="620"] .background_1042059.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3360/1747837558homepage-top-3840.jpg"); }
.webp body[data-skn-threshold="620"] .background_1042059.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3360/1747837558homepage-top-3840.webp"); }
.avif body[data-skn-threshold="620"] .background_1042059.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3360/1747837558homepage-top-3840.avif"); }
.background_1042059.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_1042059.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1747837558homepage-top-3840.jpg"); }
.webp body[data-skn-fixed-attachment-threshold="3840"]:not([data-skn-threshold="620"]) .background_1042059.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1747837558homepage-top-3840.webp"); }
.avif body[data-skn-fixed-attachment-threshold="3840"]:not([data-skn-threshold="620"]) .background_1042059.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1747837558homepage-top-3840.avif"); }
body[data-skn-threshold="620"] .background_1042059.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1747837558homepage-top-3840.jpg"); }
.webp body[data-skn-threshold="620"] .background_1042059.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1747837558homepage-top-3840.webp"); }
.avif body[data-skn-threshold="620"] .background_1042059.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1747837558homepage-top-3840.avif"); }
.background_1042059.in-view[data-skn-threshold="3840"]{background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:fixed; }
.background_1044315.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/320/1772052770standlake-aerial-v2.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1044315.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/320/1772052770standlake-aerial-v2.webp"); }
.avif .background_1044315.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/320/1772052770standlake-aerial-v2.avif"); }
.background_1044315.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/683/1772052770standlake-aerial-v2.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1044315.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/683/1772052770standlake-aerial-v2.webp"); }
.avif .background_1044315.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/683/1772052770standlake-aerial-v2.avif"); }
.background_1044315.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/960/1772052770standlake-aerial-v2.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1044315.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/960/1772052770standlake-aerial-v2.webp"); }
.avif .background_1044315.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/960/1772052770standlake-aerial-v2.avif"); }
.background_1044315.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1366/1772052770standlake-aerial-v2.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1044315.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1366/1772052770standlake-aerial-v2.webp"); }
.avif .background_1044315.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1366/1772052770standlake-aerial-v2.avif"); }
.background_1044315.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1920/1772052770standlake-aerial-v2.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1044315.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1920/1772052770standlake-aerial-v2.webp"); }
.avif .background_1044315.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1920/1772052770standlake-aerial-v2.avif"); }
.background_1044315.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1772052770standlake-aerial-v2.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1044315.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1772052770standlake-aerial-v2.webp"); }
.avif .background_1044315.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1772052770standlake-aerial-v2.avif"); }
.background_1044315.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1772052770standlake-aerial-v2.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1044315.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1772052770standlake-aerial-v2.webp"); }
.avif .background_1044315.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1772052770standlake-aerial-v2.avif"); }
.background_1044315.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2400/1772052770standlake-aerial-v2.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1044315.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2400/1772052770standlake-aerial-v2.webp"); }
.avif .background_1044315.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2400/1772052770standlake-aerial-v2.avif"); }
.background_1044315.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1772052770standlake-aerial-v2.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1044315.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1772052770standlake-aerial-v2.webp"); }
.avif .background_1044315.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1772052770standlake-aerial-v2.avif"); }
.background_1044315.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3360/1772052770standlake-aerial-v2.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1044315.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3360/1772052770standlake-aerial-v2.webp"); }
.avif .background_1044315.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3360/1772052770standlake-aerial-v2.avif"); }
.background_1044315.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1772052770standlake-aerial-v2.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1044315.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1772052770standlake-aerial-v2.webp"); }
.avif .background_1044315.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1772052770standlake-aerial-v2.avif"); }
.background_1045302.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/320/1773245334standlake-aerial-v2-jp.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1045302.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/320/1773245334standlake-aerial-v2-jp.webp"); }
.avif .background_1045302.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/320/1773245334standlake-aerial-v2-jp.avif"); }
.background_1045302.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/683/1773245334standlake-aerial-v2-jp.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1045302.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/683/1773245334standlake-aerial-v2-jp.webp"); }
.avif .background_1045302.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/683/1773245334standlake-aerial-v2-jp.avif"); }
.background_1045302.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/960/1773245334standlake-aerial-v2-jp.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1045302.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/960/1773245334standlake-aerial-v2-jp.webp"); }
.avif .background_1045302.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/960/1773245334standlake-aerial-v2-jp.avif"); }
.background_1045302.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1366/1773245334standlake-aerial-v2-jp.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1045302.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1366/1773245334standlake-aerial-v2-jp.webp"); }
.avif .background_1045302.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1366/1773245334standlake-aerial-v2-jp.avif"); }
.background_1045302.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1920/1773245334standlake-aerial-v2-jp.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1045302.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1920/1773245334standlake-aerial-v2-jp.webp"); }
.avif .background_1045302.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/1920/1773245334standlake-aerial-v2-jp.avif"); }
.background_1045302.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1773245334standlake-aerial-v2-jp.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1045302.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1773245334standlake-aerial-v2-jp.webp"); }
.avif .background_1045302.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1773245334standlake-aerial-v2-jp.avif"); }
.background_1045302.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1773245334standlake-aerial-v2-jp.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1045302.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1773245334standlake-aerial-v2-jp.webp"); }
.avif .background_1045302.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1773245334standlake-aerial-v2-jp.avif"); }
.background_1045302.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2400/1773245334standlake-aerial-v2-jp.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1045302.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2400/1773245334standlake-aerial-v2-jp.webp"); }
.avif .background_1045302.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2400/1773245334standlake-aerial-v2-jp.avif"); }
.background_1045302.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1773245334standlake-aerial-v2-jp.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1045302.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1773245334standlake-aerial-v2-jp.webp"); }
.avif .background_1045302.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/2880/1773245334standlake-aerial-v2-jp.avif"); }
.background_1045302.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3360/1773245334standlake-aerial-v2-jp.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1045302.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3360/1773245334standlake-aerial-v2-jp.webp"); }
.avif .background_1045302.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3360/1773245334standlake-aerial-v2-jp.avif"); }
.background_1045302.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1773245334standlake-aerial-v2-jp.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1045302.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1773245334standlake-aerial-v2-jp.webp"); }
.avif .background_1045302.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1041921/images/3840/1773245334standlake-aerial-v2-jp.avif"); }
.complexSwatch1044333{background-color:#4C4A4A; background-color:rgba(76, 74, 74, 1); border:1px solid rgb(255, 255, 255); border:1px solid rgba(255, 255, 255, 1); }
.complexSwatch1042867{background-color:#88C59A; background-color:rgba(136, 197, 154, 1); border:none; box-shadow:6px 9px 6px 0px  rgba(0, 0, 0, 0.8); -moz-box-shadow:6px 9px 6px 0px  rgba(0, 0, 0, 0.8); -webkit-box-shadow:6px 9px 6px 0px  rgba(0, 0, 0, 0.8); }
.complexSwatch1042861{border-top:none; border-right:none; border-bottom:2px solid rgb(255, 255, 255); border-bottom:2px solid rgba(255, 255, 255, 1); border-left:none; }
.complexSwatch1042860{background-color:#88C69A; background-color:rgba(136, 198, 154, 1); border:none; box-shadow:8px 8px 0px 0px  rgba(255, 255, 255, 0.85); -moz-box-shadow:8px 8px 0px 0px  rgba(255, 255, 255, 0.85); -webkit-box-shadow:8px 8px 0px 0px  rgba(255, 255, 255, 0.85); }
.complexSwatch1042070{border:1px solid rgb(0, 0, 0); border:1px solid rgba(0, 0, 0, 1); }
.complexSwatch1042069{background-color:#88C69A; background-color:rgba(136, 198, 154, 1); border:none; }
.complexSwatch1042068{background-color:#88C69A; background-color:rgba(136, 198, 154, 1); border:none; }
.complexSwatch1042067{background-color:#000000; background-color:rgba(0, 0, 0, 1); border:none; }
.complexSwatch1042066{background-color:#88C59A; background-color:rgba(136, 197, 154, 1); border:none; }
.complexSwatch1042065{background-color:#000000; background-color:rgba(0, 0, 0, 1); border:none; }
.complexSwatch1042064{border-top:none; border-right:none; border-bottom:1px solid rgb(0, 0, 0); border-bottom:1px solid rgba(0, 0, 0, 1); border-left:none; }
.complexSwatch1042063{background-color:#e9eaea; background-color:rgba(233, 234, 234, 1); border:none; }
.complexSwatch1042062{background-color:#000000; background-color:rgba(0, 0, 0, 1); border:none; }
.complexSwatch1042061{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; }
