@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|Manrope:200,300,regular,500,600,700,800);.header-grid .skn-sectiongrid {
    display:flex;
    flex-wrap: nowrap;
}
.header-grid .skn-sectiongrid:after {
    display:none;
}

[data-skn-threshold="620"] .header-grid .skn-sectiongrid .skn-cell {
    width: unset;
}

.header-grid .skn-sectiongrid .stretch-cell{
    flex: 1 1 auto;
}
.header-grid .skn-sectiongrid .logo-cell{
    flex: 0 1 auto;
    min-width: 0;
}
.header-grid .skn-sectiongrid .mobile-icon{
    flex: 0 0 auto;
}
.skn-front-end .header-grid .skn-sectiongrid .mobile-icon{
    display: none;
    flex: 0 1 auto;
}
.skn-front-end .social-cell{
    flex: 0 0 auto;
}
@media (min-width: 1080px) {
  .mobile-icon{
      display: none;
  }
}
@media (max-width: 1079px) {
    .stretch-cell{
      display: none;
    }
    .skn-front-end .header-grid .skn-sectiongrid .mobile-icon{
        display: block;
    }
    .skn-front-end .social-cell{
        flex: 1 1 auto;
    }
}


/* Mobile menu */
#mmmenu .skn-cell-widget-menu{
    background-image: none;
    background-color: #003d97;
}

#mmmenu .mm-panel{
    background-image: none;
    background-color: #003d97;
}

#mmmenu .stretch-cell {
    display: block !important;
}

.background_1041280{
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

/* Header Button */
a.a_1042818 {
  display: inline-block;
  padding: 0.55em 1.05em;

  border-radius: 9999px;
  border: 1px solid transparent;

  background: #002fa2;
  text-decoration: none;

  box-sizing: border-box;
  transition:
    background-color 160ms ease,
    color 160ms ease,
    border-color 160ms ease,
    transform 120ms ease;
}

a.a_1042818:hover,
a.a_1042818:focus-visible {
  background: #F9F9F9;
  border-color: #b5b5b5; /* grey stroke */
}


/* Blue Button Large*/
a.a_1042828{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 44px;
  padding: 0 18px;
  margin-bottom: 12px;

  border-radius: 9999px;
  border: 1px solid transparent;

  background: #fd2c7a;
  color: #fff;
  text-decoration: none;

  box-sizing: border-box;
  transition:
    background-color 160ms ease,
    color 160ms ease,
    border-color 160ms ease,
    transform 120ms ease;
}



a.a_1042828:hover,
a.a_1042828:focus-visible {
  background: #F9F9F9;
  border-color: #b5b5b5; /* grey stroke */
}

a.a_1042828:active {
  transform: translateY(1px);
}

/* White Button Small */
a.a_1042853{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 44px;
  padding: 0 18px;
  margin-bottom: 12px;

  border-radius: 9999px;
  border: 1px solid #ffffff; /* white border */
  background: transparent;

  color: #ffffff;
  text-decoration: none;

  box-sizing: border-box;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    transform 120ms ease;
}

a.a_1042853:hover,
a.a_1042853:focus-visible {
  background: rgba(255, 255, 255, 0.12); /* subtle white tint */
  border-color: #ffffff;
}

a.a_1042853:active {
  transform: translateY(1px);
}


/* Black Button Small */
a.a_1042820{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 44px;
  padding: 0 18px;
  margin-bottom: 12px;

  border-radius: 9999px;
  border: 1px solid #34495E; /* calm blue border */
  background: transparent;

  color: #34495E;
  text-decoration: none;

  box-sizing: border-box;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    transform 120ms ease;
}

a.a_1042820:hover,
a.a_1042820:focus-visible {
  background: rgba(52, 73, 94, 0.06); /* subtle blue tint */
  border-color: #34495E;
}

a.a_1042820:active {
  transform: translateY(1px);
}


  
/* Black Button */
a.a_1041506 {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 44px;
  padding: 0 18px;
  margin-bottom: 12px;

  border-radius: 9999px;
  border: 1px solid transparent;

  background: #000000;
  color: #fff;
  text-decoration: none;

  box-sizing: border-box;
  transition:
    background-color 160ms ease,
    color 160ms ease,
    border-color 160ms ease,
    transform 120ms ease;
}

a.a_1041506:hover,
a.a_1041506:focus-visible {
  background: #F9F9F9;
  border-color: #b5b5b5; /* grey stroke */
  color: #111; /* optional: improves contrast on light bg */
}

a.a_1041506:active {
  transform: translateY(1px);
}

  
/* =========================================
   H2 word-length underline (8px offset)
   Target: .h2_1041490
========================================= */

/* Base heading reset */
.h2_1041490{
  position: relative;
  display: inline-block !important; /* shrink-wrap to text */
  padding-bottom: 8px;              /* space to underline */
  margin-bottom: 0;
}

/* Primary underline */
.h2_1041490::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #000; /* change to brand colour if needed */
}
/* =========================================
   Word-length underline (NOT container width)
   Target: .h2_1041490
========================================= */

/* Kill any previous pseudo underline rules (if you added them) */
.h2_1041490::after,
.h2_1041490 span::after{
  content: none !important;
  display: none !important;
}

/* Apply underline to the TEXT itself */
.h2_1041490{
  text-decoration-line: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 8px !important;  /* distance below text */
  text-decoration-color: #000 !important; /* change colour if needed */
  text-decoration-skip-ink: none !important;
}
/* =========================================
   Fancy boxes
========================================= */

.cell-rhs {
  --rhs-pad: 22px;
  --rule: #e2e2e2;
  --rhs-outer: #003d9d;
  --rhs-inner: #271d4c;
  --rhs-outer-w: 10px;
  --rhs-inner-w: 6px; /* total stripe = 16px */

  background-color: #fff;
  padding-right: var(--rhs-pad);

  /* RHS double stripe + thin top/bottom rules */
  background-image:
    linear-gradient(to left,
      var(--rhs-outer) 0 var(--rhs-outer-w),
      var(--rhs-inner) var(--rhs-outer-w) calc(var(--rhs-outer-w) + var(--rhs-inner-w)),
      transparent calc(var(--rhs-outer-w) + var(--rhs-inner-w)) 100%
    ),
    linear-gradient(var(--rule), var(--rule)),
    linear-gradient(var(--rule), var(--rule));

  background-repeat: no-repeat;
  background-size: 100% 100%, 100% 1px, 100% 1px;
  background-position: 0 0, 0 0, 0 100%;
  background-clip: padding-box;
  border-radius: inherit;
  
    &.double-alt {
      --rhs-outer: #003d9d;
      --rhs-inner: #00aee8;
    }
    
    &.double-green {
      --rhs-outer: #005bd7;
      --rhs-inner: #00dd52;
    }
}






/* Gradient-filled cell with single pink RHS stripe */
.cell-rhs-gradient-pink {
  /* space so content doesn’t hit the stripe */
  padding-right: 16px;

  background-color: #ffffff;

  background-image:
    /* RHS pink stripe */
    linear-gradient(to left,
      #ff2a8a 0 10px,
      transparent 10px 100%
    ),

    /* main gradient fill */
    linear-gradient(
      90deg,
      #003d9d 0%,
      #005bd7 45%,
      #00aee8 100%
    );

  background-repeat: no-repeat, no-repeat;
  background-size: 100% 100%, 100% 100%;
  background-position: 0 0, 0 0;

  background-clip: padding-box;
  border-radius: inherit;
}

/* Filled white NEWS badge (shrink-wrap + force left alignment in Sketchanet) */
.h2_1041514 {
  display: inline-flex !important;
  align-items: center;

  padding: 8px 8px !important;  
  border-radius: 4px;

  background: #ffffff;
  color: #005bd7;              /* tweak to match your blue */
  font-weight: 800;

  text-transform: uppercase;
  line-height: 1;

  width: fit-content !important;
  max-width: max-content;
  margin: 0 !important;

  /* stops Sketchanet centre rules bleeding onto the badge */
  text-align: left !important;
}

/* If Sketchanet is centring the whole cell, this helps when applied to same element */
.news-badge-wrap {
  text-align: left !important;
}

/* =========================================
   Portrait carousel cards with blue overlay
   Target: postlist_setting_1042942 ONLY
========================================= */

/* Card container */
.postlist_setting_1042942 .post-image {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

/* FORCE portrait ratio (override inline square shim) */
.postlist_setting_1042942 .post-image .shim {
  padding-bottom: 105% !important; /* 3:4 portrait */
}

/* Image fill + crop */
.postlist_setting_1042942 .post-image img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover;
  display: block;
  transition: transform 240ms ease;
}

/* Blue overlay */
.postlist_setting_1042942 .post-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 113, 189, 0.45); /* #0071bd */
  transition: opacity 220ms ease;
  pointer-events: none;
}

/* Remove overlay on hover */
.postlist_setting_1042942 .post-item:hover .post-image::after {
  opacity: 0;
}

/* Subtle hover lift */
.postlist_setting_1042942 .post-item:hover img {
  transform: scale(1.03);
}

.preloader{color:#000000; }
#wrap{min-width:0px; }
.baseparagraph, .fakep, .skn-cell-standard ul, .skn-cell-standard ol, .p_1042576, p{font-family:Montserrat; font-size:16.8px; font-size:1.4rem; color:#33495E; font-weight:500; 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%; }
.skn-post-content.p_1042577 p, .skn-post-content.p_1042577 ul.skn-text-list, .skn-post-content.p_1042577 ol.skn-text-list, .p_1042577{font-family:Montserrat; font-size:15.6px; font-size:1.3rem; 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_1042578 p, .skn-post-content.p_1042578 ul.skn-text-list, .skn-post-content.p_1042578 ol.skn-text-list, .p_1042578{font-family:Montserrat; font-size:13.2px; font-size:1.1rem; color:#FFFFFF; word-spacing:normal; text-transform:inherit; font-variant:inherit; margin-right:auto; margin-left:auto; }
.skn-post-content.p_1042580 p, .skn-post-content.p_1042580 ul.skn-text-list, .skn-post-content.p_1042580 ol.skn-text-list, .p_1042580{font-size:16.8px; font-size:1.4rem; line-height:1.3; margin-right:auto; margin-left:auto; }
.skn-post-content.p_1042582 p, .skn-post-content.p_1042582 ul.skn-text-list, .skn-post-content.p_1042582 ol.skn-text-list, .p_1042582{font-size:16.8px; font-size:1.4rem; color:#FFFFFF; line-height:1.35; margin-right:auto; margin-left:auto; }
.skn-post-content.p_1042939 p, .skn-post-content.p_1042939 ul.skn-text-list, .skn-post-content.p_1042939 ol.skn-text-list, .p_1042939{font-size:16.8px; font-size:1.4rem; font-weight:400; line-height:1.5; margin-right:auto; margin-left:auto; }
.skn-post-content.p_1042941 p, .skn-post-content.p_1042941 ul.skn-text-list, .skn-post-content.p_1042941 ol.skn-text-list, .p_1042941{font-size:20.4px; font-size:1.7rem; color:#FD2C7A; font-weight:700; line-height:1.5; margin-right:auto; margin-left:auto; }
.skn-post-content.p_1042959 p, .skn-post-content.p_1042959 ul.skn-text-list, .skn-post-content.p_1042959 ol.skn-text-list, .p_1042959{font-size:13.2px; font-size:1.1rem; color:#FD2C7A; font-weight:700; margin-right:auto; margin-left:auto; }
.span_1042798{font-weight:700; word-spacing:normal; text-transform:inherit; font-variant:inherit; }
.span_1042805{color:#ffffff; word-spacing:normal; text-transform:inherit; font-variant:inherit; }
.span_1042854{color:#FF00C0; }
.baseheading, h1, h2, h3, h4, h5, h6, .h2_1042592, h2{font-family:Montserrat; font-size:15.6px; font-size:1.3rem; color:#33495E; 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; 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_1042593{font-size:36px; font-size:3rem; font-weight:700; text-align:left; word-spacing:normal; text-transform:inherit; font-variant:inherit; line-height:1.05; margin-right:auto; margin-left:auto; padding-bottom:2%; }
.h2_1042594{font-size:26.4px; font-size:2.2rem; font-weight:600; word-spacing:normal; text-transform:inherit; font-variant:inherit; line-height:1.1; margin-right:auto; margin-left:auto; }
.h2_1042595{font-family:Montserrat; font-size:72px; font-size:6rem; font-weight:700; line-height:0.9; margin-right:auto; margin-left:auto; padding-bottom:2%; }
.h2_1042596{font-size:22.8px; font-size:1.9rem; font-weight:600; line-height:1.2; margin-right:auto; margin-left:auto; padding-bottom:2%; }
.h2_1042597{font-family:Montserrat; font-size:43.2px; font-size:3.6rem; font-weight:700; letter-spacing:normal; line-height:1.05; margin-right:auto; margin-left:auto; }
.h2_1042599{font-family:Montserrat; font-size:48px; font-size:4rem; color:#FFFFFF; font-weight:700; margin-right:auto; margin-left:auto; padding-top:0%; padding-right:0%; padding-bottom:0%; padding-left:0%; }
.h2_1042943{font-family:Montserrat; font-size:30px; font-size:2.5rem; font-weight:700; margin-right:auto; margin-left:auto; }
.h2_1042944{font-family:Montserrat; font-size:19.2px; font-size:1.6rem; color:#FFFFFF; font-weight:600; text-align:left; line-height:1.2; margin-right:auto; margin-left:auto; }
.h2_1042958{font-size:15.6px; font-size:1.3rem; font-weight:700; text-align:left; line-height:1.25; margin-right:auto; margin-left:auto; padding-bottom:2%; }
.h2_1043894{font-size:39.6px; font-size:3.3rem; margin-right:auto; margin-left:auto; }
a{font-family:inherit; font-size:0px; font-size:inherit; color:inherit; 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; }
.a_1042818{font-family:Montserrat; font-size:15.6px; font-size:1.3rem; color:#FFFFFF; font-weight:500; 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_1042818:hover{color:#000000; }
.a_1042820{font-family:inherit; font-size:15.6px; font-size:1.3rem; color:#2E3A46; font-weight:500; 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_1042826{font-family:Montserrat; font-size:16.8px; font-size:1.4rem; color:#FFFFFF; font-weight:500; font-style:inherit; text-decoration:inherit; text-align:inherit; letter-spacing:-0.03em; word-spacing:inherit; text-transform:inherit; font-variant:inherit; line-height:inherit; }
.a_1042826:hover{color:#E9EAEA; }
.a_1042827{font-family:inherit; font-size:18px; font-size:1.5rem; 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_1042827:hover{color:#000000; }
.a_1042828{font-family:inherit; font-size:18px; font-size:1.5rem; 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_1042828:hover{color:#000000; }
.a_1042853{font-family:inherit; font-size:15.6px; font-size:1.3rem; color:inherit; 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_1042945{font-family:Montserrat; font-size:14.4px; font-size:1.2rem; color:#FD2C7A; 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_1043764{font-family:inherit; font-size:0px; font-size:inherit; color:#2057CF; 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_1043764:hover{color:#33495E; }
.a_1043797{font-family:inherit; font-size:0px; font-size:inherit; color:inherit; 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_1043797:hover{color:#E9EAEA; }
.a_1043828{font-family:inherit; font-size:0px; font-size:inherit; color:#FD2C7A; 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_1043828:hover{color:#2E3A46; }
.ul_1042584> li.selected, .icon.ul_1042587:after{color:#e9eaea; word-spacing:normal; text-transform:inherit; font-variant:inherit; text-shadow:none; }
.ul_1042583> li:hover, .icon.ul_1042922:after{color:#E9EAEA; word-spacing:normal; text-transform:inherit; font-variant:inherit; text-shadow:none; }
.ul_1042584> li:hover, .icon.ul_1042586:after{color:#e9eaea; word-spacing:normal; text-transform:inherit; font-variant:inherit; text-shadow:none; }
.ul_1042584> li, .icon.ul_1042584: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_1042589> li:hover, .icon.ul_1042590:after{color:#FFFFFF; word-spacing:normal; text-transform:inherit; font-variant:inherit; }
.ul_1042583> li, .icon.ul_1042583:after{font-family:Montserrat; font-size:18px; font-size:1.5rem; color:#FFFFFF; font-weight:500; 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:0%; padding-right:3%; padding-bottom:0%; padding-left:0%; }
.ul_1042583> li.selected, .icon.ul_1042588:after{word-spacing:normal; text-transform:inherit; font-variant:inherit; text-shadow:none; }
.ul_1042589> li, .icon.ul_1042589:after{font-family:Manrope; font-size:18px; font-size:1.5rem; color:#FFFFFF; font-weight:500; 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:3%; padding-right:3%; padding-bottom:3%; padding-left:3%; }
.ul_1042589> li.selected, .icon.ul_1042591:after{color:#FFFFFF; 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_1042479{width:100%; }
.width_1042535{width:94%; }
.max_width_1042480{max-width:960px; }
.max_width_1042517{max-width:1200px; }
.max_width_1042527{max-width:800px; }
.max_width_1042537{max-width:1500px; }
.max_width_1042843{max-width:1900px; }
.max_width_1042934{max-width:1000px; }
.max_width_1043749{max-width:500px; }
.grid-setting-1042481 .masonry-column-sizer{width:13.333333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042481 .skn-cell.cols1{width:13.333333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042481 .skn-cell.cols2{width:30.666666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042481 .skn-cell.cols3{width:48%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042481 .skn-cell.cols4{width:65.333333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042481 .skn-cell.cols5{width:82.666666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042481 .skn-cell.cols6{width:100%; }
.grid-setting-1042481 .masonry-gutter-sizer{width:4%; }
.skn-section:not(.custom-grid) .grid-setting-1042481 .skn-cell{margin-bottom:4%; }
.grid-setting-1042530 .masonry-column-sizer{width:13.333333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042530 .skn-cell.cols1{width:13.333333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042530 .skn-cell.cols2{width:30.666666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042530 .skn-cell.cols3{width:48%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042530 .skn-cell.cols4{width:65.333333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042530 .skn-cell.cols5{width:82.666666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042530 .skn-cell.cols6{width:100%; }
.grid-setting-1042530 .masonry-gutter-sizer{width:4%; }
.skn-section:not(.custom-grid) .grid-setting-1042530 .skn-cell{margin-bottom:4%; }
.grid-setting-1042531 .masonry-column-sizer{width:calc(100% / 12); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042531 .skn-cell.cols1{width:calc(100% * 1 / 12); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042531 .skn-cell.cols2{width:calc(100% * 2 / 12); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042531 .skn-cell.cols3{width:calc(100% * 3 / 12); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042531 .skn-cell.cols4{width:calc(100% * 4 / 12); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042531 .skn-cell.cols5{width:calc(100% * 5 / 12); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042531 .skn-cell.cols6{width:calc(100% * 6 / 12); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042531 .skn-cell.cols7{width:calc(100% * 7 / 12); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042531 .skn-cell.cols8{width:calc(100% * 8 / 12); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042531 .skn-cell.cols9{width:calc(100% * 9 / 12); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042531 .skn-cell.cols10{width:calc(100% * 10 / 12); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042531 .skn-cell.cols11{width:calc(100% * 11 / 12); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042531 .skn-cell.cols12{width:calc(100% * 12 / 12); }
.grid-setting-1042531 .masonry-gutter-sizer{width:0%; }
.skn-section:not(.custom-grid) .grid-setting-1042531 .skn-cell{margin-bottom:5%; }
.grid-setting-1042539 .masonry-column-sizer{width:calc(100% / 6); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042539 .skn-cell.cols1{width:calc(100% * 1 / 6); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042539 .skn-cell.cols2{width:calc(100% * 2 / 6); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042539 .skn-cell.cols3{width:calc(100% * 3 / 6); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042539 .skn-cell.cols4{width:calc(100% * 4 / 6); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042539 .skn-cell.cols5{width:calc(100% * 5 / 6); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042539 .skn-cell.cols6{width:calc(100% * 6 / 6); }
.grid-setting-1042539 .masonry-gutter-sizer{width:0%; }
.skn-section:not(.custom-grid) .grid-setting-1042539 .skn-cell{margin-bottom:0%; }
.grid-setting-1042550 .masonry-column-sizer{width:4.6666666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042550 .skn-cell.cols1{width:4.6666666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042550 .skn-cell.cols2{width:13.333333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042550 .skn-cell.cols3{width:22%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042550 .skn-cell.cols4{width:30.666666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042550 .skn-cell.cols5{width:39.333333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042550 .skn-cell.cols6{width:48%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042550 .skn-cell.cols7{width:56.666666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042550 .skn-cell.cols8{width:65.333333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042550 .skn-cell.cols9{width:74%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042550 .skn-cell.cols10{width:82.666666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042550 .skn-cell.cols11{width:91.333333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042550 .skn-cell.cols12{width:100%; }
.grid-setting-1042550 .masonry-gutter-sizer{width:4%; }
.skn-section:not(.custom-grid) .grid-setting-1042550 .skn-cell{margin-bottom:4%; }
.grid-setting-1042930 .masonry-column-sizer{width:11.666666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042930 .skn-cell.cols1{width:11.666666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042930 .skn-cell.cols2{width:29.333333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042930 .skn-cell.cols3{width:47%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042930 .skn-cell.cols4{width:64.666666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042930 .skn-cell.cols5{width:82.333333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1042930 .skn-cell.cols6{width:100%; }
.grid-setting-1042930 .masonry-gutter-sizer{width:6%; }
.skn-section:not(.custom-grid) .grid-setting-1042930 .skn-cell{margin-bottom:0%; }
.grid-setting-1043585 .masonry-column-sizer{width:calc(100% / 6); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1043585 .skn-cell.cols1{width:calc(100% * 1 / 6); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1043585 .skn-cell.cols2{width:calc(100% * 2 / 6); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1043585 .skn-cell.cols3{width:calc(100% * 3 / 6); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1043585 .skn-cell.cols4{width:calc(100% * 4 / 6); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1043585 .skn-cell.cols5{width:calc(100% * 5 / 6); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1043585 .skn-cell.cols6{width:calc(100% * 6 / 6); }
.grid-setting-1043585 .masonry-gutter-sizer{width:0%; }
.skn-section:not(.custom-grid) .grid-setting-1043585 .skn-cell{margin-bottom:0%; }
.grid-setting-1043678 .masonry-column-sizer{width:4.6666666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1043678 .skn-cell.cols1{width:4.6666666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1043678 .skn-cell.cols2{width:13.333333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1043678 .skn-cell.cols3{width:22%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1043678 .skn-cell.cols4{width:30.666666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1043678 .skn-cell.cols5{width:39.333333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1043678 .skn-cell.cols6{width:48%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1043678 .skn-cell.cols7{width:56.666666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1043678 .skn-cell.cols8{width:65.333333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1043678 .skn-cell.cols9{width:74%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1043678 .skn-cell.cols10{width:82.666666666667%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1043678 .skn-cell.cols11{width:91.333333333333%; }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1043678 .skn-cell.cols12{width:100%; }
.grid-setting-1043678 .masonry-gutter-sizer{width:4%; }
.skn-section:not(.custom-grid) .grid-setting-1043678 .skn-cell{margin-bottom:4%; }
.grid-setting-1043910 .masonry-column-sizer{width:calc(100% / 1); }
body[data-skn-threshold="960"] .skn-section:not(.custom-grid) .grid-setting-1043910 .skn-cell.cols1{width:calc(100% * 1 / 1); }
.grid-setting-1043910 .masonry-gutter-sizer{width:0%; }
.skn-section:not(.custom-grid) .grid-setting-1043910 .skn-cell{margin-bottom:2%; }
.padding_1042483{padding:1% 0% 1% 0%; }
body[data-skn-threshold="620"] .padding_1042483{padding:2% 0% 2% 0%; }
.padding_1042484{padding:2% 0% 2% 0%; }
body[data-skn-threshold="620"] .padding_1042484{padding:4% 0% 4% 0%; }
.padding_1042485{padding:3% 0% 3% 0%; }
body[data-skn-threshold="620"] .padding_1042485{padding:6% 0% 6% 0%; }
.padding_1042486{padding:4% 0% 4% 0%; }
body[data-skn-threshold="620"] .padding_1042486{padding:8% 0% 8% 0%; }
.padding_1042487{padding:5% 0% 5% 0%; }
body[data-skn-threshold="620"] .padding_1042487{padding:10% 0% 10% 0%; }
.padding_1042489{padding:1% 1% 1% 1%; }
body[data-skn-threshold="620"] .padding_1042489{padding:2% 2% 2% 2%; }
.padding_1042490{padding:2% 2% 2% 2%; }
body[data-skn-threshold="620"] .padding_1042490{padding:4% 4% 4% 4%; }
.padding_1042491{padding:3% 3% 3% 3%; }
body[data-skn-threshold="620"] .padding_1042491{padding:6% 6% 6% 6%; }
.padding_1042492{padding:4% 4% 4% 4%; }
body[data-skn-threshold="620"] .padding_1042492{padding:8% 8% 8% 8%; }
.padding_1042493{padding:5% 5% 5% 5%; }
body[data-skn-threshold="620"] .padding_1042493{padding:10% 8% 10% 8%; }
.padding_1042495{padding:1% 0% 0% 0%; }
body[data-skn-threshold="620"] .padding_1042495{padding:2% 0% 0% 0%; }
.padding_1042496{padding:2% 0% 0% 0%; }
body[data-skn-threshold="620"] .padding_1042496{padding:4% 0% 0% 0%; }
.padding_1042497{padding:3% 0% 0% 0%; }
body[data-skn-threshold="620"] .padding_1042497{padding:6% 0% 0% 0%; }
.padding_1042498{padding:4% 0% 0% 0%; }
body[data-skn-threshold="620"] .padding_1042498{padding:8% 0% 0% 0%; }
.padding_1042499{padding:5% 0% 0% 0%; }
body[data-skn-threshold="620"] .padding_1042499{padding:10% 0% 0% 0%; }
.padding_1042500{padding:0% 0% 1% 0%; }
body[data-skn-threshold="620"] .padding_1042500{padding:0% 0% 2% 0%; }
.padding_1042501{padding:0% 0% 2% 0%; }
body[data-skn-threshold="620"] .padding_1042501{padding:0% 0% 4% 0%; }
.padding_1042502{padding:0% 0% 3% 0%; }
body[data-skn-threshold="620"] .padding_1042502{padding:0% 0% 6% 0%; }
.padding_1042503{padding:0% 0% 4% 0%; }
body[data-skn-threshold="620"] .padding_1042503{padding:0% 0% 8% 0%; }
.padding_1042504{padding:0% 0% 5% 0%; }
body[data-skn-threshold="620"] .padding_1042504{padding:0% 0% 10% 0%; }
.padding_1042505{padding:0% 1% 0% 1%; }
body[data-skn-threshold="620"] .padding_1042505{padding:0% 2% 0% 2%; }
.padding_1042506{padding:0% 2% 0% 2%; }
body[data-skn-threshold="620"] .padding_1042506{padding:0% 4% 0% 4%; }
.padding_1042507{padding:0% 3% 0% 3%; }
body[data-skn-threshold="620"] .padding_1042507{padding:0% 6% 0% 6%; }
.padding_1042508{padding:0% 4% 0% 4%; }
body[data-skn-threshold="620"] .padding_1042508{padding:0% 8% 0% 8%; }
.padding_1042509{padding:0% 5% 0% 5%; }
body[data-skn-threshold="620"] .padding_1042509{padding:0% 8% 0% 8%; }
.padding_1042523{padding:15% 0% 15% 0%; }
body[data-skn-threshold="620"] .padding_1042523{padding:20% 0% 20% 0%; }
.padding_1042525{padding:10% 0% 10% 0%; }
body[data-skn-threshold="620"] .padding_1042525{padding:20% 0% 20% 0%; }
.padding_1042526{padding:20% 0% 20% 0%; }
body[data-skn-threshold="620"] .padding_1042526{padding:20% 0% 20% 0%; }
.padding_1042529{padding:0% 3% 4% 3%; }
body[data-skn-threshold="620"] .padding_1042529{padding:0% 6% 8% 6%; }
.padding_1042533{padding:2% 3% 2% 3%; }
body[data-skn-threshold="620"] .padding_1042533{padding:4% 6% 4% 6%; }
.padding_1042538{padding:0% 0% 20% 0%; }
body[data-skn-threshold="620"] .padding_1042538{padding:0% 0% 20% 0%; }
.padding_1042541{padding:0% 3% 4% 3%; }
body[data-skn-threshold="620"] .padding_1042541{padding:0% 6% 8% 6%; }
.padding_1042545{padding:1% 3% 1% 3%; }
body[data-skn-threshold="620"] .padding_1042545{padding:2% 6% 2% 6%; }
.padding_1042546{padding:4% 3% 2% 3%; }
body[data-skn-threshold="620"] .padding_1042546{padding:8% 6% 4% 6%; }
.padding_1042549{padding:4% 3% 4% 3%; }
body[data-skn-threshold="620"] .padding_1042549{padding:8% 6% 8% 6%; }
.padding_1042551{padding:2% 0% 2% 0%; }
body[data-skn-threshold="620"] .padding_1042551{padding:4% 0% 4% 0%; }
.padding_1042552{padding:0% 0% 0% 0.5%; }
body[data-skn-threshold="620"] .padding_1042552{padding:0% 0% 0% 1%; }
.padding_1042553{padding:2% 2% 2% 2%; }
body[data-skn-threshold="620"] .padding_1042553{padding:4% 4% 4% 4%; }
.padding_1042840{padding:4% 3% 4% 3%; }
body[data-skn-threshold="620"] .padding_1042840{padding:8% 6% 8% 6%; }
.padding_1042841{padding:6% 0% 20% 0%; }
body[data-skn-threshold="620"] .padding_1042841{padding:12% 0% 20% 0%; }
.padding_1042852{padding:2% 3% 4% 3%; }
body[data-skn-threshold="620"] .padding_1042852{padding:4% 6% 8% 6%; }
.padding_1042998{padding:4% 3% 2% 3%; }
body[data-skn-threshold="620"] .padding_1042998{padding:8% 6% 4% 6%; }
.skn-cell-widget-menu[data-menu-id="1042488"] .skn-menu-wrap{top:0px; left:0px; }
.skn-subnav[data-menu-id="1042488"] .skn-menu-wrap{top:0px; left:0px; }
.skn-cell-widget-menu[data-menu-id="1042494"] .skn-menu-wrap{top:0px; left:0px; }
.skn-subnav[data-menu-id="1042494"] .skn-menu-wrap{top:0px; left:0px; }
.skn-cell-widget-menu[data-menu-id="1042524"] .skn-menu-wrap{top:0px; left:0px; }
.skn-subnav[data-menu-id="1042524"] .skn-menu-wrap{top:0px; left:0px; }
.skn-cell-widget-menu[data-menu-id="1042528"] .skn-menu-wrap{top:0px; left:0px; }
.skn-subnav[data-menu-id="1042528"] .skn-menu-wrap{top:0px; left:0px; }
.gallery_setting_1042515 .slide{margin-right:10px; margin-left:10px; }
.gallery_setting_1042515 .carousel-dot-group{display:none; }
.gallery_setting_1042515 .carousel-dot-row{justify-content:center; }
.gallery_setting_1042515 .carousel-dot{margin:0 0px; }
.gallery_setting_1042515 .carousel-dot:before{height:px; width:px; }
.lightbox .gallery_setting_1042516 .slide{width:100% !important; transition:opacity 1s ease; will-change:opacity; }
.gallery_setting_1042516 .carousel-dot-group{display:none; }
.gallery_setting_1042516 .carousel-dot-row{justify-content:center; }
.gallery_setting_1042516 .carousel-dot{margin:0 0px; }
.gallery_setting_1042516 .carousel-dot:before{height:px; width:px; }
.lightbox .gallery_setting_1042520 .slide{width:100% !important; transition:opacity 1s ease; will-change:opacity; }
.gallery_setting_1042520 .carousel-dot-group{display:none; }
.gallery_setting_1042520 .carousel-dot-row{justify-content:center; }
.gallery_setting_1042520 .carousel-dot{margin:0 0px; }
.gallery_setting_1042520 .carousel-dot:before{height:px; width:px; }
.gallery_setting_1042542 .slide{margin-right:1px; margin-left:1px; }
.gallery_setting_1042542 .caption_container{background-color:transparent; }
.gallery_setting_1042542 .snimagegrid .caption_container{background-color:transparent; }
.gallery_setting_1042542 .flickity-prev-next-button{color:rgba(0,0,0,1); }
.gallery_setting_1042542 .flickity-prev-next-button:hover{color:rgba(0,0,0,1); }
.gallery_setting_1042542 .flickity-button{background-color:rgba(255,255,255,0.75); width:20px; height:20px; }
.gallery_setting_1042542 .flickity-button:hover{background-color:rgba(255,255,255,1); }
.gallery_setting_1042542 .carousel-dot-group{display:none; }
.gallery_setting_1042542 .carousel-dot-row{justify-content:center; }
.gallery_setting_1042542 .carousel-dot{margin:0 1px; }
.gallery_setting_1042542 .carousel-dot:before{height:8px; width:8px; }
.margin_1042518{margin-top:0%; margin-bottom:0%; }
.skn-inline.margin_1042518{margin-right:0%; margin-left:0%; }
.margin_1042536{margin-top:3%; margin-bottom:0%; }
.skn-inline.margin_1042536{margin-right:0%; margin-left:0%; }
.margin_1042555{margin-top:0%; margin-bottom:2%; }
.skn-inline.margin_1042555{margin-right:0%; margin-left:0%; }
.background_1042519.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770313887pexels-umar-faruq-1662051319-35564437.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1042519.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770313887pexels-umar-faruq-1662051319-35564437.webp"); }
.avif .background_1042519.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770313887pexels-umar-faruq-1662051319-35564437.avif"); }
.background_1042519.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770313887pexels-umar-faruq-1662051319-35564437.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1042519.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770313887pexels-umar-faruq-1662051319-35564437.webp"); }
.avif .background_1042519.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770313887pexels-umar-faruq-1662051319-35564437.avif"); }
.background_1042519.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770313887pexels-umar-faruq-1662051319-35564437.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1042519.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770313887pexels-umar-faruq-1662051319-35564437.webp"); }
.avif .background_1042519.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770313887pexels-umar-faruq-1662051319-35564437.avif"); }
.background_1042519.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770313887pexels-umar-faruq-1662051319-35564437.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1042519.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770313887pexels-umar-faruq-1662051319-35564437.webp"); }
.avif .background_1042519.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770313887pexels-umar-faruq-1662051319-35564437.avif"); }
.background_1042519.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770313887pexels-umar-faruq-1662051319-35564437.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1042519.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770313887pexels-umar-faruq-1662051319-35564437.webp"); }
.avif .background_1042519.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770313887pexels-umar-faruq-1662051319-35564437.avif"); }
.background_1042519.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770313887pexels-umar-faruq-1662051319-35564437.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1042519.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770313887pexels-umar-faruq-1662051319-35564437.webp"); }
.avif .background_1042519.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770313887pexels-umar-faruq-1662051319-35564437.avif"); }
.background_1042519.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770313887pexels-umar-faruq-1662051319-35564437.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1042519.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770313887pexels-umar-faruq-1662051319-35564437.webp"); }
.avif .background_1042519.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770313887pexels-umar-faruq-1662051319-35564437.avif"); }
.background_1042519.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770313887pexels-umar-faruq-1662051319-35564437.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1042519.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770313887pexels-umar-faruq-1662051319-35564437.webp"); }
.avif .background_1042519.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770313887pexels-umar-faruq-1662051319-35564437.avif"); }
.background_1042519.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770313887pexels-umar-faruq-1662051319-35564437.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1042519.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770313887pexels-umar-faruq-1662051319-35564437.webp"); }
.avif .background_1042519.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770313887pexels-umar-faruq-1662051319-35564437.avif"); }
.background_1042519.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770313887pexels-umar-faruq-1662051319-35564437.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1042519.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770313887pexels-umar-faruq-1662051319-35564437.webp"); }
.avif .background_1042519.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770313887pexels-umar-faruq-1662051319-35564437.avif"); }
.background_1042519.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770313887pexels-umar-faruq-1662051319-35564437.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1042519.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770313887pexels-umar-faruq-1662051319-35564437.webp"); }
.avif .background_1042519.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770313887pexels-umar-faruq-1662051319-35564437.avif"); }
.background_1042534.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/17708407491770840635brighter-header6x-8.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1042534.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/17708407491770840635brighter-header6x-8.webp"); }
.avif .background_1042534.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/17708407491770840635brighter-header6x-8.avif"); }
.background_1042534.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/17708407491770840635brighter-header6x-8.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1042534.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/17708407491770840635brighter-header6x-8.webp"); }
.avif .background_1042534.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/17708407491770840635brighter-header6x-8.avif"); }
.background_1042534.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/17708407491770840635brighter-header6x-8.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1042534.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/17708407491770840635brighter-header6x-8.webp"); }
.avif .background_1042534.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/17708407491770840635brighter-header6x-8.avif"); }
.background_1042534.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/17708407491770840635brighter-header6x-8.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1042534.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/17708407491770840635brighter-header6x-8.webp"); }
.avif .background_1042534.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/17708407491770840635brighter-header6x-8.avif"); }
.background_1042534.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/17708407491770840635brighter-header6x-8.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1042534.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/17708407491770840635brighter-header6x-8.webp"); }
.avif .background_1042534.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/17708407491770840635brighter-header6x-8.avif"); }
.background_1042534.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/17708407491770840635brighter-header6x-8.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1042534.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/17708407491770840635brighter-header6x-8.webp"); }
.avif .background_1042534.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/17708407491770840635brighter-header6x-8.avif"); }
.background_1042534.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/17708407491770840635brighter-header6x-8.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1042534.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/17708407491770840635brighter-header6x-8.webp"); }
.avif .background_1042534.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/17708407491770840635brighter-header6x-8.avif"); }
.background_1042534.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/17708407491770840635brighter-header6x-8.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1042534.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/17708407491770840635brighter-header6x-8.webp"); }
.avif .background_1042534.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/17708407491770840635brighter-header6x-8.avif"); }
.background_1042534.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/17708407491770840635brighter-header6x-8.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1042534.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/17708407491770840635brighter-header6x-8.webp"); }
.avif .background_1042534.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/17708407491770840635brighter-header6x-8.avif"); }
.background_1042534.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/17708407491770840635brighter-header6x-8.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1042534.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/17708407491770840635brighter-header6x-8.webp"); }
.avif .background_1042534.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/17708407491770840635brighter-header6x-8.avif"); }
.background_1042534.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/17708407491770840635brighter-header6x-8.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 100%; background-attachment:scroll; }
.webp .background_1042534.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/17708407491770840635brighter-header6x-8.webp"); }
.avif .background_1042534.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/17708407491770840635brighter-header6x-8.avif"); }
.background_1042540.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770759336dsc0006.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1042540.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770759336dsc0006.webp"); }
.avif .background_1042540.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770759336dsc0006.avif"); }
.background_1042540.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770759336dsc0006.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1042540.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770759336dsc0006.webp"); }
.avif .background_1042540.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770759336dsc0006.avif"); }
.background_1042540.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770759336dsc0006.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1042540.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770759336dsc0006.webp"); }
.avif .background_1042540.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770759336dsc0006.avif"); }
.background_1042540.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770759336dsc0006.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1042540.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770759336dsc0006.webp"); }
.avif .background_1042540.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770759336dsc0006.avif"); }
.background_1042540.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770759336dsc0006.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1042540.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770759336dsc0006.webp"); }
.avif .background_1042540.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770759336dsc0006.avif"); }
.background_1042540.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770759336dsc0006.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1042540.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770759336dsc0006.webp"); }
.avif .background_1042540.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770759336dsc0006.avif"); }
.background_1042540.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770759336dsc0006.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1042540.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770759336dsc0006.webp"); }
.avif .background_1042540.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770759336dsc0006.avif"); }
.background_1042540.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770759336dsc0006.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1042540.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770759336dsc0006.webp"); }
.avif .background_1042540.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770759336dsc0006.avif"); }
.background_1042540.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770759336dsc0006.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1042540.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770759336dsc0006.webp"); }
.avif .background_1042540.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770759336dsc0006.avif"); }
.background_1042540.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770759336dsc0006.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1042540.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770759336dsc0006.webp"); }
.avif .background_1042540.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770759336dsc0006.avif"); }
.background_1042540.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770759336dsc0006.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1042540.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770759336dsc0006.webp"); }
.avif .background_1042540.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770759336dsc0006.avif"); }
.background_1042544.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_1042544.in-view[data-skn-threshold="160"]{background-image:url(""); }
.avif .background_1042544.in-view[data-skn-threshold="160"]{background-image:url(""); }
.background_1042544.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_1042544.in-view[data-skn-threshold="320"]{background-image:url(""); }
.avif .background_1042544.in-view[data-skn-threshold="320"]{background-image:url(""); }
.background_1042544.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_1042544.in-view[data-skn-threshold="480"]{background-image:url(""); }
.avif .background_1042544.in-view[data-skn-threshold="480"]{background-image:url(""); }
.background_1042544.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_1042544.in-view[data-skn-threshold="683"]{background-image:url(""); }
.avif .background_1042544.in-view[data-skn-threshold="683"]{background-image:url(""); }
.background_1042544.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_1042544.in-view[data-skn-threshold="960"]{background-image:url(""); }
.avif .background_1042544.in-view[data-skn-threshold="960"]{background-image:url(""); }
.background_1042544.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_1042544.in-view[data-skn-threshold="1366"]{background-image:url(""); }
.avif .background_1042544.in-view[data-skn-threshold="1366"]{background-image:url(""); }
.background_1042544.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_1042544.in-view[data-skn-threshold="1920"]{background-image:url(""); }
.avif .background_1042544.in-view[data-skn-threshold="1920"]{background-image:url(""); }
.background_1042544.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_1042544.in-view[data-skn-threshold="2400"]{background-image:url(""); }
.avif .background_1042544.in-view[data-skn-threshold="2400"]{background-image:url(""); }
.background_1042544.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_1042544.in-view[data-skn-threshold="2880"]{background-image:url(""); }
.avif .background_1042544.in-view[data-skn-threshold="2880"]{background-image:url(""); }
.background_1042544.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_1042544.in-view[data-skn-threshold="3360"]{background-image:url(""); }
.avif .background_1042544.in-view[data-skn-threshold="3360"]{background-image:url(""); }
.background_1042544.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_1042544.in-view[data-skn-threshold="3840"]{background-image:url(""); }
.avif .background_1042544.in-view[data-skn-threshold="3840"]{background-image:url(""); }
.background_1042548.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769025670logo.svg"); background-size:auto 100%; background-repeat:no-repeat; background-position:0% 50%; background-attachment:scroll; }
.webp .background_1042548.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769025670logo.svg"); }
.avif .background_1042548.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769025670logo.svg"); }
.background_1042548.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769025670logo.svg"); background-size:auto 100%; background-repeat:no-repeat; background-position:0% 50%; background-attachment:scroll; }
.webp .background_1042548.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769025670logo.svg"); }
.avif .background_1042548.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769025670logo.svg"); }
.background_1042548.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769025670logo.svg"); background-size:auto 100%; background-repeat:no-repeat; background-position:0% 50%; background-attachment:scroll; }
.webp .background_1042548.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769025670logo.svg"); }
.avif .background_1042548.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769025670logo.svg"); }
.background_1042548.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769025670logo.svg"); background-size:auto 100%; background-repeat:no-repeat; background-position:0% 50%; background-attachment:scroll; }
.webp .background_1042548.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769025670logo.svg"); }
.avif .background_1042548.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769025670logo.svg"); }
.background_1042548.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769025670logo.svg"); background-size:auto 100%; background-repeat:no-repeat; background-position:0% 50%; background-attachment:scroll; }
.webp .background_1042548.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769025670logo.svg"); }
.avif .background_1042548.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769025670logo.svg"); }
.background_1042548.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769025670logo.svg"); background-size:auto 100%; background-repeat:no-repeat; background-position:0% 50%; background-attachment:scroll; }
.webp .background_1042548.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769025670logo.svg"); }
.avif .background_1042548.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769025670logo.svg"); }
.background_1042548.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769025670logo.svg"); background-size:auto 100%; background-repeat:no-repeat; background-position:0% 50%; background-attachment:scroll; }
.webp .background_1042548.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769025670logo.svg"); }
.avif .background_1042548.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769025670logo.svg"); }
.background_1042548.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769025670logo.svg"); background-size:auto 100%; background-repeat:no-repeat; background-position:0% 50%; background-attachment:scroll; }
.webp .background_1042548.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769025670logo.svg"); }
.avif .background_1042548.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769025670logo.svg"); }
.background_1042548.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769025670logo.svg"); background-size:auto 100%; background-repeat:no-repeat; background-position:0% 50%; background-attachment:scroll; }
.webp .background_1042548.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769025670logo.svg"); }
.avif .background_1042548.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769025670logo.svg"); }
.background_1042548.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769025670logo.svg"); background-size:auto 100%; background-repeat:no-repeat; background-position:0% 50%; background-attachment:scroll; }
.webp .background_1042548.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769025670logo.svg"); }
.avif .background_1042548.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769025670logo.svg"); }
.background_1042548.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769025670logo.svg"); background-size:auto 100%; background-repeat:no-repeat; background-position:0% 50%; background-attachment:scroll; }
.webp .background_1042548.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769025670logo.svg"); }
.avif .background_1042548.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769025670logo.svg"); }
body[data-skn-fixed-attachment-threshold="160"]:not([data-skn-threshold="620"]) .background_1042556.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.webp body[data-skn-fixed-attachment-threshold="160"]:not([data-skn-threshold="620"]) .background_1042556.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.avif body[data-skn-fixed-attachment-threshold="160"]:not([data-skn-threshold="620"]) .background_1042556.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
body[data-skn-threshold="620"] .background_1042556.in-view{background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)!important; }
.webp body[data-skn-threshold="620"] .background_1042556.in-view{background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)!important; }
.avif body[data-skn-threshold="620"] .background_1042556.in-view{background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)!important; }
.background_1042556.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_1042556.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.webp body[data-skn-fixed-attachment-threshold="320"]:not([data-skn-threshold="620"]) .background_1042556.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.avif body[data-skn-fixed-attachment-threshold="320"]:not([data-skn-threshold="620"]) .background_1042556.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.background_1042556.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_1042556.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.webp body[data-skn-fixed-attachment-threshold="480"]:not([data-skn-threshold="620"]) .background_1042556.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.avif body[data-skn-fixed-attachment-threshold="480"]:not([data-skn-threshold="620"]) .background_1042556.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.background_1042556.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_1042556.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.webp body[data-skn-fixed-attachment-threshold="683"]:not([data-skn-threshold="620"]) .background_1042556.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.avif body[data-skn-fixed-attachment-threshold="683"]:not([data-skn-threshold="620"]) .background_1042556.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.background_1042556.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_1042556.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.webp body[data-skn-fixed-attachment-threshold="960"]:not([data-skn-threshold="620"]) .background_1042556.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.avif body[data-skn-fixed-attachment-threshold="960"]:not([data-skn-threshold="620"]) .background_1042556.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.background_1042556.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_1042556.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.webp body[data-skn-fixed-attachment-threshold="1366"]:not([data-skn-threshold="620"]) .background_1042556.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.avif body[data-skn-fixed-attachment-threshold="1366"]:not([data-skn-threshold="620"]) .background_1042556.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.background_1042556.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_1042556.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.webp body[data-skn-fixed-attachment-threshold="1920"]:not([data-skn-threshold="620"]) .background_1042556.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.avif body[data-skn-fixed-attachment-threshold="1920"]:not([data-skn-threshold="620"]) .background_1042556.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.background_1042556.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_1042556.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.webp body[data-skn-fixed-attachment-threshold="2400"]:not([data-skn-threshold="620"]) .background_1042556.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.avif body[data-skn-fixed-attachment-threshold="2400"]:not([data-skn-threshold="620"]) .background_1042556.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.background_1042556.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_1042556.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.webp body[data-skn-fixed-attachment-threshold="2880"]:not([data-skn-threshold="620"]) .background_1042556.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.avif body[data-skn-fixed-attachment-threshold="2880"]:not([data-skn-threshold="620"]) .background_1042556.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.background_1042556.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_1042556.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.webp body[data-skn-fixed-attachment-threshold="3360"]:not([data-skn-threshold="620"]) .background_1042556.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.avif body[data-skn-fixed-attachment-threshold="3360"]:not([data-skn-threshold="620"]) .background_1042556.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.background_1042556.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_1042556.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.webp body[data-skn-fixed-attachment-threshold="3840"]:not([data-skn-threshold="620"]) .background_1042556.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.avif body[data-skn-fixed-attachment-threshold="3840"]:not([data-skn-threshold="620"]) .background_1042556.in-view{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.background_1042556.in-view[data-skn-threshold="3840"]{background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:fixed; }
.background_1042557.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/160/1770806934happy-man.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1042557.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/160/1770806934happy-man.webp"); }
.avif .background_1042557.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/160/1770806934happy-man.avif"); }
.background_1042557.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770806934happy-man.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1042557.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770806934happy-man.webp"); }
.avif .background_1042557.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770806934happy-man.avif"); }
.background_1042557.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/480/1770806934happy-man.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1042557.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/480/1770806934happy-man.webp"); }
.avif .background_1042557.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/480/1770806934happy-man.avif"); }
.background_1042557.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770806934happy-man.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1042557.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770806934happy-man.webp"); }
.avif .background_1042557.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770806934happy-man.avif"); }
.background_1042557.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770806934happy-man.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1042557.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770806934happy-man.webp"); }
.avif .background_1042557.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770806934happy-man.avif"); }
.background_1042557.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770806934happy-man.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1042557.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770806934happy-man.webp"); }
.avif .background_1042557.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770806934happy-man.avif"); }
.background_1042557.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770806934happy-man.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1042557.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770806934happy-man.webp"); }
.avif .background_1042557.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770806934happy-man.avif"); }
.background_1042557.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770806934happy-man.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1042557.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770806934happy-man.webp"); }
.avif .background_1042557.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770806934happy-man.avif"); }
.background_1042557.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770806934happy-man.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1042557.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770806934happy-man.webp"); }
.avif .background_1042557.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770806934happy-man.avif"); }
.background_1042557.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770806934happy-man.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1042557.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770806934happy-man.webp"); }
.avif .background_1042557.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770806934happy-man.avif"); }
.background_1042557.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770806934happy-man.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1042557.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770806934happy-man.webp"); }
.avif .background_1042557.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770806934happy-man.avif"); }
.background_1042559.in-view:after{position:absolute; content:""; z-index:-1; display:block; background-color:rgba(0, 0, 0, 0.4); left:0; bottom:0; right:0; top:0; }
.background_1042559.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/160/1770391167right.jpg"); background-size:cover; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1042559.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/160/1770391167right.webp"); }
.avif .background_1042559.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/160/1770391167right.avif"); }
.background_1042559.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770391167right.jpg"); background-size:cover; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1042559.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770391167right.webp"); }
.avif .background_1042559.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770391167right.avif"); }
.background_1042559.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/480/1770391167right.jpg"); background-size:cover; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1042559.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/480/1770391167right.webp"); }
.avif .background_1042559.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/480/1770391167right.avif"); }
.background_1042559.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770391167right.jpg"); background-size:cover; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1042559.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770391167right.webp"); }
.avif .background_1042559.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770391167right.avif"); }
.background_1042559.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770391167right.jpg"); background-size:cover; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1042559.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770391167right.webp"); }
.avif .background_1042559.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770391167right.avif"); }
.background_1042559.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770391167right.jpg"); background-size:cover; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1042559.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770391167right.webp"); }
.avif .background_1042559.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770391167right.avif"); }
.background_1042559.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770391167right.jpg"); background-size:cover; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1042559.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770391167right.webp"); }
.avif .background_1042559.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770391167right.avif"); }
.background_1042559.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770391167right.jpg"); background-size:cover; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1042559.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770391167right.webp"); }
.avif .background_1042559.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770391167right.avif"); }
.background_1042559.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770391167right.jpg"); background-size:cover; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1042559.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770391167right.webp"); }
.avif .background_1042559.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770391167right.avif"); }
.background_1042559.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770391167right.jpg"); background-size:cover; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1042559.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770391167right.webp"); }
.avif .background_1042559.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770391167right.avif"); }
.background_1042559.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770391167right.jpg"); background-size:cover; background-repeat:no-repeat; background-position:100% 50%; background-attachment:scroll; }
.webp .background_1042559.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770391167right.webp"); }
.avif .background_1042559.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770391167right.avif"); }
.background_1042560.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_1042560.in-view[data-skn-threshold="160"]{background-image:url(""); }
.avif .background_1042560.in-view[data-skn-threshold="160"]{background-image:url(""); }
.background_1042560.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_1042560.in-view[data-skn-threshold="320"]{background-image:url(""); }
.avif .background_1042560.in-view[data-skn-threshold="320"]{background-image:url(""); }
.background_1042560.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_1042560.in-view[data-skn-threshold="480"]{background-image:url(""); }
.avif .background_1042560.in-view[data-skn-threshold="480"]{background-image:url(""); }
.background_1042560.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_1042560.in-view[data-skn-threshold="683"]{background-image:url(""); }
.avif .background_1042560.in-view[data-skn-threshold="683"]{background-image:url(""); }
.background_1042560.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_1042560.in-view[data-skn-threshold="960"]{background-image:url(""); }
.avif .background_1042560.in-view[data-skn-threshold="960"]{background-image:url(""); }
.background_1042560.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_1042560.in-view[data-skn-threshold="1366"]{background-image:url(""); }
.avif .background_1042560.in-view[data-skn-threshold="1366"]{background-image:url(""); }
.background_1042560.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_1042560.in-view[data-skn-threshold="1920"]{background-image:url(""); }
.avif .background_1042560.in-view[data-skn-threshold="1920"]{background-image:url(""); }
.background_1042560.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_1042560.in-view[data-skn-threshold="2400"]{background-image:url(""); }
.avif .background_1042560.in-view[data-skn-threshold="2400"]{background-image:url(""); }
.background_1042560.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_1042560.in-view[data-skn-threshold="2880"]{background-image:url(""); }
.avif .background_1042560.in-view[data-skn-threshold="2880"]{background-image:url(""); }
.background_1042560.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_1042560.in-view[data-skn-threshold="3360"]{background-image:url(""); }
.avif .background_1042560.in-view[data-skn-threshold="3360"]{background-image:url(""); }
.background_1042560.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_1042560.in-view[data-skn-threshold="3840"]{background-image:url(""); }
.avif .background_1042560.in-view[data-skn-threshold="3840"]{background-image:url(""); }
.background_1042839.in-view:after{position:absolute; content:""; z-index:-1; display:block; background-color:rgba(0, 0, 0, 0.3); left:0; bottom:0; right:0; top:0; }
.background_1042839.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770724180dsc9111.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1042839.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770724180dsc9111.webp"); }
.avif .background_1042839.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770724180dsc9111.avif"); }
.background_1042839.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/480/1770724180dsc9111.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1042839.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/480/1770724180dsc9111.webp"); }
.avif .background_1042839.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/480/1770724180dsc9111.avif"); }
.background_1042839.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770724180dsc9111.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1042839.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770724180dsc9111.webp"); }
.avif .background_1042839.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770724180dsc9111.avif"); }
.background_1042839.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770724180dsc9111.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1042839.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770724180dsc9111.webp"); }
.avif .background_1042839.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770724180dsc9111.avif"); }
.background_1042839.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770724180dsc9111.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1042839.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770724180dsc9111.webp"); }
.avif .background_1042839.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770724180dsc9111.avif"); }
.background_1042839.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770724180dsc9111.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1042839.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770724180dsc9111.webp"); }
.avif .background_1042839.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770724180dsc9111.avif"); }
.background_1042839.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770724180dsc9111.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1042839.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770724180dsc9111.webp"); }
.avif .background_1042839.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770724180dsc9111.avif"); }
.background_1042839.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770724180dsc9111.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1042839.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770724180dsc9111.webp"); }
.avif .background_1042839.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770724180dsc9111.avif"); }
.background_1042839.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770724180dsc9111.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1042839.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770724180dsc9111.webp"); }
.avif .background_1042839.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770724180dsc9111.avif"); }
.background_1042839.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770724180dsc9111.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1042839.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770724180dsc9111.webp"); }
.avif .background_1042839.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770724180dsc9111.avif"); }
.background_1042839.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770724180dsc9111.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1042839.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770724180dsc9111.webp"); }
.avif .background_1042839.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770724180dsc9111.avif"); }
.background_1043112.in-view:after{position:absolute; content:""; z-index:-1; display:block; background-color:rgba(0, 0, 0, 0.4); left:0; bottom:0; right:0; top:0; }
.background_1043112.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770758912dsc0071.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043112.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770758912dsc0071.webp"); }
.avif .background_1043112.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770758912dsc0071.avif"); }
.background_1043112.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770758912dsc0071.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043112.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770758912dsc0071.webp"); }
.avif .background_1043112.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770758912dsc0071.avif"); }
.background_1043112.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770758912dsc0071.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043112.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770758912dsc0071.webp"); }
.avif .background_1043112.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770758912dsc0071.avif"); }
.background_1043112.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770758912dsc0071.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043112.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770758912dsc0071.webp"); }
.avif .background_1043112.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770758912dsc0071.avif"); }
.background_1043112.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770758912dsc0071.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043112.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770758912dsc0071.webp"); }
.avif .background_1043112.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770758912dsc0071.avif"); }
.background_1043112.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770758912dsc0071.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043112.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770758912dsc0071.webp"); }
.avif .background_1043112.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770758912dsc0071.avif"); }
.background_1043112.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770758912dsc0071.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043112.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770758912dsc0071.webp"); }
.avif .background_1043112.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770758912dsc0071.avif"); }
.background_1043112.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770758912dsc0071.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043112.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770758912dsc0071.webp"); }
.avif .background_1043112.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770758912dsc0071.avif"); }
.background_1043112.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770758912dsc0071.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043112.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770758912dsc0071.webp"); }
.avif .background_1043112.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770758912dsc0071.avif"); }
.background_1043112.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770758912dsc0071.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043112.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770758912dsc0071.webp"); }
.avif .background_1043112.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770758912dsc0071.avif"); }
.background_1043112.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770758912dsc0071.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043112.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770758912dsc0071.webp"); }
.avif .background_1043112.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770758912dsc0071.avif"); }
.background_1043123.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770759411dsc0012.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043123.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770759411dsc0012.webp"); }
.avif .background_1043123.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770759411dsc0012.avif"); }
.background_1043123.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770759411dsc0012.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043123.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770759411dsc0012.webp"); }
.avif .background_1043123.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770759411dsc0012.avif"); }
.background_1043123.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770759411dsc0012.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043123.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770759411dsc0012.webp"); }
.avif .background_1043123.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770759411dsc0012.avif"); }
.background_1043123.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770759411dsc0012.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043123.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770759411dsc0012.webp"); }
.avif .background_1043123.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770759411dsc0012.avif"); }
.background_1043123.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770759411dsc0012.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043123.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770759411dsc0012.webp"); }
.avif .background_1043123.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770759411dsc0012.avif"); }
.background_1043123.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770759411dsc0012.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043123.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770759411dsc0012.webp"); }
.avif .background_1043123.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770759411dsc0012.avif"); }
.background_1043123.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770759411dsc0012.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043123.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770759411dsc0012.webp"); }
.avif .background_1043123.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770759411dsc0012.avif"); }
.background_1043123.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770759411dsc0012.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043123.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770759411dsc0012.webp"); }
.avif .background_1043123.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770759411dsc0012.avif"); }
.background_1043123.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770759411dsc0012.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043123.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770759411dsc0012.webp"); }
.avif .background_1043123.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770759411dsc0012.avif"); }
.background_1043123.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770759411dsc0012.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043123.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770759411dsc0012.webp"); }
.avif .background_1043123.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770759411dsc0012.avif"); }
.background_1043123.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770759411dsc0012.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043123.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770759411dsc0012.webp"); }
.avif .background_1043123.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770759411dsc0012.avif"); }
.background_1043168.in-view:after{position:absolute; content:""; z-index:-1; display:block; background-color:rgba(0, 0, 0, 0.3); left:0; bottom:0; right:0; top:0; }
.background_1043168.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770844511s22-delivery-guy-far.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043168.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770844511s22-delivery-guy-far.webp"); }
.avif .background_1043168.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770844511s22-delivery-guy-far.avif"); }
.background_1043168.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770844511s22-delivery-guy-far.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043168.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770844511s22-delivery-guy-far.webp"); }
.avif .background_1043168.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770844511s22-delivery-guy-far.avif"); }
.background_1043168.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770844511s22-delivery-guy-far.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043168.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770844511s22-delivery-guy-far.webp"); }
.avif .background_1043168.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770844511s22-delivery-guy-far.avif"); }
.background_1043168.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770844511s22-delivery-guy-far.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043168.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770844511s22-delivery-guy-far.webp"); }
.avif .background_1043168.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770844511s22-delivery-guy-far.avif"); }
.background_1043168.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770844511s22-delivery-guy-far.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043168.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770844511s22-delivery-guy-far.webp"); }
.avif .background_1043168.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770844511s22-delivery-guy-far.avif"); }
.background_1043168.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770844511s22-delivery-guy-far.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043168.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770844511s22-delivery-guy-far.webp"); }
.avif .background_1043168.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770844511s22-delivery-guy-far.avif"); }
.background_1043168.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770844511s22-delivery-guy-far.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043168.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770844511s22-delivery-guy-far.webp"); }
.avif .background_1043168.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770844511s22-delivery-guy-far.avif"); }
.background_1043168.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770844511s22-delivery-guy-far.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043168.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770844511s22-delivery-guy-far.webp"); }
.avif .background_1043168.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770844511s22-delivery-guy-far.avif"); }
.background_1043168.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770844511s22-delivery-guy-far.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043168.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770844511s22-delivery-guy-far.webp"); }
.avif .background_1043168.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770844511s22-delivery-guy-far.avif"); }
.background_1043168.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770844511s22-delivery-guy-far.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043168.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770844511s22-delivery-guy-far.webp"); }
.avif .background_1043168.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770844511s22-delivery-guy-far.avif"); }
.background_1043168.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770844511s22-delivery-guy-far.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043168.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770844511s22-delivery-guy-far.webp"); }
.avif .background_1043168.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770844511s22-delivery-guy-far.avif"); }
.background_1043169.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/480/1770841062s22-delivery-guy-far.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043169.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/480/1770841062s22-delivery-guy-far.webp"); }
.avif .background_1043169.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/480/1770841062s22-delivery-guy-far.avif"); }
.background_1043169.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770841062s22-delivery-guy-far.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043169.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770841062s22-delivery-guy-far.webp"); }
.avif .background_1043169.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770841062s22-delivery-guy-far.avif"); }
.background_1043169.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770841062s22-delivery-guy-far.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043169.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770841062s22-delivery-guy-far.webp"); }
.avif .background_1043169.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770841062s22-delivery-guy-far.avif"); }
.background_1043169.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770841062s22-delivery-guy-far.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043169.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770841062s22-delivery-guy-far.webp"); }
.avif .background_1043169.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770841062s22-delivery-guy-far.avif"); }
.background_1043169.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770841062s22-delivery-guy-far.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043169.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770841062s22-delivery-guy-far.webp"); }
.avif .background_1043169.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770841062s22-delivery-guy-far.avif"); }
.background_1043169.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770841062s22-delivery-guy-far.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043169.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770841062s22-delivery-guy-far.webp"); }
.avif .background_1043169.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770841062s22-delivery-guy-far.avif"); }
.background_1043169.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770841062s22-delivery-guy-far.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043169.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770841062s22-delivery-guy-far.webp"); }
.avif .background_1043169.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770841062s22-delivery-guy-far.avif"); }
.background_1043169.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770841062s22-delivery-guy-far.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043169.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770841062s22-delivery-guy-far.webp"); }
.avif .background_1043169.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770841062s22-delivery-guy-far.avif"); }
.background_1043169.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770841062s22-delivery-guy-far.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043169.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770841062s22-delivery-guy-far.webp"); }
.avif .background_1043169.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770841062s22-delivery-guy-far.avif"); }
.background_1043169.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770841062s22-delivery-guy-far.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043169.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770841062s22-delivery-guy-far.webp"); }
.avif .background_1043169.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770841062s22-delivery-guy-far.avif"); }
.background_1043169.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770841062s22-delivery-guy-far.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043169.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770841062s22-delivery-guy-far.webp"); }
.avif .background_1043169.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770841062s22-delivery-guy-far.avif"); }
.background_1043173.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770761908photo-2024-05-30-15-52-46-7.jpg"); background-size:cover; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_1043173.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770761908photo-2024-05-30-15-52-46-7.webp"); }
.avif .background_1043173.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770761908photo-2024-05-30-15-52-46-7.avif"); }
.background_1043173.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/480/1770761908photo-2024-05-30-15-52-46-7.jpg"); background-size:cover; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_1043173.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/480/1770761908photo-2024-05-30-15-52-46-7.webp"); }
.avif .background_1043173.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/480/1770761908photo-2024-05-30-15-52-46-7.avif"); }
.background_1043173.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770761908photo-2024-05-30-15-52-46-7.jpg"); background-size:cover; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_1043173.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770761908photo-2024-05-30-15-52-46-7.webp"); }
.avif .background_1043173.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770761908photo-2024-05-30-15-52-46-7.avif"); }
.background_1043173.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770761908photo-2024-05-30-15-52-46-7.jpg"); background-size:cover; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_1043173.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770761908photo-2024-05-30-15-52-46-7.webp"); }
.avif .background_1043173.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770761908photo-2024-05-30-15-52-46-7.avif"); }
.background_1043173.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770761908photo-2024-05-30-15-52-46-7.jpg"); background-size:cover; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_1043173.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770761908photo-2024-05-30-15-52-46-7.webp"); }
.avif .background_1043173.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770761908photo-2024-05-30-15-52-46-7.avif"); }
.background_1043173.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770761908photo-2024-05-30-15-52-46-7.jpg"); background-size:cover; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_1043173.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770761908photo-2024-05-30-15-52-46-7.webp"); }
.avif .background_1043173.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770761908photo-2024-05-30-15-52-46-7.avif"); }
.background_1043173.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770761908photo-2024-05-30-15-52-46-7.jpg"); background-size:cover; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_1043173.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770761908photo-2024-05-30-15-52-46-7.webp"); }
.avif .background_1043173.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770761908photo-2024-05-30-15-52-46-7.avif"); }
.background_1043173.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770761908photo-2024-05-30-15-52-46-7.jpg"); background-size:cover; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_1043173.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770761908photo-2024-05-30-15-52-46-7.webp"); }
.avif .background_1043173.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770761908photo-2024-05-30-15-52-46-7.avif"); }
.background_1043173.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770761908photo-2024-05-30-15-52-46-7.jpg"); background-size:cover; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_1043173.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770761908photo-2024-05-30-15-52-46-7.webp"); }
.avif .background_1043173.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770761908photo-2024-05-30-15-52-46-7.avif"); }
.background_1043173.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770761908photo-2024-05-30-15-52-46-7.jpg"); background-size:cover; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_1043173.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770761908photo-2024-05-30-15-52-46-7.webp"); }
.avif .background_1043173.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770761908photo-2024-05-30-15-52-46-7.avif"); }
.background_1043173.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770761908photo-2024-05-30-15-52-46-7.jpg"); background-size:cover; background-repeat:no-repeat; background-position:top left; background-attachment:scroll; }
.webp .background_1043173.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770761908photo-2024-05-30-15-52-46-7.webp"); }
.avif .background_1043173.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770761908photo-2024-05-30-15-52-46-7.avif"); }
.background_1043175.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770761990kevin-handover.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043175.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770761990kevin-handover.webp"); }
.avif .background_1043175.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770761990kevin-handover.avif"); }
.background_1043175.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/480/1770761990kevin-handover.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043175.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/480/1770761990kevin-handover.webp"); }
.avif .background_1043175.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/480/1770761990kevin-handover.avif"); }
.background_1043175.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770761990kevin-handover.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043175.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770761990kevin-handover.webp"); }
.avif .background_1043175.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770761990kevin-handover.avif"); }
.background_1043175.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770761990kevin-handover.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043175.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770761990kevin-handover.webp"); }
.avif .background_1043175.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770761990kevin-handover.avif"); }
.background_1043175.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770761990kevin-handover.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043175.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770761990kevin-handover.webp"); }
.avif .background_1043175.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770761990kevin-handover.avif"); }
.background_1043175.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770761990kevin-handover.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043175.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770761990kevin-handover.webp"); }
.avif .background_1043175.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770761990kevin-handover.avif"); }
.background_1043175.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770761990kevin-handover.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043175.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770761990kevin-handover.webp"); }
.avif .background_1043175.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770761990kevin-handover.avif"); }
.background_1043175.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770761990kevin-handover.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043175.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770761990kevin-handover.webp"); }
.avif .background_1043175.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770761990kevin-handover.avif"); }
.background_1043175.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770761990kevin-handover.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043175.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770761990kevin-handover.webp"); }
.avif .background_1043175.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770761990kevin-handover.avif"); }
.background_1043175.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770761990kevin-handover.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043175.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770761990kevin-handover.webp"); }
.avif .background_1043175.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770761990kevin-handover.avif"); }
.background_1043175.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770761990kevin-handover.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043175.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770761990kevin-handover.webp"); }
.avif .background_1043175.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770761990kevin-handover.avif"); }
.background_1043248.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770764328cooking.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043248.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770764328cooking.webp"); }
.avif .background_1043248.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770764328cooking.avif"); }
.background_1043248.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/480/1770764328cooking.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043248.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/480/1770764328cooking.webp"); }
.avif .background_1043248.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/480/1770764328cooking.avif"); }
.background_1043248.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770764328cooking.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043248.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770764328cooking.webp"); }
.avif .background_1043248.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770764328cooking.avif"); }
.background_1043248.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770764328cooking.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043248.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770764328cooking.webp"); }
.avif .background_1043248.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770764328cooking.avif"); }
.background_1043248.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770764328cooking.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043248.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770764328cooking.webp"); }
.avif .background_1043248.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770764328cooking.avif"); }
.background_1043248.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770764328cooking.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043248.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770764328cooking.webp"); }
.avif .background_1043248.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770764328cooking.avif"); }
.background_1043248.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770764328cooking.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043248.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770764328cooking.webp"); }
.avif .background_1043248.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770764328cooking.avif"); }
.background_1043248.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770764328cooking.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043248.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770764328cooking.webp"); }
.avif .background_1043248.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770764328cooking.avif"); }
.background_1043248.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770764328cooking.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043248.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770764328cooking.webp"); }
.avif .background_1043248.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770764328cooking.avif"); }
.background_1043248.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770764328cooking.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043248.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770764328cooking.webp"); }
.avif .background_1043248.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770764328cooking.avif"); }
.background_1043248.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770764328cooking.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043248.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770764328cooking.webp"); }
.avif .background_1043248.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770764328cooking.avif"); }
.background_1043287.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770764102delivery.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043287.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770764102delivery.webp"); }
.avif .background_1043287.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770764102delivery.avif"); }
.background_1043287.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/480/1770764102delivery.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043287.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/480/1770764102delivery.webp"); }
.avif .background_1043287.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/480/1770764102delivery.avif"); }
.background_1043287.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770764102delivery.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043287.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770764102delivery.webp"); }
.avif .background_1043287.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770764102delivery.avif"); }
.background_1043287.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770764102delivery.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043287.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770764102delivery.webp"); }
.avif .background_1043287.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770764102delivery.avif"); }
.background_1043287.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770764102delivery.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043287.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770764102delivery.webp"); }
.avif .background_1043287.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770764102delivery.avif"); }
.background_1043287.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770764102delivery.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043287.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770764102delivery.webp"); }
.avif .background_1043287.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770764102delivery.avif"); }
.background_1043287.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770764102delivery.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043287.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770764102delivery.webp"); }
.avif .background_1043287.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770764102delivery.avif"); }
.background_1043287.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770764102delivery.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043287.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770764102delivery.webp"); }
.avif .background_1043287.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770764102delivery.avif"); }
.background_1043287.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770764102delivery.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043287.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770764102delivery.webp"); }
.avif .background_1043287.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770764102delivery.avif"); }
.background_1043287.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770764102delivery.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043287.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770764102delivery.webp"); }
.avif .background_1043287.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770764102delivery.avif"); }
.background_1043287.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770764102delivery.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043287.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770764102delivery.webp"); }
.avif .background_1043287.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770764102delivery.avif"); }
.background_1043289.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770764142cooking-2.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043289.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770764142cooking-2.webp"); }
.avif .background_1043289.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770764142cooking-2.avif"); }
.background_1043289.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770764142cooking-2.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043289.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770764142cooking-2.webp"); }
.avif .background_1043289.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770764142cooking-2.avif"); }
.background_1043289.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770764142cooking-2.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043289.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770764142cooking-2.webp"); }
.avif .background_1043289.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770764142cooking-2.avif"); }
.background_1043289.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770764142cooking-2.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043289.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770764142cooking-2.webp"); }
.avif .background_1043289.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770764142cooking-2.avif"); }
.background_1043289.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770764142cooking-2.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043289.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770764142cooking-2.webp"); }
.avif .background_1043289.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770764142cooking-2.avif"); }
.background_1043289.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770764142cooking-2.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043289.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770764142cooking-2.webp"); }
.avif .background_1043289.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770764142cooking-2.avif"); }
.background_1043289.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770764142cooking-2.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043289.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770764142cooking-2.webp"); }
.avif .background_1043289.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770764142cooking-2.avif"); }
.background_1043289.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770764142cooking-2.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043289.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770764142cooking-2.webp"); }
.avif .background_1043289.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770764142cooking-2.avif"); }
.background_1043289.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770764142cooking-2.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043289.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770764142cooking-2.webp"); }
.avif .background_1043289.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770764142cooking-2.avif"); }
.background_1043289.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770764142cooking-2.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043289.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770764142cooking-2.webp"); }
.avif .background_1043289.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770764142cooking-2.avif"); }
.background_1043289.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770764142cooking-2.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043289.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770764142cooking-2.webp"); }
.avif .background_1043289.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770764142cooking-2.avif"); }
.background_1043326.in-view:after{position:absolute; content:""; z-index:-1; display:block; background-color:rgba(0, 0, 0, 0.4); left:0; bottom:0; right:0; top:0; }
.background_1043326.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770764971s1-launch.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043326.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770764971s1-launch.webp"); }
.avif .background_1043326.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770764971s1-launch.avif"); }
.background_1043326.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/480/1770764971s1-launch.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043326.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/480/1770764971s1-launch.webp"); }
.avif .background_1043326.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/480/1770764971s1-launch.avif"); }
.background_1043326.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770764971s1-launch.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043326.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770764971s1-launch.webp"); }
.avif .background_1043326.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770764971s1-launch.avif"); }
.background_1043326.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770764971s1-launch.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043326.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770764971s1-launch.webp"); }
.avif .background_1043326.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770764971s1-launch.avif"); }
.background_1043326.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770764971s1-launch.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043326.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770764971s1-launch.webp"); }
.avif .background_1043326.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770764971s1-launch.avif"); }
.background_1043326.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770764971s1-launch.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043326.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770764971s1-launch.webp"); }
.avif .background_1043326.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770764971s1-launch.avif"); }
.background_1043326.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770764971s1-launch.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043326.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770764971s1-launch.webp"); }
.avif .background_1043326.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770764971s1-launch.avif"); }
.background_1043326.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770764971s1-launch.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043326.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770764971s1-launch.webp"); }
.avif .background_1043326.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770764971s1-launch.avif"); }
.background_1043326.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770764971s1-launch.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043326.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770764971s1-launch.webp"); }
.avif .background_1043326.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770764971s1-launch.avif"); }
.background_1043326.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770764971s1-launch.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043326.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770764971s1-launch.webp"); }
.avif .background_1043326.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770764971s1-launch.avif"); }
.background_1043326.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770764971s1-launch.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043326.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770764971s1-launch.webp"); }
.avif .background_1043326.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770764971s1-launch.avif"); }
.background_1043576.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770765830skoot-image.jpeg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043576.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770765830skoot-image.webp"); }
.avif .background_1043576.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770765830skoot-image.avif"); }
.background_1043576.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/480/1770765830skoot-image.jpeg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043576.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/480/1770765830skoot-image.webp"); }
.avif .background_1043576.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/480/1770765830skoot-image.avif"); }
.background_1043576.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770765830skoot-image.jpeg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043576.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770765830skoot-image.webp"); }
.avif .background_1043576.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770765830skoot-image.avif"); }
.background_1043576.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770765830skoot-image.jpeg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043576.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770765830skoot-image.webp"); }
.avif .background_1043576.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770765830skoot-image.avif"); }
.background_1043576.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770765830skoot-image.jpeg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043576.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770765830skoot-image.webp"); }
.avif .background_1043576.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770765830skoot-image.avif"); }
.background_1043576.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770765830skoot-image.jpeg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043576.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770765830skoot-image.webp"); }
.avif .background_1043576.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770765830skoot-image.avif"); }
.background_1043576.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770765830skoot-image.jpeg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043576.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770765830skoot-image.webp"); }
.avif .background_1043576.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770765830skoot-image.avif"); }
.background_1043576.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770765830skoot-image.jpeg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043576.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770765830skoot-image.webp"); }
.avif .background_1043576.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770765830skoot-image.avif"); }
.background_1043576.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770765830skoot-image.jpeg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043576.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770765830skoot-image.webp"); }
.avif .background_1043576.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770765830skoot-image.avif"); }
.background_1043576.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770765830skoot-image.jpeg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043576.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770765830skoot-image.webp"); }
.avif .background_1043576.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770765830skoot-image.avif"); }
.background_1043576.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770765830skoot-image.jpeg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043576.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770765830skoot-image.webp"); }
.avif .background_1043576.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770765830skoot-image.avif"); }
.background_1043633.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_1043633.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770918707dsc8196.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043633.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770918707dsc8196.webp"); }
.avif .background_1043633.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770918707dsc8196.avif"); }
.background_1043633.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/480/1770918707dsc8196.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043633.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/480/1770918707dsc8196.webp"); }
.avif .background_1043633.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/480/1770918707dsc8196.avif"); }
.background_1043633.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770918707dsc8196.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043633.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770918707dsc8196.webp"); }
.avif .background_1043633.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770918707dsc8196.avif"); }
.background_1043633.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770918707dsc8196.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043633.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770918707dsc8196.webp"); }
.avif .background_1043633.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770918707dsc8196.avif"); }
.background_1043633.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770918707dsc8196.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043633.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770918707dsc8196.webp"); }
.avif .background_1043633.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770918707dsc8196.avif"); }
.background_1043633.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770918707dsc8196.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043633.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770918707dsc8196.webp"); }
.avif .background_1043633.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770918707dsc8196.avif"); }
.background_1043633.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770918707dsc8196.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043633.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770918707dsc8196.webp"); }
.avif .background_1043633.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770918707dsc8196.avif"); }
.background_1043633.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770918707dsc8196.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043633.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770918707dsc8196.webp"); }
.avif .background_1043633.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770918707dsc8196.avif"); }
.background_1043633.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770918707dsc8196.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043633.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770918707dsc8196.webp"); }
.avif .background_1043633.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770918707dsc8196.avif"); }
.background_1043633.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770918707dsc8196.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043633.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770918707dsc8196.webp"); }
.avif .background_1043633.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770918707dsc8196.avif"); }
.background_1043633.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770918707dsc8196.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043633.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770918707dsc8196.webp"); }
.avif .background_1043633.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770918707dsc8196.avif"); }
.background_1043634.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770764971s1-launch.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043634.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770764971s1-launch.webp"); }
.avif .background_1043634.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770764971s1-launch.avif"); }
.background_1043634.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/480/1770764971s1-launch.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043634.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/480/1770764971s1-launch.webp"); }
.avif .background_1043634.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/480/1770764971s1-launch.avif"); }
.background_1043634.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770764971s1-launch.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043634.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770764971s1-launch.webp"); }
.avif .background_1043634.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770764971s1-launch.avif"); }
.background_1043634.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770764971s1-launch.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043634.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770764971s1-launch.webp"); }
.avif .background_1043634.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770764971s1-launch.avif"); }
.background_1043634.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770764971s1-launch.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043634.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770764971s1-launch.webp"); }
.avif .background_1043634.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770764971s1-launch.avif"); }
.background_1043634.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770764971s1-launch.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043634.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770764971s1-launch.webp"); }
.avif .background_1043634.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770764971s1-launch.avif"); }
.background_1043634.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770764971s1-launch.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043634.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770764971s1-launch.webp"); }
.avif .background_1043634.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770764971s1-launch.avif"); }
.background_1043634.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770764971s1-launch.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043634.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770764971s1-launch.webp"); }
.avif .background_1043634.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770764971s1-launch.avif"); }
.background_1043634.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770764971s1-launch.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043634.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770764971s1-launch.webp"); }
.avif .background_1043634.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770764971s1-launch.avif"); }
.background_1043634.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770764971s1-launch.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043634.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770764971s1-launch.webp"); }
.avif .background_1043634.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770764971s1-launch.avif"); }
.background_1043634.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770764971s1-launch.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043634.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770764971s1-launch.webp"); }
.avif .background_1043634.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770764971s1-launch.avif"); }
.background_1043635.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770761261heliossun-mobility.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043635.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770761261heliossun-mobility.webp"); }
.avif .background_1043635.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770761261heliossun-mobility.avif"); }
.background_1043635.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/480/1770761261heliossun-mobility.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043635.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/480/1770761261heliossun-mobility.webp"); }
.avif .background_1043635.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/480/1770761261heliossun-mobility.avif"); }
.background_1043635.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770761261heliossun-mobility.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043635.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770761261heliossun-mobility.webp"); }
.avif .background_1043635.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770761261heliossun-mobility.avif"); }
.background_1043635.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770761261heliossun-mobility.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043635.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770761261heliossun-mobility.webp"); }
.avif .background_1043635.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770761261heliossun-mobility.avif"); }
.background_1043635.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770761261heliossun-mobility.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043635.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770761261heliossun-mobility.webp"); }
.avif .background_1043635.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770761261heliossun-mobility.avif"); }
.background_1043635.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770761261heliossun-mobility.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043635.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770761261heliossun-mobility.webp"); }
.avif .background_1043635.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770761261heliossun-mobility.avif"); }
.background_1043635.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770761261heliossun-mobility.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043635.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770761261heliossun-mobility.webp"); }
.avif .background_1043635.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770761261heliossun-mobility.avif"); }
.background_1043635.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770761261heliossun-mobility.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043635.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770761261heliossun-mobility.webp"); }
.avif .background_1043635.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770761261heliossun-mobility.avif"); }
.background_1043635.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770761261heliossun-mobility.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043635.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770761261heliossun-mobility.webp"); }
.avif .background_1043635.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770761261heliossun-mobility.avif"); }
.background_1043635.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770761261heliossun-mobility.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043635.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770761261heliossun-mobility.webp"); }
.avif .background_1043635.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770761261heliossun-mobility.avif"); }
.background_1043635.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770761261heliossun-mobility.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043635.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770761261heliossun-mobility.webp"); }
.avif .background_1043635.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770761261heliossun-mobility.avif"); }
.background_1043687.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043687.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.avif .background_1043687.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.background_1043687.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043687.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.avif .background_1043687.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.background_1043687.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043687.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.avif .background_1043687.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.background_1043687.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043687.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.avif .background_1043687.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.background_1043687.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043687.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.avif .background_1043687.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.background_1043687.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043687.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.avif .background_1043687.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.background_1043687.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043687.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.avif .background_1043687.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.background_1043687.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043687.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.avif .background_1043687.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.background_1043687.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043687.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.avif .background_1043687.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.background_1043687.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043687.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.avif .background_1043687.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.background_1043687.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043687.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.avif .background_1043687.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1769011945blue.svg"); }
.background_1043786.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_1043786.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770845931kevin-sunlight-2.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043786.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770845931kevin-sunlight-2.webp"); }
.avif .background_1043786.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770845931kevin-sunlight-2.avif"); }
.background_1043786.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770845931kevin-sunlight-2.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043786.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770845931kevin-sunlight-2.webp"); }
.avif .background_1043786.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770845931kevin-sunlight-2.avif"); }
.background_1043786.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770845931kevin-sunlight-2.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043786.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770845931kevin-sunlight-2.webp"); }
.avif .background_1043786.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770845931kevin-sunlight-2.avif"); }
.background_1043786.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770845931kevin-sunlight-2.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043786.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770845931kevin-sunlight-2.webp"); }
.avif .background_1043786.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770845931kevin-sunlight-2.avif"); }
.background_1043786.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770845931kevin-sunlight-2.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043786.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770845931kevin-sunlight-2.webp"); }
.avif .background_1043786.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770845931kevin-sunlight-2.avif"); }
.background_1043786.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770845931kevin-sunlight-2.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043786.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770845931kevin-sunlight-2.webp"); }
.avif .background_1043786.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770845931kevin-sunlight-2.avif"); }
.background_1043786.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770845931kevin-sunlight-2.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043786.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770845931kevin-sunlight-2.webp"); }
.avif .background_1043786.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770845931kevin-sunlight-2.avif"); }
.background_1043786.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770845931kevin-sunlight-2.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043786.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770845931kevin-sunlight-2.webp"); }
.avif .background_1043786.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770845931kevin-sunlight-2.avif"); }
.background_1043786.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770845931kevin-sunlight-2.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043786.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770845931kevin-sunlight-2.webp"); }
.avif .background_1043786.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770845931kevin-sunlight-2.avif"); }
.background_1043786.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770845931kevin-sunlight-2.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043786.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770845931kevin-sunlight-2.webp"); }
.avif .background_1043786.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770845931kevin-sunlight-2.avif"); }
.background_1043786.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770845931kevin-sunlight-2.jpg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043786.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770845931kevin-sunlight-2.webp"); }
.avif .background_1043786.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770845931kevin-sunlight-2.avif"); }
.background_1043788.in-view:after{position:absolute; content:""; z-index:-1; display:block; background-color:rgba(0, 0, 0, 0.4); left:0; bottom:0; right:0; top:0; }
.background_1043788.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770846232whisk5f336ca3efe0e3196e34e22626cb06a8eg.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043788.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770846232whisk5f336ca3efe0e3196e34e22626cb06a8eg.webp"); }
.avif .background_1043788.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770846232whisk5f336ca3efe0e3196e34e22626cb06a8eg.avif"); }
.background_1043788.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770846232whisk5f336ca3efe0e3196e34e22626cb06a8eg.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043788.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770846232whisk5f336ca3efe0e3196e34e22626cb06a8eg.webp"); }
.avif .background_1043788.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770846232whisk5f336ca3efe0e3196e34e22626cb06a8eg.avif"); }
.background_1043788.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770846232whisk5f336ca3efe0e3196e34e22626cb06a8eg.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043788.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770846232whisk5f336ca3efe0e3196e34e22626cb06a8eg.webp"); }
.avif .background_1043788.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770846232whisk5f336ca3efe0e3196e34e22626cb06a8eg.avif"); }
.background_1043788.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770846232whisk5f336ca3efe0e3196e34e22626cb06a8eg.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043788.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770846232whisk5f336ca3efe0e3196e34e22626cb06a8eg.webp"); }
.avif .background_1043788.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770846232whisk5f336ca3efe0e3196e34e22626cb06a8eg.avif"); }
.background_1043788.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770846232whisk5f336ca3efe0e3196e34e22626cb06a8eg.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043788.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770846232whisk5f336ca3efe0e3196e34e22626cb06a8eg.webp"); }
.avif .background_1043788.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770846232whisk5f336ca3efe0e3196e34e22626cb06a8eg.avif"); }
.background_1043788.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770846232whisk5f336ca3efe0e3196e34e22626cb06a8eg.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043788.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770846232whisk5f336ca3efe0e3196e34e22626cb06a8eg.webp"); }
.avif .background_1043788.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770846232whisk5f336ca3efe0e3196e34e22626cb06a8eg.avif"); }
.background_1043788.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770846232whisk5f336ca3efe0e3196e34e22626cb06a8eg.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043788.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770846232whisk5f336ca3efe0e3196e34e22626cb06a8eg.webp"); }
.avif .background_1043788.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770846232whisk5f336ca3efe0e3196e34e22626cb06a8eg.avif"); }
.background_1043788.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770846232whisk5f336ca3efe0e3196e34e22626cb06a8eg.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043788.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770846232whisk5f336ca3efe0e3196e34e22626cb06a8eg.webp"); }
.avif .background_1043788.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770846232whisk5f336ca3efe0e3196e34e22626cb06a8eg.avif"); }
.background_1043788.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770846232whisk5f336ca3efe0e3196e34e22626cb06a8eg.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043788.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770846232whisk5f336ca3efe0e3196e34e22626cb06a8eg.webp"); }
.avif .background_1043788.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770846232whisk5f336ca3efe0e3196e34e22626cb06a8eg.avif"); }
.background_1043788.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770846232whisk5f336ca3efe0e3196e34e22626cb06a8eg.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043788.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770846232whisk5f336ca3efe0e3196e34e22626cb06a8eg.webp"); }
.avif .background_1043788.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770846232whisk5f336ca3efe0e3196e34e22626cb06a8eg.avif"); }
.background_1043788.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770846232whisk5f336ca3efe0e3196e34e22626cb06a8eg.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043788.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770846232whisk5f336ca3efe0e3196e34e22626cb06a8eg.webp"); }
.avif .background_1043788.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770846232whisk5f336ca3efe0e3196e34e22626cb06a8eg.avif"); }
.background_1043790.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770846424bike-delivery-guy.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043790.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770846424bike-delivery-guy.webp"); }
.avif .background_1043790.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770846424bike-delivery-guy.avif"); }
.background_1043790.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770846424bike-delivery-guy.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043790.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770846424bike-delivery-guy.webp"); }
.avif .background_1043790.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770846424bike-delivery-guy.avif"); }
.background_1043790.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770846424bike-delivery-guy.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043790.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770846424bike-delivery-guy.webp"); }
.avif .background_1043790.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770846424bike-delivery-guy.avif"); }
.background_1043790.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770846424bike-delivery-guy.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043790.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770846424bike-delivery-guy.webp"); }
.avif .background_1043790.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770846424bike-delivery-guy.avif"); }
.background_1043790.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770846424bike-delivery-guy.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043790.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770846424bike-delivery-guy.webp"); }
.avif .background_1043790.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770846424bike-delivery-guy.avif"); }
.background_1043790.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770846424bike-delivery-guy.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043790.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770846424bike-delivery-guy.webp"); }
.avif .background_1043790.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770846424bike-delivery-guy.avif"); }
.background_1043790.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770846424bike-delivery-guy.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043790.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770846424bike-delivery-guy.webp"); }
.avif .background_1043790.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770846424bike-delivery-guy.avif"); }
.background_1043790.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770846424bike-delivery-guy.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043790.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770846424bike-delivery-guy.webp"); }
.avif .background_1043790.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770846424bike-delivery-guy.avif"); }
.background_1043790.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770846424bike-delivery-guy.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043790.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770846424bike-delivery-guy.webp"); }
.avif .background_1043790.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770846424bike-delivery-guy.avif"); }
.background_1043790.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770846424bike-delivery-guy.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043790.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770846424bike-delivery-guy.webp"); }
.avif .background_1043790.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770846424bike-delivery-guy.avif"); }
.background_1043790.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770846424bike-delivery-guy.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043790.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770846424bike-delivery-guy.webp"); }
.avif .background_1043790.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770846424bike-delivery-guy.avif"); }
.background_1043792.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770846525s2-delivery-guy-close.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043792.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770846525s2-delivery-guy-close.webp"); }
.avif .background_1043792.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/1770846525s2-delivery-guy-close.avif"); }
.background_1043792.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770846525s2-delivery-guy-close.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043792.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770846525s2-delivery-guy-close.webp"); }
.avif .background_1043792.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/1770846525s2-delivery-guy-close.avif"); }
.background_1043792.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770846525s2-delivery-guy-close.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043792.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770846525s2-delivery-guy-close.webp"); }
.avif .background_1043792.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/1770846525s2-delivery-guy-close.avif"); }
.background_1043792.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770846525s2-delivery-guy-close.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043792.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770846525s2-delivery-guy-close.webp"); }
.avif .background_1043792.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/1770846525s2-delivery-guy-close.avif"); }
.background_1043792.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770846525s2-delivery-guy-close.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043792.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770846525s2-delivery-guy-close.webp"); }
.avif .background_1043792.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/1770846525s2-delivery-guy-close.avif"); }
.background_1043792.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770846525s2-delivery-guy-close.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043792.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770846525s2-delivery-guy-close.webp"); }
.avif .background_1043792.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770846525s2-delivery-guy-close.avif"); }
.background_1043792.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770846525s2-delivery-guy-close.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043792.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770846525s2-delivery-guy-close.webp"); }
.avif .background_1043792.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770846525s2-delivery-guy-close.avif"); }
.background_1043792.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770846525s2-delivery-guy-close.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043792.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770846525s2-delivery-guy-close.webp"); }
.avif .background_1043792.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/1770846525s2-delivery-guy-close.avif"); }
.background_1043792.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770846525s2-delivery-guy-close.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043792.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770846525s2-delivery-guy-close.webp"); }
.avif .background_1043792.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/1770846525s2-delivery-guy-close.avif"); }
.background_1043792.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770846525s2-delivery-guy-close.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043792.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770846525s2-delivery-guy-close.webp"); }
.avif .background_1043792.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/1770846525s2-delivery-guy-close.avif"); }
.background_1043792.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770846525s2-delivery-guy-close.png"); background-size:cover; background-repeat:no-repeat; background-position:50% 0%; background-attachment:scroll; }
.webp .background_1043792.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770846525s2-delivery-guy-close.webp"); }
.avif .background_1043792.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/1770846525s2-delivery-guy-close.avif"); }
.background_1043805.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/177090366620260212-s2-fleet-ai-image.jpeg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043805.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/177090366620260212-s2-fleet-ai-image.webp"); }
.avif .background_1043805.in-view[data-skn-threshold="160"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/320/177090366620260212-s2-fleet-ai-image.avif"); }
.background_1043805.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/177090366620260212-s2-fleet-ai-image.jpeg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043805.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/177090366620260212-s2-fleet-ai-image.webp"); }
.avif .background_1043805.in-view[data-skn-threshold="320"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/683/177090366620260212-s2-fleet-ai-image.avif"); }
.background_1043805.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/177090366620260212-s2-fleet-ai-image.jpeg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043805.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/177090366620260212-s2-fleet-ai-image.webp"); }
.avif .background_1043805.in-view[data-skn-threshold="480"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/960/177090366620260212-s2-fleet-ai-image.avif"); }
.background_1043805.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/177090366620260212-s2-fleet-ai-image.jpeg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043805.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/177090366620260212-s2-fleet-ai-image.webp"); }
.avif .background_1043805.in-view[data-skn-threshold="683"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1366/177090366620260212-s2-fleet-ai-image.avif"); }
.background_1043805.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/177090366620260212-s2-fleet-ai-image.jpeg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043805.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/177090366620260212-s2-fleet-ai-image.webp"); }
.avif .background_1043805.in-view[data-skn-threshold="960"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/1920/177090366620260212-s2-fleet-ai-image.avif"); }
.background_1043805.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/177090366620260212-s2-fleet-ai-image.jpeg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043805.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/177090366620260212-s2-fleet-ai-image.webp"); }
.avif .background_1043805.in-view[data-skn-threshold="1366"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/177090366620260212-s2-fleet-ai-image.avif"); }
.background_1043805.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/177090366620260212-s2-fleet-ai-image.jpeg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043805.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/177090366620260212-s2-fleet-ai-image.webp"); }
.avif .background_1043805.in-view[data-skn-threshold="1920"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/177090366620260212-s2-fleet-ai-image.avif"); }
.background_1043805.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/177090366620260212-s2-fleet-ai-image.jpeg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043805.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/177090366620260212-s2-fleet-ai-image.webp"); }
.avif .background_1043805.in-view[data-skn-threshold="2400"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2400/177090366620260212-s2-fleet-ai-image.avif"); }
.background_1043805.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/177090366620260212-s2-fleet-ai-image.jpeg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043805.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/177090366620260212-s2-fleet-ai-image.webp"); }
.avif .background_1043805.in-view[data-skn-threshold="2880"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/2880/177090366620260212-s2-fleet-ai-image.avif"); }
.background_1043805.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/177090366620260212-s2-fleet-ai-image.jpeg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043805.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/177090366620260212-s2-fleet-ai-image.webp"); }
.avif .background_1043805.in-view[data-skn-threshold="3360"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3360/177090366620260212-s2-fleet-ai-image.avif"); }
.background_1043805.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/177090366620260212-s2-fleet-ai-image.jpeg"); background-size:cover; background-repeat:no-repeat; background-position:50% 50%; background-attachment:scroll; }
.webp .background_1043805.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/177090366620260212-s2-fleet-ai-image.webp"); }
.avif .background_1043805.in-view[data-skn-threshold="3840"]{background-image:url("https://cloudfront.sketchanet.com/u/1042423/images/3840/177090366620260212-s2-fleet-ai-image.avif"); }
.postlist_setting_1042942 .post-item .post-link-after{margin-top:10px !important; }
.postlist_setting_1042942 .post-item{max-width:100%; width:300px; margin-left:10px; margin-right:10px; }
.postlist_setting_1042957 .post-item .post-link-after{margin-top:10px !important; }
.complexSwatch1043919,.ul_1042589> li, .icon.ul_1042589:after{background-color:#0063B1; background-color:rgba(0, 99, 177, 1); border:none; }
.complexSwatch1043895{border-top:none; border-right:none; border-bottom:1px solid rgb(46, 58, 70); border-bottom:1px solid rgba(46, 58, 70, 1); border-left:none; }
.complexSwatch1043750{background-color:#2059CF; background-color:rgba(32, 89, 207, 0.6); border-radius:20px 20px 20px 20px; border:1px solid rgb(255, 255, 255); border:1px solid rgba(255, 255, 255, 1); }
.complexSwatch1043750:before{border-radius:19px 19px 19px 19px; }
.complexSwatch1043750:after{border-radius:19px 19px 19px 19px; }
.complexSwatch1043750 > .skn-background-video{border-radius:19px 19px 19px 19px; }
.complexSwatch1043750 > .skn-background-gallery{border-radius:19px 19px 19px 19px; }
.complexSwatch1043680{background-color:#2059CF; background-color:rgba(32, 89, 207, 1); border-top:1px solid rgb(255, 255, 255); border-top:1px solid rgba(255, 255, 255, 1); border-right:none; border-bottom:none; border-left:none; }
.complexSwatch1043590{background-color:#2059CF; background-color:rgba(32, 89, 207, 0.4); border-radius:20px 20px 20px 20px; border:1px solid rgb(255, 255, 255); border:1px solid rgba(255, 255, 255, 1); }
.complexSwatch1043590:before{border-radius:19px 19px 19px 19px; }
.complexSwatch1043590:after{border-radius:19px 19px 19px 19px; }
.complexSwatch1043590 > .skn-background-video{border-radius:19px 19px 19px 19px; }
.complexSwatch1043590 > .skn-background-gallery{border-radius:19px 19px 19px 19px; }
.complexSwatch1043586{background-color:#2059CF; background-color:rgba(32, 89, 207, 0.4); border-radius:0px 20px 20px 0px; border-top:1px solid rgb(255, 255, 255); border-top:1px solid rgba(255, 255, 255, 1); border-right:1px solid rgb(255, 255, 255); border-right:1px solid rgba(255, 255, 255, 1); border-bottom:1px solid rgb(255, 255, 255); border-bottom:1px solid rgba(255, 255, 255, 1); border-left:none; }
.complexSwatch1043586:before{border-radius:0px 19px 19px 0px; }
.complexSwatch1043586:after{border-radius:0px 19px 19px 0px; }
.complexSwatch1043586 > .skn-background-video{border-radius:0px 19px 19px 0px; }
.complexSwatch1043586 > .skn-background-gallery{border-radius:0px 19px 19px 0px; }
.complexSwatch1043584{background-color:#2059CF; background-color:rgba(32, 89, 207, 0.4); border-radius:20px 0px 0px 20px; border:1px solid rgb(255, 255, 255); border:1px solid rgba(255, 255, 255, 1); }
.complexSwatch1043584:before{border-radius:19px 0px 0px 19px; }
.complexSwatch1043584:after{border-radius:19px 0px 0px 19px; }
.complexSwatch1043584 > .skn-background-video{border-radius:19px 0px 0px 19px; }
.complexSwatch1043584 > .skn-background-gallery{border-radius:19px 0px 0px 19px; }
.complexSwatch1042924{background-color:#2059CF; background-color:rgba(32, 89, 207, 1); border:none; }
.complexSwatch1042575{background-color:#2059CF; background-color:rgba(32, 89, 207, 1); border-radius:20px 20px 20px 20px; border:none; }
.complexSwatch1042575:before{border-radius:20px 20px 20px 20px; }
.complexSwatch1042575:after{border-radius:20px 20px 20px 20px; }
.complexSwatch1042575 > .skn-background-video{border-radius:20px 20px 20px 20px; }
.complexSwatch1042575 > .skn-background-gallery{border-radius:20px 20px 20px 20px; }
.complexSwatch1042574{background-color:#FFFFFF; background-color:rgba(255, 255, 255, 1); border-radius:250px 250px 250px 250px; border:none; }
.complexSwatch1042574:before{border-radius:250px 250px 250px 250px; }
.complexSwatch1042574:after{border-radius:250px 250px 250px 250px; }
.complexSwatch1042574 > .skn-background-video{border-radius:250px 250px 250px 250px; }
.complexSwatch1042574 > .skn-background-gallery{border-radius:250px 250px 250px 250px; }
.complexSwatch1042573{border-radius:50px 50px 0px 0px; border:none; }
.complexSwatch1042573:before{border-radius:50px 50px 0px 0px; }
.complexSwatch1042573:after{border-radius:50px 50px 0px 0px; }
.complexSwatch1042573 > .skn-background-video{border-radius:50px 50px 0px 0px; }
.complexSwatch1042573 > .skn-background-gallery{border-radius:50px 50px 0px 0px; }
.complexSwatch1042572{background-color:#00C745; background-color:rgba(0, 199, 69, 1); border-radius:50px 50px 50px 50px; border:none; }
.complexSwatch1042572:before{border-radius:50px 50px 50px 50px; }
.complexSwatch1042572:after{border-radius:50px 50px 50px 50px; }
.complexSwatch1042572 > .skn-background-video{border-radius:50px 50px 50px 50px; }
.complexSwatch1042572 > .skn-background-gallery{border-radius:50px 50px 50px 50px; }
.complexSwatch1042571{background-color:#5956D6; background-color:rgba(89, 86, 214, 1); border-radius:50px 50px 50px 50px; border:none; }
.complexSwatch1042571:before{border-radius:50px 50px 50px 50px; }
.complexSwatch1042571:after{border-radius:50px 50px 50px 50px; }
.complexSwatch1042571 > .skn-background-video{border-radius:50px 50px 50px 50px; }
.complexSwatch1042571 > .skn-background-gallery{border-radius:50px 50px 50px 50px; }
.complexSwatch1042570{background-color:#0800F4; background-color:rgba(8, 0, 244, 1); border-radius:50px 50px 50px 50px; border:none; }
.complexSwatch1042570:before{border-radius:50px 50px 50px 50px; }
.complexSwatch1042570:after{border-radius:50px 50px 50px 50px; }
.complexSwatch1042570 > .skn-background-video{border-radius:50px 50px 50px 50px; }
.complexSwatch1042570 > .skn-background-gallery{border-radius:50px 50px 50px 50px; }
.complexSwatch1042569{background-color:#00C747; background-color:rgba(0, 199, 71, 1); border-radius:0px 50px 50px 0px; border:none; }
.complexSwatch1042569:before{border-radius:0px 50px 50px 0px; }
.complexSwatch1042569:after{border-radius:0px 50px 50px 0px; }
.complexSwatch1042569 > .skn-background-video{border-radius:0px 50px 50px 0px; }
.complexSwatch1042569 > .skn-background-gallery{border-radius:0px 50px 50px 0px; }
.complexSwatch1042568{background-color:#00C747; background-color:rgba(0, 199, 71, 1); border-radius:50px 0px 0px 50px; border:none; }
.complexSwatch1042568:before{border-radius:50px 0px 0px 50px; }
.complexSwatch1042568:after{border-radius:50px 0px 0px 50px; }
.complexSwatch1042568 > .skn-background-video{border-radius:50px 0px 0px 50px; }
.complexSwatch1042568 > .skn-background-gallery{border-radius:50px 0px 0px 50px; }
.complexSwatch1042566{background-color:#FFFFFF; background-color:rgba(255, 255, 255, 1); border-radius:20px 20px 20px 20px; border:none; }
.complexSwatch1042566:before{border-radius:20px 20px 20px 20px; }
.complexSwatch1042566:after{border-radius:20px 20px 20px 20px; }
.complexSwatch1042566 > .skn-background-video{border-radius:20px 20px 20px 20px; }
.complexSwatch1042566 > .skn-background-gallery{border-radius:20px 20px 20px 20px; }
.complexSwatch1042567{background-color:#F0F0F0; background-color:rgba(240, 240, 240, 1); border:none; }
.complexSwatch1042565{border-radius:0px 0px 50px 50px; border:none; }
.complexSwatch1042565:before{border-radius:0px 0px 50px 50px; }
.complexSwatch1042565:after{border-radius:0px 0px 50px 50px; }
.complexSwatch1042565 > .skn-background-video{border-radius:0px 0px 50px 50px; }
.complexSwatch1042565 > .skn-background-gallery{border-radius:0px 0px 50px 50px; }
.complexSwatch1042564{background-color:#e9eaea; background-color:rgba(233, 234, 234, 1); border:none; }
.complexSwatch1042563{background-color:#2E3A46; background-color:rgba(46, 58, 70, 1); border:none; }
.complexSwatch1042562{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; }
